:root {
  --ink: #172123;
  --muted: #637174;
  --line: #d9e1e0;
  --paper: #f6f8f6;
  --white: #ffffff;
  --teal: #0b6d70;
  --teal-dark: #074b4d;
  --sage: #dce9e5;
  --mint: #edf5f1;
  --amber: #bf8c46;
  --coral: #c96755;
  --shadow: 0 24px 70px rgba(15, 32, 34, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 12px clamp(18px, 4vw, 52px);
  background: rgba(246, 248, 246, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; text-decoration: none; min-width: 156px; }
.brand img { width: 150px; height: auto; }
nav { display: flex; justify-content: center; gap: 26px; font-size: 14px; font-weight: 800; }
nav a { text-decoration: none; color: #334145; }
.top-actions { display: flex; align-items: center; gap: 10px; }
.lang { display: inline-grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); background: var(--white); padding: 3px; border-radius: 8px; }
.lang button {
  border: 0;
  background: transparent;
  min-width: 42px;
  min-height: 36px;
  border-radius: 6px;
  font-weight: 900;
  cursor: pointer;
  color: var(--muted);
}
.lang button.active { background: var(--ink); color: var(--white); }

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--line);
  padding: 12px 16px;
  font-weight: 900;
  text-decoration: none;
  background: var(--white);
  color: var(--ink);
  white-space: nowrap;
}
.button.primary { background: var(--teal); border-color: var(--teal); color: var(--white); }
.button.secondary { background: var(--amber); border-color: var(--amber); color: var(--white); }
.button.quiet { background: var(--white); }
.button.compact { min-height: 38px; padding: 9px 13px; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(42px, 8vw, 104px) clamp(18px, 5vw, 72px) 42px;
}
.hero-copy { max-width: 710px; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 22px;
  font-size: clamp(44px, 7rem, 86px);
  line-height: .94;
  letter-spacing: 0;
}
h2 {
  margin-bottom: 18px;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0;
}
h3 { margin-bottom: 10px; font-size: 20px; line-height: 1.15; }
.lead { color: #405054; font-size: 19px; max-width: 640px; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0; }
.facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 0;
}
.facts div {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}
.facts dt { font-size: 34px; line-height: 1; font-weight: 950; }
.facts dd { margin: 8px 0 0; color: var(--muted); font-size: 13px; }

.hero-media { position: relative; }
.hero-img {
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.status {
  position: absolute;
  left: 16px;
  bottom: 16px;
  min-width: 250px;
  border-radius: 8px;
  background: rgba(7, 75, 77, .92);
  color: var(--white);
  padding: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,.22);
}
.status span, .status small { display: block; opacity: .84; font-weight: 800; }
.status strong { display: block; font-size: 24px; margin: 5px 0; }

.contact-strip {
  margin: 0 clamp(18px, 5vw, 72px) 34px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.contact-strip a { padding: 18px; text-decoration: none; border-right: 1px solid var(--line); min-width: 0; }
.contact-strip a:last-child { border-right: 0; }
.contact-strip span { display: block; color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.contact-strip strong { display: block; margin-top: 5px; overflow-wrap: anywhere; }

.section { padding: 68px clamp(18px, 5vw, 72px); }
.section-title { max-width: 840px; margin: 0 auto 32px; text-align: center; }
.section-title.narrow { max-width: 700px; }
.muted { color: var(--muted); }

.proof-grid, .steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.proof-grid article, .steps article, .service-panel, .planner-box, details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
}
.proof-grid span, .steps span { color: var(--coral); font-weight: 950; font-size: 12px; }
.proof-grid p, .steps p, .service-panel p { color: var(--muted); }

.split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 44px;
  align-items: start;
  background: var(--sage);
}
.tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 14px; }
.tabs button {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 8px;
  min-height: 40px;
  padding: 10px 12px;
  font-weight: 900;
  cursor: pointer;
}
.tabs button.active { background: var(--teal); border-color: var(--teal); color: var(--white); }
.service-panel ul { margin: 14px 0 0; padding-left: 18px; color: var(--ink); }
.service-panel li + li { margin-top: 7px; }
.visual-stack > img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.mini-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.mini-gallery img { width: 100%; aspect-ratio: 1.56; object-fit: cover; border-radius: 8px; border: 1px solid var(--line); }

.steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gallery { background: var(--mint); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
figure { margin: 0; background: var(--white); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
figure img { width: 100%; aspect-ratio: 1.08; object-fit: cover; }
figcaption { padding: 14px; color: #405054; font-weight: 850; }

.planner {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 36px;
  align-items: start;
}
.planner-box { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.planner-box label { display: grid; gap: 7px; font-weight: 900; color: #405054; }
.planner-box label:last-of-type { grid-column: 1 / -1; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 44px;
  padding: 11px 12px;
  font: inherit;
  color: var(--ink);
  background: #fbfcfc;
}
textarea { resize: vertical; }
.planner-box .button { justify-self: start; }

.faq { max-width: 960px; margin: 0 auto; }
details + details { margin-top: 10px; }
summary { cursor: pointer; font-weight: 950; font-size: 19px; }
details p { color: var(--muted); margin: 12px 0 0; }

.final {
  margin: 0 clamp(18px, 5vw, 72px) 56px;
  padding: 42px;
  border-radius: 8px;
  color: var(--white);
  background: var(--teal-dark);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.final .eyebrow { color: #aee1da; }
.final .button.quiet { color: var(--ink); }
footer { padding: 28px clamp(18px, 5vw, 72px) 88px; color: var(--muted); font-size: 14px; }

.mobile-cta { display: none; }

@media (max-width: 980px) {
  .topbar { grid-template-columns: auto auto; }
  nav { grid-column: 1 / -1; justify-content: flex-start; overflow-x: auto; padding-bottom: 4px; }
  .hero, .split, .planner { grid-template-columns: 1fr; }
  h1 { font-size: 56px; }
  .contact-strip { grid-template-columns: 1fr 1fr; }
  .contact-strip a:nth-child(2) { border-right: 0; }
  .contact-strip a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .proof-grid, .steps { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .final { display: block; }
}

@media (max-width: 620px) {
  body { padding-bottom: 64px; }
  .topbar { min-height: 70px; padding: 10px 14px; gap: 10px; }
  .brand img { width: 118px; }
  nav { display: none; }
  .button.compact { display: none; }
  .lang button { min-width: 40px; }
  .hero { padding: 26px 14px 24px; }
  .hero-img { aspect-ratio: 1.04; }
  .status { left: 10px; right: 10px; bottom: 10px; min-width: 0; }
  h1 { font-size: 39px; line-height: .98; }
  h2 { font-size: 31px; }
  .lead { font-size: 16px; }
  .actions { display: grid; grid-template-columns: 1fr; }
  .facts, .contact-strip, .proof-grid, .steps, .gallery-grid, .planner-box { grid-template-columns: 1fr; }
  .contact-strip { margin: 0 14px 20px; }
  .contact-strip a { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 48px 14px; }
  .mini-gallery { grid-template-columns: 1fr; }
  .planner-box label:last-of-type { grid-column: auto; }
  .final { margin: 0 14px 38px; padding: 24px; }
  footer { padding: 24px 14px 88px; }
  .mobile-cta {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--line);
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(12, 27, 30, .24);
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(14px);
    transition: .2s ease;
  }
  body.show-mobile-cta .mobile-cta { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-cta a { min-height: 48px; display: grid; place-items: center; text-decoration: none; font-weight: 950; }
  .mobile-cta a + a { border-left: 1px solid var(--line); }
}
