:root {
  --brand: #3393f0;
  --brand-deep: #003e6a;
  --brand-dark: #17224d;
  --accent: #3393f0;
  --accent-soft: #e3f1ff;
  --teal: #0f9f8f;
  --teal-soft: #dff8f4;
  --warm: #d18b22;
  --warm-soft: #fff4df;
  --green: #25d366;
  --ink: #1f2933;
  --muted: #637083;
  --line: #d9e3ef;
  --surface: #ffffff;
  --surface-soft: #f5f8fb;
  --surface-blue: #eef6ff;
  --warning: var(--warm);
  --shadow: 0 18px 45px rgba(15, 42, 70, 0.09);
  --shadow-soft: 0 10px 24px rgba(15, 42, 70, 0.06);
  --shadow-strong: 0 28px 70px rgba(10, 38, 68, 0.14);
  --radius: 8px;
  --container: 1180px;
  --font: Inter, "Segoe UI", Roboto, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font);
  background: var(--surface);
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 14px;
  color: #fff;
  background: var(--brand-deep);
  border-radius: var(--radius);
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(217, 227, 239, 0.72);
  box-shadow: 0 12px 36px rgba(23, 34, 77, 0.06);
  backdrop-filter: blur(18px) saturate(1.18);
}

.topbar {
  display: none;
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 28px;
}

.topbar a:hover {
  text-decoration: underline;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
}

.brand {
  width: 206px;
  flex: 0 0 auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-dark);
  font-size: 0.96rem;
  font-weight: 700;
}

.main-nav a {
  padding: 9px 12px;
  border: 1px solid transparent;
  border-radius: var(--radius);
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--brand-deep);
  border-color: rgba(51, 147, 240, 0.22);
  background: rgba(51, 147, 240, 0.08);
}

.main-nav .nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  color: #fff;
  background: linear-gradient(135deg, #25d366, #16a852);
  border: 0;
  border-radius: var(--radius);
  box-shadow: 0 10px 22px rgba(37, 211, 102, 0.2);
}

.main-nav .nav-cta:hover,
.main-nav .nav-cta:focus-visible {
  color: #fff;
  background: #128c47;
}

.whatsapp-icon {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  flex: 0 0 auto;
  color: currentColor;
  background: currentColor;
  -webkit-mask: url("assets/whatsapp.svg") center / contain no-repeat;
  mask: url("assets/whatsapp.svg") center / contain no-repeat;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--brand-deep);
  border-radius: 99px;
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 220px;
  background: linear-gradient(180deg, transparent, rgba(2, 16, 30, 0.46));
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.75), transparent 68%);
  opacity: 0.24;
}

.hero__media,
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero__media {
  background-image: url("assets/people-hero.webp");
  background-position: center right;
  background-size: cover;
  transform: scale(1.02);
  animation: hero-photo 26s ease-in-out infinite alternate;
}

.hero__overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 16, 30, 0.88) 0%, rgba(0, 62, 106, 0.58) 43%, rgba(51, 147, 240, 0.08) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 33, 62, 0.22));
}

.hero__content {
  display: flex;
  align-items: center;
  min-height: 660px;
  padding: 74px 0 70px;
}

.hero__copy {
  max-width: 760px;
}

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

.hero .eyebrow,
.section--brand .eyebrow,
.cta-band .eyebrow {
  color: #9ed4ff;
}

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

h1 {
  margin-bottom: 20px;
  font-size: 3.35rem;
  line-height: 1.04;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  color: var(--brand-dark);
  font-size: 2.25rem;
  line-height: 1.14;
  letter-spacing: 0;
}

h3 {
  color: var(--brand-dark);
  font-size: 1.14rem;
  line-height: 1.28;
  letter-spacing: 0;
}

.hero__lead {
  max-width: 640px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.12rem;
}

.hero__microcopy {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.96rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1.2;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.button--whatsapp {
  gap: 9px;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: var(--shadow-soft);
}

.button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), #0b75c7);
}

.button--primary:hover,
.button--primary:focus-visible {
  background: var(--brand-dark);
}

.button--secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.1);
}

.button--secondary:hover,
.button--secondary:focus-visible {
  background: rgba(255, 255, 255, 0.18);
}

.button--light {
  color: var(--brand-dark);
  background: #fff;
}

