/**
 * Landing template: Dental Implant Surgery – Cerritos, CA
 * Scoped to .afd-cerritos to reduce theme conflicts.
 */

.afd-cerritos {
	--afd-navy: #0c1a2e;
	--afd-navy-mid: #152a45;
	--afd-gold: #c6a35a;
	--afd-gold-deep: #a6843c;
	--afd-cream: #f4efe6;
	--afd-white: #ffffff;
	--afd-muted: #5c6570;
	--afd-radius: 14px;
	--afd-shadow: 0 24px 60px rgba(12, 26, 46, 0.18);
	--afd-font: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
	color: #1a1f26;
	font-family: var(--afd-font);
	line-height: 1.65;
}

.afd-cerritos * {
	box-sizing: border-box;
}

.afd-cerritos img {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: var(--afd-radius);
}

.afd-cerritos a {
	color: var(--afd-gold-deep);
	text-decoration: none;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.afd-cerritos a:hover {
	color: var(--afd-navy);
}

/* Hero */
.afd-hero {
	position: relative;
	min-height: 72vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: var(--afd-white);
	padding: 4rem 1.5rem;
	overflow: hidden;
}

.afd-hero__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	filter: brightness(0.45);
}

.afd-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		160deg,
		rgba(12, 26, 46, 0.85) 0%,
		rgba(12, 26, 46, 0.55) 45%,
		rgba(198, 163, 90, 0.25) 100%
	);
}

.afd-hero__content {
	position: relative;
	z-index: 2;
	max-width: 920px;
}

.afd-eyebrow {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	font-size: 0.72rem;
	font-weight: 700;
	color: var(--afd-gold);
	margin-bottom: 1rem;
}

.afd-hero h1 {
	font-size: clamp(1.85rem, 4vw, 2.85rem);
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 1rem;
	text-shadow: 0 6px 40px rgba(0, 0, 0, 0.35);
}

.afd-lead {
	font-size: 1.125rem;
	opacity: 0.95;
	max-width: 640px;
	margin: 0 auto 2rem;
}

.afd-btn-row {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
}

.afd-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.95rem 1.75rem;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.95rem;
	border: 2px solid transparent;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.afd-btn:focus-visible {
	outline: 3px solid var(--afd-gold);
	outline-offset: 3px;
}

.afd-btn--primary {
	background: linear-gradient(135deg, var(--afd-gold) 0%, var(--afd-gold-deep) 100%);
	color: var(--afd-navy);
	box-shadow: var(--afd-shadow);
}

.afd-btn--primary:hover {
	transform: translateY(-2px);
	color: var(--afd-navy);
}

.afd-btn--ghost {
	border-color: rgba(255, 255, 255, 0.65);
	color: var(--afd-white);
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(6px);
}

.afd-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.14);
	color: var(--afd-white);
}

.afd-btn--dark {
	background: var(--afd-navy);
	color: var(--afd-white);
}

.afd-btn--dark:hover {
	background: var(--afd-navy-mid);
	color: var(--afd-white);
}

/* Sections */
.afd-section {
	padding: clamp(3rem, 6vw, 5rem) 1.5rem;
}

.afd-section--cream {
	background: var(--afd-cream);
}

.afd-section--navy {
	background: radial-gradient(1200px 600px at 10% 0%, var(--afd-navy-mid) 0%, var(--afd-navy) 55%);
	color: #e8ecf2;
}

.afd-section--navy h2,
.afd-section--navy h3 {
	color: var(--afd-white);
}

.afd-section--navy .afd-muted {
	color: rgba(232, 236, 242, 0.78);
}

.afd-wrap {
	max-width: 1180px;
	margin: 0 auto;
}

.afd-section__title {
	font-size: clamp(1.65rem, 3vw, 2.15rem);
	font-weight: 700;
	text-align: center;
	margin: 0 0 0.75rem;
	line-height: 1.25;
}

.afd-section__subtitle {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 2.5rem;
	color: var(--afd-muted);
	font-size: 1.05rem;
}

.afd-grid-2 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
	align-items: center;
}

@media (min-width: 900px) {
	.afd-grid-2 {
		grid-template-columns: 1fr 1fr;
		gap: 3.5rem;
	}
}

.afd-prose p {
	margin: 0 0 1.1rem;
}

.afd-prose h3 {
	font-size: 1.35rem;
	margin: 1.5rem 0 0.75rem;
	color: var(--afd-navy);
}

