:root {
  --ink: #122033;
  --muted: #657488;
  --line: #d9e2ec;
  --paper: #ffffff;
  --mist: #f3f7fb;
  --navy: #142c52;
  --teal: #147a72;
  --teal-soft: #e4f4f0;
  --amber: #a86b19;
  --amber-soft: #fff3dd;
  --plum: #645784;
  --shadow: 0 18px 48px rgba(18, 32, 51, 0.14);
  color-scheme: light;
  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;
  background: var(--mist);
  color: var(--ink);
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  padding: 0.9rem clamp(1rem, 4vw, 4rem);
  backdrop-filter: blur(14px);
}

.brand {
  font-size: 1.05rem;
  font-weight: 850;
  letter-spacing: 0;
  text-decoration: none;
}

.brand span {
  color: var(--teal);
}

.site-header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem;
}

.site-header nav a {
  border-radius: 999px;
  padding: 0.55rem 0.75rem;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.site-header nav a:hover {
  background: var(--teal-soft);
  color: var(--teal);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: stretch;
  min-height: calc(100vh - 70px);
  padding: clamp(1rem, 4vw, 4rem);
}

.hero-copy {
  display: grid;
  align-content: center;
  gap: 1rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff, #f8fbfd);
  padding: clamp(1.2rem, 4vw, 3rem);
  box-shadow: var(--shadow);
}

.eyebrow {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  font-size: clamp(2.35rem, 5.2vw, 5.6rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  max-width: 760px;
  font-size: clamp(1.8rem, 3vw, 3.25rem);
  line-height: 1;
}

h3 {
  font-size: 1.08rem;
}

.lead {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.24rem);
  line-height: 1.6;
}

.hero-actions,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.primary-link,
.secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  padding: 0.78rem 1rem;
  font-weight: 800;
  text-decoration: none;
}

.primary-link {
  background: var(--navy);
  color: #fff;
}

.primary-link:hover {
  background: #0b1b34;
}

.secondary-link {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
}

.secondary-link:hover {
  border-color: rgba(20, 122, 114, 0.45);
  color: var(--teal);
}

.trust-row {
  padding-top: 0.35rem;
}

.trust-row span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 0.4rem 0.68rem;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 760;
}

.hero-visual {
  position: relative;
  min-height: 520px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: var(--navy);
  box-shadow: var(--shadow);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.outcome-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 0 clamp(1rem, 4vw, 4rem) clamp(1rem, 4vw, 3rem);
}

.outcome-strip div,
.service-grid article,
.proof-grid article,
.workflow-card,
.cta-section {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
  box-shadow: 0 10px 28px rgba(18, 32, 51, 0.08);
}

.outcome-strip div {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
}

.outcome-strip strong {
  font-size: 1.02rem;
}

.outcome-strip span,
.service-grid p,
.booking-copy p,
.proof-grid p,
.workflow-card small,
.cta-section p,
.site-footer {
  color: var(--muted);
  line-height: 1.55;
}

.section,
.booking-section,
.cta-section {
  margin: 0 clamp(1rem, 4vw, 4rem) clamp(1rem, 4vw, 3rem);
}

.section {
  display: grid;
  gap: 1.2rem;
}

.section-heading {
  display: grid;
  gap: 0.45rem;
}

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

.service-grid article,
.proof-grid article {
  display: grid;
  gap: 0.65rem;
  padding: 1.05rem;
}

.number {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: var(--amber-soft);
  color: var(--amber);
  padding: 0.3rem 0.55rem;
  font-size: 0.75rem;
  font-weight: 850;
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
  gap: 1rem;
  align-items: start;
}

.booking-copy {
  display: grid;
  gap: 0.75rem;
  border-left: 6px solid var(--teal);
  border-radius: 10px;
  background: var(--paper);
  padding: 1.2rem;
}

.workflow-card {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
}

.workflow-card div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0.7rem;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.8rem;
}

.workflow-card div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.workflow-card span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--teal-soft);
  color: var(--teal);
  font-weight: 850;
}

.workflow-card strong,
.workflow-card small {
  display: block;
}

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

.proof-grid article {
  border-top: 5px solid var(--plum);
}

.cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1.2rem, 4vw, 2rem);
}

.cta-section div {
  display: grid;
  gap: 0.5rem;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  border-top: 1px solid var(--line);
  padding: 1rem clamp(1rem, 4vw, 4rem) 1.5rem;
}

.site-footer span {
  color: var(--ink);
  font-weight: 850;
}

.site-footer a {
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--teal);
}

@media (max-width: 1050px) {
  .hero,
  .booking-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 420px;
  }

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

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header nav {
    justify-content: flex-start;
  }

  .outcome-strip,
  .service-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 300px;
  }

  .cta-section {
    align-items: stretch;
    flex-direction: column;
  }
}
