/* ========================= */
/* GLOBAL */
/* ========================= */

:root {
    --bg-main: #05080d;
    --bg-deep: #020405;
    --bg-panel: rgba(7, 18, 20, 0.88);
    --bg-soft: rgba(255, 255, 255, 0.04);
    --bg-soft-strong: rgba(255, 255, 255, 0.07);
    --line-soft: rgba(255, 255, 255, 0.08);
    --line-accent: rgba(0, 255, 213, 0.24);
    --text-main: #f4fcfc;
    --text-body: #b8caca;
    --text-muted: #96adad;
    --accent: #00ffd5;
    --accent-2: #00aaff;
    --shadow-lg: 0 24px 58px rgba(0, 0, 0, 0.24);
    --shadow-md: 0 18px 40px rgba(0, 0, 0, 0.22);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    background: radial-gradient(circle at top, #0f2f2f, var(--bg-main) 70%);
    color: var(--text-main);
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    font: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

section {
    position: relative;
    z-index: 1;
    overflow: visible;
}

.container {
    width: min(calc(100% - 28px), 1220px);
    margin: 0 auto;
}

/* ========================= */
/* SHARED COMPONENTS */
/* ========================= */

.section-kicker,
.product-eyebrow,
.plan-eyebrow,
.hero-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--line-soft);
    color: #9feee2;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.45;
    text-transform: uppercase;
}

.section-lead,
.product-subtitle,
.plan-subtitle,
.hero-lead,
.product-copy,
.market-highlight,
.market-stat span,
.market-visual-note,
.income-note,
.audience-card p,
.audience-note,
.plan-desc,
.plan-card ul li,
.testimonial-card p,
.faq-answer,
.dealer-intro,
.dealer-list li,
.dealer-note,
.dealer-card p,
.beone-card p,
.beone-cta-copy p,
.product-mini-note,
.feature-label {
    color: var(--text-body);
    font-size: 15px;
    line-height: 1.7;
}

.section-chip-row,
.hero-points,
.market-points,
.product-highlights,
.dealer-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.section-chip,
.hero-points span,
.market-points span,
.product-highlights span,
.dealer-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--line-soft);
    color: #ddf7f7;
    font-size: 13px;
    line-height: 1.45;
}

.hero-points i,
.product-highlights i,
.market-visual-badge,
.market-points i,
.dealer-pill i,
.beone-icon i,
.beone-cta-points i {
    color: var(--accent);
}

.btn,
.btn-outline,
.nav-cta,
.buy-btn,
.btn-dealer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.btn,
.nav-cta,
.buy-btn,
.btn-dealer {
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    color: #002222;
    box-shadow: 0 14px 28px rgba(0, 255, 213, 0.18);
}

.btn:hover,
.nav-cta:hover,
.buy-btn:hover,
.btn-dealer:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(0, 255, 213, 0.24);
}

.btn {
    padding: 14px 30px;
    border-radius: 999px;
}

.btn-outline {
    padding: 14px 30px;
    border-radius: 999px;
    background: transparent;
    color: var(--accent);
    border: 1px solid rgba(0, 255, 213, 0.42);
}

.btn-outline:hover {
    background: rgba(0, 255, 213, 0.08);
    box-shadow: 0 0 18px rgba(0, 255, 213, 0.18);
}

/* ========================= */
/* NAVBAR - DESKTOP */
/* ========================= */

.navbar {
    position: fixed;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(calc(100% - 28px), 1220px);
    padding: 14px 18px;
    border-radius: 22px;
    background: rgba(6, 16, 18, 0.76);
    border: 1px solid var(--line-soft);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.logo-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #ffffff;
    text-shadow: 0 0 10px rgba(0, 255, 213, 0.35);
}

.logo span {
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--line-soft);
    color: #a4f8ec;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nav-container {
    position: static;
}

.nav-panel {
    display: flex;
    align-items: center;
    gap: 18px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
}

.nav-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 999px;
    color: #d3e4e4;
    font-size: 14px;
    font-weight: 500;
}

.nav-links a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
}

.nav-cta {
    padding: 11px 18px;
    border-radius: 999px;
}

.overlay,
.hamburger {
    display: none;
}

/* ========================= */
/* NAVBAR - MOBILE */
/* ========================= */

@media (max-width: 768px) {
    .navbar {
        top: 10px;
        width: calc(100% - 20px);
        padding: 12px 14px;
        border-radius: 18px;
    }

    .logo {
        font-size: 22px;
    }

    .logo-badge {
        display: none;
    }

    .overlay {
        position: fixed;
        inset: 0;
        display: block;
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

    .overlay.active {
        opacity: 1;
        pointer-events: auto;
    }

    .hamburger {
        position: relative;
        z-index: 1100;
        display: flex;
        width: 30px;
        height: 22px;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
    }

    .hamburger span {
        width: 100%;
        height: 3px;
        border-radius: 999px;
        background: var(--accent);
        transition: 0.35s ease;
    }

    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }

    .nav-container {
        position: fixed;
        top: 78px;
        right: -120%;
        width: min(320px, calc(100% - 20px));
        transition: right 0.35s ease;
        z-index: 1050;
    }

    .nav-container.active {
        right: 10px;
    }

    .nav-panel {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        padding: 18px;
        border-radius: 22px;
        background: rgba(7, 18, 20, 0.96);
        border: 1px solid var(--line-soft);
        box-shadow: 0 22px 40px rgba(0, 0, 0, 0.28);
    }

    .nav-links {
        width: 100%;
        flex-direction: column;
        gap: 8px;
    }

    .nav-links a {
        width: 100%;
        padding: 12px 14px;
        justify-content: center;
    }

    .nav-cta {
        width: 100%;
    }
}

