/* ==========================================================================
   Doon Dental Square — Homepage Layout
   Modular, responsive styles (hp- prefix)
   ========================================================================== */

:is(.homepage, .hp-site) {
	--hp-navy: #0B1F2E;
	--hp-navy-soft: #132D42;
	--hp-blue: #1E84B5;
	--hp-blue-light: #EFF8FF;
	--hp-blue-accent: #3BA3D4;
	--hp-text: #4A6274;
	--hp-text-light: #6B8494;
	--hp-white: #FFFFFF;
	--hp-off-white: #F7FAFC;
	--hp-border: rgba(14, 56, 76, 0.1);
	--hp-shadow: 0 20px 60px rgba(11, 31, 46, 0.08);
	--hp-radius: 12px;
	--hp-radius-lg: 20px;
	--hp-container: 1200px;
	--hp-section-y: clamp(4rem, 8vw, 7rem);
}

:is(.homepage, .hp-site) .hp-container {
	width: min(100% - 2.5rem, var(--hp-container));
	margin-inline: auto;
}

html:has(body.homepage),
html:has(body.hp-site) {
	scroll-behavior: smooth;
}

:is(.homepage, .hp-site) #home,
:is(.homepage, .hp-site) #about-clinic,
:is(.homepage, .hp-site) #our-services,
:is(.homepage, .hp-site) #smile-transformations,
:is(.homepage, .hp-site) #book-appointment,
:is(.homepage, .hp-site) #faq,
:is(.homepage, .hp-site) #dds-doctors-section {
	scroll-margin-top: 88px;
}

:is(.homepage, .hp-site) .hp-eyebrow {
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--hp-blue);
	margin-bottom: 1rem;
}

:is(.homepage, .hp-site) .hp-title {
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 700;
	line-height: 1.15;
	color: var(--hp-navy);
	letter-spacing: -0.02em;
}

:is(.homepage, .hp-site) .hp-title--light {
	color: var(--hp-white);
}

:is(.homepage, .hp-site) .hp-lead {
	font-size: clamp(1rem, 1.5vw, 1.125rem);
	line-height: 1.75;
	color: var(--hp-text);
	max-width: 52ch;
}

:is(.homepage, .hp-site) .hp-lead--light {
	color: rgba(255, 255, 255, 0.82);
}

:is(.homepage, .hp-site) .hp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.9rem 1.75rem;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 999px;
	border: 2px solid transparent;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	cursor: pointer;
}

:is(.homepage, .hp-site) .hp-btn:hover {
	transform: translateY(-2px);
}

:is(.homepage, .hp-site) .hp-btn--primary {
	background: #2d3288;
	color: var(--hp-white);
	border-color: #2d3288;
}

:is(.homepage, .hp-site) .hp-btn--primary:hover {
	background: var(--hp-navy);
	border-color: var(--hp-navy);
	color: var(--hp-white);
}

:is(.homepage, .hp-site) .hp-btn--outline {
	background: transparent;
	color: var(--hp-white);
	border-color: rgba(255, 255, 255, 0.65);
}

:is(.homepage, .hp-site) .hp-btn--outline:hover {
	background: var(--hp-white);
	color: var(--hp-navy);
	border-color: var(--hp-white);
}

:is(.homepage, .hp-site) .hp-btn--dark {
	background: var(--hp-navy);
	color: var(--hp-white);
	border-color: var(--hp-navy);
}

:is(.homepage, .hp-site) .hp-btn--dark:hover {
	background: var(--hp-blue);
	border-color: var(--hp-blue);
}

:is(.homepage, .hp-site) .hp-btn--ghost {
	background: transparent;
	color: var(--hp-blue);
	border-color: var(--hp-blue);
	padding-inline: 0;
	border: none;
	text-transform: none;
	letter-spacing: 0;
	font-size: 0.9375rem;
	font-weight: 600;
}

:is(.homepage, .hp-site) .hp-btn--ghost:hover {
	color: var(--hp-navy);
	transform: none;
}

:is(.homepage, .hp-site) .hp-btn--ghost::after {
	content: "→";
	margin-left: 0.35rem;
	transition: transform 0.2s ease;
}

:is(.homepage, .hp-site) .hp-btn--ghost:hover::after {
	transform: translateX(4px);
}

:is(.homepage, .hp-site) .hp-section {
	padding-block: var(--hp-section-y);
}

:is(.homepage, .hp-site) .hp-img-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

:is(.homepage, .hp-site) .hp-header.main-header {
	position: relative;
	z-index: 100;
	background: transparent;
	height: auto !important;
}

:is(.homepage, .hp-site) .hp-header .header-sticky {
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--hp-border);
	transition: box-shadow 0.3s ease;
}

:is(.homepage, .hp-site) .hp-header .header-sticky.active {
	box-shadow: var(--hp-shadow);
}

:is(.homepage, .hp-site) .hp-header .navbar {
	padding-block: 0.85rem;
}

:is(.homepage, .hp-site) .hp-header .navbar-brand img {
	height: 52px;
	width: auto;
}

:is(.homepage, .hp-site) .hp-header .main-menu .nav-link {
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--hp-navy) !important;
	padding: 0.5rem 1rem !important;
	transition: color 0.2s ease;
}

:is(.homepage, .hp-site) .hp-header .main-menu .nav-link:hover {
	color: var(--hp-blue) !important;
}

:is(.homepage, .hp-site) .hp-header .main-menu .highlighted-menu .nav-link {
	background: var(--hp-blue);
	color: var(--hp-white) !important;
	border-radius: 999px;
	padding: 0.55rem 1.25rem !important;
	margin-left: 0.5rem;
}

:is(.homepage, .hp-site) .hp-header .main-menu .highlighted-menu .nav-link:hover {
	background: var(--hp-navy);
	color: var(--hp-white) !important;
}

:is(.homepage, .hp-site) .hp-header .main-menu ul li.submenu>ul {
	background: var(--hp-white);
	border: 1px solid var(--hp-border);
	border-radius: 12px;
	box-shadow: var(--hp-shadow);
	width: 240px;
	padding: 0.5rem 0;
}

:is(.homepage, .hp-site) .hp-header .main-menu ul li.submenu>a:after {
	color: var(--hp-navy);
}

:is(.homepage, .hp-site) .hp-header .main-menu ul ul li a {
	color: var(--hp-navy) !important;
	font-size: 0.8125rem;
	font-weight: 500;
	padding: 0.5rem 1.25rem !important;
}

:is(.homepage, .hp-site) .hp-header .main-menu ul ul li a:hover {
	color: var(--hp-blue) !important;
	background: var(--hp-blue-light);
	padding-left: 1.35rem !important;
}

:is(.homepage, .hp-site) .hp-header .header-btn {
	display: none;
}

@media (min-width: 992px) {
	:is(.homepage, .hp-site) .hp-header .header-btn {
		display: inline-flex;
	}
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

:is(.homepage, .hp-site) .hp-hero {
	position: relative;
	min-height: clamp(560px, 92vh, 820px);
	display: flex;
	align-items: center;
	margin-top: -80px;
	padding-top: 80px;
	overflow: hidden;
}

:is(.homepage, .hp-site) .hp-hero--photo {
	background: url('../images/bg-image.png') center center / cover no-repeat;
}

:is(.homepage, .hp-site) .hp-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(105deg, rgba(11, 31, 46, 0.92) 0%, rgba(11, 31, 46, 0.72) 45%, rgba(11, 31, 46, 0.45) 100%);
}

:is(.homepage, .hp-site) .hp-hero__content {
	position: relative;
	z-index: 1;
	max-width: 680px;
	padding-block: clamp(3rem, 8vw, 5rem);
}

:is(.homepage, .hp-site) .hp-hero__content .hp-eyebrow {
	color: var(--hp-blue-accent);
}

:is(.homepage, .hp-site) .hp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 2rem;
}

:is(.homepage, .hp-site) .hp-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	margin-top: 2.5rem;
	padding: 0.75rem 1.25rem;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: var(--hp-radius);
	backdrop-filter: blur(8px);
}

:is(.homepage, .hp-site) .hp-hero__badge span {
	color: var(--hp-white);
	font-size: 0.875rem;
}

:is(.homepage, .hp-site) .hp-hero__stars {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	color: #F5B301;
	font-size: 0.7rem;
}

/* --------------------------------------------------------------------------
   About Doon Dental Square
   -------------------------------------------------------------------------- */

:is(.homepage, .hp-site) .hp-clinic-about {
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
	padding: 0;
}

:is(.homepage, .hp-site) .hp-clinic-about__top-band {
	height: 6px;
	background: linear-gradient(90deg, #00BCD4 0%, #0A2A4A 50%, #00BCD4 100%);
}

:is(.homepage, .hp-site) .hp-clinic-about__bottom-band {
	height: 48px;
	background: linear-gradient(180deg, #FFFFFF 0%, #E8F4FC 40%, #0A2A4A 100%);
}

:is(.homepage, .hp-site) .hp-clinic-about::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(circle, rgba(0, 188, 212, 0.06) 1px, transparent 1px);
	background-size: 32px 32px;
	pointer-events: none;
	z-index: 0;
}

:is(.homepage, .hp-site) .hp-clinic-about__inner {
	position: relative;
	z-index: 1;
	max-width: 1140px;
	margin: 0 auto;
	padding: 88px 24px 72px;
}

:is(.homepage, .hp-site) .hp-clinic-about__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
}

:is(.homepage, .hp-site) .hp-clinic-about__eyebrow {
	display: block;
	margin-bottom: 12px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #00BCD4;
}

:is(.homepage, .hp-site) .hp-clinic-about__title {
	margin: 0 0 16px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.22;
	color: #0A2A4A;
}

:is(.homepage, .hp-site) .hp-clinic-about__title span {
	color: #0097A7;
}

:is(.homepage, .hp-site) .hp-clinic-about__lead {
	margin: 0 0 14px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	color: #0A2A4A;
}

:is(.homepage, .hp-site) .hp-clinic-about__text {
	margin: 0 0 28px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 15px;
	line-height: 1.8;
	color: #6B7A8D;
}

:is(.homepage, .hp-site) .hp-clinic-about__features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
}

:is(.homepage, .hp-site) .hp-clinic-about__feature {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 16px;
	border: 1px solid rgba(0, 188, 212, 0.14);
	border-radius: 12px;
	background: #F8FCFF;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

:is(.homepage, .hp-site) .hp-clinic-about__feature:hover {
	border-color: rgba(0, 188, 212, 0.35);
	box-shadow: 0 8px 24px rgba(0, 188, 212, 0.1);
}

:is(.homepage, .hp-site) .hp-clinic-about__feature-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: rgba(0, 188, 212, 0.1);
	color: #0097A7;
}

:is(.homepage, .hp-site) .hp-clinic-about__feature strong {
	display: block;
	margin-bottom: 4px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	color: #0A2A4A;
}

:is(.homepage, .hp-site) .hp-clinic-about__feature span {
	font-family: "Inter", system-ui, sans-serif;
	font-size: 12px;
	line-height: 1.55;
	color: #6B7A8D;
}

:is(.homepage, .hp-site) .hp-clinic-about__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

:is(.homepage, .hp-site) .hp-clinic-about__btn {
	display: inline-flex;
	align-items: center;
	padding: 14px 28px;
	border-radius: 8px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: all 0.3s ease;
}

:is(.homepage, .hp-site) .hp-clinic-about__btn--primary {
	border: none;
	background: #00BCD4;
	color: #FFFFFF;
	box-shadow: 0 6px 20px rgba(0, 188, 212, 0.3);
}

:is(.homepage, .hp-site) .hp-clinic-about__btn--primary:hover {
	background: #0097A7;
	transform: translateY(-2px);
	color: #FFFFFF;
}

:is(.homepage, .hp-site) .hp-clinic-about__btn--ghost {
	border: 2px solid #0A2A4A;
	background: transparent;
	color: #0A2A4A;
}

:is(.homepage, .hp-site) .hp-clinic-about__btn--ghost:hover {
	background: #0A2A4A;
	color: #FFFFFF;
}

:is(.homepage, .hp-site) .hp-clinic-about__visual {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

:is(.homepage, .hp-site) .hp-clinic-about__photo-frame {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid rgba(0, 188, 212, 0.15);
	box-shadow: 0 20px 50px rgba(10, 42, 74, 0.12);
}

:is(.homepage, .hp-site) .hp-clinic-about__photo-frame img {
	display: block;
	width: 100%;
	/* height: 420px; */
	object-fit: cover;
}

:is(.homepage, .hp-site) .hp-clinic-about__photo-badge {
	position: absolute;
	bottom: 16px;
	left: 16px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 30px;
	background: rgba(10, 42, 74, 0.88);
	backdrop-filter: blur(6px);
	color: #FFFFFF;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 12px;
	font-weight: 600;
}

:is(.homepage, .hp-site) .hp-clinic-about__photo-badge svg {
	color: #F5C842;
	flex-shrink: 0;
}

:is(.homepage, .hp-site) .hp-clinic-about__location-card {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 18px 20px;
	border-radius: 14px;
	border: 1px solid rgba(0, 188, 212, 0.18);
	background: #F8FCFF;
}

:is(.homepage, .hp-site) .hp-clinic-about__location-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #00BCD4;
	color: #FFFFFF;
}

:is(.homepage, .hp-site) .hp-clinic-about__location-card strong {
	display: block;
	margin-bottom: 4px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #0A2A4A;
}

:is(.homepage, .hp-site) .hp-clinic-about__location-card span {
	font-family: "Inter", system-ui, sans-serif;
	font-size: 13px;
	line-height: 1.55;
	color: #6B7A8D;
}

:is(.homepage, .hp-site) .hp-clinic-about__stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-top: 56px;
	padding-top: 40px;
	border-top: 1px solid rgba(0, 188, 212, 0.12);
}

