@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --bg: #07100c;
  --bg-deep: #040806;
  --surface: #0d1813;
  --surface-2: #122119;
  --surface-3: #17291f;
  --ink: #f3f7f4;
  --muted: #95a59c;
  --muted-2: #687970;
  --line: rgba(191, 225, 205, 0.14);
  --green: #35e08a;
  --green-soft: #9af6c3;
  --amber: #f6b84c;
  --red: #f07c68;
  --shell: min(1180px, calc(100vw - 48px));
  --radius: 28px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  border-radius: 10px;
  background: var(--green);
  color: #07130d;
  padding: 12px 16px;
  font-weight: 700;
  transition: top 0.2s ease;
}

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

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

#experience,
#screens,
#faq,
#download {
  scroll-margin-top: 112px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 16px 24px;
  transition: padding 0.3s ease;
}

.site-header.is-scrolled {
  padding-top: 9px;
}

.nav-shell {
  width: min(1250px, 100%);
  min-height: 64px;
  margin: 0 auto;
  padding: 10px 12px 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(7, 16, 12, 0.72);
  box-shadow: 0 16px 60px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(22px) saturate(135%);
  -webkit-backdrop-filter: blur(22px) saturate(135%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: 0 6px 22px rgba(53, 224, 138, 0.15);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #b3c0b8;
  font-size: 13px;
  font-weight: 600;
}

.desktop-nav a,
.footer-links a {
  transition: color 0.2s ease;
}

.desktop-nav a:hover,
.footer-links a:hover {
  color: var(--green);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-switcher {
  display: flex;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
}

.language-button {
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  padding: 7px 8px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.language-button.is-active {
  background: var(--ink);
  color: #07100c;
}

.nav-cta {
  padding: 11px 17px;
  border-radius: 12px;
  background: var(--green);
  color: #06120c;
  font-size: 12px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-cta:hover,
.primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(53, 224, 138, 0.23);
}

.menu-button,
.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: 1100px;
  overflow: hidden;
  padding: 190px max(24px, calc((100vw - 1180px) / 2)) 120px;
  background:
    radial-gradient(circle at 10% 18%, rgba(53, 224, 138, 0.12), transparent 25%),
    radial-gradient(circle at 84% 65%, rgba(246, 184, 76, 0.07), transparent 22%),
    linear-gradient(180deg, #07100c 0%, #08140e 60%, #07100c 100%);
}

.hero::after {
  position: absolute;
  right: -15%;
  bottom: -15%;
  width: 70%;
  height: 70%;
  border: 1px solid rgba(53, 224, 138, 0.08);
  border-radius: 50%;
  content: "";
}

.grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(110px);
  pointer-events: none;
}

.hero-glow-one {
  top: 12%;
  right: 12%;
  width: 420px;
  height: 420px;
  background: rgba(53, 224, 138, 0.16);
}

.hero-glow-two {
  left: 18%;
  bottom: 6%;
  width: 260px;
  height: 260px;
  background: rgba(73, 200, 190, 0.08);
}

.hero-copy {
  position: relative;
  z-index: 5;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  width: max-content;
  max-width: 100%;
  margin: 0 auto 28px;
  padding: 9px 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(53, 224, 138, 0.24);
  border-radius: 999px;
  background: rgba(53, 224, 138, 0.06);
  color: var(--green-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(53, 224, 138, 0.1);
}

.hero h1,
.statement h2,
.screens-heading h2,
.privacy-copy h2,
.report-copy h2,
.faq-heading h2,
.download-inner h2,
.legal-hero h1 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: -0.065em;
}

.hero h1 {
  font-size: clamp(58px, 8.1vw, 112px);
  line-height: 0.91;
}

.hero h1 span,
.hero h1 em {
  display: block;
}

.hero h1 em {
  color: var(--green);
  font-style: normal;
}

.hero-lead {
  max-width: 680px;
  margin: 32px auto 0;
  color: #a8b8ae;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.65;
}

.hero-actions {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.primary-button,
.secondary-button {
  min-height: 56px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.primary-button {
  background: var(--green);
  color: #06120c;
}

.primary-button svg,
.text-link svg {
  width: 20px;
  height: 20px;
}

.secondary-button {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
  color: #d7e0da;
}

.secondary-button:hover {
  border-color: rgba(53, 224, 138, 0.38);
}

.hero-proof {
  margin-top: 42px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.hero-proof div {
  min-width: 145px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  border-right: 1px solid var(--line);
}

.hero-proof div:last-child {
  border-right: 0;
}

.hero-proof strong {
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 18px;
}

.hero-proof span {
  color: var(--muted);
  font-size: 11px;
}

.hero-stage {
  position: relative;
  z-index: 4;
  width: min(100%, 1040px);
  height: 570px;
  margin: 80px auto -30px;
  perspective: 1300px;
}

.photo-panel {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 750px;
  height: 420px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 38px;
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.5);
  transform: translateX(-50%);
}

.photo-panel::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 9, 6, 0.75), transparent 42%, rgba(3, 9, 6, 0.55));
  content: "";
}

.photo-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
}

