:root {
  --ink: #0b0b0b;
  --muted: #666666;
  --quiet: #707070;
  --line: #e6e6e6;
  --soft: #f5f5f5;
  --paper: #ffffff;
  --green: #16a34a;
  --green-text: #0b7130;
  --green-soft: #eaf6ee;
  --amber: #d97706;
  --amber-soft: #fbf0df;
  --red: #ef4444;
  --shell: 1200px;
  --radius: 16px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  min-width: 320px;
  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.5;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { overflow-wrap: break-word; letter-spacing: -0.04em; }
.shell { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; }
.section { padding-block: 128px; }
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  padding: 11px 15px;
  border-radius: 10px;
  background: var(--ink);
  color: white;
  text-decoration: none;
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }

/* Header */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.96);
}
.header-row { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; color: var(--ink); font-size: 21px; font-weight: 750; letter-spacing: -.04em; text-decoration: none; }
.brand img { width: 42px; height: 42px; border-radius: 11px; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 28px; margin-left: auto; }
.desktop-nav a, .footer-grid nav a { color: var(--muted); font-size: 14px; font-weight: 650; text-decoration: none; transition: color .2s ease; }
.desktop-nav a:hover, .footer-grid nav a:hover { color: var(--ink); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-control { position: relative; }
.language-control select {
  min-width: 126px;
  height: 40px;
  padding: 0 34px 0 13px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--soft);
  color: var(--ink);
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
}
.menu-button { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 11px; background: white; cursor: pointer; }
.menu-button span { display: block; width: 17px; height: 2px; margin: 5px auto; border-radius: 2px; background: var(--ink); 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 { display: none; }

/* Type and buttons */
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--muted); font-size: 12px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.eyebrow b { font-weight: 750; }
.eyebrow-dark { color: #bdbdbd; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 34px; padding: 0 20px; border: 1px solid transparent; border-radius: 13px; font-weight: 750; text-decoration: none; transition: transform .2s ease, background-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: #242424; }
.text-link { display: inline-flex; align-items: center; gap: 9px; min-height: 48px; color: var(--ink); font-size: 14px; font-weight: 700; text-decoration: none; }
.text-link b { font-size: 18px; }

/* Hero */
.hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(470px, 1.08fr); align-items: center; gap: 72px; min-height: 760px; padding-block: 86px 104px; }
.hero-copy h1 { max-width: 650px; margin-bottom: 28px; font-size: clamp(54px, 5.3vw, 76px); font-weight: 760; line-height: .98; }
.hero-lead { max-width: 600px; margin-bottom: 32px; color: var(--muted); font-size: 19px; line-height: 1.55; }
.hero-buttons { display: flex; align-items: center; gap: 24px; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 54px 0 0; padding: 0; list-style: none; }
.hero-facts li { border-top: 1px solid var(--line); padding-top: 13px; color: var(--muted); font-size: 12px; font-weight: 600; }
.hero-facts b { display: block; margin-bottom: 6px; color: var(--ink); font-size: 11px; }
.hero-stage { position: relative; min-height: 590px; border: 1px solid var(--line); border-radius: 30px; background: var(--soft); overflow: hidden; }
.hero-stage::before { content: ""; position: absolute; width: 340px; height: 340px; top: 78px; left: 50%; transform: translateX(-50%); border: 1px solid #dedede; border-radius: 50%; }
.hero-stage::after { content: ""; position: absolute; width: 460px; height: 460px; top: 18px; left: 50%; transform: translateX(-50%); border: 1px solid #e8e8e8; border-radius: 50%; }
.app-panel { position: absolute; z-index: 3; width: min(80%, 420px); top: 54px; left: 50%; transform: translateX(-50%); padding: 18px; border: 1px solid var(--line); border-radius: 23px; background: white; box-shadow: 0 22px 55px rgba(0,0,0,.10); }
.app-panel-head, .app-title, .cart-summary, .product-card, .app-panel-foot { display: flex; align-items: center; }
.app-panel-head { justify-content: space-between; margin-bottom: 18px; }
.app-title { gap: 11px; }
.app-title img { border-radius: 12px; }
.app-title div { display: grid; }
.app-title strong { font-size: 20px; line-height: 1.15; }
.app-title span { color: var(--muted); font-size: 11px; }
.more-dots { color: var(--quiet); letter-spacing: 3px; }
.cart-summary { justify-content: space-between; gap: 16px; margin-bottom: 11px; padding: 15px; border-radius: 15px; background: var(--soft); }
.cart-summary div { display: grid; gap: 2px; }
.cart-summary small, .product-card small { color: var(--muted); font-size: 11px; }
.cart-summary strong { font-size: 17px; }
.ready-pill, .waiting-pill { display: inline-flex; align-items: center; justify-content: center; padding: 6px 9px; border-radius: 999px; font-size: 11px; font-weight: 750; white-space: nowrap; }
.ready-pill { background: var(--green-soft); color: var(--green-text); }
.waiting-pill { background: var(--amber-soft); color: var(--amber); }
.product-list { display: grid; gap: 8px; }
.product-card { position: relative; gap: 12px; min-height: 96px; padding: 10px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.product-card img { flex: 0 0 auto; width: 76px; height: 76px; object-fit: cover; border-radius: 12px; background: var(--soft); }
.product-card > div { display: grid; flex: 1; min-width: 0; }
.product-card strong { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.product-card p { display: flex; align-items: center; gap: 7px; margin: 5px 0 0; }
.product-card p b { font-size: 14px; }
.product-card del { color: var(--quiet); font-size: 11px; }
.product-ready { flex: 0 0 auto; width: 11px; height: 11px; margin-right: 4px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px var(--green-soft); }
.product-card-muted { opacity: .82; }
.app-panel-foot { justify-content: space-between; gap: 10px; padding: 18px 2px 2px; color: var(--muted); font-size: 11px; }
.app-panel-foot > span:first-child { display: flex; align-items: center; gap: 4px; }
.app-panel-foot > span:first-child > span { display: none; }
.app-panel-foot b { color: var(--green-text); }
.app-open { color: var(--ink); font-weight: 750; }
.stage-note { position: absolute; z-index: 4; display: inline-flex; align-items: center; gap: 9px; min-height: 40px; padding: 0 13px; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: 0 8px 25px rgba(0,0,0,.07); color: var(--muted); font-size: 11px; font-weight: 700; }
.stage-note-top { top: 28px; right: 24px; }
.stage-note-bottom { bottom: 22px; left: 23px; }
.green-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.avatar-stack { display: flex; padding-left: 10px; }
.avatar-stack i { display: grid; place-items: center; width: 24px; height: 24px; margin-left: -10px; border: 2px solid white; border-radius: 50%; background: var(--ink); color: white; font-size: 8px; font-style: normal; }
.price-float { position: absolute; z-index: 5; right: 21px; bottom: 42px; width: 228px; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 15px 35px rgba(0,0,0,.11); }
.price-float > div:first-child { display: flex; align-items: center; gap: 10px; }
.trend-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: var(--green-soft); color: var(--green-text); font-size: 19px; font-weight: 800; }
.price-float p { display: grid; margin: 0; }
.price-float small { color: var(--muted); font-size: 10px; }
.price-float strong { font-size: 18px; }
.price-chart { position: relative; height: 50px; margin-top: 10px; border-top: 1px solid #efefef; border-bottom: 1px solid #efefef; }
.price-chart i { position: absolute; display: block; height: 2px; transform-origin: left center; background: var(--ink); }
.price-chart i:nth-child(1) { width: 48px; top: 15px; left: 6px; transform: rotate(4deg); }
.price-chart i:nth-child(2) { width: 54px; top: 18px; left: 53px; transform: rotate(11deg); }
.price-chart i:nth-child(3) { width: 50px; top: 28px; left: 105px; transform: rotate(10deg); }
.price-chart i:nth-child(4) { width: 35px; top: 37px; left: 153px; transform: rotate(-2deg); }
.price-chart b { position: absolute; width: 9px; height: 9px; right: 1px; bottom: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px var(--green-soft); }

/* Signal */
.signal-band { overflow: hidden; background: var(--ink); color: white; }
.signal-row { display: flex; width: max-content; min-width: 100%; align-items: center; justify-content: center; gap: 34px; padding: 24px 32px; }
.signal-row span { font-size: clamp(17px, 2vw, 23px); font-weight: 700; letter-spacing: -.02em; }
.signal-row b { color: #777; font-size: 23px; }

/* Features */
.section-intro { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 72px; margin-bottom: 64px; }
.section-intro h2, .documents-copy h2, .how-copy h2, .decision-copy h2, .download-grid h2 { margin-bottom: 0; font-size: clamp(42px, 5vw, 62px); line-height: 1.03; }
.section-intro > p { margin: 0 0 5px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.feature-card { position: relative; display: flex; min-height: 570px; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 24px; background: white; overflow: hidden; }
.feature-card-shared { grid-column: 1 / -1; min-height: 460px; }
.card-index { position: absolute; z-index: 2; top: 24px; right: 24px; color: var(--quiet); font-size: 11px; font-weight: 700; }
.feature-visual { display: grid; place-items: center; min-height: 320px; margin-bottom: 28px; border-radius: 17px; background: var(--soft); overflow: hidden; }
.feature-card h3 { margin: auto 0 10px; font-size: 28px; }
.feature-card > p { max-width: 520px; margin-bottom: 0; color: var(--muted); line-height: 1.65; }
.share-visual { grid-template-columns: 1fr auto 1fr; gap: 18px; padding: 36px; }
.source-product, .saved-product { display: flex; width: 100%; min-height: 140px; flex-direction: column; justify-content: center; gap: 8px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 8px 20px rgba(0,0,0,.05); }
.source-product small, .saved-product small { color: var(--muted); font-size: 10px; }
.source-product strong, .saved-product strong { font-size: 15px; }
.source-product span { align-self: start; margin-top: 5px; padding: 6px 9px; border-radius: 8px; background: var(--ink); color: white; font-size: 10px; font-weight: 700; }
.saved-product { align-items: center; text-align: center; }
.saved-product img { width: 46px; height: 46px; border-radius: 11px; }
.share-arrow { color: var(--quiet); font-size: 26px; }
.price-visual { position: relative; display: block; padding: 43px 36px; }
.price-visual > div:first-child { display: grid; }
.price-visual small { color: var(--muted); font-size: 11px; }
.price-visual strong { font-size: 31px; }
.price-visual > span { position: absolute; top: 43px; right: 36px; display: inline-flex; align-items: center; gap: 7px; color: var(--green-text); font-size: 13px; font-weight: 750; }
.price-visual > span i { font-style: normal; }
.wide-chart { position: absolute; right: 36px; bottom: 42px; left: 36px; height: 135px; border-bottom: 1px solid #dbdbdb; }
.wide-chart i { position: absolute; bottom: 35px; display: block; height: 3px; transform-origin: left center; border-radius: 4px; background: var(--green); }
.wide-chart i:nth-child(1) { width: 32%; left: 3%; transform: rotate(8deg); }
.wide-chart i:nth-child(2) { width: 33%; left: 34%; bottom: 10px; transform: rotate(6deg); }
.wide-chart i:nth-child(3) { width: 30%; left: 65%; bottom: -10px; transform: rotate(-1deg); }
.wide-chart b { position: absolute; right: 2%; bottom: -16px; width: 13px; height: 13px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px var(--green-soft); }
.shared-visual { grid-template-columns: minmax(0, 620px); align-content: center; padding: 48px; }
.shared-cart { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; width: 100%; padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: white; box-shadow: 0 10px 25px rgba(0,0,0,.05); }
.shared-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; background: var(--ink); color: white; }
.shared-cart p { display: grid; margin: 0; }
.shared-cart small, .people small { color: var(--muted); font-size: 11px; }
.shared-cart > b { padding: 6px 9px; border-radius: 999px; background: var(--green-soft); color: var(--green-text); font-size: 11px; }
.people { display: flex; align-items: center; justify-content: space-between; padding: 20px 8px 0; }
.people > span { display: flex; padding-left: 12px; }
.people i { display: grid; place-items: center; width: 34px; height: 34px; margin-left: -12px; border: 3px solid var(--soft); border-radius: 50%; background: var(--ink); color: white; font-size: 10px; font-style: normal; }

/* How */
.how-section { padding-block: 124px; background: var(--ink); color: white; }
.how-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.how-copy { position: sticky; top: 124px; align-self: start; }
.how-copy > p:last-child { max-width: 430px; margin: 24px 0 0; color: #a9a9a9; font-size: 17px; line-height: 1.65; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 42px 1fr 58px; align-items: center; gap: 24px; min-height: 154px; border-top: 1px solid #2b2b2b; }
.steps li:last-child { border-bottom: 1px solid #2b2b2b; }
.steps > li > span { color: #777; font-size: 11px; font-weight: 700; }
.steps h3 { margin-bottom: 8px; font-size: 24px; }
.steps p { max-width: 480px; margin: 0; color: #999; line-height: 1.55; }
.steps > li > b { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid #333; border-radius: 14px; color: #aaa; font-size: 24px; }
.steps .step-done { border-color: rgba(22,163,74,.4); background: rgba(22,163,74,.14); color: #53cc7a; }

/* Decision */
.decision-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; padding: 72px; border-radius: 28px; background: var(--soft); }
.decision-copy > p:not(.eyebrow) { max-width: 500px; margin: 24px 0 30px; color: var(--muted); line-height: 1.65; }
.decision-copy ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.decision-copy li { display: flex; align-items: center; gap: 10px; font-size: 13px; }
.decision-copy li span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: white; color: var(--green-text); font-size: 11px; }
.decision-copy li b { font-weight: 650; }
.decision-products { display: grid; gap: 10px; }
.decision-products article { display: grid; grid-template-columns: 76px 1fr auto; align-items: center; gap: 14px; min-height: 100px; padding: 11px; border: 1px solid var(--line); border-radius: 17px; background: white; box-shadow: 0 8px 20px rgba(0,0,0,.04); }
.decision-products img { width: 76px; height: 76px; border-radius: 12px; object-fit: cover; }
.decision-products article > div { display: grid; }
.decision-products small { color: var(--muted); font-size: 10px; }
.decision-products strong { margin: 3px 0 7px; font-size: 14px; }
.decision-products article > div > span { width: max-content; padding: 4px 7px; border-radius: 999px; background: var(--soft); color: var(--muted); font-size: 9px; font-weight: 750; }
.decision-products .state-wait { background: var(--amber-soft); color: var(--amber); }
.decision-products .state-ready { background: var(--green-soft); color: var(--green-text); }
.decision-products em { margin-right: 8px; color: var(--green-text); font-size: 13px; font-style: normal; font-weight: 800; }
.decision-products .is-bought { opacity: .58; }

/* Documents */
.documents-section { padding-block: 128px; background: var(--soft); }
.documents-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 100px; }
.shield-mark { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 38px; border-radius: 14px; background: var(--ink); color: white; font-weight: 800; }
.documents-copy > p:last-child { max-width: 430px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.document-list { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; }
.document-list a { display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 18px; min-height: 104px; padding: 20px 24px; text-decoration: none; transition: background-color .2s ease; }
.document-list a + a { border-top: 1px solid var(--line); }
.document-list a:hover { background: #fafafa; }
.document-list > a > span { color: var(--quiet); font-size: 10px; font-weight: 750; }
.document-list p { display: grid; gap: 4px; margin: 0; }
.document-list strong { font-size: 16px; }
.document-list small { color: var(--muted); font-size: 12px; }
.document-list > a > b { color: var(--quiet); font-size: 18px; }

/* Download */
.download-section { padding-block: 112px; background: var(--ink); color: white; }
.download-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 90px; }
.download-copy > p { max-width: 500px; margin-bottom: 30px; color: #aaa; font-size: 17px; line-height: 1.65; }
.store-buttons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.store-button { display: flex; min-height: 68px; align-items: center; gap: 12px; padding: 10px 14px; border: 1px solid #363636; border-radius: 14px; background: #191919; color: white; text-decoration: none; transition: border-color .2s ease, transform .2s ease; }
.store-button:not(.is-disabled):hover { transform: translateY(-2px); border-color: #777; }
.store-button.is-disabled { cursor: not-allowed; opacity: .58; }
.store-symbol { display: grid; place-items: center; width: 37px; height: 37px; flex: 0 0 auto; border-radius: 10px; background: white; color: var(--ink); font-size: 14px; font-weight: 850; }
.store-button > span:last-child { display: grid; min-width: 0; }
.store-button small { overflow: hidden; color: #ddd; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.store-button strong { margin-top: 2px; color: #888; font-size: 10px; font-weight: 650; }

/* Footer */
.site-footer { border-top: 1px solid var(--line); padding-block: 46px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1.3fr auto; align-items: center; gap: 42px; }
.footer-grid > p { max-width: 250px; margin: 0; color: var(--muted); font-size: 13px; }
.footer-grid nav { display: flex; flex-wrap: wrap; gap: 10px 20px; }
.footer-grid > span { color: var(--quiet); font-size: 11px; white-space: nowrap; }

/* Legal and support pages */
.subpage-main { min-height: calc(100vh - 180px); }
.legal-hero { padding-block: 96px 54px; border-bottom: 1px solid var(--line); }
.legal-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.legal-hero h1 { max-width: 800px; margin-bottom: 0; overflow-wrap: anywhere; font-size: clamp(50px, 7vw, 82px); line-height: .98; hyphens: auto; }
.legal-hero-copy { color: var(--muted); font-size: 17px; line-height: 1.65; }
.legal-hero-copy p { margin-bottom: 20px; }
.effective-date { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: var(--soft); color: var(--muted); font-size: 11px; font-weight: 700; }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); justify-content: space-between; gap: 80px; padding-block: 72px 120px; }
.legal-aside { position: sticky; top: 112px; align-self: start; }
.legal-aside nav { display: grid; gap: 3px; }
.legal-aside a { padding: 9px 11px; border-radius: 9px; color: var(--muted); font-size: 12px; font-weight: 650; text-decoration: none; }
.legal-aside a:hover, .legal-aside a[aria-current="page"] { background: var(--soft); color: var(--ink); }
.legal-aside .support-box { margin-top: 28px; padding: 16px; border: 1px solid var(--line); border-radius: 13px; background: var(--soft); }
.support-box small { display: block; margin-bottom: 6px; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.support-box a { padding: 0; color: var(--ink); overflow-wrap: anywhere; }
.legal-content { min-width: 0; }
.legal-section { padding-block: 34px; border-top: 1px solid var(--line); }
.legal-section:first-child { padding-top: 0; border-top: 0; }
.legal-section h2 { margin-bottom: 18px; font-size: 26px; line-height: 1.2; }
.legal-section p, .legal-section li { color: #4d4d4d; line-height: 1.75; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section ul { display: grid; gap: 10px; margin: 18px 0 0; padding-left: 22px; }
.legal-note { margin-top: 40px; padding: 18px; border-radius: 13px; background: var(--soft); color: var(--muted); font-size: 12px; }
.support-content { padding-block: 72px 120px; }
.support-callout { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 36px; margin-bottom: 80px; padding: 34px; border-radius: 20px; background: var(--ink); color: white; }
.support-callout h2 { margin-bottom: 9px; font-size: 28px; }
.support-callout p { max-width: 660px; margin: 0; color: #aaa; }
.support-callout .button { background: white; color: var(--ink); white-space: nowrap; }
.faq-heading { margin-bottom: 28px; font-size: 38px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; padding: 25px 46px 25px 0; cursor: pointer; font-size: 17px; font-weight: 700; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; top: 22px; right: 4px; color: var(--quiet); font-size: 24px; font-weight: 400; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { max-width: 780px; padding: 0 46px 24px 0; color: var(--muted); line-height: 1.7; }
.deletion-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-bottom: 64px; }
.deletion-card { padding: 28px; border: 1px solid var(--line); border-radius: 19px; background: white; }
.deletion-card h2 { margin-bottom: 14px; font-size: 24px; }
.deletion-card p, .deletion-card li { color: var(--muted); line-height: 1.7; }
.deletion-card ol, .deletion-card ul { display: grid; gap: 10px; padding-left: 21px; }
.deletion-card .button { margin-top: 12px; }
.deletion-warning { margin-bottom: 24px; padding: 20px; border: 1px solid #f0d9b7; border-radius: 14px; background: var(--amber-soft); }
.deletion-warning h2 { margin-bottom: 5px; font-size: 18px; }
.deletion-warning p { margin: 0; color: #80520c; }
.not-found { display: grid; min-height: calc(100vh - 180px); place-items: center; padding-block: 80px; text-align: center; }
.not-found-inner { max-width: 620px; }
.not-found h1 { margin-bottom: 20px; font-size: clamp(50px, 8vw, 90px); line-height: 1; }
.not-found p:not(.eyebrow) { margin-bottom: 30px; color: var(--muted); font-size: 18px; }
.not-found .eyebrow { justify-content: center; }

@media (max-width: 1060px) {
  .shell { width: min(calc(100% - 48px), var(--shell)); }
  .desktop-nav { gap: 18px; }
  .hero { grid-template-columns: 1fr; gap: 64px; padding-top: 76px; }
  .hero-copy { max-width: 760px; }
  .hero-stage { width: min(100%, 650px); min-height: 620px; margin-inline: auto; }
  .section-intro { gap: 44px; }
  .decision-panel { gap: 46px; padding: 50px; }
  .documents-grid { gap: 60px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > span { justify-self: end; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 40px), var(--shell)); }
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .mobile-nav { position: fixed; z-index: 99; inset: 78px 0 0; display: grid; align-content: start; gap: 0; padding: 22px 20px; overflow-y: auto; background: white; transform: translateX(100%); visibility: hidden; transition: transform .25s ease, visibility .25s; }
  .mobile-nav.is-open { transform: translateX(0); visibility: visible; }
  .mobile-nav a { padding: 18px 4px; border-bottom: 1px solid var(--line); font-size: 24px; font-weight: 720; text-decoration: none; }
  .section { padding-block: 92px; }
  .hero { min-height: 0; padding-block: 68px 90px; }
  .hero-copy h1 { max-width: 700px; }
  .signal-row { justify-content: flex-start; }
  .section-intro { grid-template-columns: 1fr; gap: 22px; }
  .section-intro > p { max-width: 600px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card-shared { grid-column: auto; }
  .how-grid { grid-template-columns: 1fr; gap: 60px; }
  .how-copy { position: static; }
  .decision-panel { grid-template-columns: 1fr; }
  .documents-grid { grid-template-columns: 1fr; gap: 46px; }
  .download-grid { grid-template-columns: 1fr; gap: 40px; }
  .download-copy { max-width: 640px; }
  .legal-hero { padding-block: 72px 44px; }
  .legal-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .legal-layout { grid-template-columns: 1fr; gap: 42px; padding-top: 48px; }
  .legal-aside { position: static; }
  .legal-aside nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .legal-aside .support-box { display: none; }
}

@media (min-width: 821px) {
  body.menu-open { overflow: auto; }
}

@media (max-width: 600px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .header-row { height: 70px; gap: 12px; }
  .brand { gap: 9px; font-size: 19px; }
  .brand img { width: 38px; height: 38px; }
  .language-control select { width: 47px; min-width: 47px; padding: 0 6px; color: transparent; }
  .language-control::after { content: "🌐"; position: absolute; pointer-events: none; top: 9px; left: 13px; color: var(--ink); font-size: 14px; }
  .mobile-nav { top: 70px; }
  .hero { padding-block: 54px 72px; }
  .eyebrow { margin-bottom: 18px; font-size: 10px; }
  .hero-copy h1 { margin-bottom: 21px; font-size: clamp(42px, 13vw, 58px); }
  .hero-lead { font-size: 16px; }
  .hero-buttons { align-items: flex-start; flex-direction: column; gap: 12px; }
  .button { width: 100%; }
  .hero-facts { grid-template-columns: 1fr; margin-top: 40px; }
  .hero-facts li { display: grid; grid-template-columns: 34px 1fr; align-items: center; }
  .hero-facts b { margin: 0; }
  .hero-stage { min-height: 520px; border-radius: 23px; }
  .hero-stage::before { width: 270px; height: 270px; }
  .hero-stage::after { width: 370px; height: 370px; }
  .app-panel { width: calc(100% - 32px); top: 45px; padding: 13px; border-radius: 18px; }
  .app-title img { width: 42px; height: 42px; }
  .app-title strong { font-size: 17px; }
  .cart-summary { padding: 12px; }
  .product-card { min-height: 82px; padding: 8px; }
  .product-card img { width: 62px; height: 62px; }
  .product-card strong { max-width: 170px; font-size: 12px; }
  .price-float { right: 12px; bottom: 48px; width: 190px; }
  .stage-note-top { top: 11px; right: 10px; }
  .stage-note-bottom { bottom: 12px; left: 10px; }
  .signal-row { gap: 20px; padding: 18px 20px; }
  .signal-row span { font-size: 15px; }
  .section-intro h2, .documents-copy h2, .how-copy h2, .decision-copy h2, .download-grid h2 { font-size: 39px; }
  .feature-card { min-height: 500px; padding: 18px; border-radius: 19px; }
  .feature-visual { min-height: 275px; }
  .share-visual { gap: 9px; padding: 18px; }
  .source-product, .saved-product { min-height: 120px; padding: 12px; }
  .source-product strong, .saved-product strong { font-size: 12px; }
  .share-arrow { font-size: 18px; }
  .price-visual { padding: 30px 22px; }
  .price-visual > span { top: 31px; right: 22px; }
  .wide-chart { right: 22px; left: 22px; }
  .shared-visual { padding: 24px 12px; }
  .shared-cart { grid-template-columns: auto 1fr; gap: 11px; padding: 14px; }
  .shared-cart > b { grid-column: 2; justify-self: start; }
  .people { align-items: flex-start; flex-direction: column; gap: 10px; }
  .steps li { grid-template-columns: 30px 1fr; gap: 14px; padding-block: 25px; }
  .steps > li > b { display: none; }
  .steps h3 { font-size: 20px; }
  .decision-panel { gap: 38px; padding: 26px 18px; border-radius: 20px; }
  .decision-products article { grid-template-columns: 62px 1fr auto; }
  .decision-products img { width: 62px; height: 62px; }
  .documents-section { padding-block: 90px; }
  .document-list a { grid-template-columns: 24px 1fr auto; gap: 10px; min-height: 92px; padding: 16px 14px; }
  .document-list strong { font-size: 14px; }
  .document-list small { font-size: 10px; }
  .store-buttons { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-grid > span { justify-self: start; }
  .legal-hero h1 { font-size: 48px; }
  .legal-aside nav { grid-template-columns: 1fr; }
  .legal-section h2 { font-size: 23px; }
  .legal-section p, .legal-section li { font-size: 15px; }
  .support-callout { grid-template-columns: 1fr; padding: 25px; }
  .deletion-grid { grid-template-columns: 1fr; }
}

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