:root {
  --bg: #06110e;
  --surface: #0b211b;
  --surface-soft: rgba(18, 47, 39, 0.62);
  --accent: #20d48a;
  --accent-soft: #67e5ae;
  --text: #f3f2ec;
  --muted: #96a59f;
  --line: rgba(148, 182, 168, 0.14);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 80% 18%, rgba(32, 212, 138, .07), transparent 31rem),
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px),
    var(--bg);
  background-size: auto, 152px 152px, 152px 152px, auto;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.site-header, footer {
  width: min(100%, var(--max));
  margin: auto;
  padding: 28px 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header { border-bottom: 1px solid var(--line); }
.site-header.compact { padding-block: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 28px; font-weight: 760; }
.brand-mark { width: 31px; height: 30px; position: relative; display: inline-block; }
.brand-mark i { position: absolute; bottom: 0; width: 11px; height: 29px; background: linear-gradient(180deg, #7af0bf, var(--accent)); transform: skew(-25deg); }
.brand-mark i:first-child { left: 5px; }
.brand-mark i:last-child { left: 17px; height: 21px; transform: skew(25deg); }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 52px); }
nav a, .language-toggle { font: inherit; color: var(--text); text-decoration: none; background: none; border: 0; cursor: pointer; font-size: 15px; }
nav a:hover, .language-toggle { color: var(--accent-soft); }
.language-toggle { padding: 8px 0; }

.hero {
  min-height: 790px;
  width: min(100%, var(--max));
  margin: auto;
  padding: clamp(80px, 10vw, 145px) 5vw 100px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 58px;
  align-items: center;
  overflow: hidden;
}
.eyebrow { color: var(--accent-soft); font-size: 13px; font-weight: 720; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin: 20px 0 30px; font-size: clamp(55px, 6.2vw, 92px); line-height: .98; letter-spacing: -.055em; font-weight: 760; }
.hero h1 span, .hero h1 strong { display: block; }
.hero h1 strong { color: var(--accent-soft); }
.lead { max-width: 590px; color: var(--muted); font-size: clamp(19px, 1.7vw, 24px); line-height: 1.55; }
.store-button, .primary-button {
  margin-top: 38px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 66px;
  padding: 0 26px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent), #45df98);
  color: #04110c;
  font-weight: 760;
  text-decoration: none;
  box-shadow: 0 18px 48px rgba(32,212,138,.18);
  transition: transform .2s ease, box-shadow .2s ease;
}
.store-button:hover, .primary-button:hover { transform: translateY(-2px); box-shadow: 0 22px 54px rgba(32,212,138,.25); }
.apple-glyph { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid rgba(4,17,12,.5); border-radius: 7px; font-size: 7px; }

