:root {
  --ink: #18242c;
  --ink-2: #25353c;
  --muted: #657a81;
  --white: #ffffff;
  --paper: #f7f2e9;
  --soft: #e9f5f1;
  --line: rgba(22, 47, 54, 0.13);
  --primary: #008088;
  --primary-dark: #00636a;
  --primary-deep: #004b52;
  --accent: #78c8a0;
  --accent-dark: #55a87f;
  --laser: #40d4dc;
  --laser-2: #78c8a0;
  --whatsapp: #25d366;
  --warning: #d8b15f;
  --shadow-soft: 0 18px 45px rgba(14, 50, 60, 0.12);
  --shadow-strong: 0 24px 80px rgba(0, 20, 30, 0.24);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --container: 1180px;
  --transition: 220ms ease;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 75, 82, 0.92);
  backdrop-filter: blur(16px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--white);
}

.brand__mark {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(0, 32, 38, 0.24);
}

.brand__logo {
  width: 42px;
  height: 48px;
  object-fit: contain;
}

.brand__copy {
  display: grid;
  line-height: 1.12;
}

.brand__copy strong {
  font-size: 22px;
  letter-spacing: 1px;
}

.brand__copy span {
  color: #c8f4e2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main-menu {
  display: flex;
  align-items: center;
  gap: 25px;
}

.main-menu a,
.nav-parent {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 800;
  transition: color var(--transition);
}

.main-menu a:hover,
.nav-parent:hover {
  color: var(--white);
}

.nav-item {
  position: relative;
}

.nav-parent {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.nav-parent::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform var(--transition);
}

.nav-item--has-submenu:hover .nav-parent::after,
.nav-item--has-submenu:focus-within .nav-parent::after {
  transform: translateY(2px) rotate(225deg);
}

.submenu {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  z-index: 70;
  display: grid;
  min-width: 240px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-md);
  background: rgba(0, 75, 82, 0.98);
  box-shadow: var(--shadow-strong);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity var(--transition), transform var(--transition);
}

.submenu::before {
  content: "";
  position: absolute;
  inset: -18px 0 auto 0;
  height: 18px;
}

.nav-item--has-submenu:hover .submenu,
.nav-item--has-submenu:focus-within .submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.submenu a {
  display: block;
  padding: 11px 12px;
  border-radius: var(--radius-sm);
  color: rgba(255, 255, 255, 0.86);
  white-space: nowrap;
}

.submenu a:hover,
.submenu a:focus {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 34px 0 30px;
}

.hero--laser {
  color: var(--white);
  background:
    linear-gradient(140deg, rgba(0, 40, 46, 0.98), rgba(0, 99, 106, 0.96) 56%, rgba(0, 128, 136, 0.88)),
    url("../media/servicio-podologico.webp") center / cover;
}

.hero__stage {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.laser-canvas,
.laser-scan {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.laser-scan {
  opacity: 0.44;
  background:
    linear-gradient(90deg, transparent, rgba(69, 215, 255, 0.16), transparent),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 24px);
  background-size: 48% 100%, auto;
  animation: scanSweep 5s linear infinite;
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.88fr);
  gap: 38px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px;
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero .eyebrow,
.protocol-hero .eyebrow {
  color: #b6fff0;
}

.hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding: 8px 12px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 36px rgba(0, 20, 26, 0.18);
  backdrop-filter: blur(12px);
}

.hero-brand img {
  width: 34px;
  height: 34px;
  padding: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  object-fit: contain;
}

.hero-brand span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero__content h1,
.section-heading h2,
.trust-copy h2,
.protocol-cta h2,
.contact-panel h2,
.protocol-hero h1,
.protocol-detail h2,
.protocol-note h2,
.contact-strip h2 {
  margin: 0;
  line-height: 1.07;
}

.hero__content h1 {
  max-width: 760px;
  font-size: clamp(40px, 5.2vw, 60px);
  letter-spacing: -0.6px;
}

.hero__lead {
  max-width: 690px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 21px;
  border: 0;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-weight: 900;
  line-height: 1.15;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition);
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  color: var(--white);
  background: var(--primary);
  box-shadow: 0 14px 30px rgba(0, 128, 136, 0.25);
}

.button--primary:hover {
  background: var(--primary-dark);
}

.button--secondary {
  color: var(--primary-dark);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.button--whatsapp {
  color: var(--white);
  background: var(--whatsapp);
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.26);
}

.button--whatsapp:hover {
  background: #1fb85a;
}

.icon {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  fill: currentColor;
}

.hero__proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 720px;
  margin-top: 24px;
}

.hero__proof div {
  min-height: 82px;
  padding: 14px;
  border: 1px solid rgba(120, 200, 160, 0.24);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.hero__proof strong,
.hero__proof span {
  display: block;
}

.hero__proof strong {
  color: var(--white);
  font-size: 21px;
}

.hero__proof span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.laser-showcase {
  position: relative;
  border: 1px solid rgba(120, 200, 160, 0.26);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-strong);
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.laser-showcase__media {
  position: relative;
  height: 390px;
  overflow: hidden;
  background: #003c43;
}

.hero-video,
.hero-video__fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video {
  z-index: 1;
  object-position: center;
}

.hero-video__fallback {
  z-index: 0;
}

.laser-showcase__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(2, 15, 21, 0.34), transparent 55%);
}

.laser-focus {
  display: none;
}

