:root {
  --blue-950: #23425f;
  --blue-900: #2f6289;
  --blue-800: #3e759d;
  --ink: #243241;
  --muted: #6b7480;
  --paper: #fbf7ef;
  --white: #ffffff;
  --warm: #f3eadc;
  --warm-strong: #e9dcc8;
  --line: #ddd0bd;
  --gold: #c9963d;
  --gold-dark: #8d6428;
  --sage: #eaf1ed;
  --champagne: #f7eddb;
  --danger: #9b2f22;
  --shadow: 0 20px 46px rgba(95, 77, 45, 0.12);
  --radius: 8px;
  --header: 76px;
  color-scheme: light;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

p {
  margin-bottom: 18px;
}

h1,
h2,
h3 {
  color: var(--blue-950);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 910px;
  margin-bottom: 20px;
  font-size: clamp(2.25rem, 5vw, 4.05rem);
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 3.5vw, 3rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.22rem;
}

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

.skip-link {
  position: fixed;
  inset: 12px auto auto 12px;
  z-index: 200;
  padding: 10px 14px;
  color: var(--white);
  background: var(--blue-900);
  border-radius: 4px;
  text-decoration: none;
  transform: translateY(-140%);
  transition: transform 160ms ease;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(251, 247, 239, 0.97);
  border-bottom: 1px solid rgba(47, 98, 137, 0.14);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: var(--header);
  display: flex;
  align-items: center;
  gap: 22px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  min-width: 226px;
  color: var(--blue-950);
  text-decoration: none;
}

.brand-name {
  font-size: 1.02rem;
  font-weight: 850;
  line-height: 1.2;
}

.brand-subtitle {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.25;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin-left: auto;
}

.site-nav a,
.mobile-menu a {
  color: var(--blue-900);
  font-weight: 760;
  text-decoration: none;
}

.site-nav a {
  padding: 9px 10px;
  border-radius: 4px;
  font-size: 0.93rem;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--blue-950);
  background: rgba(198, 154, 67, 0.14);
  outline: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--blue-950);
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.phone-link:hover,
.phone-link:focus-visible {
  color: var(--gold-dark);
  outline: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 156px;
  padding: 13px 20px;
  color: var(--white);
  background: var(--blue-900);
  border: 1px solid var(--blue-900);
  border-radius: 4px;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover,
.button:focus-visible {
  color: var(--white);
  background: var(--blue-800);
  border-color: var(--blue-800);
  outline: none;
  transform: translateY(-1px);
}

.button-small {
  min-height: 40px;
  min-width: 144px;
  padding: 9px 14px;
  font-size: 0.92rem;
}

.button-gold {
  color: var(--blue-950);
  background: var(--gold);
  border-color: var(--gold);
}

.button-gold:hover,
.button-gold:focus-visible {
  color: var(--blue-950);
  background: #d5ad5f;
  border-color: #d5ad5f;
}

.button-light {
  color: var(--blue-950);
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(47, 98, 137, 0.28);
}

.button-light:hover,
.button-light:focus-visible {
  color: var(--blue-950);
  background: var(--warm);
  border-color: var(--warm);
}

.menu-button {
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 9px 12px;
  color: var(--blue-950);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-weight: 850;
}

.menu-button i,
.menu-button i::before,
.menu-button i::after {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--blue-950);
  content: "";
}

.menu-button i {
  position: relative;
}

.menu-button i::before,
.menu-button i::after {
  position: absolute;
  left: 0;
}

.menu-button i::before {
  top: -6px;
}

.menu-button i::after {
  top: 6px;
}

.mobile-menu {
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu-inner {
  display: grid;
  gap: 4px;
  padding-block: 14px 18px;
}

.mobile-menu a {
  padding: 11px 0;
}

.hero {
  position: relative;
  min-height: calc(68svh - var(--header));
  color: var(--ink);
  background: var(--champagne);
  overflow: hidden;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(251, 247, 239, 0.96) 0%, rgba(251, 247, 239, 0.9) 43%, rgba(251, 247, 239, 0.56) 72%, rgba(251, 247, 239, 0.22) 100%),
    linear-gradient(0deg, rgba(247, 237, 219, 0.56), rgba(234, 241, 237, 0.18) 54%);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(68svh - var(--header));
  max-width: 860px;
  padding-block: 58px 46px;
}

.section-blue h2,
.section-blue h3,
.final-cta h2 {
  color: var(--blue-950);
}

.hero-title-line {
  display: block;
}

.hero p {
  max-width: 700px;
  color: var(--ink);
  font-size: 1.05rem;
}

