/* ==================== @FONT-FACE: Inter (shared with InnerPulse) ==================== */
@font-face {
    font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap;
    src: url('../../innerpulse/fonts/inter-latin-ext-400-normal.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap;
    src: url('../../innerpulse/fonts/inter-latin-400-normal.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap;
    src: url('../../innerpulse/fonts/inter-latin-ext-500-normal.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap;
    src: url('../../innerpulse/fonts/inter-latin-500-normal.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap;
    src: url('../../innerpulse/fonts/inter-latin-ext-600-normal.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap;
    src: url('../../innerpulse/fonts/inter-latin-600-normal.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap;
    src: url('../../innerpulse/fonts/inter-latin-ext-700-normal.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap;
    src: url('../../innerpulse/fonts/inter-latin-700-normal.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ==================== CSS VARIABLES ==================== */
:root {
    --accent: #22c55e;
    --accent-light: #4ade80;
    --accent-glow: rgba(34, 197, 94, 0.25);
    --warm: #f59e0b;
    --warm-light: #fbbf24;
    --green: #22c55e;
    --red: #f87171;
    --orange: #fb923c;
    --bg-dark: #0b0b10;
    --bg: #101017;
    --bg-elevated: #16161f;
    --bg-card: #1c1c28;
    --bg-card-hover: #232330;
    --text: #ececf1;
    --text-secondary: #8e8ea0;
    --text-dim: #5a5a6e;
    --border: #262638;
    --border-light: #303046;
    --radius: 20px;
    --radius-md: 14px;
    --radius-sm: 10px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: clip;
}

/* ==================== NAV ==================== */
nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
    background: rgba(11, 11, 16, 0.75);
    border-bottom: 1px solid rgba(38, 38, 56, 0.6);
}
.nav-inner {
    max-width: 1120px; margin: 0 auto; padding: 14px 24px;
    display: flex; align-items: center; justify-content: space-between;
}
.nav-logo {
    font-size: 19px; font-weight: 800; color: var(--text);
    text-decoration: none; letter-spacing: -0.02em;
}
.nav-cta {
    background: var(--accent); color: #fff !important; padding: 8px 18px;
    border-radius: 10px; font-weight: 600; font-size: 13px;
    text-decoration: none; transition: transform 0.15s, box-shadow 0.15s;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 4px 20px var(--accent-glow); }
.nav-back {
    color: var(--accent-light); text-decoration: none;
    font-size: 14px; font-weight: 600;
}
.nav-back:hover { text-decoration: underline; }
.nav-right { display: flex; align-items: center; gap: 12px; }
.lang-trigger {
    display: flex; align-items: center; gap: 6px;
    background: transparent; border: 1px solid var(--border);
    border-radius: 8px; padding: 6px 12px;
    color: var(--text-dim); font-size: 12px; font-weight: 600;
    cursor: pointer; font-family: inherit;
    transition: border-color 0.2s, color 0.2s;
}
.lang-trigger:hover { border-color: var(--accent); color: var(--text-secondary); }
.lang-trigger svg { opacity: 0.6; }

/* -- Language Modal -- */
.lang-modal-overlay {
    position: fixed; inset: 0; z-index: 200;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; pointer-events: none; visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}
.lang-modal-overlay.open { opacity: 1; pointer-events: auto; visibility: visible; }
.lang-modal {
    background: var(--bg-card); border: 1px solid var(--border);
    border-radius: var(--radius); padding: 0;
    width: 320px; max-width: 90vw; overflow: hidden;
}
.lang-modal-header {
    display: flex; justify-content: space-between; align-items: center;
    padding: 16px 20px; border-bottom: 1px solid var(--border);
}
.lang-modal-title { font-size: 15px; font-weight: 700; }
.lang-modal-close {
    background: none; border: none; color: var(--text-dim);
    font-size: 24px; cursor: pointer; line-height: 1;
}
.lang-modal-list { padding: 8px 0; }
.lang-modal-item {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 20px; color: var(--text); text-decoration: none;
    transition: background 0.15s;
}
.lang-modal-item:hover { background: rgba(255, 255, 255, 0.05); }
.lang-modal-item.active { color: var(--accent-light); }
.lang-modal-name { flex: 1; font-size: 15px; font-weight: 500; }
.lang-modal-code { font-size: 12px; color: var(--text-dim); font-weight: 600; }

/* ==================== HERO ==================== */
.hero {
    padding: 140px 24px 80px;
    max-width: 1120px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 48px; align-items: center;
}
.hero-text { max-width: 500px; }
.hero-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--accent-light); font-size: 14px; font-weight: 600;
    margin-bottom: 20px;
}
.hero-eyebrow svg { flex-shrink: 0; }
h1 {
    font-size: clamp(34px, 5vw, 48px); font-weight: 800;
    line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.03em;
}
.hero-sub {
    font-size: 17px; color: var(--text-secondary); line-height: 1.7;
    margin-bottom: 32px; max-width: 460px;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.btn-primary {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--accent); color: #fff; padding: 15px 28px;
    border-radius: 14px; text-decoration: none; font-weight: 700;
    font-size: 15px; transition: transform 0.15s, box-shadow 0.15s;
    border: none; cursor: pointer;
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px var(--accent-glow);
}
.btn-lg { font-size: 17px; padding: 18px 36px; }
.btn-ghost {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--text-secondary); padding: 15px 24px;
    border-radius: 14px; text-decoration: none; font-weight: 600;
    font-size: 15px; transition: color 0.2s;
}
.btn-ghost:hover { color: var(--text); }

/* Hero Phone */
.hero-visual {
    display: flex; justify-content: center;
}
.hero-phone {
    width: 280px; position: relative;
}
.hero-screenshot {
    width: 100%; height: auto; border-radius: 32px;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5), 0 0 0 3px #2e2e42;
}

/* ==================== FEATURES ==================== */
.features {
    max-width: 1120px; margin: 0 auto;
    padding: 40px 24px 80px;
}
.feature-block {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 64px; align-items: center;
    padding: 80px 0;
    border-top: 1px solid var(--border);
}
.feature-block:first-child { border-top: none; }
.feature-block--reverse .feature-text { order: 2; }
.feature-block--reverse .feature-screenshot { order: 1; }
.feature-text { max-width: 480px; }
.feature-label {
    display: inline-block; font-size: 12px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.1em;
    color: var(--accent-light); margin-bottom: 16px;
}
.feature-text h2 {
    font-size: clamp(26px, 3.5vw, 36px); font-weight: 800;
    line-height: 1.2; margin-bottom: 20px; letter-spacing: -0.02em;
}
.feature-text p {
    font-size: 16px; color: var(--text-secondary); line-height: 1.75;
}
.feature-screenshot {
    display: flex; justify-content: center;
}
.feature-screenshot img {
    width: 260px; height: auto; border-radius: 28px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 0 2px #2e2e42;
}

/* ==================== TRUST ==================== */
.trust {
    max-width: 720px; margin: 0 auto;
    padding: 80px 24px; text-align: center;
}
.trust h2 {
    font-size: clamp(28px, 4vw, 38px); font-weight: 800;
    line-height: 1.2; margin-bottom: 20px; letter-spacing: -0.02em;
}
.trust p {
    font-size: 16px; color: var(--text-secondary); line-height: 1.75;
    margin-bottom: 40px;
}
.trust-badges {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 16px;
}
.badge {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--bg-card); border: 1px solid var(--border);
    border-radius: var(--radius-sm); padding: 12px 20px;
    font-size: 14px; font-weight: 600; color: var(--text);
}
.badge svg { color: var(--accent); flex-shrink: 0; }

/* ==================== FAQ ==================== */
.faq {
    max-width: 720px; margin: 0 auto;
    padding: 80px 24px;
}
.faq > h2 {
    font-size: clamp(28px, 4vw, 38px); font-weight: 800;
    text-align: center; margin-bottom: 48px; letter-spacing: -0.02em;
}
.faq-grid { display: flex; flex-direction: column; gap: 0; }
.faq-item {
    border-top: 1px solid var(--border);
    padding: 0;
}
.faq-item:last-child { border-bottom: 1px solid var(--border); }
.faq-item summary {
    padding: 20px 0; font-size: 16px; font-weight: 600;
    cursor: pointer; color: var(--text); list-style: none;
    display: flex; align-items: center; justify-content: space-between;
}
.faq-item summary::after {
    content: '+'; font-size: 20px; color: var(--text-dim);
    font-weight: 400; transition: transform 0.2s;
}
.faq-item[open] summary::after { content: '\2212'; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p {
    padding: 0 0 20px; font-size: 15px;
    color: var(--text-secondary); line-height: 1.75;
    margin: 0;
}

/* ==================== CTA / CLOSER ==================== */
.closer {
    padding: 100px 24px 120px; text-align: center;
    background: linear-gradient(180deg, var(--bg) 0%, #0d0d18 100%);
    position: relative;
}
.closer::before {
    content: ''; position: absolute;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.08) 0%, transparent 70%);
    top: 20%; left: 50%; transform: translateX(-50%);
    z-index: 0; filter: blur(60px);
}
.closer-content { position: relative; z-index: 1; }
.closer h2 {
    font-size: clamp(30px, 5vw, 46px); font-weight: 800;
    line-height: 1.15; margin-bottom: 36px; letter-spacing: -0.03em;
}

/* ==================== FOOTER ==================== */
footer {
    border-top: 1px solid var(--border); padding: 36px 24px;
    background: var(--bg-dark);
}
.footer-inner {
    max-width: 1120px; margin: 0 auto;
    display: flex; justify-content: space-between;
    align-items: center; flex-wrap: wrap; gap: 16px;
}
.footer-left { display: flex; align-items: center; gap: 24px; }
.footer-logo { font-size: 15px; font-weight: 800; color: var(--text-dim); }
footer small { color: var(--text-dim); font-size: 12px; }
.footer-links { display: flex; gap: 20px; list-style: none; }
.footer-links a {
    color: var(--text-dim); text-decoration: none; font-size: 13px;
    font-weight: 500; transition: color 0.2s;
}
.footer-links a:hover { color: var(--text-secondary); }
.footer-lang-trigger {
    display: none;
    align-items: center; gap: 6px;
    background: transparent; border: 1px solid var(--border);
    border-radius: 8px; padding: 8px 16px;
    color: var(--text-dim); font-size: 13px; font-weight: 600;
    cursor: pointer; font-family: inherit;
    transition: border-color 0.2s, color 0.2s;
    margin: 0 auto;
}
.footer-lang-trigger:hover { border-color: var(--accent); color: var(--text-secondary); }
.footer-lang-trigger svg { opacity: 0.6; }

/* ==================== LEGAL / PRIVACY CONTENT PAGES ==================== */
.content {
    max-width: 720px; margin: 0 auto; padding: 48px 24px 100px; padding-top: 100px;
}
.content h1 {
    font-size: clamp(28px, 4vw, 38px); font-weight: 800;
    margin-bottom: 8px; letter-spacing: -0.02em;
}
.content h2 {
    font-size: 20px; font-weight: 700; margin-top: 36px; margin-bottom: 12px;
}
.updated { color: var(--text-secondary); font-size: 14px; margin-bottom: 40px; }
p, li {
    color: var(--text-secondary); font-size: 15px; line-height: 1.75;
    margin-bottom: 12px;
}
ul { padding-left: 24px; margin-bottom: 16px; }
strong { color: var(--text); }
a { color: var(--accent-light); }

/* ==================== RESPONSIVE ==================== */
@media (max-width: 900px) {
    .hero {
        grid-template-columns: 1fr; text-align: center;
        padding-top: 100px; gap: 40px;
    }
    .hero-text { margin: 0 auto; }
    .hero-sub { margin: 0 auto 32px; }
    .hero-ctas { justify-content: center; }
    .hero-phone { width: 220px; }

    .feature-block {
        grid-template-columns: 1fr; gap: 40px; padding: 60px 0;
    }
    .feature-block--reverse .feature-text { order: 1; }
    .feature-block--reverse .feature-screenshot { order: 2; }
    .feature-text { max-width: 100%; text-align: center; margin: 0 auto; }
    .feature-screenshot img { width: 220px; }
}
@media (max-width: 640px) {
    .footer-inner { flex-direction: column; text-align: center; }
    .footer-left { flex-direction: column; gap: 8px; }
    .lang-trigger { display: none; }
    .footer-lang-trigger { display: inline-flex; }
}
@media (min-width: 641px) {
    .footer-lang-trigger { display: none !important; }
}

[id] { scroll-margin-top: 80px; }
