/* ═══════════════════════════════════════
   SEO COURSE LANDING PAGE — seo-course.css
   ═══════════════════════════════════════ */

:root {
    --seo-primary:   #ff6b00;
    --seo-primary-d: #e05a00;
    --seo-bg-dark:   #05050a;
    --seo-bg-card:   #0d0d14;
    --seo-bg-alt:    #0a0a10;
    --seo-border:    rgba(255, 255, 255, 0.07);
    --seo-text:      #fff;
    --seo-text-muted: rgba(255, 255, 255, 0.55);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

.seo-landing-body {
    background: var(--seo-bg-dark);
    font-family: 'Outfit', sans-serif;
    color: var(--seo-text);
    overflow-x: hidden;
}

/* ═══════════════════════════════════════
   SHARED UTILITIES
   ═══════════════════════════════════════ */
.seo-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: var(--seo-bg-dark);
}

/* Section watermark ghost text */
.seo-wm {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    font-size: clamp(7rem, 16vw, 16rem);
    font-weight: 900;
    color: rgba(255, 255, 255, 0.025);
    letter-spacing: -4px;
    line-height: 1;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    z-index: 0;
}
.seo-wm--right {
    left: auto;
    right: -20px;
}

.seo-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 40px;
    border: 1px solid rgba(255, 107, 0, 0.3);
    background: rgba(255, 107, 0, 0.08);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--seo-primary);
}

.seo-section-title {
    font-size: clamp(1.8rem, 3.8vw, 3rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin: 0;
}

.seo-section-desc {
    font-size: 1rem;
    color: var(--seo-text-muted);
    line-height: 1.7;
    max-width: 580px;
    margin: 14px 0 0;
}

.seo-highlight {
    color: var(--seo-primary);
}

.seo-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: var(--seo-primary);
    color: #fff;
    font-weight: 700;
    font-size: 0.92rem;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
}
.seo-cta-primary:hover {
    background: var(--seo-primary-d);
    transform: translateY(-2px);
    color: #fff;
}

.seo-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 26px;
    border: 1.5px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.82);
    font-weight: 600;
    font-size: 0.92rem;
    border-radius: 50px;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
    white-space: nowrap;
}
.seo-cta-secondary:hover {
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

/* ═══════════════════════════════════════
   HERO
   ═══════════════════════════════════════ */
.seo-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: var(--seo-bg-dark);
    overflow: hidden;
    padding-top: 110px;
    padding-bottom: 60px;
}

/* Dot-grid pattern */
.seo-hero-bg-grid {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
    z-index: 0;
}

/* Glow blobs */
.seo-hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    filter: blur(90px);
}
.seo-hero-glow-1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 107, 0, 0.14) 0%, transparent 65%);
    top: -200px;
    right: -100px;
}
.seo-hero-glow-2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 107, 0, 0.07) 0%, transparent 65%);
    bottom: -150px;
    left: -80px;
}

.seo-hero-container {
    position: relative;
    z-index: 1;
}

/* Big ghost text behind hero content */
.seo-hero-wm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(12rem, 30vw, 28rem);
    font-weight: 900;
    color: rgba(255, 255, 255, 0.018);
    letter-spacing: -8px;
    line-height: 1;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    z-index: 0;
}

/* Word cycling */
.seo-hero-cycle-wrap {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}
.seo-hero-cycle-label {
    color: rgba(255, 255, 255, 0.35);
    white-space: nowrap;
}
.seo-hero-cycle-overflow {
    overflow: hidden;
    height: 1.4em;
}
.seo-hero-cycle {
    display: flex;
    flex-direction: column;
    animation: seoWordCycle 8s ease-in-out infinite;
}
.seo-hero-cycle span {
    display: block;
    height: 1.4em;
    line-height: 1.4em;
    color: var(--seo-primary);
    white-space: nowrap;
}
@keyframes seoWordCycle {
    0%,  22% { transform: translateY(0); }
    25%, 47% { transform: translateY(-25%); }
    50%, 72% { transform: translateY(-50%); }
    75%, 97% { transform: translateY(-75%); }
    100%     { transform: translateY(-75%); }
}



/* Eyebrow */
.seo-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: var(--seo-text-muted);
    margin-bottom: 20px;
}
.seo-hero-eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--seo-primary);
    animation: seoPulse 2s ease-in-out infinite;
}
@keyframes seoPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.7); }
}

/* Title */
.seo-hero-title {
    font-size: clamp(3rem, 7vw, 5.5rem);
    font-weight: 900;
    line-height: 1.0;
    letter-spacing: -2px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 3rem;
}
.seo-hero-accent {
    color: var(--seo-primary);
    display: inline-block;
}

