:root {
  --ink: #132724;
  --ink-soft: #435b56;
  --forest-950: #082e28;
  --forest-900: #103f35;
  --forest-700: #17604d;
  --green: #218c67;
  --green-bright: #41ba88;
  --mint: #ddf7ec;
  --mint-soft: #f0faf6;
  --lime: #c9f277;
  --sky: #e4f3ff;
  --orange: #ffe5bf;
  --pink: #ffe5ea;
  --sand: #fff3d2;
  --paper: #f7faf8;
  --white: #ffffff;
  --line: #d8e4df;
  --line-dark: rgba(255, 255, 255, .16);
  --shadow-sm: 0 8px 24px rgba(10, 54, 45, .08);
  --shadow-md: 0 18px 50px rgba(7, 47, 39, .14);
  --shadow-lg: 0 28px 80px rgba(4, 35, 30, .24);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; padding: 10px 14px; background: var(--white); color: var(--forest-950); border-radius: 4px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  color: var(--white);
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, color .25s ease;
}
.site-header.is-scrolled, .site-header.menu-visible {
  border-color: var(--line);
  background: rgba(255, 255, 255, .96);
  color: var(--ink);
  box-shadow: 0 8px 30px rgba(7, 47, 39, .08);
  backdrop-filter: blur(16px);
}
.nav-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; }
.brand img { flex: 0 0 auto; filter: drop-shadow(0 5px 12px rgba(2, 32, 26, .18)); }
.brand span { display: grid; line-height: 1.1; }
.brand strong { font-size: 1rem; }
.brand small { margin-top: 4px; color: currentColor; font-size: .68rem; font-weight: 700; opacity: .66; }
.desktop-nav { display: flex; align-items: center; gap: 24px; }
.desktop-nav > a:not(.button) { position: relative; font-size: .88rem; font-weight: 700; text-decoration: none; }
.desktop-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--lime); transition: right .2s ease; }
.desktop-nav > a:not(.button):hover::after { right: 0; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 17px; border: 1px solid transparent; border-radius: 6px; font-size: .88rem; font-weight: 800; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest-900); color: var(--white); box-shadow: 0 8px 22px rgba(9, 61, 50, .2); }
.button-primary:hover { background: var(--forest-700); box-shadow: 0 12px 28px rgba(9, 61, 50, .26); }
.button-quiet { border-color: currentColor; background: transparent; color: inherit; }
.button-accent { min-height: 51px; padding-inline: 22px; background: var(--lime); color: #173d32; box-shadow: 0 13px 32px rgba(9, 37, 31, .28); }
.button-accent:hover { background: #d5fa8b; }
.button-glass { min-height: 51px; padding-inline: 22px; border-color: rgba(255, 255, 255, .35); background: rgba(255, 255, 255, .1); color: var(--white); backdrop-filter: blur(10px); }
.button-glass:hover { background: rgba(255, 255, 255, .18); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid currentColor; border-radius: 6px; background: transparent; color: inherit; cursor: pointer; }
.menu-button span { display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.site-header.menu-visible .menu-button span:first-child { transform: translateY(6px) rotate(45deg); }
.site-header.menu-visible .menu-button span:nth-child(2) { opacity: 0; }
.site-header.menu-visible .menu-button span:last-child { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { display: none; }

.product-hero { position: relative; min-height: 760px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--forest-950); }
.hero-photo, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(5, 36, 31, .96) 0%, rgba(5, 36, 31, .84) 45%, rgba(5, 36, 31, .3) 100%); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(390px, .72fr); gap: 70px; align-items: center; padding-block: 138px 86px; }
.hero-copy { max-width: 690px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-size: .74rem; font-weight: 900; text-transform: uppercase; }
.eyebrow i { width: 22px; height: 2px; background: currentColor; }
.eyebrow-light { color: var(--lime); }
.hero-copy h1 { max-width: 680px; margin: 18px 0 0; font-size: 4.3rem; line-height: 1.02; letter-spacing: 0; text-wrap: balance; }
.hero-lead { max-width: 650px; margin: 24px 0 0; color: rgba(255, 255, 255, .82); font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 31px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 11px 22px; margin-top: 24px; color: rgba(255, 255, 255, .72); font-size: .82rem; font-weight: 700; }
.hero-points span { display: inline-flex; align-items: center; gap: 7px; }
.hero-points span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 4px rgba(65, 186, 136, .15); }

