﻿* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Bricolage Grotesque', sans-serif;
    background: #f8f7fc;
    color: #0e0f17;
    -webkit-font-smoothing: antialiased;
    line-height: 1.45;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font-family: inherit;
    cursor: pointer;
}

/* Toggle between views */
.desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}

@media (max-width: 760px) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-view .device {
        box-shadow: none !important;
        border-radius: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
        min-height: 100vh;
    }
}

/* === DESKTOP STYLES (scoped) === */

:root {
    --bg: #f8f7fc;
    --bg-soft: #ecebf2;
    --ink: #0e0f17;
    --muted: #62636e;
    --muted-2: #8a8b95;
    --line: #e6e5ed;
    --line-2: #d9d8e2;
    --white: #ffffff;
    --indigo: #0057ff;
    --indigo-2: #0070ff;
    --indigo-soft: #e6efff;
    --dark: #0a0c1a;
    --green: #16a34a;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Bricolage Grotesque', sans-serif;
    background: var(--bg);
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
    line-height: 1.45;
}

.desktop-view a {
    color: inherit;
    text-decoration: none;
}

.desktop-view button {
    font-family: inherit;
    cursor: pointer;
}

.desktop-view .wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 130px;
}

.desktop-view

/* ===== HERO ===== */
.hero {
    text-align: center;
    padding: 44px 0 36px;
    background-color: #f1f2f3;
    background-image: url('https://cdn.prod.website-files.com/65c292289fb0ea1ff3a84bd3/69e74f4f8065c619d9f6af08_hero-bg.avif');
    background-position: 50% -2%;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    overflow-x: clip;
}
.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(72px);
    pointer-events: none;
    z-index: 0;
}
.hero-orb-1 {
    width: 480px; height: 480px;
    background: radial-gradient(circle, rgba(0,112,255,.13), transparent 70%);
    top: -80px; left: -100px;
    animation: orbFloat1 9s ease-in-out infinite;
}
.hero-orb-2 {
    width: 360px; height: 360px;
    background: radial-gradient(circle, rgba(99,179,255,.10), transparent 70%);
    top: 10%; right: -80px;
    animation: orbFloat2 11s ease-in-out infinite;
}
.hero-orb-3 {
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(0,112,255,.08), transparent 70%);
    bottom: 0; left: 40%;
    animation: orbFloat3 13s ease-in-out infinite;
}
@keyframes orbFloat1 {
    0%,100% { transform: translate(0,0) scale(1); }
    50% { transform: translate(40px,30px) scale(1.08); }
}
@keyframes orbFloat2 {
    0%,100% { transform: translate(0,0) scale(1); }
    50% { transform: translate(-30px,40px) scale(1.06); }
}
@keyframes orbFloat3 {
    0%,100% { transform: translate(0,0) scale(1); }
    50% { transform: translate(20px,-30px) scale(1.05); }
}
.hero > *:not(.hero-orb) { position: relative; z-index: 1; }

.desktop-view .pill {
    display: inline-block;
    background: var(--indigo-soft);
    color: var(--indigo);
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.desktop-view h1.hero-title {
    font-size: 60px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin: 22px auto 18px;
    max-width: 920px;
}

.desktop-view h1.hero-title .accent {
    color: var(--indigo);
}

.desktop-view .hero-sub {
    max-width: 580px;
    margin: 0 auto;
    color: #4a4b58;
    font-size: 16px;
    line-height: 1.55;
}

.desktop-view .hero-ctas {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 30px;
}

.desktop-view .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid transparent;
    transition: transform .15s ease;
}

.desktop-view .btn:hover {
    transform: translateY(-1px);
}

.desktop-view .btn.dark {
    background: var(--ink);
    color: white;
}

.desktop-view .btn.light {
    background: white;
    color: var(--ink);
    border-color: var(--line-2);
}

.desktop-view .btn svg {
    width: 14px;
    height: 14px;
}

.desktop-view

/* ===== FEATURE STRIP ===== */
.feature-strip {
    background: var(--indigo-soft);
    border-radius: 14px;
    margin-top: 48px;
    padding: 22px 28px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.desktop-view .fs-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.desktop-view .fs-item .ic {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--indigo);
    flex-shrink: 0;
}

.desktop-view .fs-item .ic svg {
    width: 24px;
    height: 24px;
}

.desktop-view .fs-item .t {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin-bottom: 4px;
}

.desktop-view .fs-item .d {
    font-size: 12px;
    color: var(--muted);
    line-height: 1.4;
}

.desktop-view

