:root {
  --orf-ink: #102a2a;
  --orf-ink-2: #173638;
  --orf-primary: #0c6864;
  --orf-hover: #087b75;
  --orf-accent: #0d9488;
  --orf-focus: #2dd4bf;
  --orf-mint: #5eead4;
  --orf-mint-soft: #ccfbf1;
  --orf-mint-pale: #ecfdf8;
  --orf-canvas: #f3f6f4;
  --orf-paper: #ffffff;
  --orf-muted: #5f7475;
  --orf-line: #d2dddd;
  --orf-wrap: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
body, button, input, select, textarea { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input, select, textarea { font-size: inherit; }
a { color: inherit; }
.orf-page { background: var(--orf-ink); color: var(--orf-canvas); min-height: 100vh; text-rendering: optimizeLegibility; }
.orf-wrap { margin-inline: auto; max-width: var(--orf-wrap); padding-inline: 24px; width: 100%; }
.orf-skip { background: var(--orf-mint); color: var(--orf-ink); font-size: 13px; font-weight: 800; left: 16px; padding: 11px 14px; position: fixed; top: -80px; z-index: 100; }
.orf-skip:focus { top: 16px; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--orf-focus); outline-offset: 3px; }

.orf-nav { background: rgba(16,42,42,.96); border-bottom: 1px solid rgba(94,234,212,.2); position: sticky; top: 0; z-index: 40; backdrop-filter: blur(18px); }
.orf-nav__inner { align-items: center; display: flex; gap: 30px; min-height: 78px; }
.orf-logo { display: inline-flex; text-decoration: none; }
.orf-logo img { display: block; height: 38px; object-fit: contain; width: 132px; }
.orf-nav__inner > span { color: var(--orf-mint); font-size: 9px; font-weight: 800; letter-spacing: .14em; margin-left: auto; }
.orf-back { align-items: center; display: inline-flex; font-size: 12px; font-weight: 760; gap: 12px; text-decoration: none; }
.orf-back:hover { color: var(--orf-mint); }

.orf-hero { overflow: hidden; padding-block: 34px 96px; position: relative; }
.orf-hero::after { background: radial-gradient(circle, rgba(94,234,212,.08), transparent 68%); content: ""; height: 700px; left: -340px; pointer-events: none; position: absolute; top: 0; width: 700px; }
.orf-index { border-bottom: 1px solid rgba(94,234,212,.25); color: var(--orf-mint); display: flex; font-size: 9px; font-weight: 720; justify-content: space-between; letter-spacing: .14em; padding: 0 0 16px; position: relative; z-index: 1; }
.orf-hero__grid { align-items: start; display: grid; gap: clamp(40px, 5vw, 76px); grid-template-columns: .82fr 1.18fr; padding-top: 64px; position: relative; z-index: 1; }
.orf-intro { min-width: 0; padding-top: 10px; }
.orf-eyebrow { color: var(--orf-mint); font-size: 10px; font-weight: 800; letter-spacing: .15em; margin: 0 0 22px; text-transform: uppercase; }
.orf-eyebrow::before { background: var(--orf-mint); content: ""; display: inline-block; height: 8px; margin-right: 10px; width: 8px; }
.orf-intro h1 { font-size: clamp(42px, 5.2vw, 66px); letter-spacing: -.065em; line-height: .98; margin: 0; }
.orf-lead { color: #aab9b9; font-size: 16px; line-height: 1.7; margin: 28px 0 0; max-width: 520px; }

.orf-scope { border-bottom: 1px solid rgba(94,234,212,.2); border-top: 1px solid rgba(94,234,212,.2); display: grid; gap: 18px; grid-template-columns: 32px 1fr; margin-top: 42px; padding-block: 24px; }
.orf-scope > span { color: var(--orf-mint); font-size: 10px; }
.orf-scope h2 { font-size: 14px; letter-spacing: -.02em; margin: 0; }
.orf-scope ul { color: #aab9b9; font-size: 12px; line-height: 1.65; list-style: none; margin: 16px 0 0; padding: 0; }
.orf-scope li { padding-left: 17px; position: relative; }
.orf-scope li + li { margin-top: 8px; }
.orf-scope li::before { color: var(--orf-mint); content: "↳"; left: 0; position: absolute; }

.orf-roadmap { margin-top: 42px; }
.orf-roadmap__head > span { color: var(--orf-mint); font-size: 9px; font-weight: 780; letter-spacing: .13em; }
.orf-roadmap__head h2 { font-size: 25px; letter-spacing: -.045em; line-height: 1.12; margin: 13px 0 24px; }
.orf-roadmap article { border-top: 1px solid rgba(94,234,212,.2); display: grid; gap: 16px; grid-template-columns: 66px 1fr; padding: 18px 0; }
.orf-roadmap article:last-child { border-bottom: 1px solid rgba(94,234,212,.2); }
.orf-roadmap article > span { color: var(--orf-mint); font-size: 8px; font-weight: 800; letter-spacing: .09em; padding-top: 3px; }
.orf-roadmap h3 { font-size: 14px; margin: 0 0 6px; }
.orf-roadmap article p { color: #aab9b9; font-size: 11px; line-height: 1.55; margin: 0; }

.orf-card { background: var(--orf-paper); border-top: 8px solid var(--orf-mint); color: var(--orf-ink); min-width: 0; padding: clamp(28px, 4vw, 48px); }
.orf-card__head { border-bottom: 1px solid var(--orf-line); margin-bottom: 28px; padding-bottom: 26px; }
.orf-card__head > span { color: var(--orf-primary); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.orf-card__head h2 { font-size: clamp(28px, 3vw, 38px); letter-spacing: -.055em; line-height: 1.05; margin: 15px 0 12px; }
.orf-card__head p { color: var(--orf-muted); font-size: 12px; line-height: 1.6; margin: 0; max-width: 560px; }
.orf-messages { margin-bottom: 22px; }
.orf-message { background: var(--orf-mint-pale); border-left: 3px solid var(--orf-accent); font-size: 12px; line-height: 1.55; margin: 0; padding: 12px 14px; }
.orf-message--danger { background: #fff0ef; border-left-color: #c4322c; }

.orf-fields { display: grid; gap: 20px 16px; grid-template-columns: 1fr 1fr; }
.orf-field { display: grid; gap: 8px; min-width: 0; }
.orf-field--full { grid-column: 1 / -1; }
.orf-field label { color: #385456; font-size: 10px; font-weight: 760; letter-spacing: .035em; }
.orf-field label b { color: var(--orf-accent); }
.orf-field input, .orf-field select, .orf-field textarea { appearance: none; background: var(--orf-canvas); border: 1px solid var(--orf-line); border-radius: 0; color: var(--orf-ink); min-height: 50px; padding: 13px 14px; width: 100%; }
.orf-field select { background-image: linear-gradient(45deg, transparent 50%, var(--orf-primary) 50%), linear-gradient(135deg, var(--orf-primary) 50%, transparent 50%); background-position: calc(100% - 18px) 22px, calc(100% - 13px) 22px; background-repeat: no-repeat; background-size: 5px 5px, 5px 5px; padding-right: 36px; }
.orf-field textarea { line-height: 1.55; min-height: 142px; resize: vertical; }
.orf-field input:hover, .orf-field select:hover, .orf-field textarea:hover { border-color: #aab9b9; }
.orf-field input:focus, .orf-field select:focus, .orf-field textarea:focus { border-color: var(--orf-primary); outline: 3px solid rgba(45,212,191,.22); outline-offset: 0; }
.orf-field input::placeholder, .orf-field textarea::placeholder { color: #768b8c; opacity: 1; }
.orf-submit { align-items: center; background: var(--orf-primary); border: 0; color: #fff; cursor: pointer; display: flex; font-weight: 780; grid-column: 1 / -1; justify-content: space-between; min-height: 56px; padding: 14px 18px; transition: background .18s ease, transform .18s ease; }
.orf-submit:hover { background: var(--orf-hover); transform: translateY(-2px); }
.orf-privacy { color: var(--orf-muted); font-size: 9px; grid-column: 1 / -1; line-height: 1.55; margin: -2px 0 0; }
.orf-privacy b { color: var(--orf-ink); }

.orf-next { background: var(--orf-canvas); color: var(--orf-ink); padding-block: 64px; }
.orf-next .orf-wrap { display: grid; gap: 48px; grid-template-columns: .38fr 1.62fr; }
.orf-next .orf-wrap > span { color: var(--orf-primary); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.orf-next ol { border-top: 1px solid var(--orf-line); display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 0; padding: 0; }
.orf-next li { color: var(--orf-muted); font-size: 12px; line-height: 1.55; padding: 22px 26px 0 0; }
.orf-next li + li { border-left: 1px solid var(--orf-line); padding-left: 26px; }
.orf-next li b { color: var(--orf-accent); display: block; font-size: 9px; margin-bottom: 36px; }

.orf-footer { border-top: 1px solid rgba(94,234,212,.2); }
.orf-footer .orf-wrap { align-items: center; display: grid; gap: 30px; grid-template-columns: 1fr 1fr 1fr; min-height: 150px; }
.orf-footer img { height: 36px; object-fit: contain; width: 125px; }
.orf-footer p { color: #aab9b9; font-size: 11px; margin: 0; text-align: center; }
.orf-footer a { color: var(--orf-mint); font-size: 11px; justify-self: end; }

@media (max-width: 840px) {
  .orf-hero { padding-bottom: 76px; }
  .orf-hero__grid { gap: 54px; grid-template-columns: 1fr; padding-top: 54px; }
  .orf-intro { max-width: 680px; }
  .orf-card { margin-inline: auto; max-width: 680px; width: 100%; }
  .orf-next .orf-wrap { gap: 28px; grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .orf-wrap { padding-inline: 18px; }
  .orf-nav__inner { gap: 14px; min-height: 68px; }
  .orf-logo img { height: 34px; width: 118px; }
  .orf-nav__inner > span { display: none; }
  .orf-back { font-size: 11px; margin-left: auto; }
  .orf-index span:nth-child(2) { display: none; }
  .orf-hero { padding-block: 26px 64px; }
  .orf-hero__grid { padding-top: 44px; }
  .orf-intro h1 { font-size: clamp(42px, 13vw, 56px); }
  .orf-lead { font-size: 15px; }
  .orf-card { border-top-width: 6px; padding: 26px 20px; }
  .orf-fields { grid-template-columns: 1fr; }
  .orf-field, .orf-field--full, .orf-submit, .orf-privacy { grid-column: 1; }
  .orf-field input, .orf-field select { min-height: 52px; }
  .orf-next ol { grid-template-columns: 1fr; }
  .orf-next li, .orf-next li + li { border-left: 0; border-top: 1px solid var(--orf-line); padding: 22px 0; }
  .orf-next li b { margin-bottom: 18px; }
  .orf-footer .orf-wrap { grid-template-columns: 1fr; padding-block: 38px; }
  .orf-footer p { text-align: left; }
  .orf-footer a { justify-self: start; }
}

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