:root {
  --ink: #171918;
  --muted: #616762;
  --paper: #f5f6f2;
  --white: #fff;
  --line: rgba(24, 44, 35, 0.11);
  --green: #137a57;
  --green-bright: #1a9268;
  --green-deep: #123a2f;
  --night: #091e18;
  --mint: #e4f1ea;
  --shadow: 0 40px 100px rgba(14, 41, 31, 0.15);
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  color-scheme: light;
  font-family: var(--sans);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html {
  overflow-x: clip;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
body, button, a { font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.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; }

.page-glow {
  --glow-x: 50vw;
  --glow-y: 20vh;
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(500px circle at var(--glow-x) var(--glow-y), rgba(43, 151, 110, 0.09), transparent 72%);
}

.section { width: min(1220px, calc(100% - 42px)); margin: 0 auto; }
.site-header {
  position: fixed;
  z-index: 50;
  top: 16px;
  left: 50%;
  width: min(1180px, calc(100% - 34px));
  min-height: 68px;
  padding: 10px 12px 10px 18px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 22px;
  transform: translateX(-50%);
  transition: 220ms ease;
}
.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(255,255,255,.82);
  box-shadow: 0 16px 50px rgba(16,42,32,.1);
  backdrop-filter: blur(24px) saturate(150%);
}
.brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; font-size: 17px; font-weight: 800; letter-spacing: -.035em; }
.brand img { width: 42px; height: 42px; border-radius: 12px; box-shadow: 0 8px 18px rgba(18,50,38,.14); }
.desktop-nav { display: flex; gap: 30px; color: #515852; font-size: 14px; font-weight: 650; }
.desktop-nav a, .text-button { transition: color 160ms ease; }
.desktop-nav a:hover, .text-button:hover { color: var(--green); }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 16px; }
.text-button { font-size: 14px; font-weight: 750; }

.button {
  min-height: 50px;
  padding: 0 23px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--green);
  border-radius: 15px;
  color: #fff;
  background: var(--green);
  box-shadow: 0 13px 30px rgba(19,122,87,.18);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.012em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); background: var(--green-bright); box-shadow: 0 18px 38px rgba(19,122,87,.24); }
