:root {
  --ink: #112033;
  --muted: #536174;
  --paper: #fffaf0;
  --paper-strong: #fff4dc;
  --surface: #ffffff;
  --teal: #0f766e;
  --teal-dark: #0a4f4a;
  --sage: #dbe9dc;
  --coral: #c95f3f;
  --navy: #0d2a3f;
  --border: #d9e2da;
  --focus: #f0a83b;
  --shadow: 0 18px 55px rgba(17, 32, 51, 0.12);
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

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

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

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  transform: translateY(-180%);
  border-radius: 6px;
  background: var(--ink);
  color: #fff;
  padding: 0.75rem 1rem;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(17, 32, 51, 0.08);
  background: rgba(255, 250, 240, 0.93);
  backdrop-filter: blur(12px);
}

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

.nav-shell {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  font-weight: 800;
  color: var(--navy);
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: var(--teal);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.site-nav a {
  border-radius: 6px;
  padding: 0.62rem 0.7rem;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 750;
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--teal-dark);
  background: rgba(15, 118, 110, 0.08);
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 0.78rem 1rem;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.button-primary {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 12px 30px rgba(15, 118, 110, 0.22);
}

.button-primary:hover {
  background: var(--teal-dark);
}

.button-secondary {
  border-color: var(--teal);
  background: #fff;
  color: var(--teal-dark);
}

.button-secondary:hover {
  background: var(--sage);
}

.button-text {
  border-color: rgba(17, 32, 51, 0.15);
  background: rgba(255, 255, 255, 0.72);
  color: var(--navy);
}

.button-text:hover {
  border-color: var(--coral);
  color: #8f3c28;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.97), rgba(255, 250, 240, 0.66)),
    var(--paper);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 9px;
  background: linear-gradient(90deg, var(--teal), var(--coral), var(--sage));
  content: "";
}

.hero-grid {
  display: grid;
  min-height: calc(100vh - 72px);
  align-items: center;
  gap: 2.5rem;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  padding: 4rem 0 5rem;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--coral);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--navy);
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  max-width: 12ch;
  font-size: clamp(2.45rem, 7vw, 5.6rem);
}

h2 {
  max-width: 13ch;
  font-size: clamp(2rem, 4.5vw, 3.65rem);
}

h3 {
  font-size: 1.28rem;
}

.hero-copy {
  max-width: 660px;
  margin: 1.25rem 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.phone-line {
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-weight: 700;
}

.phone-line a {
  color: var(--teal-dark);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.hero-media {
  position: relative;
}

.hero-card {
  overflow: hidden;
  border: 1px solid rgba(17, 32, 51, 0.1);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.image-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.image-note strong {
  color: var(--navy);
}

.trust-strip {
  background: var(--navy);
  color: #fff;
}

.trust-list {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  min-height: 86px;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.055);
  font-weight: 800;
}

.section {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.section-header {
  display: grid;
  align-items: end;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.55fr);
  margin-bottom: 2rem;
}

.section-header p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.services {
  background: #fff;
}

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

.service-card,
.step,
.faq-card,
.decision-box {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
}

.service-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 1.25rem;
}

.duration {
  width: max-content;
  max-width: 100%;
  margin: 0 0 1rem;
  border-radius: 999px;
  background: var(--sage);
  color: var(--teal-dark);
  padding: 0.35rem 0.65rem;
  font-size: 0.82rem;
  font-weight: 900;
}

.service-card p {
  margin: 0.9rem 0 0;
  color: var(--muted);
}

.service-price {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  margin-top: 0.75rem;
  color: var(--navy);
}

.service-price strong {
  color: var(--teal-dark);
  font-size: 1.75rem;
  line-height: 1;
}

.service-price span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.service-card .useful {
  margin-top: auto;
  padding-top: 1rem;
  color: var(--ink);
}

.decision-box {
  margin-top: 1rem;
  border-color: #edc8a5;
  background: #fff7ea;
  padding: 1rem;
  color: #6c3a23;
  font-weight: 700;
}

.benefits {
  background: var(--paper-strong);
}

.benefit-list {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  border-left: 4px solid var(--teal);
  background: rgba(255, 255, 255, 0.68);
  padding: 1rem;
  color: var(--navy);
  font-weight: 800;
}

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

.step {
  padding: 1.4rem;
}

.step-number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: var(--coral);
  color: #fff;
  font-weight: 900;
}

.step h3 {
  margin-top: 1rem;
}

.step p {
  margin: 0.75rem 0 0;
  color: var(--muted);
}

.area {
  background: var(--teal-dark);
  color: #fff;
}

.area h2,
.area p {
  color: #fff;
}

.area .section-inner {
  display: grid;
  align-items: center;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.area p {
  max-width: 680px;
  margin: 0.85rem 0 0;
  opacity: 0.9;
}

.faq {
  background: #fff;
}

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

.faq-card {
  padding: 1.2rem;
}

.faq-card h3 {
  font-size: 1.05rem;
}

.faq-card p {
  margin: 0.65rem 0 0;
  color: var(--muted);
}

.final-cta {
  background: var(--navy);
  color: #fff;
}

.final-cta h2,
.final-cta p {
  color: #fff;
}

.final-cta p {
  max-width: 720px;
  margin: 1rem 0 0;
  opacity: 0.88;
}

.site-footer {
  padding: 2rem 0 6rem;
  background: #081d2d;
  color: rgba(255, 255, 255, 0.86);
}

.footer-grid {
  display: grid;
  align-items: start;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.85rem;
}

.footer-links a {
  color: #fff;
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.mobile-action-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  border-top: 1px solid rgba(17, 32, 51, 0.12);
  background: rgba(255, 250, 240, 0.96);
  padding: 0.65rem;
  box-shadow: 0 -10px 30px rgba(17, 32, 51, 0.13);
}

.mobile-action-bar .button {
  min-height: 50px;
  padding-right: 0.65rem;
  padding-left: 0.65rem;
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .section-header,
  .area .section-inner,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    padding-top: 2.7rem;
  }

  .service-grid,
  .trust-list,
  .benefit-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .nav-shell,
  .section-inner {
    width: min(100% - 24px, 1120px);
  }

  .nav-shell {
    min-height: 66px;
  }

  .brand small,
  .site-nav a:not(.button) {
    display: none;
  }

  .site-nav .button {
    min-height: 44px;
    padding: 0.72rem 0.8rem;
    font-size: 0.92rem;
  }

  .hero-grid {
    gap: 1.6rem;
    padding-bottom: 3.5rem;
  }

  h1 {
    max-width: 11ch;
  }

  h2 {
    max-width: 12ch;
  }

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

  .button {
    width: 100%;
  }

  .image-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-grid,
  .steps,
  .faq-grid,
  .trust-list,
  .benefit-list {
    grid-template-columns: 1fr;
  }

  .trust-list li {
    min-height: 0;
  }

  .service-card {
    min-height: 0;
  }

  .mobile-action-bar {
    display: grid;
  }
}