.afd-section--navy .afd-prose h3 {
	color: var(--afd-white);
}

/* Cards */
.afd-cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
}

@media (min-width: 640px) {
	.afd-cards {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1000px) {
	.afd-cards--4 {
		grid-template-columns: repeat(4, 1fr);
	}
}

.afd-card {
	background: var(--afd-white);
	border-radius: var(--afd-radius);
	padding: 1.75rem 1.5rem;
	box-shadow: 0 12px 40px rgba(12, 26, 46, 0.08);
	border: 1px solid rgba(12, 26, 46, 0.06);
	height: 100%;
}

.afd-section--cream .afd-card {
	background: var(--afd-white);
}

.afd-card__icon {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(198, 163, 90, 0.25), rgba(12, 26, 46, 0.08));
	display: grid;
	place-items: center;
	font-size: 1.35rem;
	margin-bottom: 1rem;
}

.afd-card h3 {
	font-size: 1.1rem;
	margin: 0 0 0.5rem;
	color: var(--afd-navy);
}

.afd-card p {
	margin: 0;
	font-size: 0.98rem;
	color: var(--afd-muted);
}

/* Dark split + CTA box */
.afd-split-dark {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: center;
}

@media (min-width: 900px) {
	.afd-split-dark {
		grid-template-columns: 1fr 1.05fr;
		gap: 3rem;
	}
}

.afd-service-pills {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
}

.afd-pill {
	display: block;
	text-align: center;
	padding: 0.85rem 0.5rem;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: #f0f3f8;
	font-weight: 600;
	font-size: 0.9rem;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.afd-pill:hover {
	background: rgba(198, 163, 90, 0.18);
	border-color: rgba(198, 163, 90, 0.45);
	color: var(--afd-white);
}

.afd-cta-box {
	margin-top: 1.75rem;
	padding: 1.25rem 1.5rem;
	border-radius: var(--afd-radius);
	background: linear-gradient(135deg, rgba(198, 163, 90, 0.35), rgba(12, 26, 46, 0.4));
	border: 1px solid rgba(198, 163, 90, 0.45);
	text-align: center;
}

.afd-cta-box strong {
	display: block;
	font-size: 1.35rem;
	letter-spacing: 0.04em;
	color: var(--afd-gold);
}

.afd-cta-box a {
	color: var(--afd-white);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Check list */
.afd-checklist {
	list-style: none;
	padding: 0;
	margin: 0;
}

.afd-checklist li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 0.85rem;
}

.afd-checklist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.35rem;
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 4px;
	background: linear-gradient(135deg, var(--afd-gold), var(--afd-gold-deep));
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E")
		center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E")
		center / contain no-repeat;
}

/* Philosophy / Process */
.afd-dual-panels {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
}

@media (min-width: 800px) {
	.afd-dual-panels {
		grid-template-columns: 1fr 1fr;
	}
}

.afd-panel {
	background: var(--afd-white);
	border-radius: var(--afd-radius);
	padding: 2rem;
	box-shadow: 0 16px 50px rgba(12, 26, 46, 0.07);
	border: 1px solid rgba(12, 26, 46, 0.06);
}

.afd-panel h3 {
	margin-top: 0;
	color: var(--afd-navy);
}

.afd-panel ol,
.afd-panel ul {
	margin: 0;
	padding-left: 1.15rem;
}

.afd-panel li {
	margin-bottom: 0.5rem;
}

/* Specialty columns */
.afd-trio {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	text-align: center;
}

@media (min-width: 768px) {
	.afd-trio {
		grid-template-columns: repeat(3, 1fr);
	}
}

.afd-trio article {
	padding: 2rem 1.25rem;
	border-radius: var(--afd-radius);
	background: var(--afd-white);
	box-shadow: 0 12px 36px rgba(12, 26, 46, 0.07);
	border: 1px solid rgba(12, 26, 46, 0.06);
}

.afd-trio .afd-card__icon {
	margin: 0 auto 1rem;
}

/* Icon grid */
.afd-icon-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}

@media (min-width: 600px) {
	.afd-icon-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 900px) {
	.afd-icon-grid {
		grid-template-columns: repeat(5, 1fr);
	}
}

.afd-icon-item {
	text-align: center;
	padding: 1.25rem 0.5rem;
	border-radius: 12px;
	background: var(--afd-white);
	border: 1px solid rgba(12, 26, 46, 0.06);
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--afd-navy);
}