.hero-lead {
  color: var(--blue-950) !important;
  font-size: clamp(1.1rem, 2vw, 1.38rem) !important;
  line-height: 1.42;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.eyebrow {
  margin-bottom: 10px;
  color: var(--gold-dark);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.section-blue .eyebrow,
.final-cta .eyebrow {
  color: var(--gold-dark);
}

.trust-strip {
  background: linear-gradient(90deg, var(--white), var(--champagne));
  border-bottom: 1px solid var(--line);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-grid span {
  min-height: 86px;
  display: flex;
  align-items: center;
  padding: 20px 22px;
  color: var(--blue-950);
  border-right: 1px solid var(--line);
  font-weight: 780;
}

.trust-grid span:first-child {
  border-left: 1px solid var(--line);
}

.quick-contact {
  padding-block: 74px;
  background: var(--paper);
}

.quick-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 58px;
  align-items: start;
}

.quick-copy {
  position: sticky;
  top: calc(var(--header) + 24px);
}

.contact-lines {
  display: grid;
  gap: 7px;
  margin-top: 24px;
  font-style: normal;
}

.entry-options {
  display: grid;
  gap: 10px;
  margin: 24px 0 22px;
}

.entry-options a {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 13px 16px;
  color: var(--blue-950);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(95, 77, 45, 0.08);
  font-weight: 820;
  text-decoration: none;
}

.entry-options a:hover,
.entry-options a:focus-visible {
  color: var(--blue-900);
  border-color: rgba(201, 150, 61, 0.64);
  outline: none;
}

.contact-lines a {
  color: var(--blue-950);
  font-size: 1.1rem;
  font-weight: 850;
  text-decoration: none;
}

.contact-lines a:hover,
.contact-lines a:focus-visible {
  color: var(--gold-dark);
  outline: none;
}

.contact-form {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.honeypot {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  display: grid;
  gap: 7px;
}

label span,
legend {
  color: var(--blue-950);
  font-size: 0.93rem;
  font-weight: 820;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid #c9beaa;
  border-radius: 4px;
}

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

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold-dark);
  outline: 3px solid rgba(198, 154, 67, 0.22);
}

input[aria-invalid="true"],
select[aria-invalid="true"],
textarea[aria-invalid="true"] {
  border-color: var(--danger);
}

fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 20px 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

legend {
  padding: 0 8px;
}

.check,
.privacy-check {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
}

.check input,
.privacy-check input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: var(--blue-900);
}

.check span {
  color: var(--ink);
  font-weight: 650;
}

.full-span {
  margin-top: 0;
}

.privacy-check {
  margin-top: 18px;
}

.privacy-check span {
  color: var(--muted);
  font-weight: 520;
}

.privacy-check a {
  color: var(--blue-900);
  font-weight: 760;
}

.form-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
}

.form-status {
  flex: 1 1 260px;
  min-height: 24px;
  margin: 0;
  color: var(--blue-950);
  font-weight: 780;
}

.form-status.is-error {
  color: var(--danger);
}

.section {
  padding-block: 92px;
  background: var(--paper);
}

.section-warm {
  background: var(--warm);
}

.section-blue,
.final-cta {
  color: var(--ink);
  background: linear-gradient(135deg, var(--sage), var(--champagne));
  border-block: 1px solid var(--line);
}