:is(.homepage, .hp-site) .hp-clinic-about__stat {
	padding: 22px 16px;
	border-radius: 14px;
	border: 1px solid rgba(0, 188, 212, 0.15);
	background: linear-gradient(145deg, #F8FCFF 0%, #FFFFFF 100%);
	text-align: center;
}

:is(.homepage, .hp-site) .hp-clinic-about__stat strong {
	display: block;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: #0097A7;
}

:is(.homepage, .hp-site) .hp-clinic-about__stat span {
	display: block;
	margin-top: 6px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 12px;
	line-height: 1.45;
	color: #6B7A8D;
}

@media (max-width: 991px) {
	:is(.homepage, .hp-site) .hp-clinic-about__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	:is(.homepage, .hp-site) .hp-clinic-about__visual {
		order: -1;
	}

	/* 
	:is(.homepage, .hp-site) .hp-clinic-about__photo-frame img {
		height: 320px;
	} */
}

@media (max-width: 768px) {
	:is(.homepage, .hp-site) .hp-clinic-about__inner {
		padding: 64px 20px 56px;
	}

	:is(.homepage, .hp-site) .hp-clinic-about__title {
		font-size: clamp(1.75rem, 6vw, 2.375rem);
	}

	:is(.homepage, .hp-site) .hp-clinic-about__features {
		grid-template-columns: 1fr;
	}

	:is(.homepage, .hp-site) .hp-clinic-about__stats {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 40px;
		padding-top: 32px;
	}

	:is(.homepage, .hp-site) .hp-clinic-about__actions {
		flex-direction: column;
	}

	:is(.homepage, .hp-site) .hp-clinic-about__btn {
		justify-content: center;
		width: 100%;
	}
}

@media (max-width: 480px) {
	/* :is(.homepage, .hp-site) .hp-clinic-about__stats {
		grid-template-columns: 1fr;
	} */
}

/* --------------------------------------------------------------------------
   Advanced Dentistry — Complex Cases Bento
   -------------------------------------------------------------------------- */

:is(.homepage, .hp-site) .complex-cases-section {
	position: relative;
	overflow: hidden;
	background: #0A2A4A;
	padding: 90px 0;
}

:is(.homepage, .hp-site) .complex-cases-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(0, 188, 212, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 188, 212, 0.06) 1px, transparent 1px);
	background-size: 40px 40px;
	pointer-events: none;
	z-index: 0;
}

:is(.homepage, .hp-site) .hp-advanced__inner {
	position: relative;
	z-index: 1;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px;
}

:is(.homepage, .hp-site) .hp-advanced__header {
	position: relative;
	z-index: 1;
	text-align: center;
}

:is(.homepage, .hp-site) .hp-advanced__eyebrow {
	display: block;
	margin-bottom: 12px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #00BCD4;
}

:is(.homepage, .hp-site) .hp-advanced__title {
	margin: 0;
	font-family: "Playfair Display", "DM Serif Display", Georgia, serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.25;
	color: #FFFFFF;
	text-align: center;
}

:is(.homepage, .hp-site) .hp-advanced__sub {
	margin: 16px auto 50px;
	max-width: 580px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 15px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
}

:is(.homepage, .hp-site) .complex-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 20px;
	max-width: 1100px;
	margin: 0 auto;
}

:is(.homepage, .hp-site) .hp-advanced-card {
	padding: 28px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(0, 188, 212, 0.15);
	color: #FFFFFF;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	transition: all 0.3s ease;
}

:is(.homepage, .hp-site) .hp-advanced-card:hover {
	border-color: rgba(0, 188, 212, 0.45);
	background: rgba(255, 255, 255, 0.08);
	transform: translateY(-4px);
}

:is(.homepage, .hp-site) .hp-advanced-card__title {
	margin: 0;
	font-family: "Inter", system-ui, sans-serif;
	font-weight: 700;
	color: #FFFFFF;
}

:is(.homepage, .hp-site) .hp-advanced-card__desc {
	margin: 0;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 13px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.62);
}

:is(.homepage, .hp-site) .hp-advanced-card__link {
	display: inline-block;
	margin-top: 20px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #00BCD4;
	text-decoration: none;
	transition: all 0.2s ease;
}

:is(.homepage, .hp-site) .hp-advanced-card__link:hover {
	letter-spacing: 0.5px;
	color: #00BCD4;
}

/* Card 1 — Dental Implants */
:is(.homepage, .hp-site) .hp-advanced-card--featured {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}

:is(.homepage, .hp-site) .hp-advanced-card__badge {
	display: inline-block;
	margin-bottom: 16px;
	padding: 5px 14px;
	border-radius: 20px;
	background: #00BCD4;
	color: #FFFFFF;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	line-height: 1.2;
}

:is(.homepage, .hp-site) .hp-advanced-card__photo {
	display: block;
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
	border-radius: 12px;
	object-fit: cover;
}

:is(.homepage, .hp-site) .hp-advanced-card--featured .hp-advanced-card__title {
	margin-bottom: 10px;
	font-size: 22px;
}

:is(.homepage, .hp-site) .hp-advanced-card--featured .hp-advanced-card__desc {
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.65);
}

:is(.homepage, .hp-site) .hp-advanced-card__features {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
}

:is(.homepage, .hp-site) .hp-advanced-card__features li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 8px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.8);
}

:is(.homepage, .hp-site) .hp-advanced-card__features li::before {
	content: "✓";
	flex-shrink: 0;
	color: #00BCD4;
	font-weight: 700;
	font-size: 12px;
}

/* Cards 2 & 3 */
:is(.homepage, .hp-site) .hp-advanced-card--bone {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

:is(.homepage, .hp-site) .hp-advanced-card--surgery {
	grid-column: 3 / 4;
	grid-row: 1 / 2;
}

:is(.homepage, .hp-site) .hp-advanced-card__step {
	display: block;
	margin-bottom: 10px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #00BCD4;
}

:is(.homepage, .hp-site) .hp-advanced-card--bone .hp-advanced-card__title,
:is(.homepage, .hp-site) .hp-advanced-card--surgery .hp-advanced-card__title {
	margin-bottom: 8px;
	font-size: 18px;
}

:is(.homepage, .hp-site) .hp-advanced-card__pills {
	margin-top: 14px;
	line-height: 1.6;
}

:is(.homepage, .hp-site) .hp-advanced-card__pills span {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 4px 12px;
	border-radius: 20px;
	background: rgba(0, 188, 212, 0.1);
	border: 1px solid rgba(0, 188, 212, 0.2);
	font-family: "Inter", system-ui, sans-serif;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.35;
}

:is(.homepage, .hp-site) .hp-advanced-card--bone .hp-advanced-card__link,
:is(.homepage, .hp-site) .hp-advanced-card--surgery .hp-advanced-card__link {
	margin-top: 14px;
}

/* Card 4 — Full Mouth Rehabilitation */
:is(.homepage, .hp-site) .hp-advanced-card--rehab {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	border-left: 4px solid #00BCD4;
}

:is(.homepage, .hp-site) .hp-advanced-card__label {
	display: inline-block;
	margin-bottom: 14px;
	padding: 4px 12px;
	border-radius: 20px;
	background: rgba(0, 188, 212, 0.15);
	color: #00BCD4;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	line-height: 1.2;
}

:is(.homepage, .hp-site) .hp-advanced-card--rehab .hp-advanced-card__title {
	font-size: 20px;
	line-height: 1.3;
}

:is(.homepage, .hp-site) .hp-advanced-card--rehab .hp-advanced-card__desc {
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.65);
}

/* Card 5 — Stat */
:is(.homepage, .hp-site) .hp-advanced-card--stat {
	grid-column: 3 / 4;
	grid-row: 2 / 3;
}

:is(.homepage, .hp-site) .hp-advanced-card__stat-eyebrow {
	display: block;
	margin-bottom: 12px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
}

:is(.homepage, .hp-site) .hp-advanced-card__stat-value {
	margin: 0;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 72px;
	font-weight: 800;
	line-height: 1;
	color: #00BCD4;
	text-shadow: 0 0 40px rgba(0, 188, 212, 0.4);
}

:is(.homepage, .hp-site) .hp-advanced-card__stat-label {
	margin: 8px 0 0;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
}

:is(.homepage, .hp-site) .hp-advanced-card__stat-text {
	margin: 10px 0 0;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 13px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.55);
}

:is(.homepage, .hp-site) .hp-advanced-card__mini-stats {
	display: flex;
	margin-top: 16px;
}

:is(.homepage, .hp-site) .hp-advanced-card__mini-stats div {
	flex: 1;
}

:is(.homepage, .hp-site) .hp-advanced-card__mini-stats div:first-child {
	padding-right: 16px;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

:is(.homepage, .hp-site) .hp-advanced-card__mini-stats div:last-child {
	padding-left: 16px;
}

:is(.homepage, .hp-site) .hp-advanced-card__mini-stats strong {
	display: block;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1.25;
}

:is(.homepage, .hp-site) .hp-advanced-card__mini-stats span {
	display: block;
	margin-top: 0.2rem;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.35;
}

@media (max-width: 900px) {
	:is(.homepage, .hp-site) .complex-grid {
		grid-template-columns: 1fr 1fr;
	}

	:is(.homepage, .hp-site) .hp-advanced-card--featured {
		grid-column: 1 / 3;
		grid-row: auto;
	}

	:is(.homepage, .hp-site) .hp-advanced-card--bone {
		grid-column: 1 / 2;
		grid-row: auto;
	}

	:is(.homepage, .hp-site) .hp-advanced-card--surgery {
		grid-column: 2 / 3;
		grid-row: auto;
	}

	:is(.homepage, .hp-site) .hp-advanced-card--rehab {
		grid-column: 1 / 2;
		grid-row: auto;
	}

	:is(.homepage, .hp-site) .hp-advanced-card--stat {
		grid-column: 2 / 3;
		grid-row: auto;
	}
}

@media (max-width: 480px) {
	:is(.homepage, .hp-site) .hp-advanced__title {
		font-size: clamp(1.75rem, 7vw, 2.5rem);
	}

	:is(.homepage, .hp-site) .complex-grid {
		grid-template-columns: 1fr;
	}

	:is(.homepage, .hp-site) .hp-advanced-card--featured,
	:is(.homepage, .hp-site) .hp-advanced-card--bone,
	:is(.homepage, .hp-site) .hp-advanced-card--surgery,
	:is(.homepage, .hp-site) .hp-advanced-card--rehab,
	:is(.homepage, .hp-site) .hp-advanced-card--stat {
		grid-column: 1 / -1;
		grid-row: auto;
	}
}

/* --------------------------------------------------------------------------
   Patient Journey — Process steps
   -------------------------------------------------------------------------- */

@keyframes hp-fadeUp {
	from {
		opacity: 0;
		transform: translateY(24px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

:is(.homepage, .hp-site) .process-section {
	position: relative;
	overflow: hidden;
	background: #EBF4FF;
	padding: 90px 0;
}

:is(.homepage, .hp-site) .process-section::after {
	content: "";
	position: absolute;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	border: 1px solid rgba(0, 188, 212, 0.08);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 0;
}

:is(.homepage, .hp-site) .hp-journey__inner {
	position: relative;
	z-index: 1;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px;
}

:is(.homepage, .hp-site) .hp-journey__header {
	position: relative;
	z-index: 1;
	text-align: center;
}

:is(.homepage, .hp-site) .hp-journey__eyebrow {
	display: block;
	margin-bottom: 12px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #00BCD4;
}

:is(.homepage, .hp-site) .hp-journey__title {
	margin: 0;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.25;
	color: #0A2A4A;
	text-align: center;
}

:is(.homepage, .hp-site) .hp-journey__sub {
	margin: 14px auto 60px;
	max-width: 520px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 15px;
	line-height: 1.7;
	color: #6B7A8D;
	text-align: center;
}

:is(.homepage, .hp-site) .process-steps-wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 0;
	max-width: 1000px;
	margin: 0 auto;
}

:is(.homepage, .hp-site) .step-card {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 210px;
	padding: 32px 20px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid rgba(0, 188, 212, 0.15);
	border-radius: 10px;
	opacity: 0;
	transform: translateY(24px);
	transition: all 0.3s ease;
}

:is(.homepage, .hp-site) .step-card:hover {
	transform: translateY(-6px);
	border-color: rgba(0, 188, 212, 0.4);
	box-shadow: 0 12px 32px rgba(0, 188, 212, 0.12);
}

:is(.homepage, .hp-site) .step-card__num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin: 0 auto 16px;
	border-radius: 50%;
	background: #00BCD4;
	color: #FFFFFF;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 6px 20px rgba(0, 188, 212, 0.35);
}

:is(.homepage, .hp-site) .step-icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin: 0 auto 16px;
	border-radius: 12px;
	background: rgba(0, 188, 212, 0.08);
}

:is(.homepage, .hp-site) .step-icon-wrapper svg {
	display: block;
	flex-shrink: 0;
}

:is(.homepage, .hp-site) .step-card__title {
	margin: 0 0 8px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #0A2A4A;
	line-height: 1.35;
}

:is(.homepage, .hp-site) .step-card__desc {
	margin: 0;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 13px;
	line-height: 1.65;
	color: #6B7A8D;
}

:is(.homepage, .hp-site) .step-connector {
	flex-shrink: 0;
	position: relative;
	width: 60px;
	margin-top: 28px;
	border-top: 2px dashed rgba(0, 188, 212, 0.5);
}

:is(.homepage, .hp-site) .step-connector::after {
	content: "›";
	position: absolute;
	right: -8px;
	top: -14px;
	color: #00BCD4;
	font-size: 20px;
	line-height: 1;
}

@media (max-width: 768px) {
	:is(.homepage, .hp-site) .hp-journey__title {
		font-size: clamp(1.75rem, 6vw, 2.375rem);
	}

	:is(.homepage, .hp-site) .process-steps-wrapper {
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
	}

	:is(.homepage, .hp-site) .step-card {
		max-width: 200px;
	}

	:is(.homepage, .hp-site) .step-connector {
		display: none;
	}
}

@media (max-width: 480px) {
	:is(.homepage, .hp-site) .process-steps-wrapper {
		flex-direction: column;
		align-items: center;
	}

	:is(.homepage, .hp-site) .step-card {
		width: 100%;
		max-width: 320px;
	}
}

/* --------------------------------------------------------------------------
   Smile Transformations — Before / After sliders
   -------------------------------------------------------------------------- */

:is(.homepage, .hp-site) .smiles-section {
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
	padding: 90px 0;
}

:is(.homepage, .hp-site) .smiles-section::before {
	content: "";
	position: absolute;
	top: -200px;
	left: 50%;
	transform: translateX(-50%);
	width: 900px;
	height: 400px;
	border-radius: 50%;
	border: 1px solid rgba(0, 188, 212, 0.07);
	pointer-events: none;
	z-index: 0;
}

:is(.homepage, .hp-site) .smiles-section__inner {
	position: relative;
	z-index: 1;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 24px;
}

:is(.homepage, .hp-site) .smiles-section__header {
	position: relative;
	z-index: 1;
	text-align: center;
}

:is(.homepage, .hp-site) .smiles-section__eyebrow {
	display: block;
	margin-bottom: 12px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #00BCD4;
}

:is(.homepage, .hp-site) .smiles-section__title {
	margin: 0;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.25;
	color: #0A2A4A;
	text-align: center;
}

:is(.homepage, .hp-site) .smiles-section__sub {
	margin: 14px auto 16px;
	max-width: 520px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 15px;
	line-height: 1.7;
	color: #6B7A8D;
	text-align: center;
}

:is(.homepage, .hp-site) .smiles-section__disclaimer {
	margin: 0 auto 50px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 12px;
	color: #9AA5B4;
	text-align: center;
}

:is(.homepage, .hp-site) .smiles-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	max-width: 1200px;
	margin: 0 auto;
}

