:root {
      --gold: #c9a84c; --gold-light: #e8c97a; --gold-dark: #8a6820;
      --ink: #110e06; --ink-mid: #1e180a; --ink-soft: #3d2e10;
      --paper: #fdf8ef; --paper-dark: #f0e8d5;
      --text-body: #3d2e10; --text-muted: #7a6040;
      --border: rgba(201,168,76,0.25); --border-mid: rgba(201,168,76,0.4);
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: 'Lato', sans-serif; background: var(--paper); color: var(--text-body); line-height: 1.85; overflow-x: hidden; }

    /* Lang switcher */
    .lang-switcher { display: flex; align-items: center; gap: 8px; }
    .lang-btn { font-size: 0.82rem; font-weight: 600; color: #c8a84a; text-decoration: none; letter-spacing: 0.06em; padding: 3px 6px; border-radius: 2px; transition: color 0.2s, background 0.2s; }
    .lang-btn:hover { color: var(--gold-light); }
    .lang-btn.active { color: #fff; background: rgba(201,168,76,0.18); }
    .lang-sep { color: rgba(201,168,76,0.4); font-size: 0.75rem; }
    @media (max-width: 480px) { .lang-switcher { display: none; } }

    /* Nav */
    .nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; background: rgba(17,14,6,0.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--gold-dark); height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 0 6%; }
    .nav-logo { color: var(--gold); font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 700; letter-spacing: 0.15em; text-decoration: none; }
    .nav-cta { background: var(--gold); color: var(--ink); padding: 7px 20px; font-weight: 700; letter-spacing: 0.08em; border-radius: 1px; text-decoration: none; font-size: 0.88rem; }
    .nav-cta:hover { background: var(--gold-light); }

    /* Hero */
    .hero { min-height: 100vh; background: var(--ink); background-image: radial-gradient(ellipse 70% 60% at 15% 40%, rgba(201,168,76,0.07) 0%, transparent 70%), radial-gradient(ellipse 50% 50% at 85% 15%, rgba(139,26,26,0.10) 0%, transparent 60%); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 100px 6% 80px; }
    .hero-eyebrow { display: flex; align-items: center; gap: 16px; margin-bottom: 36px; }
    .eyebrow-line { width: 40px; height: 1px; background: var(--gold-dark); }
    .eyebrow-text { font-size: 0.72rem; letter-spacing: 0.3em; color: var(--gold); text-transform: uppercase; }
    .hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 5.5vw, 3.8rem); font-weight: 700; color: var(--gold-light); line-height: 1.25; letter-spacing: 0.04em; margin-bottom: 12px; max-width: 760px; }
    .hero-sub { font-size: clamp(0.95rem, 2vw, 1.2rem); color: rgba(255,255,255,0.45); letter-spacing: 0.08em; margin-bottom: 28px; font-weight: 300; }
    .hero-desc { max-width: 600px; color: rgba(255,255,255,0.55); font-size: 0.95rem; line-height: 1.9; margin-bottom: 48px; }
    .hero-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 64px; }
    .btn-gold { background: var(--gold); color: var(--ink); padding: 14px 36px; font-size: 0.95rem; font-weight: 700; letter-spacing: 0.1em; text-decoration: none; border-radius: 1px; transition: background 0.2s, transform 0.15s; }
    .btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); }
    .btn-ghost { border: 1px solid rgba(201,168,76,0.4); color: rgba(255,255,255,0.6); padding: 13px 28px; font-size: 0.9rem; letter-spacing: 0.08em; text-decoration: none; border-radius: 1px; transition: border-color 0.2s, color 0.2s; }
    .btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
    .hero-stats { display: flex; gap: 0; border: 1px solid var(--border); flex-wrap: wrap; }
    .stat-item { padding: 20px 32px; text-align: center; border-right: 1px solid var(--border); }
    .stat-item:last-child { border-right: none; }
    .stat-num { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 700; color: var(--gold-light); display: block; }
    .stat-label { font-size: 0.7rem; color: rgba(255,255,255,0.35); letter-spacing: 0.15em; margin-top: 4px; text-transform: uppercase; }

    /* Trust strip */
    .trust-strip { background: var(--ink-mid); border-top: 1px solid var(--gold-dark); border-bottom: 1px solid var(--gold-dark); }
    .trust-inner { display: flex; justify-content: center; flex-wrap: wrap; }
    .trust-pill { display: flex; align-items: center; gap: 10px; padding: 16px 28px; border-right: 1px solid rgba(201,168,76,0.15); font-size: 0.78rem; color: rgba(255,255,255,0.5); letter-spacing: 0.08em; }
    .trust-pill:last-child { border-right: none; }
    .trust-dot { width: 5px; height: 5px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }

    /* Sections */
    .section { padding: 90px 6%; }
    .section-alt { background: var(--paper-dark); }
    .section-dark { background: var(--ink); }
    .section-header { text-align: center; margin-bottom: 56px; }
    .section-tag { display: inline-block; font-size: 0.68rem; letter-spacing: 0.25em; color: var(--gold); border: 1px solid var(--border-mid); padding: 4px 16px; margin-bottom: 20px; text-transform: uppercase; }
    .section h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 700; color: var(--ink); letter-spacing: 0.03em; line-height: 1.35; }
    .section-dark h2 { color: var(--gold-light); }
    .section-sub { color: var(--text-muted); font-size: 0.95rem; margin-top: 12px; max-width: 520px; margin-left: auto; margin-right: auto; }
    .section-dark .section-sub { color: rgba(255,255,255,0.4); }
    .divider { width: 44px; height: 1px; background: var(--gold); margin: 20px auto 0; }

    /* Benefit grid */
    .benefits-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); max-width: 900px; margin: 0 auto; }
    @media (max-width: 700px) { .benefits-grid { grid-template-columns: repeat(2,1fr); } }
    .benefit-card { background: var(--paper); padding: 30px 24px; text-align: center; }
    .benefit-char { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; color: var(--gold-dark); font-weight: 700; margin-bottom: 8px; display: block; }
    .benefit-name { font-size: 0.95rem; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
    .benefit-desc { font-size: 0.8rem; color: var(--text-muted); line-height: 1.7; }

    /* Price */
    .price-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 2px; max-width: 820px; margin: 0 auto; background: var(--border); border: 1px solid var(--border); }
    .price-card { padding: 44px 36px; background: var(--ink-mid); }
    .price-card.featured { background: linear-gradient(145deg,#1a1408,#0e0b04); border: 1px solid var(--gold-dark); }
    .price-tag { font-size: 0.68rem; letter-spacing: 0.2em; color: var(--gold-dark); margin-bottom: 14px; text-transform: uppercase; }
    .price-amount { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 700; color: var(--gold-light); margin-bottom: 6px; line-height: 1; }
    .price-period { font-size: 0.82rem; color: rgba(255,255,255,0.35); margin-bottom: 24px; }
    .price-features { list-style: none; margin-bottom: 32px; }
    .price-features li { font-size: 0.85rem; color: rgba(255,255,255,0.6); padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,0.06); display: flex; align-items: center; gap: 10px; }
    .price-features li::before { content: '◆'; font-size: 0.35rem; color: var(--gold); flex-shrink: 0; }

    /* Page links */
    .page-links { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 1px; background: var(--border); border: 1px solid var(--border); }
    .page-link-card { background: var(--paper); padding: 26px; text-decoration: none; display: block; transition: background 0.2s; }
    .page-link-card:hover { background: var(--paper-dark); }
    .page-link-label { font-size: 0.65rem; letter-spacing: 0.22em; color: var(--gold-dark); margin-bottom: 8px; text-transform: uppercase; }
    .page-link-title { font-size: 0.92rem; font-weight: 700; color: var(--ink); line-height: 1.5; margin-bottom: 6px; }
    .page-link-arrow { font-size: 0.78rem; color: var(--gold); }

    /* Contact */
    .contact-section { background: var(--ink); border-top: 2px solid var(--gold-dark); padding: 90px 6%; text-align: center; }
    .contact-section h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.5rem,3vw,2.2rem); color: var(--gold-light); font-weight: 700; margin-bottom: 12px; }
    .contact-desc { color: rgba(255,255,255,0.4); font-size: 0.9rem; margin-bottom: 44px; }
    .contact-cards { display: flex; gap: 0; justify-content: center; flex-wrap: wrap; border: 1px solid var(--border-mid); max-width: 680px; margin: 0 auto 44px; }
    .contact-card { padding: 26px 36px; border-right: 1px solid var(--border); flex: 1; min-width: 160px; }
    .contact-card:last-child { border-right: none; }
    .contact-label { font-size: 0.62rem; letter-spacing: 0.25em; color: var(--gold-dark); margin-bottom: 8px; text-transform: uppercase; }
    .contact-value { font-size: 1.05rem; font-weight: 700; color: var(--gold-light); letter-spacing: 0.05em; }

    /* Footer */
    .site-footer { background: #0e0b04; border-top: 1px solid var(--gold-dark); padding: 32px 5%; text-align: center; }
    .footer-links { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; margin-bottom: 18px; list-style: none; }
    .footer-links a { color: #d9c07a; font-size: 0.95rem; font-weight: 600; text-decoration: none; }
    .footer-links a:hover { color: var(--gold-light); text-decoration: underline; }
    .footer-copy { font-size: 0.9rem; color: #a88a4a; line-height: 1.8; }
