/* Activation Section Upgrade Styling */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap');

:root {
    --glass-bg: rgba(255, 255, 255, 0.08);
    /* Darken slightly for navy contrast */
    --glass-border: rgba(255, 255, 255, 0.12);
    --primary-gradient: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
    --card-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hero {
    background: var(--gradient-soft) !important;
    color: #1e293b !important;
    padding: 160px 0 100px !important;
    position: relative;
    overflow: hidden;
}

.hero-title {
    color: #1e293b !important;
    /* Dark color for hero title */
    font-size: 54px !important;
    letter-spacing: -0.02em !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
}

.hero-title span {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.hero-subtitle {
    font-size: 18px !important;
    line-height: 1.6 !important;
    color: #64748b !important;
    margin-bottom: 40px !important;
    max-width: 500px;
}

/* Steps Styling */
.steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.step {
    background: #ffffff;
    backdrop-filter: blur(10px);
    border: 1px solid #e2e8f0;
    padding: 16px 20px !important;
    border-radius: 16px !important;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.step:hover {
    background: #f8fafc;
    transform: translateX(8px);
    border-color: rgba(37, 99, 235, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.step-number {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px;
    background: var(--primary-gradient) !important;
    border-radius: 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 0 !important;
    /* Hide old number */
}

.step-content h4 {
    color: #1e293b !important;
    margin-bottom: 2px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.step-content p {
    color: #64748b !important;
    font-size: 13px !important;
    margin-bottom: 0 !important;
}

/* Form Card Styling */
.form-card {
    background: #ffffff !important;
    backdrop-filter: blur(25px) !important;
    -webkit-backdrop-filter: blur(25px) !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    border-radius: 24px !important;
    padding: 40px !important;
    position: relative;
    z-index: 2;
}

.form-header {
    text-align: center;
    margin-bottom: 32px;
}

.form-header-icon {
    width: 64px;
    height: 64px;
    background: var(--primary-gradient);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: #fff;
    box-shadow: 0 10px 20px -5px rgba(37, 99, 235, 0.3);
}

.form-header h3 {
    font-size: 24px !important;
    color: #1e293b !important;
    font-weight: 800 !important;
    margin-bottom: 8px !important;
}

.form-header p {
    color: #64748b !important;
    font-size: 14px;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--primary-deep) !important;
    margin-bottom: 8px !important;
}

.form-label i {
    width: 20px;
    height: 20px;
    color: var(--primary);
    opacity: 0.9;
}

.form-input {
    background: rgba(248, 250, 252, 0.8) !important;
    border: 1px solid #e2e8f0 !important;
    height: 52px !important;
    border-radius: 12px !important;
    padding-left: 18px !important;
    transition: all 0.3s ease !important;
    font-size: 15px !important;
}

.form-input:focus {
    background: #fff !important;
    border-color: #10b981 !important;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1) !important;
}

.code-input {
    text-align: center;
    letter-spacing: 4px;
    font-family: monospace;
    font-weight: 700;
    font-size: 18px !important;
    text-transform: uppercase;
}

/* Submit Button */
.btn-submit {
    background: var(--gradient-primary) !important;
    height: 56px;
    border-radius: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.4) !important;
}

/* Trust Badges */
.trust-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.trust-badge {
    background: #ffffff !important;
    border: 1px solid #e2e8f0;
    padding: 8px 16px !important;
    border-radius: 100px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #1e293b !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* Animations from enterprise.css */
.shine {
    position: relative;
    overflow: hidden;
}

.shine::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(to bottom right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.1) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: rotate(45deg);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% {
        transform: translate(-100%, -100%) rotate(45deg);
    }

    100% {
        transform: translate(100%, 100%) rotate(45deg);
    }
}

/* Mobile responsive */
@media (max-width: 991px) {
    .hero {
        padding: 120px 0 60px !important;
    }

    .hero-title {
        font-size: 36px !important;
        text-align: center;
    }

    .hero-subtitle {
        text-align: center;
        margin: 0 auto 32px;
    }

    .steps {
        max-width: 400px;
        margin: 0 auto 40px;
    }

    .form-card {
        margin-top: 40px;
        padding: 24px !important;
    }
}