/* ZenOnco Integrative Expert Appointment — /doctors/:slug
   Visual language aligned with oncologist-profile-appt (op-*) */

.expert-page {
	--ei-teal: #08736F;
	--ei-teal-deep: #065e5b;
	--ei-navy: #0B2F4A;
	--ei-blue: #0B86D8;
	--ei-mint: #DDF4EE;
	--ei-mint-soft: #EEF9F6;
	--ei-soft-blue: #EAF5FC;
	--ei-peach: #FFF3EA;
	--ei-accent: #F08A55;
	--ei-whatsapp: #25D366;
	--ei-text: #4A5568;
	--ei-muted: #6B7A8A;
	--ei-line: #E4ECF2;
	--ei-card: #ffffff;
	--ei-radius: 18px;
	--ei-radius-sm: 10px;
	--ei-shadow: 0 4px 24px rgba(11, 47, 74, 0.06);
	--ei-page-bg: #F4F7F9;
	background: var(--ei-page-bg);
	color: var(--ei-navy);
	font-family: Poppins, "Segoe UI", sans-serif;
	padding: 8px 0 56px !important;
	margin: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	overflow-x: hidden;
}

body:has(.ei-appt-page) .breadcrumb-new,
body:has(.ei-appt-page) .p-head,
body.ei-profile-active .breadcrumb-new,
body.ei-profile-active .p-head {
	display: none !important;
}

.expert-page *,
.expert-page *::before,
.expert-page *::after {
	box-sizing: border-box;
}

.expert-page img {
	max-width: none;
	height: auto;
	vertical-align: middle;
	border: 0;
	display: inline-block;
}

.expert-page .ei-ico {
	width: 20px !important;
	height: 20px !important;
	max-width: 20px !important;
	max-height: 20px !important;
	flex-shrink: 0 !important;
	display: block !important;
	object-fit: contain !important;
}

.expert-page p,
.expert-page h1,
.expert-page h2,
.expert-page h3,
.expert-page h4,
.expert-page ul,
.expert-page ol {
	margin: 0;
	padding: 0;
}

.expert-page button {
	font-family: inherit;
	appearance: none;
	-webkit-appearance: none;
}

.expert-page a {
	text-decoration: none;
}

.expert-page .container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.ei-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.ei-muted {
	font-size: 15px;
	line-height: 1.65;
	color: var(--ei-muted);
}

/* —— Breadcrumb —— */
.ei-breadcrumb {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 0 10px;
}

.ei-breadcrumb__trail {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	list-style: none;
	font-size: 13px;
	line-height: 1.4;
	color: #8A97A6;
}

.ei-breadcrumb__trail a { color: var(--ei-muted); }
.ei-breadcrumb__trail a:hover { color: var(--ei-teal); }
.ei-breadcrumb__sep { color: #C0C8D0; }
.ei-breadcrumb__current { color: var(--ei-navy); font-weight: 500; }

/* —— Layout —— */
.ei-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	grid-template-areas:
		"hero side"
		"main side";
	gap: 24px;
	align-items: start;
	padding-top: 8px;
}

.ei-hero {
	grid-area: hero;
	min-width: 0;
}

.ei-main {
	grid-area: main;
	display: flex;
	flex-direction: column;
	gap: 18px;
	min-width: 0;
}

.ei-aside {
	grid-area: side;
	position: sticky;
	top: 88px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

/* —— Hero (op-hero parity) —— */
.ei-hero {
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr);
	gap: 20px;
	align-items: start;
	padding: 18px 20px;
	background: #fff;
	border: 1px solid var(--ei-line);
	border-radius: 16px;
	box-shadow: var(--ei-shadow);
}

.ei-hero__photo {
	position: relative;
	width: 200px;
	max-width: 200px;
}

.ei-hero__img {
	display: block;
	width: 200px !important;
	height: 200px !important;
	max-width: 200px;
	max-height: 200px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 14px;
	background: var(--ei-soft-blue);
}

.ei-hero__img--placeholder {
	background: linear-gradient(160deg, var(--ei-soft-blue), var(--ei-mint));
}

.ei-hero__badge {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 2px 10px rgba(11, 47, 74, 0.12);
	font-size: 11px;
	font-weight: 700;
	color: var(--ei-navy);
	line-height: 1.2;
}