/* ===== WHAT IS AI SEO ===== */
.seclabel {
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.15em;
    font-weight: 600;
    color: var(--indigo);
    text-transform: uppercase;
}

.desktop-view .sectitle {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 14px auto 18px;
    max-width: 800px;
    line-height: 1.18;
}

.desktop-view .secsub {
    text-align: center;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.55;
    max-width: 720px;
    margin: 0 auto;
}

.desktop-view .what-section {
    padding: 80px 0 0;
}

.desktop-view .what-points {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-top: 44px;
}

.desktop-view .wp {
    text-align: center;
    padding: 0 6px;
}

.desktop-view .wp .ic {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--indigo-soft);
    color: var(--indigo);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.desktop-view .wp .ic svg {
    width: 22px;
    height: 22px;
}

.desktop-view .wp h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: -0.01em;
    line-height: 1.25;
}

.desktop-view .wp p {
    font-size: 12.5px;
    color: var(--muted);
    margin: 0;
    line-height: 1.5;
}

.desktop-view

/* ===== WHAT WE OPTIMIZE (dark) ===== */
.optimize {
    background: linear-gradient(180deg, #08091a 0%, #0c0e22 100%);
    padding: 62px 0;
    margin-top: 80px;
    color: white;
}

.desktop-view .optimize .seclabel {
    color: #7bbfff;
}

.desktop-view .optimize .sectitle {
    color: white;
}

.desktop-view .opt-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    margin-top: 40px;
}

.desktop-view .opt-card {
    background: #14172c;
    border: 1px solid #1f2240;
    border-radius: 12px;
    padding: 22px 18px;
    text-align: center;
}

.desktop-view .opt-card .ic {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(123, 116, 255, 0.14);
    color: #90c8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.desktop-view .opt-card .ic svg {
    width: 22px;
    height: 22px;
}

.desktop-view .opt-card h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: -0.01em;
    color: white;
}

.desktop-view .opt-card p {
    font-size: 12px;
    color: #aeb0c4;
    margin: 0;
    line-height: 1.5;
}

.desktop-view

/* ===== PROCESS ===== */
.process-section {
    padding: 70px 0 60px;
}

.desktop-view .process {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    position: relative;
    margin-top: 40px;
}

.desktop-view .pstep {
    padding: 0 6px;
    text-align: center;
    position: relative;
}

.desktop-view .pstep .icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--indigo-soft);
    color: var(--indigo);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    position: relative;
    z-index: 2;
}

.desktop-view .pstep .icon svg {
    width: 22px;
    height: 22px;
}

.desktop-view .pstep .num {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--indigo);
    color: white;
    font-size: 9px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    z-index: 3;
}

.desktop-view .pstep h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 18px 0 8px;
    letter-spacing: -0.01em;
}

.desktop-view .pstep p {
    font-size: 12.5px;
    color: var(--muted);
    margin: 0;
    line-height: 1.5;
}

.desktop-view .process::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 12%;
    right: 12%;
    border-top: 1.5px dashed #c9c7d4;
    z-index: 1;
}

.desktop-view

/* ===== REAL RESULTS ===== */
.results {
    background: #ecebf6;
    border-radius: 16px;
    padding: 36px 36px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 36px;
    margin-top: 10px;
}

.desktop-view .results .eyebrow {
    font-size: 11px;
    letter-spacing: 0.15em;
    font-weight: 600;
    color: var(--indigo);
    text-transform: uppercase;
    margin-bottom: 16px;
}

.desktop-view .results h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 18px;
    letter-spacing: -0.02em;
    line-height: 1.18;
}

.desktop-view .results .brand {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 6px;
}

.desktop-view .results .brand svg {
    width: 22px;
    height: 22px;
}

.desktop-view .results .meta {
    color: var(--muted);
    font-size: 13px;
    margin-bottom: 22px;
}

.desktop-view .results .quote {
    font-size: 16px;
    line-height: 1.55;
    color: var(--ink);
    margin: 0 0 22px;
    letter-spacing: -0.005em;
}

.desktop-view .results .author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.desktop-view .results .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #e8e8f0;
}

.desktop-view .results .who {
    font-size: 14px;
    font-weight: 700;
}

.desktop-view .results .role {
    font-size: 12px;
    color: var(--muted);
}

.desktop-view .results-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.desktop-view .stat-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.desktop-view .stat-row>div {}

.desktop-view .stat-row .v {
    font-size: 26px;
    font-weight: 700;
    color: var(--indigo);
    letter-spacing: -0.02em;
    margin-bottom: 6px;
}

