:root {
  --ink: #10201d;
  --muted: #52615d;
  --paper: #f8faf7;
  --surface: #ffffff;
  --teal: #0b6257;
  --teal-dark: #084940;
  --mint: #bfe9dd;
  --coral: #eb6f5f;
  --gold: #d7a746;
  --line: rgba(16, 32, 29, 0.14);
  --shadow: 0 18px 50px rgba(9, 45, 40, 0.14);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

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

svg {
  width: 1.15em;
  height: 1.15em;
  stroke-width: 2;
  flex: 0 0 auto;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: #fff;
  background: linear-gradient(180deg, rgba(5, 24, 22, 0.72), rgba(5, 24, 22, 0));
}

.brand,
.header-action,
.nav-links,
.btn,
.contact-strip a,
.text-link,
.footer-links a,
.floating-whatsapp {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  font-weight: 800;
  letter-spacing: 0;
  backdrop-filter: blur(12px);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand strong {
  font-size: 0.98rem;
}

.brand small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
}

.nav-links {
  justify-content: center;
  gap: clamp(16px, 2vw, 32px);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.94rem;
}

.nav-links a:hover,
.text-link:hover {
  color: var(--mint);
}

.header-action {
  justify-self: end;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 140px clamp(18px, 5vw, 72px) 34px;
  color: #fff;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image:
    linear-gradient(90deg, rgba(5, 24, 22, 0.92), rgba(5, 24, 22, 0.42) 52%, rgba(5, 24, 22, 0.1)),
    url("https://images.unsplash.com/photo-1576091160550-2173dba999ef?auto=format&fit=crop&w=2200&q=82");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(5, 24, 22, 0.1), rgba(5, 24, 22, 0.5)),
    linear-gradient(0deg, rgba(5, 24, 22, 0.32), rgba(5, 24, 22, 0));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  padding-bottom: clamp(26px, 8vh, 96px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--mint);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 11ch;
  margin-bottom: 22px;
  font-size: clamp(3.25rem, 9vw, 7.6rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.55;
}

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

.btn {
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
}

.btn-primary {
  color: #06221e;
  background: var(--mint);
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.contact-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(880px, 100%);
  margin-left: auto;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  overflow: hidden;
  backdrop-filter: blur(14px);
}

.contact-strip a {
  justify-content: center;
  gap: 9px;
  min-height: 64px;
  padding: 12px;
  background: rgba(5, 24, 22, 0.34);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 750;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-band div {
  padding: clamp(22px, 3vw, 34px) clamp(18px, 4vw, 56px);
  background: var(--surface);
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band strong {
  margin-bottom: 7px;
  font-size: 1.04rem;
}

.trust-band span {
  color: var(--muted);
  line-height: 1.5;
}

.section,
.split-section,
.contact-section {
  padding: clamp(64px, 9vw, 112px) clamp(18px, 5vw, 72px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.46fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  margin-bottom: 34px;
}

h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(2rem, 4.5vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: 0;
}

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

.service-card {
  min-height: 280px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.service-card svg {
  width: 34px;
  height: 34px;
  margin-bottom: 32px;
  color: var(--teal);
}

.service-card h3,
.steps h3 {
  margin-bottom: 10px;
  font-size: 1.12rem;
  line-height: 1.25;
}

.service-card p,
.process-copy p,
.contact-copy p,
.steps p {
  color: var(--muted);
  line-height: 1.65;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.64fr);
  gap: clamp(30px, 7vw, 90px);
  align-items: start;
  background: #eaf4f0;
}

.process-copy {
  max-width: 720px;
}

.process-copy h2 {
  margin-bottom: 20px;
}

.text-link {
  gap: 8px;
  margin-top: 14px;
  color: var(--teal);
  font-weight: 850;
}

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

.steps li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(11, 98, 87, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
}

.steps span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #fff;
  background: var(--teal);
  font-weight: 850;
}

.steps p {
  margin-bottom: 0;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: start;
  background: var(--teal-dark);
  color: #fff;
}

.contact-copy {
  position: sticky;
  top: 104px;
}

.contact-copy p {
  color: rgba(255, 255, 255, 0.78);
}

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

.contact-card {
  display: grid;
  gap: 12px;
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.contact-card:hover,
.contact-strip a:hover,
.btn:hover,
.header-action:hover {
  transform: translateY(-2px);
}

.contact-card,
.contact-strip a,
.btn,
.header-action,
.floating-whatsapp {
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.contact-card svg {
  width: 32px;
  height: 32px;
  color: var(--mint);
}

.contact-card span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  font-weight: 750;
}

.contact-card strong {
  overflow-wrap: anywhere;
  font-size: clamp(1rem, 2vw, 1.35rem);
  line-height: 1.2;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 26px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.78);
  background: #061b18;
}

.site-footer p {
  margin-bottom: 0;
}

.footer-links {
  gap: 10px;
}

.footer-links a,
.floating-whatsapp {
  justify-content: center;
  border-radius: 50%;
}

.footer-links a {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.floating-whatsapp {
  position: fixed;
  z-index: 30;
  right: 18px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  color: #06221e;
  background: var(--mint);
  box-shadow: var(--shadow);
}

.floating-whatsapp svg {
  width: 28px;
  height: 28px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

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

  .section-heading,
  .split-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .contact-copy {
    position: static;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 14px 16px;
    gap: 12px;
  }

  .brand small,
  .header-action {
    display: none;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .hero {
    min-height: 94svh;
    padding: 118px 16px 22px;
  }

  .hero-media {
    background-position: 58% center;
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

  .contact-strip,
  .trust-band,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-strip {
    margin-top: 18px;
  }

  .contact-strip a {
    min-height: 54px;
  }

  .section,
  .split-section,
  .contact-section {
    padding: 58px 16px;
  }

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

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

  .steps li {
    grid-template-columns: 52px 1fr;
    padding: 18px;
  }

  .steps span {
    width: 44px;
    height: 44px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 92px;
  }
}