.afd-icon-item span {
	display: block;
	font-size: 1.6rem;
	margin-bottom: 0.35rem;
}

/* Accordion */
.afd-acc {
	border-radius: var(--afd-radius);
	overflow: hidden;
	border: 1px solid rgba(12, 26, 46, 0.1);
	background: var(--afd-white);
}

.afd-acc details {
	border-bottom: 1px solid rgba(12, 26, 46, 0.08);
}

.afd-acc details:last-child {
	border-bottom: 0;
}

.afd-acc summary {
	cursor: pointer;
	padding: 1.1rem 1.25rem;
	font-weight: 700;
	color: var(--afd-navy);
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.afd-acc summary::-webkit-details-marker {
	display: none;
}

.afd-acc summary::after {
	content: "+";
	font-size: 1.35rem;
	font-weight: 400;
	color: var(--afd-gold-deep);
	transition: transform 0.2s ease;
}

.afd-acc details[open] summary::after {
	transform: rotate(45deg);
}

.afd-acc .afd-acc__body {
	padding: 0 1.25rem 1.15rem;
	color: var(--afd-muted);
	font-size: 0.98rem;
}

/* FAQ section */
.afd-faq .afd-acc summary {
	font-size: 1rem;
}

/* Contact band */
.afd-contact-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

@media (min-width: 900px) {
	.afd-contact-grid {
		grid-template-columns: 1.1fr 0.9fr;
		align-items: start;
	}
}

.afd-hours table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95rem;
}

.afd-hours th,
.afd-hours td {
	padding: 0.55rem 0;
	border-bottom: 1px solid rgba(12, 26, 46, 0.08);
	text-align: left;
}

.afd-hours th {
	color: var(--afd-muted);
	font-weight: 600;
	width: 42%;
}

/* Contact + hours — premium glass two-column */
.afd-section--contact-premium {
	position: relative;
	overflow: hidden;
	background: linear-gradient(168deg, var(--afd-cream) 0%, #f0ebe4 48%, #e8e2da 100%);
}

.afd-section--contact-premium::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 75% 55% at 12% 25%, rgba(198, 163, 90, 0.14), transparent 58%),
		radial-gradient(ellipse 65% 50% at 92% 85%, rgba(12, 26, 46, 0.07), transparent 52%);
	pointer-events: none;
}

.afd-section--contact-premium .afd-wrap {
	position: relative;
	z-index: 1;
}

.afd-section--contact-premium .afd-contact-grid {
	gap: clamp(1.5rem, 4vw, 2.75rem);
}

@media (min-width: 900px) {
	.afd-section--contact-premium .afd-contact-grid {
		grid-template-columns: 1fr 1fr;
		align-items: stretch;
	}
}

.afd-contact-card {
	padding: 2rem 2rem 2.35rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.42);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.55);
	box-shadow:
		0 16px 48px rgba(12, 26, 46, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.afd-contact-card__heading {
	font-size: clamp(1.5rem, 2.8vw, 2rem);
	font-weight: 700;
	text-align: left;
	margin: 0 0 1.5rem;
	color: var(--afd-navy);
	line-height: 1.2;
}

.afd-contact-card__line {
	margin: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.65;
	color: var(--afd-muted);
}

.afd-contact-card__line:last-of-type {
	margin-bottom: 0;
}

.afd-contact-card__label {
	color: var(--afd-navy);
	font-weight: 700;
}

.afd-contact-card__value {
	color: var(--afd-muted);
}

.afd-contact-card__link {
	font-weight: 600;
	margin-left: 0.35rem;
	color: var(--afd-gold-deep);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.afd-contact-card__link:hover {
	color: var(--afd-navy);
	border-bottom-color: rgba(12, 26, 46, 0.22);
}

.afd-contact-card__actions {
	margin-top: 1.5rem;
}

.afd-btn--contact-schedule {
	background: var(--afd-navy);
	color: var(--afd-gold);
	border: 2px solid var(--afd-navy);
	box-shadow: 0 12px 36px rgba(12, 26, 46, 0.22);
}

.afd-btn--contact-schedule:hover {
	background: var(--afd-navy-mid);
	color: var(--afd-gold);
	border-color: var(--afd-navy-mid);
}

.afd-btn--contact-schedule:focus-visible {
	outline: 3px solid var(--afd-gold);
	outline-offset: 3px;
}

.afd-contact-hours-card {
	padding: 2rem 2rem 1.65rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.52);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.65);
	box-shadow:
		0 20px 56px rgba(12, 26, 46, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.78);
	height: 100%;
}

