/* ============================================================
 EduNova Nexus - Premium platform marketing site
 https://edunovanexus.com
 ============================================================ */
:root {
 --primary: #008751;
 --primary-dark: #024a2d;
 --primary-deep: #012a1a;
 --accent: #10b981;
 --gold: #d4a017;
 --gold-soft: #f5e6b8;
 --ink: #0b1220;
 --ink-soft: #1e293b;
 --muted: #64748b;
 --line: rgba(15, 23, 42, 0.08);
 --surface: #ffffff;
 --bg: #f6f8fb;
 --bg-elevated: #ffffff;
 --shadow: 0 20px 50px rgba(2, 74, 45, 0.10);
 --shadow-lg: 0 30px 80px rgba(2, 42, 26, 0.18);
 --radius: 20px;
 --radius-sm: 12px;
 --max: 1180px;
 --font: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
 --display: "Inter", "Segoe UI", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html {
 scroll-behavior: smooth;
 -webkit-text-size-adjust: 100%;
 text-size-adjust: 100%;
 width: 100%;
 max-width: 100%;
 overflow-x: hidden;
 overscroll-behavior-x: none;
}
body {
 margin: 0;
 font-family: var(--font);
 color: var(--ink);
 background: var(--bg);
 line-height: 1.6;
 -webkit-font-smoothing: antialiased;
 width: 100%;
 max-width: 100%;
 overflow-x: hidden;
 overscroll-behavior-x: none;
 position: relative;
}
img, video, svg, canvas {
 max-width: 100%;
 height: auto;
 display: block;
}
/* Never force height:auto on iframes - collapses X/Twitter widget embeds to 0 */
iframe {
 max-width: 100%;
}
.x-feed iframe,
.x-feed__iframe,
iframe.twitter-timeline,
iframe[id^="twitter-widget"],
iframe[src*="twitter.com"],
iframe[src*="x.com"],
iframe[src*="twimg.com"],
iframe[src*="syndication"] {
 width: 100% !important;
 max-width: 100% !important;
 min-height: 320px;
 border: 0;
 display: block;
 /* Keep author/height attrs + widget inline styles - do NOT set height:auto */
}
a { color: var(--primary); text-decoration: none; }
a:hover { color: var(--primary-dark); }

/* Prevent any child from forcing page-wide horizontal scroll */
main,
section,
.site-header,
.site-footer,
.hero-pro,
.cinematic-strip,
.stats-band {
 max-width: 100%;
 overflow-x: clip;
}

.wrap {
 width: 100%;
 max-width: var(--max);
 margin-inline: auto;
 padding-left: max(1rem, env(safe-area-inset-left, 0px) + 0.75rem);
 padding-right: max(1rem, env(safe-area-inset-right, 0px) + 0.75rem);
 box-sizing: border-box;
 min-width: 0;
}

/* Long words / URLs never push layout sideways */
p, h1, h2, h3, h4, li, td, th, .lead, .section-sub, .brand-text {
 overflow-wrap: anywhere;
 word-break: break-word;
}

.skip-link {
 position: absolute;
 left: -999px;
 top: 0;
 background: var(--primary-dark);
 color: #fff;
 padding: .75rem 1rem;
 z-index: 200;
 border-radius: 0 0 8px 0;
 font-weight: 700;
}
.skip-link:focus {
 left: 0;
}

.mobile-only { display: none !important; }
.desktop-only { display: list-item; }

/* ---------- Header ---------- */
.site-header {
 position: sticky;
 top: 0;
 z-index: 100;
 background: rgba(255, 255, 255, 0.92);
 backdrop-filter: blur(16px) saturate(1.2);
 border-bottom: 1px solid var(--line);
 padding-top: env(safe-area-inset-top);
}
.nav {
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: .75rem;
 min-height: 64px;
}
.brand {
 display: inline-flex;
 align-items: center;
 gap: .65rem;
 font-weight: 800;
 color: var(--primary-dark);
 letter-spacing: -.03em;
 text-decoration: none;
 font-size: 1.02rem;
 min-width: 0;
}
.brand:hover { color: var(--primary-dark); }
.brand-logo {
 height: 48px;
 width: auto;
 max-width: min(200px, 52vw);
 object-fit: contain;
 display: block;
}
.brand-text {
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 max-width: 46vw;
}
.visually-hidden {
 position: absolute !important;
 width: 1px; height: 1px;
 padding: 0; margin: -1px;
 overflow: hidden; clip: rect(0,0,0,0);
 white-space: nowrap; border: 0;
}
.brand-mark {
 width: 40px;
 height: 40px;
 flex-shrink: 0;
 border-radius: 12px;
 background: linear-gradient(145deg, var(--primary) 0%, var(--primary-dark) 100%);
 color: #fff;
 display: grid;
 place-items: center;
 font-size: .8rem;
 font-weight: 900;
 box-shadow: 0 10px 24px rgba(0, 135, 81, 0.28);
}
.footer-logo-link { display: inline-block; text-decoration: none; }
.footer-logo {
 height: 64px;
 width: auto;
 max-width: min(220px, 70vw);
 object-fit: contain;
 /* logo is dark green on white - keep clean on dark footer via light plate */
 background: #fff;
 border-radius: 14px;
 padding: .45rem .65rem;
 box-shadow: 0 8px 24px rgba(0,0,0,.18);
}

.nav-actions-mobile {
 display: none;
 align-items: center;
 gap: .35rem;
}
.nav-icon-btn,
.nav-toggle {
 width: 48px;
 height: 48px;
 min-width: 48px;
 min-height: 48px;
 border: 1px solid var(--line);
 border-radius: 14px;
 background: #fff;
 color: var(--ink);
 display: inline-flex;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 padding: 0;
 -webkit-tap-highlight-color: transparent;
}
.nav-toggle {
 flex-direction: column;
 gap: 5px;
}
.nav-toggle__bar {
 display: block;
 width: 18px;
 height: 2px;
 background: var(--ink);
 border-radius: 2px;
 transition: transform .2s ease, opacity .2s ease;
}
body.nav-open .nav-toggle__bar:nth-child(1) {
 transform: translateY(7px) rotate(45deg);
}
body.nav-open .nav-toggle__bar:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle__bar:nth-child(3) {
 transform: translateY(-7px) rotate(-45deg);
}

.nav-backdrop {
 display: none;
}

.primary-nav {
 display: block;
}
.primary-nav__top {
 display: none;
}
.nav-links {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 gap: .15rem;
 list-style: none;
 margin: 0;
 padding: 0;
}
.nav-links a {
 color: var(--ink-soft);
 font-weight: 600;
 font-size: .9rem;
 padding: .55rem .7rem;
 border-radius: 999px;
 text-decoration: none;
 transition: .15s ease;
 min-height: 44px;
 display: inline-flex;
 align-items: center;
}
.nav-links a:hover,
.nav-links a[aria-current="page"] {
 color: var(--primary-dark);
 background: rgba(0, 135, 81, 0.08);
}
.nav-cta { margin-left: .2rem; }
.nav-cta .btn {
 min-height: 44px;
 padding: .55rem 1rem;
 font-size: .88rem;
}

/* ---------- Buttons ---------- */
.btn {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: .45rem;
 min-height: 48px;
 padding: .7rem 1.25rem;
 border-radius: 999px;
 border: 1.5px solid transparent;
 font-weight: 700;
 font-size: .92rem;
 cursor: pointer;
 text-decoration: none !important;
 transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
 font-family: inherit;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
 background: linear-gradient(135deg, var(--primary), var(--primary-dark));
 color: #fff !important;
 box-shadow: 0 12px 28px rgba(0, 135, 81, 0.28);
}
.btn-primary:hover { box-shadow: 0 16px 36px rgba(0, 135, 81, 0.35); }
.btn-outline {
 background: #fff;
 border-color: rgba(15, 23, 42, 0.12);
 color: var(--ink) !important;
}
.btn-outline:hover {
 border-color: var(--primary);
 color: var(--primary-dark) !important;
}
.btn-ghost {
 background: rgba(255,255,255,.1);
 color: #fff !important;
 border-color: rgba(255,255,255,.22);
}
.btn-gold {
 background: linear-gradient(135deg, #e8c547, #b8860b);
 color: #1a1200 !important;
 box-shadow: 0 12px 28px rgba(184, 134, 11, 0.25);
}

/* ---------- Hero ---------- */
.hero-pro {
 position: relative;
 overflow: hidden;
 max-width: 100%;
 padding: clamp(3rem, 8vw, 6rem) 0 clamp(3rem, 6vw, 5rem);
 background:
 radial-gradient(ellipse 80% 60% at 15% 20%, rgba(16, 185, 129, 0.22), transparent 55%),
 radial-gradient(ellipse 70% 50% at 90% 10%, rgba(212, 160, 23, 0.12), transparent 45%),
 linear-gradient(165deg, #ecfdf5 0%, #f8fafc 40%, #f1f5f9 100%);
}
.hero-pro::before {
 content: "";
 position: absolute;
 inset: 0;
 background-image:
 linear-gradient(rgba(2, 74, 45, 0.03) 1px, transparent 1px),
 linear-gradient(90deg, rgba(2, 74, 45, 0.03) 1px, transparent 1px);
 background-size: 48px 48px;
 mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 20%, transparent 75%);
 pointer-events: none;
}
.hero-pro .wrap { position: relative; z-index: 1; }
.hero-pro-grid {
 display: grid;
 gap: 2.5rem;
 align-items: center;
}
@media (min-width: 960px) {
 .hero-pro-grid { grid-template-columns: 1.15fr .85fr; gap: 3rem; }
}
.eyebrow {
 display: inline-flex;
 align-items: center;
 gap: .4rem;
 background: rgba(2, 74, 45, 0.08);
 color: var(--primary-dark);
 font-size: .75rem;
 font-weight: 800;
 letter-spacing: .08em;
 text-transform: uppercase;
 padding: .4rem .8rem;
 border-radius: 999px;
 margin-bottom: 1.1rem;
}
.hero-pro h1 {
 margin: 0 0 1rem;
 font-family: var(--display);
 font-size: clamp(2rem, 5vw, 3.35rem);
 line-height: 1.08;
 letter-spacing: -.04em;
 color: var(--primary-deep);
 font-weight: 900;
}
.hero-pro h1 .grad {
 background: linear-gradient(120deg, var(--primary) 0%, #059669 50%, var(--gold) 100%);
 -webkit-background-clip: text;
 background-clip: text;
 color: transparent;
}
.lead {
 color: var(--muted);
 font-size: clamp(1rem, 2vw, 1.15rem);
 max-width: 38rem;
 margin: 0 0 1.5rem;
 line-height: 1.65;
}
.hero-actions {
 display: flex;
 flex-wrap: wrap;
 gap: .75rem;
 margin-bottom: 1.75rem;
}
.trust-row {
 display: flex;
 flex-wrap: wrap;
 gap: .75rem 1.25rem;
 color: var(--muted);
 font-size: .85rem;
 font-weight: 600;
}
.trust-row span {
 display: inline-flex;
 align-items: center;
 gap: .35rem;
}
.trust-row span::before {
  content: "\2713";
  color: var(--primary);
  font-weight: 900;
}

/* Hero visual card */
.hero-glass {
 background: rgba(255, 255, 255, 0.78);
 border: 1px solid rgba(255, 255, 255, 0.9);
 border-radius: 28px;
 padding: 1.5rem;
 box-shadow: var(--shadow-lg);
 backdrop-filter: blur(12px);
}
.hero-glass h3 {
 margin: 0 0 1rem;
 font-size: 1rem;
 color: var(--primary-dark);
}
.metric-grid {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: .75rem;
}
.metric {
 background: linear-gradient(160deg, #f0fdf4, #fff);
 border: 1px solid #d1fae5;
 border-radius: 16px;
 padding: 1rem;
}
.metric b {
 display: block;
 font-size: 1.35rem;
 color: var(--primary-dark);
 letter-spacing: -.02em;
}
.metric span {
 font-size: .75rem;
 color: var(--muted);
 font-weight: 600;
}
.hero-float {
 position: absolute;
 right: 8px;
 bottom: -10px;
 background: var(--primary-dark);
 color: #d1fae5;
 border-radius: 16px;
 padding: .85rem 1.1rem;
 font-size: .8rem;
 font-weight: 700;
 box-shadow: 0 16px 40px rgba(2, 42, 26, 0.35);
 max-width: min(200px, 70%);
 box-sizing: border-box;
}
.hero-visual {
 position: relative;
 max-width: 100%;
 min-width: 0;
}
.hero-float small {
 display: block;
 color: rgba(209, 250, 229, 0.7);
 font-weight: 500;
 margin-top: .2rem;
}

/* ---------- Sections ---------- */
section { padding: clamp(3rem, 6vw, 5rem) 0; }
.section-head {
 max-width: 40rem;
 margin-bottom: 2rem;
}
.section-title {
 margin: 0 0 .5rem;
 font-size: clamp(1.55rem, 3vw, 2.15rem);
 letter-spacing: -.03em;
 color: var(--primary-deep);
 font-weight: 800;
 line-height: 1.15;
}
.section-sub {
 margin: 0;
 color: var(--muted);
 font-size: 1.02rem;
}
.section-dark {
 background: linear-gradient(165deg, var(--primary-deep) 0%, #023020 50%, #0b1220 100%);
 color: #e2e8f0;
}
.section-dark .section-title { color: #fff; }
.section-dark .section-sub { color: rgba(226, 232, 240, 0.72); }
.section-surface {
 background: var(--surface);
 border-block: 1px solid var(--line);
}

/* ---------- Cards / grids ---------- */
.grid-3 {
 display: grid;
 gap: 1.1rem;
 grid-template-columns: 1fr;
 max-width: 100%;
 min-width: 0;
}
.grid-3 > * {
 min-width: 0;
 max-width: 100%;
}
@media (min-width: 700px) {
 .grid-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1000px) {
 .grid-3 { grid-template-columns: repeat(3, 1fr); }
}
.card-pro {
 background: var(--surface);
 border: 1px solid var(--line);
 border-radius: var(--radius);
 padding: 1.4rem;
 height: 100%;
 transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
 position: relative;
 overflow: hidden;
}
.card-pro:hover {
 transform: translateY(-4px);
 box-shadow: var(--shadow);
 border-color: rgba(0, 135, 81, 0.25);
}
.card-pro .icon-orb {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #d1fae5, #ecfdf5);
  color: var(--primary-dark);
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: .9rem;
  font-family: var(--font);
}
.icon-orb--text {
  font-size: 0.95rem !important;
  font-weight: 900 !important;
  color: var(--primary-dark) !important;
}
.card-pro h3 {
 margin: 0 0 .4rem;
 font-size: 1.05rem;
 color: var(--ink);
}
.card-pro p {
 margin: 0;
 color: var(--muted);
 font-size: .95rem;
}
.badge {
 display: inline-block;
 font-size: .68rem;
 font-weight: 800;
 text-transform: uppercase;
 letter-spacing: .05em;
 color: var(--primary-dark);
 background: #d1fae5;
 padding: .22rem .55rem;
 border-radius: 999px;
 margin-bottom: .55rem;
}

/* ---------- Pricing ---------- */
.price-grid {
 display: grid;
 gap: 1rem;
 grid-template-columns: 1fr;
}
@media (min-width: 800px) {
 .price-grid { grid-template-columns: repeat(4, 1fr); }
}
.price-card {
 background: var(--surface);
 border: 1px solid var(--line);
 border-radius: var(--radius);
 padding: 1.4rem;
 display: flex;
 flex-direction: column;
 gap: .55rem;
 position: relative;
}
.price-card.featured {
 border-color: var(--primary);
 box-shadow: 0 0 0 2px rgba(0, 135, 81, 0.12), var(--shadow);
}
.price-card h3 { margin: 0; font-size: 1.1rem; }
.price {
 font-size: 1.4rem;
 font-weight: 900;
 color: var(--primary-dark);
 letter-spacing: -.02em;
}
.price-card ul {
 margin: .4rem 0 1rem;
 padding-left: 1.1rem;
 color: var(--muted);
 flex: 1;
 font-size: .92rem;
}
.price-card li { margin: .28rem 0; }

/* ---------- Partners logo wall ---------- */
.partners-wall {
 display: grid;
 gap: 1rem;
 grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 700px) {
 .partners-wall { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1000px) {
 .partners-wall { grid-template-columns: repeat(4, 1fr); }
}
.partner-tile {
 background: #fff;
 border: 1px solid var(--line);
 border-radius: 18px;
 padding: 1.25rem;
 display: flex;
 flex-direction: column;
 align-items: center;
 text-align: center;
 gap: .75rem;
 min-height: 170px;
 justify-content: center;
 transition: .18s ease;
 text-decoration: none;
 color: inherit;
}
.partner-tile:hover {
 border-color: rgba(0, 135, 81, 0.3);
 box-shadow: var(--shadow);
 transform: translateY(-3px);
 color: inherit;
}
.partner-logo {
 width: 72px;
 height: 72px;
 object-fit: contain;
 border-radius: 14px;
 background: #f8fafc;
 border: 1px solid var(--line);
 padding: 8px;
}
.partner-logo-fallback {
 width: 72px;
 height: 72px;
 border-radius: 14px;
 background: linear-gradient(145deg, var(--primary), var(--primary-dark));
 color: #fff;
 display: grid;
 place-items: center;
 font-weight: 900;
 font-size: 1.1rem;
}
.partner-tile h3 {
 margin: 0;
 font-size: .95rem;
 color: var(--ink);
 line-height: 1.3;
}
.partner-tile .meta {
 font-size: .78rem;
 color: var(--muted);
 font-weight: 600;
}
.partner-type {
 font-size: .68rem;
 font-weight: 800;
 text-transform: uppercase;
 letter-spacing: .04em;
 color: var(--primary-dark);
 background: #ecfdf5;
 padding: .2rem .5rem;
 border-radius: 999px;
}

/* ---------- Partnership dual cards ---------- */
.dual-grid {
 display: grid;
 gap: 1.25rem;
}
@media (min-width: 860px) {
 .dual-grid { grid-template-columns: 1fr 1fr; }
}
.dual-card {
 border-radius: 24px;
 padding: 1.75rem;
 position: relative;
 overflow: hidden;
 min-height: 280px;
 display: flex;
 flex-direction: column;
}
.dual-card.school {
 background: linear-gradient(160deg, #ecfdf5, #fff 60%);
 border: 1px solid #bbf7d0;
}
.dual-card.invest {
 background: linear-gradient(160deg, #1a1408, #2a2110 40%, #0f172a);
 color: #f8fafc;
 border: 1px solid rgba(212, 160, 23, 0.35);
}
.dual-card.invest .muted-local { color: rgba(248, 250, 252, 0.7); }
.dual-card h3 {
 margin: 0 0 .6rem;
 font-size: 1.35rem;
 letter-spacing: -.02em;
}
.dual-card p { margin: 0 0 1rem; flex: 1; }
.dual-card ul {
 margin: 0 0 1.25rem;
 padding-left: 1.15rem;
 color: inherit;
 opacity: .9;
}
.dual-card.invest ul { color: rgba(248, 250, 252, 0.78); }
.dual-card .tag {
 display: inline-block;
 font-size: .7rem;
 font-weight: 800;
 letter-spacing: .06em;
 text-transform: uppercase;
 margin-bottom: .85rem;
 padding: .3rem .65rem;
 border-radius: 999px;
}
.dual-card.school .tag {
 background: #d1fae5;
 color: var(--primary-dark);
}
.dual-card.invest .tag {
 background: rgba(212, 160, 23, 0.2);
 color: var(--gold-soft);
}

/* ---------- Forms ---------- */
.form {
 display: grid;
 gap: .9rem;
 max-width: 560px;
}
.form-wide { max-width: 720px; }
label {
 font-weight: 700;
 font-size: .88rem;
 display: block;
 margin-bottom: .35rem;
 color: var(--ink-soft);
}
input, textarea, select {
 width: 100%;
 min-height: 48px;
 border: 1.5px solid rgba(15, 23, 42, 0.1);
 border-radius: 12px;
 padding: .7rem .9rem;
 font: inherit;
 background: #fff;
 transition: border-color .15s, box-shadow .15s;
}
input:focus, textarea:focus, select:focus {
 outline: none;
 border-color: var(--primary);
 box-shadow: 0 0 0 4px rgba(0, 135, 81, 0.12);
}
textarea { min-height: 120px; resize: vertical; }
.form-row {
 display: grid;
 gap: .9rem;
}
@media (min-width: 640px) {
 .form-row { grid-template-columns: 1fr 1fr; }
}
.alert {
 padding: .95rem 1.1rem;
 border-radius: 12px;
 margin-bottom: 1rem;
 font-weight: 600;
 font-size: .92rem;
}
.alert-success { background: #d1fae5; color: #065f46; }
.alert-error { background: #fee2e2; color: #991b1b; }
.alert-info { background: #e0f2fe; color: #075985; }

/* ---------- CTA band ---------- */
.cta-band {
 background: linear-gradient(120deg, var(--primary-dark), var(--primary) 55%, #047857);
 border-radius: 28px;
 padding: clamp(1.75rem, 4vw, 2.5rem);
 color: #fff;
 display: flex;
 flex-wrap: wrap;
 gap: 1.25rem;
 align-items: center;
 justify-content: space-between;
 box-shadow: var(--shadow-lg);
}
.cta-band h2 {
 margin: 0 0 .35rem;
 font-size: clamp(1.3rem, 3vw, 1.75rem);
 letter-spacing: -.02em;
}
.cta-band p {
 margin: 0;
 color: rgba(255, 255, 255, 0.82);
 max-width: 36rem;
}
.cta-band .actions {
 display: flex;
 flex-wrap: wrap;
 gap: .6rem;
}

/* ---------- Page hero compact ---------- */
.page-hero {
 padding: 2.75rem 0 1.5rem;
 background:
 radial-gradient(ellipse 60% 80% at 10% 0%, rgba(16,185,129,.15), transparent 50%),
 linear-gradient(180deg, #ecfdf5, var(--bg));
}
.page-hero h1 {
 margin: 0 0 .5rem;
 font-size: clamp(1.8rem, 4vw, 2.5rem);
 letter-spacing: -.03em;
 color: var(--primary-deep);
 font-weight: 900;
}
.page-hero .lead { margin-bottom: 0; }

/* ---------- Footer ---------- */
.site-footer {
 background: var(--primary-deep);
 color: #a7f3d0;
 padding: 3rem 0 1.5rem;
 margin-top: 0;
}
.site-footer a { color: #fff; text-decoration: none; font-weight: 600; }
.site-footer a:hover { color: #6ee7b7; }
.footer-grid {
 display: grid;
 gap: 1.75rem;
}
@media (min-width: 800px) {
 .footer-grid { grid-template-columns: 1.6fr 1fr 1fr 1fr; }
}
.site-footer h4 {
 margin: 0 0 .75rem;
 color: #fff;
 font-size: .85rem;
 text-transform: uppercase;
 letter-spacing: .06em;
}
.footer-brand {
 font-size: 1.15rem;
 font-weight: 900;
 color: #fff;
 letter-spacing: -.02em;
 margin-bottom: .5rem;
}
.muted { color: rgba(167, 243, 208, 0.75); font-size: .92rem; }
.copyright {
 border-top: 1px solid rgba(255,255,255,.1);
 margin-top: 2rem;
 padding-top: 1.1rem;
 font-size: .82rem;
 color: rgba(167, 243, 208, 0.55);
 display: flex;
 flex-wrap: wrap;
 gap: .5rem 1rem;
 justify-content: space-between;
}
.seo-keyword-strip {
 margin-top: 1rem;
 padding-bottom: max(1rem, env(safe-area-inset-bottom));
}
.seo-keyword-strip p {
 margin: 0;
 font-size: .78rem;
 line-height: 1.5;
 color: rgba(167, 243, 208, 0.45);
 max-width: 70ch;
}

/* ---------- Admin (kept functional) ---------- */
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 1fr; }
@media (min-width: 900px) {
 .admin-shell { grid-template-columns: 250px 1fr; }
}
.admin-side {
 background: var(--primary-deep);
 color: #fff;
 padding: 1.35rem;
}
.admin-side a {
 color: #a7f3d0;
 display: block;
 padding: .55rem 0;
 text-decoration: none;
 font-weight: 600;
}
.admin-side a:hover { color: #fff; }
.admin-main { padding: 1.5rem; }
.admin-main h1 { margin-top: 0; }
.kpi-grid {
 display: grid;
 gap: 1rem;
 grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
 margin-bottom: 1.5rem;
}
.kpi {
 background: #fff;
 border: 1px solid var(--line);
 border-radius: 14px;
 padding: 1rem;
}
.kpi b { font-size: 1.5rem; display: block; color: var(--primary-dark); }
.panel {
 background: #fff;
 border: 1px solid var(--line);
 border-radius: 16px;
 padding: 1.25rem;
 box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.table-wrap {
 overflow-x: auto;
 -webkit-overflow-scrolling: touch;
 border: 1px solid var(--line);
 border-radius: 14px;
 background: #fff;
 max-width: 100%;
}
table.demo {
 width: 100%;
 border-collapse: collapse;
 min-width: 0;
}
.admin-main table.demo {
 min-width: 560px;
}
table.demo th, table.demo td {
 padding: .85rem 1rem;
 border-bottom: 1px solid var(--line);
 text-align: left;
 vertical-align: top;
 font-size: .9rem;
}
table.demo th {
 background: var(--primary-dark);
 color: #fff;
 font-size: .78rem;
 text-transform: uppercase;
 letter-spacing: .04em;
}
table.demo tr:last-child td { border-bottom: 0; }

/* ---------- Cinematic dark strip ---------- */
.cinematic-strip {
 position: relative;
 min-height: clamp(280px, 42vw, 420px);
 display: grid;
 place-items: center;
 overflow: hidden;
 background: #020c08;
 color: #ecfdf5;
}
.cinematic-strip__media {
 position: absolute;
 inset: 0;
 z-index: 0;
}
.cinematic-strip__media video,
.cinematic-strip__media img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 opacity: .45;
}
.cinematic-strip__fx {
 position: absolute;
 inset: 0;
 z-index: 1;
 background:
 radial-gradient(ellipse 70% 50% at 20% 30%, rgba(0, 135, 81, 0.45), transparent 55%),
 radial-gradient(ellipse 60% 45% at 85% 70%, rgba(212, 160, 23, 0.18), transparent 50%),
 linear-gradient(180deg, rgba(1, 20, 12, 0.2) 0%, rgba(1, 20, 12, 0.85) 100%);
 pointer-events: none;
}
.cinematic-strip__grid {
 position: absolute;
 inset: 0;
 z-index: 1;
 background-image:
 linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
 linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
 background-size: 56px 56px;
 mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 10%, transparent 75%);
 animation: cinematicDrift 28s linear infinite;
 pointer-events: none;
}
@keyframes cinematicDrift {
 from { transform: translate3d(0, 0, 0); }
 to { transform: translate3d(-56px, -56px, 0); }
}
.cinematic-strip__content {
 position: relative;
 z-index: 2;
 text-align: center;
 padding: 2.5rem 1rem;
 max-width: 760px;
}
.cinematic-strip__content .eyebrow {
 background: rgba(255,255,255,.08);
 color: #a7f3d0;
}
.cinematic-strip__content h2 {
 margin: 0 0 .75rem;
 font-size: clamp(1.6rem, 4vw, 2.4rem);
 letter-spacing: -.03em;
 color: #fff;
 font-weight: 900;
 line-height: 1.15;
}
.cinematic-strip__content p {
 margin: 0 auto 1.25rem;
 color: rgba(236, 253, 245, 0.78);
 font-size: 1.05rem;
 max-width: 36rem;
}
.cinematic-strip__actions {
 display: flex;
 flex-wrap: wrap;
 gap: .65rem;
 justify-content: center;
}

/* ---------- Stats / counters ---------- */
.stats-band {
 margin-top: -2.5rem;
 position: relative;
 z-index: 5;
 padding-bottom: 0;
}
.stats-panel {
 background: #fff;
 border: 1px solid var(--line);
 border-radius: 24px;
 box-shadow: var(--shadow-lg);
 display: grid;
 grid-template-columns: 1fr;
 overflow: hidden;
}
@media (min-width: 720px) {
 .stats-panel { grid-template-columns: repeat(4, 1fr); }
}
.stat-cell {
 padding: 1.4rem 1.2rem;
 text-align: center;
 border-bottom: 1px solid var(--line);
}
@media (min-width: 720px) {
 .stat-cell {
 border-bottom: 0;
 border-right: 1px solid var(--line);
 }
 .stat-cell:last-child { border-right: 0; }
}
.stat-cell .num {
 display: block;
 font-size: clamp(1.8rem, 3vw, 2.35rem);
 font-weight: 900;
 letter-spacing: -.03em;
 color: var(--primary-dark);
 line-height: 1.1;
 font-variant-numeric: tabular-nums;
}
.stat-cell .label {
 display: block;
 margin-top: .35rem;
 font-size: .82rem;
 font-weight: 700;
 color: var(--muted);
}

/* ---------- Investor deck promo ---------- */
.investor-promo {
 display: grid;
 gap: 1.5rem;
 align-items: center;
 background:
 radial-gradient(ellipse 50% 80% at 100% 0%, rgba(212,160,23,.15), transparent 50%),
 linear-gradient(135deg, #0f172a 0%, #1a1408 50%, #012a1a 100%);
 border-radius: 28px;
 padding: clamp(1.5rem, 4vw, 2.5rem);
 color: #f8fafc;
 border: 1px solid rgba(212, 160, 23, 0.28);
 box-shadow: var(--shadow-lg);
}
@media (min-width: 860px) {
 .investor-promo { grid-template-columns: 1.3fr .7fr; }
}
.investor-promo h2 {
 margin: 0 0 .5rem;
 font-size: clamp(1.4rem, 3vw, 1.9rem);
 letter-spacing: -.02em;
 color: #fff;
}
.investor-promo p {
 margin: 0 0 1rem;
 color: rgba(248, 250, 252, 0.75);
 max-width: 40rem;
}
.investor-promo .doc-card {
 background: rgba(255,255,255,.06);
 border: 1px solid rgba(255,255,255,.12);
 border-radius: 18px;
 padding: 1.25rem;
 text-align: center;
}
.investor-promo .doc-icon {
 width: 64px;
 height: 80px;
 margin: 0 auto 0.85rem;
 border-radius: 8px;
 background: linear-gradient(160deg, #f5e6b8, #d4a017);
 color: #1a1200;
 display: grid;
 place-items: center;
 font-weight: 900;
 font-size: .75rem;
 letter-spacing: .04em;
 box-shadow: 0 12px 30px rgba(0,0,0,.35);
}
.investor-promo .doc-card strong {
 display: block;
 margin-bottom: .35rem;
}
.investor-promo .doc-card span {
 display: block;
 font-size: .8rem;
 color: rgba(248,250,252,.6);
 margin-bottom: 1rem;
}

/* ---------- X / social feed ---------- */
.nav-social {
 display: inline-flex !important;
 align-items: center;
 justify-content: center;
 width: 40px;
 min-width: 40px;
 height: 40px;
 padding: 0 !important;
 border-radius: 999px !important;
 color: var(--ink-soft) !important;
}
.nav-social:hover {
 background: #0f172a !important;
 color: #fff !important;
}
.footer-social { margin-top: 1rem; }
.footer-x {
 display: inline-flex;
 align-items: center;
 gap: .45rem;
 font-weight: 700;
 color: #fff !important;
 background: rgba(255,255,255,.08);
 border: 1px solid rgba(255,255,255,.14);
 padding: .55rem .9rem;
 border-radius: 999px;
}
.footer-x:hover { background: rgba(255,255,255,.14); color: #fff !important; }

/* Self-hosted X updates panel (no third-party embed = no rate-limit blank) */
.x-feed {
 background: #fff;
 border: 1px solid var(--line);
 border-radius: 24px;
 padding: 1.15rem;
 box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
 max-width: 100%;
 width: 100%;
 box-sizing: border-box;
 opacity: 1 !important;
 transform: none !important;
}
.x-feed__head {
 display: flex;
 flex-wrap: wrap;
 gap: .85rem;
 align-items: center;
 justify-content: space-between;
 margin-bottom: 1rem;
}
.x-feed__brand {
 display: flex;
 align-items: center;
 gap: .75rem;
 min-width: 0;
}
.x-feed__icon {
 width: 42px;
 height: 42px;
 border-radius: 12px;
 display: grid;
 place-items: center;
 background: #0f172a;
 color: #fff;
 flex-shrink: 0;
}
.x-feed__brand strong {
 display: block;
 font-size: 1rem;
 color: var(--ink);
}
.x-feed__brand span {
 display: block;
 font-size: .82rem;
 color: var(--muted);
 font-weight: 600;
}
.x-feed__native-frame {
 max-width: 100%;
 overflow-x: hidden;
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
 border-radius: 16px;
 background: linear-gradient(180deg, #f8fafc 0%, #fff 40%);
 border: 1px solid var(--line);
 padding: .75rem;
}
.x-feed__cards {
 list-style: none;
 margin: 0;
 padding: 0;
 display: grid;
 gap: .85rem;
}
.x-feed__card {
 border: 1px solid var(--line);
 border-radius: 16px;
 padding: 1rem;
 background: #fff;
 max-width: 100%;
 box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}
.x-feed__card--posted {
 border-color: rgba(0, 135, 81, 0.22);
 background: linear-gradient(160deg, #f0fdf4, #fff 55%);
}
.x-feed__card-meta {
 display: flex;
 flex-wrap: wrap;
 gap: .4rem .75rem;
 align-items: center;
 margin-bottom: .55rem;
}
.x-feed__card-meta strong { color: var(--ink); font-size: .95rem; }
.x-feed__card-meta time {
 font-size: .78rem;
 color: var(--muted);
 font-weight: 600;
}
.x-feed__pill {
 display: inline-flex;
 align-items: center;
 font-size: .68rem;
 font-weight: 800;
 letter-spacing: .04em;
 text-transform: uppercase;
 padding: .22rem .55rem;
 border-radius: 999px;
 background: #ecfdf5;
 color: var(--primary-dark);
}
.x-feed__card--highlight .x-feed__pill {
 background: #f1f5f9;
 color: #334155;
}
.x-feed__card-title {
 margin: 0 0 .4rem;
 font-size: 1.05rem;
 letter-spacing: -.02em;
 color: var(--primary-deep);
}
.x-feed__card p {
 margin: 0 0 .65rem;
 color: var(--ink-soft);
 font-size: .94rem;
 line-height: 1.55;
 white-space: pre-wrap;
}
.x-feed__card-img {
 display: block;
 border-radius: 12px;
 overflow: hidden;
 margin-bottom: .65rem;
 max-width: 100%;
 background: #e2e8f0;
}
.x-feed__card-img img {
 width: 100%;
 height: auto;
 max-height: 240px;
 object-fit: cover;
}
.x-feed__card-foot {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
 gap: .5rem;
}
.x-feed__theme {
 font-size: .75rem;
 font-weight: 700;
 color: var(--muted);
 text-transform: uppercase;
 letter-spacing: .04em;
}
.x-feed__card-link {
 font-weight: 700;
 font-size: .9rem;
}
.x-feed__cta-bar {
 margin-top: 1rem;
 padding: .9rem 1rem;
 border-radius: 16px;
 background: linear-gradient(135deg, #0b1220, #024a2d);
 color: #ecfdf5;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
 gap: .75rem;
}
.x-feed__cta-bar p {
 margin: 0;
 font-size: .9rem;
 color: rgba(236, 253, 245, 0.88);
 max-width: 28rem;
}
.x-feed__cta-bar a:not(.btn) {
 color: #fff !important;
 text-decoration: underline;
 text-underline-offset: 2px;
}
.x-feed__cta-bar .btn-primary {
 background: #fff;
 color: var(--primary-dark) !important;
 box-shadow: none;
}
.x-feed-home {
 max-width: min(720px, 100%);
 width: 100%;
 overflow: visible;
 opacity: 1 !important;
 transform: none !important;
}
.x-feed {
 max-width: 100% !important;
 width: 100% !important;
 box-sizing: border-box;
}

/* ---------- Support spotlight (Victor Itohan) ---------- */
.support-spotlight {
 display: grid;
 gap: 1.35rem;
 align-items: center;
 background: linear-gradient(145deg, #ffffff 0%, #ecfdf5 55%, #f8fafc 100%);
 border: 1px solid var(--line);
 border-radius: 28px;
 padding: clamp(1rem, 2.8vw, 1.75rem);
 box-shadow: var(--shadow);
 max-width: 100%;
 width: 100%;
 overflow: hidden;
 min-width: 0;
}
@media (min-width: 860px) {
 .support-spotlight {
 grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
 gap: 1.75rem;
 }
}
.support-spotlight__copy {
 min-width: 0;
 max-width: 100%;
}
.support-spotlight__copy h2 {
 margin: 0 0 .65rem;
 font-size: clamp(1.4rem, 3.2vw, 2rem);
 letter-spacing: -.03em;
 color: var(--primary-deep);
 line-height: 1.15;
}
.support-spotlight__copy h2 em {
 font-style: normal;
 color: var(--primary);
}
.support-spotlight__name {
 margin: 0 0 .35rem;
 font-size: clamp(1.15rem, 2.8vw, 1.4rem);
 font-weight: 800;
 color: var(--ink);
}
.support-spotlight__role {
 display: inline-flex;
 align-items: center;
 background: linear-gradient(135deg, var(--primary), var(--primary-dark));
 color: #fff;
 font-size: .75rem;
 font-weight: 800;
 letter-spacing: .03em;
 text-transform: uppercase;
 padding: .4rem .85rem;
 border-radius: 999px;
 margin-bottom: .9rem;
 max-width: 100%;
}
.support-spotlight__copy p {
 margin: 0 0 1rem;
 color: var(--muted);
 font-size: .98rem;
}
.support-points {
 list-style: none;
 margin: 0 0 1.25rem;
 padding: 0;
 display: grid;
 gap: .55rem;
}
.support-points li {
 display: flex;
 align-items: flex-start;
 gap: .55rem;
 color: var(--ink-soft);
 font-weight: 600;
 font-size: .93rem;
 min-width: 0;
}
.support-points li::before {
  content: "\2713";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #d1fae5;
  color: var(--primary-dark);
  display: grid;
  place-items: center;
  font-size: .75rem;
  font-weight: 900;
  margin-top: .1rem;
}
/* Full poster graphic - never crop branding artwork */
.support-spotlight__media {
 position: relative;
 border-radius: 20px;
 overflow: hidden;
 background: linear-gradient(160deg, #f0fdf4, #e2e8f0);
 max-width: 100%;
 min-width: 0;
 width: 100%;
 box-shadow: 0 18px 44px rgba(2, 74, 45, 0.16);
 border: 1px solid rgba(2, 74, 45, 0.08);
}
.support-spotlight__media img {
 width: 100%;
 height: auto;
 max-height: none;
 min-height: 0;
 object-fit: contain;
 object-position: center top;
 display: block;
 background: #fff;
}
.support-spotlight__badge {
 position: absolute;
 left: 10px;
 right: 10px;
 bottom: 10px;
 background: rgba(255, 255, 255, 0.97);
 border-radius: 12px;
 padding: .65rem .8rem;
 box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
 max-width: calc(100% - 20px);
 box-sizing: border-box;
}
.support-spotlight__badge strong {
 display: block;
 color: var(--primary-dark);
 font-size: .88rem;
}
.support-spotlight__badge span {
 display: block;
 color: var(--muted);
 font-size: .76rem;
 font-weight: 600;
 margin-top: .15rem;
}
/* On phones: show poster first for impact */
@media (max-width: 859px) {
 .support-spotlight {
 gap: 1.1rem;
 padding: .9rem;
 border-radius: 22px;
 }
 .support-spotlight__media {
 order: -1;
 border-radius: 16px;
 }
 .support-spotlight__badge {
 display: none; /* poster already includes branding footer */
 }
 .support-spotlight__copy h2 {
 font-size: 1.35rem;
 }
 .support-spotlight .hero-actions {
 display: grid;
 grid-template-columns: 1fr;
 width: 100%;
 }
 .support-spotlight .hero-actions .btn {
 width: 100%;
 }
}

/* ---------- Reveal animations ---------- */
.reveal {
 opacity: 0;
 transform: translateY(18px);
 transition: opacity .7s ease, transform .7s ease;
}
.reveal.is-visible {
 opacity: 1;
 transform: none;
}
@media (prefers-reduced-motion: reduce) {
 .reveal { opacity: 1; transform: none; transition: none; }
 .cinematic-strip__grid { animation: none; }
}

/* ============================================================
 MOBILE-FIRST RESPONSIVE LAYER (phones -> tablets)
 ============================================================ */

/* Tablet and below: drawer navigation + hard anti-side-scroll */
@media (max-width: 959px) {
 html, body {
 overflow-x: hidden !important;
 width: 100% !important;
 max-width: 100% !important; /* never 100vw - scrollbar causes side-scroll */
 }
 body > * {
 max-width: 100%;
 }
 .wrap {
 width: 100% !important;
 max-width: 100% !important;
 padding-left: max(0.85rem, env(safe-area-inset-left, 0px));
 padding-right: max(0.85rem, env(safe-area-inset-right, 0px));
 box-sizing: border-box;
 }
 .hero-pro-grid,
 .dual-grid,
 .grid-3,
 .price-grid,
 .partners-wall,
 .metric-grid,
 .stats-panel,
 .investor-promo,
 .support-spotlight,
 .hero-visual,
 .hero-glass,
 .form-row,
 .footer-grid {
 max-width: 100%;
 min-width: 0;
 width: 100%;
 }
 .hero-pro::before,
 .cinematic-strip__grid,
 .cinematic-strip__fx {
 max-width: 100%;
 left: 0;
 right: 0;
 }
 .card-pro,
 .price-card,
 .panel,
 .cta-band,
 .investor-promo,
 .support-spotlight,
 .x-feed,
 .stats-panel {
 width: 100%;
 max-width: 100%;
 box-sizing: border-box;
 min-width: 0;
 }
 img, video, iframe, svg, table, pre, code {
 max-width: 100% !important;
 }
 .twitter-tweet,
 .twitter-timeline,
 twitter-widget,
 .x-feed iframe,
 .x-feed__frame {
 max-width: 100% !important;
 width: 100% !important;
 }
 /* Tables scroll inside their box - never expand the page */
 .table-wrap {
 display: block;
 width: 100%;
 max-width: 100%;
 overflow-x: auto;
 }
 .admin-main table.demo {
 min-width: 480px;
 }

 .mobile-only { display: flex !important; }
 .desktop-only { display: none !important; }

 .nav-actions-mobile { display: inline-flex; }
 .primary-nav__top {
 display: flex !important;
 align-items: center;
 justify-content: space-between;
 padding: .25rem 0 1rem;
 border-bottom: 1px solid var(--line);
 margin-bottom: .75rem;
 }
 .nav-close {
 width: 48px;
 height: 48px;
 border: 0;
 background: #f1f5f9;
 border-radius: 12px;
 font-size: 1.6rem;
 line-height: 1;
 cursor: pointer;
 color: var(--ink);
 }

 .nav-backdrop {
 display: block;
 position: fixed;
 inset: 0;
 background: rgba(2, 20, 12, 0.48);
 z-index: 110;
 opacity: 0;
 pointer-events: none;
 transition: opacity .2s ease;
 }
 body.nav-open .nav-backdrop {
 opacity: 1;
 pointer-events: auto;
 }

 .primary-nav {
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 width: min(88vw, 360px);
 max-width: 100%;
 background: #fff;
 z-index: 120;
 padding:
 max(1rem, env(safe-area-inset-top))
 max(1rem, env(safe-area-inset-right))
 max(1.25rem, env(safe-area-inset-bottom))
 1.1rem;
 transform: translateX(105%);
 transition: transform .25s ease;
 box-shadow: -20px 0 50px rgba(0, 0, 0, 0.18);
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
 }
 body.nav-open .primary-nav {
 transform: translateX(0);
 }
 body.nav-open {
 overflow: hidden;
 touch-action: none;
 }

 .nav-links {
 flex-direction: column;
 align-items: stretch;
 gap: .25rem;
 }
 .nav-links > li { width: 100%; }
 .nav-links a {
 width: 100%;
 min-height: 52px;
 padding: .9rem 1rem;
 border-radius: 14px;
 font-size: 1rem;
 justify-content: flex-start;
 }
 .nav-cta {
 margin: .75rem 0 0;
 width: 100%;
 }
 .nav-cta .btn {
 width: 100%;
 min-height: 52px;
 font-size: 1rem;
 }
 .nav-mobile-meta {
 display: flex !important;
 flex-direction: column;
 gap: .35rem;
 margin-top: .5rem;
 padding-top: .75rem;
 border-top: 1px solid var(--line);
 }
 .nav-mobile-meta a {
 color: var(--primary-dark) !important;
 font-weight: 700;
 }

 /* Content comfort on phones */
 section { padding: 2.25rem 0; }
 .hero-pro { padding: 2rem 0 2.5rem; }
 .hero-actions {
 display: grid;
 grid-template-columns: 1fr;
 width: 100%;
 }
 .hero-actions .btn {
 width: 100%;
 }
 .trust-row {
 gap: .5rem .85rem;
 font-size: .8rem;
 }
 .hero-float {
 position: static;
 margin-top: 1rem;
 max-width: none;
 }
 .hero-glass { padding: 1.15rem; border-radius: 20px; }
 .metric-grid { gap: .55rem; }
 .metric { padding: .85rem; }
 .metric b { font-size: 1.1rem; }

 .stats-band {
 margin-top: -1.5rem;
 padding: 0 0 .25rem;
 }
 .stats-panel {
 border-radius: 18px;
 grid-template-columns: 1fr 1fr;
 }
 .stat-cell {
 padding: 1rem .75rem;
 border-bottom: 1px solid var(--line);
 border-right: 1px solid var(--line);
 }
 .stat-cell:nth-child(2n) { border-right: 0; }
 .stat-cell:nth-last-child(-n+2) { border-bottom: 0; }
 .stat-cell .num { font-size: 1.45rem; }
 .stat-cell .label { font-size: .74rem; line-height: 1.3; }

 .cinematic-strip {
 min-height: 260px;
 }
 .cinematic-strip__content {
 padding: 2rem .85rem;
 }
 .cinematic-strip__actions {
 flex-direction: column;
 width: 100%;
 max-width: 320px;
 margin-inline: auto;
 }
 .cinematic-strip__actions .btn { width: 100%; }

 .price-grid { grid-template-columns: 1fr; }
 .price-card.featured { transform: none; }

 .partners-wall { grid-template-columns: 1fr 1fr; gap: .75rem; }
 .partner-tile {
 min-height: 150px;
 padding: 1rem .75rem;
 }
 .partner-tile h3 { font-size: .86rem; }
 .partner-logo,
 .partner-logo-fallback {
 width: 56px;
 height: 56px;
 }

 .dual-grid { grid-template-columns: 1fr; }
 .dual-card { min-height: 0; padding: 1.35rem; }

 .cta-band {
 border-radius: 20px;
 padding: 1.35rem;
 }
 .cta-band .actions {
 width: 100%;
 display: grid;
 grid-template-columns: 1fr;
 }
 .cta-band .actions .btn { width: 100%; }

 .investor-promo {
 grid-template-columns: 1fr;
 padding: 1.35rem;
 border-radius: 20px;
 }
 .investor-promo .actions,
 .investor-promo > div:first-child > div {
 display: grid !important;
 grid-template-columns: 1fr;
 width: 100%;
 }
 .investor-promo .btn { width: 100%; }

 .x-feed { padding: .9rem; border-radius: 18px; }
 .x-feed__head {
 flex-direction: column;
 align-items: stretch;
 }
 .x-feed__follow { width: 100%; }
 .x-feed__frame { min-height: 280px; }

 .form-row { grid-template-columns: 1fr; }
 input, textarea, select, .btn {
 font-size: 16px; /* prevents iOS zoom on focus */
 }

 .footer-grid { grid-template-columns: 1fr; gap: 1.35rem; }
 .copyright {
 flex-direction: column;
 align-items: flex-start;
 gap: .65rem;
 }

 .admin-main { padding: 1rem; }
 .admin-side { padding: 1rem; }
 .panel { padding: 1rem; }
 .table-wrap { -webkit-overflow-scrolling: touch; }

 .deck-toolbar { top: 64px; }
 .deck-toolbar-inner {
 flex-direction: column;
 align-items: stretch;
 }
 .deck-toolbar-actions {
 display: grid;
 grid-template-columns: 1fr;
 width: 100%;
 }
 .deck-toolbar-actions .btn { width: 100%; }
 .deck { padding: 1rem .75rem 3rem; }
 .deck-slide { padding: 1.15rem; border-radius: 16px; }
 .deck-cards { grid-template-columns: 1fr; }
 .deck-cta-row {
 display: grid;
 grid-template-columns: 1fr;
 }
 .deck-cta-row .btn { width: 100%; }
}

/* Very small phones */
@media (max-width: 380px) {
 .brand-logo { height: 40px; max-width: 42%; }
 .footer-logo { height: 52px; }
 .brand-text { max-width: 36%; font-size: .95rem; }
 .partners-wall { grid-template-columns: 1fr; }
 .stats-panel { grid-template-columns: 1fr; }
 .stat-cell {
 border-right: 0 !important;
 border-bottom: 1px solid var(--line);
 }
 .stat-cell:last-child { border-bottom: 0; }
 /* Keep wrap full-width + padding only - never width calc that overflows */
 .wrap {
 width: 100%;
 max-width: 100%;
 padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
 padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
 }
 .hero-pro h1 { font-size: 1.65rem; }
 .btn { padding-inline: 1rem; }
}

/* Landscape phones */
@media (max-height: 480px) and (orientation: landscape) {
 .cinematic-strip { min-height: 220px; }
 .primary-nav { width: min(70vw, 420px); }
}

/* Desktop nav restore */
@media (min-width: 960px) {
 .mobile-only { display: none !important; }
 .desktop-only { display: list-item !important; }
 .nav-actions-mobile { display: none !important; }
 .nav-backdrop { display: none !important; }
 .primary-nav {
 position: static;
 transform: none !important;
 width: auto;
 padding: 0;
 box-shadow: none;
 overflow: visible;
 background: transparent;
 }
 body.nav-open { overflow: auto; touch-action: auto; }
 .mobile-cta-bar { display: none !important; }
}

/* ---------- Feature showcase (homepage visuals) ---------- */
.feature-showcase {
 display: grid;
 gap: 1.15rem;
 grid-template-columns: 1fr;
 max-width: 100%;
}
@media (min-width: 720px) {
 .feature-showcase {
 grid-template-columns: repeat(2, minmax(0, 1fr));
 }
 .feature-shot--hero {
 grid-column: 1 / -1;
 display: grid;
 grid-template-columns: 1.2fr 0.8fr;
 align-items: stretch;
 }
 .feature-shot--hero .feature-shot__media {
 min-height: 320px;
 }
 .feature-shot--hero .feature-shot__body {
 display: flex;
 flex-direction: column;
 justify-content: center;
 }
}
@media (min-width: 1100px) {
 .feature-showcase {
 grid-template-columns: repeat(6, minmax(0, 1fr));
 }
 .feature-shot--hero {
 grid-column: 1 / -1;
 }
 .feature-showcase > .feature-shot:not(.feature-shot--hero) {
 grid-column: span 3;
 }
 .feature-showcase > .feature-shot:not(.feature-shot--hero):nth-child(n+4) {
 grid-column: span 2;
 }
}
.feature-shot {
  background: #fff;
  border: 1px solid rgba(2, 74, 45, 0.08);
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0 4px 6px rgba(2, 42, 26, 0.03),
    0 18px 44px rgba(2, 74, 45, 0.09);
  max-width: 100%;
  min-width: 0;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.feature-shot:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 135, 81, 0.22);
  box-shadow:
    0 8px 12px rgba(2, 42, 26, 0.04),
    0 28px 60px rgba(2, 74, 45, 0.14);
}
.feature-shot__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: linear-gradient(145deg, #012a1a, #024a2d);
  min-height: 200px;
  aspect-ratio: 16 / 10;
}
.feature-shot__media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform .45s cubic-bezier(.2,.8,.2,1);
}
.feature-shot:hover .feature-shot__media img {
  transform: scale(1.04);
}
.feature-shot--hero .feature-shot__media {
  aspect-ratio: 16 / 9;
  min-height: 280px;
}
.feature-shot--hero .feature-shot__media img {
  max-height: none;
  min-height: 280px;
}
.feature-shot__tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .4rem .85rem;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(2, 74, 45, 0.28);
}
.feature-shot__body {
  padding: 1.25rem 1.35rem 1.4rem;
  border-top: 1px solid rgba(2, 74, 45, 0.06);
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}
.feature-shot--hero .feature-shot__body {
  background: linear-gradient(160deg, #ecfdf5 0%, #fff 55%);
  border-top: 0;
  padding: 1.75rem 1.6rem;
}
.feature-shot__body h3 {
  margin: 0 0 .45rem;
  font-size: 1.15rem;
  letter-spacing: -.025em;
  color: var(--primary-deep);
  font-weight: 800;
}
.feature-shot--hero .feature-shot__body h3 {
  font-size: clamp(1.25rem, 2.5vw, 1.55rem);
}
.feature-shot__body p {
  margin: 0 0 .85rem;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.6;
}
.feature-shot__link {
  font-weight: 800;
  font-size: .9rem;
  color: var(--primary-dark);
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}
.feature-shot__link::after {
  content: "\2192";
  transition: transform .15s ease;
}
.feature-shot:hover .feature-shot__link::after {
  transform: translateX(3px);
}

.partners-cta-empty {
 display: grid;
 gap: 1.25rem;
 background: linear-gradient(145deg, #ecfdf5, #fff 55%);
 border: 1px solid var(--line);
 border-radius: 24px;
 padding: clamp(1.2rem, 3vw, 2rem);
 box-shadow: var(--shadow);
}
@media (min-width: 800px) {
 .partners-cta-empty {
 grid-template-columns: 1.3fr 0.7fr;
 align-items: center;
 }
}
.partners-cta-empty h3 {
 margin: 0 0 .5rem;
 font-size: 1.35rem;
 color: var(--primary-deep);
}
.partners-cta-empty p {
 margin: 0 0 1rem;
 color: var(--muted);
}
.partners-cta-empty__perks {
 list-style: none;
 margin: 0;
 padding: 0;
 display: grid;
 gap: .55rem;
}
.partners-cta-empty__perks li {
 font-weight: 700;
 color: var(--ink-soft);
 padding: .65rem .85rem;
 background: #fff;
 border-radius: 12px;
 border: 1px solid var(--line);
 font-size: .92rem;
}
.partners-cta-empty__perks li::before {
 content: "";
 color: var(--primary);
 font-weight: 900;
}

/* ---------- FAQ (SEO + conversion) ---------- */
.faq-grid {
 display: grid;
 gap: .75rem;
 max-width: 820px;
 margin-inline: auto;
}
.faq-item {
 background: #fff;
 border: 1px solid var(--line);
 border-radius: 16px;
 padding: 0;
 box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
 overflow: hidden;
}
.faq-item summary {
 cursor: pointer;
 list-style: none;
 font-weight: 800;
 font-size: 1.02rem;
 color: var(--primary-deep);
 padding: 1.05rem 1.2rem;
 position: relative;
 padding-right: 2.5rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
 content: "+";
 position: absolute;
 right: 1.15rem;
 top: 50%;
 transform: translateY(-50%);
 font-size: 1.35rem;
 color: var(--primary);
 font-weight: 700;
}
.faq-item[open] summary::after { content: "-"; }
.faq-item p {
 margin: 0;
 padding: 0 1.2rem 1.15rem;
 color: var(--muted);
 font-size: .97rem;
 line-height: 1.6;
}
.faq-item a { font-weight: 700; }

/* Sticky mobile CTA bar - drives demos / calls (conversion) */
.mobile-cta-bar {
 display: none;
 position: fixed;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 90;
 background: rgba(255, 255, 255, 0.97);
 backdrop-filter: blur(12px);
 border-top: 1px solid var(--line);
 box-shadow: 0 -8px 28px rgba(2, 42, 26, 0.12);
 padding:
 .55rem max(0.65rem, env(safe-area-inset-left))
 max(0.55rem, env(safe-area-inset-bottom))
 max(0.65rem, env(safe-area-inset-right));
 gap: .45rem;
 grid-template-columns: 1fr 1.2fr 1fr;
}
.mobile-cta-bar a {
 display: flex;
 align-items: center;
 justify-content: center;
 min-height: 46px;
 border-radius: 12px;
 font-weight: 800;
 font-size: .88rem;
 text-decoration: none !important;
}
.mobile-cta-bar__call {
 background: #f1f5f9;
 color: var(--ink) !important;
}
.mobile-cta-bar__demo {
 background: linear-gradient(135deg, var(--primary), var(--primary-dark));
 color: #fff !important;
}
.mobile-cta-bar__partner {
 background: #ecfdf5;
 color: var(--primary-dark) !important;
}
@media (max-width: 959px) {
 .mobile-cta-bar { display: grid; }
 body { padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px)); }
 .site-footer { padding-bottom: 1rem; }
}

/* ---------- Developer coding screen (homepage) ---------- */
.dev-coding-section {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
  background:
    radial-gradient(ellipse 70% 60% at 85% 30%, rgba(0, 135, 81, 0.12), transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(212, 160, 23, 0.08), transparent 50%),
    linear-gradient(180deg, #0b1220 0%, #012a1a 55%, #0b1220 100%);
  color: #e2e8f0;
  max-width: 100%;
  overflow-x: clip;
}
.dev-coding {
  display: grid;
  gap: 1.75rem;
  align-items: center;
  max-width: 100%;
}
@media (min-width: 900px) {
  .dev-coding {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 2.25rem;
  }
}
.dev-coding__copy h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.5rem, 3.2vw, 2.15rem);
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1.15;
}
.dev-coding__copy p {
  margin: 0 0 1.1rem;
  color: rgba(226, 232, 240, 0.78);
  font-size: 1.02rem;
  line-height: 1.65;
  max-width: 36rem;
}
.dev-coding__copy .eyebrow {
  background: rgba(16, 185, 129, 0.15);
  color: #a7f3d0;
}
.dev-coding__points {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.dev-coding__points li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-weight: 600;
  color: #d1fae5;
  font-size: 0.95rem;
}
.dev-coding__points li::before {
  content: "\2713";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.2);
  color: #6ee7b7;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 900;
  margin-top: 0.1rem;
}
.dev-coding__screen {
  min-width: 0;
  max-width: 100%;
}
.dev-coding__caption {
  margin: 0.75rem 0 0;
  font-size: 0.8rem;
  color: rgba(226, 232, 240, 0.55);
  text-align: center;
}
.code-window {
  background: #0f172a;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow:
    0 0 0 1px rgba(0, 135, 81, 0.15),
    0 30px 80px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  max-width: 100%;
}
.code-window__titlebar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0.9rem;
  background: linear-gradient(180deg, #1e293b, #0f172a);
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}
.code-window__dots {
  display: inline-flex;
  gap: 6px;
}
.code-window__dots i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  background: #64748b;
}
.code-window__dots i:nth-child(1) { background: #f87171; }
.code-window__dots i:nth-child(2) { background: #fbbf24; }
.code-window__dots i:nth-child(3) { background: #34d399; }
.code-window__file {
  flex: 1;
  min-width: 0;
  font-size: 0.78rem;
  font-weight: 600;
  color: #94a3b8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.code-window__live {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6ee7b7;
  white-space: nowrap;
}
.code-window__pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.6);
  animation: codePulse 1.6s ease infinite;
}
@keyframes codePulse {
  0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.55); }
  70% { box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
  100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}
.code-window__body {
  display: grid;
  grid-template-columns: 42px 1fr;
  min-height: 280px;
  max-height: 360px;
  overflow: hidden;
  background: #020617;
}
.code-window__gutter {
  padding: 1rem 0.35rem 1rem 0.5rem;
  text-align: right;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.72rem;
  line-height: 1.55;
  color: #475569;
  user-select: none;
  border-right: 1px solid rgba(51, 65, 85, 0.5);
  background: #020617;
}
.code-window__pre {
  margin: 0;
  padding: 1rem 0.85rem 1.25rem;
  overflow: hidden;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.78rem;
  line-height: 1.55;
  color: #e2e8f0;
  white-space: pre-wrap;
  word-break: break-word;
}
.code-typing .tok-kw { color: #c084fc; }
.code-typing .tok-fn { color: #38bdf8; }
.code-typing .tok-str { color: #86efac; }
.code-typing .tok-cm { color: #64748b; font-style: italic; }
.code-typing .tok-num { color: #fbbf24; }
.code-typing .tok-var { color: #fca5a5; }
.code-caret {
  display: inline-block;
  width: 8px;
  height: 1em;
  margin-left: 1px;
  background: #34d399;
  vertical-align: text-bottom;
  animation: caretBlink 1s step-end infinite;
}
@keyframes caretBlink {
  50% { opacity: 0; }
}
.code-window__statusbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  padding: 0.45rem 0.9rem;
  background: #024a2d;
  border-top: 1px solid rgba(16, 185, 129, 0.25);
  font-size: 0.7rem;
  font-weight: 700;
  color: #a7f3d0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.code-window__ok { color: #fbbf24; margin-left: auto; }
@media (max-width: 899px) {
  .code-window__body { min-height: 240px; max-height: 300px; }
  .dev-coding__copy .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .dev-coding__copy .hero-actions .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .code-caret, .code-window__pulse { animation: none; }
}
/* 2026-08-28 honest proof + locked prices */
.hero-price-line {
  margin: .85rem 0 0;
  font-weight: 650;
  color: var(--primary-dark, #024a2d);
  font-size: 1.02rem;
}
.stats-panel--honest {
  display: block;
  padding: 1.1rem 1.25rem;
  text-align: center;
}
.honest-proof {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: .01em;
}
.pilot-screens {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}
.pilot-screen {
  margin: 0;
  background: #fff;
  border: 1px solid rgba(2, 74, 45, .12);
  border-radius: 12px;
  overflow: hidden;
}
.pilot-screen img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}
.pilot-screen figcaption {
  padding: .55rem .75rem .7rem;
  font-size: .85rem;
  font-weight: 650;
}
@media (max-width: 720px) {
  .pilot-screens { grid-template-columns: 1fr; }
  .pilot-screen img { height: 180px; }
}

/* ============================================================
 Education News / School OS Brief
 ============================================================ */
.news-hero .lead { max-width: 40rem; }
.news-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
  padding-bottom: 3rem;
}
@media (min-width: 900px) {
  .news-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 2rem;
  }
}
.news-list { display: grid; gap: 1rem; }
.news-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.15rem 1.25rem 1.25rem;
  box-shadow: var(--shadow);
}
.news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1rem;
  align-items: center;
  font-size: .8rem;
  color: var(--muted);
  margin-bottom: .45rem;
}
.news-card__title {
  margin: 0 0 .45rem;
  font-size: 1.15rem;
  line-height: 1.3;
  letter-spacing: -.01em;
}
.news-card__title a {
  color: var(--ink);
  text-decoration: none;
}
.news-card__title a:hover { color: var(--primary-dark); }
.news-card__summary {
  margin: 0 0 .75rem;
  color: var(--ink-soft);
  font-size: .95rem;
  line-height: 1.5;
}
.news-card__more {
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
}
.news-tag {
  display: inline-flex;
  padding: .15rem .55rem;
  border-radius: 999px;
  background: #ecfdf5;
  color: var(--primary-dark);
  border: 1px solid #a7f3d0;
  font-size: .68rem;
  font-weight: 700;
  text-transform: lowercase;
}
.news-card__tags { display: inline-flex; flex-wrap: wrap; gap: .35rem; }

.news-cta {
  background: linear-gradient(160deg, #012a1a 0%, #024a2d 45%, #008751 100%);
  color: #ecfdf5;
  border-radius: var(--radius);
  padding: 1.15rem 1.2rem 1.25rem;
  border-bottom: 3px solid #fbbf24;
  box-shadow: var(--shadow);
}
.news-cta__eyebrow {
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .9;
  margin-bottom: .5rem;
}
.news-cta__price {
  margin: 0 0 .65rem;
  font-size: .92rem;
  line-height: 1.45;
}
.news-cta__proof {
  margin: 0 0 1rem;
  font-size: .82rem;
  opacity: .95;
}
.news-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: .75rem;
}
.news-cta .btn-outline {
  background: rgba(255,255,255,.08);
  color: #fff;
  border-color: rgba(255,255,255,.35);
}
.news-cta__legal { margin: 0; font-size: .72rem; color: rgba(236,253,245,.75) !important; }
.news-cta-sticky { position: sticky; top: 1rem; }

.news-article__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding: 0 0 3rem;
  max-width: 1100px;
}
@media (min-width: 960px) {
  .news-article__grid {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 2rem;
  }
}
.news-article__crumb {
  font-size: .85rem;
  margin: 0 0 .75rem;
}
.news-article__crumb a { color: inherit; opacity: .9; }
.news-article__date { margin: .5rem 0 0; color: var(--muted); font-size: .9rem; }
.news-article__dek { margin: 0 0 1.5rem; }
.news-section {
  margin-bottom: 1.75rem;
  padding: 1.15rem 1.2rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}
.news-section h2 {
  margin: 0 0 .75rem;
  font-size: 1.05rem;
  color: var(--primary-dark);
  letter-spacing: -.01em;
}
.news-prose {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink-soft);
}
.news-sources { margin: 0; padding-left: 1.1rem; line-height: 1.55; }
.news-sources a { color: var(--primary-dark); font-weight: 600; }

.news-home-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 720px) {
  .news-home-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.news-home-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 1rem 1.05rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: .45rem;
  min-height: 100%;
  box-shadow: var(--shadow);
}
.news-home-card h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
}
.news-home-card h3 a { color: var(--ink); text-decoration: none; }
.news-home-card h3 a:hover { color: var(--primary); }
.news-home-card p { margin: 0; flex: 1; font-size: .88rem; color: var(--muted); line-height: 1.45; }