.desktop-view .stat-row .l {
    font-size: 12px;
    color: var(--ink);
}

.desktop-view .chart-card {
    background: white;
    border-radius: 12px;
    padding: 16px 18px;
    border: 1px solid #e2e1ec;
}

.desktop-view .chart-card .label {
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 10px;
}

.desktop-view .chart-card svg {
    width: 100%;
    height: 130px;
}

.desktop-view

/* ===== FAQ ===== */
.faq-section {
    padding: 70px 0 40px;
}

.desktop-view .faq-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 32px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.desktop-view .faq-item {
    display: block !important;
    background: white;
    border: 1px solid var(--line);
    border-radius: 14px;
    cursor: pointer;
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.desktop-view .faq-item:hover {
    border-color: var(--indigo);
}

.desktop-view .faq-item.open {
    border-color: var(--indigo);
    box-shadow: 0 0 0 3px rgba(0,87,255,.08);
}

.desktop-view .faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    cursor: pointer;
}

.desktop-view .faq-q-text {
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
    letter-spacing: -.01em;
    line-height: 1.35;
}

.desktop-view .faq-item.open .faq-q-text {
    color: var(--indigo);
}

.desktop-view .faq-item .chev {
    width: 18px;
    height: 18px;
    color: var(--muted);
    flex-shrink: 0;
    transition: transform .22s ease;
}

.desktop-view .faq-item.open .chev {
    transform: rotate(180deg);
    color: var(--indigo);
}

.desktop-view .faq-a {
    display: none;
    font-size: 14px;
    color: var(--muted);
    line-height: 1.7;
    padding: 0 22px 20px;
    border-top: 1px solid var(--line);
    margin: 0 22px;
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
}

.desktop-view .faq-item.open .faq-a {
    display: block;
}

.desktop-view

/* ===== FINAL CTA ===== */
.final-cta {
    margin-top: 10px;
    background: #e7e4f5;
    border-radius: 16px;
    padding: 38px 40px;
    display: grid;
    grid-template-columns: 1.3fr auto;
    gap: 24px;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.desktop-view .final-cta::after {
    content: '';
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 200px;
    height: 200px;
    background:
        linear-gradient(45deg, transparent 47%, rgba(79, 70, 245, 0.15) 48%, rgba(79, 70, 245, 0.15) 52%, transparent 53%) 0 0/16px 16px,
        linear-gradient(-45deg, transparent 47%, rgba(79, 70, 245, 0.15) 48%, rgba(79, 70, 245, 0.15) 52%, transparent 53%) 0 0/16px 16px;
    opacity: .45;
}

.desktop-view .final-cta h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 10px;
    letter-spacing: -0.02em;
    position: relative;
    z-index: 2;
}

.desktop-view .final-cta h3 .accent {
    color: var(--indigo);
}

.desktop-view .final-cta p {
    color: var(--muted);
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    z-index: 2;
}

.desktop-view .final-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}

.desktop-view .final-buttons {
    display: flex;
    gap: 10px;
}

.desktop-view .final-meta {
    display: flex;
    gap: 16px;
    color: var(--muted);
    font-size: 13px;
}

.desktop-view .final-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.desktop-view .final-meta svg {
    width: 14px;
    height: 14px;
}

.desktop-view footer {
    padding: 60px 0 40px;
    color: var(--muted-2);
    font-size: 12px;
    text-align: center;
}

/* ===== HERO PROOF STATS ===== */
.desktop-view .hero-proof {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-top: 32px;
}
.desktop-view .hero-stat { text-align: center; }
.desktop-view .hero-stat .v {
    display: block;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--ink);
    line-height: 1;
}
.desktop-view .hero-stat .l {
    display: block;
    font-size: 11.5px;
    color: var(--muted);
    margin-top: 4px;
}
.desktop-view .hero-proof-div {
    width: 1px;
    height: 32px;
    background: var(--line-2);
}
.desktop-view .hero-platforms {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.desktop-view .hp-label {
    font-size: 12px;
    color: var(--muted);
    font-weight: 500;
}
.desktop-view .hp-logos {
    display: flex;
    align-items: center;
    gap: 6px;
}
.desktop-view .hp-logo {
    background: white;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 5px 13px;
    font-size: 11.5px;
    font-weight: 600;
    color: var(--ink);
}
.desktop-view .hero-pricing {
    margin-top: 12px;
    font-size: 13px;
    color: var(--muted);
}
.desktop-view .hero-pricing a {
    color: var(--indigo);
    font-weight: 600;
}
.desktop-view .hero-pricing a:hover { text-decoration:none; }

/* ===== LOGO BAR ===== */
.desktop-view .logo-bar {
    padding: 44px 0 10px;
    text-align: center;
    border-bottom: 1px solid var(--line);
    margin-bottom: 0;
}
.desktop-view .lb-label {
    font-size: 11px;
    letter-spacing: 0.16em;
    font-weight: 600;
    color: var(--muted);
    text-transform: uppercase;
    margin-bottom: 22px;
}
.desktop-view .lb-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 44px;
    flex-wrap: wrap;
}
.desktop-view .lb-logos span {
    font-size: 17px;
    font-weight: 700;
    color: #c2c3cc;
    letter-spacing: -0.01em;
    transition: color .15s;
}
.desktop-view .lb-logos span:hover { color: var(--muted); }