.afd-contact-hours-card__heading {
	margin: 0 0 1.25rem;
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--afd-navy);
	text-align: left;
}

.afd-hours--premium {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95rem;
	border-radius: 12px;
	overflow: hidden;
}

.afd-hours--premium tbody tr:nth-child(odd) {
	background: rgba(255, 255, 255, 0.78);
}

.afd-hours--premium tbody tr:nth-child(even) {
	background: rgba(12, 26, 46, 0.042);
}

.afd-hours--premium th,
.afd-hours--premium td {
	padding: 0.65rem 0.85rem;
	border-bottom: 1px solid rgba(12, 26, 46, 0.09);
	text-align: left;
	vertical-align: top;
}

.afd-hours--premium tbody tr:last-child th,
.afd-hours--premium tbody tr:last-child td {
	border-bottom: 0;
}

.afd-hours--premium th {
	color: var(--afd-navy);
	font-weight: 600;
	width: 46%;
}

.afd-hours--premium td {
	color: var(--afd-muted);
	font-weight: 500;
}

/* Bottom bar on template */
.afd-bottombar {
	background: #070f1a;
	color: rgba(255, 255, 255, 0.72);
	padding: 1rem 1.5rem;
	font-size: 0.85rem;
	text-align: center;
}

.afd-bottombar a {
	color: var(--afd-gold);
}

/* Image frame */
.afd-img-frame {
	position: relative;
	border-radius: var(--afd-radius);
	overflow: hidden;
	box-shadow: var(--afd-shadow);
}

.afd-img-frame::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
	pointer-events: none;
}

/* Lakewood: premium services showcase */
.afd-services-showcase {
	position: relative;
	overflow: hidden;
	padding: clamp(3.5rem, 8vw, 6rem) 1.5rem;
}

.afd-services-showcase__bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 90% 60% at 50% -30%, rgba(198, 163, 90, 0.14), transparent 55%),
		radial-gradient(ellipse 60% 40% at 100% 50%, rgba(12, 26, 46, 0.04), transparent 50%),
		radial-gradient(ellipse 60% 40% at 0% 80%, rgba(198, 163, 90, 0.06), transparent 45%),
		linear-gradient(165deg, #fdfcfa 0%, var(--afd-cream) 42%, #ebe4d8 100%);
	pointer-events: none;
}

.afd-services-showcase .afd-wrap {
	position: relative;
	z-index: 1;
	max-width: min(1340px, 100%);
}

.afd-services-showcase__header {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 3rem;
}

.afd-services-showcase__eyebrow {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--afd-gold-deep);
	margin: 0 0 1rem;
	padding: 0.35rem 1rem;
	border-radius: 999px;
	background: rgba(198, 163, 90, 0.15);
	border: 1px solid rgba(198, 163, 90, 0.28);
}

.afd-services-showcase__title {
	font-size: clamp(1.75rem, 3.5vw, 2.35rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 1rem;
	color: var(--afd-navy);
	letter-spacing: -0.02em;
}

.afd-services-showcase__lead {
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.7;
	color: var(--afd-muted);
}

.afd-services-showcase__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

@media (min-width: 640px) {
	.afd-services-showcase__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.35rem;
	}
}

@media (min-width: 1024px) {
	.afd-services-showcase__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.5rem;
	}
}

/* Five service cards in one row on wide desktops */
@media (min-width: 1280px) {
	.afd-services-showcase__grid--five {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 1rem;
		align-items: stretch;
	}

	.afd-services-showcase__grid--five .afd-service-card__title {
		font-size: 1.02rem;
		line-height: 1.25;
	}

	.afd-services-showcase__grid--five .afd-service-card__intro,
	.afd-services-showcase__grid--five .afd-service-card__body {
		font-size: 0.84rem;
		line-height: 1.5;
	}

	.afd-services-showcase__grid--five .afd-service-card__list {
		font-size: 0.78rem;
	}

	.afd-services-showcase__grid--five .afd-service-card__list li {
		margin-bottom: 0.4rem;
	}

	.afd-services-showcase__grid--five .afd-service-card__note {
		font-size: 0.8rem;
		margin-bottom: 0.85rem;
	}

	.afd-services-showcase__grid--five .afd-service-card {
		padding: 1.35rem 1rem 1.2rem;
	}

	.afd-services-showcase__grid--five .afd-service-card__icon {
		width: 52px;
		height: 52px;
		margin-bottom: 0.85rem;
		border-radius: 14px;
	}

	.afd-services-showcase__grid--five .afd-service-card__icon svg {
		width: 32px;
		height: 32px;
	}

	.afd-services-showcase__grid--five .afd-service-card__cta {
		font-size: 0.72rem;
		padding: 0.55rem 0.75rem;
		width: 100%;
		justify-content: center;
		align-self: stretch;
		text-align: center;
	}
}

