:root {
  --ink: #0f2225;
  --ink-2: #163338;
  --muted: #617276;
  --paper: #f7f8f4;
  --white: #ffffff;
  --line: #dce4df;
  --line-soft: #e9eeeb;
  --accent: #f75a35;
  --accent-dark: #d94423;
  --accent-soft: #ffe8df;
  --mint: #85d7bd;
  --mint-soft: #e2f6ef;
  --teal: #0c746b;
  --teal-soft: #dff3f0;
  --purple: #7459c9;
  --purple-soft: #eee9fb;
  --amber: #d9861c;
  --amber-soft: #fff0d7;
  --danger: #cf4d4d;
  --danger-soft: #fee7e7;
  --shadow: 0 24px 70px rgba(12, 34, 35, 0.12);
  --shadow-soft: 0 14px 40px rgba(12, 34, 35, 0.07);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --display: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; font-family: var(--body); color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p { margin: 0; }
h1, h2, h3, strong, b { font-family: var(--display); }
button { color: inherit; }

.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; transform: translateY(-160%); padding: 12px 18px; border-radius: 10px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }
.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; }

.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand-copy { display: grid; grid-template-columns: auto auto; align-items: end; column-gap: 5px; line-height: .9; letter-spacing: -.04em; }
.brand-copy strong { color: #c53b1e; font-size: 18px; text-transform: uppercase; }
.brand-copy b { color: var(--ink); font-size: 18px; letter-spacing: .08em; }
.brand-copy small { grid-column: 1 / -1; margin-top: 5px; color: var(--muted); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }

.site-header { position: fixed; z-index: 50; top: 18px; left: 50%; width: min(1280px, calc(100% - 40px)); min-height: 70px; padding: 12px 16px 12px 20px; transform: translateX(-50%); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; border: 1px solid rgba(216,226,220,.85); border-radius: 19px; background: rgba(250, 251, 248, .84); box-shadow: 0 10px 35px rgba(15,34,37,.06); backdrop-filter: blur(18px); transition: .3s ease; }
.site-header.scrolled { top: 10px; background: rgba(255,255,255,.94); box-shadow: 0 16px 45px rgba(15,34,37,.10); }
.site-nav { justify-self: center; display: flex; align-items: center; gap: 4px; }
.site-nav a { position: relative; padding: 11px 14px; border-radius: 10px; color: #405457; font-size: 14px; font-weight: 600; }
.site-nav a::after { content: ""; position: absolute; right: 14px; bottom: 7px; left: 14px; height: 1.5px; transform: scaleX(0); transform-origin: left; background: var(--accent); transition: transform .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.text-link { color: #3c5053; font-size: 13px; font-weight: 650; }
.button { display: inline-flex; min-height: 52px; padding: 0 22px; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 18px; border-radius: 12px; font-size: 13px; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #1c393d; box-shadow: 0 10px 25px rgba(15,34,37,.18); }
.button-primary { background: #c83d20; color: var(--white); box-shadow: 0 14px 28px rgba(200,61,32,.24); }
.button-primary:hover { background: #b63319; box-shadow: 0 18px 34px rgba(200,61,32,.3); }
.button-ghost { border-color: #ced9d4; background: rgba(255,255,255,.52); }
.button-ghost:hover { background: var(--white); }
.button-ghost-light { border-color: rgba(255,255,255,.25); color: var(--white); }
.button-ghost-light:hover { background: rgba(255,255,255,.08); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 11px; background: var(--ink); }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: white; }

.section-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.hero { min-height: 900px; padding-top: 152px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); align-items: center; gap: 64px; overflow: hidden; }
.hero-copy { padding-bottom: 36px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.67); font-size: 12px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; background: var(--accent); }
.hero .eyebrow, .eyebrow-dark { color: var(--teal); }
.hero h1 { margin: 22px 0 25px; color: var(--ink); font-size: clamp(58px, 7vw, 96px); line-height: .95; letter-spacing: -.075em; font-weight: 700; }
h1 em, h2 em { color: var(--accent); font-style: normal; }
.hero-lead { max-width: 640px; color: #506468; font-size: 19px; line-height: 1.72; }
.hero-actions { margin-top: 34px; display: flex; gap: 12px; flex-wrap: wrap; }
.trust-row { margin-top: 46px; padding-top: 28px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 0; }
.trust-row div { min-width: 150px; padding-right: 26px; margin-right: 26px; display: grid; gap: 5px; border-right: 1px solid var(--line); }
.trust-row div:last-child { border-right: 0; }
.trust-row b { color: var(--ink); font-size: 23px; }
.trust-row span { color: var(--muted); font-size: 11px; letter-spacing: .03em; }
.fine-print { margin-top: 12px; color: #5d6d6a; font-size: 10px; line-height: 1.5; }

.hero-stage { position: relative; min-height: 690px; display: grid; place-items: center; }
.hero-glow { position: absolute; width: 570px; height: 570px; border-radius: 50%; background: radial-gradient(circle at center, rgba(133,215,189,.25), rgba(133,215,189,.08) 45%, transparent 70%); }
.hero-stage::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(13,115,107,.15); border-radius: 50%; }
.phone-shell { position: relative; z-index: 3; width: 350px; min-height: 655px; padding: 14px 17px 20px; border: 9px solid #143336; border-radius: 46px; background: #f8faf7; box-shadow: 0 42px 90px rgba(15,34,37,.28), inset 0 0 0 1px rgba(255,255,255,.2); transform: rotate(2deg); }
.phone-top { padding: 3px 7px 11px; display: flex; justify-content: space-between; align-items: center; color: #365155; font-size: 9px; font-weight: 700; }
.phone-top i { width: 86px; height: 20px; margin-top: -12px; border-radius: 0 0 14px 14px; background: #143336; }
.phone-brand { display: flex; align-items: center; justify-content: space-between; }
.mini-brand { display: flex; align-items: center; gap: 6px; color: var(--ink); font-size: 12px; font-weight: 750; }
.mini-brand img { width: 24px; height: 24px; }
.phone-brand button { width: 30px; height: 30px; border: 0; border-radius: 50%; background: var(--white); color: var(--accent); box-shadow: var(--shadow-soft); }
.relief-card { position: relative; margin-top: 18px; padding: 22px; overflow: hidden; border-radius: 22px; background: linear-gradient(145deg, #0e3a3d, #14555a); color: white; box-shadow: 0 16px 35px rgba(15,53,57,.23); }
.relief-card::after { content: ""; position: absolute; width: 180px; height: 180px; top: -95px; right: -75px; border: 28px solid rgba(133,215,189,.12); border-radius: 50%; }
.relief-card > span { display: block; color: rgba(255,255,255,.66); font-size: 10px; letter-spacing: .05em; }
.relief-card strong { display: block; margin-top: 6px; font-size: 30px; }
.relief-card small { color: rgba(255,255,255,.7); font-size: 9px; }
.streak { margin: 18px 0 9px; display: flex; justify-content: space-between; }
.streak i { width: 28px; height: 5px; border-radius: 4px; background: var(--mint); opacity: 0; animation: streakIn .45s forwards; animation-delay: calc(var(--step) * .18s + .5s); }
.streak i.next { background: rgba(255,255,255,.19); }
@keyframes streakIn { to { opacity: 1; } }
.phone-heading { margin: 24px 3px 10px; display: flex; justify-content: space-between; font-size: 10px; }
.phone-heading strong { font-size: 13px; }
.phone-heading span { color: var(--accent); }
.bill-item { margin-top: 8px; padding: 13px 11px; display: grid; grid-template-columns: 39px 1fr auto; align-items: center; gap: 10px; border: 1px solid #e4eae6; border-radius: 15px; background: white; transition: .25s ease; }
.bill-item.active { border-color: rgba(247,90,53,.35); box-shadow: 0 8px 25px rgba(15,34,37,.06); }
.bill-item:hover { transform: translateX(3px); }
.bill-icon { display: grid; place-items: center; flex: 0 0 auto; width: 38px; height: 38px; border-radius: 12px; font-style: normal; }
.bill-icon.electric { background: #fff1c9; color: #c07b12; }
.bill-icon.home { background: #def4ed; color: #087769; }
.bill-icon.card { background: #eee9fb; color: #7558c8; }
.bill-item div:nth-child(2) { display: grid; gap: 4px; }
.bill-item strong, .bill-item b { font-size: 10px; }
.bill-item span { color: #7d8c89; font-size: 8px; }
.phone-pay { width: 100%; min-height: 46px; margin-top: 16px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 14px; background: var(--accent); color: white; font-size: 11px; font-weight: 750; cursor: pointer; }
.status-float { position: absolute; z-index: 5; right: -18px; bottom: 105px; min-width: 210px; padding: 15px 16px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.7); border-radius: 15px; background: rgba(255,255,255,.92); box-shadow: 0 20px 50px rgba(15,34,37,.17); backdrop-filter: blur(16px); animation: float 4s ease-in-out infinite; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #2db985; box-shadow: 0 0 0 6px rgba(45,185,133,.12); }
.status-float div { display: grid; gap: 3px; }
.status-float small { color: var(--muted); font-size: 8px; }
.status-float strong { font-size: 11px; }
.status-float b { color: var(--teal); font-size: 11px; }
@keyframes float { 50% { transform: translateY(-10px); } }
.orbit { position: absolute; z-index: 2; width: 120px; height: 120px; display: grid; place-items: center; border: 1px dashed rgba(13,115,107,.25); border-radius: 50%; animation: orbitPulse 5s ease-in-out infinite; }
.orbit span { padding: 9px 13px; border: 1px solid rgba(13,115,107,.12); border-radius: 999px; background: rgba(255,255,255,.86); box-shadow: var(--shadow-soft); color: var(--teal); font-size: 10px; font-weight: 750; }
.orbit-one { top: 112px; left: 34px; }
.orbit-two { top: 228px; right: 8px; animation-delay: -1.5s; }
.orbit-three { left: 30px; bottom: 88px; animation-delay: -3s; }
@keyframes orbitPulse { 50% { transform: scale(1.06) rotate(4deg); } }

.logo-strip { min-height: 82px; padding: 0 5vw; display: flex; align-items: center; justify-content: center; gap: clamp(22px, 5vw, 68px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.42); color: #42575a; }
.logo-strip span { color: #596a67; font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.logo-strip b { font-size: 14px; letter-spacing: .04em; }
.logo-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }

.section { padding: 124px 0; }
.section-intro { margin-bottom: 58px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.section-intro h2 { margin: 18px 0 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; letter-spacing: -.055em; }
.section-intro > p { max-width: 480px; color: var(--muted); font-size: 16px; line-height: 1.8; }

.bill-explorer { display: grid; grid-template-columns: 390px 1fr; gap: 0; overflow: hidden; border: 1px solid #d8e1dc; border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-soft); }
.bill-tabs { padding: 22px; display: grid; gap: 8px; background: #eef2ee; }
.bill-tab { width: 100%; min-height: 118px; padding: 22px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 18px; text-align: left; border: 1px solid transparent; border-radius: 18px; background: transparent; cursor: pointer; transition: .25s ease; }
.bill-tab > span { grid-row: 1 / 3; align-self: center; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(15,34,37,.06); color: #6e807c; font-size: 10px; font-weight: 800; }
.bill-tab strong { align-self: end; font-size: 17px; }
.bill-tab small { align-self: start; margin-top: 6px; color: #71827f; font-size: 11px; }
.bill-tab:hover { background: rgba(255,255,255,.55); }
.bill-tab.active { border-color: rgba(247,90,53,.18); background: white; box-shadow: 0 12px 28px rgba(15,34,37,.06); }
.bill-tab.active > span { background: var(--accent); color: white; }
.bill-detail { min-height: 450px; padding: 58px 64px 42px; display: flex; flex-direction: column; justify-content: center; }
.detail-meta { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.detail-meta span, .detail-meta b { padding: 8px 12px; border-radius: 999px; font-size: 10px; }
.detail-meta span { background: var(--accent-soft); color: var(--accent-dark); }
.detail-meta b { background: var(--teal-soft); color: var(--teal); }
.bill-detail h3 { max-width: 650px; margin: 24px 0 14px; font-size: 34px; line-height: 1.16; letter-spacing: -.035em; }
.bill-detail > p { max-width: 680px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.example-chips { margin-top: 24px; display: flex; gap: 8px; flex-wrap: wrap; }
.example-chips span { padding: 10px 13px; border: 1px solid #dde4e0; border-radius: 10px; color: #42575a; font-size: 11px; }
.detail-visual { margin-top: 42px; padding: 24px 26px; border-radius: 18px; background: #f5f7f3; }
.timeline-line { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.timeline-line::before { content: ""; position: absolute; top: 7px; right: 7px; left: 7px; height: 2px; background: #d9e1dc; }
.timeline-line::after { content: ""; position: absolute; z-index: 1; top: 7px; left: 7px; width: 68%; height: 2px; background: linear-gradient(90deg, var(--accent), var(--mint)); animation: timelineGrow 2.6s ease-in-out infinite alternate; }
@keyframes timelineGrow { from { width: 8%; } to { width: 92%; } }
.timeline-line i { position: relative; z-index: 2; justify-self: center; width: 16px; height: 16px; border: 4px solid white; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 2px var(--teal); }
.detail-visual > div:last-child { margin-top: 13px; display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; color: #6e7f7c; font-size: 9px; }

.section-dark { position: relative; overflow: hidden; background: var(--ink); color: white; }
.section-dark::before { content: ""; position: absolute; top: -400px; right: -240px; width: 760px; height: 760px; border: 120px solid rgba(133,215,189,.035); border-radius: 50%; }
.section-intro.light .eyebrow { color: var(--mint); }
.section-intro.light > p { color: rgba(255,255,255,.6); }
.benefit-loop { position: relative; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 24px; }
.benefit-loop article { min-height: 340px; padding: 34px; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; background: rgba(255,255,255,.045); transition: transform .3s ease, background .3s ease; }
.benefit-loop article:hover { transform: translateY(-8px); background: rgba(255,255,255,.075); }
.loop-number { color: rgba(255,255,255,.28); font-size: 10px; letter-spacing: .16em; }
.loop-icon { width: 56px; height: 56px; margin: 38px 0 28px; display: grid; place-items: center; border-radius: 17px; background: var(--mint); color: var(--ink); font-size: 23px; }
.benefit-loop article:nth-of-type(2) .loop-icon { background: var(--accent); color: white; }
.benefit-loop article:nth-of-type(3) .loop-icon { background: #efda8b; }
.benefit-loop h3 { margin: 0 0 14px; font-size: 27px; }
.benefit-loop p { min-height: 72px; color: rgba(255,255,255,.63); font-size: 14px; line-height: 1.7; }
.benefit-loop small { display: block; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: var(--mint); font-size: 10px; }
.loop-arrow { color: rgba(255,255,255,.32); font-size: 24px; }
.streak-panel { margin-top: 34px; padding: 44px; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 60px; border-radius: 24px; background: var(--mint); color: var(--ink); }
.panel-label { color: #3f756e; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.streak-panel h3 { margin: 12px 0; font-size: 26px; letter-spacing: -.03em; }
.streak-panel p { color: #426661; font-size: 13px; line-height: 1.65; }
.month-track { display: flex; align-items: center; }
.month-track span { display: grid; place-items: center; gap: 8px; color: #3d6660; font-size: 9px; }
.month-track span i { width: 38px; height: 38px; display: grid; place-items: center; border: 2px solid white; border-radius: 50%; background: white; color: var(--teal); font-style: normal; font-weight: 800; box-shadow: 0 8px 18px rgba(11,82,74,.1); }
.month-track span.current i { background: var(--accent); color: white; }
.month-track b { flex: 1; height: 2px; margin: 0 4px 18px; background: rgba(12,116,107,.22); }

.how-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 90px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { position: relative; padding: 23px 0; display: grid; grid-template-columns: 50px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.steps li > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #e7ece8; color: #788784; font-size: 9px; font-weight: 800; }
.steps li.active > span { background: var(--accent); color: white; }
.steps strong { font-size: 17px; }
.steps p { margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.flow-card { padding: 36px; border-radius: 28px; background: var(--ink); color: white; box-shadow: var(--shadow); }
.flow-top, .flow-total { display: flex; justify-content: space-between; align-items: center; }
.flow-top span { font-size: 13px; font-weight: 750; }
.flow-top small { padding: 7px 10px; border-radius: 999px; background: rgba(133,215,189,.14); color: var(--mint); font-size: 9px; }
.flow-total { margin: 26px 0 18px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.09); border-bottom: 1px solid rgba(255,255,255,.09); }
.flow-total span { color: rgba(255,255,255,.55); font-size: 11px; }
.flow-total strong { font-size: 26px; }
.flow-bills { display: grid; gap: 8px; }
.flow-bills > span { padding: 10px 0; display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 12px; color: rgba(255,255,255,.76); font-size: 11px; }
.flow-bills .bill-icon { width: 36px; height: 36px; }
.flow-bills b { color: white; }
.method-label { margin-top: 22px; color: rgba(255,255,255,.52); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.method-row { margin: 10px 0 16px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.method-row button { min-height: 42px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: transparent; color: rgba(255,255,255,.68); font-size: 10px; cursor: pointer; }
.method-row button.selected { border-color: var(--accent); background: rgba(247,90,53,.12); color: white; }
.flow-approve { width: 100%; min-height: 52px; padding: 0 18px; display: flex; justify-content: space-between; align-items: center; border: 0; border-radius: 13px; background: var(--accent); color: white; font-weight: 750; cursor: pointer; }
.flow-card > p { margin-top: 15px; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.46); font-size: 9px; }

.ecosystem { background: #edf1ed; }
.ecosystem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ecosystem-card { position: relative; min-height: 520px; padding: 34px; overflow: hidden; border-radius: 26px; background: white; box-shadow: 0 10px 30px rgba(15,34,37,.04); transition: transform .3s ease, box-shadow .3s ease; }
.ecosystem-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-soft); }
.card-index { color: #7b8b87; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.ecosystem-card h3 { max-width: 300px; margin: 24px 0 14px; font-size: 28px; line-height: 1.13; letter-spacing: -.04em; }
.ecosystem-card p { max-width: 320px; color: var(--muted); font-size: 13px; line-height: 1.72; }
.ecosystem-card > b { position: absolute; z-index: 2; left: 34px; bottom: 31px; display: flex; align-items: center; gap: 10px; color: var(--teal); font-size: 11px; }
.ecosystem-card > b i { font-style: normal; }
.card-art { position: absolute; right: 0; bottom: 70px; left: 0; height: 180px; }
.member-art { margin: 0 34px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 10px; }
.member-art span { border-radius: 15px 15px 8px 8px; background: var(--accent-soft); box-shadow: inset 0 0 0 1px rgba(247,90,53,.08); }
.member-art span:nth-child(1) { height: 92px; }
.member-art span:nth-child(2) { height: 150px; background: var(--accent); }
.member-art span:nth-child(3) { height: 120px; background: var(--mint-soft); }
.merchant-card { background: var(--ink); color: white; }
.merchant-card p { color: rgba(255,255,255,.6); }
.merchant-card > b { color: var(--mint); }
.merchant-art { height: 145px; margin: 0 34px; display: flex; align-items: flex-end; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.18); }
.merchant-art i { flex: 1; height: var(--bar, 40%); border-radius: 8px 8px 0 0; background: rgba(133,215,189,.3); }
.merchant-art i:nth-child(1) { --bar: 38%; }.merchant-art i:nth-child(2) { --bar: 64%; }.merchant-art i:nth-child(3) { --bar: 51%; background: var(--accent); }.merchant-art i:nth-child(4) { --bar: 82%; }.merchant-art i:nth-child(5) { --bar: 95%; background: var(--mint); }
.partner-card { background: #dff3f0; }
.partner-art { margin: 20px 34px 0; display: flex; align-items: center; }
.partner-art span { flex: 0 0 65px; width: 65px; height: 65px; display: grid; place-items: center; border: 1px solid rgba(12,116,107,.2); border-radius: 50%; background: white; color: var(--teal); font-weight: 800; }
.partner-art span:last-child { background: var(--accent); color: white; }
.partner-art b { flex: 1; height: 2px; background: rgba(12,116,107,.2); }

.launch-stats { padding: 112px 0; background: #f7f8f4; }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.stats-grid > div { min-height: 180px; padding: 25px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow-soft); }
.stats-grid > div:first-child { background: var(--ink); color: white; }
.stats-grid strong { font-size: clamp(28px, 3vw, 42px); letter-spacing: -.04em; }
.stats-grid span { margin-top: 13px; color: var(--muted); font-size: 12px; font-weight: 750; }
.stats-grid > div:first-child span { color: rgba(255,255,255,.7); }
.stats-grid small { margin-top: 7px; color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.download-section { padding: 112px 0; background: #e5f3ef; }
.download-grid { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); align-items: center; gap: 64px; }
.download-copy h2 { margin: 22px 0; font-size: clamp(46px, 5vw, 68px); line-height: .98; letter-spacing: -.06em; }
.download-copy p { max-width: 560px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.download-copy .button { margin-top: 28px; }
.store-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.store-card { min-height: 280px; padding: 26px; display: flex; flex-direction: column; border: 1px solid rgba(12,116,107,.13); border-radius: 21px; background: rgba(255,255,255,.74); }
.store-card.active { background: var(--ink); color: white; box-shadow: var(--shadow); }
.store-card > span { color: var(--accent); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.store-card strong { margin-top: 45px; font-size: 25px; }
.store-card p { margin-top: 12px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.store-card.active p { color: rgba(255,255,255,.58); }
.store-card a, .store-card b { margin-top: auto; color: var(--teal); font-size: 11px; font-weight: 800; }
.store-card.active a { color: var(--mint); }
.directory-note { margin-top: 22px !important; font-size: 10px !important; line-height: 1.7 !important; color: rgba(255,255,255,.42) !important; }

.cta-section { position: relative; min-height: 620px; padding: 110px 24px; overflow: hidden; display: grid; place-items: center; text-align: center; background: #10282c; color: white; }
.cta-section::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,40,44,.9), rgba(16,40,44,.28), rgba(16,40,44,.9)), radial-gradient(circle at center, rgba(133,215,189,.18), transparent 60%); }
.cta-orbit { position: absolute; z-index: 1; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.cta-orbit::before, .cta-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.cta-orbit::before { inset: 90px; }.cta-orbit::after { inset: 180px; background: rgba(247,90,53,.06); }
.cta-copy { position: relative; z-index: 2; max-width: 780px; }
.cta-copy .eyebrow { color: var(--mint); }
.cta-copy h2 { margin: 24px 0; font-size: clamp(48px, 6vw, 76px); line-height: .98; letter-spacing: -.06em; }
.cta-copy p { max-width: 610px; margin: 0 auto 32px; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.75; }
.cta-copy > div:last-child { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

.site-footer { padding: 74px max(24px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 56px 40px; background: #0b1e21; color: rgba(255,255,255,.67); }
.brand-light .brand-copy b { color: white; }
.brand-light .brand-copy strong { color: #ff8a6f; }
.brand-light .brand-copy small { color: rgba(255,255,255,.72); }
.footer-brand > p { margin-top: 18px; font-size: 12px; }
.site-footer > div:not(.footer-brand):not(.footer-bottom) { display: grid; align-content: start; gap: 12px; }
.site-footer > div > span { margin-bottom: 8px; color: white; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.site-footer a, .site-footer p { font-size: 12px; }
.site-footer a:hover { color: var(--mint); }
.footer-bottom { grid-column: 1 / -1; padding-top: 28px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.64); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.toast { position: fixed; z-index: 999; right: 24px; bottom: 24px; max-width: 340px; padding: 14px 18px; border-radius: 12px; background: var(--ink); color: white; box-shadow: var(--shadow); font-size: 12px; opacity: 0; pointer-events: none; transform: translateY(15px); transition: .25s ease; }
.toast.show { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .site-nav { display: none; }
  .hero { grid-template-columns: 1fr 460px; gap: 20px; }
  .hero h1 { font-size: 68px; }
  .hero-stage { transform: scale(.88); transform-origin: center; }
  .bill-explorer { grid-template-columns: 330px 1fr; }
  .bill-detail { padding-inline: 40px; }
  .benefit-loop { gap: 12px; }
  .benefit-loop article { padding: 26px; }
  .streak-panel { grid-template-columns: 1fr; gap: 36px; }
  .how-grid { gap: 46px; }
}

@media (max-width: 860px) {
  .site-header { grid-template-columns: auto auto; justify-content: space-between; }
  .menu-toggle { display: block; }
  .header-actions { display: none; }
  .site-nav { position: absolute; top: calc(100% + 8px); right: 0; left: 0; padding: 12px; display: grid; gap: 2px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }
  .site-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav a { padding: 15px; }
  .hero { padding-top: 145px; grid-template-columns: 1fr; text-align: center; }
  .hero-copy { display: grid; justify-items: center; }
  .hero-stage { min-height: 670px; transform: scale(.92); }
  .trust-row { justify-content: center; }
  .logo-strip { flex-wrap: wrap; padding-block: 24px; }
  .section { padding: 90px 0; }
  .section-intro { grid-template-columns: 1fr; gap: 24px; }
  .bill-explorer { grid-template-columns: 1fr; }
  .bill-tabs { grid-template-columns: repeat(3, 1fr); }
  .bill-tab { min-height: 130px; padding: 16px; grid-template-columns: 1fr; grid-template-rows: auto auto auto; }
  .bill-tab > span { grid-row: auto; }
  .bill-detail { min-height: 430px; }
  .benefit-loop { grid-template-columns: 1fr; }
  .loop-arrow { transform: rotate(90deg); text-align: center; }
  .benefit-loop article { min-height: auto; }
  .month-track { overflow-x: auto; padding-bottom: 8px; }
  .month-track b { min-width: 28px; }
  .how-grid { grid-template-columns: 1fr; }
  .ecosystem-grid { grid-template-columns: 1fr; }
  .ecosystem-card { min-height: 500px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .download-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1.2fr 1fr; }
}

@media (max-width: 560px) {
  .month-track b { min-width: 16px; }
  .site-header { top: 10px; width: calc(100% - 20px); min-height: 62px; padding: 8px 10px 8px 14px; border-radius: 15px; }
  .brand img { width: 34px; height: 34px; }
  .brand-copy strong, .brand-copy b { font-size: 15px; }
  .section-shell { width: min(100% - 30px, 1240px); }
  .hero { min-height: auto; padding-top: 120px; gap: 0; }
  .hero h1 { margin-top: 18px; font-size: clamp(50px, 16vw, 68px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { width: 100%; }
  .hero-actions .button { flex: 1 1 100%; }
  .trust-row { width: 100%; align-items: start; }
  .trust-row div { min-width: 0; flex: 1; padding-right: 10px; margin-right: 10px; }
  .trust-row b { font-size: 18px; }
  .trust-row span { font-size: 8px; }
  .hero-stage { min-height: 610px; transform: scale(.76); margin: -50px -70px; }
  .status-float { right: 20px; }
  .orbit-one { left: 0; }.orbit-two { right: 0; }.orbit-three { left: 0; }
  .logo-strip { gap: 12px 22px; }
  .logo-strip i { display: none; }
  .section { padding: 74px 0; }
  .section-intro { margin-bottom: 38px; }
  .section-intro h2 { font-size: 42px; }
  .section-intro > p { font-size: 14px; }
  .bill-tabs { padding: 10px; gap: 5px; }
  .bill-tab { min-height: 116px; padding: 10px; text-align: center; justify-items: center; }
  .bill-tab strong { font-size: 12px; }
  .bill-tab small { font-size: 8px; }
  .bill-detail { min-height: 510px; padding: 34px 24px; }
  .bill-detail h3 { font-size: 27px; }
  .detail-visual { padding-inline: 10px; }
  .detail-visual > div:last-child { font-size: 7px; }
  .benefit-loop article { padding: 28px; }
  .streak-panel { padding: 28px 22px; }
  .month-track { margin-right: 0; }
  .month-track span i { width: 32px; height: 32px; }
  .flow-card { padding: 25px 20px; }
  .ecosystem-card { min-height: 470px; padding: 26px; }
  .ecosystem-card > b { left: 26px; }
  .partner-art, .merchant-art, .member-art { margin-inline: 26px; }
  .launch-stats, .download-section { padding: 78px 0; }
  .stats-grid { grid-template-columns: 1fr; }
  .stats-grid > div { min-height: 140px; }
  .store-grid { grid-template-columns: 1fr; }
  .store-card { min-height: 220px; }
  .cta-section { min-height: 590px; }
  .cta-copy h2 { font-size: 47px; }
  .cta-copy .button { width: 100%; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 10px; }
}

@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; }
}

.simplify-panel { margin-top: 76px; padding: 34px; display: grid; grid-template-columns: minmax(240px,.7fr) minmax(0,1.3fr); gap: 42px; align-items: center; border: 1px solid var(--line); border-radius: 24px; background: #edf4f0; }
.simplify-copy { display: grid; gap: 12px; }
.simplify-copy h3 { max-width: 420px; font-size: 30px; line-height: 1.08; letter-spacing: -.04em; }
.simplify-copy p { max-width: 470px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.simplify-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.simplify-grid > div { min-height: 126px; padding: 18px; border: 1px solid rgba(214,225,219,.9); border-radius: 15px; background: rgba(255,255,255,.78); }
.simplify-grid i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: var(--teal-soft); color: var(--teal); font-size: 9px; font-style: normal; font-weight: 850; }
.simplify-grid strong { display: block; margin-top: 16px; font-size: 14px; }
.simplify-grid span { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.5; }

.trust-section { position: relative; background: #eaf2ee; overflow: hidden; }
.trust-section::before { content: ""; position: absolute; width: 520px; height: 520px; top: -320px; right: -220px; border: 1px solid rgba(12,116,107,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(12,116,107,.025), 0 0 0 140px rgba(12,116,107,.018); }
.trust-explorer { position: relative; margin-top: 44px; border: 1px solid #d7e1dc; border-radius: 24px; background: white; box-shadow: var(--shadow-soft); overflow: hidden; }
.trust-tabs { padding: 11px; display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; border-bottom: 1px solid var(--line); background: #f4f7f5; }
.trust-tab { min-height: 72px; padding: 12px 15px; display: flex; align-items: center; gap: 11px; border: 0; border-radius: 13px; background: transparent; color: #627476; text-align: left; cursor: pointer; transition: .2s ease; }
.trust-tab span { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 30px; border-radius: 9px; background: white; color: var(--teal); font-size: 9px; }
.trust-tab strong { font-size: 12px; }
.trust-tab:hover { background: rgba(255,255,255,.76); color: var(--ink); }
.trust-tab.active { background: var(--ink); color: white; box-shadow: 0 10px 24px rgba(15,34,37,.14); }
.trust-tab.active span { background: var(--accent); color: white; }
.trust-detail { min-height: 360px; padding: 54px; display: grid; grid-template-columns: 110px minmax(0,1fr); align-items: start; gap: 38px; }
.trust-icon { width: 94px; height: 94px; display: grid; place-items: center; border-radius: 27px; background: var(--mint-soft); color: var(--teal); font-size: 36px; box-shadow: inset 0 0 0 1px rgba(12,116,107,.08); }
.trust-detail > div:last-child > span { color: var(--accent); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.trust-detail h3 { max-width: 740px; margin: 13px 0 14px; font-size: clamp(30px,3.5vw,48px); line-height: 1.06; letter-spacing: -.045em; }
.trust-detail p { max-width: 770px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.trust-points { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 9px; }
.trust-points span { padding: 9px 12px; border-radius: 9px; background: #f2f6f3; color: #43595b; font-size: 10px; font-weight: 700; }

.support-grid { position: relative; margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.support-card { min-height: 430px; padding: 38px; border: 1px solid #d8e2dd; border-radius: 22px; background: white; box-shadow: 0 14px 40px rgba(15,34,37,.045); }
.support-label { color: var(--teal); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.support-card h3 { max-width: 490px; margin: 18px 0 14px; font-size: 31px; line-height: 1.08; letter-spacing: -.04em; }
.support-card > p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.support-card > small { display: block; margin-top: 22px; color: #80908c; font-size: 9px; line-height: 1.55; }
.referral-card { color: white; background: var(--ink); border-color: transparent; }
.referral-card .support-label { color: var(--mint); }
.referral-card > p, .referral-card > small { color: rgba(255,255,255,.55); }
.referral-flow { margin-top: 44px; padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.05); }
.referral-flow span { min-height: 58px; padding: 10px; display: grid; place-items: center; flex: 1; border-radius: 11px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.78); text-align: center; font-size: 10px; font-weight: 750; }
.referral-flow b { color: var(--accent); }
.butler-card { background: #fffdfa; }
.butler-level { display: grid; grid-template-columns: 52px 1fr; gap: 15px; align-items: start; }
.butler-level > b { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: var(--teal-soft); color: var(--teal); font-size: 12px; }
.butler-level:last-of-type > b { background: var(--accent-soft); color: var(--accent); }
.butler-level strong { font-size: 13px; }
.butler-level p { margin-top: 6px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.butler-line { width: 1px; height: 28px; margin: 2px 0 2px 25px; background: linear-gradient(var(--teal),var(--accent)); }
.approval-note { position: relative; margin-top: 22px; padding: 21px 24px; display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; border: 1px solid #e5d9bd; border-radius: 16px; background: #fff8e8; }
.approval-note b { color: #a36517; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.approval-note p { color: #765f3d; font-size: 11px; line-height: 1.65; }

.purpose-statement { margin: -8px 0 28px; padding: 24px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.56); }
.purpose-statement > div { min-height: 145px; padding: 20px; border-radius: 14px; background: white; }
.purpose-statement span { color: var(--accent); font-size: 9px; font-weight: 850; }
.purpose-statement strong { display: block; margin-top: 24px; font-size: 16px; }
.purpose-statement p { margin-top: 8px; color: var(--muted); font-size: 10px; line-height: 1.6; }

@media (max-width: 860px) {
  .simplify-panel { grid-template-columns: 1fr; }
  .trust-tabs { grid-template-columns: repeat(2,1fr); }
  .trust-detail { padding: 42px; }
  .support-grid { grid-template-columns: 1fr; }
  .support-card { min-height: 0; }
  .purpose-statement { grid-template-columns: 1fr; }
  .purpose-statement > div { min-height: 0; }
}

@media (max-width: 560px) {
  .simplify-panel { margin-top: 50px; padding: 25px 20px; gap: 26px; }
  .simplify-copy h3 { font-size: 26px; }
  .simplify-grid { grid-template-columns: 1fr; }
  .trust-tabs { padding: 8px; gap: 5px; }
  .trust-tab { min-height: 66px; padding: 8px; display: grid; grid-template-columns: 1fr; justify-items: center; gap: 5px; text-align: center; }
  .trust-tab span { width: 26px; height: 26px; flex-basis: 26px; }
  .trust-tab strong { font-size: 9px; }
  .trust-detail { min-height: 0; padding: 30px 22px; grid-template-columns: 1fr; gap: 22px; }
  .trust-icon { width: 70px; height: 70px; border-radius: 20px; font-size: 28px; }
  .trust-detail h3 { font-size: 31px; }
  .support-card { padding: 28px 22px; }
  .support-card h3 { font-size: 27px; }
  .referral-flow { padding: 12px; display: grid; grid-template-columns: 1fr; }
  .referral-flow b { transform: rotate(90deg); text-align: center; }
  .approval-note { grid-template-columns: 1fr; gap: 8px; }
  .purpose-statement { padding: 10px; }
}
