:root {
  --ink: #13211c;
  --muted: #59665f;
  --line: rgba(19, 33, 28, 0.18);
  --paper: #f5f7f3;
  --white: #ffffff;
  --lime: #d8ff69;
  --green: #28745a;
  --coral: #ff695f;
  --mint: #8affcb;
  --lilac: #f4f1ff;
  --blue-paper: #eaf0ff;
  --max: 1328px;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.5 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.wrap { width: min(100%, calc(var(--max) + 112px)); margin: 0 auto; padding-inline: 56px; }
.section { padding-block: 104px; border-bottom: 1px solid var(--line); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0; color: #65726b; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.eyebrow::before { width: 32px; height: 1px; background: currentColor; content: ""; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 0; font-size: clamp(56px, 7.2vw, 112px); font-weight: 600; line-height: .91; }
h2 { margin-bottom: 0; font-size: clamp(38px, 4.2vw, 56px); font-weight: 600; line-height: 1.04; }
h3 { margin-bottom: 0; font-size: 20px; line-height: 1.2; }
.muted { color: var(--muted); }

.site-nav { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(245, 247, 243, .96); }
.nav-inner { display: flex; height: 72px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 18px; font-weight: 650; }
.brand-mark { display: grid; width: 32px; height: 32px; place-items: center; background: var(--ink); color: var(--lime); font-size: 12px; font-weight: 900; }
.brand-by { border-left: 1px solid var(--line); padding-left: 12px; color: var(--muted); font-size: 12px; font-weight: 400; }
.nav-links { display: flex; align-items: center; gap: 28px; color: #4f5d56; font-size: 14px; }
.nav-links a:hover { color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.signin { color: var(--muted); font-size: 14px; font-weight: 600; }
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; padding: 0 20px; font-size: 14px; font-weight: 650; white-space: nowrap; transition: background .16s ease, color .16s ease, transform .16s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #263c32; }
.btn-outline { border-color: rgba(19, 33, 28, .3); background: transparent; color: var(--ink); }
.btn-outline:hover { background: #fff; }
.btn-coral { background: var(--coral); color: #151218; }
.btn-coral:hover { background: #ff857d; }
.arrow { font-size: 16px; line-height: 1; }

.fundos-hero { position: relative; border-bottom: 1px solid var(--line); overflow: hidden; }
.fundos-hero::after { position: absolute; inset: 0 0 0 56%; z-index: 0; background: var(--lime); content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; min-height: calc(100vh - 72px); grid-template-columns: 56% 44%; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 88px 56px 88px 0; }
.hero-copy .eyebrow { margin-bottom: 32px; }
.hero-copy .lede { max-width: 680px; margin: 32px 0 0; color: #4f5d56; font-size: 20px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.proof-row { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 42px; color: #5d6963; font-size: 12px; font-weight: 550; }
.proof-row span::before { margin-right: 8px; color: var(--green); content: "\2713"; font-weight: 900; }
.hero-product { display: flex; align-items: center; padding: 56px 0 56px 48px; }
.queue { width: 100%; border: 1px solid var(--ink); background: #fbfcf9; box-shadow: 12px 12px 0 var(--ink); }
.queue-head, .queue-foot { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; }
.queue-head { border-bottom: 1px solid var(--ink); }
.queue-head p { margin: 0; }
.queue-label { color: #607067; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.queue-time { margin-top: 4px !important; font-size: 14px; font-weight: 650; }
.live { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; }
.live::before { width: 8px; height: 8px; background: #33a876; content: ""; }
.queue-item { display: grid; grid-template-columns: 36px 1fr auto; gap: 16px; border-bottom: 1px solid var(--line); padding: 18px 20px; }
.queue-icon { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--line); background: #fff; font-size: 12px; font-weight: 800; }
.queue-item small { display: block; color: #66736c; font-size: 10px; font-weight: 750; text-transform: uppercase; }
.queue-item strong { display: block; margin-top: 4px; font-size: 14px; line-height: 1.45; }
.queue-item em { display: block; margin-top: 7px; color: #6b7771; font-size: 11px; font-style: normal; }
.tag { align-self: start; border: 1px solid; padding: 4px 8px; font-size: 10px; font-weight: 750; text-transform: uppercase; }
.tag-review { border-color: #d47d51; background: #fff0e8; color: #8c3d1b; }
.tag-ready { border-color: #d5a72d; background: #fff8d9; color: #72550b; }
.tag-approved { border-color: #4f977a; background: #e8f8ef; color: #245f49; }
.queue-foot { background: var(--ink); color: #fff; font-size: 12px; }
.queue-foot strong { color: var(--lime); }

.lifecycle { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); background: #fff; }
.life-step { position: relative; min-height: 170px; border-right: 1px solid var(--line); padding: 26px 28px; }
.life-step:last-child { border-right: 0; }
.life-step b { color: #78837d; font: 10px/1.2 monospace; }
.life-step h3 { margin-top: 30px; font-size: 16px; }
.life-step p { margin: 8px 0 0; color: #66736c; font-size: 12px; line-height: 1.6; }
.life-step .arrow { position: absolute; right: 16px; top: 22px; color: #8c9690; }

.problem { display: grid; grid-template-columns: .85fr 1.15fr; background: #fff; }
.problem-intro { border-right: 1px solid var(--line); padding: 96px 56px 96px 0; }
.problem-intro h2 { max-width: 570px; margin-top: 20px; }
.problem-intro p { max-width: 570px; margin: 24px 0 0; color: var(--muted); line-height: 1.75; }
.problem-items { display: grid; grid-template-columns: repeat(3, 1fr); }
.problem-item { display: flex; min-height: 100%; flex-direction: column; border-right: 1px solid var(--line); padding: 96px 32px; }
.problem-item:last-child { border-right: 0; }
.small-icon { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); background: var(--paper); font-size: 11px; font-weight: 800; }
.problem-item small { margin-top: 48px; color: #65726b; font-size: 11px; font-weight: 750; text-transform: uppercase; }
.problem-item h3 { margin-top: 12px; font-size: 18px; line-height: 1.45; }
.problem-item b { margin-top: auto; padding-top: 40px; color: #879089; font: 11px/1 monospace; }

.section-head { display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; gap: 40px; }
.section-head .lede { max-width: 690px; justify-self: end; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.section-title .eyebrow { margin-bottom: 20px; }
.context-map { display: grid; grid-template-columns: .85fr 1.3fr .85fr; margin-top: 52px; border: 1px solid var(--ink); background: #fff; }
.context-col { padding: 30px; }
.context-col + .context-col { border-left: 1px solid var(--ink); }
.context-col > small { color: #65726b; font-size: 10px; font-weight: 750; text-transform: uppercase; }
.source-list { display: grid; gap: 10px; margin-top: 24px; }
.source { display: flex; min-height: 42px; align-items: center; justify-content: space-between; border: 1px solid var(--line); padding: 0 12px; font-size: 13px; }
.source::after { width: 7px; height: 7px; background: #bcc6bf; content: ""; }
.context-core { position: relative; background: var(--ink); color: #fff; }
.context-core::after { position: absolute; right: 0; top: 0; width: 72px; height: 72px; background: var(--lime); content: ""; }
.context-core .core-mark { color: var(--lime); font-size: 22px; }
.context-core > small { color: #aebdb5; }
.context-core h3 { max-width: 470px; margin-top: 14px; font-size: 25px; line-height: 1.28; }
.core-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 32px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.15); }
.core-grid span { background: var(--ink); padding: 12px; color: #c7d1cc; font-size: 11px; }
.output-list { display: grid; gap: 18px; margin-top: 26px; }
.output { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 650; }
.output::before { display: grid; width: 26px; height: 26px; place-items: center; background: var(--lime); content: "\2713"; font-size: 12px; }

.connections { border-bottom: 1px solid var(--line); background: #edf1ed; padding-block: 44px; }
.connections-grid { display: grid; grid-template-columns: .55fr 1.45fr; align-items: center; gap: 34px; }
.connections h2 { margin-top: 10px; font-size: 25px; line-height: 1.25; }
.logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.logo-grid span { display: flex; min-height: 54px; align-items: center; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); background: #fff; padding: 0 12px; font-size: 12px; font-weight: 650; }

.workflows { background: #fff; }
.workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 52px; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.workflow { min-height: 300px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); padding: 30px; }
.workflow-icon { display: grid; width: 48px; height: 48px; place-items: center; font-size: 11px; font-weight: 800; }
.workflow h3 { margin-top: 46px; }
.workflow p { margin: 16px 0 0; color: #5c6962; font-size: 14px; line-height: 1.7; }

.governance { background: var(--ink); color: #fff; }
.governance-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 56px; }
.governance .eyebrow { color: var(--lime); }
.governance h2 { margin-top: 20px; }
.governance-copy > p { max-width: 580px; margin: 24px 0 0; color: #b8c5be; font-size: 18px; line-height: 1.75; }
.checks { display: grid; gap: 14px; margin-top: 34px; font-size: 14px; }
.checks span { display: flex; align-items: center; gap: 12px; }
.checks span::before { display: grid; width: 24px; height: 24px; place-items: center; background: var(--lime); color: var(--ink); content: "\2713"; font-size: 12px; }
.proposal { border: 1px solid rgba(255,255,255,.28); background: #192b23; }
.proposal-head { border-bottom: 1px solid rgba(255,255,255,.18); padding: 14px 20px; color: #aebdb5; font-size: 10px; font-weight: 750; text-transform: uppercase; }
.proposal-body { padding: 24px; }
.proposal-row { display: grid; grid-template-columns: 28px 1fr auto; gap: 14px; padding-bottom: 24px; }
.proposal-row:last-child { padding-bottom: 0; }
.proposal-dot { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(255,255,255,.35); font-size: 11px; }
.proposal-row.done .proposal-dot { border-color: var(--lime); background: var(--lime); color: var(--ink); }
.proposal-row strong { display: block; font-size: 13px; }
.proposal-row p { margin: 4px 0 0; color: #aebdb5; font-size: 11px; line-height: 1.6; }
.proposal-row time { color: #819188; font-size: 10px; }

.trust { background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 52px; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.trust-item { min-height: 190px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); padding: 24px; }
.trust-item b { color: var(--green); font-size: 12px; }
.trust-item h3 { margin-top: 28px; font-size: 16px; }
.trust-item p { margin: 12px 0 0; color: #637069; font-size: 13px; line-height: 1.65; }

.configurations { background: var(--lime); }
.configurations .section-head .lede { color: #44554c; }
.config-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 46px; border-left: 1px solid var(--ink); border-top: 1px solid var(--ink); }
.config { min-height: 220px; border-bottom: 1px solid var(--ink); border-right: 1px solid var(--ink); background: #e2ff91; padding: 30px; }
.config b { font-size: 12px; }
.config h3 { margin-top: 38px; }
.config p { margin: 14px 0 0; color: #44554c; font-size: 13px; line-height: 1.7; }

.developers { background: var(--blue-paper); }
.dev-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 56px; }
.dev-copy h2 { margin-top: 20px; }
.dev-copy > p { max-width: 590px; margin: 24px 0 0; color: #596579; font-size: 18px; line-height: 1.7; }
.dev-points { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 32px; }
.dev-point { border-top: 1px solid rgba(19,33,28,.25); padding-top: 15px; }
.dev-point h3 { margin-top: 14px; font-size: 14px; }
.dev-point p { margin: 8px 0 0; color: #637087; font-size: 11px; line-height: 1.7; }
.terminal { border: 1px solid var(--ink); background: #101b17; color: #fff; box-shadow: 10px 10px 0 #9aacf4; }
.terminal-head { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.2); padding: 14px 18px; color: #a8b5af; font-size: 10px; font-weight: 750; text-transform: uppercase; }
.terminal pre { margin: 0; overflow-x: auto; padding: 22px; color: #c8d4ce; font: 12px/2 monospace; white-space: pre-wrap; }
.terminal pre b { color: #9aacf4; font-weight: 500; }
.terminal-foot { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); color: #a8b5af; font-size: 9px; font-weight: 750; text-align: center; text-transform: uppercase; }
.terminal-foot span { border-right: 1px solid rgba(255,255,255,.2); padding: 12px 8px; }
.terminal-foot span:last-child { border-right: 0; }

.closing { background: var(--paper); }
.closing-grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 48px; }
.closing-mark { font-size: 24px; }
.closing h2 { max-width: 980px; margin-top: 28px; font-size: clamp(40px, 5vw, 68px); }
.closing p { max-width: 720px; margin: 24px 0 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.site-footer { border-top: 1px solid var(--line); background: #fff; padding-block: 28px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #69756e; font-size: 12px; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 650; }
.footer-brand .brand-mark { width: 28px; height: 28px; font-size: 10px; }

/* Kela company homepage */
body.kela { background: var(--lilac); color: #151218; }
.kela .site-nav { border-color: rgba(21,18,24,.2); background: rgba(244,241,255,.96); }
.kela .brand-mark { background: #151218; color: var(--coral); }
.kela .nav-links { color: #5e5863; }
.kela-hero { position: relative; min-height: calc(100vh - 72px); overflow: hidden; border-bottom: 1px solid rgba(21,18,24,.2); }
.kela-hero::after { position: absolute; inset: 72% 0 0; background: var(--coral); content: ""; }
.kela-hero-inner { position: relative; z-index: 1; display: flex; min-height: calc(100vh - 72px); flex-direction: column; justify-content: space-between; padding-top: 84px; }
.kela-hero-copy { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 52px; }
.kela-hero h1 { font-size: clamp(56px, 7.6vw, 120px); }
.kela-lede { padding-bottom: 4px; }
.kela-lede > p { color: #534d57; font-size: 18px; line-height: 1.75; }
.system-strip { display: grid; min-height: 270px; grid-template-columns: .8fr 1.4fr .8fr; margin-top: 58px; border: 1px solid #151218; background: #151218; color: #fff; box-shadow: 12px 12px 0 var(--mint); }
.system-col { position: relative; border-right: 1px solid rgba(255,255,255,.2); padding: 28px; }
.system-col:last-child { border-right: 0; }
.system-col > small { color: #a9a2ad; font-size: 10px; font-weight: 750; text-transform: uppercase; }
.system-list { display: grid; gap: 14px; margin-top: 28px; color: #ddd7e0; font-size: 13px; }
.system-list span::before { margin-right: 10px; color: var(--coral); content: "\25cf"; }
.system-core::after { position: absolute; right: 0; top: 0; width: 64px; height: 64px; background: var(--coral); content: "K"; display: grid; place-items: center; color: #151218; font-weight: 900; }
.system-core h2 { max-width: 620px; margin-top: 34px; font-size: 30px; }
.system-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.system-pills span { padding: 6px 10px; color: #151218; font-size: 10px; font-weight: 750; text-transform: uppercase; }
.system-pills span:nth-child(1) { background: var(--mint); }
.system-pills span:nth-child(2) { background: var(--lilac); }
.system-pills span:nth-child(3) { background: #ffd86e; }
.system-pills span:nth-child(4) { background: var(--coral); }
.thesis { background: #fff; }
.thesis-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; }
.thesis h2 { margin-top: 20px; }
.thesis-quote { padding-top: 36px; }
.thesis-quote strong { display: block; color: #3e3941; font-size: clamp(25px, 2.4vw, 34px); font-weight: 500; line-height: 1.45; }
.thesis-quote p { max-width: 820px; margin: 28px 0 0; color: #6a636d; line-height: 1.75; }
.principles { background: var(--lilac); }
.principle-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 52px; border-left: 1px solid rgba(21,18,24,.2); border-top: 1px solid rgba(21,18,24,.2); }
.principle { display: grid; min-height: 260px; grid-template-columns: 50px 1fr; gap: 28px; border-bottom: 1px solid rgba(21,18,24,.2); border-right: 1px solid rgba(21,18,24,.2); background: #fff; padding: 30px; }
.principle-num { display: flex; flex-direction: column; justify-content: space-between; }
.principle-icon { display: grid; width: 44px; height: 44px; place-items: center; background: #151218; color: #fff; font-size: 11px; font-weight: 800; }
.principle-num b { color: #8a838d; font: 11px/1 monospace; }
.principle h3 { font-size: 24px; }
.principle p { margin: 18px 0 0; color: #6a636d; font-size: 14px; line-height: 1.7; }
.fundos-callout { display: grid; grid-template-columns: .9fr 1.1fr; border-bottom: 1px solid #151218; background: var(--mint); }
.fundos-intro { border-right: 1px solid #151218; padding: 94px 56px max(94px, 7vw) max(56px, calc((100vw - var(--max))/2)); }
.fundos-intro h2 { margin-top: 18px; font-size: 72px; }
.fundos-intro p { margin: 22px 0 0; font-size: 20px; }
.fundos-features { display: grid; grid-template-columns: 1fr 1fr; }
.fundos-feature { min-height: 230px; border-bottom: 1px solid #151218; border-right: 1px solid #151218; padding: 30px; }
.fundos-feature:nth-child(even) { border-right: 0; }
.fundos-feature:nth-last-child(-n+2) { border-bottom: 0; }
.fundos-feature b { font-size: 12px; }
.fundos-feature h3 { margin-top: 42px; font-size: 18px; }
.fundos-feature p { margin: 12px 0 0; color: #3d5549; font-size: 13px; line-height: 1.7; }
.kela-closing { background: #151218; color: #fff; }
.kela-closing .eyebrow { color: var(--coral); }
.kela-closing .closing-grid { align-items: end; }
.kela-closing h2 { margin-top: 24px; }
.kela .site-footer { border-color: rgba(255,255,255,.15); background: #151218; color: #aaa3ac; }
.kela .site-footer .footer-brand { color: #fff; }
.kela .site-footer .brand-mark { background: var(--coral); color: #151218; }

@media (max-width: 1050px) {
  .wrap { padding-inline: 32px; }
  .nav-links { display: none; }
  .fundos-hero::after { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 80px 0 64px; }
  .hero-product { background: var(--lime); padding: 56px 32px 64px; margin-inline: -32px; }
  .problem, .section-head, .governance-grid, .dev-grid, .kela-hero-copy, .thesis-grid { grid-template-columns: 1fr; }
  .problem-intro { border-right: 0; border-bottom: 1px solid var(--line); padding: 72px 0; }
  .problem-items { margin-inline: -32px; }
  .section-head .lede { justify-self: start; }
  .context-map { grid-template-columns: 1fr; }
  .context-col + .context-col { border-left: 0; border-top: 1px solid var(--ink); }
  .connections-grid { grid-template-columns: 1fr; }
  .kela-hero-inner { padding-top: 72px; }
  .system-strip { grid-template-columns: 1fr; }
  .system-col { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .system-col:last-child { border-bottom: 0; }
  .fundos-callout { grid-template-columns: 1fr; }
  .fundos-intro { border-right: 0; border-bottom: 1px solid #151218; padding: 76px 32px; }
}

@media (max-width: 760px) {
  .wrap { padding-inline: 20px; }
  .section { padding-block: 72px; }
  h1 { font-size: clamp(52px, 15vw, 76px); }
  h2 { font-size: 38px; }
  .brand-by, .signin { display: none; }
  .site-nav .btn { min-height: 40px; padding: 0 14px; font-size: 12px; }
  .hero-copy { padding: 68px 0 52px; }
  .hero-copy .lede { font-size: 18px; }
  .hero-product { margin-inline: -20px; padding: 48px 20px 58px; }
  .queue { box-shadow: 8px 8px 0 var(--ink); }
  .queue-item { grid-template-columns: 32px 1fr; }
  .queue-item .tag { grid-column: 2; justify-self: start; }
  .lifecycle { grid-template-columns: 1fr 1fr; }
  .life-step { border-bottom: 1px solid var(--line); }
  .problem-items { grid-template-columns: 1fr; margin-inline: -20px; }
  .problem-item { min-height: 310px; border-right: 0; border-bottom: 1px solid var(--line); padding: 48px 20px; }
  .workflow-grid, .trust-grid, .config-grid { grid-template-columns: 1fr; }
  .logo-grid { grid-template-columns: 1fr 1fr; }
  .closing-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .principle-grid { grid-template-columns: 1fr; }
  .fundos-features { grid-template-columns: 1fr; }
  .fundos-feature { border-right: 0; }
  .fundos-feature:nth-last-child(2) { border-bottom: 1px solid #151218; }
  .kela-hero h1 { font-size: clamp(50px, 14vw, 76px); }
  .kela-hero::after { inset: 76% 0 0; }
  .system-strip { margin-top: 48px; }
  .fundos-intro h2 { font-size: 58px; }
}

@media (max-width: 480px) {
  .nav-actions .btn .long-label { display: none; }
  .hero-actions .btn { width: 100%; }
  .proof-row { flex-direction: column; }
  .lifecycle { grid-template-columns: 1fr; }
  .life-step { border-right: 0; }
  .logo-grid, .dev-points, .fundos-features { grid-template-columns: 1fr; }
  .terminal-foot { grid-template-columns: 1fr; text-align: left; }
  .terminal-foot span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
}