/* ===== FAQ EXPANDED ===== */
.desktop-view .faq-item {
    display: block !important;
    cursor: pointer;
}
.desktop-view .faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}
.desktop-view .faq-a {
    display: none;
    font-size: 13.5px;
    color: var(--muted);
    line-height: 1.65;
    padding-top: 12px;
    border-top: 1px solid var(--line);
    margin-top: 12px;
}
.desktop-view .faq-item.open .faq-a { display: block; }
.desktop-view .faq-item.open .chev { transform: rotate(180deg); }
.desktop-view .chev { transition: transform .2s ease; flex-shrink: 0; }

/* ===== BEFORE/AFTER BADGE ===== */
.desktop-view .ba-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 13px;
}
.desktop-view .ba-before {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
    border-radius: 999px;
    padding: 4px 12px;
    font-weight: 600;
}
.desktop-view .ba-after {
    background: #f0fdf4;
    color: #15803d;
    border: 1px solid #bbf7d0;
    border-radius: 999px;
    padding: 4px 12px;
    font-weight: 600;
}
.desktop-view .ba-arrow {
    color: var(--muted);
    font-size: 14px;
}

/* === MOBILE STYLES (scoped) === */

:root {
    --bg: #f8f7fc;
    --ink: #0e0f17;
    --muted: #62636e;
    --muted-2: #8a8b95;
    --line: #e6e5ed;
    --line-2: #d9d8e2;
    --indigo: #0057ff;
    --indigo-soft: #e6efff;
    --dark: #0a0c1a;
    --green: #16a34a;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Bricolage Grotesque', sans-serif;
    color: var(--ink);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    line-height: 1.45;
}

.mobile-view a {
    color: inherit;
    text-decoration: none;
}

.mobile-view button {
    font-family: inherit;
    cursor: pointer;
}

.mobile-view .device {
    max-width: 420px;
    margin: 24px auto;
    background: var(--bg);
    min-height: 90vh;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45), 0 0 0 8px #18181f, 0 0 0 10px #2a2a35;
}

@media (max-width: 480px) {
    .mobile-view .device {
        max-width: 100%;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }
}

.mobile-view

/* TOP BAR */
.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 22px 8px;
}

.mobile-view .logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.01em;
}

.mobile-view .logo svg {
    color: var(--indigo);
    width: 24px;
    height: 24px;
}

.mobile-view .ham {
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 0;
    background: none;
    border: none;
}

.mobile-view .ham span {
    display: block;
    height: 2px;
    background: var(--ink);
    border-radius: 2px;
    width: 22px;
}

.mobile-view

/* HERO */
.hero {
    text-align: center;
    padding: 12px 22px 28px;
    background-color: #f1f2f3;
    background-image: url('https://cdn.prod.website-files.com/65c292289fb0ea1ff3a84bd3/69e74f4f8065c619d9f6af08_hero-bg.avif');
    background-position: 50% -2%;
    background-repeat: no-repeat;
    background-size: contain;
}

.mobile-view .pill {
    display: inline-block;
    background: var(--indigo-soft);
    color: var(--indigo);
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mobile-view .hero h1 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 18px 0 14px;
}

.mobile-view .hero h1 .accent {
    color: var(--indigo);
}

.mobile-view .hero p {
    color: #4a4b58;
    font-size: 14px;
    line-height: 1.55;
    margin: 0 0 24px;
}

.mobile-view .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid transparent;
    width: 100%;
}

.mobile-view .btn.dark {
    background: var(--ink);
    color: white;
}

.mobile-view .btn.light {
    background: white;
    color: var(--ink);
    border-color: var(--line-2);
}

