:root {
  --ink: #0b1f2a;
  --ink-soft: #425d68;
  --navy: #073b4c;
  --navy-deep: #052f3d;
  --teal: #0f7c82;
  --teal-bright: #2ec4b6;
  --aqua: #dff5f2;
  --mist: #f2f8f7;
  --line: #cfe0df;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(5, 47, 61, 0.12);
  --radius: 1.25rem;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

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

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

h1,
h2,
h3 {
  color: var(--navy-deep);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h1 {
  margin-bottom: 1.5rem;
  font-size: clamp(2.7rem, 7vw, 5.4rem);
}

h2 {
  margin-bottom: 1.1rem;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
}

h3 {
  margin-bottom: 0.7rem;
  font-size: 1.45rem;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  color: var(--white);
  background: var(--navy-deep);
  transform: translateY(-150%);
  transition: transform 150ms ease;
}

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

:focus-visible {
  outline: 3px solid var(--teal-bright);
  outline-offset: 3px;
}

.shell {
  width: min(1160px, calc(100% - 2rem));
  margin-inline: auto;
}

.narrow {
  width: min(780px, calc(100% - 2rem));
  margin-inline: auto;
}

.trust-bar {
  color: #dffbf8;
  background: var(--navy-deep);
  font-size: 0.82rem;
  font-weight: 700;
}

.trust-bar .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 2.5rem;
  padding-block: 0.35rem;
}

.trust-bar p {
  margin: 0;
}

.trust-bar a {
  color: var(--white);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(207, 224, 223, 0.9);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 5.2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--navy-deep);
  text-decoration: none;
}

.brand-mark {
  position: relative;
  width: 2.55rem;
  height: 2.55rem;
  flex: 0 0 auto;
  border-radius: 55% 45% 60% 40% / 65% 45% 55% 35%;
  background: linear-gradient(145deg, var(--teal-bright), var(--teal));
  box-shadow: inset -7px -7px 12px rgba(5, 47, 61, 0.14);
  transform: rotate(-8deg);
}

.brand-mark::after {
  content: "";
  position: absolute;
  top: 0.48rem;
  left: 0.58rem;
  width: 0.55rem;
  height: 0.8rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  transform: rotate(25deg);
}

.brand-copy strong,
.brand-copy small {
  display: block;
}

.brand-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.brand-copy small {
  margin-top: 0.25rem;
  color: var(--ink-soft);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.desktop-nav a,
.mobile-nav a {
  color: #27434e;
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"],
.mobile-nav a:hover,
.mobile-nav a[aria-current="page"] {
  color: var(--teal);
}

.mobile-nav {
  display: none;
  position: relative;
}

.mobile-nav summary {
  cursor: pointer;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: 0.6rem;
  padding: 0.55rem 0.8rem;
  font-size: 0.85rem;
  font-weight: 800;
}

.mobile-nav summary::-webkit-details-marker {
  display: none;
}

.mobile-nav nav {
  position: absolute;
  top: calc(100% + 0.7rem);
  right: 0;
  width: 13rem;
  padding: 0.6rem;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  background: var(--white);
  box-shadow: var(--shadow);
}

.mobile-nav nav a {
  display: block;
  padding: 0.65rem 0.75rem;
  border-radius: 0.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0.8rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.7rem;
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 12px 25px rgba(5, 47, 61, 0.15);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 150ms ease, background 150ms ease;
}

.button:hover {
  background: var(--teal);
  transform: translateY(-2px);
}

.button-secondary {
  border-color: var(--line);
  color: var(--navy-deep);
  background: var(--white);
  box-shadow: none;
}

.button-secondary:hover {
  border-color: var(--teal);
  color: var(--teal);
  background: var(--white);
}

.button-light {
  color: var(--navy-deep);
  background: var(--white);
}

.button-light:hover {
  color: var(--white);
  background: var(--teal);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.1rem;
  color: var(--teal);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 1.65rem;
  height: 2px;
  background: var(--teal-bright);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 12%, rgba(46, 196, 182, 0.22), transparent 22rem),
    linear-gradient(155deg, #f7fbfa 0%, #e8f5f3 100%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -9rem;
  bottom: -12rem;
  width: 31rem;
  height: 31rem;
  border: 1px solid rgba(15, 124, 130, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(255, 255, 255, 0.18), 0 0 0 8rem rgba(46, 196, 182, 0.05);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.7fr);
  gap: clamp(3rem, 7vw, 6rem);
  align-items: center;
  padding-block: clamp(5rem, 10vw, 8.4rem);
}

.hero-aside {
  display: grid;
  gap: 1rem;
}

.media-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(207, 224, 223, 0.92);
  border-radius: var(--radius);
  background: #dcebea;
  box-shadow: var(--shadow);
}

.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-frame figcaption {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  max-width: calc(100% - 1.5rem);
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 0.5rem;
  color: var(--white);
  background: rgba(5, 47, 61, 0.83);
  font-size: 0.68rem;
  font-weight: 750;
  line-height: 1.35;
  backdrop-filter: blur(8px);
}

.hero-photo {
  aspect-ratio: 3 / 2;
}

.hero-photo img {
  object-position: center;
}

.landscape-photo {
  aspect-ratio: 4 / 3;
}

.portrait-photo {
  aspect-ratio: 4 / 5;
  margin-top: 2rem;
}

.media-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.section-lead-media {
  margin-bottom: 3rem;
}

.section-lead-media .section-heading {
  margin-bottom: 0;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 42rem;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.hero-actions,
.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.plain-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.35rem;
  margin: 2rem 0 0;
  padding: 0;
  color: #2d515c;
  font-size: 0.88rem;
  font-weight: 750;
  list-style: none;
}

.plain-checks li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.45rem;
  border-radius: 50%;
  color: var(--navy-deep);
  background: var(--teal-bright);
  font-size: 0.72rem;
}

