:root {
  --yellow: #f7df1e;
  --yellow-soft: #fff6a6;
  --ink: #11120f;
  --muted: #66685f;
  --line: #dcddd5;
  --paper: #f5f6ef;
  --white: #ffffff;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", Arial, sans-serif; font-size: 16px; line-height: 1.55; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; width: 100%; }
.container { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; }
h1 { max-width: 700px; margin-bottom: 28px; font-size: clamp(3.2rem, 5.5vw, 5.7rem); line-height: .98; font-weight: 800; }
h1 span { display: block; color: #817500; }
h2 { margin-bottom: 20px; font-size: clamp(2rem, 3.1vw, 2.85rem); line-height: 1.12; text-wrap: balance; }
h3 { margin-bottom: 10px; font-size: 1.35rem; line-height: 1.2; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 26px; border: 0; border-radius: 12px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--yellow); box-shadow: 0 10px 30px rgba(247,223,30,.22); }
.button-primary:hover { background: #ffe927; }
.button-dark { color: var(--white); background: var(--ink); }

.site-header { position: absolute; z-index: 20; top: 0; right: 0; left: 0; color: #fff; border-bottom: 0; background: transparent; backdrop-filter: none; }
.header-inner { display: flex; height: 76px; align-items: center; }
.brand { display: inline-flex; align-items: center; color: #fff; }
.brand-name { display: flex; flex-direction: column; align-items: flex-start; line-height: 1; }
.brand-wordmark { font-family: "Tenor Sans", sans-serif; font-size: 1.14rem; font-style: normal; font-weight: 400; letter-spacing: .085em; white-space: nowrap; }
.brand-wordmark i { margin-left: .12em; font-style: normal; opacity: .72; }
.brand-descriptor { margin-top: 7px; color: rgba(255,255,255,.78); font-size: .75rem; font-weight: 500; letter-spacing: .04em; white-space: nowrap; }
.desktop-nav { display: flex; gap: 30px; margin: 0 auto; color: rgba(255,255,255,.78); font-size: .9rem; font-weight: 600; }
.desktop-nav a:hover { color: #fff; }
.header-cta { padding: 11px 18px; border-radius: 10px; color: var(--ink); background: var(--yellow); font-size: .88rem; font-weight: 800; }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; overflow: hidden; min-height: 100svh; color: #fff; background-image: linear-gradient(90deg, rgba(8,9,7,.9) 0%, rgba(8,9,7,.72) 38%, rgba(8,9,7,.18) 72%, rgba(8,9,7,.08) 100%), linear-gradient(0deg, rgba(8,9,7,.35), rgba(8,9,7,0) 42%), url("courier-hero-v2.png"); background-position: center; background-size: cover; }
.hero-grid { display: grid; min-height: 100svh; grid-template-columns: 1fr; align-items: center; padding-top: 96px; padding-bottom: 56px; }
.hero-copy { position: relative; z-index: 2; max-width: 690px; padding: 28px 0; }
.hero h1 { max-width: 650px; margin-bottom: 24px; font-size: clamp(3rem, 4.2vw, 4.1rem); line-height: 1.08; }
.hero h1 span { color: var(--yellow); }
.hero-lead { max-width: 600px; margin-bottom: 32px; color: rgba(255,255,255,.76); font-size: 1.06rem; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.text-link { border-bottom: 1px solid rgba(255,255,255,.45); padding: 10px 0 7px; font-weight: 700; }
.text-link span { margin-left: 7px; }

.facts, .formats, .for-whom, .steps, .faq, .earnings { padding: 80px 0; }
.section-head { margin-bottom: 34px; }
.section-head h2 { max-width: 760px; margin-bottom: 0; }
.split-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.split-head > p { max-width: 430px; margin: 0 0 8px; color: var(--muted); }
.fact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.fact-card { display: flex; flex-direction: column; gap: 22px; padding: 28px 32px; background: #fff; }
.fact-card strong { display: block; font-size: 2.6rem; font-weight: 700; line-height: 1.1; letter-spacing: -.06em; }
.fact-card p { max-width: 310px; margin: 0; color: var(--muted); }

.earnings { background: #f4f5f0; }
.earnings-shell { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 76px; align-items: start; }
.earnings-copy h2 { max-width: 500px; }
.earnings-copy > p { max-width: 470px; margin-bottom: 28px; color: var(--muted); }
.earnings-honesty { padding-left: 16px; border-left: 3px solid var(--yellow); }
.earnings-honesty strong { display: block; margin-bottom: 8px; color: var(--ink); font-weight: 700; }
.earnings-calculator { min-width: 0; padding: 28px; border-radius: 20px; color: #fff; background: var(--ink); }
.transport-switch { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; margin-bottom: 22px; padding: 4px; border: 1px solid #40423b; border-radius: 11px; background: #23251f; }
.transport-switch button { min-height: 44px; padding: 8px 4px; border: 0; border-radius: 7px; color: #c1c3ba; background: transparent; font-size: .875rem; font-weight: 700; cursor: pointer; }
.transport-switch button.active { color: var(--ink); background: var(--yellow); }
.range-control { display: block; margin-top: 24px; }
.range-label { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 2px; }
.range-label b { font-size: .875rem; }
.range-label output { color: var(--yellow); font-size: 1rem; font-weight: 800; }
.range-control input[type="range"] { --range-value: 40%; width: 100%; height: 32px; margin: 0; appearance: none; border-radius: 4px; background: linear-gradient(90deg, var(--yellow) 0 var(--range-value), #4c4f46 var(--range-value) 100%) center / 100% 5px no-repeat; cursor: pointer; }
.range-control input[type="range"]::-webkit-slider-thumb { width: 22px; height: 22px; appearance: none; border: 5px solid var(--yellow); border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 1px rgba(255,255,255,.28); }
.range-control input[type="range"]::-moz-range-thumb { width: 13px; height: 13px; border: 5px solid var(--yellow); border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 1px rgba(255,255,255,.28); }
.range-scale { display: flex; justify-content: space-between; margin-top: 0; color: #b3b5ac; }
.earnings-result { display: flex; flex-direction: column; margin-top: 20px; padding: 22px; border-radius: 12px; color: var(--ink); background: var(--yellow); }
.earnings-result > span { margin-bottom: 8px; font-size: .875rem; font-weight: 600; }
.earnings-result strong { font-size: clamp(1.3rem, 2.35vw, 2.2rem); line-height: 1.2; letter-spacing: -.04em; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.earnings-result small { margin-top: 8px; color: #48430e; font-size: .75rem; line-height: 1.5; }
.earnings-disclaimer { margin: 16px 2px 0; color: #b7b9b0; font-size: .8125rem; line-height: 1.5; }

.formats { background: #fff; }
.formats-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 76px; }
.formats-intro { align-self: start; }
.formats-intro > p:not(.eyebrow) { max-width: 460px; margin-bottom: 30px; color: var(--muted); }
.transport-list { border-top: 1px solid #cdd0c5; }
.transport-card { display: grid; grid-template-columns: 40px minmax(0, 1fr) 58px; gap: 16px; align-items: center; padding: 28px 0; border-bottom: 1px solid #cdd0c5; }
.transport-card h3 { font-size: 1.35rem; }
.transport-card p { margin: 0; color: var(--muted); }
.transport-number { align-self: start; padding-top: 5px; color: #77796f; font-size: .8125rem; font-weight: 700; }
.transport-card svg { width: 58px; fill: none; stroke: var(--ink); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.audience-card { padding: 30px; border-radius: 18px; }
.audience-card h3 { max-width: 420px; font-size: 1.65rem; }
.audience-card p { max-width: 470px; }
.audience-card a { display: inline-flex; gap: 12px; margin-top: 6px; font-weight: 800; }
.audience-new { background: var(--yellow); }
.audience-pro { color: #fff; background: #22241f; }
.audience-pro p { color: #c9cbc2; }

.steps { color: #fff; background: var(--ink); }
.steps .split-head > p { color: #aeb0a8; }
.steps-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin: 0; padding: 0; list-style: none; border-top: 1px solid #3d3f39; }
.steps-list li { display: flex; flex-direction: column; gap: 24px; padding: 28px 0 0; }
.steps-list li > span { color: var(--yellow); font-weight: 800; }
.steps-list h3 { margin-bottom: 10px; font-size: 1.35rem; }
.steps-list p { margin: 0; color: #aaaca4; }

.faq-grid { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: 76px; }
.faq-intro { align-self: start; }
.faq-intro p:last-child { max-width: 340px; color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; font-size: 1rem; font-weight: 700; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { position: relative; flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--paper); }
summary span::before, summary span::after { position: absolute; top: 12px; left: 7px; width: 12px; height: 2px; content: ""; background: var(--ink); transition: transform .2s; }
summary span::after { transform: rotate(90deg); }
details[open] summary span::after { transform: rotate(0); }
details > p { max-width: 680px; padding: 0 54px 24px 0; color: var(--muted); }

.apply { padding: 30px 0 90px; }
.apply-shell { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; padding: 44px; border-radius: 24px; background: var(--yellow); }
.apply-copy h2 { max-width: 640px; }
.apply-copy > p:not(.eyebrow) { max-width: 520px; color: #57520e; }
.contact-placeholder { display: flex; flex-direction: column; margin-top: 32px; }
.contact-placeholder span { margin-bottom: 5px; color: #4c470c; font-size: .8125rem; font-weight: 600; }
.contact-placeholder b { font-size: 1rem; }
.lead-form { display: flex; min-width: 0; flex-direction: column; gap: 17px; padding: 26px; border-radius: 16px; background: #fff; }
.lead-form > label, .lead-form legend { font-size: .875rem; font-weight: 700; }
.lead-form input[type="text"], .lead-form input[type="tel"] { width: 100%; height: 52px; margin-top: 7px; padding: 0 15px; border: 1px solid #d9dad3; border-radius: 10px; outline: none; background: #fafbf7; }
.lead-form input:focus { border-color: #9d8f00; box-shadow: 0 0 0 3px rgba(247,223,30,.22); }
fieldset { margin: 0; padding: 0; border: 0; }
.choice-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 8px; }
.choice-row label { cursor: pointer; }
.choice-row input { position: absolute; opacity: 0; }
.choice-row span { display: grid; min-height: 46px; padding: 8px 4px; place-items: center; border: 1px solid #dadbd4; border-radius: 9px; font-size: .875rem; font-weight: 600; }
.choice-row input:checked + span { border-color: var(--ink); color: #fff; background: var(--ink); }
.lead-form .button { width: 100%; margin-top: 3px; }
.form-legal { margin: -5px 0 0; color: #66685f; font-size: .75rem; text-align: center; }
.form-success { display: none; flex-direction: column; gap: 4px; padding: 14px; border-radius: 10px; background: #edf8ef; }
.form-success.visible { display: flex; }
.form-success b { color: #247b39; }
.form-success span { color: #416149; font-size: .875rem; }

footer { color: #d5d6cf; background: var(--ink); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: center; padding: 54px 0; }
.brand-footer { color: #fff; }
.footer-main p { margin: 0; font-size: .88rem; }
.footer-main > a:last-child { color: #fff; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 20px 0 26px; border-top: 1px solid #383a35; color: #b0b2a8; font-size: .75rem; }


[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #6e6200; outline-offset: 4px; }
.earnings-calculator :focus-visible, .site-header :focus-visible { outline-color: var(--yellow); }
.choice-row input:focus-visible + span { outline: 3px solid #6e6200; outline-offset: 3px; }
.skip-link { position: absolute; z-index: 30; left: 18px; top: -100px; padding: 14px 20px; background: var(--yellow); color: var(--ink); }
.skip-link:focus { top: 12px; }
.hero-location { margin-bottom: 22px; color: rgba(255,255,255,.8); font-size: .875rem; }
.hero-terms { display: flex; max-width: 570px; gap: 0; margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.28); }
.hero-terms > span { display: flex; flex: 1; flex-direction: column; gap: 5px; padding-right: 16px; color: rgba(255,255,255,.8); font-size: .875rem; }
.hero-terms > span + span { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.28); }
.hero-terms b { color: #fff; font-size: 1.1rem; font-weight: 700; }
.fact-card + .fact-card { border-left: 1px solid var(--line); }
.fact-card h3 { font-size: 1.1rem; }
.for-whom { padding-top: 0; }
.route-link { display: block; max-width: 345px; margin-top: 26px; font-size: .875rem; text-decoration: underline; text-underline-offset: 4px; }
.schedule-options { display: grid; gap: 10px; }
.schedule-option { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; padding: 17px 20px; border: 1px solid #d5d7ce; border-radius: 12px; text-align: left; color: var(--ink); background: transparent; cursor: pointer; transition: border-color .2s, background .2s; }
.schedule-option > span:first-child { display: flex; flex-direction: column; gap: 4px; }
.schedule-option b { font-size: 1rem; font-weight: 700; }
.schedule-option small { color: var(--muted); font-size: .875rem; }
.schedule-option:hover { border-color: #77796f; }
.schedule-option.active { border-color: var(--ink); background: #fff; }
.preset-mark { display: grid; flex: none; width: 24px; height: 24px; place-items: center; border: 1px solid #c9cbc1; border-radius: 50%; color: transparent; font-size: .875rem; }
.schedule-option.active .preset-mark { color: var(--ink); border-color: var(--yellow); background: var(--yellow); }
.week-preview { margin-top: 22px; padding: 20px; border: 1px solid #d5d7ce; border-radius: 12px; background: #fff; }
.week-caption { display: flex; justify-content: space-between; gap: 16px; font-size: .875rem; }
.week-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 8px; margin-top: 16px; }
.week-days > span { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.week-days small { color: var(--muted); font-size: .75rem; }
.week-days i { display: block; width: 100%; height: 28px; border-radius: 5px; background: #eceee6; }
.week-days .active i { background: var(--yellow); }
.week-days .active small { color: var(--ink); font-weight: 700; }
.week-preview > p { margin: 14px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.55; }
.calculator-heading { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 20px; }
.calculator-heading h3 { margin: 0; font-size: 1.1rem; letter-spacing: -.02em; }
.calculator-heading > span { color: #c1c3ba; font-size: .8125rem; }
.range-scale small { font-size: .75rem; }
.model-note { margin: 20px 0 0; color: #e4e6dc; font-size: .8125rem; }
.model-note small { display: block; margin-top: 4px; color: #b7b9b0; font-size: .75rem; }
.weekly-result { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; margin-top: 16px; padding-top: 12px; border-top: 1px solid rgba(17,18,15,.18); font-size: .875rem; }
.calculation-details { margin-top: 10px; border-bottom: 0; }
.calculation-details summary { padding: 14px 0; font-size: .875rem; font-weight: 500; }
.calculation-details summary span { width: 22px; height: 22px; background: #383b32; }
.calculation-details summary span::before, .calculation-details summary span::after { top: 10px; left: 5px; background: #fff; }
.calculation-details > p { margin: 0 0 16px; padding: 0; color: #bdc0b4; font-size: .8125rem; line-height: 1.55; }
.rate-inputs { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 14px; }
.rate-inputs label { font-size: .875rem; }
.rate-inputs input { display: block; width: 100%; min-width: 0; margin-top: 8px; padding: 10px 12px; border: 1px solid #686c5d; border-radius: 7px; color: #fff; background: #24271f; font-size: 1rem; }
.rate-inputs input[aria-invalid="true"] { border-color: #ffb7ad; }
.calculation-details .rate-error { margin-top: 12px; color: #ffb7ad; }
.calculation-breakdown { margin: 20px 0; }
.calculation-breakdown > div { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; padding: 9px 0; border-bottom: 1px solid #3e4237; font-size: .8125rem; }
.calculation-breakdown dt { color: #bdc0b4; }
.calculation-breakdown dd { margin: 0; }
.calculator-cta { display: flex; justify-content: space-between; width: 100%; min-height: 48px; margin-top: 8px; padding: 12px 18px; border-radius: 9px; color: var(--ink); background: #fff; font-size: .875rem; }
.calculator-cta:hover { background: #f1f2eb; }

@media (max-width: 980px) {
  .desktop-nav, .header-cta { display: none; }
  .header-inner { justify-content: space-between; }
  .menu-toggle { display: grid; width: 44px; height: 44px; place-content: center; gap: 6px; border: 1px solid rgba(255,255,255,.25); border-radius: 10px; background: rgba(17,18,15,.35); }
  .menu-toggle span { width: 20px; height: 2px; background: #fff; transition: transform .2s; }
  .menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 76px 0 auto; display: none; padding: 24px; border-bottom: 1px solid #363831; color: #fff; background: var(--ink); }
  .menu-open .mobile-nav { display: grid; gap: 20px; }
  .mobile-nav a { font-size: 1.1rem; font-weight: 700; }
  .hero { background-position: 59% center; }
  .hero-grid { padding-top: 104px; }
  .hero-copy { max-width: 620px; padding-bottom: 0; }
  .formats-grid, .faq-grid, .apply-shell, .earnings-shell { grid-template-columns: 1fr; gap: 52px; }
  .formats-intro, .faq-intro { position: static; }
  .fact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fact-card { padding: 24px; }
  .footer-main { grid-template-columns: 1fr auto; }
  .footer-main p { display: none; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1240px); }
  .header-inner { height: 68px; }
  .mobile-nav { top: 68px; }
  h1 { font-size: clamp(2.6rem, 12vw, 3.5rem); }
  h2 { font-size: clamp(1.8rem, 7.5vw, 2.15rem); }
  .hero { min-height: 100svh; background-image: linear-gradient(90deg, rgba(8,9,7,.91), rgba(8,9,7,.5)), linear-gradient(0deg, rgba(8,9,7,.58), rgba(8,9,7,.08) 50%), url("courier-hero-v2.png"); background-position: 64% center; }
  .hero-grid { min-height: 100svh; padding-top: 92px; padding-bottom: 52px; }
  .hero h1 { max-width: 520px; font-size: clamp(2.25rem, 10vw, 3.1rem); line-height: 1.08; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .text-link { align-self: flex-start; }
  .facts, .formats, .for-whom, .steps, .faq, .earnings { padding: 54px 0; }
  .for-whom { padding-top: 0; }
  .split-head { display: block; }
  .split-head > p { margin-top: 22px; }
  .section-head { margin-bottom: 36px; }
  .fact-grid { grid-template-columns: 1fr; }
  .fact-card { gap: 18px; padding: 24px; }
  .fact-card + .fact-card { border-left: 0; border-top: 1px solid var(--line); }
  .fact-card strong { font-size: 2.2rem; }
  .earnings-calculator { padding: 20px; border-radius: 18px; }
  .transport-switch { margin-bottom: 30px; }
  .earnings-result { padding: 16px; }
  .earnings-result strong { font-size: clamp(1.3rem, 5.5vw, 2.1rem); }
  .formats-grid { gap: 48px; }
  .transport-card { grid-template-columns: 38px 1fr 50px; gap: 10px; }
  .transport-card h3 { font-size: 1.35rem; }
  .transport-card p { font-size: 1rem; }
  .transport-card svg { width: 43px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { padding: 24px; }
  .audience-card h3 { font-size: 1.5rem; }
  .steps-list { grid-template-columns: 1fr; gap: 0; }
  .steps-list li { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 12px; padding: 24px 0; border-bottom: 1px solid #3d3f39; }
  .apply { padding: 14px 0 60px; }
  .apply-shell { width: 100%; padding: 56px 14px 14px; border-radius: 0; }
  .apply-copy { padding: 0 8px; }
  .contact-placeholder { margin-top: 38px; }
  .lead-form { padding: 20px; }
  .choice-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main > a:last-child { justify-self: start; }
  .footer-bottom { flex-direction: column; }
  .hero-terms { margin-top: 28px; }
  .hero-terms > span { padding-right: 8px; font-size: .75rem; }
  .hero-terms > span + span { padding-left: 10px; }
  .hero-terms b { font-size: .875rem; }
  .schedule-option { padding: 15px 16px; }
  .week-preview { padding: 16px; }
  .earnings-shell { gap: 30px; }
  .apply-shell { gap: 30px; }
  .rate-inputs { gap: 10px; }
  .choice-row span { font-size: .875rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