.afd-service-card {
	position: relative;
	background: var(--afd-white);
	border-radius: 18px;
	padding: 1.85rem 1.65rem 1.65rem;
	box-shadow:
		0 4px 24px rgba(12, 26, 46, 0.06),
		0 1px 0 rgba(255, 255, 255, 0.8) inset;
	border: 1px solid rgba(12, 26, 46, 0.06);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.afd-service-card:hover {
	transform: translateY(-6px);
	box-shadow:
		0 24px 48px rgba(12, 26, 46, 0.12),
		0 0 0 1px rgba(198, 163, 90, 0.2);
	border-color: rgba(198, 163, 90, 0.25);
}

.afd-service-card__icon {
	width: 64px;
	height: 64px;
	border-radius: 18px;
	display: grid;
	place-items: center;
	margin-bottom: 1.25rem;
	color: var(--afd-navy);
	background: linear-gradient(145deg, rgba(198, 163, 90, 0.22) 0%, rgba(12, 26, 46, 0.06) 100%);
	border: 1px solid rgba(198, 163, 90, 0.35);
	box-shadow: 0 8px 20px rgba(12, 26, 46, 0.08);
}

.afd-service-card__title {
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 0 0.65rem;
	color: var(--afd-navy);
	line-height: 1.3;
	letter-spacing: -0.01em;
}

.afd-service-card__intro {
	font-size: 0.95rem;
	color: var(--afd-muted);
	margin: 0 0 1rem;
	line-height: 1.6;
	flex-grow: 0;
}

.afd-service-card__body {
	font-size: 0.92rem;
	color: var(--afd-muted);
	margin: 0 0 1rem;
	line-height: 1.6;
}

.afd-service-card__list {
	list-style: none;
	padding: 0;
	margin: 0 0 1rem;
	font-size: 0.9rem;
	color: var(--afd-muted);
}

.afd-service-card__list li {
	position: relative;
	padding-left: 1.35rem;
	margin-bottom: 0.55rem;
	line-height: 1.45;
}

.afd-service-card__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45rem;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--afd-gold), var(--afd-gold-deep));
	box-shadow: 0 0 0 3px rgba(198, 163, 90, 0.2);
}

.afd-service-card__note {
	font-size: 0.88rem;
	font-style: italic;
	color: #6b7280;
	margin: 0 0 1.25rem;
	line-height: 1.5;
}

.afd-service-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	padding: 0.65rem 1.15rem;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
	color: var(--afd-navy);
	background: linear-gradient(135deg, rgba(198, 163, 90, 0.35), rgba(198, 163, 90, 0.15));
	border: 1px solid rgba(166, 132, 60, 0.45);
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
	align-self: flex-start;
}

.afd-service-card__cta:hover {
	color: var(--afd-navy);
	background: linear-gradient(135deg, var(--afd-gold), var(--afd-gold-deep));
	transform: translateY(-1px);
}

/* Mobile polish */
@media (max-width: 599px) {
	.afd-service-pills {
		grid-template-columns: 1fr;
	}
}

/* -------------------------------------------------------------------------
   Artesia landing: glass morphism + layout accents (.afd-artesia)
   ------------------------------------------------------------------------- */
.afd-artesia .afd-hero__glass {
	padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.5rem, 4vw, 3rem);
	border-radius: 24px;
	background: rgba(12, 26, 46, 0.42);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow:
		0 25px 80px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
	max-width: 920px;
	margin: 0 auto;
}

.afd-artesia .afd-hero--artesia {
	min-height: 78vh;
}

/* Full-bleed imagery band */
.afd-artesia-visual {
	position: relative;
	height: min(42vh, 420px);
	overflow: hidden;
}

.afd-artesia-visual__img {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center 35%;
	filter: saturate(1.05) brightness(0.92);
	transform: scale(1.02);
}

.afd-artesia-visual__accent {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(12, 26, 46, 0.65) 0%,
		rgba(12, 26, 46, 0.15) 45%,
		rgba(198, 163, 90, 0.2) 100%
	);
	pointer-events: none;
}

