@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap');

:root {
  --gold:      #C09A3C;
  --gold-dk:   #9A7A28;
  --gold-deep: #5E4010;
  --gold-lt:   #E8C86A;
  --gold-pale: #FBF5E6;
  --white:     #FFFFFF;
  --gray:      #F9F6F0;
  --text:      #1A1308;
  --muted:     #7A6848;
  --border:    #E8DFC8;
  --grad: linear-gradient(145deg,#E8C86A 0%,#C09A3C 40%,#9A7A28 75%,#5E4010 100%);
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;color:var(--text);background:#fff;-webkit-font-smoothing:antialiased;overflow-x:hidden}

/* ── NAV ── */
nav{position:fixed;top:0;left:0;right:0;z-index:100;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 48px;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}
.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.nav-logo img{width:34px;height:34px;border-radius:8px}
.nav-logo span{font-family:'DM Serif Display',serif;font-size:20px;color:var(--gold-dk)}
.nav-links{display:flex;align-items:center;gap:28px;list-style:none}
.nav-links a{text-decoration:none;font-size:14px;font-weight:500;color:var(--muted);transition:color .2s}
.nav-links a:hover{color:var(--text)}
.nav-cta{background:var(--gold)!important;color:#fff!important;padding:8px 18px;border-radius:8px;font-weight:600!important}
.nav-cta:hover{background:var(--gold-dk)!important}

/* Lang switcher */
.lang-select{appearance:none;-webkit-appearance:none;margin-left:16px;border:1px solid var(--border);border-radius:7px;padding:6px 28px 6px 12px;font-size:12px;font-weight:700;font-family:inherit;color:var(--text);background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%237A6848' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;cursor:pointer;transition:border-color .2s,box-shadow .2s}
.lang-select:hover{border-color:var(--gold)}
.lang-select:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(192,154,60,.15)}

/* Burger */
.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}
.burger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform .3s,opacity .3s}
.burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.open span:nth-child(2){opacity:0}
.burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* Mobile menu */
.mob-menu{display:none;position:fixed;top:64px;left:0;right:0;z-index:99;background:rgba(255,255,255,.97);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);flex-direction:column;padding:12px 24px 24px}
.mob-menu.open{display:flex}
.mob-lang{display:flex;gap:8px;padding:12px 0;border-bottom:1px solid var(--border);margin-bottom:4px}
.mob-lang a{font-size:12px;font-weight:700;color:var(--muted);text-decoration:none;padding:5px 12px;border-radius:6px;border:1px solid var(--border)}
.mob-lang a.on{background:var(--gold);color:#fff;border-color:var(--gold)}
.mob-menu a.mob-link{text-decoration:none;font-size:15px;font-weight:500;color:var(--text);padding:12px 0;border-bottom:1px solid var(--border)}
.mob-menu a.mob-link:last-of-type{border-bottom:none}
.mob-cta{display:block;margin-top:16px;background:var(--gold);color:#fff!important;text-align:center;padding:14px;border-radius:10px;font-weight:700;font-size:15px;text-decoration:none}

/* ── HERO ── */
.hero{position:relative;background:var(--grad);padding:140px 48px 80px;overflow:hidden;min-height:88vh;display:flex;align-items:center}
.bubbles{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.bubble{position:absolute;border-radius:50%;background:rgba(255,255,255,.07);animation:rise linear infinite}
.bubble:nth-child(1){width:80px;height:80px;left:5%;animation-duration:12s;bottom:-100px}
.bubble:nth-child(2){width:120px;height:120px;left:15%;animation-duration:18s;animation-delay:2s;bottom:-150px}
.bubble:nth-child(3){width:50px;height:50px;left:28%;animation-duration:10s;animation-delay:4s;bottom:-80px}
.bubble:nth-child(4){width:160px;height:160px;left:40%;animation-duration:22s;animation-delay:1s;bottom:-200px}
.bubble:nth-child(5){width:70px;height:70px;left:55%;animation-duration:14s;animation-delay:3s;bottom:-100px}
.bubble:nth-child(6){width:100px;height:100px;left:65%;animation-duration:16s;animation-delay:.5s;bottom:-130px}
.bubble:nth-child(7){width:40px;height:40px;left:78%;animation-duration:9s;animation-delay:5s;bottom:-60px}
.bubble:nth-child(8){width:130px;height:130px;left:85%;animation-duration:20s;animation-delay:1.5s;bottom:-180px}
@keyframes rise{0%{transform:translateY(0);opacity:0}10%{opacity:1}90%{opacity:.5}100%{transform:translateY(-110vh);opacity:0}}

.hero-inner{max-width:1160px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 360px;gap:60px;align-items:center;position:relative;z-index:1}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);border-radius:50px;padding:6px 16px;font-size:13px;color:#fff;margin-bottom:24px}
.badge-dot{width:7px;height:7px;border-radius:50%;background:#7DFFB0;animation:pulse 2s ease-in-out infinite}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}
.hero h1{font-family:'DM Serif Display',serif;font-size:clamp(40px,5.5vw,68px);line-height:1.05;letter-spacing:-.02em;color:#fff;max-width:660px;margin-bottom:20px}
.hero h1 em{font-style:italic;color:rgba(255,255,255,.75)}
.hero-desc{font-size:17px;color:rgba(255,255,255,.8);max-width:480px;line-height:1.7;font-weight:300;margin-bottom:40px}
.hero-btns{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.btn-white{display:inline-flex;align-items:center;gap:10px;background:#fff;color:var(--gold-dk);text-decoration:none;padding:13px 26px;border-radius:12px;font-weight:700;font-size:15px;box-shadow:0 8px 24px rgba(0,0,0,.15);transition:transform .2s,box-shadow .2s}
.btn-white:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(0,0,0,.2)}
.btn-ghost{color:rgba(255,255,255,.8);text-decoration:none;font-size:15px;font-weight:500;transition:color .2s}
.btn-ghost:hover{color:#fff}
.hero-stats{display:flex;gap:40px;margin-top:56px;padding-top:36px;border-top:1px solid rgba(255,255,255,.2)}
.hero-stat-n{font-family:'DM Serif Display',serif;font-size:28px;color:#fff;display:block;line-height:1;margin-bottom:4px}
.hero-stat-l{font-size:12px;color:rgba(255,255,255,.65)}
.hero-phone{display:flex;align-items:center;justify-content:center}
.hero-phone img{width:100%;max-width:320px;border-radius:32px;box-shadow:0 32px 80px rgba(0,0,0,.28);animation:float 4s ease-in-out infinite}
.phone-mockup{animation:float 4s ease-in-out infinite;filter:drop-shadow(0 32px 64px rgba(0,0,0,.35))}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}

/* Wave */
.wave{display:block;width:100%;overflow:hidden;line-height:0;margin-top:-2px}
.wave svg{display:block;width:100%}

/* ── SECTIONS ── */
.sec-white{background:#fff;padding:96px 48px}
.sec-gold{background:var(--grad);padding:96px 48px;position:relative;overflow:hidden}
.sec-gray{background:var(--gray);padding:96px 48px}
.sec-inner{max-width:1100px;margin:0 auto}
.sec-tag{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;display:block;margin-bottom:12px}
.sec-tag.dark{color:var(--gold)}.sec-tag.light{color:rgba(255,255,255,.6)}
.sec-title{font-family:'DM Serif Display',serif;font-size:clamp(30px,4vw,46px);line-height:1.1;letter-spacing:-.02em;margin-bottom:14px}
.sec-title.dark{color:var(--text)}.sec-title.light{color:#fff}
.sec-desc{font-size:16px;line-height:1.7;max-width:500px;font-weight:300}
.sec-desc.dark{color:var(--muted)}.sec-desc.light{color:rgba(255,255,255,.75)}

/* Two col */
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}

/* Features grid */
.feat-hd{margin-bottom:56px}
.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.feat-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:32px 28px;transition:transform .3s,box-shadow .3s}
.feat-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(192,154,60,.12)}
.feat-icon{width:46px;height:46px;background:var(--gold-pale);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.feat-icon svg{width:22px;height:22px}
.feat-card h3{font-size:16px;font-weight:600;margin-bottom:8px;color:var(--text)}
.feat-card p{font-size:13px;color:var(--muted);line-height:1.65}

/* Steps */
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:0}
.step-card{text-align:center;padding:40px 28px}
.step-n{width:52px;height:52px;border-radius:50%;background:var(--gold-pale);display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-family:'DM Serif Display',serif;font-size:22px;color:var(--gold-dk);font-weight:700}
.step-card h3{font-size:17px;font-weight:600;margin-bottom:10px;color:var(--text)}
.step-card p{font-size:14px;color:var(--muted);line-height:1.65}
.step-icon{width:56px;height:56px;background:var(--gold-pale);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}
.step-icon svg{width:26px;height:26px}
.steps-connector{display:flex;align-items:center;gap:32px;position:relative}
.steps-connector::before{content:'';position:absolute;top:26px;left:calc(50% - 33%);width:33%;height:2px;background:var(--border);z-index:0}

/* Countries grid */
.countries-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:48px}
.country-pill{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--border);border-radius:12px;padding:12px 16px;transition:all .2s;cursor:default}
.country-pill:hover{border-color:var(--gold);background:var(--gold-pale);transform:translateY(-2px)}
.country-flag{font-size:22px;line-height:1}
.country-name{font-size:13px;font-weight:500;color:var(--text)}

/* How-to steps list */
.howto-list{list-style:none;margin-top:32px;display:flex;flex-direction:column;gap:16px}
.howto-item{display:flex;align-items:flex-start;gap:14px}
.howto-num{width:32px;height:32px;border-radius:50%;background:var(--gold);color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.howto-item strong{display:block;font-size:15px;font-weight:600;margin-bottom:3px;color:var(--text)}
.howto-item span{font-size:13px;color:var(--muted);line-height:1.6}

/* App display box */
.app-box{background:var(--gold-pale);border-radius:24px;padding:48px;display:flex;flex-direction:column;align-items:center;gap:20px}
.app-icon-lg{width:100px;height:100px;border-radius:22px;box-shadow:0 12px 40px rgba(192,154,60,.25)}
.app-store-badge{display:inline-flex;align-items:center;gap:10px;background:var(--text);color:#fff;text-decoration:none;padding:13px 26px;border-radius:12px;font-weight:700;font-size:15px;transition:opacity .2s,transform .2s}
.app-store-badge:hover{opacity:.9;transform:translateY(-1px)}
.store-list-preview{display:flex;flex-direction:column;gap:10px;width:100%}
.store-chip{background:#fff;border:1px solid var(--border);border-radius:10px;padding:10px 14px;font-size:13px;font-weight:500;color:var(--text);display:flex;align-items:center;gap:10px}
.store-chip-flag{font-size:16px}

/* Privacy grid */
.priv-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px}
.priv-item{background:#fff;border:1px solid var(--border);border-radius:14px;padding:24px 20px;transition:transform .2s,box-shadow .2s}
.priv-item:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(192,154,60,.1)}
.priv-icon{width:40px;height:40px;background:var(--gold-pale);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.priv-icon svg{width:20px;height:20px}
.priv-item h4{font-size:14px;font-weight:600;margin-bottom:5px;color:var(--text)}
.priv-item p{font-size:12px;color:var(--muted);line-height:1.55}

/* Scan section */
.scan-list{list-style:none;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.2)}
.scan-item{display:flex;align-items:center;gap:14px;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08);color:#fff;font-size:14px;font-weight:500;transition:background .2s}
.scan-item:last-child{border-bottom:none}
.scan-item:hover{background:rgba(255,255,255,.14)}
.scan-icon{width:34px;height:34px;background:rgba(255,255,255,.15);border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.scan-icon svg{width:16px;height:16px}
.scan-item span{font-size:12px;color:rgba(255,255,255,.55);font-weight:400;margin-left:auto}

/* ── LEGAL ── */
.legal-hero{background:var(--grad);padding:120px 48px 56px;position:relative;overflow:hidden}
.legal-inner{max-width:720px;margin:0 auto;position:relative;z-index:1}
.legal-inner h1{font-family:'DM Serif Display',serif;font-size:clamp(32px,5vw,52px);color:#fff;margin-bottom:10px;letter-spacing:-.02em}
.legal-inner p{color:rgba(255,255,255,.65);font-size:14px}
.legal-content{max-width:720px;margin:0 auto;padding:56px 48px 80px}
.legal-content h2{font-family:'DM Serif Display',serif;font-size:22px;margin:40px 0 10px;color:var(--text)}
.legal-content h2:first-child{margin-top:0}
.legal-content p,.legal-content li{font-size:14px;line-height:1.8;color:#4A5568}
.legal-content ul{margin:8px 0 8px 18px}
.legal-content li+li{margin-top:4px}
.legal-content a{color:var(--gold)}
.legal-content strong{color:var(--text);font-weight:600}

/* ── FOOTER ── */
footer{background:var(--text);padding:56px 48px 36px}
.foot-in{max-width:1100px;margin:0 auto}
.foot-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}
.foot-brand{font-family:'DM Serif Display',serif;font-size:20px;color:var(--gold-lt);display:block;margin-bottom:10px;text-decoration:none}
.foot-tag{font-size:13px;color:rgba(255,255,255,.45);line-height:1.6;font-weight:300}
.foot-col h5{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:14px}
.foot-col ul{list-style:none}
.foot-col li+li{margin-top:9px}
.foot-col a{color:rgba(255,255,255,.55);text-decoration:none;font-size:13px;transition:color .2s}
.foot-col a:hover{color:#fff}
.foot-bot{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:rgba(255,255,255,.35)}
.foot-links{display:flex;gap:20px}
.foot-links a{color:rgba(255,255,255,.35);text-decoration:none;font-size:12px;transition:color .2s}
.foot-links a:hover{color:rgba(255,255,255,.7)}

/* ── RESPONSIVE ── */
@media(max-width:960px){
  nav{padding:0 20px}
  .nav-links,.nav-lang{display:none}
  .burger{display:flex}
  .hero{padding:110px 24px 64px;min-height:auto}
  .hero-inner{grid-template-columns:1fr}
  .hero-phone{display:none}
  .sec-white,.sec-gold,.sec-gray{padding:64px 24px}
  .two-col{grid-template-columns:1fr;gap:40px}
  .feat-grid{grid-template-columns:1fr}
  .steps-grid{grid-template-columns:1fr;gap:0}
  .countries-grid{grid-template-columns:repeat(2,1fr)}
  .priv-grid{grid-template-columns:1fr 1fr}
  .foot-top{grid-template-columns:1fr 1fr;gap:28px}
  .foot-bot{flex-direction:column;gap:12px}
  .legal-hero{padding:100px 24px 48px}
  .legal-content{padding:40px 24px 60px}
}