.hero-card {
  position: relative;
  padding: clamp(1.6rem, 4vw, 2.25rem);
  border: 1px solid rgba(207, 224, 223, 0.9);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.hero-card .status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.1rem;
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-dot {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--teal-bright);
  box-shadow: 0 0 0 0.3rem var(--aqua);
}

.hero-card h2 {
  font-size: 2rem;
}

.request-list {
  margin: 1.35rem 0;
  padding: 0;
  list-style: none;
}

.request-list li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.75rem;
  padding: 0.9rem 0;
  border-top: 1px solid var(--line);
}

.request-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.request-list span {
  display: grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.45rem;
  color: var(--white);
  background: var(--teal);
  font-size: 0.75rem;
  font-weight: 850;
}

.request-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.section {
  padding-block: clamp(4.5rem, 9vw, 7.5rem);
}

.section-soft {
  background: var(--mist);
}

.section-dark {
  color: #d9eeec;
  background: var(--navy-deep);
}

.section-dark h2,
.section-dark h3 {
  color: var(--white);
}

.section-dark .eyebrow {
  color: var(--teal-bright);
}

.section-heading {
  max-width: 48rem;
  margin-bottom: 2.8rem;
}

.section-heading > p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.section-dark .section-heading > p:not(.eyebrow) {
  color: #bed4d4;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.card {
  padding: 1.8rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.card:hover {
  border-color: rgba(15, 124, 130, 0.45);
  box-shadow: 0 20px 45px rgba(5, 47, 61, 0.09);
  transform: translateY(-3px);
}

.card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2rem;
  margin-bottom: 1.5rem;
  padding-inline: 0.6rem;
  border-radius: 999px;
  color: var(--teal);
  background: var(--aqua);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.card p {
  color: var(--ink-soft);
}

.text-link {
  color: var(--teal);
  font-weight: 850;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 8vw, 6.5rem);
  align-items: start;
}

.feature-panel {
  position: sticky;
  top: 7.5rem;
  padding: 2.2rem;
  border-radius: var(--radius);
  color: #dff5f2;
  background:
    radial-gradient(circle at 85% 12%, rgba(46, 196, 182, 0.28), transparent 12rem),
    var(--navy-deep);
  box-shadow: var(--shadow);
}

.feature-panel h2,
.feature-panel h3 {
  color: var(--white);
}

.feature-panel p {
  color: #bad4d3;
}

.feature-panel .mini-label {
  color: var(--teal-bright);
}

.mini-label {
  margin-bottom: 0.8rem;
  color: var(--teal);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.steps li {
  display: grid;
  grid-template-columns: 3.1rem 1fr;
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line);
}

.steps li:first-child {
  padding-top: 0;
}

.steps li:last-child {
  border-bottom: 0;
}

.step-mark {
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--teal);
  background: var(--white);
  font-size: 0.8rem;
  font-weight: 900;
}

.steps p {
  margin: 0;
  color: var(--ink-soft);
}

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

.trust-item {
  padding: 1.3rem;
  border: 1px solid rgba(46, 196, 182, 0.24);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.045);
}

.trust-item strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.trust-item p {
  color: #b9d1d0;
  font-size: 0.88rem;
}

