/* edgemint — shared stylesheet */

:root {
  --ink-950: #04110c;
  --ink-900: #071a12;
  --ink-800: #0a251a;
  --ink-700: #103528;
  --emerald-600: #059669;
  --emerald-500: #10b981;
  --emerald-400: #34d399;
  --mint-300: #6ee7b7;
  --mint-200: #a7f3d0;
  --teal-500: #14b8a6;
  --ink: #0b1a14;
  --gray-700: #2f4038;
  --gray-600: #4b5b53;
  --gray-500: #6b7c73;
  --gray-400: #94a79c;
  --gray-300: #c3d2c9;
  --gray-200: #dfeae4;
  --gray-100: #eef5f1;
  --bg: #f4faf6;
  --paper: #ffffff;
  --amber: #d97706;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow-sm: 0 1px 2px rgba(6, 40, 28, .05), 0 2px 10px rgba(6, 40, 28, .05);
  --shadow-md: 0 14px 34px rgba(6, 40, 28, .10);
  --shadow-lg: 0 34px 70px rgba(4, 30, 20, .22);
  --maxw: 1180px;
  --sans: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --display: "Sora", var(--sans);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: var(--emerald-600); text-decoration: none; }
a:hover { color: var(--emerald-500); }
img { max-width: 100%; display: block; }