.payment-preview { justify-self: end; width: min(100%, 440px); overflow: hidden; border: 1px solid rgba(255, 255, 255, .27); border-radius: 8px; background: rgba(250, 253, 251, .96); color: var(--ink); box-shadow: var(--shadow-lg); backdrop-filter: blur(18px); }
.preview-bar, .preview-foot { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 13px 16px; background: #eff6f3; color: var(--ink-soft); font-size: .72rem; font-weight: 800; }
.preview-bar div { display: flex; align-items: center; gap: 8px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(33, 140, 103, .12); animation: live-pulse 2s ease infinite; }
.preview-main { padding: 24px; }
.amount-line { display: flex; justify-content: space-between; align-items: end; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.amount-line > span { color: var(--ink-soft); font-size: .8rem; font-weight: 700; }
.amount-line strong { font-size: 1.8rem; line-height: 1; }
.amount-line small { color: var(--ink-soft); font-size: .68rem; }
.preview-status { display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; margin-top: 20px; }
.status-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--forest-900); font-weight: 900; transition: background .25s ease, color .25s ease, transform .25s ease; }
.status-icon.is-paid { background: var(--forest-900); color: var(--white); transform: scale(1.06); }
.preview-status div { display: grid; min-width: 0; line-height: 1.3; }
.preview-status small { color: var(--ink-soft); font-size: .68rem; }
.preview-status strong { margin-top: 3px; overflow-wrap: anywhere; font-size: .85rem; }
.status-badge { padding: 5px 7px; border-radius: 4px; background: var(--mint); color: var(--forest-900); font-size: .6rem; font-weight: 900; }
.event-track { height: 5px; overflow: hidden; margin-top: 18px; border-radius: 3px; background: #e6eeea; }
.event-track span { display: block; width: 24%; height: 100%; background: var(--green); border-radius: inherit; transition: width .55s ease; }
.system-row { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 8px; margin-top: 22px; }
.system-row > div { display: grid; justify-items: center; gap: 6px; text-align: center; }
.system-row b { color: #90a39d; }
.system-row small { color: var(--ink-soft); font-size: .64rem; font-weight: 800; }
.system-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 7px; background: #835bdb; color: var(--white); font-weight: 900; }
.system-icon-hub { background: var(--forest-900); }
.system-icon-wise { background: var(--lime); color: var(--forest-950); }
.preview-foot { border-top: 1px solid var(--line); font-size: .64rem; }
.preview-foot span { display: inline-flex; align-items: center; gap: 6px; }
.preview-foot span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }

.signal-band { position: relative; z-index: 2; margin-top: -1px; background: var(--white); border-bottom: 1px solid var(--line); }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid > div { padding: 25px 24px; border-left: 1px solid var(--line); }
.signal-grid > div:last-child { border-right: 1px solid var(--line); }
.signal-grid strong, .signal-grid span { display: block; }
.signal-grid strong { color: var(--forest-900); font-size: 1.08rem; }
.signal-grid span { margin-top: 2px; color: var(--ink-soft); font-size: .75rem; }

.section { padding: 105px 0; }
.section-heading { max-width: 790px; margin-bottom: 48px; }
.section-heading.compact { max-width: 680px; }
.section-heading h2, .stores-copy h2, .security-copy h2, .contact-copy h2 { margin: 15px 0 0; font-size: 3.15rem; line-height: 1.08; letter-spacing: 0; text-wrap: balance; }
.section-heading p, .stores-copy > p, .security-copy > p, .contact-copy > p { margin: 18px 0 0; color: var(--ink-soft); font-size: 1.03rem; line-height: 1.75; }

.product-section { background: var(--white); }
.product-stage { display: grid; grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr); align-items: center; }
.checkout-window, .dashboard-window { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow-md); }
.window-top { display: flex; align-items: center; gap: 6px; min-height: 37px; padding: 8px 12px; border-bottom: 1px solid var(--line); background: #f1f5f3; }
.window-top > span { width: 8px; height: 8px; border-radius: 50%; background: #cad7d2; }
.window-top small { margin-left: 8px; color: #748882; font-size: .61rem; }
.checkout-body { padding: 25px; }
.checkout-title, .dashboard-title { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 23px; }
.checkout-title > div, .dashboard-title > div { display: grid; }
.checkout-title small, .dashboard-title small { color: var(--green); font-size: .61rem; font-weight: 900; }
.checkout-title strong, .dashboard-title strong { font-size: 1.2rem; }
.checkout-title > span { padding: 4px 8px; border-radius: 4px; background: var(--mint-soft); color: var(--ink-soft); font-size: .65rem; font-weight: 800; }
.line-item { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; color: var(--ink-soft); font-size: .75rem; }
.line-item strong { color: var(--ink); }
.line-item.total { margin-top: 8px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--ink); font-size: .87rem; }
.wise-option { display: grid; grid-template-columns: 18px 32px 1fr auto; gap: 10px; align-items: center; margin-top: 18px; padding: 14px; border: 2px solid var(--green); border-radius: 7px; background: var(--mint-soft); }
.wise-option input { width: 16px; height: 16px; accent-color: var(--green); }
.wise-mini { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 6px; background: var(--lime); color: var(--forest-950); font-weight: 900; }
.wise-option > span:nth-of-type(2) { display: grid; line-height: 1.25; }
.wise-option strong { font-size: .79rem; }
.wise-option small { color: var(--ink-soft); font-size: .62rem; }
.wise-option b { color: var(--green); }
.checkout-body button { width: 100%; min-height: 46px; display: flex; justify-content: space-between; align-items: center; margin-top: 14px; padding: 11px 15px; border: 0; border-radius: 6px; background: var(--forest-900); color: var(--white); font-size: .76rem; font-weight: 850; }
.bridge { display: grid; justify-items: center; gap: 9px; color: var(--green); text-align: center; }
.bridge span { font-size: .6rem; font-weight: 900; text-transform: uppercase; }
.bridge i { width: 2px; height: 35px; background: repeating-linear-gradient(to bottom, var(--green) 0 5px, transparent 5px 10px); }
.bridge img { filter: drop-shadow(0 9px 18px rgba(8, 57, 47, .2)); }
.dashboard-nav { min-height: 50px; display: flex; align-items: center; gap: 9px; padding: 10px 15px; border-bottom: 1px solid rgba(255, 255, 255, .1); background: var(--forest-950); color: var(--white); }
.dashboard-nav strong { font-size: .74rem; }
.dashboard-nav > span { margin-left: auto; display: inline-flex; align-items: center; gap: 5px; color: var(--lime); font-size: .61rem; font-weight: 850; }
.dashboard-nav > span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); }
.dashboard-body { padding: 25px; }
.paid-pill { padding: 5px 8px; border-radius: 4px; background: var(--mint); color: var(--forest-900); font-size: .6rem; font-weight: 900; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.metric-row > div { padding: 13px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); }
.metric-row small, .metric-row strong { display: block; }
.metric-row small { color: var(--ink-soft); font-size: .58rem; }
.metric-row strong { margin-top: 3px; font-size: .76rem; }
.match-list { display: grid; gap: 12px; margin-top: 20px; }
.match-list > div { display: grid; grid-template-columns: 25px 1fr; gap: 10px; align-items: center; }
.match-list > div > span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); font-size: .7rem; font-weight: 900; }
.match-list p { display: grid; margin: 0; line-height: 1.3; }
.match-list strong { font-size: .69rem; }
.match-list small { color: var(--ink-soft); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .56rem; }
.callback-line { display: grid; grid-template-columns: auto 1fr auto; gap: 8px; align-items: center; margin-top: 20px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .58rem; }
.callback-line i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.callback-line strong { color: var(--green); }