.afd-services-showcase--glass .afd-services-showcase__bg {
	background:
		radial-gradient(ellipse 100% 80% at 50% -20%, rgba(198, 163, 90, 0.18), transparent 50%),
		linear-gradient(170deg, #f8f6f2 0%, #ebe6dc 48%, #e2dcd2 100%);
}

.afd-artesia .afd-service-card--glass {
	background: rgba(255, 255, 255, 0.58);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: 1px solid rgba(255, 255, 255, 0.65);
	box-shadow:
		0 8px 32px rgba(12, 26, 46, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.afd-artesia .afd-service-card--glass:hover {
	background: rgba(255, 255, 255, 0.72);
	box-shadow:
		0 28px 56px rgba(12, 26, 46, 0.14),
		0 0 0 1px rgba(198, 163, 90, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.afd-artesia .afd-card--glass {
	background: rgba(255, 255, 255, 0.55);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.55);
	box-shadow:
		0 12px 40px rgba(12, 26, 46, 0.07),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.afd-artesia .afd-card--glass:hover {
	transform: translateY(-4px);
	border-color: rgba(198, 163, 90, 0.35);
	box-shadow:
		0 20px 50px rgba(12, 26, 46, 0.12),
		0 0 0 1px rgba(198, 163, 90, 0.2);
}

.afd-panel--glass {
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.6);
	box-shadow: 0 16px 48px rgba(12, 26, 46, 0.08);
}

.afd-section--navy .afd-panel--glass {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.12);
	color: #e8ecf2;
}

.afd-section--navy .afd-panel--glass h3 {
	color: var(--afd-white);
}

.afd-section--navy .afd-hours th,
.afd-section--navy .afd-hours td {
	border-bottom-color: rgba(255, 255, 255, 0.12);
}

.afd-glass-panel {
	padding: 1.5rem 1.75rem;
	border-radius: var(--afd-radius);
	background: rgba(255, 255, 255, 0.45);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(12, 26, 46, 0.06);
	box-shadow: 0 16px 48px rgba(12, 26, 46, 0.06);
}

.afd-acc--glass {
	background: rgba(255, 255, 255, 0.65);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(12, 26, 46, 0.08);
}

.afd-img-frame--glass {
	box-shadow:
		0 24px 60px rgba(12, 26, 46, 0.15),
		inset 0 0 0 1px rgba(255, 255, 255, 0.25);
	border-radius: 20px;
}

.afd-grid-2--valign-start {
	align-items: start;
}

@media (min-width: 900px) {
	.afd-section--artesia-split .afd-grid-2 {
		gap: 3rem;
	}
}

/* Process steps (e.g. Bellflower landing) */
.afd-process-grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

@media (min-width: 768px) {
	.afd-process-grid--4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1100px) {
	.afd-process-grid--4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		align-items: stretch;
	}
}

.afd-process-card {
	position: relative;
	padding-top: 2.65rem;
}

.afd-artesia .afd-process-card.afd-card--glass {
	height: 100%;
}

.afd-process-card__step {
	position: absolute;
	top: 1.15rem;
	left: 1.35rem;
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-weight: 800;
	font-size: 0.95rem;
	color: var(--afd-navy);
	background: linear-gradient(135deg, var(--afd-gold), var(--afd-gold-deep));
	box-shadow: 0 4px 14px rgba(198, 163, 90, 0.45);
}

.afd-process-card__title {
	font-size: 1.05rem;
	margin: 0 0 0.65rem;
	color: var(--afd-navy);
	line-height: 1.3;
}

.afd-process-card__text {
	margin: 0;
	font-size: 0.92rem;
	color: var(--afd-muted);
	line-height: 1.55;
}

/* -------------------------------------------------------------------------
   Appointment CTA — glass panel (Request / Make Your Smile… sections)
   ------------------------------------------------------------------------- */
.afd-section--cta-glass {
	position: relative;
	overflow: hidden;
	padding: clamp(3rem, 7vw, 5.5rem) 1.5rem;
	background: linear-gradient(155deg, #ebe5dc 0%, #ddd6cc 40%, #cfc7bb 100%);
}

.afd-section--cta-glass::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 90% 70% at 15% 20%, rgba(12, 26, 46, 0.18), transparent 58%),
		radial-gradient(ellipse 70% 55% at 90% 75%, rgba(198, 163, 90, 0.28), transparent 52%),
		radial-gradient(ellipse 55% 45% at 50% 110%, rgba(12, 26, 46, 0.1), transparent 50%);
	pointer-events: none;
	z-index: 0;
}

.afd-section--cta-glass .afd-wrap {
	position: relative;
	z-index: 1;
}

.afd-cta-glass {
	max-width: 880px;
	margin: 0 auto;
	padding: clamp(2rem, 5vw, 3.25rem) clamp(1.5rem, 4vw, 3rem);
	text-align: center;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.38);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	border: 1px solid rgba(255, 255, 255, 0.55);
	box-shadow:
		0 24px 64px rgba(12, 26, 46, 0.14),
		inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.afd-cta-glass .afd-section__title {
	margin: 0 0 1rem;
}

.afd-cta-glass__lead {
	margin: 0 auto 1.75rem;
	max-width: 720px;
	color: var(--afd-muted);
	font-size: 1.05rem;
	line-height: 1.7;
}

.afd-cta-glass.afd-prose .afd-cta-glass__lead {
	margin-bottom: 1.75rem;
}

.afd-btn--cta-glass-secondary {
	border-color: rgba(12, 26, 46, 0.2) !important;
	color: var(--afd-navy) !important;
	background: rgba(255, 255, 255, 0.45) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 4px 20px rgba(12, 26, 46, 0.06);
}

.afd-btn--cta-glass-secondary:hover {
	background: rgba(255, 255, 255, 0.65) !important;
	color: var(--afd-navy) !important;
	border-color: rgba(12, 26, 46, 0.28) !important;
}

/* Cerritos intro: copy left, image right */
.afd-intro-split .afd-intro-split__copy {
	max-width: 36rem;
	font-size: 1.05rem;
	line-height: 1.7;
	color: var(--afd-muted);
	text-align: left;
}

@media (max-width: 899px) {
	.afd-intro-split .afd-intro-split__copy {
		max-width: none;
	}
}

@media (min-width: 900px) {
	.afd-intro-split .afd-grid-2 {
		align-items: center;
	}
}

/* -------------------------------------------------------------------------
   Premium landing refresh (Cerritos + Lakewood)
   ------------------------------------------------------------------------- */
.afd-cerritos--premium .afd-hero__glass,
.afd-lakewood--premium .afd-hero__glass,
.afd-bellflower--premium .afd-hero__glass {
	padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.5rem, 4vw, 3rem);
	border-radius: 24px;
	background: rgba(12, 26, 46, 0.44);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow:
		0 25px 80px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
	max-width: 920px;
	margin: 0 auto;
}