.mobile-view .btn svg {
    width: 14px;
    height: 14px;
}

.mobile-view .hero-ctas {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-view .trust-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 22px;
    align-items: center;
}

.mobile-view .trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: 13px;
}

.mobile-view .trust-row svg {
    width: 16px;
    height: 16px;
    color: var(--muted-2);
}

.mobile-view

/* TRUSTED */
.trusted {
    padding: 12px 22px 8px;
    text-align: center;
}

.mobile-view .trusted-label {
    font-size: 11px;
    letter-spacing: 0.18em;
    font-weight: 600;
    color: var(--muted);
    text-transform: uppercase;
    margin-bottom: 22px;
}

.mobile-view .tlogos-slider {
    overflow: hidden;
    width: 100%;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, black 15%, black 85%, transparent 100%);
}

.mobile-view .tlogos-track {
    display: flex;
    align-items: center;
    gap: 32px;
    width: max-content;
    animation: mLogoScroll 18s linear infinite;
}

@keyframes mLogoScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.mobile-view .tlogo-item {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.mobile-view .tlogo-item .cl-img {
    max-height: 24px;
    width: auto;
    max-width: 100px;
    object-fit: contain;
}

.mobile-view .logo-vellum {
    font-family: 'Times New Roman', serif;
    font-style: italic;
    font-weight: 500;
    position: relative;
}

.mobile-view .logo-vellum::after {
    content: '';
    position: absolute;
    left: 8%;
    right: 35%;
    bottom: -3px;
    height: 4px;
    border-bottom: 1.3px solid #21222a;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
}

.mobile-view .logo-chargebee {
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: 500;
}

.mobile-view

/* FEATURES */
.features {
    padding: 28px 22px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-view .feat {
    background: white;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.mobile-view .feat .ic {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--indigo);
}

.mobile-view .feat .ic svg {
    width: 22px;
    height: 22px;
}

.mobile-view .feat .t {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.mobile-view .feat .d {
    font-size: 12.5px;
    color: var(--muted);
    margin-top: 2px;
}

.mobile-view

/* WHAT IS AI SEO */
.what {
    padding: 40px 22px 0;
    text-align: center;
}

.mobile-view .seclabel {
    font-size: 11px;
    letter-spacing: 0.15em;
    font-weight: 600;
    color: var(--indigo);
    text-transform: uppercase;
}

.mobile-view .sectitle {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 12px 0 14px;
    line-height: 1.2;
}

.mobile-view .secsub {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
    margin: 0 0 24px;
}

.mobile-view .what-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: left;
}

.mobile-view .wpi {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.mobile-view .wpi .ic {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    color: var(--indigo);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-view .wpi .ic svg {
    width: 22px;
    height: 22px;
}

.mobile-view .wpi h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 4px 0 4px;
    letter-spacing: -0.01em;
    line-height: 1.25;
}

.mobile-view .wpi p {
    font-size: 12.5px;
    color: var(--muted);
    margin: 0;
    line-height: 1.5;
}

.mobile-view

/* OPTIMIZE (dark) */
.optimize {
    background: linear-gradient(180deg, #08091a 0%, #0c0e22 100%);
    margin-top: 44px;
    padding: 36px 22px;
    color: white;
}

.mobile-view .optimize .seclabel {
    color: #7bbfff;
    text-align: center;
    display: block;
}

.mobile-view .optimize h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 10px 0 22px;
    line-height: 1.2;
}

.mobile-view .opt-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-view .opt-card {
    background: #14172c;
    border: 1px solid #1f2240;
    border-radius: 12px;
    padding: 14px 16px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.mobile-view .opt-card .ic {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(123, 116, 255, 0.12);
    color: #90c8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mobile-view .opt-card .ic svg {
    width: 20px;
    height: 20px;
}

.mobile-view .opt-card h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 2px 0 4px;
    color: white;
    letter-spacing: -0.01em;
}

.mobile-view .opt-card p {
    font-size: 12.5px;
    color: #aeb0c4;
    margin: 0;
    line-height: 1.5;
}

.mobile-view

/* PROCESS - vertical */
.process-wrap {
    padding: 36px 22px 0;
}

.mobile-view .process-wrap .seclabel {
    text-align: center;
    display: block;
}

.mobile-view .process-wrap h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 10px 0 24px;
    line-height: 1.2;
}

.mobile-view .vprocess {
    position: relative;
    padding-left: 0;
}

.mobile-view .vprocess::before {
    content: '';
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 18px;
    border-left: 1.5px dashed #c9c7d4;
}

.mobile-view .vstep {
    display: grid;
    grid-template-columns: 38px 28px 1fr;
    gap: 12px;
    align-items: flex-start;
    padding: 8px 0 12px;
    position: relative;
}

.mobile-view .vstep .num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: white;
    border: 1.5px solid var(--indigo-soft);
    color: var(--indigo);
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.mobile-view .vstep .ico {
    color: var(--indigo);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6px;
}

.mobile-view .vstep .ico svg {
    width: 22px;
    height: 22px;
}

.mobile-view .vstep .text {
    padding-top: 4px;
}

.mobile-view .vstep h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 6px;
    letter-spacing: -0.01em;
}

.mobile-view .vstep p {
    font-size: 12.5px;
    color: var(--muted);
    margin: 0;
    line-height: 1.5;
}

.mobile-view

/* REAL RESULTS */
.results-section {
    padding: 30px 22px 0;
}

.mobile-view .rcard {
    background: #ecebf6;
    border-radius: 14px;
    padding: 24px 22px;
}

.mobile-view .rcard .eyebrow {
    font-size: 11px;
    letter-spacing: 0.15em;
    font-weight: 600;
    color: var(--indigo);
    text-transform: uppercase;
    margin-bottom: 14px;
}

.mobile-view .rcard h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 16px;
    letter-spacing: -0.02em;
    line-height: 1.18;
}