.workflow-section { background: var(--mint-soft); }
.workflow-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.flow-card { position: relative; min-height: 275px; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.flow-card:hover { transform: translateY(-5px); border-color: rgba(33, 140, 103, .34); box-shadow: var(--shadow-md); }
.flow-number { position: absolute; top: 15px; right: 16px; color: #a5b7b1; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .7rem; font-weight: 850; }
.flow-icon { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 42px; border-radius: 7px; background: var(--forest-900); color: var(--lime); font-size: 1rem; font-weight: 900; box-shadow: 0 8px 18px rgba(10, 60, 49, .18); }
.flow-card h3 { margin: 0; font-size: 1rem; line-height: 1.3; }
.flow-card p { margin: 10px 0 0; color: var(--ink-soft); font-size: .82rem; line-height: 1.6; }
.timing-note { max-width: 760px; margin: 28px 0 0; padding: 17px 19px; border-left: 3px solid var(--green); background: rgba(255, 255, 255, .72); color: var(--ink-soft); font-size: .82rem; }
.timing-note strong { color: var(--ink); }

.capabilities-section { background: var(--white); }
.capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.capability-card { min-height: 285px; display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.capability-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 7px; color: var(--forest-950); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .72rem; font-weight: 900; }
.feature-mint { background: var(--mint); }
.feature-blue { background: var(--sky); }
.feature-orange { background: var(--orange); }
.feature-lime { background: var(--lime); }
.feature-pink { background: var(--pink); }
.feature-sand { background: var(--sand); }
.capability-card h3 { margin: 29px 0 0; font-size: 1.15rem; }
.capability-card p { margin: 10px 0 22px; color: var(--ink-soft); font-size: .88rem; }
.capability-card > small { margin-top: auto; color: var(--green); font-size: .63rem; font-weight: 900; }

.stores-section { overflow: hidden; background: var(--paper); }
.stores-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .85fr); gap: 75px; align-items: center; }
.stores-photo { position: relative; min-height: 590px; overflow: hidden; border-radius: 8px; box-shadow: var(--shadow-md); }
.stores-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.stores-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(5, 40, 33, .82)); }
.store-stack { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; display: grid; gap: 8px; }
.store-stack > div { display: grid; grid-template-columns: 39px 1fr auto; gap: 11px; align-items: center; padding: 11px 13px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 7px; background: rgba(255, 255, 255, .94); box-shadow: 0 8px 24px rgba(5, 35, 29, .2); }
.store-letter { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 6px; color: var(--forest-950); font-weight: 900; }
.store-a { background: var(--mint); }.store-b { background: var(--sky); }.store-c { background: var(--orange); }
.store-stack p { display: grid; min-width: 0; margin: 0; line-height: 1.25; }
.store-stack strong { overflow: hidden; font-size: .73rem; text-overflow: ellipsis; white-space: nowrap; }
.store-stack small { color: var(--ink-soft); font-size: .59rem; }
.store-stack b { color: var(--green); font-size: .59rem; }
.stores-copy h2 { font-size: 2.9rem; }
.check-list { display: grid; gap: 18px; margin: 27px 0 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 31px 1fr; gap: 12px; align-items: start; }
.check-list li > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 7px; background: var(--mint); color: var(--green); font-weight: 900; }
.check-list div { display: grid; }
.check-list strong { font-size: .91rem; }
.check-list small { margin-top: 3px; color: var(--ink-soft); }
.check-list code { padding: 2px 5px; border-radius: 3px; background: var(--mint); color: var(--forest-900); }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 28px; color: var(--forest-900); font-weight: 900; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.security-section { padding: 100px 0; overflow: hidden; background: var(--forest-950); color: var(--white); }
.security-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 75px; align-items: center; }
.security-copy h2 { font-size: 3.05rem; }
.security-copy > p { color: rgba(255, 255, 255, .72); }
.security-copy .button { margin-top: 27px; }
.security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.security-item { display: grid; grid-template-columns: 47px 1fr; gap: 13px; align-items: center; min-height: 112px; padding: 19px; border: 1px solid var(--line-dark); border-radius: 8px; background: rgba(255, 255, 255, .06); box-shadow: 0 16px 35px rgba(0, 0, 0, .12); }
.security-item > span { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 7px; background: var(--lime); color: var(--forest-950); font-weight: 900; }
.security-item div { display: grid; }
.security-item strong { font-size: .87rem; }
.security-item small { margin-top: 3px; color: rgba(255, 255, 255, .62); font-size: .7rem; }