.afd-cerritos--premium .afd-hero--premium,
.afd-lakewood--premium .afd-hero--premium,
.afd-bellflower--premium .afd-hero--premium {
	min-height: 76vh;
}

.afd-section--premium-band {
	background: linear-gradient(175deg, #faf8f5 0%, var(--afd-cream) 48%, #e5dfd6 100%);
	position: relative;
	overflow: hidden;
}

.afd-section--premium-band::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 70% 50% at 90% 20%, rgba(198, 163, 90, 0.08), transparent 55%);
	pointer-events: none;
}

.afd-section--premium-band .afd-wrap {
	position: relative;
	z-index: 1;
}

.afd-section--premium-tech {
	position: relative;
}

.afd-premium-split .afd-premium-split__copy {
	text-align: left;
	color: var(--afd-muted);
	font-size: 1.05rem;
	line-height: 1.75;
}

.afd-premium-split .afd-section__title {
	text-align: left;
}

.afd-img-frame--premium {
	box-shadow:
		0 28px 64px rgba(12, 26, 46, 0.14),
		inset 0 0 0 1px rgba(255, 255, 255, 0.2);
	border-radius: 18px;
	overflow: hidden;
}

.afd-img-frame--premium img {
	width: 100%;
	height: auto;
	min-height: 260px;
	object-fit: cover;
	aspect-ratio: 4 / 3;
}

@media (min-width: 900px) {
	.afd-premium-split.afd-grid-2 {
		align-items: center;
		gap: 3rem;
	}
}

/* New Patients: heading + body side-by-side in the glass panel (image stays in the other column) */
.afd-new-patients-head-inline .afd-section__title {
	margin-bottom: 1rem;
	text-align: left;
}