.mobile-view .rcard .brand {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 4px;
}

.mobile-view .rcard .brand svg {
    width: 22px;
    height: 22px;
}

.mobile-view .rcard .meta {
    color: var(--muted);
    font-size: 13px;
    margin-bottom: 22px;
}

.mobile-view .rcard .stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 18px;
}

.mobile-view .rcard .v {
    font-size: 22px;
    font-weight: 700;
    color: var(--indigo);
    letter-spacing: -0.02em;
}

.mobile-view .rcard .l {
    font-size: 12px;
    color: var(--ink);
    margin-top: 4px;
    line-height: 1.35;
}

.mobile-view .link-cta {
    color: var(--indigo);
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.mobile-view .link-cta svg {
    width: 12px;
    height: 12px;
}

.mobile-view

/* CHART CARD */
.chart-wrap {
    padding: 14px 22px 0;
}

.mobile-view .chart-card {
    background: white;
    border-radius: 14px;
    padding: 16px 18px;
    border: 1px solid #e2e1ec;
}

.mobile-view .chart-card .label {
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 8px;
}

.mobile-view .chart-card svg {
    width: 100%;
    height: 160px;
}

.mobile-view

/* VIDEO */
.video-section {
    padding: 36px 22px 0;
}

.mobile-view .video-section .eyebrow {
    font-size: 11px;
    letter-spacing: 0.15em;
    font-weight: 600;
    color: var(--indigo);
    text-transform: uppercase;
    margin-bottom: 16px;
    text-align: center;
    display: block;
}

.mobile-view .video-thumb {
    aspect-ratio: 16/11;
    border-radius: 14px;
    background: linear-gradient(135deg, #b8a896 0%, #5a4a3a 100%);
    position: relative;
    overflow: hidden;
}

.mobile-view .video-thumb .person {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 32%, #d9cfc4 0 14%, transparent 14.5%),
        radial-gradient(ellipse at 50% 78%, #1f1f25 0 32%, transparent 32.5%),
        radial-gradient(ellipse at 50% 50%, rgba(50, 40, 30, 0.3), transparent 70%),
        linear-gradient(180deg, #6b5d4d 0%, #2a261f 100%);
}

.mobile-view .video-thumb .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.mobile-view .video-thumb .play svg {
    width: 20px;
    height: 20px;
    color: var(--ink);
    margin-left: 3px;
}

.mobile-view .vid-quote {
    font-size: 15px;
    line-height: 1.55;
    color: var(--ink);
    margin: 22px 0 18px;
}

.mobile-view .vid-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-view .vid-author .avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 35%, #d9cfc4 0 30%, transparent 30.5%),
        linear-gradient(180deg, #b8a896 0%, #5a4a3a 100%);
}

.mobile-view .vid-author .who {
    font-size: 14px;
    font-weight: 700;
}

.mobile-view .vid-author .role {
    font-size: 12.5px;
    color: var(--muted);
}

.mobile-view .vid-brand {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    font-size: 18px;
    margin-top: 16px;
    color: var(--ink);
}

.mobile-view .vid-brand svg {
    width: 20px;
    height: 20px;
}

.mobile-view .dots {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-top: 22px;
}

.mobile-view .dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c9c7d4;
}

.mobile-view .dots span.act {
    background: var(--indigo);
    width: 18px;
    border-radius: 999px;
}

.mobile-view

/* INSIGHTS */
.insights {
    padding: 36px 22px 0;
    text-align: center;
}

.mobile-view .insights .eyebrow {
    font-size: 11px;
    letter-spacing: 0.15em;
    font-weight: 600;
    color: var(--indigo);
    text-transform: uppercase;
}

.mobile-view .insights h2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin: 10px 0 22px;
}

.mobile-view .ilist {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
}

.mobile-view .icard {
    background: white;
    border-radius: 14px;
    padding: 18px;
    border: 1px solid #ecebf2;
}

.mobile-view .icard .tag {
    display: inline-block;
    background: var(--indigo-soft);
    color: var(--indigo);
    font-size: 10px;
    letter-spacing: 0.12em;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.mobile-view .icard-top {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    justify-content: space-between;
}

.mobile-view .icard-top .text {
    flex: 1;
}

.mobile-view .icard h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.01em;
    line-height: 1.25;
}

.mobile-view .icard .date {
    color: var(--muted-2);
    font-size: 12px;
    margin-top: 8px;
    display: block;
}

.mobile-view .icard .thumb {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: linear-gradient(135deg, #3b94ff, #0057ff);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.mobile-view .icard .thumb svg {
    width: 26px;
    height: 26px;
}

.mobile-view .view-all {
    text-align: center;
    margin: 22px 0 0;
}

.mobile-view .view-all a {
    color: var(--indigo);
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.mobile-view .view-all svg {
    width: 12px;
    height: 12px;
}

.mobile-view

/* FINAL CTA - dark */
.final-cta {
    margin: 30px 22px 0;
    background: linear-gradient(180deg, #1d1e58 0%, #14155e 100%);
    border-radius: 18px;
    padding: 38px 26px 32px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.mobile-view .final-cta::after {
    content: '';
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 220px;
    height: 80px;
    background:
        radial-gradient(ellipse at 50% 100%, rgba(140, 135, 255, 0.18) 0 30%, transparent 32%);
}

.mobile-view .final-cta .waves {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    z-index: 1;
    pointer-events: none;
    opacity: 0.6;
}

.mobile-view .final-cta .waves svg {
    width: 100%;
    height: 100%;
}

.mobile-view .final-cta h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.18;
    margin: 0 0 12px;
    letter-spacing: -0.02em;
    color: white;
    position: relative;
    z-index: 2;
}

.mobile-view .final-cta h3 .accent {
    color: #a89eff;
}

.mobile-view .final-cta p {
    color: #c9c5ee;
    margin: 0 0 22px;
    font-size: 13.5px;
    line-height: 1.55;
    position: relative;
    z-index: 2;
}

.mobile-view .final-cta .btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 22px;
    position: relative;
    z-index: 2;
}

.mobile-view .final-cta .btn.white {
    background: white;
    color: var(--ink);
}

.mobile-view .final-cta .btn.outline {
    background: transparent;
    color: white;
    border-color: rgba(255, 255, 255, 0.3);
}

.mobile-view .final-cta .meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding: 0 6px;
    color: #c9c5ee;
    font-size: 13px;
    position: relative;
    z-index: 2;
}

.mobile-view .final-cta .meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.mobile-view .final-cta .meta svg {
    width: 16px;
    height: 16px;
    color: var(--green);
}

.mobile-view footer {
    padding: 32px 0 28px;
    color: var(--muted-2);
    font-size: 11px;
    text-align: center;
}

/* TESTIMONIAL MOBILE */
.mobile-view .m-testimonial {
    padding: 30px 22px 0;
}

.mobile-view .m-tcard {
    background: white;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 22px 20px;
    box-shadow: 0 4px 24px rgba(0,0,0,.06);
}

.mobile-view .m-tcard-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.mobile-view .m-stars {
    display: flex;
    gap: 3px;
}

.mobile-view .m-stars svg {
    width: 14px;
    height: 14px;
}

.mobile-view .m-tcard-tag {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--indigo);
    background: var(--indigo-soft);
    padding: 4px 10px;
    border-radius: 999px;
}

.mobile-view .m-tcard-quote {
    font-size: 15px;
    line-height: 1.6;
    color: var(--ink);
    margin: 0 0 18px;
    font-style: italic;
}

.mobile-view .m-tcard-stats {
    display: flex;
    align-items: center;
    background: var(--indigo-soft);
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 18px;
    gap: 0;
}

.mobile-view .m-tstat {
    flex: 1;
    text-align: center;
}

.mobile-view .m-tstat .v {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--indigo);
    letter-spacing: -.02em;
    line-height: 1;
}

.mobile-view .m-tstat .l {
    display: block;
    font-size: 11px;
    color: var(--muted);
    margin-top: 4px;
}

.mobile-view .m-tstat-div {
    width: 1px;
    height: 32px;
    background: rgba(0,87,255,.15);
    flex-shrink: 0;
}

.mobile-view .m-tcard-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid var(--line);
}

