:root {
  --ink: #09232c;
  --ink-soft: #38535b;
  --navy: #071c24;
  --navy-2: #0c313a;
  --paper: #fbfaf6;
  --surface: #ffffff;
  --surface-soft: #f2f6f3;
  --line: #dce6e2;
  --emerald: #087f69;
  --emerald-dark: #056554;
  --emerald-light: #d7f3e9;
  --gold: #d09b45;
  --gold-light: #f6e8c9;
  --shadow-sm: 0 8px 30px rgba(6, 31, 38, .08);
  --shadow-lg: 0 32px 90px rgba(6, 31, 38, .18);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 38px;
  --max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
svg { width: 1.2em; height: 1.2em; flex: none; }

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 10px;
  background: white;
  color: var(--navy);
  font-weight: 750;
  transition: top .2s ease;
}

.skip-link:focus { top: 16px; }

.announcement {
  min-height: 38px;
  padding: 7px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #f7fbfa;
  background: var(--navy);
  font-size: .76rem;
  letter-spacing: .02em;
}

.announcement > span,
.announcement a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.announcement > span svg { color: #efc36f; }
.announcement a { color: #8be0cb; font-weight: 750; text-decoration: none; }
.announcement a svg { width: 14px; transition: transform .2s ease; }
.announcement a:hover svg { transform: translateX(3px); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 74px;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: box-shadow .25s ease, border-color .25s ease;
}

.site-header.scrolled {
  border-color: rgba(9, 35, 44, .08);
  box-shadow: 0 10px 30px rgba(9, 35, 44, .06);
}

.nav-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
  font-size: 1.12rem;
  font-weight: 820;
  letter-spacing: -.03em;
  line-height: 1;
}

.brand img {
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(7, 88, 76, .2);
}

.brand span { display: flex; flex-direction: column; }
.brand small {
  margin-top: 4px;
  color: #6d858b;
  font-size: .57rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 25px;
}

.main-nav a,
.nav-login {
  color: #3b555d;
  font-size: .86rem;
  font-weight: 650;
  text-decoration: none;
  transition: color .2s ease;
}

.main-nav a:hover,
.nav-login:hover { color: var(--emerald); }

.nav-actions { display: flex; align-items: center; gap: 15px; }
.button {
  min-height: 50px;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 780;
  font-size: .92rem;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, button:focus-visible { outline: 3px solid rgba(8, 127, 105, .35); outline-offset: 3px; }
.button svg { transition: transform .2s ease; }
.button:hover svg { transform: translateX(3px); }
.button-small { min-height: 40px; padding: 10px 17px; background: var(--ink); color: white; font-size: .79rem; }
.button-small:hover { background: var(--emerald-dark); box-shadow: 0 10px 24px rgba(5, 101, 84, .2); }
.button-primary { background: var(--emerald); color: white; box-shadow: 0 13px 34px rgba(8, 127, 105, .25); }
.button-primary:hover { background: var(--emerald-dark); box-shadow: 0 17px 40px rgba(8, 127, 105, .3); }
.button-quiet { color: var(--ink); border-color: #cbdad5; background: rgba(255,255,255,.55); }
.button-quiet:hover { background: white; border-color: #a7c3ba; }
.button-outline { color: var(--ink); border-color: #cbdad5; background: white; }
.button-outline:hover { color: var(--emerald-dark); border-color: var(--emerald); }
.button-light { background: #f9fffd; color: var(--emerald-dark); box-shadow: 0 16px 40px rgba(0,0,0,.18); }
.button-light:hover { background: white; }

.language-picker { position: relative; }
.language-picker summary {
  list-style: none;
  min-height: 38px;
  padding: 7px 9px;
  border: 1px solid #d7e1dd;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #4f676d;
  cursor: pointer;
  font-size: .7rem;
  font-weight: 800;
}
.language-picker summary::-webkit-details-marker { display: none; }
.language-picker summary svg { width: 16px; }
.language-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 184px;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
  box-shadow: var(--shadow-sm);
}
.language-menu a {
  padding: 8px 9px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  color: var(--ink);
  font-size: .82rem;
  text-decoration: none;
}
.language-menu a:hover, .language-menu a[aria-current="page"] { background: var(--surface-soft); }
.language-menu small { color: #789097; font-weight: 800; }
.menu-button { display: none; }

.hero {
  position: relative;
  min-height: 760px;
  padding: 94px 0 105px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,0)),
    radial-gradient(circle at 8% 12%, rgba(203, 232, 221, .55), transparent 27%),
    var(--paper);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .36;
  background-image: linear-gradient(rgba(9,35,44,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(9,35,44,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 84%);
}

.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 500px; height: 500px; right: -200px; top: -240px; background: rgba(208, 155, 69, .11); }
.hero-glow-two { width: 420px; height: 420px; left: 35%; bottom: -330px; background: rgba(8, 127, 105, .13); }

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr);
  align-items: center;
  gap: 70px;
}

.eyebrow {
  width: fit-content;
  margin-bottom: 25px;
  padding: 7px 12px;
  border: 1px solid #cfe0da;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,.58);
  color: var(--emerald-dark);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.eyebrow svg { color: var(--gold); }

.hero h1 {
  max-width: 690px;
  margin: 0;
  color: var(--ink);
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(3.35rem, 5.5vw, 5.65rem);
  font-weight: 540;
  line-height: .98;
  letter-spacing: -.055em;
}
.hero h1 em { color: var(--emerald); font-style: normal; }
.hero-description { max-width: 630px; margin: 27px 0 0; color: var(--ink-soft); font-size: clamp(1.03rem, 1.5vw, 1.17rem); line-height: 1.72; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin: 17px 0 0; display: flex; align-items: center; gap: 7px; color: #60777d; font-size: .78rem; }
.hero-note svg { width: 16px; color: var(--emerald); }
.trust-row { margin-top: 41px; display: flex; flex-wrap: wrap; gap: 9px 20px; }
.trust-row span { position: relative; padding-left: 13px; color: #5b747a; font-size: .76rem; font-weight: 720; }
.trust-row span::before { content: ""; position: absolute; left: 0; top: .62em; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(8,127,105,.12); border-radius: 50%; }
.orbit-one { width: 530px; height: 530px; }
.orbit-two { width: 420px; height: 420px; border-color: rgba(208,155,69,.16); }
.phone-shell {
  position: relative;
  z-index: 2;
  width: 306px;
  height: 600px;
  padding: 9px;
  border: 2px solid #23414a;
  border-radius: 48px;
  background: #061920;
  box-shadow: 0 46px 100px rgba(5,31,38,.24), inset 0 0 0 1px rgba(255,255,255,.24);
  transform: rotate(2.5deg);
}
.phone-top { position: absolute; z-index: 4; top: 17px; left: 50%; width: 92px; height: 25px; border-radius: 999px; background: #061920; transform: translateX(-50%); }
.phone-top span { position: absolute; right: 17px; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: #183942; }
.phone-screen { position: relative; height: 100%; overflow: hidden; border-radius: 39px; background: #f5faf8; text-align: center; }
.profile-cover { height: 155px; background: linear-gradient(125deg, #073c46, #087f69 62%, #d09b45); }
.profile-cover::after { content: ""; position: absolute; top: 34px; left: 24px; width: 150px; height: 70px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; transform: rotate(-22deg); }
.profile-avatar { width: 86px; height: 86px; margin: -45px auto 0; border: 5px solid #f5faf8; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(145deg, #e7c492, #a77342); color: white; font-family: Georgia, serif; font-size: 1.45rem; box-shadow: 0 7px 20px rgba(7,50,58,.18); }
.profile-status { width: fit-content; margin: 10px auto 0; display: flex; align-items: center; gap: 5px; color: #688087; font-size: .56rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.profile-status span { width: 5px; height: 5px; border-radius: 50%; background: #16a37f; box-shadow: 0 0 0 3px #d7f3e9; }
.phone-screen h2 { margin: 7px 0 0; color: #09232c; font-family: Georgia, serif; font-size: 1.28rem; line-height: 1.1; }
.phone-screen > p { margin: 5px 0 0; color: #60777d; font-size: .67rem; }
.phone-screen > strong { color: #0a7261; font-size: .65rem; }
.profile-buttons { margin: 18px 18px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.profile-buttons span { min-height: 34px; padding: 7px; border-radius: 10px; display: flex; align-items: center; justify-content: center; gap: 5px; color: white; background: #087f69; font-size: .57rem; font-weight: 750; }
.profile-buttons span + span { color: #28474e; background: #e5eeeb; }
.profile-buttons svg { width: 12px; }
.profile-links { margin: 11px 18px 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; }
.profile-links span { padding: 7px 2px; border: 1px solid #dce6e2; border-radius: 8px; color: #4f686f; background: white; font-size: .48rem; font-weight: 700; }
.mini-wallet { margin: 12px 18px 0; padding: 10px; border-radius: 13px; display: flex; align-items: center; justify-content: space-between; color: white; background: linear-gradient(125deg, #092b34, #075c51); box-shadow: 0 10px 24px rgba(7,50,58,.16); }
.mini-wallet > div:first-child { display: flex; align-items: center; gap: 7px; text-align: left; }
.mini-wallet img { border-radius: 7px; }
.mini-wallet span { display: flex; flex-direction: column; line-height: 1.2; }
.mini-wallet b { font-size: .56rem; }
.mini-wallet small { margin-top: 2px; color: #b8dcd2; font-size: .44rem; }

.qr-mini, .qr-large { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: white; }
.qr-mini { width: 37px; height: 37px; padding: 4px; border-radius: 5px; }
.qr-large { width: 83px; height: 83px; padding: 7px; border-radius: 9px; gap: 3px; }
.qr-mini i, .qr-large i { display: block; background: #092b34; }
.qr-mini i:nth-child(2), .qr-mini i:nth-child(4), .qr-mini i:nth-child(8), .qr-large i:nth-child(2), .qr-large i:nth-child(5), .qr-large i:nth-child(7), .qr-large i:nth-child(10) { background: white; }
.qr-large i:first-child, .qr-large i:nth-child(3), .qr-large i:nth-child(8) { box-shadow: inset 0 0 0 2px white, inset 0 0 0 5px #092b34; }

.float-chip, .scan-card {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255,255,255,.82);
  background: rgba(255,255,255,.88);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(14px);
}
.float-chip { padding: 10px 13px; border-radius: 14px; display: flex; align-items: center; gap: 8px; color: var(--ink); font-size: .71rem; font-weight: 780; }
.float-chip svg { width: 18px; color: var(--emerald); }
.chip-wallet { left: 3px; top: 114px; animation: float 5s ease-in-out infinite; }
.chip-updated { right: -1px; top: 225px; animation: float 5s ease-in-out 1s infinite; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #12a57f; box-shadow: 0 0 0 4px #d8f3eb; }
.scan-card { right: -6px; bottom: 22px; padding: 10px; border-radius: 17px; display: flex; align-items: center; gap: 10px; transform: rotate(-4deg); }
.scan-card .qr-large { width: 62px; height: 62px; padding: 6px; }
.scan-card span { max-width: 78px; color: var(--ink); font-size: .63rem; font-weight: 780; line-height: 1.3; }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.section { padding: 116px 0; }
.section-heading { max-width: 710px; }
.section-heading.centered { margin: 0 auto 55px; text-align: center; }
.eyebrow-label { margin: 0 0 12px; color: var(--emerald); font-size: .73rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.section-heading h2, .wallet-copy h2, .security-copy h2, .closing-panel h2 {
  margin: 0;
  color: var(--ink);
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(2.35rem, 4vw, 4rem);
  font-weight: 540;
  line-height: 1.06;
  letter-spacing: -.045em;
}
.section-heading > p:last-child { margin: 19px auto 0; max-width: 650px; color: var(--ink-soft); font-size: 1.02rem; }

.features-section { background: #fff; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.feature-card {
  min-height: 258px;
  padding: 29px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(150deg, #fff, #f8fbf9);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.feature-card:hover { transform: translateY(-5px); border-color: #b7d5cb; box-shadow: var(--shadow-sm); }
.feature-icon { width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; color: var(--emerald); background: var(--emerald-light); }
.feature-icon svg { width: 23px; height: 23px; }
.feature-card:nth-child(2) .feature-icon, .feature-card:nth-child(5) .feature-icon { color: #9a6b21; background: var(--gold-light); }
.feature-card h3 { margin: 24px 0 9px; font-size: 1.04rem; letter-spacing: -.015em; }
.feature-card p { margin: 0; color: #5b7379; font-size: .88rem; line-height: 1.72; }

.how-section { background: var(--surface-soft); }
.split-heading { margin-bottom: 50px; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 34px; }
.step-card { position: relative; padding-top: 22px; }
.step-number { color: var(--gold); font-family: Georgia, serif; font-size: 1.06rem; font-weight: 700; }
.step-line { height: 1px; margin: 17px 0 27px; background: linear-gradient(to right, var(--emerald), transparent); }
.step-card h3 { margin: 0 0 10px; font-size: 1.18rem; }
.step-card p { margin: 0; color: #587177; font-size: .91rem; }

.wallet-section { overflow: hidden; background: white; }
.wallet-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 100px; }
.wallet-art { position: relative; min-height: 470px; display: grid; place-items: center; perspective: 1200px; }
.wallet-art::before { content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, #e1f2eb, transparent 66%); }
.wallet-stack, .wallet-pass { position: absolute; width: 390px; height: 245px; border-radius: 27px; }
.wallet-stack { border: 1px solid #bad6cd; }
.wallet-back { background: #dbe9e4; transform: translate(38px,-62px) rotate(8deg); }
.wallet-middle { background: #f0dfb9; transform: translate(-32px,-30px) rotate(-7deg); }
.wallet-pass { z-index: 2; padding: 26px; overflow: hidden; color: white; background: linear-gradient(135deg, #071f27, #075e54 65%, #b57f31); box-shadow: var(--shadow-lg); transform: rotate(-1.5deg); }
.wallet-pass::after { content: ""; position: absolute; right: -38px; top: -45px; width: 180px; height: 180px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.wallet-brand { display: flex; align-items: center; gap: 10px; font-size: .93rem; font-weight: 800; }
.wallet-brand img { border-radius: 11px; }
.wallet-brand span { display: flex; flex-direction: column; line-height: 1.1; }
.wallet-brand small { margin-top: 4px; color: #a9d5ca; font-size: .48rem; letter-spacing: .12em; text-transform: uppercase; }
.wallet-person { position: absolute; left: 26px; bottom: 28px; display: flex; align-items: center; gap: 12px; }
.wallet-person > span { width: 50px; height: 50px; border: 2px solid rgba(255,255,255,.7); border-radius: 50%; display: grid; place-items: center; background: #b27d4a; font-family: Georgia, serif; }
.wallet-person div { display: flex; flex-direction: column; line-height: 1.25; }
.wallet-person strong { font-size: .86rem; }
.wallet-person small { color: #b6d9d1; font-size: .57rem; }
.wallet-qr { position: absolute; right: 26px; bottom: 24px; }
.wallet-copy > p:not(.eyebrow-label):not(.fine-note) { margin: 22px 0 0; color: var(--ink-soft); font-size: 1rem; }
.check-list { margin: 27px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; }
.check-list li { display: flex; align-items: flex-start; gap: 8px; color: #38555d; font-size: .83rem; font-weight: 690; }
.check-list svg { margin-top: 3px; width: 16px; color: var(--emerald); }
.fine-note { margin: 23px 0 0; padding: 12px 14px; border-left: 3px solid var(--gold); color: #71858a; background: #faf7ee; font-size: .72rem; }

.security-section { padding-top: 0; background: white; }
.security-panel { position: relative; padding: 55px 60px; border-radius: var(--radius-lg); display: grid; grid-template-columns: 78px 1fr .8fr; align-items: center; gap: 32px; color: white; background: linear-gradient(125deg, #071c24, #0a3038); overflow: hidden; }
.security-panel::after { content: ""; position: absolute; width: 330px; height: 330px; right: -150px; top: -210px; border-radius: 50%; background: rgba(208,155,69,.14); }
.security-symbol { width: 72px; height: 72px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; display: grid; place-items: center; color: #87d9c5; background: rgba(255,255,255,.055); }
.security-symbol svg { width: 34px; height: 34px; }
.security-copy .eyebrow-label { color: #e9bd6e; }
.security-copy h2 { color: white; font-size: clamp(2.1rem,3.4vw,3.2rem); }
.security-copy > p:last-child { margin: 16px 0 0; color: #b9cdd1; font-size: .89rem; }
.security-list { display: grid; gap: 11px; }
.security-list span { display: flex; align-items: center; gap: 9px; color: #dbe9e9; font-size: .8rem; font-weight: 680; }
.security-list svg { width: 17px; color: #76d0ba; }

.pricing-section { background: #f0f5f2; }
.pricing-grid { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
.price-card { position: relative; padding: 35px; border: 1px solid #d4e0dc; border-radius: 29px; background: white; box-shadow: 0 10px 35px rgba(9,35,44,.055); }
.price-card.featured { border: 2px solid var(--emerald); box-shadow: 0 20px 50px rgba(8,127,105,.14); }
.plan-badge { width: fit-content; margin-bottom: 20px; padding: 5px 9px; border-radius: 999px; color: #825a1d; background: var(--gold-light); font-size: .63rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.featured .plan-badge { color: var(--emerald-dark); background: var(--emerald-light); }
.price-card h3 { margin: 0; font-size: 1.15rem; }
.price { margin-top: 18px; display: flex; align-items: flex-start; line-height: .92; }
.price span { margin: 6px 4px 0 0; color: #70868b; font-size: 1rem; font-weight: 800; }
.price strong { font-family: Georgia, serif; font-size: 3.65rem; font-weight: 540; letter-spacing: -.055em; }
.period { margin: 9px 0 0; color: #71858a; font-size: .73rem; font-weight: 700; }
.plan-description { min-height: 50px; margin: 22px 0 0; color: #526c72; font-size: .84rem; }
.price-card ul { margin: 28px 0; padding: 23px 0 0; border-top: 1px solid #e4ebe8; list-style: none; display: grid; gap: 11px; }
.price-card li { display: flex; align-items: flex-start; gap: 8px; color: #304e55; font-size: .82rem; }
.price-card li svg { margin-top: 2px; width: 16px; color: var(--emerald); }
.price-card .button { width: 100%; }
.gift-row { max-width: 900px; margin: 20px auto 0; padding: 16px 21px; border: 1px dashed #b6ccc4; border-radius: 17px; display: flex; align-items: center; justify-content: space-between; gap: 15px; background: rgba(255,255,255,.65); }
.gift-row > span, .gift-row a { display: flex; align-items: center; gap: 8px; }
.gift-row > span { color: #49636a; font-size: .81rem; font-weight: 700; }
.gift-row > span svg { color: var(--gold); }
.gift-row a { color: var(--emerald-dark); font-size: .79rem; font-weight: 800; text-decoration: none; }
.gift-row a svg { width: 15px; }
.pricing-note { max-width: 760px; margin: 18px auto 0; color: #75898e; font-size: .68rem; text-align: center; }

.faq-section { background: white; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 42px 24px 0; list-style: none; color: var(--ink); cursor: pointer; font-size: .94rem; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; right: 7px; top: 50%; width: 13px; height: 1.5px; background: var(--emerald); transition: transform .2s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: -8px 0 23px; padding-right: 40px; color: #597278; font-size: .86rem; }

.closing-section { padding: 0 0 110px; background: white; }
.closing-panel { position: relative; padding: 75px 25px; border-radius: var(--radius-lg); overflow: hidden; color: white; background: linear-gradient(125deg, #075c51, #082731 68%, #382b19); text-align: center; }
.closing-panel > *:not(.closing-orb) { position: relative; z-index: 1; }
.closing-panel > img { margin: 0 auto 25px; border-radius: 17px; box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.closing-panel h2 { max-width: 780px; margin-inline: auto; color: white; }
.closing-panel p { max-width: 600px; margin: 19px auto 27px; color: #c5d9d9; }
.closing-orb { position: absolute; width: 430px; height: 430px; right: -170px; top: -250px; border-radius: 50%; background: rgba(208,155,69,.15); box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }

.site-footer { padding: 75px 0 26px; color: #b9cbd0; background: var(--navy); }
.site-footer .brand { color: white; }
.site-footer .brand small { color: #78969d; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, .7fr); gap: 55px; }
.footer-brand p { max-width: 340px; margin: 20px 0 0; color: #8ba4aa; font-size: .83rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid h3 { margin: 4px 0 8px; color: white; font-size: .73rem; letter-spacing: .09em; text-transform: uppercase; }
.footer-grid a:not(.brand) { color: #97adb2; font-size: .78rem; text-decoration: none; }
.footer-grid a:not(.brand):hover { color: #83d6c2; }
.footer-bottom { margin-top: 64px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; color: #6f8b91; font-size: .66rem; }

@media (max-width: 1020px) {
  .main-nav { display: none; }
  .nav-actions { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr 390px; gap: 30px; }
  .hero h1 { font-size: clamp(3.15rem, 6.5vw, 4.7rem); }
  .phone-shell { width: 275px; height: 550px; }
  .hero-visual { min-height: 540px; }
  .orbit-one { width: 430px; height: 430px; }
  .feature-card { padding: 24px; }
  .wallet-grid { gap: 55px; }
  .wallet-stack, .wallet-pass { width: 350px; height: 220px; }
  .security-panel { grid-template-columns: 68px 1fr; }
  .security-list { grid-column: 2; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 30px), var(--max)); }
  .announcement { justify-content: space-between; font-size: .65rem; }
  .announcement > span svg { display: none; }
  .announcement a { white-space: nowrap; }
  .site-header { height: 68px; }
  .nav-wrap { gap: 12px; }
  .brand img { width: 37px; height: 37px; }
  .nav-actions .button-small, .nav-login { display: none; }
  .menu-button { width: 39px; height: 39px; padding: 0; border: 1px solid #d6e1dd; border-radius: 50%; display: grid; place-items: center; color: var(--ink); background: rgba(255,255,255,.7); cursor: pointer; }
  .menu-button svg { width: 18px; }
  .main-nav.open { position: fixed; inset: 106px 15px auto; z-index: 120; padding: 18px; border: 1px solid var(--line); border-radius: 20px; display: flex; flex-direction: column; align-items: stretch; gap: 3px; background: white; box-shadow: var(--shadow-lg); }
  .main-nav.open a { padding: 11px 10px; border-radius: 10px; }
  .main-nav.open a:hover { background: var(--surface-soft); }
  .hero { padding: 65px 0 80px; }
  .hero-grid { grid-template-columns: 1fr; gap: 52px; }
  .hero-copy { text-align: center; }
  .eyebrow { margin-inline: auto; }
  .hero h1, .hero-description { margin-inline: auto; }
  .hero h1 { font-size: clamp(2.85rem, 12.8vw, 4.4rem); }
  .hero-actions, .hero-note, .trust-row { justify-content: center; }
  .hero-visual { min-height: 570px; }
  .phone-shell { width: 286px; height: 570px; transform: none; }
  .chip-wallet { left: 1%; }
  .chip-updated { right: 1%; }
  .scan-card { right: 2%; }
  .section { padding: 85px 0; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr; gap: 20px; }
  .step-card { display: grid; grid-template-columns: 42px 1fr; column-gap: 15px; padding: 0; }
  .step-line { display: none; }
  .step-number { grid-row: 1 / span 2; }
  .step-card h3 { margin: 0; }
  .wallet-grid { grid-template-columns: 1fr; gap: 40px; }
  .wallet-art { min-height: 390px; }
  .wallet-copy { text-align: center; }
  .check-list { max-width: 520px; margin-inline: auto; text-align: left; }
  .fine-note { text-align: left; }
  .security-panel { padding: 40px 30px; grid-template-columns: 1fr; text-align: center; }
  .security-symbol { margin: auto; }
  .security-list { grid-column: auto; max-width: 400px; margin: auto; grid-template-columns: 1fr 1fr; text-align: left; }
  .faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .faq-heading { position: static; }
  .closing-panel { border-radius: 28px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
  .announcement { gap: 8px; }
  .announcement > span { max-width: 72%; line-height: 1.2; }
  .brand small { display: none; }
  .language-picker summary span { display: none; }
  .hero { min-height: auto; }
  .hero-description { font-size: .98rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-row { gap: 7px 13px; }
  .hero-visual { min-height: 530px; transform: scale(.92); margin: -20px -16px; }
  .phone-shell { width: 270px; height: 545px; }
  .profile-cover { height: 140px; }
  .chip-wallet { left: 0; top: 85px; }
  .chip-updated { right: 0; top: 230px; }
  .scan-card { right: -3px; bottom: 10px; }
  .section-heading.centered { margin-bottom: 38px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .wallet-art { min-height: 330px; transform: scale(.8); margin: -35px -55px; }
  .check-list { grid-template-columns: 1fr; }
  .security-list { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { padding: 28px; }
  .gift-row { flex-direction: column; align-items: flex-start; }
  .faq-list summary { font-size: .88rem; }
  .closing-section { padding-bottom: 75px; }
  .closing-panel { padding: 55px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { gap: 16px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