.button-small { min-height: 44px; padding: 0 18px; border-radius: 13px; font-size: 14px; }
.button-large { min-height: 59px; padding: 0 29px; border-radius: 17px; font-size: 16px; }
.button-secondary { color: var(--ink); border-color: rgba(23,25,24,.13); background: rgba(255,255,255,.72); box-shadow: none; backdrop-filter: blur(16px); }
.button-secondary:hover { color: var(--green); background: #fff; box-shadow: 0 14px 35px rgba(18,45,35,.1); }
.button-light { color: var(--green-deep); border-color: #fff; background: #fff; box-shadow: 0 18px 38px rgba(0,0,0,.2); }
.button-light:hover { color: var(--green); background: #f3faf6; }
.button-ghost-light { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.08); box-shadow: none; }
.button-ghost-light:hover { background: rgba(255,255,255,.15); }
.menu-button, .mobile-menu, .mobile-quick-start, .mobile-app-bar { display: none; }

.eyebrow { margin: 0 0 20px; color: var(--green); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
h1,h2,h3,p { margin-top: 0; }
h1 { margin-bottom: 29px; font-size: clamp(58px, 6.4vw, 94px); line-height: .94; letter-spacing: -.078em; }
h1 span { color: var(--green); }
h2 { margin-bottom: 24px; font-size: clamp(48px, 5.6vw, 76px); line-height: .98; letter-spacing: -.07em; }

.hero {
  min-height: 960px;
  padding: 184px 0 100px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: center;
  gap: 44px;
}
.hero-copy { position: relative; z-index: 2; padding-bottom: 70px; }
.hero-lede { max-width: 570px; margin-bottom: 31px; color: var(--muted); font-size: 20px; line-height: 1.58; letter-spacing: -.022em; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.fine-print { margin: 16px 0 0; color: #747a75; font-size: 12px; line-height: 1.5; }
.hero-stage {
  --parallax-x: 0px;
  --parallax-y: 0px;
  position: relative;
  min-width: 0;
  transform: translate(var(--parallax-x), var(--parallax-y));
  transition: transform 400ms cubic-bezier(.2,.8,.2,1);
}
.orb { position: absolute; border-radius: 50%; filter: blur(3px); }
.orb-one { top: -80px; right: -50px; width: 390px; height: 390px; background: radial-gradient(circle at 35% 35%, rgba(70,190,146,.23), rgba(70,190,146,0)); }
.orb-two { left: -100px; bottom: -80px; width: 330px; height: 330px; background: radial-gradient(circle, rgba(20,83,61,.15), transparent 70%); }
.poker-chip {
  position: absolute;
  z-index: 3;
  width: 76px;
  height: 76px;
  display: grid;
  place-content: center;
  border: 7px dashed rgba(255,255,255,.76);
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  box-shadow: 0 18px 45px rgba(16,60,43,.22), inset 0 0 0 4px rgba(255,255,255,.24);
  animation: chipDrift 7s ease-in-out infinite;
}
.poker-chip span { font-size: 19px; font-weight: 900; line-height: .9; }
.poker-chip i { font-size: 16px; font-style: normal; line-height: .9; }
.chip-ace { top: -34px; left: 8%; transform: rotate(-13deg); }
.chip-club { right: 5%; bottom: -40px; width: 61px; height: 61px; border-width: 6px; transform: rotate(16deg); animation-delay: -3s; }
@keyframes chipDrift { 50% { translate: 0 -10px; rotate: 8deg; } }

.desktop-device {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23,52,40,.14);
  border-radius: 25px;
  background: #fff;
  box-shadow: var(--shadow);
}
.hero-device { width: 850px; max-width: 100%; transform: perspective(1500px) rotateY(-3deg) rotateX(1.4deg); }
.desktop-topbar {
  height: 52px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  border-bottom: 1px solid #e7eae8;
  color: #707772;
  background: rgba(251,252,250,.96);
  font-size: 10px;
}
.traffic { display: flex; gap: 6px; }
.traffic i { width: 8px; height: 8px; border-radius: 50%; background: #d7dcd8; }
.desktop-topbar > span { padding: 7px 14px; border: 1px solid #e3e7e4; border-radius: 9px; text-align: center; background: #f5f7f5; }
.desktop-topbar > b { justify-self: end; padding: 7px 10px; border-radius: 999px; color: #187342; background: #e3f2e8; font-size: 9px; }
.desktop-screen { position: relative; overflow: hidden; aspect-ratio: 1.44; background: #eef1ed; }
.desktop-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.hero-device .desktop-screen img { transform: scale(1.003); }
.floating-chip {
  position: absolute;
  z-index: 4;
  padding: 17px 20px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 19px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 25px 55px rgba(17,44,34,.16);
  backdrop-filter: blur(20px);
  animation: float 5s ease-in-out infinite;
}
.floating-chip span,.floating-chip small { display: block; color: var(--muted); font-size: 10px; }
.floating-chip b { display: block; margin: 4px 0; color: var(--green); font-size: 27px; letter-spacing: -.05em; }
.chip-balance { right: -40px; bottom: 82px; min-width: 160px; }
.chip-players { top: 90px; left: -40px; display: flex; align-items: center; gap: 8px; animation-delay: -2.1s; }
.chip-players b { margin: 0; font-size: 24px; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.quick-proof {
  padding: 33px max(21px, calc((100% - 1180px)/2));
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  color: #c7d8cf;
  background: var(--night);
}
.quick-proof p { margin: 0; color: #fff; font-size: 15px; font-weight: 750; }
.quick-proof div { display: flex; gap: 30px; font-size: 12px; font-weight: 700; }
.quick-proof span { display: flex; align-items: center; gap: 8px; }
.quick-proof span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #69c99e; }

.product-section { padding: 150px 0 145px; }
.section-heading { max-width: 770px; margin: 0 auto 75px; text-align: center; }
.section-heading > p:last-child { max-width: 620px; margin: 0 auto; color: var(--muted); font-size: 19px; line-height: 1.6; }
.product-switcher {
  display: grid;
  grid-template-columns: 290px 1fr;
  align-items: center;
  gap: 38px;
}
.product-tabs { display: flex; flex-direction: column; gap: 8px; }
.product-tabs button {
  width: 100%;
  padding: 22px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 3px 12px;
  border: 1px solid transparent;
  border-radius: 20px;
  text-align: left;
  background: transparent;
  cursor: pointer;
  transition: 220ms ease;
}
.product-tabs button:hover { background: rgba(255,255,255,.7); }
.product-tabs button.is-active { border-color: var(--line); background: #fff; box-shadow: 0 18px 45px rgba(20,46,36,.08); }
.product-tabs span { grid-row: 1 / span 2; color: #a5ada7; font-size: 11px; font-weight: 800; }
.product-tabs b { font-size: 18px; letter-spacing: -.03em; }
.product-tabs small { color: var(--muted); line-height: 1.4; }
.product-device-wrap { min-width: 0; padding: 30px 0 45px; perspective: 1800px; }
.product-device { transform: rotateY(-2deg); }
.product-device img { transition: opacity 180ms ease, transform 350ms ease; }
.product-device img.is-changing { opacity: 0; transform: scale(.985); }

.phone-story { position: relative; margin-top: 150px; padding: 110px 0 30px; overflow: hidden; border-top: 1px solid var(--line); }
.phone-story-heading { max-width: 620px; margin: 0 auto 65px; text-align: center; }
.phone-story-heading h3 { margin-bottom: 16px; font-size: 46px; letter-spacing: -.06em; }
.phone-story-heading > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.6; }
.suit-field { position: absolute; inset: 140px 0 0; pointer-events: none; }
.suit-field svg { position: absolute; width: 220px; fill: rgba(19,122,87,.055); }
.suit-field svg:nth-child(1) { left: 5%; top: 25%; rotate: -13deg; }
.suit-field svg:nth-child(2) { right: 5%; top: 5%; width: 175px; fill: rgba(140,39,45,.045); rotate: 12deg; }
.suit-field svg:nth-child(3) { right: 13%; bottom: 3%; width: 110px; rotate: -8deg; }
.phone-carousel {
  position: relative;
  width: min(760px,100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 64px minmax(0,1fr) 64px;
  justify-items: center;
  align-items: center;
}
.phone-slide { position: relative; width: 100%; margin: 0; display: grid; justify-items: center; text-align: center; }
.phone-halo { position: absolute; top: 13%; width: 470px; height: 470px; border-radius: 50%; background: radial-gradient(circle,rgba(48,165,119,.17),rgba(48,165,119,0) 68%); filter: blur(3px); }
.iphone {
  position: relative;
  width: 300px;
  max-width: 100%;
  height: 615px;
  padding: 10px;
  overflow: hidden;
  border: 2px solid #414442;
  border-radius: 53px;
  background: #161817;
  box-shadow: 0 35px 70px rgba(16,38,30,.22), inset 0 0 0 2px #777b78;
}
.dynamic-island { position: absolute; z-index: 3; top: 19px; left: 50%; width: 94px; height: 26px; border-radius: 18px; transform: translateX(-50%); background: #070807; }
.iphone-screen { width: 100%; height: 100%; overflow: hidden; border-radius: 43px; background: #f5f6f2; }
.iphone-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.phone-carousel .iphone {
  width: 330px;
  height: auto;
  aspect-ratio: 430 / 904;
  padding: 18px 7px 8px;
  border-radius: 54px;
  box-shadow: 0 42px 95px rgba(16,38,30,.25), inset 0 0 0 2px #777b78;
}
.phone-carousel .iphone-speaker {
  position: absolute;
  z-index: 3;
  top: 7px;
  left: 50%;
  width: 55px;
  height: 5px;
  border-radius: 8px;
  transform: translateX(-50%);
  background: #3e4240;
}
.phone-carousel .iphone-screen { border-radius: 43px; background: #fff; }
.phone-carousel .iphone-screen img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #fff;
  transition: opacity 180ms ease, transform 320ms cubic-bezier(.2,.8,.2,1);
}
.phone-carousel .iphone-screen img.is-changing { opacity: 0; transform: scale(.985); }
.phone-slide figcaption { padding: 25px 10px 0; display: flex; flex-direction: column; gap: 7px; }
.phone-slide figcaption b { font-size: 18px; letter-spacing: -.03em; }
.phone-slide figcaption span { color: var(--muted); font-size: 13px; line-height: 1.5; }
.phone-arrow {
  position: relative;
  z-index: 3;
  width: 50px;
  height: 50px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--green);
  background: rgba(255,255,255,.78);
  box-shadow: 0 13px 30px rgba(17,48,36,.08);
  font-size: 20px;
  cursor: pointer;
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, background 180ms ease;
}
.phone-arrow:hover { transform: scale(1.07); background: #fff; }
.phone-dots { grid-column: 1/-1; margin-top: 28px; padding: 5px; display: flex; gap: 4px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.72); }
.phone-dots button { min-width: 78px; padding: 10px 14px; border: 0; border-radius: 999px; color: var(--muted); background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }
.phone-dots button.is-active { color: #fff; background: var(--green); box-shadow: 0 8px 18px rgba(19,122,87,.2); }

.feature-section { position: relative; padding: 145px 0; overflow: hidden; color: #fff; background: var(--night); }
.feature-suits { position: absolute; inset: 0; display: flex; justify-content: space-around; align-items: center; color: rgba(255,255,255,.025); font-family: Georgia,serif; font-size: clamp(150px,20vw,330px); transform: rotate(-7deg); pointer-events: none; }
.section-heading.light .eyebrow { color: #78d2a9; }
.section-heading.light h2 { color: #fff; }
.feature-bento { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.bento-card {
  min-height: 440px;
  padding: 42px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 30px;
  background: rgba(255,255,255,.055);
}
.bento-card > span, .bento-card > div > span { color: #76cfa6; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.bento-card h3 { margin: 20px 0 15px; font-size: 38px; line-height: 1.04; letter-spacing: -.055em; }
.bento-card p { max-width: 580px; color: #adbbb4; line-height: 1.65; }
.bento-large { grid-row: span 2; min-height: 897px; background: radial-gradient(circle at 60% 90%, rgba(37,156,110,.2), transparent 40%), rgba(255,255,255,.055); }
.transaction-stream { margin-top: 100px; padding: 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 23px; background: rgba(255,255,255,.06); }
.transaction-stream { display: grid; grid-template-columns: 10px 1fr auto; align-items: center; gap: 0 12px; }
.transaction-stream i { width: 8px; height: 8px; border-radius: 50%; background: #5ed29d; box-shadow: 0 0 0 5px rgba(94,210,157,.1); }
.transaction-stream b,.transaction-stream strong { padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.09); font-size: 14px; }
.transaction-stream strong { color: #73d7aa; }
.balance-orbit { width: 180px; height: 180px; margin: 55px auto 40px; display: flex; flex-direction: column; justify-content: center; align-items: center; border: 16px solid rgba(255,255,255,.09); border-top-color: #63c99c; border-radius: 50%; box-shadow: 0 0 70px rgba(55,178,128,.13); animation: breathe 4s ease-in-out infinite; }
.balance-orbit b { font-size: 43px; letter-spacing: -.06em; }
.balance-orbit small { color: #9eb0a7; }
@keyframes breathe { 50% { box-shadow: 0 0 90px rgba(55,178,128,.25); transform: scale(1.025); } }
.rake-visual { margin-top: 50px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: end; gap: 10px; height: 160px; }
.rake-visual b,.rake-visual small { grid-column: 1 / -1; text-align: center; }
.rake-visual b { font-size: 42px; letter-spacing: -.06em; }
.rake-visual small { margin-top: -15px; color: #9fb0a8; }
.rake-visual i { height: 38%; border-radius: 10px 10px 0 0; background: rgba(106,204,158,.28); }
.rake-visual i:nth-of-type(2) { height: 70%; }
.rake-visual i:nth-of-type(3) { height: 52%; }
.rake-visual i:nth-of-type(4) { height: 90%; background: #5bca98; }
.bento-wide { grid-column: span 2; min-height: 350px; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 40px; }
.device-pair { position: relative; min-height: 220px; }
.mini-mac { position: absolute; top: 15px; right: 10px; width: 330px; height: 205px; border: 7px solid #d8dedb; border-radius: 13px; background: linear-gradient(145deg,#2a6550,#f1f5f2 48%); box-shadow: 0 25px 50px rgba(0,0,0,.25); }
.mini-mac::after { content: ""; position: absolute; right: 110px; bottom: -34px; width: 90px; height: 30px; border-radius: 0 0 8px 8px; background: #bfc7c2; }
.mini-phone { position: absolute; z-index: 2; right: 25px; bottom: -10px; width: 90px; height: 180px; border: 5px solid #2c2f2d; border-radius: 21px; background: linear-gradient(#f4f7f5 20%,#27614b 20% 55%,#eef2ef 55%); box-shadow: 0 18px 35px rgba(0,0,0,.3); }

.pricing-section { padding: 150px 0; }
.pricing-grid { width: min(930px,100%); margin: 0 auto; display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.price-card { position: relative; padding: 46px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 31px; background: #fff; box-shadow: 0 25px 65px rgba(18,45,35,.075); }
.price-card h3 { margin: 0 0 18px; font-size: 62px; letter-spacing: -.07em; }
.price-card h3 sup { position: relative; top: -25px; margin-right: 3px; font-size: 20px; }
.price-card h3 small { margin-left: 6px; color: var(--muted); font-size: 15px; letter-spacing: -.02em; }
.price-card > p { min-height: 48px; color: var(--muted); line-height: 1.5; }
.price-card ul { margin: 21px 0 34px; padding: 0; flex: 1; list-style: none; }
.price-card li { position: relative; padding: 13px 0 13px 28px; border-bottom: 1px solid #edf0ed; color: #404740; font-size: 14px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.price-card-pro { color: #fff; border-color: transparent; background: radial-gradient(circle at 85% 10%, rgba(72,193,146,.2), transparent 30%), linear-gradient(145deg,#245e4a,#11382e); box-shadow: 0 35px 80px rgba(14,68,48,.24); }
.price-card-pro .eyebrow,.price-card-pro > p,.price-card-pro h3 small { color: #bfd3c8; }
.price-card-pro li { color: #f1f7f3; border-color: rgba(255,255,255,.1); }
.price-card-pro li::before { color: #80d4ae; }
.price-card-pro > small { margin-top: 15px; color: #a8c0b3; text-align: center; font-size: 11px; line-height: 1.5; }
.popular { position: absolute; top: 28px; right: 28px; padding: 8px 12px; border-radius: 999px; color: #175d42; background: #d9f3e4; font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }

.install-section { min-height: 700px; margin-bottom: 150px; padding: 90px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; overflow: hidden; border-radius: 42px; background: linear-gradient(145deg,#fff,#edf2ed); box-shadow: 0 35px 90px rgba(18,48,36,.09); }
.install-copy h2 { font-size: clamp(46px,5vw,70px); }
.install-copy > p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.install-actions { margin-top: 31px; display: flex; align-items: center; gap: 24px; }
.text-link { color: var(--green); font-size: 14px; font-weight: 800; }
.text-link span { margin-left: 5px; }
.install-phone { display: grid; place-items: center; transform: rotate(5deg); }
.iphone-install { height: 540px; }
.install-screen { height: 100%; padding: 115px 22px 30px; display: flex; flex-direction: column; align-items: center; border-radius: 42px; background: radial-gradient(circle at 50% 20%,rgba(38,158,112,.14),transparent 35%),#f6f8f5; }
.install-screen img { width: 95px; height: 95px; border-radius: 25px; box-shadow: 0 17px 35px rgba(20,50,39,.22); }
.install-screen b { margin-top: 28px; font-size: 22px; letter-spacing: -.04em; }
.install-screen span { margin-top: 8px; color: var(--muted); font-size: 13px; }
.install-screen i { margin-top: 80px; padding: 13px 45px; border-radius: 999px; color: #fff; background: var(--green); font-style: normal; font-weight: 800; }

.final-cta { position: relative; padding: 145px 20px; overflow: hidden; color: #fff; text-align: center; background: radial-gradient(circle at 50% 0%,rgba(64,187,140,.22),transparent 38%),var(--night); }
.chip-stack { position: absolute; right: 7%; bottom: -8px; width: 125px; height: 90px; opacity: .38; rotate: -10deg; }
.chip-stack i { position: absolute; right: 0; width: 92px; height: 27px; border: 5px dashed rgba(255,255,255,.7); border-radius: 50%; background: #176e50; box-shadow: inset 0 0 0 3px rgba(255,255,255,.12); }
.chip-stack i:nth-child(1) { bottom: 0; }
.chip-stack i:nth-child(2) { right: 9px; bottom: 20px; }
.chip-stack i:nth-child(3) { right: 18px; bottom: 40px; }
.final-cta img { width: 82px; height: 82px; margin: 0 auto 27px; border-radius: 23px; box-shadow: 0 20px 48px rgba(0,0,0,.25); }
.final-cta .eyebrow { color: #7bd4aa; }
.final-cta h2 { margin-bottom: 35px; }
.final-cta > .section > div { display: flex; justify-content: center; gap: 12px; }

footer { padding: 58px max(30px,calc((100% - 1180px)/2)); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px 40px; color: #aab8af; background: #081611; }
.footer-brand { color: #fff; }
footer > p { grid-column: 1; margin: 0; font-size: 13px; }
footer nav { grid-row: 1 / span 2; grid-column: 2; display: flex; gap: 21px; color: #d1ddd6; font-size: 12px; font-weight: 650; }
footer nav a:hover { color: #fff; }
footer > small { grid-column: 1/-1; padding-top: 28px; margin-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(32px) scale(.985); transition: opacity 800ms cubic-bezier(.2,.8,.2,1), transform 900ms cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav,.header-actions { display: none; }
  .menu-button { width: 44px; height: 44px; padding: 0; display: grid; place-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.82); }
  .menu-button span:not(.sr-only) { width: 18px; height: 2px; display: block; border-radius: 2px; background: var(--ink); }
  .mobile-menu { position: absolute; top: calc(100% + 8px); right: 0; left: 0; padding: 18px; grid-template-columns: 1fr 1fr; gap: 8px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
  .mobile-menu.is-open { display: grid; }
  .mobile-menu a { padding: 14px; border-radius: 11px; font-size: 14px; font-weight: 750; }
  .mobile-menu .button { grid-column: 1/-1; }
  .hero { min-height: auto; padding: 155px 0 105px; grid-template-columns: 1fr; gap: 50px; }
  .hero-copy { padding-bottom: 0; text-align: center; }
  .hero-lede { margin-right: auto; margin-left: auto; }
  .hero-actions { justify-content: center; }
  .hero-device { margin: 0 auto; transform: none; }
  .floating-chip { display: none; }
  .product-switcher { grid-template-columns: 1fr; }
  .product-tabs { flex-direction: row; }
  .product-tabs button { min-width: 0; }
  .phone-slide { min-width: 300px; }
  .feature-bento { grid-template-columns: 1fr; }
  .bento-large,.bento-wide { grid-row: auto; grid-column: auto; min-height: 500px; }
  .bento-wide { grid-template-columns: 1fr 1fr; }
  .install-section { grid-template-columns: 1fr 1fr; padding: 65px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { margin: 0 auto; }
  footer > p,footer nav,footer > small { grid-column: 1; grid-row: auto; }
  footer nav { justify-content: center; flex-wrap: wrap; }
}

@media (max-width: 700px) {
  body { padding-bottom: 78px; }
  .page-glow { display: none; }
  .site-header { top: 9px; width: calc(100% - 18px); min-height: 60px; padding: 8px 9px 8px 12px; background: rgba(255,255,255,.83); border-color: rgba(24,44,35,.08); backdrop-filter: blur(22px); }
  .brand img { width: 38px; height: 38px; }
  .brand span { font-size: 15px; }
  .section { width: min(100% - 24px,1220px); }
  .hero { padding: 115px 0 46px; gap: 27px; }
  h1 { margin-bottom: 22px; font-size: 50px; line-height: .95; }
  .hero-lede { margin-bottom: 24px; font-size: 17px; line-height: 1.5; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .hero-actions .button { min-height: 52px; padding: 0 12px; font-size: 13px; }
  .fine-print { margin-top: 12px; padding: 0 8px; font-size: 10px; }
  .hero-stage { display: none; }
  .hero-device { border-radius: 17px; box-shadow: 0 25px 60px rgba(14,41,31,.16); }
  .desktop-topbar { height: 36px; padding: 0 10px; font-size: 7px; }
  .traffic { gap: 4px; }
  .traffic i { width: 5px; height: 5px; }
  .desktop-topbar > span { padding: 4px 7px; }
  .desktop-topbar > b { padding: 4px 7px; font-size: 6px; }
  .mobile-quick-start { display: none; }
  .mobile-quick-start > a { padding: 15px 16px; display: grid; grid-template-columns: 1fr auto; align-items: center; border-radius: 17px; color: #fff; background: var(--green); box-shadow: 0 14px 30px rgba(19,122,87,.2); }
  .mobile-quick-start b,.mobile-quick-start span { grid-column: 1; }
  .mobile-quick-start b { font-size: 15px; }
  .mobile-quick-start span { margin-top: 3px; color: #d7efe4; font-size: 11px; }
  .mobile-quick-start i { grid-row: 1/span 2; grid-column: 2; font-style: normal; font-size: 19px; }
  .mobile-quick-start > div { padding: 17px 4px 0; display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; font-weight: 750; }
  .quick-proof { display: none; }

  .product-section { width: 100%; padding: 24px 0 80px; }
  .product-section > .section-heading { display: none; }
  .section-heading { width: calc(100% - 32px); margin-bottom: 42px; }
  h2 { font-size: 42px; }
  .section-heading > p:last-child { font-size: 15px; }
  .product-switcher { display: none; }
  .phone-story { margin-top: 0; padding: 0 0 12px; border: 0; }
  .phone-story-heading { width: calc(100% - 40px); margin-bottom: 26px; }
  .phone-story-heading .eyebrow { display: none; }
  .phone-story-heading h3 { margin-bottom: 12px; font-size: 38px; }
  .phone-story-heading > p:last-child { font-size: 14px; }
  .suit-field { inset: 80px 0 0; }
  .suit-field svg { width: 125px; }
  .suit-field svg:nth-child(1) { left: -35px; top: 30%; }
  .suit-field svg:nth-child(2) { right: -35px; top: 11%; width: 115px; }
  .suit-field svg:nth-child(3) { display: none; }
  .phone-carousel { width: 100%; grid-template-columns: 42px minmax(0,1fr) 42px; }
  .phone-slide { min-width: 0; }
  .iphone { width: 274px; height: 558px; border-radius: 47px; }
  .phone-carousel .iphone { width: min(300px,calc(100vw - 108px)); height: auto; border-radius: 49px; }
  .phone-carousel .iphone-screen { border-radius: 38px; }
  .phone-halo { top: 19%; width: 360px; height: 360px; }
  .phone-arrow { width: 38px; height: 38px; font-size: 16px; }
  .iphone-screen,.install-screen { border-radius: 38px; }
  .phone-slide figcaption { padding-top: 18px; }
  .phone-slide figcaption b { font-size: 16px; }
  .phone-slide figcaption span { font-size: 12px; }
  .phone-dots { margin-top: 20px; }
  .phone-dots button { min-width: 68px; padding: 9px 11px; font-size: 11px; }

  .feature-section { padding: 90px 0; }
  .feature-shell .section-heading { width: 100%; margin-bottom: 42px; }
  .feature-bento { display: flex; overflow-x: auto; gap: 12px; padding: 0 2px 22px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .feature-bento::-webkit-scrollbar { display: none; }
  .bento-card,.bento-large,.bento-wide { min-width: 86vw; min-height: 410px; padding: 30px 26px; display: block; scroll-snap-align: center; border-radius: 25px; }
  .bento-card h3 { font-size: 31px; }
  .transaction-stream { margin-top: 42px; }
  .transaction-stream b,.transaction-stream strong { padding: 17px 0; font-size: 11px; }
  .balance-orbit { margin-top: 40px; }
  .bento-wide .device-pair { display: none; }

  .pricing-section { padding: 92px 0; }
  .pricing-grid { display: flex; overflow-x: auto; gap: 12px; padding: 0 5px 20px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .pricing-grid::-webkit-scrollbar { display: none; }
  .price-card { min-width: 88%; padding: 34px 27px; border-radius: 25px; scroll-snap-align: center; }
  .price-card h3 { font-size: 54px; }

  .install-section { width: 100%; min-height: 0; margin-bottom: 0; padding: 90px 24px 70px; display: block; border-radius: 0; text-align: center; }
  .install-copy h2 { font-size: 42px; }
  .install-copy > p:not(.eyebrow) { font-size: 15px; }
  .install-actions { flex-direction: column; gap: 18px; }
  .install-actions .button { width: 100%; }
  .install-phone { display: none; }

  .final-cta { padding: 95px 8px; }
  .chip-stack { right: -18px; opacity: .25; transform: scale(.75); }
  .final-cta img { width: 70px; height: 70px; }
  .final-cta h2 { font-size: 40px; }
  .final-cta > .section > div { flex-direction: column; }
  footer { padding: 48px 25px 110px; }
  footer nav { gap: 17px; }

  .mobile-app-bar {
    position: fixed;
    z-index: 60;
    right: 10px;
    bottom: 9px;
    left: 10px;
    min-height: 66px;
    padding: 9px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(24,44,35,.12);
    border-radius: 20px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 18px 45px rgba(13,37,28,.2);
    backdrop-filter: blur(24px) saturate(150%);
  }
  .mobile-app-bar > div { display: flex; align-items: center; gap: 10px; }
  .mobile-app-bar img { width: 44px; height: 44px; border-radius: 12px; }
  .mobile-app-bar span { display: flex; flex-direction: column; gap: 2px; }
  .mobile-app-bar b { font-size: 13px; }
  .mobile-app-bar small { color: var(--muted); font-size: 10px; }
.mobile-app-bar > a { padding: 11px 18px; border-radius: 12px; color: #fff; background: var(--green); font-size: 13px; font-weight: 850; }
}

.install-guide-modal[hidden] { display: none; }
.install-guide-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: end center; }
.install-guide-backdrop { position: absolute; inset: 0; border: 0; background: rgba(7,25,19,.48); backdrop-filter: blur(10px); }
.install-guide-card {
  position: relative;
  z-index: 1;
  width: min(540px,calc(100% - 24px));
  max-height: calc(100dvh - 24px);
  margin: 12px;
  padding: 38px;
  overflow-y: auto;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 32px;
  background: rgba(250,251,248,.96);
  box-shadow: 0 35px 100px rgba(5,28,19,.3);
  animation: installGuideIn 260ms cubic-bezier(.2,.8,.2,1);
}
.install-guide-close { position: absolute; top: 18px; right: 18px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: #fff; font-size: 25px; cursor: pointer; }
.install-guide-icon img { width: 64px; height: 64px; margin-bottom: 25px; border-radius: 18px; box-shadow: 0 15px 35px rgba(15,51,37,.18); }
.install-guide-card h2 { max-width: 410px; margin-bottom: 15px; font-size: 45px; }
.install-guide-summary { color: var(--muted); font-size: 16px; line-height: 1.55; }
.install-guide-steps { margin: 25px 0; padding: 0; list-style: none; counter-reset: install-step; }
.install-guide-steps li { position: relative; min-height: 48px; padding: 10px 0 15px 55px; border-bottom: 1px solid var(--line); color: #414742; line-height: 1.45; counter-increment: install-step; }
.install-guide-steps li::before { content: counter(install-step); position: absolute; top: 7px; left: 0; width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 13px; font-weight: 850; }
.install-guide-card > .button { width: 100%; }
.install-guide-card > small { margin-top: 15px; display: block; color: var(--muted); text-align: center; line-height: 1.45; }
body.install-guide-open { overflow: hidden; }
@keyframes installGuideIn { from { opacity: 0; transform: translateY(30px) scale(.98); } }

@media (min-width: 701px) {
  .install-guide-modal { place-items: center; }
}

@media (max-width: 700px) {
  .install-guide-card { width: calc(100% - 16px); max-height: calc(100dvh - 16px); margin: 8px; padding: 32px 24px 26px; border-radius: 28px; }
  .install-guide-card h2 { font-size: 37px; }
  .install-guide-summary { font-size: 14px; }
}

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