/* Subtitle */
.seo-hero-subtitle {
    font-size: 1.05rem;
    color: var(--seo-text-muted);
    line-height: 1.7;
    max-width: 540px;
    margin-bottom: 28px;
}

/* Meta chips */
.seo-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}
.seo-hero-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 40px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.04);
}
.seo-hero-meta-item i { color: var(--seo-primary); }

/* CTA group */
.seo-hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 24px;
}

/* Trust row */
.seo-hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
}
.seo-hero-trust-row i { color: var(--seo-primary); margin-right: 4px; }

/* ── Hero Visual (right side) ── */
.seo-hero-visual {
    position: relative;
    width: 380px;
    height: 400px;
    perspective: 900px;
}

.seo-rank-card {
    position: relative;
    z-index: 2;
    background: rgba(13, 13, 20, 0.9);
    border: 1px solid rgba(255, 107, 0, 0.2);
    border-radius: 20px;
    padding: 28px 26px;
    backdrop-filter: blur(12px);
    margin-top: 30px;
    transition: transform 0.12s ease;
    will-change: transform;
    transform-style: preserve-3d;
}
.seo-rank-label {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: var(--seo-text-muted);
    margin-bottom: 18px;
}
.seo-rank-bars { display: flex; flex-direction: column; gap: 10px; }
.seo-rank-row {
    display: flex;
    align-items: center;
    gap: 10px;
}
.seo-rank-pos {
    font-size: 0.72rem;
    font-weight: 800;
    min-width: 26px;
}
.pos-1 { color: var(--seo-primary); }
.pos-2 { color: rgba(255, 107, 0, 0.75); }
.pos-3 { color: rgba(255, 107, 0, 0.5); }
.pos-other { color: rgba(255, 255, 255, 0.25); }

.seo-rank-bar-wrap {
    flex: 1;
    height: 6px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    overflow: hidden;
}
.seo-rank-bar {
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(90deg, var(--seo-primary), rgba(255, 107, 0, 0.5));
    animation: seoBarGrow 1.6s ease forwards;
    transform-origin: left;
    transform: scaleX(0);
}
.seo-rank-bar--dim {
    background: rgba(255, 255, 255, 0.12);
    animation-delay: 0.2s;
}
@keyframes seoBarGrow {
    from { transform: scaleX(0); }
    to   { transform: scaleX(1); }
}

.seo-rank-pct {
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--seo-text-muted);
    min-width: 32px;
    text-align: right;
}
.seo-rank-pct.dim { color: rgba(255, 255, 255, 0.2); }

.seo-rank-caption {
    margin-top: 16px;
    font-size: 0.7rem;
    color: rgba(255, 107, 0, 0.6);
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
}

/* Floating pills */
.seo-pill {
    position: absolute;
    z-index: 3;
    padding: 8px 16px;
    border-radius: 40px;
    font-size: 0.72rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 7px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation: seoFloat 3s ease-in-out infinite;
}
.seo-pill-1 {
    top: 0; right: 20px;
    background: rgba(66, 133, 244, 0.15);
    color: #4285f4;
    animation-delay: 0s;
}
.seo-pill-2 {
    bottom: 90px; right: -10px;
    background: rgba(255, 107, 0, 0.12);
    color: var(--seo-primary);
    animation-delay: 1s;
}
.seo-pill-3 {
    top: 160px; right: -20px;
    background: rgba(52, 199, 89, 0.12);
    color: #34c759;
    animation-delay: 2s;
}
@keyframes seoFloat {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-8px); }
}

/* Orbit ring */
.seo-orbit-ring {
    position: absolute;
    top: 10px; left: -30px;
    width: 430px; height: 430px;
    border-radius: 50%;
    border: 1px dashed rgba(255, 107, 0, 0.1);
    pointer-events: none;
    z-index: 0;
}

/* ═══════════════════════════════════════
   COUNTDOWN BAR
   ═══════════════════════════════════════ */
.seo-countdown-bar {
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.12) 0%, rgba(255, 107, 0, 0.05) 100%);
    border-bottom: 1px solid rgba(255, 107, 0, 0.2);
    padding: 16px 0;
}
.seo-countdown-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}
.seo-countdown-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.8);
}
.seo-countdown-label i { color: var(--seo-primary); }
.seo-countdown-label strong { color: #fff; }

.seo-countdown-timer {
    display: flex;
    align-items: center;
    gap: 6px;
}
.seo-cd-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 48px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 107, 0, 0.25);
    border-radius: 8px;
    padding: 6px 10px;
}
.seo-cd-num {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--seo-primary);
    line-height: 1;
}
.seo-cd-txt {
    font-size: 0.56rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.35);
    margin-top: 2px;
}

