:root {
  --ink: #16222f;
  --muted: #5e6a71;
  --evergreen: #174f49;
  --evergreen-dark: #103c38;
  --sea: #dbecea;
  --paper: #f7f9f6;
  --line: #d8e1dc;
  --coral: #d75f3f;
  --coral-dark: #b9492e;
  --white: #ffffff;
  --shadow: 0 22px 55px rgba(23, 79, 73, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}

a {
  color: inherit;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 24px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: var(--evergreen);
  color: var(--white);
  font-size: 0.78rem;
  letter-spacing: 0;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.top-nav a,
.site-footer a {
  text-decoration: none;
}

.top-nav a:hover,
.site-footer a:hover {
  color: var(--evergreen);
}

.nav-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.nav-cta,
.primary-button {
  background: var(--coral);
  color: var(--white);
  border: 1px solid var(--coral);
}

.secondary-button {
  background: var(--white);
  color: var(--evergreen-dark);
  border: 1px solid var(--line);
}

.nav-cta:hover,
.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-1px);
}

.nav-cta:hover,
.primary-button:hover {
  background: var(--coral-dark);
  border-color: var(--coral-dark);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: 48px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 38px 24px 56px;
}

.domain-line,
.section-label {
  margin: 0 0 12px;
  color: var(--evergreen);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1,
.legal-hero h1,
.contact-card h1 {
  max-width: 720px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.65rem, 6.3vw, 5.15rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 610px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.hero-disclosure,
.contact-note {
  max-width: 650px;
  margin: 24px 0 0;
  padding-left: 16px;
  border-left: 4px solid var(--coral);
  color: #46545a;
  font-size: 0.95rem;
}

.hero-visual {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.hero-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 42px;
}

.trust-strip div {
  min-height: 132px;
  padding: 24px;
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  margin-bottom: 8px;
  color: var(--evergreen-dark);
}

.trust-strip span {
  color: var(--muted);
  font-size: 0.95rem;
}

.section,
.closing-band {
  max-width: 1180px;
  margin: 0 auto;
  padding: 82px 24px;
}

.split {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.3fr);
  gap: 42px;
  align-items: start;
}

.section-heading h2,
.disclosure-panel h2,
.closing-band h2,
.contact-details h2,
.legal-content h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.workflow-grid,
.topic-list {
  display: grid;
  gap: 16px;
}

.workflow-grid {
  grid-template-columns: repeat(3, 1fr);
}

.workflow-grid article,
.topic-list article,
.faq details,
.contact-card,
.legal-content {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.workflow-grid article,
.topic-list article {
  padding: 24px;
}

.workflow-grid span {
  color: var(--coral);
  font-weight: 900;
}

.workflow-grid h3,
.topic-list h3 {
  margin: 12px 0 8px;
  font-size: 1.15rem;
  line-height: 1.2;
}

.workflow-grid p,
.topic-list p,
.faq p,
.closing-band p,
.legal-content p,
.contact-card p {
  margin: 0;
  color: var(--muted);
}

.disclosure-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.1fr);
  gap: 36px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(219, 236, 234, 0.7), rgba(255, 255, 255, 0));
}

.disclosure-panel p:last-of-type {
  margin: 0;
  color: #38474d;
}

.disclosure-panel a {
  width: fit-content;
  margin-top: 18px;
  color: var(--evergreen-dark);
  font-weight: 900;
}

.topics {
  display: grid;
  grid-template-columns: minmax(240px, 0.6fr) minmax(0, 1fr);
  gap: 48px;
}

.topic-list {
  grid-template-columns: repeat(2, 1fr);
}

.faq {
  padding-top: 24px;
}

.faq .section-heading {
  margin-bottom: 24px;
}

.faq details {
  padding: 20px 22px;
  margin-top: 12px;
}

.faq summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 850;
}

.faq p {
  margin-top: 12px;
}

.closing-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
  background: var(--evergreen);
  color: var(--white);
}

.closing-band h2,
.closing-band p {
  color: var(--white);
}

.closing-band p {
  margin-top: 10px;
  opacity: 0.82;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 32px;
  padding: 42px 24px;
  color: #d7e3df;
  background: #0f2f2c;
}

.site-footer > * {
  max-width: 1180px;
}

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

.site-footer p {
  max-width: 760px;
  margin: 12px 0 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-content: start;
  justify-content: flex-end;
  font-weight: 800;
}

.footer-disclosure {
  grid-column: 1 / -1;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.92rem;
}

.legal-page,
.contact-page {
  max-width: 960px;
  margin: 0 auto;
  padding: 64px 24px 92px;
}

.legal-hero {
  margin-bottom: 28px;
}

.legal-hero h1,
.contact-card h1 {
  font-size: clamp(2.4rem, 6vw, 4.7rem);
}

.legal-hero p {
  color: var(--muted);
  font-weight: 700;
}

.legal-content,
.contact-card {
  padding: 34px;
  box-shadow: var(--shadow);
}

.legal-content h2 {
  margin-top: 30px;
  font-size: 1.45rem;
}

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

.legal-content p {
  margin-top: 10px;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.6fr);
  gap: 34px;
  align-items: start;
}

.contact-card > div > p:first-of-type {
  margin-top: 18px;
  font-size: 1.08rem;
}

.contact-details {
  padding: 24px;
  border-radius: 8px;
  background: var(--paper);
}

.contact-details h2 {
  font-size: 1.35rem;
}

.contact-details p {
  margin-top: 14px;
}

.contact-details a {
  color: var(--evergreen-dark);
  font-weight: 800;
}

@media (max-width: 900px) {
  .site-header {
    flex-wrap: wrap;
  }

  .top-nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero,
  .split,
  .disclosure-panel,
  .topics,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 34px;
  }

  .trust-strip,
  .workflow-grid,
  .topic-list {
    grid-template-columns: 1fr;
  }

  .closing-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .site-header,
  .hero,
  .section,
  .closing-band,
  .legal-page,
  .contact-page {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brand {
    font-size: 0.95rem;
  }

  .nav-cta {
    width: 100%;
  }

  .top-nav {
    gap: 16px;
    font-size: 0.9rem;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .hero-actions a,
  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .section,
  .closing-band {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .legal-content,
  .contact-card {
    padding: 24px;
  }
}