/* ========================= */
/* HERO - DESKTOP */
/* ========================= */

.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 44px;
    width: min(calc(100% - 28px), 1220px);
    min-height: 100vh;
    margin: 0 auto;
    padding: 140px 18px 70px;
}

.hero-left {
    flex: 1;
    max-width: 560px;
}

.hero-left h1 {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: clamp(42px, 5.6vw, 68px);
    line-height: 1.02;
}

.hero-left h1 span {
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-lead {
    max-width: 520px;
    margin-bottom: 28px;
}

.hero-points {
    margin-bottom: 22px;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hero-right {
    position: relative;
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
}

.hero-right::before {
    content: "";
    position: absolute;
    width: 560px;
    height: 560px;
    background: radial-gradient(circle, rgba(0, 255, 213, 0.22), transparent 68%);
    filter: blur(80px);
}

.hero-visual-shell {
    position: relative;
    width: min(430px, 100%);
    z-index: 1;
}

.hero-right img {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    transform: rotate(-3deg);
    filter: drop-shadow(0 34px 46px rgba(0, 0, 0, 0.5));
    transition: transform 0.3s ease;
}

.hero-right img:hover {
    transform: rotate(-1deg) scale(1.03);
}

/* ========================= */
/* HERO - MOBILE */
/* ========================= */

@media (max-width: 768px) {
    .hero {
        width: min(calc(100% - 20px), 1220px);
        min-height: auto;
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 122px 14px 56px;
    }

    .hero-kicker {
        margin-bottom: 10px;
        font-size: 10px;
        letter-spacing: 0.1em;
    }

    .hero-left {
        max-width: 100%;
    }

    .hero-left h1 {
        margin-bottom: 14px;
        font-size: 34px;
        line-height: 1.08;
    }

    .hero-lead {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.65;
    }

    .hero-points {
        justify-content: center;
        gap: 8px;
        margin-bottom: 20px;
    }

    .hero-points span {
        padding: 8px 10px;
        font-size: 11px;
    }

    .hero-buttons {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .btn,
    .btn-outline {
        width: 100%;
        max-width: 280px;
        padding: 14px;
    }

    .hero-right {
        width: 100%;
        justify-content: center;
    }

    .hero-right::before {
        width: 240px;
        height: 240px;
        filter: blur(42px);
    }

    .hero-visual-shell {
        max-width: 260px;
    }

    .hero-right img {
        max-width: 220px;
        transform: none;
    }

    .hero-right img:hover {
        transform: scale(1.03);
    }
}

/* ========================= */
/* BEONE FEATURES - DESKTOP */
/* ========================= */

.beone-features {
    padding: 72px 40px 88px;
    background:
        radial-gradient(circle at top center, rgba(0, 255, 213, 0.12), transparent 30%),
        linear-gradient(180deg, #051012 0%, #061414 100%);
    text-align: center;
}

.beone-header {
    max-width: 780px;
    margin: 0 auto 36px;
}

.beone-header h2 {
    margin-bottom: 14px;
    color: var(--text-main);
    font-size: clamp(34px, 4vw, 46px);
    line-height: 1.08;
}

.beone-header h2 span {
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.beone-header .section-lead {
    margin: 0 auto;
}

.section-chip-row {
    justify-content: center;
    margin-top: 18px;
}

.beone-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    max-width: 1180px;
    margin: 24px auto 0;
}

.beone-card {
    position: relative;
    display: flex;
    min-height: 290px;
    flex-direction: column;
    padding: 28px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(0, 255, 213, 0.18), transparent 34%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
        rgba(8, 20, 22, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    overflow: hidden;
    text-align: left;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.beone-card::after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 170, 255, 0.16), transparent 70%);
    pointer-events: none;
}

.beone-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28), 0 0 35px rgba(0, 255, 213, 0.12);
}

.beone-card.highlight {
    border-color: rgba(0, 255, 213, 0.32);
}

.beone-card-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 28px;
}

.beone-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(0, 255, 213, 0.24), rgba(0, 170, 255, 0.12)),
        rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(0, 255, 213, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 16px 30px rgba(0, 0, 0, 0.2);
}

.beone-icon i {
    font-size: 24px;
}

.beone-card-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.09);
    color: #d8fdf7;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.beone-card h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    color: var(--text-main);
    font-size: 24px;
    line-height: 1.2;
}

.beone-card p {
    position: relative;
    z-index: 1;
}

.beone-card-meta {
    position: relative;
    z-index: 1;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text-muted);
    font-size: 13px;
    font-weight: 600;
}

.beone-cta {
    max-width: 920px;
    margin: 24px auto 0;
    text-align: center;
}

.beone-cta-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #a6fff1;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.beone-cta h3 {
    margin-bottom: 10px;
    color: var(--text-main);
    font-size: clamp(28px, 3vw, 34px);
    line-height: 1.1;
}