.mobile-view .m-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-view .m-avatar svg {
    width: 40px;
    height: 40px;
    display: block;
}
.mobile-view .m-avatar-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #e8e8f0;
}

.mobile-view .m-who {
    font-size: 14px;
    font-weight: 700;
    color: var(--ink);
}

.mobile-view .m-role {
    font-size: 12px;
    color: var(--muted);
    margin-top: 2px;
}

/* FAQ MOBILE */
.mobile-view .m-faq {
    padding: 36px 22px 0;
}

.mobile-view .m-faq h2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 10px 0 22px;
    line-height: 1.2;
}

.mobile-view .m-faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-view .m-faq-item {
    background: white;
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color .2s;
}

.mobile-view .m-faq-item.open {
    border-color: var(--indigo);
}

.mobile-view .m-faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.35;
}

.mobile-view .m-faq-item.open .m-faq-q {
    color: var(--indigo);
}

.mobile-view .m-chev {
    width: 16px;
    height: 16px;
    color: var(--muted);
    flex-shrink: 0;
    transition: transform .22s ease;
}

.mobile-view .m-faq-item.open .m-chev {
    transform: rotate(180deg);
    color: var(--indigo);
}

.mobile-view .m-faq-a {
    display: none;
    font-size: 13.5px;
    color: var(--muted);
    line-height: 1.65;
    padding: 0 18px 16px;
    border-top: 1px solid var(--line);
    margin: 0 18px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
}