.photo-caption {
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 2;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 99px;
  background: rgba(4, 10, 7, 0.62);
  color: #dce7e0;
  backdrop-filter: blur(12px);
  font-size: 11px;
  font-weight: 600;
}

.device {
  position: relative;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 42px;
  background: linear-gradient(145deg, #26332c, #080d0a 38%, #18231d);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.55), inset 0 0 0 2px rgba(255, 255, 255, 0.035);
}

.device::after {
  position: absolute;
  inset: 3px;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 39px;
  pointer-events: none;
  content: "";
}

.device-bar {
  position: absolute;
  top: 15px;
  left: 50%;
  z-index: 5;
  width: 72px;
  height: 20px;
  border-radius: 99px;
  background: #020403;
  transform: translateX(-50%);
}

.device-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 34px;
  background: #080c0a;
}

.device-screen iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 390px;
  height: 844px;
  border: 0;
  pointer-events: none;
  transform-origin: left top;
}

.device-screen > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.device-hero {
  position: absolute;
  z-index: 3;
  width: 226px;
  height: 486px;
}

.device-hero .device-screen iframe {
  transform: scale(0.538);
}

.device-center {
  left: 50%;
  bottom: 14px;
  z-index: 5;
  width: 244px;
  height: 525px;
  transform: translateX(-50%);
}

.device-center .device-screen iframe {
  transform: scale(0.584);
}

.device-left {
  left: 13%;
  bottom: 8px;
  transform: rotateY(9deg) rotateZ(-7deg);
}

.device-right {
  right: 13%;
  bottom: 8px;
  transform: rotateY(-9deg) rotateZ(7deg);
}

.floating-chip {
  position: absolute;
  z-index: 8;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(10, 21, 15, 0.78);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px);
  font-size: 11px;
}

.floating-chip span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(53, 224, 138, 0.12);
}

.chip-one {
  top: 122px;
  right: 7%;
}

.chip-two {
  left: 4%;
  bottom: 110px;
}

.chip-two span {
  background: var(--amber);
  box-shadow: 0 0 0 5px rgba(246, 184, 76, 0.12);
}

.signal-strip {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: #09130e;
}

.signal-track {
  width: max-content;
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 26px;
  animation: marquee 28s linear infinite;
}

.signal-track span {
  color: #9caea3;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.signal-track i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.statement {
  padding-block: 170px 130px;
}

.section-kicker {
  margin: 0 0 22px;
  color: var(--green);
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.statement h2 {
  max-width: 1080px;
  color: #dce5df;
  font-size: clamp(40px, 6vw, 80px);
  line-height: 1.04;
}

.feature-grid {
  padding-bottom: 150px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 80% 10%, rgba(53, 224, 138, 0.08), transparent 30%),
    var(--surface);
}

.feature-card-large {
  min-height: 650px;
  grid-column: 1 / -1;
}

.feature-number {
  position: absolute;
  top: 30px;
  right: 32px;
  color: #52635a;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.feature-copy {
  position: relative;
  z-index: 2;
  max-width: 610px;
}

