/* ── Self-hosted fonts — avoid third-party blocking + faster load ── */
/* Outfit (body) - Latin + Latin Extended */
@font-face {
    font-family: 'Outfit';
    font-style: normal; font-weight: 400; font-display: swap;
    src: url('/assets/fonts/outfit-v15-QGYvz_MVcBeNP4NJtEtq.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: 'Outfit';
    font-style: normal; font-weight: 400; font-display: swap;
    src: url('/assets/fonts/outfit-v15-QGYvz_MVcBeNP4NJuktqQ4E.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: 'Outfit';
    font-style: normal; font-weight: 500; font-display: swap;
    src: url('/assets/fonts/outfit-v15-QGYvz_MVcBeNP4NJtEtq.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: 'Outfit';
    font-style: normal; font-weight: 500; font-display: swap;
    src: url('/assets/fonts/outfit-v15-QGYvz_MVcBeNP4NJuktqQ4E.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: 'Outfit';
    font-style: normal; font-weight: 600; font-display: swap;
    src: url('/assets/fonts/outfit-v15-QGYvz_MVcBeNP4NJtEtq.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: 'Outfit';
    font-style: normal; font-weight: 700; font-display: swap;
    src: url('/assets/fonts/outfit-v15-QGYvz_MVcBeNP4NJtEtq.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;
}
/* Plus Jakarta Sans (headings) - Latin + Latin Extended + Vietnamese + Cyrillic */
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal; font-weight: 600; font-display: swap;
    src: url('/assets/fonts/plusjakartasans-v12-LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yw.woff2') format('woff2');
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal; font-weight: 700; font-display: swap;
    src: url('/assets/fonts/plusjakartasans-v12-LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko40yyygA.woff2') format('woff2');
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal; font-weight: 800; font-display: swap;
    src: url('/assets/fonts/plusjakartasans-v12-LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko50yyygA.woff2') format('woff2');
}

/* ── ShareMenu marketing site — shared across per-language pages ── */
:root {
    --bg: #06061a;
    --bg2: #0a0a2e;
    --glass: rgba(255,255,255,0.04);
    --glass-border: rgba(255,255,255,0.08);
    --glass-hover: rgba(255,255,255,0.08);
    --accent: #a855f7;
    --accent2: #6366f1;
    --accent3: #ec4899;
    --text: #ffffff;
    --text-dim: rgba(255,255,255,0.5);
    --text-mid: rgba(255,255,255,0.7);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Outfit', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: var(--bg);
    color: var(--text);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* ── PROMO BAR (top — SEO-emphasised offer) ── */
.promo-bar {
    display: flex; align-items: center; justify-content: center;
    gap: 10px; padding: 9px 16px;
    background: linear-gradient(90deg, var(--accent), var(--accent3));
    color: #fff; text-decoration: none; font-weight: 600;
    font-size: 0.88rem; line-height: 1.3;
    position: relative; z-index: 110;
    transition: filter 0.2s;
    text-align: center;
}
.promo-bar:hover { filter: brightness(1.1); }
.promo-bar strong { font-weight: 800; letter-spacing: 0.3px; }
.promo-bar .promo-arrow { font-size: 1.05rem; line-height: 1; }
@media (max-width: 600px) {
    .promo-bar { font-size: 0.78rem; padding: 8px 12px; gap: 6px; }
}

/* ── AMBIENT BLOBS ── */
.blob {
    position: fixed; border-radius: 50%; filter: blur(120px);
    pointer-events: none; z-index: 0;
}
.blob-1 { width: 600px; height: 600px; background: rgba(168,85,247,0.12); top: -10%; left: -5%; }
.blob-2 { width: 500px; height: 500px; background: rgba(99,102,241,0.1); bottom: 10%; right: -10%; }
.blob-3 { width: 400px; height: 400px; background: rgba(236,72,153,0.08); top: 50%; left: 30%; }

/* ── GLASS UTIL ── */
.glass {
    background: var(--glass);
    backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
}

/* ── NAV ── */
nav.site-nav {
    position: sticky; top: 0; left: 0; right: 0; z-index: 100;
    padding: 18px 40px;
    display: flex; justify-content: space-between; align-items: center;
    background: var(--bg);
    border-bottom: none;
}
/* Logo: white "share" + pink-purple gradient "menu" wordmark */
.logo {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.65rem; font-weight: 800;
    text-decoration: none; letter-spacing: -0.6px;
    line-height: 1; display: inline-flex;
}
.logo .logo-share { color: #fff; }
.logo .logo-menu {
    background: linear-gradient(135deg, var(--accent3), var(--accent));
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; color: transparent;
}
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a {
    color: var(--text-dim); text-decoration: none;
    font-size: 0.9rem; font-weight: 400; transition: color 0.3s;
}
.nav-links a:hover { color: var(--text); }
.nav-cta {
    padding: 10px 28px;
    background: linear-gradient(135deg, var(--accent), var(--accent2));
    color: #fff; border: none; border-radius: 100px;
    font-family: 'Outfit', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; font-size: 0.85rem; font-weight: 500;
    cursor: pointer; text-decoration: none; transition: all 0.3s;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 8px 30px rgba(168,85,247,0.3); }
.nav-login { color: var(--text) !important; font-weight: 500 !important; }
.nav-auth { display: flex; gap: 18px; align-items: center; }
.lang-select {
    appearance: none; -webkit-appearance: none;
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--glass-border);
    color: var(--text-mid);
    padding: 8px 30px 8px 12px;
    border-radius: 100px;
    font-family: 'Outfit', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.82rem; font-weight: 500;
    cursor: pointer; outline: none; transition: all 0.3s;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='rgba(255,255,255,0.5)' d='M0 0l5 6 5-6z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    max-width: 160px;
}
.lang-select:hover { border-color: var(--accent); color: var(--text); }
.lang-select option { background: var(--bg2); color: var(--text); }

/* ── HERO ── */
.hero {
    min-height: 88vh; display: flex; align-items: center;
    justify-content: center; padding: 80px 40px 60px;
    position: relative; z-index: 1;
}
.hero-inner {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 80px; align-items: center; max-width: 1200px; width: 100%;
}
.hero-text { animation: fadeUp 0.8s ease both; }
.hero-kicker {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 14px;
    background: rgba(168,85,247,0.12); border: 1px solid rgba(168,85,247,0.3);
    border-radius: 100px; font-size: 0.78rem; color: #fff;
    margin-bottom: 22px; font-weight: 700; letter-spacing: 0.4px;
}
.hero-kicker .dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--accent3); animation: pulse 2s ease infinite;
}
.hero h1 {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: clamp(2.4rem, 4.8vw, 3.8rem);
    font-weight: 700; line-height: 1.1;
    letter-spacing: -0.5px; margin-bottom: 22px;
}
.hero h1 .gradient {
    background: linear-gradient(135deg, var(--accent), var(--accent3));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.hero p.lede {
    font-size: 1.1rem; color: var(--text-dim);
    line-height: 1.7; max-width: 460px; margin-bottom: 32px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.btn-glow {
    padding: 16px 34px; border: none; border-radius: 100px;
    font-family: 'Outfit', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; font-size: 1rem; font-weight: 500;
    cursor: pointer; text-decoration: none; transition: all 0.3s;
    display: inline-flex; align-items: center; gap: 8px;
    background: linear-gradient(135deg, var(--accent), var(--accent2));
    color: #fff; position: relative;
}
.btn-glow::before {
    content: ''; position: absolute; inset: -2px; border-radius: 100px;
    background: linear-gradient(135deg, var(--accent), var(--accent3));
    z-index: -1; opacity: 0; filter: blur(16px); transition: opacity 0.3s;
}
.btn-glow:hover::before { opacity: 0.6; }
.btn-glow:hover { transform: translateY(-2px); }
.btn-ghost {
    padding: 16px 34px; border: 1px solid var(--glass-border);
    border-radius: 100px; background: var(--glass);
    font-family: 'Outfit', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; font-size: 1rem; font-weight: 400;
    color: var(--text-mid); cursor: pointer; text-decoration: none;
    transition: all 0.3s; backdrop-filter: blur(12px);
}
.btn-ghost:hover { border-color: var(--accent); color: var(--text); }
.hero-trust {
    margin-top: 24px; font-size: 0.82rem; color: var(--text-dim);
    display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
}
.hero-trust span { display: inline-flex; align-items: center; gap: 6px; }

/* ── PHONE MOCKUP ── */
.qr-float {
    position: absolute; top: -30px; left: -40px; z-index: 2;
    width: 140px; animation: floatQR 5s ease-in-out infinite;
    filter: drop-shadow(0 20px 40px rgba(168,85,247,0.15));
}
.qr-svg { width: 100%; height: auto; }
@keyframes floatQR { 0%, 100% { transform: translateY(0) rotate(-6deg); } 50% { transform: translateY(-10px) rotate(-4deg); } }
.hero-visual {
    display: flex; justify-content: center; align-items: center;
    position: relative;
    animation: fadeUp 0.8s ease 0.2s both;
}
.phone {
    width: 280px; padding: 8px;
    background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 36px; position: relative;
    box-shadow: 0 40px 80px rgba(0,0,0,0.5), 0 0 60px rgba(168,85,247,0.08);
    animation: floatPhone 6s ease-in-out infinite;
}
.phone-inner {
    border-radius: 30px; overflow: hidden;
    background: var(--bg2); border: 1px solid rgba(255,255,255,0.05);
}
.phone-bar {
    padding: 20px 16px 16px; text-align: center;
    background: linear-gradient(135deg, var(--accent), var(--accent2));
}
.phone-bar h4 { font-family: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; font-size: 1rem; font-weight: 600; }
.phone-bar span { font-size: 0.65rem; opacity: 0.6; }
.m-cat {
    padding: 10px 16px 4px; font-size: 0.65rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px; color: var(--accent);
}
.m-item {
    padding: 12px 16px; border-bottom: 1px solid rgba(255,255,255,0.04);
    display: flex; justify-content: space-between; align-items: center;
}
.m-name { font-size: 0.82rem; font-weight: 500; }
.m-desc { font-size: 0.68rem; color: var(--text-dim); margin-top: 1px; }
.m-price { font-size: 0.82rem; font-weight: 600; color: var(--accent); white-space: nowrap; }

/* ── SECTION COMMON ── */
section { position: relative; z-index: 1; }
.s-label {
    font-size: 0.72rem; font-weight: 600; text-transform: uppercase;
    letter-spacing: 2.5px; color: var(--accent); text-align: center;
    margin-bottom: 12px;
}
.s-title {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 700;
    text-align: center; letter-spacing: 0px; margin-bottom: 64px;
}
.s-title .gradient {
    background: linear-gradient(135deg, var(--accent), var(--accent3));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

/* ── HOW IT WORKS ── */
.how { padding: 100px 40px; }
.steps {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 24px; max-width: 1000px; margin: 0 auto;
}
.step-card {
    padding: 40px 32px; text-align: center; transition: all 0.4s;
}
.step-card:hover { background: var(--glass-hover); transform: translateY(-4px); }
.step-num {
    width: 48px; height: 48px; border-radius: 14px; margin: 0 auto 20px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, rgba(168,85,247,0.15), rgba(99,102,241,0.1));
    border: 1px solid rgba(168,85,247,0.2);
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; font-weight: 700; font-size: 1.1rem;
    color: var(--accent);
}
.step-card h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 10px; }
.step-card p { font-size: 0.88rem; color: var(--text-dim); line-height: 1.6; }

/* ── FEATURES ── */
.features { padding: 100px 40px; }
.feat-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 20px; max-width: 1000px; margin: 0 auto;
}
.feat-card { padding: 36px 28px; transition: all 0.4s; }
.feat-card:hover { background: var(--glass-hover); transform: translateY(-4px); }
.feat-icon {
    width: 44px; height: 44px; border-radius: 12px; margin-bottom: 20px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem;
    background: linear-gradient(135deg, rgba(168,85,247,0.1), rgba(236,72,153,0.08));
    border: 1px solid rgba(168,85,247,0.15);
}
.feat-card h3 { font-size: 1rem; font-weight: 600; margin-bottom: 8px; }
.feat-card p { font-size: 0.85rem; color: var(--text-dim); line-height: 1.6; }

/* ── FOR WHO (venue types) ── */
.for-who { padding: 90px 40px; }
.for-who-body {
    max-width: 720px; margin: -40px auto 40px; text-align: center;
    color: var(--text-mid); font-size: 1rem; line-height: 1.7;
}
.venue-grid {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px; max-width: 760px; margin: 0 auto;
}
.venue-tag {
    display: inline-block;
    padding: 10px 22px; border-radius: 100px;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    font-size: 0.92rem; font-weight: 500; color: var(--text);
    letter-spacing: 0.2px;
    transition: all 0.3s;
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.venue-tag:hover {
    background: var(--glass-hover);
    border-color: rgba(168,85,247,0.4);
    color: #fff;
    transform: translateY(-2px);
}
@media (max-width: 768px) {
    .for-who { padding: 70px 20px; }
    .venue-tag { padding: 9px 18px; font-size: 0.85rem; }
}

/* ── PRICING ── */
.pricing { padding: 100px 40px; }
.price-grid {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 24px; max-width: 700px; margin: 0 auto;
    align-items: stretch;
}
.p-card {
    padding: 44px 36px; text-align: center;
    transition: all 0.4s; position: relative; overflow: hidden;
    display: flex; flex-direction: column;
}
.p-card.pop {
    border-color: rgba(168,85,247,0.3);
    background: linear-gradient(160deg, rgba(168,85,247,0.06), rgba(99,102,241,0.04));
}
.p-card.pop::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
    background: linear-gradient(90deg, var(--accent), var(--accent3));
}
.p-tag {
    display: inline-block; padding: 4px 14px; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--accent), var(--accent2));
    border-radius: 100px; font-size: 0.68rem; font-weight: 700;
    letter-spacing: 0.5px;
}
.p-card h3 { font-size: 1.15rem; font-weight: 600; margin-bottom: 8px; }
.p-amount {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 3rem; font-weight: 700; margin-bottom: 4px;
}
.p-amount span { font-size: 0.9rem; font-weight: 400; color: var(--text-dim); }
.p-desc { font-size: 0.82rem; color: var(--text-dim); margin-bottom: 28px; }
.p-features { list-style: none; text-align: left; margin-bottom: 32px; flex: 1; display: flex; flex-direction: column; justify-content: center; }
.p-features li {
    padding: 7px 0; font-size: 0.85rem; color: var(--text-mid);
    display: flex; align-items: center; gap: 10px;
}
.p-features li::before {
    content: '✓'; font-weight: 700; font-size: 0.8rem; color: var(--accent);
}
.p-btn {
    width: 100%; padding: 14px; border-radius: 100px;
    font-family: 'Outfit', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; font-size: 0.9rem; font-weight: 500;
    cursor: pointer; transition: all 0.3s; border: none;
    display: inline-block; text-align: center; text-decoration: none;
}
.p-btn-ghost { background: transparent; border: 1px solid var(--glass-border); color: var(--text-mid); }
.p-btn-ghost:hover { border-color: var(--accent); color: var(--text); }
.p-btn-fill { background: linear-gradient(135deg, var(--accent), var(--accent2)); color: #fff; }
.p-btn-fill:hover { box-shadow: 0 8px 30px rgba(168,85,247,0.3); transform: translateY(-1px); }

/* ── FAQ ── */
.faq { padding: 100px 40px; }
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
    padding: 20px 24px; transition: all 0.3s;
    background: var(--glass); border: 1px solid var(--glass-border); border-radius: 16px;
}
.faq-item[open] { border-color: rgba(168,85,247,0.3); }
.faq-item summary {
    cursor: pointer; font-weight: 600; font-size: 1rem; color: var(--text);
    display: flex; justify-content: space-between; align-items: center;
    list-style: none; padding-right: 30px; position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem; font-weight: 400;
    color: var(--accent); transition: transform 0.3s;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item p {
    margin-top: 14px; font-size: 0.92rem; color: var(--text-dim); line-height: 1.7;
}

/* ── CTA ── */
.cta { padding: 100px 40px; }
.cta-box {
    max-width: 700px; margin: 0 auto; padding: 60px 48px;
    text-align: center; position: relative; overflow: hidden;
    background: linear-gradient(160deg, rgba(168,85,247,0.08), rgba(99,102,241,0.04));
    border-color: rgba(168,85,247,0.2);
}
.cta-box::before {
    content: ''; position: absolute; top: -40%; right: -20%;
    width: 300px; height: 300px; border-radius: 50%;
    background: radial-gradient(circle, rgba(168,85,247,0.15), transparent);
    pointer-events: none;
}
.cta-box h2 {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 700;
    margin-bottom: 12px; position: relative;
}
.cta-box p { font-size: 1rem; color: var(--text-dim); margin-bottom: 32px; position: relative; }

/* ── FOOTER ── */
footer.site-footer {
    padding: 40px 20px; border-top: 1px solid var(--glass-border);
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    text-align: center;
    position: relative; z-index: 1; gap: 16px;
}
.f-left { font-size: 0.82rem; color: var(--text-dim); }
.f-left a { color: var(--text-mid); text-decoration: none; }
.f-left a:hover { color: var(--accent); }
.f-links { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; }
.f-links a { font-size: 0.82rem; color: var(--text-dim); text-decoration: none; transition: color 0.2s; }
.f-links a:hover { color: var(--accent); }
.f-langs {
    width: 100%; padding-top: 18px; margin-top: 6px;
    border-top: 1px solid var(--glass-border);
    display: flex; gap: 6px 14px; flex-wrap: wrap; justify-content: center;
    font-size: 0.78rem; color: var(--text-dim);
}
.f-langs a { color: var(--text-dim); text-decoration: none; transition: color 0.2s; }
.f-langs a:hover { color: var(--accent); }
.f-langs a.current { color: var(--accent); font-weight: 600; }

/* ── DOC PAGES (privacy / terms) ── */
.doc-wrap {
    max-width: 760px; margin: 0 auto; padding: 80px 24px 100px;
    position: relative; z-index: 1;
}
.doc-wrap .back-link {
    display: inline-flex; align-items: center; gap: 6px;
    color: var(--text-dim); text-decoration: none; font-size: 0.85rem;
    margin-bottom: 28px; transition: color 0.2s;
}
.doc-wrap .back-link:hover { color: var(--accent); }
.doc-wrap h1 {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 8px;
    letter-spacing: -0.4px;
}
.doc-wrap .doc-meta {
    font-size: 0.82rem; color: var(--text-dim); margin-bottom: 36px;
}
.doc-wrap h2 {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.3rem; font-weight: 600; margin-top: 36px; margin-bottom: 12px;
    color: var(--text);
}
.doc-wrap h3 {
    font-size: 1.05rem; font-weight: 600; margin-top: 22px; margin-bottom: 8px;
    color: var(--text);
}
.doc-wrap p, .doc-wrap li {
    color: var(--text-mid); line-height: 1.75; font-size: 0.95rem;
    margin-bottom: 14px;
}
.doc-wrap ul, .doc-wrap ol {
    padding-left: 22px; margin-bottom: 18px;
}
.doc-wrap li { margin-bottom: 8px; }
.doc-wrap a { color: var(--accent); text-decoration: none; border-bottom: 1px solid rgba(168,85,247,0.3); }
.doc-wrap a:hover { border-bottom-color: var(--accent); }
.doc-wrap strong { color: var(--text); font-weight: 600; }
.doc-wrap hr { border: none; border-top: 1px solid var(--glass-border); margin: 32px 0; }

/* ── COOKIE CONSENT BANNER ── */
.consent-banner {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
    padding: 16px 20px;
    padding-bottom: max(env(safe-area-inset-bottom, 16px), 16px);
    background: rgba(6,6,26,0.95);
    backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
    border-top: 1px solid var(--glass-border);
    display: none;
    animation: consentSlide 0.4s ease both;
}
.consent-banner.show { display: block; }
.consent-inner { max-width: 1100px; margin: 0 auto; }
.consent-text { font-size: 0.85rem; color: var(--text-mid); line-height: 1.5; flex: 1; min-width: 240px; }
.consent-text a { color: var(--accent); text-decoration: none; }
.consent-text a:hover { text-decoration: underline; }
.consent-policy { font-size: 0.78rem; color: var(--text-dim); margin-top: 6px; }
.consent-policy a { color: var(--accent); text-decoration: underline; }
.consent-actions { display: flex; gap: 10px; flex-shrink: 0; }
.consent-btn {
    padding: 10px 22px; border-radius: 100px; border: none; cursor: pointer;
    font-family: 'Outfit', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; font-size: 0.85rem; font-weight: 500;
    transition: all 0.3s; white-space: nowrap;
}
.consent-btn-reject, .consent-btn-ghost {
    background: transparent; border: 1px solid var(--glass-border); color: var(--text-mid);
}
.consent-btn-reject:hover, .consent-btn-ghost:hover { color: var(--text); border-color: var(--text-dim); }
.consent-btn-accept { background: linear-gradient(135deg, var(--accent), var(--accent2)); color: #fff; }
.consent-btn-accept:hover { transform: translateY(-1px); box-shadow: 0 8px 30px rgba(168,85,247,0.3); }
.consent-main { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; justify-content: space-between; }
.consent-prefs {
    margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--glass-border);
    max-width: 1100px; margin-left: auto; margin-right: auto;
    max-height: 50vh; overflow-y: auto;
}
.consent-cat {
    display: flex; align-items: center; gap: 16px;
    padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.04);
}
.consent-cat:last-of-type { border-bottom: none; }
.consent-cat-info { flex: 1; min-width: 0; }
.consent-cat-name { font-size: 0.92rem; font-weight: 600; color: var(--text); margin-bottom: 3px; }
.consent-cat-desc { font-size: 0.78rem; color: var(--text-dim); line-height: 1.45; }
.consent-always {
    font-size: 0.72rem; font-weight: 600; color: var(--accent);
    text-transform: uppercase; letter-spacing: 1px; flex-shrink: 0;
}
.consent-switch { position: relative; display: inline-block; width: 44px; height: 24px; flex-shrink: 0; cursor: pointer; }
.consent-switch input { opacity: 0; width: 0; height: 0; }
.consent-slider { position: absolute; inset: 0; background: rgba(255,255,255,0.12); border-radius: 100px; transition: background 0.25s; }
.consent-slider::before {
    content: ''; position: absolute; top: 3px; left: 3px;
    width: 18px; height: 18px; border-radius: 50%; background: #fff;
    transition: transform 0.25s;
}
.consent-switch input:checked + .consent-slider { background: linear-gradient(135deg, var(--accent), var(--accent2)); }
.consent-switch input:checked + .consent-slider::before { transform: translateX(20px); }
.consent-switch input:focus-visible + .consent-slider { box-shadow: 0 0 0 3px rgba(168,85,247,0.3); }
.consent-prefs-actions { display: flex; justify-content: flex-end; padding-top: 16px; margin-top: 4px; }

@keyframes consentSlide { from { transform: translateY(100%); } to { transform: translateY(0); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes floatPhone { 0%, 100% { transform: translateY(0) rotate(2deg); } 50% { transform: translateY(-14px) rotate(2deg); } }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
.reveal { opacity: 0; transform: translateY(30px); transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── MOBILE ── */
@media (max-width: 768px) {
    nav.site-nav { padding: 14px 16px; }
    .nav-links { gap: 0; }
    .nav-links > a:not(.lang-select):not(.nav-cta):not(.nav-login) { display: none; }
    .nav-auth { gap: 10px; }
    .nav-login { font-size: 0.85rem !important; }
    .nav-cta { padding: 9px 18px; font-size: 0.8rem; }
    .lang-select { padding: 7px 24px 7px 10px; font-size: 0.78rem; max-width: 130px; }
    .hero { padding: 50px 20px 50px; }
    .hero-inner { grid-template-columns: 1fr; gap: 48px; text-align: center; }
    .hero p.lede { margin: 0 auto 32px; }
    .hero-actions { justify-content: center; }
    .hero-trust { justify-content: center; }
    .hero-visual { order: -1; }
    .phone { width: 240px; }
    .how, .features, .pricing, .cta, .faq { padding: 70px 20px; }
    .steps { grid-template-columns: 1fr; gap: 16px; }
    .feat-grid { grid-template-columns: 1fr; }
    .price-grid { grid-template-columns: 1fr; }
    .cta-box { padding: 48px 24px; }
    footer.site-footer { gap: 20px; }
    .blob { display: none; }
}
@media (max-width: 600px) {
    .consent-main { flex-direction: column; align-items: stretch; gap: 12px; }
    .consent-actions { width: 100%; flex-wrap: wrap; }
    .consent-btn { flex: 1; min-width: 100px; }
    .consent-prefs-actions { justify-content: stretch; }
    .consent-prefs-actions .consent-btn { flex: 1; }
}
