:root {
  color-scheme: light;
  --bg: #f4efe6;
  --bg-alt: #efe6d8;
  --surface: rgba(255, 252, 247, 0.88);
  --surface-strong: #fffaf3;
  --text: #1d1a17;
  --muted: #625a52;
  --accent: #0f6b63;
  --accent-deep: #0b4c47;
  --accent-soft: #d8f0ec;
  --border: rgba(29, 26, 23, 0.1);
  --shadow: 0 18px 50px rgba(62, 45, 28, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --content-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(15, 107, 99, 0.14), transparent 28%),
    radial-gradient(circle at right 12%, rgba(215, 184, 133, 0.24), transparent 26%),
    linear-gradient(180deg, var(--bg) 0%, #f8f4eb 55%, #f5efe5 100%);
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), transparent 82%);
  opacity: 0.5;
}

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

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 1rem;
}

h1,
h2,
h3,
strong {
  line-height: 1.15;
}

h1,
h2,
h3 {
  margin: 0 0 0.75rem;
}

h1 {
  font-size: clamp(2.4rem, 5vw, 4.9rem);
  letter-spacing: -0.05em;
}

h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.5rem);
  letter-spacing: -0.03em;
}

h3 {
  font-size: 1.15rem;
}

ul {
  margin: 0;
  padding-left: 1.1rem;
}

li + li {
  margin-top: 0.45rem;
}

.page-shell {
  width: min(var(--content-width), calc(100% - 2rem));
  margin: 0 auto;
  padding: 1rem 0 2rem;
}

.narrow-page {
  width: min(920px, calc(100% - 2rem));
}

.site-header,
.site-footer,
.section-card {
  backdrop-filter: blur(16px);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: sticky;
  top: 0.75rem;
  z-index: 20;
  padding: 1rem 1.15rem;
  margin-bottom: 1rem;
  background: rgba(255, 250, 243, 0.84);
  border: 1px solid var(--border);
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.brand-logo {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(15, 107, 99, 0.16);
  box-shadow: 0 10px 24px rgba(15, 107, 99, 0.12);
}

.brand-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-text strong {
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.brand-text span {
  color: var(--muted);
  font-size: 0.9rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.95rem;
  color: var(--muted);
}

.site-nav a {
  transition: color 160ms ease, transform 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface-strong);
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 1.15rem;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

main {
  display: grid;
  gap: 1rem;
}

.section-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: var(--shadow);
}

.hero {
  display: block;
  gap: 1.25rem;
  align-items: stretch;
  padding-top: clamp(1.5rem, 4vw, 2.5rem);
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -6rem -8rem auto;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 107, 99, 0.18), transparent 68%);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  margin-bottom: 0.8rem;
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lead {
  font-size: clamp(1.12rem, 1.8vw, 1.35rem);
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, color 160ms ease;
}

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

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  box-shadow: 0 14px 32px rgba(15, 107, 99, 0.2);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(15, 107, 99, 0.16);
}

.hero-panel {
  display: flex;
  align-items: stretch;
}

.stat-grid {
  display: grid;
  gap: 0.8rem;
  width: 100%;
}

.stat-grid article,
.prompt-card,
.steps article,
.service-card,
.legal-page h2 + p {
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(29, 26, 23, 0.08);
}

.stat-grid article {
  border-radius: var(--radius-lg);
  padding: 1rem 1.1rem;
  display: grid;
  gap: 0.35rem;
}

.stat-grid strong {
  font-size: 1.15rem;
  color: var(--accent-deep);
}

.stat-grid span {
  color: var(--muted);
}

.intro-block,
.cta-band,
.legal-page {
  display: grid;
  gap: 0.3rem;
}

.card-grid {
  display: grid;
  gap: 1rem;
}

.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.service-card,
.prompt-card,
.steps article {
  border-radius: var(--radius-lg);
  padding: 1.1rem;
}

.service-card {
  display: grid;
  gap: 0.7rem;
}

.service-card p,
.split-grid p,
.legal-page p,
.cta-band p,
.steps p {
  color: var(--muted);
}

.check-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.check-list li {
  position: relative;
  padding-left: 1.8rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.8);
}

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

.alt-tone {
  background: linear-gradient(180deg, rgba(216, 240, 236, 0.28), rgba(255, 255, 255, 0.74));
}

.question-grid .prompt-card {
  min-height: 100%;
  display: flex;
  align-items: center;
}

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

.steps article {
  display: grid;
  gap: 0.6rem;
}

.steps span {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-deep);
  font-weight: 800;
}

.cta-band {
  background: linear-gradient(135deg, rgba(15, 107, 99, 0.1), rgba(255, 255, 255, 0.86));
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  padding: 1.1rem 1.2rem;
  background: rgba(255, 250, 243, 0.78);
  border: 1px solid var(--border);
  border-radius: 24px;
}

.site-footer p {
  margin-bottom: 0;
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: var(--muted);
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text);
}

.legal-page {
  padding-inline: clamp(1.1rem, 4vw, 2.3rem);
}

.legal-page h1 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.legal-page h2 {
  margin-top: 1.4rem;
  font-size: 1.15rem;
}

.legal-page ul {
  margin-bottom: 1rem;
}

@media (max-width: 960px) {
  .hero,
  .split-grid,
  .three-up,
  .steps {
    grid-template-columns: 1fr;
  }

  .site-header {
    border-radius: 28px;
  }
}

@media (max-width: 720px) {
  .page-shell,
  .narrow-page {
    width: min(100% - 1rem, var(--content-width));
  }

  .site-header {
    padding: 0.85rem 0.95rem;
    position: relative;
    flex-wrap: wrap;
    border-radius: 24px;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(29, 26, 23, 0.08);
  }

  .site-nav.is-open {
    display: flex;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }
}