.laser-showcase__panel {
  position: relative;
  z-index: 4;
  display: grid;
  gap: 5px;
  padding: 18px;
  background: rgba(0, 75, 82, 0.9);
}

.laser-showcase__panel span,
.media-slot span {
  color: #b6f1d5;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.laser-showcase__panel strong {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
}

.section {
  padding: 84px 0;
}

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

.section-heading {
  max-width: 790px;
  margin: 0 auto 46px;
  text-align: center;
}

.section-heading--left {
  margin: 0;
  text-align: left;
}

.section-heading h2,
.trust-copy h2,
.protocol-cta h2,
.contact-panel h2,
.protocol-detail h2,
.protocol-note h2,
.contact-strip h2 {
  color: var(--primary-dark);
  font-size: clamp(30px, 4vw, 48px);
}

.section-heading p:last-child,
.trust-copy p,
.protocol-cta p,
.contact-panel > p,
.protocol-detail p,
.protocol-note p,
.contact-strip p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.laser-section {
  background:
    linear-gradient(180deg, var(--white), #edf8f5);
}

.laser-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 42px;
  align-items: start;
}

.laser-plan {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.laser-plan article,
.problem-card,
.service-card,
.media-slot,
.protocol-cards article,
.protocol-note,
.trust-list div {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.laser-plan article {
  min-height: 225px;
  padding: 24px;
}

.laser-plan span,
.suggested-number {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--laser);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
}

.laser-plan h3,
.problem-card h3,
.service-card h4,
.media-slot h3,
.protocol-cards h3,
.protocol-step h3 {
  margin: 0 0 8px;
  color: var(--primary-dark);
  line-height: 1.18;
}

.laser-plan h3 {
  font-size: 22px;
}

.laser-plan p,
.problem-card p,
.service-card p,
.media-slot p,
.protocol-cards p,
.protocol-step p {
  margin: 0;
  color: var(--muted);
}

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

.problem-card {
  padding: 22px;
}

.problem-card h3 {
  font-size: 20px;
}

.problem-card strong {
  display: block;
  margin-top: 14px;
  color: var(--accent-dark);
  font-size: 14px;
}

.services-section {
  background: var(--paper);
}

.laser-feature-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 26px;
  align-items: center;
  margin-bottom: 46px;
  padding: 32px;
  border-radius: var(--radius-lg);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(0, 62, 68, 0.98), rgba(0, 128, 136, 0.92)),
    url("../media/hero-laser-poster.webp") center / cover;
  box-shadow: var(--shadow-strong);
  overflow: hidden;
}

.laser-feature-card .eyebrow {
  color: #b6fff0;
}

.laser-feature-card h3 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}

.laser-feature-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
}

.laser-feature-card__meta {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.laser-feature-card__meta strong,
.laser-feature-card__meta span {
  display: block;
}

.laser-feature-card__meta strong {
  font-size: 20px;
}

.laser-feature-card__meta span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.treatment-proof {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 0;
  align-items: stretch;
  margin: -18px 0 46px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.treatment-proof__media {
  min-height: 350px;
  background: var(--primary-deep);
}

.treatment-proof__media img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
  object-position: center 34%;
}

.treatment-proof__copy {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 34px;
}

.treatment-proof__copy h3 {
  max-width: 620px;
  margin: 0 0 10px;
  color: var(--primary-dark);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
}

.treatment-proof__copy p:not(.eyebrow) {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.service-group + .service-group {
  margin-top: 46px;
}

.service-group__intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.service-group__intro h3 {
  margin: 0;
  color: var(--primary-dark);
  font-size: 26px;
}

.service-group__label {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  color: var(--accent-dark);
  background: var(--soft);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

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

.cards-grid--wide {
  grid-template-columns: repeat(2, 1fr);
}

.service-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 24px;
}

.service-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.service-card h4 {
  font-size: 21px;
}

.service-card__header strong {
  flex: 0 0 auto;
  max-width: 150px;
  padding: 7px 10px;
  border-radius: var(--radius-sm);
  color: var(--white);
  background: var(--primary);
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
}

.ideal-copy {
  margin-bottom: 14px !important;
  color: var(--accent-dark) !important;
  font-size: 14px;
  font-weight: 800;
}

.service-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 19px;
  color: var(--muted);
}

.service-card__note {
  margin-top: 14px !important;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--primary);
  font-weight: 900;
}

.trust-section {
  background: linear-gradient(180deg, var(--white), var(--soft));
}

.trust-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 36px;
  align-items: start;
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.trust-list div {
  padding: 22px;
}

.trust-list strong,
.trust-list span {
  display: block;
}

.trust-list strong {
  color: var(--primary-dark);
  font-size: 19px;
}

.trust-list span {
  margin-top: 6px;
  color: var(--muted);
}

.case-section {
  position: relative;
  overflow: hidden;
}

.case-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 128, 136, 0.06), transparent 38%),
    radial-gradient(circle at 88% 18%, rgba(120, 200, 160, 0.2), transparent 30%);
}

.case-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 38px;
  align-items: center;
}

.case-copy h2 {
  max-width: 560px;
  margin: 0;
  color: var(--primary-dark);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

.case-copy p:not(.eyebrow) {
  max-width: 610px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.case-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 24px;
}

.case-points span {
  padding: 9px 12px;
  border: 1px solid rgba(0, 128, 136, 0.18);
  border-radius: var(--radius-sm);
  color: var(--primary-dark);
  background: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 900;
}

.case-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-strong);
}

