:root {
  --font-family-brand: "Alan Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --color-primary-900: #0f2e2f;
  --color-neutral-50: #f8fafc;
  --shadow-2xl: 0 25px 50px rgba(15, 23, 42, 0.20), 0 12px 24px rgba(15, 23, 42, 0.12);
}
* { box-sizing: border-box; }
html { min-height: 100%; background: var(--color-primary-900); font-family: var(--font-family-brand); color: var(--color-neutral-50); }
body { min-height: 100vh; min-height: 100svh; margin: 0; background: var(--color-primary-900); }
a { color: inherit; }
.page-shell { min-height: 100vh; min-height: 100svh; }
.hero { position: relative; min-height: 100vh; min-height: 100svh; overflow-x: hidden; overflow-y: auto; isolation: isolate; }
.hero__media, .hero__scrim { position: absolute; inset: 0; }
.hero__media { z-index: -2; background-image: url("/images/hero-1920.webp"); background-position: center; background-size: cover; transform: scale(1.02); }
.hero__scrim {
  z-index: -1;
  background:
    radial-gradient(circle at 20% 20%, rgba(100, 175, 179, 0.30), transparent 34rem),
    linear-gradient(90deg, rgba(15, 46, 47, 0.92) 0%, rgba(15, 46, 47, 0.74) 46%, rgba(15, 46, 47, 0.42) 100%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.16) 0%, rgba(15, 23, 42, 0.74) 100%);
}
.hero__content {
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  width: min(100%, 1280px);
  margin: 0 auto;
  padding-block: clamp(1rem, 3vh, 2rem);
  padding-inline: clamp(1rem, 3vw, 2rem);
  grid-template-rows: auto minmax(0, 1fr) auto;
  row-gap: clamp(1rem, 3vh, 2rem);
}
.brand-bar, .hero__footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand-link { display: inline-flex; min-height: 52px; align-items: center; border-radius: 0.75rem; outline: 0; text-decoration: none; }
.brand-link:focus-visible { box-shadow: 0 0 0 3px rgba(103, 232, 249, 0.76), 0 0 0 6px rgba(15, 46, 47, 0.55); }
.brand-link__wordmark { display: block; width: clamp(8.75rem, 18vw, 11rem); height: auto; }
.status {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border: 1px solid rgba(248, 250, 252, 0.22);
  border-radius: 9999px;
  padding: 0 1rem;
  background: rgba(15, 46, 47, 0.36);
  box-shadow: var(--shadow-2xl);
  color: var(--color-neutral-50);
  font-size: 0.92rem;
  font-weight: 700;
}
.hero__text { align-self: center; min-width: 0; max-width: 50rem; padding-block: clamp(2rem, 8vh, 6rem); }
h1 { max-width: 13ch; margin: 0; overflow-wrap: anywhere; font-size: clamp(2.75rem, 7.2vw, 6.75rem); line-height: 0.98; font-weight: 900; letter-spacing: 0; }
h1 span { color: #8ed7bf; }
.hero__text p { max-width: 42rem; margin: 1.5rem 0 0; color: rgba(248, 250, 252, 0.88); font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.55; font-weight: 500; }
.hero__footer { border-top: 1px solid rgba(248, 250, 252, 0.18); padding-top: 1rem; color: rgba(248, 250, 252, 0.82); }
.hero__footer p, .hero__footer small { margin: 0; }
.hero__footer p { max-width: 28rem; font-size: 0.96rem; font-weight: 700; }
.hero__footer small { max-width: 24rem; text-align: right; font-size: 0.82rem; line-height: 1.45; }
.hero__footer > div { min-width: 0; }
.hero__links { display: flex; flex-wrap: wrap; gap: 0.65rem 1rem; margin-top: 0.8rem; }
.hero__link { color: rgba(248, 250, 252, 0.88); font-size: 0.88rem; font-weight: 800; text-decoration-thickness: 0.08em; text-underline-offset: 0.28em; }
.hero__link:focus-visible { border-radius: 0.35rem; outline: 3px solid rgba(103, 232, 249, 0.76); outline-offset: 4px; }
@media (max-width: 720px) {
  .hero__scrim { background: radial-gradient(circle at 15% 10%, rgba(100, 175, 179, 0.32), transparent 24rem), linear-gradient(180deg, rgba(15, 46, 47, 0.84) 0%, rgba(15, 46, 47, 0.78) 52%, rgba(15, 23, 42, 0.84) 100%); }
  .hero__content { row-gap: 1rem; }
  .brand-bar, .hero__footer { align-items: flex-start; flex-direction: column; }
  .status { min-height: 40px; padding-inline: 0.875rem; }
  h1 { max-width: 12ch; font-size: clamp(2.25rem, 14vw, 4rem); line-height: 1; }
  .hero__text { padding-block: clamp(1.25rem, 6vh, 4rem); }
  .hero__text p { margin-top: 1rem; font-size: clamp(0.98rem, 4vw, 1.12rem); line-height: 1.5; }
  .hero__links { gap: 0.6rem 0.9rem; }
  .hero__footer small { text-align: left; }
}
@media (max-height: 620px) {
  .hero__content { row-gap: 0.75rem; padding-block: 0.875rem; }
  .brand-link { min-height: 44px; }
  .brand-link__wordmark { width: clamp(7.25rem, 24vw, 9.5rem); }
  .status { min-height: 36px; font-size: 0.82rem; }
  .hero__text { padding-block: 1rem; }
  h1 { font-size: clamp(2rem, 10vw, 4.75rem); line-height: 1; }
  .hero__text p { margin-top: 0.875rem; font-size: 0.98rem; line-height: 1.42; }
  .hero__footer { padding-top: 0.75rem; }
  .hero__footer p, .hero__footer small { font-size: 0.78rem; line-height: 1.35; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 1ms !important; animation-duration: 1ms !important; animation-iteration-count: 1 !important; }
}
.legal-page { background: #f8fafc; color: #173033; }
.legal-shell { min-height: 100vh; }
.legal-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: clamp(1rem, 3vw, 2rem); background: #0f2e2f; }
.legal-content { width: min(100% - 2rem, 900px); margin: 0 auto; padding: clamp(2.5rem, 6vw, 5rem) 0; }
.legal-content h1 { max-width: 13ch; color: #0f2e2f; font-size: clamp(2.75rem, 8vw, 5.5rem); }
.legal-lead { max-width: 48rem; color: #35565a; font-size: 1.18rem; line-height: 1.65; }
.content-section { border-bottom: 1px solid rgba(15, 46, 47, 0.14); padding: clamp(1.5rem, 4vw, 2.5rem) 0; }
.content-section h2 { margin: 0 0 1rem; color: #0f2e2f; font-size: clamp(1.75rem, 4vw, 2.6rem); line-height: 1.08; }
.content-section p { max-width: 52rem; color: #35565a; font-size: 1.05rem; line-height: 1.7; }
.legal-content a { color: #0f5f68; font-weight: 800; text-underline-offset: 0.18em; }

.service-hero{position:relative;min-height:72vh;overflow:hidden;isolation:isolate}.service-hero__text{align-self:center;max-width:56rem;padding-block:clamp(4rem,10vh,8rem)}.eyebrow{margin:0 0 1rem;color:#8ed7bf;font-weight:900}.content-wrap{width:min(100% - 2rem,1080px);margin:0 auto;padding:clamp(2rem,5vw,4rem) 0;color:#173033}.content-section{border-bottom:1px solid rgba(15,46,47,.14);padding:clamp(1.5rem,4vw,2.5rem) 0}.content-section h2{margin:0 0 1rem;color:#0f2e2f;font-size:clamp(1.75rem,4vw,2.6rem);line-height:1.08}.content-section li,.content-section p{max-width:48rem;color:#35565a;font-size:1.05rem;line-height:1.7}.disclaimer{max-width:44rem;margin-top:1.5rem;border:1px solid rgba(142,215,191,.42);border-radius:1rem;padding:1rem;background:rgba(15,46,47,.46);color:rgba(248,250,252,.88);line-height:1.55}.related div{display:flex;flex-wrap:wrap;gap:.75rem}.related a{display:inline-flex;min-height:44px;align-items:center;border:1px solid rgba(15,46,47,.14);border-radius:999px;padding:0 1rem;background:#fff;color:#1b484a;font-weight:800;text-decoration:none}

.faq details{max-width:52rem;border-top:1px solid rgba(15,46,47,.14);padding:1rem 0}.faq summary{cursor:pointer;color:#0f2e2f;font-weight:800}.faq details p{margin:.75rem 0 0}.guide-shell .content-section ul{display:grid;gap:.85rem;margin:0;padding-left:1.2rem}

.trust-shell .content-section p{max-width:52rem;color:color-mix(in srgb,var(--color-primary-900) 82%,white);font-size:1.05rem;line-height:1.7}.service-cluster{margin-top:1.25rem}.service-cluster strong{display:block;margin-bottom:.7rem;color:var(--color-primary-900)}.service-cluster nav{display:flex;flex-wrap:wrap;gap:.7rem}
