:root {
  --ink: #071827;
  --navy: #052c4f;
  --blue: #0b5e9e;
  --cyan: #21b8c9;
  --mint: #dff8f4;
  --cloud: #f4f8fb;
  --white: #ffffff;
  --soft: #d8e8f1;
  --warm: #f7d7c2;
  --shadow: 0 4px 16px rgba(4, 36, 63, 0.08), 0 12px 40px rgba(4, 36, 63, 0.10);
  --shadow-lg: 0 8px 32px rgba(4, 36, 63, 0.12), 0 24px 64px rgba(4, 36, 63, 0.14);
  --radius: 14px;
  --radius-sm: 8px;
  --radius-pill: 999px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  background: var(--white);
  line-height: 1.6;
}
img,
svg,
picture {
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 14px clamp(18px, 4vw, 62px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(8, 65, 107, 0.11);
  backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--navy);
  white-space: nowrap;
}
.brand strong {
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.brand small {
  display: block;
  margin-top: -3px;
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--blue);
  border: 1px solid rgba(11, 94, 158, 0.2);
  border-radius: var(--radius);
  background: var(--white);
}
.brand-mark svg {
  width: 31px;
  height: 31px;
}
.brand-mark img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}
.site-nav a {
  padding: 10px 12px;
  color: #17364e;
  font-size: 0.94rem;
  font-weight: 700;
  border-radius: var(--radius);
}
.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--blue);
  background: var(--cloud);
  outline: none;
}
.site-nav a[aria-current="page"] {
  color: var(--blue);
  background: var(--cloud);
}
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--soft);
  border-radius: var(--radius);
  background: var(--white);
}
.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px auto;
  background: var(--navy);
}
.hero {
  position: relative;
  display: grid;
  min-height: min(88vh, 700px);
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 28%, rgba(33, 184, 201, 0.22), transparent 34%),
    linear-gradient(135deg, #041b30, #073a62 72%, #0d6aa8);
}
.hero-compact {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  min-height: 500px;
  padding: clamp(40px, 6vw, 72px) clamp(20px, 5vw, 76px);
}
.hero-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(48vw, 720px);
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}
.hero-media picture,
.hero-media img {
  width: 100%;
  height: 100%;
}
.hero-media img {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.98);
}
.hero-content {
  position: relative;
  z-index: 1;
  align-self: center;
  width: min(720px, calc(100% - min(48vw, 720px)));
  padding: clamp(54px, 8vw, 96px) clamp(20px, 5vw, 76px);
  color: var(--white);
}
.hero-compact .hero-content {
  grid-column: 1;
  grid-row: 1;
  width: min(690px, 100%);
  padding: 0;
}
.hero-logo-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  width: min(300px, 100%);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}
.hero-logo-card img {
  width: min(190px, 68%);
  height: auto;
  object-fit: contain;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(1.6rem, 2.6vw, 2.6rem);
  line-height: 1.1;
  letter-spacing: 0;
}
.hero-compact h1 {
  max-width: 680px;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  line-height: 1.12;
}
h2 {
  margin-bottom: 16px;
  color: var(--navy);
  font-size: clamp(1.15rem, 1.8vw, 1.6rem);
  line-height: 1.2;
  letter-spacing: 0;
}
h3 {
  color: var(--navy);
  font-size: 1.1rem;
  line-height: 1.3;
}
.hero-copy {
  max-width: 640px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.98rem, 1.3vw, 1.1rem);
}
.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 160ms ease, border-color 160ms ease;
}
.button:hover,
.contact-link:hover {
  transform: translateY(-3px);
}
.button svg,
.contact-link svg,
.icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.button.primary {
  color: var(--navy);
  background: linear-gradient(135deg, #27cad9, var(--cyan));
  box-shadow: 0 4px 14px rgba(33, 184, 201, 0.32);
}
.button.primary:hover {
  background: linear-gradient(135deg, #2ed8e8, #1dacbc);
  box-shadow: 0 8px 24px rgba(33, 184, 201, 0.48);
}
.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.1);
}
.button.secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.6);
}
.button.plan-action {
  width: 100%;
  margin-top: 22px;
  color: var(--blue);
  border-color: rgba(11, 94, 158, 0.25);
  border-radius: var(--radius);
  background: var(--white);
}
.button.plan-action:hover {
  border-color: rgba(11, 94, 158, 0.45);
  box-shadow: 0 4px 14px rgba(11, 94, 158, 0.12);
}
.button.plan-action.primary {
  color: var(--navy);
  border-color: transparent;
  background: linear-gradient(135deg, #27cad9, var(--cyan));
  box-shadow: 0 4px 14px rgba(33, 184, 201, 0.32);
}
.button.full {
  width: 100%;
}
.trust-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--white);
  box-shadow: var(--shadow);
}
.trust-band div {
  min-height: 116px;
  padding: 24px clamp(18px, 3vw, 42px);
  border-right: 1px solid var(--soft);
}
.trust-band div:last-child {
  border-right: 0;
}
.trust-band strong {
  display: block;
  color: var(--blue);
  font-size: clamp(1.4rem, 2vw, 2.2rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}
.trust-band span {
  display: block;
  margin-top: 8px;
  color: #405b70;
  font-weight: 700;
}
.section,
.plans-section,
.payment-section,
.proof-section,
.process-section,
.online-section,
.contact-section {
  padding: clamp(48px, 6vw, 80px) clamp(20px, 5vw, 76px);
}
.section-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(300px, 1fr);
  gap: clamp(24px, 5vw, 76px);
  align-items: end;
  max-width: 1180px;
  margin: 0 auto 34px;
}
.section-heading p:last-child {
  max-width: 620px;
  color: #4a6174;
  font-size: 1.06rem;
}
.section-heading.compact {
  align-items: start;
  margin-bottom: 30px;
}
.home-section {
  padding-bottom: clamp(44px, 6vw, 82px);
}
.access-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
  padding: clamp(58px, 7vw, 92px) clamp(20px, 5vw, 76px);
  background:
    linear-gradient(135deg, rgba(223, 248, 244, 0.96), rgba(244, 248, 251, 0.96)),
    var(--mint);
}
.access-section > div:first-child {
  max-width: 820px;
}
.access-section p:not(.eyebrow) {
  color: #3e596c;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
}
.access-panel {
  padding: 24px;
  border: 1px solid rgba(11, 94, 158, 0.14);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.access-panel strong {
  display: block;
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 1.2rem;
}
.access-panel ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 20px;
  color: #28495f;
  font-weight: 700;
}
.service-grid,
.program-grid,
.plan-grid {
  display: grid;
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}
.service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.program-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.plan-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.service-card,
.program-card,
.plan-card {
  min-height: 312px;
  padding: 30px;
  border: 1px solid var(--soft);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 2px 8px rgba(7, 24, 39, 0.04), 0 12px 32px rgba(7, 24, 39, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.service-card:hover,
.program-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(7, 24, 39, 0.06), 0 20px 48px rgba(7, 24, 39, 0.12);
}
.service-card:nth-child(2),
.program-card:nth-child(2) {
  background: #f2fbfa;
}
.service-card:nth-child(3),
.program-card:nth-child(3) {
  background: #fff7f1;
}
.service-card p,
.program-card p,
.plan-card p {
  color: #4a6174;
}
.program-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 19px;
  color: #28495f;
  font-weight: 700;
}
.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--blue);
  font-weight: 800;
}
.text-link:hover,
.text-link:focus-visible {
  text-decoration: underline;
  outline: none;
}
.home-links-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 0 clamp(20px, 5vw, 76px) clamp(64px, 8vw, 112px);
  background: var(--white);
}
.info-tile {
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--soft);
  border-radius: var(--radius);
  background: var(--cloud);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 160ms ease;
}
.info-tile:hover,
.info-tile:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(11, 94, 158, 0.36);
  box-shadow: 0 8px 24px rgba(7, 24, 39, 0.1);
  outline: none;
}
.info-tile span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.info-tile strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 1.22rem;
  line-height: 1.2;
}
.info-tile p {
  color: #4a6174;
}
.tag {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 10px;
  padding: 6px 9px;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(11, 94, 158, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}
.icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  place-items: center;
  color: var(--white);
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, var(--blue) 0%, #0e7ac5 100%);
  box-shadow: 0 4px 12px rgba(11, 94, 158, 0.28);
}
.plans-section {
  background: var(--cloud);
}
.plan-card {
  display: flex;
  flex-direction: column;
  min-height: auto;
  background: var(--white);
}
.plan-card .check-list {
  flex: 1;
}
.plan-card.featured {
  border-color: rgba(33, 184, 201, 0.6);
  border-width: 2px;
  background: linear-gradient(180deg, #e6fffe 0%, var(--white) 55%);
  box-shadow: var(--shadow-lg);
}
.plan-price {
  margin-bottom: 20px;
  color: var(--navy);
  font-size: 1.55rem;
  font-weight: 800;
}
.reimbursement-note {
  max-width: 1180px;
  margin: 18px auto 0;
  padding: 18px 20px;
  color: #24475e;
  border: 1px solid #c7dae5;
  border-radius: var(--radius);
  background: var(--white);
}
.payment-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 430px);
  gap: clamp(28px, 6vw, 90px);
  align-items: start;
  background:
    linear-gradient(135deg, rgba(255, 247, 241, 0.92), rgba(244, 248, 251, 0.96)),
    var(--cloud);
}
.payment-copy > p {
  max-width: 710px;
  color: #3e596c;
  font-size: 1.08rem;
}
.payment-panel {
  padding: 26px;
  border: 1px solid rgba(11, 94, 158, 0.16);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.payment-brand {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 10px;
  color: #123e63;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
  background: #eaf7ff;
}
.payment-panel ol {
  display: grid;
  gap: 9px;
  margin: 0 0 22px;
  padding-left: 20px;
  color: #28495f;
  font-weight: 700;
}
.payment-note {
  grid-column: 1 / -1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 18px;
  color: #24475e;
  border: 1px solid #ead7c8;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
}
.proof-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 1.15fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  background: var(--navy);
}
.proof-section h2,
.proof-section .eyebrow {
  color: var(--white);
}
.proof-copy p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.76);
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.proof-card {
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}
.proof-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--cyan);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.proof-card strong {
  display: block;
  color: var(--white);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.05;
}
.proof-card p,
.privacy-note {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
}
.privacy-note {
  grid-column: 2;
  padding: 14px 16px;
  border-left: 3px solid var(--cyan);
  background: rgba(255, 255, 255, 0.06);
}
.process-section {
  background: var(--white);
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}
.process-grid article {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--soft);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(7, 24, 39, 0.06);
}
.process-grid span {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  place-items: center;
  color: var(--white);
  font-weight: 800;
  font-size: 1.05rem;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, var(--navy), var(--blue));
  box-shadow: 0 4px 12px rgba(5, 44, 79, 0.28);
}
.process-grid p {
  color: #4a6174;
}
.page-hero {
  padding: clamp(44px, 6vw, 80px) clamp(20px, 5vw, 76px);
  color: var(--white);
  background:
    radial-gradient(ellipse at 14% 38%, rgba(33, 184, 201, 0.28), transparent 42%),
    radial-gradient(ellipse at 85% 20%, rgba(11, 94, 158, 0.3), transparent 38%),
    linear-gradient(145deg, #030f1e 0%, #052c4f 50%, #0a5490 100%);
}
.page-hero h1,
.page-hero p {
  max-width: 840px;
}
.page-hero h1 {
  color: var(--white);
}
.page-hero > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
}
.page-hero .button {
  margin-top: 12px;
}
.back-link {
  display: inline-flex;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}
