:root {
  --ink: #1f2c29;
  --ink-soft: #4f5e59;
  --forest: #315d52;
  --forest-2: #4d796d;
  --sage: #b8c9bf;
  --sage-soft: #eaf0ec;
  --sand: #efe6d8;
  --cream: #faf8f3;
  --white: #ffffff;
  --line: rgba(31, 44, 41, .12);
  --shadow: 0 24px 70px rgba(40, 71, 62, .12);
  --shadow-sm: 0 12px 35px rgba(40, 71, 62, .09);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: 1180px;
  --header: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: fixed; left: 12px; top: -60px; z-index: 9999;
  padding: 10px 14px; background: var(--ink); color: var(--white); border-radius: 10px;
}
.skip-link:focus { top: 12px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; position: relative; }
.section-tight { padding: 72px 0; }
.section-soft { background: var(--sage-soft); }
.section-white { background: var(--white); }
.section-dark { background: var(--ink); color: var(--white); }
.section-sand { background: var(--sand); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px;
  color: var(--forest); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.section-dark .eyebrow { color: #bcd4ca; }

h1, h2, h3, h4 { margin: 0; line-height: 1.08; letter-spacing: -.035em; font-family: Georgia, "Times New Roman", serif; }
h1 { font-size: clamp(3.1rem, 7vw, 6.7rem); }
h2 { font-size: clamp(2.35rem, 4.6vw, 4.45rem); }
h3 { font-size: clamp(1.35rem, 2.4vw, 2rem); }
h4 { font-size: 1.15rem; }
p { margin: 0 0 1.2rem; }
.lead { font-size: clamp(1.12rem, 1.7vw, 1.35rem); color: var(--ink-soft); max-width: 760px; }
.section-dark .lead { color: rgba(255,255,255,.72); }
.muted { color: var(--ink-soft); }
.text-center { text-align: center; }
.text-center .lead { margin-inline: auto; }
.max-760 { max-width: 760px; }
.max-900 { max-width: 900px; }
.center { margin-inline: auto; }

.site-header {
  position: sticky; top: 0; z-index: 1000; height: var(--header);
  background: rgba(250, 248, 243, .88); backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent; transition: .25s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 30px rgba(31,44,41,.06); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.03em; }
.brand-mark { width: 42px; height: 42px; border-radius: 50%; background: var(--forest); display: grid; place-items: center; color: white; font-family: Georgia, serif; font-size: 1.1rem; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy small { margin-top: 5px; color: var(--forest-2); font-size: .62rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.nav { display: flex; align-items: center; gap: 24px; }
.nav a { font-size: .92rem; font-weight: 700; color: #34433f; transition: .2s ease; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--forest); }
.nav .nav-cta { color: white; background: var(--forest); padding: 12px 17px; border-radius: 999px; }
.nav .nav-cta:hover { color: white; transform: translateY(-1px); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; border-radius: 10px; }
.menu-toggle span { width: 25px; height: 2px; background: var(--ink); display: block; margin: 5px; transition: .25s ease; }

.hero { padding: 78px 0 90px; overflow: hidden; min-height: calc(100vh - var(--header)); display: grid; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 58px; align-items: center; }
.hero h1 { max-width: 850px; }
.hero h1 em { color: var(--forest); font-style: normal; }
.hero-copy .lead { margin-top: 25px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 30px; color: var(--ink-soft); font-size: .9rem; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row span::before { content: "✓"; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: var(--sage-soft); color: var(--forest); font-weight: 900; font-size: .78rem; }
.hero-art { position: relative; min-height: 570px; }
.hero-art::before { content: ""; position: absolute; inset: 5% 0 0 8%; border-radius: 45% 55% 48% 52% / 45% 44% 56% 55%; background: radial-gradient(circle at 35% 20%, #d9e7df 0, #b9cfc4 45%, #6e9688 100%); transform: rotate(-4deg); }
.hero-card { position: absolute; background: rgba(255,255,255,.86); border: 1px solid rgba(255,255,255,.85); backdrop-filter: blur(14px); box-shadow: var(--shadow); border-radius: 24px; padding: 20px; }
.hero-card.primary { inset: 11% 7% 8% 15%; display: flex; align-items: end; overflow: hidden; background: linear-gradient(150deg, rgba(255,255,255,.3), rgba(255,255,255,.84)), url('../img/consultation.svg') center/cover no-repeat; }
.hero-card.primary .caption { background: rgba(31,44,41,.88); color: white; padding: 18px; border-radius: 18px; max-width: 320px; }
.hero-card.primary .caption strong { display: block; font-family: Georgia, serif; font-size: 1.5rem; line-height: 1.15; margin-bottom: 6px; }
.hero-card.floating { top: 3%; right: 0; width: 210px; }
.hero-card.floating.bottom { top: auto; bottom: 0; left: 0; right: auto; width: 230px; }
.mini-label { color: var(--forest); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.metric { font-family: Georgia, serif; font-size: 2.15rem; line-height: 1; margin: 6px 0; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 13px 21px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--forest); color: white; box-shadow: 0 12px 28px rgba(49,93,82,.22); }
.btn-primary:hover { background: #264b42; }
.btn-secondary { border-color: var(--line); background: rgba(255,255,255,.7); }
.btn-secondary:hover { border-color: rgba(49,93,82,.35); }
.btn-light { background: white; color: var(--ink); }
.btn-ghost-light { color: white; border-color: rgba(255,255,255,.28); }
.btn-small { min-height: 42px; padding: 10px 15px; font-size: .9rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: center; }
.split.reverse .visual { order: 2; }
.visual { border-radius: var(--radius-xl); min-height: 500px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); overflow: hidden; position: relative; }
.visual img { width: 100%; height: 100%; object-fit: cover; }
.visual-content { position: absolute; inset: auto 24px 24px; background: rgba(255,255,255,.88); backdrop-filter: blur(12px); border-radius: 20px; padding: 20px; }

.pain-list { display: grid; gap: 12px; margin: 28px 0; }
.pain-item { display: flex; gap: 12px; padding: 14px 16px; background: rgba(255,255,255,.65); border: 1px solid var(--line); border-radius: 14px; }
.pain-item .dot { width: 9px; height: 9px; margin-top: 8px; border-radius: 50%; background: var(--forest); flex: 0 0 auto; }
.quote-panel { margin-top: 30px; padding: 25px; background: var(--forest); color: white; border-radius: var(--radius-lg); font-family: Georgia, serif; font-size: 1.45rem; line-height: 1.35; }
.section-definition { max-width: 880px; margin: 24px auto 0; color: var(--ink-soft); font-size: 1.05rem; }
.merged-outcomes { margin-top: 68px; padding-top: 68px; border-top: 1px solid var(--line); }
.merged-outcomes h3 { font-size: clamp(2rem, 3.8vw, 3.35rem); }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.cards.two { grid-template-columns: repeat(2, 1fr); }
.cards.four { grid-template-columns: repeat(4, 1fr); }
.card { background: rgba(255,255,255,.83); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 29px; box-shadow: var(--shadow-sm); position: relative; overflow: hidden; }
.card:hover { border-color: rgba(49,93,82,.28); }
.card-number { font-family: Georgia, serif; font-size: 3.2rem; color: rgba(49,93,82,.17); line-height: 1; margin-bottom: 18px; }
.card-icon { width: 48px; height: 48px; border-radius: 15px; background: var(--sage-soft); display: grid; place-items: center; color: var(--forest); font-weight: 900; margin-bottom: 22px; }
.card h3 { margin-bottom: 13px; }
.card p:last-child { margin-bottom: 0; }
.card-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 18px; font-weight: 800; color: var(--forest); }

.price-callout {
  display: grid; grid-template-columns: 1fr auto; gap: 42px; align-items: center;
  padding: 38px 44px; border: 1px solid var(--line); border-radius: var(--radius-xl);
  background: linear-gradient(130deg, #f3f7f4 0%, #fff 62%); box-shadow: var(--shadow-sm);
}
.price-callout .eyebrow { margin-bottom: 9px; }
.price-callout p { margin-bottom: 0; }
.price-kicker { font-weight: 800; color: var(--ink-soft); }
.price-value { margin: 3px 0 10px; color: var(--forest); font-family: Georgia, serif; font-size: clamp(3.1rem, 6vw, 5.2rem); line-height: .95; letter-spacing: -.04em; }
.price-value span { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 1rem; font-weight: 900; letter-spacing: 0; }
.price-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 11px; }
.hero-price { width: fit-content; margin-top: 30px; padding: 22px 26px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,255,255,.76); box-shadow: var(--shadow-sm); }
.hero-price > span { display: block; color: var(--ink-soft); font-size: .82rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-price strong { display: block; color: var(--forest); font-family: Georgia, serif; font-size: 3rem; line-height: 1.1; }
.hero-price strong small { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .92rem; }
.hero-price p { max-width: 520px; margin: 8px 0 0; color: var(--ink-soft); font-size: .88rem; }

.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 34px; }
.benefit { padding: 18px 20px; border-radius: 16px; border: 1px solid var(--line); background: white; display: flex; gap: 13px; align-items: flex-start; }
.benefit::before { content: "✓"; flex: 0 0 auto; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--forest); font-size: .78rem; font-weight: 900; }

.timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 50px; }
.timeline::before { content: ""; position: absolute; top: 27px; left: 8%; right: 8%; height: 1px; background: var(--line); }
.timeline-item { position: relative; padding-top: 70px; }
.timeline-item::before { content: attr(data-step); position: absolute; top: 0; left: 0; width: 55px; height: 55px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: white; font-family: Georgia, serif; font-size: 1.25rem; box-shadow: 0 0 0 9px var(--cream); z-index: 2; }
.section-soft .timeline-item::before { box-shadow: 0 0 0 9px var(--sage-soft); }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 44px; }
.stat { padding: 24px; border-radius: var(--radius-lg); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); }
.stat strong { display: block; font-family: Georgia, serif; font-size: 2.5rem; line-height: 1; margin-bottom: 8px; }
.stat span { color: rgba(255,255,255,.68); }

.search-panel { display: grid; grid-template-columns: 1fr auto; gap: 12px; max-width: 740px; margin: 34px auto 0; background: white; border: 1px solid var(--line); box-shadow: var(--shadow-sm); padding: 10px; border-radius: 999px; }
.search-panel input { min-width: 0; border: 0; outline: 0; background: transparent; padding: 0 16px; }
.search-panel-copy { align-self: center; padding: 0 16px; color: var(--ink-soft); text-align: left; }
.filter-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin: 30px 0; }
.filter-btn { border: 1px solid var(--line); background: white; color: var(--ink); padding: 10px 15px; border-radius: 999px; font-weight: 800; }
.filter-btn.active { background: var(--forest); color: white; border-color: var(--forest); }
.centers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.center-card { background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow-sm); display: grid; gap: 16px; }
.center-card[hidden] { display: none; }
.status { width: fit-content; padding: 7px 11px; border-radius: 999px; font-size: .75rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.status.operativo { background: #dff3e7; color: #1f6746; }
.status.apertura { background: #f8ead0; color: #8a5e12; }
.status.pruebas { background: #e9e7f6; color: #5c548f; }
.center-meta { display: grid; gap: 7px; color: var(--ink-soft); font-size: .93rem; }
.center-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: auto; }

.testimonial-shell { overflow: hidden; margin-top: 43px; }
.testimonial-track { display: flex; transition: transform .5s ease; }
.testimonial { min-width: 100%; background: white; border: 1px solid var(--line); border-radius: var(--radius-xl); padding: clamp(28px, 5vw, 65px); display: grid; grid-template-columns: .38fr .62fr; gap: 45px; align-items: center; }
.testimonial-portrait { min-height: 300px; border-radius: 50% 50% 46% 54% / 55% 44% 56% 45%; background: var(--sage-soft) url('../img/patient.svg') center/75% no-repeat; }
.testimonial blockquote { margin: 0 0 25px; font-family: Georgia, serif; font-size: clamp(1.55rem, 3vw, 2.6rem); line-height: 1.25; letter-spacing: -.02em; }
.testimonial cite { font-style: normal; font-weight: 800; }
.carousel-controls { display: flex; justify-content: center; gap: 10px; margin-top: 18px; }
.carousel-controls button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: white; }

.faq-list { max-width: 900px; margin: 40px auto 0; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; justify-content: space-between; gap: 20px; text-align: left; padding: 24px 0; background: transparent; border: 0; color: var(--ink); font-weight: 900; }
.faq-question span:last-child { color: var(--forest); font-size: 1.4rem; transition: transform .2s ease; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer > div { overflow: hidden; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-answer p { padding-bottom: 24px; max-width: 800px; color: var(--ink-soft); }

.cta-band { border-radius: var(--radius-xl); padding: clamp(34px, 7vw, 82px); background: var(--forest); color: white; overflow: hidden; position: relative; }
.cta-band::after { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(255,255,255,.07); right: -120px; top: -170px; }
.cta-band .lead { color: rgba(255,255,255,.72); }
.cta-band .hero-actions { position: relative; z-index: 2; }

.page-hero { padding: 85px 0 78px; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; right: -170px; top: -270px; background: var(--sage-soft); z-index: -1; }
.page-hero h1 { font-size: clamp(3rem, 6.5vw, 6rem); max-width: 1000px; }
.page-hero .lead { margin-top: 24px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: var(--ink-soft); font-size: .88rem; }
.breadcrumbs a { color: var(--forest); font-weight: 800; }

.crm-reservation-section { padding-top: 34px; background: linear-gradient(180deg, var(--cream), var(--sage-soft)); }
.crm-embed-shell { max-width: 1060px; margin-inline: auto; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-xl); background: white; box-shadow: var(--shadow); }
.crm-embed-header { display: flex; justify-content: space-between; gap: 32px; align-items: center; padding: 30px 34px; border-bottom: 1px solid var(--line); }
.crm-embed-header h2 { margin-top: 6px; font-size: clamp(2rem, 3.8vw, 3.3rem); }
.crm-embed-header p { max-width: 620px; margin: 10px 0 0; color: var(--ink-soft); }
.crm-embed-header .btn { flex: 0 0 auto; }
.crm-reservation-frame { display: block; width: 100%; height: 900px; border: 0; background: #f8fafc; }
.crm-noscript { margin: 0; padding: 24px 34px; color: var(--ink-soft); }
.crm-noscript a { color: var(--forest); font-weight: 900; }
.conversion-card { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 55px); background: linear-gradient(145deg, #f2f7f4, white); }
.conversion-card .btn { align-self: flex-start; margin-top: 10px; }

/* Paid campaign landing pages */
.ad-landing {
  --landing-accent: var(--forest);
  --landing-accent-dark: #24483f;
  --landing-tint: #eaf0ec;
  background: #fbfaf6;
}
.ad-landing.landing-women {
  --landing-accent: #9b5948;
  --landing-accent-dark: #774235;
  --landing-tint: #f5e9e4;
}
.ad-landing .brand-mark { background: var(--landing-accent); }
.ad-landing .eyebrow, .ad-landing .mini-label { color: var(--landing-accent); }
.ad-landing .eyebrow::before { background: currentColor; }
.landing-header {
  position: relative; z-index: 10; min-height: 76px; display: grid; align-items: center;
  background: rgba(251,250,246,.94); border-bottom: 1px solid var(--line);
}
.landing-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.landing-authority { display: inline-flex; align-items: center; gap: 9px; color: var(--ink-soft); font-size: .84rem; font-weight: 800; }
.landing-authority span { color: var(--landing-accent); }
.landing-hero { position: relative; overflow: hidden; padding: clamp(48px, 5vw, 72px) 0 clamp(62px, 7vw, 92px); }
.landing-hero::before {
  content: ""; position: absolute; width: 680px; height: 680px; right: -260px; top: -310px; border-radius: 50%;
  background: radial-gradient(circle at 35% 40%, var(--landing-tint), rgba(255,255,255,0) 68%); z-index: 0;
}
.landing-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(44px, 7vw, 92px); align-items: center; }
.landing-hero-copy h1 { max-width: 760px; font-size: clamp(3rem, 5.1vw, 5.15rem); }
.landing-hero-copy h1 em { color: var(--landing-accent); font-style: normal; }
.landing-lead { max-width: 720px; margin: 27px 0 0; color: var(--ink-soft); font-size: clamp(1.08rem, 1.6vw, 1.3rem); }
.landing-main-cta { min-height: 56px; padding-inline: 27px; background: var(--landing-accent); box-shadow: 0 14px 32px rgba(49,93,82,.22); }
.landing-women .landing-main-cta { box-shadow: 0 14px 32px rgba(155,89,72,.24); }
.landing-main-cta:hover { background: var(--landing-accent-dark); }
.landing-trust { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 25px; color: var(--ink-soft); font-size: .83rem; font-weight: 750; }
.landing-trust span { display: inline-flex; align-items: center; gap: 7px; }
.landing-trust span::before { content: "✓"; color: var(--landing-accent); font-weight: 950; }
.landing-evaluation-card {
  position: relative; overflow: hidden; padding: clamp(29px, 4vw, 44px); color: white; border-radius: var(--radius-xl);
  background: linear-gradient(145deg, var(--landing-accent-dark), var(--landing-accent)); box-shadow: 0 30px 75px rgba(49,93,82,.22);
}
.landing-women .landing-evaluation-card { box-shadow: 0 30px 75px rgba(155,89,72,.22); }
.landing-evaluation-card::after { content: "Z"; position: absolute; right: -18px; top: -54px; color: rgba(255,255,255,.07); font-family: Georgia, serif; font-size: 15rem; line-height: 1; }
.landing-card-kicker { position: relative; z-index: 1; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 900; color: rgba(255,255,255,.72); }
.landing-duration { position: relative; z-index: 1; display: flex; align-items: end; gap: 15px; margin: 12px 0 26px; }
.landing-duration strong { font-family: Georgia, serif; font-size: clamp(4.5rem, 8vw, 7rem); line-height: .8; letter-spacing: -.06em; }
.landing-duration span { padding-bottom: 2px; color: rgba(255,255,255,.72); font-weight: 750; font-size: .88rem; line-height: 1.35; }
.landing-check-list { position: relative; z-index: 1; display: grid; gap: 13px; margin: 0; padding: 24px 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.landing-check-list li { display: block; position: relative; padding-left: 30px; color: rgba(255,255,255,.86); font-size: .92rem; }
.landing-check-list li::before { content: "✓"; position: absolute; left: 0; top: 2px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: var(--landing-accent-dark); background: white; font-size: .68rem; font-weight: 950; }
.landing-check-list strong { color: white; }
.landing-price-row { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-top: 23px; }
.landing-price-row > div { display: grid; }
.landing-price-row > div span { color: rgba(255,255,255,.68); font-size: .8rem; font-weight: 750; }
.landing-price-row > div strong { font-family: Georgia, serif; font-size: 3rem; line-height: 1.05; }
.secure-payment { padding: 9px 12px; text-align: right; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; color: rgba(255,255,255,.8); font-size: .72rem; font-weight: 850; line-height: 1.25; }
.landing-value-section { padding: clamp(70px, 8vw, 104px) 0; background: var(--landing-tint); }
.landing-section-heading { max-width: 900px; text-align: center; margin-inline: auto; }
.landing-section-heading h2 { font-size: clamp(2.4rem, 4.9vw, 4.7rem); }
.landing-section-heading p { max-width: 760px; margin: 20px auto 0; color: var(--ink-soft); font-size: 1.05rem; }
.landing-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1060px; margin: 41px auto 0; }
.landing-benefit { padding: 27px; border: 1px solid rgba(31,44,41,.1); border-radius: var(--radius-lg); background: rgba(255,255,255,.78); }
.landing-benefit > span { display: block; color: var(--landing-accent); font-size: .76rem; font-weight: 950; letter-spacing: .14em; }
.landing-benefit h3 { margin: 13px 0 9px; font-size: 1.55rem; }
.landing-benefit p { margin: 0; color: var(--ink-soft); font-size: .92rem; }
.landing-booking { padding: clamp(74px, 9vw, 118px) 0; scroll-margin-top: 16px; background: linear-gradient(180deg, #fbfaf6, #eef2ef); }
.landing-booking-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 44px; max-width: 1060px; margin: 0 auto 35px; }
.landing-booking-heading h2 { font-size: clamp(2.5rem, 4.8vw, 4.4rem); }
.landing-booking-heading p { max-width: 730px; margin: 18px 0 0; color: var(--ink-soft); }
.landing-booking-steps { display: flex; gap: 8px; margin: 0; padding: 0; list-style: none; white-space: nowrap; }
.landing-booking-steps li { display: flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--ink-soft); font-size: .74rem; font-weight: 850; }
.landing-booking-steps span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--landing-accent); font-size: .65rem; }
.landing-crm-shell { max-width: 1060px; }
.landing-crm-header { padding-block: 23px; }
.landing-crm-header h3 { margin-top: 4px; font-size: 2rem; }
.landing-footer { padding: 27px 0; color: rgba(255,255,255,.68); background: #18231f; font-size: .8rem; }
.landing-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.landing-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 11px 22px; }
.landing-footer a:hover { color: white; }
.landing-mobile-cta { background: var(--landing-accent); }

.numbered-list { display: grid; gap: 18px; margin-top: 34px; }
.numbered-item { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 24px; border-radius: var(--radius-lg); background: white; border: 1px solid var(--line); }
.numbered-item .num { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: white; font-family: Georgia, serif; font-size: 1.35rem; }
.pillars-list { max-width: 1000px; }
.pillar-digital { border-color: rgba(49,93,82,.35); background: linear-gradient(135deg, #f2f7f4, #fff); box-shadow: var(--shadow-sm); }
.pillar-digital .mini-label { margin-bottom: 5px; }

.app-section { grid-template-columns: .9fr 1.1fr; }
.app-showcase { min-height: 610px; display: grid; place-items: center; border-radius: var(--radius-xl); background: radial-gradient(circle at 70% 15%, #d8e8df 0, #9fbdaf 42%, #315d52 100%); overflow: hidden; box-shadow: var(--shadow); }
.app-screen { width: min(78%, 350px); padding: 14px; border: 8px solid #20332e; border-radius: 42px; background: #f7f8f5; box-shadow: 0 28px 65px rgba(18,39,33,.35); }
.app-header { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; padding: 8px 4px 18px; font-size: .88rem; }
.app-logo { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: white; font-family: Georgia, serif; font-weight: 900; }
.app-status { color: var(--forest); font-size: .76rem; font-weight: 900; }
.app-greeting { display: grid; gap: 3px; padding: 24px 20px; border-radius: 24px; color: white; background: var(--forest); }
.app-greeting small { color: rgba(255,255,255,.7); font-weight: 800; }
.app-greeting strong { font-family: Georgia, serif; font-size: 1.7rem; line-height: 1.1; }
.app-module { display: flex; justify-content: space-between; gap: 14px; margin-top: 11px; padding: 15px 14px; border: 1px solid var(--line); border-radius: 15px; background: white; font-size: .78rem; }
.app-module strong { color: var(--forest); text-align: right; }
.app-nav { display: flex; justify-content: space-around; margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .68rem; font-weight: 800; }

.profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.profile { background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.profile-photo { min-height: 300px; background: var(--sage-soft) url('../img/team.svg') center/cover no-repeat; }
.profile-body { padding: 24px; }
.profile-body small { display: block; color: var(--forest); font-weight: 900; margin: 8px 0 14px; }

.form-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 35px; align-items: start; }
.form-card { background: white; border: 1px solid var(--line); border-radius: var(--radius-xl); padding: clamp(25px, 4vw, 42px); box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 800; font-size: .9rem; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 13px; background: #fcfcfa; padding: 13px 14px; outline: none; transition: .2s ease; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--forest-2); box-shadow: 0 0 0 4px rgba(77,121,109,.12); }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; color: var(--ink-soft); }
.check input { margin-top: 4px; }
.form-note { margin-top: 15px; color: var(--ink-soft); font-size: .85rem; }

.booking-steps { display: grid; gap: 18px; }
.booking-step { padding: 22px; border-radius: var(--radius-lg); border: 1px solid var(--line); background: white; }
.booking-step h3 { margin-bottom: 18px; }
.option-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.option { border: 1px solid var(--line); border-radius: 14px; padding: 13px; background: #fff; text-align: center; font-weight: 800; }
.option.selected, .option:hover { border-color: var(--forest); background: var(--sage-soft); color: var(--forest); }
.booking-summary { position: sticky; top: 106px; }
.summary-list { display: grid; gap: 12px; margin: 22px 0; }
.summary-item { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.summary-item span { color: var(--ink-soft); }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 35px; }
.article-card { background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.article-image { min-height: 210px; background: linear-gradient(145deg, var(--sage-soft), var(--sand)); position: relative; }
.article-image::after { content: "Z"; position: absolute; inset: 0; display: grid; place-items: center; font-family: Georgia, serif; font-size: 6rem; color: rgba(49,93,82,.2); }
.article-body { padding: 23px; }
.article-meta { color: var(--forest); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 11px; }

.legal-copy { max-width: 880px; }
.legal-copy h2 { font-size: 2rem; margin: 38px 0 14px; }
.legal-copy h3 { font-size: 1.4rem; margin: 28px 0 10px; }
.legal-copy ul { color: var(--ink-soft); }

.toast { position: fixed; right: 20px; bottom: 20px; z-index: 2000; max-width: 380px; padding: 17px 20px; border-radius: 16px; background: var(--ink); color: white; box-shadow: var(--shadow); opacity: 0; transform: translateY(20px); pointer-events: none; transition: .25s ease; }
.toast.show { opacity: 1; transform: translateY(0); }

.site-footer { background: #18231f; color: white; padding: 75px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 45px; }
.footer-brand p { color: rgba(255,255,255,.64); max-width: 360px; margin-top: 19px; }
.footer-title { font-weight: 900; margin-bottom: 17px; }
.footer-links { display: grid; gap: 10px; color: rgba(255,255,255,.66); }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.5); font-size: .84rem; }

.mobile-cta { display: none; }
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .nav { position: fixed; inset: var(--header) 0 0; background: var(--cream); padding: 35px 24px; display: grid; align-content: start; gap: 22px; transform: translateX(100%); visibility: hidden; pointer-events: none; transition: transform .28s ease, visibility 0s linear .28s; }
  .nav.open { transform: none; visibility: visible; pointer-events: auto; transition-delay: 0s; }
  .nav a { font-size: 1.15rem; }
  .menu-toggle { display: block; }
  .hero-grid, .split, .form-shell { grid-template-columns: 1fr; }
  .hero-art { min-height: 500px; max-width: 650px; width: 100%; margin-inline: auto; }
  .cards.four, .stats { grid-template-columns: repeat(2, 1fr); }
  .centers-grid, .blog-grid, .profile-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
  .split.reverse .visual { order: 0; }
  .app-section { grid-template-columns: 1fr; }
  .app-showcase { min-height: 540px; }
  .landing-hero-grid { grid-template-columns: 1fr; }
  .landing-hero-copy { text-align: center; }
  .landing-hero-copy h1, .landing-hero-copy .landing-lead { margin-inline: auto; }
  .landing-hero-copy .hero-actions, .landing-trust { justify-content: center; }
  .landing-evaluation-card { width: min(100%, 670px); margin-inline: auto; }
  .landing-booking-heading { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .landing-booking-heading p { margin-inline: auto; }
  .landing-booking-steps { justify-content: center; }
}

@media (max-width: 720px) {
  :root { --header: 72px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .section-tight { padding: 55px 0; }
  h1 { font-size: clamp(2.75rem, 15vw, 4.4rem); }
  h2 { font-size: clamp(2.2rem, 10vw, 3.25rem); }
  .brand-copy small { display: none; }
  .hero { padding-top: 45px; min-height: auto; }
  .hero-grid { gap: 40px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .hero-art { min-height: 420px; }
  .hero-card.primary { inset: 10% 3% 6% 8%; }
  .hero-card.floating { width: 165px; padding: 15px; }
  .hero-card.floating.bottom { width: 185px; }
  .metric { font-size: 1.7rem; }
  .cards, .cards.two, .cards.four, .benefit-grid, .stats, .centers-grid, .profile-grid, .blog-grid { grid-template-columns: 1fr; }
  .merged-outcomes { margin-top: 48px; padding-top: 48px; }
  .price-callout { grid-template-columns: 1fr; gap: 28px; padding: 28px 24px; }
  .price-actions { justify-content: stretch; }
  .price-actions .btn { width: 100%; }
  .price-value span { display: block; margin-top: 9px; }
  .timeline { grid-template-columns: 1fr; gap: 28px; }
  .timeline::before { left: 27px; top: 10px; bottom: 10px; right: auto; width: 1px; height: auto; }
  .timeline-item { padding: 4px 0 0 76px; min-height: 70px; }
  .timeline-item::before { box-shadow: 0 0 0 7px var(--cream); }
  .section-soft .timeline-item::before { box-shadow: 0 0 0 7px var(--sage-soft); }
  .testimonial { grid-template-columns: 1fr; gap: 26px; }
  .testimonial-portrait { min-height: 235px; }
  .search-panel { grid-template-columns: 1fr; border-radius: 22px; }
  .search-panel input { min-height: 48px; }
  .search-panel-copy { padding: 10px 12px 0; text-align: center; }
  .crm-reservation-section { padding-top: 20px; }
  .crm-embed-shell { border-radius: 24px; }
  .crm-embed-header { align-items: flex-start; flex-direction: column; padding: 25px 22px; }
  .crm-embed-header .btn { width: 100%; }
  .crm-reservation-frame { height: 820px; }
  .numbered-item { grid-template-columns: 46px 1fr; gap: 14px; padding: 20px; }
  .numbered-item .num { width: 46px; height: 46px; }
  .app-showcase { min-height: 480px; }
  .app-screen { width: min(86%, 340px); }
  .form-grid, .option-grid { grid-template-columns: 1fr; }
  .booking-summary { position: static; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-cta { display: flex; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 999; background: var(--forest); color: white; min-height: 52px; border-radius: 999px; align-items: center; justify-content: center; font-weight: 900; box-shadow: 0 16px 35px rgba(31,44,41,.28); }
  .ad-landing .landing-mobile-cta { background: var(--landing-accent); }
  body { padding-bottom: 74px; }
  .landing-header { min-height: 70px; }
  .landing-header .brand-copy small { display: none; }
  .landing-authority { max-width: 125px; justify-content: flex-end; text-align: right; font-size: .68rem; line-height: 1.25; }
  .landing-hero { padding: 49px 0 69px; }
  .landing-hero-copy h1 { font-size: clamp(2.65rem, 13vw, 4.1rem); }
  .landing-lead { font-size: 1.03rem; }
  .landing-trust { align-items: center; flex-direction: column; gap: 7px; }
  .landing-evaluation-card { border-radius: 25px; }
  .landing-duration strong { font-size: 5rem; }
  .landing-price-row { align-items: center; }
  .landing-value-section { padding: 70px 0; }
  .landing-benefit-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 31px; }
  .landing-benefit { padding: 23px; }
  .landing-booking { padding: 74px 0 85px; }
  .landing-booking-steps { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; white-space: normal; }
  .landing-booking-steps li { justify-content: center; padding-inline: 7px; font-size: .66rem; }
  .landing-crm-header { padding: 22px; }
  .landing-footer { padding-bottom: 32px; }
  .landing-footer-inner, .landing-footer nav { justify-content: center; text-align: center; }
  .landing-footer-inner { flex-direction: column; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