.case-visual img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.case-visual figcaption {
  padding: 14px 18px 16px;
  color: var(--muted);
  background: var(--white);
  font-size: 13px;
}

.protocol-cta {
  background: var(--primary-deep);
  color: var(--white);
}

.protocol-cta__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.protocol-cta h2 {
  color: var(--white);
}

.protocol-cta p {
  color: rgba(255, 255, 255, 0.78);
}

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

.media-slot {
  overflow: hidden;
}

.media-slot--wide {
  display: grid;
  grid-column: span 3;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: stretch;
}

.media-slot--wide > div:last-child,
.media-slot:not(.media-slot--wide) {
  padding: 20px;
}

.media-slot__visual {
  min-height: 250px;
  overflow: hidden;
  border-radius: var(--radius-sm);
  background: var(--primary-deep);
}

.media-slot--wide .media-slot__visual {
  border-radius: 0;
}

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

.media-slot__visual--protocol {
  background:
    linear-gradient(135deg, rgba(0, 128, 136, 0.12), rgba(120, 200, 160, 0.2)),
    var(--white);
}

.media-slot__visual--protocol img {
  object-fit: cover;
  object-position: center top;
}

.media-slot__placeholder {
  display: grid;
  min-height: 250px;
  place-items: center;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(11, 64, 82, 0.92), rgba(87, 168, 140, 0.84)),
    repeating-linear-gradient(45deg, transparent 0, transparent 16px, rgba(255, 255, 255, 0.08) 16px, rgba(255, 255, 255, 0.08) 18px);
}

.media-slot h3 {
  margin-top: 8px;
  font-size: 22px;
}

.real-video-section {
  color: var(--white);
  background:
    radial-gradient(circle at 12% 8%, rgba(50, 205, 183, 0.18), transparent 28%),
    linear-gradient(145deg, #002f35, #00676e 72%, #008088);
}

.real-video-heading {
  max-width: 780px;
}

.real-video-heading .eyebrow {
  color: #b6f1d5;
}

.real-video-heading h2 {
  color: var(--white);
}

.real-video-heading p {
  color: rgba(255, 255, 255, 0.78);
}

.real-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.real-video-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: var(--radius-lg);
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 24px 52px rgba(0, 29, 34, 0.28);
}

.real-video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  background: #001d21;
}

.real-video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.real-video-copy {
  padding: 22px;
}

.real-video-copy span {
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.real-video-copy h3 {
  margin: 7px 0 8px;
  color: var(--primary-deep);
  font-size: 22px;
  line-height: 1.15;
}

.real-video-copy p {
  margin: 0;
  color: var(--muted);
}

.real-video-note {
  max-width: 850px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.76);
  text-align: center;
  font-size: 14px;
}

.contact-section {
  background:
    linear-gradient(180deg, var(--soft), var(--paper));
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 28px;
  align-items: stretch;
}

.contact-panel,
.contact-form {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.contact-panel {
  background: var(--white);
}

.contact-form {
  display: grid;
  align-content: start;
  gap: 18px;
  background: var(--white);
}

.contact-list {
  display: grid;
  gap: 12px;
  margin: 26px 0;
}

.contact-list div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fbfdfc;
}

.contact-list strong,
.contact-list span {
  display: block;
}

.contact-list strong {
  color: var(--primary-dark);
}

.contact-list span {
  color: var(--muted);
  font-size: 14px;
}

.map-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.map-frame iframe {
  display: block;
  border: 0;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--primary-dark);
  font-size: 14px;
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 13px 14px;
  color: var(--ink);
  background: #fbfdfc;
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(87, 168, 140, 0.16);
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.site-footer {
  padding: 34px 0;
  color: rgba(255, 255, 255, 0.82);
  background: #003c43;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.site-footer p {
  margin: 0;
  font-size: 14px;
}

.site-footer div div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-footer a {
  font-size: 14px;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  color: var(--white);
  background: var(--whatsapp);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.32);
}

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

.whatsapp-float span {
  display: block;
}

.protocol-hero {
  padding: 58px 0 54px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(0, 48, 54, 0.96), rgba(0, 128, 136, 0.9)),
    url("../media/servicio-podologico.webp") center / cover;
}

.protocol-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.75fr);
  gap: 42px;
  align-items: center;
}

.protocol-hero h1 {
  max-width: 760px;
  font-size: clamp(40px, 6vw, 70px);
}

.protocol-hero p {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
}

.protocol-hero__media {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-strong);
}

.protocol-hero__media img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.protocol-hero__media div {
  padding: 18px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(0, 75, 82, 0.9);
}

.protocol-hero__media strong {
  color: var(--white);
}

.protocol-timeline {
  display: grid;
  gap: 16px;
}