:is(.homepage, .hp-site) .smile-card {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #FFFFFF;
	border: 1px solid rgba(0, 188, 212, 0.15);
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}

:is(.homepage, .hp-site) .smile-card:hover {
	transform: translateY(-6px);
	border-color: rgba(0, 188, 212, 0.35);
	box-shadow: 0 16px 40px rgba(0, 188, 212, 0.14);
}

:is(.homepage, .hp-site) .ba-static {
	position: relative;
	width: 100%;
	height: 280px;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
}

:is(.homepage, .hp-site) .ba-static-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

:is(.homepage, .hp-site) .ba-static-before-fx {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 50%;
	height: 100%;
	background: rgba(0, 0, 0, 0.08);
	backdrop-filter: grayscale(35%) brightness(0.9);
	pointer-events: none;
}

:is(.homepage, .hp-site) .ba-static-label {
	position: absolute;
	bottom: 10px;
	z-index: 3;
	padding: 3px 10px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.38);
	color: #FFFFFF;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	pointer-events: none;
}

:is(.homepage, .hp-site) .ba-static-label--before {
	left: 10px;
}

:is(.homepage, .hp-site) .ba-static-label--after {
	right: 10px;
}

:is(.homepage, .hp-site) .ba-static-divider {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
	width: 2px;
	height: 100%;
	background: #FFFFFF;
	transform: translateX(-50%);
	pointer-events: none;
}

:is(.homepage, .hp-site) .ba-static-handle {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 3px solid #FFFFFF;
	border-radius: 50%;
	background: #00BCD4;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
	transform: translate(-50%, -50%);
}

:is(.homepage, .hp-site) .smile-card-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 20px;
}

:is(.homepage, .hp-site) .smile-patient-name {
	font-family: "Inter", system-ui, sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #0A2A4A;
}

:is(.homepage, .hp-site) .smile-treatment-tag {
	padding: 4px 12px;
	border: 1px solid rgba(0, 188, 212, 0.2);
	border-radius: 20px;
	background: rgba(0, 188, 212, 0.08);
	color: #00BCD4;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.3px;
}

:is(.homepage, .hp-site) .smiles-section__cta-wrap {
	position: relative;
	z-index: 1;
	margin-top: 44px;
	text-align: center;
}

:is(.homepage, .hp-site) .smiles-section__cta {
	display: inline-block;
	padding: 13px 32px;
	border: 2px solid #0A2A4A;
	border-radius: 8px;
	background: transparent;
	color: #0A2A4A;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
}

:is(.homepage, .hp-site) .smiles-section__cta:hover {
	background: #0A2A4A;
	color: #FFFFFF;
	transform: translateY(-2px);
}

@media (max-width: 768px) {
	:is(.homepage, .hp-site) .smiles-section__title {
		font-size: clamp(1.75rem, 6vw, 2.375rem);
	}

	:is(.homepage, .hp-site) .smiles-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	:is(.homepage, .hp-site) .smile-card--wide-tablet {
		grid-column: 1 / -1;
		max-width: 480px;
		justify-self: center;
		width: 100%;
	}
}

@media (max-width: 480px) {
	:is(.homepage, .hp-site) .smiles-grid {
		grid-template-columns: 1fr;
	}

	:is(.homepage, .hp-site) .smile-card--wide-tablet {
		grid-column: auto;
		max-width: none;
	}

	:is(.homepage, .hp-site) .ba-static {
		height: 200px;
	}
}

/* --------------------------------------------------------------------------
   Emergency Dentistry
   -------------------------------------------------------------------------- */

@keyframes hp-pulse-red {

	0%,
	100% {
		box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
	}

	50% {
		box-shadow: 0 0 0 8px rgba(239, 68, 68, 0);
	}
}

:is(.homepage, .hp-site) .hp-emergency {
	position: relative;
	padding: 0;
	overflow: hidden;
}

:is(.homepage, .hp-site) .hp-emergency__bg {
	position: absolute;
	inset: 0;
}

:is(.homepage, .hp-site) .hp-emergency__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

:is(.homepage, .hp-site) .hp-emergency__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg,
			rgba(8, 8, 20, 0.96) 0%,
			rgba(139, 0, 0, 0.82) 50%,
			rgba(8, 8, 20, 0.96) 100%);
}

:is(.homepage, .hp-site) .hp-emergency__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 58% 42%;
	align-items: center;
	gap: clamp(2rem, 4vw, 3rem);
	min-height: 520px;
	padding-top: 100px;
	padding-bottom: 100px;
}

:is(.homepage, .hp-site) .hp-emergency__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
	padding: 0.45rem 1rem;
	border-radius: 999px;
	background: rgba(220, 38, 38, 0.15);
	border: 1px solid rgba(220, 38, 38, 0.4);
	font-family: "Inter", system-ui, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #FCA5A5;
}

:is(.homepage, .hp-site) .hp-emergency__badge-dot {
	flex-shrink: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #EF4444;
	animation: hp-pulse-red 1.5s ease infinite;
}

:is(.homepage, .hp-site) .hp-emergency__headline {
	margin: 0 0 1.25rem;
}

:is(.homepage, .hp-site) .hp-emergency__headline-line {
	display: block;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: 62px;
	font-weight: 400;
	line-height: 1;
	color: #FFFFFF;
}

:is(.homepage, .hp-site) .hp-emergency__headline-line+.hp-emergency__headline-line {
	margin-top: 8px;
}

:is(.homepage, .hp-site) .hp-emergency__headline-line--accent {
	font-style: italic;
	color: #FCA5A5;
}

:is(.homepage, .hp-site) .hp-emergency__sub {
	max-width: 480px;
	margin: 0 0 1.75rem;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #CBD5E1;
}

:is(.homepage, .hp-site) .hp-emergency__conditions {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.75rem 1.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 520px;
}

:is(.homepage, .hp-site) .hp-emergency__conditions li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 14px;
	color: #E2E8F0;
}

:is(.homepage, .hp-site) .hp-emergency__check {
	flex-shrink: 0;
}

:is(.homepage, .hp-site) .hp-emergency__panel {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	padding: 48px 40px;
}

:is(.homepage, .hp-site) .hp-emergency__panel-label {
	margin: 0 0 0.75rem;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #94A3B8;
}

:is(.homepage, .hp-site) .hp-emergency__phone {
	display: block;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: 46px;
	font-weight: 400;
	line-height: 1.1;
	color: #FFFFFF;
	text-decoration: none;
	transition: color 0.25s ease;
}

:is(.homepage, .hp-site) .hp-emergency__phone:hover {
	color: #FCA5A5;
}

:is(.homepage, .hp-site) .hp-emergency__phone-hint {
	margin: 0.35rem 0 0;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 13px;
	color: #6B7280;
}

:is(.homepage, .hp-site) .hp-emergency__divider {
	height: 1px;
	margin: 24px 0;
	background: rgba(255, 255, 255, 0.08);
}

:is(.homepage, .hp-site) .hp-emergency__hours-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 14px;
}

:is(.homepage, .hp-site) .hp-emergency__hours-row+.hp-emergency__hours-row {
	margin-top: 0.65rem;
}

:is(.homepage, .hp-site) .hp-emergency__hours-row span:first-child {
	color: #94A3B8;
}

:is(.homepage, .hp-site) .hp-emergency__hours-row span:last-child {
	color: #FFFFFF;
	font-weight: 700;
}

:is(.homepage, .hp-site) .hp-emergency__actions {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

:is(.homepage, .hp-site) .hp-emergency__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: 100%;
	border-radius: 10px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

:is(.homepage, .hp-site) .hp-emergency__btn--primary {
	padding: 16px 24px;
	background: #DC2626;
	color: #FFFFFF;
	border: none;
}

:is(.homepage, .hp-site) .hp-emergency__btn--primary:hover {
	background: #B91C1C;
	transform: translateY(-2px);
}

:is(.homepage, .hp-site) .hp-emergency__btn--whatsapp {
	padding: 14px 24px;
	background: rgba(37, 211, 102, 0.1);
	border: 1px solid rgba(37, 211, 102, 0.3);
	color: #4ADE80;
}

:is(.homepage, .hp-site) .hp-emergency__btn--whatsapp:hover {
	background: rgba(37, 211, 102, 0.18);
}

:is(.homepage, .hp-site) .hp-emergency__reassurance {
	margin: 1.25rem 0 0;
	text-align: center;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #4B5563;
	line-height: 1.5;
}

@media (max-width: 991px) {
	:is(.homepage, .hp-site) .hp-emergency__inner {
		grid-template-columns: 1fr;
		min-height: auto;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	:is(.homepage, .hp-site) .hp-emergency__headline-line {
		font-size: 40px;
	}

	:is(.homepage, .hp-site) .hp-emergency__panel {
		width: 100%;
		padding: 36px 28px;
	}

	:is(.homepage, .hp-site) .hp-emergency__phone {
		font-size: 36px;
	}

	:is(.homepage, .hp-site) .hp-emergency__conditions {
		max-width: none;
	}
}

@media (max-width: 479px) {
	:is(.homepage, .hp-site) .hp-emergency__conditions {
		grid-template-columns: 1fr;
	}
}

/* --------------------------------------------------------------------------
   Core Value / Care Built Around You
   -------------------------------------------------------------------------- */

:is(.homepage, .hp-site) .hp-value {
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
	overflow: visible;
}

:is(.homepage, .hp-site) .hp-value .hp-container {
	overflow: visible;
}

:is(.homepage, .hp-site) .hp-value__row {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(3.5rem, 7vw, 5rem);
	align-items: center;
}

@media (min-width: 992px) {
	:is(.homepage, .hp-site) .hp-value__row {
		grid-template-columns: 0.92fr 1.08fr;
		gap: clamp(5rem, 9vw, 8.5rem);
	}
}

:is(.homepage, .hp-site) .hp-value__visual {
	position: relative;
	padding: clamp(1.25rem, 3vw, 2rem);
}

@media (min-width: 992px) {
	:is(.homepage, .hp-site) .hp-value__visual {
		margin-left: clamp(-1.5rem, -3vw, -3rem);
		padding: 2.5rem 2.5rem 2.5rem 0;
	}
}

:is(.homepage, .hp-site) .hp-value__blob {
	position: absolute;
	z-index: 0;
	width: 88%;
	height: 92%;
	right: -4%;
	bottom: 2%;
	background:
		radial-gradient(circle at 28% 32%, rgba(59, 163, 212, 0.42) 0%, transparent 52%),
		radial-gradient(circle at 72% 68%, rgba(30, 132, 181, 0.22) 0%, transparent 48%),
		linear-gradient(145deg, rgba(239, 248, 255, 0.95) 0%, rgba(219, 237, 252, 0.75) 100%);
	border-radius: 58% 42% 62% 38% / 44% 56% 44% 56%;
	filter: blur(0.5px);
	animation: hp-value-blob-float 9s ease-in-out infinite alternate;
}

@keyframes hp-value-blob-float {
	from {
		transform: translate(0, 0) scale(1) rotate(0deg);
	}

	to {
		transform: translate(-10px, 14px) scale(1.04) rotate(2deg);
	}
}

:is(.homepage, .hp-site) .hp-value__media {
	position: relative;
	z-index: 1;
	border-radius: 22px;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	background: var(--hp-blue-light);
	box-shadow:
		0 32px 64px rgba(30, 132, 181, 0.16),
		0 14px 28px rgba(11, 31, 46, 0.07),
		0 0 0 1px rgba(30, 132, 181, 0.08);
	transition:
		transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.45s ease;
}

@media (min-width: 992px) {
	:is(.homepage, .hp-site) .hp-value__media {
		transform: translateY(10px);
	}
}

:is(.homepage, .hp-site) .hp-value__visual:hover .hp-value__media {
	transform: translateY(-8px);
	box-shadow:
		0 40px 72px rgba(30, 132, 181, 0.2),
		0 18px 36px rgba(11, 31, 46, 0.09),
		0 0 0 1px rgba(30, 132, 181, 0.1);
}

:is(.homepage, .hp-site) .hp-value__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.55s ease;
}

:is(.homepage, .hp-site) .hp-value__visual:hover .hp-value__media img {
	transform: scale(1.03);
}

:is(.homepage, .hp-site) .hp-value__content {
	max-width: 640px;
}

:is(.homepage, .hp-site) .hp-value__content .hp-title {
	max-width: min(100%, 28rem);
	margin-bottom: 1.35rem;
}

:is(.homepage, .hp-site) .hp-value__content .hp-lead {
	max-width: 58ch;
	margin-bottom: 0.25rem;
}

:is(.homepage, .hp-site) .hp-value .hp-checklist {
	list-style: none;
	padding: 0;
	margin: 2.25rem 0 0;
	display: grid;
	gap: 1.15rem;
}

:is(.homepage, .hp-site) .hp-value .hp-checklist li {
	position: relative;
	padding-left: 2.85rem;
	color: var(--hp-text);
	line-height: 1.65;
	font-size: 0.9875rem;
}

:is(.homepage, .hp-site) .hp-value .hp-checklist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.1rem;
	width: 28px;
	height: 28px;
	border-radius: 9px;
	background-color: #eff8ff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px;
	box-shadow: 0 6px 16px rgba(30, 132, 181, 0.12);
	border: 1px solid rgba(30, 132, 181, 0.12);
}

:is(.homepage, .hp-site) .hp-value .hp-checklist li:nth-child(1)::before {
	background-image: url("../images/icon-services-1.svg");
}

:is(.homepage, .hp-site) .hp-value .hp-checklist li:nth-child(2)::before {
	background-image: url("../images/icon-services-2.svg");
}

:is(.homepage, .hp-site) .hp-value .hp-checklist li:nth-child(3)::before {
	background-image: url("../images/icon-phone.svg");
}

