* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--color-cream-100);
  background:
    radial-gradient(circle at 12% 0%, rgba(23, 145, 127, .45) 0, rgba(23, 145, 127, 0) 34rem),
    radial-gradient(circle at 88% 10%, rgba(248, 185, 58, .26) 0, rgba(248, 185, 58, 0) 30rem),
    linear-gradient(135deg, #031715 0%, #062622 42%, #0a4039 100%);
  min-height: 100vh;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.82), rgba(0,0,0,.08));
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
.container { width: min(var(--container), calc(100vw - 44px)); margin: 0 auto; }
.skip-link { position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden; }
.skip-link:focus { left: 24px; top: 24px; width: auto; height: auto; z-index: 100; padding: 12px 16px; background: var(--color-cream-100); color: var(--color-ink); border-radius: 12px; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(18px);
  background: linear-gradient(to bottom, rgba(3, 23, 21, .78), rgba(3, 23, 21, .38));
  border-bottom: 1px solid rgba(255, 247, 227, .08);
}
.nav { min-height: var(--nav-height); display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 42px; height: 42px; border-radius: 12px; box-shadow: 0 12px 24px rgba(0,0,0,.28); }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-weight: 850; letter-spacing: 0; font-size: 19px; }
.brand-sub { margin-top: 6px; font-size: 11px; color: rgba(249,233,191,.58); letter-spacing: 0; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 24px; color: rgba(255,247,227,.68); font-size: 14px; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: var(--color-cream-100); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.mobile-menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--color-border); background: rgba(255,255,255,.06); color: var(--color-cream-100); border-radius: 14px; }
.language-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255,247,227,.16);
  background: rgba(255,247,227,.055);
}
.language-switch::after {
  content: "";
  position: absolute;
  right: 13px;
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(255,247,227,.72);
  border-bottom: 2px solid rgba(255,247,227,.72);
  transform: rotate(45deg) translateY(-3px);
  pointer-events: none;
}
.language-select {
  appearance: none;
  min-height: 38px;
  max-width: 150px;
  padding: 0 34px 0 14px;
  border: 0;
  border-radius: var(--radius-pill);
  color: rgba(255,247,227,.82);
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 820;
}
.language-select:focus-visible { outline: 2px solid var(--color-mint-400); outline-offset: 3px; }
.language-select option { color: #102b25; background: var(--color-cream-100); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 0 20px; border-radius: var(--radius-pill);
  border: 1px solid transparent; font-weight: 720; letter-spacing: 0;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, #f9d778, var(--color-gold-500)); color: #102b25; box-shadow: var(--shadow-gold); }
.btn-secondary { background: rgba(255, 247, 227, .08); border-color: rgba(255, 247, 227, .16); color: var(--color-cream-100); }
.btn-ghost { background: transparent; border-color: rgba(255,247,227,.16); color: rgba(255,247,227,.76); }
.btn-small { min-height: 40px; padding: 0 16px; font-size: 14px; }
.hero { position: relative; padding: 88px 0 72px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .86fr); align-items: center; gap: 68px; }
.kicker {
  display: inline-flex; align-items: center; gap: 10px; padding: 8px 12px;
  border: 1px solid rgba(112, 222, 200, .26); border-radius: var(--radius-pill);
  color: var(--color-mint-200); background: rgba(112, 222, 200, .08); font-size: 13px; font-weight: 720;
}
.kicker-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--color-mint-400); box-shadow: 0 0 18px var(--color-mint-400); }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(54px, 6.7vw, 94px); line-height: .96; letter-spacing: 0; }
.hero h1 span { display: block; color: var(--color-cream-200); }
.hero-copy { margin: 26px 0 0; max-width: 620px; font-size: clamp(18px, 2vw, 22px); line-height: 1.62; color: rgba(255,247,227,.70); }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.trust-row { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.trust-chip { display: inline-flex; align-items:center; gap: 8px; padding: 9px 12px; border: 1px solid rgba(255,247,227,.12); border-radius: var(--radius-pill); background: rgba(255,247,227,.045); color: rgba(255,247,227,.72); font-size: 13px; }
.trust-chip::before { content:""; width: 7px; height: 7px; border-radius: 50%; background: var(--color-gold-500); }
.hero-visual { position: relative; min-height: 700px; display:flex; align-items:center; justify-content:center; }
.visual-glow { position: absolute; inset: 16% 0 4%; background: radial-gradient(circle, rgba(248,185,58,.22), rgba(112,222,200,.17) 38%, rgba(0,0,0,0) 70%); filter: blur(28px); }
.phone-shell { position: relative; width: 380px; padding: 14px; border-radius: 52px; background: linear-gradient(160deg, rgba(255,247,227,.18), rgba(255,247,227,.035)); border: 1px solid rgba(255,247,227,.2); box-shadow: 0 40px 110px rgba(0,0,0,.48); }
.phone-shell::before { content:""; position:absolute; inset: 7px; border-radius: 45px; border: 1px solid rgba(255,247,227,.11); pointer-events:none; }
.phone-screen { position: relative; overflow: hidden; min-height: 706px; border-radius: 40px; padding: 22px; background: linear-gradient(180deg, #fff7e3 0%, #f4e1b7 50%, #eacb83 100%); color: #082d28; box-shadow: inset 0 0 0 1px rgba(0,0,0,.08); }
.phone-screen::after { content:""; position:absolute; inset:-120px -80px auto auto; width:220px; height:220px; border-radius:50%; background: rgba(13,107,95,.14); filter: blur(2px); }
.phone-status { display:flex; align-items:center; justify-content:space-between; position:relative; z-index:1; font-size:12px; font-weight:800; color:#0a4039; opacity:.86; }
.phone-pill { width: 78px; height: 22px; border-radius: 999px; background:#09231f; box-shadow: inset 0 1px 4px rgba(255,255,255,.18); }
.app-top { margin-top: 24px; display:flex; align-items:center; justify-content:space-between; position:relative; z-index:1; }
.app-top-left { display:flex; align-items:center; gap:12px; }
.app-avatar { width:42px; height:42px; border-radius: 14px; box-shadow:0 12px 26px rgba(0,0,0,.18); }
.app-top h3 { margin: 0; font-size: 20px; letter-spacing:0; }
.app-top p { margin: 4px 0 0; font-size: 12px; color:rgba(8,45,40,.58); font-weight:650; }
.icon-button { width: 42px; height:42px; border-radius: 15px; border:0; background: rgba(255,255,255,.45); color:#0a4039; display:grid; place-items:center; }
.balance-card { margin-top: 24px; padding: 22px; border-radius: 28px; background: linear-gradient(135deg, #083d36, #0d6b5f); color: var(--color-cream-100); box-shadow: 0 24px 40px rgba(8,45,40,.22); position:relative; z-index:1; overflow:hidden; }
.balance-card::after { content:""; position:absolute; right:-44px; top:-48px; width:160px; height:160px; border-radius:50%; background: rgba(248,185,58,.26); }
.balance-label { font-size: 13px; color: rgba(255,247,227,.68); }
.balance-value { margin-top: 6px; font-size: 40px; letter-spacing:0; font-weight: 850; }
.balance-meta { margin-top: 10px; display:flex; align-items:center; justify-content:space-between; font-size: 13px; color:rgba(255,247,227,.68); }
.mini-chart { margin-top: 18px; height: 82px; display:flex; align-items:flex-end; gap:8px; }
.mini-chart i { flex:1; border-radius: 12px 12px 4px 4px; background: linear-gradient(180deg, #f9d778, #f8b93a); box-shadow: inset 0 1px rgba(255,255,255,.35); }
.voice-card { margin-top: 18px; padding: 16px; border-radius: 24px; background: rgba(255,255,255,.58); box-shadow: 0 18px 32px rgba(8,45,40,.13); position:relative; z-index:1; }
.voice-head { display:flex; align-items:center; gap:10px; font-weight:800; letter-spacing:0; }
.wave { display:flex; align-items:center; gap:4px; height:24px; }
.wave i { display:block; width:4px; height:12px; border-radius:999px; background:#0d6b5f; animation: wave 1.4s ease-in-out infinite; }
.wave i:nth-child(2){ height:20px; animation-delay:.1s; }
.wave i:nth-child(3){ height:15px; animation-delay:.18s; }
.wave i:nth-child(4){ height:22px; animation-delay:.24s; }
@keyframes wave { 0%,100% { transform: scaleY(.66); opacity:.55; } 50% { transform: scaleY(1); opacity:1; } }
.parsed { margin-top: 12px; display:grid; grid-template-columns: 1fr auto; gap:10px; align-items:center; font-size: 13px; color:rgba(8,45,40,.70); }
.parsed strong { color:#09231f; font-size: 14px; }
.recent-list { margin-top: 18px; display:grid; gap: 10px; position:relative; z-index:1; }
.recent-item { display:flex; align-items:center; justify-content:space-between; padding: 12px 14px; border-radius: 18px; background: rgba(255,255,255,.46); color:#09231f; }
.recent-name { display:flex; align-items:center; gap:10px; font-size: 13px; font-weight: 760; }
.recent-dot { width: 31px; height:31px; border-radius: 12px; background: rgba(13,107,95,.14); color:#0d6b5f; display:grid; place-items:center; font-weight:900; }
.recent-amount { font-size: 13px; font-weight:850; }
.float-card { position:absolute; z-index:4; border: 1px solid rgba(255,247,227,.18); background: rgba(6,38,34,.72); backdrop-filter: blur(18px); border-radius: 24px; box-shadow: 0 24px 70px rgba(0,0,0,.34); }
.float-card.one { left: 0; top: 110px; width: 196px; padding: 18px; }
.float-card.two { right: 0; bottom: 92px; width: 210px; padding: 18px; }
.float-label { color:rgba(255,247,227,.58); font-size: 12px; font-weight: 760; letter-spacing:0; text-transform:uppercase; }
.float-value { margin-top: 8px; font-size: 24px; letter-spacing:0; font-weight: 850; color:var(--color-cream-100); }
.float-note { margin-top: 8px; color:rgba(255,247,227,.6); font-size: 12px; line-height:1.45; }
.section { padding: 86px 0; }
.section-heading { display:flex; align-items:end; justify-content:space-between; gap:24px; margin-bottom: 34px; }
.section-heading h2 { margin:0; max-width: 680px; font-size: clamp(36px, 4.5vw, 58px); line-height:1.04; letter-spacing:0; }
.section-heading p { margin:0; max-width: 420px; color: rgba(255,247,227,.66); line-height:1.65; font-size:16px; }
.feature-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { min-height: 248px; padding: 24px; border-radius: 28px; border: 1px solid rgba(255,247,227,.12); background: linear-gradient(180deg, rgba(255,247,227,.088), rgba(255,247,227,.042)); box-shadow: 0 22px 70px rgba(0,0,0,.18); position:relative; overflow:hidden; }
.feature-card::after { content:""; position:absolute; inset:auto -40px -72px auto; width:160px; height:160px; border-radius:50%; background: rgba(112,222,200,.08); }
.feature-icon { width: 52px; height:52px; border-radius:18px; display:grid; place-items:center; color: var(--color-mint-400); background: rgba(112,222,200,.10); border: 1px solid rgba(112,222,200,.18); }
.feature-icon svg { width:30px; height:30px; }
.feature-card h3 { margin: 22px 0 0; font-size: 20px; letter-spacing:0; }
.feature-card p { margin: 10px 0 0; color:rgba(255,247,227,.63); line-height:1.56; font-size:14px; }
.privacy-panel { display:grid; grid-template-columns: .9fr 1.1fr; gap: 18px; align-items: stretch; }
.privacy-visual { min-height: 470px; border-radius: 38px; border: 1px solid rgba(255,247,227,.12); background: radial-gradient(circle at 35% 20%, rgba(248,185,58,.2), transparent 28rem), linear-gradient(145deg, rgba(255,247,227,.10), rgba(255,247,227,.035)); display:grid; place-items:center; position:relative; overflow:hidden; }
.privacy-logo-large {
  width: min(74%, 390px);
  filter: drop-shadow(0 34px 62px rgba(0,0,0,.32));
}
.vault { width: 260px; height:260px; border-radius: 74px; border: 1px solid rgba(255,247,227,.2); background: linear-gradient(160deg, rgba(249,233,191,.96), rgba(248,185,58,.82)); color:#09231f; display:grid; place-items:center; box-shadow: 0 36px 80px rgba(0,0,0,.32), inset 0 1px rgba(255,255,255,.55); }
.vault-ring { width: 126px; height:126px; border: 16px solid rgba(9,35,31,.22); border-radius:50%; position:relative; }
.vault-ring::after { content:""; position:absolute; inset:22px; border-radius:50%; background: #09231f; box-shadow: inset 0 0 0 7px rgba(249,233,191,.7); }
.privacy-copy { border-radius: 38px; padding: 34px; border: 1px solid rgba(255,247,227,.12); background: linear-gradient(180deg, rgba(255,247,227,.09), rgba(255,247,227,.035)); }
.privacy-copy h2 { margin:0; font-size: clamp(34px,4.4vw,56px); line-height:1.05; letter-spacing:0; }
.privacy-copy p { margin:18px 0 0; color:rgba(255,247,227,.66); line-height:1.7; }
.privacy-list { margin: 28px 0 0; display:grid; gap: 12px; }
.privacy-item { display:flex; gap:12px; align-items:flex-start; padding: 15px; border-radius: 18px; background: rgba(255,247,227,.06); border:1px solid rgba(255,247,227,.08); }
.check { width: 24px; height:24px; flex:none; border-radius: 50%; background: rgba(112,222,200,.16); color: var(--color-mint-400); display:grid; place-items:center; font-weight:900; }
.privacy-item strong { display:block; font-size: 14px; }
.privacy-item span { display:block; margin-top: 3px; color: rgba(255,247,227,.56); font-size: 13px; line-height:1.48; }
.workflow { display:grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.workflow-card { padding: 26px; border-radius: 30px; background: rgba(255,247,227,.065); border:1px solid rgba(255,247,227,.12); min-height: 260px; position:relative; overflow:hidden; }
.workflow-num { width: 42px; height:42px; border-radius: 16px; background: rgba(248,185,58,.18); color: var(--color-gold-500); display:grid; place-items:center; font-weight:900; }
.workflow-card h3 { margin: 62px 0 0; font-size: 24px; letter-spacing:0; }
.workflow-card p { margin: 10px 0 0; color:rgba(255,247,227,.62); line-height:1.62; }
.analytics-panel { display:grid; grid-template-columns: 1.02fr .98fr; gap:18px; }
.analytics-card { padding: 30px; border-radius: 38px; border:1px solid rgba(255,247,227,.12); background: linear-gradient(180deg, rgba(255,247,227,.09), rgba(255,247,227,.035)); box-shadow: var(--shadow-card); }
.analytics-card h3 { margin:0; font-size: 28px; letter-spacing:0; }
.analytics-card p { margin: 10px 0 0; color:rgba(255,247,227,.62); line-height:1.62; }
.big-chart { margin-top: 28px; height: 260px; display:flex; align-items:flex-end; gap: 14px; padding: 20px; border-radius: 26px; background: rgba(255,247,227,.06); }
.big-chart i { flex:1; border-radius: 16px 16px 8px 8px; background: linear-gradient(180deg, #f9d778, #f8b93a 70%, #dc8f13); min-height: 38px; position:relative; }
.big-chart i:nth-child(2n) { background: linear-gradient(180deg, #70dec8, #15917f); }
.stats-list { display:grid; gap: 14px; }
.stat-row { display:flex; justify-content:space-between; gap:12px; align-items:center; padding: 20px; border-radius: 24px; border:1px solid rgba(255,247,227,.1); background: rgba(255,247,227,.055); }
.stat-row span { color:rgba(255,247,227,.62); }
.stat-row strong { font-size: 26px; letter-spacing:0; color: var(--color-cream-100); }
.global-panel { border-radius: 42px; padding: 42px; border:1px solid rgba(255,247,227,.13); background: radial-gradient(circle at top left, rgba(112,222,200,.13), transparent 30rem), linear-gradient(135deg, rgba(255,247,227,.09), rgba(255,247,227,.035)); display:grid; grid-template-columns: .92fr 1.08fr; gap: 32px; align-items:center; }
.global-panel h2 { margin:0; font-size: clamp(36px,4.8vw,62px); line-height:1.04; letter-spacing:0; }
.global-panel p { margin:18px 0 0; color:rgba(255,247,227,.66); line-height:1.66; }
.currency-board { display:grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.currency-card { padding: 20px; border-radius: 24px; background: rgba(255,247,227,.075); border:1px solid rgba(255,247,227,.11); }
.currency-card small { color:rgba(255,247,227,.56); font-weight:760; letter-spacing:0; text-transform:uppercase; }
.currency-card strong,
.currency-card .support-email { display:block; margin-top:12px; font-size: 30px; letter-spacing:0; overflow-wrap:anywhere; }
.currency-card .support-email { font-size: clamp(18px, 2.1vw, 30px); line-height: 1.12; color: var(--color-cream-100); font-weight: 850; }
.currency-card .support-email:hover { color: var(--color-mint-200); }
.currency-card span { display:block; margin-top:5px; color:rgba(255,247,227,.58); font-size: 13px; }
.faq-grid { display:grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.faq-item { padding: 24px; border-radius: 26px; background: rgba(255,247,227,.06); border:1px solid rgba(255,247,227,.1); }
.faq-item h3 { margin:0; font-size:18px; letter-spacing:0; }
.faq-item p { margin:10px 0 0; color:rgba(255,247,227,.62); line-height:1.6; }
.cta-panel { text-align:center; padding: 68px 28px; border-radius: 44px; border:1px solid rgba(249,233,191,.16); background: radial-gradient(circle at 50% -20%, rgba(248,185,58,.28), transparent 35rem), linear-gradient(180deg, rgba(255,247,227,.09), rgba(255,247,227,.035)); box-shadow: var(--shadow-card); }
.cta-panel img { margin: 0 auto 22px; width: 88px; height:88px; border-radius: 24px; box-shadow: 0 20px 40px rgba(0,0,0,.28); }
.cta-panel h2 { margin:0; font-size: clamp(38px,5vw,66px); line-height:1.04; letter-spacing:0; }
.cta-panel p { margin:18px auto 0; max-width:620px; color:rgba(255,247,227,.66); line-height:1.68; }
.cta-actions { margin-top: 30px; display:flex; justify-content:center; flex-wrap:wrap; gap:12px; }
.site-footer { padding: 36px 0 54px; color:rgba(255,247,227,.52); }
.footer-inner { border-top:1px solid rgba(255,247,227,.1); padding-top: 24px; display:flex; justify-content:space-between; gap:18px; flex-wrap:wrap; font-size:13px; }
.footer-links { display:flex; gap:18px; }
.legal-page { background: linear-gradient(135deg, #031715 0%, #062622 52%, #173f37 100%); }
.legal-shell { max-width: 940px; margin: 0 auto; padding: 42px; border-radius: 34px; border: 1px solid rgba(255,247,227,.12); background: rgba(255,247,227,.075); box-shadow: var(--shadow-card); }
.legal-kicker { margin: 0 0 12px; color: var(--color-mint-200); font-size: 13px; font-weight: 820; letter-spacing: 0; text-transform: uppercase; }
.legal-shell h1 { margin: 0; font-size: clamp(42px, 6vw, 72px); line-height: 1.04; letter-spacing: 0; }
.legal-updated { margin: 16px 0 0; color: rgba(255,247,227,.62); }
.legal-doc { margin-top: 34px; display: grid; gap: 28px; }
.legal-doc section { padding-top: 24px; border-top: 1px solid rgba(255,247,227,.1); }
.legal-doc h2 { margin: 0; font-size: 22px; letter-spacing: 0; }
.legal-doc p, .legal-doc li { color: rgba(255,247,227,.68); line-height: 1.72; }
.legal-doc p { margin: 10px 0 0; }
.legal-doc ul { margin: 12px 0 0; padding-left: 20px; }
.legal-note { margin-top: 30px; padding: 16px 18px; border-radius: 20px; background: rgba(112,222,200,.09); border: 1px solid rgba(112,222,200,.18); color: rgba(255,247,227,.72); line-height: 1.62; }
.html-sitemap { display:grid; gap:10px; margin-top: 20px; }
[data-lang-block][hidden] { display: none; }
.mockup-page { background: transparent; min-height: 100vh; display:grid; place-items:center; }
.visual-system-body { background: #f6efe1; color:#082d28; }
.visual-system { width:min(1180px,calc(100vw - 40px)); margin: 42px auto; padding: 38px; border-radius: 38px; background:#fffaf0; box-shadow: 0 24px 90px rgba(0,0,0,.12); }
.visual-system h1 { margin:0; font-size: 56px; letter-spacing:0; line-height:1.04; }
.visual-system .lead { margin: 14px 0 0; max-width: 700px; color: rgba(8,45,40,.66); line-height:1.6; }
.system-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 30px; }
.system-card { padding: 24px; border-radius: 26px; background:#fff5dc; border:1px solid rgba(8,45,40,.08); }
.swatches { display:grid; grid-template-columns: repeat(4,1fr); gap:12px; }
.swatch { min-height: 116px; border-radius: 20px; padding:14px; display:flex; flex-direction:column; justify-content:flex-end; color:#fff; overflow:hidden; box-shadow: inset 0 0 0 1px rgba(0,0,0,.06); }
.swatch.light { color:#082d28; }
.swatch strong { font-size: 13px; }
.swatch span { margin-top:4px; font-size: 12px; opacity:.72; }
.typography-sample h2 { margin:0; font-size: 44px; line-height:1.04; letter-spacing:0; }
.typography-sample p { color:rgba(8,45,40,.62); line-height:1.6; }
.component-row { display:flex; gap:10px; flex-wrap:wrap; align-items:center; }
.system-logo { max-width: 520px; width:100%; border-radius:26px; }
@media (max-width: 980px) {
  .nav-links { display:none; }
  .nav-actions .btn { display:none; }
  .mobile-menu-button { display:grid; place-items:center; }
  .site-header.open .nav-links { display:flex; position:absolute; top: var(--nav-height); left:22px; right:22px; flex-direction:column; align-items:flex-start; padding:18px; border-radius:22px; background: rgba(6,38,34,.96); border:1px solid rgba(255,247,227,.12); box-shadow: var(--shadow-card); }
  .hero-grid, .privacy-panel, .analytics-panel, .global-panel { grid-template-columns: 1fr; }
  .hero-visual { min-height: 650px; }
  .float-card.one { left: 4px; }
  .float-card.two { right: 4px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .workflow { grid-template-columns: 1fr; }
  .section-heading { display:block; }
  .section-heading p { margin-top:16px; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--container)); }
  .hero { padding-top: 54px; }
  .hero h1 { font-size: 51px; }
  .hero-copy { font-size: 17px; }
  .hero-actions .btn { width:100%; }
  .hero-visual { transform: scale(.86); min-height: 590px; margin: -30px -22px 0; }
  .phone-shell { width: 360px; }
  .phone-screen { min-height: 680px; }
  .float-card.one { width: 170px; top: 80px; }
  .float-card.two { width: 180px; bottom: 34px; }
  .feature-grid, .faq-grid, .currency-board, .system-grid { grid-template-columns: 1fr; }
  .section { padding: 58px 0; }
  .privacy-copy, .global-panel, .visual-system { padding: 24px; border-radius: 30px; }
  .legal-shell { padding: 24px; border-radius: 28px; }
  .footer-inner { display:block; }
  .footer-links { margin-top:14px; }
}