.protocol-index {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.protocol-index a {
  display: grid;
  min-height: 86px;
  place-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  color: var(--primary-dark);
  background: var(--soft);
  box-shadow: var(--shadow-soft);
  font-weight: 900;
  text-align: center;
  transition: transform var(--transition), background var(--transition), color var(--transition);
}

.protocol-index a:hover {
  color: var(--white);
  background: var(--primary);
  transform: translateY(-2px);
}

.protocol-step {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 22px;
  align-items: start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.protocol-step > span {
  display: grid;
  min-height: 56px;
  place-items: center;
  border-radius: var(--radius-sm);
  color: var(--white);
  background: var(--primary-dark);
  font-weight: 900;
  text-align: center;
}

.protocol-step h3 {
  font-size: 24px;
}

.protocol-detail {
  background: linear-gradient(180deg, var(--soft), var(--paper));
}

.protocol-detail__grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 40px;
  align-items: start;
}

.protocol-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.protocol-cards article,
.protocol-note {
  padding: 24px;
}

.protocol-cards h3 {
  font-size: 21px;
}

.protocol-cards--steps article {
  display: grid;
  gap: 8px;
}

.protocol-cards--steps span {
  display: inline-flex;
  width: max-content;
  padding: 6px 10px;
  border-radius: var(--radius-sm);
  color: var(--white);
  background: var(--primary);
  font-size: 13px;
  font-weight: 900;
}

.protocol-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.protocol-note--dark {
  color: var(--white);
  background: var(--primary-dark);
}

.protocol-note--dark h2,
.protocol-note--dark .eyebrow {
  color: var(--white);
}

.protocol-note--dark p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-strip {
  color: var(--white);
  background: var(--primary-deep);
}

.contact-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.contact-strip h2 {
  color: var(--white);
}

.contact-strip p {
  color: rgba(255, 255, 255, 0.78);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero__content.is-visible .hero-brand,
.hero__content.is-visible .eyebrow,
.hero__content.is-visible h1,
.hero__content.is-visible .hero__lead,
.hero__content.is-visible .hero__actions,
.hero__content.is-visible .hero__proof div,
.section-heading.is-visible .eyebrow,
.section-heading.is-visible h2,
.section-heading.is-visible p,
.trust-copy.is-visible .eyebrow,
.trust-copy.is-visible h2,
.trust-copy.is-visible p,
.case-copy.is-visible .eyebrow,
.case-copy.is-visible h2,
.case-copy.is-visible p,
.laser-feature-card.is-visible h3,
.treatment-proof.is-visible h3,
.protocol-cta__box.is-visible h2,
.contact-panel.is-visible h2 {
  animation: textRise 760ms cubic-bezier(0.2, 0.78, 0.22, 1) both;
}

.hero__content.is-visible .hero-brand {
  animation-delay: 80ms;
}

.hero__content.is-visible .eyebrow,
.section-heading.is-visible .eyebrow,
.trust-copy.is-visible .eyebrow,
.case-copy.is-visible .eyebrow {
  animation-delay: 160ms;
}

.hero__content.is-visible h1 {
  animation-name: heroHeadlineIn;
  animation-delay: 240ms;
  animation-duration: 980ms;
}

.hero__content.is-visible .hero__lead,
.section-heading.is-visible h2,
.trust-copy.is-visible h2,
.case-copy.is-visible h2 {
  animation-delay: 380ms;
}

.hero__content.is-visible .hero__actions,
.section-heading.is-visible p,
.trust-copy.is-visible p,
.case-copy.is-visible p {
  animation-delay: 520ms;
}

.hero__content.is-visible .hero__proof div {
  animation-name: proofCardIn;
  animation-duration: 720ms;
}

.hero__content.is-visible .hero__proof div:nth-child(1) {
  animation-delay: 660ms;
}

.hero__content.is-visible .hero__proof div:nth-child(2) {
  animation-delay: 760ms;
}

.hero__content.is-visible .hero__proof div:nth-child(3) {
  animation-delay: 860ms;
}

.hero__content.is-visible h1,
.section-heading.is-visible h2,
.trust-copy.is-visible h2,
.case-copy.is-visible h2,
.laser-feature-card.is-visible h3,
.treatment-proof.is-visible h3,
.protocol-cta__box.is-visible h2,
.contact-panel.is-visible h2 {
  background:
    linear-gradient(90deg, currentColor 0 45%, rgba(120, 200, 160, 0.96) 50%, currentColor 56% 100%);
  background-size: 240% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-name: textRise, textSheen;
  animation-duration: 760ms, 1400ms;
  animation-delay: 240ms, 520ms;
  animation-fill-mode: both, both;
  animation-timing-function: cubic-bezier(0.2, 0.78, 0.22, 1), ease;
}

.hero__content.is-visible h1 {
  animation-name: heroHeadlineIn, textSheen;
  animation-duration: 980ms, 1600ms;
}

.hero__actions .button--whatsapp {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hero__actions .button--whatsapp::after {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0));
  transform: translateX(-120%);
}

.hero__content.is-visible .hero__actions .button--whatsapp::after {
  animation: buttonSweep 1100ms ease 960ms both;
}

.hero__content.is-visible .hero__proof strong {
  animation: numberGlow 900ms ease both;
}

.hero__content.is-visible .hero__proof div:nth-child(1) strong {
  animation-delay: 940ms;
}

.hero__content.is-visible .hero__proof div:nth-child(2) strong {
  animation-delay: 1040ms;
}

.hero__content.is-visible .hero__proof div:nth-child(3) strong {
  animation-delay: 1140ms;
}

@keyframes scanSweep {
  0% {
    background-position: -60% 0, 0 0;
  }
  100% {
    background-position: 160% 0, 0 0;
  }
}

@keyframes laserPulse {
  0%,
  100% {
    opacity: 0.72;
    transform: rotate(28deg) translateY(0);
  }
  50% {
    opacity: 1;
    transform: rotate(28deg) translateY(10px);
  }
}

@keyframes textRise {
  0% {
    opacity: 0;
    transform: translateY(22px);
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes heroHeadlineIn {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.985);
    filter: blur(10px);
  }
  64% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes textSheen {
  0% {
    background-position: 120% 0;
  }
  100% {
    background-position: -70% 0;
  }
}

@keyframes proofCardIn {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes buttonSweep {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

@keyframes numberGlow {
  0% {
    text-shadow: 0 0 0 rgba(180, 255, 238, 0);
  }
  45% {
    text-shadow: 0 0 22px rgba(180, 255, 238, 0.86);
  }
  100% {
    text-shadow: 0 0 0 rgba(180, 255, 238, 0);
  }
}

@media (max-width: 1060px) {
  .main-menu {
    gap: 16px;
  }

  .hero__grid,
  .laser-grid,
  .treatment-proof,
  .case-grid,
  .trust-grid,
  .contact-grid,
  .protocol-hero__grid,
  .protocol-detail__grid {
    grid-template-columns: 1fr;
  }

  .laser-showcase__media {
    height: 420px;
  }

  .problem-grid,
  .cards-grid,
  .cards-grid--wide,
  .media-grid,
  .real-video-grid,
  .protocol-cards,
  .protocol-index {
    grid-template-columns: repeat(2, 1fr);
  }

  .media-slot--wide {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 78px;
  }

  .main-nav {
    min-height: 70px;
  }

  .brand__logo {
    width: 36px;
    height: 42px;
  }

  .brand__mark {
    width: 50px;
    height: 50px;
    border-radius: 15px;
  }

  .brand__copy strong {
    font-size: 19px;
  }

  .nav-toggle {
    display: block;
  }

  .main-menu {
    position: fixed;
    inset: 70px 0 auto 0;
    display: grid;
    gap: 0;
    padding: 10px 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(6, 38, 49, 0.98);
    box-shadow: var(--shadow-strong);
    transform: translateY(-120%);
    transition: transform var(--transition);
  }

  .main-menu.is-open {
    transform: translateY(0);
  }

  .main-menu a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .main-menu a:last-child {
    border-bottom: 0;
  }

  .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nav-parent {
    width: 100%;
    justify-content: space-between;
    padding: 14px 0;
  }

  .nav-parent,
  .nav-item .submenu a {
    border-bottom: 0;
  }

  .submenu {
    position: static;
    min-width: 0;
    padding: 0 0 12px 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .submenu::before {
    display: none;
  }

  .submenu a {
    padding: 9px 0 9px 14px;
    border-left: 2px solid rgba(120, 200, 160, 0.42);
    border-radius: 0;
    color: rgba(255, 255, 255, 0.74);
    white-space: normal;
  }

  .submenu a:hover,
  .submenu a:focus {
    background: transparent;
  }

  .hero,
  .protocol-hero {
    padding: 36px 0 32px;
  }

  .section {
    padding: 58px 0;
  }

  .hero__grid {
    gap: 28px;
  }

  .hero__content h1,
  .protocol-hero h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .hero__lead,
  .protocol-hero p {
    font-size: 17px;
  }

  .hero__proof,
  .laser-plan,
  .problem-grid,
  .cards-grid,
  .cards-grid--wide,
  .trust-list,
  .media-grid,
  .real-video-grid,
  .form-grid,
  .protocol-cards,
  .protocol-columns,
  .protocol-index {
    grid-template-columns: 1fr;
  }

  .laser-showcase__media {
    height: 310px;
  }

  .laser-showcase {
    display: block;
  }

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

  .hero__proof div {
    min-height: 72px;
    padding: 10px;
  }

  .hero__proof strong {
    font-size: 15px;
  }

  .hero__proof span {
    font-size: 11px;
  }

  .laser-feature-card,
  .treatment-proof,
  .media-slot--wide {
    grid-template-columns: 1fr;
  }

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

  .treatment-proof__media,
  .treatment-proof__media img {
    min-height: 280px;
  }

  .treatment-proof__copy {
    padding: 24px;
  }

  .case-grid {
    gap: 24px;
  }

  .media-slot--wide {
    grid-column: span 1;
  }

  .real-video-card {
    width: min(100%, 390px);
    margin-inline: auto;
  }

  .media-slot--wide .media-slot__visual {
    border-radius: var(--radius-sm);
  }

  .service-group__intro,
  .service-card__header,
  .protocol-cta__box,
  .contact-strip__inner {
    display: grid;
    align-items: start;
  }

  .service-card__header strong {
    max-width: none;
    justify-self: start;
  }

  .protocol-step {
    grid-template-columns: 1fr;
  }

  .protocol-step > span {
    width: 110px;
  }

  .contact-panel,
  .contact-form {
    padding: 22px;
  }
}

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

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

  .hero__content.is-visible .hero-brand,
  .hero__content.is-visible .eyebrow,
  .hero__content.is-visible h1,
  .hero__content.is-visible .hero__lead,
  .hero__content.is-visible .hero__actions,
  .hero__content.is-visible .hero__proof div,
  .section-heading.is-visible .eyebrow,
  .section-heading.is-visible h2,
  .section-heading.is-visible p,
  .trust-copy.is-visible .eyebrow,
  .trust-copy.is-visible h2,
  .trust-copy.is-visible p,
  .case-copy.is-visible .eyebrow,
  .case-copy.is-visible h2,
  .case-copy.is-visible p,
  .laser-feature-card.is-visible h3,
  .treatment-proof.is-visible h3,
  .protocol-cta__box.is-visible h2,
  .contact-panel.is-visible h2 {
    animation: none !important;
    background: none;
    filter: none;
    -webkit-text-fill-color: currentColor;
  }

  .laser-canvas {
    display: none;
  }
}

/* Agenda integration */
.nav-booking-link {
  padding: 10px 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 999px;
  color: var(--primary-deep) !important;
  background: #b8eed7;
  box-shadow: 0 10px 22px rgba(0, 32, 38, 0.18);
}

.nav-booking-link:hover {
  color: var(--primary-deep) !important;
  background: var(--white);
}

.button--booking {
  color: var(--primary-deep);
  background: #b8eed7;
  box-shadow: 0 14px 32px rgba(120, 200, 160, 0.28);
}

.button--booking:hover {
  color: var(--primary-deep);
  background: var(--white);
}

.button--booking .icon {
  display: none;
}

.service-booking-link {
  display: flex;
  width: 100%;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding: 11px 12px 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 13px;
  color: var(--white);
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  box-shadow: 0 12px 24px rgba(0, 111, 112, 0.2);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}

.service-booking-link__copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.service-booking-link__copy small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.service-booking-link__arrow {
  display: inline-grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--primary-deep);
  background: var(--white);
  font-size: 18px;
  transition: transform var(--transition);
}

.service-booking-link:hover {
  color: var(--white);
  background: linear-gradient(135deg, var(--primary-deep), var(--primary-dark));
  box-shadow: 0 16px 30px rgba(0, 77, 78, 0.28);
  transform: translateY(-2px);
}

.service-booking-link:hover .service-booking-link__arrow {
  transform: translateX(3px);
}

.service-booking-link:focus-visible {
  outline: 3px solid rgba(37, 211, 102, 0.45);
  outline-offset: 3px;
}

.service-booking-link--whatsapp {
  min-height: 60px;
  margin-top: auto;
  color: #063f25;
  background: var(--whatsapp);
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.22);
}

.service-booking-link--whatsapp .service-booking-link__copy small {
  color: rgba(6, 63, 37, 0.72);
}

.service-booking-link--whatsapp .service-booking-link__arrow {
  color: #063f25;
  background: rgba(255, 255, 255, 0.78);
}

.service-booking-link--whatsapp:hover {
  color: #063f25;
  background: #35df74;
  box-shadow: 0 16px 30px rgba(37, 211, 102, 0.3);
}

.contact-booking-button {
  margin-top: 24px;
  color: var(--white);
  background: var(--primary);
}

.contact-booking-button:hover {
  color: var(--white);
  background: var(--primary-dark);
}

.mobile-booking-cta {
  display: none;
}

@media (max-width: 760px) {
  body {
    padding-bottom: 76px;
  }

  .main-menu .nav-booking-link {
    justify-content: center;
    margin-top: 10px;
    padding: 12px 16px !important;
    border-bottom: 0 !important;
    text-align: center;
  }

  .mobile-booking-cta {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 80;
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 11px 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    color: var(--white);
    background: linear-gradient(135deg, var(--primary-deep), var(--primary));
    box-shadow: 0 16px 38px rgba(0, 47, 54, 0.34);
  }

  .mobile-booking-cta span,
  .mobile-booking-cta strong {
    display: block;
  }

  .mobile-booking-cta span {
    font-size: 12px;
    font-weight: 800;
    opacity: 0.78;
  }

  .mobile-booking-cta strong {
    font-size: 15px;
  }

  .whatsapp-float {
    right: 15px;
    bottom: 82px;
    min-height: 52px;
    padding: 9px 14px;
  }
}

/* Search landing pages */
.service-detail-link {
  display: inline-flex;
  align-self: flex-start;
  margin: 4px 0 16px;
  color: var(--primary-dark);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
  text-decoration: underline;
  text-decoration-color: rgba(0, 99, 106, 0.38);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.service-detail-link:hover {
  color: var(--primary-deep);
  text-decoration-color: currentColor;
}

.service-detail-link:focus-visible {
  border-radius: 4px;
  outline: 3px solid rgba(0, 128, 136, 0.28);
  outline-offset: 4px;
}

.seo-home-guides {
  color: var(--white);
  background: #062f35;
}

.seo-home-guides .section-heading h2 {
  color: var(--white);
}

.seo-home-guides .section-heading p:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.seo-home-guides .eyebrow {
  color: #9adfc0;
}

.seo-home-guides__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin-top: 34px;
}

.seo-home-guides__grid a {
  display: flex;
  min-height: 114px;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.055);
  transition: transform var(--transition), background var(--transition), border-color var(--transition);
}

.seo-home-guides__grid a:hover {
  border-color: rgba(154, 223, 192, 0.5);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

.seo-home-guides__grid strong {
  color: var(--white);
  line-height: 1.3;
}

.seo-home-guides__grid span {
  margin-top: 7px;
  color: #9adfc0;
  font-size: 12px;
  font-weight: 800;
}

.seo-page {
  background: #f7f2e9;
}

.seo-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-top: 18px;
  padding-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.seo-breadcrumb a {
  color: var(--primary-dark);
}

.seo-breadcrumb a:hover {
  text-decoration: underline;
}

.seo-breadcrumb span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seo-hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0 76px;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 20%, rgba(64, 212, 220, 0.23), transparent 31%),
    radial-gradient(circle at 14% 82%, rgba(120, 200, 160, 0.21), transparent 34%),
    linear-gradient(135deg, #003c43, #006c72 58%, #008088);
}

.seo-hero::after {
  position: absolute;
  right: -90px;
  bottom: -170px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.03), 0 0 0 140px rgba(255, 255, 255, 0.02);
  content: "";
}