.faq-section { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: 75px; align-items: start; }
.faq-layout .section-heading { position: sticky; top: 120px; margin-bottom: 0; }
.faq-layout .section-heading h2 { font-size: 2.85rem; }
.faq-list { display: grid; gap: 10px; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }
.faq-item button { width: 100%; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; border: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.faq-item button span { font-weight: 850; }
.faq-item button b { width: 27px; height: 27px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--white); color: var(--green); font-size: 1rem; transition: transform .2s ease, background .2s ease; }
.faq-item > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-item > div > p { min-height: 0; overflow: hidden; margin: 0; padding: 0 20px; color: var(--ink-soft); font-size: .88rem; transition: padding .25s ease; }
.faq-item.is-open > div { grid-template-rows: 1fr; }
.faq-item.is-open > div > p { padding-bottom: 20px; }
.faq-item.is-open button b { transform: rotate(45deg); background: var(--mint); }

.contact-section { padding: 100px 0; background: var(--mint); }
.contact-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 70px; align-items: center; }
.contact-copy h2 { font-size: 3.1rem; }
.contact-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 23px; }
.contact-tags span { padding: 6px 9px; border: 1px solid rgba(16, 63, 53, .22); border-radius: 4px; background: rgba(255, 255, 255, .55); color: var(--forest-900); font-size: .7rem; font-weight: 850; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 28px; border: 1px solid rgba(16, 63, 53, .15); border-radius: 8px; background: var(--white); box-shadow: var(--shadow-md); }
.contact-form label { display: grid; gap: 6px; min-width: 0; }
.contact-form label > span { color: var(--forest-900); font-size: .72rem; font-weight: 850; }
.contact-form input, .contact-form select { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); color: var(--ink); font-size: .82rem; outline: none; }
.contact-form input:focus, .contact-form select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(33, 140, 103, .12); }
.contact-form .full { grid-column: 1 / -1; }
.contact-form .button { min-height: 50px; margin-top: 3px; }
.form-note { color: var(--ink-soft); text-align: center; font-size: .68rem; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; }

