/*
 Theme Name:   Dermcare Command
 Theme URI:    https://dermcarecommand.com
 Description:  Astra child theme for Dermcare Command — an intelligence portal for dermatology practices.
 Author:       Dermcare Command
 Author URI:   https://dermcarecommand.com
 Template:     astra
 Version:      3.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  dermcare-command
*/

/* ==========================================================================
   Dermcare Command V3 — Intelligence Portals Design System
   Navy: #0a1c2b  |  Cyan: #04CDFF  |  Light: #FFFFFF / #f9fafb
   ========================================================================== */

:root {
	/* Navy palette */
	--dcc-navy-900: #0a1c2b;
	--dcc-navy-800: #11253a;
	--dcc-navy-700: #1a324d;
	--dcc-navy-600: #234060;
	--dcc-navy-50: #f0f4f8;

	/* Sky / Cyan palette */
	--dcc-sky-400: #38bdf8;
	--dcc-sky-500: #04CDFF;
	--dcc-sky-600: #0284c7;
	--dcc-sky-900: #0c4a6e;

	/* Primary alias */
	--dcc-primary: #04CDFF;
	--dcc-primary-600: #00b5e2;
	--dcc-primary-700: #009cc3;
	--dcc-primary-10: rgba(4, 205, 255, 0.1);
	--dcc-primary-20: rgba(4, 205, 255, 0.2);
	--dcc-primary-30: rgba(4, 205, 255, 0.3);
	--dcc-primary-50: rgba(4, 205, 255, 0.5);

	/* Text */
	--dcc-dark-text: #0a1c2b;
	--dcc-dark-muted: #4b5563;
	--dcc-gray-300: #d1d5db;
	--dcc-gray-400: #9ca3af;
	--dcc-gray-500: #6b7280;
	--dcc-gray-600: #4b5563;

	/* Shadows */
	--dcc-shadow-soft: 0 4px 20px -2px rgba(10, 28, 43, 0.08);
	--dcc-shadow-card: 0 10px 40px -10px rgba(10, 28, 43, 0.12);
	--dcc-shadow-glow: 0 0 20px rgba(4, 205, 255, 0.5);
	--dcc-shadow-glow-sm: 0 0 20px rgba(4, 205, 255, 0.3);
	--dcc-shadow-glow-lg: 0 0 30px rgba(4, 205, 255, 0.5);
}


/* ==========================================================================
   ASTRA FULL-WIDTH OVERRIDES
   ========================================================================== */

.ast-plain-container .site-content .ast-container {
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ast-plain-container .entry-content > .wp-block-group.alignfull,
.ast-plain-container .entry-content > .alignfull {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}

#primary {
	padding: 0 !important;
	margin: 0 !important;
}

.entry-content {
	margin: 0 !important;
}

.ast-separate-container .ast-article-single {
	padding: 0 !important;
}

.site-content {
	background: transparent !important;
}

#primary,
.ast-article-single,
.entry-content {
	background: transparent !important;
}


/* ==========================================================================
   HEADER — Sticky nav with white bg
   ========================================================================== */

#masthead {
	position: sticky;
	top: 0;
	z-index: 999;
	transition: box-shadow 0.3s ease;
}

#masthead.dcc-header-scrolled {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.main-header-bar,
.ast-primary-header-bar {
	background: rgba(255, 255, 255, 0.95) !important;
	backdrop-filter: blur(12px) saturate(180%);
	-webkit-backdrop-filter: blur(12px) saturate(180%);
	border-bottom: 1px solid #e5e7eb !important;
	transition: all 0.3s ease;
}


.dcc-site-logo-img {
	height: 40px;
	width: auto;
	display: block;
}

/* Nav menu links */
.main-header-menu .menu-item > .menu-link,
.ast-builder-menu-1 .menu-item > .menu-link {
	color: var(--dcc-navy-900) !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: color 0.25s ease !important;
}

.main-header-menu .menu-item:hover > .menu-link,
.main-header-menu .menu-item.current-menu-item > .menu-link,
.ast-builder-menu-1 .menu-item:hover > .menu-link,
.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link {
	color: var(--dcc-sky-500) !important;
}

/* Header CTA button — menu item with dcc-header-cta-btn class */
.menu-item.dcc-header-cta-btn {
	margin-left: 1rem;
	display: flex;
	align-items: center;
}

.menu-item.dcc-header-cta-btn > .menu-link {
	background-color: var(--dcc-sky-500) !important;
	color: #ffffff !important;
	padding: 12px 24px !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1 !important;
	height: auto !important;
	align-self: center !important;
	transition: background-color 0.25s ease, box-shadow 0.25s ease !important;
	box-shadow: 0 4px 14px rgba(4, 205, 255, 0.2);
	white-space: nowrap;
}

.menu-item.dcc-header-cta-btn:hover > .menu-link,
.menu-item.dcc-header-cta-btn > .menu-link:hover,
.menu-item.dcc-header-cta-btn > .menu-link:focus {
	background-color: var(--dcc-sky-600) !important;
	color: #ffffff !important;
	box-shadow: 0 4px 20px rgba(4, 205, 255, 0.35);
}



/* ==========================================================================
   GLOBAL STYLES
   ========================================================================== */

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

a {
	transition: color 0.2s ease;
}

.dcc-cyan-text {
	color: var(--dcc-sky-500);
}

.dcc-gradient-text {
	background: linear-gradient(to right, var(--dcc-sky-400), #bae6fd);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

/* Custom scrollbar */
::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: var(--dcc-sky-500);
	border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
	background: var(--dcc-primary-600);
}

/* Accent bar (left cyan stripe) */
.accent-bar {
	position: relative;
}

.accent-bar::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background-color: var(--dcc-sky-500);
}

/* Hero overlay gradient (for background) */
.hero-overlay {
	background: linear-gradient(to right, rgba(10, 28, 43, 0.95) 0%, rgba(10, 28, 43, 0.7) 50%, rgba(10, 28, 43, 0.4) 100%);
}


/* ==========================================================================
   SHARED SECTION UTILITIES
   ========================================================================== */

.dcc-section {
	position: relative;
	overflow: hidden;
}

.dcc-section-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1rem;
}

@media (min-width: 640px) {
	.dcc-section-inner {
		padding: 0 1.5rem;
	}
}

@media (min-width: 1024px) {
	.dcc-section-inner {
		padding: 0 2rem;
	}
}

.dcc-section-narrow {
	max-width: 896px;
	margin: 0 auto;
	padding: 0 1rem;
}

@media (min-width: 640px) {
	.dcc-section-narrow {
		padding: 0 1.5rem;
	}
}

@media (min-width: 1024px) {
	.dcc-section-narrow {
		padding: 0 2rem;
	}
}

.dcc-section-medium {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 1rem;
}

@media (min-width: 640px) {
	.dcc-section-medium {
		padding: 0 1.5rem;
	}
}

@media (min-width: 1024px) {
	.dcc-section-medium {
		padding: 0 2rem;
	}
}


/* ==========================================================================
   BUTTON STYLES — WP core button overrides
   ========================================================================== */

/* All WP buttons: sharp corners, uppercase, bold */
.wp-block-button__link {
	border-radius: 0 !important;
	font-family: 'Inter', sans-serif !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 16px 32px !important;
	transition: all 0.3s ease !important;
	text-decoration: none !important;
}

/* Default fill button — cyan with glow */
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
	background-color: var(--dcc-sky-500) !important;
	color: #ffffff !important;
	box-shadow: var(--dcc-shadow-glow-sm);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
	background-color: var(--dcc-sky-400) !important;
	box-shadow: var(--dcc-shadow-glow-lg);
	transform: translateY(-1px);
	color: #ffffff !important;
}

/* Outline button — dark bg with gray border */
.wp-block-button.is-style-outline .wp-block-button__link {
	background-color: rgba(17, 37, 58, 0.5) !important;
	color: var(--dcc-gray-300) !important;
	border: 1px solid #4b5563 !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	border-color: var(--dcc-sky-500) !important;
	background-color: var(--dcc-navy-800) !important;
	color: #ffffff !important;
}

/* On light backgrounds — outline uses different colors */
.dcc-trust-and-features .wp-block-button.is-style-outline .wp-block-button__link,
.dcc-testimonials .wp-block-button.is-style-outline .wp-block-button__link,
.dcc-faq .wp-block-button.is-style-outline .wp-block-button__link,
.dcc-compliance .wp-block-button.is-style-outline .wp-block-button__link {
	background-color: transparent !important;
	color: var(--dcc-navy-900) !important;
	border-color: #e5e7eb !important;
}

.dcc-trust-and-features .wp-block-button.is-style-outline .wp-block-button__link:hover,
.dcc-testimonials .wp-block-button.is-style-outline .wp-block-button__link:hover,
.dcc-faq .wp-block-button.is-style-outline .wp-block-button__link:hover,
.dcc-compliance .wp-block-button.is-style-outline .wp-block-button__link:hover {
	border-color: var(--dcc-sky-500) !important;
	color: var(--dcc-sky-500) !important;
}

/* Button group spacing */
.wp-block-buttons {
	gap: 1rem;
}


/* ==========================================================================
   HERO SECTION (.dcc-hero)
   ========================================================================== */

.dcc-hero,
.dcc-hero.wp-block-group {
	position: relative;
	overflow: hidden;
	background-color: var(--dcc-navy-900);
	padding: 0 !important;
}

/* Override WP layout constraints on hero children */
.dcc-hero.is-layout-flow > *,
.dcc-hero.wp-block-group-is-layout-flow > *,
.dcc-hero.is-layout-constrained > * {
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* Hero columns — 60/40 split */
.dcc-hero-columns {
	position: relative;
	z-index: 10;
	max-width: 1440px !important;
	margin: 0 auto !important;
}

@media (min-width: 1024px) {
	.dcc-hero-columns {
		min-height: 850px;
	}
}

/* Hero content column */
.dcc-hero .dcc-hero-content {
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Hero visual column */
.dcc-hero .dcc-hero-visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	perspective: 1000px;
}

@media (min-width: 782px) {
	.dcc-hero .dcc-hero-visual {
		justify-content: flex-end;
	}
}

@media (min-width: 1024px) {
	.dcc-hero {
		padding-top: 0;
		padding-bottom: 0;
		height: 850px;
	}
}

/* Background layer */
.dcc-hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.dcc-hero-bg-gradient {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at top right, var(--dcc-navy-800), var(--dcc-navy-900), #000000);
	opacity: 0.8;
}

.dcc-hero-pattern {
	position: absolute;
	inset: 0;
	opacity: 0.2;
	background-image: url('https://www.transparenttextures.com/patterns/cubes.png');
}

.dcc-hero-glow {
	position: absolute;
	top: 25%;
	left: 25%;
	width: 24rem;
	height: 24rem;
	background-color: rgba(4, 205, 255, 0.2);
	border-radius: 9999px;
	filter: blur(100px);
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.dcc-hero-glow-2 {
	position: absolute;
	bottom: 33%;
	right: 25%;
	width: 500px;
	height: 500px;
	background-color: rgba(0, 181, 226, 0.1);
	border-radius: 9999px;
	filter: blur(120px);
}

/* Hero content wrapper */
.dcc-hero-content {
	position: relative;
	z-index: 10;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (min-width: 640px) {
	.dcc-hero-content {
		padding: 0 1.5rem;
	}
}

@media (min-width: 1024px) {
	.dcc-hero-content {
		padding: 0 2rem;
	}
}

/* Hero grid */
.dcc-hero-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: center;
	height: 100%;
	padding-top: 2.5rem;
}

@media (min-width: 1024px) {
	.dcc-hero-grid {
		grid-template-columns: repeat(12, 1fr);
		gap: 4rem;
		padding-top: 6rem;
	}
}

/* Left content */
.dcc-hero-left {
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	order: 2;
}

@media (min-width: 1024px) {
	.dcc-hero-left {
		grid-column: span 5;
		order: 1;
	}
}

/* Badge */

/* Astra scroll-to-top button */
#ast-scroll-top {
	background-color: var(--dcc-sky-500) !important;
	color: #ffffff !important;
}

#ast-scroll-top:hover {
	background-color: var(--dcc-navy-900) !important;
}

/* Footer nav links */
.dcc-footer-nav,
.dcc-footer-nav ul,
ul.dcc-footer-nav {
	list-style: none !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
	padding-inline-start: 0 !important;
}

.dcc-footer-nav a {
	color: var(--dcc-gray-400) !important;
	text-decoration: none;
	transition: color 0.3s ease;
}

.dcc-footer-nav a:hover {
	color: var(--dcc-sky-500) !important;
}

