:root {
  --ink: #15241e;
  --muted: #66736e;
  --line: #dfe8e3;
  --paper: #ffffff;
  --canvas: #f7faf8;
  --green: #146b4d;
  --green-dark: #0c513a;
  --green-soft: #e6f1ec;
  --lime: #c9ee8a;
  --sand: #f2eadc;
  --coral-soft: #f6e8e2;
  --danger: #a64a3c;
  --shadow: 0 24px 70px rgba(27, 65, 51, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
svg { display: block; }

.demo-ribbon {
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #dcebe5;
  background: #102c22;
  font-size: 11px;
  letter-spacing: .04em;
}
.demo-ribbon span {
  color: var(--ink);
  background: var(--lime);
  border-radius: 99px;
  padding: 3px 8px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
}

.site-header {
  height: 78px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: Manrope, sans-serif; font-weight: 800; }
.brand > span:last-child { display: flex; flex-direction: column; font-size: 18px; line-height: 1.05; }
.brand small { color: var(--muted); margin-top: 4px; font-family: "DM Sans", sans-serif; font-size: 9px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; color: white; background: var(--green); }
.brand-mark svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.header-cta { padding: 10px 17px; color: white; background: var(--green); border-radius: 99px; font-size: 13px; font-weight: 700; transition: .2s ease; }
.header-cta:hover { background: var(--green-dark); transform: translateY(-1px); }

.hero {
  max-width: 1220px;
  min-height: 650px;
  margin: 0 auto;
  padding: 55px 28px 86px;
  display: grid;
  grid-template-columns: .93fr 1.07fr;
  align-items: center;
  gap: 60px;
}
.eyebrow, .section-kicker { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(201, 238, 138, .28); }
h1, h2, h3 { font-family: Manrope, sans-serif; margin: 0; letter-spacing: -.045em; }
h1 { margin: 17px 0 20px; font-size: clamp(48px, 5.6vw, 78px); line-height: .98; }
h1 em { color: var(--green); font-style: normal; }
.hero-copy > p { max-width: 535px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { margin-top: 32px; display: flex; align-items: center; gap: 22px; }
.button { border: 0; cursor: pointer; min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 13px; font-weight: 700; transition: .2s ease; }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: white; background: var(--green); box-shadow: 0 10px 24px rgba(20, 107, 77, .22); }
.button-primary:hover { background: var(--green-dark); transform: translateY(-2px); }
.button-secondary { color: var(--green); background: var(--green-soft); }
.text-link { color: var(--green); font-size: 14px; font-weight: 700; }
.text-link span { margin-left: 4px; }
.trust-row { max-width: 520px; margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-row > div { min-width: 0; display: flex; flex-wrap: wrap; align-items: center; column-gap: 5px; }
.trust-row > div + div { border-left: 1px solid var(--line); padding-left: 22px; }
.trust-row strong { font-family: Manrope, sans-serif; font-size: 17px; }
.trust-row small { width: 100%; margin-top: 3px; color: var(--muted); font-size: 10px; }
.stars { color: #e3a72f; font-size: 9px; letter-spacing: -1px; }

.hero-visual {
  position: relative;
  height: 540px;
  overflow: hidden;
  border-radius: 50% 50% 38% 38% / 45% 45% 30% 30%;
  background: linear-gradient(145deg, #e4efe9 10%, #b7d7c8 75%);
  box-shadow: inset 0 0 100px rgba(255,255,255,.42);
}
.hero-visual::before { content: ""; position: absolute; inset: auto 8% 8% 8%; height: 20%; border-radius: 50%; background: rgba(23, 77, 57, .12); filter: blur(18px); }
.visual-orbit { position: absolute; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; }
.orbit-one { width: 430px; height: 430px; left: 10%; top: 8%; }
.orbit-two { width: 280px; height: 280px; left: 24%; top: 21%; }
.body-figure { position: absolute; left: 50%; bottom: -10px; width: 315px; transform: translateX(-48%); }
.body-figure svg { width: 100%; }
.availability-card, .professional-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.78); border-radius: 14px; background: rgba(255,255,255,.85); box-shadow: 0 14px 35px rgba(31, 68, 54, .14); backdrop-filter: blur(12px); }
.availability-card { top: 25%; left: 5%; }
.professional-card { right: 4%; bottom: 13%; }
.availability-card div, .professional-card div { display: flex; flex-direction: column; }
.availability-card strong, .professional-card strong { font-size: 12px; }
.availability-card small, .professional-card small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: #36b979; box-shadow: 0 0 0 6px rgba(54, 185, 121, .14); }
.avatar { width: 34px; height: 34px; display: grid !important; place-items: center; border-radius: 50%; color: white; background: #315e4e; font-size: 10px; font-weight: 800; }
.verified { width: 19px; height: 19px; display: grid; place-items: center; margin-left: 3px; border-radius: 50%; color: white; background: var(--green); font-size: 10px; }

.workflow { padding: 100px max(28px, calc((100vw - 1164px) / 2)); background: #102c22; color: white; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; }
.workflow .section-kicker { color: var(--lime); }
.section-heading h2 { max-width: 680px; margin-top: 12px; font-size: clamp(35px, 4vw, 56px); line-height: 1.08; }
.section-heading > p { max-width: 450px; margin: 0 0 7px; color: #a9bdb5; font-size: 15px; line-height: 1.65; }
.comparison { margin-top: 60px; display: grid; grid-template-columns: 1fr 58px 1fr; align-items: center; gap: 12px; }
.comparison-card { min-height: 485px; padding: 24px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-lg); }
.old-way { background: rgba(255,255,255,.035); }
.new-way { background: #f3f7f5; color: var(--ink); }
.card-label { margin-bottom: 22px; display: flex; align-items: center; gap: 9px; color: #a9bdb5; font-size: 12px; }
.card-label span { padding: 5px 9px; border-radius: 99px; color: white; background: rgba(255,255,255,.12); font-weight: 700; }
.new-way .card-label { color: var(--muted); }
.new-way .card-label span { color: var(--green); background: var(--green-soft); }
.phone-mock { width: 232px; height: 295px; margin: 0 auto 24px; overflow: hidden; border: 6px solid #263b34; border-radius: 28px; background: #edf1ef; color: var(--ink); box-shadow: 0 18px 35px rgba(0,0,0,.18); }
.phone-top { padding: 11px 14px 13px; display: flex; justify-content: space-between; color: #718078; font-size: 8px; }
.messages { padding-bottom: 20px; }
.message { max-width: 76%; margin: 11px 10px; padding: 9px 10px; border-radius: 11px; font-size: 9px; line-height: 1.4; }
.incoming { background: white; border-bottom-left-radius: 3px; }
.outgoing { margin-left: auto; background: #cceada; border-bottom-right-radius: 3px; }
.message.muted { color: #718078; font-style: italic; }
.mini-booking { padding: 19px; text-align: center; background: white; }
.mini-logo { color: var(--green); font-family: Manrope, sans-serif; font-size: 11px; font-weight: 800; text-align: left; }
.mini-check { width: 48px; height: 48px; display: grid; place-items: center; margin: 30px auto 12px; border-radius: 50%; color: white; background: var(--green); font-weight: 800; }
.mini-booking strong { font-family: Manrope, sans-serif; font-size: 14px; }
.mini-booking p { color: var(--muted); font-size: 10px; line-height: 1.5; }
.mini-calendar { margin-top: 20px; padding: 9px; border-radius: 7px; color: white; background: var(--green); font-size: 8px; font-weight: 700; }
.comparison-card ul { margin: 0; padding: 0; display: grid; gap: 11px; list-style: none; }
.comparison-card li { display: flex; align-items: center; gap: 10px; color: #c3d1cc; font-size: 13px; }
.comparison-card li span { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; color: #e68b7a; background: rgba(230,139,122,.11); font-weight: 800; }
.new-way li { color: #41514b; }
.new-way li span { color: var(--green); background: var(--green-soft); }
.flow-arrow { width: 54px; height: 54px; display: grid; place-items: center; z-index: 2; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 24px; font-weight: 700; }

.booking-section { position: relative; max-width: 1220px; margin: 0 auto; padding: 110px 28px 90px; display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 75px; }
.booking-intro { position: sticky; top: 34px; padding-top: 28px; }
.booking-intro h2 { margin: 12px 0 17px; font-size: clamp(36px, 4vw, 53px); line-height: 1.08; }
.booking-intro > p { margin: 0 0 31px; color: var(--muted); line-height: 1.65; }
.booking-benefit { margin-top: 16px; display: flex; gap: 13px; align-items: flex-start; }
.booking-benefit svg { flex: none; width: 22px; fill: none; stroke: var(--green); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.booking-benefit div { display: flex; flex-direction: column; }
.booking-benefit strong { font-size: 13px; }
.booking-benefit span { margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.booking-shell { overflow: hidden; min-height: 650px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow); }
.booking-topbar { min-height: 80px; padding: 18px 27px; display: flex; align-items: center; justify-content: space-between; }
.booking-topbar > div { display: flex; flex-direction: column; }
.booking-brand { color: var(--green); font-family: Manrope, sans-serif; font-weight: 800; }
.booking-topbar small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.reset-button, .back-button { padding: 0; border: 0; color: var(--green); background: none; cursor: pointer; font-size: 11px; font-weight: 700; }
.progress-track { height: 4px; background: #edf2ef; }
.progress-track span { display: block; width: 25%; height: 100%; background: var(--green); transition: width .35s ease; }
.booking-content { padding: 31px 33px 36px; }
.booking-step { display: none; animation: slideIn .32s ease both; }
.booking-step.is-active { display: block; }
@keyframes slideIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.booking-step h3 { font-size: 28px; }
.step-subtitle { margin: 7px 0 25px; color: var(--muted); font-size: 13px; }
.services-grid { display: grid; gap: 11px; }
.service-card { width: 100%; min-height: 112px; padding: 16px; display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 15px; border: 1px solid var(--line); border-radius: 16px; color: var(--ink); background: white; cursor: pointer; text-align: left; transition: .2s ease; }
.service-card:hover, .service-card:focus-visible { border-color: var(--green); box-shadow: 0 9px 24px rgba(20,107,77,.09); transform: translateY(-1px); outline: none; }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; color: var(--green); background: var(--green-soft); }
.service-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card > span:nth-child(2) { display: flex; flex-direction: column; }
.service-card strong { font-size: 14px; }
.service-card small { margin-top: 5px; color: var(--muted); font-size: 11px; }
.service-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; }
.service-meta b { color: var(--muted); font-size: 10px; font-weight: 500; }
.service-meta em { color: var(--green); font-size: 14px; font-style: normal; font-weight: 800; }
.back-button { display: block; margin-bottom: 17px; }
.selected-service-pill { display: inline-flex; margin: -7px 0 19px; padding: 7px 10px; border-radius: 8px; color: var(--green); background: var(--green-soft); font-size: 10px; font-weight: 700; }
.professionals-grid { display: grid; gap: 10px; }
.professional-option { position: relative; width: 100%; min-height: 88px; padding: 14px 15px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 13px; border: 1px solid var(--line); border-radius: 15px; color: var(--ink); background: white; cursor: pointer; text-align: left; transition: .2s ease; }
.professional-option:hover, .professional-option:focus-visible { border-color: var(--green); box-shadow: 0 9px 24px rgba(20,107,77,.09); transform: translateY(-1px); outline: none; }
.professional-option.is-recommended { border-color: #b9d9ca; background: #f5faf7; }
.professional-avatar { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: white; background: #315e4e; font-size: 11px; font-weight: 800; }
.any-avatar { color: var(--green); background: var(--lime); font-size: 16px; }
.professional-copy { display: flex; min-width: 0; flex-direction: column; }
.professional-copy strong { font-size: 13px; }
.professional-copy small { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.professional-arrow { color: var(--green); font-size: 17px; font-weight: 800; }
.recommended-badge { align-self: start; padding: 5px 7px; border-radius: 99px; color: var(--green); background: #dff1e8; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.calendar-demo-note { margin: 14px 2px 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
.calendar-demo-note span { margin-right: 5px; color: #4285f4; font-size: 8px; }
.date-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; }
.date-button { padding: 11px 3px; display: flex; flex-direction: column; align-items: center; gap: 3px; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: white; cursor: pointer; transition: .2s ease; }
.date-button span { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.date-button strong { font-family: Manrope, sans-serif; font-size: 17px; }
.date-button small { color: var(--muted); font-size: 8px; }
.date-button.is-selected { color: white; border-color: var(--green); background: var(--green); }
.date-button.is-selected span, .date-button.is-selected small { color: rgba(255,255,255,.75); }
.slots-label { margin: 28px 0 12px; display: flex; justify-content: space-between; font-size: 11px; font-weight: 700; }
.slots-label small { color: var(--muted); font-weight: 400; }
.time-slots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.slot-button { min-height: 48px; padding: 8px 5px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 2px; border: 1px solid var(--line); border-radius: 9px; color: var(--green); background: white; cursor: pointer; font-size: 12px; font-weight: 700; transition: .2s ease; }
.slot-button strong { font-size: 12px; }
.slot-button small { color: var(--muted); font-size: 8px; font-weight: 500; }
.slot-button:hover, .slot-button:focus-visible { color: white; border-color: var(--green); background: var(--green); outline: none; }
.slot-button:hover small, .slot-button:focus-visible small { color: rgba(255,255,255,.8); }
.appointment-summary { margin-bottom: 22px; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-radius: 12px; background: var(--green-soft); }
.appointment-summary div { display: flex; flex-direction: column; }
.appointment-summary strong { font-size: 12px; }
.appointment-summary span { margin-top: 3px; color: var(--muted); font-size: 10px; }
.appointment-summary b { color: var(--green); font-size: 12px; }
form { display: grid; gap: 14px; }
form label { color: #34453e; font-size: 11px; font-weight: 700; }
form label > span { color: var(--muted); font-weight: 400; }
input, textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: #fbfcfb; outline: none; resize: vertical; transition: .2s ease; }
input:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(20, 107, 77, .08); }
input::placeholder, textarea::placeholder { color: #9aa59f; font-size: 11px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.privacy-check { display: flex; align-items: flex-start; gap: 9px; cursor: pointer; font-weight: 400; }
.privacy-check input { width: 16px; height: 16px; flex: none; margin: 0; accent-color: var(--green); }
.form-error { min-height: 16px; margin: -5px 0 0; color: var(--danger); font-size: 10px; }
.submit-button { width: 100%; }
.confirmation-step { padding: 22px 12px; text-align: center; }
.success-ring { width: 86px; height: 86px; display: grid; place-items: center; margin: 3px auto 19px; border-radius: 50%; background: var(--green-soft); }
.success-ring span { width: 57px; height: 57px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font-size: 25px; font-weight: 800; box-shadow: 0 8px 20px rgba(20,107,77,.22); }
.success-kicker { color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.confirmation-step h3 { margin-top: 9px; font-size: 30px; }
.confirmation-step > p { max-width: 430px; margin: 8px auto 20px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.confirmation-card { max-width: 450px; margin: 0 auto 15px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; text-align: left; }
.confirmation-row { display: flex; justify-content: space-between; gap: 14px; font-size: 11px; }
.confirmation-row + .confirmation-row { margin-top: 11px; padding-top: 11px; border-top: 1px solid var(--line); }
.confirmation-row span { color: var(--muted); }
.confirmation-note { max-width: 450px; margin: 0 auto 19px; padding: 12px; display: flex; align-items: center; gap: 9px; border-radius: 10px; color: #5f4c2e; background: #fbf3df; text-align: left; }
.confirmation-note p { margin: 0; display: flex; flex-direction: column; font-size: 9px; line-height: 1.5; }
.confirmation-note strong { font-size: 10px; }
.sales-note { grid-column: 1 / -1; margin-top: 3px; padding: 18px 23px; display: flex; align-items: center; justify-content: center; gap: 17px; border: 1px dashed #b9cac1; border-radius: 14px; background: #f0f5f2; }
.sales-note span { flex: none; padding: 5px 9px; border-radius: 99px; color: white; background: var(--green); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.sales-note p { margin: 0; color: var(--muted); font-size: 12px; }
.sales-note strong { color: var(--ink); }

footer { max-width: 1164px; margin: 0 auto; padding: 30px 0 45px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
.footer-brand { transform: scale(.9); transform-origin: left center; }
footer > p { color: var(--muted); font-size: 11px; }
.footer-demo { padding: 6px 10px; border-radius: 99px; color: var(--muted); background: #e9efec; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.mobile-sticky-cta { display: none; }

@media (max-width: 900px) {
  .hero { min-height: 0; padding-top: 40px; grid-template-columns: 1fr; gap: 45px; }
  .hero-copy { max-width: 650px; }
  .hero-visual { max-width: 620px; width: 100%; margin: 0 auto; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .comparison { grid-template-columns: 1fr 44px 1fr; }
  .comparison-card { padding: 18px; }
  .phone-mock { width: 210px; }
  .booking-section { grid-template-columns: 1fr; gap: 35px; }
  .booking-intro { position: static; max-width: 700px; padding-top: 0; }
  footer { margin: 0 28px; }
}

@media (max-width: 660px) {
  body { padding-bottom: 72px; }
  .demo-ribbon { font-size: 9px; }
  .site-header { height: 67px; padding: 0 18px; }
  .brand-mark { width: 33px; height: 33px; }
  .brand > span:last-child { font-size: 16px; }
  .header-cta { display: none; }
  .hero { padding: 41px 19px 65px; gap: 38px; }
  h1 { margin-top: 14px; font-size: 47px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .hero-actions .button { width: 100%; }
  .text-link { text-align: center; }
  .trust-row { margin-top: 30px; }
  .trust-row > div + div { padding-left: 10px; }
  .trust-row strong { font-size: 14px; }
  .trust-row small { font-size: 8px; }
  .hero-visual { height: 410px; border-radius: 50% 50% 32% 32% / 40% 40% 26% 26%; }
  .body-figure { width: 245px; }
  .availability-card { top: 19%; left: 3%; padding: 10px 11px; }
  .professional-card { right: 2%; bottom: 12%; padding: 10px 11px; }
  .availability-card strong, .professional-card strong { font-size: 10px; }
  .availability-card small, .professional-card small { font-size: 7px; }
  .avatar { width: 29px; height: 29px; }
  .workflow { padding: 74px 19px; }
  .section-heading h2 { font-size: 37px; }
  .comparison { margin-top: 40px; grid-template-columns: 1fr; gap: 17px; }
  .comparison-card { min-height: 0; padding: 19px; }
  .flow-arrow { width: 42px; height: 42px; margin: -6px auto; transform: rotate(90deg); font-size: 20px; }
  .phone-mock { height: 275px; }
  .booking-section { padding: 75px 14px 65px; }
  .booking-intro { padding: 0 5px; }
  .booking-intro h2 { font-size: 38px; }
  .booking-shell { min-height: 635px; border-radius: 22px; }
  .booking-topbar { min-height: 70px; padding: 15px 18px; }
  .booking-content { padding: 25px 17px 28px; }
  .booking-step h3 { font-size: 25px; }
  .service-card { min-height: 105px; padding: 13px; grid-template-columns: 43px 1fr auto; gap: 10px; }
  .service-icon { width: 43px; height: 43px; border-radius: 12px; }
  .service-card strong { font-size: 12px; }
  .service-card small { font-size: 9px; line-height: 1.35; }
  .service-meta em { font-size: 12px; }
  .professional-option { min-height: 84px; padding: 12px; grid-template-columns: 42px 1fr auto; gap: 10px; }
  .professional-avatar { width: 40px; height: 40px; }
  .professional-copy strong { font-size: 12px; }
  .professional-copy small { font-size: 9px; }
  .recommended-badge { position: absolute; top: 8px; right: 8px; }
  .is-recommended .professional-copy { padding-right: 48px; }
  .date-strip { overflow-x: auto; grid-template-columns: repeat(5, 65px); padding-bottom: 5px; }
  .time-slots { grid-template-columns: repeat(3, 1fr); }
  .form-row { grid-template-columns: 1fr; }
  .sales-note { align-items: flex-start; flex-direction: column; gap: 10px; }
  footer { margin: 0 19px; padding-bottom: 27px; flex-direction: column; align-items: flex-start; gap: 10px; }
  footer > p { margin: 0; }
  .mobile-sticky-cta { position: fixed; z-index: 20; left: 10px; right: 10px; bottom: 10px; min-height: 53px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-radius: 13px; color: white; background: var(--green); box-shadow: 0 12px 35px rgba(8, 49, 34, .34); font-size: 14px; font-weight: 800; }
  .mobile-sticky-cta.is-hidden { display: none; }
}

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

/* =========================================================
   FisioViva V2 · Hero editorial con imagen de fondo
   ========================================================= */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: 1164px;
  min-height: 610px;
  margin: 20px auto 78px;
  padding: 82px 70px 74px;
  display: block;
  border-radius: 32px;
  background: #0d3b2d;
  box-shadow: 0 28px 70px rgba(18, 58, 44, .16);
}
.hero-copy {
  position: relative;
  z-index: 4;
  width: min(610px, 58%);
}
.hero .eyebrow,
.hero .section-kicker { color: #d8f59e; }
.hero .eyebrow span {
  background: #d8f59e;
  box-shadow: 0 0 0 5px rgba(216, 245, 158, .16);
}
.hero h1 {
  max-width: 690px;
  color: #fff;
  text-wrap: balance;
  text-shadow: 0 2px 18px rgba(3, 28, 20, .14);
}
.hero h1 em { color: #d8f59e; }
.hero-copy > p {
  max-width: 560px;
  color: rgba(255,255,255,.82);
  font-size: 18px;
  line-height: 1.68;
}
.hero .button-primary {
  color: #123126;
  background: #d8f59e;
  box-shadow: 0 14px 32px rgba(0,0,0,.18);
}
.hero .button-primary:hover {
  color: #0c2a20;
  background: #e2f9b4;
}
.hero .text-link { color: rgba(255,255,255,.92); }
.hero .trust-row {
  max-width: 570px;
  margin-top: 40px;
  padding: 19px 20px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 18px;
  background: rgba(8, 42, 31, .34);
  backdrop-filter: blur(10px);
}
.hero .trust-row > div + div { border-left-color: rgba(255,255,255,.16); }
.hero .trust-row strong { color: #fff; }
.hero .trust-row small { color: rgba(255,255,255,.66); }
.hero .stars { color: #f0bf43; }

.hero-visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: inherit;
  background:
    radial-gradient(circle at 78% 48%, rgba(225,244,235,.95) 0 22%, rgba(174,211,193,.93) 47%, rgba(67,130,101,.90) 100%);
  box-shadow: none;
}
.hero-visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  height: auto;
  border-radius: inherit;
  background:
    linear-gradient(90deg,
      rgba(7,45,33,.97) 0%,
      rgba(9,54,39,.93) 34%,
      rgba(13,67,49,.75) 52%,
      rgba(13,67,49,.24) 72%,
      rgba(13,67,49,.06) 100%);
  filter: none;
}
.hero-visual::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4,31,22,.05), rgba(4,31,22,.16)),
    radial-gradient(circle at 84% 18%, rgba(255,255,255,.32), transparent 35%);
}
.hero-visual .visual-orbit,
.hero-visual .body-figure,
.hero-visual .availability-card,
.hero-visual .professional-card { z-index: 1; }
.hero-visual .orbit-one {
  width: 500px;
  height: 500px;
  left: 58%;
  top: 7%;
  border-color: rgba(255,255,255,.48);
}
.hero-visual .orbit-two {
  width: 330px;
  height: 330px;
  left: 67%;
  top: 22%;
  border-color: rgba(255,255,255,.44);
}
.hero-visual .body-figure {
  left: 78%;
  bottom: -25px;
  width: 365px;
  transform: translateX(-50%);
  filter: drop-shadow(0 20px 24px rgba(15, 66, 47, .14));
}
.hero-visual .availability-card {
  top: 21%;
  left: auto;
  right: 32%;
}
.hero-visual .professional-card {
  right: 4.5%;
  bottom: 14%;
}

@media (max-width: 900px) {
  .hero {
    max-width: calc(100% - 38px);
    min-height: 650px;
    margin-top: 14px;
    padding: 68px 48px 58px;
  }
  .hero-copy { width: min(600px, 72%); max-width: 600px; }
  .hero-visual { max-width: none; width: 100%; margin: 0; }
  .hero-visual .body-figure { left: 80%; width: 330px; }
  .hero-visual .availability-card { right: 26%; }
}

@media (max-width: 660px) {
  .hero {
    max-width: calc(100% - 24px);
    min-height: 720px;
    margin: 12px auto 54px;
    padding: 52px 24px 34px;
    border-radius: 26px;
  }
  .hero-copy { width: 100%; max-width: none; }
  .hero h1 {
    max-width: 8.8ch;
    margin-top: 16px;
    font-size: clamp(45px, 13vw, 58px);
    line-height: .98;
  }
  .hero-copy > p {
    max-width: 34ch;
    color: rgba(255,255,255,.84);
    font-size: 16px;
  }
  .hero-actions { max-width: 360px; }
  .hero .text-link { color: rgba(255,255,255,.9); }
  .hero .trust-row {
    position: absolute;
    z-index: 4;
    left: 18px;
    right: 18px;
    bottom: 18px;
    width: auto;
    margin: 0;
    padding: 14px 12px;
    background: rgba(7, 41, 29, .64);
  }
  .hero .trust-row > div + div { padding-left: 8px; }
  .hero .trust-row strong { font-size: 13px; }
  .hero .trust-row small { font-size: 7.5px; }
  .hero-visual {
    height: 100%;
    border-radius: inherit;
  }
  .hero-visual::before {
    background:
      linear-gradient(180deg,
        rgba(6,43,31,.96) 0%,
        rgba(8,52,37,.90) 43%,
        rgba(10,60,43,.52) 65%,
        rgba(10,60,43,.14) 100%);
  }
  .hero-visual .body-figure {
    left: 68%;
    bottom: 45px;
    width: 265px;
    opacity: .72;
  }
  .hero-visual .orbit-one {
    width: 360px;
    height: 360px;
    left: 34%;
    top: 43%;
    opacity: .68;
  }
  .hero-visual .orbit-two {
    width: 230px;
    height: 230px;
    left: 51%;
    top: 53%;
    opacity: .58;
  }
  .hero-visual .availability-card,
  .hero-visual .professional-card { display: none; }
}

/* Ajustes QA V2 */
@media (min-width: 901px) {
  .hero-visual .availability-card {
    top: 16%;
    right: 6%;
  }
}

@media (max-width: 660px) {
  .hero { min-height: 760px; }
  .hero-actions { margin-top: 27px; }
  .hero .trust-row {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 26px;
    padding: 14px 12px;
  }
  .hero-visual .body-figure {
    left: 70%;
    bottom: 28px;
    opacity: .62;
  }
}

/* =========================================================
   FisioViva V3 · Pulido premium y madurez visual
   ========================================================= */
:root {
  --green-950:#082c21;
  --green-900:#0b3a2b;
  --green-800:#0f4e39;
  --green-700:#146b4d;
  --mint:#dff3e9;
  --cream:#f4f2ea;
  --premium-shadow: 0 28px 80px rgba(15, 63, 46, .13);
}

body {
  background:
    radial-gradient(circle at 50% 0%, rgba(207,235,221,.18), transparent 38%),
    var(--canvas);
}

.site-header {
  position: sticky;
  top: 10px;
  z-index: 40;
  height: 72px;
  max-width: 1164px;
  margin: 12px auto 0;
  padding: 0 18px 0 16px;
  border: 1px solid rgba(20,107,77,.12);
  border-radius: 22px;
  background: rgba(250,252,250,.84);
  box-shadow: 0 14px 40px rgba(24,64,50,.08);
  backdrop-filter: blur(18px) saturate(150%);
}
.desktop-nav { display:flex; align-items:center; gap:26px; margin-left:auto; margin-right:22px; }
.desktop-nav a { position:relative; color:#4f6159; font-size:12px; font-weight:600; transition:color .2s ease; }
.desktop-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:-7px; height:1.5px; background:var(--green); transition:right .22s ease; }
.desktop-nav a:hover { color:var(--green-dark); }
.desktop-nav a:hover::after { right:0; }
.header-cta { min-height:42px; padding:0 17px; display:inline-flex; align-items:center; gap:8px; box-shadow:0 8px 20px rgba(20,107,77,.16); }
.header-cta span { transition:transform .2s ease; }
.header-cta:hover span { transform:translateX(3px); }

/* Treatments */
.treatments-section {
  max-width:1164px;
  margin:0 auto;
  padding:48px 0 104px;
}
.treatments-heading {
  display:grid;
  grid-template-columns:1.06fr .72fr;
  gap:80px;
  align-items:end;
  margin-bottom:42px;
}
.treatments-heading h2 {
  max-width:720px;
  margin-top:12px;
  font-size:clamp(38px,4.2vw,58px);
  line-height:1.04;
}
.treatments-heading > p {
  max-width:410px;
  margin:0 0 6px;
  color:var(--muted);
  font-size:15px;
  line-height:1.72;
}
.treatment-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.treatment-card {
  position:relative;
  min-height:330px;
  padding:30px;
  overflow:hidden;
  border:1px solid #dce7e1;
  border-radius:24px;
  background:rgba(255,255,255,.82);
  box-shadow:0 14px 45px rgba(25,70,53,.06);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.treatment-card::after {
  content:"";
  position:absolute;
  right:-54px;
  bottom:-70px;
  width:180px;
  height:180px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(201,238,138,.23), transparent 70%);
  pointer-events:none;
}
.treatment-card:hover { transform:translateY(-5px); border-color:#bfd8cc; box-shadow:0 24px 55px rgba(25,70,53,.11); }
.treatment-featured { color:white; border-color:var(--green-900); background:linear-gradient(150deg,#0b3b2d,#126247); box-shadow:0 24px 60px rgba(12,81,58,.22); }
.treatment-featured p, .treatment-featured .treatment-meta span { color:rgba(255,255,255,.72); }
.treatment-featured .treatment-icon { color:var(--green-950); background:var(--lime); }
.treatment-featured .treatment-index { color:rgba(255,255,255,.22); }
.treatment-featured .treatment-meta { border-top-color:rgba(255,255,255,.14); }
.treatment-featured .treatment-meta strong { color:var(--lime); }
.treatment-badge { position:absolute; top:22px; right:22px; padding:6px 10px; border-radius:999px; color:var(--green-950); background:var(--lime); font-size:9px; font-weight:800; letter-spacing:.05em; text-transform:uppercase; }
.treatment-index { position:absolute; top:20px; right:24px; color:#d8e3de; font-family:Manrope,sans-serif; font-size:44px; font-weight:800; letter-spacing:-.06em; }
.treatment-featured .treatment-index { right:auto; left:30px; top:24px; }
.treatment-icon { width:54px; height:54px; display:grid; place-items:center; margin-top:42px; border-radius:16px; color:var(--green); background:var(--green-soft); }
.treatment-icon svg { width:25px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.treatment-card h3 { margin-top:24px; font-size:23px; }
.treatment-card p { margin:10px 0 0; color:var(--muted); font-size:13px; line-height:1.62; }
.treatment-meta { margin-top:28px; padding-top:17px; display:flex; align-items:center; justify-content:space-between; border-top:1px solid var(--line); }
.treatment-meta span { color:var(--muted); font-size:11px; }
.treatment-meta strong { color:var(--green); font-family:Manrope,sans-serif; font-size:17px; }
.treatments-foot { margin-top:20px; padding:17px 20px; display:flex; align-items:center; justify-content:space-between; border:1px solid #dfe9e4; border-radius:16px; background:#f0f6f3; }
.treatments-foot span { color:#64746d; font-size:12px; }
.treatments-foot a { color:var(--green-dark); font-size:12px; font-weight:800; }
.treatments-foot b { margin-left:7px; transition:transform .2s ease; display:inline-block; }
.treatments-foot a:hover b { transform:translateX(4px); }

/* Workflow */
.workflow { position:relative; overflow:hidden; padding-top:112px; padding-bottom:92px; }
.workflow::before {
  content:"";
  position:absolute;
  top:-160px;
  right:-120px;
  width:520px;
  height:520px;
  border:1px solid rgba(201,238,138,.1);
  border-radius:50%;
  box-shadow:0 0 0 80px rgba(201,238,138,.025),0 0 0 160px rgba(201,238,138,.018);
}
.comparison { position:relative; z-index:1; gap:20px; margin-top:68px; }
.comparison-card { min-height:510px; padding:28px; border-radius:26px; transition:transform .25s ease, border-color .25s ease; }
.comparison-card:hover { transform:translateY(-3px); }
.old-way { border-color:rgba(255,255,255,.08); background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02)); }
.new-way { border-color:rgba(255,255,255,.18); background:linear-gradient(180deg,#f7faf8,#edf5f1); box-shadow:0 24px 60px rgba(0,0,0,.16); }
.flow-arrow { position:relative; box-shadow:0 12px 26px rgba(201,238,138,.12); }
.flow-arrow::before, .flow-arrow::after { content:""; position:absolute; top:50%; width:18px; height:1px; background:rgba(201,238,138,.24); }
.flow-arrow::before { right:100%; }
.flow-arrow::after { left:100%; }
.workflow-proof { position:relative; z-index:1; margin-top:52px; display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid rgba(255,255,255,.12); border-bottom:1px solid rgba(255,255,255,.12); }
.workflow-proof > div { padding:27px 28px; display:grid; grid-template-columns:auto 1fr; gap:15px; align-items:center; }
.workflow-proof > div + div { border-left:1px solid rgba(255,255,255,.12); }
.workflow-proof strong { color:var(--lime); font-family:Manrope,sans-serif; font-size:24px; letter-spacing:-.04em; }
.workflow-proof span { color:#aebfb8; font-size:11px; line-height:1.45; }

/* Booking becomes a premium product module */
.booking-section { max-width:1220px; padding-top:116px; padding-bottom:112px; gap:70px; }
.booking-intro::before { content:""; display:block; width:46px; height:2px; margin-bottom:25px; background:var(--green); }
.booking-intro h2 { max-width:430px; font-size:clamp(38px,4vw,55px); }
.booking-benefit { padding:14px 15px; border:1px solid #e0e9e4; border-radius:14px; background:rgba(255,255,255,.72); }
.booking-benefit + .booking-benefit { margin-top:10px; }
.booking-shell { position:relative; border-color:#d9e5df; border-radius:30px; box-shadow:0 30px 90px rgba(24,69,52,.14); }
.booking-shell::before { content:""; position:absolute; inset:0 0 auto; height:1px; background:linear-gradient(90deg,transparent,rgba(20,107,77,.28),transparent); z-index:2; }
.booking-topbar { min-height:88px; padding:20px 28px; background:linear-gradient(180deg,#fff,#fbfdfc); }
.booking-top-actions { display:flex; align-items:center; gap:14px; }
.secure-pill { display:inline-flex; align-items:center; gap:7px; padding:7px 10px; border-radius:999px; color:#607169; background:#f0f6f3; font-size:9px; font-weight:700; }
.secure-pill i { width:7px; height:7px; border-radius:50%; background:#43b97c; box-shadow:0 0 0 4px rgba(67,185,124,.12); }
.progress-track { height:5px; background:#edf3f0; }
.progress-track span { background:linear-gradient(90deg,var(--green),#47a77f); box-shadow:0 0 14px rgba(20,107,77,.18); }
.booking-content { padding:36px 36px 42px; }
.service-card { min-height:116px; border-radius:18px; }
.service-card:hover, .professional-option:hover { transform:translateY(-2px); box-shadow:0 14px 34px rgba(20,107,77,.1); }
.sales-note { padding:20px 24px; border:1px solid #cfddd6; border-radius:18px; background:linear-gradient(90deg,#edf6f1,#f7faf8); box-shadow:0 14px 35px rgba(25,70,53,.05); }
.sales-note span { background:var(--green-dark); }

/* Closing confidence section */
.confidence-section { padding:0 28px 105px; }
.confidence-panel { max-width:1164px; margin:0 auto; padding:64px 68px; display:grid; grid-template-columns:.95fr 1.05fr; gap:70px; align-items:center; border-radius:30px; color:white; background:linear-gradient(135deg,#0a3226 0%,#0f513a 62%,#176d4e 100%); box-shadow:var(--premium-shadow); position:relative; overflow:hidden; }
.confidence-panel::after { content:""; position:absolute; width:390px; height:390px; right:-140px; top:-170px; border:1px solid rgba(255,255,255,.13); border-radius:50%; box-shadow:0 0 0 60px rgba(255,255,255,.025),0 0 0 120px rgba(255,255,255,.018); }
.confidence-copy, .confidence-points { position:relative; z-index:1; }
.confidence-copy .section-kicker { color:var(--lime); }
.confidence-copy h2 { margin-top:12px; font-size:clamp(36px,4vw,52px); line-height:1.04; }
.confidence-copy p { max-width:480px; margin:18px 0 28px; color:rgba(255,255,255,.72); line-height:1.65; }
.confidence-copy .button-primary { color:var(--green-950); background:var(--lime); box-shadow:none; }
.confidence-points { display:grid; gap:12px; }
.confidence-points > div { padding:18px 18px; display:grid; grid-template-columns:35px 1fr; gap:13px; align-items:start; border:1px solid rgba(255,255,255,.12); border-radius:16px; background:rgba(255,255,255,.06); backdrop-filter:blur(10px); }
.confidence-points > div > span { width:35px; height:35px; display:grid; place-items:center; border-radius:50%; color:var(--green-950); background:var(--lime); font-weight:900; }
.confidence-points p { margin:0; display:flex; flex-direction:column; color:rgba(255,255,255,.68); font-size:11px; line-height:1.5; }
.confidence-points strong { margin-bottom:3px; color:white; font-size:13px; }

/* Footer */
footer { padding-top:34px; }
.footer-nav { display:flex; gap:22px; }
.footer-nav a { color:var(--muted); font-size:10px; font-weight:600; }
.footer-nav a:hover { color:var(--green); }

/* Reveal system */
[data-reveal] { opacity:0; transform:translateY(22px); transition:opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); transition-delay:var(--delay,0ms); }
[data-reveal].is-visible { opacity:1; transform:none; }

@media (max-width: 900px) {
  .site-header { max-width:calc(100% - 32px); }
  .desktop-nav { display:none; }
  .treatments-section { padding:40px 24px 82px; }
  .treatments-heading { grid-template-columns:1fr; gap:18px; }
  .treatment-grid { grid-template-columns:1fr; }
  .treatment-card { min-height:auto; }
  .treatment-icon { margin-top:28px; }
  .workflow-proof { grid-template-columns:1fr; }
  .workflow-proof > div + div { border-left:0; border-top:1px solid rgba(255,255,255,.12); }
  .confidence-panel { grid-template-columns:1fr; gap:36px; padding:50px 40px; }
}

@media (max-width: 660px) {
  .demo-ribbon { font-size:8.5px; gap:6px; }
  .site-header { top:7px; height:66px; max-width:calc(100% - 20px); margin-top:8px; padding:0 10px 0 12px; border-radius:19px; }
  .site-header .brand > span:last-child { font-size:15px; }
  .site-header .brand small { font-size:7px; }
  .site-header .brand-mark { width:32px; height:32px; border-radius:10px; }
  .header-cta { min-height:38px; padding:0 13px; font-size:11px; }
  .treatments-section { padding:24px 18px 70px; }
  .treatments-heading { margin-bottom:28px; }
  .treatments-heading h2 { font-size:37px; }
  .treatments-heading > p { font-size:14px; }
  .treatment-grid { gap:12px; }
  .treatment-card { padding:24px; border-radius:20px; }
  .treatment-card h3 { font-size:21px; }
  .treatment-featured .treatment-index { left:24px; }
  .treatments-foot { align-items:flex-start; gap:7px; flex-direction:column; }
  .workflow { padding:82px 18px 74px; }
  .comparison { grid-template-columns:1fr; gap:14px; margin-top:40px; }
  .flow-arrow { margin:-5px auto; transform:rotate(90deg); }
  .workflow-proof { margin-top:36px; }
  .workflow-proof > div { padding:20px 8px; }
  .booking-section { padding:86px 18px 76px; gap:34px; }
  .booking-intro { position:relative; top:auto; padding-top:0; }
  .booking-topbar { min-height:78px; padding:16px 18px; }
  .booking-top-actions { gap:8px; }
  .secure-pill { display:none; }
  .booking-content { padding:26px 18px 30px; }
  .sales-note { align-items:flex-start; flex-direction:column; gap:10px; }
  .confidence-section { padding:0 18px 86px; }
  .confidence-panel { padding:40px 24px; border-radius:25px; }
  .confidence-copy h2 { font-size:38px; }
  .confidence-copy .button { width:100%; }
  footer { margin:0 18px; }
  .footer-nav { gap:14px; flex-wrap:wrap; }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity:1; transform:none; transition:none; }
}


/* === V4 hero realista === */
.hero {
  position: relative;
  isolation: isolate;
}
.hero-visual {
  background-image:
    linear-gradient(90deg, rgba(8,42,31,.96) 0%, rgba(10,53,39,.90) 28%, rgba(11,63,46,.64) 48%, rgba(12,71,52,.18) 70%, rgba(12,71,52,.04) 100%),
    linear-gradient(180deg, rgba(6,28,22,.10) 0%, rgba(6,28,22,.28) 100%),
    url('assets/hero-foto-realista.webp');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #103628;
}
.hero-visual::before {
  background: linear-gradient(90deg, rgba(8,42,31,.98) 0%, rgba(9,49,37,.92) 36%, rgba(11,60,44,.58) 58%, rgba(11,60,44,.16) 78%, rgba(11,60,44,.02) 100%);
}
.hero-visual::after {
  background: linear-gradient(180deg, rgba(4,31,22,.18), rgba(4,31,22,.28));
}
.hero-visual .visual-orbit,
.hero-visual .body-figure {
  display: none;
}
.hero-copy {
  position: relative;
  z-index: 3;
}
.hero h1 {
  max-width: 7.8ch;
}
.hero-copy > p {
  max-width: 34ch;
}
.hero .trust-row {
  box-shadow: 0 18px 42px rgba(0,0,0,.12);
}
.hero-visual .availability-card {
  top: 14%;
  right: 6%;
  left: auto;
  background: rgba(255,255,255,.82);
}
.hero-visual .professional-card {
  right: 3.5%;
  bottom: 12%;
  background: rgba(255,255,255,.84);
}
@media (max-width: 900px) {
  .hero-visual {
    background-position: 72% center;
  }
}
@media (max-width: 660px) {
  .hero {
    min-height: 780px;
  }
  .hero-visual {
    background-image:
      linear-gradient(180deg, rgba(7,41,30,.96) 0%, rgba(8,48,35,.90) 36%, rgba(10,60,43,.58) 63%, rgba(11,67,49,.20) 100%),
      url('assets/hero-foto-realista.webp');
    background-position: 68% center;
  }
  .hero-visual::before,
  .hero-visual::after { display:none; }
  .hero-copy > p {
    max-width: 30ch;
  }
  .hero .trust-row {
    background: rgba(7,41,29,.72);
  }
}

/* === V5 final polish === */
.hero .stars{display:none}
.hero .trust-row > div{align-content:center}
.hero .trust-row strong{letter-spacing:-.02em}
.hero .trust-row small{max-width:13ch}
.hero-copy > p{max-width:37ch}
.hero .button-primary{min-width:220px}
.treatment-card,.comparison-card,.booking-shell,.confidence-panel{transform:translateZ(0)}
.treatment-card:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(21,54,42,.10)}
.booking-shell{box-shadow:0 30px 80px rgba(24,56,44,.13)}
.confidence-panel{box-shadow:0 30px 70px rgba(17,51,39,.10)}
@media (max-width:660px){
  .hero-copy > p{max-width:31ch}
  .hero .trust-row small{max-width:none}
  .hero .button-primary{width:100%}
}


/* =========================================================
   FisioViva V6 · Normalización final de ritmo y estabilidad
   ========================================================= */
/* La información nunca depende de JS para ser visible. */
[data-reveal], [data-reveal].is-visible {
  opacity: 1 !important;
  transform: none !important;
}

/* Ritmo general más compacto */
.hero {
  min-height: 585px;
  margin: 18px auto 38px;
  padding: 68px 62px 62px;
}
.hero-copy { width: min(590px, 58%); }
.hero h1 { font-size: clamp(50px, 5.35vw, 76px); }
.hero-copy > p { font-size: 17px; line-height: 1.62; }
.hero .trust-row { margin-top: 30px; }

.treatments-section {
  padding: 34px 0 72px;
}
.treatments-heading {
  gap: 58px;
  margin-bottom: 30px;
}
.treatments-heading h2 {
  font-size: clamp(36px, 3.8vw, 54px);
}
.treatment-card {
  min-height: 300px;
  padding: 27px;
}
.treatment-icon { margin-top: 35px; }
.treatment-card h3 { margin-top: 20px; }
.treatment-meta { margin-top: 23px; }
.treatments-foot { margin-top: 15px; }

.workflow {
  padding-top: 84px;
  padding-bottom: 72px;
}
.section-heading { gap: 44px; }
.comparison { margin-top: 48px; }
.comparison-card { min-height: 470px; }
.workflow-proof { margin-top: 38px; }

.booking-section {
  padding-top: 84px;
  padding-bottom: 82px;
  gap: 54px;
}
.booking-intro { padding-top: 12px; }
.booking-intro::before { margin-bottom: 19px; }
.booking-intro > p { margin-bottom: 22px; }
.booking-benefit { margin-top: 10px; }
.booking-shell { min-height: 610px; }

.confidence-section { padding-bottom: 76px; }
.confidence-panel { padding: 54px 58px; gap: 54px; }

/* Transiciones entre bloques sin huecos muertos */
.treatments-section + .workflow { margin-top: 0; }
.workflow + .booking-section { margin-top: 0; }

/* Tarjetas de tratamiento con CTA contextual */
.treatment-card { display:flex; flex-direction:column; }
.treatment-meta { margin-top:auto; }

@media (max-width: 900px) {
  .hero {
    min-height: 600px;
    margin-bottom: 28px;
    padding: 58px 44px 52px;
  }
  .treatments-section { padding: 28px 24px 64px; }
  .treatments-heading { gap: 16px; margin-bottom: 24px; }
  .treatment-grid { gap: 12px; }
  .workflow { padding-top: 72px; padding-bottom: 64px; }
  .booking-section { padding-top: 72px; padding-bottom: 70px; }
  .confidence-section { padding-bottom: 66px; }
}

@media (max-width: 660px) {
  .hero {
    min-height: 700px;
    margin: 10px auto 30px;
    padding: 46px 24px 28px;
  }
  .hero h1 { font-size: clamp(44px, 12.4vw, 56px); }
  .hero-copy > p { font-size: 15.5px; line-height: 1.58; }
  .hero-actions { margin-top: 23px; }
  .hero .trust-row { margin-top: 20px; }

  .treatments-section { padding: 18px 18px 54px; }
  .treatments-heading { margin-bottom: 22px; }
  .treatments-heading h2 { font-size: 34px; }
  .treatment-card { min-height: 0; padding: 22px; }
  .treatment-icon { margin-top: 24px; }
  .treatment-card h3 { margin-top: 18px; }
  .treatment-meta { margin-top: 20px; }
  .treatments-foot { margin-top: 12px; }

  .workflow { padding: 64px 18px 58px; }
  .comparison { margin-top: 34px; }
  .comparison-card { min-height: 0; }
  .workflow-proof { margin-top: 30px; }

  .booking-section { padding: 66px 18px 62px; gap: 26px; }
  .booking-shell { min-height: 585px; }
  .confidence-section { padding: 0 18px 62px; }
  .confidence-panel { padding: 36px 22px; gap: 30px; }
}


/* =========================================================
   V7 · WEB COMPLETA DE CLÍNICA
   Tratamientos editoriales + método + FAQ
   ========================================================= */
.treatment-grid-photo {
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 22px;
}
.treatment-photo-card {
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background: #fff;
  border-radius: 25px;
}
.treatment-photo-card::after { display:none !important; }
.treatment-photo-wrap {
  position: relative;
  height: 285px;
  overflow: hidden;
  background: linear-gradient(145deg,#dcebe3,#adcdbd);
}
.treatment-photo-wrap::after {
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(180deg,transparent 48%,rgba(8,45,33,.45) 100%);
  pointer-events:none;
}
.treatment-photo-wrap img {
  width:100%; height:100%; object-fit:cover; display:block;
  transition:transform .55s cubic-bezier(.2,.8,.2,1), filter .35s ease;
  filter:saturate(.82) contrast(.98);
}
.treatment-photo-card:hover .treatment-photo-wrap img { transform:scale(1.035); filter:saturate(.92) contrast(1.02); }
.treatment-photo-wrap .treatment-index {
  position:absolute; z-index:2; left:18px; top:18px;
  width:38px; height:38px; display:grid; place-items:center;
  border-radius:50%; color:white; background:rgba(9,54,40,.78);
  border:1px solid rgba(255,255,255,.38); backdrop-filter:blur(10px);
  font-size:11px; font-weight:800;
}
.treatment-photo-wrap .treatment-badge {
  z-index:2; top:18px; right:18px; left:auto; position:absolute;
  background:#d8f59e; color:#17392e; border:0;
}
.treatment-card-copy { padding:26px 28px 29px; }
.treatment-kicker { color:var(--green); font-size:10px; font-weight:800; letter-spacing:.12em; }
.treatment-photo-card h3 { margin:8px 0 0; font-size:25px; }
.treatment-photo-card p { margin-top:10px; max-width:54ch; font-size:14px; }
.treatment-tags { display:flex; flex-wrap:wrap; gap:7px; margin-top:20px; }
.treatment-tags span {
  padding:7px 10px; border-radius:99px; background:#edf5f0; color:#426357;
  font-size:10px; font-weight:700;
}
.treatment-meta { display:none !important; }

.method-section { padding: 18px 28px 74px; }
.method-shell {
  max-width:1164px; margin:0 auto; padding:54px;
  display:grid; grid-template-columns:.86fr 1.14fr; gap:72px; align-items:start;
  border-radius:28px; background:#eff5f1; border:1px solid #d8e4dd;
}
.method-intro h2 { margin:12px 0 16px; font-size:clamp(32px,3.6vw,48px); line-height:1.08; }
.method-intro p { margin:0; color:var(--muted); line-height:1.72; max-width:46ch; }
.method-steps { display:grid; gap:0; }
.method-steps article { display:grid; grid-template-columns:48px 1fr; gap:18px; padding:21px 0; border-top:1px solid #d5e1da; }
.method-steps article:first-child { border-top:0; padding-top:2px; }
.method-steps article > span { width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:#d8f59e;color:#16392d;font-size:11px;font-weight:800; }
.method-steps h3 { font-size:19px; letter-spacing:-.025em; }
.method-steps p { margin:7px 0 0; color:var(--muted); font-size:13px; line-height:1.58; }

.faq-section { max-width:1164px; margin:0 auto; padding:72px 28px 88px; }
.faq-head { display:grid; grid-template-columns:1.15fr .85fr; align-items:end; gap:60px; margin-bottom:38px; }
.faq-head h2 { margin:11px 0 0; font-size:clamp(34px,4vw,52px); line-height:1.08; max-width:15ch; }
.faq-head > p { margin:0 0 5px; color:var(--muted); line-height:1.6; max-width:38ch; }
.faq-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px 18px; }
.faq-grid details {
  border:1px solid #d9e3dd; border-radius:17px; background:#fff; overflow:hidden;
  transition:border-color .2s ease, box-shadow .2s ease;
}
.faq-grid details[open] { border-color:#b9d4c6; box-shadow:0 14px 30px rgba(23,72,53,.06); }
.faq-grid summary {
  list-style:none; cursor:pointer; padding:19px 20px; display:flex; justify-content:space-between; align-items:center; gap:18px;
  font-family:Manrope,sans-serif; font-size:14px; font-weight:750; color:var(--ink);
}
.faq-grid summary::-webkit-details-marker { display:none; }
.faq-grid summary span { width:28px;height:28px;display:grid;place-items:center;flex:none;border-radius:50%;background:#edf5f0;color:var(--green);font-size:17px;transition:transform .2s ease; }
.faq-grid details[open] summary span { transform:rotate(45deg); }
.faq-grid details p { margin:0; padding:0 20px 20px; color:var(--muted); font-size:13px; line-height:1.66; }

/* Expand nav while keeping premium compact look */
.desktop-nav { gap:22px; }
.desktop-nav a { font-size:12px; }

@media (max-width:900px) {
  .treatment-grid-photo { grid-template-columns:1fr 1fr; }
  .treatment-photo-wrap { height:235px; }
  .method-shell { grid-template-columns:1fr; gap:36px; padding:38px; }
  .faq-head { grid-template-columns:1fr; gap:16px; }
  .faq-grid { grid-template-columns:1fr; }
}
@media (max-width:660px) {
  .treatment-grid-photo { grid-template-columns:1fr; gap:15px; }
  .treatment-photo-wrap { height:225px; }
  .treatment-card-copy { padding:22px 21px 23px; }
  .treatment-photo-card h3 { font-size:22px; }
  .method-section { padding:0 18px 54px; }
  .method-shell { padding:27px 22px; border-radius:22px; }
  .method-intro h2 { font-size:31px; }
  .faq-section { padding:54px 18px 68px; }
  .faq-head { margin-bottom:24px; }
  .faq-head h2 { font-size:32px; max-width:none; }
  .faq-grid summary { padding:17px 16px; font-size:13px; }
  .faq-grid details p { padding:0 16px 17px; font-size:12.5px; }
}

/* =========================================================
   V8 · EQUIPO + CONTACTO + FOOTER CLÍNICO
   ========================================================= */
.treatment-photo-card p strong{color:var(--ink);font-weight:800}
.team-section{max-width:1164px;margin:0 auto;padding:68px 28px 76px}
.team-head{display:grid;grid-template-columns:1.15fr .85fr;gap:58px;align-items:end;margin-bottom:34px}
.team-head h2{margin:11px 0 0;font-size:clamp(34px,4vw,52px);line-height:1.08;max-width:16ch}
.team-head>p{margin:0 0 5px;color:var(--muted);font-size:14px;line-height:1.68;max-width:42ch}
.team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.team-card{position:relative;overflow:hidden;padding:24px;border:1px solid #d8e4dd;border-radius:24px;background:#fff;box-shadow:0 15px 40px rgba(23,72,53,.05);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.team-card:hover{transform:translateY(-4px);border-color:#b7d1c3;box-shadow:0 24px 54px rgba(23,72,53,.10)}
.team-card-featured{background:linear-gradient(145deg,#f7fbf8,#edf6f1);border-color:#b9d5c7}
.team-avatar{height:205px;border-radius:18px;display:grid;place-items:center;position:relative;overflow:hidden;margin-bottom:22px;background:linear-gradient(145deg,#dcebe3,#a7cdbb)}
.team-avatar::before,.team-avatar::after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.5)}
.team-avatar::before{width:190px;height:190px;right:-20px;top:-28px}.team-avatar::after{width:115px;height:115px;left:-22px;bottom:-30px}
.team-avatar span{position:relative;z-index:2;width:76px;height:76px;border-radius:50%;display:grid;place-items:center;background:rgba(17,72,53,.92);color:#fff;font-family:Manrope,sans-serif;font-size:22px;font-weight:800;box-shadow:0 16px 35px rgba(10,58,42,.18)}
.team-avatar-alvaro{background:linear-gradient(145deg,#d5e6de,#93bdaa)}.team-avatar-irene{background:linear-gradient(145deg,#e4efe9,#b7d4c7)}
.team-role{font-size:9px;font-weight:800;letter-spacing:.12em;color:var(--green)}
.team-copy h3{margin:8px 0 0;font-size:23px}.team-copy p{margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.62}
.team-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:17px}.team-tags span{padding:6px 9px;border-radius:99px;background:#edf5f0;color:#48685d;font-size:9px;font-weight:700}
.team-foot{margin-top:18px;padding:17px 20px;border:1px solid #d8e4dd;border-radius:16px;background:#f7faf8;display:flex;align-items:center;justify-content:space-between;gap:20px}
.team-foot p{margin:0;color:var(--muted);font-size:12px}.team-foot strong{color:var(--ink)}.team-foot a{color:var(--green);font-size:12px;font-weight:800;white-space:nowrap}
.contact-section{max-width:1220px;margin:0 auto;padding:18px 28px 76px}
.contact-shell{overflow:hidden;display:grid;grid-template-columns:1fr .92fr;min-height:470px;border:1px solid #d6e2db;border-radius:28px;background:#f3f7f5;box-shadow:0 22px 55px rgba(22,62,48,.07)}
.contact-copy{padding:54px 52px}.contact-copy h2{margin:11px 0 16px;font-size:clamp(34px,3.8vw,50px);line-height:1.08;max-width:14ch}.contact-copy>p{margin:0;color:var(--muted);font-size:14px;line-height:1.7;max-width:49ch}
.contact-actions{display:flex;align-items:center;gap:20px;margin-top:26px}.contact-text-link{color:var(--green);font-size:12px;font-weight:800}
.contact-details{display:grid;grid-template-columns:repeat(3,1fr);margin-top:34px;padding-top:22px;border-top:1px solid #d4e0d9}.contact-details>div{display:flex;flex-direction:column;gap:4px}.contact-details>div+div{padding-left:18px;border-left:1px solid #d4e0d9}.contact-details span{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.08em}.contact-details strong{font-size:12px}.contact-details small{color:var(--muted);font-size:9px}
.clinic-map{position:relative;overflow:hidden;min-height:470px;background:#dfe9e3}.map-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(29,103,77,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(29,103,77,.06) 1px,transparent 1px);background-size:44px 44px;transform:rotate(-6deg) scale(1.15)}
.map-road{position:absolute;height:26px;background:#f9fbfa;border:1px solid #d4dfd9;border-radius:99px;box-shadow:0 2px 0 rgba(38,79,64,.05)}.road-a{width:125%;left:-12%;top:31%;transform:rotate(-14deg)}.road-b{width:120%;left:-8%;top:59%;transform:rotate(19deg)}.road-c{width:90%;left:12%;top:72%;transform:rotate(-30deg)}
.map-pin{position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:10px;padding:11px 14px;border:1px solid rgba(255,255,255,.8);border-radius:15px;background:rgba(255,255,255,.92);box-shadow:0 18px 35px rgba(21,73,53,.16);backdrop-filter:blur(10px)}.map-pin .brand-mark{width:34px;height:34px}.map-pin>div{display:flex;flex-direction:column}.map-pin strong{font-size:12px}.map-pin small{color:var(--muted);font-size:9px;margin-top:2px}.map-label{position:absolute;color:#759187;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.map-label-one{left:15%;top:18%}.map-label-two{right:12%;bottom:15%;font-size:14px;color:#5b7f70}
.clinic-footer{max-width:1164px;margin:0 auto;padding:44px 0 38px;border-top:1px solid var(--line);display:block}
.footer-main{display:grid;grid-template-columns:1fr 1.1fr auto;gap:36px;align-items:center;padding-bottom:34px}.footer-main>p{margin:0;color:var(--muted);font-size:11px;line-height:1.6;max-width:46ch}.footer-book{padding:11px 15px;border-radius:11px;background:var(--green);color:#fff;font-size:11px;font-weight:800}
.footer-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:28px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.footer-columns>div{display:flex;flex-direction:column;gap:8px}.footer-columns strong{font-size:10px;text-transform:uppercase;letter-spacing:.08em}.footer-columns a,.footer-columns span{color:var(--muted);font-size:10px}.footer-columns a:hover{color:var(--green)}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:18px;color:var(--muted);font-size:9px}
@media(max-width:900px){.team-head{grid-template-columns:1fr;gap:14px}.team-grid{grid-template-columns:1fr 1fr}.team-card:last-child{grid-column:1/-1}.contact-shell{grid-template-columns:1fr}.clinic-map{min-height:330px}.footer-main{grid-template-columns:1fr auto}.footer-main>p{grid-column:1/-1;grid-row:2}.desktop-nav{gap:14px}.desktop-nav a{font-size:10px}}
@media(max-width:660px){.team-section{padding:54px 18px 58px}.team-head{margin-bottom:24px}.team-head h2{font-size:32px;max-width:none}.team-grid{grid-template-columns:1fr;gap:14px}.team-card:last-child{grid-column:auto}.team-card{padding:18px;border-radius:20px}.team-avatar{height:170px}.team-foot{align-items:flex-start;flex-direction:column}.contact-section{padding:8px 18px 60px}.contact-shell{border-radius:22px}.contact-copy{padding:32px 22px}.contact-copy h2{font-size:32px;max-width:none}.contact-actions{align-items:stretch;flex-direction:column}.contact-actions .button{width:100%}.contact-details{grid-template-columns:1fr;gap:0}.contact-details>div{padding:12px 0}.contact-details>div+div{padding-left:0;border-left:0;border-top:1px solid #d4e0d9}.clinic-map{min-height:270px}.clinic-footer{margin:0 18px;padding:34px 0 90px}.footer-main{grid-template-columns:1fr;gap:18px}.footer-main>p{grid-column:auto;grid-row:auto}.footer-book{justify-self:start}.footer-columns{grid-template-columns:1fr 1fr;gap:24px}.footer-columns>div:last-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:6px}.treatment-photo-card p strong{display:block;margin-bottom:3px}}
/* Fix de contraste para la tarjeta deportiva heredada */
.treatment-photo-card.treatment-featured{color:var(--ink);background:#fff;border-color:#2f6854;box-shadow:0 18px 42px rgba(25,70,53,.08)}
.treatment-photo-card.treatment-featured p{color:var(--muted)}
.treatment-photo-card.treatment-featured h3{color:var(--ink)}