:is(.homepage, .hp-site) .hp-value .hp-checklist li:nth-child(4)::before {
	background-image: url("../images/icon-services-4.svg");
}

:is(.homepage, .hp-site) .hp-value .hp-checklist li:nth-child(5)::before {
	background-image: url("../images/icon-services-5.svg");
}

:is(.homepage, .hp-site) .hp-value .hp-btn {
	padding: 1.05rem 2rem;
	font-size: 0.875rem;
}

/* SVG + icon composite media blocks */
:is(.homepage, .hp-site) .hp-media--svg {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--hp-blue-light);
	overflow: hidden;
}

:is(.homepage, .hp-site) .hp-media__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.45;
}

:is(.homepage, .hp-site) .hp-media__icon {
	position: relative;
	z-index: 1;
	width: auto;
	height: auto;
	max-width: 42%;
	max-height: 55%;
	object-fit: contain;
	filter: drop-shadow(0 8px 24px rgba(11, 31, 46, 0.12));
}

:is(.homepage, .hp-site) .hp-media__icon--lg {
	max-width: 50%;
	max-height: 65%;
}

/* --------------------------------------------------------------------------
   Callout Banner
   -------------------------------------------------------------------------- */

:is(.homepage, .hp-site) .hp-callout {
	background: linear-gradient(135deg, var(--hp-blue) 0%, #156997 100%);
	padding-block: clamp(3rem, 6vw, 4.5rem);
	text-align: center;
}

:is(.homepage, .hp-site) .hp-callout .hp-title {
	color: var(--hp-white);
	margin-bottom: 1rem;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
}

:is(.homepage, .hp-site) .hp-callout p {
	color: rgba(255, 255, 255, 0.88);
	max-width: 560px;
	margin: 0 auto 1.75rem;
	line-height: 1.7;
}

:is(.homepage, .hp-site) .hp-callout .hp-btn--outline {
	border-color: var(--hp-white);
}

/* --------------------------------------------------------------------------
   Specialized Services / Implant Feature
   -------------------------------------------------------------------------- */

:is(.homepage, .hp-site) .hp-specialty {
	position: relative;
	overflow: hidden;
	padding-block: 120px;
	background: #0d233d;
	color: var(--hp-white);
	isolation: isolate;
}

:is(.homepage, .hp-site) .hp-specialty::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		radial-gradient(ellipse 55% 70% at 12% 45%, rgba(30, 132, 181, 0.18) 0%, transparent 58%),
		radial-gradient(ellipse 45% 55% at 88% 78%, rgba(59, 163, 212, 0.12) 0%, transparent 52%),
		linear-gradient(160deg, rgba(13, 35, 61, 0.15) 0%, rgba(8, 22, 40, 0.55) 100%);
	pointer-events: none;
}

:is(.homepage, .hp-site) .hp-specialty__pattern {
	position: absolute;
	z-index: 0;
	width: clamp(100px, 14vw, 160px);
	height: clamp(100px, 14vw, 160px);
	opacity: 0.35;
	background-image: radial-gradient(circle, rgba(59, 163, 212, 0.85) 1.5px, transparent 1.5px);
	background-size: 14px 14px;
	pointer-events: none;
}

:is(.homepage, .hp-site) .hp-specialty__pattern--tl {
	top: clamp(2rem, 5vw, 3.5rem);
	left: clamp(1.5rem, 4vw, 3rem);
}

:is(.homepage, .hp-site) .hp-specialty__pattern--br {
	right: clamp(1.5rem, 4vw, 3rem);
	bottom: clamp(2rem, 5vw, 3.5rem);
}

:is(.homepage, .hp-site) .hp-specialty .hp-container {
	position: relative;
	z-index: 1;
}

:is(.homepage, .hp-site) .hp-specialty__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(3rem, 6vw, 4.5rem);
	align-items: center;
}

@media (min-width: 992px) {
	:is(.homepage, .hp-site) .hp-specialty__grid {
		grid-template-columns: 0.95fr 1.25fr;
		gap: clamp(4rem, 7vw, 6rem);
	}
}

:is(.homepage, .hp-site) .hp-specialty__accent {
	color: var(--hp-blue-accent);
}

:is(.homepage, .hp-site) .hp-specialty .hp-eyebrow {
	color: var(--hp-blue-accent);
}

:is(.homepage, .hp-site) .hp-specialty__content .hp-title {
	max-width: min(100%, 28rem);
	margin-bottom: 2rem;
}

:is(.homepage, .hp-site) .hp-specialty__features {
	list-style: none;
	counter-reset: specialty-feature;
	padding: 0;
	margin: 0 0 2.5rem;
	display: grid;
	gap: 1.35rem;
}

:is(.homepage, .hp-site) .hp-specialty__features li {
	position: relative;
	padding-left: 3.75rem;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.75;
	font-size: clamp(0.9875rem, 1.2vw, 1.0625rem);
}

:is(.homepage, .hp-site) .hp-specialty__features li::before {
	counter-increment: specialty-feature;
	content: counter(specialty-feature, decimal-leading-zero);
	position: absolute;
	left: 0;
	top: 0.15rem;
	width: 2.35rem;
	height: 2.35rem;
	line-height: 2.35rem;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: var(--hp-blue-accent);
	border: 1px solid rgba(59, 163, 212, 0.45);
	border-radius: 50%;
	background: rgba(59, 163, 212, 0.08);
	box-shadow: 0 0 20px rgba(59, 163, 212, 0.12);
}

:is(.homepage, .hp-site) .hp-specialty__visual {
	position: relative;
}

:is(.homepage, .hp-site) .hp-specialty__media {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	aspect-ratio: 5 / 6;
	min-height: clamp(360px, 52vw, 560px);
	background: rgba(255, 255, 255, 0.04);
	box-shadow:
		0 0 0 1px rgba(59, 163, 212, 0.22),
		0 0 48px rgba(59, 163, 212, 0.28),
		0 0 96px rgba(30, 132, 181, 0.18),
		0 28px 56px rgba(0, 0, 0, 0.35);
	transition: box-shadow 0.5s ease;
}

@media (min-width: 992px) {
	:is(.homepage, .hp-site) .hp-specialty__media {
		min-height: 580px;
		aspect-ratio: auto;
	}
}

:is(.homepage, .hp-site) .hp-specialty__visual:hover .hp-specialty__media {
	box-shadow:
		0 0 0 1px rgba(59, 163, 212, 0.32),
		0 0 64px rgba(59, 163, 212, 0.38),
		0 0 120px rgba(30, 132, 181, 0.24),
		0 32px 64px rgba(0, 0, 0, 0.4);
}

:is(.homepage, .hp-site) .hp-specialty__media-inner {
	width: 100%;
	height: 115%;
	will-change: transform;
}

:is(.homepage, .hp-site) .hp-specialty__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.04);
	transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

:is(.homepage, .hp-site) .hp-specialty__visual:hover .hp-specialty__media img {
	transform: scale(1.1);
}

:is(.homepage, .hp-site) .hp-specialty__media.hp-media--svg {
	min-height: 320px;
}

/* --------------------------------------------------------------------------
   Diagnosis / Why Choose Us
   -------------------------------------------------------------------------- */

:is(.homepage, .hp-site) .hp-diagnosis {
	background:
		url("../images/why-choose-us-bg.svg") no-repeat top center,
		linear-gradient(180deg, #eef7ff 0%, #e3f2fc 45%, #eef7ff 100%);
	padding: clamp(4.5rem, 8vw, 6.5rem) 0;
	overflow: hidden;
}

:is(.homepage, .hp-site) .hp-diagnosis__grid {
	position: relative;
	align-items: center;
}

:is(.homepage, .hp-site) .hp-diagnosis__connector {
	position: absolute;
	inset: 8% 0 8%;
	width: 100%;
	height: 84%;
	pointer-events: none;
	z-index: 0;
}

:is(.homepage, .hp-site) .hp-diagnosis__connector path {
	fill: none;
	stroke: rgba(30, 132, 181, 0.28);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-dasharray: 100;
	stroke-dashoffset: 100;
}

:is(.homepage, .hp-site) .hp-diagnosis.is-visible .hp-diagnosis__connector path {
	animation: hp-diagnosis-line-draw 2s ease forwards;
}

:is(.homepage, .hp-site) .hp-diagnosis__connector path:nth-child(1) {
	animation-delay: 0.15s;
}

:is(.homepage, .hp-site) .hp-diagnosis__connector path:nth-child(2) {
	animation-delay: 0.3s;
}

:is(.homepage, .hp-site) .hp-diagnosis__connector path:nth-child(3) {
	animation-delay: 0.45s;
}

:is(.homepage, .hp-site) .hp-diagnosis__connector path:nth-child(4) {
	animation-delay: 0.6s;
}

:is(.homepage, .hp-site) .hp-diagnosis__connector path:nth-child(5) {
	animation-delay: 0.75s;
}

:is(.homepage, .hp-site) .hp-diagnosis__connector path:nth-child(6) {
	animation-delay: 0.9s;
}

@keyframes hp-diagnosis-line-draw {
	to {
		stroke-dashoffset: 0;
	}
}

:is(.homepage, .hp-site) .hp-diagnosis .why-choose-box-1,
:is(.homepage, .hp-site) .hp-diagnosis .why-choose-box-2 {
	position: relative;
	z-index: 2;
}

:is(.homepage, .hp-site) .hp-diagnosis__card {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(30, 132, 181, 0.1);
	border-radius: 18px;
	padding: 1.35rem 1.25rem;
	margin-bottom: 2.25rem;
	box-shadow:
		0 14px 40px rgba(30, 132, 181, 0.1),
		0 4px 12px rgba(11, 31, 46, 0.04);
	transition:
		transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.35s ease,
		border-color 0.35s ease;
}

@media (min-width: 992px) {
	:is(.homepage, .hp-site) .hp-diagnosis__card {
		margin-bottom: 2.75rem;
	}
}

:is(.homepage, .hp-site) .hp-diagnosis__card:last-child {
	margin-bottom: 0;
}

:is(.homepage, .hp-site) .hp-diagnosis__card:hover {
	transform: translateY(-8px);
	border-color: rgba(30, 132, 181, 0.22);
	box-shadow:
		0 22px 52px rgba(30, 132, 181, 0.16),
		0 8px 20px rgba(11, 31, 46, 0.06);
}

:is(.homepage, .hp-site) .hp-diagnosis .why-choose-item .icon-box {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 14px;
	background: linear-gradient(145deg, #eff8ff 0%, #dceefb 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

:is(.homepage, .hp-site) .hp-diagnosis .why-choose-item .icon-box img {
	max-width: 28px;
	max-height: 28px;
}

:is(.homepage, .hp-site) .hp-diagnosis .why-choose-content h3 {
	color: var(--hp-navy);
	font-size: 1.05rem;
	margin-bottom: 0.45rem;
}

:is(.homepage, .hp-site) .hp-diagnosis .why-choose-content p {
	color: var(--hp-text);
	font-size: 0.9375rem;
	line-height: 1.65;
}

:is(.homepage, .hp-site) .hp-diagnosis__center {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 320px;
	padding: 2rem 0;
}

:is(.homepage, .hp-site) .hp-diagnosis__ring {
	position: absolute;
	width: clamp(220px, 72%, 320px);
	aspect-ratio: 1;
	border-radius: 50%;
	background:
		radial-gradient(circle, rgba(59, 163, 212, 0.22) 0%, rgba(239, 248, 255, 0.55) 52%, transparent 72%);
	border: 2px dashed rgba(30, 132, 181, 0.18);
	box-shadow:
		0 0 0 12px rgba(255, 255, 255, 0.45),
		0 0 60px rgba(59, 163, 212, 0.2);
	animation: hp-diagnosis-ring-pulse 5s ease-in-out infinite;
}

@keyframes hp-diagnosis-ring-pulse {

	0%,
	100% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.04);
		opacity: 0.92;
	}
}

:is(.homepage, .hp-site) .hp-diagnosis .why-choose-image {
	position: relative;
	z-index: 1;
	max-width: 280px;
	margin-inline: auto;
}

:is(.homepage, .hp-site) .hp-diagnosis .why-choose-image figure {
	margin: 0;
}

:is(.homepage, .hp-site) .hp-diagnosis .why-choose-image img {
	width: 100%;
	height: auto;
	filter: drop-shadow(0 16px 32px rgba(30, 132, 181, 0.18));
}

@media (max-width: 991px) {
	:is(.homepage, .hp-site) .hp-diagnosis__connector {
		display: none;
	}

	:is(.homepage, .hp-site) .hp-diagnosis__card {
		margin-bottom: 1.5rem;
	}

	:is(.homepage, .hp-site) .hp-diagnosis__center {
		min-height: auto;
		padding: 1.5rem 0 2.5rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	:is(.homepage, .hp-site) .hp-diagnosis__connector path {
		stroke-dashoffset: 0;
	}

	:is(.homepage, .hp-site) .hp-diagnosis__ring {
		animation: none;
	}

	:is(.homepage, .hp-site) .hp-diagnosis__card:hover {
		transform: none;
	}
}

/* --------------------------------------------------------------------------
   Second Opinion Card
   -------------------------------------------------------------------------- */

:is(.homepage, .hp-site) .hp-lead--center {
	margin-inline: auto;
	text-align: center;
}

:is(.homepage, .hp-site) .hp-second-opinion {
	position: relative;
	padding-block: clamp(5rem, 9vw, 7rem);
	background: linear-gradient(180deg, #f7fbff 0%, #e8f4fc 50%, #f7fbff 100%);
	overflow: hidden;
}

:is(.homepage, .hp-site) .hp-second-opinion__backdrop {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 20% 30%, rgba(59, 163, 212, 0.18) 0%, transparent 42%),
		radial-gradient(circle at 80% 70%, rgba(30, 132, 181, 0.14) 0%, transparent 40%);
	filter: blur(2px);
	pointer-events: none;
}

:is(.homepage, .hp-site) .hp-second-opinion .hp-container {
	position: relative;
	z-index: 1;
}

:is(.homepage, .hp-site) .hp-second-opinion__card {
	position: relative;
	max-width: 760px;
	margin-inline: auto;
	text-align: center;
	padding: clamp(2.75rem, 5vw, 4.25rem) clamp(2rem, 4vw, 3.5rem);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(59, 163, 212, 0.28);
	box-shadow:
		0 28px 72px rgba(30, 132, 181, 0.16),
		0 12px 32px rgba(11, 31, 46, 0.07),
		inset 0 1px 0 rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
	animation: hp-second-opinion-float 7s ease-in-out infinite;
}

@keyframes hp-second-opinion-float {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-12px);
	}
}

