:root {
  color-scheme: light;
  --ink: #071f3e;
  --ink-soft: #0c2b4f;
  --paper: #ffffff;
  --mist: #f2f6f9;
  --mist-deep: #e9f0f5;
  --text: #26384d;
  --muted: #5e6d7d;
  --border: #ccd7e1;
  --border-strong: #aebdca;
  --teal: #0d7774;
  --teal-dark: #085f5d;
  --teal-pale: #e8f5f3;
  --error: #a33b3b;
  --error-pale: #fff1f1;
  --shadow: 0 20px 55px rgba(11, 37, 67, 0.1);
  --radius: 8px;
  --radius-small: 5px;
  --container: 1160px;
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
  font-family: var(--sans);
}

img,
svg {
  display: block;
}

a {
  color: inherit;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

[hidden] {
  display: none !important;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--teal-dark);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid #38b9b1;
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  color: var(--paper);
  background: var(--ink);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1.1;
}

.brand-name {
  font-family: var(--serif);
  font-size: 23px;
  letter-spacing: -0.02em;
}

.brand-note {
  margin-top: 7px;
  color: #b9c8d7;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: var(--radius-small);
  font-size: 15px;
  font-weight: 760;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button:active {
  transform: translateY(0);
}

.button--small {
  min-height: 42px;
  padding: 9px 18px;
  font-size: 14px;
}

.button--outline {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.48);
  background: transparent;
}

.button--outline:hover {
  border-color: var(--paper);
  background: rgba(255, 255, 255, 0.07);
}

.button--primary {
  color: var(--paper);
  background: var(--teal);
  border-color: var(--teal);
}

.button--primary:hover {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
}

.button:disabled {
  color: #dce7e8;
  background: #628b8a;
  border-color: #628b8a;
  cursor: wait;
  transform: none;
}

.hero {
  color: var(--paper);
  background: var(--ink);
  overflow: hidden;
}

.hero-grid {
  min-height: 630px;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(290px, 0.75fr);
  align-items: center;
  gap: clamp(60px, 8vw, 120px);
  padding-block: 92px 104px;
}

.hero-copy {
  max-width: 760px;
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 30px;
  font-family: var(--serif);
  font-size: clamp(50px, 6.1vw, 78px);
  font-weight: 400;
  letter-spacing: -0.047em;
  line-height: 0.99;
}

.hero-lede {
  max-width: 680px;
  margin-bottom: 18px;
  color: #dce5ed;
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.58;
}

.hero-disclaimer {
  max-width: 620px;
  margin-bottom: 34px;
  color: #b9c8d7;
  font-size: 15px;
}

.hero .button--primary {
  min-width: 220px;
}

.hero-assurance {
  position: relative;
  padding: 42px 0 42px 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.26);
}

.assurance-mark {
  width: 48px;
  height: 48px;
  margin-bottom: 34px;
  color: #67c2bc;
}

.assurance-mark svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.hero-assurance p {
  margin-bottom: 15px;
  color: #bdcad7;
  font-size: 15px;
  line-height: 1.55;
}

.hero-assurance .assurance-primary {
  color: var(--paper);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.35;
}

.assurance-rule {
  width: 52px;
  height: 1px;
  margin: 28px 0;
  background: #419d98;
}

.section {
  padding-block: 100px;
}

.section h2 {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 400;
  letter-spacing: -0.036em;
  line-height: 1.08;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(60px, 10vw, 150px);
  align-items: start;
}

.explain h2 {
  max-width: 510px;
}

.explain-copy {
  padding: 6px 0 6px 42px;
  border-left: 1px solid var(--border);
}

.explain-copy p {
  max-width: 620px;
}

.large-copy {
  margin-bottom: 18px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.35;
}

.quiet-emphasis {
  margin: 28px 0 0;
  color: var(--teal-dark);
  font-weight: 700;
}

.pricing {
  background: var(--mist);
  border-block: 1px solid #e2e9ef;
}

.pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(70px, 10vw, 150px);
}

.pricing-intro h2 {
  margin-bottom: 30px;
}

.pricing-intro p {
  max-width: 510px;
  font-size: 17px;
}

.service-scope {
  padding-left: 42px;
  border-left: 1px solid var(--border);
}

.service-scope h3 {
  margin-bottom: 24px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
}

.scope-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.scope-list li {
  position: relative;
  padding: 10px 0 10px 27px;
  color: var(--ink-soft);
  border-bottom: 1px solid #dae3ea;
}