.back-link:hover,
.back-link:focus-visible {
  color: var(--white);
  outline: none;
}
.detail-section,
.split-section {
  padding: clamp(44px, 6vw, 80px) clamp(20px, 5vw, 76px);
}
.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}
.detail-grid article,
.info-panel {
  padding: 26px;
  border: 1px solid var(--soft);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(7, 24, 39, 0.06);
}
.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 430px);
  gap: clamp(28px, 6vw, 90px);
  align-items: start;
  background: var(--cloud);
}
.split-section > div:first-child {
  max-width: 760px;
}
.split-section > div:first-child p:not(.eyebrow) {
  color: #3e596c;
  font-size: 1.08rem;
}
.info-panel ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 20px;
  color: #28495f;
  font-weight: 700;
}
.page-proof {
  grid-template-columns: minmax(0, 0.7fr) minmax(340px, 1.3fr);
}
.online-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(28px, 6vw, 90px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(223, 248, 244, 0.96), rgba(244, 248, 251, 0.96)),
    var(--mint);
}
.online-content {
  max-width: 760px;
}
.online-content > p {
  max-width: 690px;
  color: #3e596c;
  font-size: 1.08rem;
}
.check-list {
  display: grid;
  gap: 11px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  position: relative;
  padding-left: 34px;
  color: #16364e;
  font-weight: 700;
}
.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.18em;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: var(--white);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), #0e7ac5);
  box-shadow: 0 2px 6px rgba(11, 94, 158, 0.3);
  content: "✓";
  font-size: 0.8rem;
}
.contact-panel {
  padding: 26px;
  border: 1px solid rgba(11, 94, 158, 0.14);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.contact-panel h3 {
  margin-bottom: 20px;
}
label {
  display: grid;
  gap: 7px;
  margin-bottom: 15px;
  color: #25465d;
  font-size: 0.9rem;
  font-weight: 800;
}
input,
select,
textarea {
  width: 100%;
  padding: 12px 13px;
  color: var(--ink);
  font: inherit;
  border: 1px solid #c7dae5;
  border-radius: var(--radius);
  background: var(--white);
}
textarea {
  resize: vertical;
}
input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(33, 184, 201, 0.2);
}
.profile-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.78fr);
  gap: clamp(32px, 7vw, 92px);
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
}
.profile-copy p {
  max-width: 680px;
  color: #455f73;
  font-size: 1.08rem;
}
.credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.credentials span {
  padding: 9px 12px;
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 800;
  border: 1px solid var(--soft);
  border-radius: 999px;
  background: var(--cloud);
}
.flyer-frame {
  overflow: hidden;
  border: 1px solid var(--soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.flyer-frame picture,
.flyer-frame img {
  width: 100%;
}
.flyer-frame img {
  aspect-ratio: 0.69;
  object-fit: cover;
}
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1fr);
  gap: 30px;
  align-items: center;
  color: var(--white);
  background: var(--navy);
}
.contact-section h2,
.contact-section .eyebrow {
  color: var(--white);
}
.contact-section p {
  max-width: 570px;
  color: rgba(255, 255, 255, 0.78);
}
.contact-actions {
  justify-content: flex-end;
}
.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 20px;
  color: var(--white);
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.1);
  transition: transform 180ms ease, background 160ms ease, border-color 160ms ease;
}
.contact-link:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.5);
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px clamp(20px, 5vw, 76px);
  color: #4e6577;
  font-size: 0.92rem;
  font-weight: 700;
  background: var(--cloud);
}
.site-footer div {
  display: grid;
  gap: 4px;
}
.site-footer small {
  color: #6b7f8e;
  font-size: 0.78rem;
  font-weight: 700;
}
.site-footer a {
  color: var(--blue);
}
/* Premium home (hero + confianza + experiencia) */
.announcement-bar {
  position: relative;
  z-index: 15;
  padding: 12px clamp(18px, 3.8vw, 62px);
  color: #e8faff;
  font-size: 0.84rem;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(120deg, #042b4b 0%, #0f5f9b 62%, #1a7fbe 100%);
}
.announcement-bar p {
  margin: 0;
}
.announcement-bar a {
  color: #fff;
}
.announcement-bar::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  opacity: 0.45;
  background: linear-gradient(to right, transparent, rgba(255,255,255,.75), transparent);
}
.hero {
  overflow: hidden;
}
.hero-media {
  pointer-events: none;
}
.hero-media figcaption {
  position: absolute;
  right: clamp(18px, 3vw, 36px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: min(82%, 360px);
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(4, 36, 63, 0.25);
  backdrop-filter: blur(8px);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.hero-media figcaption img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}
.hero-media figcaption span {
  display: block;
  line-height: 1.2;
}
.hero-media figcaption strong {
  display: inline;
  margin-right: 0.32em;
  color: #fff;
  font-size: 0.86rem;
}
.availability-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0 0 18px;
  padding: 9px 14px;
  border-radius: var(--radius-pill);
  color: #e0f4ff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  background: rgba(5, 64, 111, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.36);
}
.avail-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2ef5b3;
  box-shadow: 0 0 0 0 rgba(46, 245, 179, 0.65);
  animation: pulse-dot 1.9s infinite;
}
@keyframes pulse-dot {
  0% { box-shadow: 0 0 0 0 rgba(46, 245, 179, 0.54); }
  70% { box-shadow: 0 0 0 8px rgba(46, 245, 179, 0); }
  100% { box-shadow: 0 0 0 0 rgba(46, 245, 179, 0); }
}
.care-journey {
  padding: clamp(46px, 7vw, 86px) clamp(20px, 5vw, 76px);
  background: linear-gradient(180deg, #f3f8fd 0, #ffffff 52%, #f2faf8 100%);
}
.care-journey-heading {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(280px, 1fr);
  gap: clamp(18px, 4vw, 48px);
  align-items: end;
  max-width: 1180px;
  margin: 0 auto 28px;
}
.care-journey-heading > div {
  max-width: 620px;
}
.care-journey-heading p:last-child {
  margin: 0;
  max-width: 540px;
  color: #3d576b;
}
.care-journey-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.care-journey-grid li {
  position: relative;
  padding: 24px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  border: 1px solid var(--soft);
  min-height: 180px;
}
.journey-number {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #d4ebf6;
  font-size: 1.72rem;
  font-weight: 800;
}
.journey-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin: 0 0 14px;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, #21b8c9 0%, #0f71a8 100%);
}
.journey-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
  fill: none;
  stroke: currentColor;
}
.care-journey-action {
  max-width: 1180px;
  margin: 24px auto 0;
  padding: 22px;
  border: 1px dashed rgba(11, 94, 158, 0.28);
  border-radius: var(--radius);
  background: rgba(223, 248, 244, 0.36);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.care-journey-action p {
  margin: 0;
  color: #24475f;
}
.faq-list {
  max-width: 930px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.faq-list .faq-item {
  padding: 0;
  border-radius: var(--radius);
  border: 1px solid var(--soft);
  background: var(--white);
}
.faq-list .faq-item summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 16px 52px 16px 20px;
  font-weight: 800;
  color: var(--navy);
}
.faq-list .faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-list .faq-item summary::marker {
  content: '';
}
.faq-list .faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--navy);
  border: 1px solid #bed1df;
  content: '+';
  font-size: 1rem;
  line-height: 1;
}
.faq-list .faq-item[open] summary::after {
  content: '−';
  color: var(--blue);
  border-color: rgba(11, 94, 158, 0.35);
}
.faq-list .faq-item p {
  margin: 0;
  padding: 0 52px 18px 20px;
  color: #4a6174;
}
.testimonial-strip {
  padding: clamp(46px, 7vw, 86px) clamp(20px, 5vw, 76px);
  background: #f2fbfa;
}
.testimonials-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.testimonial-card {
  padding: 22px;
  border-radius: var(--radius);
  border: 1px solid var(--soft);
  background: var(--white);
  box-shadow: 0 12px 34px rgba(7, 24, 39, 0.07);
}
.tc-stars {
  margin-bottom: 8px;
  color: #ffcb36;
  letter-spacing: 1px;
  font-size: 1.05rem;
}
.testimonial-card p {
  margin: 0 0 10px;
  color: #26435a;
}
.tc-author {
  color: #3d6079;
  font-size: 0.9rem;
  font-weight: 800;
}
@media (max-width: 980px) {
  .trust-band,
  .service-grid,
  .program-grid,
  .plan-grid,
  .home-links-section {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-compact,
  .section-heading,
  .access-section,
  .payment-section,
  .proof-section,
  .split-section,
  .online-section,
  .profile-section,
  .contact-section {
    grid-template-columns: 1fr;
  }
  .hero-compact {
    gap: 22px;
    min-height: auto;
    padding: clamp(34px, 5vw, 56px) clamp(20px, 5vw, 48px);
    grid-template-columns: 1fr;
  }
  .hero-content,
  .hero-compact .hero-content {
    width: 100%;
    padding: 0;
    align-self: auto;
    grid-row: 2;
  }
  .hero-media {
    position: relative;
    inset: auto;
    width: min(100%, 580px);
    height: auto;
    aspect-ratio: 4 / 3;
    margin: 0 auto;
    grid-column: 1;
    grid-row: 1;
    border-left: 0;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(4, 29, 50, 0.18);
  }
  .hero-media img {
    height: 100%;
    object-position: center;
    filter: saturate(1.03);
    opacity: 1;
  }
  .hero-media figcaption {
    left: 18px;
    right: 18px;
    max-width: min(100%, 420px);
    width: auto;
    font-size: 0.78rem;
  }
  .hero-logo-card {
    grid-column: 1;
    grid-row: 3;
    justify-self: start;
    width: min(280px, 100%);
    margin-top: 2px;
  }
  .proof-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .privacy-note {
    grid-column: auto;
  }
  .detail-grid {
    grid-template-columns: 1fr;
  }
  .contact-actions {
    justify-content: flex-start;
  }
  .announcement-bar {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .care-journey {
    padding-top: 42px;
    padding-bottom: 50px;
  }
  .care-journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .site-header {
    min-height: 68px;
  }
  .brand small {
    display: none;
  }
  .nav-toggle {
    display: block;
  }
  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 14px;
    left: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border: 1px solid var(--soft);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
  }
  .site-nav.is-open {
    display: flex;
  }
  .site-nav a {
    padding: 13px 12px;
  }
  .hero {
    min-height: auto;
  }
  .hero-compact {
    gap: 18px;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hero-compact::after {
    display: none;
  }
  .hero-media {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .hero-media img {
    object-position: 50% 52%;
    opacity: 1;
  }
  .hero-media figcaption {
    width: auto;
    left: 12px;
    right: 12px;
    bottom: 12px;
    font-size: 0.78rem;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(4, 36, 63, 0.42), rgba(4, 36, 63, 0.72));
  }
  .hero-content {
    align-self: auto;
    width: 100%;
    padding-top: 0;
    color: var(--white);
  }
  .hero-compact .hero-content {
    align-self: auto;
    grid-row: 2;
    padding-top: 2px;
  }
  .hero-compact .hero-logo-card {
    display: none;
  }
  .hero-actions,
  .contact-actions,
  .site-footer {
    flex-direction: column;
  }
  .button,
  .contact-link {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .hero-media {
    height: auto;
    aspect-ratio: 4 / 5;
  }
  .trust-band,
  .service-grid,
  .program-grid,
  .plan-grid,
  .home-links-section {
    grid-template-columns: 1fr;
  }
  .trust-band div {
    min-height: 96px;
    border-right: 0;
    border-bottom: 1px solid var(--soft);
  }
  .service-card {
    min-height: auto;
  }
  .section,
  .access-section,
  .plans-section,
  .payment-section,
  .proof-section,
  .process-section,
  .detail-section,
  .split-section,
  .online-section,
  .contact-section {
    padding-right: 16px;
    padding-left: 16px;
  }
  h1 {
    font-size: clamp(1.55rem, 7vw, 2.2rem);
  }
  .proof-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }
  .home-links-section {
    padding-right: 16px;
    padding-left: 16px;
  }
  .announcement-bar {
    text-align: center;
    font-size: 0.78rem;
    padding-right: 16px;
    padding-left: 16px;
  }
  .care-journey-heading {
    grid-template-columns: 1fr;
  }
  .care-journey-grid {
    grid-template-columns: 1fr;
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .care-journey-action {
    flex-direction: column;
    align-items: flex-start;
  }
  }
/* Program card CTAs */
.program-card-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.wa-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 14px;
  color: var(--blue);
  font-size: 0.88rem;
  font-weight: 800;
  border: 1px solid rgba(11, 94, 158, 0.22);
  border-radius: var(--radius-pill);
  background: var(--white);
  transition: background 160ms, border-color 160ms, transform 180ms;
}
.wa-link:hover {
  background: var(--cloud);
  border-color: rgba(11, 94, 158, 0.4);
  transform: translateY(-2px);
}
/* Wizard / Presupuesto */
.wizard-section {
  padding: clamp(56px, 7vw, 100px) clamp(20px, 5vw, 76px);
  background: var(--cloud);
}
.wizard-wrap {
  max-width: 760px;
  margin: 0 auto;
}
.wizard-progress {
  display: flex;
  gap: 6px;
  margin-bottom: 32px;
}
.wizard-progress span {
  flex: 1;
  height: 4px;
  border-radius: 2px;
  background: var(--soft);
  transition: background 300ms;
}
.wizard-progress span.done,
.wizard-progress span.active {
  background: var(--cyan);
}
.wizard-step {
  display: none;
}
.wizard-step.active {
  display: block;
}
.wizard-step h2 {
  margin-bottom: 8px;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
}
.wizard-step > p {
  margin-bottom: 26px;
  color: #4a6174;
  font-size: 1.02rem;
}
.wizard-options {
  display: grid;
  gap: 12px;
}
.wizard-options.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.wizard-options.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.wizard-option {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  border: 2px solid var(--soft);
  border-radius: var(--radius);
  background: var(--white);
  cursor: pointer;
  transition: border-color 160ms, box-shadow 180ms, transform 180ms;
}
.wizard-option:hover {
  border-color: rgba(33, 184, 201, 0.5);
  box-shadow: 0 4px 16px rgba(33, 184, 201, 0.14);
  transform: translateY(-2px);
}
.wizard-option.selected {
  border-color: var(--cyan);
  background: #f0fffe;
  box-shadow: 0 4px 16px rgba(33, 184, 201, 0.18);
}
.wizard-option-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  place-items: center;
  font-size: 1.4rem;
  border-radius: var(--radius-sm);
  background: var(--cloud);
}
.wizard-option-body strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
  font-size: 1rem;
}
.wizard-option-body p {
  margin: 4px 0 0;
  color: #4a6174;
  font-size: 0.88rem;
}
.wizard-nav {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}
.wizard-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 20px;
  color: var(--blue);
  font-weight: 800;
  border: 1px solid rgba(11, 94, 158, 0.22);
  border-radius: var(--radius-pill);
  background: var(--white);
  cursor: pointer;
  transition: background 160ms, border-color 160ms;
}
.wizard-back:hover {
  background: var(--cloud);
  border-color: rgba(11, 94, 158, 0.4);
}
/* Resultado del presupuesto */
.budget-card {
  padding: 32px;
  border: 2px solid rgba(33, 184, 201, 0.35);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-lg);
}
.budget-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--soft);
}
.budget-header .icon {
  margin: 0;
}
.budget-header h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.3rem;
}
.budget-lines {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}
.budget-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  color: #28495f;
  font-size: 0.96rem;
}
.budget-line span:first-child {
  font-weight: 700;
}
.budget-line span:last-child {
  color: var(--navy);
  font-weight: 800;
  white-space: nowrap;
}
.budget-total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 16px;
  border-top: 2px solid var(--soft);
  color: var(--navy);
  font-size: 1.18rem;
  font-weight: 800;
}
.budget-price {
  color: var(--blue);
  font-size: 1.5rem;
}
.budget-note {
  margin-top: 18px;
  padding: 14px 16px;
  color: #24475e;
  border-left: 3px solid var(--cyan);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: #f0fdfc;
  font-size: 0.9rem;
}
.budget-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.budget-restart {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 18px;
  color: #4a6174;
  font-weight: 800;
  font-size: 0.9rem;
  border: 1px solid var(--soft);
  border-radius: var(--radius-pill);
  background: var(--white);
  cursor: pointer;
  transition: background 160ms;
}
.budget-restart:hover {
  background: var(--cloud);
}
@media (max-width: 560px) {
  .wizard-options.cols-2,
  .wizard-options.cols-3 {
    grid-template-columns: 1fr;
  }
  .budget-total-row {
    flex-direction: column;
    gap: 4px;
  }
}
/* FAQ section */
.faq-section {
  padding: clamp(48px, 6vw, 80px) clamp(20px, 5vw, 76px);
  background: var(--cloud);
}
.faq-grid {
  display: grid;
  gap: 12px;
  max-width: 820px;
  margin: 28px auto 0;
}
.faq-item {
  padding: 22px 26px;
  border: 1px solid var(--soft);
  border-radius: var(--radius);
  background: var(--white);
  transition: box-shadow 180ms;
}
.faq-item:hover {
  box-shadow: 0 4px 16px rgba(7, 24, 39, 0.07);
}
.faq-item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 1rem;
}
.faq-item p {
  margin: 0;
  color: #4a6174;
}
/* Session intro callout */
.session-intro {
  max-width: 1180px;
  margin: 0 auto 28px;
  padding: 22px 26px;
  border: 1px solid rgba(33, 184, 201, 0.3);
  border-left: 4px solid var(--cyan);
  border-radius: var(--radius);
  background: var(--white);
}
.session-intro strong {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 1.08rem;
}
.session-intro p {
  margin: 0;
  color: #4a6174;
}
/* Skip to content (accesibilidad) */
.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  z-index: 200;
  padding: 10px 18px;
  color: var(--white);
  font-weight: 800;
  border-radius: 0 0 var(--radius) var(--radius);
  background: var(--navy);
  transition: top 160ms;
}
.skip-link:focus {
  top: 0;
  outline: 3px solid var(--cyan);
}
/* Boton WhatsApp flotante */
.wa-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--white);
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.wa-float:hover {
  transform: scale(1.12) translateY(-2px);
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.55);
}
.wa-float svg {
  width: 28px;
  height: 28px;
}
/* Barra de progreso de lectura */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--blue));
  pointer-events: none;
  transition: width 80ms linear;
}
/* Scroll-reveal */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease;
}
.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}
/* Print (imprimir presupuesto) */
@media print {
  .site-header,
  .site-footer,
  .wa-float,
  .scroll-progress,
  .page-hero .back-link,
  .wizard-section .wizard-step:not(.active),
  .budget-actions .button.secondary,
  .budget-restart {
    display: none !important;
  }
  .budget-card {
    border: 1px solid #ccc;
    box-shadow: none;
  }
  body {
    color: #000;
    font-size: 12pt;
  }
  a[href]::after {
    content: none;
  }
}
/* Portal cards (acceso paciente / panel clinico) */
.hero-portals {
  display: flex;
  gap: .75rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}