h1, h2, h3, h4 { font-family: var(--display); line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.02em; color: var(--ink); font-weight: 700; }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.5rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 700; }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1rem; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.section { padding: 88px 0; }
.section--tight { padding: 58px 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--emerald-600); margin-bottom: 16px;
}
.eyebrow::before { content: ""; width: 18px; height: 2px; background: var(--emerald-500); border-radius: 2px; }
.muted { color: var(--gray-500); }
.center { text-align: center; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--sans); font-weight: 700; font-size: .95rem;
  padding: 12px 22px; border-radius: 12px; border: 1px solid transparent; cursor: pointer;
  transition: transform .12s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--primary { color: #04120c; background: linear-gradient(120deg, var(--emerald-400), var(--mint-300)); box-shadow: 0 10px 24px rgba(16, 185, 129, .3); }
.btn--primary:hover { color: #04120c; box-shadow: 0 14px 30px rgba(52, 211, 153, .4); }
.btn--dark { color: #eafff5; background: var(--ink-800); border-color: rgba(110, 231, 183, .18); }
.btn--dark:hover { color: #fff; background: var(--ink-700); }
.btn--ghost { color: #d6f5e7; background: rgba(255, 255, 255, .06); border-color: rgba(167, 243, 208, .28); }
.btn--ghost:hover { color: #fff; background: rgba(255, 255, 255, .12); }
.btn--outline { color: var(--emerald-600); background: #fff; border-color: var(--gray-200); box-shadow: var(--shadow-sm); }
.btn--outline:hover { color: var(--emerald-600); border-color: var(--emerald-400); }
.btn--lg { padding: 15px 30px; font-size: 1.02rem; }
.btn--block { width: 100%; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(244, 250, 246, .8); backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid var(--gray-200); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 70px; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--display); font-weight: 800; font-size: 1.2rem; color: var(--ink); letter-spacing: -.03em; }
.brand:hover { color: var(--ink); }
.brand .logo-mark { width: 34px; height: 34px; flex: 0 0 auto; }

.nav-links { display: flex; align-items: center; gap: 6px; list-style: none; margin: 0; padding: 5px; background: rgba(255,255,255,.6); border: 1px solid var(--gray-200); border-radius: 999px; }
.nav-links a { color: var(--gray-700); font-weight: 600; font-size: .92rem; padding: 8px 16px; border-radius: 999px; }
.nav-links a:hover { color: var(--emerald-600); }
.nav-links a.active { color: #063d2a; background: var(--mint-200); }

.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--gray-200); background: #fff; border-radius: 12px; cursor: pointer; padding: 0; align-items: center; justify-content: center; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { content: ""; display: block; width: 18px; height: 2px; background: var(--gray-700); position: relative; transition: .2s; }
.nav-toggle span::before { position: absolute; top: -6px; }
.nav-toggle span::after { position: absolute; top: 6px; }

/* ---------- Hero ---------- */
.hero { position: relative; color: #e6fff4; background: radial-gradient(900px 500px at 82% 0%, rgba(20, 184, 166, .28), transparent 62%), radial-gradient(700px 460px at 4% 12%, rgba(16, 185, 129, .22), transparent 55%), linear-gradient(180deg, var(--ink-950), var(--ink-900)); overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(110, 231, 183, .10) 1px, transparent 1px); background-size: 24px 24px; mask-image: radial-gradient(680px 400px at 72% 30%, #000 20%, transparent 76%); pointer-events: none; }
.hero .container { position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 48px; align-items: center; padding: 92px 0 84px; }
.hero h1 { color: #fff; }
.hero h1 .grad { background: linear-gradient(100deg, var(--mint-300), var(--teal-500)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p { color: #a9c8bb; font-size: 1.16rem; max-width: 52ch; }
.hero .eyebrow { color: var(--mint-300); }
.hero .eyebrow::before { background: var(--mint-300); }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.hero-note { margin-top: 22px; font-size: .9rem; color: #7fa595; display: flex; gap: 20px; flex-wrap: wrap; }
.hero-note span { display: inline-flex; align-items: center; gap: 7px; }

/* Hero visual: network map card */
.map-card { background: rgba(7, 26, 18, .62); border: 1px solid rgba(110, 231, 183, .2); border-radius: 20px; box-shadow: var(--shadow-lg); overflow: hidden; backdrop-filter: blur(4px); }
.map-card .map-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid rgba(110, 231, 183, .14); font-size: .82rem; color: #cdeaddff; }
.map-card .map-head .live { display: inline-flex; align-items: center; gap: 8px; color: var(--mint-300); font-weight: 700; }
.map-card svg.worldmap { display: block; width: 100%; height: auto; }
.map-card .map-foot { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(110, 231, 183, .14); }
.map-card .map-foot div { padding: 14px 16px; text-align: center; border-right: 1px solid rgba(110, 231, 183, .1); }
.map-card .map-foot div:last-child { border-right: 0; }
.map-card .map-foot b { display: block; font-family: var(--display); font-size: 1.25rem; color: #fff; }
.map-card .map-foot span { font-size: .74rem; color: #7fa595; letter-spacing: .04em; text-transform: uppercase; }

/* pulse dot */
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--emerald-400); box-shadow: 0 0 0 0 rgba(52, 211, 153, .6); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(52,211,153,.6); } 70% { box-shadow: 0 0 0 8px rgba(52,211,153,0); } 100% { box-shadow: 0 0 0 0 rgba(52,211,153,0); } }
@media (prefers-reduced-motion: reduce) { .pulse { animation: none; } }

/* ---------- Marquee logos ---------- */
.logos { background: var(--ink-900); border-top: 1px solid rgba(255,255,255,.05); }
.logos .container { padding: 26px 22px; }
.logos p { text-align: center; color: #6f9384; font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; }
.logos-row { display: flex; flex-wrap: wrap; gap: 32px 50px; justify-content: center; align-items: center; opacity: .82; }
.logos-row span { color: #b7d3c6; font-family: var(--display); font-weight: 700; font-size: 1.05rem; }

/* ---------- Stat bar ---------- */
.statbar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.statbar > div { padding: 28px 24px; border-right: 1px solid var(--gray-200); }
.statbar > div:last-child { border-right: 0; }
.statbar .num { font-family: var(--display); font-size: 2.1rem; font-weight: 800; color: var(--emerald-600); letter-spacing: -.03em; }
.statbar .lbl { color: var(--gray-500); font-size: .92rem; }

/* ---------- Section head ---------- */
.sec-head { max-width: 60ch; margin: 0 auto 48px; text-align: center; }
.sec-head p { color: var(--gray-500); font-size: 1.08rem; }

/* ---------- Bento / cards ---------- */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.bento .cell { grid-column: span 2; background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 28px 26px; box-shadow: var(--shadow-sm); transition: transform .16s ease, box-shadow .2s ease, border-color .2s ease; }
.bento .cell.wide { grid-column: span 3; }
.bento .cell.tall { grid-row: span 2; }
.bento .cell.dark { background: linear-gradient(155deg, var(--ink-800), var(--ink-700)); border-color: rgba(110,231,183,.16); color: #d6f5e7; }
.bento .cell.dark h3, .bento .cell.dark p { color: #eafff5; }
.bento .cell:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--mint-200); }
.cell .ico { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 16px; background: linear-gradient(135deg, rgba(16,185,129,.14), rgba(20,184,166,.16)); color: var(--emerald-600); }
.cell.dark .ico { background: rgba(110,231,183,.14); color: var(--mint-300); }
.cell .ico svg { width: 24px; height: 24px; }
.cell h3 { margin-bottom: 6px; }
.cell p { color: var(--gray-500); margin: 0; font-size: .96rem; }

.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-sm); transition: transform .16s ease, box-shadow .2s ease, border-color .2s ease; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--mint-200); }
.card .ico { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 16px; background: linear-gradient(135deg, rgba(16,185,129,.14), rgba(20,184,166,.16)); color: var(--emerald-600); }
.card .ico svg { width: 24px; height: 24px; }
.card h3 { margin-bottom: 6px; }
.card p { color: var(--gray-500); margin: 0; font-size: .96rem; }

/* ---------- Split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.split + .split { margin-top: 66px; }
.split ul { list-style: none; padding: 0; margin: 18px 0 0; }
.split ul li { position: relative; padding-left: 30px; margin-bottom: 12px; color: var(--gray-700); }
.split ul li::before { content: ""; position: absolute; left: 0; top: 6px; width: 18px; height: 18px; border-radius: 6px; background: var(--emerald-500) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat; }
.panel { border-radius: var(--radius); border: 1px solid var(--gray-200); background: linear-gradient(160deg, var(--ink-900), var(--ink-800)); color: #d6f5e7; padding: 26px; box-shadow: var(--shadow-md); min-height: 260px; }
.panel .row { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid rgba(110,231,183,.1); font-size: .92rem; }
.panel .row:last-child { border-bottom: 0; }
.panel .row b { color: #fff; }
.panel .tag { font-size: .72rem; padding: 3px 9px; border-radius: 999px; background: rgba(52,211,153,.16); color: var(--mint-300); font-weight: 700; }
.panel .spark { height: 74px; margin-top: 14px; }

/* ---------- CTA ---------- */
.cta-band { background: radial-gradient(780px 300px at 82% 0%, rgba(20,184,166,.26), transparent 60%), linear-gradient(120deg, var(--ink-800), var(--ink-900)); color: #fff; border-radius: 22px; padding: 54px 48px; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; box-shadow: var(--shadow-lg); }
.cta-band h2 { color: #fff; margin-bottom: 6px; }
.cta-band p { color: #a9c8bb; margin: 0; }

/* ---------- Pricing ---------- */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.plan { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 32px 28px; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); position: relative; }
.plan.is-featured { border-color: var(--emerald-400); box-shadow: 0 22px 48px rgba(16,185,129,.16); }
.plan .badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: linear-gradient(120deg, var(--emerald-500), var(--teal-500)); color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 6px 14px; border-radius: 999px; }
.plan h3 { font-size: 1.15rem; }
.plan .price { font-family: var(--display); font-size: 2.5rem; font-weight: 800; letter-spacing: -.03em; margin: 10px 0 2px; }
.plan .price span { font-size: 1rem; font-weight: 500; color: var(--gray-500); font-family: var(--sans); }
.plan .price-sub { color: var(--gray-500); font-size: .9rem; margin-bottom: 22px; }
.plan ul { list-style: none; padding: 0; margin: 0 0 26px; flex: 1; }
.plan ul li { padding: 9px 0 9px 28px; position: relative; color: var(--gray-700); border-bottom: 1px solid var(--gray-100); font-size: .95rem; }
.plan ul li::before { content: ""; position: absolute; left: 0; top: 13px; width: 16px; height: 16px; border-radius: 5px; background: rgba(16,185,129,.12) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23059669' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/11px no-repeat; }
.plan ul li.off { color: var(--gray-400); }
.plan ul li.off::before { background: var(--gray-100) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a79c' stroke-width='3' stroke-linecap='round'%3E%3Cline x1='6' y1='12' x2='18' y2='12'/%3E%3C/svg%3E") center/11px no-repeat; }

.faq { max-width: 780px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--gray-200); border-radius: 14px; padding: 4px 20px; margin-bottom: 12px; box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; font-weight: 700; font-family: var(--display); padding: 16px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--emerald-600); font-size: 1.4rem; font-weight: 400; }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { color: var(--gray-500); padding-bottom: 16px; margin: 0; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.info-item { display: flex; gap: 14px; margin-bottom: 22px; }
.info-item .ico { width: 42px; height: 42px; border-radius: 11px; flex: 0 0 auto; display: grid; place-items: center; background: linear-gradient(135deg, rgba(16,185,129,.14), rgba(20,184,166,.16)); color: var(--emerald-600); }
.info-item .ico svg { width: 20px; height: 20px; }
.info-item h4 { font-family: var(--display); margin: 0 0 2px; font-size: 1rem; }
.info-item p { margin: 0; color: var(--gray-500); font-size: .95rem; }

.form-card { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-md); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .88rem; font-weight: 700; margin-bottom: 7px; color: var(--gray-700); }
.field input, .field textarea, .field select { width: 100%; padding: 12px 14px; border: 1px solid var(--gray-200); border-radius: 11px; font: inherit; color: var(--ink); background: #fff; transition: border-color .16s, box-shadow .16s; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--emerald-400); box-shadow: 0 0 0 3px rgba(16,185,129,.16); }
.field textarea { resize: vertical; min-height: 120px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* ---------- Login ---------- */
.auth-wrap { min-height: calc(100vh - 70px); display: grid; place-items: center; padding: 40px 20px; background: radial-gradient(820px 420px at 50% -10%, rgba(20,184,166,.2), transparent 60%), linear-gradient(180deg, var(--ink-950), var(--ink-900)); }
.auth-card { width: 100%; max-width: 420px; background: #fff; border-radius: 20px; padding: 40px 36px; box-shadow: var(--shadow-lg); }
.auth-card .brand { justify-content: center; margin-bottom: 10px; }
.auth-card h1 { font-size: 1.5rem; text-align: center; margin-bottom: 4px; }
.auth-card .sub { text-align: center; color: var(--gray-500); font-size: .95rem; margin-bottom: 26px; }
.auth-meta { display: flex; justify-content: space-between; align-items: center; margin: -4px 0 20px; font-size: .88rem; }
.auth-meta label { display: inline-flex; align-items: center; gap: 7px; color: var(--gray-500); }
.auth-foot { text-align: center; margin-top: 22px; font-size: .9rem; color: var(--gray-500); }
.auth-back { display: block; text-align: center; margin-top: 26px; color: #86ad9d; font-size: .88rem; }
.auth-back:hover { color: var(--mint-300); }
.alert { display: none; align-items: center; gap: 11px; background: #fffbeb; border: 1px solid #fde68a; color: #92400e; border-radius: 12px; padding: 13px 15px; margin-bottom: 20px; font-size: .93rem; }
.alert.show { display: flex; }
.alert svg { width: 20px; height: 20px; flex: 0 0 auto; color: var(--amber); }

/* ---------- Page hero ---------- */
.page-hero { background: radial-gradient(720px 300px at 82% -20%, rgba(20,184,166,.2), transparent 60%), linear-gradient(180deg, var(--ink-950), var(--ink-900)); color: #fff; padding: 68px 0 60px; text-align: center; }
.page-hero h1 { color: #fff; }
.page-hero p { color: #a9c8bb; max-width: 60ch; margin: 0 auto; font-size: 1.12rem; }
.page-hero .eyebrow { color: var(--mint-300); justify-content: center; }
.page-hero .eyebrow::before { background: var(--mint-300); }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink-950); color: #86ad9d; padding: 66px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; }
.footer-grid .brand { color: #fff; margin-bottom: 14px; }
.footer-grid .brand:hover { color: #fff; }
.footer-about p { color: #79a091; font-size: .92rem; max-width: 34ch; }
.footer-col h5 { font-family: var(--display); color: #d3ede1; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 16px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: #86ad9d; font-size: .94rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); margin-top: 44px; padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: #628376; font-size: .86rem; }
.footer-bottom .badges { display: flex; gap: 14px; flex-wrap: wrap; }
.footer-bottom .badges span { border: 1px solid rgba(255,255,255,.12); border-radius: 7px; padding: 3px 9px; font-size: .76rem; }

.dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; background: var(--emerald-500); box-shadow: 0 0 0 3px rgba(16,185,129,.2); }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .map-card { order: -1; }
  .statbar { grid-template-columns: repeat(2, 1fr); }
  .statbar > div:nth-child(2) { border-right: 0; }
  .statbar > div:nth-child(1), .statbar > div:nth-child(2) { border-bottom: 1px solid var(--gray-200); }
  .bento .cell, .bento .cell.wide { grid-column: span 3; }
  .grid-3, .plans, .footer-grid { grid-template-columns: 1fr 1fr; }
  .split + .split { margin-top: 46px; }
}
@media (max-width: 720px) {
  .nav-toggle { display: inline-flex; }
  .nav-links { position: absolute; top: 70px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 2px; background: #fff; border: 0; border-bottom: 1px solid var(--gray-200); border-radius: 0; padding: 12px 22px 18px; box-shadow: var(--shadow-md); display: none; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 12px; width: 100%; }
  .nav-actions .btn--nav-hide { display: none; }
  .section { padding: 62px 0; }
  .bento, .grid-3, .grid-2, .plans, .field-row, .footer-grid, .statbar { grid-template-columns: 1fr; }
  .bento .cell, .bento .cell.wide { grid-column: span 1; }
  .statbar > div { border-right: 0; border-bottom: 1px solid var(--gray-200); }
  .statbar > div:last-child { border-bottom: 0; }
  .cta-band { padding: 38px 26px; text-align: center; justify-content: center; }
  .footer-bottom { justify-content: center; text-align: center; }
}