:is(.homepage, .hp-site) .hp-second-opinion__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.45rem 1rem;
	margin-bottom: 1.25rem;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--hp-blue);
	background: rgba(59, 163, 212, 0.12);
	border: 1px solid rgba(59, 163, 212, 0.22);
}

:is(.homepage, .hp-site) .hp-second-opinion__badge img {
	width: 16px;
	height: 16px;
	object-fit: contain;
}

:is(.homepage, .hp-site) .hp-second-opinion__doctor {
	width: 64px;
	height: 64px;
	margin: 0 auto 1.15rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(145deg, rgba(239, 248, 255, 0.95) 0%, rgba(219, 237, 252, 0.85) 100%);
	border: 2px solid rgba(59, 163, 212, 0.3);
	box-shadow: 0 8px 24px rgba(30, 132, 181, 0.14);
}

:is(.homepage, .hp-site) .hp-second-opinion__doctor img {
	width: 34px;
	height: auto;
}

:is(.homepage, .hp-site) .hp-second-opinion__card .hp-title {
	font-size: clamp(1.5rem, 3vw, 2rem);
	margin-bottom: 1rem;
}

:is(.homepage, .hp-site) .hp-second-opinion__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
	margin-top: 2rem;
}

:is(.homepage, .hp-site) .hp-btn--glow {
	transition:
		transform 0.25s ease,
		background 0.25s ease,
		box-shadow 0.35s ease;
}

:is(.homepage, .hp-site) .hp-btn--glow:hover {
	box-shadow:
		0 0 0 1px rgba(59, 163, 212, 0.35),
		0 0 28px rgba(59, 163, 212, 0.45),
		0 0 56px rgba(30, 132, 181, 0.2);
}

@media (prefers-reduced-motion: reduce) {
	:is(.homepage, .hp-site) .hp-second-opinion__card {
		animation: none;
	}
}

/* --------------------------------------------------------------------------
   Technology Grid
   -------------------------------------------------------------------------- */

:is(.homepage, .hp-site) .hp-tech__header {
	text-align: center;
	max-width: 640px;
	margin-inline: auto;
	margin-bottom: 3.5rem;
}

:is(.homepage, .hp-site) .hp-tech__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

@media (min-width: 768px) {
	:is(.homepage, .hp-site) .hp-tech__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

:is(.homepage, .hp-site) .hp-tech-card {
	background: var(--hp-white);
	border: 1px solid var(--hp-border);
	border-radius: var(--hp-radius);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

:is(.homepage, .hp-site) .hp-tech-card--photo {
	padding: 0;
}

:is(.homepage, .hp-site) .hp-tech-card__photo {
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

:is(.homepage, .hp-site) .hp-tech-card__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

:is(.homepage, .hp-site) .hp-tech-card--photo:hover .hp-tech-card__photo img {
	transform: scale(1.06);
}

:is(.homepage, .hp-site) .hp-tech-card__body {
	padding: 1.5rem 1.75rem 1.75rem;
}

:is(.homepage, .hp-site) .hp-tech-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--hp-shadow);
}

:is(.homepage, .hp-site) .hp-tech-card__icon {
	width: 64px;
	height: 64px;
	border-radius: var(--hp-radius);
	overflow: hidden;
	margin-bottom: 1.25rem;
	background: var(--hp-blue-light);
	display: flex;
	align-items: center;
	justify-content: center;
}

:is(.homepage, .hp-site) .hp-tech-card__icon img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

:is(.homepage, .hp-site) .hp-tech-card__body h3 {
	font-size: 1.125rem;
	color: var(--hp-navy);
	margin-bottom: 0.75rem;
}

:is(.homepage, .hp-site) .hp-tech-card__body p {
	font-size: 0.9375rem;
	color: var(--hp-text-light);
	line-height: 1.7;
	margin: 0;
}

:is(.homepage, .hp-site) .hp-tech-card h3 {
	font-size: 1.125rem;
	color: var(--hp-navy);
	margin-bottom: 0.75rem;
}

:is(.homepage, .hp-site) .hp-tech-card p {
	font-size: 0.9375rem;
	color: var(--hp-text-light);
	line-height: 1.7;
	margin: 0;
}

/* --------------------------------------------------------------------------
   Patient Comfort
   -------------------------------------------------------------------------- */

:is(.homepage, .hp-site) .hp-comfort__intro {
	max-width: 640px;
	margin-bottom: 2.5rem;
}

:is(.homepage, .hp-site) .hp-comfort__gallery {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 768px) {
	:is(.homepage, .hp-site) .hp-comfort__gallery {
		grid-template-columns: repeat(3, 1fr);
	}
}

:is(.homepage, .hp-site) .hp-comfort__gallery figure {
	margin: 0;
	border-radius: var(--hp-radius);
	overflow: hidden;
	position: relative;
	aspect-ratio: 4 / 3;
	background: var(--hp-navy-soft);
}

:is(.homepage, .hp-site) .hp-comfort__gallery figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

:is(.homepage, .hp-site) .hp-comfort__gallery figure:hover img {
	transform: scale(1.05);
}

:is(.homepage, .hp-site) .hp-comfort__gallery figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1rem 1.25rem;
	background: linear-gradient(to top, rgba(11, 31, 46, 0.88), transparent);
	color: var(--hp-white);
	font-size: 0.875rem;
	font-weight: 600;
}

/* --------------------------------------------------------------------------
   Testimonials
   -------------------------------------------------------------------------- */

:is(.homepage, .hp-site) .hp-testimonials {
	background: var(--hp-white);
}

:is(.homepage, .hp-site) .hp-testimonials__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	align-items: start;
}

@media (min-width: 992px) {
	:is(.homepage, .hp-site) .hp-testimonials__grid {
		grid-template-columns: 0.85fr 1.15fr;
		gap: 4rem;
		align-items: center;
	}
}

:is(.homepage, .hp-site) .hp-testimonials__statement {
	padding: clamp(2rem, 4vw, 3rem);
	background: var(--hp-navy);
	border-radius: var(--hp-radius-lg);
	color: var(--hp-white);
}

:is(.homepage, .hp-site) .hp-testimonials__statement blockquote {
	font-size: clamp(1.35rem, 2.5vw, 1.85rem);
	font-weight: 600;
	line-height: 1.45;
	margin: 0;
	color: var(--hp-white);
	border: none;
	padding: 0;
}

:is(.homepage, .hp-site) .hp-testimonials__statement cite {
	display: block;
	margin-top: 1.5rem;
	font-style: normal;
	font-size: 0.875rem;
	color: var(--hp-blue-accent);
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

:is(.homepage, .hp-site) .hp-testimonial-card {
	background: var(--hp-off-white);
	border-radius: var(--hp-radius);
	padding: 2rem;
	border: 1px solid var(--hp-border);
	height: 100%;
}

:is(.homepage, .hp-site) .hp-testimonial-card p {
	font-size: 1rem;
	line-height: 1.75;
	color: var(--hp-text);
	margin-bottom: 1.5rem;
	font-style: italic;
}

:is(.homepage, .hp-site) .hp-testimonial-card__author strong {
	display: block;
	color: var(--hp-navy);
	font-size: 0.9375rem;
}

:is(.homepage, .hp-site) .hp-testimonial-card__author span {
	font-size: 0.8125rem;
	color: var(--hp-text-light);
}

:is(.homepage, .hp-site) .hp-testimonials .testimonial-slider {
	margin-top: 0;
}

:is(.homepage, .hp-site) .hp-testimonials .testimonial-btn {
	display: flex;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

/* --------------------------------------------------------------------------
   Schedule Banner
   -------------------------------------------------------------------------- */

:is(.homepage, .hp-site) .hp-schedule {
	position: relative;
	padding-block: clamp(4rem, 8vw, 6rem);
	overflow: hidden;
	background: url('../images/visit-clinic-bg.jpg') center center / cover no-repeat;
}

:is(.homepage, .hp-site) .hp-schedule__overlay {
	position: absolute;
	inset: 0;
	background: rgba(11, 31, 46, 0.88);
	z-index: 0;
}

:is(.homepage, .hp-site) .hp-schedule__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	align-items: center;
}

@media (min-width: 992px) {
	:is(.homepage, .hp-site) .hp-schedule__inner {
		grid-template-columns: 1fr 1fr;
		gap: 4rem;
	}
}

:is(.homepage, .hp-site) .hp-schedule__form {
	background: var(--hp-white);
	border-radius: var(--hp-radius-lg);
	padding: clamp(2rem, 4vw, 2.75rem);
	box-shadow: var(--hp-shadow);
}

:is(.homepage, .hp-site) .hp-schedule__form h3 {
	font-size: 1.25rem;
	color: var(--hp-navy);
	margin-bottom: 1.5rem;
}

:is(.homepage, .hp-site) .hp-schedule__form .form-control {
	border: 1px solid var(--hp-border);
	border-radius: 8px;
	padding: 0.75rem 1rem;
	font-size: 0.9375rem;
	margin-bottom: 1rem;
}

:is(.homepage, .hp-site) .hp-schedule__form .form-control:focus {
	border-color: var(--hp-blue);
	box-shadow: 0 0 0 3px rgba(30, 132, 181, 0.15);
}

:is(.homepage, .hp-site) .hp-schedule__steps {
	list-style: none;
	padding: 0;
	margin: 2rem 0 0;
	counter-reset: step;
}

:is(.homepage, .hp-site) .hp-schedule__steps li {
	counter-increment: step;
	position: relative;
	padding-left: 2.75rem;
	margin-bottom: 1.25rem;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.6;
}

:is(.homepage, .hp-site) .hp-schedule__steps li::before {
	content: counter(step);
	position: absolute;
	left: 0;
	top: 0;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: var(--hp-blue);
	color: var(--hp-white);
	font-size: 0.8125rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */

:is(.homepage, .hp-site) .hp-faq {
	background: var(--hp-off-white);
}

:is(.homepage, .hp-site) .hp-faq__header {
	text-align: center;
	max-width: 560px;
	margin-inline: auto;
	margin-bottom: 3rem;
}

:is(.homepage, .hp-site) .hp-faq__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

@media (min-width: 992px) {
	:is(.homepage, .hp-site) .hp-faq__grid {
		grid-template-columns: 1fr 1fr;
		gap: 3rem;
	}
}

:is(.homepage, .hp-site) .hp-faq .accordion-item {
	border: 1px solid var(--hp-border);
	border-radius: var(--hp-radius) !important;
	margin-bottom: 0.75rem;
	overflow: hidden;
	background: var(--hp-white);
}

:is(.homepage, .hp-site) .hp-faq .accordion-button {
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--hp-navy);
	padding: 1.15rem 1.25rem;
	box-shadow: none;
	background: var(--hp-white);
}

:is(.homepage, .hp-site) .hp-faq .accordion-button:not(.collapsed) {
	background: var(--hp-blue-light);
	color: var(--hp-blue);
}

:is(.homepage, .hp-site) .hp-faq .accordion-body {
	font-size: 0.9375rem;
	color: var(--hp-text);
	line-height: 1.75;
	padding: 0 1.25rem 1.25rem;
}

/* --------------------------------------------------------------------------
   Location & Trust
   -------------------------------------------------------------------------- */

:is(.homepage, .hp-site) .hp-location__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
}

@media (min-width: 992px) {
	:is(.homepage, .hp-site) .hp-location__grid {
		grid-template-columns: 1fr 1fr;
		align-items: start;
	}
}

:is(.homepage, .hp-site) .hp-location__details {
	display: grid;
	gap: 1.5rem;
}

:is(.homepage, .hp-site) .hp-location__item {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
}

:is(.homepage, .hp-site) .hp-location__item img {
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	margin-top: 2px;
}

:is(.homepage, .hp-site) .hp-location__item h4 {
	font-size: 0.8125rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--hp-blue);
	margin-bottom: 0.35rem;
}

:is(.homepage, .hp-site) .hp-location__item p {
	margin: 0;
	color: var(--hp-text);
	line-height: 1.6;
	font-size: 0.9375rem;
}

:is(.homepage, .hp-site) .hp-trust__logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	padding: 2rem;
	background: var(--hp-off-white);
	border-radius: var(--hp-radius-lg);
	border: 1px solid var(--hp-border);
}

:is(.homepage, .hp-site) .hp-trust__logos img {
	height: 48px;
	width: auto;
	opacity: 0.7;
	filter: grayscale(100%);
	transition: opacity 0.2s ease, filter 0.2s ease;
}

:is(.homepage, .hp-site) .hp-trust__logos img:hover {
	opacity: 1;
	filter: grayscale(0%);
}

/* --------------------------------------------------------------------------
   FAQ + CTA — Split two-tone section
   -------------------------------------------------------------------------- */

:is(.homepage, .hp-site) .faq-cta-section {
	display: flex;
	position: relative;
	min-height: 600px;
	overflow: hidden;
}

:is(.homepage, .hp-site) .faq-half {
	position: relative;
	flex: 1.1;
	overflow: hidden;
	background: #0A2A4A;
	padding: 80px 60px 80px 80px;
}

:is(.homepage, .hp-site) .faq-half::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: radial-gradient(circle, rgba(0, 188, 212, 0.07) 1px, transparent 1px);
	background-size: 28px 28px;
	pointer-events: none;
}

:is(.homepage, .hp-site) .faq-tooth-watermark {
	position: absolute;
	bottom: -60px;
	left: -40px;
	z-index: 0;
	width: 320px;
	height: auto;
	pointer-events: none;
}

:is(.homepage, .hp-site) .faq-half__content {
	position: relative;
	z-index: 1;
}

:is(.homepage, .hp-site) .faq-half__eyebrow {
	display: block;
	margin-bottom: 12px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #00BCD4;
}

:is(.homepage, .hp-site) .faq-half__title {
	margin: 0 0 8px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	color: #FFFFFF;
}

:is(.homepage, .hp-site) .faq-half__sub {
	max-width: 400px;
	margin: 0 0 36px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.55);
}

:is(.homepage, .hp-site) .faq-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

:is(.homepage, .hp-site) .faq-item {
	overflow: hidden;
	border: 1px solid rgba(0, 188, 212, 0.15);
	border-radius: 10px;
	transition: all 0.3s ease;
}

:is(.homepage, .hp-site) .faq-item.active {
	border-color: rgba(0, 188, 212, 0.4);
	background: rgba(255, 255, 255, 0.04);
}