.proof-strip {
  margin-top: -34px;
  position: relative;
  z-index: 2;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.proof-grid div {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 126px;
  padding: 22px 24px 22px 26px;
  overflow: hidden;
  border: 1px solid rgba(217, 227, 239, 0.92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 34px rgba(15, 42, 70, 0.08);
}

.proof-grid div:last-child {
  border-right: 1px solid rgba(217, 227, 239, 0.92);
}

.proof-grid div::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--teal));
}

.proof-grid__label {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-grid strong {
  display: block;
  color: var(--brand-deep);
  font-size: 1.16rem;
  line-height: 1.2;
}

.proof-grid span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.45;
}

.section {
  padding: 84px 0;
}

.section--light {
  background: var(--surface-soft);
}

.section--brand {
  color: var(--ink);
  background: linear-gradient(135deg, #f7fbff 0%, #eff8f6 100%);
}

.section--brand h2,
.section--brand h3 {
  color: var(--brand-dark);
}

.section--brand p {
  color: var(--muted);
}

.section--tools {
  background: linear-gradient(180deg, #fff 0%, #eef7f6 100%);
}

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

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.62fr);
  align-items: end;
  gap: 42px;
  max-width: none;
}

.section-heading--split p:not(.eyebrow) {
  margin-bottom: 6px;
}

.section-heading p:not(.eyebrow),
.content-block p {
  color: var(--muted);
  font-size: 1.04rem;
}

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

.service-card,
.benefit-card,
.tool-card,
.post-card,
.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: none;
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: 26px;
  overflow: hidden;
  box-shadow: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--teal), var(--warm));
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: #b8d8f6;
  box-shadow: var(--shadow-soft);
}

.service-card--featured {
  grid-column: auto;
  grid-row: auto;
  justify-content: flex-start;
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
}

.service-card__index {
  display: none;
}

.service-card img {
  width: 50px;
  height: 50px;
  margin-bottom: 22px;
  object-fit: contain;
  filter: drop-shadow(0 10px 12px rgba(20, 121, 255, 0.1));
}

.service-card--featured img {
  width: 50px;
  height: 50px;
  filter: drop-shadow(0 10px 12px rgba(20, 121, 255, 0.1));
}

.service-card p,
.benefit-card p,
.post-card p,
.tool-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.card-link {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 22px;
  color: var(--brand-deep);
  font-weight: 900;
}

.people-section {
  background:
    linear-gradient(180deg, #fff 0%, #f8fbfe 100%);
}

.people-layout {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 58px;
  align-items: center;
}

.people-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.people-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(180deg, transparent, rgba(0, 62, 106, 0.18));
}

.people-media img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
}

.people-copy {
  max-width: 560px;
}

.soft-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 28px;
}

.soft-list span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  color: var(--brand-deep);
  font-weight: 800;
  background: #edf7ff;
  border: 1px solid #cce8ff;
  border-radius: var(--radius);
}

.visual-section {
  background: #fff;
}

.visual-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr 0.95fr;
  gap: 16px;
}

.visual-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--brand-dark);
  box-shadow: var(--shadow-soft);
}

.visual-card:first-child {
  min-height: 480px;
}

.visual-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 500ms ease;
}

.visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 16, 30, 0) 35%, rgba(2, 16, 30, 0.78) 100%),
    linear-gradient(90deg, rgba(0, 62, 106, 0.28), rgba(51, 147, 240, 0.04));
}

.visual-card div {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 1;
}

.visual-card span {
  display: block;
  margin-bottom: 8px;
  color: #9ed4ff;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.visual-card h3 {
  max-width: 360px;
  margin-bottom: 0;
  color: #fff;
  font-size: 1.35rem;
}

.visual-card:hover img {
  transform: scale(1.04);
}

.card-link::after {
  content: "";
  width: 26px;
  height: 1px;
  margin-left: 9px;
  background: currentColor;
  transition: width 160ms ease;
}

.service-card:hover .card-link::after {
  width: 42px;
}

.section--programs {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 248, 251, 0.98) 58%, rgba(227, 241, 255, 0.72) 100%);
}

.two-column,
.company-layout,
.feature-layout,
.contact-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: center;
}

.content-block {
  max-width: 560px;
}

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

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 42, 70, 0.05);
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--brand-dark);
  font-weight: 800;
}

summary::marker {
  color: var(--teal);
}

.section--flow {
  background: linear-gradient(180deg, #f3f9ff 0%, #eef8f6 100%);
  color: var(--ink);
}

.section--flow h2,
.section--flow h3 {
  color: var(--brand-dark);
}

.section--flow p:not(.eyebrow) {
  color: var(--muted);
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  counter-reset: step;
}

.flow-step {
  position: relative;
  min-height: 240px;
  padding: 26px;
  border: 1px solid rgba(217, 227, 239, 0.84);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
}

.flow-step span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--brand);
  font-weight: 900;
}