.ei-hero__badge img {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.ei-hero__name {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 6px;
	row-gap: 2px;
	margin: 0 0 2px;
	font-size: 26px;
	font-weight: 700;
	color: var(--ei-navy);
	line-height: 1.2;
}

.ei-hero__verified {
	width: 0.85em;
	height: 0.85em;
	flex-shrink: 0;
	display: block;
	margin: 0;
	transform: translateY(0.06em);
}

.ei-hero__spec {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 500;
	color: var(--ei-muted);
	line-height: 1.3;
}

.ei-hero__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.ei-tag {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border: 0;
	border-radius: 999px;
	background: #EEF1F4;
	color: var(--ei-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	line-height: 1.2;
}

.ei-tag.is-active {
	background: #fff;
	color: var(--ei-teal);
	box-shadow: inset 0 0 0 1.5px var(--ei-teal);
}

.ei-hero__meta {
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 16px;
}

.ei-hero__meta-item {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 13px;
	color: var(--ei-text);
	line-height: 1.4;
	min-width: 0;
}

.ei-hero__meta-item--span {
	grid-column: 1 / -1;
}

.ei-hero__meta-item--span span {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ei-hero__meta-item > img,
.ei-hero__meta-item > .ei-ico {
	width: 16px !important;
	height: 16px !important;
	max-width: 16px !important;
	max-height: 16px !important;
	margin-top: 2px;
	flex-shrink: 0;
}

.ei-hero__quote {
	margin: 0;
	padding: 10px 14px;
	border-radius: 10px;
	background: var(--ei-soft-blue);
	color: var(--ei-navy);
	font-size: 13px;
	line-height: 1.4;
	font-style: normal;
}

.ei-hero__quote cite {
	display: inline;
	margin-left: 2px;
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	color: var(--ei-muted);
}

/* —— Values —— */
.ei-values {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	padding: 18px 16px;
	background: #fff;
	border: 1px solid var(--ei-line);
	border-radius: var(--ei-radius);
	box-shadow: 0 2px 12px rgba(11, 47, 74, 0.04);
}

.ei-values__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	color: var(--ei-navy);
	line-height: 1.35;
}

.ei-values__item img {
	width: 56px;
	height: 56px;
	object-fit: contain;
	display: block;
}

/* —— Jump nav + sections —— */
.ei-sections {
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-width: 0;
	max-width: 100%;
}

.ei-sections__nav {
	position: sticky;
	top: 72px;
	z-index: 20;
	display: flex;
	flex-wrap: nowrap;
	gap: 0;
	margin: 0;
	padding: 0 8px;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	background: #fff;
	border: 1px solid var(--ei-line);
	border-radius: var(--ei-radius);
	box-shadow: 0 4px 20px rgba(11, 47, 74, 0.06);
	box-sizing: border-box;
}

.ei-sections__link {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	min-height: 52px;
	padding: 14px 16px;
	border-bottom: 3px solid transparent;
	color: var(--ei-text);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none !important;
	white-space: nowrap;
}

.ei-sections__link:hover,
.ei-sections__link:focus {
	color: var(--ei-teal);
	text-decoration: none !important;
}

.ei-sections__link.is-active {
	color: var(--ei-teal);
	border-bottom-color: var(--ei-teal);
}

.ei-section-card {
	scroll-margin-top: 140px;
	padding: 24px 28px;
	background: #fff;
	border: 1px solid var(--ei-line);
	border-radius: var(--ei-radius);
	box-shadow: 0 4px 24px rgba(11, 47, 74, 0.04);
}

.ei-section-title {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 700;
	color: var(--ei-navy);
	line-height: 1.35;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.ei-section-title--sub {
	font-size: 16px;
	margin-bottom: 10px;
}

.ei-bio {
	font-size: 15px;
	line-height: 1.65;
	color: var(--ei-text);
	overflow-wrap: anywhere;
	word-break: break-word;
}

.ei-bio__more {
	margin-top: 10px;
	padding: 0;
	border: 0;
	background: none;
	color: var(--ei-teal);
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.ei-info-block {
	margin: 18px 0 0;
}

.ei-checklist {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.ei-checklist li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: #333;
}

.ei-checklist li > img {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	margin-top: 2px;
}

.ei-checklist li > span {
	flex: 1;
	min-width: 0;
}

.ei-checklist li:before {
	content: none !important;
	display: none !important;
}

/* —— FAQ —— */
.ei-faq--single {
	display: block;
}

.ei-faq__head {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin-bottom: 16px;
}

.ei-faq__head-icon {
	flex-shrink: 0;
}

.ei-faq__title {
	margin: 0 0 4px;
	font-size: 20px;
	font-weight: 700;
	color: var(--ei-navy);
}

.ei-faq__intro {
	margin: 0;
	font-size: 14px;
	color: var(--ei-text);
	line-height: 1.5;
}

.ei-faq__item {
	border: 1px solid var(--ei-line);
	border-radius: 12px;
	background: #fff;
	margin-bottom: 10px;
	overflow: hidden;
}

.ei-faq__q {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 14px 16px;
	border: 0;
	background: transparent;
	text-align: left;
	cursor: pointer;
	font-family: inherit;
}

.ei-faq__num {
	flex-shrink: 0;
	font-size: 13px;
	font-weight: 700;
	color: var(--ei-teal);
	min-width: 1.6em;
}

.ei-faq__q-text {
	flex: 1;
	min-width: 0;
	font-size: 15px;
	font-weight: 600;
	color: var(--ei-navy);
	line-height: 1.4;
}

.ei-faq__chevron {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	transition: transform 0.2s ease;
}

.ei-faq__item.is-open .ei-faq__chevron {
	transform: rotate(180deg);
}

.ei-faq__a {
	display: none;
	padding: 0 16px 16px 52px;
	font-size: 14px;
	line-height: 1.65;
	color: var(--ei-text);
}

.ei-faq__item.is-open .ei-faq__a {
	display: block;
}

/* —— Booking —— */
.ei-book {
	padding: 20px;
	border-radius: var(--ei-radius);
	background: linear-gradient(180deg, #EAF8F5 0%, #F7FCFB 100%);
	border: 1px solid #D5EBE6;
	box-shadow: 0 8px 28px rgba(8, 115, 111, 0.08);
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
}

.ei-book__head {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 16px;
}

.ei-book__head > img {
	width: 22px;
	height: 22px;
	margin-top: 2px;
	flex-shrink: 0;
}

.ei-book__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--ei-navy);
	margin-bottom: 2px;
}

.ei-book__sub {
	font-size: 12px;
	line-height: 1.4;
	color: var(--ei-muted);
}

.ei-book__section {
	margin-bottom: 16px;
}

.ei-book__label {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 600;
	color: var(--ei-navy);
}

.ei-month {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	min-height: 32px;
}

.ei-month__label {
	font-size: 14px;
	font-weight: 600;
	color: var(--ei-navy);
	line-height: 1;
}

.ei-month__nav {
	display: inline-flex;
	gap: 6px;
}

.ei-month__btn {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid var(--ei-line);
	background: #fff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--ei-teal);
	font-size: 18px;
	line-height: 1;
	padding: 0;
	transition: background 0.15s, border-color 0.15s;
}

.ei-month__btn:hover {
	background: var(--ei-mint-soft);
	border-color: rgba(8, 115, 111, 0.28);
}

.ei-dates-wrap {
	position: relative;
}

.ei-dates-wrap::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 28px;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(247, 252, 251, 0), #F7FCFB);
}

.ei-dates {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding: 2px 8px 4px 2px;
	margin: 0;
	scrollbar-width: none;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x proximity;
}

.ei-dates::-webkit-scrollbar {
	display: none;
	height: 0;
}

.ei-date {
	flex: 0 0 58px;
	width: 58px;
	height: 68px;
	padding: 8px 4px;
	border-radius: 14px;
	border: 1px solid var(--ei-line);
	background: #fff;
	text-align: center;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	transition: background 0.15s, border-color 0.15s, color 0.15s, box-shadow 0.15s, transform 0.12s;
	scroll-snap-align: start;
	font-family: inherit;
	appearance: none;
	-webkit-appearance: none;
}

.ei-date:hover {
	border-color: rgba(8, 115, 111, 0.35);
	background: var(--ei-mint-soft);
}

.ei-date .day {
	display: block;
	font-size: 11px;
	line-height: 1;
	color: var(--ei-muted);
	font-weight: 500;
	text-transform: capitalize;
}

.ei-date .slot-availability {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: var(--ei-navy);
	padding: 0;
	border: 0;
	background: none;
}

.ei-date.active {
	background: var(--ei-teal);
	border-color: var(--ei-teal);
	box-shadow: 0 6px 14px rgba(8, 115, 111, 0.22);
	transform: translateY(-1px);
}

.ei-date.active .day,
.ei-date.active .slot-availability {
	color: #fff;
}

.ei-period-tabs {
	display: flex;
	align-items: stretch;
	gap: 6px;
	background: #F3F8F7;
	padding: 5px;
	border-radius: 12px;
	margin-bottom: 12px;
	border: 1px solid rgba(8, 115, 111, 0.06);
	width: 100%;
	box-sizing: border-box;
}

.ei-period-tab {
	flex: 1 1 0;
	min-width: 0;
	border: 1px solid transparent;
	background: transparent;
	border-radius: 9px;
	padding: 9px 6px;
	font-size: 11px;
	font-weight: 600;
	color: var(--ei-muted);
	cursor: pointer;
	line-height: 1.25;
	text-align: center !important;
	font-family: inherit;
	transition: background 0.15s, color 0.15s, border-color 0.15s, box-shadow 0.15s, opacity 0.15s;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
}

.ei-period-tab__name,
.ei-period-tab__range {
	display: block;
	width: 100%;
	text-align: center !important;
}

.ei-period-tab__range {
	font-weight: 400;
	font-size: 9px;
	margin-top: 3px;
	opacity: 0.9;
	white-space: normal;
	line-height: 1.2;
}

.ei-period-tab.active {
	background: #fff;
	color: var(--ei-teal);
	border-color: rgba(8, 115, 111, 0.18);
	box-shadow: 0 2px 8px rgba(8, 115, 111, 0.1);
}

.ei-period-tab.is-disabled,
.ei-period-tab:disabled {
	opacity: 0.45;
	cursor: not-allowed;
	pointer-events: none;
}

.ei-sessions .ei-slot-panel,
.ei-sessions .flex-col {
	display: none !important;
}

.ei-sessions .ei-slot-panel.is-active,
.ei-sessions .flex-col.is-active {
	display: block !important;
}

.ei-sessions .ei-slot-panel.m-hide,
.ei-sessions .ei-slot-panel.aft-hide,
.ei-sessions .ei-slot-panel.ev-hide,
.ei-sessions .flex-col.m-hide,
.ei-sessions .flex-col.aft-hide,
.ei-sessions .flex-col.ev-hide {
	display: none !important;
}

.ei-sessions .devider-line,
.ei-sessions .timing-title {
	display: none !important;
}

.ei-time-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
	width: 100%;
}

.ei-sessions .timings {
	width: 100% !important;
	max-width: 100%;
	min-width: 0;
	height: 40px;
	margin: 0;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	padding: 0 4px;
	border-radius: 10px;
	border: 1px solid var(--ei-line);
	background: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	color: var(--ei-navy);
	cursor: pointer;
	transition: background 0.15s, border-color 0.15s, color 0.15s, box-shadow 0.15s;
	font-family: inherit;
	appearance: none;
	-webkit-appearance: none;
	float: none !important;
	box-sizing: border-box;
}

.ei-sessions .timings:hover {
	border-color: var(--ei-teal);
	background: var(--ei-mint-soft);
	color: var(--ei-teal);
}

.ei-sessions .timings.active {
	background: var(--ei-teal);
	border-color: var(--ei-teal);
	color: #fff;
	box-shadow: 0 4px 12px rgba(8, 115, 111, 0.2);
}

.ei-sessions .timings.m-hide,
.ei-sessions .timings.aft-hide,
.ei-sessions .timings.ev-hide {
	display: none !important;
}

.ei-slots-empty {
	margin: 8px 0 0;
	padding: 12px 14px;
	border-radius: 10px;
	background: #F7FBFA;
	border: 1px dashed rgba(8, 115, 111, 0.22);
	color: var(--ei-muted);
	font-size: 12px;
	line-height: 1.45;
	text-align: center;
}

.ei-slots-empty[hidden] {
	display: none !important;
}

.ei-book__cta {
	margin-top: 16px;
	padding: 0;
}

.ei-book__hint {
	display: none;
	margin: 0 0 10px;
	padding: 10px 12px;
	border-radius: 10px;
	background: #FFF6F0;
	border: 1px solid #F2C7A8;
	color: #8A4B22;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
}

.ei-book__hint:not([hidden]) {
	display: block;
}

.ei-book__hint.is-date,
.ei-book__hint.is-time {
	animation: eiHintIn 0.2s ease;
}

@keyframes eiHintIn {
	from { opacity: 0; transform: translateY(4px); }
	to { opacity: 1; transform: translateY(0); }
}

.ei-need-select {
	outline: 2px solid rgba(240, 138, 85, 0.55);
	outline-offset: 3px;
	border-radius: 12px;
}

.ei-fee {
	margin: 0 0 12px;
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
	color: var(--ei-text);
}

.ei-fee__label {
	font-weight: 500;
}

.ei-fee__value,
.ei-fee strong {
	color: var(--ei-navy);
	font-weight: 700;
	font-size: 16px;
	letter-spacing: -0.01em;
}

.ei-book-btn,
.expert-page .proceed-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 48px;
	height: auto;
	border: 0 !important;
	border-radius: var(--ei-radius-sm) !important;
	background: var(--ei-teal) !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	padding: 12px 16px !important;
	cursor: pointer;
	line-height: 1.3 !important;
	margin: 0 0 12px !important;
	box-shadow: none;
	transition: background 0.15s;
}

