:root {
	--healfit-primary: #9a1d33;
	--healfit-primary-dark: #60101a;
	--healfit-primary-soft: #f2edef;
	--healfit-ink: #251919;
	--healfit-muted: #6f6567;
	--healfit-surface: #ffffff;
	--healfit-canvas: #fafafc;
	--healfit-line: #eadfe1;
	--healfit-radius-sm: 14px;
	--healfit-radius-md: 24px;
	--healfit-radius-lg: 36px;
	--healfit-shadow: 0 20px 60px rgba( 64, 15, 25, 0.1 );
}

html { scroll-behavior: smooth; }
body { background: var(--healfit-canvas); color: var(--healfit-ink); }
body, button, input, textarea, select { font-family: inherit; }
.healfit-site *, .healfit-site *::before, .healfit-site *::after { box-sizing: border-box; }
.healfit-site a { color: inherit; text-decoration: none; }
.healfit-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.healfit-skip-link { position: fixed; inset: 8px auto auto 8px; z-index: 9999; padding: 10px 16px; background: #fff; color: var(--healfit-primary); transform: translateY(-150%); }
.healfit-skip-link:focus { transform: translateY(0); }

.healfit-header { position: sticky; top: 0; z-index: 100; background: rgba(250,250,252,.92); border-bottom: 1px solid rgba(154,29,51,.08); backdrop-filter: blur(16px); }
.healfit-header__inner { min-height: 82px; display: flex; align-items: center; gap: 30px; }
.healfit-brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.healfit-brand__mark { width: 52px; height: 52px; display: grid; place-items: center; overflow: hidden; border-radius: 14px; background: #fafafc; }
.healfit-brand__mark img { width: 52px; height: 52px; object-fit: contain; }
.healfit-brand__text { display: grid; line-height: 1.15; }
.healfit-brand__text strong { color: var(--healfit-primary-dark); font-size: 1.35rem; letter-spacing: -.02em; }
.healfit-brand__text small { margin-top: 5px; color: var(--healfit-muted); font-size: .72rem; }
.healfit-nav { margin-inline: auto; }
.healfit-nav__list { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.healfit-nav .sub-menu { display: none !important; }
.healfit-nav__list a { color: #4f4547; font-size: .92rem; font-weight: 600; transition: color .2s ease; }
.healfit-nav__list a:hover, .healfit-nav__list a:focus { color: var(--healfit-primary); }
.healfit-menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 12px; background: var(--healfit-primary-soft); }
.healfit-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--healfit-primary); }

.healfit-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--healfit-primary); border-radius: 14px; background: var(--healfit-primary); color: #fff !important; font-weight: 800; box-shadow: 0 10px 28px rgba(154,29,51,.18); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.healfit-button:hover, .healfit-button:focus { background: var(--healfit-primary-dark); border-color: var(--healfit-primary-dark); transform: translateY(-2px); box-shadow: 0 16px 32px rgba(96,16,26,.22); }
.healfit-button--small { min-height: 42px; padding-inline: 18px; font-size: .86rem; }
.healfit-button--outline { background: transparent; color: var(--healfit-primary) !important; box-shadow: none; }
.healfit-button--outline:hover, .healfit-button--outline:focus { color: #fff !important; }
.healfit-button--light { background: #fff; border-color: #fff; color: var(--healfit-primary-dark) !important; box-shadow: none; }

.healfit-hero { position: relative; overflow: hidden; padding: 82px 0 96px; background: radial-gradient(circle at 12% 25%, rgba(154,29,51,.08), transparent 32%), var(--healfit-canvas); }
.healfit-hero::after { content: ""; position: absolute; width: 360px; height: 360px; left: -180px; bottom: -190px; border: 70px solid rgba(154,29,51,.045); border-radius: 50%; }
.healfit-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 74px; }
.healfit-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; color: var(--healfit-primary); font-size: .82rem; font-weight: 900; }
.healfit-eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.healfit-hero h1 { max-width: 660px; margin: 0; color: var(--healfit-ink); font-size: clamp(2.45rem, 5vw, 4.65rem); line-height: 1.18; letter-spacing: -.045em; }
.healfit-hero__content > p { max-width: 630px; margin: 24px 0 0; color: var(--healfit-muted); font-size: 1.08rem; line-height: 2; }
.healfit-hero__actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.healfit-text-link { color: var(--healfit-primary) !important; font-weight: 800; }
.healfit-text-link span { display: inline-block; transition: transform .2s ease; }
.healfit-text-link:hover span { transform: translateX(-5px); }
.healfit-trust-list { display: flex; flex-wrap: wrap; gap: 22px; margin: 30px 0 0; padding: 0; list-style: none; color: #574d4f; font-size: .87rem; font-weight: 700; }
.healfit-trust-list li::before { content: "✓"; width: 22px; height: 22px; display: inline-grid; place-items: center; margin-left: 7px; border-radius: 50%; background: var(--healfit-primary-soft); color: var(--healfit-primary); }
.healfit-hero__visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.healfit-plate { position: relative; width: min(390px, 82vw); aspect-ratio: 1; display: grid; place-items: center; border: 34px solid #fff; border-radius: 50%; background: linear-gradient(135deg, #f7ecef, #fff); box-shadow: var(--healfit-shadow), inset 0 0 0 1px #eee4e6; }
.healfit-plate__core { width: 126px; height: 126px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg, var(--healfit-primary), var(--healfit-primary-dark)); color: #fff; font-size: 2.5rem; font-weight: 900; letter-spacing: -.06em; }
.healfit-plate__leaf { position: absolute; width: 90px; height: 145px; border-radius: 90% 10% 90% 10%; background: linear-gradient(160deg, #b13a50, var(--healfit-primary-dark)); }
.healfit-plate__leaf--one { top: 62px; right: 65px; transform: rotate(34deg); }
.healfit-plate__leaf--two { left: 67px; bottom: 60px; transform: rotate(214deg); opacity: .86; }
.healfit-note { position: absolute; min-width: 178px; padding: 14px 18px; display: grid; border: 1px solid #f0e4e6; border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: 0 18px 40px rgba(54,17,23,.1); }
.healfit-note strong { font-size: .86rem; }
.healfit-note span { margin-top: 4px; color: var(--healfit-muted); font-size: .72rem; }
.healfit-note--top { top: 74px; left: -8px; }
.healfit-note--bottom { right: -5px; bottom: 60px; }

.healfit-section { padding: 105px 0; }
.healfit-section-heading { max-width: 670px; margin-bottom: 48px; }
.healfit-section-heading h2, .healfit-doctor h2, .healfit-cta h2 { margin: 0; color: var(--healfit-ink); font-size: clamp(1.8rem, 3.4vw, 3rem); line-height: 1.35; letter-spacing: -.035em; }
.healfit-section-heading p { margin: 18px 0 0; color: var(--healfit-muted); line-height: 1.9; }
.healfit-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.healfit-service-card { min-height: 270px; padding: 32px; border: 1px solid var(--healfit-line); border-radius: var(--healfit-radius-md); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.healfit-service-card:hover { transform: translateY(-5px); box-shadow: var(--healfit-shadow); }
.healfit-service-card > span { display: block; color: var(--healfit-primary); font-size: 1.1rem; font-weight: 900; }
.healfit-service-card h3 { margin: 42px 0 12px; font-size: 1.25rem; }
.healfit-service-card p { margin: 0; color: var(--healfit-muted); line-height: 1.9; }
.healfit-service-card--featured { background: linear-gradient(145deg, var(--healfit-primary), var(--healfit-primary-dark)); color: #fff; border-color: transparent; }
.healfit-service-card--featured > span, .healfit-service-card--featured p { color: rgba(255,255,255,.82); }

.healfit-doctor { background: #fff; }
.healfit-doctor__grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 80px; }
.healfit-doctor__portrait { position: relative; min-height: 520px; overflow: hidden; border-radius: var(--healfit-radius-lg); background: var(--healfit-primary-soft); box-shadow: var(--healfit-shadow); }
.healfit-doctor__portrait::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(0deg, rgba(37,25,25,.9), transparent); }
.healfit-doctor__portrait img { width: 100%; height: 520px; display: block; object-fit: cover; object-position: center; }
.healfit-doctor__portrait span { position: absolute; z-index: 1; right: 32px; bottom: 28px; color: #fff; font-size: 1.45rem; font-weight: 900; }
.healfit-doctor__lead { margin: 22px 0; color: #4f4547; font-size: 1.08rem; font-weight: 600; line-height: 2; }
.healfit-doctor__content > p:last-of-type { color: var(--healfit-muted); line-height: 1.95; }
.healfit-credentials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 26px 0; }
.healfit-credentials > div { padding: 18px; border-radius: var(--healfit-radius-sm); background: var(--healfit-primary-soft); }
.healfit-credentials strong, .healfit-credentials span { display: block; }
.healfit-credentials strong { color: var(--healfit-primary); font-size: 1.08rem; }
.healfit-credentials span { margin-top: 7px; color: #655a5c; font-size: .76rem; line-height: 1.6; }
.healfit-doctor .healfit-button { margin-top: 16px; }

.healfit-process { position: relative; overflow: hidden; background: var(--healfit-primary-dark); color: #fff; }
.healfit-process::before { content: ""; position: absolute; inset: auto -100px -260px auto; width: 520px; height: 520px; border: 95px solid rgba(255,255,255,.04); border-radius: 50%; }
.healfit-section-heading--light h2 { color: #fff; }
.healfit-section-heading--light .healfit-eyebrow { color: #e9a9b5; }
.healfit-steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
.healfit-steps li { min-height: 230px; padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--healfit-radius-md); background: rgba(255,255,255,.06); }
.healfit-steps li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--healfit-primary-dark); font-weight: 900; }
.healfit-steps h3 { margin: 38px 0 10px; color: #fff; }
.healfit-steps p { margin: 0; color: rgba(255,255,255,.7); line-height: 1.8; }

.healfit-faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 84px; align-items: start; }
.healfit-accordion details { margin-bottom: 12px; border: 1px solid var(--healfit-line); border-radius: var(--healfit-radius-sm); background: #fff; }
.healfit-accordion summary { position: relative; padding: 22px 24px 22px 58px; cursor: pointer; font-weight: 800; list-style: none; }
.healfit-accordion summary::-webkit-details-marker { display: none; }
.healfit-accordion summary::after { content: "+"; position: absolute; left: 22px; top: 17px; color: var(--healfit-primary); font-size: 1.6rem; font-weight: 400; }
.healfit-accordion details[open] summary::after { content: "−"; }
.healfit-accordion p { margin: 0; padding: 0 24px 22px; color: var(--healfit-muted); line-height: 1.9; }

.healfit-contact { padding: 0 0 100px; }
.healfit-contact__grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 70px; padding: 48px; border: 1px solid var(--healfit-line); border-radius: var(--healfit-radius-lg); background: #fff; }
.healfit-contact__intro h2 { margin: 0; color: var(--healfit-ink); font-size: clamp(1.55rem, 3vw, 2.3rem); line-height: 1.45; }
.healfit-contact__items { display: grid; grid-template-columns: 1.6fr .9fr .65fr; gap: 14px; margin: 0; font-style: normal; }
.healfit-contact__items > div { min-height: 112px; padding: 20px; border-radius: var(--healfit-radius-sm); background: var(--healfit-primary-soft); }
.healfit-contact__items span, .healfit-contact__items strong { display: block; }
.healfit-contact__items span { margin-bottom: 9px; color: var(--healfit-primary); font-size: .76rem; font-weight: 900; }
.healfit-contact__items strong { color: var(--healfit-ink); font-size: .88rem; line-height: 1.75; }
.healfit-contact__items a { color: var(--healfit-ink); }

.healfit-cta { padding: 0 0 100px; }
.healfit-cta__inner { min-height: 260px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 54px 64px; border-radius: var(--healfit-radius-lg); background: linear-gradient(120deg, var(--healfit-primary), var(--healfit-primary-dark)); color: #fff; box-shadow: var(--healfit-shadow); }
.healfit-cta .healfit-eyebrow { color: #f2c5cd; }
.healfit-cta h2 { color: #fff; }

.healfit-footer { padding: 72px 0 28px; background: #211719; color: rgba(255,255,255,.72); }
.healfit-footer__grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 70px; }
.healfit-brand--footer strong { color: #fff; }
.healfit-brand--footer small { color: #d6bdc2; }
.healfit-footer h2 { margin: 0 0 18px; color: #fff; font-size: 1rem; }
.healfit-footer p { max-width: 410px; margin: 18px 0 0; line-height: 1.9; }
.healfit-footer ul { margin: 0; padding: 0; list-style: none; }
.healfit-footer li { margin-bottom: 10px; }
.healfit-footer a:hover { color: #fff; }
.healfit-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }

/* Booking — HealFit single-doctor experience */
.healfit-booking-page { background: var(--healfit-canvas); }
.healfit-booking-page .booking_wrap { color: var(--healfit-ink); }
.healfit-booking-page .booking-section,
.healfit-booking-page .booking_wrap .section-title-wrap,
.healfit-booking-page .booking-info-sidebar { border-color: var(--healfit-line); background: #fff; box-shadow: 0 14px 42px rgba(64,15,25,.06); }
.healfit-booking-page .section-title-icon,
.healfit-booking-page .page-head-title-icon { background: var(--healfit-primary-soft) !important; color: var(--healfit-primary) !important; }
.healfit-booking-page .drplus-button,
.healfit-booking-page .booking-next-step-btn,
.healfit-booking-page button[type="submit"] { border-color: var(--healfit-primary) !important; background: var(--healfit-primary) !important; color: #fff !important; }
.healfit-booking-page .drplus-button:hover,
.healfit-booking-page .booking-next-step-btn:hover { border-color: var(--healfit-primary-dark) !important; background: var(--healfit-primary-dark) !important; }
.healfit-booking-page .booking-time-slot.selected,
.healfit-booking-page .booking-specialist-office-radio:checked + .booking-specialist-office { border-color: var(--healfit-primary) !important; background: var(--healfit-primary-soft) !important; }
.healfit-booking-page .booking-time-slot-selected-icon,
.healfit-booking-page .booking-specialist-office-price,
.healfit-booking-page .booking-info-time { color: var(--healfit-primary) !important; }
.healfit-booking-page .pwt-btn-calendar .pwt-btn-day.selected span,
.healfit-booking-page .pwt-btn-calendar .pwt-btn-day:hover span { background: var(--healfit-primary) !important; color: #fff !important; }

.healfit-booking { max-width: 1100px; margin: 0 auto; padding: 10px 0 54px; }
.healfit-booking__intro { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 26px 30px; border: 1px solid var(--healfit-line); border-radius: 26px; background: linear-gradient(125deg, #fff 42%, #f8eef0); box-shadow: var(--healfit-shadow); }
.healfit-booking__doctor { display: flex; align-items: center; gap: 22px; }
.healfit-booking__doctor img { width: 112px; height: 112px; flex: 0 0 auto; border: 5px solid #fff; border-radius: 24px; object-fit: cover; object-position: center top; box-shadow: 0 12px 28px rgba(72,17,27,.14); }
.healfit-booking__doctor h1 { margin: 5px 0 7px; color: var(--healfit-ink); font-size: clamp(1.35rem, 3vw, 2rem); line-height: 1.45; }
.healfit-booking__doctor p { margin: 0; color: var(--healfit-muted); }
.healfit-booking__eyebrow { color: var(--healfit-primary); font-size: .78rem; font-weight: 900; }
.healfit-booking__price-note { min-width: 190px; padding: 18px 22px; border-radius: 18px; background: var(--healfit-primary); color: #fff; text-align: center; }
.healfit-booking__price-note span,
.healfit-booking__price-note strong { display: block; }
.healfit-booking__price-note span { margin-bottom: 5px; color: rgba(255,255,255,.76); font-size: .76rem; }
.healfit-booking__price-note strong { font-size: 1.38rem; }
.healfit-booking__price-note small { font-size: .72rem; }
.healfit-booking__heading { max-width: 650px; margin: 54px auto 30px; text-align: center; }
.healfit-booking__heading > span { color: var(--healfit-primary); font-size: .8rem; font-weight: 900; }
.healfit-booking__heading h2 { margin: 8px 0 10px; color: var(--healfit-ink); font-size: clamp(1.7rem, 4vw, 2.55rem); }
.healfit-booking__heading p { margin: 0; color: var(--healfit-muted); }
.healfit-booking__choices { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.healfit-booking-card { position: relative; min-height: 370px; display: flex; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid var(--healfit-line); border-radius: 26px; background: #fff; box-shadow: 0 16px 46px rgba(64,15,25,.07); }
.healfit-booking-card--featured { border-color: rgba(154,29,51,.28); background: linear-gradient(150deg, #fff 55%, #faeff1); }
.healfit-booking-card__badge { position: absolute; top: 18px; left: 18px; padding: 7px 11px; border-radius: 999px; background: var(--healfit-primary-soft); color: var(--healfit-primary); font-size: .7rem; font-weight: 900; }
.healfit-booking-card__icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 17px; background: var(--healfit-primary-soft); color: var(--healfit-primary); font-size: 1.7rem; font-weight: 900; }
.healfit-booking-card__label { color: var(--healfit-primary); font-size: .76rem; font-weight: 900; }
.healfit-booking-card h3 { margin: 7px 0 10px; color: var(--healfit-ink); font-size: 1.55rem; }
.healfit-booking-card p { margin: 0; color: var(--healfit-muted); line-height: 1.9; }
.healfit-booking-card ul { margin: 18px 0 24px; padding: 0; list-style: none; color: #52484a; }
.healfit-booking-card li { margin-top: 8px; }
.healfit-booking-card li::before { content: "✓"; margin-left: 7px; color: var(--healfit-primary); font-weight: 900; }
.healfit-booking-card__button { width: 100%; margin-top: auto; }
.healfit-booking__support { margin: 24px 0 0; color: var(--healfit-muted); text-align: center; }
.healfit-booking__support a { color: var(--healfit-primary) !important; font-weight: 900; }

@media (max-width: 980px) {
	.healfit-header__inner { min-height: 72px; }
	.healfit-menu-toggle { display: block; margin-inline-start: auto; }
	.healfit-header__cta { display: none; }
	.healfit-nav { position: absolute; top: 72px; right: 20px; left: 20px; display: none; padding: 12px; border: 1px solid var(--healfit-line); border-radius: 18px; background: #fff; box-shadow: var(--healfit-shadow); }
	.healfit-nav.is-open { display: block; }
	.healfit-nav__list { display: grid; gap: 0; }
	.healfit-nav__list a { display: block; padding: 12px; }
	.healfit-hero__grid, .healfit-doctor__grid, .healfit-faq__grid, .healfit-contact__grid { grid-template-columns: 1fr; }
	.healfit-hero__grid { gap: 30px; }
	.healfit-hero__visual { min-height: 430px; }
	.healfit-card-grid { grid-template-columns: 1fr; }
	.healfit-service-card { min-height: 220px; }
	.healfit-steps { grid-template-columns: repeat(2, 1fr); }
	.healfit-doctor__grid { gap: 44px; }
	.healfit-doctor__portrait { min-height: 420px; }
	.healfit-faq__grid { gap: 18px; }
	.healfit-contact__grid { gap: 26px; }
	.healfit-contact__items { grid-template-columns: 1fr 1fr; }
	.healfit-footer__grid { grid-template-columns: 1fr 1fr; }
	.healfit-booking__intro { align-items: stretch; flex-direction: column; }
	.healfit-booking__price-note { width: 100%; }
}

@media (max-width: 640px) {
	.healfit-shell { width: min(100% - 28px, 1180px); }
	.healfit-brand__text small { display: none; }
	.healfit-hero { padding: 58px 0 70px; }
	.healfit-hero h1 { font-size: 2.35rem; }
	.healfit-hero__actions { align-items: stretch; flex-direction: column; }
	.healfit-hero__actions .healfit-text-link { text-align: center; }
	.healfit-hero__visual { min-height: 350px; }
	.healfit-plate { width: 280px; border-width: 25px; }
	.healfit-plate__core { width: 92px; height: 92px; font-size: 1.8rem; }
	.healfit-plate__leaf { width: 64px; height: 102px; }
	.healfit-plate__leaf--one { top: 45px; right: 48px; }
	.healfit-plate__leaf--two { left: 50px; bottom: 45px; }
	.healfit-note { min-width: 150px; padding: 11px 13px; }
	.healfit-note--top { top: 25px; left: 0; }
	.healfit-note--bottom { right: 0; bottom: 18px; }
	.healfit-section { padding: 74px 0; }
	.healfit-section-heading { margin-bottom: 32px; }
	.healfit-credentials, .healfit-steps, .healfit-footer__grid { grid-template-columns: 1fr; }
	.healfit-doctor__portrait { min-height: 350px; padding: 30px; }
	.healfit-doctor__portrait { padding: 0; }
	.healfit-doctor__portrait img { height: 390px; }
	.healfit-contact { padding-bottom: 72px; }
	.healfit-contact__grid { padding: 28px 22px; }
	.healfit-contact__items { grid-template-columns: 1fr; }
	.healfit-cta { padding-bottom: 72px; }
	.healfit-cta__inner { align-items: flex-start; flex-direction: column; padding: 36px 28px; }
	.healfit-footer__grid { gap: 36px; }
	.healfit-footer__bottom { align-items: flex-start; flex-direction: column; }
	.healfit-booking { padding-inline: 4px; }
	.healfit-booking__intro { padding: 22px; }
	.healfit-booking__doctor { align-items: flex-start; }
	.healfit-booking__doctor img { width: 82px; height: 82px; border-radius: 19px; }
	.healfit-booking__choices { grid-template-columns: 1fr; }
	.healfit-booking-card { min-height: 340px; padding: 25px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.healfit-site * { transition: none !important; }
}