.seo-countdown-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: var(--seo-primary);
    color: #fff;
    border-radius: 40px;
    font-weight: 700;
    font-size: 0.82rem;
    text-decoration: none;
    transition: background 0.2s;
}
.seo-countdown-cta:hover { background: var(--seo-primary-d); color: #fff; }

/* ═══════════════════════════════════════
   WHO IS THIS FOR
   ═══════════════════════════════════════ */
.seo-who { background: var(--seo-bg-alt); }

.seo-who-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.seo-who-card {
    background: var(--seo-bg-card);
    border: 1px solid var(--seo-border);
    border-radius: 16px;
    padding: 28px 24px;
    transition: border-color 0.25s, transform 0.25s;
}
.seo-who-card:hover {
    border-color: rgba(255, 107, 0, 0.35);
    transform: translateY(-4px);
}
.seo-who-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(255, 107, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: var(--seo-primary);
    margin-bottom: 16px;
}
.seo-who-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}
.seo-who-card p {
    font-size: 0.85rem;
    color: var(--seo-text-muted);
    line-height: 1.6;
    margin: 0;
}

/* ═══════════════════════════════════════
   OUTCOMES
   ═══════════════════════════════════════ */
.seo-outcomes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.seo-outcome-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: var(--seo-bg-card);
    border: 1px solid var(--seo-border);
    border-radius: 14px;
    padding: 20px;
    transition: border-color 0.25s;
}
.seo-outcome-item:hover { border-color: rgba(255, 107, 0, 0.3); }
.seo-outcome-num {
    font-size: 1.6rem;
    font-weight: 900;
    color: rgba(255, 107, 0, 0.18);
    line-height: 1;
    flex-shrink: 0;
    min-width: 40px;
}
.seo-outcome-item h5 {
    font-size: 0.92rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}
.seo-outcome-item p {
    font-size: 0.82rem;
    color: var(--seo-text-muted);
    line-height: 1.6;
    margin: 0;
}

/* ═══════════════════════════════════════
   SYLLABUS
   ═══════════════════════════════════════ */
.seo-syllabus { background: var(--seo-bg-alt); }

/* Phase filter pills */
.seo-phases {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 36px;
}
.seo-phase-pill {
    padding: 8px 20px;
    border-radius: 40px;
    border: 1px solid var(--seo-border);
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--seo-text-muted);
    cursor: pointer;
    transition: all 0.2s;
    user-select: none;
}
.seo-phase-pill:hover {
    border-color: rgba(255, 107, 0, 0.3);
    color: rgba(255, 255, 255, 0.9);
}
.seo-phase-pill.active {
    background: var(--seo-primary);
    border-color: var(--seo-primary);
    color: #fff;
}

/* Module accordion grid */
.seo-syllabus-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.seo-mod {
    background: var(--seo-bg-card);
    border: 1px solid var(--seo-border);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s;
}
.seo-mod:hover { border-color: rgba(255, 107, 0, 0.25); }
.seo-mod.active { border-color: rgba(255, 107, 0, 0.45); }

.seo-mod-head {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s;
}
.seo-mod-head:hover { background: rgba(255, 255, 255, 0.03); }

.seo-mod-num {
    font-size: 1.3rem;
    font-weight: 900;
    color: rgba(255, 107, 0, 0.22);
    min-width: 36px;
    flex-shrink: 0;
    line-height: 1;
}
.seo-mod.active .seo-mod-num { color: rgba(255, 107, 0, 0.6); }

.seo-mod-info { flex: 1; }
.seo-mod-info h4 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
    line-height: 1.35;
}
.seo-mod-tag {
    display: inline-block;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--seo-primary);
    opacity: 0.7;
}

.seo-mod-toggle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.35);
    transition: transform 0.25s, color 0.2s;
    flex-shrink: 0;
}
.seo-mod.active .seo-mod-toggle {
    transform: rotate(45deg);
    color: var(--seo-primary);
}

/* Module body */
.seo-mod-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.3s ease;
    padding: 0 20px;
}
.seo-mod.active .seo-mod-body {
    max-height: 1000px;
    padding: 4px 20px 20px;
}

.seo-mod-body ul {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
}
.seo-mod-body ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.5;
}
.seo-mod-body ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 107, 0, 0.5);
}