@media (min-width: 768px) {
	.afd-new-patients-head-inline__inner {
		display: grid;
		grid-template-columns: minmax(0, 13.5rem) minmax(0, 1fr);
		gap: 1.25rem 1.75rem;
		align-items: start;
	}

	.afd-new-patients-head-inline .afd-section__title {
		margin-bottom: 0;
		line-height: 1.25;
		font-size: clamp(1.2rem, 1.6vw, 1.65rem);
	}

	.afd-new-patients-head-inline__body > p:last-child {
		margin-bottom: 0;
	}
}

.afd-cerritos--premium .afd-service-card--glass,
.afd-lakewood--premium .afd-service-card--glass,
.afd-bellflower--premium .afd-service-card--glass {
	background: rgba(255, 255, 255, 0.58);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: 1px solid rgba(255, 255, 255, 0.65);
	box-shadow:
		0 8px 32px rgba(12, 26, 46, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.afd-cerritos--premium .afd-service-card--glass:hover,
.afd-lakewood--premium .afd-service-card--glass:hover,
.afd-bellflower--premium .afd-service-card--glass:hover {
	background: rgba(255, 255, 255, 0.74);
	box-shadow:
		0 28px 56px rgba(12, 26, 46, 0.12),
		0 0 0 1px rgba(198, 163, 90, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.afd-section--local-premium {
	background: linear-gradient(180deg, #ffffff 0%, #f8f6f2 100%);
}

.afd-cards--3-premium {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
	margin-top: 0.5rem;
}

@media (min-width: 768px) {
	.afd-cards--3-premium {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.35rem;
	}
}

.afd-cerritos--premium .afd-section--local-premium .afd-card--glass,
.afd-lakewood--premium .afd-section--local-premium .afd-card--glass,
.afd-bellflower--premium .afd-section--local-premium .afd-card--glass {
	height: 100%;
}

.afd-local-card__text {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.55;
	color: var(--afd-muted);
}

.afd-section--dr-shah {
	position: relative;
	overflow: hidden;
}

.afd-section--dr-shah::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(198, 163, 90, 0.15), transparent 55%);
	pointer-events: none;
}

.afd-navy-glass-panel {
	position: relative;
	z-index: 1;
	padding: 2.25rem 2rem;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
	max-width: 880px;
	margin: 0 auto;
}

.afd-checklist--navy-glass li {
	color: #e8ecf2;
}

.afd-premium-glass-panel {
	padding: 2rem 2rem 2.25rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.55);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.65);
	box-shadow:
		0 16px 48px rgba(12, 26, 46, 0.09),
		inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.afd-section--affordable-premium {
	position: relative;
	overflow: hidden;
	background: linear-gradient(165deg, var(--afd-cream) 0%, #ebe4da 100%);
}

.afd-section--affordable-premium::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 60% 80% at 50% 120%, rgba(12, 26, 46, 0.06), transparent 55%);
	pointer-events: none;
}

.afd-premium-statement-glass {
	position: relative;
	z-index: 1;
	max-width: 720px;
	margin: 0 auto;
	padding: 2.5rem 2rem;
	text-align: center;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.45);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.55);
	box-shadow:
		0 20px 56px rgba(12, 26, 46, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.afd-premium-statement-glass .afd-section__title {
	margin-bottom: 1rem;
}

.afd-premium-statement-glass__text {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.7;
	color: var(--afd-muted);
}

.afd-icon-item--glass {
	background: rgba(255, 255, 255, 0.62);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.75);
	box-shadow: 0 10px 32px rgba(12, 26, 46, 0.06);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.afd-icon-item--glass:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 40px rgba(12, 26, 46, 0.1);
	border-color: rgba(198, 163, 90, 0.35);
}

.afd-cerritos--premium .afd-section--cream .afd-card--glass,
.afd-cerritos--premium .afd-section .afd-card--glass,
.afd-lakewood--premium .afd-section--cream .afd-card--glass,
.afd-lakewood--premium .afd-section .afd-card--glass,
.afd-bellflower--premium .afd-section--cream .afd-card--glass,
.afd-bellflower--premium .afd-section .afd-card--glass {
	background: rgba(255, 255, 255, 0.55);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.55);
	box-shadow:
		0 12px 40px rgba(12, 26, 46, 0.07),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.afd-cerritos--premium .afd-card--glass:hover,
.afd-lakewood--premium .afd-card--glass:hover,
.afd-bellflower--premium .afd-card--glass:hover {
	transform: translateY(-4px);
	border-color: rgba(198, 163, 90, 0.32);
	box-shadow: 0 20px 50px rgba(12, 26, 46, 0.11);
}
