:root {
  --ink: #12242f;
  --muted: #5b6870;
  --brand: #137d78;
  --brand-dark: #0c5c59;
  --brand-soft: #e7f4f2;
  --cream: #f8f7f2;
  --line: #dce4e5;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(24, 54, 66, .10);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 40px)); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(220,228,229,.75);
}
.nav-wrap { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { width: 34px; height: 34px; border-radius: 10px; display: inline-grid; place-items: center; background: var(--brand); color: white; font-weight: 900; }
.brand-text { font-size: 1.05rem; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav > a:not(.button) { text-decoration: none; font-weight: 650; color: #31434c; }
.site-nav > a:not(.button):hover { color: var(--brand-dark); }
.nav-toggle { display: none; border: 1px solid var(--line); background: white; border-radius: 10px; padding: 9px 12px; font: inherit; font-weight: 700; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 12px;
  background: var(--brand);
  color: white;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(19,125,120,.18);
}
.button:hover { background: var(--brand-dark); }
.button-small { min-height: 40px; padding: 0 15px; }
.button-secondary { background: white; color: var(--ink); border: 1px solid var(--line); box-shadow: none; }
.button-secondary:hover { background: var(--cream); }
.button-secondary-dark { background: var(--ink); box-shadow: none; }
.button-secondary-dark:hover { background: #253943; }
.button-full { width: 100%; }

.hero {
  padding: 88px 0 72px;
  background:
    radial-gradient(circle at 85% 20%, rgba(19,125,120,.14), transparent 30%),
    linear-gradient(180deg, #fbfdfc, #f4f8f7);
}
.hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 64px; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .13em; font-size: .77rem; font-weight: 850; color: var(--brand-dark); }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; margin-top: 0; }
h1 { font-size: clamp(3rem, 7vw, 5.4rem); max-width: 780px; margin-bottom: 22px; }
h2 { font-size: clamp(2.15rem, 4vw, 3.5rem); margin-bottom: 18px; }
h3 { font-size: 1.35rem; margin-bottom: 6px; }
.hero-copy { font-size: clamp(1.14rem, 2vw, 1.36rem); max-width: 760px; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 26px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 24px; color: #476069; font-weight: 700; font-size: .94rem; }
.trust-row span::before { content: "✓"; color: var(--brand); margin-right: 8px; }

.hero-card, .quote-card, .about-card { border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-card { background: var(--ink); color: white; padding: 34px; transform: rotate(1deg); }
.card-kicker { margin-top: 0; color: #9bd7d1; font-weight: 800; }
.check-list { list-style: none; padding: 0; margin: 18px 0 26px; display: grid; gap: 11px; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #69c8c0; font-weight: 900; }
.text-link, .service-link { font-weight: 800; color: inherit; }

.strip { background: var(--brand); color: white; }
.strip-inner { padding: 18px 0; display: flex; gap: 14px 24px; flex-wrap: wrap; align-items: center; justify-content: center; text-align: center; }
.strip a { font-weight: 800; }

.section { padding: 88px 0; }
.section-soft { background: var(--cream); }
.section-dark { background: var(--ink); color: white; }
.section-heading { max-width: 770px; margin-bottom: 38px; }
.section-heading > p:not(.eyebrow) { font-size: 1.08rem; color: var(--muted); }
.section-heading.light p { color: #c6d0d4; }
.section-heading.light .eyebrow { color: #8ed2cc; }

.cards { display: grid; gap: 18px; }
.service-grid { grid-template-columns: repeat(3, 1fr); }
.service-card { position: relative; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 10px 28px rgba(24,54,66,.05); }
.service-card p { color: var(--muted); }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.icon-badge { min-width: 42px; height: 42px; padding: 0 9px; display: inline-grid; place-items: center; border-radius: 12px; background: var(--brand-soft); color: var(--brand-dark); font-weight: 900; }
.price { font-size: 1.15rem; font-weight: 900; }
.duration { margin-top: 0; font-size: .93rem; font-weight: 750; }
.service-link { color: var(--brand-dark); text-decoration: none; }
.service-link:hover { text-decoration: underline; }
.accent-card { background: #f2fbfa; border-color: #c6e7e3; }
.featured-card { border: 2px solid var(--brand); }
.feature-label { position: absolute; top: -13px; right: 18px; padding: 5px 10px; border-radius: 999px; background: var(--brand); color: white; font-size: .76rem; font-weight: 850; }
.pricing-note { margin-top: 20px; color: var(--muted); font-size: .93rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.compact { margin-bottom: 28px; }
.quote-card { background: var(--brand); color: white; padding: 42px; }
.quote-mark { margin: 0; font-size: 5rem; line-height: .8; color: #b5e5e1; }
.quote-copy { font-size: 1.55rem; font-weight: 800; line-height: 1.35; }
.quote-attrib { color: #d8f2ef; }
.about-card { background: var(--brand-soft); padding: 42px; }
.about-mark { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 22px; background: var(--brand); color: white; font-weight: 900; letter-spacing: -.04em; font-size: 1.5rem; margin-bottom: 26px; }
.about-card p { font-size: 1.35rem; line-height: 1.45; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.step span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #59707b; border-radius: 12px; color: #8ed2cc; font-weight: 900; margin-bottom: 22px; }
.step p { color: #b9c5ca; }

.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 14px; background: white; padding: 0 20px; }
summary { cursor: pointer; padding: 20px 0; font-weight: 800; }
details p { margin-top: 0; color: var(--muted); padding-bottom: 18px; }

.booking-section { background: #eef7f6; }
.booking-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 58px; align-items: start; }
.contact-box { display: grid; gap: 4px; margin-top: 28px; padding: 18px; border: 1px solid #cfe2e0; border-radius: 14px; background: white; }
.contact-box span { color: var(--muted); font-size: .85rem; font-weight: 700; }
.contact-box a { color: var(--brand-dark); font-weight: 850; }
.booking-form { display: grid; gap: 16px; padding: 28px; border-radius: 20px; background: white; box-shadow: var(--shadow); }
.booking-form label { display: grid; gap: 7px; font-size: .92rem; font-weight: 800; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; border: 1px solid #cfdadc; border-radius: 10px; background: white; color: var(--ink); padding: 12px 13px; font: inherit; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { outline: 3px solid rgba(19,125,120,.16); border-color: var(--brand); }
.form-note { margin: 0; color: var(--muted); font-size: .82rem; }

.site-footer { background: #0b1b23; color: white; padding: 54px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 30px; }
.footer-grid > div { display: grid; align-content: start; gap: 8px; }
.footer-grid p, .footer-grid span { color: #afbdc4; margin: 0; }
.footer-grid a:not(.brand) { color: #d9f4f1; }
.footer-bottom { margin-top: 38px; padding-top: 20px; border-top: 1px solid #243842; color: #91a3ac; font-size: .85rem; }

@media (max-width: 900px) {
  .nav-toggle { display: inline-block; }
  .site-nav { display: none; position: absolute; top: 66px; left: 20px; right: 20px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 7px 3px; }
  .hero-grid, .split, .booking-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-card { transform: none; }
  .service-grid, .steps { grid-template-columns: 1fr 1fr; }
  .reverse-mobile > :first-child { order: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .container, .narrow { width: min(100% - 28px, 1120px); }
  .hero { padding: 64px 0 52px; }
  .section { padding: 64px 0; }
  h1 { font-size: 3.2rem; }
  .service-grid, .steps, .footer-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .button-small { width: auto; }
  .quote-card, .about-card, .booking-form { padding: 24px; }
}


/* Formspree inquiry form states */
.bot-trap {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.field-error {
  min-height: 1em;
  color: #a72f2f;
  font-size: .78rem;
  font-weight: 650;
}
.form-success, .form-error {
  display: none;
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  font-weight: 750;
}
.form-success[data-fs-active] {
  display: block;
  background: #e7f6f2;
  border: 1px solid #b8ded5;
  color: #155f56;
}
.form-error[data-fs-active] {
  display: block;
  background: #fff0f0;
  border: 1px solid #e8bcbc;
  color: #8b2626;
}
.booking-form [aria-invalid="true"] {
  border-color: #b84343;
}
.booking-form button[disabled] {
  opacity: .7;
  cursor: wait;
}
