/* HireMe — landing site. Brand: navy #00447d, green #04c900, white.
   Font: Acumin Variable Concept (semibold, tracking -6) per brand spec;
   Inter is the close free stand-in loaded below (swap to an Adobe Fonts
   Acumin kit when available). */

:root {
  --navy: #00447d;
  --navy-dark: #003561;
  --navy-deep: #052a4c;
  --green: #04c900;
  --green-dark: #039e00;
  --green-soft: #e9fbe6;
  --navy-soft: #e7f0f8;
  --ink: #0c2036;
  --muted: #5a6b7d;
  --faint: #8a99a8;
  --bg: #ffffff;
  --surface: #f4f7fa;
  --surface-2: #eef3f8;
  --line: #e2e9f0;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow: 0 10px 30px rgba(4, 42, 76, 0.10);
  --shadow-lg: 0 24px 60px rgba(4, 42, 76, 0.16);
  --maxw: 1160px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.006em;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { letter-spacing: -0.022em; line-height: 1.08; margin: 0; color: var(--navy); font-weight: 800; }
p { margin: 0; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.14em; font-size: 13px; font-weight: 800; color: var(--green-dark); }
.center { text-align: center; }
.green { color: var(--green); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 800; font-size: 17px; letter-spacing: -0.01em;
  padding: 15px 26px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
  min-height: 54px; white-space: nowrap;
}
.btn:active { transform: scale(.98); }
.btn-primary { background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.btn-primary:hover { background: var(--navy-dark); }
.btn-green { background: var(--green); color: #04310a; box-shadow: var(--shadow); }
.btn-green:hover { background: var(--green-dark); color: #fff; }
.btn-ghost { background: #fff; color: var(--navy); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--navy); }
.btn-lg { font-size: 18px; padding: 17px 32px; min-height: 60px; }

/* ---------- header ---------- */
header.site {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.9); backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; gap: 28px; height: 72px; }
.nav .logo { display: flex; align-items: center; gap: 10px; }
.nav .logo img { height: 38px; width: auto; }
.nav .logo .wordmark { font-size: 27px; font-weight: 800; color: var(--navy); letter-spacing: -0.03em; }
.nav .logo .wordmark .green { color: var(--green); }
.nav .links { display: flex; gap: 26px; margin-left: 12px; }
.nav .links a { font-weight: 600; color: var(--ink); font-size: 15px; }
.nav .links a:hover { color: var(--navy); }
.nav .spacer { flex: 1; }
.nav .cta { display: flex; gap: 10px; align-items: center; }
.hamburger { display: none; background: none; border: 0; font-size: 26px; color: var(--navy); cursor: pointer; padding: 6px; }

/* ---------- hero ---------- */
.hero { padding: 68px 0 40px; }
.hero .grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.hero h1 { font-size: clamp(38px, 5.4vw, 62px); }
.hero h1 .nlink { color: var(--navy); }
.hero p.lead { font-size: 20px; color: var(--muted); margin-top: 20px; max-width: 33ch; }
.hero .actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.hero .tagline { margin-top: 22px; font-weight: 700; color: var(--navy); }
.hero .tagline .green { font-weight: 800; }
.hero-visual { position: relative; }
.hero-visual img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.hero-badge {
  position: absolute; bottom: -18px; left: -18px; background: #fff; border-radius: 16px;
  box-shadow: var(--shadow); padding: 12px 16px; display: flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: 14px; color: var(--navy);
}
.hero-badge .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px var(--green-soft); }

/* ---------- trust strip ---------- */
.trust { background: var(--navy); color: #fff; }
.trust .row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px 28px; padding: 22px 0; }
.trust .item { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: 15px; white-space: nowrap; }
.trust .item svg { flex: none; }

/* ---------- sections ---------- */
section { padding: 74px 0; }
.section-head { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.section-head h2 { font-size: clamp(28px, 3.6vw, 42px); }
.section-head p { color: var(--muted); font-size: 18px; margin-top: 14px; }

/* two audiences */
.audiences { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.aud { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); background: #fff; }
.aud .top { padding: 30px 30px 20px; }
.aud .top .kicker { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 14px; padding: 6px 12px; border-radius: 999px; }
.aud.need .kicker { background: var(--navy-soft); color: var(--navy); }
.aud.earn .kicker { background: var(--green-soft); color: var(--green-dark); }
.aud h3 { font-size: 26px; margin: 14px 0 8px; }
.aud p { color: var(--muted); }
.aud img { width: 100%; }
.aud .list { display: flex; flex-wrap: wrap; gap: 8px; padding: 20px 30px 6px; }
.chip { display: inline-flex; align-items: center; gap: 7px; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; font-size: 14px; font-weight: 600; color: var(--ink); }
.aud .act { padding: 18px 30px 30px; }

/* how it works */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow); }
.step .n { width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 19px; margin-bottom: 16px; }
.step:nth-child(2) .n { background: var(--green); color: #04310a; }
.step h3 { font-size: 21px; margin-bottom: 8px; }
.step p { color: var(--muted); }

/* showcase */
.showcase { background: var(--surface); }
.showcase img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); margin: 0 auto; }

/* why / values */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value { padding: 28px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }
.value .ic { width: 52px; height: 52px; border-radius: 14px; background: var(--navy-soft); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.value h3 { font-size: 20px; margin-bottom: 8px; }
.value p { color: var(--muted); }

/* community / event */
.event { background: var(--navy); color: #fff; border-radius: var(--radius-lg); overflow: hidden; display: grid; grid-template-columns: 1.1fr .9fr; }
.event .body { padding: 44px; }
.event h2 { color: #fff; font-size: 30px; }
.event .meta { margin-top: 20px; display: grid; gap: 10px; }
.event .meta div { display: flex; gap: 10px; align-items: center; color: #cfe0f0; font-weight: 600; }
.event .body .btn { margin-top: 26px; }
.event-visual { position: relative; background: linear-gradient(150deg, var(--green) 0%, var(--navy) 90%); display: flex; align-items: center; justify-content: center; min-height: 320px; }
.event-visual .ev-mark { width: 120px; height: auto; opacity: .96; }
.event-visual .ev-date { position: absolute; bottom: 26px; left: 26px; color: #fff; }
.event-visual .ev-date b { display: block; font-size: 30px; font-weight: 900; letter-spacing: -.02em; }
.event-visual .ev-date span { font-size: 14px; color: #eafbe8; font-weight: 600; }

/* roles intro — define Requester & Doer early */
.roles-intro { padding: 60px 0 10px; }
.roles-intro .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.role-def { display: flex; gap: 18px; align-items: flex-start; padding: 28px; border-radius: var(--radius-lg); border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.role-def .badge { flex: none; width: 58px; height: 58px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 28px; }
.role-def.req .badge { background: var(--navy-soft); }
.role-def.doer .badge { background: var(--green-soft); }
.role-def h3 { font-size: 22px; margin-bottom: 4px; }
.role-def.req h3 { color: var(--navy); }
.role-def.doer h3 { color: var(--green-dark); }
.role-def p { color: var(--muted); font-size: 15.5px; }
.role-def b { color: var(--ink); }

/* app / QR */
.app { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%); color: #fff; border-radius: var(--radius-lg); padding: 48px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.app h2 { color: #fff; font-size: clamp(28px, 3.4vw, 40px); }
.app p { color: #bcd2e6; font-size: 18px; margin-top: 14px; }
.badges { display: flex; gap: 14px; margin-top: 26px; flex-wrap: wrap; }
.store-badge { display: inline-flex; align-items: center; gap: 12px; background: #000; border: 1px solid #2a2a2a; border-radius: 14px; padding: 10px 18px; color: #fff; }
.store-badge .lbl { line-height: 1.1; }
.store-badge .lbl small { display: block; font-size: 11px; opacity: .8; }
.store-badge .lbl b { font-size: 18px; font-weight: 700; letter-spacing: -.02em; }
.qr { background: #fff; border-radius: var(--radius); padding: 18px; text-align: center; box-shadow: var(--shadow-lg); }
.qr img { width: 190px; margin: 0 auto; }
.qr span { display: block; margin-top: 10px; font-weight: 700; color: var(--navy); font-size: 14px; }

/* waitlist */
.waitlist { background: var(--surface); }
.wl-card { max-width: 620px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 40px; }
.wl-card h2 { font-size: 30px; text-align: center; }
.wl-card > p { text-align: center; color: var(--muted); margin-top: 12px; }
.form { margin-top: 26px; display: grid; gap: 14px; }
.form label { font-weight: 700; font-size: 14px; color: var(--navy); margin-bottom: 6px; display: block; }
.form input[type=text], .form input[type=email], .form input[type=tel], .form select {
  width: 100%; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: 12px; font-size: 16px; font-family: inherit; color: var(--ink); background: #fff;
}
.form input:focus, .form select:focus { outline: none; border-color: var(--navy); }
.roles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.role { position: relative; }
.role input { position: absolute; opacity: 0; }
.role span { display: block; text-align: center; padding: 14px 8px; border: 1.5px solid var(--line); border-radius: 12px; font-weight: 700; cursor: pointer; font-size: 15px; }
.role input:checked + span { border-color: var(--green); background: var(--green-soft); color: var(--green-dark); }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--muted); }
.consent input { margin-top: 3px; }
.wl-msg { padding: 14px 16px; border-radius: 12px; font-weight: 600; margin-bottom: 6px; }
.wl-msg.ok { background: var(--green-soft); color: var(--green-dark); }
.wl-msg.err { background: #fbe7e7; color: #c0362c; }

/* faq */
.faq { max-width: 760px; margin: 0 auto; }
.faq details { border: 1px solid var(--line); border-radius: 14px; padding: 4px 20px; margin-bottom: 12px; background: #fff; }
.faq summary { font-weight: 700; font-size: 17px; color: var(--navy); padding: 16px 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 24px; color: var(--green-dark); font-weight: 700; }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 0 18px; color: var(--muted); }

/* footer */
footer.site { background: var(--navy-deep); color: #cfe0f0; padding: 56px 0 32px; }
footer.site .cols { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; }
footer.site img.flogo { height: 40px; margin-bottom: 16px; }
footer.site h4 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 14px; }
footer.site a { display: block; color: #a9c3db; padding: 6px 0; font-size: 15px; }
footer.site a:hover { color: #fff; }
footer.site .fbrand p { color: #90aecb; max-width: 34ch; font-size: 15px; }
footer.site .legal { border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; color: #7f9fbd; }

/* responsive */
@media (max-width: 900px) {
  .hero .grid, .audiences, .steps, .values, .event, .app { grid-template-columns: 1fr; }
  .trust .row { flex-direction: column; gap: 14px; }
  .hero p.lead { max-width: none; }
  .nav .links { display: none; }
  .hamburger { display: block; }
  .nav .cta .btn:not(.menu-cta) { display: none; }
  .nav .cta .menu-cta { padding: 9px 16px; min-height: 42px; font-size: 14px; }
  footer.site .cols { grid-template-columns: 1fr 1fr; }
  .event img { min-height: 220px; }
  section { padding: 54px 0; }
}
@media (max-width: 560px) {
  .roles { grid-template-columns: 1fr; }
  footer.site .cols { grid-template-columns: 1fr; }
  .app, .wl-card, .event .body { padding: 28px; }
}

/* ---------- content / article pages ---------- */
.crumb { padding: 22px 0 0; font-size: 14px; color: var(--muted); }
.crumb a { color: var(--navy); font-weight: 600; }
.crumb span { color: var(--faint); margin: 0 6px; }
.subhero { padding: 30px 0 20px; }
.subhero .eyebrow { display: block; margin-bottom: 12px; }
.subhero h1 { font-size: clamp(32px, 4.6vw, 50px); max-width: 18ch; }
.subhero .intro { font-size: 19px; color: var(--muted); margin-top: 18px; max-width: 62ch; }
.def-card { display: flex; gap: 14px; align-items: center; background: var(--navy-soft); border-radius: 16px; padding: 16px 20px; margin-top: 22px; max-width: 640px; }
.def-card .d { font-size: 26px; }
.def-card p { font-size: 15.5px; color: var(--ink); }
.def-card b { color: var(--navy); }
.trust-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.trust-chips .chip { background: #fff; border-color: var(--line); }
.prose { max-width: 760px; }
.prose h2 { font-size: 26px; margin: 40px 0 12px; }
.prose p { color: var(--ink); font-size: 17px; margin: 10px 0; }
.prose .muted { color: var(--muted); }
.flow { counter-reset: step; display: grid; gap: 12px; margin: 18px 0; padding: 0; list-style: none; }
.flow li { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; }
.flow li::before { counter-increment: step; content: counter(step); flex: none; width: 32px; height: 32px; border-radius: 50%; background: var(--green); color: #04310a; font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.crosslink { margin: 44px 0; padding: 28px; border-radius: var(--radius-lg); background: var(--surface); border: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.crosslink h3 { font-size: 21px; }
.crosslink p { color: var(--muted); margin-top: 4px; }

/* event page specifics */
.event-hero { background: var(--navy); color: #fff; padding: 60px 0; }
.event-hero h1 { color: #fff; font-size: clamp(32px, 4.6vw, 50px); }
.event-hero p { color: #cfe0f0; font-size: 19px; margin-top: 16px; max-width: 60ch; }
.event-facts { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.event-facts .fact { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 12px; padding: 12px 18px; font-weight: 600; }

/* mobile menu */
.mobile-menu { display: none; padding: 14px 24px 22px; border-bottom: 1px solid var(--line); background: #fff; }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 12px 0; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--surface); }

/* ============================================================
   EARNINGS CALCULATOR (earn-out) — premium navy/glass module
   ============================================================ */
.calc { background:
    radial-gradient(1100px 520px at 85% -10%, rgba(4,201,0,.10), transparent 60%),
    radial-gradient(900px 500px at 5% 110%, rgba(4,201,0,.06), transparent 55%),
    linear-gradient(180deg, var(--navy-deep), #041f39);
  color:#fff; padding:84px 0; overflow:hidden; }
.calc .section-head h2 { color:#fff; }
.calc .section-head p { color:#bcd2e6; }
.calc .eyebrow { color:#7ff07c; }

.calc-card {
  margin-top:40px; display:grid; grid-template-columns:1.15fr .85fr; gap:0;
  border-radius:var(--radius-lg); overflow:hidden;
  background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.12);
  box-shadow:0 40px 90px rgba(0,0,0,.42); backdrop-filter:blur(8px);
}

/* ---- controls (left) ---- */
.calc-controls { padding:38px 38px 40px; display:flex; flex-direction:column; gap:26px; }
.calc-field { display:flex; flex-direction:column; gap:12px; }
.calc-label { font-weight:800; font-size:15px; letter-spacing:-.01em; color:#eaf3fb;
  display:flex; align-items:center; justify-content:space-between; gap:10px; }
.calc-hint { font-weight:600; color:#8fd68d; font-size:13px; letter-spacing:0; }
.calc-out { font-variant-numeric:tabular-nums; font-weight:800; color:#fff;
  background:rgba(4,201,0,.16); border:1px solid rgba(4,201,0,.35);
  padding:3px 12px; border-radius:999px; font-size:14px; }

.calc-tasks { display:flex; flex-wrap:wrap; gap:10px; }
.calc-task { display:inline-flex; align-items:center; gap:8px; cursor:pointer;
  font-family:inherit; font-weight:700; font-size:14.5px; color:#dbe8f4;
  background:rgba(255,255,255,.06); border:1.5px solid rgba(255,255,255,.14);
  padding:11px 16px; border-radius:999px; transition:all .16s ease; }
.calc-task .ct-ic { font-size:17px; }
.calc-task:hover { border-color:rgba(4,201,0,.5); color:#fff; transform:translateY(-1px); }
.calc-task.is-active { background:var(--green); border-color:var(--green);
  color:#05310a; box-shadow:0 8px 22px rgba(4,201,0,.4); }

.calc-sliders { display:flex; flex-direction:column; gap:22px; }
input[type=range] { -webkit-appearance:none; appearance:none; width:100%; height:8px;
  border-radius:999px; background:rgba(255,255,255,.16); outline:none; cursor:pointer; }
input[type=range]::-webkit-slider-thumb { -webkit-appearance:none; appearance:none;
  width:26px; height:26px; border-radius:50%; background:#fff; cursor:pointer;
  border:5px solid var(--green); box-shadow:0 4px 14px rgba(0,0,0,.35); transition:transform .1s ease; }
input[type=range]::-webkit-slider-thumb:active { transform:scale(1.12); }
input[type=range]::-moz-range-thumb { width:26px; height:26px; border-radius:50%; background:#fff;
  cursor:pointer; border:5px solid var(--green); box-shadow:0 4px 14px rgba(0,0,0,.35); }

.calc-presets { display:flex; gap:8px; margin-top:4px; }
.calc-preset { flex:1; cursor:pointer; font-family:inherit; font-weight:700; font-size:13.5px;
  color:#cfe0f0; background:transparent; border:1.5px solid rgba(255,255,255,.16);
  padding:9px 6px; border-radius:12px; transition:all .15s ease; white-space:nowrap; }
.calc-preset:hover { border-color:rgba(4,201,0,.5); color:#fff; }
.calc-preset.is-active { background:rgba(4,201,0,.16); border-color:var(--green); color:#fff; }

.calc-seg { display:grid; grid-template-columns:repeat(3,1fr); gap:6px;
  background:rgba(0,0,0,.25); border:1px solid rgba(255,255,255,.12); padding:6px; border-radius:14px; }
.seg-opt { cursor:pointer; font-family:inherit; font-weight:800; font-size:14px; color:#cfe0f0;
  background:transparent; border:none; padding:11px 6px; border-radius:9px; transition:all .15s ease; }
.seg-opt:hover { color:#fff; }
.seg-opt.is-active { background:#fff; color:var(--navy); box-shadow:0 4px 12px rgba(0,0,0,.25); }

/* ---- readout (right) ---- */
.calc-readout { padding:38px 34px 34px; text-align:center;
  background:linear-gradient(180deg, rgba(4,201,0,.08), rgba(255,255,255,.03));
  border-left:1px solid rgba(255,255,255,.12); display:flex; flex-direction:column;
  align-items:center; justify-content:center; }
.calc-monthly-l { color:#bcd2e6; font-weight:600; font-size:15px; }
.calc-monthly { display:flex; align-items:baseline; justify-content:center; gap:2px; margin:4px 0 2px;
  font-weight:900; letter-spacing:-.03em; line-height:1; }
.calc-cur { font-size:30px; color:#7ff07c; }
#calcMonthly { font-size:clamp(48px,7vw,62px); color:#fff; font-variant-numeric:tabular-nums; }
.calc-per { font-size:22px; color:#9fb6cc; font-weight:800; margin-left:2px; }
.calc-sub { display:flex; gap:28px; margin:16px 0 22px; }
.calc-sub div { display:flex; flex-direction:column; }
.calc-sub b { font-size:20px; color:#fff; font-variant-numeric:tabular-nums; }
.calc-sub span { font-size:12.5px; color:#9fb6cc; font-weight:600; }

.calc-break { width:100%; background:rgba(0,0,0,.22); border:1px solid rgba(255,255,255,.1);
  border-radius:16px; padding:14px 18px; margin-bottom:20px; }
.cb-row { display:flex; align-items:center; justify-content:space-between; padding:7px 0; font-size:14.5px; }
.cb-row span { color:#bcd2e6; font-weight:600; }
.cb-row b { color:#eaf3fb; font-variant-numeric:tabular-nums; font-weight:800; }
.cb-row.muted span, .cb-row.muted b { color:#8ba3ba; }
.cb-row.earn { padding:4px 2px; }
.cb-row.earn span { color:#fff; font-weight:800; font-size:16px; }
.cb-row.earn b { color:#7ff07c; font-size:24px; }
.calc-cta { width:100%; }
.calc-fine { color:#8ba3ba; font-size:12px; margin-top:14px; max-width:38ch; line-height:1.5; }

@media (max-width:860px) {
  .calc-card { grid-template-columns:1fr; }
  .calc-readout { border-left:none; border-top:1px solid rgba(255,255,255,.12); }
}
@media (max-width:560px) {
  .calc { padding:60px 0; }
  .calc-controls, .calc-readout { padding:28px 22px; }
  .calc-sub { gap:20px; }
}