.ei-book-btn:hover,
.expert-page .proceed-btn:hover {
	background: var(--ei-teal-deep) !important;
}

.ei-book-btn img,
.expert-page .proceed-btn img {
	width: 16px;
	height: 16px;
	filter: brightness(0) invert(1);
}

.ei-trust-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 14px;
	margin-top: 4px;
	font-size: 11px;
	color: var(--ei-muted);
}

.ei-trust-row span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.ei-trust-row img {
	width: 14px;
	height: 14px;
}

/* —— Help card (op-help parity) —— */
.ei-help {
	padding: 18px;
	border-radius: var(--ei-radius);
	background: var(--ei-peach);
	border: 1px solid #F3E0D2;
}

.ei-help__icon {
	margin-bottom: 8px;
}

.ei-help__text {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--ei-navy);
	font-weight: 500;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.ei-help__wa,
.ei-help__call {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 44px;
	padding: 10px 14px;
	margin-bottom: 8px;
	border-radius: var(--ei-radius-sm);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
	box-sizing: border-box;
	background: #fff;
}

.ei-help__wa {
	border: 1.5px solid var(--ei-whatsapp);
	color: #128C7E;
}

.ei-help__call {
	border: 1.5px solid var(--ei-navy);
	color: var(--ei-navy);
	margin-bottom: 0;
}