.beone-cta-copy p {
    max-width: 620px;
    margin: 0 auto;
}

.beone-cta-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 18px;
}

.beone-cta-primary,
.beone-cta-secondary {
    min-width: 190px;
}

.beone-cta-points {
    display: none;
}

/* ========================= */
/* BEONE FEATURES - MOBILE */
/* ========================= */

@media (max-width: 768px) {
    .beone-features {
        padding: 56px 20px 68px;
    }

    .beone-header {
        margin-bottom: 28px;
    }

    .beone-header h2 {
        margin-bottom: 12px;
        font-size: 30px;
        line-height: 1.14;
    }

    .section-kicker {
        margin-bottom: 10px;
        padding: 7px 12px;
        font-size: 10px;
        letter-spacing: 0.12em;
    }

    .section-lead {
        font-size: 14px;
        line-height: 1.62;
    }

    .section-chip-row {
        gap: 8px;
        margin-top: 14px;
    }

    .section-chip {
        padding: 8px 10px;
        font-size: 11px;
    }

    .beone-grid {
        gap: 16px;
        margin-top: 20px;
    }

    .beone-card {
        min-height: auto;
        padding: 22px 18px;
        border-radius: 24px;
    }

    .beone-card:hover,
    .beone-card.highlight {
        transform: none;
    }

    .beone-card-top {
        gap: 10px;
        margin-bottom: 18px;
    }

    .beone-icon {
        width: 52px;
        height: 52px;
        border-radius: 16px;
    }

    .beone-icon i {
        font-size: 20px;
    }

    .beone-card-tag {
        padding: 7px 11px;
        font-size: 10px;
    }

    .beone-card h3 {
        font-size: 20px;
        line-height: 1.25;
    }

    .beone-card p {
        font-size: 14px;
        line-height: 1.65;
    }

    .beone-card-meta {
        padding-top: 14px;
        font-size: 12px;
    }

    .beone-cta {
        margin-top: 20px;
    }

    .beone-cta-kicker {
        margin-bottom: 10px;
        font-size: 10px;
    }

    .beone-cta h3 {
        font-size: 24px;
    }

    .beone-cta-copy p {
        font-size: 14px;
        line-height: 1.65;
    }

    .beone-cta-actions {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin-top: 16px;
    }

    .beone-cta-primary,
    .beone-cta-secondary {
        width: 100%;
        max-width: 260px;
        min-width: 0;
    }
}

/* ========================= */
/* MARKET - DESKTOP */
/* ========================= */

.market {
    padding: 36px 40px 88px;
    background: linear-gradient(180deg, #05080d 0%, #061414 100%);
}

.market-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 36px 60px 60px;
    border-radius: 34px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
        rgba(7, 19, 21, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.market-container::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(0, 255, 213, 0.16), transparent 72%);
    filter: blur(20px);
}

.market-left,
.market-right {
    position: relative;
    z-index: 1;
    flex: 1;
}

.market-left {
    max-width: 500px;
    text-align: left;
}

.market-left h2 {
    margin-bottom: 14px;
    color: var(--text-main);
    font-size: clamp(34px, 4vw, 46px);
    line-height: 1.08;
}

.market-left h2 span {
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.market-left .section-lead {
    margin-bottom: 0;
    max-width: 100%;
}

.market-points {
    margin-top: 18px;
}

.market-highlight {
    margin-top: 24px;
    padding: 18px 22px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(0, 255, 213, 0.12), rgba(0, 170, 255, 0.08));
    border: 1px solid rgba(0, 255, 213, 0.3);
    color: #d7e8e8;
    box-shadow: 0 0 25px rgba(0, 255, 213, 0.15);
}

.market-highlight strong,
.market-visual-note strong,
.income-note strong,
.audience-note strong,
.dealer-note strong {
    color: var(--text-main);
}

.market-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.market-stat {
    padding: 18px;
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
        rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.market-stat strong {
    display: block;
    margin-bottom: 8px;
    color: var(--text-main);
    font-size: 16px;
    line-height: 1.35;
}

.market-right {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
}

.market-right::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(0, 170, 255, 0.18), transparent 72%);
    filter: blur(24px);
}