:is(.homepage, .hp-site) .faq-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	padding: 16px 20px;
	border: none;
	background: rgba(255, 255, 255, 0.04);
	cursor: pointer;
	text-align: left;
}

:is(.homepage, .hp-site) .faq-question:hover {
	background: rgba(255, 255, 255, 0.07);
}

:is(.homepage, .hp-site) .faq-question span {
	font-family: "Inter", system-ui, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	color: #FFFFFF;
}

:is(.homepage, .hp-site) .faq-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1px solid rgba(0, 188, 212, 0.25);
	border-radius: 50%;
	background: rgba(0, 188, 212, 0.12);
	transition: all 0.3s ease;
}

:is(.homepage, .hp-site) .faq-item.active .faq-icon {
	border-color: #00BCD4;
	background: #00BCD4;
	transform: rotate(45deg);
}

:is(.homepage, .hp-site) .faq-item.active .faq-icon svg {
	stroke: #FFFFFF;
}

:is(.homepage, .hp-site) .faq-answer {
	max-height: 0;
	overflow: hidden;
	padding: 0 20px;
	transition: max-height 0.4s ease, padding 0.3s ease;
}

:is(.homepage, .hp-site) .faq-item.active .faq-answer {
	max-height: 200px;
	padding: 0 20px 16px;
}

:is(.homepage, .hp-site) .faq-answer p {
	margin: 0;
	padding-top: 14px;
	border-top: 1px solid rgba(0, 188, 212, 0.12);
	font-family: "Inter", system-ui, sans-serif;
	font-size: 13px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.6);
}

:is(.homepage, .hp-site) .cta-half {
	position: relative;
	display: flex;
	flex: 0.9;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	background: linear-gradient(160deg, #0097A7 0%, #00BCD4 45%, #00ACC1 100%);
	padding: 72px 60px 72px 48px;
}

:is(.homepage, .hp-site) .cta-half::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
	background-size: 36px 36px;
	pointer-events: none;
}

:is(.homepage, .hp-site) .cta-smile-illustration {
	position: absolute;
	top: -40px;
	right: -60px;
	z-index: 0;
	width: 360px;
	height: auto;
	pointer-events: none;
}

:is(.homepage, .hp-site) .cta-half__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

:is(.homepage, .hp-site) .cta-half__eyebrow {
	font-family: "Inter", system-ui, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
}

:is(.homepage, .hp-site) .cta-half__title {
	margin: 0;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.25;
	color: #FFFFFF;
}

:is(.homepage, .hp-site) .cta-half__sub {
	max-width: 420px;
	margin: 0;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 14px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.78);
}

:is(.homepage, .hp-site) .cta-half-form {
	display: flex;
	flex-direction: column;
	gap: 14px;
	max-width: 420px;
	margin-top: 4px;
}

:is(.homepage, .hp-site) .cta-half-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

:is(.homepage, .hp-site) .cta-half-form__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

:is(.homepage, .hp-site) .cta-half-form__field label {
	font-family: "Inter", system-ui, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: 0.02em;
}

:is(.homepage, .hp-site) .cta-half-form__optional {
	font-weight: 400;
	color: rgba(255, 255, 255, 0.55);
}

:is(.homepage, .hp-site) .cta-half-form__field input,
:is(.homepage, .hp-site) .cta-half-form__field select,
:is(.homepage, .hp-site) .cta-half-form__field textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.12);
	color: #FFFFFF;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

:is(.homepage, .hp-site) .cta-half-form__field input::placeholder,
:is(.homepage, .hp-site) .cta-half-form__field textarea::placeholder {
	color: rgba(255, 255, 255, 0.45);
}

:is(.homepage, .hp-site) .cta-half-form__field select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 36px;
	cursor: pointer;
}

:is(.homepage, .hp-site) .cta-half-form__field select option {
	color: #0A2A4A;
	background: #FFFFFF;
}

:is(.homepage, .hp-site) .cta-half-form__field input:focus,
:is(.homepage, .hp-site) .cta-half-form__field select:focus,
:is(.homepage, .hp-site) .cta-half-form__field textarea:focus {
	outline: none;
	border-color: rgba(255, 255, 255, 0.55);
	background: rgba(255, 255, 255, 0.18);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
}

:is(.homepage, .hp-site) .cta-half-form__field textarea {
	resize: vertical;
	min-height: 80px;
}

:is(.homepage, .hp-site) .cta-half-form__submit {
	width: 100%;
	margin-top: 4px;
	padding: 15px 28px;
	border: none;
	border-radius: 8px;
	background: #FFFFFF;
	color: #0A2A4A;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
	transition: all 0.3s ease;
}

:is(.homepage, .hp-site) .cta-half-form__submit:hover {
	background: #0A2A4A;
	color: #FFFFFF;
	transform: translateY(-2px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

:is(.homepage, .hp-site) .cta-half-form__footer {
	margin: 0;
	max-width: 420px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 12px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.65);
}

:is(.homepage, .hp-site) .cta-half-form__footer a {
	color: rgba(255, 255, 255, 0.92);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: color 0.2s ease;
}

:is(.homepage, .hp-site) .cta-half-form__footer a:hover {
	color: #FFFFFF;
}

:is(.homepage, .hp-site) .faq-answer a {
	color: #00BCD4;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

:is(.homepage, .hp-site) .faq-answer a:hover {
	color: #4DD0E1;
}

@media (max-width: 900px) {
	:is(.homepage, .hp-site) .faq-cta-section {
		flex-direction: column;
	}

	:is(.homepage, .hp-site) .faq-half {
		padding: 60px 40px;
	}

	:is(.homepage, .hp-site) .cta-half {
		padding: 60px 40px;
	}

	:is(.homepage, .hp-site) .cta-smile-illustration {
		width: 240px;
		opacity: 0.6;
	}

	:is(.homepage, .hp-site) .faq-tooth-watermark {
		width: 220px;
	}
}

@media (max-width: 480px) {
	:is(.homepage, .hp-site) .faq-half {
		padding: 50px 24px;
	}

	:is(.homepage, .hp-site) .cta-half {
		padding: 50px 24px;
	}

	:is(.homepage, .hp-site) .faq-half__title,
	:is(.homepage, .hp-site) .cta-half__title {
		font-size: 26px;
	}

	:is(.homepage, .hp-site) .cta-half-form__row {
		grid-template-columns: 1fr;
	}
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

:is(.homepage, .hp-site) .hp-footer {
	background: var(--hp-navy);
	color: rgba(255, 255, 255, 0.75);
	padding-top: clamp(3rem, 6vw, 5rem);
}

:is(.homepage, .hp-site) .hp-footer__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
	:is(.homepage, .hp-site) .hp-footer__grid {
		grid-template-columns: 1.4fr repeat(3, 1fr);
	}
}

:is(.homepage, .hp-site) .hp-footer__brand img {
	height: 80px;
	width: auto;
	margin-bottom: 1.25rem;
}

:is(.homepage, .hp-site) .hp-footer__brand p {
	font-size: 0.9375rem;
	line-height: 1.75;
	max-width: 32ch;
}

:is(.homepage, .hp-site) .hp-footer h4 {
	color: var(--hp-white);
	font-size: 0.8125rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 1.25rem;
}

:is(.homepage, .hp-site) .hp-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

:is(.homepage, .hp-site) .hp-footer ul li {
	margin-bottom: 0.65rem;
}

:is(.homepage, .hp-site) .hp-footer ul a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	font-size: 0.9375rem;
	transition: color 0.2s ease;
}

:is(.homepage, .hp-site) .hp-footer ul a:hover {
	color: var(--hp-blue-accent);
}

:is(.homepage, .hp-site) .hp-footer__social {
	display: flex;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

:is(.homepage, .hp-site) .hp-footer__social a {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--hp-white);
	font-size: 0.875rem;
	transition: background 0.2s ease, border-color 0.2s ease;
}

:is(.homepage, .hp-site) .hp-footer__social a:hover {
	background: var(--hp-blue);
	border-color: var(--hp-blue);
}

:is(.homepage, .hp-site) .hp-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding-block: 1.5rem;
	font-size: 0.8125rem;
}

:is(.homepage, .hp-site) .hp-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}

:is(.homepage, .hp-site) .hp-footer__legal a {
	color: rgba(255, 255, 255, 0.55);
	text-decoration: none;
}

:is(.homepage, .hp-site) .hp-footer__legal a:hover {
	color: var(--hp-white);
}

/* --------------------------------------------------------------------------
   Contact Strip, Process, Visit, Testimonials Visual, Location Map
   -------------------------------------------------------------------------- */

:is(.homepage, .hp-site) .hp-strip {
	background: var(--hp-white);
	border-bottom: 1px solid var(--hp-border);
	padding-block: 1.25rem;
	box-shadow: 0 4px 24px rgba(11, 31, 46, 0.04);
	display: none;
}

:is(.homepage, .hp-site) .hp-strip__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
	align-items: center;
}

@media (min-width: 992px) {
	:is(.homepage, .hp-site) .hp-strip__grid {
		grid-template-columns: 1fr 1fr 1fr auto;
		gap: 2rem;
	}
}

:is(.homepage, .hp-site) .hp-strip__item {
	display: flex;
	align-items: center;
	gap: 1rem;
}

:is(.homepage, .hp-site) .hp-strip__icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: rgba(0, 188, 212, 0.1);
	color: #0097A7;
}

:is(.homepage, .hp-site) .hp-strip__item img {
	display: none;
}

:is(.homepage, .hp-site) .hp-strip__item strong {
	display: block;
	font-size: 0.8125rem;
	color: var(--hp-navy);
	margin-bottom: 0.15rem;
}

:is(.homepage, .hp-site) .hp-strip__item span,
:is(.homepage, .hp-site) .hp-strip__item a {
	font-size: 0.875rem;
	color: var(--hp-text);
	text-decoration: none;
}

:is(.homepage, .hp-site) .hp-strip__item a:hover {
	color: var(--hp-blue);
}