.product-visual { min-height: 540px; position: relative; perspective: 1000px; }
.orbit { position: absolute; border: 1px solid rgba(88, 170, 138, .14); border-radius: 50%; width: 650px; height: 650px; left: 2%; top: -10%; }
.orbit-two { width: 470px; height: 470px; left: 18%; top: 7%; }
.glass-card {
  position: absolute;
  padding: 25px;
  border: 1px solid rgba(178, 224, 205, .25);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(21, 47, 40, .88), rgba(7, 26, 21, .78));
  box-shadow: 0 25px 80px rgba(0,0,0,.32);
  backdrop-filter: blur(18px);
  transition: transform .25s ease, border-color .25s ease;
}
.glass-card:hover { border-color: rgba(75, 227, 161, .58); }
.glass-card small { display: block; color: var(--muted); margin-top: 12px; }
.glass-card b { display: block; margin: 8px 0 22px; font-size: 27px; }
.balance-card { width: 315px; left: 6%; top: 6%; transform: rotate(3deg); }
.balance-card:hover { transform: rotate(1deg) translateY(-4px); }
.bar-label { margin-top: 15px; display: flex; justify-content: space-between; color: var(--muted); font-size: 13px; }
.bar-label em { color: var(--text); font-style: normal; }
.progress { height: 8px; margin-top: 8px; background: rgba(140,174,161,.14); border-radius: 99px; overflow: hidden; }
.progress i { display: block; height: 100%; background: var(--accent); border-radius: inherit; }
.progress.muted i { background: #9da9a4; }
.chart-card { width: 385px; right: -2%; top: 16%; transform: rotate(4deg); }
.chart-card:hover { transform: rotate(2deg) translateY(-4px); }
.card-heading { display: flex; justify-content: space-between; align-items: center; font-weight: 720; }
.card-heading small { margin: 0; padding: 6px 9px; border: 1px solid var(--line); border-radius: 7px; font-size: 11px; }
.chart { height: 155px; margin-top: 28px; display: flex; align-items: end; gap: 15px; border-bottom: 1px solid var(--line); }
.chart span { flex: 1; min-height: 20%; background: linear-gradient(180deg, var(--accent), rgba(32,212,138,.15)); border-radius: 6px 6px 0 0; animation: rise .8s ease both; }
.chart span:nth-child(2) { animation-delay: .05s; }.chart span:nth-child(3) { animation-delay: .1s; }.chart span:nth-child(4) { animation-delay: .15s; }.chart span:nth-child(5) { animation-delay: .2s; }.chart span:nth-child(6) { animation-delay: .25s; }
.goal-card { width: 390px; left: 18%; bottom: 3%; display: flex; justify-content: space-between; align-items: center; transform: rotate(-2deg); }
.goal-card:hover { transform: rotate(0) translateY(-4px); }
.goal-card b { color: var(--accent-soft); font-size: 21px; margin-bottom: 0; }
.goal-card b em { color: var(--muted); font-size: 12px; font-style: normal; font-weight: 500; }
.ring { width: 83px; height: 83px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--accent) 65%, rgba(116,153,139,.18) 0); }
.ring::before { content:""; width: 63px; height: 63px; position: absolute; border-radius: 50%; background: #0c211b; }
.ring span { position: relative; z-index: 1; font-weight: 760; }

.features, .privacy-callout { width: min(100% - 10vw, calc(var(--max) - 10vw)); margin: 0 auto 120px; }
.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading h2, .privacy-callout h2 { font-size: clamp(38px, 4.4vw, 66px); line-height: 1.05; letter-spacing: -.045em; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-grid article { min-height: 265px; padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: rgba(9, 27, 22, .78); }
.feature-grid article > span { color: var(--accent); font-size: 13px; }
.feature-grid h3 { margin: 70px 0 15px; font-size: 24px; }
.feature-grid p { color: var(--muted); line-height: 1.7; }
.privacy-callout { padding: clamp(40px, 6vw, 85px); border: 1px solid rgba(77,205,150,.2); border-radius: 24px; background: radial-gradient(circle at 100% 0, rgba(32,212,138,.13), transparent 35%), var(--surface-soft); }
.privacy-callout h2 { max-width: 960px; margin-bottom: 36px; }
.text-link { color: var(--accent-soft); text-decoration: none; font-weight: 700; }

.legal-shell, .support-shell { width: min(100% - 10vw, 980px); margin: auto; padding: 100px 0 130px; }
.legal-title { padding-bottom: 55px; margin-bottom: 55px; border-bottom: 1px solid var(--line); }
.legal-title h1, .support-hero h1 { font-size: clamp(50px, 7vw, 86px); letter-spacing: -.055em; margin: 18px 0 25px; line-height: 1; }
.legal-title > p:last-child, .support-hero > p:last-of-type { color: var(--muted); font-size: 20px; line-height: 1.6; max-width: 760px; }
.legal-document h2 { margin: 46px 0 14px; font-size: 25px; }
.legal-document p { color: #b7c2bd; font-size: 17px; line-height: 1.8; }
.legal-document a { color: var(--accent-soft); }
.support-hero { padding-bottom: 75px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.faq-grid article { padding: 28px; background: rgba(10,31,25,.8); border: 1px solid var(--line); border-radius: 16px; }
.faq-grid h2 { font-size: 21px; }
.faq-grid p { color: var(--muted); line-height: 1.7; }
footer { border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
footer > a { text-decoration: none; color: var(--text); }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: var(--muted); text-decoration: none; }

@keyframes rise { from { transform: scaleY(.15); transform-origin: bottom; opacity: .25; } }
@media (max-width: 900px) {
  .site-header { align-items: flex-start; }
  nav { gap: 16px; flex-wrap: wrap; justify-content: flex-end; }
  nav a:first-child { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 75px; }
  .product-visual { min-height: 520px; transform: scale(.9); transform-origin: top left; width: 111%; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: auto; }
  .feature-grid h3 { margin-top: 35px; }
}
@media (max-width: 600px) {
  .site-header, footer { padding-inline: 22px; }
  .brand { font-size: 23px; }
  .site-header nav a { display: none; }
  .hero { padding: 65px 22px 40px; min-height: 0; }
  .hero h1 { font-size: 52px; }
  .lead { font-size: 18px; }
  .store-button { width: 100%; justify-content: center; font-size: 14px; }
  .product-visual { min-height: 455px; transform: none; width: 100%; }
  .balance-card { width: 250px; left: 0; }
  .chart-card { width: 270px; right: -35px; top: 25%; }
  .goal-card { width: 285px; left: 3%; bottom: 0; }
  .features, .privacy-callout { width: calc(100% - 44px); margin-bottom: 80px; }
  .privacy-callout { padding: 30px 24px; }
  .section-heading h2, .privacy-callout h2 { font-size: 38px; }
  .legal-shell, .support-shell { width: calc(100% - 44px); padding-block: 70px 95px; }
  .legal-title h1, .support-hero h1 { font-size: 49px; }
  .faq-grid { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; gap: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
