.hero {
  min-height: auto;
  padding: 32px clamp(22px, 4vw, 60px) 48px;
  align-items: start;
  gap: clamp(28px, 4vw, 56px);
}

.section,
.approach {
  padding: 48px clamp(22px, 4vw, 60px);
}

.section-heading {
  gap: 36px;
  margin-bottom: 28px;
}

.cta {
  margin-left: clamp(10px, 2vw, 28px);
  margin-right: clamp(10px, 2vw, 28px);
  padding: 48px clamp(24px, 4vw, 60px);
}

footer {
  padding: 30px clamp(22px, 4vw, 60px);
  gap: 20px;
}

.site-header {
  height: 116px;
  padding-left: clamp(22px, 4vw, 60px);
  padding-right: clamp(22px, 4vw, 60px);
  gap: 20px;
}

html { scroll-padding-top: 116px; }

.site-header .brand-logo {
  width: 126px;
  height: 104px;
  object-fit: contain;
}

.audience-strip {
  padding: 18px clamp(22px, 4vw, 60px);
  gap: 20px;
}

.service-card {
  min-height: 430px;
  padding: 22px;
}

.service-label,
.client-label {
  margin: 14px 0 8px;
  color: #f05a24;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.service-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #5c6879;
  font-size: 13px;
  line-height: 1.45;
}

.service-card li { padding: 3px 0 3px 12px; position: relative; }
.service-card li::before { content: '•'; position: absolute; left: 0; color: #f05a24; }

.approach li small {
  display: block;
  margin-top: 5px;
  color: #d3dcec;
  font-size: 12px;
  line-height: 1.45;
}

.about-summary {
  max-width: 560px;
  margin-top: 18px;
  color: #5c6879;
  font-size: 15px;
  line-height: 1.6;
}

.hero-support {
  max-width: 610px;
  margin: 12px 0 0;
  color: #081c46;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.55;
}

.client-label { margin-top: 24px; }
.client-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.client-chips span { padding: 8px 11px; border: 1px solid #dfe4ea; border-radius: 999px; color: #081c46; font-size: 12px; font-weight: 800; }

.service-card h3 {
  margin-top: 42px;
  margin-bottom: 14px;
}

.approach {
  gap: clamp(36px, 5vw, 72px);
}

.approach li {
  padding-top: 16px;
  padding-bottom: 16px;
}

.about {
  gap: clamp(36px, 5vw, 72px);
}

.proof-grid {
  gap: 20px;
  margin-top: 32px;
}

.staff { background: #f4f1e9; }
.staff-disclosure > summary {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  list-style: none;
  cursor: pointer;
}
.staff-disclosure > summary::-webkit-details-marker { display: none; }
.staff-disclosure h2 { margin-bottom: 8px; }
.staff-intro { margin: 0; color: #5c6879; font-size: 15px; }
.staff-toggle {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  padding: 10px 12px 10px 16px;
  border-radius: 999px;
  background: #081c46;
  color: white;
  font-size: 12px;
  font-weight: 800;
}
.staff-toggle b {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: #f05a24;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  transition: transform .2s ease;
}
.staff-disclosure[open] .staff-toggle b { transform: rotate(45deg); }
.profile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.profile-card {
  overflow: hidden;
  border: 1px solid #dfe4ea;
  border-radius: 14px;
  background: white;
}
.profile-placeholder {
  display: grid;
  min-height: 170px;
  place-items: center;
  background: linear-gradient(145deg, #dbe8f5, #eef5f4);
}
.profile-placeholder span {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #0d8c8c;
  color: white;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 76px;
  text-align: center;
}
.profile-copy { padding: 17px; }
.profile-status {
  margin: 0 0 7px;
  color: #f05a24;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.profile-copy h3 { margin: 0 0 5px; color: #081c46; font-size: 18px; }
.profile-copy h2 { margin: 0 0 5px; color: #081c46; font-size: 18px; letter-spacing: normal; }
.profile-copy strong { color: #0d8c8c; font-size: 12px; }
.profile-copy > strong + p { margin: 11px 0 0; color: #5c6879; font-size: 12px; line-height: 1.55; }
.profile-link { display: inline-flex; margin-top: 16px; color: #081c46; font-size: 12px; font-weight: 900; text-decoration: none; }
.profile-link:hover { color: #f05a24; }
.staff-page { min-height: 58vh; background: #f4f1e9; }
.staff-page-heading { max-width: 720px; }
.staff-page-heading h1 { margin: 0 0 14px; color: #081c46; font-size: clamp(44px, 7vw, 76px); line-height: .95; letter-spacing: -.055em; }
.staff-page-heading > p:last-child { max-width: 660px; margin: 0; color: #5c6879; font-size: 17px; line-height: 1.65; }
.staff-page .profile-grid { margin-top: 34px; }

@media (max-width: 980px) {
  .profile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 15px 10px 10px;
  border: 2px solid white;
  border-radius: 999px;
  background: #25d366;
  color: white;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(8, 28, 70, .2);
  transition: transform .2s ease, background .2s ease;
}

.whatsapp-float:hover {
  background: #1ebd59;
  transform: translateY(-2px);
}

.whatsapp-symbol {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  object-fit: cover;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.phone-link > img {
  width: 34px;
  height: 34px;
  border: 2px solid white;
  border-radius: 50%;
  object-fit: cover;
}

.evidence-visual {
  padding: 0;
  background: #081c46;
  isolation: isolate;
  display: grid;
  grid-template-rows: minmax(260px, 1fr) auto;
}

.evidence-visual::before {
  display: none;
}

.evidence-visual::after {
  display: none;
}

.evidence-visual > img {
  position: relative;
  grid-row: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% center;
  z-index: 0;
}

.evidence-caption {
  position: relative;
  grid-row: 2;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 24px 28px 26px;
  border-top: 4px solid #f05a24;
  border-radius: 0;
  background: #081c46;
  box-shadow: none;
  backdrop-filter: none;
}

.evidence-caption > p {
  margin: 0 0 8px;
  color: #d7e5f5;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.evidence-caption > strong {
  display: block;
  max-width: 360px;
  color: white;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -.04em;
}

.evidence-caption .card-note {
  margin-top: 14px;
  padding-top: 12px;
  color: #dce7f5;
}

@media (max-width: 640px) {
  .hero { padding: 24px 18px 38px; gap: 24px; }
  .section,
  .approach { padding: 38px 18px; }
  .cta { padding: 38px 20px; }
  html { scroll-padding-top: 98px; }
  .site-header { height: 98px; padding-left: 16px; padding-right: 16px; }
  .site-header .brand-logo { width: 104px; height: 88px; }
  .audience-strip { padding: 16px 18px; gap: 14px; }
  .service-card { min-height: 390px; padding: 20px; }
  .whatsapp-float { right: 14px; bottom: 14px; padding: 8px; }
  .whatsapp-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .evidence-visual { grid-template-rows: 230px auto; }
  .evidence-visual > img { object-position: 53% center; }
  .evidence-caption { width: 100%; margin: 0; padding: 20px 22px 22px; }
  .evidence-caption > strong { font-size: 24px; }
  .staff-disclosure > summary { align-items: start; flex-direction: column; }
  .profile-grid { grid-template-columns: 1fr; }
}