.flow-step::after {
  content: "";
  position: absolute;
  top: 44px;
  right: 24px;
  left: 62px;
  height: 1px;
  background: linear-gradient(90deg, rgba(51, 147, 240, 0.42), rgba(15, 159, 143, 0));
}

.flow-step p {
  margin-bottom: 0;
}

details p,
details ul {
  margin: 0;
  padding: 0 22px 22px 42px;
  color: var(--muted);
}

details p {
  padding-left: 22px;
}

.feature-image {
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.feature-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.reason-list {
  display: grid;
  gap: 14px;
}

.reason-list article {
  padding: 22px;
  border: 1px solid rgba(217, 227, 239, 0.84);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.8);
}

.reason-list p {
  margin-bottom: 0;
}

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

.benefit-card {
  position: relative;
  min-height: 230px;
  padding: 24px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
}

.benefit-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  color: var(--brand-deep);
  font-weight: 900;
  background: var(--teal-soft);
  border-radius: 50%;
}

.company-layout {
  grid-template-columns: 1.1fr 0.9fr;
}

.map-card {
  display: grid;
  place-items: center;
  min-height: 430px;
  padding: 36px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff 0%, #eef7f6 100%);
  box-shadow: var(--shadow-soft);
}

.map-card img {
  width: min(100%, 310px);
  margin-bottom: 18px;
}

.map-card strong {
  color: var(--brand-deep);
  font-size: 1.35rem;
}

.map-card span {
  color: var(--muted);
}

.tool-grid,
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.tool-card,
.post-card {
  padding: 26px;
}

.tool-card {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.tool-card:hover,
.post-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
}

.tool-card img {
  width: auto;
  max-height: 48px;
  margin-bottom: 24px;
  object-fit: contain;
  align-self: flex-start;
}

.tool-card__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 48px;
  margin-bottom: 24px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--brand), var(--teal));
  border-radius: var(--radius);
}

.tool-card a,
.post-card a {
  margin-top: auto;
  color: var(--brand-deep);
  font-weight: 900;
}

.tool-card a:hover,
.post-card a:hover {
  text-decoration: underline;
}

.cta-band {
  padding: 72px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(135deg, #3393f0 0%, #0f9f8f 52%, #17224d 100%);
  background-size: 64px 64px, 64px 64px, auto;
}

.cta-band h2 {
  color: #fff;
}

.cta-band p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
}

.cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.cta-band__inner div {
  max-width: 720px;
}

.post-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.post-card span {
  margin-bottom: 14px;
  color: var(--warning);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-section {
  background:
    linear-gradient(90deg, rgba(245, 248, 251, 0.97), rgba(245, 248, 251, 0.9)),
    url("assets/people-contact.webp") center / cover no-repeat;
}

.contact-layout {
  grid-template-columns: 0.9fr 1.1fr;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-list a,
.contact-list div {
  display: grid;
  gap: 3px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.contact-list strong {
  color: var(--brand-deep);
}

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

.contact-form {
  display: grid;
  gap: 16px;
  padding: 30px;
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--brand-dark);
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #cbd8e6;
  border-radius: var(--radius);
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(20, 121, 255, 0.16);
  border-color: var(--accent);
}

.site-footer {
  color: rgba(255, 255, 255, 0.78);
  background: #0d1836;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr 1fr;
  gap: 34px;
  padding: 60px 0 40px;
}

.footer-logo {
  width: 250px;
  margin-bottom: 18px;
}

.site-footer h2 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 1rem;
}

.site-footer a {
  display: block;
  margin-bottom: 9px;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.92rem;
}

.footer-bottom__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-bottom__links a {
  margin-bottom: 0;
}

.creator-credit {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
}

.creator-credit img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: contain;
}

.creator-credit strong {
  color: #fff;
}

.creator-credit:hover {
  color: #fff;
  text-decoration: none;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 0;
  color: #fff;
  font-weight: 900;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.28);
}

.whatsapp-float .whatsapp-icon {
  width: 30px;
  height: 30px;
}

.whatsapp-float span:not(.whatsapp-icon) {
  display: none;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  background: #1fbd59;
}

.page-hero {
  padding: 120px 0 70px;
  color: #fff;
  background: linear-gradient(135deg, rgba(51, 147, 240, 0.88), rgba(23, 34, 77, 0.94)), url("assets/hero-medical-2.jpg") center / cover;
}