/* Footer contact list */
.dcc-footer-contact,
.dcc-footer-contact ul,
ul.dcc-footer-contact {
	list-style: none !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
	padding-inline-start: 0 !important;
}

.dcc-footer-contact li {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
}

.dcc-footer-contact li i {
	color: var(--dcc-sky-500);
	margin-top: 0.15rem;
	flex-shrink: 0;
}

/* Footer bottom bar links */
.dcc-footer-bottom-link a {
	color: var(--dcc-gray-400) !important;
	text-decoration: none;
	transition: color 0.3s ease;
}

.dcc-footer-bottom-link a:hover {
	color: var(--dcc-sky-500) !important;
}

/* Footer logo — remove filter, logo should already be light */
.dcc-footer-logo img {
	height: auto;
}

/* Stats bar — shadow fallback if block attribute gets stripped */
.dcc-stats-bar {
	box-shadow: var(--wp--preset--shadow--heavy, 0 25px 50px -12px rgba(0, 0, 0, 0.25));
}

/* ==========================================================================
   SPECTRA TESTIMONIAL — Theme overrides
   ========================================================================== */

/* Grid container — the columns wrapper */
.wp-block-uagb-testimonial .uagb-testimonial__columns-2 {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}

@media (max-width: 767px) {
	.wp-block-uagb-testimonial .uagb-testimonial__columns-2 {
		grid-template-columns: 1fr;
	}
}

/* Individual testimonial card */
.wp-block-uagb-testimonial .uagb-tm__content {
	background: #ffffff !important;
	border-top: 4px solid var(--dcc-sky-500) !important;
	border-radius: 2px;
	box-shadow: 0 10px 40px -10px rgba(10, 28, 43, 0.12);
	padding: 2.75rem 2.5rem 2.5rem !important;
	position: relative;
	overflow: visible !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wp-block-uagb-testimonial .uagb-tm__content:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

/* Quote icon — dark square overlapping top of card */
.wp-block-uagb-testimonial .uagb-testimonial__wrap {
	position: relative;
	overflow: visible !important;
	margin-top: 1.5rem;
}

.wp-block-uagb-testimonial .uagb-testimonial__wrap::before {
	content: '\f10d';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	position: absolute;
	top: -1.5rem;
	left: 2.5rem;
	width: 3rem;
	height: 3rem;
	background-color: var(--dcc-navy-900);
	color: var(--dcc-sky-500);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	line-height: 1;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
	z-index: 10;
}

/* Quote text */
.wp-block-uagb-testimonial .uagb-tm__desc {
	color: var(--dcc-dark-muted);
	font-style: italic;
	font-size: 1.125rem;
	line-height: 1.625;
	margin-bottom: 2rem !important;
}

/* Author row */
.wp-block-uagb-testimonial .uagb-tm__meta {
	display: flex !important;
	align-items: center;
	gap: 1rem;
	border-top: 1px solid #f3f4f6;
	padding-top: 1.5rem;
}

/* Avatar */
.wp-block-uagb-testimonial .uagb-tm__image {
	border-radius: 9999px;
	object-fit: cover;
}

.wp-block-uagb-testimonial .uagb-tm__author-name {
	font-weight: 700;
	color: var(--dcc-navy-900);
	font-size: 1.125rem;
	margin: 0 !important;
}

.wp-block-uagb-testimonial .uagb-tm__company {
	color: var(--dcc-sky-600);
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0 !important;
}

/* ==========================================================================
   SPECTRA FAQ — Theme overrides
   ========================================================================== */

/* FAQ category container — remove default margins from Spectra */
.dcc-faq-category .wp-block-uagb-faq {
	margin: 0 !important;
}

/* FAQ items — divider between items */
.dcc-faq-category .uagb-faq-child__outer-wrap {
	border-bottom: 1px solid #f3f4f6;
}

.dcc-faq-category .uagb-faq-child__outer-wrap:last-child {
	border-bottom: none;
}

/* Question button */
.dcc-faq-category .uagb-faq-questions-button {
	padding: 1.25rem 1.5rem !important;
	cursor: pointer;
}

.dcc-faq-category .uagb-question {
	font-weight: 700 !important;
	color: var(--dcc-navy-900) !important;
	font-size: 1rem !important;
	transition: color 0.3s ease;
}

.dcc-faq-category .uagb-faq-child__outer-wrap:hover .uagb-question {
	color: var(--dcc-sky-600) !important;
}

/* Answer content */
.dcc-faq-category .uagb-faq-content {
	padding: 0 1.5rem 1.5rem !important;
	color: var(--dcc-dark-muted) !important;
	font-size: 0.875rem !important;
	line-height: 1.625 !important;
}

/* FAQ icon */
.dcc-faq-category .uagb-faq-icon-wrap svg {
	fill: var(--dcc-sky-500) !important;
}

/* Category header — remove margin between header and FAQ */
.dcc-faq-category-header {
	margin-bottom: 0 !important;
}

/* ==========================================================================
   SPECTRA ICON LIST — Theme overrides
   ========================================================================== */
.wp-block-uagb-icon-list.uagb-icon-list__layout-vertical {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-bottom: 2rem;
}

.wp-block-uagb-icon-list .uagb-icon-list__content-wrap {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}

.wp-block-uagb-icon-list .uagb-icon-list__source-wrap {
	flex-shrink: 0;
	margin-top: 0.25rem;
}

.wp-block-uagb-icon-list .uagb-icon-list__source-icon svg {
	width: 1rem;
	height: 1rem;
	fill: var(--dcc-sky-500);
}

.wp-block-uagb-icon-list .uagb-icon-list__label {
	color: var(--dcc-dark-muted);
	font-size: 1rem;
	line-height: 1.75;
	margin: 0;
}

.wp-block-uagb-icon-list .uagb-icon-list__label strong {
	color: var(--dcc-navy-900);
}

/* ==========================================================================
   INFO BOX STYLE: Step Card — dark card with numbered circle icon
   ========================================================================== */
.is-style-dcc-step-card.wp-block-uagb-info-box {
	background-color: var(--dcc-navy-800) !important;
	border: 1px solid var(--dcc-navy-700);
	border-radius: 2px;
	padding: 2rem !important;
	text-align: center;
	transition: border-color 0.3s ease;
	position: relative;
	overflow: hidden;
}

.is-style-dcc-step-card.wp-block-uagb-info-box:hover {
	border-color: var(--dcc-sky-500);
}

/* Decorative corner blob */
.is-style-dcc-step-card.wp-block-uagb-info-box::before {
	content: '';
	position: absolute;
	top: -2.5rem;
	right: -2.5rem;
	width: 5rem;
	height: 5rem;
	border-bottom-left-radius: 9999px;
	background-color: rgba(255, 255, 255, 0.05);
	transition: transform 0.3s ease;
	z-index: 0;
}

.is-style-dcc-step-card.wp-block-uagb-info-box:nth-child(even)::before {
	background-color: rgba(4, 205, 255, 0.1);
}

.is-style-dcc-step-card.wp-block-uagb-info-box:hover::before {
	transform: scale(1.5);
}

/* Icon as circle — targets icon-wrap directly (Spectra renders SVG as direct child) */
.is-style-dcc-step-card .uagb-ifb-icon-wrap {
	position: relative;
	margin: 0 auto 2rem !important;
	width: 6rem !important;
	height: 6rem !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background-color: var(--dcc-navy-900);
	border-radius: 9999px;
	border: 4px solid var(--dcc-navy-800);
	box-shadow: 0 0 30px rgba(4, 205, 255, 0.15);
	transition: box-shadow 0.3s ease;
}

.is-style-dcc-step-card:hover .uagb-ifb-icon-wrap {
	box-shadow: 0 0 30px rgba(4, 205, 255, 0.4);
}

.is-style-dcc-step-card .uagb-ifb-icon-wrap svg {
	width: 1.875rem !important;
	height: 1.875rem !important;
	fill: var(--dcc-sky-500) !important;
}

/* Also target if wrapped in .uagb-ifb-icon span */
.is-style-dcc-step-card .uagb-ifb-icon svg {
	width: 1.875rem !important;
	height: 1.875rem !important;
	fill: var(--dcc-sky-500) !important;
}

.is-style-dcc-step-card .uagb-ifb-icon-wrap i,
.is-style-dcc-step-card .uagb-ifb-icon i {
	font-size: 1.875rem !important;
	color: var(--dcc-sky-500) !important;
}

/* Number badge — injected by render_block */
.dcc-step-badge {
	position: absolute;
	top: -0.5rem;
	right: -0.5rem;
	width: 2rem;
	height: 2rem;
	background-color: var(--dcc-sky-500);
	color: #ffffff;
	border-radius: 9999px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 0.875rem;
	border: 4px solid var(--dcc-navy-800);
	z-index: 1;
}

/* Title + description */
.is-style-dcc-step-card .uagb-ifb-title {
	font-family: 'Inter', sans-serif !important;
	color: #ffffff !important;
	font-size: 1.25rem !important;
	font-weight: 700 !important;
	text-align: center;
	margin-bottom: 1rem;
}

.is-style-dcc-step-card .uagb-ifb-desc {
	color: var(--dcc-gray-400) !important;
	text-align: center;
	line-height: 1.625;
}

/* Connecting line between step cards — on the parent columns */
.dcc-steps-row {
	position: relative;
}

.dcc-steps-row::before {
	content: '';
	display: none;
	position: absolute;
	top: 5rem;
	left: 16%;
	right: 16%;
	height: 2px;
	background: linear-gradient(to right, rgba(4, 205, 255, 0), rgba(4, 205, 255, 0.5), rgba(4, 205, 255, 0));
	z-index: 0;
}

@media (min-width: 782px) {
	.dcc-steps-row::before {
		display: block;
	}
}

.dcc-steps-row > .wp-block-column {
	position: relative;
	z-index: 1;
}

@media (min-width: 782px) {
	.dcc-steps-row > .wp-block-column:nth-child(even) {
		transform: translateY(-1.5rem);
	}
}

/* Heading Style: Underline — centered cyan bar below heading */
.is-style-dcc-underline {
	padding-bottom: 1.5rem !important;
	position: relative;
}

.is-style-dcc-underline::after {
	content: '';
	display: block;
	width: 6rem;
	height: 4px;
	background-color: var(--dcc-sky-500);
	margin: 1rem auto 0;
}

/* Left-aligned variant when heading is not centered */
.is-style-dcc-underline:not(.has-text-align-center)::after {
	margin-left: 0;
}

/* Paragraph Style: Badge — cyan line + uppercase label */
.is-style-dcc-badge {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1.5rem !important;
	color: var(--dcc-sky-400) !important;
	font-weight: 700 !important;
	letter-spacing: 0.2em !important;
	text-transform: uppercase;
	font-size: 0.75rem !important;
}

.is-style-dcc-badge::before {
	content: '';
	display: inline-block;
	width: 3rem;
	height: 2px;
	background-color: var(--dcc-sky-500);
	flex-shrink: 0;
}

/* Paragraph Style: Badge Centered — lines on both sides */
.is-style-dcc-badge-centered {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	margin-bottom: 1.5rem !important;
	color: var(--dcc-sky-400) !important;
	font-weight: 700 !important;
	letter-spacing: 0.2em !important;
	text-transform: uppercase;
	font-size: 0.75rem !important;
}

.is-style-dcc-badge-centered::before,
.is-style-dcc-badge-centered::after {
	content: '';
	display: inline-block;
	width: 3rem;
	height: 2px;
	background-color: var(--dcc-sky-500);
	flex-shrink: 0;
}

/* ==========================================================================
   LIST STYLES — Checklist with cyan check icons
   ========================================================================== */

/* Checklist Inline — horizontal, no bullets, cyan check before each item */
.is-style-dcc-checklist-inline {
	list-style: none !important;
	padding-left: 0 !important;
	margin: 2.5rem 0 0 0 !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.5rem;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--dcc-dark-muted);
}

/* On dark backgrounds — lighter text */
.dcc-hero .is-style-dcc-checklist-inline,
.dcc-steps .is-style-dcc-checklist-inline,
.dcc-featured-1 .is-style-dcc-checklist-inline,
.dcc-final-cta .is-style-dcc-checklist-inline {
	color: var(--dcc-gray-400);
}

.is-style-dcc-checklist-inline li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.is-style-dcc-checklist-inline li::before {
	content: '\f058'; /* fa-check-circle */
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	color: var(--dcc-sky-500);
	font-size: 0.875rem;
}

/* Checklist Inline inside Final CTA — border-top + extra spacing */
.dcc-final-cta-trust-list {
	border-top: 1px solid var(--dcc-navy-800);
	padding-top: 3rem !important;
	margin-top: 0 !important;
	justify-content: center;
	font-size: 0.875rem;
}