.feature-tag {
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.feature-copy h3 {
  margin: 14px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.feature-copy p {
  max-width: 540px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.metric-orbit {
  position: absolute;
  top: 50%;
  right: 12%;
  width: 340px;
  height: 340px;
  transform: translateY(-54%);
}

.orbit-ring,
.orbit-ring::before,
.orbit-ring::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(53, 224, 138, 0.17);
  border-radius: 50%;
  content: "";
}

.orbit-ring::before { inset: 38px; }
.orbit-ring::after { inset: 76px; border-color: rgba(53, 224, 138, 0.32); }

.orbit-center {
  position: absolute;
  inset: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  background: rgba(53, 224, 138, 0.1);
  box-shadow: 0 0 70px rgba(53, 224, 138, 0.14);
}

.orbit-center small {
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.orbit-center strong {
  margin-top: 5px;
  font-family: "Manrope", sans-serif;
  font-size: 27px;
}

.orbit-label {
  position: absolute;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(13, 24, 19, 0.92);
  font-size: 13px;
  font-weight: 800;
}

.orbit-label i {
  margin-top: 2px;
  color: var(--muted);
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
}

.orbit-label-one { top: 20px; left: -12px; }
.orbit-label-two { right: -35px; top: 115px; color: var(--amber); }
.orbit-label-three { left: 5px; bottom: 18px; color: var(--red); }

.mini-chart {
  position: absolute;
  top: 68px;
  left: 40px;
  right: 40px;
  height: 190px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  border-bottom: 1px solid var(--line);
}

.mini-chart::before,
.mini-chart::after {
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.07);
  content: "";
}

.mini-chart::before { top: 33%; }
.mini-chart::after { top: 66%; }

.mini-chart span {
  z-index: 1;
  width: 100%;
  height: var(--h);
  border-radius: 6px 6px 1px 1px;
  background: linear-gradient(180deg, var(--green), rgba(53, 224, 138, 0.25));
}

.expense-stack {
  position: absolute;
  top: 80px;
  left: 40px;
  right: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.expense-stack span {
  padding: 15px;
  display: grid;
  grid-template-columns: 10px 1fr auto;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
}

.expense-stack b {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--amber);
}

.expense-stack i {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.expense-stack strong {
  font-family: "Manrope", sans-serif;
  font-size: 13px;
}

.company-showcase {
  min-height: 760px;
  margin-top: 40px;
  margin-bottom: 140px;
  padding: 70px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: 70px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 40px;
  background:
    radial-gradient(circle at 78% 28%, rgba(53, 224, 138, .15), transparent 34%),
    linear-gradient(145deg, #0b1711, #08100c);
}

.company-showcase-copy h2 {
  margin: 18px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(42px, 5vw, 66px);
  letter-spacing: -.055em;
  line-height: 1.02;
}

.company-showcase-copy > p:not(.section-kicker) {
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.company-benefits {
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
}

.company-benefits li {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 11px;
  color: #d7e2db;
  font-size: 13px;
}

.company-benefits span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(53, 224, 138, .12);
  color: var(--green);
}

.company-showcase-visual {
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  perspective: 1200px;
}

.company-phone {
  position: relative;
  width: 260px;
  height: 565px;
  margin: 0;
  overflow: hidden;
  border: 8px solid #020604;
  border-radius: 38px;
  background: #07100c;
  box-shadow: 0 38px 75px rgba(0, 0, 0, .48);
}

.company-phone img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.company-phone figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  background: rgba(7, 16, 12, .88);
  color: #dce7e0;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  backdrop-filter: blur(12px);
}

.company-phone-add { transform: rotate(-4deg) translateY(22px); }
.company-phone-analysis { transform: rotate(4deg) translateY(-22px); }

.screens-section {
  overflow: hidden;
  padding-block: 140px 120px;
  background: #e8eee9;
  color: #07100c;
}

.screens-heading {
  display: grid;
  grid-template-columns: 1fr 280px;
  align-items: end;
  gap: 60px;
}

.screens-heading .section-kicker {
  color: #168451;
}

.screens-heading h2 {
  max-width: 810px;
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1.04;
}

.screens-heading > p {
  margin: 0 0 8px;
  color: #536159;
  font-size: 14px;
  line-height: 1.6;
}

.screen-rail {
  margin-top: 74px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  display: flex;
  gap: 22px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.screen-rail::-webkit-scrollbar { display: none; }

.screen-card {
  flex: 0 0 316px;
  scroll-snap-align: start;
}

.screen-card-last {
  margin-right: max(24px, calc((100vw - 1180px) / 2));
}

.screen-meta {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.screen-meta span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(7, 16, 12, 0.15);
  border-radius: 50%;
  color: #617067;
  font-size: 9px;
  font-weight: 800;
}

.screen-meta h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  letter-spacing: -0.03em;
}

.device-gallery {
  width: 316px;
  height: 680px;
  border-radius: 48px;
}

.device-gallery::after { border-radius: 45px; }
.device-gallery .device-screen { border-radius: 40px; }
.device-gallery .device-screen iframe { transform: scale(0.769); }

.rail-controls {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
  gap: 18px;
}

.rail-controls button {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(7, 16, 12, 0.18);
  border-radius: 50%;
  background: transparent;
  color: #07100c;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.rail-controls button:hover {
  background: #07100c;
  color: var(--green);
}

.rail-controls svg { width: 21px; height: 21px; }

.rail-progress {
  height: 2px;
  overflow: hidden;
  background: rgba(7, 16, 12, 0.15);
}

.rail-progress span {
  display: block;
  width: 16%;
  height: 100%;
  background: #168451;
  transition: width 0.2s ease;
}

.privacy-section {
  min-height: 860px;
  padding-block: 150px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 90px;
}

.privacy-visual {
  min-height: 530px;
  display: grid;
  place-items: center;
}

.vault {
  position: relative;
  width: min(420px, 85vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.vault > img {
  position: relative;
  z-index: 4;
  width: 118px;
  height: 118px;
  border-radius: 31px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45), 0 0 80px rgba(53, 224, 138, 0.16);
}

.vault-glow {
  position: absolute;
  inset: 20%;
  border-radius: 50%;
  background: rgba(53, 224, 138, 0.16);
  filter: blur(55px);
}

.vault-ring {
  position: absolute;
  border: 1px solid rgba(53, 224, 138, 0.2);
  border-radius: 50%;
}

.vault-ring-one { inset: 12%; animation: spin 22s linear infinite; }
.vault-ring-two { inset: 27%; border-style: dashed; animation: spin 16s linear infinite reverse; }

.vault-ring-one::before,
.vault-ring-two::before {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 25px var(--green);
  content: "";
}

@keyframes spin { to { transform: rotate(360deg); } }

.data-pill {
  position: absolute;
  z-index: 5;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 99px;
  background: rgba(13, 24, 19, 0.88);
  color: var(--green-soft);
  font-family: monospace;
  font-size: 10px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.data-pill-one { top: 12%; left: 5%; }
.data-pill-two { top: 25%; right: -1%; }
.data-pill-three { bottom: 11%; left: 21%; }

.privacy-copy h2,
.report-copy h2,
.faq-heading h2,
.download-inner h2 {
  font-size: clamp(42px, 5.2vw, 68px);
  line-height: 1.02;
}

.privacy-copy > p:not(.section-kicker),
.report-copy > p:not(.section-kicker) {
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.privacy-list {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.privacy-list li {
  padding: 17px 0;
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.privacy-list span {
  color: var(--green);
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  font-weight: 800;
}

.privacy-list b {
  font-size: 13px;
  font-weight: 600;
}

.text-link {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.report-section {
  min-height: 780px;
  padding: 80px;
  display: grid;
  grid-template-columns: 1fr 430px;
  align-items: center;
  gap: 90px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 40px;
  background:
    radial-gradient(circle at 90% 30%, rgba(53, 224, 138, 0.13), transparent 30%),
    var(--surface);
}

.premium-note {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #cbd8d0;
  font-size: 12px;
}

.premium-note span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 5px rgba(246, 184, 76, 0.1);
}

.report-preview {
  position: relative;
  width: 330px;
  margin: 0 auto;
}

.report-preview-frame {
  width: 100%;
  height: 716px;
  overflow: hidden;
  border: 9px solid #030705;
  border-radius: 38px;
  background: #07100c;
  box-shadow: 0 45px 90px rgba(0, 0, 0, .48), 0 0 70px rgba(53, 224, 138, .12);
}

.report-preview-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.report-preview figcaption {
  position: absolute;
  right: -28px;
  bottom: 26px;
  padding: 13px 16px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: rgba(13, 24, 19, .92);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .35);
  backdrop-filter: blur(14px);
}

.report-preview figcaption span {
  color: var(--green);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}

.report-preview figcaption b { font-size: 11px; }

.paper {
  position: relative;
  min-height: 540px;
  padding: 36px;
  border-radius: 6px;
  background: #f2f5f2;
  color: #0d1813;
  box-shadow: 0 45px 90px rgba(0, 0, 0, 0.4);
  transform: rotate(3deg);
}

.paper::before {
  position: absolute;
  top: 12px;
  right: -13px;
  bottom: -12px;
  left: 12px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: #dfe6e1;
  content: "";
}

.paper-head {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 10px;
}

.paper-head img { width: 32px; height: 32px; border-radius: 9px; }
.paper-head span { font-family: "Manrope", sans-serif; font-size: 11px; font-weight: 800; }
.paper-head small { color: #68776e; font-size: 8px; font-weight: 800; letter-spacing: 0.12em; }

.paper h3 {
  margin: 52px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: 26px;
  letter-spacing: -0.05em;
}

.paper-metrics {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.paper-metrics div { padding: 16px; border: 1px solid #d7ded9; border-radius: 10px; }
.paper-metrics span { display: block; color: #75837a; font-size: 7px; font-weight: 800; letter-spacing: 0.13em; }
.paper-metrics b { display: block; margin-top: 8px; font-family: "Manrope", sans-serif; font-size: 20px; }

.paper-bars {
  height: 140px;
  margin-top: 34px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  border-bottom: 1px solid #cbd4ce;
}

.paper-bars i {
  width: 100%;
  height: var(--w);
  border-radius: 4px 4px 0 0;
  background: #22b36d;
}

.paper-footer {
  position: absolute;
  right: 36px;
  bottom: 28px;
  left: 36px;
  display: flex;
  justify-content: space-between;
  color: #75837a;
  font-size: 8px;
}

.faq-section {
  padding-block: 180px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
}

.faq-heading {
  position: sticky;
  top: 140px;
  align-self: start;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr 24px;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary i,
.faq-list summary i::after {
  width: 16px;
  height: 1px;
  display: block;
  background: var(--green);
  content: "";
  transition: transform 0.2s ease;
}

.faq-list summary i::after { transform: rotate(90deg); }
.faq-list details[open] summary i::after { transform: rotate(0); }

.faq-list details p {
  max-width: 600px;
  margin: -7px 0 28px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.download-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(7, 16, 12, 0), #05100a),
    radial-gradient(circle at 50% 100%, rgba(53, 224, 138, 0.18), transparent 45%);
}

.download-glow {
  position: absolute;
  left: 50%;
  bottom: -500px;
  width: 850px;
  height: 850px;
  border: 1px solid rgba(53, 224, 138, 0.12);
  border-radius: 50%;
  transform: translateX(-50%);
}

.download-glow::before,
.download-glow::after {
  position: absolute;
  border: 1px solid rgba(53, 224, 138, 0.09);
  border-radius: 50%;
  content: "";
}

.download-glow::before { inset: 90px; }
.download-glow::after { inset: 180px; }

.download-inner {
  position: relative;
  z-index: 2;
  padding-block: 150px 170px;
  text-align: center;
}

.download-inner > img {
  margin: 0 auto 28px;
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45), 0 0 70px rgba(53, 224, 138, 0.15);
}

.download-inner h2 {
  max-width: 920px;
  margin-inline: auto;
}

.download-inner > p:not(.section-kicker) {
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.store-row {
  margin-top: 38px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.store-badge {
  min-width: 190px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.04);
  text-align: left;
}

a.store-badge { border-color: rgba(53, 224, 138, 0.45); color: var(--ink); transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease; }
a.store-badge:hover,
a.store-badge:focus-visible { border-color: var(--green); background: rgba(53, 224, 138, 0.1); transform: translateY(-2px); }

.store-badge svg { width: 28px; height: 28px; fill: currentColor; stroke: none; }
.store-badge span { display: flex; flex-direction: column; }
.store-badge small { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: 0.1em; }
.store-badge b { margin-top: 2px; font-family: "Manrope", sans-serif; font-size: 16px; }

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--bg-deep);
}

.footer-main {
  padding-block: 70px;
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand img { width: 54px; height: 54px; border-radius: 15px; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand b { font-family: "Manrope", sans-serif; font-size: 17px; }
.footer-brand span { margin-top: 4px; color: var(--muted); font-size: 12px; }

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 170px);
  gap: 40px;
}

.footer-links div { display: flex; flex-direction: column; gap: 12px; }
.footer-links b { margin-bottom: 4px; color: #dce6df; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }
.footer-links a { color: var(--muted); font-size: 12px; }

.footer-bottom {
  padding-block: 20px 28px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  color: var(--muted-2);
  font-size: 10px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Legal and support pages */
.legal-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 75% 0%, rgba(53, 224, 138, 0.1), transparent 28%),
    var(--bg);
}

.legal-header {
  position: relative;
  padding-top: 16px;
}

.legal-header .nav-shell {
  width: var(--shell);
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.back-link svg { width: 17px; height: 17px; }

.legal-hero {
  width: min(850px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 120px 0 70px;
}

.legal-hero h1 {
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.98;
}

.legal-hero > p:not(.section-kicker) {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.legal-meta {
  margin-top: 28px;
  color: var(--muted-2);
  font-size: 11px;
}

.legal-content {
  width: min(850px, calc(100vw - 48px));
  margin: 0 auto;
  padding-bottom: 140px;
}

.legal-section {
  padding: 40px 0;
  border-top: 1px solid var(--line);
}

.legal-section h2 {
  margin: 0 0 16px;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  letter-spacing: -0.035em;
}

.legal-section p,
.legal-section li {
  color: #9fb0a6;
  font-size: 14px;
  line-height: 1.8;
}

.legal-section ul {
  margin: 16px 0 0;
  padding-left: 20px;
}

.legal-section a {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.support-card {
  min-height: 210px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
}

.support-card span {
  color: var(--green);
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.support-card h2 {
  margin: 40px 0 8px;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.support-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.support-card a {
  margin-top: 22px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .hero { min-height: 1040px; }
  .device-left { left: 5%; }
  .device-right { right: 5%; }
  .feature-card-large { min-height: 760px; }
  .feature-card-large .feature-copy { max-width: 560px; }
  .metric-orbit { top: 36%; right: 10%; }
  .company-showcase { padding: 55px; grid-template-columns: .8fr 1.2fr; gap: 35px; }
  .company-phone { width: 220px; height: 478px; }
  .company-showcase-visual { min-height: 540px; }
  .report-section { padding: 60px; grid-template-columns: 1fr 360px; gap: 50px; }
}

@media (max-width: 820px) {
  :root { --shell: min(680px, calc(100% - 34px)); --radius: 23px; }
  .site-header { padding: 10px; }
  .nav-shell { min-height: 60px; border-radius: 18px; }
  .brand img { width: 38px; height: 38px; }
  .brand span { font-size: 14px; }
  .nav-cta { display: none; }
  .menu-button {
    width: 38px;
    height: 38px;
    padding: 0;
    display: grid;
    place-content: center;
    gap: 6px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: rgba(255,255,255,.03);
    color: var(--ink);
  }
  .menu-button span { width: 16px; height: 1px; display: block; background: currentColor; transition: transform .2s ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav {
    width: calc(100% - 20px);
    margin: 8px auto 0;
    padding: 16px;
    flex-direction: column;
    gap: 4px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(7,16,12,.96);
    box-shadow: 0 25px 60px rgba(0,0,0,.45);
  }
  .mobile-nav.is-open { display: flex; }
  .mobile-nav a { padding: 13px 10px; color: #cbd6cf; font-size: 14px; font-weight: 700; }
  .hero { min-height: 1110px; padding: 145px 17px 80px; }
  .hero h1 { font-size: clamp(49px, 14vw, 76px); }
  .hero-lead { font-size: 16px; }
  .hero-proof div { min-width: 0; padding: 0 14px; }
  .hero-proof strong { font-size: 15px; }
  .hero-proof span { font-size: 9px; }
  .hero-stage { height: 545px; margin-top: 58px; }
  .photo-panel { width: 95%; height: 350px; }
  .device-left, .device-right { display: none; }
  .device-center { bottom: 8px; width: 242px; }
  .chip-one { top: 85px; right: 1%; }
  .chip-two { left: 0; bottom: 100px; }
  .statement { padding-block: 115px 85px; }
  .feature-grid { grid-template-columns: 1fr; padding-bottom: 100px; }
  .feature-card-large { min-height: 760px; grid-column: auto; }
  .metric-orbit { top: 36%; right: 50%; width: 300px; height: 300px; transform: translate(50%, -50%); }
  .feature-card { min-height: 500px; padding: 28px; }
  .mini-chart, .expense-stack { left: 28px; right: 28px; }
  .company-showcase { min-height: 0; margin-bottom: 100px; padding: 55px 32px; grid-template-columns: minmax(0, 1fr); }
  .company-showcase-copy, .company-showcase-visual { min-width: 0; }
  .company-showcase-copy h2 { font-size: 44px; }
  .company-showcase-visual { min-height: 540px; }
  .screens-section { padding-block: 100px 80px; }
  .screens-heading { grid-template-columns: 1fr; gap: 20px; }
  .screens-heading > p { max-width: 450px; }
  .screen-rail { margin-top: 50px; padding-inline: 17px; }
  .screen-card-last { margin-right: 17px; }
  .privacy-section { padding-block: 100px; grid-template-columns: 1fr; gap: 30px; }
  .privacy-visual { min-height: 400px; order: 2; }
  .report-section { width: var(--shell); min-height: 0; padding: 60px 32px; grid-template-columns: 1fr; }
  .report-preview { width: min(330px, 100%); }
  .paper { width: min(400px, 100%); margin: 0 auto; }
  .faq-section { padding-block: 120px; grid-template-columns: 1fr; gap: 50px; }
  .faq-heading { position: static; }
  .footer-main { flex-direction: column; }
}

@media (max-width: 560px) {
  .language-button { padding-inline: 6px; }
  .hero-actions { flex-direction: column; }
  .primary-button, .secondary-button { width: 100%; }
  .hero-proof { margin-top: 34px; }
  .hero-proof div { padding: 0 10px; }
  .hero-stage { margin-top: 48px; }
  .floating-chip { padding: 9px 10px; font-size: 9px; }
  .statement h2, .screens-heading h2, .privacy-copy h2, .report-copy h2, .faq-heading h2, .download-inner h2 { font-size: 39px; }
  .feature-card-large { min-height: 720px; }
  .feature-copy h3 { font-size: 30px; }
  .company-showcase { padding: 42px 20px; }
  .company-showcase-copy h2 { font-size: 38px; }
  .company-showcase-visual { min-height: 460px; gap: 8px; }
  .company-phone { width: min(170px, calc(50% - 4px)); height: auto; aspect-ratio: 170 / 370; flex-shrink: 0; border-width: 5px; border-radius: 28px; }
  .company-phone figcaption { right: 8px; bottom: 8px; left: 8px; padding: 8px; font-size: 8px; }
  .metric-orbit { width: 270px; height: 270px; }
  .orbit-center { inset: 82px; }
  .screen-card { flex-basis: 292px; }
  .device-gallery { width: 292px; height: 628px; }
  .device-gallery .device-screen iframe { transform: scale(.707); }
  .rail-controls { grid-template-columns: 42px 1fr 42px; }
  .rail-controls button { width: 42px; height: 42px; }
  .privacy-visual { min-height: 350px; }
  .data-pill-two { right: 2%; }
  .report-section { padding-inline: 23px; }
  .report-preview-frame { height: auto; aspect-ratio: 1320 / 2868; }
  .report-preview figcaption { right: 8px; bottom: 14px; }
  .paper { min-height: 500px; padding: 25px; }
  .paper-footer { right: 25px; left: 25px; }
  .store-row { flex-direction: column; align-items: center; }
  .store-badge { width: 220px; }
  .footer-links { width: 100%; grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .legal-hero { padding-top: 90px; }
  .support-grid { grid-template-columns: 1fr; }
}

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