.ei-help__wa:hover,
.ei-help__call:hover {
	opacity: 0.92;
	text-decoration: none !important;
}

.ei-help__wa img,
.ei-help__call img {
	width: 18px;
	height: 18px;
}

/* —— Upload (sidebar) —— */
.ei-upload {
	background: linear-gradient(100deg, #FFF4EC 0%, #FBE4D8 100%);
	border-radius: var(--ei-radius);
	padding: 16px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
	box-shadow: var(--ei-shadow);
	border: 1px solid #F3E0D2;
}

.ei-upload__copy {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
}

.ei-upload__icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.ei-upload__icon .ei-ico {
	width: 22px !important;
	height: 22px !important;
}

.ei-upload__text {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--ei-navy);
}

.ei-upload__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 42px;
	padding: 0 16px;
	background: var(--ei-teal);
	color: #fff !important;
	border-radius: var(--ei-radius-sm);
	font-size: 13px;
	font-weight: 700;
	width: 100%;
}

.ei-upload__btn:hover {
	background: var(--ei-teal-deep);
	color: #fff !important;
}

.ei-upload__btn img {
	width: 13px;
	height: 13px;
	filter: brightness(0) invert(1);
}

/* —— Mobile sticky dual CTA —— */
.ei-faq-sticky {
	display: none;
}