/* Checklist — vertical, no bullets, cyan check before each item */
.is-style-dcc-checklist {
	list-style: none !important;
	padding-left: 0 !important;
	color: var(--dcc-dark-muted);
}

/* On dark backgrounds — lighter text */
.dcc-hero .is-style-dcc-checklist,
.dcc-steps .is-style-dcc-checklist,
.dcc-featured-1 .is-style-dcc-checklist,
.dcc-final-cta .is-style-dcc-checklist {
	color: var(--dcc-gray-400);
}

.is-style-dcc-checklist li {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.is-style-dcc-checklist li::before {
	content: '\f00c'; /* fa-check */
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	color: var(--dcc-sky-500);
	margin-top: 0.25rem;
	flex-shrink: 0;
}


/* Hero headings */
.dcc-hero h1 {
	font-family: 'Playfair Display', serif;
	font-size: 2.25rem;
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.15;
	margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
	.dcc-hero h1 {
		font-size: 3rem;
	}
}

@media (min-width: 1280px) {
	.dcc-hero h1 {
		font-size: 3.75rem;
	}
}

.dcc-hero h2 {
	font-size: 1.25rem;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
	.dcc-hero h2 {
		font-size: 1.5rem;
	}
}

/* Hero body text */
.dcc-hero-body {
	font-size: 1rem;
	color: var(--dcc-gray-300);
	margin-bottom: 2rem;
	line-height: 1.625;
	border-left: 2px solid rgba(4, 205, 255, 0.3);
	padding-left: 1.5rem;
}

@media (min-width: 1024px) {
	.dcc-hero-body {
		font-size: 1.125rem;
	}
}

.dcc-hero-body .dcc-price {
	display: block;
	margin-top: 0.5rem;
	color: var(--dcc-sky-400);
	font-weight: 600;
}

/* Hero buttons */
.dcc-hero-buttons {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 0.5rem;
}

@media (min-width: 640px) {
	.dcc-hero-buttons {
		flex-direction: row;
	}
}

/* Trust indicators */
.dcc-hero-trust {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	margin-top: 2.5rem;
	color: var(--dcc-gray-400);
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.dcc-hero-trust-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.dcc-hero-trust-item i {
	color: var(--dcc-sky-500);
}

/* Right visual area */
.dcc-hero-right {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	order: 1;
	perspective: 1000px;
}

@media (min-width: 1024px) {
	.dcc-hero-right {
		grid-column: span 7;
		justify-content: flex-end;
		order: 2;
	}
}

/* Decorative glow behind dashboard */
.dcc-hero-right-glow {
	position: absolute;
	right: -5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 600px;
	height: 600px;
	background: linear-gradient(to bottom right, rgba(4, 205, 255, 0.1), transparent);
	border-radius: 9999px;
	filter: blur(64px);
	z-index: -1;
}


/* ==========================================================================
   DASHBOARD MOCKUP (.dcc-dashboard)
   ========================================================================== */

.dcc-dashboard {
	position: relative;
	width: 100%;
	max-width: 672px;
	transition: all 0.5s ease;
}

.dcc-dashboard:hover {
	transform: scale(1.02) rotate(-1deg);
}

/* Browser chrome bar */
.dcc-dashboard-chrome {
	background-color: var(--dcc-navy-800);
	border-top-left-radius: 0.75rem;
	border-top-right-radius: 0.75rem;
	padding: 0.75rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	border: 1px solid var(--dcc-navy-700);
	border-bottom: 0;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.dcc-dashboard-dots {
	display: flex;
	gap: 6px;
}

.dcc-dashboard-dot {
	width: 12px;
	height: 12px;
	border-radius: 9999px;
}

.dcc-dashboard-dot--red { background-color: #ef4444; }
.dcc-dashboard-dot--yellow { background-color: #eab308; }
.dcc-dashboard-dot--green { background-color: #22c55e; }

.dcc-dashboard-url {
	margin-left: 1rem;
	background-color: rgba(10, 28, 43, 0.5);
	border-radius: 0.25rem;
	padding: 0.25rem 0.75rem;
	font-size: 0.75rem;
	color: var(--dcc-gray-400);
	font-family: 'Courier New', monospace;
	flex: 1;
	text-align: center;
	border: 1px solid rgba(26, 50, 77, 0.5);
}

/* Screen content window */
.dcc-dashboard-screen {
	position: relative;
	background-color: var(--dcc-navy-900);
	border: 1px solid var(--dcc-navy-700);
	border-bottom-left-radius: 0.75rem;
	border-bottom-right-radius: 0.75rem;
	box-shadow: 0 20px 50px -12px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

/* ==========================================================================
   Gallery Style: Dashboard Carousel — fade-rotate images
   ========================================================================== */
.is-style-dcc-carousel {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	gap: 0 !important;
	overflow: hidden;
	border-radius: 0.75rem;
	box-shadow: 0 20px 50px -12px rgba(0, 0, 0, 0.5);
}

.is-style-dcc-carousel .wp-block-image {
	position: absolute !important;
	inset: 0;
	margin: 0 !important;
	opacity: 0;
	transition: opacity 1s ease;
	z-index: 0;
}

.is-style-dcc-carousel .wp-block-image.dcc-slide-active {
	opacity: 1;
	z-index: 10;
}

/* First image visible by default */
.is-style-dcc-carousel .wp-block-image:first-child {
	position: relative !important;
	opacity: 1;
	z-index: 10;
}

.is-style-dcc-carousel .wp-block-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	display: block;
}

.is-style-dcc-carousel .wp-block-image figcaption {
	display: none;
}

/* Carousel nav dots — auto-generated by JS */
.dcc-carousel-nav {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	z-index: 20;
}

.dcc-carousel-nav-dot {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 9999px;
	border: none;
	cursor: pointer;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.3);
	transition: all 0.3s ease;
}

.dcc-carousel-nav-dot.active {
	background-color: var(--dcc-sky-500);
}

.dcc-carousel-nav-dot:hover {
	background-color: #ffffff;
}

/* Carousel wrapper */
.dcc-dashboard-carousel {
	position: relative;
	width: 100%;
	height: 100%;
}

/* Carousel slides */
.dcc-dashboard-slide {
	position: absolute;
	inset: 0;
	transition: opacity 1s ease;
	background-color: var(--dcc-navy-900);
}

.dcc-dashboard-slide.active {
	opacity: 1;
	z-index: 10;
}

.dcc-dashboard-slide.inactive {
	opacity: 0;
	z-index: 0;
}

.dcc-dashboard-slide-inner {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	padding: 1.5rem;
}

/* Slide header */
.dcc-dashboard-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid var(--dcc-navy-700);
	padding-bottom: 1rem;
}

.dcc-dashboard-header h3 {
	color: var(--dcc-sky-400);
	font-weight: 700;
	font-size: 1.125rem;
}

.dcc-dashboard-header-tag {
	font-size: 0.75rem;
	color: var(--dcc-gray-400);
	background-color: var(--dcc-navy-800);
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
}

/* Chart area */
.dcc-dashboard-chart-area {
	flex: 1;
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 1rem;
}

.dcc-dashboard-chart {
	background-color: rgba(17, 37, 58, 0.5);
	border-radius: 0.5rem;
	padding: 1rem;
	border: 1px solid var(--dcc-navy-700);
	position: relative;
	overflow: hidden;
}

/* Bar chart */
.dcc-dashboard-bars {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	height: 100%;
	gap: 0.5rem;
	padding: 0 0.5rem;
}

.dcc-dashboard-bar {
	width: 100%;
	border-radius: 0.25rem 0.25rem 0 0;
	position: relative;
	transition: height 1s ease;
	background-color: rgba(4, 205, 255, 0.2);
}

.dcc-dashboard-bar-fill {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: var(--dcc-sky-500);
	transition: height 1.5s ease;
}

.dcc-dashboard-bar:nth-child(1) { height: 40%; }
.dcc-dashboard-bar:nth-child(2) { height: 60%; }
.dcc-dashboard-bar:nth-child(3) { height: 50%; }
.dcc-dashboard-bar:nth-child(4) { height: 70%; }
.dcc-dashboard-bar:nth-child(5) { height: 85%; }

.dcc-dashboard-bar-fill { height: 10%; }

.dcc-dashboard-screen:hover .dcc-dashboard-bar:nth-child(1) { height: 60%; }
.dcc-dashboard-screen:hover .dcc-dashboard-bar:nth-child(2) { height: 75%; }
.dcc-dashboard-screen:hover .dcc-dashboard-bar:nth-child(3) { height: 45%; }
.dcc-dashboard-screen:hover .dcc-dashboard-bar:nth-child(4) { height: 85%; }
.dcc-dashboard-screen:hover .dcc-dashboard-bar:nth-child(5) { height: 95%; }

.dcc-dashboard-screen:hover .dcc-dashboard-bar-fill { height: 100%; }

.dcc-dashboard-bar:nth-child(2) .dcc-dashboard-bar-fill { transition-delay: 100ms; }
.dcc-dashboard-bar:nth-child(3) .dcc-dashboard-bar-fill { transition-delay: 200ms; }
.dcc-dashboard-bar:nth-child(4) .dcc-dashboard-bar-fill { transition-delay: 300ms; }
.dcc-dashboard-bar:nth-child(5) .dcc-dashboard-bar-fill { transition-delay: 400ms; }

/* Stat cards in dashboard */
.dcc-dashboard-stats {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.dcc-dashboard-stat {
	background-color: rgba(17, 37, 58, 0.5);
	border-radius: 0.5rem;
	padding: 1rem;
	border: 1px solid var(--dcc-navy-700);
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.dcc-dashboard-stat-label {
	color: var(--dcc-gray-400);
	font-size: 0.75rem;
	text-transform: uppercase;
}

.dcc-dashboard-stat-value {
	font-size: 1.5rem;
	font-weight: 700;
	color: #ffffff;
	margin-top: 0.25rem;
}

.dcc-dashboard-stat-change {
	color: #4ade80;
	font-size: 0.75rem;
	margin-top: 0.25rem;
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

/* Provider productivity slide */
.dcc-dashboard-providers {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.dcc-dashboard-provider {
	display: flex;
	align-items: center;
	gap: 1rem;
	background-color: rgba(17, 37, 58, 0.3);
	padding: 0.75rem;
	border-radius: 0.25rem;
	border: 1px solid var(--dcc-navy-700);
}

.dcc-dashboard-provider-avatar {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 9999px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	flex-shrink: 0;
}

.dcc-dashboard-provider-avatar--sky {
	background-color: rgba(12, 74, 110, 0.5);
	color: var(--dcc-sky-400);
}

.dcc-dashboard-provider-avatar--purple {
	background-color: rgba(88, 28, 135, 0.5);
	color: #c084fc;
}

.dcc-dashboard-provider-avatar--emerald {
	background-color: rgba(6, 78, 59, 0.5);
	color: #34d399;
}

.dcc-dashboard-provider-info {
	flex: 1;
}

.dcc-dashboard-provider-row {
	display: flex;
	justify-content: space-between;
	font-size: 0.875rem;
	margin-bottom: 0.25rem;
}

.dcc-dashboard-provider-name {
	color: #ffffff;
	font-weight: 500;
}

.dcc-dashboard-progress-bar {
	height: 0.5rem;
	background-color: var(--dcc-navy-700);
	border-radius: 9999px;
	overflow: hidden;
}

.dcc-dashboard-progress-fill {
	height: 100%;
	border-radius: 9999px;
}

.dcc-dashboard-progress-fill--sky { background-color: var(--dcc-sky-500); }
.dcc-dashboard-progress-fill--purple { background-color: #a855f7; }
.dcc-dashboard-progress-fill--emerald { background-color: #10b981; }

/* Scan line effect */
.dcc-dashboard-scanline {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, transparent, rgba(4, 205, 255, 0.05), transparent);
	height: 20%;
	width: 100%;
	animation: scan 4s ease-in-out infinite;
	pointer-events: none;
}

/* Carousel indicators */
.dcc-dashboard-indicators {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	z-index: 20;
}

.dcc-dashboard-indicator {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 9999px;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
	padding: 0;
}

.dcc-dashboard-indicator.active {
	background-color: var(--dcc-sky-500);
}

.dcc-dashboard-indicator.inactive {
	background-color: var(--dcc-navy-600);
}

.dcc-dashboard-indicator:hover {
	background-color: #ffffff;
}

/* Floating highlight card */
.dcc-dashboard-floating {
	position: absolute;
	bottom: -1.5rem;
	left: -1.5rem;
	background-color: #ffffff;
	padding: 1rem;
	border-radius: 0.5rem;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
	border-left: 4px solid var(--dcc-sky-500);
	max-width: 200px;
	display: none;
}

@media (min-width: 640px) {
	.dcc-dashboard-floating {
		display: block;
	}
}

.dcc-dashboard-floating-header {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
}

.dcc-dashboard-floating-icon {
	width: 2rem;
	height: 2rem;
	border-radius: 0.25rem;
	background-color: #dcfce7;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #16a34a;
}

.dcc-dashboard-floating-label {
	font-size: 10px;
	text-transform: uppercase;
	color: var(--dcc-gray-500);
	font-weight: 700;
	letter-spacing: 0.1em;
}

.dcc-dashboard-floating-value {
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--dcc-navy-900);
}

.dcc-dashboard-floating-desc {
	font-size: 10px;
	color: var(--dcc-gray-400);
	line-height: 1.4;
}




/* ==========================================================================
   TABLE STYLE: Trust Grid
   ========================================================================== */

/* Trust Grid — rows stretch full width */
.dcc-trust-row {
	min-height: 0;
}

.dcc-trust-row-label {
	align-self: stretch;
	display: flex;
	align-items: center;
}

/* ==========================================================================
   SPECTRA INFO BOX — Feature card overrides
   ========================================================================== */
.dcc-icon-box .wp-block-uagb-info-box {
	padding: 2rem;
	border: 1px solid #f3f4f6;
	box-shadow: var(--wp--preset--shadow--card);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dcc-icon-box .wp-block-uagb-info-box:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

/* Icon container */
.dcc-icon-box .uagb-ifb-icon-wrap {
	margin-bottom: 1.5rem;
}

.dcc-icon-box .uagb-ifb-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	background-color: #f0f4f8;
	border-radius: 0.5rem;
	transition: background-color 0.3s ease;
}

.dcc-icon-box .wp-block-uagb-info-box:hover .uagb-ifb-icon {
	background-color: var(--dcc-sky-500);
}

.dcc-icon-box .uagb-ifb-icon svg {
	width: 1.25rem;
	height: 1.25rem;
	fill: var(--dcc-navy-900);
	transition: fill 0.3s ease;
}

.dcc-icon-box .wp-block-uagb-info-box:hover .uagb-ifb-icon svg {
	fill: #ffffff;
}

/* Title */
.dcc-icon-box .uagb-ifb-title {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
	color: var(--dcc-navy-900);
	margin-bottom: 0.75rem;
}

/* Description */
.dcc-icon-box .uagb-ifb-desc {
	font-family: 'Inter', sans-serif;
	font-size: 0.875rem;
	color: var(--dcc-dark-muted);
	line-height: 1.625;
}

/* Logo images — grayscale, height capped via CSS class */
.dcc-logo img {
	height: 32px !important;
	width: auto !important;
	object-fit: contain !important;
	opacity: 0.7;
	filter: grayscale(100%);
	transition: opacity 0.3s ease, filter 0.3s ease;
}

.dcc-logo:hover img {
	opacity: 1;
	filter: grayscale(0%);
}

.dcc-logo--lg img {
	height: 100% !important;
	max-height: 60px;
	min-height: 40px;
}

/* ==========================================================================
   PARTNERS & FEATURES
   ========================================================================== */

@media (min-width: 1024px) {
	.dcc-partners {
		padding: 6rem 0;
	}
}


/* Feature cards */
.dcc-features-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

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

.dcc-feature-card {
	background-color: #ffffff;
	padding: 2rem;
	border: 1px solid #f3f4f6;
	box-shadow: var(--dcc-shadow-card);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.dcc-feature-card:hover {
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
	transform: translateY(-4px);
}

/* Accent bar on hover */
.dcc-feature-card-accent {
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: var(--dcc-sky-500);
	transform: scaleY(0);
	transition: transform 0.3s ease;
	transform-origin: bottom;
}

.dcc-feature-card:hover .dcc-feature-card-accent {
	transform: scaleY(1);
}

.dcc-feature-card-icon {
	width: 3.5rem;
	height: 3.5rem;
	background-color: var(--dcc-navy-50);
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--dcc-navy-900);
	margin-bottom: 1.5rem;
	transition: all 0.3s ease;
}

.dcc-feature-card-icon i {
	font-size: 1.5rem;
}

.dcc-feature-card:hover .dcc-feature-card-icon {
	background-color: var(--dcc-sky-500);
	color: #ffffff;
}

.dcc-feature-card h3 {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--dcc-navy-900);
	margin-bottom: 0.75rem;
}

.dcc-feature-card p {
	color: var(--dcc-gray-600);
	font-size: 0.875rem;
	line-height: 1.625;
}


/* ==========================================================================
   DARK SECTION BACKGROUNDS — shared by midpage-cta and final-cta
   Injected via render_block filter
   ========================================================================== */
.dcc-featured-1,
.dcc-featured-2,
.dcc-final-cta {
	position: relative;
	overflow: hidden;
}

/* Content above bg layers */
.dcc-featured-1 > *:not([class*="dcc-dark-bg"]):not([class*="dcc-f2-bg"]),
.dcc-featured-2 > *:not([class*="dcc-dark-bg"]):not([class*="dcc-f2-bg"]),
.dcc-final-cta > *:not([class*="dcc-dark-bg"]):not([class*="dcc-f2-bg"]) {
	position: relative;
	z-index: 1;
}

/* Featured 2 — skewed accent + glow */
.dcc-f2-bg-skew {
	position: absolute;
	top: 0;
	right: 0;
	width: 33.333%;
	height: 100%;
	background-color: var(--dcc-navy-800);
	transform: skewX(12deg) translateX(25%);
	opacity: 0.5;
	pointer-events: none;
	z-index: 0;
}

.dcc-f2-bg-glow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 16rem;
	height: 16rem;
	background-color: rgba(4, 205, 255, 0.1);
	border-radius: 9999px;
	filter: blur(100px);
	pointer-events: none;
	z-index: 0;
}

/* Featured 1 — texture + gradient + glow */
.dcc-dark-bg-texture {
	position: absolute;
	inset: 0;
	opacity: 0.1;
	background-repeat: repeat;
	pointer-events: none;
	z-index: 0;
}

.dcc-dark-bg-gradient {
	position: absolute;
	right: 0;
	top: 0;
	width: 33.333%;
	height: 100%;
	background: linear-gradient(to left, rgba(12, 74, 110, 0.2), transparent);
	pointer-events: none;
	z-index: 0;
}

.dcc-dark-bg-glow {
	position: absolute;
	left: -5rem;
	bottom: 0;
	width: 16rem;
	height: 16rem;
	background-color: rgba(4, 205, 255, 0.1);
	border-radius: 9999px;
	filter: blur(64px);
	pointer-events: none;
	z-index: 0;
}


/* ==========================================================================
   TESTIMONIALS (.dcc-testimonials)
   ========================================================================== */

.dcc-testimonials {
	padding: 6rem 0;
	background-color: #f9fafb;
	border-bottom: 1px solid #e5e7eb;
}

.dcc-testimonials-header {
	text-align: center;
	margin-bottom: 4rem;
}

.dcc-testimonials-header h2 {
	font-family: 'Playfair Display', serif;
	font-size: 2.25rem;
	font-weight: 800;
	color: var(--dcc-navy-900);
	margin-bottom: 1rem;
}

.dcc-testimonials-bar {
	width: 6rem;
	height: 4px;
	background-color: var(--dcc-sky-500);
	margin: 0 auto;
}

/* Testimonials grid */
.dcc-testimonials-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
}

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

@media (min-width: 1024px) {
	.dcc-testimonials-grid {
		gap: 4rem;
	}
}

/* Testimonial card */
.dcc-testimonial-card {
	position: relative;
	background-color: #ffffff;
	padding: 2.5rem;
	box-shadow: var(--dcc-shadow-card);
	border-top: 4px solid var(--dcc-sky-500);
	border-radius: 2px;
	transition: transform 0.3s ease;
}

.dcc-testimonial-card:hover {
	transform: translateY(-4px);
}

/* Quote icon */
.dcc-testimonial-quote-icon {
	position: absolute;
	top: -1.5rem;
	left: 2.5rem;
	width: 3rem;
	height: 3rem;
	background-color: var(--dcc-navy-900);
	color: var(--dcc-sky-500);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.dcc-testimonial-text {
	color: var(--dcc-gray-600);
	font-style: italic;
	font-size: 1.125rem;
	line-height: 1.625;
	margin-bottom: 2rem;
	padding-top: 1rem;
}

.dcc-testimonial-author {
	display: flex;
	align-items: center;
	gap: 1rem;
	border-top: 1px solid #f3f4f6;
	padding-top: 1.5rem;
}

.dcc-testimonial-avatar {
	width: 3rem;
	height: 3rem;
	border-radius: 9999px;
	overflow: hidden;
	background-color: #e5e7eb;
	flex-shrink: 0;
}

.dcc-testimonial-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dcc-testimonial-name {
	font-weight: 700;
	color: var(--dcc-navy-900);
	font-size: 1.125rem;
}

.dcc-testimonial-role {
	color: var(--dcc-sky-600);
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

/* Case study link */
.dcc-case-study-link {
	margin-top: 4rem;
	text-align: center;
}

.dcc-case-study-link a {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--dcc-navy-900);
	font-weight: 700;
	font-size: 1.125rem;
	border-bottom: 2px solid var(--dcc-sky-500);
	padding-bottom: 0.25rem;
	transition: all 0.3s ease;
	text-decoration: none;
}

.dcc-case-study-link a:hover {
	color: var(--dcc-sky-500);
	border-bottom-color: var(--dcc-navy-900);
}

.dcc-case-study-link a i {
	font-size: 0.875rem;
}


/* ==========================================================================
   STEPS TO CLARITY (.dcc-steps)
   ========================================================================== */

.dcc-steps {
	position: relative;
	padding: 6rem 0;
	background-color: var(--dcc-navy-900);
	overflow: hidden;
}

/* Skewed accent background */
.dcc-steps-accent {
	position: absolute;
	top: 0;
	right: 0;
	width: 33.333%;
	height: 100%;
	background-color: var(--dcc-navy-800);
	transform: skewX(12deg) translateX(25%);
	opacity: 0.5;
}

/* Background glow */
.dcc-steps-glow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 16rem;
	height: 16rem;
	background-color: rgba(4, 205, 255, 0.1);
	border-radius: 9999px;
	filter: blur(100px);
}

.dcc-steps-content {
	position: relative;
	z-index: 10;
}

.dcc-steps-header {
	text-align: center;
	max-width: 48rem;
	margin: 0 auto 5rem;
}

.dcc-steps-header h2 {
	font-family: 'Playfair Display', serif;
	font-size: 1.875rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.dcc-steps-header h2 {
		font-size: 2.25rem;
	}
}

@media (min-width: 1024px) {
	.dcc-steps-header h2 {
		font-size: 3rem;
	}
}

.dcc-steps-header h2 span {
	color: var(--dcc-sky-500);
}

.dcc-steps-bar {
	width: 6rem;
	height: 4px;
	background-color: var(--dcc-sky-500);
	margin: 0 auto 2rem;
}

.dcc-steps-header p {
	font-size: 1.125rem;
	color: var(--dcc-gray-300);
	line-height: 1.625;
}

@media (min-width: 768px) {
	.dcc-steps-header p {
		font-size: 1.25rem;
	}
}

.dcc-steps-header .dcc-italic {
	color: var(--dcc-sky-400);
	font-style: italic;
}

/* Steps grid */
.dcc-steps-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	position: relative;
}

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

/* Connecting line */
.dcc-steps-line {
	display: none;
}

@media (min-width: 768px) {
	.dcc-steps-line {
		display: block;
		position: absolute;
		top: 3rem;
		left: 16%;
		right: 16%;
		height: 2px;
		background: linear-gradient(to right, rgba(4, 205, 255, 0), rgba(4, 205, 255, 0.5), rgba(4, 205, 255, 0));
		z-index: 0;
	}
}

/* Step item */
.dcc-step {
	position: relative;
	z-index: 10;
}

.dcc-step-card {
	background-color: var(--dcc-navy-800);
	border: 1px solid var(--dcc-navy-700);
	padding: 2rem;
	height: 100%;
	border-radius: 2px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}

.dcc-step-card:hover {
	border-color: var(--dcc-sky-500);
}

/* Step 2 elevated */
.dcc-step--elevated .dcc-step-card {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
	.dcc-step--elevated .dcc-step-card {
		transform: translateY(-1rem);
	}
}

/* Decorative corner blob */
.dcc-step-blob {
	position: absolute;
	top: 0;
	right: 0;
	width: 5rem;
	height: 5rem;
	border-bottom-left-radius: 9999px;
	margin-right: -2.5rem;
	margin-top: -2.5rem;
	transition: transform 0.3s ease;
	background-color: rgba(255, 255, 255, 0.05);
}

.dcc-step--elevated .dcc-step-blob {
	background-color: rgba(4, 205, 255, 0.1);
}

.dcc-step:hover .dcc-step-blob {
	transform: scale(1.5);
}

/* Step circle */
.dcc-step-circle {
	width: 6rem;
	height: 6rem;
	background-color: var(--dcc-navy-900);
	border-radius: 9999px;
	border: 4px solid var(--dcc-navy-800);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 2rem;
	position: relative;
	box-shadow: 0 0 30px rgba(4, 205, 255, 0.15);
	transition: box-shadow 0.3s ease;
}

.dcc-step:hover .dcc-step-circle {
	box-shadow: 0 0 30px rgba(4, 205, 255, 0.4);
}

.dcc-step-circle i {
	font-size: 1.875rem;
	color: var(--dcc-sky-500);
}

/* Number badge */
.dcc-step-number {
	position: absolute;
	top: -0.5rem;
	right: -0.5rem;
	width: 2rem;
	height: 2rem;
	background-color: var(--dcc-sky-500);
	color: #ffffff;
	border-radius: 9999px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 0.875rem;
	border: 4px solid var(--dcc-navy-800);
}

.dcc-step-card h3 {
	font-size: 1.25rem;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	margin-bottom: 1rem;
}

.dcc-step-card p {
	color: var(--dcc-gray-400);
	text-align: center;
	line-height: 1.625;
}

/* Steps CTA buttons */
.dcc-steps-cta {
	margin-top: 4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
}

@media (min-width: 640px) {
	.dcc-steps-cta {
		flex-direction: row;
	}
}

.dcc-steps-cta .dcc-btn-primary {
	width: 100%;
	letter-spacing: 0.1em;
	text-align: center;
}

@media (min-width: 640px) {
	.dcc-steps-cta .dcc-btn-primary {
		width: auto;
	}
}

.dcc-steps-cta .dcc-btn-text {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	color: var(--dcc-gray-300);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.875rem;
	text-decoration: none;
	transition: color 0.3s ease;
	padding: 1rem 2rem;
}

@media (min-width: 640px) {
	.dcc-steps-cta .dcc-btn-text {
		width: auto;
	}
}

.dcc-steps-cta .dcc-btn-text:hover {
	color: #ffffff;
}

.dcc-steps-cta .dcc-btn-text span {
	border-bottom: 1px solid transparent;
	transition: border-color 0.3s ease;
}

.dcc-steps-cta .dcc-btn-text:hover span {
	border-bottom-color: var(--dcc-sky-500);
}

.dcc-steps-cta .dcc-btn-text i {
	color: var(--dcc-sky-500);
	transition: transform 0.3s ease;
}

.dcc-steps-cta .dcc-btn-text:hover i {
	transform: translateX(4px);
}


/* ==========================================================================
   FAQ (.dcc-faq)
   ========================================================================== */

.dcc-faq {
	padding: 6rem 0;
	background-color: #f9fafb;
	border-bottom: 1px solid #e5e7eb;
}

.dcc-faq-header {
	text-align: center;
	margin-bottom: 4rem;
}

.dcc-faq-header h2 {
	font-family: 'Playfair Display', serif;
	font-size: 1.875rem;
	font-weight: 700;
	color: var(--dcc-navy-900);
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.dcc-faq-header h2 {
		font-size: 2.25rem;
	}
}

.dcc-faq-bar {
	width: 6rem;
	height: 4px;
	background-color: var(--dcc-sky-500);
	margin: 0 auto;
}

/* FAQ categories */
.dcc-faq-categories {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.dcc-faq-category {
	background-color: #ffffff;
	border: 1px solid #e5e7eb;
	box-shadow: var(--dcc-shadow-card);
	border-radius: 2px;
	overflow: hidden;
}

/* Category header */
.dcc-faq-category-header {
	background-color: var(--dcc-navy-900);
	padding: 1rem 1.5rem;
	border-bottom: 1px solid var(--dcc-navy-800);
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.dcc-faq-category-header i {
	color: var(--dcc-sky-500);
}

.dcc-faq-category-header h3 {
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.875rem;
}

/* FAQ items */
.dcc-faq-items {
	border-top: 1px solid #f3f4f6;
}

.dcc-faq-item {
	border-bottom: 1px solid #f3f4f6;
}

.dcc-faq-item:last-child {
	border-bottom: none;
}

.dcc-faq-question {
	width: 100%;
	text-align: left;
	padding: 1.25rem 1.5rem;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1rem;
	font-size: inherit;
	font-family: inherit;
}

.dcc-faq-question:focus {
	outline: none;
}

.dcc-faq-question span {
	font-weight: 700;
	color: var(--dcc-navy-900);
	transition: color 0.3s ease;
}

.dcc-faq-item:hover .dcc-faq-question span {
	color: var(--dcc-sky-600);
}

.dcc-faq-question i {
	color: var(--dcc-sky-500);
	margin-top: 0.25rem;
	transition: transform 0.3s ease;
	flex-shrink: 0;
}

.dcc-faq-item.active .dcc-faq-question i {
	transform: rotate(180deg);
}

/* FAQ answer */
.dcc-faq-answer {
	display: none;
	padding: 0 1.5rem 1.5rem;
	color: var(--dcc-gray-600);
	font-size: 0.875rem;
	line-height: 1.625;
	border-top: 1px solid #f9fafb;
	background-color: rgba(249, 250, 251, 0.5);
}

.dcc-faq-item.active .dcc-faq-answer {
	display: block;
}

.dcc-faq-answer p {
	margin-bottom: 1rem;
}

.dcc-faq-answer p:last-child {
	margin-bottom: 0;
}

.dcc-faq-answer ol {
	list-style: decimal inside;
	padding-left: 0.5rem;
}

.dcc-faq-answer ol li {
	margin-bottom: 0.25rem;
}

.dcc-faq-answer strong {
	color: var(--dcc-navy-900);
}


/* ==========================================================================
   HIPAA COMPLIANCE (.dcc-hipaa)
   ========================================================================== */

.dcc-hipaa {
	padding: 6rem 0;
	background-color: #ffffff;
	border-bottom: 1px solid #e5e7eb;
}

.dcc-hipaa-header {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 2rem;
}

.dcc-hipaa-header-bar {
	height: 2rem;
	width: 4px;
	background-color: var(--dcc-sky-500);
	margin-top: 0.25rem;
	flex-shrink: 0;
}

.dcc-hipaa-header h2 {
	font-family: 'Playfair Display', serif;
	font-size: 1.875rem;
	font-weight: 700;
	color: var(--dcc-navy-900);
}

/* Prose content */
.dcc-hipaa-prose {
	color: var(--dcc-gray-600);
	font-size: 1.125rem;
	line-height: 1.75;
	max-width: none;
}

.dcc-hipaa-prose p {
	margin-bottom: 1.5rem;
}

.dcc-hipaa-prose strong {
	color: var(--dcc-navy-900);
}

/* Checklist */
.dcc-hipaa-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 2rem;
}

.dcc-hipaa-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.dcc-hipaa-list li i {
	color: var(--dcc-sky-500);
	margin-top: 0.375rem;
	flex-shrink: 0;
}

.dcc-hipaa-list li strong {
	color: var(--dcc-navy-900);
}

/* Bottom link */
.dcc-hipaa-link {
	color: var(--dcc-sky-500);
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid var(--dcc-sky-500);
	padding-bottom: 2px;
	transition: all 0.3s ease;
}

.dcc-hipaa-link:hover {
	color: var(--dcc-navy-900);
	border-bottom-color: var(--dcc-navy-900);
}


/* ==========================================================================
   FINAL CTA (.dcc-final-cta)
   ========================================================================== */

.dcc-final-cta {
	position: relative;
	padding: 8rem 0;
	background-color: var(--dcc-navy-900);
	overflow: hidden;
}

.dcc-final-cta-texture {
	position: absolute;
	inset: 0;
	opacity: 0.1;
	background-image: url('https://www.transparenttextures.com/patterns/carbon-fibre.png');
}

.dcc-final-cta-gradient {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: linear-gradient(to left, rgba(12, 74, 110, 0.2), transparent);
}

.dcc-final-cta-glow {
	position: absolute;
	left: -5rem;
	bottom: 0;
	width: 24rem;
	height: 24rem;
	background-color: rgba(4, 205, 255, 0.1);
	border-radius: 9999px;
	filter: blur(64px);
}

.dcc-final-cta-glow-2 {
	position: absolute;
	top: 25%;
	right: 25%;
	width: 16rem;
	height: 16rem;
	background-color: rgba(0, 181, 226, 0.1);
	border-radius: 9999px;
	filter: blur(120px);
}

.dcc-final-cta-content {
	position: relative;
	z-index: 10;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 1rem;
	text-align: center;
}

@media (min-width: 640px) {
	.dcc-final-cta-content {
		padding: 0 1.5rem;
	}
}

@media (min-width: 1024px) {
	.dcc-final-cta-content {
		padding: 0 2rem;
	}
}

/* Badge with cyan lines */
.dcc-final-cta-badge {
	margin-bottom: 2rem;
}

.dcc-final-cta-badge-inner {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.dcc-final-cta-badge-line {
	height: 2px;
	width: 3rem;
	background-color: var(--dcc-sky-500);
}

.dcc-final-cta-badge-text {
	color: var(--dcc-sky-400);
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 0.75rem;
}

/* Final CTA heading */
.dcc-final-cta h2 {
	font-family: 'Playfair Display', serif;
	font-size: 2.25rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 2rem;
	line-height: 1.15;
}

@media (min-width: 768px) {
	.dcc-final-cta h2 {
		font-size: 3rem;
	}
}

@media (min-width: 1024px) {
	.dcc-final-cta h2 {
		font-size: 3.75rem;
	}
}

.dcc-final-cta-subtitle {
	font-size: 1.25rem;
	color: var(--dcc-gray-300);
	margin-bottom: 3rem;
	max-width: 48rem;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.625;
}

@media (min-width: 768px) {
	.dcc-final-cta-subtitle {
		font-size: 1.5rem;
	}
}

.dcc-final-cta-subtitle .dcc-highlight {
	color: #ffffff;
	font-weight: 600;
	border-bottom: 1px solid rgba(4, 205, 255, 0.5);
}

/* Final CTA buttons */
.dcc-final-cta-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	margin-bottom: 4rem;
}

@media (min-width: 640px) {
	.dcc-final-cta-buttons {
		flex-direction: row;
	}
}

.dcc-final-cta-buttons .dcc-btn-primary,
.dcc-final-cta-buttons .dcc-btn-outline {
	width: 100%;
	padding: 1.25rem 2.5rem;
	letter-spacing: 0.1em;
}

@media (min-width: 640px) {
	.dcc-final-cta-buttons .dcc-btn-primary,
	.dcc-final-cta-buttons .dcc-btn-outline {
		width: auto;
	}
}

/* Trust indicators */
.dcc-final-cta-trust {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	color: var(--dcc-gray-400);
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-top: 1px solid var(--dcc-navy-800);
	padding-top: 3rem;
}

.dcc-final-cta-trust-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.dcc-final-cta-trust-item i {
	color: var(--dcc-sky-500);
}


/* ==========================================================================
   FOOTER (.dcc-footer)
   ========================================================================== */

.dcc-footer {
	background-color: var(--dcc-navy-900);
	padding-top: 5rem;
	padding-bottom: 2.5rem;
	border-top: 1px solid var(--dcc-navy-800);
}

.dcc-footer-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	margin-bottom: 4rem;
}

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

@media (min-width: 1024px) {
	.dcc-footer-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* Footer logo */
.dcc-footer-logo {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
	cursor: pointer;
}

.dcc-footer-logo-icon {
	width: 2.5rem;
	height: 2.5rem;
	background-color: var(--dcc-navy-800);
	border-radius: 0.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.dcc-footer-logo-icon i {
	color: var(--dcc-sky-500);
	font-size: 1.125rem;
}

.dcc-footer-logo-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.dcc-footer-logo-name {
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: -0.025em;
	color: #ffffff;
	line-height: 1;
}

.dcc-footer-logo-sub {
	font-weight: 500;
	color: var(--dcc-sky-500);
	font-size: 10px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.dcc-footer-desc {
	color: var(--dcc-gray-400);
	margin-bottom: 1.5rem;
	font-size: 0.875rem;
	line-height: 1.625;
}

/* Social icons */
.dcc-footer-socials {
	display: flex;
	gap: 1rem;
}

.dcc-footer-social {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 9999px;
	background-color: var(--dcc-navy-800);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--dcc-gray-400);
	transition: all 0.3s ease;
	text-decoration: none;
}

.dcc-footer-social:hover {
	background-color: var(--dcc-sky-500);
	color: #ffffff;
}

/* Footer nav columns */
.dcc-footer-nav h4 {
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.875rem;
}

.dcc-footer-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dcc-footer-nav ul li {
	margin-bottom: 1rem;
}

.dcc-footer-nav ul li a {
	color: var(--dcc-gray-400);
	font-size: 0.875rem;
	text-decoration: none;
	transition: color 0.3s ease;
}

.dcc-footer-nav ul li a:hover {
	color: var(--dcc-sky-500);
}

/* Footer contact */
.dcc-footer-contact ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dcc-footer-contact ul li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1rem;
	color: var(--dcc-gray-400);
	font-size: 0.875rem;
}

.dcc-footer-contact ul li.dcc-footer-address {
	align-items: flex-start;
}

.dcc-footer-contact ul li i {
	color: var(--dcc-sky-500);
}

.dcc-footer-contact ul li.dcc-footer-address i {
	margin-top: 0.25rem;
}

/* Footer bottom bar */
.dcc-footer-bottom {
	border-top: 1px solid var(--dcc-navy-800);
	padding-top: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

@media (min-width: 768px) {
	.dcc-footer-bottom {
		flex-direction: row;
		justify-content: space-between;
	}
}

.dcc-footer-copyright {
	font-size: 0.875rem;
	color: var(--dcc-gray-500);
}

.dcc-footer-links {
	display: flex;
	gap: 1.5rem;
}

.dcc-footer-links a {
	font-size: 0.875rem;
	color: var(--dcc-gray-500);
	text-decoration: none;
	transition: color 0.3s ease;
}

.dcc-footer-links a:hover {
	color: var(--dcc-sky-500);
}


/* ==========================================================================
   ANIMATIONS & KEYFRAMES
   ========================================================================== */

@keyframes scan {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(500%);
	}
}

@keyframes pulse {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
}

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

@keyframes bounceSlow {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-8px);
	}
}

/* Scroll reveal */
.dcc-reveal {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.dcc-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* Hero entrance animations */
.dcc-animate-fade-in-up {
	animation: fadeInUp 0.8s ease forwards;
}

.dcc-animate-fade-in-up-delay-1 {
	animation: fadeInUp 0.8s ease 0.1s forwards;
	opacity: 0;
}

.dcc-animate-fade-in-up-delay-2 {
	animation: fadeInUp 0.8s ease 0.2s forwards;
	opacity: 0;
}

.dcc-animate-fade-in-up-delay-3 {
	animation: fadeInUp 0.8s ease 0.3s forwards;
	opacity: 0;
}

/* Bounce-slow for floating card */
.dcc-animate-bounce-slow {
	animation: bounceSlow 3s ease-in-out infinite;
}

/* Hover transitions on cards */
.dcc-hover-lift {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dcc-hover-lift:hover {
	transform: translateY(-4px);
}


/* ==========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================== */

/* Small screens (max 640px) */
@media (max-width: 639px) {
	.dcc-hero {
		padding-top: 8rem;
		padding-bottom: 4rem;
	}

	.dcc-hero h1 {
		font-size: 2rem;
	}

	.dcc-hero h2 {
		font-size: 1.125rem;
	}

	.dcc-stats-bar-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.dcc-stats-bar-number {
		font-size: 1.875rem;
	}

	.dcc-stats-bar-cell {
		padding: 1.5rem;
	}

	.dcc-features-grid {
		grid-template-columns: 1fr;
	}

	.dcc-testimonials-grid {
		grid-template-columns: 1fr;
	}

	.dcc-steps-grid {
		grid-template-columns: 1fr;
	}

	.dcc-final-cta h2 {
		font-size: 1.875rem;
	}

	.dcc-final-cta-subtitle {
		font-size: 1.125rem;
	}

	.dcc-testimonial-card {
		padding: 1.5rem;
	}

	.dcc-dashboard {
		max-width: 100%;
	}
}

/* Medium screens (640-767) */
@media (min-width: 640px) and (max-width: 767px) {
	.dcc-hero h1 {
		font-size: 2.5rem;
	}
}

/* Large screens only overrides */
@media (min-width: 1024px) {
	.dcc-hero-grid {
		gap: 4rem;
	}

	.dcc-testimonials-grid {
		gap: 4rem;
	}
}

/* Extra-large screen adjustments */
@media (min-width: 1280px) {
	.dcc-hero h1 {
		font-size: 3.75rem;
	}
}


/* ==========================================================================
   MOBILE MENU / DRAWER
   ========================================================================== */

.dcc-mobile-menu-btn {
	display: flex;
	align-items: center;
	padding: 0.5rem;
	color: var(--dcc-navy-900);
	background: none;
	border: none;
	cursor: pointer;
	transition: color 0.3s ease;
}

.dcc-mobile-menu-btn:hover {
	color: var(--dcc-sky-500);
}

.dcc-mobile-menu-btn:focus {
	outline: none;
}

.dcc-mobile-menu-btn i {
	font-size: 1.5rem;
}

.dcc-mobile-drawer {
	display: none;
	background-color: #ffffff;
	border-bottom: 1px solid #f3f4f6;
	position: absolute;
	width: 100%;
	left: 0;
	top: 6rem;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
	z-index: 50;
}

.dcc-mobile-drawer.open {
	display: block;
}

@media (min-width: 768px) {
	.dcc-mobile-drawer {
		display: none !important;
	}

	.dcc-mobile-menu-btn {
		display: none;
	}
}

.dcc-mobile-drawer-inner {
	padding: 1rem 1.5rem 2rem;
}

.dcc-mobile-drawer a {
	display: block;
	padding: 0.75rem 0;
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--dcc-navy-900);
	border-bottom: 1px solid #f3f4f6;
	text-decoration: none;
}

.dcc-mobile-drawer-cta {
	padding-top: 1.5rem;
}

.dcc-mobile-drawer-cta a {
	display: block;
	width: 100%;
	text-align: center;
	background-color: var(--dcc-sky-500);
	color: #ffffff;
	padding: 1rem 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-bottom: none;
}


/* ==========================================================================
   WORDPRESS-SPECIFIC / ASTRA COMPAT
   ========================================================================== */

/* Remove default Astra entry header margin */
.ast-single-post .entry-header,
.ast-page-builder-template .entry-header {
	display: none;
}

/* Full-width Astra builder pages */
.ast-page-builder-template .site-content > .ast-container {
	max-width: 100% !important;
	padding: 0 !important;
}

/* WP Block buttons compatibility */
.wp-block-buttons .wp-block-button .wp-block-button__link {
	border-radius: 0 !important;
}

/* Ensure dcc sections break out of Astra container */

/* Ensure inner sections fill their wp-block-group wrapper */
.dcc-hero-inner,
.dcc-stats-bar-inner,
.dcc-trust-and-features-inner,
.dcc-featured-1-inner,
.dcc-testimonials-inner,
.dcc-steps-inner,
.dcc-faq-inner,
.dcc-compliance-inner,
.dcc-final-cta-inner {
	width: 100%;
}

/* ==========================================================================
   MISSING MODIFIER CLASSES — HTML↔CSS bridge
   ========================================================================== */

/* Button modifiers */
.dcc-btn.dcc-btn--primary {
	display: inline-block;
	padding: 16px 32px;
	background-color: var(--dcc-sky-500);
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: var(--dcc-shadow-glow-sm);
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border: none;
	text-align: center;
}

.dcc-btn.dcc-btn--primary:hover {
	background-color: var(--dcc-sky-400);
	box-shadow: var(--dcc-shadow-glow-lg);
	transform: translateY(-1px);
	color: #ffffff;
}

.dcc-btn--glow {
	box-shadow: var(--dcc-shadow-glow-sm);
}

.dcc-btn--glow:hover {
	box-shadow: var(--dcc-shadow-glow-lg);
}

.dcc-btn--lg {
	padding: 1.25rem 2.5rem;
}

.dcc-btn.dcc-btn--outline-light {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 16px 32px;
	border: 1px solid #4b5563;
	background-color: rgba(17, 37, 58, 0.5);
	color: var(--dcc-gray-300);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

.dcc-btn.dcc-btn--outline-light:hover {
	border-color: var(--dcc-sky-500);
	background-color: var(--dcc-navy-800);
	color: #ffffff;
}

.dcc-btn.dcc-btn--text-light {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 1rem 2rem;
	background: none;
	border: none;
	color: var(--dcc-gray-300);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.875rem;
	text-decoration: none;
	transition: color 0.3s ease;
	cursor: pointer;
}

.dcc-btn.dcc-btn--text-light:hover {
	color: #ffffff;
}

.dcc-btn-label {
	position: relative;
	z-index: 10;
}

.dcc-btn-hover-effect {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	border-radius: 1rem;
	transition: all 0.3s ease;
}

.dcc-btn:hover .dcc-btn-hover-effect {
	transform: scale(1);
	background-color: rgba(56, 189, 248, 0.3);
}

.dcc-btn-arrow {
	color: var(--dcc-sky-500);
	transition: transform 0.3s ease;
	margin-left: 0.5rem;
}

.dcc-btn:hover .dcc-btn-arrow {
	transform: translateX(4px);
}

.dcc-btn-underline-hover {
	border-bottom: 1px solid transparent;
	transition: border-color 0.3s ease;
}

.dcc-btn:hover .dcc-btn-underline-hover {
	border-bottom-color: var(--dcc-sky-500);
}

/* Icon accent color */
.dcc-icon-accent {
	color: var(--dcc-sky-500);
}

/* Hero glow modifiers */
.dcc-hero-glow.dcc-hero-glow--top {
	top: 25%;
	left: 25%;
}

.dcc-hero-glow.dcc-hero-glow--bottom {
	top: auto;
	left: auto;
	bottom: 33%;
	right: 25%;
	width: 500px;
	height: 500px;
	background-color: rgba(0, 181, 226, 0.1);
	filter: blur(120px);
	animation: none;
}

/* Hero background texture */
.dcc-hero-bg-texture {
	position: absolute;
	inset: 0;
	opacity: 0.2;
	background-repeat: repeat;
}

.dcc-hero-bg-gradient {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at top right, var(--dcc-navy-800), var(--dcc-navy-900), #000000);
	opacity: 0.8;
}

/* Upgrade sky-400 palette color to gradient text inside hero headings */
.dcc-hero-title .has-sky-400-color {
	background: linear-gradient(to right, var(--dcc-sky-400), #bae6fd) !important;
	-webkit-background-clip: text !important;
	background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	color: transparent !important;
}

/* WP inline palette colors */
.has-primary-color { color: var(--dcc-sky-500) !important; }
.has-sky-400-color { color: var(--dcc-sky-400) !important; }
.has-navy-900-color { color: var(--dcc-navy-900) !important; }
.has-white-color { color: #ffffff !important; }


/* Hero description with left border */
/* Hero quote block — left cyan border, no decoration */
.dcc-hero-quote {
	border-left: 2px solid rgba(4, 205, 255, 0.3) !important;
	padding: 0 0 0 1.5rem !important;
	margin: 0 0 2rem 0 !important;
	quotes: none;
}

.dcc-hero-quote::before,
.dcc-hero-quote::after {
	content: none !important;
}

.dcc-hero-quote p {
	color: var(--dcc-gray-300) !important;
	font-size: 1rem !important;
	line-height: 1.625 !important;
	font-style: normal !important;
	margin-bottom: 0.5rem !important;
}


@media (min-width: 1024px) {
	.dcc-hero-quote p {
		font-size: 1.125rem !important;
	}
}

/* Hero CTAs container */
.dcc-hero-ctas {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 0.5rem;
}

@media (min-width: 640px) {
	.dcc-hero-ctas {
		flex-direction: row;
	}
}

/* Hero title */
.dcc-hero-title {
	font-family: 'Playfair Display', serif;
	font-size: 2.25rem;
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.15;
	margin-bottom: 1.5rem;
	color: #ffffff;
}

@media (min-width: 1024px) {
	.dcc-hero-title { font-size: 3rem; }
}

@media (min-width: 1280px) {
	.dcc-hero-title { font-size: 3.75rem; }
}

/* Hero subtitle */
.dcc-hero-subtitle {
	font-size: 1.25rem;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
	.dcc-hero-subtitle { font-size: 1.5rem; }
}

/* Hero container/grid */
.dcc-hero-inner {
	position: relative;
	padding-top: 8rem;
	padding-bottom: 4rem;
	display: flex;
	align-items: center;
	overflow: hidden;
	background-color: var(--dcc-navy-900);
	width: 100%;
	min-height: 100%;
}

@media (min-width: 1024px) {
	.dcc-hero-inner {
		padding-top: 0;
		padding-bottom: 0;
		height: 850px;
	}
}

.dcc-hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.dcc-hero-container {
	position: relative;
	z-index: 10;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 1.5rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (min-width: 640px) {
	.dcc-hero-container { padding: 0 2.5rem; }
}

@media (min-width: 1024px) {
	.dcc-hero-container { padding: 0 4rem; }
}

@media (min-width: 1440px) {
	.dcc-hero-container { padding: 0 5rem; }
}

.dcc-hero-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: center;
	height: 100%;
	padding-top: 2.5rem;
}

@media (min-width: 1024px) {
	.dcc-hero-grid {
		grid-template-columns: 5fr 7fr;
		gap: 4rem;
		padding-top: 6rem;
	}
}

.dcc-hero-content {
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (min-width: 1024px) {
	.dcc-hero-content { order: 1; }
}

.dcc-hero-visual {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	perspective: 1000px;
}

@media (min-width: 1024px) {
	.dcc-hero-visual {
		justify-content: flex-end;
		order: 2;
	}
}

.dcc-hero-visual-glow {
	position: absolute;
	right: -5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 600px;
	height: 600px;
	background: linear-gradient(to bottom right, rgba(4, 205, 255, 0.1), transparent);
	border-radius: 9999px;
	filter: blur(64px);
	z-index: -1;
}

/* Dashboard wrapper */
.dcc-dashboard-wrapper {
	position: relative;
	width: 100%;
	max-width: 672px;
	transition: all 0.5s ease;
}

.dcc-dashboard-wrapper:hover {
	transform: scale(1.02) rotate(-1deg);
}

/* Carousel slide modifiers */
.dcc-carousel-slide {
	position: absolute;
	inset: 0;
	transition: opacity 1s ease;
	opacity: 0;
	z-index: 0;
	background-color: var(--dcc-navy-900);
}

.dcc-carousel-slide--active {
	opacity: 1;
	z-index: 10;
}

/* Slide content */
.dcc-slide-content {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	padding: 1.5rem;
}

.dcc-slide-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid var(--dcc-navy-700);
	padding-bottom: 1rem;
}

.dcc-slide-title {
	color: var(--dcc-sky-400);
	font-weight: 700;
	font-size: 1.125rem;
	margin: 0;
}

.dcc-slide-badge {
	font-size: 0.75rem;
	color: var(--dcc-gray-400);
	background-color: var(--dcc-navy-800);
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
}

.dcc-slide-body {
	flex: 1;
}

.dcc-slide-body--financial {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 1rem;
}

.dcc-slide-body--providers {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

/* Chart bars */
.dcc-chart-area {
	background-color: rgba(17, 37, 58, 0.5);
	border-radius: 0.5rem;
	padding: 1rem;
	border: 1px solid var(--dcc-navy-700);
	overflow: hidden;
}

.dcc-chart-bars {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	height: 100%;
	gap: 0.5rem;
	padding: 0 0.5rem;
}

.dcc-chart-bar {
	width: 100%;
	border-radius: 0.25rem 0.25rem 0 0;
	position: relative;
	transition: height 1s ease;
	background-color: rgba(4, 205, 255, 0.2);
}

.dcc-chart-bar-fill {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 10%;
	background-color: var(--dcc-sky-500);
	transition: height 1.5s ease;
}

.dcc-dashboard-screen:hover .dcc-chart-bar-fill {
	height: 100%;
}

/* Stat cards */
.dcc-stat-cards {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.dcc-stat-card {
	background-color: rgba(17, 37, 58, 0.5);
	border-radius: 0.5rem;
	padding: 1rem;
	border: 1px solid var(--dcc-navy-700);
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.dcc-stat-card-label {
	color: var(--dcc-gray-400);
	font-size: 0.75rem;
	text-transform: uppercase;
}

.dcc-stat-card-value {
	font-size: 1.5rem;
	font-weight: 700;
	color: #ffffff;
	margin-top: 0.25rem;
}

.dcc-stat-card-trend {
	font-size: 0.75rem;
	margin-top: 0.25rem;
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

.dcc-stat-card-trend--up {
	color: #4ade80;
}

/* Provider rows */
.dcc-provider-row {
	display: flex;
	align-items: center;
	gap: 1rem;
	background-color: rgba(17, 37, 58, 0.3);
	padding: 0.75rem;
	border-radius: 0.25rem;
	border: 1px solid var(--dcc-navy-700);
}

.dcc-provider-avatar {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 9999px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	flex-shrink: 0;
}

.dcc-provider-avatar--cyan { background-color: rgba(12, 74, 110, 0.5); color: var(--dcc-sky-400); }
.dcc-provider-avatar--purple { background-color: rgba(88, 28, 135, 0.5); color: #c084fc; }
.dcc-provider-avatar--green { background-color: rgba(6, 78, 59, 0.5); color: #34d399; }

.dcc-provider-info { flex: 1; }

.dcc-provider-meta {
	display: flex;
	justify-content: space-between;
	font-size: 0.875rem;
	margin-bottom: 0.25rem;
}

.dcc-provider-name { color: #ffffff; font-weight: 500; }

.dcc-provider-goal { font-size: 0.875rem; }
.dcc-provider-goal--cyan { color: var(--dcc-sky-400); }
.dcc-provider-goal--purple { color: #c084fc; }
.dcc-provider-goal--green { color: #34d399; }

.dcc-progress-bar {
	height: 0.5rem;
	background-color: var(--dcc-navy-700);
	border-radius: 9999px;
	overflow: hidden;
}

.dcc-progress-fill { height: 100%; border-radius: 9999px; }
.dcc-progress-fill--cyan { background-color: var(--dcc-sky-500); }
.dcc-progress-fill--purple { background-color: #a855f7; }
.dcc-progress-fill--green { background-color: #10b981; }

/* Scan line */
.dcc-scan-line {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, transparent, rgba(4, 205, 255, 0.05), transparent);
	height: 20%;
	width: 100%;
	animation: scan 4s ease-in-out infinite;
	pointer-events: none;
}

/* Carousel dots */
.dcc-carousel-indicators {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	z-index: 20;
}

.dcc-carousel-dot {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 9999px;
	border: none;
	cursor: pointer;
	padding: 0;
	background-color: var(--dcc-navy-600);
	transition: all 0.3s ease;
}

.dcc-carousel-dot--active {
	background-color: var(--dcc-sky-500);
}

.dcc-carousel-dot:hover {
	background-color: #ffffff;
}

/* Floating card */
.dcc-floating-card {
	position: absolute;
	bottom: -1.5rem;
	left: -1.5rem;
	background-color: #ffffff;
	padding: 1rem;
	border-radius: 0.5rem;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
	border-left: 4px solid var(--dcc-sky-500);
	max-width: 200px;
	display: none;
	animation: bounceSlow 3s ease-in-out infinite;
	z-index: 20;
}

@media (min-width: 640px) {
	.dcc-floating-card { display: block; }
}

.dcc-floating-card-header {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
}

.dcc-floating-card-icon {
	width: 2rem;
	height: 2rem;
	border-radius: 0.25rem;
	background-color: #dcfce7;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #16a34a;
}

.dcc-floating-card-label {
	font-size: 10px;
	text-transform: uppercase;
	color: var(--dcc-gray-500);
	font-weight: 700;
	letter-spacing: 0.1em;
}

.dcc-floating-card-value {
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--dcc-navy-900);
}

.dcc-floating-card-note {
	font-size: 10px;
	color: var(--dcc-gray-400);
	line-height: 1.4;
}

/* Stats bar inner container */
.dcc-stats-bar-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1rem;
}

@media (min-width: 640px) {
	.dcc-stats-bar-inner { padding: 0 1.5rem; }
}

@media (min-width: 1024px) {
	.dcc-stats-bar-inner { padding: 0 2rem; }
}

.dcc-stats-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

@media (min-width: 1024px) {
	.dcc-stats-grid { grid-template-columns: repeat(4, 1fr); }
}

.dcc-stat-block {
	background-color: var(--dcc-sky-500);
	padding: 2rem;
	text-align: center;
	border-right: 1px solid rgba(56, 189, 248, 0.3);
}

.dcc-stat-block--last,
.dcc-stat-block:last-child {
	border-right: none;
}

.dcc-stat-number {
	font-size: 2.25rem;
	font-weight: 800;
	color: #ffffff;
	margin-bottom: 0.25rem;
	line-height: 1;
	display: block;
}

@media (min-width: 1024px) {
	.dcc-stat-number { font-size: 3rem; }
}

.dcc-stat-label {
	color: var(--dcc-navy-900);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	margin: 0;
}

/* Partners section aliases */
.dcc-trust-and-features {
	background-color: #ffffff;
	padding: 4rem 0;
}

@media (min-width: 1024px) {
	.dcc-trust-and-features { padding: 6rem 0; }
}

.dcc-trust-and-features-inner {
	width: 100%;
}

.dcc-section-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1rem;
}

@media (min-width: 640px) {
	.dcc-section-container { padding: 0 1.5rem; }
}

@media (min-width: 1024px) {
	.dcc-section-container { padding: 0 2rem; }
}

/* Partner logos */
.dcc-partner-logo {
	font-size: 1.875rem;
	color: var(--dcc-navy-800);
}


/* Feature card accent */
.dcc-feature-card-accent {
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: var(--dcc-sky-500);
	transform: scaleY(0);
	transition: transform 0.3s ease;
	transform-origin: bottom;
}

.dcc-feature-card:hover .dcc-feature-card-accent {
	transform: scaleY(1);
}

.dcc-feature-card-icon {
	width: 3.5rem;
	height: 3.5rem;
	background-color: var(--dcc-navy-50);
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--dcc-navy-900);
	margin-bottom: 1.5rem;
	transition: all 0.3s ease;
}

.dcc-feature-card-icon i {
	font-size: 1.5rem;
}

.dcc-feature-card:hover .dcc-feature-card-icon {
	background-color: var(--dcc-sky-500);
	color: #ffffff;
}

.dcc-feature-card-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--dcc-navy-900);
	margin-bottom: 0.75rem;
}

.dcc-feature-card-text {
	color: var(--dcc-gray-600);
	font-size: 0.875rem;
	line-height: 1.625;
}

/* Midpage CTA inner */
.dcc-featured-1-inner {
	position: relative;
	padding: 5rem 0;
	background-color: var(--dcc-navy-900);
	overflow: hidden;
}

.dcc-featured-1-bg-texture {
	position: absolute;
	inset: 0;
	opacity: 0.1;
	background-repeat: repeat;
}

.dcc-featured-1-bg-gradient {
	position: absolute;
	right: 0;
	top: 0;
	width: 33.333%;
	height: 100%;
	background: linear-gradient(to left, rgba(12, 74, 110, 0.2), transparent);
}

.dcc-featured-1-bg-glow {
	position: absolute;
	left: -5rem;
	bottom: 0;
	width: 16rem;
	height: 16rem;
	background-color: rgba(4, 205, 255, 0.1);
	border-radius: 9999px;
	filter: blur(64px);
}

.dcc-featured-1-content {
	position: relative;
	z-index: 10;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 1rem;
	text-align: center;
}

@media (min-width: 640px) {
	.dcc-featured-1-content { padding: 0 1.5rem; }
}

@media (min-width: 1024px) {
	.dcc-featured-1-content { padding: 0 2rem; }
}

.dcc-featured-1-title {
	font-family: 'Playfair Display', serif;
	font-size: 1.875rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 1.5rem;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.dcc-featured-1-title { font-size: 2.25rem; }
}

.dcc-featured-1-text {
	font-size: 1.125rem;
	color: var(--dcc-gray-300);
	margin-bottom: 2.5rem;
	max-width: 48rem;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.625;
}

@media (min-width: 768px) {
	.dcc-featured-1-text { font-size: 1.25rem; }
}

.dcc-text-accent {
	color: var(--dcc-sky-500);
}

.dcc-text-accent-italic {
	color: var(--dcc-sky-400);
	font-style: italic;
}

.dcc-text-underline-accent {
	color: #ffffff;
	font-weight: 600;
	border-bottom: 1px solid rgba(4, 205, 255, 0.5);
}

.dcc-featured-1-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
}

@media (min-width: 640px) {
	.dcc-featured-1-buttons { flex-direction: row; }
}

/* Section header */
.dcc-section-header {
	text-align: center;
	margin-bottom: 4rem;
}

.dcc-section-title {
	font-size: 2.25rem;
	font-weight: 800;
	color: var(--dcc-navy-900);
	margin-bottom: 1rem;
}

.dcc-section-title--serif {
	font-family: 'Playfair Display', serif;
}

.dcc-section-bar {
	width: 6rem;
	height: 4px;
	background-color: var(--dcc-sky-500);
	margin: 0 auto;
}

/* Testimonials inner */
.dcc-testimonials-inner {
	padding: 6rem 0;
	background-color: #f9fafb;
	border-bottom: 1px solid #e5e7eb;
}

.dcc-testimonials-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
}

@media (min-width: 768px) {
	.dcc-testimonials-grid { grid-template-columns: repeat(2, 1fr); gap: 4rem; }
}

.dcc-testimonials-case-study {
	margin-top: 4rem;
	text-align: center;
}

.dcc-case-study-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--dcc-navy-900);
	font-weight: 700;
	font-size: 1.125rem;
	border-bottom: 2px solid var(--dcc-sky-500);
	padding-bottom: 0.25rem;
	transition: all 0.3s ease;
	text-decoration: none;
}

.dcc-case-study-link:hover {
	color: var(--dcc-sky-500);
	border-bottom-color: var(--dcc-navy-900);
}

.dcc-case-study-link i {
	font-size: 0.875rem;
}

/* Steps inner */
.dcc-steps-inner {
	position: relative;
	padding: 6rem 0;
	background-color: var(--dcc-navy-900);
	overflow: hidden;
}

.dcc-steps-bg-skew {
	position: absolute;
	top: 0;
	right: 0;
	width: 33.333%;
	height: 100%;
	background-color: var(--dcc-navy-800);
	transform: skewX(12deg) translateX(25%);
	opacity: 0.5;
}

.dcc-steps-bg-glow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 16rem;
	height: 16rem;
	background-color: rgba(4, 205, 255, 0.1);
	border-radius: 9999px;
	filter: blur(100px);
}

.dcc-steps-container {
	position: relative;
	z-index: 10;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1rem;
}

@media (min-width: 640px) { .dcc-steps-container { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .dcc-steps-container { padding: 0 2rem; } }

.dcc-steps-header {
	text-align: center;
	max-width: 48rem;
	margin: 0 auto 5rem;
}

.dcc-steps-title {
	font-family: 'Playfair Display', serif;
	font-size: 1.875rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) { .dcc-steps-title { font-size: 2.25rem; } }
@media (min-width: 1024px) { .dcc-steps-title { font-size: 3rem; } }

.dcc-steps-subtitle {
	font-size: 1.125rem;
	color: var(--dcc-gray-300);
	line-height: 1.625;
}

@media (min-width: 768px) { .dcc-steps-subtitle { font-size: 1.25rem; } }

.dcc-br-desktop { display: none; }
@media (min-width: 768px) { .dcc-br-desktop { display: inline; } }

.dcc-steps-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	position: relative;
}

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

.dcc-steps-connecting-line {
	display: none;
}

@media (min-width: 768px) {
	.dcc-steps-connecting-line {
		display: block;
		position: absolute;
		top: 3rem;
		left: 16%;
		right: 16%;
		height: 2px;
		background: linear-gradient(to right, rgba(4,205,255,0), rgba(4,205,255,0.5), rgba(4,205,255,0));
		z-index: 0;
	}
}

.dcc-step { position: relative; z-index: 10; }

.dcc-step--elevated .dcc-step-card {
	box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}

@media (min-width: 768px) {
	.dcc-step--elevated .dcc-step-card { transform: translateY(-1rem); }
}

.dcc-step-card {
	background-color: var(--dcc-navy-800);
	border: 1px solid var(--dcc-navy-700);
	padding: 2rem;
	height: 100%;
	border-radius: 2px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}

.dcc-step-card:hover { border-color: var(--dcc-sky-500); }

.dcc-step-card--featured .dcc-step-card-corner--accent {
	background-color: rgba(4, 205, 255, 0.1);
}

.dcc-step-card-corner {
	position: absolute;
	top: 0;
	right: 0;
	width: 5rem;
	height: 5rem;
	border-bottom-left-radius: 9999px;
	margin-right: -2.5rem;
	margin-top: -2.5rem;
	transition: transform 0.3s ease;
	background-color: rgba(255,255,255,0.05);
}

.dcc-step:hover .dcc-step-card-corner { transform: scale(1.5); }

.dcc-step-circle {
	width: 6rem;
	height: 6rem;
	background-color: var(--dcc-navy-900);
	border-radius: 9999px;
	border: 4px solid var(--dcc-navy-800);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 2rem;
	position: relative;
	box-shadow: 0 0 30px rgba(4, 205, 255, 0.15);
	transition: box-shadow 0.3s ease;
}

.dcc-step:hover .dcc-step-circle { box-shadow: 0 0 30px rgba(4, 205, 255, 0.4); }

.dcc-step-icon { font-size: 1.875rem; color: var(--dcc-sky-500); }

.dcc-step-number {
	position: absolute;
	top: -0.5rem;
	right: -0.5rem;
	width: 2rem;
	height: 2rem;
	background-color: var(--dcc-sky-500);
	color: #ffffff;
	border-radius: 9999px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 0.875rem;
	border: 4px solid var(--dcc-navy-800);
}

.dcc-step-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	margin-bottom: 1rem;
}

.dcc-step-text {
	color: var(--dcc-gray-400);
	text-align: center;
	line-height: 1.625;
}

.dcc-steps-ctas {
	margin-top: 4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
}

@media (min-width: 640px) { .dcc-steps-ctas { flex-direction: row; } }

/* FAQ inner */
.dcc-faq-inner {
	padding: 6rem 0;
	background-color: #f9fafb;
	border-bottom: 1px solid #e5e7eb;
}

.dcc-faq-container {
	max-width: 896px;
	margin: 0 auto;
	padding: 0 1rem;
}

@media (min-width: 640px) { .dcc-faq-container { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .dcc-faq-container { padding: 0 2rem; } }

.dcc-faq-categories {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.dcc-faq-category {
	background-color: #ffffff;
	border: 1px solid #e5e7eb;
	box-shadow: var(--dcc-shadow-card);
	border-radius: 2px;
	overflow: hidden;
}

.dcc-faq-category-header {
	background-color: var(--dcc-navy-900);
	padding: 1rem 1.5rem;
	border-bottom: 1px solid var(--dcc-navy-800);
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.dcc-faq-category-icon { color: var(--dcc-sky-500); }

.dcc-faq-category-title {
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.875rem;
	margin: 0;
}

.dcc-faq-items {
	border-top: 1px solid #f3f4f6;
}

.dcc-faq-item {
	border-bottom: 1px solid #f3f4f6;
}

.dcc-faq-item:last-child { border-bottom: none; }

.dcc-faq-question {
	width: 100%;
	text-align: left;
	padding: 1.25rem 1.5rem;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1rem;
	font-size: inherit;
	font-family: inherit;
}

.dcc-faq-question:focus { outline: none; }

.dcc-faq-question-text {
	font-weight: 700;
	color: var(--dcc-navy-900);
	transition: color 0.3s ease;
}

.dcc-faq-item:hover .dcc-faq-question-text { color: var(--dcc-sky-600); }

.dcc-faq-chevron {
	color: var(--dcc-sky-500);
	margin-top: 0.25rem;
	transition: transform 0.3s ease;
	flex-shrink: 0;
}

.dcc-faq-item--open .dcc-faq-chevron { transform: rotate(180deg); }

.dcc-faq-answer {
	display: none;
	padding: 0 1.5rem 1.5rem;
	color: var(--dcc-gray-600);
	font-size: 0.875rem;
	line-height: 1.625;
	border-top: 1px solid #f9fafb;
	background-color: rgba(249, 250, 251, 0.5);
}

.dcc-faq-item--open .dcc-faq-answer { display: block; }

.dcc-faq-answer p { margin-bottom: 1rem; }
.dcc-faq-answer p:last-child { margin-bottom: 0; }
.dcc-faq-answer ol { list-style: decimal inside; padding-left: 0.5rem; }
.dcc-faq-answer ol li { margin-bottom: 0.25rem; }
.dcc-faq-answer strong { color: var(--dcc-navy-900); }

/* Compliance section */
.dcc-compliance {
	padding: 6rem 0;
	background-color: #ffffff;
	border-bottom: 1px solid #e5e7eb;
}

.dcc-compliance-inner {
	width: 100%;
}

.dcc-compliance-container {
	max-width: 896px;
	margin: 0 auto;
	padding: 0 1rem;
}

@media (min-width: 640px) { .dcc-compliance-container { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .dcc-compliance-container { padding: 0 2rem; } }

.dcc-compliance-heading {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 2rem;
}

.dcc-compliance-bar {
	height: 2rem;
	width: 4px;
	background-color: var(--dcc-sky-500);
	margin-top: 0.25rem;
	flex-shrink: 0;
}

.dcc-compliance-title {
	font-family: 'Playfair Display', serif;
	font-size: 1.875rem;
	font-weight: 700;
	color: var(--dcc-navy-900);
	margin: 0;
}

.dcc-compliance-content {
	color: var(--dcc-gray-600);
	font-size: 1.125rem;
	line-height: 1.75;
}

.dcc-compliance-content p { margin-bottom: 1.5rem; }
.dcc-compliance-content strong { color: var(--dcc-navy-900); }

.dcc-compliance-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 2rem;
}

.dcc-compliance-list-item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.dcc-compliance-list-item i {
	color: var(--dcc-sky-500);
	margin-top: 0.375rem;
	flex-shrink: 0;
}

.dcc-compliance-list-item strong { color: var(--dcc-navy-900); }

.dcc-compliance-link {
	color: var(--dcc-sky-500);
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid var(--dcc-sky-500);
	padding-bottom: 2px;
	transition: all 0.3s ease;
}

.dcc-compliance-link:hover {
	color: var(--dcc-navy-900);
	border-bottom-color: var(--dcc-navy-900);
}

/* Final CTA inner */
.dcc-final-cta-inner {
	position: relative;
	padding: 8rem 0;
	background-color: var(--dcc-navy-900);
	overflow: hidden;
}

.dcc-final-cta-bg-texture {
	position: absolute;
	inset: 0;
	opacity: 0.1;
	background-repeat: repeat;
}

.dcc-final-cta-bg-gradient {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: linear-gradient(to left, rgba(12, 74, 110, 0.2), transparent);
}

.dcc-final-cta-bg-glow {
	position: absolute;
	border-radius: 9999px;
	filter: blur(64px);
}

.dcc-final-cta-bg-glow--left {
	left: -5rem;
	bottom: 0;
	width: 24rem;
	height: 24rem;
	background-color: rgba(4, 205, 255, 0.1);
}

.dcc-final-cta-bg-glow--right {
	top: 25%;
	right: 25%;
	width: 16rem;
	height: 16rem;
	background-color: rgba(0, 181, 226, 0.1);
	filter: blur(120px);
}

.dcc-final-cta-content {
	position: relative;
	z-index: 10;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 1rem;
	text-align: center;
}

@media (min-width: 640px) { .dcc-final-cta-content { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .dcc-final-cta-content { padding: 0 2rem; } }

.dcc-final-cta-badge {
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
}

.dcc-final-cta-title {
	font-family: 'Playfair Display', serif;
	font-size: 2.25rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 2rem;
	line-height: 1.15;
}

@media (min-width: 768px) { .dcc-final-cta-title { font-size: 3rem; } }
@media (min-width: 1024px) { .dcc-final-cta-title { font-size: 3.75rem; } }

.dcc-final-cta-subtitle {
	font-size: 1.25rem;
	color: var(--dcc-gray-300);
	margin-bottom: 3rem;
	max-width: 48rem;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.625;
}

@media (min-width: 768px) { .dcc-final-cta-subtitle { font-size: 1.5rem; } }

.dcc-final-cta-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	margin-bottom: 4rem;
}

@media (min-width: 640px) { .dcc-final-cta-buttons { flex-direction: row; } }

.dcc-final-cta-trust {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	color: var(--dcc-gray-400);
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-top: 1px solid var(--dcc-navy-800);
	padding-top: 3rem;
}

.dcc-final-cta-trust-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.dcc-final-cta-trust-item i {
	color: var(--dcc-sky-500);
}
