:root {
  --ink: #14202b;
  --muted: #5c6873;
  --line: #dbe4ea;
  --blue: #28a8df;
  --blue-dark: #0874a8;
  --green: #5cb85c;
  --mint: #e8f6ef;
  --paper: #f7fafb;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(20, 32, 43, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 76px;
  padding: 14px clamp(18px, 5vw, 72px);
  background: rgba(247, 250, 251, 0.92);
  border-bottom: 1px solid rgba(219, 228, 234, 0.75);
  backdrop-filter: blur(18px);
}

.brand img,
.site-footer img {
  width: 284px;
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.site-nav a {
  padding: 10px 12px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.site-nav a:hover {
  color: var(--blue-dark);
}

.site-nav a[aria-current="page"] {
  color: var(--blue-dark);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  font-weight: 800;
}

.header-cta {
  padding: 0 16px;
  color: var(--blue-dark);
  border: 1px solid rgba(8, 116, 168, 0.24);
  background: var(--white);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: end;
  gap: clamp(24px, 5vw, 72px);
  min-height: calc(100vh - 76px);
  padding: clamp(40px, 7vw, 92px) clamp(18px, 5vw, 72px) 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(232, 246, 239, 0.92)),
    url("assets/hero-person.png");
  background-size: auto, 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: var(--white);
  clip-path: polygon(0 36%, 100% 0, 100% 100%, 0 100%);
}

.hero-content,
.hero-visual {
  position: relative;
  z-index: 1;
}

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

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

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(2.7rem, 6vw, 5.7rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.12rem;
}

.hero-copy {
  max-width: 680px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

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

.button {
  min-width: 176px;
  padding: 0 20px;
  border: 1px solid transparent;
  cursor: pointer;
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.68;
}

.button.primary {
  color: var(--white);
  background: var(--blue-dark);
  box-shadow: 0 12px 26px rgba(8, 116, 168, 0.2);
}

.button.secondary {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
}

.button.secondary.light {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 680px;
  margin: 0 0 56px;
}

.hero-stats div {
  padding: 18px;
  border: 1px solid rgba(219, 228, 234, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.hero-stats dt {
  margin-bottom: 4px;
  color: var(--blue-dark);
  font-size: 1.35rem;
  font-weight: 800;
}

.hero-stats dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-visual {
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 520px;
}

.hero-visual img {
  width: min(460px, 100%);
  filter: drop-shadow(0 22px 44px rgba(20, 32, 43, 0.18));
}

.signal-card {
  position: absolute;
  right: 0;
  bottom: 74px;
  width: min(290px, 72%);
  padding: 18px;
  border: 1px solid rgba(219, 228, 234, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.signal-card strong,
.signal-card span {
  display: block;
}

.signal-card span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.92rem;
}

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

.trust-bar span {
  padding: 18px clamp(18px, 5vw, 72px);
  background: var(--white);
  color: var(--muted);
  font-weight: 700;
  text-align: center;
}

.section {
  padding: clamp(64px, 9vw, 118px) clamp(18px, 5vw, 72px);
}

.page-hero {
  padding: clamp(72px, 10vw, 132px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(232, 246, 239, 0.94)),
    var(--paper);
}

.page-hero h1 {
  max-width: 980px;
  margin-bottom: 24px;
}

.page-hero p:last-child {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.64fr);
  gap: clamp(24px, 5vw, 72px);
  background: var(--white);
}

.intro p:last-child,
.partners-copy p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.feature-card {
  min-height: 285px;
  padding: clamp(24px, 4vw, 42px);
  background: var(--paper);
}

.feature-card .icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  color: var(--blue-dark);
  border: 1px solid rgba(8, 116, 168, 0.2);
  border-radius: 50%;
  background: var(--white);
  font-weight: 800;
}

.feature-card p,
.timeline-item p,
.partner-panel li,
.service-card p,
.audience-grid p,
.content-grid p,
.service-detail-grid p,
.rich-text p,
.proof-metrics span,
.section-heading p {
  color: var(--muted);
}

.feature-card a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--blue-dark);
  font-weight: 800;
}

.package-section {
  background: var(--white);
}

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

.package-grid article {
  min-height: 175px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.package-grid strong,
.package-grid span {
  display: block;
}

.package-grid strong {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.package-grid span {
  color: var(--muted);
}

.fit-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.fit-card {
  padding: clamp(36px, 6vw, 72px);
  background: var(--paper);
}

.fit-card.positive {
  background: var(--mint);
}

.fit-card ul {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.fit-card li {
  position: relative;
  padding-left: 26px;
  color: var(--muted);
  font-weight: 700;
}

.fit-card li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--green);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 5vw, 72px);
  background: var(--white);
}

.rich-text {
  display: grid;
  gap: 18px;
}

.rich-text p {
  margin-bottom: 0;
  font-size: 1.05rem;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  background: var(--paper);
}

.content-grid article {
  min-height: 220px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  background: var(--white);
}

.service-detail-grid article {
  min-height: 310px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.service-detail-grid span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
  color: var(--blue-dark);
  border: 1px solid rgba(8, 116, 168, 0.2);
  border-radius: 50%;
  background: var(--white);
  font-weight: 800;
}

.service-detail-grid h2 {
  font-size: clamp(1.55rem, 2.5vw, 2.45rem);
}

.check-list {
  display: grid;
  gap: 12px;
}

.check-list span {
  position: relative;
  padding: 18px 18px 18px 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 800;
}

.check-list span::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 20px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--green);
}