.scope-list li::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: 13px;
  height: 2px;
  background: var(--teal);
}

.scope-notes {
  margin-top: 28px;
}

.scope-notes p {
  margin: 5px 0;
  color: var(--muted);
  font-size: 15px;
}

.review-section {
  padding-block: 118px;
}

.review-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(56px, 8vw, 110px);
  align-items: start;
}

.review-intro {
  position: sticky;
  top: 118px;
}

.review-intro h2 {
  margin-bottom: 28px;
}

.review-intro p {
  max-width: 390px;
}

.review-note {
  margin-top: 38px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}

.review-note-line {
  display: block;
  width: 42px;
  height: 2px;
  margin-bottom: 22px;
  background: var(--teal);
}

.review-note p {
  color: var(--muted);
  font-size: 15px;
}

.form-shell {
  padding: clamp(26px, 4vw, 52px);
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.form-heading {
  position: relative;
  margin-bottom: 38px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
}

.form-heading > p {
  margin-bottom: 8px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.form-heading h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.form-heading > span {
  color: var(--muted);
  font-size: 14px;
}

.form-heading span span,
label > span[aria-hidden="true"],
legend > span[aria-hidden="true"] {
  color: var(--error);
}

.form-row {
  display: grid;
  gap: 22px;
}

.form-row--two {
  grid-template-columns: 1fr 1fr;
}

.field {
  margin: 0 0 27px;
}

.field label,
.fieldset legend {
  display: block;
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 720;
  line-height: 1.4;
}

.optional {
  margin-left: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  color: var(--ink-soft);
  background: var(--paper);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-small);
  font-size: 16px;
  line-height: 1.4;
  transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

input,
select {
  min-height: 52px;
  padding: 12px 14px;
}

textarea {
  min-height: 124px;
  padding: 14px;
  resize: vertical;
}

input:hover,
select:hover,
textarea:hover {
  border-color: #8194a5;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(13, 119, 116, 0.16);
}

input:invalid:not(:placeholder-shown),
textarea:invalid:not(:placeholder-shown) {
  border-color: #c77d7d;
}

textarea::placeholder,
input::placeholder {
  color: #8a98a5;
}

.helper {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.5;
}

.fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

.choice-stack {
  display: grid;
  gap: 9px;
}

.choice-row {
  min-height: 54px;
  display: flex !important;
  align-items: center;
  gap: 13px;
  margin: 0 !important;
  padding: 12px 14px;
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: var(--radius-small);
  cursor: pointer;
}

.choice-row:hover {
  border-color: #8295a6;
}

.choice-row:has(input:checked) {
  background: var(--teal-pale);
  border-color: var(--teal);
}

.choice-row input,
.consent-row input {
  width: 19px;
  min-height: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin: 0;
  padding: 0;
  accent-color: var(--teal);
}

.choice-row span {
  color: var(--text);
  font-size: 15px;
  font-weight: 560;
}

.select-wrap {
  position: relative;
}

.select-wrap select {
  padding-right: 46px;
  appearance: none;
}

.select-wrap svg {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 20px;
  height: 20px;
  color: var(--muted);
  pointer-events: none;
  transform: translateY(-50%);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.consent-group {
  margin-top: 38px;
}

.consent-row {
  display: flex !important;
  align-items: flex-start;
  gap: 14px;
  margin: 0 0 12px !important;
  padding: 17px;
  color: var(--text) !important;
  background: var(--mist);
  border: 1px solid #dce5ec;
  border-radius: var(--radius-small);
  cursor: pointer;
}

.consent-row:has(input:checked) {
  background: var(--teal-pale);
  border-color: #8fbebb;
}

.consent-row input {
  margin-top: 3px;
}

.consent-row span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

.honeypot {
  position: fixed !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.verification {
  display: grid;
  grid-template-columns: minmax(150px, 0.55fr) minmax(260px, 1fr);
  align-items: center;
  gap: 20px;
  margin: 30px 0 24px;
  padding: 18px;
  background: var(--mist);
  border: 1px solid var(--border);
  border-radius: var(--radius-small);
}

.verification p {
  margin: 0;
}

#verification-label {
  color: var(--ink);
  font-size: 14px;
  font-weight: 720;
}

#verification-status {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

#turnstile-widget {
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.form-status {
  min-height: 0;
  margin: 0 0 16px;
  padding: 0;
  color: var(--error);
  font-size: 15px;
  font-weight: 650;
}

.form-status:empty {
  display: none;
}

.form-status--error {
  padding: 13px 15px;
  background: var(--error-pale);
  border-left: 3px solid var(--error);
}

.submit-button {
  width: 100%;
  min-height: 56px;
  font-size: 16px;
}

.submit-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.success-state {
  padding: clamp(36px, 6vw, 72px);
  color: var(--text);
  background: var(--teal-pale);
  border: 1px solid #90c3bf;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.success-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  color: var(--teal);
}

.success-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.success-state h2 {
  margin-bottom: 26px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(40px, 5vw, 58px);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.success-state p {
  max-width: 650px;
}

.success-warning {
  margin-top: 28px;
  padding: 18px 20px;
  color: var(--ink-soft);
  background: var(--paper);
  border-left: 3px solid var(--teal);
  font-weight: 700;
}

.reference-block {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #a8cecb;
}

.reference-block span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reference-block strong {
  color: var(--ink);
  font-size: 22px;
  letter-spacing: 0.035em;
}

.privacy {
  padding-block: 72px;
  background: var(--mist);
  border-top: 1px solid #e0e8ee;
}

.privacy-grid {
  display: grid;
  grid-template-columns: 0.4fr 1.6fr;
  gap: 70px;
}

.privacy h2 {
  font-size: 38px;
}

.privacy p {
  max-width: 800px;
  margin-bottom: 12px;
  font-size: 15px;
}

.owner-action {
  margin-top: 24px;
  padding: 15px 17px;
  color: #6b3e18;
  background: #fff7e9;
  border-left: 3px solid #b87932;
}

.site-footer {
  color: #bac8d5;
  background: var(--ink);
}

.footer-inner {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.footer-inner > div {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-brand {
  margin-bottom: 6px;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 23px;
  letter-spacing: -0.02em;
  text-transform: none;
}

.footer-inner p {
  max-width: 330px;
  margin: 0;
  font-size: 14px;
  text-align: right;
}

@media (max-width: 900px) {
  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 58px;
    padding-block: 76px 84px;
  }

  .hero-assurance {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 0 22px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.24);
  }

  .assurance-mark {
    grid-row: 1 / 5;
    margin: 0;
  }

  .hero-assurance .assurance-primary,
  .hero-assurance p,
  .assurance-rule {
    grid-column: 2;
  }

  .assurance-rule {
    margin: 20px 0;
  }

  .section-grid,
  .pricing-grid,
  .review-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .explain-copy,
  .service-scope {
    padding: 0 0 0 28px;
  }

  .review-intro {
    position: static;
  }

  .review-intro p {
    max-width: 650px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .header-inner {
    min-height: 72px;
  }

  .brand-name {
    font-size: 20px;
  }

  .brand-note {
    font-size: 9px;
  }

  .button--small {
    min-height: 40px;
    padding-inline: 13px;
    font-size: 13px;
  }

  .hero-grid {
    padding-block: 58px 68px;
  }

  .hero h1 {
    margin-bottom: 24px;
    font-size: clamp(43px, 13vw, 58px);
    line-height: 1.01;
  }

  .hero-lede {
    font-size: 17px;
  }

  .hero .button--primary {
    width: 100%;
  }

  .hero-assurance {
    display: block;
    padding: 25px;
  }

  .assurance-mark {
    width: 42px;
    height: 42px;
    margin-bottom: 22px;
  }

  .section,
  .review-section {
    padding-block: 72px;
  }

  .section h2 {
    font-size: clamp(36px, 10vw, 45px);
  }

  .section-grid,
  .pricing-grid,
  .review-grid {
    gap: 38px;
  }

  .explain-copy,
  .service-scope {
    padding-left: 20px;
  }

  .form-shell {
    margin-inline: -4px;
    padding: 25px 20px 22px;
  }

  .form-heading h3 {
    font-size: 30px;
  }

  .form-row--two {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .choice-row,
  .consent-row {
    padding: 14px;
  }

  .choice-row span,
  .consent-row span,
  .helper {
    font-size: 15px;
  }

  .verification {
    grid-template-columns: 1fr;
  }

  #turnstile-widget {
    justify-content: flex-start;
    overflow: hidden;
  }

  .privacy-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-inner {
    min-height: 190px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 26px;
  }

  .footer-inner p {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