/* Floating WhatsApp button */
:is(.homepage, .hp-site) .hp-whatsapp-float {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #25D366;
	color: #FFFFFF;
	box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

:is(.homepage, .hp-site) .hp-whatsapp-float:hover {
	transform: scale(1.08);
	box-shadow: 0 10px 32px rgba(37, 211, 102, 0.55);
	color: #FFFFFF;
}

@media (max-width: 480px) {
	:is(.homepage, .hp-site) .hp-whatsapp-float {
		right: 16px;
		bottom: 16px;
		width: 52px;
		height: 52px;
	}
}

/* --------------------------------------------------------------------------
   Stats Bar (below hero)
   -------------------------------------------------------------------------- */

:is(.homepage, .hp-site) .hp-stats-bar {
	width: 100%;
	background: #0F172A;
	padding: 48px 0;
}

:is(.homepage, .hp-site) .hp-stats-bar__inner {
	width: min(100% - 2.5rem, var(--hp-container));
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}

:is(.homepage, .hp-site) .hp-stats-bar__item {
	text-align: center;
}

:is(.homepage, .hp-site) .hp-stats-bar__num {
	display: block;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(3rem, 5vw, 3.5rem);
	font-weight: 400;
	line-height: 1;
	color: #06B6D4;
	margin-bottom: 0.5rem;
}

:is(.homepage, .hp-site) .hp-stats-bar__label {
	display: block;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: #94A3B8;
}

@media (min-width: 768px) {
	:is(.homepage, .hp-site) .hp-stats-bar__inner {
		display: flex;
		align-items: center;
		gap: 0;
	}

	:is(.homepage, .hp-site) .hp-stats-bar__item {
		flex: 1;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
	}

	:is(.homepage, .hp-site) .hp-stats-bar__item:last-child {
		border-right: none;
	}
}

/* --------------------------------------------------------------------------
   Our Services — Tab + Card Strip
   -------------------------------------------------------------------------- */

:is(.homepage, .hp-site) .hp-svc-tabs {
	background: #F0F4FF;
	padding: 80px 0;
}

:is(.homepage, .hp-site) .hp-svc-tabs__header {
	max-width: 640px;
	margin-bottom: 3rem;
}

:is(.homepage, .hp-site) .hp-svc-tabs__eyebrow {
	display: block;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #06B6D4;
	margin-bottom: 0.85rem;
}

:is(.homepage, .hp-site) .hp-svc-tabs__title {
	font-family: "DM Serif Display", Georgia, serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.15;
	color: #0F172A;
	letter-spacing: -0.02em;
	margin: 0 0 1rem;
}

:is(.homepage, .hp-site) .hp-svc-tabs__sub {
	font-family: "Inter", system-ui, sans-serif;
	font-size: 1.0625rem;
	line-height: 1.7;
	color: #64748B;
	margin: 0;
	max-width: 52ch;
}

:is(.homepage, .hp-site) .hp-svc-tabs__layout {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

@media (min-width: 992px) {
	:is(.homepage, .hp-site) .hp-svc-tabs__layout {
		flex-direction: row;
		align-items: flex-start;
		gap: 2.5rem;
	}
}

:is(.homepage, .hp-site) .hp-svc-tabs__nav-scroll {
	position: relative;
}

:is(.homepage, .hp-site) .hp-svc-tabs__scroll-hint {
	display: none;
}

@media (max-width: 991px) {
	:is(.homepage, .hp-site) .hp-svc-tabs__nav-scroll::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 22px;
		width: 56px;
		background: linear-gradient(to left, #F0F4FF 30%, rgba(240, 244, 255, 0));
		pointer-events: none;
		z-index: 1;
		transition: opacity 0.2s ease;
	}

	:is(.homepage, .hp-site) .hp-svc-tabs__nav-scroll.is-scrolled-end::after {
		opacity: 0;
	}

	:is(.homepage, .hp-site) .hp-svc-tabs__scroll-hint {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.5rem;
		margin: 0.5rem 0 0;
		font-size: 0.75rem;
		font-weight: 500;
		color: #64748B;
	}

	:is(.homepage, .hp-site) .hp-svc-tabs__scroll-hint i {
		color: #1E84B5;
		font-size: 0.6875rem;
		animation: hp-svc-tabs-nudge 1.4s ease-in-out infinite;
	}

	:is(.homepage, .hp-site) .hp-svc-tabs__scroll-hint i:last-child {
		animation-delay: 0.2s;
	}

	:is(.homepage, .hp-site) .hp-svc-tabs__nav-scroll.is-scrolled-end .hp-svc-tabs__scroll-hint {
		opacity: 0.45;
	}
}

@media (min-width: 992px) {
	:is(.homepage, .hp-site) .hp-svc-tabs__scroll-hint {
		display: none;
	}
}

@keyframes hp-svc-tabs-nudge {

	0%,
	100% {
		transform: translateX(0);
		opacity: 0.7;
	}

	50% {
		transform: translateX(3px);
		opacity: 1;
	}
}

:is(.homepage, .hp-site) .hp-svc-tabs__nav-wrap {
	display: flex;
	flex-direction: row;
	gap: 0.65rem;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	padding-bottom: 0.25rem;
}

:is(.homepage, .hp-site) .hp-svc-tabs__nav-wrap::-webkit-scrollbar {
	display: none;
}

@media (max-width: 991px) {
	:is(.homepage, .hp-site) .hp-svc-tabs__nav-wrap {
		scrollbar-width: thin;
		scrollbar-color: #1E84B5 rgba(30, 132, 181, 0.15);
		padding-bottom: 0.5rem;
	}

	:is(.homepage, .hp-site) .hp-svc-tabs__nav-wrap::-webkit-scrollbar {
		display: block;
		height: 5px;
	}

	:is(.homepage, .hp-site) .hp-svc-tabs__nav-wrap::-webkit-scrollbar-track {
		background: rgba(30, 132, 181, 0.12);
		border-radius: 999px;
	}

	:is(.homepage, .hp-site) .hp-svc-tabs__nav-wrap::-webkit-scrollbar-thumb {
		background: #1E84B5;
		border-radius: 999px;
	}
}

@media (min-width: 992px) {
	:is(.homepage, .hp-site) .hp-svc-tabs__nav-wrap {
		flex: 0 0 30%;
		flex-direction: column;
		overflow-y: auto;
		overflow-x: hidden;
		position: sticky;
		top: 100px;
		gap: 0.35rem;
		padding-bottom: 0;
		max-height: calc(100vh - 120px);
		scrollbar-width: thin;
	}
}

:is(.homepage, .hp-site) .hp-svc-tabs__tab {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	flex-shrink: 0;
	width: auto;
	padding: 0.85rem 1.1rem;
	border: none;
	border-left: 3px solid transparent;
	border-radius: 10px;
	background: transparent;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	color: #374151;
	text-align: left;
	cursor: pointer;
	transition: color 200ms ease, background 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
	white-space: nowrap;
}

@media (min-width: 992px) {
	:is(.homepage, .hp-site) .hp-svc-tabs__tab {
		width: 100%;
		white-space: normal;
		padding: 1rem 1.15rem;
	}
}

:is(.homepage, .hp-site) .hp-svc-tabs__tab-icon {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

:is(.homepage, .hp-site) .hp-svc-tabs__tab.is-active {
	background: #FFFFFF;
	border-left: 3px solid #1D4ED8;
	color: #0F172A;
	font-weight: 700;
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
}

:is(.homepage, .hp-site) .hp-svc-tabs__tab-label {
	flex: 1;
	min-width: 0;
	line-height: 1.35;
}

:is(.homepage, .hp-site) .hp-svc-tabs__featured {
	display: inline-block;
	margin-left: auto;
	padding: 0.15rem 0.45rem;
	border-radius: 999px;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #0F172A;
	background: rgba(212, 168, 67, 0.25);
	flex-shrink: 0;
}

:is(.homepage, .hp-site) .hp-svc-tabs__tab--featured.is-active .hp-svc-tabs__featured {
	background: rgba(29, 78, 216, 0.12);
	color: #1D4ED8;
}

@media (min-width: 992px) {
	:is(.homepage, .hp-site) .hp-svc-tabs__tab {
		font-size: 0.875rem;
		padding: 0.85rem 1rem;
	}

	:is(.homepage, .hp-site) .hp-svc-tabs__tab--featured {
		flex-wrap: wrap;
	}

	:is(.homepage, .hp-site) .hp-svc-tabs__featured {
		margin-left: 0;
		margin-top: 0.25rem;
	}
}

:is(.homepage, .hp-site) .hp-svc-tabs__panels {
	flex: 1;
	min-width: 0;
}

@media (min-width: 992px) {
	:is(.homepage, .hp-site) .hp-svc-tabs__panels {
		flex: 0 0 70%;
	}
}

:is(.homepage, .hp-site) .hp-svc-tabs__panel {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	opacity: 0;
	transition: opacity 200ms ease;
}

:is(.homepage, .hp-site) .hp-svc-tabs__panel.is-active {
	opacity: 1;
}

:is(.homepage, .hp-site) .hp-svc-tabs__panel[hidden] {
	display: none !important;
}

:is(.homepage, .hp-site) .hp-svc-panel {
	background: #FFFFFF;
	border-radius: 16px;
	padding: clamp(1.5rem, 3vw, 2rem);
	box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
	border-top: 3px solid #1D4ED8;
}

:is(.homepage, .hp-site) .hp-svc-panel__head {
	margin-bottom: 1.5rem;
}

:is(.homepage, .hp-site) .hp-svc-panel__badge {
	display: inline-block;
	padding: 0.3rem 0.75rem;
	margin-bottom: 0.75rem;
	border-radius: 999px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #92400E;
	background: rgba(212, 168, 67, 0.2);
}

:is(.homepage, .hp-site) .hp-svc-panel__title {
	margin: 0 0 0.65rem;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 400;
	color: #0F172A;
	line-height: 1.2;
}

:is(.homepage, .hp-site) .hp-svc-panel__intro {
	margin: 0;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 0.9375rem;
	line-height: 1.7;
	color: #64748B;
	max-width: 62ch;
}

:is(.homepage, .hp-site) .hp-svc-panel__list {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.85rem;
}

@media (min-width: 768px) {
	:is(.homepage, .hp-site) .hp-svc-panel__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}
}

:is(.homepage, .hp-site) .hp-svc-item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 1rem 1.1rem;
	background: #F8FAFC;
	border: 1px solid rgba(15, 23, 42, 0.06);
	border-radius: 12px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

:is(.homepage, .hp-site) .hp-svc-item:hover {
	border-color: rgba(29, 78, 216, 0.2);
	box-shadow: 0 4px 16px rgba(29, 78, 216, 0.06);
}

:is(.homepage, .hp-site) .hp-svc-item__icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	margin-top: 0.15rem;
	color: #06B6D4;
}

:is(.homepage, .hp-site) .hp-svc-item__body {
	min-width: 0;
}

:is(.homepage, .hp-site) .hp-svc-item__title {
	margin: 0 0 0.35rem;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.35;
	color: #0F172A;
}

:is(.homepage, .hp-site) .hp-svc-item__desc {
	margin: 0;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 0.8125rem;
	line-height: 1.55;
	color: #64748B;
}

:is(.homepage, .hp-site) .hp-svc-panel__note {
	margin: 0;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	font-family: "Inter", system-ui, sans-serif;
	font-size: 0.875rem;
	line-height: 1.65;
	color: #64748B;
}

:is(.homepage, .hp-site) .hp-svc-panel__note a {
	color: #1D4ED8;
	font-weight: 600;
	text-decoration: none;
}

:is(.homepage, .hp-site) .hp-svc-panel__note a:hover {
	text-decoration: underline;
}

:is(.homepage, .hp-site) .hp-svc-card {
	display: flex;
	align-items: flex-start;
	gap: 1.25rem;
	padding: 28px;
	background: #FFFFFF;
	border-top: 3px solid #1D4ED8;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

:is(.homepage, .hp-site) .hp-svc-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(29, 78, 216, 0.12);
}

:is(.homepage, .hp-site) .hp-svc-card__img {
	width: 160px;
	height: 160px;
	flex-shrink: 0;
	object-fit: cover;
	border-radius: 12px;
}

:is(.homepage, .hp-site) .hp-svc-card__body {
	min-width: 0;
}

:is(.homepage, .hp-site) .hp-svc-card__badge {
	display: inline-block;
	padding: 0.3rem 0.75rem;
	margin-bottom: 0.65rem;
	border-radius: 999px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #0F172A;
	background: rgba(6, 182, 212, 0.15);
}

:is(.homepage, .hp-site) .hp-svc-card__title {
	margin: 0 0 0.5rem;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	color: #0F172A;
}

:is(.homepage, .hp-site) .hp-svc-card__desc {
	margin: 0 0 0.85rem;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #64748B;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

:is(.homepage, .hp-site) .hp-svc-card__link {
	font-family: "Inter", system-ui, sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	color: #1D4ED8;
	text-decoration: none;
}

:is(.homepage, .hp-site) .hp-svc-card__link:hover {
	text-decoration: underline;
}

@media (max-width: 640px) {
	:is(.homepage, .hp-site) .hp-svc-tabs__title {
		font-size: clamp(1.75rem, 7vw, 2.25rem);
	}

	:is(.homepage, .hp-site) .hp-svc-card {
		flex-direction: column;
	}

	:is(.homepage, .hp-site) .hp-svc-card__img {
		width: 100%;
		height: 180px;
	}
}

/* --------------------------------------------------------------------------
   Popular Treatments — Card Grid
   -------------------------------------------------------------------------- */

:is(.homepage, .hp-site) .hp-bento {
	position: relative;
	background: #0A2A4A;
	padding: 90px 0;
	overflow: hidden;
}

:is(.homepage, .hp-site) .hp-bento::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(circle, rgba(0, 188, 212, 0.08) 1px, transparent 1px);
	background-size: 28px 28px;
	pointer-events: none;
	z-index: 0;
}

:is(.homepage, .hp-site) .hp-bento .hp-container {
	position: relative;
	z-index: 1;
}

:is(.homepage, .hp-site) .hp-bento__header {
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
}

:is(.homepage, .hp-site) .hp-bento__eyebrow {
	display: block;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #00BCD4;
	margin-bottom: 0.85rem;
}

:is(.homepage, .hp-site) .hp-bento__title {
	font-family: "Inter", system-ui, sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	color: #FFFFFF;
	text-align: center;
	margin: 0 0 1rem;
}

:is(.homepage, .hp-site) .hp-bento__sub {
	font-family: "Inter", system-ui, sans-serif;
	font-size: 15px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.65);
	text-align: center;
	max-width: 550px;
	margin: 0 auto 50px;
}

:is(.homepage, .hp-site) .hp-bento__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

:is(.homepage, .hp-site) .hp-bento__card {
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	transition: all 0.3s ease;
}

:is(.homepage, .hp-site) .hp-bento__card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 32px rgba(0, 188, 212, 0.15);
}

:is(.homepage, .hp-site) .hp-bento__card .treatment-img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 12px 12px 0 0;
}

:is(.homepage, .hp-site) .hp-bento__body {
	padding: 1.15rem 1.25rem 1.25rem;
}

:is(.homepage, .hp-site) .hp-bento__body h3 {
	margin: 0 0 0.35rem;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	color: #0A2A4A;
}

:is(.homepage, .hp-site) .hp-bento__body p {
	margin: 0 0 0.85rem;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #6B7A8D;
}

:is(.homepage, .hp-site) .hp-bento__link {
	display: inline-block;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #00BCD4;
}

@media (max-width: 768px) {
	:is(.homepage, .hp-site) .hp-bento__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	:is(.homepage, .hp-site) .hp-bento__title {
		font-size: clamp(1.75rem, 6vw, 2.25rem);
	}
}

@media (max-width: 480px) {
	:is(.homepage, .hp-site) .hp-bento__grid {
		grid-template-columns: 1fr;
	}
}

:is(.homepage, .hp-site) .hp-process__header {
	text-align: center;
	max-width: 640px;
	margin-inline: auto;
	margin-bottom: 3rem;
}

:is(.homepage, .hp-site) .hp-process__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