.portal-card {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .85rem 1.1rem;
  border-radius: .75rem;
  text-decoration: none;
  flex: 1 1 220px;
  transition: transform .18s, box-shadow .18s;
  border: 1.5px solid transparent;
}
.portal-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,.15);
}
.portal-card svg:first-child {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
.portal-card .arrow {
  width: 1.1rem;
  height: 1.1rem;
  margin-left: auto;
  opacity: .6;
}
.portal-card span {
  display: flex;
  flex-direction: column;
  gap: .1rem;
}
.portal-card strong {
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.2;
}
.portal-card small {
  font-size: .75rem;
  opacity: .75;
}
.portal-card.patient {
  background: linear-gradient(135deg, #e8f4fd 0%, #d0eaf8 100%);
  border-color: #21b8c9;
  color: #052c4f;
}
.portal-card.clinician {
  background: linear-gradient(135deg, #edf7f0 0%, #d4eddb 100%);
  border-color: #2ecc71;
  color: #1a3d27;
}
/* Nav CTA buttons */
.nav-cta-patient {
  background: var(--cyan);
  color: #fff !important;
  padding: .35rem .85rem !important;
  border-radius: 2rem;
  font-weight: 600;
}
.nav-cta-admin {
  background: var(--navy);
  color: #fff !important;
  padding: .35rem .85rem !important;
  border-radius: 2rem;
  font-weight: 600;
}
.nav-cta-patient:hover, .nav-cta-admin:hover {
  opacity: .88;
}
/* BLOG - articulos y listado */
/* Hero de articulo */
.article-hero {
  padding: clamp(48px, 7vw, 96px) clamp(20px, 5vw, 76px) clamp(36px, 5vw, 64px);
  background: linear-gradient(135deg, var(--navy) 0%, #0b5e9e 100%);
  color: var(--white);
}
.article-hero .eyebrow {
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.article-hero h1 {
  max-width: 820px;
  margin: 0 0 18px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.18;
  color: var(--white);
}
.article-hero .article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  color: rgba(255,255,255,0.72);
  font-size: 0.88rem;
  font-weight: 600;
}
.article-hero .article-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.article-hero .article-meta svg {
  width: 15px;
  height: 15px;
  opacity: 0.8;
}
/* Cuerpo del articulo */
.article-body {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(36px, 5vw, 72px) clamp(20px, 5vw, 76px);
}
.article-body h2 {
  margin-top: 2.4em;
  margin-bottom: 0.6em;
  color: var(--navy);
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  border-left: 4px solid var(--cyan);
  padding-left: 14px;
}
.article-body h3 {
  margin-top: 1.8em;
  margin-bottom: 0.5em;
  color: var(--blue);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}
.article-body p {
  margin: 0 0 1.25em;
  color: #2a4155;
  font-size: 1.05rem;
  line-height: 1.78;
}
.article-body ul,
.article-body ol {
  padding-left: 1.4em;
  margin: 0 0 1.4em;
}
.article-body li {
  margin-bottom: 0.55em;
  color: #2a4155;
  font-size: 1.02rem;
  line-height: 1.7;
}
.article-body strong {
  color: var(--navy);
}
.article-body .highlight-box {
  margin: 2em 0;
  padding: 22px 26px;
  border-left: 4px solid var(--cyan);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: var(--mint);
  color: #1a3d4e;
}
.article-body .highlight-box p {
  margin: 0;
  color: #1a3d4e;
}
.article-body .data-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.8em 0;
  font-size: 0.96rem;
}
.article-body .data-table th {
  padding: 12px 16px;
  text-align: left;
  color: var(--white);
  background: var(--navy);
  font-weight: 700;
}
.article-body .data-table td {
  padding: 11px 16px;
  border-bottom: 1px solid var(--soft);
  color: #2a4155;
  vertical-align: top;
}
.article-body .data-table tr:nth-child(even) td {
  background: var(--cloud);
}
/* CTA al final del articulo */
.article-cta {
  margin: 2.8em 0 0;
  padding: 32px 36px;
  border: 2px solid rgba(33, 184, 201, 0.35);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #f0fdfc 0%, #e8f4fd 100%);
  text-align: center;
}
.article-cta h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 1.22rem;
}
.article-cta p {
  margin: 0 0 22px;
  color: #3a5568;
}
.article-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
/* Grid de tarjetas de blog */
.blog-hero {
  padding: clamp(48px, 7vw, 88px) clamp(20px, 5vw, 76px) clamp(32px, 4vw, 52px);
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
  color: var(--white);
  text-align: center;
}
.blog-hero h1 {
  margin: 12px 0 16px;
  color: var(--white);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
}
.blog-hero p {
  max-width: 620px;
  margin: 0 auto;
  color: rgba(255,255,255,0.78);
  font-size: 1.08rem;
}
.blog-grid-section {
  padding: clamp(40px, 6vw, 80px) clamp(20px, 5vw, 76px);
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
}
.article-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--soft);
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
  transition: box-shadow 200ms, transform 200ms;
}
.article-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}
.article-card-tag {
  display: inline-block;
  margin: 20px 20px 0;
  padding: 4px 10px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: var(--radius-pill);
  background: var(--cloud);
}
.article-card h2 {
  margin: 12px 20px 10px;
  color: var(--navy);
  font-size: 1.08rem;
  line-height: 1.35;
}
.article-card p {
  flex: 1;
  margin: 0 20px 18px;
  color: #4a6174;
  font-size: 0.92rem;
  line-height: 1.6;
}
.article-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-top: 1px solid var(--soft);
  font-size: 0.84rem;
  color: #6b7f8e;
  font-weight: 600;
}
.article-card-footer a {
  color: var(--blue);
  font-weight: 800;
}
.article-card-footer a:hover {
  text-decoration: underline;
}
/* Breadcrumb */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  padding: 14px clamp(20px, 5vw, 76px);
  background: var(--cloud);
  font-size: 0.84rem;
  font-weight: 600;
  color: #6b7f8e;
  border-bottom: 1px solid var(--soft);
}
.breadcrumb a {
  color: var(--blue);
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  opacity: 0.5;
}
@media (max-width: 760px) {
  .article-body {
    padding-right: 18px;
    padding-left: 18px;
  }
  .article-cta {
    padding: 24px 18px;
  }
  .article-hero {
    padding-right: 18px;
    padding-left: 18px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
}
/* Blog */
.blog-hero { background: linear-gradient(135deg,#041b30,#073a62 72%,#0d6aa8); padding: clamp(36px,5vw,64px) clamp(20px,5vw,76px); text-align: center; color: var(--white); }
.blog-hero h1 { font-size: clamp(1.4rem,2.4vw,2.2rem); color: var(--white); margin: 0 auto 12px; max-width: 760px; }
.blog-hero p { color: rgba(255,255,255,.82); max-width: 580px; margin: 0 auto; font-size: .95rem; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(280px,1fr)); gap: 1.25rem; padding: clamp(32px,4vw,56px) clamp(20px,5vw,76px); max-width: 1180px; margin: 0 auto; }
.blog-card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; display: flex; flex-direction: column; transition: transform .18s,box-shadow .18s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.blog-card-tag { display: inline-block; background: var(--mint); color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: .3rem .7rem; border-radius: var(--radius-pill); margin: 1rem 1rem 0; }
.blog-card h2 { font-size: .98rem; padding: .5rem 1rem 0; margin: 0; color: var(--navy); line-height: 1.35; }
.blog-card p { font-size: .86rem; padding: .4rem 1rem; color: #3e596c; flex: 1; margin: 0; }
.blog-card a.read-more { display: block; padding: .75rem 1rem; color: var(--blue); font-size: .86rem; font-weight: 700; border-top: 1px solid var(--soft); }
.blog-card a.read-more:hover { color: var(--cyan); }
.article-wrap { max-width: 760px; margin: 0 auto; padding: clamp(32px,4vw,56px) clamp(20px,5vw,40px); }
.article-wrap h1 { font-size: clamp(1.35rem,2.4vw,2rem); color: var(--navy); margin-bottom: 8px; }
.article-meta { font-size: .82rem; color: #7a9ab0; margin-bottom: 1.5rem; }
.article-wrap h2 { font-size: clamp(1rem,1.6vw,1.28rem); color: var(--navy); margin-top: 1.75rem; }
.article-wrap ul, .article-wrap ol { padding-left: 1.4rem; color: #2d4a5e; }
.article-wrap li { margin-bottom: .5rem; }
.article-cta { background: linear-gradient(135deg,var(--mint),#c8f0eb); border-radius: var(--radius); padding: 1.75rem; margin-top: 2.5rem; text-align: center; }
.article-cta h3 { color: var(--navy); margin-bottom: .5rem; font-size: 1.05rem; }
.article-cta p { color: #2d4a5e; margin-bottom: 1.25rem; font-size: .9rem; }
.article-cta .hero-actions { justify-content: center; }
.article-back { display: inline-flex; align-items: center; gap: .4rem; color: var(--blue); font-size: .88rem; font-weight: 700; margin-bottom: 1.25rem; }
.article-back:hover { color: var(--cyan); }

/* Experiencia humana: activo generado integrado y registrado */
.human-care-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  padding: clamp(56px, 8vw, 104px) clamp(20px, 5vw, 76px);
  background:
    radial-gradient(circle at 8% 18%, rgba(33, 184, 201, 0.12), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f5fbff 54%, #eefaf7 100%);
}
.human-care-media {
  position: relative;
  width: min(100%, 720px);
  margin: 0;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(6, 67, 110, 0.12);
  border-radius: clamp(22px, 3vw, 34px);
  background: #dcebf3;
  box-shadow: var(--shadow-lg);
  isolation: isolate;
}
.human-care-media::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, transparent 55%, rgba(3, 31, 53, 0.5) 100%);
}
.human-care-media > img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.human-care-media figcaption {
  position: absolute;
  right: clamp(14px, 2.5vw, 26px);
  bottom: clamp(14px, 2.5vw, 26px);
  left: clamp(14px, 2.5vw, 26px);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: calc(100% - clamp(28px, 5vw, 52px));
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(3, 31, 53, 0.62);
  backdrop-filter: blur(12px);
  font-size: 0.82rem;
  line-height: 1.35;
}
.showcase-caption-icon {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
}
.showcase-caption-icon svg,
.showcase-benefit svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.human-care-media figcaption strong {
  display: block;
  color: #fff;
  font-size: 0.88rem;
}
.human-care-content {
  max-width: 590px;
}
.human-care-content h2 {
  max-width: 560px;
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(1.75rem, 3.2vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.human-care-lead {
  margin: 0 0 24px;
  color: #38566c;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
}
.showcase-benefits {
  display: grid;
  gap: 10px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}
.showcase-benefit {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 15px;
  border: 1px solid rgba(8, 79, 126, 0.11);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 26px rgba(4, 36, 63, 0.05);
}
.showcase-benefit > span {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  color: var(--blue);
  background: var(--mint);
}
.showcase-benefit strong,
.showcase-benefit small {
  display: block;
}
.showcase-benefit strong {
  color: var(--navy);
  font-size: 0.94rem;
}
.showcase-benefit small {
  color: #557084;
  font-size: 0.81rem;
}
.human-care-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 980px) {
  .human-care-showcase {
    grid-template-columns: 1fr;
  }
  .human-care-media,
  .human-care-content {
    width: min(100%, 720px);
    max-width: 720px;
    justify-self: center;
  }
}
@media (max-width: 560px) {
  .human-care-showcase {
    gap: 28px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .human-care-media {
    border-radius: 22px;
  }
  .human-care-media figcaption {
    width: auto;
    max-width: none;
    font-size: 0.75rem;
  }
  .human-care-content h2 {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
  }
  .human-care-actions {
    flex-direction: column;
  }
  .human-care-actions .button {
    width: 100%;
  }
}

/* Contención transversal: gutter seguro y prevención de overflow en todas las páginas. */
:root {
  --page-gutter: clamp(20px, 5vw, 76px);
}
html,
body {
  max-width: 100%;
  overflow-x: clip;
}
main,
main > * {
  min-width: 0;
}
main :where(img, svg, video, canvas, iframe, table) {
  max-width: 100%;
}
main :where(h1, h2, h3, h4, p, li, a, strong, span) {
  overflow-wrap: anywhere;
}
main > .reading-time {
  padding-right: var(--page-gutter);
  padding-left: var(--page-gutter);
}

/* Paquete de 10 sesiones: módulo contenido y responsive. */
.order-package-section {
  padding: clamp(44px, 6vw, 72px) var(--page-gutter) clamp(48px, 7vw, 86px);
  border-top: 2px solid var(--soft);
  background: linear-gradient(180deg, #fff 0%, #f7fbfe 100%);
}
.orden-intro,
.sessions-section {
  width: min(100%, 1180px);
  margin-right: auto;
  margin-left: auto;
}
.orden-intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 26px;
  border: 1px solid rgba(11, 94, 158, 0.14);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.orden-intro > div {
  flex: 1 1 auto;
  min-width: 0;
}
.orden-intro h3 {
  margin-bottom: 10px;
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
}
.orden-intro p {
  max-width: 820px;
  margin-bottom: 0;
  color: #38566c;
}
.orden-badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 8px 12px;
  color: var(--blue);
  border: 1px solid rgba(11, 94, 158, 0.2);
  border-radius: var(--radius-pill);
  background: var(--mint);
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}
.sessions-section {
  padding-top: 24px;
}
.sessions-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}
.sessions-step {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(8, 79, 126, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 8px 26px rgba(4, 36, 63, 0.06);
}
.step-num {
  display: grid;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  place-items: center;
  color: var(--white);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  font-weight: 800;
}
.sessions-step strong {
  display: block;
  color: var(--navy);
}
.sessions-step p {
  margin: 8px 0 0;
  color: #4b687d;
}
.sessions-also {
  margin-top: 24px;
  padding: 22px 24px;
  border: 1px solid rgba(8, 79, 126, 0.11);
  border-radius: var(--radius);
  background: var(--white);
}
.sessions-also h4 {
  margin: 0 0 14px;
  color: var(--navy);
}
.sessions-also-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 26px;
  margin: 0;
  padding-left: 20px;
  color: #38566c;
}
.order-package-section .button {
  max-width: 100%;
  white-space: normal !important;
  text-align: center;
}
@media (max-width: 980px) {
  .orden-intro {
    flex-direction: column;
  }
  .orden-badge {
    white-space: normal;
  }
  .sessions-steps,
  .sessions-also-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  :root {
    --page-gutter: 16px;
  }
  .orden-intro,
  .sessions-step,
  .sessions-also {
    padding: 18px;
  }
}

/* Escala visual de escritorio: 12% menor; tablet y móvil permanecen intactos. */
@media screen and (min-width: 1025px) {
  body {
    zoom: 0.88;
  }
}