.site-footer { padding: 70px 0 24px; background: #061f1b; color: rgba(255, 255, 255, .7); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 42px; padding-bottom: 42px; border-bottom: 1px solid rgba(255, 255, 255, .13); }
.brand-footer { color: var(--white); }
.footer-grid > div:first-child > p { max-width: 360px; margin: 17px 0 0; font-size: .82rem; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 10px; }
.footer-grid > div:not(:first-child) > strong { margin-bottom: 6px; color: var(--white); font-size: .8rem; }
.footer-grid a:not(.brand) { font-size: .78rem; text-decoration: none; }
.footer-grid a:not(.brand):hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 40px; padding-top: 22px; font-size: .68rem; }
.footer-bottom p { max-width: 730px; margin: 0; text-align: right; }

.simple-body { min-height: 100vh; display: grid; grid-template-rows: auto 1fr auto; background: var(--paper); }
.simple-header { border-bottom: 1px solid var(--line); background: var(--white); }
.simple-header .shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.simple-header .brand { color: var(--ink); }
.simple-main { display: grid; place-items: center; padding: 90px 0; }
.simple-card { width: min(100%, 760px); padding: 48px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow-md); }
.simple-code { margin: 0 0 13px; color: var(--green); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .76rem; font-weight: 900; }
.simple-card h1 { margin: 0; font-size: 3.2rem; line-height: 1.08; }
.simple-card h2 { margin: 32px 0 0; font-size: 1.35rem; }
.simple-card p, .simple-card li { color: var(--ink-soft); }
.simple-card .button { margin-top: 22px; }
.simple-card ul { padding-left: 20px; }
.simple-footer { padding: 22px 0; background: var(--forest-950); color: rgba(255, 255, 255, .65); font-size: .7rem; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .62s ease, transform .62s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.workflow-grid .reveal:nth-child(2), .capability-grid .reveal:nth-child(2), .security-grid .reveal:nth-child(2) { transition-delay: .06s; }
.workflow-grid .reveal:nth-child(3), .capability-grid .reveal:nth-child(3), .security-grid .reveal:nth-child(3) { transition-delay: .12s; }
.workflow-grid .reveal:nth-child(4), .capability-grid .reveal:nth-child(4), .security-grid .reveal:nth-child(4) { transition-delay: .18s; }
.workflow-grid .reveal:nth-child(5), .capability-grid .reveal:nth-child(5) { transition-delay: .24s; }
.capability-grid .reveal:nth-child(6) { transition-delay: .3s; }
@keyframes live-pulse { 0%, 100% { box-shadow: 0 0 0 4px rgba(33, 140, 103, .12); } 50% { box-shadow: 0 0 0 8px rgba(33, 140, 103, .02); } }

@media (max-width: 1080px) {
  .desktop-nav { gap: 16px; }
  .desktop-nav > a:not(.button) { display: none; }
  .hero-layout { grid-template-columns: minmax(0, 1fr) 380px; gap: 38px; }
  .hero-copy h1 { font-size: 3.6rem; }
  .workflow-grid { grid-template-columns: repeat(3, 1fr); }
  .product-stage { grid-template-columns: minmax(0, 1fr) 85px minmax(0, 1fr); }
  .stores-layout { gap: 45px; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .nav-shell { min-height: 70px; }
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .mobile-nav { position: absolute; top: 70px; left: 0; right: 0; display: grid; gap: 2px; max-height: 0; overflow: hidden; padding: 0 15px; background: var(--white); color: var(--ink); opacity: 0; transition: max-height .3s ease, padding .3s ease, opacity .2s ease; }
  .site-header.menu-visible .mobile-nav { max-height: 440px; padding-block: 12px 18px; border-bottom: 1px solid var(--line); opacity: 1; box-shadow: 0 18px 34px rgba(7, 47, 39, .12); }
  .mobile-nav > a:not(.button) { padding: 11px 5px; border-bottom: 1px solid var(--line); font-size: .85rem; font-weight: 750; text-decoration: none; }
  .mobile-nav .button { margin-top: 8px; }
  .product-hero { min-height: auto; }
  .hero-shade { background: linear-gradient(180deg, rgba(5, 36, 31, .93), rgba(5, 36, 31, .78)); }
  .hero-photo { object-position: 62% center; }
  .hero-layout { grid-template-columns: 1fr; gap: 36px; padding-block: 115px 66px; }
  .hero-copy h1 { font-size: 3.2rem; }
  .payment-preview { justify-self: start; }
  .signal-grid { grid-template-columns: 1fr 1fr; }
  .signal-grid > div:nth-child(3) { border-top: 1px solid var(--line); }
  .signal-grid > div:nth-child(4) { border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
  .section { padding: 80px 0; }
  .section-heading h2, .stores-copy h2, .security-copy h2, .contact-copy h2 { font-size: 2.55rem; }
  .product-stage { grid-template-columns: 1fr; gap: 23px; }
  .bridge { grid-template-columns: 1fr auto 1fr auto 1fr; }
  .bridge i { width: 35px; height: 2px; background: repeating-linear-gradient(to right, var(--green) 0 5px, transparent 5px 10px); }
  .workflow-grid, .capability-grid { grid-template-columns: 1fr 1fr; }
  .flow-card { min-height: 255px; }
  .stores-layout, .security-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 45px; }
  .stores-photo { min-height: 520px; }
  .faq-layout .section-heading { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .brand strong { font-size: .9rem; }
  .brand small { font-size: .61rem; }
  .hero-copy h1 { font-size: 2.65rem; }
  .hero-lead { font-size: .98rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-points { display: grid; }
  .payment-preview { width: 100%; }
  .preview-main { padding: 19px; }
  .preview-status { grid-template-columns: 39px 1fr; }
  .status-badge { grid-column: 2; justify-self: start; }
  .preview-foot { display: grid; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid > div { border-right: 1px solid var(--line); border-top: 1px solid var(--line); }
  .signal-grid > div:first-child { border-top: 0; }
  .section-heading h2, .stores-copy h2, .security-copy h2, .contact-copy h2 { font-size: 2.15rem; }
  .section-heading { margin-bottom: 34px; }
  .workflow-grid, .capability-grid, .security-grid { grid-template-columns: 1fr; }
  .flow-card, .capability-card { min-height: auto; }
  .flow-icon { margin-bottom: 28px; }
  .bridge { gap: 4px; }
  .bridge span { font-size: .5rem; }
  .bridge i { width: 18px; }
  .stores-photo { min-height: 460px; }
  .store-stack { left: 12px; right: 12px; bottom: 12px; }
  .store-stack > div { grid-template-columns: 35px 1fr; }
  .store-stack b { display: none; }
  .contact-form { grid-template-columns: 1fr; padding: 20px; }
  .contact-form .full { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
  .footer-bottom p { text-align: left; }
  .simple-card { padding: 30px 22px; }
  .simple-card h1 { font-size: 2.4rem; }
}

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