.mobile-view .m-faq-item.open .m-faq-a {
    display: block;
}


/* ===== MOBILE HERO - AI SEO Services ===== */
.mobile-view .hero {
  padding: 40px 22px 36px;
  background-color: #f1f2f3;
  background-image: url('https://cdn.prod.website-files.com/65c292289fb0ea1ff3a84bd3/69e74f4f8065c619d9f6af08_hero-bg.avif');
  background-position: 50% -2%;
  background-repeat: no-repeat;
  background-size: contain;
}
.m-hero-inner { text-align: left; }
.m-hero-eyebrow {
  display: inline-block;
  font-size: 11px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: #0057ff;
  background: rgba(0,87,255,.08); border: 1px solid rgba(0,87,255,.18);
  padding: 5px 12px; border-radius: 999px;
  margin-bottom: 16px;
}
.m-hero-title {
  font-size: 28px; font-weight: 800; letter-spacing: -.025em;
  color: #0B0B12; line-height: 1.15; margin: 0 0 14px;
}
.m-hero-accent {
  background: linear-gradient(90deg,#0057ff,#7c3aed);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.m-hero-sub {
  font-size: 15px; color: #4a4b58; line-height: 1.65; margin: 0 0 22px;
}
.m-hero-stats {
  display: flex; align-items: center; gap: 0;
  background: #fff; border-radius: 14px; padding: 14px 16px;
  margin-bottom: 22px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.m-hero-stat { flex: 1; text-align: center; }
.m-hero-stat-div { width: 1px; height: 28px; background: #EEEEF2; flex-shrink: 0; }
.m-hero-stat-v {
  display: block; font-size: 18px; font-weight: 800;
  color: #0057ff; letter-spacing: -.02em; line-height: 1;
}
.m-hero-stat-l {
  display: block; font-size: 10px; color: #6B6B7B;
  margin-top: 3px; font-weight: 500;
}
.m-hero-ctas { display: flex; flex-direction: column; gap: 10px; }
.m-hero-btn-primary {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: #0057ff; color: #ffffff !important;
  font-weight: 700; font-size: 15px;
  padding: 14px 20px; border-radius: 12px;
  text-decoration: none;
}
.m-hero-btn-secondary {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: #fff; color: #0B0B12;
  font-weight: 600; font-size: 15px;
  padding: 14px 20px; border-radius: 12px;
  text-decoration: none;
  border: 1px solid #E4E5EC;
}