body.has-ei-faq-sticky .whatsapp_float,
body.has-ei-faq-sticky a.floating_button_right,
body.has-ei-faq-sticky a.floating_button_left {
	bottom: 88px !important;
}

/* —— Book Appointment modal —— */
.ei-book-modal .modal-dialog,
.ei-book-modal.modal .ei-book-modal__dialog {
	max-width: 420px;
	margin: 1.25rem auto;
	padding: 0 14px;
}

.ei-book-modal__content {
	position: relative;
	border: 0;
	border-radius: 18px;
	box-shadow: 0 18px 48px rgba(11, 47, 74, 0.18);
	overflow: hidden;
	background:
		radial-gradient(ellipse 80% 50% at 0% 0%, rgba(221, 244, 238, 0.7), transparent 55%),
		#fff;
}

.ei-book-modal__close {
	position: absolute;
	top: 10px;
	right: 12px;
	z-index: 2;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #5A6B7A;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ei-book-modal__close:hover {
	color: #0B2F4A;
	background: rgba(8, 115, 111, 0.08);
}

.ei-book-modal__body {
	padding: 28px 28px 26px !important;
}

.ei-book-form__eyebrow {
	margin: 0 0 6px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #08736F;
	text-align: center;
}

.ei-book-form__title {
	margin: 0 0 6px;
	font-family: Poppins, "Segoe UI", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	color: #0B2F4A;
	text-align: center;
}