@media (min-width: 768px) {
	:is(.homepage, .hp-site) .hp-process__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 992px) {
	:is(.homepage, .hp-site) .hp-process__grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

:is(.homepage, .hp-site) .hp-process__img {
	position: relative;
	border-radius: var(--hp-radius);
	overflow: hidden;
	aspect-ratio: 4 / 3;
	margin-bottom: 1.25rem;
}

:is(.homepage, .hp-site) .hp-process__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

:is(.homepage, .hp-site) .hp-process__num {
	position: absolute;
	top: 1rem;
	left: 1rem;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: var(--hp-blue);
	color: var(--hp-white);
	font-size: 0.8125rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

:is(.homepage, .hp-site) .hp-process__step h3 {
	font-size: 1.0625rem;
	color: var(--hp-navy);
	margin-bottom: 0.5rem;
}

:is(.homepage, .hp-site) .hp-process__step p {
	font-size: 0.9375rem;
	color: var(--hp-text);
	line-height: 1.65;
	margin: 0;
}

:is(.homepage, .hp-site) .hp-visit {
	position: relative;
	padding-block: clamp(5rem, 10vw, 8rem);
	background: url('../images/visit-clinic-bg.jpg') center center / cover no-repeat;
	text-align: center;
}

:is(.homepage, .hp-site) .hp-visit__overlay {
	position: absolute;
	inset: 0;
	background: rgba(11, 31, 46, 0.78);
}

:is(.homepage, .hp-site) .hp-visit__inner {
	position: relative;
	z-index: 1;
	max-width: 680px;
	margin-inline: auto;
}

:is(.homepage, .hp-site) .hp-visit__inner .hp-lead {
	margin-inline: auto;
	margin-bottom: 2rem;
}

:is(.homepage, .hp-site) .hp-testimonials__visual {
	position: relative;
	border-radius: var(--hp-radius-lg);
	overflow: hidden;
	box-shadow: var(--hp-shadow);
}

:is(.homepage, .hp-site) .hp-testimonials__visual>img {
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	display: block;
}

:is(.homepage, .hp-site) .hp-testimonials__rating {
	position: absolute;
	bottom: 1.5rem;
	left: 1.5rem;
	right: 1.5rem;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(8px);
	border-radius: var(--hp-radius);
	padding: 1rem 1.25rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

:is(.homepage, .hp-site) .hp-testimonials__rating strong {
	font-size: 1.25rem;
	color: var(--hp-navy);
}

:is(.homepage, .hp-site) .hp-testimonials__rating span:last-child {
	font-size: 0.8125rem;
	color: var(--hp-text-light);
}

:is(.homepage, .hp-site) .hp-testimonials__quote {
	font-size: 1.125rem;
	font-style: italic;
	color: var(--hp-navy);
	line-height: 1.65;
	margin: 1rem 0 1.5rem;
	padding: 0;
	border: none;
}

:is(.homepage, .hp-site) .hp-testimonial-card__author {
	display: flex;
	align-items: center;
	gap: 0.85rem;
}

:is(.homepage, .hp-site) .hp-testimonial-card__author img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

:is(.homepage, .hp-site) .hp-location__map {
	border-radius: var(--hp-radius-lg);
	overflow: hidden;
	box-shadow: var(--hp-shadow);
	aspect-ratio: 4 / 3;
}

:is(.homepage, .hp-site) .hp-location__map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

:is(.homepage, .hp-site) .hp-location__item a {
	color: var(--hp-text);
	text-decoration: none;
}

:is(.homepage, .hp-site) .hp-location__item a:hover {
	color: var(--hp-blue);
}

:is(.homepage, .hp-site) .hp-trust__logos {
	margin-top: 3rem;
}

/* --------------------------------------------------------------------------
   Overrides — suppress legacy template section styles on homepage
   -------------------------------------------------------------------------- */

:is(.homepage, .hp-site) .preloader {
	background: var(--hp-white);
}

:is(.homepage, .hp-site) .slicknav_menu {
	background: var(--hp-navy);
}

:is(.homepage, .hp-site) .slicknav_nav a,
:is(.homepage, .hp-site) .slicknav_nav .nav-link {
	color: var(--hp-white) !important;
	font-size: 1rem;
	font-weight: 500;
	padding: 14px 24px !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

:is(.homepage, .hp-site) .slicknav_nav a:hover,
:is(.homepage, .hp-site) .slicknav_nav .nav-link:hover {
	color: #00BCD4 !important;
	background: rgba(255, 255, 255, 0.06);
}

:is(.homepage, .hp-site) .slicknav_nav .highlighted-menu a,
:is(.homepage, .hp-site) .slicknav_nav .highlighted-menu .nav-link {
	background: var(--hp-blue) !important;
	color: var(--hp-white) !important;
	text-align: center;
	margin: 12px 16px 16px;
	border-radius: 8px;
	border-bottom: none;
}

:is(.homepage, .hp-site) .slicknav_nav .highlighted-menu a:hover,
:is(.homepage, .hp-site) .slicknav_nav .highlighted-menu .nav-link:hover {
	background: var(--hp-blue-accent) !important;
	color: var(--hp-white) !important;
}

:is(.homepage, .hp-site) .slicknav_nav ul ul li a {
	padding-left: 36px !important;
	font-size: 0.9375rem;
	color: rgba(255, 255, 255, 0.88) !important;
}

:is(.homepage, .hp-site) .slicknav_nav ul ul li a:hover {
	color: #00BCD4 !important;
}

/* Mobile Services dropdown — align parent row with other nav items */
:is(.homepage, .hp-site) .slicknav_nav li.slicknav_parent>a.slicknav_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 24px !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

:is(.homepage, .hp-site) .slicknav_nav li.slicknav_parent>a.slicknav_item>a.nav-link {
	flex: 1;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	background: transparent !important;
}

:is(.homepage, .hp-site) .slicknav_nav li.slicknav_parent>a.slicknav_item:hover {
	background: rgba(255, 255, 255, 0.06) !important;
}

:is(.homepage, .hp-site) .slicknav_nav li.slicknav_parent>a.slicknav_item:hover>a.nav-link {
	color: #00BCD4 !important;
	background: transparent !important;
}

:is(.homepage, .hp-site) .slicknav_nav li.slicknav_parent .slicknav_arrow {
	position: static;
	flex-shrink: 0;
	margin-left: auto;
	padding-left: 12px;
	font-size: 0 !important;
	line-height: 1;
}

:is(.homepage, .hp-site) .slicknav_nav li.slicknav_parent .slicknav_arrow:after {
	display: inline-block;
	content: '\f107';
	font-family: 'Font Awesome 6 Free', 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.85);
	position: static;
	margin: 0;
	transition: transform 0.25s ease, color 0.25s ease;
}

:is(.homepage, .hp-site) .slicknav_nav li.slicknav_open>a.slicknav_item .slicknav_arrow:after {
	transform: rotate(180deg);
	color: #00BCD4;
}

:is(.homepage, .hp-site) .slicknav_nav li.slicknav_parent>a.slicknav_item:hover .slicknav_arrow:after {
	color: #00BCD4;
}


/* ============================================
   DDS DOCTORS SECTION — ALL CLASSES PREFIXED dds-doc-
   Safe to drop into existing page without conflicts
   ============================================ */

#dds-doctors-section {
	background-color: #0A2A4A;
	position: relative;
	overflow: hidden;
	padding: 90px 0 100px;
	font-family: 'Inter', sans-serif;
}

#dds-doctors-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: radial-gradient(circle, rgba(0, 188, 212, 0.07) 1px, transparent 1px);
	background-size: 28px 28px;
	pointer-events: none;
	z-index: 0;
}

.dds-doc-tooth-watermark {
	position: absolute;
	right: -80px;
	bottom: -60px;
	width: 420px;
	height: auto;
	pointer-events: none;
	z-index: 0;
}

.dds-doc-container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 24px;
	position: relative;
	z-index: 1;
}

/* ---- HEADING ---- */
.dds-doc-label {
	display: block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: #00BCD4;
	text-align: center;
	margin-bottom: 14px;
}

.dds-doc-heading {
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 14px;
}

.dds-doc-subheading {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.58);
	text-align: center;
	max-width: 540px;
	margin: 0 auto 60px;
	line-height: 1.75;
}

/* ============================================
     FEATURED — DR. SHUBHAM
     ============================================ */
.dds-doc-featured-wrap {
	margin-bottom: 48px;
}

.dds-doc-featured-card {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(0, 188, 212, 0.25);
	border-radius: 20px;
	padding: 40px 48px;
	display: grid;
	grid-template-columns: 430px 1fr;
	gap: 48px;
	align-items: center;
	transition: border-color 0.3s ease;
	position: relative;
	overflow: hidden;
}

.dds-doc-featured-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: linear-gradient(180deg, #00BCD4, rgba(0, 188, 212, 0.2));
	border-radius: 20px 0 0 20px;
}

.dds-doc-featured-card:hover {
	border-color: rgba(0, 188, 212, 0.5);
	background: rgba(255, 255, 255, 0.08);
}

.dds-doc-featured-photo-wrap {
	position: relative;
}

.dds-doc-featured-photo {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 14px;
	display: block;
}

.dds-doc-featured-photo-placeholder {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 14px;
	background: linear-gradient(160deg, rgba(0, 188, 212, 0.12), rgba(0, 188, 212, 0.04));
	border: 1px solid rgba(0, 188, 212, 0.2);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	overflow: hidden;
}

.dds-doc-featured-photo-placeholder svg {
	width: 56px;
	height: 56px;
	opacity: 0.3;
}

.dds-doc-featured-photo-placeholder span {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.3);
	letter-spacing: 0.5px;
}

.dds-doc-primary-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	background: #00BCD4;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 5px 14px;
	border-radius: 20px;
	box-shadow: 0 4px 16px rgba(0, 188, 212, 0.4);
	z-index: 2;
}

.dds-doc-featured-info {
	display: flex;
	flex-direction: column;
}

.dds-doc-featured-role {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #00BCD4;
	margin-bottom: 10px;
}

.dds-doc-featured-name {
	font-family: 'Playfair Display', serif;
	font-size: 34px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1.2;
	margin-bottom: 14px;
}

.dds-doc-badges-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
}

.dds-doc-degree-chip {
	font-size: 12px;
	font-weight: 500;
	color: #00BCD4;
	background: rgba(0, 188, 212, 0.1);
	border: 1px solid rgba(0, 188, 212, 0.25);
	padding: 5px 14px;
	border-radius: 20px;
}

.dds-doc-gold-chip {
	font-size: 12px;
	font-weight: 600;
	color: #F5C842;
	background: rgba(245, 200, 66, 0.1);
	border: 1px solid rgba(245, 200, 66, 0.25);
	padding: 5px 14px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.dds-doc-invisalign-chip {
	font-size: 12px;
	font-weight: 600;
	color: #A78BFA;
	background: rgba(167, 139, 250, 0.1);
	border: 1px solid rgba(167, 139, 250, 0.25);
	padding: 5px 14px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.dds-doc-featured-bio {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.8;
	margin-bottom: 22px;
	max-width: 540px;
}

.dds-doc-divider {
	width: 48px;
	height: 2px;
	background: linear-gradient(90deg, #00BCD4, rgba(0, 188, 212, 0.2));
	border-radius: 2px;
	margin-bottom: 20px;
}

.dds-doc-expertise-label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.38);
	margin-bottom: 10px;
}

.dds-doc-expertise-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 28px;
}

.dds-doc-expertise-pill {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.72);
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 5px 13px;
	border-radius: 20px;
	transition: all 0.2s ease;
}

.dds-doc-expertise-pill:hover {
	background: rgba(0, 188, 212, 0.12);
	border-color: rgba(0, 188, 212, 0.3);
	color: #00BCD4;
}

.dds-doc-profile-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	background: #00BCD4;
	border: none;
	padding: 13px 28px;
	border-radius: 8px;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s ease;
	width: fit-content;
}

.dds-doc-profile-btn:hover {
	background: #0097A7;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 188, 212, 0.35);
	color: #FFFFFF;
	text-decoration: none;
}

/* ============================================
		 CAROUSEL — OUR SPECIALIST TEAM
		 ============================================ */
.dds-doc-carousel-section {
	position: relative;
}

.dds-doc-carousel-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.dds-doc-carousel-title {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.38);
}

.dds-doc-nav-btns {
	display: flex;
	gap: 10px;
}

.dds-doc-nav-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(0, 188, 212, 0.3);
	background: rgba(255, 255, 255, 0.05);
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.25s ease;
	flex-shrink: 0;
}

.dds-doc-nav-btn:hover {
	background: #00BCD4;
	border-color: #00BCD4;
}

.dds-doc-nav-btn:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}

.dds-doc-nav-btn:disabled:hover {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(0, 188, 212, 0.3);
}

.dds-doc-carousel-outer {
	overflow: hidden;
	border-radius: 16px;
}

.dds-doc-carousel-track {
	display: flex;
	gap: 20px;
	transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}

/* ---- CAROUSEL CARD ---- */
.dds-doc-card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(0, 188, 212, 0.12);
	border-radius: 16px;
	overflow: hidden;
	transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
	display: flex;
	flex-direction: column;
	flex: 0 0 calc(33.333% - 14px);
	min-width: 0;
}

.dds-doc-card:hover {
	border-color: rgba(0, 188, 212, 0.38);
	background: rgba(255, 255, 255, 0.07);
	transform: translateY(-5px);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.dds-doc-card-photo-wrap {
	position: relative;
	width: 100%;
}

.dds-doc-card-photo-placeholder {
	width: 100%;
	aspect-ratio: 1 / 1;
	background: linear-gradient(160deg, rgba(0, 188, 212, 0.1), rgba(0, 188, 212, 0.03));
	border-bottom: 1px solid rgba(0, 188, 212, 0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	overflow: hidden;
}

.dds-doc-card-photo-placeholder svg {
	width: 44px;
	height: 44px;
	opacity: 0.25;
}

.dds-doc-card-photo-placeholder span {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.25);
}

.dds-doc-card-photo {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: top;
	display: block;
	border-bottom: 1px solid rgba(0, 188, 212, 0.1);
}

.dds-doc-spec-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #00BCD4, rgba(0, 188, 212, 0.3));
}

.dds-doc-card-body {
	padding: 20px 18px 22px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.dds-doc-card-name {
	font-family: 'Playfair Display', serif;
	font-size: 17px;
	font-weight: 700;
	color: #FFFFFF;
	margin-bottom: 5px;
	line-height: 1.3;
}

.dds-doc-card-degree {
	font-size: 11px;
	color: #00BCD4;
	font-weight: 500;
	margin-bottom: 11px;
	line-height: 1.5;
}

.dds-doc-card-spec {
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 4px 11px;
	border-radius: 20px;
	margin-bottom: 14px;
	width: fit-content;
}

.dds-doc-card-areas {
	list-style: none;
	padding: 0;
	margin: 0 0 18px;
	display: flex;
	flex-direction: column;
	gap: 7px;
	flex: 1;
}

.dds-doc-card-areas li {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.55);
	display: flex;
	align-items: flex-start;
	gap: 8px;
	line-height: 1.4;
}

.dds-doc-card-areas li::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #00BCD4;
	flex-shrink: 0;
	margin-top: 5px;
}

.dds-doc-card-link {
	font-size: 12px;
	font-weight: 600;
	color: #00BCD4;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	transition: gap 0.2s ease;
	margin-top: auto;
}

.dds-doc-card-link:hover {
	gap: 9px;
	color: #00BCD4;
	text-decoration: none;
}

.dds-doc-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 28px;
}

.dds-doc-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	border: none;
	padding: 0;
	cursor: pointer;
	transition: all 0.3s ease;
}

.dds-doc-dot.active {
	background: #00BCD4;
	width: 24px;
	border-radius: 4px;
}

/* ============================================
		 RESPONSIVE
		 ============================================ */
@media (max-width: 1024px) {
	.dds-doc-featured-card {
		grid-template-columns: 210px 1fr;
		gap: 32px;
		padding: 32px;
	}

	.dds-doc-featured-name {
		font-size: 28px;
	}

	.dds-doc-card {
		flex: 0 0 calc(50% - 10px);
	}
}

@media (max-width: 768px) {
	.dds-doc-featured-card {
		grid-template-columns: 1fr;
		padding: 28px 24px;
	}

	.dds-doc-featured-card::before {
		display: none;
	}

	.dds-doc-featured-photo-wrap {
		max-width: 240px;
		margin: 0 auto;
	}

	.dds-doc-featured-info {
		text-align: center;
	}

	.dds-doc-badges-row {
		justify-content: center;
	}

	.dds-doc-expertise-list {
		justify-content: center;
	}

	.dds-doc-profile-btn {
		margin: 0 auto;
	}

	.dds-doc-divider {
		margin-left: auto;
		margin-right: auto;
	}

	.dds-doc-heading {
		font-size: 30px;
	}

	.dds-doc-card {
		flex: 0 0 calc(80% - 10px);
	}
}

@media (max-width: 480px) {
	#dds-doctors-section {
		padding: 60px 0 70px;
	}

	.dds-doc-heading {
		font-size: 26px;
	}

	.dds-doc-card {
		flex: 0 0 calc(90% - 10px);
	}
}


.ti-verified-by-row,
.ti-verified-by,
.hp-footer__legal {
	display: none !important;
}