:root {
  color: #12312f;
  background: #faf7f2;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 85% 8%, rgba(204, 251, 241, 0.65), transparent 28rem),
    #faf7f2;
  color: #44403c;
}

a {
  color: inherit;
}

.shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  border-bottom: 1px solid rgba(20, 83, 75, 0.12);
  background: rgba(250, 247, 242, 0.96);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(12px);
}

.topbar-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #134e4a;
  text-decoration: none;
}

.brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.brand-copy {
  display: flex;
  flex-direction: column;
}

.brand-name {
  color: #134e4a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.brand-credential {
  color: rgba(194, 65, 12, 0.8);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #57534e;
  font-size: 14px;
  font-weight: 750;
}

.nav a {
  text-decoration: none;
}

.nav a:hover,
.nav a:focus-visible {
  color: #0f766e;
}

main {
  display: block;
}

.breadcrumbs {
  padding-top: 32px;
  color: #78716c;
  font-size: 13px;
  font-weight: 700;
}

.breadcrumbs a {
  color: #0f766e;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
  gap: 56px;
  align-items: center;
  padding: 64px 0 72px;
}

.eyebrow {
  color: #c2410c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.11em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: #042f2e;
  letter-spacing: -0.025em;
}

h1 {
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.02;
  margin: 0 0 24px;
}

h2 {
  font-size: clamp(30px, 4vw, 43px);
  line-height: 1.12;
  margin: 0 0 18px;
}

h3 {
  font-size: 21px;
  line-height: 1.25;
  margin: 0 0 10px;
}

.lead {
  color: #57534e;
  font-size: 19px;
  line-height: 1.75;
  margin: 0 0 28px;
  max-width: 760px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  border: 1px solid #0f766e;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  color: #0f766e;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.button-primary {
  background: #0f766e;
  color: white;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(15, 118, 110, 0.16);
}

.summary-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(20, 83, 75, 0.13);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
  padding: 28px;
}

.summary-card p {
  margin: 0;
}

.summary-card dl {
  display: grid;
  gap: 18px;
  margin: 22px 0 0;
}

.summary-card dt {
  color: #78716c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.summary-card dd {
  color: #12312f;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.5;
  margin: 4px 0 0;
}

.profile-photo {
  background: #e7f5f2;
  border: 8px solid rgba(255, 255, 255, 0.92);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
  display: block;
  margin-left: auto;
  max-height: 560px;
  max-width: 420px;
  object-fit: cover;
  width: 100%;
}

.section {
  padding: 72px 0;
}

.section-tinted {
  background: rgba(255, 255, 255, 0.55);
  border-block: 1px solid rgba(20, 83, 75, 0.1);
}

.section-intro {
  max-width: 760px;
  margin-bottom: 34px;
}

.section p,
.section li {
  font-size: 16px;
  line-height: 1.75;
}

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

.card,
.step {
  background: #fff;
  border: 1px solid rgba(20, 83, 75, 0.12);
  border-radius: 20px;
  padding: 24px;
}

.card p,
.step p {
  margin: 0;
}

.steps {
  counter-reset: service-step;
  display: grid;
  gap: 16px;
}

.step {
  counter-increment: service-step;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
}

.step::before {
  content: counter(service-step, decimal-leading-zero);
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #ccfbf1;
  color: #115e59;
  font-weight: 900;
}

.local-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
}

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

.facts li {
  border-bottom: 1px solid rgba(20, 83, 75, 0.12);
  padding: 14px 0;
}

.facts strong {
  color: #134e4a;
}

.credential-list {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.credential-list li {
  background: #fff;
  border: 1px solid rgba(20, 83, 75, 0.12);
  border-radius: 20px;
  padding: 22px 24px;
}

.credential-list strong,
.credential-list span {
  display: block;
}

.credential-list strong {
  color: #12312f;
  font-size: 18px;
  margin-bottom: 5px;
}

.credential-list span {
  color: #78716c;
  font-size: 14px;
  line-height: 1.55;
}

.profile-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.profile-links a {
  color: #0f766e;
  font-size: 14px;
  font-weight: 850;
  text-underline-offset: 4px;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 840px;
}

details {
  background: white;
  border: 1px solid rgba(20, 83, 75, 0.12);
  border-radius: 16px;
  padding: 18px 20px;
}

summary {
  color: #12312f;
  cursor: pointer;
  font-weight: 850;
}

details p {
  margin: 14px 0 0;
}

.related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.related a {
  border-bottom: 1px solid #5eead4;
  color: #0f766e;
  font-size: 14px;
  font-weight: 800;
  padding: 6px 0;
  text-decoration: none;
}

.cta {
  background: #12312f;
  border-radius: 28px;
  color: #f5f5f4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 36px;
}

.cta h2 {
  color: white;
  font-size: clamp(28px, 4vw, 38px);
}

.cta p {
  margin: 0;
}

.cta .button {
  background: white;
  border-color: white;
  color: #115e59;
}

.footer {
  border-top: 1px solid rgba(20, 83, 75, 0.12);
  color: #57534e;
  font-size: 12px;
  margin-top: 72px;
  padding: 30px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 820px) {
  .topbar-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .nav {
    flex-wrap: wrap;
    gap: 10px 16px;
  }

  .hero,
  .local-grid,
  .cta {
    grid-template-columns: 1fr;
  }

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

  .hero {
    gap: 34px;
    padding-top: 46px;
  }

  .cta .actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .brand-name {
    font-size: 16px;
  }

  .brand-credential {
    font-size: 10px;
  }

  h1 {
    font-size: 40px;
  }

  .section {
    padding: 56px 0;
  }

  .step {
    grid-template-columns: 1fr;
  }
}