.page-hero h1 {
  max-width: 820px;
  margin-bottom: 14px;
  font-size: 3rem;
}

.page-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.1rem;
}

.blog-list {
  display: grid;
  gap: 20px;
}

.article-summary {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.article-summary h2 {
  font-size: 1.55rem;
}

.article-summary ul {
  margin-bottom: 0;
  color: var(--muted);
}

.legal-content {
  max-width: 920px;
}

.legal-content article {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.legal-content p,
.legal-content li {
  color: var(--muted);
}

.reveal {
  opacity: 1;
  transform: none;
  animation: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  animation: reveal-in 520ms ease both;
}

@keyframes reveal-in {
  from {
    opacity: 0.01;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-photo {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.045) translate3d(-0.55%, 0.25%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .hero__media {
    animation: none;
  }
}

@media (max-width: 1080px) {
  .topbar__inner {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 18px;
    padding: 8px 0;
  }

  .main-nav {
    gap: 16px;
  }

  h1 {
    font-size: 3rem;
  }

  .service-grid,
  .benefit-grid,
  .tool-grid,
  .flow-grid,
  .visual-grid,
  .post-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .visual-card:first-child {
    grid-column: span 2;
  }

  .benefit-grid {
    gap: 18px;
  }

  .hero__content {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.46fr);
  }

  .service-card:nth-child(6) {
    grid-column: span 2;
  }
}

@media (max-width: 860px) {
  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    inset: 118px 16px auto 16px;
    display: grid;
    gap: 0;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .menu-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    padding: 13px 10px;
    border-bottom: 1px solid var(--line);
  }

  .main-nav .nav-cta {
    margin-top: 12px;
    text-align: center;
  }

  .navbar {
    min-height: 76px;
  }

  .brand {
    width: 210px;
  }

  .hero,
  .hero__content {
    min-height: 640px;
  }

  .hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }

  .hero__status {
    display: none;
  }

  .hero__overlay {
    background: linear-gradient(90deg, rgba(0, 33, 62, 0.92), rgba(51, 147, 240, 0.78));
  }

  .proof-strip {
    margin-top: 0;
  }

  .proof-grid,
  .people-layout,
  .two-column,
  .company-layout,
  .feature-layout,
  .contact-layout,
  .section-heading--split,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .proof-grid div {
    min-height: 0;
  }

  .proof-grid div:last-child {
    border-right: 1px solid rgba(217, 227, 239, 0.92);
  }

  .feature-image,
  .feature-image img {
    min-height: 320px;
  }

  .cta-band__inner,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom__links {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .topbar {
    display: none;
  }

  .main-nav {
    top: 90px;
  }

  .brand {
    width: 185px;
  }

  .hero,
  .hero__content {
    min-height: 620px;
  }

  .hero__content {
    padding: 72px 0 58px;
  }

  h1,
  .page-hero h1 {
    font-size: 2.35rem;
    line-height: 1.08;
  }

  h2 {
    font-size: 1.85rem;
  }

  .hero__lead {
    font-size: 1rem;
  }

  .button,
  .button-row {
    width: 100%;
  }

  .button {
    min-height: 50px;
  }

  .section {
    padding: 72px 0;
  }

  .service-grid,
  .benefit-grid,
  .tool-grid,
  .flow-grid,
  .visual-grid,
  .post-grid {
    grid-template-columns: 1fr;
  }

  .visual-card,
  .visual-card:first-child {
    grid-column: auto;
    min-height: 310px;
  }

  .service-card--featured {
    grid-column: auto;
    grid-row: auto;
    min-height: 230px;
  }

  .service-card:nth-child(6) {
    grid-column: auto;
  }

  .flow-step {
    min-height: 0;
  }

  .flow-step::after {
    display: none;
  }

  .hero-pills {
    gap: 8px;
  }

  .hero-pills span {
    width: 100%;
    justify-content: center;
  }

  .service-card,
  .benefit-card,
  .tool-card,
  .post-card,
  .contact-form {
    padding: 22px;
  }

  .proof-grid div {
    padding: 22px;
  }

  .feature-image,
  .feature-image img {
    min-height: 240px;
  }

  .feature-image {
    display: none;
  }

  .contact-form {
    box-shadow: var(--shadow-soft);
  }

  .whatsapp-float {
    right: 12px;
    bottom: 12px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 0.78rem;
  }

  .whatsapp-float .whatsapp-icon {
    width: 27px;
    height: 27px;
  }
}