.seo-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.68fr);
  gap: 58px;
  align-items: center;
}

.seo-hero__content h1 {
  max-width: 850px;
  margin: 10px 0 0;
  color: var(--white);
  font-size: clamp(44px, 5.4vw, 72px);
  line-height: 0.99;
  letter-spacing: -0.045em;
}

.seo-hero__lead {
  max-width: 780px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  line-height: 1.65;
}

.seo-hero .eyebrow,
.seo-local-cta .eyebrow {
  color: #b8eed7;
}

.seo-hero .button--primary {
  color: var(--primary-deep);
  background: #b8eed7;
}

.seo-hero .button--primary:hover {
  background: var(--white);
}

.seo-hero-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  background: rgba(0, 46, 51, 0.64);
  box-shadow: 0 24px 64px rgba(0, 24, 29, 0.3);
  backdrop-filter: blur(16px);
}

.seo-hero-card__media {
  height: 215px;
  overflow: hidden;
  background: #003c43;
}

.seo-hero-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seo-hero-card__body {
  padding: 26px 30px 30px;
}

.seo-hero-card__badge {
  display: inline-flex;
  padding: 7px 11px;
  border: 1px solid rgba(184, 238, 215, 0.3);
  border-radius: 999px;
  color: #c8f4e2;
  background: rgba(184, 238, 215, 0.1);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.seo-hero-card__body > strong {
  display: block;
  margin-top: 18px;
  color: var(--white);
  font-size: clamp(28px, 3vw, 39px);
  line-height: 1.08;
}

.seo-hero-card p {
  margin: 12px 0 18px;
  color: rgba(255, 255, 255, 0.74);
}

.seo-hero-card ul,
.seo-signal-card ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-hero-card li {
  position: relative;
  padding-left: 27px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 800;
}

.seo-hero-card li::before,
.seo-signal-card li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: #8ee0b8;
  font-weight: 900;
}

