:root {
    --online-ink: #292035;
    --online-muted: #665f6d;
    --online-wine: #a92448;
    --online-wine-dark: #7e1735;
    --online-coral: #ee6559;
    --online-orange: #f59a3d;
    --online-cream: #fff8ee;
    --online-cream-strong: #f9ead7;
    --online-sage: #557e74;
    --online-sage-soft: #eaf2ef;
    --online-white: #fff;
    --online-border: rgba(41, 32, 53, .12);
    --online-shadow: 0 24px 70px rgba(71, 39, 32, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.online-lp-body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background: #fffdf9;
    color: var(--online-ink);
    font-family: "DM Sans", Arial, sans-serif;
    line-height: 1.6;
}
body.online-modal-open { overflow: hidden; }
body.online-lp-body img { display: block; max-width: 100%; }
body.online-lp-body button,
body.online-lp-body input,
body.online-lp-body select { font: inherit; }
body.online-lp-body a { color: inherit; text-decoration: none; }
body.online-lp-body h1,
body.online-lp-body h2,
body.online-lp-body h3,
body.online-lp-body p { margin-top: 0; }

.online-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.online-section { padding: 104px 0; }
.online-skip-link {
    position: fixed;
    left: 16px;
    top: -100px;
    z-index: 1000;
    padding: 12px 18px;
    border-radius: 10px;
    background: var(--online-ink);
    color: #fff !important;
}
.online-skip-link:focus { top: 16px; }

.online-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    background: rgba(255, 253, 249, .9);
    border-bottom: 1px solid transparent;
    backdrop-filter: blur(18px);
    transition: box-shadow .25s ease, border-color .25s ease;
}
.online-header.is-scrolled { border-color: var(--online-border); box-shadow: 0 10px 30px rgba(41, 32, 53, .07); }
.online-header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.online-brand img { width: 172px; height: auto; object-fit: contain; object-position: left center; }
.online-nav { display: flex; align-items: center; gap: 28px; }
.online-nav > a { font-size: .9rem; font-weight: 700; transition: color .2s ease; }
.online-nav > a:hover { color: var(--online-wine); }
.online-nav__help { display: inline-flex; align-items: center; gap: 9px; padding: 11px 17px; border-radius: 999px; background: var(--online-ink); color: #fff !important; }
.online-nav__help:hover { background: var(--online-wine); }
.online-menu-button { display: none; align-items: center; gap: 9px; border: 0; background: transparent; color: var(--online-ink); font-weight: 800; cursor: pointer; }

.online-hero { position: relative; overflow: hidden; padding: 150px 0 86px; background: var(--online-cream); }
.online-hero::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    left: -240px;
    bottom: -330px;
    border-radius: 50%;
    background: rgba(245, 154, 61, .18);
}
.online-hero__wash {
    position: absolute;
    width: 620px;
    height: 620px;
    right: -150px;
    top: -230px;
    border-radius: 42% 58% 53% 47%;
    background: linear-gradient(135deg, rgba(238, 101, 89, .2), rgba(169, 36, 72, .13));
    transform: rotate(18deg);
}
.online-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: 72px; align-items: center; }
.online-eyebrow,
.online-kicker { margin-bottom: 16px; color: var(--online-wine); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.online-eyebrow { display: flex; align-items: center; gap: 10px; }
.online-eyebrow span { width: 34px; height: 2px; background: var(--online-coral); }
.online-hero h1,
.online-section-heading h2,
.online-welcome h2,
.online-clinic h2,
.online-abroad h2,
.online-final-cta h2,
.online-modal h2 {
    margin-bottom: 22px;
    font-family: Manrope, Arial, sans-serif;
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.08;
}
.online-hero h1 { max-width: 700px; font-size: clamp(3.1rem, 6vw, 5.6rem); }
.online-hero h1 em { display: block; color: var(--online-wine); font-style: normal; }
.online-hero__lead { max-width: 630px; margin-bottom: 32px; color: var(--online-muted); font-size: 1.18rem; line-height: 1.7; }
.online-hero__actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.online-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 22px;
    border: 0;
    border-radius: 14px;
    font-weight: 800;
    line-height: 1.2;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.online-button:hover { transform: translateY(-2px); }
.online-button--primary { background: var(--online-wine); color: #fff !important; box-shadow: 0 14px 28px rgba(169, 36, 72, .2); }
.online-button--primary:hover { background: var(--online-wine-dark); box-shadow: 0 16px 32px rgba(169, 36, 72, .28); }
.online-button--quiet { background: rgba(255,255,255,.72); box-shadow: inset 0 0 0 1px var(--online-border); }
.online-button--small { min-height: 42px; padding: 10px 15px; background: var(--online-cream-strong); color: var(--online-wine); font-size: .85rem; }
.online-hero__note { display: flex; align-items: center; gap: 10px; margin: 24px 0 0; color: var(--online-muted); font-size: .86rem; }
.online-hero__note i { color: var(--online-sage); }
.online-hero__visual { position: relative; padding: 26px; }
.online-hero__image { position: relative; overflow: hidden; aspect-ratio: 1 / 1.05; border-radius: 42% 42% 22px 22px; box-shadow: var(--online-shadow); }
.online-hero__image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.4); border-radius: inherit; pointer-events: none; }
.online-hero__image img { width: 100%; height: 100%; object-fit: cover; object-position: 38% center; }
.online-hero__card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px; min-width: 210px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.7); border-radius: 17px; background: rgba(255,255,255,.91); box-shadow: 0 15px 35px rgba(41,32,53,.14); backdrop-filter: blur(12px); }
.online-hero__card--top { right: -18px; top: 80px; }
.online-hero__card--bottom { left: -26px; bottom: 70px; }
.online-hero__card i { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; background: var(--online-sage-soft); color: var(--online-sage); font-size: 1.1rem; }
.online-hero__card strong,
.online-hero__card small { display: block; }
.online-hero__card strong { font-size: .85rem; }
.online-hero__card small { color: var(--online-muted); font-size: .7rem; }
.online-status-dot { width: 12px; height: 12px; border: 3px solid #cce9df; border-radius: 50%; background: #2fa879; box-shadow: 0 0 0 5px rgba(47,168,121,.1); }

.online-trust { padding: 30px 0; background: var(--online-ink); color: #fff; }
.online-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.online-trust__grid > div { display: flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 0 26px; border-right: 1px solid rgba(255,255,255,.14); }
.online-trust__grid > div:last-child { border-right: 0; }
.online-trust strong { color: var(--online-orange); font-family: Manrope, sans-serif; font-size: 1.85rem; }
.online-trust i { color: var(--online-orange); font-size: 1.55rem; }
.online-trust span { font-size: .82rem; line-height: 1.35; }

.online-section-heading { max-width: 730px; margin: 0 auto 50px; text-align: center; }
.online-section-heading--left { margin: 0; text-align: left; }
.online-section-heading h2,
.online-welcome h2,
.online-clinic h2,
.online-abroad h2,
.online-final-cta h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
.online-section-heading > p:last-child,
.online-welcome p,
.online-clinic__copy > p,
.online-abroad p,
.online-final-cta p { color: var(--online-muted); font-size: 1.05rem; }

.online-choice { background: #fff; }
.online-choice__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: center; }
.online-choice__cards { display: grid; gap: 16px; }
.online-choice-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 24px; border: 1px solid var(--online-border); border-radius: 22px; background: #fff; box-shadow: 0 13px 38px rgba(41,32,53,.06); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.online-choice-card:hover { transform: translateX(5px); border-color: rgba(169,36,72,.28); box-shadow: 0 18px 44px rgba(41,32,53,.1); }
.online-choice-card--accent { background: var(--online-cream); }
.online-choice-card__icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 15px; background: var(--online-wine); color: #fff; }
.online-choice-card small,
.online-choice-card strong { display: block; }
.online-choice-card small { margin-bottom: 2px; color: var(--online-muted); font-size: .76rem; }
.online-choice-card strong { font-family: Manrope, sans-serif; font-size: 1.05rem; }
.online-choice-card > i { color: var(--online-wine); }

.online-professionals { background: var(--online-cream); }
.online-agenda-notice { display: flex; max-width: 900px; align-items: flex-start; gap: 14px; margin: -18px auto 34px; padding: 15px 18px; border: 1px solid rgba(85,126,116,.2); border-radius: 16px; background: var(--online-sage-soft); color: var(--online-sage); }
.online-agenda-notice > i { margin-top: 4px; }
.online-agenda-notice strong,
.online-agenda-notice span { display: block; }
.online-agenda-notice strong { font-size: .88rem; }
.online-agenda-notice span { color: #526b65; font-size: .78rem; line-height: 1.45; }
.online-professionals__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; align-items: start; }
.online-professional-card { overflow: hidden; border: 1px solid rgba(41,32,53,.08); border-radius: 26px; background: #fff; box-shadow: 0 18px 45px rgba(65,44,37,.09); transition: transform .25s ease, box-shadow .25s ease; }
.online-professional-card:hover { transform: translateY(-5px); box-shadow: 0 25px 60px rgba(65,44,37,.14); }
.online-professional-card__photo { position: relative; overflow: hidden; aspect-ratio: .92 / 1; background: #eee8e2; }
.online-professional-card__photo::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(180deg, transparent, rgba(24,18,30,.86)); }
.online-professional-card__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .45s ease; }
.online-professional-card:hover .online-professional-card__photo img { transform: scale(1.025); }
.online-professional-card__overlay { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 21px; color: #fff; }
.online-professional-card__overlay h3 { margin-bottom: 8px; font-family: Manrope, sans-serif; font-size: 1.32rem; line-height: 1.12; }
.online-professional-card__overlay p { display: inline-flex; margin: 0; padding: 7px 10px; border-radius: 999px; background: var(--online-orange); color: var(--online-wine-dark); font-size: .64rem; font-weight: 800; line-height: 1.25; text-transform: uppercase; }
.online-professional-card__body { padding: 21px; }
.online-professional-card__meta { display: grid; gap: 8px; margin-bottom: 15px; color: var(--online-muted); font-size: .76rem; }
.online-professional-card__meta span { display: flex; align-items: flex-start; gap: 8px; }
.online-professional-card__meta i { width: 14px; margin-top: 4px; color: var(--online-sage); text-align: center; }
.online-profile-preview { min-height: 84px; max-height: 84px; overflow: hidden; color: #544d59; font-size: .88rem; line-height: 1.55; text-align: justify; hyphens: auto; transition: min-height .28s ease, max-height .28s ease, opacity .2s ease; }
.online-profile-preview p { margin: 0; }
.online-professional-card.is-profile-expanded .online-profile-preview { min-height: 0; max-height: 0; opacity: 0; }
.online-profile-toggle { display: flex; width: min(100%, 13rem); min-height: 32px; align-items: center; justify-content: center; margin: 13px auto; padding: 7px 16px; border: 0; border-radius: 999px; background: var(--online-sage); color: #fff; box-shadow: 0 6px 14px rgba(83,127,117,.14); font-size: .82rem; font-weight: 800; line-height: 1; cursor: pointer; transition: background .2s ease, box-shadow .2s ease, transform .2s ease; }
.online-profile-toggle:hover { background: #4f796f; box-shadow: 0 8px 18px rgba(83,127,117,.18); transform: translateY(-1px); }
.online-professional-card.is-profile-expanded .online-profile-toggle { background: #f1f2f2; color: var(--online-ink); box-shadow: inset 0 0 0 3px rgba(15,23,42,.05), 0 8px 18px rgba(15,23,42,.08); }
.online-agenda-toggle > i:last-child { transition: transform .2s ease; }
.online-agenda-toggle[aria-expanded="true"] > i:last-child { transform: rotate(180deg); }
.online-profile-panel { max-height: 0; overflow: hidden; padding: 0 3px; opacity: 0; color: var(--online-muted); font-size: .82rem; transition: max-height .34s ease, opacity .24s ease, padding .24s ease; }
.online-professional-card.is-profile-expanded .online-profile-panel { max-height: 220px; overflow: auto; padding: 14px 3px 5px; opacity: 1; }
.online-profile-panel p { margin-bottom: 14px; }
.online-profile-panel a { display: flex; align-items: center; gap: 8px; margin-top: 8px; color: var(--online-wine); font-weight: 700; }
.online-next-slot { display: flex; align-items: center; gap: 6px; margin: 16px 0 11px; color: var(--online-muted); font-size: .74rem; }
.online-next-slot > span { flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: #2fa879; box-shadow: 0 0 0 4px rgba(47,168,121,.1); }
.online-next-slot strong { color: var(--online-ink); }
.online-agenda-toggle { display: grid; width: 100%; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; min-height: 50px; padding: 12px 15px; border: 0; border-radius: 13px; background: var(--online-wine); color: #fff; font-size: .82rem; font-weight: 800; text-align: left; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.online-agenda-toggle:hover { background: var(--online-wine-dark); transform: translateY(-1px); }
.online-agenda-panel { margin-top: 15px; padding-top: 15px; border-top: 1px solid var(--online-border); }
.online-agenda-panel__heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.online-agenda-panel__heading strong,
.online-agenda-panel__heading small { display: block; }
.online-agenda-panel__heading strong { font-size: .86rem; }
.online-agenda-panel__heading small { color: var(--online-muted); font-size: .68rem; }
.online-agenda-panel__heading i { color: var(--online-sage); }
.online-slot-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.online-slot { padding: 9px 6px; border: 1px solid rgba(85,126,116,.22); border-radius: 10px; background: var(--online-sage-soft); color: var(--online-sage); cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.online-slot span,
.online-slot strong,
.online-slot small { display: block; }
.online-slot span { font-size: .66rem; }
.online-slot strong { font-size: .9rem; }
.online-slot small { margin-top: 2px; font-size: .58rem; opacity: .8; }
.online-slot:hover { transform: translateY(-1px); background: var(--online-sage); color: #fff; }
.online-no-slots { color: var(--online-muted); font-size: .82rem; }
.online-team-help { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; margin-top: 44px; padding: 25px 30px; border-radius: 22px; background: var(--online-ink); color: #fff; }
.online-team-help__avatars { display: flex; padding-left: 10px; }
.online-team-help__avatars img { width: 46px; height: 46px; margin-left: -10px; border: 3px solid var(--online-ink); border-radius: 50%; object-fit: cover; }
.online-team-help strong,
.online-team-help span { display: block; }
.online-team-help span { color: rgba(255,255,255,.67); font-size: .82rem; }
.online-team-help > a { color: var(--online-orange); font-size: .86rem; font-weight: 800; }
.online-empty-state { max-width: 650px; margin: 0 auto; padding: 50px; border-radius: 24px; background: #fff; text-align: center; }
.online-empty-state > i { color: var(--online-wine); font-size: 2rem; }

.online-welcome { background: #fff; }
.online-welcome__card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; padding: 48px; border: 1px solid rgba(169,36,72,.14); border-radius: 30px; background: linear-gradient(135deg, #fff7ef, #fff 60%); box-shadow: var(--online-shadow); }
.online-welcome__icon { display: grid; width: 88px; height: 88px; place-items: center; border-radius: 28px; background: var(--online-wine); color: #fff; font-size: 2rem; transform: rotate(-3deg); }
.online-welcome h2 { margin-bottom: 12px; font-size: clamp(1.7rem, 3vw, 2.6rem); }
.online-welcome p { margin-bottom: 0; font-size: .98rem; }
.online-welcome__card > a { padding: 11px 15px; border-bottom: 2px solid var(--online-wine); color: var(--online-wine); font-size: .82rem; font-weight: 800; white-space: nowrap; }

.online-how { background: #f7f3ef; }
.online-how__steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
.online-how__steps li { position: relative; min-height: 270px; padding: 27px 24px; overflow: hidden; border: 1px solid rgba(41,32,53,.08); border-radius: 24px; background: #fff; }
.online-how__steps li::after { content: ""; position: absolute; width: 100px; height: 100px; right: -42px; bottom: -42px; border-radius: 50%; background: var(--online-cream-strong); }
.online-how__steps li > span { display: block; margin-bottom: 32px; color: rgba(41,32,53,.22); font-family: Manrope, sans-serif; font-size: .85rem; font-weight: 800; }
.online-how__steps li > i { display: grid; width: 54px; height: 54px; place-items: center; margin-bottom: 22px; border-radius: 16px; background: var(--online-wine); color: #fff; font-size: 1.25rem; }
.online-how__steps h3 { margin-bottom: 8px; font-family: Manrope, sans-serif; font-size: 1.15rem; }
.online-how__steps p { margin: 0; color: var(--online-muted); font-size: .85rem; }

.online-clinic { background: #fff; }
.online-clinic__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 76px; align-items: center; }
.online-clinic__gallery { position: relative; min-height: 590px; }
.online-clinic__image { position: absolute; object-fit: cover; box-shadow: var(--online-shadow); }
.online-clinic__image--main { inset: 0 88px 58px 0; width: calc(100% - 88px); height: calc(100% - 58px); border: 8px solid #f9ead7; border-radius: 30px; }
.online-clinic__image--detail { width: 230px; height: 260px; right: 0; bottom: 0; border: 8px solid #fff; border-radius: 24px; }
.online-clinic__stamp { position: absolute; right: 20px; top: 36px; display: flex; width: 150px; height: 150px; flex-direction: column; align-items: center; justify-content: center; border: 8px solid rgba(255,255,255,.8); border-radius: 50%; background: var(--online-orange); color: var(--online-wine-dark); text-align: center; transform: rotate(7deg); }
.online-clinic__stamp strong { font-family: Manrope, sans-serif; font-size: 2.2rem; line-height: 1; }
.online-clinic__stamp span { font-size: .7rem; font-weight: 800; line-height: 1.3; text-transform: uppercase; }
.online-clinic__copy > p { margin-bottom: 25px; }
.online-clinic__copy ul { display: grid; gap: 13px; margin: 0 0 28px; padding: 0; list-style: none; }
.online-clinic__copy li { display: flex; align-items: flex-start; gap: 10px; font-size: .9rem; }
.online-clinic__copy li i { display: grid; flex: 0 0 23px; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: var(--online-sage-soft); color: var(--online-sage); font-size: .65rem; }
.online-text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--online-wine) !important; font-weight: 800; }

.online-abroad { padding: 65px 0; background: var(--online-sage); color: #fff; }
.online-abroad__inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; }
.online-abroad__globe { display: grid; width: 92px; height: 92px; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(255,255,255,.08); font-size: 2.1rem; }
.online-abroad .online-kicker { margin-bottom: 5px; color: #dbe9e4; }
.online-abroad h2 { margin-bottom: 9px; font-size: 2rem; }
.online-abroad p { max-width: 700px; margin: 0; color: rgba(255,255,255,.8); font-size: .9rem; }
.online-abroad a { padding: 12px 17px; border: 1px solid rgba(255,255,255,.4); border-radius: 12px; font-size: .82rem; font-weight: 800; text-align: center; }

.online-faq { background: var(--online-cream); }
.online-faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: start; }
.online-faq__list { display: grid; gap: 12px; }
.online-faq-item { overflow: hidden; border: 1px solid var(--online-border); border-radius: 16px; background: #fff; }
.online-faq-item > button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 22px; border: 0; background: transparent; color: var(--online-ink); font-weight: 800; text-align: left; cursor: pointer; }
.online-faq-item > button i { display: grid; flex: 0 0 28px; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--online-cream-strong); color: var(--online-wine); font-size: .72rem; transition: transform .2s ease; }
.online-faq-item.is-open > button i { transform: rotate(45deg); }
.online-faq-answer { padding: 0 22px 20px; color: var(--online-muted); }
.online-faq-answer p { margin: 0; font-size: .9rem; }
.online-faq .online-text-link { margin-top: 18px; }

.online-final-cta { padding: 78px 0; background: var(--online-wine); color: #fff; }
.online-final-cta__inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 55px; }
.online-final-cta .online-kicker { color: #ffd2bf; }
.online-final-cta h2 { max-width: 720px; margin-bottom: 12px; }
.online-final-cta p { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.75); }
.online-final-cta__actions { display: flex; flex-direction: column; gap: 10px; }
.online-button--light { background: #fff; color: var(--online-wine) !important; }
.online-button--outline-light { border: 1px solid rgba(255,255,255,.45); background: transparent; color: #fff !important; }

.online-footer { padding: 60px 0 20px; background: #211a2b; color: #fff; }
.online-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; padding-bottom: 44px; }
.online-footer__brand img { width: 170px; height: 76px; object-fit: contain; object-position: left center; }
.online-footer__brand p { max-width: 320px; margin: 14px 0 0; color: rgba(255,255,255,.6); font-size: .85rem; }
.online-footer__grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.online-footer__grid strong { margin-bottom: 7px; color: var(--online-orange); font-family: Manrope, sans-serif; }
.online-footer__grid a,
.online-footer__grid span { color: rgba(255,255,255,.67); font-size: .82rem; }
.online-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: .72rem; }

.online-whatsapp-float { position: fixed; z-index: 80; right: 22px; bottom: 22px; display: grid; width: 58px; height: 58px; place-items: center; border: 4px solid #fff; border-radius: 50%; background: #25d366; color: #fff !important; box-shadow: 0 10px 28px rgba(0,0,0,.2); font-size: 1.65rem; transition: transform .2s ease; }
.online-whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }

.online-modal[hidden],
[hidden] { display: none !important; }
.online-modal { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 22px; }
.online-modal__backdrop { position: absolute; inset: 0; background: rgba(24,18,30,.72); backdrop-filter: blur(8px); }
.online-modal__dialog { position: relative; width: min(740px, 100%); max-height: calc(100vh - 44px); overflow: auto; padding: 36px; border-radius: 26px; background: #fffdf9; box-shadow: 0 40px 100px rgba(0,0,0,.28); }
.online-modal__close { position: absolute; z-index: 2; right: 18px; top: 18px; display: grid; width: 38px; height: 38px; place-items: center; border: 0; border-radius: 50%; background: #f2ece7; color: var(--online-ink); cursor: pointer; }
.online-modal__heading { padding-right: 40px; }
.online-modal h2 { margin-bottom: 9px; font-size: clamp(1.7rem, 4vw, 2.35rem); }
.online-modal__heading > p:last-child { margin-bottom: 22px; color: var(--online-muted); font-size: .9rem; }
.online-booking-summary { display: flex; align-items: center; gap: 13px; margin-bottom: 24px; padding: 15px 17px; border-radius: 15px; background: var(--online-sage-soft); color: var(--online-sage); }
.online-booking-summary > i { font-size: 1.35rem; }
.online-booking-summary strong,
.online-booking-summary span { display: block; }
.online-booking-summary span { font-size: .77rem; }
.online-booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.online-field { display: grid; gap: 6px; }
.online-field--wide { grid-column: 1 / -1; }
.online-field > span { color: #4f4854; font-size: .74rem; font-weight: 800; }
.online-field input,
.online-field select { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid rgba(41,32,53,.16); border-radius: 11px; background: #fff; color: var(--online-ink); outline: none; }
.online-field input:focus,
.online-field select:focus { border-color: var(--online-wine); box-shadow: 0 0 0 3px rgba(169,36,72,.1); }
.online-modality { min-width: 0; margin: 0; padding: 0; border: 0; }
.online-modality legend { margin-bottom: 7px; color: #4f4854; font-size: .74rem; font-weight: 800; }
.online-modality__options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.online-modality__options label { position: relative; cursor: pointer; }
.online-modality__options input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.online-modality__options label > span { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: center; min-height: 66px; padding: 11px 13px; border: 1px solid rgba(41,32,53,.16); border-radius: 13px; background: #fff; color: var(--online-ink); transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.online-modality__options i { grid-row: 1 / span 2; color: var(--online-wine); font-size: 1.05rem; }
.online-modality__options strong,
.online-modality__options small { display: block; }
.online-modality__options strong { font-size: .86rem; }
.online-modality__options small { margin-top: 2px; color: var(--online-muted); font-size: .68rem; }
.online-modality__options input:checked + span { border-color: var(--online-wine); background: rgba(169,36,72,.06); box-shadow: 0 0 0 3px rgba(169,36,72,.1); }
.online-modality__options input:focus-visible + span { outline: 2px solid var(--online-wine); outline-offset: 2px; }
.online-modality__options input:disabled + span { border-style: dashed; background: #f3f1ef; color: #9a9499; cursor: not-allowed; opacity: .68; }
.online-modality__options input:disabled + span i,
.online-modality__options input:disabled + span small { color: #9a9499; }
.online-modality__notice { display: block; margin-top: 8px; color: var(--online-sage); font-size: .7rem; font-weight: 700; }
.online-modality__notice[hidden] { display: none; }
.online-consent { display: flex; align-items: flex-start; gap: 10px; padding: 4px 0; color: var(--online-muted); font-size: .75rem; }
.online-consent input { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 3px; accent-color: var(--online-wine); }
.online-form-error { margin: 0; padding: 10px 12px; border-radius: 9px; background: #fff0ee; color: #a52635; font-size: .8rem; }
.online-service-detail { padding: 16px; border: 1px solid rgba(83,127,117,.2); border-radius: 13px; background: var(--online-sage-soft); color: #36584f; }
.online-service-detail strong { display: block; margin-bottom: 5px; font-family: Manrope, Arial, sans-serif; }
.online-service-detail p { margin: 0; font-size: .82rem; }
.online-service-detail ul { margin: 12px 0 0; padding-left: 19px; font-size: .79rem; line-height: 1.5; }
.online-service-detail li + li { margin-top: 6px; }
.online-form-note { display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--online-muted); text-align: center; }
.online-booking-form button[disabled] { cursor: wait; opacity: .65; }
.online-honeypot { position: absolute; left: -10000px; }
.online-modal__success { padding: 25px 15px 15px; text-align: center; }
.online-success-icon { display: grid; width: 78px; height: 78px; place-items: center; margin: 0 auto 22px; border-radius: 50%; background: var(--online-sage); color: #fff; font-size: 1.8rem; box-shadow: 0 0 0 12px var(--online-sage-soft); }
.online-modal__success > p:not(.online-kicker):not(.online-protocol) { max-width: 520px; margin: 0 auto 17px; color: var(--online-muted); }
.online-protocol { font-size: .82rem; }
.online-button--whatsapp { margin-top: 10px; background: #25d366; color: #fff !important; }
.online-text-button { display: block; margin: 17px auto 0; border: 0; background: transparent; color: var(--online-muted); font-size: .78rem; text-decoration: underline; cursor: pointer; }

:focus-visible { outline: 3px solid rgba(245,154,61,.8); outline-offset: 3px; }

@media (max-width: 1050px) {
    .online-nav { gap: 16px; }
    .online-nav > a:not(.online-nav__help) { display: none; }
    .online-hero__grid { grid-template-columns: 1fr 430px; gap: 32px; }
    .online-professionals__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .online-how__steps { grid-template-columns: repeat(2, 1fr); }
    .online-clinic__grid { gap: 42px; }
    .online-clinic__gallery { min-height: 500px; }
}

@media (max-width: 820px) {
    .online-section { padding: 76px 0; }
    .online-menu-button { display: inline-flex; }
    .online-nav { position: absolute; inset: 82px 20px auto; display: none; flex-direction: column; align-items: stretch; gap: 2px; padding: 14px; border: 1px solid var(--online-border); border-radius: 18px; background: #fff; box-shadow: var(--online-shadow); }
    .online-nav.is-open { display: flex; }
    .online-nav > a:not(.online-nav__help) { display: block; padding: 11px 12px; }
    .online-nav__help { justify-content: center; }
    .online-hero { padding-top: 125px; }
    .online-hero__grid { grid-template-columns: 1fr; }
    .online-hero__copy { text-align: center; }
    .online-eyebrow,
    .online-hero__actions,
    .online-hero__note { justify-content: center; }
    .online-hero__lead { margin-inline: auto; }
    .online-hero__visual { width: min(560px, 100%); margin: 0 auto; }
    .online-trust__grid { grid-template-columns: repeat(2, 1fr); row-gap: 22px; }
    .online-trust__grid > div:nth-child(2) { border-right: 0; }
    .online-choice__grid,
    .online-clinic__grid,
    .online-faq__grid { grid-template-columns: 1fr; gap: 45px; }
    .online-section-heading--left { text-align: center; }
    .online-welcome__card { grid-template-columns: auto 1fr; }
    .online-welcome__card > a { grid-column: 2; justify-self: start; }
    .online-clinic__gallery { width: min(620px, 100%); margin-inline: auto; }
    .online-abroad__inner { grid-template-columns: auto 1fr; }
    .online-abroad__inner > a { grid-column: 2; justify-self: start; }
    .online-final-cta__inner { grid-template-columns: 1fr; text-align: center; }
    .online-final-cta__actions { flex-direction: row; justify-content: center; flex-wrap: wrap; }
}

@media (max-width: 620px) {
    .online-shell { width: min(100% - 28px, 1180px); }
    .online-header__inner { min-height: 72px; }
    .online-brand img { width: 148px; height: auto; }
    .online-nav { top: 72px; }
    .online-hero { padding: 108px 0 62px; }
    .online-hero h1 { font-size: clamp(2.55rem, 13vw, 3.6rem); }
    .online-hero__lead { font-size: 1rem; }
    .online-hero__actions { align-items: stretch; flex-direction: column; }
    .online-hero__actions .online-button { width: 100%; }
    .online-hero__visual { padding: 12px 6px 46px; }
    .online-hero__card { min-width: 185px; padding: 12px; }
    .online-hero__card--top { right: -8px; top: 42px; }
    .online-hero__card--bottom { left: -6px; bottom: 18px; }
    .online-trust__grid > div { min-height: 72px; flex-direction: column; gap: 3px; padding: 0 12px; text-align: center; }
    .online-trust strong { font-size: 1.45rem; }
    .online-trust span { font-size: .7rem; }
    .online-choice-card { gap: 12px; padding: 18px; }
    .online-choice-card__icon { width: 46px; height: 46px; }
    .online-professionals__grid { grid-template-columns: 1fr; width: min(100%, 420px); margin-inline: auto; }
    .online-professional-card__summary { min-height: 0; }
    .online-team-help { grid-template-columns: 1fr; justify-items: center; padding: 24px; text-align: center; }
    .online-welcome__card { grid-template-columns: 1fr; gap: 22px; padding: 28px 23px; text-align: center; }
    .online-welcome__icon { margin-inline: auto; }
    .online-welcome__card > a { grid-column: auto; justify-self: center; white-space: normal; }
    .online-how__steps { grid-template-columns: 1fr; }
    .online-how__steps li { min-height: 225px; }
    .online-clinic__gallery { min-height: 440px; }
    .online-clinic__image--main { inset: 0 42px 48px 0; width: calc(100% - 42px); }
    .online-clinic__image--detail { width: 170px; height: 190px; }
    .online-clinic__stamp { width: 112px; height: 112px; right: 4px; top: 24px; border-width: 5px; }
    .online-clinic__stamp strong { font-size: 1.7rem; }
    .online-abroad__inner { grid-template-columns: 1fr; text-align: center; }
    .online-abroad__globe { margin-inline: auto; }
    .online-abroad__inner > a { grid-column: auto; justify-self: center; }
    .online-final-cta__actions { flex-direction: column; }
    .online-footer__grid { grid-template-columns: 1fr; gap: 30px; }
    .online-footer__bottom { flex-direction: column; }
    .online-modal { padding: 10px; }
    .online-modal__dialog { max-height: calc(100vh - 20px); padding: 27px 19px; border-radius: 20px; }
    .online-booking-form { grid-template-columns: 1fr; }
    .online-field--wide { grid-column: auto; }
    .online-modality__options { grid-template-columns: 1fr; }
}

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