.audience {
  background: var(--paper);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.audience-grid article {
  min-height: 270px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(20, 32, 43, 0.06);
}

.audience-grid span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--blue-dark);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.audience-grid h3 {
  font-size: clamp(1.32rem, 2vw, 1.72rem);
  line-height: 1.14;
}

.services {
  background: var(--white);
}

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

.service-card {
  min-height: 230px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.service-card h3 {
  font-size: 1.22rem;
}

.channels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.channels div {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 180px;
  padding: clamp(22px, 3vw, 34px);
  background: var(--mint);
}

.channels span {
  color: var(--blue-dark);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.channels strong {
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
  line-height: 1.18;
}

.process {
  background: var(--ink);
  color: var(--white);
}

.process .eyebrow,
.process h2 {
  color: var(--white);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

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

.timeline-item {
  min-height: 250px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.timeline-item span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 28px;
  color: var(--ink);
  border-radius: 50%;
  background: var(--green);
  font-weight: 800;
}

.timeline-item p {
  color: rgba(255, 255, 255, 0.72);
}

.proof {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  background: var(--white);
}

.quote-block blockquote {
  max-width: 820px;
  margin: 0 0 18px;
  font-size: clamp(1.65rem, 3.2vw, 3.05rem);
  font-weight: 800;
  line-height: 1.08;
}

.quote-block span {
  color: var(--muted);
  font-weight: 800;
}

.proof-metrics {
  display: grid;
  gap: 14px;
}

.proof-metrics div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.proof-metrics strong,
.proof-metrics span {
  display: block;
}

.proof-metrics strong {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.partners {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding: clamp(64px, 9vw, 118px) clamp(18px, 5vw, 72px);
  background: var(--mint);
}

.partner-panel {
  padding: clamp(26px, 4vw, 42px);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.partner-panel ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.partner-panel li {
  position: relative;
  padding-left: 26px;
}

.partner-panel li::before {
  content: "";
  position: absolute;
  top: 0.63em;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--green);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 5vw, 72px);
  background: var(--white);
}

address {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  color: var(--ink);
  font-style: normal;
  font-weight: 800;
}

address span {
  color: var(--muted);
  font-weight: 600;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

select {
  appearance: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(40, 168, 223, 0.2);
  border-color: var(--blue);
}

.form-note {
  min-height: 20px;
  margin: 0;
  color: var(--blue-dark);
  font-weight: 700;
}

.form-note.is-success {
  color: var(--green);
}

.form-note.is-error {
  color: #b42318;
}

.faq-section {
  display: grid;
  gap: 12px;
  background: var(--white);
}

.faq-section details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.faq-section summary {
  cursor: pointer;
  padding: 22px 24px;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 800;
}

.faq-section details p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--muted);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(220px, auto);
  align-items: start;
  gap: 30px;
  padding: 34px clamp(18px, 5vw, 72px);
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.footer-brand,
.footer-links,
.footer-contact {
  display: grid;
  gap: 10px;
}

.footer-brand span {
  max-width: 420px;
}

.footer-links,
.footer-contact {
  font-weight: 800;
}

.footer-links a,
.footer-contact a {
  color: var(--ink);
}

.footer-contact span {
  color: var(--muted);
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(48px, 7vw, 82px) clamp(18px, 5vw, 72px);
  background: var(--ink);
  color: var(--white);
}

.cta-band h2 {
  max-width: 880px;
  margin-bottom: 0;
}

.cta-band .eyebrow {
  color: var(--green);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-button {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .header-cta {
    display: none;
  }

  .hero,
  .intro,
  .split-section,
  .proof,
  .partners,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 48px;
  }

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

  .feature-grid,
  .audience-grid,
  .content-grid,
  .package-grid,
  .service-detail-grid,
  .service-grid,
  .channels,
  .timeline,
  .trust-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .cta-band {
    grid-template-columns: 1fr;
  }

  .cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .brand img,
  .site-footer img {
    width: 220px;
  }

  h1 {
    font-size: 2.55rem;
  }

  .hero-stats,
  .feature-grid,
  .audience-grid,
  .content-grid,
  .package-grid,
  .fit-section,
  .service-detail-grid,
  .service-grid,
  .channels,
  .timeline,
  .trust-bar {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-bottom: 170px;
  }

  .hero-stats {
    margin-bottom: 24px;
    max-width: 220px;
  }

  .hero-visual {
    position: absolute;
    top: 610px;
    right: 0;
    z-index: 0;
    min-height: auto;
    width: 210px;
    pointer-events: none;
  }

  .hero-visual img {
    width: 210px;
  }

  .signal-card {
    display: none;
  }

  .site-footer {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding-top: 54px;
  }
}
