/* Regetus — site stylesheet v3.0.0 (26 Sep 2026)
   Rebuilt from the approved homepage v2 (22 Sep 2026): Lora for the wordmark and
   headings, Inter for text, deep blue #002448 used sparingly on white, hairline
   rules, 2px corners. Fonts are self-hosted (no third-party requests, no cookies). */

@font-face {
  font-family: "Lora";
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url(/assets/fonts/lora-var-latin.woff2) format("woff2-variations"), url(/assets/fonts/lora-var-latin.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/assets/fonts/inter-var-latin.woff2) format("woff2-variations"), url(/assets/fonts/inter-var-latin.woff2) format("woff2");
}

:root {
  --navy: #002448;
  --deep: #001b36;
  --ink: #1a1a1a;
  --text: #3c4d5f;
  --muted: #5b6b7d;
  --link: #00427a;
  --surface: #f4f6f9;
  --rule: #d8dee6;
  --rule-soft: #e3e7ec;
  --field: #b3bfcc;
  --foot-head: #8fa6bd;
  --foot-text: #8fa6bd;
  --foot-link: #c9d5e1;
  --foot-legal: #8298ae;
  --foot-rule: #15314f;
  --band-text: #c2d0de;
  --serif: "Lora", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --wrap: 1084px;
  --gutter: 24px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  background: #fff;
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "cv11", "ss01";
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--link); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
:focus-visible { outline: 2px solid var(--navy); outline-offset: 3px; }
strong { font-weight: 600; color: #2b3a4a; }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { font-family: var(--serif); color: var(--navy); font-weight: 500; margin: 0; letter-spacing: -0.005em; }
h1 { font-size: 44px; line-height: 1.25; letter-spacing: -0.01em; }
h2 { font-size: 28px; line-height: 1.3; }
h3 { font-size: 20px; line-height: 1.35; font-weight: 600; }

.wrap { max-width: calc(var(--wrap) + 2 * var(--gutter)); margin: 0 auto; padding: 0 var(--gutter); }
.skip { position: absolute; left: -9999px; top: 0; background: var(--navy); color: #fff; padding: 10px 16px; z-index: 20; }
.skip:focus { left: 16px; top: 12px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- buttons and arrow links ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  height: 48px; padding: 0 23px;
  background: var(--navy); color: #fff;
  font: 600 15px/1 var(--sans);
  border: 1px solid var(--navy); border-radius: 2px;
  cursor: pointer; white-space: nowrap;
}
.btn:hover { background: #00305e; text-decoration: none; }
.btn--lg { height: 56px; padding: 0 31px; font-size: 17px; }
.btn--light { background: #fff; color: var(--navy); border-color: #fff; }
.btn--light:hover { background: #e8eef5; }
.arrow { font-weight: 600; color: var(--link); }
.arrow::after { content: " \2192"; font-family: var(--sans); }

/* ---------- header ---------- */
.site-header { border-bottom: 1px solid var(--rule-soft); background: #fff; position: relative; z-index: 10; }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.wordmark { font-family: var(--serif); font-weight: 600; font-size: 26px; line-height: 1; color: var(--navy); letter-spacing: -0.01em; }
.wordmark:hover { text-decoration: none; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a:not(.btn) { color: var(--ink); font-size: 15px; font-weight: 500; }
.nav a:not(.btn):hover { color: var(--navy); }
.nav a:not(.btn)[aria-current="page"], .nav a.is-section { color: var(--navy); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 8px; }
.nav .btn { margin-left: 8px; }
.menu { display: none; }

/* ---------- homepage hero ---------- */
.hero { padding: 80px 0 64px; }
.hero h1 { max-width: 600px; }
.hero .sub { font-size: 19px; line-height: 1.6; max-width: 800px; margin: 26px 0 0; }
.hero .actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 28px; margin-top: 36px; }

/* ---------- stat strip ---------- */
.stats { background: var(--surface); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.stats ul { list-style: none; margin: 0 auto; padding: 0 var(--gutter); max-width: calc(var(--wrap) + 2 * var(--gutter)); display: grid; grid-template-columns: repeat(4, 1fr); }
.stats li { padding: 34px 24px 36px 28px; border-left: 1px solid var(--rule); }
.stats li:first-child { border-left: 0; padding-left: 0; }
.stats b { display: block; font-family: var(--serif); font-weight: 500; font-size: 21px; line-height: 1.3; color: var(--navy); }
.stats span { display: block; margin-top: 8px; font-size: 14px; line-height: 1.6; color: var(--muted); }

/* ---------- sections ---------- */
.section { padding: 84px 0; }
.section + .section { padding-top: 0; }
.section--tint { background: var(--surface); border-top: 1px solid var(--rule); padding: 72px 0 76px; }
.section--tint + .section { padding-top: 76px; }
.intro { font-size: 18px; line-height: 1.65; max-width: 800px; margin: 16px 0 0; }
.section h2 + p:not(.intro) { margin-top: 16px; }

.cards { display: grid; grid-template-columns: 1fr 1fr; gap: 0 52px; margin-top: 36px; }
.card { border-top: 1px solid var(--rule); padding: 36px 0 40px; }
.card h3 { margin-bottom: 12px; font-size: 19px; }
.card h3 a { color: inherit; }
.card p { font-size: 16px; line-height: 1.65; margin: 0; }
.tags { margin-top: 14px !important; font-size: 14px !important; color: var(--muted); }

.callout { max-width: 747px; margin-top: 8px; background: var(--surface); border-left: 3px solid var(--navy); padding: 22px 26px; font-size: 16px; line-height: 1.65; }
.callout p { margin: 0; }

.cols3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 32px; }
.cols3 h3 { font-size: 18px; margin-bottom: 10px; }
.cols3 p { font-size: 16px; line-height: 1.65; margin: 0; }

.lead-copy { max-width: 800px; margin-top: 18px; }
.lead-copy p { font-size: 17px; line-height: 1.65; margin: 0 0 18px; }

/* ---------- CTA band and footer ---------- */
.band { background: var(--deep); color: var(--band-text); padding: 76px 0 60px; }
.band h2 { color: #fff; font-size: 27.5px; text-wrap: balance; }
.band p { font-size: 17px; line-height: 1.65; max-width: 690px; margin: 14px 0 32px; }

.site-footer { background: var(--deep); color: var(--foot-text); border-top: 1px solid var(--foot-rule); padding: 58px 0 44px; }
.band + .site-footer { margin-top: 0; }
.foot-grid { display: grid; grid-template-columns: minmax(0, 1fr) 291px 251px; }
.foot-brand .wordmark { color: #fff; }
.foot-brand p { font-size: 14.5px; line-height: 1.5; max-width: 330px; margin: 20px 0 0; }
.foot-contact { margin-top: 18px !important; }
.foot-contact a { color: var(--foot-link); }
.site-footer h2 { font-family: var(--sans); font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--foot-head); margin: 0 0 12px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li a { color: var(--foot-link); font-size: 16px; line-height: 34px; }
.legal { margin-top: 40px; border-top: 1px solid var(--foot-rule); font-size: 13.5px; line-height: 1.55; color: var(--foot-legal); }
.legal p { margin: 0; padding: 18px 0; }
.legal p + p { border-top: 1px solid var(--foot-rule); }
.legal .fine a { color: var(--foot-legal); text-decoration: underline; text-underline-offset: 2px; }
.legal .fine span { margin: 0 8px; }

/* ---------- inner pages ---------- */
.page-head { padding: 64px 0 52px; border-bottom: 1px solid var(--rule-soft); }
.crumbs { font-size: 14px; color: var(--muted); margin: 0 0 18px; }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--link); }
.crumbs span { margin: 0 8px; color: #9aa7b5; }
.page-head h1 { font-size: 40px; line-height: 1.22; max-width: 800px; text-wrap: balance; }
.page-head .lede { font-size: 19px; line-height: 1.6; max-width: 780px; margin: 22px 0 0; }

.layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 80px; padding: 60px 0 88px; align-items: start; }
.layout--single { grid-template-columns: minmax(0, 760px); }
.prose > :first-child { margin-top: 0; }
.prose h2 { font-size: 26px; margin: 56px 0 14px; }
.prose h3 { font-size: 19px; margin: 32px 0 8px; }
.prose p, .prose li { font-size: 17px; line-height: 1.7; }
.prose p { margin: 0 0 18px; }
.prose ul.plain { padding-left: 20px; margin: 0 0 18px; }
.prose ul.plain li { margin-bottom: 6px; }
.prose .small { font-size: 15px; color: var(--muted); }

.rules { list-style: none; margin: 22px 0 8px; padding: 0; }
.rules li { border-top: 1px solid var(--rule); padding: 22px 0 22px; }
.rules li:last-child { border-bottom: 1px solid var(--rule); padding-bottom: 20px; }
.rules h3 { margin: 0 0 8px; font-size: 19px; }
.rules p { margin: 0; font-size: 16.5px; line-height: 1.65; }
.rules a.row { display: block; color: inherit; }
.rules a.row:hover { text-decoration: none; }
.rules a.row:hover h3 { text-decoration: underline; text-underline-offset: 4px; }
.rules a.row h3::after { content: " \2192"; font-family: var(--sans); font-weight: 400; font-size: 17px; color: var(--link); }

.steps { list-style: none; counter-reset: step; margin: 22px 0 8px; padding: 0; }
.steps li { counter-increment: step; display: grid; grid-template-columns: 52px minmax(0, 1fr); border-top: 1px solid var(--rule); padding: 22px 0 22px; }
.steps li:last-child { border-bottom: 1px solid var(--rule); padding-bottom: 20px; }
.steps li::before { content: counter(step); font-family: var(--serif); font-size: 24px; line-height: 1.1; color: var(--navy); }
.steps h3 { margin: 0 0 6px; font-size: 19px; }
.steps p { margin: 0; font-size: 16.5px; line-height: 1.65; }

.aside { position: sticky; top: 28px; border-top: 2px solid var(--navy); padding-top: 22px; }
.aside dl { margin: 0; }
.aside dt { font-size: 12.5px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin: 0 0 6px; }
.aside dd { margin: 0 0 22px; font-size: 15.5px; line-height: 1.6; color: var(--text); }
.aside dd a { color: var(--link); }
.aside .btn { width: 100%; margin-top: 4px; }
.aside .note { font-size: 13.5px; line-height: 1.55; color: var(--muted); margin: 14px 0 0; }

.fees { width: 100%; border-collapse: collapse; margin: 18px 0 18px; font-size: 16.5px; }
.fees th { text-align: left; font-size: 12.5px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); padding: 0 0 10px; border-bottom: 1px solid var(--navy); }
.fees th:last-child, .fees td:last-child { text-align: right; }
.fees td { padding: 15px 0; border-bottom: 1px solid var(--rule); vertical-align: top; }
.fees td:last-child { font-family: var(--serif); font-size: 19px; color: var(--navy); font-variant-numeric: tabular-nums; padding-left: 20px; white-space: nowrap; }
.fees td small { display: block; font-size: 14px; color: var(--muted); }

.dates { list-style: none; margin: 0; padding: 0; }
.dates li { padding: 0 0 14px; }
.dates b { display: block; font-family: var(--serif); font-weight: 500; font-size: 18px; color: var(--navy); }

.faq h3 { margin-top: 30px; }

/* ---------- contact form ---------- */
.form { margin: 0; }
.form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
.field { margin: 0 0 20px; }
.field label { display: block; font-size: 14.5px; font-weight: 600; color: var(--ink); margin: 0 0 7px; }
.field label .opt { font-weight: 400; color: var(--muted); }
.field input, .field select, .field textarea {
  display: block; width: 100%;
  font: 16px/1.4 var(--sans); color: var(--ink);
  background: #fff; border: 1px solid var(--field); border-radius: 2px;
  padding: 12px 13px; min-height: 48px;
}
.field select { appearance: none; -webkit-appearance: none; padding-right: 40px; background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%); background-position: calc(100% - 20px) 21px, calc(100% - 15px) 21px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.field textarea { min-height: 170px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--navy); outline-offset: 0; border-color: var(--navy); }
.form .hp { position: absolute; left: -9999px; }
.form .hp input { font-size: 16px; }
.form .consent { font-size: 14px; line-height: 1.55; color: var(--muted); margin: 4px 0 22px; }
.form .consent a { color: var(--link); text-decoration: underline; text-underline-offset: 2px; }

.notfound { padding: 100px 0 120px; }
.notfound p { font-size: 18px; max-width: 640px; margin-top: 18px; }

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .layout { grid-template-columns: minmax(0, 1fr) 260px; gap: 48px; }
  .foot-grid { grid-template-columns: minmax(0, 1fr) 220px 200px; }
}

@media (max-width: 960px) {
  .site-header .wrap { height: 64px; }
  .wordmark { font-size: 24px; }
  .nav { display: none; }
  .menu { display: block; }
  .menu summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 10px; height: 44px; padding: 0 2px 0 12px; font-size: 15px; font-weight: 600; color: var(--navy); }
  .menu summary::-webkit-details-marker { display: none; }
  .menu summary .bars { display: inline-block; width: 20px; height: 14px; border-top: 2px solid var(--navy); border-bottom: 2px solid var(--navy); position: relative; }
  .menu summary .bars::after { content: ""; position: absolute; left: 0; right: 0; top: 4px; border-top: 2px solid var(--navy); }
  .menu[open] summary .bars { border-color: transparent; }
  .menu[open] summary .bars::after { top: 4px; transform: rotate(45deg); }
  .menu[open] summary .bars::before { content: ""; position: absolute; left: 0; right: 0; top: 4px; border-top: 2px solid var(--navy); transform: rotate(-45deg); }
  .menu-panel { position: absolute; left: 0; right: 0; top: 64px; background: #fff; border-top: 1px solid var(--rule-soft); border-bottom: 1px solid var(--rule); box-shadow: 0 12px 24px rgba(0, 27, 54, 0.08); padding: 8px var(--gutter) 24px; }
  .menu-panel a:not(.btn) { display: block; padding: 14px 0; border-bottom: 1px solid var(--rule-soft); color: var(--ink); font-size: 17px; font-weight: 500; }
  .menu-panel a[aria-current="page"], .menu-panel a.is-section { color: var(--navy); font-weight: 600; }
  .menu-panel .btn { width: 100%; margin-top: 20px; height: 52px; font-size: 16px; }

  .layout { grid-template-columns: minmax(0, 1fr); gap: 8px; padding: 44px 0 64px; }
  .aside { position: static; }
}

@media (max-width: 720px) {
  :root { --gutter: 20px; }
  h1 { font-size: 34px; line-height: 1.18; }
  h2 { font-size: 26px; }
  .hero { padding: 48px 0 48px; }
  .hero .sub { font-size: 17.5px; margin-top: 20px; }
  .hero .actions { margin-top: 28px; }
  .hero .actions .btn { width: 100%; }
  .stats ul { grid-template-columns: 1fr 1fr; }
  .stats li { padding: 22px 12px 22px 18px; }
  .stats li:nth-child(odd) { border-left: 0; padding-left: 0; }
  .stats li:nth-child(n+3) { border-top: 1px solid var(--rule); }
  .stats b { font-size: 19px; }
  .stats span { font-size: 13.5px; }
  .section { padding: 56px 0; }
  .section--tint { padding: 52px 0 56px; }
  .section--tint + .section { padding-top: 56px; }
  .intro { font-size: 17px; }
  .cards { grid-template-columns: 1fr; margin-top: 26px; }
  .card { padding: 26px 0 30px; }
  .cols3 { grid-template-columns: 1fr; gap: 26px; margin-top: 24px; }
  .lead-copy p { font-size: 17px; }
  .band { padding: 56px 0 48px; }
  .band h2 { font-size: 25px; }
  .band p { font-size: 17px; }
  .band .btn { width: 100%; }
  .site-footer { padding: 44px 0 36px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
  .foot-brand { grid-column: 1 / -1; }
  .site-footer li a { font-size: 15.5px; line-height: 1.5; display: inline-block; padding: 7px 0; }
  .page-head { padding: 40px 0 36px; }
  .page-head h1 { font-size: 32px; }
  .page-head .lede { font-size: 17.5px; margin-top: 16px; }
  .prose h2 { font-size: 24px; margin-top: 44px; }
  .prose p, .prose li { font-size: 16.5px; }
  .form .row2 { grid-template-columns: 1fr; }
  .form .btn { width: 100%; }
  .fees { font-size: 15.5px; }
  .fees td:last-child { font-size: 17px; }
  .notfound { padding: 64px 0 80px; }
}

@media print {
  .site-header, .band, .menu, .aside .btn { display: none; }
  .site-footer { background: #fff; color: #333; }
}