.section-heading {
  max-width: 790px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading p,
.text-flow p,
.info-card p,
.feature-panel p,
.faq-list p {
  color: var(--muted);
}

.two-column,
.faq-layout,
.split-feature,
.final-grid {
  display: grid;
  gap: 56px;
  align-items: start;
}

.two-column,
.faq-layout,
.split-feature {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.text-flow {
  font-size: 1.04rem;
}

.signal-list,
.quiet-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.signal-list span,
.quiet-list span {
  min-height: 66px;
  display: flex;
  align-items: center;
  padding: 15px 16px;
  color: var(--blue-950);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-weight: 760;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.info-card {
  min-height: 306px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(95, 77, 45, 0.07);
}

.info-card a,
.text-link {
  margin-top: auto;
  color: var(--blue-900);
  font-weight: 850;
  text-decoration-color: rgba(198, 154, 67, 0.7);
  text-underline-offset: 4px;
}

.info-card a:hover,
.info-card a:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  color: var(--gold-dark);
  outline: none;
}

.marker,
.process-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  color: var(--blue-950);
  background: var(--warm);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 900;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.process-grid article {
  min-height: 248px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.process-grid p,
.section-blue .section-heading p,
.final-cta p {
  color: var(--muted);
}

.process-grid article > span {
  color: var(--blue-950);
  background: var(--gold);
  border-color: var(--gold);
}

.feature-panel {
  padding: 32px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(95, 77, 45, 0.07);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(95, 77, 45, 0.06);
}

.faq-list summary {
  position: relative;
  padding: 18px 56px 18px 18px;
  color: var(--blue-950);
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--blue-950);
  background: var(--warm);
  border: 1px solid var(--line);
  border-radius: 50%;
  content: "+";
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.faq-list p {
  margin: 0;
  padding: 0 18px 20px;
}

.final-cta {
  padding-block: 86px;
}

.final-grid {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.36fr);
  align-items: center;
}

.final-contact {
  display: grid;
  gap: 5px;
  padding: 24px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.final-contact img {
  width: 96px;
  height: 96px;
  margin-bottom: 8px;
  object-fit: cover;
  border: 2px solid var(--gold);
  border-radius: 50%;
}

.final-contact a {
  color: var(--blue-900);
  text-decoration: none;
}

.final-contact a:hover,
.final-contact a:focus-visible {
  color: var(--gold-dark);
  outline: none;
}

.final-contact .button {
  margin-top: 12px;
}

.site-footer {
  padding-block: 52px 84px;
  color: var(--muted);
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(150px, 0.46fr));
  gap: 34px;
}

.footer-brand {
  color: var(--blue-950);
}

.footer-brand .brand-subtitle {
  color: var(--muted);
}

.footer-main p {
  max-width: 600px;
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-col h2 {
  margin: 0 0 4px;
  color: var(--blue-950);
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.95rem;
}

.footer-col a {
  color: var(--blue-900);
  text-decoration: none;
}

.footer-col a:hover,
.footer-col a:focus-visible {
  color: var(--gold-dark);
  outline: none;
}

.footer-small {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.mobile-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  display: none;
  grid-template-columns: 1fr 1fr;
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.mobile-sticky a {
  display: grid;
  place-items: center;
  min-height: 58px;
  color: var(--blue-950);
  font-weight: 850;
  text-decoration: none;
}

.mobile-sticky a + a {
  color: var(--blue-950);
  background: var(--gold);
}

@media (max-width: 1120px) {
  .site-nav {
    display: none;
  }

  .menu-button {
    display: inline-flex;
  }

  .phone-link span:last-child {
    display: none;
  }

  .phone-link {
    width: 42px;
    height: 42px;
    justify-content: center;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 4px;
  }

  .trust-grid,
  .card-grid,
  .process-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-grid,
  .two-column,
  .faq-layout,
  .split-feature,
  .final-grid {
    grid-template-columns: 1fr;
  }

  .quick-copy {
    position: static;
  }

  .footer-main {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  :root {
    --header: 68px;
  }

  body {
    padding-bottom: 58px;
  }

  .container {
    width: min(100% - 28px, 1140px);
  }

  .header-inner {
    min-height: var(--header);
    gap: 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand-name {
    font-size: 0.96rem;
  }

  .brand-subtitle {
    max-width: 180px;
    font-size: 0.72rem;
  }

  .header-actions .button-small {
    display: none;
  }

  .menu-button span {
    display: none;
  }

  h1 {
    max-width: 100%;
    font-size: 1.9rem;
    overflow-wrap: break-word;
  }

  h2 {
    overflow-wrap: break-word;
  }

  .hero {
    min-height: 0;
  }

  .hero-content {
    width: min(calc(100vw - 36px), 340px);
    max-width: none;
    margin-left: 18px;
    margin-right: auto;
    min-height: 0;
    padding-block: 42px 34px;
  }

  .hero h1 {
    line-height: 1.12;
  }

  .hero .eyebrow {
    font-size: 0.74rem;
    line-height: 1.35;
    overflow-wrap: break-word;
  }

  .hero-image {
    object-position: 57% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(251, 247, 239, 0.96), rgba(251, 247, 239, 0.82)),
      linear-gradient(0deg, rgba(247, 237, 219, 0.64), rgba(234, 241, 237, 0.16));
  }

  .hero p {
    max-width: 100%;
    font-size: 0.96rem;
  }

  .hero-actions,
  .form-footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    min-width: 0;
    width: 100%;
  }

  .trust-grid,
  .form-grid,
  fieldset,
  .signal-list,
  .quiet-list,
  .card-grid,
  .process-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid span,
  .trust-grid span:first-child {
    min-height: 0;
    padding: 17px 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-grid span:last-child {
    border-bottom: 0;
  }

  .quick-contact,
  .section,
  .final-cta {
    padding-block: 62px;
  }

  .quick-grid,
  .two-column,
  .faq-layout,
  .split-feature,
  .final-grid {
    gap: 34px;
  }

  .section-heading {
    text-align: left;
  }

  .contact-form,
  .info-card,
  .process-grid article,
  .feature-panel,
  .final-contact {
    padding: 20px;
  }

  .info-card,
  .process-grid article {
    min-height: 0;
  }

  .full-span,
  .footer-main,
  .footer-small {
    grid-column: auto;
  }

  .site-footer {
    padding-bottom: 96px;
  }

  .mobile-sticky {
    display: grid;
    right: auto;
    width: min(100vw, 430px);
  }

  .mobile-sticky a {
    min-width: 0;
    padding-inline: 8px;
    overflow: hidden;
    font-size: 0.94rem;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(100% - 22px, 1140px);
  }

  .hero-content {
    width: min(calc(100vw - 28px), 318px);
    margin-left: 14px;
    margin-right: auto;
  }

  .contact-form,
  .info-card,
  .process-grid article,
  .feature-panel,
  .final-contact {
    padding: 18px;
  }
}

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