.cta-band {
  padding-block: 3.8rem;
  background: var(--aqua);
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.cta-inner h2 {
  max-width: 44rem;
  margin-bottom: 0.65rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.cta-inner p {
  max-width: 42rem;
  color: var(--ink-soft);
}

.page-hero {
  padding-block: clamp(4rem, 9vw, 7rem);
  background:
    radial-gradient(circle at 82% 18%, rgba(46, 196, 182, 0.2), transparent 20rem),
    var(--mist);
}

.page-hero .narrow,
.page-hero .shell {
  position: relative;
}

.page-hero h1 {
  max-width: 54rem;
  font-size: clamp(2.8rem, 7vw, 5rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 46rem;
  color: var(--ink-soft);
  font-size: 1.15rem;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 15rem;
  gap: 4rem;
  align-items: start;
}

.article-content {
  min-width: 0;
}

.article-content h2 {
  margin-top: 2.8rem;
  font-size: 2rem;
  scroll-margin-top: 7rem;
}

.article-content h2:first-child {
  margin-top: 0;
}

.article-content h3 {
  margin-top: 1.8rem;
  font-family: inherit;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
}

.article-content p,
.article-content li {
  color: #344f59;
}

.article-content li + li {
  margin-top: 0.5rem;
}

.article-content a {
  color: var(--teal);
  font-weight: 750;
}

.article-meta {
  margin-bottom: 2rem;
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--teal-bright);
  color: var(--ink-soft);
  background: var(--mist);
  font-size: 0.92rem;
}

.legal-nav {
  position: sticky;
  top: 7rem;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  background: var(--white);
}

.legal-nav strong {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-nav a {
  display: block;
  padding: 0.38rem 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.legal-nav a:hover {
  color: var(--teal);
}

.notice {
  margin-block: 1.5rem;
  padding: 1.2rem 1.3rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: var(--mist);
}

.notice strong {
  color: var(--navy-deep);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  gap: 1.25rem;
}

.contact-card {
  padding: clamp(1.5rem, 4vw, 2.3rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.contact-card.primary {
  color: #d7edeb;
  background: var(--navy-deep);
}

.contact-card.primary h2,
.contact-card.primary h3 {
  color: var(--white);
}

.contact-card.primary p {
  color: #bcd3d2;
}

.contact-email {
  display: inline-block;
  margin: 0.6rem 0 1.5rem;
  color: var(--teal-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 4vw, 2rem);
  overflow-wrap: anywhere;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.service-detail {
  padding: 1.7rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--white);
}

.service-detail p,
.service-detail li {
  color: var(--ink-soft);
}

.site-footer {
  color: #bdd1d1;
  background: #041f2a;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.7fr) repeat(3, minmax(130px, 0.7fr));
  gap: 2rem;
  padding-block: 4.5rem;
}

.site-footer .brand {
  color: var(--white);
}

.site-footer .brand-copy small {
  color: #a8c1c1;
}

.footer-intro p {
  max-width: 26rem;
  margin-top: 1.25rem;
  font-size: 0.9rem;
}

.footer-column strong {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--white);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-column a {
  display: block;
  padding-block: 0.3rem;
  color: #bdd1d1;
  font-size: 0.88rem;
  text-decoration: none;
}

.footer-column a:hover {
  color: var(--teal-bright);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.35rem;
  border-top: 1px solid rgba(190, 215, 214, 0.16);
  font-size: 0.78rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: #d7edeb;
}

.error-code {
  margin-bottom: 0.5rem;
  color: var(--teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5rem, 20vw, 10rem);
  line-height: 0.85;
}

@media (max-width: 960px) {
  .desktop-nav,
  .header-cta {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .hero-grid,
  .split,
  .legal-layout,
  .contact-grid,
  .media-split {
    grid-template-columns: 1fr;
  }

  .landscape-photo {
    max-height: 32rem;
  }

  .feature-panel,
  .legal-nav {
    position: static;
  }

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

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

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

@media (max-width: 640px) {
  .trust-bar .shell {
    justify-content: center;
    text-align: center;
  }

  .trust-bar p:last-child {
    display: none;
  }

  .header-inner {
    min-height: 4.65rem;
  }

  .brand-copy strong {
    font-size: 1.25rem;
  }

  .hero-grid {
    padding-block: 4.5rem;
  }

  .hero-actions,
  .page-actions {
    flex-direction: column;
  }

  .hero-actions .button,
  .page-actions .button {
    width: 100%;
  }

  .plain-checks {
    display: grid;
  }

  .card-grid,
  .trust-grid,
  .service-list,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .cta-inner,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-inner .button {
    width: 100%;
  }

  .legal-nav {
    display: none;
  }
}

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

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

@media print {
  .trust-bar,
  .site-header,
  .site-footer,
  .cta-band,
  .legal-nav,
  .page-actions {
    display: none !important;
  }

  body {
    color: #000;
  }

  .section,
  .page-hero {
    padding-block: 1.5rem;
  }

  .legal-layout {
    display: block;
  }
}
