@font-face {
	font-family: "Material Symbols Rounded";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/material-symbols-rounded.woff2") format("woff2");
}

.dc-icon {
	font-family: "Material Symbols Rounded", sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
}

/* Nav + link hovers */
.dc-nav a {
	transition: color 0.2s ease;
}
.dc-nav a:hover {
	color: var(--wp--preset--color--ink) !important;
}

.dc-cta-primary {
	transition: filter 0.2s ease, transform 0.2s ease;
}
.dc-cta-primary:hover {
	filter: brightness(0.95);
	transform: translateY(-1px);
}

.dc-cta-secondary {
	transition: border-color 0.2s ease;
}
.dc-cta-secondary:hover {
	border-color: var(--wp--preset--color--ink) !important;
}

/* Hero floating cards */
.dc-hero-media {
	position: relative;
}
.dc-hero-badge-stat {
	position: absolute;
	left: -1.6rem;
	bottom: 2.6rem;
	background: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: var(--wp--custom--radius--md);
	padding: 1rem 1.25rem;
	box-shadow: 0 18px 40px -16px rgba(12, 34, 54, 0.3);
	display: flex;
	align-items: center;
	gap: 0.875rem;
}
.dc-hero-badge-fellowship {
	position: absolute;
	right: -1.1rem;
	top: 2.1rem;
	background: var(--wp--preset--color--ink);
	color: #fff;
	border-radius: var(--wp--custom--radius--sm);
	padding: 0.8rem 1.1rem;
	box-shadow: 0 18px 40px -16px rgba(12, 34, 54, 0.5);
}
@media (max-width: 782px) {
	.dc-hero-badge-stat,
	.dc-hero-badge-fellowship {
		position: static;
		margin-top: 1rem;
		display: inline-flex;
	}
}

/* Credential pills */
.dc-pill {
	font-size: 13px;
	font-weight: 700;
	color: var(--wp--preset--color--heading);
	background: var(--wp--preset--color--surface);
	padding: 7px 13px;
	border-radius: var(--wp--custom--radius--sm);
	display: inline-block;
}

/* About credential grid */
.dc-credential-card {
	display: flex;
	gap: 14px;
	align-items: center;
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: var(--wp--custom--radius--md);
	padding: 15px 16px;
}
.dc-credential-icon {
	flex: none;
	width: 44px;
	height: 44px;
	border-radius: var(--wp--custom--radius--sm);
	background: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--border);
	color: var(--wp--preset--color--accent);
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Core values horizontal scroll-snap track */
.dc-values-track {
	display: flex;
	gap: 20px;
	margin-top: 2rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	padding: 6px 2px 12px;
}
.dc-values-track::-webkit-scrollbar {
	display: none;
}
.dc-value-card {
	flex: 0 0 300px;
	scroll-snap-align: start;
	background: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: var(--wp--custom--radius--lg);
	padding: 26px 24px;
}
.dc-value-icon {
	width: 42px;
	height: 42px;
	border-radius: var(--wp--custom--radius--sm);
	background: #fbeedf;
	color: var(--wp--preset--color--accent);
	display: flex;
	align-items: center;
	justify-content: center;
}
.dc-value-title {
	font-weight: 700;
	font-size: 17px;
	color: var(--wp--preset--color--ink);
	margin: 18px 0 0;
}
.dc-value-desc {
	font-size: 14.5px;
	line-height: 1.6;
	color: var(--wp--preset--color--body-2);
	margin: 9px 0 0;
}
.dc-values-nav-btn {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--wp--preset--color--base);
	border: 1.5px solid var(--wp--preset--color--border-2);
	color: var(--wp--preset--color--ink);
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
}
.dc-values-nav-btn:hover {
	border-color: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--accent);
}

/* Service cards */
.dc-grid-services {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
	gap: 18px;
}
.dc-service-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3;
	color: var(--wp--preset--color--ink);
	margin: 22px 0 0;
}
.dc-service-desc {
	font-size: 14.5px;
	line-height: 1.62;
	color: var(--wp--preset--color--body-2);
	margin: 11px 0 0;
}
.dc-service-card {
	background: linear-gradient(160deg, var(--wp--preset--color--base) 0%, #f0f5fb 100%);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: var(--wp--custom--radius--md);
	padding: 30px 26px 28px;
	transition: all 0.2s ease;
}
.dc-service-card:hover {
	border-color: var(--wp--preset--color--accent);
	box-shadow: 0 22px 46px -24px rgba(12, 34, 54, 0.28);
	transform: translateY(-3px);
	background: linear-gradient(160deg, var(--wp--preset--color--base) 0%, #fbf1e8 100%);
}
.dc-service-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: var(--wp--custom--radius--sm);
	background: var(--wp--preset--color--accent);
	color: #fff;
	box-shadow: 0 10px 22px -8px rgba(224, 138, 77, 0.5);
	font-size: 30px;
}

/* Testimonials */
.dc-grid-testimonials {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
}
.dc-testimonial-card {
	background: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: var(--wp--custom--radius--lg);
	padding: 30px 28px;
}
.dc-testimonial-stars {
	color: var(--wp--preset--color--accent);
	font-size: 17px;
	letter-spacing: 2px;
}
.dc-testimonial-quote {
	font-family: var(--wp--preset--font-family--heading);
	font-style: italic;
}
.dc-testimonial-avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #e2eaf2;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: var(--wp--preset--color--body-2);
}

/* Why choose us checklist */
.dc-grid-why {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
	gap: 18px 40px;
}
.dc-why-item {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.dc-why-check {
	flex: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(224, 138, 77, 0.16);
	color: var(--wp--preset--color--accent);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 14px;
}

/* Blog cards */
.dc-grid-blog {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 24px;
}
.dc-blog-card {
	border: 1px solid var(--wp--preset--color--border);
	border-radius: var(--wp--custom--radius--md);
	overflow: hidden;
	transition: all 0.2s ease;
}
.dc-blog-card:hover {
	box-shadow: 0 20px 44px -24px rgba(12, 34, 54, 0.3);
	transform: translateY(-3px);
}
.dc-blog-cover-placeholder {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background-image: repeating-linear-gradient(135deg, #dce6ef 0 12px, #e7eef5 12px 24px);
	display: flex;
	align-items: center;
	justify-content: center;
}
.dc-blog-cover-placeholder .wp-block-post-featured-image {
	position: absolute;
	inset: 0;
	margin: 0;
}
.dc-blog-cover-placeholder .wp-block-post-featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Appointment form */
.dc-form-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 18px;
}
@media (max-width: 480px) {
	.dc-form-row {
		grid-template-columns: 1fr;
	}
}
.dc-form-field {
	display: block;
}
.dc-form-field input,
.dc-form-field select,
.dc-form-field textarea {
	width: 100%;
	padding: 13px 15px;
	border: 1.5px solid var(--wp--preset--color--border-2);
	border-radius: var(--wp--custom--radius--sm);
	font-size: 15px;
	font-family: inherit;
	color: var(--wp--preset--color--heading);
	background: #fbfdfe;
	outline: none;
}
.dc-form-field input:focus,
.dc-form-field select:focus,
.dc-form-field textarea:focus {
	border-color: var(--wp--preset--color--accent);
}
.dc-appointment-map {
	border-radius: var(--wp--custom--radius--lg);
	overflow: hidden;
	border: 1px solid var(--wp--preset--color--border);
	box-shadow: 0 24px 50px -30px rgba(12, 34, 54, 0.3);
}
.dc-appointment-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 440px;
	border: 0;
}