.seo-mod-sub {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    color: var(--seo-primary);
    opacity: 0.75;
    margin: 12px 0 6px;
}

/* ═══════════════════════════════════════
   TOOLS
   ═══════════════════════════════════════ */
.seo-tools-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.seo-tool-card {
    background: var(--seo-bg-card);
    border: 1px solid var(--seo-border);
    border-radius: 14px;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    transition: border-color 0.25s, transform 0.25s;
}
.seo-tool-card:hover {
    border-color: rgba(255, 107, 0, 0.3);
    transform: translateY(-3px);
}
.seo-tool-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
}
/* Brand colours per tool */
.seo-tool-card:nth-child(1) .seo-tool-icon { background: rgba(66,133,244,0.12);  color: #4285F4; }
.seo-tool-card:nth-child(2) .seo-tool-icon { background: rgba(232,113,10,0.12);  color: #E8710A; }
.seo-tool-card:nth-child(3) .seo-tool-icon { background: rgba(0,161,224,0.12);   color: #00A1E0; }
.seo-tool-card:nth-child(4) .seo-tool-icon { background: rgba(243,111,39,0.12);  color: #F36F27; }
.seo-tool-card:nth-child(5) .seo-tool-icon { background: rgba(0,120,212,0.12);   color: #0078D4; }
.seo-tool-card:nth-child(6) .seo-tool-icon { background: rgba(52,168,83,0.12);   color: #34A853; }
.seo-tool-card:nth-child(7) .seo-tool-icon { background: rgba(139,92,246,0.12);  color: #8B5CF6; }
.seo-tool-card:nth-child(8) .seo-tool-icon { background: rgba(6,182,212,0.12);   color: #06B6D4; }
.seo-tool-card span {
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
}

/* ═══════════════════════════════════════
   WHY BLACKBOX
   ═══════════════════════════════════════ */
.seo-why { background: var(--seo-bg-alt); }

.seo-why-list { display: flex; flex-direction: column; gap: 20px; }
.seo-why-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 20px;
    background: var(--seo-bg-card);
    border: 1px solid var(--seo-border);
    border-radius: 14px;
    transition: border-color 0.25s;
}
.seo-why-item:hover { border-color: rgba(255, 107, 0, 0.3); }
.seo-why-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(255, 107, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: var(--seo-primary);
    flex-shrink: 0;
}
.seo-why-item h5 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}
.seo-why-item p {
    font-size: 0.83rem;
    color: var(--seo-text-muted);
    line-height: 1.65;
    margin: 0;
}

/* ═══════════════════════════════════════
   CERTIFICATE
   ═══════════════════════════════════════ */
.seo-certificate { background: var(--seo-bg-dark); }

.seo-cert-preview {
    position: relative;
    border-radius: 20px;
    overflow: visible;
}
.seo-cert-preview img {
    width: 100%;
    border-radius: 20px;
    display: block;
    position: relative;
    z-index: 1;
    /* border: 1px solid rgba(255, 107, 0, 0.2); */
}
.seo-cert-glow {
    position: absolute;
    inset: -20px;
    background: radial-gradient(circle at 50% 50%, rgba(255, 107, 0, 0.12) 0%, transparent 65%);
    border-radius: 40px;
    z-index: 0;
    pointer-events: none;
}

.seo-cert-features { display: flex; flex-direction: column; gap: 16px; }
.seo-cert-feat {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.seo-cert-feat i {
    font-size: 1.2rem;
    color: var(--seo-primary);
    flex-shrink: 0;
    margin-top: 2px;
}
.seo-cert-feat h5 {
    font-size: 0.92rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3px;
}
.seo-cert-feat p {
    font-size: 0.82rem;
    color: var(--seo-text-muted);
    line-height: 1.6;
    margin: 0;
}

/* ═══════════════════════════════════════
   FAQ
   ═══════════════════════════════════════ */
.seo-faq { background: var(--seo-bg-alt); }

.seo-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-width: 1100px;
    margin: 0 auto;
}
.seo-faq-item {
    background: var(--seo-bg-card);
    border: 1px solid var(--seo-border);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s;
}
.seo-faq-item:hover { border-color: rgba(255, 107, 0, 0.25); }
.seo-faq-item.active { border-color: rgba(255, 107, 0, 0.45); }

.seo-faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 20px;
    cursor: pointer;
    user-select: none;
}
.seo-faq-q span {
    font-size: 0.88rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.45;
}
.seo-faq-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.45);
    flex-shrink: 0;
    transition: transform 0.25s, color 0.2s, border-color 0.2s;
}
.seo-faq-item.active .seo-faq-icon {
    transform: rotate(45deg);
    color: var(--seo-primary);
    border-color: rgba(255, 107, 0, 0.4);
}

.seo-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.3s ease;
    padding: 0 20px;
}
.seo-faq-item.active .seo-faq-a {
    max-height: 500px;
    padding: 0 20px 18px;
}
.seo-faq-a p {
    font-size: 0.84rem;
    color: var(--seo-text-muted);
    line-height: 1.7;
    margin: 0;
    border-top: 1px solid var(--seo-border);
    padding-top: 14px;
}

/* ═══════════════════════════════════════
   FINAL CTA
   ═══════════════════════════════════════ */
.seo-final-cta {
    position: relative;
    padding: 120px 0 0;
    background: linear-gradient(to bottom, var(--seo-bg-dark) 0%, #0f0f14 55%, #1a1a1a 100%);
    text-align: center;
    overflow: hidden;
}
.seo-final-cta-inner {
    padding-bottom: 120px;
}
.seo-cta-bg-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(255, 107, 0, 0.1) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
}

.seo-final-cta-title {
    font-size: clamp(2rem, 4.5vw, 3.8rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 18px;
}
.seo-final-cta-desc {
    font-size: 1rem;
    color: var(--seo-text-muted);
    line-height: 1.7;
    max-width: 620px;
    margin: 0 auto 32px;
}
.seo-final-cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}
.seo-final-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.seo-trust-item-sm {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
}
.seo-trust-item-sm i { color: var(--seo-primary); }

/* ═══════════════════════════════════════
   STICKY MOBILE CTA
   ═══════════════════════════════════════ */
.seo-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    padding: 12px 20px;
    background: rgba(5, 5, 10, 0.95);
    border-top: 1px solid rgba(255, 107, 0, 0.2);
    backdrop-filter: blur(10px);
    display: none;
    justify-content: center;
}
.seo-sticky-cta.visible {
    display: flex;
}
.seo-sticky-cta .seo-cta-primary {
    width: 100%;
    max-width: 480px;
    justify-content: center;
}

/* Floating buttons (shared style from navfoot) */
.floating-btns {
    position: fixed;
    bottom: 24px;
    right: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 999;
}
.floating-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(0,0,0,0.4);
}
.floating-btn:hover { transform: scale(1.1); }
.whatsapp-btn { background: #25d366; color: #fff; }
.top-btn {
    background: rgba(255,107,0,0.9);
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}
.top-btn.visible { opacity: 1; pointer-events: auto; }

/* ═══════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════ */
@media (max-width: 1100px) {
    .seo-tools-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 992px) {
    .seo-who-grid { grid-template-columns: 1fr 1fr; }
    .seo-outcomes-grid { grid-template-columns: 1fr; }
    .seo-tools-grid { grid-template-columns: repeat(4, 1fr); }
    .seo-syllabus-grid { grid-template-columns: 1fr; }
    .seo-faq-grid { grid-template-columns: 1fr; }
    .seo-countdown-inner { flex-direction: column; align-items: flex-start; }
    .seo-trust-strip-inner { justify-content: flex-start; }
}

@media (max-width: 768px) {
    .seo-hero { padding-top: 120px; }
    .seo-hero-title { font-size: 3rem; }
    .seo-hero-subtitle { font-size: 0.95rem; }
    .seo-who-grid { grid-template-columns: 1fr 1fr; }
    .seo-tools-grid { grid-template-columns: repeat(2, 1fr); }
    .seo-section { padding: 70px 0; }
    .seo-final-cta { padding: 80px 0; }
    .seo-hero-cta-group { gap: 10px; }
    .seo-hero-cta-group .seo-cta-primary,
    .seo-hero-cta-group .seo-cta-secondary { width: 100%; justify-content: center; }
}

@media (max-width: 576px) {
    .seo-hero-title { font-size: 2.4rem; letter-spacing: -1px;  margin-top: .2rem; }
    .seo-who-grid { grid-template-columns: 1fr; }
    .seo-tools-grid { grid-template-columns: 1fr 1fr; }
    .seo-hero-meta { gap: 8px; }
    .seo-hero-trust-row { gap: 12px; font-size: 0.72rem; }
    .seo-countdown-timer { flex-wrap: wrap; }
    .seo-final-cta-title { font-size: 2rem; }
    .seo-final-cta-buttons { flex-direction: column; align-items: center; }
    .seo-final-cta-buttons .seo-cta-primary,
    .seo-final-cta-buttons .seo-cta-secondary { width: 100%; justify-content: center; }
}