.seo-trust-strip {
  color: var(--white);
  background: var(--primary-deep);
}

.seo-trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 100px;
  align-items: stretch;
}

.seo-trust-strip__grid > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 18px 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.seo-trust-strip__grid > div:first-child {
  padding-left: 0;
}

.seo-trust-strip__grid > div:last-child {
  border-right: 0;
}

.seo-trust-strip span {
  color: #9adfc0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seo-trust-strip strong {
  margin-top: 3px;
  font-size: 15px;
}

.seo-section {
  position: relative;
}

.seo-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  gap: 76px;
  align-items: start;
}

.seo-copy h2,
.seo-signal-card h2,
.seo-notice h2,
.seo-local-cta h2 {
  margin: 7px 0 0;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.seo-copy > p:not(.eyebrow):not(.seo-content-meta) {
  margin: 20px 0 0;
  color: var(--ink-2);
  font-size: 18px;
  line-height: 1.75;
}

.seo-content-meta {
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.seo-signal-card {
  padding: 30px;
  border: 1px solid rgba(0, 128, 136, 0.14);
  border-radius: 24px;
  background: linear-gradient(145deg, #eaf7f3, #f7fbf9);
  box-shadow: var(--shadow-soft);
}

.seo-signal-card h2 {
  margin: 0 0 21px;
  font-size: 25px;
  letter-spacing: -0.025em;
}

.seo-signal-card li {
  position: relative;
  padding-left: 27px;
  color: var(--ink-2);
  line-height: 1.55;
}

.seo-signal-card li::before {
  color: var(--primary);
}

.seo-options {
  background:
    linear-gradient(rgba(0, 75, 82, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 75, 82, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 32px 32px;
}

.seo-options-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 38px;
}

.seo-option {
  display: flex;
  min-height: 295px;
  flex-direction: column;
  padding: 27px;
  border: 1px solid rgba(22, 47, 54, 0.12);
  border-radius: 21px;
  background: var(--white);
  box-shadow: 0 15px 40px rgba(14, 50, 60, 0.08);
}

.seo-option__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.seo-option h3 {
  margin: 0;
  color: var(--ink);
  font-size: 23px;
  line-height: 1.15;
}

.seo-option__top > strong {
  flex: 0 0 auto;
  color: var(--primary-dark);
  font-size: 18px;
  line-height: 1.2;
  text-align: right;
}

.seo-option__duration {
  align-self: flex-start;
  margin-top: 14px;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--primary-deep);
  background: var(--soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.seo-option p {
  margin: 18px 0 25px;
  color: var(--muted);
  line-height: 1.65;
}

.seo-option__link {
  display: flex;
  min-height: 51px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding: 11px 15px;
  border-radius: 11px;
  color: var(--white);
  background: linear-gradient(135deg, var(--primary-deep), var(--primary));
  font-weight: 900;
  transition: transform var(--transition), box-shadow var(--transition);
}

.seo-option__link:hover {
  color: var(--white);
  box-shadow: 0 12px 25px rgba(0, 90, 95, 0.22);
  transform: translateY(-2px);
}

.seo-option__link--whatsapp {
  color: #063f25;
  background: var(--whatsapp);
}

.seo-option__link--whatsapp:hover {
  color: #063f25;
  background: #35df74;
}

.seo-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 34px;
}

.seo-process__step {
  padding: 26px 26px 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fbfdfc;
}

.seo-process__step > span {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 12px;
  color: var(--white);
  background: var(--primary);
  font-size: 14px;
  font-weight: 900;
}

.seo-process__step h3 {
  margin: 18px 0 8px;
  color: var(--ink);
  font-size: 19px;
}

.seo-process__step p {
  margin: 0;
  color: var(--muted);
}

.seo-notice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: start;
  margin-top: 30px;
  padding: 27px;
  border: 1px solid rgba(216, 177, 95, 0.38);
  border-radius: 19px;
  background: #fffaf0;
}

.seo-notice__icon {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 50%;
  color: #5b461c;
  background: #f2d899;
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 900;
}

.seo-notice h2 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -0.02em;
}

.seo-notice p {
  margin: 9px 0 0;
  color: #554c3d;
}

.seo-faq__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}

.seo-faq__list {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.seo-faq details + details {
  border-top: 1px solid var(--line);
}

.seo-faq summary {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 23px;
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.seo-faq summary::-webkit-details-marker {
  display: none;
}

.seo-faq summary span {
  display: grid;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  place-items: center;
  border-radius: 50%;
  color: var(--primary-dark);
  background: var(--soft);
  font-size: 20px;
  transition: transform var(--transition);
}

.seo-faq details[open] summary span {
  transform: rotate(45deg);
}

.seo-faq details p {
  margin: -5px 23px 0;
  padding: 0 48px 23px 0;
  color: var(--muted);
}

.seo-sources {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  background: #f6f9f8;
}

.seo-sources h2 {
  margin: 0;
  color: var(--ink-2);
  font-size: 16px;
}

.seo-sources p {
  margin: 5px 0;
  font-size: 13px;
}

.seo-sources ul {
  margin: 8px 0 0;
  padding-left: 20px;
}

.seo-sources a {
  color: var(--primary-dark);
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.seo-related {
  color: var(--white);
  background: #062f35;
}

.seo-related .section-heading h2 {
  color: var(--white);
}

.seo-related .eyebrow {
  color: #9adfc0;
}

.seo-related__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.seo-related__links a {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 13px 17px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.055);
  font-size: 14px;
  font-weight: 850;
}

.seo-related__links a::after {
  content: "→";
  color: #9adfc0;
}

.seo-related__links a:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.seo-local-cta {
  padding: 58px 0;
  color: var(--white);
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
}

.seo-local-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: center;
}

.seo-local-cta h2 {
  max-width: 760px;
  color: var(--white);
  font-size: clamp(29px, 4vw, 46px);
}

.seo-local-cta p:not(.eyebrow) {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.seo-local-cta .hero__actions {
  justify-content: flex-end;
  margin-top: 0;
}

.seo-page :focus-visible {
  outline: 3px solid rgba(120, 200, 160, 0.72);
  outline-offset: 3px;
}

@media (max-width: 960px) {
  .seo-home-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-hero__grid,
  .seo-content-grid,
  .seo-faq__grid,
  .seo-local-cta__grid {
    grid-template-columns: 1fr;
  }

  .seo-hero__grid,
  .seo-content-grid,
  .seo-faq__grid {
    gap: 38px;
  }

  .seo-hero-card {
    max-width: 620px;
  }

  .seo-local-cta .hero__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .seo-page .whatsapp-float {
    width: 52px;
    height: 52px;
    min-height: 52px;
    padding: 8px;
    border-radius: 50%;
  }

  .seo-page .whatsapp-float span,
  .seo-page--has-hero-whatsapp .whatsapp-float {
    display: none;
  }

  .seo-home-guides__grid {
    grid-template-columns: 1fr;
  }

  .seo-breadcrumb {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .seo-hero {
    padding: 45px 0 49px;
  }

  .seo-hero__content h1 {
    font-size: clamp(36px, 11vw, 52px);
    line-height: 1.02;
  }

  .seo-hero__lead {
    font-size: 17px;
  }

  .seo-hero .hero__actions,
  .seo-local-cta .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .seo-hero .button,
  .seo-local-cta .button {
    width: 100%;
  }

  .seo-hero-card {
    border-radius: 20px;
  }

  .seo-hero-card__media {
    height: 190px;
  }

  .seo-hero-card__body {
    padding: 22px 24px 24px;
  }

  .seo-trust-strip__grid {
    grid-template-columns: 1fr;
    padding: 13px 0;
  }

  .seo-trust-strip__grid > div,
  .seo-trust-strip__grid > div:first-child {
    min-height: 66px;
    padding: 13px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .seo-trust-strip__grid > div:last-child {
    border-bottom: 0;
  }

  .seo-content-grid,
  .seo-faq__grid {
    gap: 30px;
  }

  .seo-copy h2 {
    font-size: 32px;
  }

  .seo-copy > p:not(.eyebrow):not(.seo-content-meta) {
    font-size: 16px;
  }

  .seo-signal-card,
  .seo-option,
  .seo-notice {
    padding: 22px;
  }

  .seo-options-grid,
  .seo-process,
  .seo-related__links {
    grid-template-columns: 1fr;
  }

  .seo-option {
    min-height: 0;
  }

  .seo-option__top {
    display: grid;
    gap: 8px;
  }

  .seo-option__top > strong {
    text-align: left;
  }

  .seo-notice {
    grid-template-columns: 1fr;
  }

  .seo-faq details p {
    padding-right: 0;
  }

  .seo-local-cta {
    padding: 48px 0;
  }
}
