:root {
  --bg: #fbfcfe;
  --surface: #ffffff;
  --surface-alt: #f4f7fb;
  --text: #10233e;
  --muted: #5d6f89;
  --line: #dce4ef;
  --line-strong: #c6d3e5;
  --accent: #2257f5;
  --accent-soft: #edf2ff;
  --ink: #0b1d35;
  --container: 1240px;
  --container-wide: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background: #fbfcfe;
  color: var(--text);
  line-height: 1.6;
}
body.home .elementor-location-header { display: none !important; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
img { max-width: 100%; height: auto; }
.shell { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.shell--wide { width: min(calc(100% - 40px), var(--container-wide)); }
.shell--narrow { width: min(calc(100% - 40px), 860px); }
.site-header { display: none; }
.site-wrap { min-height: 100vh; }

.page-topbar {
  position: sticky;
  top: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 86px;
  background: rgba(251, 252, 254, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.page-topbar__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 800;
}
.page-topbar__mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  color: var(--accent);
}
.page-topbar__desktop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.page-topbar__nav,
.page-topbar__actions,
.page-topbar__mobile-nav,
.page-topbar__mobile-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}
.page-topbar__nav a,
.page-topbar__link,
.page-topbar__mobile-nav a {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}
.page-topbar__nav a:hover,
.page-topbar__link:hover,
.page-topbar__mobile-nav a:hover { color: var(--ink); }
.page-topbar__mobile {
  display: none;
  margin-left: auto;
}
.page-topbar__mobile summary {
  list-style: none;
  cursor: pointer;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink);
  font-weight: 700;
}
.page-topbar__mobile summary::-webkit-details-marker { display: none; }
.page-topbar__mobile-panel {
  display: grid;
  gap: 16px;
  padding-top: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--accent);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: 180ms ease;
}
.button:hover { color: #fff; background: #1b4be0; transform: translateY(-1px); }
.button--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong);
}
.button--ghost:hover { color: var(--ink); background: var(--surface); border-color: #afc1da; }
.button--small { min-height: 42px; padding-inline: 18px; font-size: 0.92rem; }

.hero,
.intro-band,
.fit-band,
.services-band,
.proof-band,
.process,
.about-band,
.cta-band { padding: 84px 0; }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 54px;
  align-items: center;
  padding-top: 58px;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 800;
}
.hero h1,
.section-head h2,
.page-head h1,
.about-band h2,
.cta-band h2 {
  margin: 0;
  color: var(--ink);
  letter-spacing: -0.04em;
  line-height: 0.98;
}
.hero h1 {
  font-size: clamp(2.8rem, 4.9vw, 4.9rem);
  max-width: 11ch;
}
.section-head h2,
.page-head h1,
.about-band h2,
.cta-band h2 {
  font-size: clamp(2rem, 3.7vw, 3.5rem);
  max-width: 14ch;
}
.hero__lede,
.section-head p,
.about-band__copy p,
.cta-band p,
.entry-content,
.prose p,
.service-card p,
.step-card p,
.site-footer p,
.intro-band p,
.about-band__notes p,
.visual-stat p,
.fit-card p,
.proof-card p {
  color: var(--muted);
  font-size: 1.05rem;
}
.hero__lede { max-width: 720px; margin: 20px 0 0; }
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.hero__meta span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.92rem;
  background: var(--surface);
}
.hero__visual { display: flex; justify-content: flex-end; }
.hero-image {
  width: 100%;
  max-width: 640px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 60px rgba(12, 29, 53, 0.08);
}
.hero-image img {
  display: block;
  width: 100%;
  height: auto;
}
.about-band__notes strong,
.fit-card strong,
.proof-card h3 {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1.15rem;
}
.visual-stat--accent { background: var(--accent-soft); }

.intro-band { padding-top: 0; }
.intro-band__inner {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.intro-band p { max-width: 980px; margin: 0; }

.section-head { display: grid; gap: 18px; margin-bottom: 34px; }
.section-head--wide { grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); align-items: end; }
.service-grid,
.process__grid,
.about-band__notes,
.fit-grid,
.proof-grid {
  display: grid;
  gap: 24px;
}
.fit-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.proof-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.process__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.about-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 44px;
  align-items: start;
}
.service-card,
.step-card,
.fit-card,
.proof-card {
  padding: 26px 0 0;
  border-top: 1px solid var(--line);
}
.service-card h3,
.step-card h3,
.proof-card h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 1.32rem;
}
.service-card__index,
.step-card span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.about-band__notes { grid-template-columns: 1fr; }
.about-band__notes > div {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.about-band__notes > div:first-child { padding-top: 0; }
.proof-card__result {
  color: var(--ink);
  font-weight: 700;
  margin: 0 0 14px;
}
.cta-band__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 36px;
  padding: 42px 0 0;
  border-top: 1px solid var(--line);
}
.site-main,
.page-layout { padding: 0 0 60px; }
.page-head { margin-bottom: 30px; }
.prose > *:first-child { margin-top: 0; }
.prose a { color: var(--accent); }
.site-footer {
  width: min(calc(100% - 40px), var(--container-wide));
  margin: 0 auto 30px;
  padding: 28px 0 0;
  border-top: 1px solid var(--line);
  background: transparent;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(180px, 1fr));
  gap: 24px;
}
.footer-title { margin: 0 0 12px; color: var(--ink); font-weight: 800; }
.footer-nav { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }

@media (max-width: 1100px) {
  .hero,
  .section-head--wide,
  .about-band,
  .cta-band__panel,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
  .fit-grid,
  .service-grid,
  .proof-grid,
  .process__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero__visual { justify-content: flex-start; }
}

@media (max-width: 980px) {
  .page-topbar {
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 14px 0;
    min-height: auto;
  }
  .page-topbar__desktop {
    display: none;
  }
  .page-topbar__mobile {
    display: block;
  }
  .page-topbar__brand span:last-child {
    display: none;
  }
  .page-topbar__mobile[open] {
    grid-column: 1 / -1;
    width: 100%;
  }
  .page-topbar__mobile summary {
    text-align: center;
  }
  .page-topbar__mobile[open] summary {
    width: fit-content;
    margin-left: auto;
  }
  .page-topbar__mobile-panel {
    width: 100%;
    padding-top: 14px;
  }
  .page-topbar__mobile-nav,
  .page-topbar__mobile-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 760px) {
  .hero__actions,
  .hero__meta,
  .footer-nav {
    flex-direction: column;
    align-items: stretch;
  }
  .hero,
  .intro-band,
  .fit-band,
  .services-band,
  .proof-band,
  .process,
  .about-band,
  .cta-band,
  .page-layout { padding: 56px 0; }
  .hero {
    padding-top: 26px;
    gap: 28px;
  }
  .hero h1 {
    font-size: clamp(2.2rem, 9vw, 3.1rem);
  }
  .hero__lede {
    font-size: 1rem;
  }
  .hero-image {
    max-width: 100%;
  }
  .hero-image img {
    max-height: 180px;
    object-fit: cover;
    object-position: center;
  }
  .fit-grid,
  .service-grid,
  .proof-grid,
  .process__grid { grid-template-columns: 1fr; }
  .button,
  .button--small { width: 100%; }
}