.market-visual-card {
    position: relative;
    z-index: 1;
    width: min(430px, 100%);
    padding: 24px 24px 22px;
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(8, 20, 22, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.market-visual-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    border-radius: 30px 30px 0 0;
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.market-visual-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #aafcf0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.market-visual-card img {
    border-radius: 18px;
    filter: drop-shadow(0 24px 36px rgba(0, 0, 0, 0.45));
    transition: transform 0.3s ease;
}

.market-visual-card img:hover {
    transform: scale(1.03);
}

.market-visual-note {
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

/* ========================= */
/* MARKET - MOBILE */
/* ========================= */

@media (max-width: 768px) {
    .market {
        padding: 28px 20px 68px;
    }

    .market-container {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        padding: 28px 20px;
        border-radius: 24px;
    }

    .market-left {
        max-width: 100%;
        display: grid;
        gap: 14px;
    }

    .market-left h2 {
        margin-bottom: 12px;
        font-size: 30px;
        line-height: 1.14;
    }

    .market-left .section-lead {
        font-size: 14px;
        line-height: 1.62;
    }

    .market-points {
        gap: 8px;
        margin-top: 0;
    }

    .market-points span {
        padding: 9px 12px;
        font-size: 12px;
        text-align: left;
    }

    .market-highlight {
        margin-top: 0;
        padding: 14px 15px;
        border-radius: 16px;
        font-size: 13px;
    }

    .market-stats {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 0;
    }

    .market-stat {
        padding: 14px;
        border-radius: 16px;
    }

    .market-stat strong {
        font-size: 15px;
    }

    .market-stat span {
        font-size: 12px;
    }

    .market-right {
        min-height: auto;
        width: 100%;
        justify-content: stretch;
    }

    .market-visual-card {
        width: 100%;
        padding: 16px 14px 14px;
        border-radius: 22px;
    }

    .market-visual-badge {
        margin-bottom: 12px;
        padding: 7px 10px;
        font-size: 10px;
    }

    .market-visual-card img {
        border-radius: 14px;
    }

    .market-visual-note {
        margin-top: 12px;
        padding: 12px;
        font-size: 12px;
        text-align: left;
    }
}

/* ========================= */
/* INCOME - DESKTOP */
/* ========================= */

.income-section {
    padding: 72px 40px 88px;
    background:
        radial-gradient(circle at top center, rgba(0, 255, 213, 0.08), transparent 32%),
        linear-gradient(180deg, #030809 0%, #041112 100%);
    text-align: center;
}

.income-container {
    max-width: 980px;
}

.income-container h2 {
    margin-bottom: 14px;
    color: var(--text-main);
    font-size: clamp(34px, 4vw, 46px);
    line-height: 1.08;
}

.income-container h2 span {
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.income-card {
    position: relative;
    margin-top: 24px;
    padding: 28px;
    border-radius: 28px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
        rgba(7, 17, 20, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.income-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.income-card img {
    border-radius: 14px;
}

.income-note {
    max-width: 760px;
    margin: 24px auto 0;
    padding: 18px 22px;
    border-radius: 18px;
    background: rgba(0, 255, 213, 0.08);
    border: 1px solid rgba(0, 255, 213, 0.22);
    color: #d7e8e8;
}

/* ========================= */
/* INCOME - MOBILE */
/* ========================= */

@media (max-width: 768px) {
    .income-section {
        padding: 56px 20px 68px;
    }

    .income-container h2 {
        margin-bottom: 12px;
        font-size: 30px;
        line-height: 1.14;
    }

    .income-card {
        margin-top: 20px;
        padding: 18px;
        border-radius: 22px;
    }

    .income-note {
        margin-top: 20px;
        padding: 16px 18px;
        font-size: 14px;
        line-height: 1.62;
    }
}

/* ========================= */
/* AUDIENCE - DESKTOP */
/* ========================= */

.audience-section {
    padding: 72px 40px 88px;
    background:
        radial-gradient(circle at top center, rgba(0, 255, 213, 0.08), transparent 28%),
        linear-gradient(180deg, #071516 0%, #081a1a 100%);
    text-align: center;
}

.audience-section h2 {
    margin-bottom: 14px;
    color: var(--text-main);
    font-size: clamp(34px, 4vw, 46px);
    line-height: 1.08;
}

.audience-section h2 span {
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    max-width: 1040px;
    margin: 24px auto 0;
}

.audience-card {
    overflow: hidden;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
        rgba(8, 19, 21, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    text-align: left;
}

.audience-card:hover {
    transform: translateY(-10px);
    border-color: rgba(0, 255, 213, 0.22);
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.24), 0 0 26px rgba(0, 255, 213, 0.08);
}

.audience-card img {
    width: 100%;
    height: 168px;
    object-fit: cover;
}

.audience-card-body {
    display: flex;
    min-height: 152px;
    flex-direction: column;
    gap: 10px;
    padding: 20px 18px 22px;
}

.audience-badge {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(0, 255, 213, 0.1);
    border: 1px solid rgba(0, 255, 213, 0.16);
    color: #98f5e8;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.audience-card h3 {
    color: var(--text-main);
    font-size: 18px;
    line-height: 1.3;
}

.audience-card p {
    margin: 0;
    padding: 0;
    color: var(--text-body);
    font-size: 13px;
    line-height: 1.65;
}

.audience-note {
    max-width: 980px;
    margin: 24px auto 0;
    padding: 28px 30px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
        rgba(7, 18, 20, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.08);
    line-height: 1.75;
}

/* ========================= */
/* AUDIENCE - MOBILE */
/* ========================= */

@media (max-width: 768px) {
    .audience-section {
        padding: 56px 20px 68px;
    }

    .audience-section h2 {
        margin-bottom: 12px;
        font-size: 30px;
        line-height: 1.14;
    }

    .audience-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        margin-top: 20px;
    }

    .audience-card {
        border-radius: 18px;
    }

    .audience-card img {
        height: 118px;
    }

    .audience-card-body {
        min-height: 126px;
        gap: 8px;
        padding: 16px 14px 18px;
    }

    .audience-badge {
        padding: 6px 9px;
        font-size: 9px;
    }

    .audience-card h3 {
        font-size: 16px;
        line-height: 1.28;
    }

    .audience-card p {
        font-size: 12px;
        line-height: 1.55;
    }

    .audience-note {
        margin-top: 20px;
        padding: 20px 18px;
        border-radius: 20px;
        font-size: 14px;
        line-height: 1.62;
    }
}

/* ========================= */
/* PRODUCT - DESKTOP */
/* ========================= */

.product-section {
    padding: 72px 40px 88px;
    background: linear-gradient(180deg, #05080d 0%, #061414 100%);
}

.product-shell {
    position: relative;
}

.product-header {
    max-width: 760px;
    margin: 0 auto 36px;
    text-align: center;
}

.product-title {
    margin-bottom: 14px;
    color: var(--text-main);
    font-size: clamp(34px, 4vw, 46px);
    line-height: 1.08;
}

.product-title span {
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-subtitle {
    max-width: 650px;
    margin: 0 auto;
}

.product-promo-banner {
    max-width: 1100px;
    margin: 0 auto 24px;
    padding: 14px;
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(6, 16, 18, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.product-promo-banner img {
    border-radius: 22px;
}

.product-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 42px;
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
        rgba(6, 16, 18, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(22px);
    box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.product-left,
.product-right {
    flex: 1;
}

.product-left {
    text-align: center;
}

.product-badge,
.product-tagline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(0, 255, 213, 0.2);
    color: #aafcf0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.product-badge {
    margin-bottom: 18px;
    background: rgba(0, 255, 213, 0.08);
}

.product-visual {
    position: relative;
}

.product-visual::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 320px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(0, 255, 213, 0.16), transparent 70%);
    filter: blur(24px);
}

.product-visual img {
    position: relative;
    z-index: 1;
    width: 360px;
    margin: 0 auto;
    filter: drop-shadow(0 40px 80px rgba(0, 0, 0, 0.8));
    transition: transform 0.3s ease;
}

.product-visual img:hover {
    transform: scale(1.06) rotate(-4deg);
}

.product-cta-row {
    margin-top: 24px;
}

.product-mini-note {
    margin-top: 12px;
    color: var(--text-muted);
    font-size: 13px;
}

.product-tagline {
    margin-bottom: 18px;
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.07);
}

.product-heading {
    margin-bottom: 10px;
    color: var(--text-main);
    font-size: 24px;
    line-height: 1.2;
}

.product-copy {
    margin-bottom: 20px;
}

.product-highlights {
    margin-bottom: 24px;
}

.product-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.feature-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    text-align: left;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.feature-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 20px rgba(0, 255, 213, 0.15);
}

.feature-box.highlight {
    border-color: rgba(0, 255, 213, 0.28);
    box-shadow: 0 0 20px rgba(0, 255, 213, 0.12);
}

.feature-box i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(0, 255, 213, 0.1);
    border: 1px solid rgba(0, 255, 213, 0.16);
    color: var(--accent);
}

.feature-label {
    flex: 1 1 100px;
}

.feature-box strong {
    margin-left: auto;
    color: var(--text-main);
    font-size: 15px;
    line-height: 1.4;
}

/* ========================= */
/* PRODUCT - MOBILE */
/* ========================= */

@media (max-width: 768px) {
    .product-section {
        padding: 56px 20px 68px;
    }

    .product-header {
        margin-bottom: 28px;
    }

    .product-title {
        margin-bottom: 12px;
        font-size: 30px;
        line-height: 1.14;
    }

    .product-subtitle {
        display: none;
    }

    .product-promo-banner {
        margin-bottom: 20px;
        padding: 10px;
        border-radius: 22px;
    }

    .product-promo-banner img {
        border-radius: 16px;
    }

    .product-wrapper {
        flex-direction: column;
        gap: 24px;
        padding: 22px 16px;
        border-radius: 24px;
        text-align: center;
    }

    .product-badge {
        margin-bottom: 12px;
        padding: 7px 12px;
        font-size: 10px;
    }

    .product-visual img {
        width: 100%;
        max-width: 230px;
    }

    .product-tagline {
        margin-bottom: 12px;
        font-size: 10px;
    }

    .product-heading {
        font-size: 20px;
        line-height: 1.25;
    }

    .product-copy,
    .product-mini-note {
        display: none;
    }

    .product-highlights {
        justify-content: center;
        gap: 8px;
        margin-bottom: 18px;
    }

    .product-highlights span {
        padding: 8px 10px;
        font-size: 11px;
    }

    .product-features {
        gap: 10px;
    }

    .feature-box {
        justify-content: center;
        gap: 8px;
        min-height: 104px;
        padding: 14px 10px;
        border-radius: 16px;
        text-align: center;
    }

    .feature-box i {
        width: 30px;
        height: 30px;
    }

    .feature-label {
        flex: 0 0 100%;
        font-size: 12px;
        line-height: 1.55;
    }

    .feature-box strong {
        flex: 0 0 100%;
        margin-left: 0;
        font-size: 13px;
    }

    .product-right .btn,
    .product-cta-row .btn {
        width: 100%;
        max-width: 260px;
    }
}

/* ========================= */
/* PLAN - DESKTOP */
/* ========================= */

.plan-section {
    padding: 72px 20px 88px;
    background:
        radial-gradient(circle at top center, rgba(0, 255, 213, 0.12), transparent 32%),
        linear-gradient(180deg, #020405 0%, #041212 100%);
    overflow: visible;
    text-align: center;
}

.plan-shell {
    position: relative;
}

.plan-shell::before {
    content: "";
    position: absolute;
    inset: 40px 0 auto;
    height: 320px;
    background: radial-gradient(circle, rgba(0, 170, 255, 0.12), transparent 68%);
    filter: blur(20px);
    pointer-events: none;
}

.plan-header {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto 36px;
}

.plan-title {
    margin-bottom: 14px;
    color: var(--text-main);
    font-size: clamp(34px, 4vw, 46px);
    line-height: 1.08;
}

.plan-title span {
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.plan-subtitle {
    margin: 0 auto;
    max-width: 620px;
}

.plan-tabs {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.plan-tab {
    padding: 9px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: transparent;
    color: #a9c7c7;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.plan-tab:hover {
    color: #eaf8f8;
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.14);
}

.plan-tab.is-active {
    color: #042b2b;
    background: linear-gradient(90deg, #7fffe6, #37c7ff);
    border-color: rgba(127, 255, 230, 0.72);
    box-shadow: 0 10px 20px rgba(0, 255, 213, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.plan-panels {
    position: relative;
    z-index: 1;
}

.plan-panel[hidden] {
    display: none;
}

.plan-wrapper {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}

.plan-slider {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 8px 4px 16px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.plan-slider::-webkit-scrollbar {
    display: none;
}

.plan-card {
    position: relative;
    display: flex;
    flex: 0 0 calc((100% - 36px) / 3);
    min-width: calc((100% - 36px) / 3);
    max-width: calc((100% - 36px) / 3);
    flex-direction: column;
    padding: 19px;
    border-radius: 24px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(5, 18, 18, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    text-align: left;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.plan-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 130px;
    background: linear-gradient(180deg, rgba(0, 255, 213, 0.12), transparent);
    opacity: 0.7;
    pointer-events: none;
}

.plan-card.highlight {
    border-color: rgba(0, 255, 213, 0.45);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.3), 0 0 42px rgba(0, 255, 213, 0.12);
}

@media (hover: hover) and (pointer: fine) {
    .plan-card:hover {
        transform: translateY(-10px);
        border-color: rgba(0, 255, 213, 0.22);
        box-shadow: 0 24px 52px rgba(0, 0, 0, 0.28), 0 0 30px rgba(0, 255, 213, 0.12);
    }
}

.ribbon {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(0, 255, 213, 0.1);
    border: 1px solid rgba(0, 255, 213, 0.28);
    color: #9feee2;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.plan-card.highlight .ribbon {
    background: linear-gradient(90deg, #7fffe6, #37c7ff);
    color: #042b2b;
    border-color: transparent;
}

.plan-tier {
    min-height: 20px;
    margin-bottom: 8px;
    padding-right: 88px;
    color: #8edfd3;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.plan-card h3 {
    margin-bottom: 8px;
    color: var(--text-main);
    font-size: 24px;
    line-height: 1.2;
}

.plan-desc {
    min-height: 50px;
    margin-bottom: 14px;
    color: var(--text-body);
    font-size: 13px;
    line-height: 1.55;
}

.plan-card ul {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
    list-style: none;
    flex: 1;
}

.plan-card ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #d3dfdf;
}

.plan-card ul li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(0, 255, 213, 0.12);
    border: 1px solid rgba(0, 255, 213, 0.18);
    color: var(--accent);
    font-size: 12px;
}

.price-block {
    margin-top: auto;
    margin-bottom: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.price-label {
    display: block;
    margin-bottom: 8px;
    color: var(--text-muted);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.price {
    color: var(--text-main);
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
}

.price span {
    color: var(--text-muted);
    font-size: 12px;
    font-weight: 500;
}

.buy-btn {
    width: 100%;
    padding: 11px;
    border-radius: 12px;
}

.plan-nav {
    display: none;
}

/* ========================= */
/* PLAN - MOBILE */
/* ========================= */

@media (max-width: 768px) {
    .plan-section {
        padding: 56px 30px 68px;
    }

    .plan-header {
        margin-bottom: 28px;
    }

    .plan-title {
        margin-bottom: 12px;
        font-size: 30px;
        line-height: 1.14;
    }

    .plan-subtitle {
        font-size: 14px;
        line-height: 1.62;
    }

    .plan-tabs {
        gap: 8px;
        margin-bottom: 20px;
    }

    .plan-tab {
        min-width: 0;
        padding: 9px 12px;
        font-size: 12px;
    }

    .plan-wrapper {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "slider slider"
            "prev next";
        align-items: center;
        gap: 12px;
    }

    .plan-slider {
        grid-area: slider;
        gap: 0;
        padding: 0;
        scroll-snap-type: x mandatory;
    }

    .plan-card {
        flex: 0 0 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 15px 14px 14px;
        border-radius: 18px;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .plan-card h3 {
        font-size: 22px;
    }

    .plan-desc {
        display: none;
    }

    .plan-tier {
        margin-bottom: 6px;
        padding-right: 82px;
    }

    .plan-card ul {
        gap: 6px;
        margin-bottom: 12px;
    }

    .plan-card ul li {
        gap: 8px;
        font-size: 12px;
        line-height: 1.32;
    }

    .plan-card ul li i {
        width: 22px;
        height: 22px;
        font-size: 10px;
    }

    .price-block {
        margin-bottom: 8px;
        padding-top: 8px;
    }

    .price {
        font-size: 23px;
    }

    .price-label,
    .price span {
        font-size: 11px;
    }

    .buy-btn {
        padding: 9px;
        font-size: 12px;
    }

    .plan-nav {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        position: static;
        margin: 0;
        padding: 0;
        border: 1px solid var(--line-soft);
        border-radius: 50%;
        background: rgba(6, 20, 20, 0.92);
        color: var(--accent);
        font-size: 13px;
        box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22);
    }

    .plan-nav:hover {
        transform: none;
    }

    .plan-nav:active {
        transform: scale(0.96);
    }

    .plan-nav.prev {
        grid-area: prev;
        justify-self: end;
    }

    .plan-nav.next {
        grid-area: next;
        justify-self: start;
    }

    .ribbon {
        padding: 5px 9px;
        font-size: 10px;
    }
}

/* ========================= */
/* TESTIMONIAL - DESKTOP */
/* ========================= */

.testimonial-section {
    padding: 72px 40px 88px;
    background:
        radial-gradient(circle at top center, rgba(0, 255, 213, 0.1), transparent 24%),
        linear-gradient(180deg, #05090d 0%, #071214 100%);
    text-align: center;
}

.testimonial-section h2 {
    margin-bottom: 14px;
    color: var(--text-main);
    font-size: clamp(34px, 4vw, 46px);
    line-height: 1.08;
}

.testimonial-section h2 span {
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonial-slider {
    margin-top: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.testimonial-slider::-webkit-scrollbar {
    display: none;
}

.testimonial-track {
    display: flex;
    gap: 24px;
    padding: 12px 6px;
}

.testimonial-card {
    position: relative;
    min-width: 310px;
    padding: 30px 25px;
    border-radius: 24px;
    overflow: hidden;
    scroll-snap-align: center;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(7, 18, 20, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.testimonial-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 40px rgba(0, 255, 213, 0.18), 0 15px 40px rgba(0, 0, 0, 0.6);
}

.quote {
    position: absolute;
    top: 10px;
    left: 15px;
    color: rgba(0, 255, 213, 0.2);
    font-size: 40px;
}

.avatar {
    width: 75px;
    height: 75px;
    margin: 0 auto 10px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(0, 255, 213, 0.6);
    box-shadow: 0 0 15px rgba(0, 255, 213, 0.25);
}

.stars {
    margin-bottom: 10px;
    color: #ffd700;
    font-size: 16px;
    letter-spacing: 2px;
}

.testimonial-card p {
    margin-bottom: 12px;
    color: #ddd;
}

.testimonial-card h4 {
    color: var(--accent);
    font-size: 16px;
    line-height: 1.35;
}

/* ========================= */
/* TESTIMONIAL - MOBILE */
/* ========================= */

@media (max-width: 768px) {
    .testimonial-section {
        padding: 56px 20px 68px;
    }

    .testimonial-section h2 {
        margin-bottom: 12px;
        font-size: 30px;
        line-height: 1.14;
    }

    .testimonial-slider {
        margin-top: 20px;
        padding: 0 16px;
    }

    .testimonial-track {
        gap: 16px;
        padding: 8px 0;
    }

    .testimonial-card {
        min-width: 82%;
        max-width: 82%;
        padding: 26px 20px;
        border-radius: 20px;
        scroll-snap-stop: always;
    }

    .testimonial-card p {
        font-size: 13px;
        line-height: 1.62;
    }

    .testimonial-card h4 {
        font-size: 15px;
    }
}

/* ========================= */
/* DEALER CTA - DESKTOP */
/* ========================= */

.dealer-cta {
    padding: 36px 0 88px;
    background:
        radial-gradient(circle at top center, rgba(0, 255, 213, 0.08), transparent 28%),
        linear-gradient(180deg, #030708 0%, #051112 100%);
}

.dealer-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 430px);
    align-items: center;
    gap: 48px;
    width: min(calc(100% - 28px), 1220px);
    margin: 0 auto;
}

.dealer-left {
    max-width: 100%;
    text-align: left;
}

.dealer-left h1 {
    margin-bottom: 14px;
    color: var(--text-main);
    font-size: clamp(34px, 4vw, 46px);
    line-height: 1.08;
}

.dealer-left h1 span {
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dealer-intro {
    display: grid;
    gap: 6px;
}

.dealer-intro span {
    display: block;
}

.dealer-pill-row {
    margin-top: 18px;
}

.dealer-list {
    margin-top: 18px;
    list-style: none;
}

.dealer-list li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 22px;
}

.dealer-list li:last-child {
    margin-bottom: 0;
}

.dealer-list li::before {
    content: "•";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--accent);
    font-size: 18px;
    line-height: 1;
}

.dealer-note {
    margin-top: 18px;
    padding: 16px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #d7e8e8;
}

.dealer-right {
    display: flex;
    justify-content: flex-end;
}

.dealer-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(380px, 100%);
    padding: 42px 30px;
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(0, 255, 213, 0.05), rgba(0, 0, 0, 0.6));
    border: 1px solid rgba(0, 255, 213, 0.25);
    backdrop-filter: blur(30px);
    box-shadow: 0 0 60px rgba(0, 255, 213, 0.16), inset 0 0 20px rgba(0, 255, 213, 0.05);
    text-align: center;
}

.dealer-card::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    width: 200px;
    height: 200px;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(0, 255, 213, 0.1), transparent 72%);
    filter: blur(52px);
}

.dealer-avatar {
    width: 110px;
    height: 110px;
    margin: 0 auto 15px;
    border-radius: 50%;
    object-fit: cover;
    background: rgba(7, 18, 20, 0.9);
    border: 2px solid rgba(0, 255, 213, 0.5);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28), 0 0 18px rgba(0, 255, 213, 0.18);
}

.dealer-card h3 {
    margin-bottom: 8px;
    color: var(--text-main);
    font-size: 24px;
    line-height: 1.2;
}

.dealer-sub {
    display: block;
    width: 100%;
    max-width: 24ch;
    margin: 2px auto 18px;
    text-align: center !important;
    color: var(--text-muted);
    font-size: 12px;
    line-height: 1.55;
}

.dealer-card p {
    margin: 6px 0;
}

.btn-dealer {
    margin-top: 22px;
    padding: 14px 28px;
    border-radius: 999px;
}

/* ========================= */
/* DEALER CTA - MOBILE */
/* ========================= */

@media (max-width: 768px) {
    .dealer-cta {
        padding: 28px 16px 68px;
    }

    .dealer-wrapper {
        display: flex;
        flex-direction: column;
        gap: 22px;
        width: 100%;
        padding: 22px 16px;
        border-radius: 24px;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
            rgba(7, 18, 20, 0.84);
        border: 1px solid rgba(255, 255, 255, 0.06);
        box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }

    .dealer-left {
        max-width: 100%;
    }

    .dealer-left h1 {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 1.14;
    }

    .dealer-intro {
        font-size: 14px;
        line-height: 1.62;
    }

    .dealer-pill-row {
        gap: 8px;
        margin-top: 16px;
    }

    .dealer-pill {
        padding: 8px 12px;
        font-size: 11px;
    }

    .dealer-list {
        margin-top: 16px;
    }

    .dealer-list li {
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 1.58;
    }

    .dealer-note {
        margin-top: 16px;
        padding: 14px 15px;
        border-top: none;
        border-radius: 18px;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
            rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.08);
        font-size: 13px;
        line-height: 1.62;
    }

    .dealer-right {
        width: 100%;
    }

    .dealer-card {
        max-width: 320px;
        padding: 35px 20px;
    }

    .dealer-card h3 {
        font-size: 20px;
    }

    .dealer-sub {
        max-width: 20ch;
        margin-bottom: 16px;
    }
}

/* ========================= */
/* FAQ - DESKTOP */
/* ========================= */

.faq-section {
    padding: 72px 40px 88px;
    background:
        radial-gradient(circle at top center, rgba(0, 255, 213, 0.08), transparent 26%),
        linear-gradient(180deg, #05090d 0%, #071315 100%);
    text-align: center;
}

.faq-section h2 {
    margin-bottom: 14px;
    color: var(--text-main);
    font-size: clamp(34px, 4vw, 46px);
    line-height: 1.08;
}

.faq-section h2 span {
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faq-wrapper {
    display: flex;
    max-width: 920px;
    margin: 24px auto 0;
    flex-direction: column;
    gap: 18px;
}

.faq-item {
    overflow: hidden;
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
        rgba(7, 18, 20, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.faq-item:hover {
    border-color: rgba(0, 255, 213, 0.18);
    box-shadow: 0 0 20px rgba(0, 255, 213, 0.1);
}

.faq-question {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 20px 22px;
    border: none;
    background: transparent;
    color: var(--text-main);
    font-size: 16px;
    line-height: 1.45;
    text-align: left;
    cursor: pointer;
}

.faq-question span {
    color: var(--accent);
    font-size: 20px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 22px;
    text-align: left;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 220px;
    padding: 0 22px 20px;
}

/* ========================= */
/* FAQ - MOBILE */
/* ========================= */

@media (max-width: 768px) {
    .faq-section {
        padding: 56px 20px 68px;
    }

    .faq-section h2 {
        margin-bottom: 12px;
        font-size: 30px;
        line-height: 1.14;
    }

    .faq-wrapper {
        margin-top: 20px;
        gap: 14px;
    }

    .faq-item {
        border-radius: 18px;
    }

    .faq-question {
        padding: 18px 16px;
        font-size: 14px;
        line-height: 1.4;
    }

    .faq-answer {
        padding: 0 16px;
        font-size: 13px;
        line-height: 1.62;
    }

    .faq-item.active .faq-answer {
        padding: 0 16px 18px;
    }
}

/* ========================= */
/* FOOTER */
/* ========================= */

.footer-simple {
    padding: 25px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(180deg, #020405 0%, #05080d 100%);
    color: #777;
    font-size: 13px;
    text-align: center;
}

.footer-simple::before {
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 15px;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 213, 0.6), transparent);
}