.ei-book-form__sub {
	margin: 0 0 22px;
	font-size: 13px;
	line-height: 1.4;
	color: #5A6B7A;
	text-align: center;
}

.ei-book-form__field {
	margin-bottom: 14px;
}

.ei-book-form__label {
	display: block;
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 600;
	color: #163A50;
}

.ei-book-form__input,
.ei-book-form__country {
	display: block;
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: 1px solid #D5E3E6;
	border-radius: 10px;
	background: #fff;
	color: #163A50;
	font-family: Poppins, "Segoe UI", sans-serif;
	font-size: 14px;
	line-height: 1.3;
	outline: none;
	transition: border-color 0.15s, box-shadow 0.15s;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.ei-book-form__input::placeholder {
	color: #8A9AA6;
}

.ei-book-form__input:focus,
.ei-book-form__country:focus {
	border-color: #08736F;
	box-shadow: 0 0 0 3px rgba(8, 115, 111, 0.12);
}

.ei-book-form__input.is-invalid,
.ei-book-form__country.is-invalid,
.ei-book-form__phone .is-invalid {
	border-color: #D14343 !important;
}

.ei-book-form__phone {
	display: flex;
	align-items: stretch;
	gap: 0;
}

.ei-book-form__country {
	flex: 0 0 88px;
	width: 88px;
	max-width: 34%;
	padding: 0 8px;
	border-radius: 10px 0 0 10px;
	border-right: 0;
	font-size: 14px;
	font-weight: 600;
	background:
		#fff
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235A6B7A' d='M1 1l5 5 5-5'/%3E%3C/svg%3E")
		no-repeat right 8px center;
	padding-right: 22px;
	cursor: pointer;
}

.ei-book-form__phone-input {
	flex: 1 1 auto;
	min-width: 0;
	border-radius: 0 10px 10px 0;
}

.ei-book-form__phone .ei-book-form__country:focus {
	z-index: 1;
}

.ei-book-form__error {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	color: #D14343;
	font-weight: 500;
}

.ei-book-form__submit {
	display: block;
	width: 100%;
	height: 50px;
	margin-top: 8px;
	border: 0;
	border-radius: 12px;
	background: #08736F;
	color: #fff !important;
	font-family: Poppins, "Segoe UI", sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.02em;
	cursor: pointer;
	transition: background 0.15s, transform 0.12s;
}

.ei-book-form__submit:hover:not(:disabled) {
	background: #065A57;
}

.ei-book-form__submit:disabled {
	opacity: 0.75;
	cursor: wait;
}

.ei-book-form__secure {
	margin: 12px 0 0;
	font-size: 12px;
	line-height: 1.4;
	color: #7A8B97;
	text-align: center;
}

@media (max-width: 480px) {
	.ei-book-modal__body {
		padding: 24px 18px 20px !important;
	}

	.ei-book-form__title {
		font-size: 20px;
	}

	.ei-book-form__country {
		flex-basis: 82px;
		width: 82px;
		font-size: 13px;
	}
}

/* —— Responsive —— */
@media (max-width: 1100px) {
	.ei-layout {
		grid-template-columns: minmax(0, 1fr) 320px;
		gap: 18px;
	}

	.ei-hero {
		grid-template-columns: 160px minmax(0, 1fr);
	}

	.ei-hero__photo,
	.ei-hero__img {
		width: 160px !important;
		max-width: 160px !important;
		height: 160px !important;
		max-height: 160px !important;
	}

	.ei-hero__name {
		font-size: 22px;
	}

	.ei-values {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.ei-layout {
		grid-template-columns: 1fr;
		grid-template-areas:
			"hero"
			"side"
			"main";
	}

	.ei-aside {
		position: static;
	}

	.ei-sections__nav {
		top: 56px;
	}

	.ei-section-card {
		scroll-margin-top: 110px;
		padding: 20px 18px;
	}

	.ei-hero {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
		padding: 18px 16px;
	}

	.ei-hero__info {
		width: 100%;
	}

	.ei-hero__name {
		justify-content: center;
		font-size: 24px;
	}

	.ei-hero__tags {
		justify-content: center;
	}

	.ei-hero__meta {
		grid-template-columns: 1fr;
		text-align: left;
	}

	.ei-hero__quote {
		text-align: left;
	}

	.ei-values {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		padding: 14px 10px;
	}

	.ei-values__item {
		font-size: 12px;
	}

	.ei-faq__a {
		padding-left: 16px;
	}

	.ei-faq-sticky {
		display: grid;
		grid-template-columns: 1.4fr 1fr;
		gap: 8px;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1040;
		padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
		background: rgba(255, 255, 255, 0.96);
		border-top: 1px solid var(--ei-line);
		box-shadow: 0 -6px 24px rgba(11, 47, 74, 0.1);
		backdrop-filter: blur(8px);
	}

	.ei-faq-sticky .ei-cta__book,
	.ei-faq-sticky .ei-cta__wa {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		min-height: 48px;
		padding: 10px 12px;
		border-radius: var(--ei-radius-sm);
		font-size: 14px;
		font-weight: 700;
		text-decoration: none !important;
	}

	.ei-faq-sticky .ei-cta__book {
		background: var(--ei-teal);
		color: #fff !important;
	}

	.ei-faq-sticky .ei-cta__book img {
		width: 16px;
		height: 16px;
		filter: brightness(0) invert(1);
	}

	.ei-faq-sticky .ei-cta__wa {
		border: 1.5px solid var(--ei-whatsapp);
		background: #fff;
		color: #128C7E !important;
	}

	.ei-faq-sticky .ei-cta__wa img {
		width: 18px;
		height: 18px;
	}

	.expert-page {
		padding-bottom: 96px !important;
	}
}

@media (max-width: 640px) {
	.expert-page .container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.ei-breadcrumb {
		padding: 12px 0 8px;
	}

	.ei-breadcrumb__trail {
		font-size: 12px;
	}

	.ei-breadcrumb__current {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		max-width: 48vw;
	}

	.ei-hero__photo,
	.ei-hero__img {
		width: 140px !important;
		max-width: 140px !important;
		height: 140px !important;
		max-height: 140px !important;
	}

	.ei-hero__name {
		font-size: 22px;
	}

	.ei-sections__link {
		min-height: 46px;
		padding: 12px 12px;
		font-size: 14px;
	}

	.ei-section-title,
	.ei-faq__title {
		font-size: 18px;
	}

	.ei-book {
		padding: 18px 16px 16px;
	}

	.ei-period-tab {
		min-height: 48px;
		font-size: 11px;
		padding: 8px 4px;
	}

	.ei-date {
		flex: 0 0 58px;
		width: 58px;
		height: 68px;
	}

	.ei-sessions .timings {
		min-height: 44px;
		height: 44px;
		font-size: 12px;
	}
}

@media (max-width: 420px) {
	.ei-values {
		grid-template-columns: 1fr 1fr;
	}

	.ei-time-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ei-faq-sticky {
		grid-template-columns: 1fr 1fr;
	}
}
