/* ========== TOKENS ========== */
:root {
    --ink: #2b2218;
    --ink-soft: #5a4e3c;
    --gold: #b18a40;
    --gold-bright: #f5c544;
    --gold-soft: #fff8de;
    --bg: #fdfbf7;
    --bg-warm: #f8f1de;
    --line: rgba(0,0,0,0.08);
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.04);
    --shadow-md: 0 8px 24px rgba(177,138,64,0.08);
    --shadow-lg: 0 24px 60px rgba(177,138,64,0.15);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: 'Inter', -apple-system, system-ui, sans-serif;
    color: var(--ink);
    background: var(--bg);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
em { color: var(--gold); font-style: italic; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gold);
    background: var(--gold-soft);
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 16px;
}

/* ========== NAV ========== */
.nav {
    position: sticky; top: 0; z-index: 50;
    background: rgba(253,251,247,0.85);
    backdrop-filter: blur(16px) saturate(120%);
    -webkit-backdrop-filter: blur(16px) saturate(120%);
    border-bottom: 1px solid var(--line);
}
.nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 24px;
    display: flex; align-items: center; justify-content: space-between;
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 16px; }
.brand img { width: 36px; height: 36px; border-radius: 50%; box-shadow: var(--shadow-sm); }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--ink-soft); transition: color 0.15s; }
.nav-links a:hover { color: var(--ink); }
.nav-links a.cta {
    background: var(--gold-bright);
    color: var(--ink);
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(245,197,68,0.4);
}
.nav-links a.cta:hover { transform: translateY(-1px); }

/* ========== HERO ========== */
.hero { position: relative; padding: 80px 24px 100px; overflow: hidden; }
.hero-bg {
    position: absolute; inset: 0;
    background:
        radial-gradient(1200px 600px at 50% -200px, rgba(245,197,68,0.25), transparent 70%),
        linear-gradient(180deg, var(--bg-warm) 0%, var(--bg) 100%);
    z-index: -1;
}
.hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 60px;
}
.hero h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: clamp(40px, 5.5vw, 68px);
    line-height: 1.05;
    letter-spacing: -1px;
    margin-bottom: 24px;
}
.hero h1 em { color: var(--gold); }
.lead { font-size: 18px; color: var(--ink-soft); margin-bottom: 36px; max-width: 540px; }

.cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }
.btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 16px 28px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 15px;
    transition: 0.2s;
    cursor: pointer;
    border: 1px solid transparent;
}
.btn-primary {
    background: linear-gradient(135deg, var(--gold-bright), #e8b023);
    color: var(--ink);
    box-shadow: 0 8px 24px rgba(245,197,68,0.4);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(245,197,68,0.5); }
.btn-ghost { color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { background: white; border-color: var(--gold); }

.trust { display: flex; align-items: center; gap: 14px; }
.stars { color: var(--gold-bright); font-size: 18px; letter-spacing: 2px; }
.trust span { color: var(--ink-soft); font-size: 13px; }

/* ========== PHONE MOCKUP ========== */
.hero-phone { display: flex; justify-content: center; }
.phone {
    width: 280px;
    height: 580px;
    background: #1a1612;
    border-radius: 44px;
    padding: 12px;
    box-shadow: var(--shadow-lg), inset 0 0 0 2px rgba(255,255,255,0.05);
    position: relative;
    transform: rotate(-2deg);
    transition: transform 0.4s;
}
.phone:hover { transform: rotate(0deg); }
.phone-notch {
    position: absolute;
    top: 14px; left: 50%; transform: translateX(-50%);
    width: 110px; height: 24px;
    background: #1a1612;
    border-radius: 14px;
    z-index: 2;
}
.phone-screen {
    width: 100%; height: 100%;
    background: linear-gradient(180deg, #fdfbf7 0%, #f5ecd5 100%);
    border-radius: 34px;
    padding: 48px 20px 20px;
    overflow: hidden;
    position: relative;
}
.ps-header { text-align: center; margin-bottom: 18px; }
.ps-logo { display: flex; justify-content: center; margin-bottom: 8px; }
.ps-logo img { width: 48px; height: 48px; border-radius: 50%; }
.ps-title { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 16px; color: var(--ink); }
.ps-subtitle { font-size: 11px; color: var(--ink-soft); margin-top: 2px; }
.ps-card {
    background: linear-gradient(135deg, #fff5d4, #f0d68a);
    border: 1px solid rgba(177,138,64,0.3);
    border-radius: 16px;
    padding: 14px;
    margin-bottom: 14px;
}
.ps-card-label { font-size: 10px; font-weight: 700; color: var(--gold); letter-spacing: 1px; margin-bottom: 6px; }
.ps-verse { font-family: 'Playfair Display', serif; font-style: italic; font-size: 13px; line-height: 1.4; color: var(--ink); }
.ps-ref { font-size: 11px; font-weight: 700; color: var(--gold); margin-top: 8px; }
.ps-sections { display: flex; flex-direction: column; gap: 10px; }
.ps-row {
    display: flex; align-items: center; gap: 10px;
    background: white;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid var(--line);
}
.ps-ico { font-size: 18px; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; background: var(--gold-soft); border-radius: 8px; }
.ps-row-title { font-size: 12px; font-weight: 700; }
.ps-row-sub { font-size: 10px; color: var(--ink-soft); }

/* ========== SECTION HEAD ========== */
.section-head { text-align: center; margin-bottom: 56px; }
.section-head h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.1;
    margin-bottom: 12px;
    max-width: 700px;
    margin-left: auto; margin-right: auto;
}
.section-head p { color: var(--ink-soft); max-width: 560px; margin: 0 auto; }

/* ========== FEATURES ========== */
.features { padding: 100px 0; }
.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.card {
    background: white;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 28px;
    transition: 0.2s;
}
.card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: rgba(177,138,64,0.3);
}
.card-ico {
    width: 56px; height: 56px;
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    font-size: 28px;
    margin-bottom: 18px;
}
.card h3 { font-weight: 700; font-size: 18px; margin-bottom: 10px; }
.card p { font-size: 14px; color: var(--ink-soft); }

/* ========== LANGUAGES ========== */
.languages { padding: 100px 0; background: var(--bg-warm); }
.flags { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.flag-card {
    background: white;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 24px 16px;
    text-align: center;
    transition: 0.2s;
}
.flag-card:hover { transform: translateY(-3px); border-color: var(--gold); }
.flag-card span { font-size: 40px; display: block; margin-bottom: 10px; }
.flag-card strong { display: block; font-size: 15px; margin-bottom: 4px; }
.flag-card em { font-size: 12px; color: var(--ink-soft); font-style: normal; }

/* ========== MISSION ========== */
.mission { padding: 100px 0; }
.mission-inner { max-width: 760px; }
.mission h2 { font-family: 'Playfair Display', serif; font-weight: 900; font-size: clamp(28px, 4vw, 40px); line-height: 1.15; margin-bottom: 24px; }
.mission p { font-size: 17px; color: var(--ink-soft); margin-bottom: 16px; }
.mission p em { color: var(--gold); font-style: italic; font-weight: 600; }
blockquote {
    margin-top: 32px;
    padding: 24px 28px;
    background: var(--gold-soft);
    border-left: 4px solid var(--gold);
    border-radius: 0 16px 16px 0;
}
blockquote p {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 19px;
    color: var(--ink);
    margin-bottom: 8px;
}
blockquote cite { font-style: normal; font-weight: 700; color: var(--gold); font-size: 14px; }

/* ========== DOWNLOAD ========== */
.download {
    padding: 100px 0;
    background: linear-gradient(180deg, var(--bg-warm), var(--gold-soft));
    text-align: center;
}
.download h2 { font-family: 'Playfair Display', serif; font-weight: 900; font-size: clamp(32px, 4.5vw, 48px); margin-bottom: 8px; }
.download > .container > p { color: var(--ink-soft); margin-bottom: 36px; }
.store-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px; }
.store-btn {
    display: inline-flex; align-items: center; gap: 14px;
    background: var(--ink);
    color: white;
    padding: 14px 24px;
    border-radius: 14px;
    min-width: 200px;
    transition: 0.2s;
}
.store-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(43,34,24,0.3); }
.store-btn-disabled {
    background: #b5ad9e;
    cursor: not-allowed;
    opacity: 0.75;
}
.store-btn-disabled:hover { transform: none; box-shadow: none; }
.store-logo { font-size: 28px; }
.store-btn small { display: block; font-size: 11px; opacity: 0.7; }
.store-btn strong { display: block; font-size: 17px; font-weight: 700; }
.hint { color: var(--ink-soft); font-size: 12px; }

/* ========== FOOTER ========== */
.footer { padding: 40px 0; border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.foot-brand { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.foot-brand img { width: 32px; height: 32px; border-radius: 50%; }
.foot-links { display: flex; gap: 24px; }
.foot-links a { color: var(--ink-soft); font-size: 14px; transition: color 0.15s; }
.foot-links a:hover { color: var(--gold); }
.footer small { color: var(--ink-soft); font-size: 13px; }

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
    .nav-links a:not(.cta) { display: none; }
    .hero-inner { grid-template-columns: 1fr; }
    .hero-phone { order: -1; transform: scale(0.85); }
    .grid { grid-template-columns: repeat(2, 1fr); }
    .flags { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
    .grid { grid-template-columns: 1fr; }
    .flags { grid-template-columns: repeat(2, 1fr); }
    .footer-inner { flex-direction: column; text-align: center; }
}
