/* Drive Smart Academy - plugin site styles */

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.dsa-hp {
	position: absolute !important;
	left: -9999px !important;
	opacity: 0 !important;
	height: 0 !important;
	width: 0 !important;
}

#contact-form {
	scroll-margin-top: calc(var(--dsa-header-h, 99px) + 16px);
}

/* Header */
.dsa-header {
	--dsa-header-h: 99px;
	position: sticky;
	top: 0;
	z-index: 100;
	background: #009a60;
	color: #fff;
}

.dsa-header__inner {
	position: relative;
	max-width: 1240px;
	margin: 0px auto;
	padding: 0px 24px;
	height: var(--dsa-header-h);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.dsa-header__brand {
	position: relative;
	z-index: 2;
	height: 69px;
	width: 130px;
	display: block;
	object-fit: contain;
	justify-self: start;
	color: #fff;
	font-family: var(--dsa-font);
	font-weight: 500;
	font-size: 1.05rem;
	flex-shrink: 0;
}

.dsa-header__logo {
	height: 69px;
	width: 130px;
	display: block;
	object-fit: contain;
}
.dsa-header__brand picture,
.dsa-footer picture,
.dsa-hero__bg picture,
.dsa-class-card__media picture,
.dsa-about__media picture,
.dsa-programs__media picture,
.dsa-instructor__media picture {
	display: contents;
}
.dsa-header__logo--color {
	display: none;
}

.dsa-header.is-sticky {
	--dsa-header-h: 70px;
}
.dsa-header.is-sticky .dsa-header__inner {
	height: var(--dsa-header-h);
}
.dsa-header.is-sticky .dsa-header__brand,
.dsa-header.is-sticky .dsa-header__logo {
	height: 50px;
	width: auto;
}

.dsa-footer__logo {
	height: 56px;
	width: auto;
	max-width: 200px;
	object-fit: contain;
	margin-bottom: 1rem;
	display: block;
}

/* Footer */
.dsa-footer {
	background: #0b1a2e;
	color: rgba(255, 255, 255, 0.78);
	padding-top: 4rem;
}

.dsa-footer a {
	color: rgba(255, 255, 255, 0.72);
}

.dsa-footer a:hover {
	color: #fff;
}

.dsa-footer__grid {
	display: grid;
	grid-template-columns: 1.45fr repeat(3, 0.85fr) 1.25fr;
	gap: 2.5rem 1.75rem;
	padding-bottom: 3rem;
}

.dsa-footer__name {
	display: block;
	font-family: var(--dsa-font);
	font-weight: 500;
	font-size: 1.15rem;
	color: #fff;
	margin-bottom: 0.75rem;
}

.dsa-footer__about {
	margin: 0;
	max-width: 28ch;
	font-size: 0.95rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.72);
}

.dsa-footer__col {
	display: grid;
	gap: 0.65rem;
	align-content: start;
}

.dsa-footer__col strong,
.dsa-footer__newsletter strong {
	color: #fff;
	font-family: "Mona Sans", var(--dsa-font), sans-serif;
	font-weight: 600;
	font-size: 1rem;
	margin-bottom: 0.35rem;
}

.dsa-footer__col a {
	font-size: 0.95rem;
}

.dsa-footer__newsletter p {
	margin: 0.35rem 0 0;
	font-size: 0.95rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.72);
}

.dsa-footer__social {
	display: flex;
	gap: 10px;
	margin-top: 1.25rem;
}

.dsa-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	transition: background 0.2s ease, color 0.2s ease;
}

.dsa-footer__social-link:hover {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

.dsa-newsletter {
	display: flex;
	gap: 0.5rem;
	margin-top: 1rem;
	align-items: stretch;
}

.dsa-footer .dsa-newsletter input {
	flex: 1 1 0%;
	min-width: 0px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	padding: 8px 13px;
	font-size: 14px;
	color: rgb(255, 255, 255);
	outline: none;
	font-family: Inter, sans-serif;
	width: auto;
}

.dsa-footer .dsa-newsletter input::placeholder {
	color: rgba(255, 255, 255, 0.45);
}

.dsa-footer__news-btn {
	flex: 0 0 auto;
	background: rgb(244, 129, 31);
	color: rgb(255, 255, 255);
	border: 0px;
	border-radius: 8px;
	padding: 0px 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	font-size: 1.25rem;
	line-height: 1;
}

.dsa-footer__news-btn:hover {
	background: rgb(230, 118, 24);
}

.dsa-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 1.15rem 0;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.55);
}

.dsa-footer__bottom-inner {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	align-items: center;
}

.dsa-footer__legal {
	display: inline-flex;
	gap: 1.25rem;
}

.dsa-footer__legal a {
	color: rgba(255, 255, 255, 0.55);
}

.dsa-footer__legal a:hover {
	color: #fff;
}

.dsa-eyebrow {
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #00432a;
	margin: 0 0 0.75rem;
}

.dsa-eyebrow--dot {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.dsa-eyebrow--dot::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f77f00;
	flex-shrink: 0;
}

.dsa-eyebrow--orange {
	color: var(--dsa-orange);
}

.dsa-eyebrow--center {
	text-align: center;
}

.dsa-eyebrow--center.dsa-eyebrow--dot {
	display: flex;
	justify-content: center;
}

.dsa-hero__pill {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0 0 1.1rem;
	padding: 0.45rem 1rem 0.45rem 0.7rem;
	border-radius: 999px;
	background: linear-gradient(90deg, #00432A 0%, #002414 100%);
	border: 1px solid rgba(255, 255, 255, 0.35);
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}

.dsa-hero__pill-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--dsa-orange);
	flex-shrink: 0;
}

.dsa-hero__pill-text {
	font-family: var(--dsa-font);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.2;
	white-space: nowrap;
}

@media (max-width: 640px) {
	.dsa-hero__pill-text {
		white-space: normal;
	}
	.dsa-hero-proof__sep {
		display: none;
	}
}

.dsa-hero__certified {
	font-size: 0.9rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.92);
	padding-left: 1rem;
	border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.dsa-journey__card--accent {
	border: 1px solid rgba(247, 127, 0, 0.35);
}

.dsa-journey__card--accent .dsa-journey__num {
	color: var(--dsa-orange);
}

@media (max-width: 980px) {
	.dsa-instructors__grid--two {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 760px;
		margin-inline: auto;
		gap: 1rem;
	}
	.dsa-hero__certified {
		border-left: 0;
		padding-left: 0;
	}
}

.dsa-header__brand:hover {
	color: #fff;
}

.dsa-header__mark {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: linear-gradient(135deg, #40916c, #f77f00);
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.dsa-header__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	min-width: 0;
}
.dsa-header__nav-links {
	display: flex;
	gap: 30px;
	align-items: center;
}
.dsa-header__nav-cta {
	display: none;
}
.dsa-header__nav-link--mobile {
	display: none;
}

.dsa-header__nav a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 3px;
	border-bottom: 3px solid transparent;
	transition: color 0.16s cubic-bezier(0.2, 0, 0, 1), border-color 0.16s cubic-bezier(0.2, 0, 0, 1);
}

.dsa-header__nav a:hover,
.dsa-header__nav a.is-active,
.dsa-header__nav a[aria-current="page"] {
	color: #fff;
	border-bottom-color: #f77f00;
}

.dsa-header__tools {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	flex-shrink: 0;
	position: relative;
	z-index: 2;
}

.dsa-header__phone {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff;
	color: #00432a;
	text-decoration: none;
	flex-shrink: 0;
}
.dsa-header__phone svg {
	display: block;
	width: 24px;
	height: 24px;
}

.dsa-header__cta {
	flex-shrink: 0;
}

.dsa-header__toggle {
	display: none;
	align-items: center;
	justify-content: center;
	background: #00432a;
	border: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	border-radius: 12px;
	cursor: pointer;
	color: #fff;
	flex-shrink: 0;
}
.dsa-header__toggle-icon {
	position: relative;
	display: block;
	width: 18px;
	height: 12px;
}
.dsa-header__toggle-icon::before,
.dsa-header__toggle-icon::after,
.dsa-header__toggle-icon {
	box-sizing: border-box;
}
.dsa-header__toggle-icon::before,
.dsa-header__toggle-icon::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background: #fff;
	border-radius: 1px;
	transition: transform 0.2s ease, top 0.2s ease, opacity 0.2s ease;
}
.dsa-header__toggle-icon::before {
	top: 0;
	box-shadow: 0 5px 0 #fff;
}
.dsa-header__toggle-icon::after {
	bottom: 0;
}

/* Hero */
.dsa-hero {
	position: relative;
	min-height: min(88vh, 760px);
	display: flex;
	align-items: center;
	color: #fff;
	overflow: hidden;
	background: #0d1f17;
}

.dsa-hero__bg,
.dsa-hero__overlay {
	position: absolute;
	inset: 0;
}

.dsa-hero__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dsa-hero__bg:empty,
.dsa-placeholder-media {
	background:
		linear-gradient(120deg, rgba(27, 67, 50, 0.65), rgba(8, 28, 21, 0.4)),
		radial-gradient(circle at 30% 40%, #2d6a4f, #081c15 70%);
	min-height: 220px;
}

.dsa-hero__overlay {
	background: linear-gradient(105deg, rgba(8, 28, 21, 0.82) 0%, rgba(8, 28, 21, 0.45) 55%, rgba(8, 28, 21, 0.25) 100%);
}

.dsa-hero__content {
	position: relative;
	z-index: 1;
	padding: 5rem 0 4rem;
	max-width: 720px;
	margin-left: max(1.25rem, calc((100% - var(--dsa-container)) / 2));
	margin-right: auto;
	width: min(100% - 2.5rem, 720px);
}

.dsa-hero__title {
	font-size: clamp(2.2rem, 5vw, 3.4rem);
	color: #fff;
	margin-bottom: 1rem;
	max-width: 14ch;
}

.dsa-hero__text {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.9);
	max-width: 42ch;
	margin-bottom: 1.5rem;
}

.dsa-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 1.35rem;
}

.dsa-btn__arrow {
	margin-left: 0.15rem;
	font-weight: 500;
}

.dsa-btn--ghost-play {
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(4px);
}

.dsa-hero__play {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1.5px solid rgba(255, 255, 255, 0.95);
	display: inline-grid;
	place-items: center;
	flex-shrink: 0;
	position: relative;
}

.dsa-hero__play::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #34d399;
	margin-left: 2px;
}

.dsa-hero__proof {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem 1rem;
}

.dsa-hero-proof__rating,
.dsa-hero-proof__trust {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.dsa-hero-proof__text {
	font-size: 0.92rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.95);
}

.dsa-hero-proof__sep {
	width: 1px;
	height: 1.1rem;
	background: rgba(255, 255, 255, 0.35);
}

.dsa-hero-proof__shield {
	display: inline-flex;
	line-height: 0;
}

.dsa-stars {
	color: #f77f00;
	letter-spacing: 1px;
	font-size: 0.95rem;
}

.dsa-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	color: #fff;
	margin-bottom: 0.75rem;
}

.dsa-hero-badge:hover {
	color: #fff;
}

.dsa-hero-badge__g {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	background: #fff;
	border-radius: 8px;
}

.dsa-hero-badge__row {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 1.05rem;
}

.dsa-hero-badge__sub,
.dsa-hero__trusted {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.85);
	margin: 0;
}

/* Marquee */
.dsa-marquee {
	background: linear-gradient(90deg, #00432A 0%, #002414 100%);
	color: #fff;
	overflow: hidden;
	padding: 0.85rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dsa-marquee__track {
	display: flex;
	width: max-content;
	animation: dsa-marquee 72s linear infinite;
}

.dsa-marquee:hover .dsa-marquee__track {
	animation-play-state: paused;
}

.dsa-marquee__group {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	padding-right: 1.5rem;
	white-space: nowrap;
	font-weight: 500;
	font-size: 0.95rem;
	text-transform: none;
	letter-spacing: 0;
}

.dsa-marquee__item {
	text-transform: none;
}

.dsa-marquee__dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #f77f00;
	flex-shrink: 0;
	opacity: 1;
}

@keyframes dsa-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
	.dsa-marquee__track {
		animation: none;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		row-gap: 0.5rem;
	}
	.dsa-marquee__group[aria-hidden="true"] {
		display: none;
	}
}

/* About */
.dsa-about__grid {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 3rem;
	align-items: center;
}

.dsa-about__media {
	position: relative;
	overflow: visible;
	margin-bottom: 1.5rem;
}

.dsa-about__media img {
	width: 100%;
	aspect-ratio: 16 / 11;
	object-fit: cover;
	border-radius: 20px;
	display: block;
}

.dsa-about__badge {
	position: absolute;
	right: -1.25rem;
	bottom: -2.25rem;
	left: auto;
	background: #009a60;
	color: #fff;
	padding: 1.35rem 1.5rem;
	border-radius: 14px;
	max-width: 17.5rem;
	box-shadow: 0 14px 36px rgba(8, 28, 21, 0.22);
	z-index: 2;
}

.dsa-about__badge-stat {
	display: block;
	font-family: var(--dsa-font);
	font-size: clamp(2rem, 3vw, 2.5rem);
	font-weight: 700;
	line-height: 1.05;
	color: #fff;
	margin-bottom: 0.55rem;
}

.dsa-about__badge-text {
	margin: 0;
	font-family: var(--dsa-font);
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.45;
	color: #fff;
}

.dsa-about__feat {
	display: flex;
	gap: 0.85rem;
	margin: 1.25rem 0;
	align-items: flex-start;
}

.dsa-about__icon {
	width: 52px;
	height: 52px;
	border-radius: 10px;
	background: #e8f5ee;
	flex-shrink: 0;
	display: grid;
	place-items: center;
}

.dsa-about__icon svg {
	display: block;
	width: 22px;
	height: 22px;
}

.dsa-about__feat h3 {
	font-size: 18px;
	margin-bottom: 0.35rem;
	color: #00432a;
	font-weight: 600;
}

.dsa-about__feat p {
	color: #6b7280;
	margin: 0;
	line-height: 1.55;
}

.dsa-about__cta {
	background: #15663a;
	color: #fff;
	border-color: #15663a;
	margin-top: 0.5rem;
	font-size: 18px;
	font-weight: 600;
}

.dsa-about__cta:hover {
	background: #0f4f2c;
	color: #fff;
	border-color: #0f4f2c;
}

/* Journey */
.dsa-reviews .dsa-section__title {
	max-width: min(100%, 52rem);
	width: max-content;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 900px) {
	.dsa-reviews .dsa-section__title {
		max-width: none;
		white-space: nowrap;
	}
}

.dsa-section__title--center {
	text-align: center;
	margin-inline: auto;
	margin-bottom: 2.5rem;
}

.dsa-journey {
	background: #eef7f1;
}

.dsa-about__check {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(0, 154, 96, 0.15);
	color: #009a60;
	display: grid;
	place-items: center;
	font-weight: 500;
	flex-shrink: 0;
	font-size: 0.85rem;
}

.dsa-hero-badge--stars {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	flex-wrap: wrap;
}

.dsa-hero-badge--stars .dsa-hero-badge__sub {
	font-size: 0.95rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.95);
}

.dsa-journey__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.15rem;
}

@media (max-width: 980px) {
	.dsa-journey__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.dsa-journey__grid {
		grid-template-columns: 1fr;
	}
}

.dsa-journey__card {
	background: #fff;
	border: 1px solid #d7e8dc;
	border-radius: 16px;
	padding: 1.5rem 1.25rem 1.4rem;
	box-shadow: 0 8px 24px rgba(0, 67, 42, 0.06);
	position: relative;
}

.dsa-journey__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.85rem;
}

.dsa-journey__num {
	display: block;
	font-family: "Mona Sans", var(--dsa-font), sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #00432a;
	line-height: 1;
}

.dsa-journey__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background: #00432a;
	color: #fff;
	flex-shrink: 0;
}

.dsa-journey__card h3 {
	margin: 0 0 0.5rem;
	font-size: 1.05rem;
	font-weight: 700;
	color: #00432a;
}

.dsa-journey__card p {
	margin: 0;
	color: #5a6b60;
	font-size: 0.92rem;
	line-height: 1.45;
}

.dsa-journey__card--accent {
	border-color: rgba(247, 127, 0, 0.4);
}

.dsa-journey__card--accent .dsa-journey__num {
	color: var(--dsa-orange);
}

.dsa-journey__card--accent .dsa-journey__icon {
	background: #f77f00;
}

/* Why we're successful */
.dsa-why {
	background: #eef7f1;
}
.dsa-why .dsa-ap-label {
	margin-bottom: 0.75rem;
}
.dsa-why .dsa-section__title {
	margin-bottom: 2rem;
}
.dsa-why__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.15rem;
}
.dsa-why__card {
	position: relative;
	background: #fff;
	border-radius: 16px;
	padding: 1.5rem 1.25rem 1.4rem;
	box-shadow: 0 8px 24px rgba(0, 67, 42, 0.06);
	overflow: hidden;
}
.dsa-why__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background: #00432a;
	color: #fff;
	margin-bottom: 1.1rem;
}
.dsa-why__card--accent .dsa-why__icon {
	background: #f77f00;
}
.dsa-why__num {
	position: absolute;
	top: 1rem;
	right: 1rem;
	font-family: "Mona Sans", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	color: rgba(0, 67, 42, 0.08);
}
.dsa-why__card h3 {
	margin: 0 0 0.45rem;
	font-size: 1.05rem;
	font-weight: 700;
	color: #112318;
}
.dsa-why__card p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.45;
	color: #5a6b60;
}
@media (max-width: 980px) {
	.dsa-why__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 640px) {
	.dsa-why__grid {
		grid-template-columns: 1fr;
	}
}

/* Programs */
.dsa-programs__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	margin-top: 2rem;
}

.dsa-program-card {
	border-radius: var(--dsa-radius);
	overflow: hidden;
	background: #fff;
	box-shadow: var(--dsa-shadow);
	border: 1px solid var(--dsa-border);
}

.dsa-program-card__media img,
.dsa-program-card__media .dsa-placeholder-media {
	aspect-ratio: 16/10;
	width: 100%;
	object-fit: cover;
}

.dsa-program-card__body {
	padding: 1.25rem;
}

.dsa-program-card__tag {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--dsa-forest-mid);
	margin-bottom: 0.5rem;
}

.dsa-program-card h3 {
	font-size: 1.2rem;
	color: var(--dsa-forest);
}

.dsa-program-card p {
	color: var(--dsa-muted);
	font-size: 0.95rem;
}

.dsa-program-card__foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1rem;
}

.dsa-program-card__foot strong {
	color: var(--dsa-forest);
	font-size: 1.15rem;
}

/* Stats */
.dsa-stats {
	background: var(--dsa-navy);
	color: #fff;
	padding: 3.25rem 0;
}

.dsa-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
	text-align: center;
}

.dsa-stats__item strong {
	display: block;
	font-family: "Mona Sans", sans-serif;
	font-weight: 600;
	font-size: clamp(42px, 5vw, 60px);
	color: rgb(244, 129, 31);
	line-height: 1;
	margin-bottom: 0.35rem;
}

.dsa-stats__item--light strong {
	color: #fff;
}

.dsa-stats__item span {
	font-size: 0.95rem;
	opacity: 0.9;
	color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 980px) {
	.dsa-stats__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Pricing */
.dsa-pricing {
	overflow: visible;
}

.dsa-pricing .dsa-ap-label {
	margin-bottom: 0.75rem;
}

.dsa-pricing .dsa-section__title {
	margin-bottom: 1.25rem;
	max-width: 36rem;
	margin-left: auto;
	margin-right: auto;
}

.dsa-pricing__toggle {
	display: inline-flex;
	background: #e8f3ec;
	border-radius: 999px;
	padding: 4px;
	width: fit-content;
	margin: 0 auto 2rem;
}

.dsa-pricing__toggle button {
	border: 0;
	background: #fff;
	padding: 0.7rem 1.4rem;
	border-radius: 999px;
	font-weight: 600;
	font-size: 0.95rem;
	cursor: pointer;
	color: #00432a;
}

.dsa-pricing__toggle button.is-active {
	background: #00432a;
	color: #fff;
	box-shadow: none;
}

.dsa-pricing > .dsa-container {
	text-align: center;
}

.dsa-pricing__grid {
	text-align: left;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.35rem;
	align-items: center;
	margin-top: 0.5rem;
	padding-top: 1rem;
}

.dsa-pricing__grid[hidden] {
	display: none !important;
}

.dsa-price-card {
	position: relative;
	background: #fff;
	border: 1px solid #e5ebe7;
	border-radius: 16px;
	padding: 1.85rem 1.5rem 1.5rem;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	text-align: left;
	min-height: 100%;
}

.dsa-price-card--featured {
	border-radius: 18px;
	padding: 34px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	position: relative;
	box-shadow: rgba(0, 61, 38, 0.3) 0px 24px 50px;
	background-color: rgb(0, 135, 85);
	color: #fff;
	border-color: rgb(0, 135, 85);
	transform: none;
}

.dsa-price-card--featured .dsa-price-card__label,
.dsa-price-card--featured .dsa-price-card__desc,
.dsa-price-card--featured .dsa-price-card__price,
.dsa-price-card--featured ul {
	margin: 0;
}

.dsa-price-card__badge {
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	background: #f77f00;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0.4rem 0.95rem;
	border-radius: 999px;
	white-space: nowrap;
}

.dsa-price-card__label {
	display: block;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #0b5c3b;
	margin-bottom: 0.65rem;
}

.dsa-price-card--featured .dsa-price-card__label {
	color: #95d5b2;
}

.dsa-price-card__desc {
	margin: 0 0 1.15rem;
	font-size: 0.95rem;
	line-height: 1.45;
	color: #6b7280;
	min-height: 2.9em;
}

.dsa-price-card--featured .dsa-price-card__desc {
	color: rgba(255, 255, 255, 0.9);
}

.dsa-price-card__price {
	font-family: var(--dsa-font);
	margin: 0 0 1.15rem;
	display: flex;
	align-items: baseline;
	gap: 0.35rem;
	flex-wrap: wrap;
}

.dsa-price-card__amount {
	font-family: "Mona Sans", sans-serif;
	font-weight: 600;
	font-size: 46px;
	color: #111;
	line-height: 1;
}

.dsa-price-card--featured .dsa-price-card__amount {
	color: rgb(255, 255, 255);
}

.dsa-price-card__unit {
	font-size: 1rem;
	font-weight: 500;
	color: #6b7280;
}

.dsa-price-card--featured .dsa-price-card__unit {
	color: rgba(255, 255, 255, 0.8);
}

.dsa-price-card ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem;
	flex: 1;
}

.dsa-price-card li {
	padding: 0px 24px 2px 24px;
	position: relative;
	font-size: 0.95rem;
	color: #374151;
}

.dsa-price-card--featured li {
	color: rgba(255, 255, 255, 0.95);
}

.dsa-price-card li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #0b5c3b;
	font-weight: 700;
}

.dsa-price-card--featured li::before {
	color: #fff;
}

.dsa-price-card .dsa-btn {
	margin-top: auto;
	border-radius: 12px;
	font-weight: 700;
	padding: 0.85rem 1.25rem;
}

.dsa-price-card .dsa-btn--forest {
	background: #00432a;
	border-color: #00432a;
}

.dsa-price-card .dsa-btn--forest:hover {
	background: #003220;
	border-color: #003220;
}

.dsa-price-card h3 {
	color: inherit;
}

.dsa-price-card--featured h3 {
	color: #fff;
}


/* Instructors */
.dsa-instructors {
	background: #f7f8f7;
}

.dsa-instructors__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
	text-align: center;
	margin-top: 2rem;
}

.dsa-instructors__grid--two {
	grid-template-columns: repeat(2, minmax(0, 340px));
	justify-content: center;
	justify-items: stretch;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	gap: 1.5rem;
}

@media (max-width: 600px) {
	.dsa-instructors__grid.dsa-instructors__grid--two {
		grid-template-columns: 1fr;
		max-width: 280px;
		margin-inline: auto;
	}
}

.dsa-instructor {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 20px;
	padding: 2rem 1.5rem 1.75rem;
	text-align: center;
	box-shadow: 0 10px 28px rgba(0, 67, 42, 0.06);
}

.dsa-instructor__photo {
	width: 140px;
	height: 140px;
	margin: 0 auto 1.15rem;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #e8f3ec;
}

.dsa-instructor__img,
.dsa-placeholder-avatar {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: linear-gradient(145deg, #2d6a4f, #1b4332);
}

.dsa-instructor__name,
.dsa-instructor h3 {
	font-size: 1.15rem;
	font-weight: 700;
	margin: 0 0 0.35rem;
	color: #111827;
}

.dsa-instructor__role {
	margin: 0 0 0.35rem;
	font-size: 0.98rem;
	font-weight: 500;
	color: #0b5c3b;
}

.dsa-instructor__specialty {
	margin: 0 0 1rem;
	font-size: 0.92rem;
	color: #6b7280;
	line-height: 1.4;
}

.dsa-instructor__rating {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.3rem;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	background: #f8f1e4;
	color: #1f2937;
	font-size: 0.9rem;
	font-weight: 600;
}

.dsa-instructor__star {
	color: #f77f00;
	font-size: 0.95rem;
	line-height: 1;
}

.dsa-instructor p {
	color: var(--dsa-muted);
	margin-bottom: 0.5rem;
}

/* Reviews carousel */
.dsa-reviews {
	background: rgb(230, 246, 238);
}

.dsa-reviews__full {
	width: 100%;
	max-width: none;
	margin-top: 2rem;
	padding: 0 24px;
}

.dsa-reviews__full .dsa-reviews-carousel {
	max-width: 1400px;
	margin: 0 auto;
}

.dsa-reviews-carousel {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 0.75rem;
	align-items: center;
	margin-top: 2rem;
}

.dsa-reviews-carousel__viewport {
	overflow: hidden;
}

.dsa-reviews-carousel__track {
	display: flex;
	gap: 1rem;
	transition: transform 0.35s ease;
}

.dsa-review-card {
	flex: 0 0 min(320px, 85vw);
	background: #fff;
	border: 1px solid var(--dsa-border);
	border-radius: 12px;
	padding: 1.15rem;
	box-shadow: var(--dsa-shadow);
}

.dsa-review-card__head {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 0.75rem;
	align-items: center;
	margin-bottom: 0.75rem;
}

.dsa-review-card__avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}

.dsa-review-card__avatar--initial {
	display: grid;
	place-items: center;
	color: #fff;
	font-weight: 500;
}

.dsa-review-card__time {
	display: block;
	font-size: 0.8rem;
	color: var(--dsa-muted);
}

.dsa-review-card__g {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e5e7eb;
	display: grid;
	place-items: center;
	font-weight: 500;
	font-size: 0.75rem;
	color: #4285f4;
}

.dsa-review-card__stars {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	margin-bottom: 0.5rem;
}

.dsa-review-card__verified {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #1a73e8;
	color: #fff;
	font-size: 10px;
	display: grid;
	place-items: center;
}

.dsa-review-card__text {
	font-size: 0.95rem;
	color: var(--dsa-charcoal);
	margin-bottom: 0.5rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.dsa-review-card__more {
	background: none;
	border: 0;
	color: var(--dsa-muted);
	padding: 0;
	cursor: pointer;
	font-size: 0.875rem;
}

.dsa-reviews-carousel__prev,
.dsa-reviews-carousel__next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid var(--dsa-border);
	background: #fff;
	cursor: pointer;
	font-size: 1.4rem;
	line-height: 1;
}

/* Resources head */
.dsa-section__head--split {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.dsa-section__head--split .dsa-section__title {
	margin-bottom: 0;
	flex: 1 1 auto;
	width: 100%;
	max-width: none;
}

.dsa-section__head--split .dsa-section__title.is-in {
	width: 100%;
	max-width: none;
}

.dsa-programs .dsa-section__head--split .dsa-carousel__nav {
	flex-shrink: 0;
}

.dsa-resources__all {
	font-weight: 600;
	white-space: nowrap;
}

.dsa-resources__intro {
	margin-bottom: 1.5rem;
}
.dsa-resources__intro .dsa-section__head--split {
	margin-bottom: 0;
}

/* Contact */
.dsa-contact__grid {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 1.5rem;
}

.dsa-home-contact {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 1.5rem;
	align-items: stretch;
}

.dsa-home-contact__info {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	padding: 44px;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: column;
	background: radial-gradient(38% 30% at 84% 8%, rgba(88, 221, 159, 0.22), transparent 70%), radial-gradient(46% 34% at 8% 96%, rgba(0, 184, 115, 0.18), transparent 72%), linear-gradient(135deg, rgb(0, 67, 42), rgb(0, 42, 23));
}

.dsa-home-contact__info .dsa-ap-label {
	color: #b6eed7;
	margin-bottom: 0.85rem;
}

.dsa-home-contact__info h2 {
	margin: 0 0 0.85rem;
	color: #fff;
	font-size: clamp(1.6rem, 2.6vw, 2.15rem);
	line-height: 1.15;
}

.dsa-home-contact__lead {
	margin: 0 0 1.75rem;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.55;
}

.dsa-home-contact__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.15rem;
}

.dsa-home-contact__list li {
	display: flex;
	gap: 0.85rem;
	align-items: center;
}

.dsa-home-contact__icon {
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgb(88, 221, 159);
}

.dsa-home-contact__icon svg {
	display: block;
	width: 30px;
	height: 30px;
	flex-shrink: 0;
}

.dsa-home-contact__list li > div span {
	display: block;
	font-size: 0.82rem;
	color: #b6eed7;
	margin-bottom: -2px;
}

.dsa-home-contact__list a,
.dsa-home-contact__list strong {
	color: rgb(255, 255, 255);
	font-weight: 600;
	font-size: 24px;
	text-decoration: none;
	line-height: 1.35;
}

@media (max-width: 1040px) {
	.dsa-home-contact__list a,
	.dsa-home-contact__list strong {
		color: rgb(255, 255, 255);
		font-weight: 600;
		font-size: 18px;
		text-decoration: none;
		line-height: 1.35;
	}
}

.dsa-home-contact__rating {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin: auto 0 0;
	padding-top: 1.75rem;
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.95rem;
}

.dsa-home-contact__rating .dsa-stars {
	color: #f77f00;
	letter-spacing: 1px;
}

.dsa-home-contact__form {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 24px;
	padding: 2rem 1.75rem;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.04);
}

.dsa-home-contact-form {
	display: grid;
	gap: 0.95rem;
}

.dsa-home-contact-form label {
	display: grid;
	gap: 0.4rem;
	font-weight: 700;
	font-size: 0.92rem;
	color: #112318;
}

.dsa-home-contact-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.95rem;
}

.dsa-home-contact-form input,
.dsa-home-contact-form select,
.dsa-home-contact-form textarea {
	width: 100%;
	padding: 0.8rem 0.95rem;
	border: 1px solid #d1d5db;
	border-radius: 12px;
	font-size: 16px;
	background: #fff;
	color: #112318;
}
.dsa-home-contact-form select {
	padding-right: 2.75rem;
}

.dsa-home-contact-form .dsa-btn {
	border-radius: 9999px;
	font-weight: 700;
	margin-top: 0.25rem;
}

.dsa-home-contact-form__note {
	margin: 0;
	text-align: center;
	font-size: 0.85rem;
	color: #9ca3af;
}

@media (max-width: 900px) {
	.dsa-home-contact {
		grid-template-columns: 1fr;
	}
	.dsa-home-contact-form__row {
		grid-template-columns: 1fr;
	}
}

.dsa-contact__info {
	background: var(--dsa-forest);
	color: #fff;
	border-radius: 16px;
	padding: 2rem;
}

.dsa-contact__info h2 {
	color: #fff;
}

.dsa-contact__info a {
	color: #fff;
}

.dsa-contact__list {
	list-style: none;
	padding: 0;
	margin: 1.5rem 0 0;
}

.dsa-contact__list li {
	margin-bottom: 0.75rem;
}

.dsa-contact__form-wrap {
	background: #fff;
	border: 1px solid var(--dsa-border);
	border-radius: 16px;
	padding: 2rem;
	box-shadow: var(--dsa-shadow);
}

.dsa-booking-form {
	display: grid;
	gap: 0.85rem;
}

.dsa-booking-form label {
	display: grid;
	gap: 0.35rem;
	font-weight: 600;
	font-size: 0.9rem;
}

.dsa-booking-form input,
.dsa-booking-form select,
.dsa-newsletter input {
	width: 100%;
	padding: 0.75rem 0.9rem;
	border: 1px solid var(--dsa-border);
	border-radius: 8px;
	font: inherit;
}
.dsa-booking-form select {
	padding-right: 2.75rem;
}

.dsa-btn--block {
	width: 100%;
}

.dsa-form__msg {
	padding: 0.75rem;
	border-radius: 8px;
	font-size: 0.95rem;
}

.dsa-form__msg.is-ok {
	background: #ecfdf5;
	color: #065f46;
}

.dsa-form__msg.is-err {
	background: #fef2f2;
	color: #991b1b;
}

/* Animations */
[data-animate] {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-animate].is-in {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	[data-animate] {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

@media (max-width: 980px) {
	.dsa-header {
		--dsa-header-h: 64px;
	}
	.dsa-header.is-sticky {
		--dsa-header-h: 58px;
	}
	.dsa-header__inner {
		display: flex;
		position: relative;
		z-index: 3;
		padding: 0 12px;
		gap: 10px;
	}
	.dsa-header__brand,
	.dsa-header__tools {
		position: relative;
		z-index: 5;
	}
	.dsa-header__brand,
	.dsa-header__logo {
		height: 40px;
		width: auto;
		max-width: 100px;
	}
	.dsa-header.is-sticky .dsa-header__brand,
	.dsa-header.is-sticky .dsa-header__logo {
		height: 36px;
		width: auto;
		max-width: 92px;
	}
	.dsa-header__tools {
		gap: 0.4rem;
	}
	.dsa-header__phone,
	.dsa-header__toggle {
		display: flex;
		width: 40px;
		height: 40px;
	}
	.dsa-header__phone svg {
		width: 20px;
		height: 20px;
	}
	.dsa-header__toggle {
		border-radius: 10px;
	}
	.dsa-header__tools .dsa-btn.dsa-header__cta {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: 40px;
		min-height: 40px;
		padding: 0 0.7rem;
		font-size: 0.8rem;
		line-height: 1;
		gap: 0;
		box-sizing: border-box;
		white-space: nowrap;
	}
	.dsa-header__tools .dsa-btn.dsa-header__cta .dsa-btn__arrow {
		display: none;
	}
	.dsa-header__nav {
		display: none;
		position: fixed;
		inset: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		max-width: none;
		margin: 0;
		background: #fff;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		padding: 28px 24px;
		padding-top: calc(var(--dsa-header-h, 64px) + 36px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		box-sizing: border-box;
	}
	body.dsa-nav-open .dsa-header__nav,
	.dsa-header__nav.is-open {
		display: flex;
		padding-top: calc(var(--dsa-header-h, 64px) + 36px);
	}
	body.dsa-nav-open .dsa-header.is-sticky,
	.dsa-header.is-nav-open.is-sticky {
		--dsa-header-h: 58px;
	}
	body.dsa-nav-open:not(.dsa-quiz-open) .dsa-header:not(.is-sticky),
	.dsa-header.is-nav-open:not(.is-sticky) {
		--dsa-header-h: 64px;
	}
	.dsa-header__nav-links {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 1.5rem;
		row-gap: 0;
		width: 100%;
		align-items: start;
		flex: 0 0 auto;
	}
	.dsa-header__nav-links a {
		display: block;
		width: 100%;
		padding: 1rem 0;
		color: #00432a;
		font-family: var(--dsa-font);
		font-size: 1.05rem;
		font-weight: 700;
		line-height: 1.25;
		border-bottom: 1px solid #e5ebe7;
		border-radius: 0;
		text-decoration: none;
	}
	.dsa-header__nav-link--mobile {
		display: block;
	}
	.dsa-header__nav-links a:hover,
	.dsa-header__nav-links a.is-active,
	.dsa-header__nav-links a[aria-current="page"] {
		color: #009a60;
		border-bottom-color: #e5ebe7;
	}
	.dsa-header__nav-cta {
		display: inline-flex !important;
		margin-top: auto;
		width: 100%;
		justify-content: center;
		align-items: center;
		border-radius: 14px;
		background: #00432a !important;
		color: #fff !important;
		font-weight: 700;
		font-size: 0.95rem;
		line-height: 1;
		padding: 0.95rem 1.25rem;
		min-height: 48px;
		box-sizing: border-box;
		text-decoration: none;
		border: 0 !important;
		transform: none;
	}
	.dsa-header__nav-cta:hover {
		background: #002a17 !important;
		color: #fff !important;
		transform: none;
	}
	body.dsa-nav-open .dsa-header,
	.dsa-header.is-nav-open {
		background: #fff;
		color: #00432a;
		box-shadow: 0 1px 0 rgba(0, 67, 42, 0.08);
	}
	body.dsa-nav-open .dsa-header__cta,
	body.dsa-nav-open .dsa-header__tools .dsa-btn.dsa-header__cta,
	.dsa-header.is-nav-open .dsa-header__cta,
	.dsa-header.is-nav-open .dsa-header__tools .dsa-btn.dsa-header__cta {
		display: none !important;
		visibility: hidden !important;
		pointer-events: none !important;
	}
	body.dsa-nav-open .dsa-header__logo--light,
	.dsa-header.is-nav-open .dsa-header__logo--light {
		display: none !important;
	}
	body.dsa-nav-open .dsa-header__logo--color,
	.dsa-header.is-nav-open .dsa-header__logo--color {
		display: block !important;
	}
	body.dsa-nav-open .dsa-header__toggle,
	.dsa-header.is-nav-open .dsa-header__toggle {
		background: #009a60;
	}
	body.dsa-nav-open .dsa-header__toggle-icon::before,
	.dsa-header.is-nav-open .dsa-header__toggle-icon::before {
		top: 5px;
		box-shadow: none;
		transform: rotate(45deg);
	}
	body.dsa-nav-open .dsa-header__toggle-icon::after,
	.dsa-header.is-nav-open .dsa-header__toggle-icon::after {
		bottom: auto;
		top: 5px;
		transform: rotate(-45deg);
	}
	body.dsa-nav-open {
		overflow: hidden;
	}
	.dsa-about__grid,
	.dsa-contact__grid,
	.dsa-programs__grid,
	.dsa-instructors__grid:not(.dsa-instructors__grid--two) {
		grid-template-columns: 1fr;
	}
	.dsa-footer__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 2rem 1.25rem;
	}
	.dsa-footer__brand,
	.dsa-footer__newsletter {
		grid-column: auto;
	}
	.dsa-about__badge {
		right: 1rem;
		bottom: -1.5rem;
		max-width: min(17.5rem, calc(100% - 2rem));
	}
	.dsa-about__media {
		margin-bottom: 2.5rem;
	}
	.dsa-price-card--featured {
		transform: none;
	}
	.dsa-hero__title {
		max-width: none;
	}
}

.dsa-faq__wrap {
	max-width: 48rem;
	margin: 0 auto;
}
.dsa-faq__item {
	border: 1px solid #d7e8dc;
	border-radius: 12px;
	padding: 0.85rem 1rem;
	margin-bottom: 0.75rem;
	background: #fff;
}
.dsa-faq__item summary {
	cursor: pointer;
	font-weight: 600;
	color: #00432a;
	font-size: 1.05rem;
	line-height: 1.4;
}
.dsa-faq__item p {
	margin: 0.75rem 0 0.25rem;
	color: #3d4f44;
	font-size: 1rem;
	line-height: 1.55;
}

.dsa-classes-cta {
	width: 100%;
	margin: 0;
	padding: 80px 24px;
	background: #00432a;
	color: #fff;
	border-radius: 0;
	box-sizing: border-box;
}
.dsa-classes-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	flex-wrap: wrap;
}
.dsa-classes-cta__copy strong {
	margin: 0px;
	font-family: "Mona Sans", sans-serif;
	font-weight: 500;
	color: rgb(255, 255, 255);
	font-size: clamp(26px, 3vw, 36px);
	line-height: 1.1;
	letter-spacing: -0.5px;
	display: block;
}
.dsa-classes-cta__copy p {
	margin: 14px 0px 0px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 17px;
	line-height: 1.6;
}
.dsa-classes-cta__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	flex-shrink: 0;
}
.dsa-classes-cta__phone {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: rgb(244, 129, 31);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	padding: 14px 22px;
	border-radius: 12px;
}
.dsa-classes-cta__phone:hover {
	color: #fff;
	background: rgb(230, 118, 24);
}
.dsa-classes-cta__message {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	padding: 14px 22px;
	border-radius: 12px;
}
.dsa-classes-cta__message:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.14);
}
.dsa-classes-cta__message-icon {
	display: none;
	flex-shrink: 0;
}

@media (max-width: 760px) {
	.dsa-classes-cta__inner {
		flex-direction: column;
		align-items: flex-start;
	}
	.dsa-classes-cta__actions {
		flex-wrap: nowrap;
		width: 100%;
	}
	.dsa-classes-cta__phone {
		flex: 1 1 auto;
		min-width: 0;
		justify-content: center;
	}
	.dsa-classes-cta__message {
		flex: 0 0 48px;
		width: 48px;
		height: 48px;
		min-height: 48px;
		padding: 0;
		gap: 0;
	}
	.dsa-classes-cta__message-icon {
		display: block;
	}
	.dsa-classes-cta__message-label {
		display: none;
	}
}

.dsa-btn.dsa-btn--primary {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: rgb(244, 129, 31);
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-weight: 600;
	font-size: 17px;
	padding: 14px 26px;
	border-radius: 12px;
	border-color: rgb(244, 129, 31);
}
.dsa-btn.dsa-btn--primary:hover,
.dsa-btn.dsa-btn--primary:focus {
	background: rgb(230, 118, 24);
	color: rgb(255, 255, 255);
	border-color: rgb(230, 118, 24);
}

.dsa-btn--enroll {
	background: #f77f00;
	color: #fff;
	border: none;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-weight: 700;
}
.dsa-btn--enroll:hover,
.dsa-btn--enroll:focus {
	background: #e07000;
	color: #fff;
}

/* Inner pages */
.dsa-page-hero:not(.dsa-ap-hero) {
	padding: 3.5rem 0 1.5rem;
	background: linear-gradient(180deg, #f3faf6 0%, #fff 100%);
}
.dsa-page-hero:not(.dsa-ap-hero) .dsa-section__title {
	margin-bottom: 0.75rem;
}

/* Classes showcase */
.dsa-classes {
	padding: 4.5rem 0 5rem;
	background: #fff;
}
.dsa-classes__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 2rem;
}
.dsa-classes__head .dsa-ap-title {
	margin: 0;
	font-size: 40px;
}
.dsa-classes__nav {
	display: flex;
	gap: 0.65rem;
	flex-shrink: 0;
}
.dsa-classes__nav-btn {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #d7dde3;
	background: #fff;
	color: #1a1a1a;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.dsa-classes__nav-btn--next {
	background: #00432a;
	border-color: #00432a;
	color: #fff;
}
.dsa-classes__viewport {
	width: 100%;
	margin: 0;
	padding: 1.5rem 0;
	background: linear-gradient(
		180deg,
		#ffffff 0%,
		#f7f8f7 28%,
		#f4f5f4 50%,
		#f7f8f7 72%,
		#ffffff 100%
	);
	border-radius: 0;
	overflow: visible;
}
.dsa-classes__rail {
	width: min(100% - 2.5rem, 1240px);
	max-width: 1240px;
	margin: 0 auto;
	overflow: hidden;
}
.dsa-classes__track {
	display: flex;
	gap: 1.25rem;
	transition: transform 0.35s ease;
	will-change: transform;
	background: transparent;
}
.dsa-class-card {
	flex: 0 0 min(300px, 82vw);
	display: flex;
	flex-direction: column;
	text-align: left;
	background: #fff;
	border: 1.5px solid transparent;
	border-radius: 18px;
	padding: 0;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(16, 42, 67, 0.045);
	cursor: pointer;
	font: inherit;
	color: inherit;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.dsa-class-card:hover {
	box-shadow: 0 12px 28px rgba(16, 42, 67, 0.07);
}
.dsa-class-card.is-active {
	border-color: #009a60;
	box-shadow: 0 12px 28px rgba(0, 154, 96, 0.1);
}
.dsa-class-card__media {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #e8f0eb;
}
.dsa-class-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.dsa-class-card__badge {
	position: absolute;
	top: 14px;
	right: 14px;
	color: rgb(255, 255, 255);
	font-size: 12px;
	font-weight: 600;
	padding: 6px 12px;
	border-radius: 9999px;
	background-color: rgba(244, 130, 31, 0.92);
}
.dsa-class-card__badge--mint {
	background-color: #b6eed7;
	color: #00432a;
}
.dsa-class-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	padding: 1.1rem 1.15rem 1.2rem;
	flex: 1;
}
.dsa-class-card__meta {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0;
	font-size: 11px;
	color: #00995f;
	line-height: 1.5;
	font-weight: bold;
	max-width: 100%;
	min-width: 0;
}
.dsa-class-card__body .dsa-class-card__meta {
	display: flex;
	width: 100%;
}
.dsa-class-card__meta span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
}
.dsa-class-card__clock {
	flex-shrink: 0;
	color: #00995f;
}
.dsa-class-card__title {
	margin: 0;
	font-family: "Mona Sans", var(--dsa-font), sans-serif;
	font-size: 1.15rem;
	font-weight: 600;
	line-height: 1.25;
	color: #112318;
}
.dsa-class-card__summary {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.5;
	color: #4f5d54;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	flex: 1;
}
.dsa-class-card__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-top: 0.35rem;
}
.dsa-class-card__price {
	margin: 0;
	display: flex;
	align-items: baseline;
	gap: 0.3rem;
	color: #009a60;
}
.dsa-class-card__price strong {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}
.dsa-class-card__price span {
	font-size: 0.85rem;
	font-weight: 500;
	color: #6b7280;
}
.dsa-class-card__action {
	font-size: 0.92rem;
	font-weight: 600;
	color: #009a60;
	white-space: nowrap;
}
.dsa-class-card.is-active .dsa-class-card__action {
	color: rgb(244, 129, 31);
}
.dsa-classes__detail {
	margin-top: 1.75rem;
}
.dsa-class-detail {
	display: none;
	grid-template-columns: 1.35fr 0.95fr;
	gap: 2rem;
	padding: 2rem;
	background: #f6f7f6;
	border-radius: 24px;
}
.dsa-class-detail.is-active {
	display: grid;
}
.dsa-class-detail__pill {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	background: #b6eed7;
	color: #00432a;
	font-size: 0.78rem;
	font-weight: 600;
	margin-bottom: 0.85rem;
}
.dsa-class-detail__meta {
	margin: 0 0 0.85rem;
	font-size: 14px;
	max-width: none;
}
.dsa-class-detail__meta span {
	overflow: visible;
	text-overflow: unset;
	white-space: normal;
}
.dsa-class-detail__title {
	margin: 0 0 0.85rem;
	font-family: "Mona Sans", var(--dsa-font), sans-serif;
	font-size: clamp(1.6rem, 2.5vw, 2rem);
	font-weight: 600;
	line-height: 1.15;
	color: #112318;
}
.dsa-class-detail__text {
	margin: 0 0 1.5rem;
	font-size: 1rem;
	line-height: 1.7;
	color: #4f5d54;
}
.dsa-class-detail__sub {
	margin: 0 0 0.85rem;
	font-size: 1.05rem;
	font-weight: 600;
	color: #112318;
}
.dsa-class-detail__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.75rem;
}
.dsa-class-detail__list li {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	font-size: 0.98rem;
	line-height: 1.45;
	color: #2f3b34;
}
.dsa-class-detail__list svg {
	flex-shrink: 0;
	margin-top: 0.1rem;
}
.dsa-class-detail__side {
	display: grid;
	gap: 1rem;
	align-content: start;
}
.dsa-class-detail__box {
	background: #fff;
	border-radius: 16px;
	padding: 1.15rem 1.2rem;
	box-shadow: 0 8px 20px rgba(16, 42, 67, 0.05);
}
.dsa-class-detail__box strong {
	display: block;
	margin-bottom: 0.45rem;
	font-size: 1rem;
	color: #112318;
}
.dsa-class-detail__box p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #4f5d54;
}
.dsa-class-detail__sessions {
	background: #00432a;
	color: #fff;
	border-radius: 16px;
	padding: 1.25rem 1.25rem 1.35rem;
}
.dsa-class-detail__pricing {
	margin: 0 0 1.1rem;
	padding: 0 0 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.dsa-class-detail__price {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35rem 0.55rem;
}
.dsa-class-detail__price-label {
	width: 100%;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}
.dsa-class-detail__price strong {
	font-family: "Mona Sans", var(--dsa-font), sans-serif;
	font-size: clamp(1.85rem, 3vw, 2.25rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #fff;
}
.dsa-class-detail__price-unit {
	font-size: 0.95rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.78);
}
.dsa-class-detail__deposit {
	margin: 0.65rem 0 0;
	display: grid;
	gap: 0.2rem;
	font-size: 0.92rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.88);
}
.dsa-class-detail__deposit strong {
	color: #b6eed7;
	font-size: 1.05rem;
}
.dsa-class-detail__deposit-note {
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.7);
}
.dsa-class-detail__deposit--free {
	color: #b6eed7;
}
.dsa-class-detail__sessions > strong {
	display: block;
	margin-bottom: 0.85rem;
	font-size: 1.05rem;
}
.dsa-class-detail__sessions ul {
	list-style: none;
	margin: 0 0 1.15rem;
	padding: 0;
	display: grid;
	gap: 0.7rem;
}
.dsa-class-detail__sessions li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	align-items: baseline;
	font-size: 0.92rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.9);
}
.dsa-class-detail__seats {
	font-weight: 600;
	color: #b6eed7;
	white-space: nowrap;
}
.dsa-class-detail__seats.is-low {
	color: rgb(244, 129, 31);
}
.dsa-class-detail__enroll {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	background: rgb(244, 129, 31);
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-weight: 600;
	font-size: 17px;
	padding: 14px 24px;
	border-radius: 12px;
	box-sizing: border-box;
}
.dsa-class-detail__enroll:hover {
	color: #fff;
	background: rgb(230, 118, 24);
}

@media (max-width: 980px) {
	.dsa-class-detail.is-active {
		grid-template-columns: 1fr;
	}
	.dsa-class-detail {
		padding: 2rem 1rem;
	}
	.dsa-class-detail__text {
		font-size: 0.9rem;
		line-height: 1.5;
	}
	.dsa-classes__head {
		align-items: flex-start;
	}
}

.dsa-service-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5rem;
	margin-top: 1.5rem;
}
.dsa-service-card {
	border: 1px solid #d7e8dc;
	border-radius: 16px;
	padding: 1.5rem;
	background: #fff;
	position: relative;
}
.dsa-service-card.is-featured {
	border-color: #009a60;
	box-shadow: 0 12px 32px rgba(0, 67, 42, 0.12);
}
.dsa-service-card__price {
	font-size: 1.75rem;
	font-weight: 600;
	color: #00432a;
	margin: 0.35rem 0 1rem;
}
.dsa-service-card ul {
	margin: 0.5rem 0 1rem;
	padding-left: 1.1rem;
}
.dsa-service-card__policy {
	margin: 0.75rem 0 1rem;
	font-size: 0.95rem;
}
.dsa-about-page__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}
.dsa-about-page__block h2 {
	margin: 0 0 0.5rem;
	font-family: var(--dsa-font);
	color: #00432a;
}
.dsa-policies__block {
	margin-bottom: 2rem;
}
.dsa-policies__block h2 {
	font-size: 1.25rem;
	color: #00432a;
	margin: 0 0 0.5rem;
}
.dsa-policies__note {
	padding: 1rem 0 0;
	border-top: 1px solid #d7e8dc;
}
.dsa-register,
.dsa-pay {
	max-width: 1040px;
	margin-inline: auto;
}
.dsa-pay-section {
	position: relative;
	padding-top: 2.5rem;
	padding-bottom: 4.5rem;
	background:
		radial-gradient(ellipse 70% 50% at 8% 0%, rgba(0, 154, 96, 0.08), transparent 55%),
		radial-gradient(ellipse 55% 45% at 100% 20%, rgba(0, 67, 42, 0.05), transparent 50%),
		linear-gradient(180deg, #f4faf6 0%, #eef5f1 100%);
}
.dsa-pay__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
	gap: 1.5rem;
	align-items: start;
}
.dsa-pay__layout--free {
	grid-template-columns: 1fr;
	max-width: 640px;
	margin-inline: auto;
}
.dsa-pay__summary--free .dsa-pay__free-copy {
	margin: 1.15rem 0 0;
	font-size: 1.05rem;
	line-height: 1.55;
	color: #3d5a4a;
}
.dsa-pay__summary--free .dsa-pay__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.35rem;
}
.dsa-pay__summary {
	padding: 1.75rem 1.85rem 1.5rem;
	border: 1px solid #cfe3d7;
	border-radius: 18px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9));
	box-shadow: 0 18px 40px rgba(0, 67, 42, 0.06);
}
.dsa-pay__summary-head {
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #d7e8dc;
	margin-bottom: 1.25rem;
}
.dsa-pay__eyebrow {
	margin: 0 0 0.4rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #009a60;
}
.dsa-pay__service {
	margin: 0;
	font-size: clamp(1.45rem, 2.2vw, 1.85rem);
	line-height: 1.2;
	color: #00432a;
	font-weight: 800;
}
.dsa-pay__schedule {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	margin: 0.85rem 0 0;
	padding: 0.75rem 0.9rem;
	border-radius: 12px;
	background: #eef8f2;
	border: 1px solid #d0e8da;
	color: #1f3d2e;
	font-size: 0.95rem;
}
.dsa-pay__schedule span {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #5f7a6b;
}
.dsa-pay__schedule strong {
	font-weight: 700;
	color: #00432a;
}
.dsa-pay__totals {
	display: grid;
	gap: 0.55rem;
	margin: 0 0 1.35rem;
	padding: 1rem 1.05rem;
	border-radius: 14px;
	background: #f3faf6;
	border: 1px solid #d7e8dc;
}
.dsa-pay__total-row {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	align-items: baseline;
	font-size: 0.98rem;
	color: #3d5a4a;
}
.dsa-pay__total-row--due {
	margin-top: 0.25rem;
	padding-top: 0.7rem;
	border-top: 1px dashed #b7d4c4;
	font-size: 1.15rem;
	font-weight: 800;
	color: #00432a;
}
.dsa-pay__total-row--due span:last-child {
	color: #009a60;
	font-size: 1.35rem;
}
.dsa-pay__meta {
	display: grid;
	gap: 1.1rem;
	margin: 0 0 1.35rem;
}
.dsa-pay__meta dt {
	margin: 0 0 0.3rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #5f7a6b;
}
.dsa-pay__meta dd {
	margin: 0;
	color: #1f3d2e;
	line-height: 1.55;
}
.dsa-pay__meta a {
	color: #009a60;
	text-decoration: none;
}
.dsa-pay__meta a:hover {
	text-decoration: underline;
}
.dsa-pay__includes h3 {
	margin: 0 0 0.65rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #5f7a6b;
}
.dsa-pay__includes ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.45rem;
}
.dsa-pay__includes li {
	position: relative;
	padding-left: 1.35rem;
	color: #1f3d2e;
	line-height: 1.45;
}
.dsa-pay__includes li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.45rem;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 999px;
	background: #009a60;
}
.dsa-pay__policies {
	margin: 1.35rem 0 0;
	padding-top: 1rem;
	border-top: 1px solid #d7e8dc;
}
.dsa-pay__policies a {
	color: #009a60;
	font-weight: 600;
	text-decoration: none;
}
.dsa-pay__policies a:hover {
	text-decoration: underline;
}
.dsa-pay__checkout {
	position: sticky;
	top: 1.25rem;
}
.dsa-pay__checkout-inner {
	padding: 1.5rem 1.4rem 1.35rem;
	border-radius: 18px;
	border: 1px solid rgba(0, 154, 96, 0.28);
	background:
		radial-gradient(ellipse 80% 60% at 20% 0%, rgba(0, 154, 96, 0.18), transparent 55%),
		linear-gradient(165deg, #00432a 0%, #006b42 55%, #008552 100%);
	color: #fff;
	box-shadow: 0 22px 44px rgba(0, 67, 42, 0.22);
}
.dsa-pay__checkout-label {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}
.dsa-pay__checkout-amount {
	margin: 0.35rem 0 0.75rem;
	font-size: clamp(2.2rem, 4vw, 2.75rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.02em;
}
.dsa-pay__checkout-amount--sm {
	font-size: 1.35rem;
	line-height: 1.25;
}
.dsa-pay__checkout-note {
	margin: 0 0 1.25rem;
	font-size: 0.92rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.82);
}
.dsa-pay__actions {
	margin: 0;
}
.dsa-pay__cta.dsa-btn--primary {
	background: #ff7a18;
	border-color: #ff7a18;
	color: #fff;
	min-height: 52px;
	font-weight: 800;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.dsa-pay__cta.dsa-btn--primary:hover,
.dsa-pay__cta.dsa-btn--primary:focus {
	background: #ef6a08;
	border-color: #ef6a08;
	color: #fff;
}
.dsa-pay__missing {
	margin: 0 0 0.85rem;
	font-size: 0.92rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.88);
}
.dsa-pay__back {
	display: inline-block;
	margin-top: 1rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.92rem;
	font-weight: 600;
	text-decoration: none;
}
.dsa-pay__back:hover {
	color: #fff;
	text-decoration: underline;
}
.dsa-pay__empty {
	padding: 2rem 1.5rem;
	text-align: center;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #d7e8dc;
}
.dsa-pay__empty h2 {
	margin: 0 0 0.5rem;
	color: #00432a;
}
.dsa-pay__empty p {
	margin: 0 0 1.25rem;
	color: #3d5a4a;
}
.dsa-pay__card {
	padding: 1.5rem;
	border: 1px solid #d7e8dc;
	border-radius: 16px;
	background: #fff;
}
.dsa-pay__price {
	font-size: 2rem;
	font-weight: 800;
	color: #009a60;
	margin: 0.35rem 0 1rem;
}
.dsa-pay__balance {
	margin: -0.35rem 0 1rem;
	color: #3d5a4a;
	font-size: 0.95rem;
}
.dsa-register__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
	list-style: none;
	padding: 1rem 1.15rem;
	margin: 0 0 2rem;
	background: #f3faf6;
	border: 1px solid #d7e8dc;
	border-radius: 14px;
}
.dsa-register__steps li {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	min-width: 0;
	font-size: 0.92rem;
	font-weight: 500;
	color: #6b7c72;
	line-height: 1.25;
}
.dsa-register__step-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	border-radius: 9999px;
	background: #fff;
	border: 1.5px solid #c5d5cb;
	color: #5a6b60;
	font-size: 0.8rem;
	font-weight: 700;
}
.dsa-register__step-label {
	min-width: 0;
}
.dsa-register__steps .is-active {
	color: #00432a;
	font-weight: 700;
}
.dsa-register__steps .is-active .dsa-register__step-num {
	background: #009a60;
	border-color: #009a60;
	color: #fff;
}
.dsa-register-form label,
.dsa-contact-form label {
	display: block;
	margin-bottom: 1rem;
}
.dsa-register-form__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 1rem;
}
.dsa-register-form__row label {
	min-width: 0;
}
.dsa-register-schedule {
	margin: 0 0 1.25rem;
	padding: 1rem 1.1rem;
	border: 1px solid #c5d9cc;
	border-radius: 14px;
	background: #f3faf6;
}
.dsa-register-schedule__pricing {
	margin: 0 0 0.85rem;
	font-size: 0.95rem;
	line-height: 1.45;
	color: #1f3d2e;
}
.dsa-register-schedule__calendar {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 1rem;
}

/* WooCommerce cart / checkout / thank-you */
.dsa-woo-section {
	padding-top: 2.5rem;
	padding-bottom: 4.5rem;
	background:
		radial-gradient(ellipse 70% 50% at 8% 0%, rgba(0, 154, 96, 0.08), transparent 55%),
		radial-gradient(ellipse 55% 45% at 100% 20%, rgba(0, 67, 42, 0.05), transparent 50%),
		linear-gradient(180deg, #f4faf6 0%, #eef5f1 100%);
}
.dsa-woo {
	max-width: 1040px;
	margin-inline: auto;
}
.dsa-woo__entry {
	margin: 0;
}
.dsa-woo__content {
	padding: 1.5rem 1.6rem 1.75rem;
	border: 1px solid #cfe3d7;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(0, 67, 42, 0.06);
	color: #1f3d2e;
}
.dsa-woo-page .woocommerce-notices-wrapper,
.dsa-woo .woocommerce-notices-wrapper {
	margin-bottom: 1rem;
}
.dsa-woo .woocommerce-message,
.dsa-woo .woocommerce-info,
.dsa-woo .woocommerce-error,
.dsa-woo-page .woocommerce-message,
.dsa-woo-page .woocommerce-info,
.dsa-woo-page .woocommerce-error {
	border-radius: 12px;
	border: 1px solid #d7e8dc;
	background: #f3faf6;
	color: #00432a;
	padding: 0.9rem 1rem 0.9rem 3rem !important;
}
.dsa-woo .woocommerce-error,
.dsa-woo-page .woocommerce-error {
	background: #fff5f2;
	border-color: #f0c4b8;
	color: #7a2e1b;
}
.dsa-woo .woocommerce-message,
.dsa-woo-page .woocommerce-message {
	border-top-color: #009a60 !important;
}
.dsa-woo a,
.dsa-woo-page .woocommerce a {
	color: #009a60;
}
.dsa-woo a:hover,
.dsa-woo-page .woocommerce a:hover {
	color: #00432a;
}

/* Buttons - orange primary CTAs */
.dsa-woo .button,
.dsa-woo button.button,
.dsa-woo input.button,
.dsa-woo #place_order,
.dsa-woo .woocommerce-button,
.dsa-woo-page .woocommerce .button,
.dsa-woo-page .woocommerce button.button,
.dsa-woo-page .woocommerce input.button,
.dsa-woo-page .woocommerce #place_order,
.dsa-woo-page .woocommerce button[name="woocommerce_checkout_update_totals"],
.dsa-woo-page .woocommerce button[name="save_address"],
.dsa-woo-page .woocommerce .woocommerce-Address-title a.edit {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.7rem 1.35rem !important;
	border-radius: 999px !important;
	border: 0 !important;
	background: #ff7a18 !important;
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 1rem !important;
	line-height: 1.2;
	box-shadow: 0 10px 22px rgba(255, 122, 24, 0.28);
	cursor: pointer;
	text-decoration: none !important;
	float: none !important;
	width: auto;
}
.dsa-woo .button:hover,
.dsa-woo button.button:hover,
.dsa-woo input.button:hover,
.dsa-woo #place_order:hover,
.dsa-woo .woocommerce-button:hover,
.dsa-woo-page .woocommerce .button:hover,
.dsa-woo-page .woocommerce button.button:hover,
.dsa-woo-page .woocommerce input.button:hover,
.dsa-woo-page .woocommerce #place_order:hover {
	background: #ef6a08 !important;
	color: #fff !important;
}
.dsa-woo .button.alt,
.dsa-woo button.button.alt,
.dsa-woo-page .woocommerce .button.alt {
	background: #009a60 !important;
	box-shadow: 0 10px 22px rgba(0, 154, 96, 0.25);
}
.dsa-woo .button.alt:hover,
.dsa-woo button.button.alt:hover,
.dsa-woo-page .woocommerce .button.alt:hover {
	background: #008552 !important;
}

/* Checkout / pay layout */
.dsa-woo-page--checkout .dsa-woo__content,
.dsa-woo-page .woocommerce-checkout,
.dsa-woo-page form.checkout,
.dsa-woo-page #order_review,
.dsa-woo-page .woocommerce-order-pay {
	color: #1f3d2e;
}
.dsa-woo form.checkout,
.dsa-woo-page form.checkout {
	display: block;
}
.dsa-woo .col2-set,
.dsa-woo-page .woocommerce .col2-set {
	width: 100%;
	margin: 0 0 1.5rem;
}
.dsa-woo .col2-set::after,
.dsa-woo-page .woocommerce .col2-set::after {
	content: "";
	display: table;
	clear: both;
}
.dsa-woo .col2-set .col-1,
.dsa-woo .col2-set .col-2,
.dsa-woo-page .woocommerce .col2-set .col-1,
.dsa-woo-page .woocommerce .col2-set .col-2 {
	float: none !important;
	width: 100% !important;
	max-width: 100%;
	padding: 0;
	margin: 0 0 1.25rem;
}

/* Billing / shipping field grid */
.dsa-woo .woocommerce-billing-fields,
.dsa-woo .woocommerce-shipping-fields,
.dsa-woo .woocommerce-account-fields,
.dsa-woo-page .woocommerce-billing-fields,
.dsa-woo-page .woocommerce-shipping-fields,
.dsa-woo-page .woocommerce-account-fields,
.dsa-woo-page .woocommerce-billing-fields__field-wrapper,
.dsa-woo-page .woocommerce form .woocommerce-address-fields__field-wrapper {
	display: block;
}
.dsa-woo .woocommerce-billing-fields__field-wrapper,
.dsa-woo .woocommerce-shipping-fields__field-wrapper,
.dsa-woo-page .woocommerce-billing-fields__field-wrapper,
.dsa-woo-page .woocommerce-shipping-fields__field-wrapper,
.dsa-woo-page .woocommerce-address-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem 1rem;
	align-items: start;
}
.dsa-woo .woocommerce-billing-fields h3,
.dsa-woo .woocommerce-shipping-fields h3,
.dsa-woo .woocommerce-additional-fields h3,
.dsa-woo #order_review_heading,
.dsa-woo .woocommerce-order-details__title,
.dsa-woo .woocommerce-customer-details h2,
.dsa-woo .cart_totals h2,
.dsa-woo-page .woocommerce-billing-fields h3,
.dsa-woo-page .woocommerce-shipping-fields h3,
.dsa-woo-page #order_review_heading,
.dsa-woo-page .woocommerce h3 {
	margin: 0 0 1rem;
	font-size: 1.2rem;
	font-weight: 800;
	color: #00432a;
}
.dsa-woo form .form-row,
.dsa-woo-page .woocommerce form .form-row,
.dsa-woo-page .woocommerce-billing-fields .form-row,
.dsa-woo-page .woocommerce-address-fields .form-row {
	float: none !important;
	width: 100% !important;
	margin: 0 0 0.15rem !important;
	padding: 0 !important;
	clear: none !important;
}
.dsa-woo form .form-row-first,
.dsa-woo form .form-row-last,
.dsa-woo form .form-row-wide,
.dsa-woo-page .woocommerce form .form-row-first,
.dsa-woo-page .woocommerce form .form-row-last,
.dsa-woo-page .woocommerce form .form-row-wide {
	float: none !important;
	width: 100% !important;
}
.dsa-woo form .form-row-wide,
.dsa-woo-page .woocommerce form .form-row-wide,
.dsa-woo-page #billing_address_1_field,
.dsa-woo-page #billing_address_2_field,
.dsa-woo-page #billing_company_field,
.dsa-woo-page #billing_email_field,
.dsa-woo-page #billing_phone_field,
.dsa-woo-page #billing_country_field,
.dsa-woo-page #shipping_address_1_field,
.dsa-woo-page #shipping_address_2_field,
.dsa-woo-page #shipping_country_field {
	grid-column: 1 / -1;
}
.dsa-woo form .form-row label,
.dsa-woo-page .woocommerce form .form-row label {
	display: block;
	font-size: 0.85rem;
	font-weight: 600;
	color: #3d5a4a;
	margin: 0 0 0.4rem;
}
.dsa-woo form .form-row .required,
.dsa-woo-page .woocommerce form .form-row .required {
	color: #c2410c;
	text-decoration: none;
}
.dsa-woo .quantity .qty,
.dsa-woo input.input-text,
.dsa-woo textarea,
.dsa-woo select,
.dsa-woo .select2-container .select2-selection--single,
.dsa-woo-page .woocommerce input.input-text,
.dsa-woo-page .woocommerce textarea,
.dsa-woo-page .woocommerce select,
.dsa-woo-page .woocommerce .select2-container .select2-selection--single {
	width: 100% !important;
	max-width: 100%;
	min-height: 48px;
	padding: 0.7rem 0.9rem !important;
	border: 1px solid #c5d5cb !important;
	border-radius: 10px !important;
	background: #fff !important;
	color: #112318 !important;
	font-size: 16px !important;
	box-shadow: none !important;
	box-sizing: border-box;
}
.dsa-woo .select2-container,
.dsa-woo-page .woocommerce .select2-container {
	width: 100% !important;
}
.dsa-woo .select2-container .select2-selection--single,
.dsa-woo-page .woocommerce .select2-container .select2-selection--single {
	display: flex;
	align-items: center;
	height: 48px !important;
}
.dsa-woo .select2-container--default .select2-selection--single .select2-selection__rendered,
.dsa-woo-page .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 48px !important;
	padding-left: 0.9rem !important;
	color: #112318;
}
.dsa-woo .select2-container--default .select2-selection--single .select2-selection__arrow,
.dsa-woo-page .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px !important;
}
.dsa-woo input.input-text:focus,
.dsa-woo textarea:focus,
.dsa-woo select:focus,
.dsa-woo-page .woocommerce input.input-text:focus,
.dsa-woo-page .woocommerce textarea:focus,
.dsa-woo-page .woocommerce select:focus {
	border-color: #009a60 !important;
	outline: none;
	box-shadow: 0 0 0 3px rgba(0, 154, 96, 0.15) !important;
}

/* Order-pay / update billing actions */
.dsa-woo-page .woocommerce-order-pay .form-row,
.dsa-woo-page form#order_review .form-row.create-account,
.dsa-woo-page .woocommerce .form-row.place-order {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1rem !important;
}
.dsa-woo-page .woocommerce button[type="submit"],
.dsa-woo-page .woocommerce #place_order,
.dsa-woo-page .woocommerce .button[name="woocommerce_checkout_place_order"] {
	margin-left: auto;
}

/* Tables */
.dsa-woo table.shop_table,
.dsa-woo-page .woocommerce table.shop_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #d7e8dc;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	margin: 0 0 1.25rem;
}
.dsa-woo table.shop_table th,
.dsa-woo table.shop_table td,
.dsa-woo-page .woocommerce table.shop_table th,
.dsa-woo-page .woocommerce table.shop_table td {
	padding: 0.9rem 1rem;
	border-color: #e4efe8 !important;
	color: #1f3d2e;
	vertical-align: middle;
}
.dsa-woo table.shop_table thead th,
.dsa-woo-page .woocommerce table.shop_table thead th {
	background: #f3faf6;
	font-size: 0.75rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #5f7a6b;
}
.dsa-woo table.shop_table tfoot th,
.dsa-woo table.shop_table tfoot td,
.dsa-woo-page .woocommerce table.shop_table tfoot th,
.dsa-woo-page .woocommerce table.shop_table tfoot td {
	background: #f7fbf8;
	font-weight: 700;
}
.dsa-woo .cart-subtotal td,
.dsa-woo .order-total td,
.dsa-woo .order-total th,
.dsa-woo-page .woocommerce .order-total td,
.dsa-woo-page .woocommerce .order-total th {
	color: #00432a;
	font-size: 1.05rem;
}
.dsa-woo .product-name a,
.dsa-woo-page .woocommerce .product-name a {
	color: #00432a;
	font-weight: 700;
	text-decoration: none;
}
.dsa-woo .product-remove a {
	color: #9a4a3a !important;
}

/* Payment methods - match Square/Woo card look */
.dsa-woo .woocommerce-checkout-review-order,
.dsa-woo-page #order_review,
.dsa-woo-page .woocommerce-checkout-payment {
	padding: 0;
	border: 0;
	background: transparent;
}
.dsa-woo #payment,
.dsa-woo-page #payment,
.dsa-woo-page .woocommerce-checkout-payment {
	border: 1px solid #e5e7eb !important;
	border-radius: 14px !important;
	background: #fff !important;
	overflow: hidden;
	box-shadow: none;
}
.dsa-woo .wc_payment_methods,
.dsa-woo-page #payment ul.payment_methods,
.dsa-woo-page .wc_payment_methods {
	list-style: none !important;
	margin: 0 !important;
	padding: 0.35rem 0 0 !important;
	border: 0 !important;
	border-bottom: 1px solid #e5e7eb !important;
	border-radius: 0 !important;
	background: #fff !important;
	overflow: visible;
}
.dsa-woo .wc_payment_method,
.dsa-woo-page #payment ul.payment_methods > li,
.dsa-woo-page .wc_payment_method {
	margin: 0 !important;
	padding: 1rem 1.15rem !important;
	border-bottom: 1px solid #eeeef2 !important;
	background: #fff;
}
.dsa-woo .wc_payment_method:last-child,
.dsa-woo-page #payment ul.payment_methods > li:last-child {
	border-bottom: 0 !important;
}
.dsa-woo .wc_payment_method > label,
.dsa-woo-page #payment .wc_payment_method > label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 0.75rem;
	font-weight: 600;
	color: #1f2937;
	cursor: pointer;
}
.dsa-woo .wc_payment_method img,
.dsa-woo-page #payment .wc_payment_method img,
.dsa-woo-page #payment .payment_method_icons img,
.dsa-woo-page #payment .wc-credit-card-form img {
	display: inline-block !important;
	vertical-align: middle;
	margin: 0 0.2rem 0 0 !important;
	height: 24px !important;
	width: auto !important;
	max-height: 24px;
}
.dsa-woo-page #payment .wc_payment_method label img,
.dsa-woo-page #payment .payment-method-features,
.dsa-woo-page #payment .sq-card-brand-list,
.dsa-woo-page #payment ul.wc-saved-payment-methods {
	display: inline-flex !important;
	flex-direction: row !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
	list-style: none;
	margin: 0.35rem 0 0 !important;
	padding: 0 !important;
}
.dsa-woo-page #payment ul.wc-saved-payment-methods li,
.dsa-woo-page #payment .sq-card-brand-list li {
	display: inline-flex !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
.dsa-woo .payment_box,
.dsa-woo-page #payment div.payment_box {
	position: relative;
	margin: 0.85rem 0 0.15rem !important;
	padding: 1rem 1.05rem !important;
	border-radius: 10px !important;
	background: #f0eef6 !important;
	color: #4b5563 !important;
	border: 0 !important;
	box-shadow: none !important;
}
.dsa-woo .payment_box::before,
.dsa-woo-page #payment div.payment_box::before {
	content: "";
	position: absolute;
	top: -7px;
	left: 1.4rem;
	border: 7px solid transparent;
	border-top-width: 0;
	border-bottom-color: #f0eef6;
}
.dsa-woo .payment_box p,
.dsa-woo-page #payment div.payment_box p {
	margin: 0 0 0.75rem;
	font-size: 0.92rem;
	line-height: 1.45;
}
.dsa-woo-page #payment .wc-credit-card-form,
.dsa-woo-page #payment .sq-card-iframe-container,
.dsa-woo-page #payment .form-row.woocommerce-validated,
.dsa-woo-page #payment .payment_box fieldset {
	margin: 0;
}
.dsa-woo-page #payment .payment_box input.input-text,
.dsa-woo-page #payment .payment_box .InputElement,
.dsa-woo-page #payment .sq-input {
	background: #fff !important;
	border: 1px solid #d1d5db !important;
	border-radius: 8px !important;
	min-height: 44px;
}

/* Place-order footer strip */
.dsa-woo-page #payment .form-row.place-order,
.dsa-woo #payment .form-row.place-order {
	margin: 0 !important;
	padding: 1.1rem 1.15rem !important;
	background: #f0eef6 !important;
	border-top: 1px solid #e5e7eb;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}
.dsa-woo-page #payment .woocommerce-privacy-policy-text,
.dsa-woo #payment .woocommerce-privacy-policy-text {
	flex: 1 1 240px;
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.45;
	color: #4b5563;
}
.dsa-woo-page #payment .woocommerce-privacy-policy-text a,
.dsa-woo #payment .woocommerce-privacy-policy-text a,
.dsa-woo-page .woocommerce-privacy-policy-link {
	color: #009a60 !important;
	font-weight: 600;
	text-decoration: underline;
}
.dsa-woo-page #payment #place_order,
.dsa-woo #payment #place_order {
	flex: 0 0 auto;
	min-width: 150px;
	border-radius: 10px !important;
	box-shadow: 0 8px 20px rgba(255, 122, 24, 0.35) !important;
}

.dsa-woo .dsa-policy-ack,
.dsa-woo-page .dsa-policy-ack {
	margin: 1rem 0;
	padding: 0.85rem 1rem;
	border-radius: 12px;
	background: #eef8f2;
	border: 1px solid #d0e8da;
}
.dsa-woo .dsa-policy-ack label,
.dsa-woo-page .dsa-policy-ack label {
	display: flex;
	gap: 0.65rem;
	align-items: flex-start;
	color: #1f3d2e;
	font-weight: 500;
}
.dsa-woo .dsa-policy-ack input {
	margin-top: 0.2rem;
}
.dsa-woo .woocommerce-order-overview {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 0.75rem;
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
}
.dsa-woo .woocommerce-order-overview li {
	margin: 0;
	padding: 0.9rem 1rem;
	border-radius: 12px;
	background: #f3faf6;
	border: 1px solid #d7e8dc;
	color: #3d5a4a;
	font-size: 0.88rem;
}
.dsa-woo .woocommerce-order-overview li strong {
	display: block;
	margin-top: 0.25rem;
	color: #00432a;
	font-size: 1.05rem;
}
.dsa-woo-page--thankyou .dsa-woo__content {
	border-color: rgba(0, 154, 96, 0.35);
}
.dsa-woo .woocommerce-thankyou-order-received {
	margin: 0 0 1.25rem;
	padding: 1rem 1.1rem;
	border-radius: 12px;
	background: #e8f7ef;
	border: 1px solid #b7e0c8;
	color: #00432a;
	font-weight: 600;
	font-size: 1.05rem;
}
.dsa-woo .wc-block-components-button,
.dsa-woo .wc-block-cart__submit-button,
.dsa-woo .wc-block-components-checkout-place-order-button,
.dsa-woo-page .wc-block-components-checkout-place-order-button {
	background: #ff7a18 !important;
	color: #fff !important;
	border-radius: 999px !important;
	font-weight: 700 !important;
}
.dsa-woo .wp-block-woocommerce-cart,
.dsa-woo .wp-block-woocommerce-checkout {
	color: #1f3d2e;
}

@media (max-width: 720px) {
	.dsa-woo .woocommerce-billing-fields__field-wrapper,
	.dsa-woo .woocommerce-shipping-fields__field-wrapper,
	.dsa-woo-page .woocommerce-billing-fields__field-wrapper,
	.dsa-woo-page .woocommerce-shipping-fields__field-wrapper,
	.dsa-woo-page .woocommerce-address-fields__field-wrapper {
		grid-template-columns: 1fr;
	}
	.dsa-woo-page #payment .form-row.place-order,
	.dsa-woo #payment .form-row.place-order {
		flex-direction: column;
		align-items: stretch;
	}
	.dsa-woo-page #payment #place_order,
	.dsa-woo #payment #place_order {
		width: 100%;
	}
}

@media (max-width: 900px) {
	.dsa-pay__layout {
		grid-template-columns: 1fr;
	}
	.dsa-pay__checkout {
		position: static;
	}
}

.dsa-register-form input,
.dsa-register-form select,
.dsa-register-form textarea,
.dsa-contact-form input,
.dsa-contact-form select,
.dsa-contact-form textarea {
	width: 100%;
	margin-top: 0.35rem;
	padding: 0.75rem 0.9rem;
	border: 1px solid #c5d5cb;
	border-radius: 10px;
	font-size: 16px;
}
.dsa-register-form select,
.dsa-contact-form select,
.dsa-booking-form select,
.dsa-home-contact-form select {
	padding-right: 2.75rem;
}
.dsa-register__service select {
	border: 2px solid #009a60;
	background: #eef7f1;
	color: #00432a;
	font-weight: 600;
}
.dsa-register__service select:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(0, 154, 96, 0.18);
	border-color: #00432a;
}
.dsa-register__policy {
	display: flex !important;
	align-items: flex-start;
	gap: 0.65rem;
}
.dsa-register__policy input {
	width: auto;
	margin-top: 0.25rem;
}
.dsa-register__actions {
	display: flex;
	align-items: stretch;
	gap: 0.75rem;
	flex-wrap: wrap;
	margin-top: 0.25rem;
}
.dsa-register__submit,
.dsa-register__back-classes {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 48px;
	min-height: 48px;
	padding: 0 1.25rem;
	border-radius: 10px;
	border-width: 2px;
	border-style: solid;
	font-family: var(--dsa-font);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transform: none;
}
.dsa-register__submit {
	flex: 1 1 auto;
	border-color: transparent;
}
.dsa-register__submit:hover,
.dsa-register__submit:focus {
	transform: none;
}
.dsa-register__back-classes {
	flex: 0 0 auto;
	border-color: #009a60;
	background: #fff;
	color: #009a60;
	white-space: nowrap;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.dsa-register__back-classes:hover {
	background: #f7fbf8;
	color: #00432a;
	border-color: #00432a;
	transform: none;
}
.dsa-pay__card {
	border: 1px solid #d7e8dc;
	border-radius: 16px;
	padding: 1.75rem;
	background: #fff;
}
.dsa-pay__price {
	font-size: 2rem;
	font-weight: 600;
	color: #00432a;
}
.dsa-pay__actions {
	margin-top: 1.5rem;
}
.dsa-pay__missing {
	color: #5a6b60;
}
.dsa-map {
	margin-top: 1rem;
	border-radius: 12px;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #e8f2ec;
}
.dsa-map iframe {
	width: 100%;
	height: 100%;
	border: 0;
}
.dsa-smart__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1rem;
	margin-top: 1.5rem;
}
.dsa-smart__card {
	background: #f3faf6;
	border-radius: 14px;
	padding: 1.1rem;
	text-align: center;
}
.dsa-smart__letter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	background: #009a60;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0.5rem;
}
.dsa-btn--block {
	width: 100%;
	justify-content: center;
}
.dsa-btn--forest {
	background: #15663a;
	color: #fff;
}
.dsa-btn--forest:hover {
	background: #0f4f2c;
	color: #fff;
}

@media (max-width: 980px) {
	.dsa-about-page__grid,
	.dsa-smart__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.dsa-register__steps {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 767px) {
	.dsa-register__step-label {
		font-size: 0.75rem;
	}
	.dsa-register__steps {
		grid-template-columns: 1fr 1fr;
	}
	.dsa-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.dsa-footer__newsletter {
		grid-column: 1 / -1;
		width: 100%;
		max-width: none;
	}
}
@media (max-width: 640px) {
	.dsa-register-form__row,
	.dsa-register-schedule__calendar {
		grid-template-columns: 1fr;
	}
	.dsa-register__actions {
		flex-direction: column;
		align-items: stretch;
	}
	.dsa-register__submit,
	.dsa-register__back-classes {
		width: 100%;
		height: 48px;
		min-height: 48px;
	}
	.dsa-register__back-classes {
		width: 100%;
	}
	.dsa-service-card,
	.dsa-pay__card,
	.dsa-price-card {
		padding: 1.15rem;
	}
	.dsa-service-card__price,
	.dsa-pay__price,
	.dsa-price-card__price {
		font-size: 1.5rem;
	}
	.dsa-header__nav a,
	.dsa-btn {
		min-height: 44px;
	}
}

/* Services carousel */
.dsa-services-carousel {
	overflow: hidden;
	margin-top: 1.5rem;
}
.dsa-services-carousel__track {
	display: flex;
	gap: 1.25rem;
	transition: transform 0.35s ease;
	will-change: transform;
}
.dsa-services-carousel .dsa-program-card {
	flex: 0 0 min(340px, 85vw);
	min-width: min(340px, 85vw);
}
.dsa-carousel__nav {
	display: flex;
	gap: 0.5rem;
}
.dsa-carousel__btn {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 999px;
	border: 1px solid #c5d5cb;
	background: #fff;
	color: #00432a;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
}
.dsa-carousel__btn:hover {
	background: #e8f3ec;
}
.dsa-section__cta-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	margin-top: 1.75rem;
}
.dsa-section__cta-wrap--center {
	justify-content: center;
	text-align: center;
}

.dsa-btn--mint {
	background: rgb(230, 246, 238);
	color: #00432a;
	border: 1px solid #b6eed7;
	font-weight: 700;
}
.dsa-btn--mint:hover,
.dsa-btn--mint:focus {
	background: #b6eed7;
	color: #00432a;
	border-color: #009a60;
}

.dsa-btn--cta {
	animation: dsa-cta-pulse 2.6s ease-in-out infinite;
}
.dsa-btn--cta:hover,
.dsa-btn--cta:focus {
	animation-play-state: paused;
}

@keyframes dsa-cta-pulse {
	0%,
	100% {
		box-shadow: 0 0 0 0 rgba(0, 154, 96, 0.35);
		transform: scale(1);
	}
	50% {
		box-shadow: 0 0 0 12px rgba(0, 154, 96, 0);
		transform: scale(1.03);
	}
}

@media (prefers-reduced-motion: reduce) {
	.dsa-btn--cta {
		animation: none;
	}
}

/* Quiz modal */
.dsa-quiz[hidden] {
	display: none !important;
}
.dsa-quiz {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}
.dsa-quiz__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 20, 12, 0.55);
}
.dsa-quiz__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 32rem);
	max-height: min(90vh, 40rem);
	overflow: auto;
	background: #fff;
	border-radius: 18px;
	padding: 1.75rem 1.5rem 1.5rem;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}
.dsa-quiz__dialog > .dsa-ap-label {
	margin: 0 2.5rem 1rem 0;
}
.dsa-quiz__close {
	position: absolute;
	top: 0.75rem;
	right: 0.85rem;
	border: 0;
	background: transparent;
	font-size: 1.75rem;
	line-height: 1;
	cursor: pointer;
	color: #5a6b60;
}
.dsa-quiz__step {
	position: relative;
}
.dsa-quiz__q {
	margin: 0 0 0.65rem;
	padding-right: 1.5rem;
	font-family: "Mona Sans", var(--dsa-font), sans-serif;
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 700;
	line-height: 1.2;
	color: #00432a;
}
.dsa-quiz__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0 0 1rem;
	padding: 6px 12px 6px 8px;
	border-radius: 9999px;
	background: #b6eed7;
	color: #00432a;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: none;
	letter-spacing: 0;
}
.dsa-quiz__badge-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #009a60;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}
.dsa-quiz__lead {
	margin: 0 0 1.15rem;
	font-size: 0.98rem;
	line-height: 1.5;
	color: #5a6b60;
}
.dsa-quiz__options {
	display: grid;
	gap: 0.65rem;
}
.dsa-quiz__options button {
	text-align: left;
	padding: 0.9rem 1rem;
	border-radius: 12px;
	border: 1px solid #d7e8dc;
	background: #f7fbf8;
	color: #00432a;
	font-size: 1rem;
	cursor: pointer;
	min-height: 48px;
}
.dsa-quiz__options button:hover,
.dsa-quiz__options button.is-selected {
	border-color: #009a60;
	background: #e8f3ec;
}
.dsa-quiz__back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 1rem 0 0;
	padding: 0;
	border: 0;
	border-radius: 9999px;
	background: #f77f00;
	color: #fff;
	font-size: 1.15rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(247, 127, 0, 0.28);
}
.dsa-quiz__back:hover {
	background: #e87200;
}
.dsa-quiz__actions {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem;
	margin-top: 1rem;
}
.dsa-quiz__actions .dsa-quiz__restart,
.dsa-quiz__actions .dsa-quiz__back {
	margin: 0;
}
.dsa-quiz__restart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-top: 1rem;
	padding: 0;
	border: 1.5px solid #00432a;
	border-radius: 9999px;
	background: #fff;
	color: #00432a;
	cursor: pointer;
	box-shadow: 0 3px 10px rgba(0, 67, 42, 0.12);
}
.dsa-quiz__restart:hover {
	background: #f7fbf8;
	box-shadow: 0 4px 14px rgba(0, 67, 42, 0.16);
}
.dsa-quiz__restart svg {
	display: block;
}
.dsa-quiz__result strong {
	display: block;
	font-size: 1.35rem;
	color: #00432a;
	margin-bottom: 0.5rem;
}
.dsa-quiz__result .dsa-btn {
	margin-top: 1rem;
	border-radius: 10px;
}
body.dsa-quiz-open {
	overflow: hidden;
}

@media (max-width: 850px) {
	.dsa-pricing__grid {
		grid-template-columns: 1fr;
		max-width: 26rem;
		margin-inline: auto;
	}
}

/* ========== About page (exact mockup layout) ========== */
.dsa-ap {
	--ap-forest: #00432a;
	--ap-forest-deep: #002414;
	--ap-mint: #e8f6ee;
	--ap-mint-soft: #f3faf6;
	--ap-orange: #f77f00;
	--ap-text: #1f2937;
	--ap-muted: #6b7280;
}

.dsa-ap-label {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0;
	font-family: "Mona Sans", sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: rgb(0, 154, 97);
}
.dsa-ap-label--center {
	display: flex;
	justify-content: center;
	text-align: center;
}
.dsa-ap-label--dot::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f77f00;
	flex-shrink: 0;
}
.dsa-ap-label--smart {
	color: #b6eed7;
}

.dsa-ap-title {
	margin: 0 0 0.85rem;
	font-family: var(--dsa-font);
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	font-weight: 700;
	line-height: 1.15;
	color: var(--ap-forest);
}
.dsa-ap-title--center {
	margin: 10px 0 56px;
	font-family: "Mona Sans", sans-serif;
	font-weight: 500;
	color: rgb(17, 35, 24);
	font-size: clamp(30px, 3.6vw, 44px);
	line-height: 1.06;
	letter-spacing: -0.6px;
	text-align: center;
}
.dsa-ap-title--light { color: #fff; }
.dsa-ap-title.dsa-ap-title--ink {
	margin: 4px 0px 20px;
	font-family: "Mona Sans", sans-serif;
	font-weight: 500;
	color: rgb(17, 35, 24);
	font-size: clamp(26px, 2.6vw, 34px);
	line-height: 1.1;
	letter-spacing: -0.5px;
}
@media (max-width: 980px) and (min-width: 767px) {
	.dsa-ap-title.dsa-ap-title--ink,
	h2.dsa-ap-title.dsa-ap-title--ink,
	.dsa-articles-list__head .dsa-ap-title.dsa-ap-title--ink {
		font-size: 34px;
	}
}

.dsa-ap-text {
	margin: 0 0 1.5rem;
	font-size: 1.05rem;
	line-height: 1.65;
	color: var(--ap-muted);
}
.dsa-ap-text--center { text-align: center; }
.dsa-ap-text--wide { max-width: 42rem; margin-left: auto; margin-right: auto; }
.dsa-ap-text--light { color: rgba(255,255,255,0.88); }
.dsa-ap-text--mission {
	color: #4b5563;
	font-size: 18px;
	line-height: 1.7;
}
.dsa-ap-text--mission strong {
	color: #1a1a1a;
	font-weight: 700;
}

/* Hero */
.dsa-ap-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(ellipse 55% 75% at 12% 18%, rgba(0, 154, 96, 0.42), transparent 58%),
		radial-gradient(ellipse 50% 70% at 88% 82%, rgba(0, 154, 96, 0.34), transparent 55%),
		radial-gradient(ellipse 40% 55% at 72% 8%, rgba(0, 120, 74, 0.28), transparent 50%),
		#00432a;
	color: #fff;
	padding: 4.75rem 0 5.75rem;
	text-align: left;
}
.dsa-ap-hero.dsa-page-hero {
	position: relative;
	overflow: hidden;
	padding: 72px 24px 80px;
	background: radial-gradient(48% 62% at 14% 22%, rgba(88, 221, 159, 0.3), transparent 62%), radial-gradient(38% 52% at 76% 12%, rgba(111, 207, 163, 0.24), transparent 66%), radial-gradient(44% 60% at 62% 96%, rgba(0, 184, 115, 0.22), transparent 64%), radial-gradient(30% 44% at 40% 60%, rgba(167, 236, 202, 0.14), transparent 68%), linear-gradient(135deg, rgb(0, 67, 42), rgb(0, 42, 23));
	border-radius: 0;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: column;
}
.dsa-ap-hero .dsa-container {
	position: relative;
	z-index: 1;
}
.dsa-ap-hero__crumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 1.5rem;
	font-size: 0.9rem;
	line-height: 1.4;
	color: #fff;
}
.dsa-ap-hero__crumb a {
	color: rgba(255, 255, 255, 0.62);
	text-decoration: none;
}
.dsa-ap-hero__crumb a:hover {
	color: #fff;
}
.dsa-ap-hero__crumb span:last-child {
	color: #b6eed7;
}
.dsa-ap-hero__title {
	margin: 0 0 1.1rem;
	max-width: none;
	width: 100%;
	font-family: var(--dsa-font);
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -0.025em;
	color: #fff;
	text-align: left;
}
@media (min-width: 768px) {
	.dsa-ap-hero__title {
		font-size: 44px;
	}
}
.dsa-ap-hero__lead {
	margin: 0;
	max-width: none;
	width: 100%;
	font-size: 1.125rem;
	line-height: 1.65;
	font-weight: 400;
	color: #fff;
	text-align: left;
}
.dsa-ap-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 1.75rem;
}
.dsa-ap-hero__btn--orange {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: rgb(244, 129, 31);
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-weight: 600;
	font-size: 17px;
	padding: 14px 24px;
	border-radius: 12px;
}
.dsa-ap-hero__btn--orange:hover {
	color: rgb(255, 255, 255);
	background: rgb(230, 118, 24);
}
.dsa-ap-hero__btn--glass {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-weight: 600;
	font-size: 17px;
	padding: 14px 24px;
	border-radius: 12px;
}
.dsa-ap-hero__btn--glass:hover {
	color: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.16);
}
.dsa-ap-hero__btn-icon {
	display: none;
}

/* Mission */
.dsa-ap-mission {
	padding: 4.5rem 0 4.5rem;
	background: #fff;
}
.dsa-ap-mission__grid {
	display: grid;
	grid-template-columns: 1fr 1.15fr;
	gap: 3.25rem;
	align-items: center;
	padding: 0 24px 96px;
}
.dsa-ap-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
	margin-top: 1.75rem;
}
.dsa-ap-stat {
	font-family: "Mona Sans", sans-serif;
	font-weight: 600;
	font-size: 34px;
	color: rgb(0, 154, 97);
	line-height: 1;
}
.dsa-ap-stat strong {
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	line-height: inherit;
}
.dsa-ap-stat span {
	display: block;
	margin-top: 0.35rem;
	font-family: var(--dsa-font);
	font-size: 0.92rem;
	font-weight: 400;
	color: #6b7280;
	line-height: 1.3;
}
.dsa-ap-mission__media {
	position: relative;
}
.dsa-ap-mission__img,
.dsa-ap-mission__media .dsa-placeholder-media {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: 70% center;
	border-radius: 18px;
	display: block;
}
.dsa-ap-mission__badge {
	position: absolute;
	bottom: -22px;
	left: -10px;
	width: auto;
	background: rgb(0, 154, 97);
	color: rgb(255, 255, 255);
	border-radius: 16px;
	padding: 22px 26px;
	box-shadow: rgba(16, 42, 67, 0.28) 0px 18px 40px;
	max-width: 250px;
}
.dsa-ap-mission__badge-value {
	display: block;
	font-family: var(--dsa-font);
	font-size: 2.35rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.02em;
	margin-bottom: 0.45rem;
}
.dsa-ap-mission__badge-text {
	display: block;
	font-size: 0.88rem;
	font-weight: 500;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.95);
}

/* Committed grid */
.dsa-ap-committed {
	max-width: 1240px;
	margin: 0 auto;
	background: rgb(246, 248, 246);
	border-radius: 20px;
	padding: 44px;
}
.dsa-ap-committed__title {
	margin: 0;
	font-family: "Mona Sans", sans-serif;
	font-weight: 500;
	font-size: clamp(24px, 2.4vw, 30px);
	color: rgb(17, 35, 24);
	letter-spacing: -0.5px;
}
.dsa-ap-committed__grid {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.85rem;
}
.dsa-ap-committed__grid li {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.95rem 1rem;
	background: #fff;
	border-radius: 12px;
	border: 0;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
	font-size: 16px;
	font-weight: 500;
	color: rgb(17, 35, 24);
	line-height: 1.4;
}
.dsa-ap-committed__check {
	flex-shrink: 0;
	width: 19px;
	height: 19px;
	display: block;
}

/* SMART */
.dsa-ap-smart {
	padding: 4.75rem 0 5rem;
	background: linear-gradient(90deg, #00432a 0%, #003822 45%, #002414 100%);
	color: #fff;
}
.dsa-ap-title--smart {
	margin: 0 0 0.9rem;
	color: #fff;
	font-family: "Mona Sans", sans-serif;
	font-size: clamp(28px, 3.5vw, 44px);
	font-weight: 600;
	letter-spacing: -0.5px;
	line-height: 1.15;
	text-align: left;
}
.dsa-ap-text.dsa-ap-text--smart {
	margin: 18px 0 0;
	max-width: none;
	font-size: 18px;
	line-height: 1.65;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.78);
	text-align: left;
}
.dsa-ap-smart__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1rem;
	margin-top: 2.25rem;
}
.dsa-ap-smart__card {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	padding: 32px 28px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	text-align: left;
	align-items: flex-start;
	justify-content: flex-start;
	aspect-ratio: auto;
}
.dsa-ap-smart__letter {
	display: block;
	font-family: "Mona Sans", sans-serif;
	font-weight: 600;
	font-size: 76px;
	line-height: 0.9;
	margin: 0;
	border: 0;
	padding: 0;
	width: auto;
}
.dsa-ap-smart__letter--orange {
	color: rgb(244, 129, 31);
}
.dsa-ap-smart__letter--mint {
	color: #7ddea8;
}
.dsa-ap-smart__card strong {
	display: block;
	font-family: "Mona Sans", sans-serif;
	font-weight: 500;
	font-size: 26px;
	color: rgb(255, 255, 255);
	letter-spacing: -0.4px;
}

/* Vision */
.dsa-ap-vision {
	padding: 5rem 0 5.25rem;
	background: #eaf6ee;
}
.dsa-ap-title--vision {
	margin: 0 0 1rem;
}
.dsa-ap-text.dsa-ap-text--vision {
	margin: 20px 0 0;
	max-width: none;
	width: 100%;
	font-size: 18px;
	line-height: 1.7;
	font-weight: 500;
	color: rgb(17, 35, 24);
	text-align: left;
}
.dsa-ap-vision__aspire {
	margin: 1.75rem 0 0;
	font-family: "Mona Sans", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	color: rgb(17, 35, 24);
}
.dsa-ap-vision__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-top: 1.5rem;
}
.dsa-ap-vision__card {
	background: rgb(255, 255, 255);
	border-radius: 16px;
	padding: 30px;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.9rem;
	text-align: left;
}
.dsa-ap-vision__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 12px;
	background: #dcefe4;
	color: #009a61;
	margin: 0;
}
.dsa-ap-vision__card h3 {
	margin: 0;
	font-family: "Mona Sans", sans-serif;
	font-size: 1.15rem;
	font-weight: 600;
	line-height: 1.3;
	color: rgb(17, 35, 24);
}
.dsa-ap-vision__card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	font-weight: 500;
	color: #4b5563;
}

/* Team */
.dsa-ap-team {
	padding: 4.5rem 0;
	background: #fff;
}
.dsa-ap-team__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 28px;
	max-width: 900px;
	margin: 0 auto;
}
.dsa-ap-team__card {
	background: rgb(255, 255, 255);
	border-radius: 16px;
	box-shadow: rgb(233, 236, 233) 0px 0px 0px 1px inset;
	overflow: hidden;
	border: 0;
}
.dsa-ap-team__photo {
	aspect-ratio: 5 / 4;
	overflow: hidden;
	background: #e8f3ec;
	height: 300px;
	width: 100%;
	display: block;
}
.dsa-ap-team__img,
.dsa-ap-team__photo .dsa-placeholder-media {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}
.dsa-ap-team__body {
	padding: 26px;
	text-align: left;
}
.dsa-ap-team__body h3 {
	margin: 0;
	font-family: "Mona Sans", sans-serif;
	font-weight: 600;
	font-size: 21px;
	color: rgb(17, 35, 24);
}
.dsa-ap-team__role {
	margin: 4px 0 0;
	color: rgb(0, 154, 97);
	font-size: 14px;
	font-weight: 700;
}
.dsa-ap-team__bio {
	margin: 0.85rem 0 1.15rem;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 500;
	color: #4b5563;
}
.dsa-ap-team__tags {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.dsa-ap-team__tags li {
	display: inline-flex;
	align-items: center;
	background: rgb(230, 246, 238);
	color: rgb(21, 102, 58);
	font-size: 13px;
	font-weight: 700;
	padding: 5px 11px;
	border-radius: 9999px;
	line-height: 1.3;
}

/* Why choose us */
.dsa-ap-why {
	padding: 5rem 0;
	background: #eaf6ee;
}
.dsa-ap-why__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 2rem;
}
.dsa-ap-why__card {
	background: rgb(255, 255, 255);
	border-radius: 16px;
	box-shadow: rgb(233, 236, 233) 0px 0px 0px 1px inset;
	overflow: hidden;
	padding: 0;
	text-align: left;
}
.dsa-ap-why__photo {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #dcefe4;
}
.dsa-ap-why__img,
.dsa-ap-why__photo .dsa-placeholder-media {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.dsa-ap-why__body {
	padding: 24px 26px 28px;
}
.dsa-ap-why__body h3 {
	margin: 0;
	font-family: "Mona Sans", sans-serif;
	font-weight: 600;
	font-size: 21px;
	color: rgb(17, 35, 24);
	letter-spacing: -0.3px;
}
.dsa-ap-why__body p {
	margin: 12px 0 0;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 500;
	color: #4b5563;
}

/* Licensed */
.dsa-ap-licensed {
	padding: 5rem 0;
	background: #fff;
}
.dsa-ap-licensed__grid {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 3.5rem;
	align-items: center;
}
.dsa-ap-text.dsa-ap-text--licensed {
	margin: 18px 0 0;
	font-size: 18px;
	line-height: 1.65;
	font-weight: 500;
	color: #4b5563;
}
.dsa-btn.dsa-btn--licensed {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 30px;
	background: rgb(21, 102, 58);
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-weight: 700;
	font-size: 17px;
	padding: 14px 24px;
	border-radius: 12px;
	border: none;
}
.dsa-btn.dsa-btn--licensed:hover,
.dsa-btn.dsa-btn--licensed:focus {
	background: #0f4a2a;
	color: #fff;
}
.dsa-ap-licensed__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
}
.dsa-ap-licensed__list li {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	padding: 18px 20px;
	background: #f6f8f6;
	border-radius: 14px;
}
.dsa-ap-licensed__icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: #fff;
	color: rgb(0, 154, 97);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 0 1px rgb(233, 236, 233);
}
.dsa-ap-licensed__list strong {
	display: block;
	margin: 0;
	font-family: "Mona Sans", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: rgb(17, 35, 24);
}
.dsa-ap-licensed__list p {
	margin: 0;
	font-size: 14px;
	color: #4b5563;
	line-height: 1.5;
	font-weight: 500;
}

/* Reviews */
.dsa-ap-reviews {
	padding: 4.5rem 0;
	background: #f7f8f7;
	overflow: hidden;
}
.dsa-ap-reviews .dsa-reviews-carousel {
	width: 100%;
	max-width: none;
	margin-top: 0;
	padding: 0 1rem;
	box-sizing: border-box;
}

/* FAQ */
.dsa-ap-faq {
	padding: 2.5rem 0 5rem;
	background: #fff;
}
.dsa-ap-faq__wrap {
	max-width: 900px;
	margin: 0 auto;
}
.dsa-ap-faq__list {
	margin: 1.75rem 0 1.5rem;
	display: grid;
	gap: 0.75rem;
}
.dsa-ap-faq__item {
	background: rgb(246, 248, 246);
	border-radius: 14px;
	overflow: hidden;
	padding: 0;
}
.dsa-ap-faq__item summary {
	list-style: none;
	width: 100%;
	background: transparent;
	border: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 22px 24px;
	text-align: left;
	font-family: Inter, sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: rgb(17, 35, 24);
}
.dsa-ap-faq__item summary::-webkit-details-marker { display: none; }
.dsa-ap-faq__toggle {
	flex-shrink: 0;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	background: #ffffff;
	position: relative;
}
.dsa-ap-faq__toggle::before,
.dsa-ap-faq__toggle::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	background: #0a5d3b;
	transform: translate(-50%, -50%);
}
.dsa-ap-faq__toggle::before {
	width: 10px;
	height: 2px;
}
.dsa-ap-faq__toggle::after {
	width: 2px;
	height: 10px;
}
.dsa-ap-faq__item[open] .dsa-ap-faq__toggle {
	background: #b6eed7;
}
.dsa-ap-faq__item[open] .dsa-ap-faq__toggle::after {
	display: none;
}
.dsa-ap-faq__item p {
	margin: 0;
	padding: 0 24px 22px;
	font-size: 16px;
	line-height: 1.65;
	color: rgb(79, 93, 84);
}
.dsa-ap-faq__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	flex-wrap: wrap;
	padding: 1.35rem 1.5rem;
	background: var(--ap-mint, #e8f6ee);
	border-radius: 16px;
}
.dsa-ap-faq__cta strong {
	margin: 0px;
	font-family: "Mona Sans", sans-serif;
	font-weight: 500;
	font-size: 26px;
	color: rgb(17, 35, 24);
}
.dsa-ap-faq__cta p {
	margin: 0;
	color: #00432a;
	font-size: 0.95rem;
}

@media (max-width: 980px) {
	.dsa-ap-mission__grid,
	.dsa-ap-licensed__grid,
	.dsa-ap-vision__grid,
	.dsa-ap-why__grid,
	.dsa-ap-team__grid {
		grid-template-columns: 1fr;
	}
	.dsa-ap-vision__card {
		display: grid;
		grid-template-columns: auto 1fr;
		column-gap: 15px;
		row-gap: 0.9rem;
		align-items: start;
	}
	.dsa-ap-vision__icon {
		grid-column: 1;
		grid-row: 1;
	}
	.dsa-ap-vision__card h3 {
		grid-column: 2;
		grid-row: 1;
		align-self: center;
	}
	.dsa-ap-vision__card p {
		grid-column: 1 / -1;
	}
	.dsa-ap-licensed__grid {
		display: flex;
		flex-direction: column;
		gap: 1.5rem;
	}
	.dsa-ap-licensed__copy {
		display: contents;
	}
	.dsa-ap-licensed__copy > .dsa-ap-label {
		order: 1;
	}
	.dsa-ap-licensed__copy > .dsa-ap-title {
		order: 2;
	}
	.dsa-ap-licensed__copy > .dsa-ap-text {
		order: 3;
	}
	.dsa-ap-licensed__list {
		order: 4;
	}
	.dsa-ap-licensed__copy > .dsa-btn--licensed {
		order: 5;
		margin-top: 0;
		align-self: flex-start;
	}
	.dsa-ap-committed__grid {
		grid-template-columns: 1fr 1fr;
		gap: 0.55rem;
	}
	.dsa-ap-committed {
		padding: 1.5rem 1.25rem 1.6rem;
	}
	.dsa-ap-smart__grid {
		grid-template-columns: 1fr 1fr;
		gap: 0.65rem;
	}
	.dsa-ap-faq__cta { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
	.dsa-ap-committed__grid {
		grid-template-columns: 1fr 1fr;
		gap: 0.5rem;
	}
	.dsa-ap-committed__grid li {
		font-size: 12px;
		padding: 0.7rem 0.65rem;
		gap: 0.45rem;
		line-height: 1.3;
	}
	.dsa-ap-committed__check {
		width: 16px;
		height: 16px;
	}
	.dsa-ap-smart__grid {
		grid-template-columns: 1fr 1fr;
		gap: 0.55rem;
	}
	.dsa-ap-smart__card {
		padding: 1rem 0.85rem;
		gap: 0.5rem;
		border-radius: 12px;
	}
	.dsa-ap-smart__letter {
		font-size: 42px;
	}
	.dsa-ap-smart__card strong {
		font-size: 12px;
		letter-spacing: 0;
	}
}

/* Articles / Driving Tips archive */
.dsa-articles-featured {
	padding: 3rem 0 1rem;
	background: #fff;
}
.dsa-articles-featured__card {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 0;
	overflow: hidden;
	border-radius: 20px;
	background: #f6f7f6;
	box-shadow: 0 12px 32px rgba(16, 42, 67, 0.08);
}
.dsa-articles-featured__media {
	min-height: 280px;
	background: #e8f0eb;
}
.dsa-articles-featured__media img,
.dsa-articles-featured__media .dsa-placeholder-media {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	min-height: 280px;
}
.dsa-articles-featured__body {
	padding: 2rem 2.25rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.dsa-articles-featured__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1rem;
}
.dsa-articles-featured__tag {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 9999px;
	background: #b6eed7;
	color: #00432a;
	font-size: 12px;
	font-weight: 600;
}
.dsa-articles-featured__tag--featured {
	background: rgb(244, 129, 31);
	color: #fff;
}
.dsa-articles-featured__title {
	margin: 0 0 0.75rem;
	font-family: "Mona Sans", var(--dsa-font), sans-serif;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 600;
	line-height: 1.15;
	color: #112318;
}
.dsa-articles-featured__title a {
	color: inherit;
	text-decoration: none;
}
.dsa-articles-featured__excerpt {
	margin: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.6;
	color: #4f5d54;
}
.dsa-articles-featured__meta {
	margin: 0 0 1.25rem;
	font-size: 0.9rem;
	color: #6b7280;
}
.dsa-articles-featured__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-weight: 600;
	font-size: 1rem;
	color: #009a60;
	text-decoration: none;
}
.dsa-articles-featured__cta:hover {
	color: #00432a;
}

.dsa-articles-list {
	padding: 2.5rem 0 4rem;
	background: #fff;
}
.dsa-articles-list__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.25rem;
	flex-wrap: wrap;
	margin-bottom: 1.75rem;
}
.dsa-articles-list__head .dsa-ap-title {
	margin: 0;
	font-size: 40px;
}
.dsa-articles-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.dsa-articles-filters__btn {
	border: 0;
	cursor: pointer;
	padding: 8px 14px;
	border-radius: 9999px;
	background: #e8f0eb;
	color: #00432a;
	font-size: 0.9rem;
	font-weight: 600;
	font-family: inherit;
}
.dsa-articles-filters__btn.is-active {
	background: #00432a;
	color: #fff;
}

.dsa-articles-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}
.dsa-article-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
}
.dsa-article-card.is-hidden {
	display: none;
}
.dsa-article-card__link {
	display: block;
	color: inherit;
	text-decoration: none;
	height: 100%;
}
.dsa-article-card__media {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-radius: 16px;
	background: #e8f0eb;
}
.dsa-article-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.dsa-article-card__body {
	padding: 1rem 0.15rem 0.25rem;
}
.dsa-article-card__cat {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 9999px;
	background: #b6eed7;
	color: #00432a;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 0.65rem;
}
.dsa-article-card__title {
	margin: 0 0 0.5rem;
	font-family: "Mona Sans", var(--dsa-font), sans-serif;
	font-size: 1.15rem;
	font-weight: 600;
	line-height: 1.25;
	color: #112318;
}
.dsa-article-card__excerpt {
	margin: 0 0 0.75rem;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #009a60;
}
.dsa-article-card__meta {
	margin: 0;
	font-size: 0.85rem;
	color: #6b7280;
}
.dsa-articles-empty {
	grid-column: 1 / -1;
	margin: 0;
	color: #4f5d54;
}

.dsa-articles-newsletter {
	width: 100%;
	padding: 80px 24px;
	background: #e8f6ee;
	box-sizing: border-box;
	text-align: center;
}
.dsa-articles-newsletter__inner {
	max-width: 740px;
	margin: 0 auto;
}
.dsa-articles-newsletter strong {
	display: block;
	margin: 0;
	font-family: "Mona Sans", sans-serif;
	font-weight: 500;
	font-size: clamp(26px, 3vw, 36px);
	line-height: 1.1;
	letter-spacing: -0.5px;
	color: #112318;
}
.dsa-articles-newsletter__inner p,
.dsa-articles-newsletter p {
	margin: 14px 0 0;
	max-width: 740px;
	font-size: 17px;
	line-height: 1.6;
	color: #4f5d54;
}
.dsa-articles-newsletter__form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.65rem;
	margin-top: 1.5rem;
}
.dsa-articles-newsletter__form input[type="email"] {
	flex: 1 1 220px;
	min-width: 0;
	padding: 14px 16px;
	border: 1px solid #d7e8dc;
	border-radius: 12px;
	background: #fff;
	font: inherit;
	font-size: 16px;
}
.dsa-articles-newsletter__btn {
	flex: 0 0 auto;
	border: 0;
	border-radius: 12px;
	padding: 14px 22px;
	background: rgb(244, 129, 31);
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
}
.dsa-articles-newsletter__btn:hover {
	background: rgb(230, 118, 24);
}

@media (max-width: 980px) {
	.dsa-articles-featured__card {
		grid-template-columns: 1fr;
	}
	.dsa-articles-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.dsa-articles-list__head .dsa-ap-title {
		font-size: 32px;
	}
}
@media (max-width: 640px) {
	.dsa-articles-grid {
		grid-template-columns: 1fr;
	}
}

/* Single article */
.dsa-article-page {
	background: #fff;
}
.dsa-article-single__narrow {
	max-width: 900px;
	margin: 0 auto;
}
.dsa-article-single__header .dsa-article-single__narrow {
	max-width: 1000px;
}
.dsa-article-single__hero .dsa-article-single__narrow {
	max-width: 1100px;
}
.dsa-article-single__header {
	padding: 3rem 0 1.5rem;
}
.dsa-article-single__crumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0 0 1.25rem;
	font-size: 0.9rem;
	color: #6b7280;
}
.dsa-article-single__crumb a {
	color: #6b7280;
	text-decoration: none;
}
.dsa-article-single__crumb a:hover {
	color: #00432a;
}
.dsa-article-single__crumb span:last-child {
	color: #009a60;
}
.dsa-article-single__cat {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 9999px;
	background: #b6eed7;
	color: #00432a;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 1rem;
}
.dsa-article-single__title {
	margin: 0 0 1rem;
	font-family: "Mona Sans", var(--dsa-font), sans-serif;
	font-size: clamp(2rem, 4vw, 44px);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -0.5px;
	color: #112318;
}
.dsa-article-single__dek {
	margin: 0 0 1.5rem;
	font-size: 1.125rem;
	line-height: 1.65;
	color: #4f5d54;
}
.dsa-article-single__byline {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}
.dsa-article-single__avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}
.dsa-article-single__avatar--fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #00432a;
	color: #fff;
	font-weight: 600;
}
.dsa-article-single__byline strong {
	display: block;
	font-size: 0.95rem;
	color: #112318;
}
.dsa-article-single__byline span {
	font-size: 0.85rem;
	color: #6b7280;
}
.dsa-article-single__hero {
	margin: 0 0 2.5rem;
}
.dsa-article-single__hero-img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 16px;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}
.dsa-article-single__hero figcaption {
	margin-top: 0.75rem;
	text-align: center;
	font-size: 0.9rem;
	font-style: italic;
	color: #6b7280;
}
.dsa-article-outline {
	margin: 0 0 2.25rem;
	padding: 1.25rem 1.35rem;
	border-radius: 16px;
	background: #f3faf6;
	border: 1px solid #d7e8dc;
}
.dsa-article-outline__label {
	margin: 0 0 0.85rem;
	font-family: "Mona Sans", sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #009a60;
}
.dsa-article-outline__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.55rem;
}
.dsa-article-outline__list a {
	display: inline-flex;
	align-items: baseline;
	gap: 0.45rem;
	color: #00432a;
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.35;
	text-decoration: none;
}
.dsa-article-outline__list a::before {
	content: "";
	width: 6px;
	height: 6px;
	flex-shrink: 0;
	margin-top: 0.45rem;
	border-radius: 50%;
	background: #f77f00;
}
.dsa-article-outline__list a:hover {
	color: #009a60;
}
.dsa-article-single__content {
	font-size: 1.05rem;
	line-height: 1.75;
	color: #2f3b34;
}
.dsa-article-single__content > *:first-child {
	margin-top: 0;
}
.dsa-article-single__content h2,
.dsa-article-single__content h3 {
	margin: 2rem 0 0.85rem;
	font-family: "Mona Sans", var(--dsa-font), sans-serif;
	font-weight: 600;
	line-height: 1.25;
	color: #112318;
	scroll-margin-top: 110px;
}
.dsa-article-single__content h2 {
	font-size: 1.5rem;
}
.dsa-article-single__content h3 {
	font-size: 1.25rem;
}
.dsa-article-single__content p {
	margin: 0 0 1.15rem;
}
.dsa-article-single__content a {
	color: #009a60;
}
.dsa-article-single__content ul,
.dsa-article-single__content ol {
	margin: 0 0 1.25rem;
	padding-left: 1.25rem;
}
.dsa-article-single__content li {
	margin-bottom: 0.45rem;
}
.dsa-article-single__content blockquote {
	margin: 1.75rem 0;
	padding: 1.35rem 1.5rem;
	border-left: 4px solid #00432a;
	border-radius: 14px;
	background: #e8f6ee;
	color: #00432a;
	font-weight: 600;
	font-size: 1.15rem;
	line-height: 1.45;
	font-style: italic;
}
.dsa-article-single__content blockquote p {
	margin: 0;
}
.dsa-article-single__content .wp-block-group,
.dsa-article-single__content .dsa-article-checklist {
	margin: 1.75rem 0;
	padding: 1.35rem 1.5rem;
	border-radius: 16px;
	background: #f6f7f6;
}
.dsa-article-single__content .dsa-article-checklist > *:first-child {
	margin-top: 0;
}
.dsa-article-single__content .dsa-article-checklist h2,
.dsa-article-single__content .dsa-article-checklist h3 {
	margin: 0 0 0.75rem;
}
.dsa-article-single__content .dsa-article-checklist ul {
	list-style: none;
	margin: 0.75rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.65rem;
}
.dsa-article-single__content .dsa-article-checklist li {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	margin: 0;
}
.dsa-article-single__content .dsa-article-checklist li::before {
	content: "";
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	margin-top: 0.15rem;
	border-radius: 50%;
	background: #b6eed7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.5 12.5l3 3 6-6.5' stroke='%2300432a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px no-repeat;
}

.dsa-article-single__author {
	display: flex;
	align-items: flex-start;
	gap: 0.9rem;
	margin: 2.5rem 0 2rem;
	padding-top: 1.75rem;
	border-top: 1px solid #e5ebe7;
}
.dsa-article-single__author .dsa-article-single__avatar {
	width: 56px;
	height: 56px;
}
.dsa-article-single__author strong {
	display: block;
	margin-bottom: 0.25rem;
	color: #112318;
}
.dsa-article-single__author p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #4f5d54;
}

.dsa-article-single__cta-wrap {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 24px 1rem;
}
.dsa-article-single__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1240px;
	padding: 1.75rem 1.75rem;
	border-radius: 18px;
	background: #00432a;
	color: #fff;
	margin: 0;
}
.dsa-article-single__cta-copy strong {
	display: block;
	margin: 0 0 0.35rem;
	font-family: "Mona Sans", sans-serif;
	font-weight: 500;
	font-size: clamp(1.25rem, 2vw, 1.6rem);
	line-height: 1.2;
	color: #fff;
}
.dsa-article-single__cta-copy p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.8);
}
.dsa-article-single__cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	background: rgb(244, 129, 31);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	padding: 14px 22px;
	border-radius: 12px;
}
.dsa-article-single__cta-btn:hover {
	color: #fff;
	background: rgb(230, 118, 24);
}

.dsa-article-related {
	padding: 3.5rem 0 4.5rem;
	background: #fff;
}
.dsa-article-related__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}
.dsa-article-related__head h2 {
	margin: 0;
	font-family: "Mona Sans", var(--dsa-font), sans-serif;
	font-size: 32px;
	font-weight: 600;
	color: #112318;
}
.dsa-article-related__head a {
	font-weight: 600;
	color: #009a60;
	text-decoration: none;
}
.dsa-article-related__head a:hover {
	color: #00432a;
}

@media (max-width: 760px) {
	.dsa-article-single__cta {
		flex-direction: column;
		align-items: flex-start;
	}
	.dsa-article-related__head h2 {
		font-size: 26px;
	}
}

/* 404 */
.dsa-404__hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(ellipse 55% 75% at 12% 18%, rgba(0, 154, 96, 0.42), transparent 58%),
		radial-gradient(ellipse 50% 70% at 88% 82%, rgba(0, 154, 96, 0.34), transparent 55%),
		radial-gradient(ellipse 40% 55% at 72% 8%, rgba(0, 120, 74, 0.28), transparent 50%),
		#00432a;
	color: #fff;
	padding: 5rem 0 5.5rem;
	text-align: center;
}
.dsa-404__inner {
	max-width: 720px;
	margin: 0 auto;
}
.dsa-404__label {
	justify-content: center;
	color: #b6eed7;
}
.dsa-404__label::before {
	background: rgb(244, 129, 31);
}
.dsa-404__title {
	margin: 0 0 1rem;
	font-family: "Mona Sans", var(--dsa-font), sans-serif;
	font-size: clamp(2rem, 4.5vw, 44px);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -0.5px;
	color: #fff;
}
.dsa-404__text {
	margin: 0 auto 1.75rem;
	max-width: 36rem;
	font-size: 1.125rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.88);
}
.dsa-404__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}
.dsa-404__links {
	padding: 4rem 0 5rem;
	background: #fff;
}
.dsa-404__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
	margin-top: 1.5rem;
}
.dsa-404__card {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	padding: 1.35rem 1.25rem;
	border-radius: 16px;
	background: #f6f7f6;
	text-decoration: none;
	color: inherit;
	transition: background 0.2s ease, transform 0.2s ease;
}
.dsa-404__card:hover {
	background: #e8f6ee;
	transform: translateY(-2px);
}
.dsa-404__card strong {
	font-family: "Mona Sans", var(--dsa-font), sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	color: #112318;
}
.dsa-404__card span {
	font-size: 0.95rem;
	line-height: 1.5;
	color: #4f5d54;
}

@media (max-width: 980px) {
	.dsa-404__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 640px) {
	.dsa-404__grid {
		grid-template-columns: 1fr;
	}
	.dsa-404__hero {
		padding: 4rem 0 4.5rem;
	}
}

/* Contact page */
.dsa-contact-callbar {
	background: #fdf1e5;
	padding: 26px 24px;
}
.dsa-contact-callbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}
.dsa-contact-callbar__icon {
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: rgb(230, 246, 238);
	color: rgb(21, 102, 58);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: rgba(59, 36, 16, 0.1) 0px 2px 6px;
}
.dsa-contact-callbar__icon svg {
	display: block;
	width: 30px;
	height: 30px;
}
.dsa-contact-callbar p,
.dsa-contact-callbar__copy {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 0.85rem;
	flex-wrap: wrap;
	color: #112318;
	font-weight: 600;
}
.dsa-contact-callbar__text {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}
.dsa-contact-callbar__label {
	color: rgb(59, 36, 16);
	font-family: "Mona Sans", sans-serif;
	font-weight: 500;
	font-size: 0.95rem;
	line-height: 1.3;
}
.dsa-contact-callbar__phone {
	color: rgb(59, 36, 16);
	font-family: "Mona Sans", sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
	text-decoration: none;
}
.dsa-contact-callbar a:not(.dsa-btn) {
	color: #00432a;
	text-decoration: none;
}
.dsa-contact-callbar .dsa-btn.dsa-btn--primary {
	color: rgb(255, 255, 255);
	border-radius: 12px;
	font-weight: 600;
}
.dsa-contact-main {
	background: #f6f7f6;
}
.dsa-contact-split__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.5rem;
}
.dsa-contact-hours {
	margin-top: 28px;
	background: rgb(246, 248, 246);
	border-radius: 16px;
	overflow: hidden;
}
.dsa-contact-hours__row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 16px;
	padding: 18px 24px;
	font-size: 16px;
	border-bottom: 1px solid rgb(233, 236, 233);
	color: #112318;
}
.dsa-contact-hours__row:last-child {
	border-bottom: 0;
}
.dsa-contact-hours__row strong {
	font-weight: 700;
	color: #112318;
}
.dsa-contact-hours__row span {
	font-weight: 500;
	color: #112318;
	text-align: right;
}
.dsa-contact-hours__row--muted span {
	color: #8a9690;
	font-weight: 500;
}
.dsa-contact-hours__row--accent {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 24px;
	font-size: 16px;
	border-top: 1px solid rgb(233, 236, 233);
	background: rgb(230, 246, 238);
}
.dsa-contact-hours__row--accent span {
	color: #00432a;
	font-weight: 700;
}
.dsa-contact-hours__note {
	margin: 1rem 0 0;
	color: #5a6b60;
	font-size: 0.95rem;
	line-height: 1.55;
}
.dsa-contact-ready {
	margin: 1.25rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.75rem;
}
.dsa-contact-ready__item {
	display: flex;
	gap: 0.85rem;
	align-items: flex-start;
	padding: 0.95rem 1rem;
	background: #f6f7f6;
	border-radius: 14px;
	cursor: pointer;
	text-align: left;
}
.dsa-contact-ready__item input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.dsa-contact-ready__box {
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	margin-top: 2px;
	border: 1.5px solid #cfd6d1;
	border-radius: 6px;
	background: #fff;
	position: relative;
}
.dsa-contact-ready__item input:checked + .dsa-contact-ready__box {
	background: #009a60;
	border-color: #009a60;
}
.dsa-contact-ready__item input:checked + .dsa-contact-ready__box::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 2px;
	width: 6px;
	height: 11px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.dsa-contact-ready__copy {
	display: grid;
	gap: 0.2rem;
	min-width: 0;
}
.dsa-contact-ready__copy strong {
	color: #112318;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
}
.dsa-contact-ready__copy span {
	color: #5a6b60;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.45;
}
.dsa-contact-ready__age {
	padding: 1rem;
	background: #f6f7f6;
	border-radius: 14px;
}
.dsa-contact-ready__age-q {
	margin: 0 0 0.75rem;
	color: #112318;
	font-size: 1rem;
	font-weight: 700;
}
.dsa-contact-ready__age-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}
.dsa-contact-ready__age-btn {
	border: 1.5px solid #d7e8dc;
	background: #fff;
	color: #00432a;
	border-radius: 999px;
	padding: 0.55rem 1.15rem;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
}
.dsa-contact-ready__age-btn.is-active {
	background: #00432a;
	border-color: #00432a;
	color: #fff;
}
.dsa-contact-ready__status {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0.35rem 0 0;
	color: #00432a;
	font-weight: 700;
	font-size: 0.95rem;
}
.dsa-contact-ready__status-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #009a60;
	flex-shrink: 0;
}
.dsa-contact-ready__cta {
	justify-self: start;
	margin-top: 0.25rem;
}
.dsa-contact-ready__cta[hidden],
.dsa-contact-ready__age[hidden],
.dsa-contact-ready__item[hidden] {
	display: none !important;
}
.dsa-contact-ready__check {
	display: none;
}
.dsa-contact-ready__link {
	color: #009a60;
	font-weight: 700;
	text-decoration: none;
}
.dsa-section.dsa-contact-areas {
	padding: 96px 24px;
	background: rgb(230, 246, 238);
}
.dsa-contact-areas__lead {
	margin: 12px 0 0;
	color: #4f5d54;
	font-size: 1.05rem;
	line-height: 1.55;
}
.dsa-contact-areas__grid {
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	gap: 1.5rem;
	margin-top: 2rem;
	align-items: stretch;
}
.dsa-contact-areas__map {
	min-height: 360px;
	border-radius: 20px;
	overflow: hidden;
	background: #e8ece9;
	border: 1.5px dashed #c5cfc8;
}
.dsa-contact-areas__map iframe,
.dsa-contact-areas__map .dsa-placeholder-media {
	width: 100%;
	height: 100%;
	min-height: 360px;
	border: 0;
	display: block;
}
.dsa-contact-areas__card {
	background: #fff;
	border-radius: 20px;
	padding: 1.75rem 1.5rem 1.5rem;
	box-shadow: 0 10px 28px rgba(0, 67, 42, 0.06);
	display: flex;
	flex-direction: column;
}
.dsa-contact-areas__card-title {
	display: block;
	margin: 0 0 1rem;
	color: #112318;
	font-size: 1.15rem;
	font-weight: 700;
}
.dsa-contact-areas__towns {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem 1rem;
	font-size: 16px;
}
.dsa-contact-areas__towns li {
	display: flex;
	gap: 0.45rem;
	align-items: center;
	color: #112318;
	font-weight: 500;
	font-size: 0.95rem;
}
.dsa-contact-areas__pin {
	flex-shrink: 0;
	width: 22px;
	height: 24px;
	color: #7fc3a9;
	display: block;
}
.dsa-contact-areas__outside {
	margin-top: 1.35rem;
	padding-top: 1.25rem;
	border-top: 1px solid #e9ece9;
}
.dsa-contact-areas__outside strong {
	display: block;
	margin: 0 0 0.45rem;
	color: #112318;
	font-size: 1.05rem;
	font-weight: 700;
}
.dsa-contact-areas__outside p {
	margin: 0;
	color: #5a6b60;
	font-size: 0.95rem;
	line-height: 1.5;
	font-weight: 400;
}
.dsa-contact-faq .dsa-ap-faq__wrap {
	margin-top: 1.5rem;
}
@media (max-width: 900px) {
	.dsa-contact-split__grid,
	.dsa-contact-areas__grid {
		grid-template-columns: 1fr;
	}
	.dsa-contact-areas__towns {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 640px) {
	.dsa-contact-areas__towns {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 600px) {
	.dsa-resources__intro {
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		column-gap: 0.75rem;
		row-gap: 0.65rem;
	}
	.dsa-resources__intro > .dsa-ap-label {
		grid-column: 1;
		grid-row: 1;
		margin: 0;
	}
	.dsa-resources__intro .dsa-section__head--split {
		display: contents;
	}
	.dsa-resources__intro .dsa-section__title,
	.dsa-resources__intro .dsa-section__title.is-in {
		grid-column: 1 / -1;
		grid-row: 2;
		width: 100%;
		max-width: none;
		flex: none;
	}
	.dsa-resources__intro .dsa-resources__all {
		grid-column: 2;
		grid-row: 1;
		align-self: center;
		justify-self: end;
		font-size: 0.85rem;
	}
	.dsa-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.75rem 1rem;
	}
	.dsa-footer__brand {
		grid-column: span 1;
	}
	.dsa-footer__newsletter {
		grid-column: 1 / -1;
		width: 100%;
		max-width: none;
	}
	.dsa-footer__newsletter .dsa-newsletter {
		width: 100%;
	}
	.dsa-ap-text.dsa-ap-text--smart,
	.dsa-ap-text.dsa-ap-text--vision {
		font-size: 14px;
	}
	.dsa-ap-label.dsa-ap-label--dot {
		font-size: 10px;
	}
	.dsa-ap-hero {
		padding: 40px 20px 40px;
	}
	.dsa-ap-mission__badge {
		bottom: -70px;
	}
	.dsa-ap-hero__title {
		font-size: 20px;
	}
	.dsa-ap-hero__lead {
		font-size: 14px;
	}
	.dsa-ap-hero.dsa-page-hero {
		padding: 40px 20px 40px;
	}
	.dsa-ap-hero__actions {
		flex-wrap: nowrap;
		gap: 8px;
	}
	.dsa-ap-hero__btn--orange {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		background: rgb(244, 129, 31);
		color: rgb(255, 255, 255);
		text-decoration: none;
		font-weight: 600;
		font-size: 14px;
		padding: 10px 14px;
		border-radius: 12px;
		flex: 1 1 auto;
		justify-content: center;
		min-width: 0;
	}
	.dsa-ap-hero__btn--glass {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 0;
		font-weight: 600;
		font-size: 14px;
		padding: 10px;
		border-radius: 12px;
		min-width: 44px;
		width: 44px;
		flex: 0 0 44px;
	}
	.dsa-ap-text--mission {
		color: #4b5563;
		font-size: 14px;
		line-height: 1.7;
		margin-top: 20px;
	}
	.dsa-ap-stats {
		grid-template-columns: repeat(3, 1fr);
	}
	.dsa-ap-committed__grid {
		grid-template-columns: 1fr 1fr;
		gap: 0.45rem;
	}
	.dsa-ap-committed__grid li {
		font-size: 12px;
		padding: 0.65rem 0.55rem;
		gap: 0.4rem;
	}
	.dsa-ap-smart__grid {
		grid-template-columns: 1fr 1fr;
		gap: 0.5rem;
	}
	.dsa-ap-smart__card strong {
		font-size: 12px;
	}
	.dsa-ap-hero__btn--glass .dsa-ap-hero__btn-label {
		display: none;
	}
	.dsa-ap-hero__btn--glass .dsa-ap-hero__btn-icon {
		display: inline;
	}
	.dsa-ap-hero.dsa-articles-hero {
		padding: 40px 0 40px;
	}
	.dsa-articles-featured__title {
		font-size: clamp(1.2rem, 2.5vw, 2rem);
	}
	.dsa-articles-featured__excerpt {
		font-size: 0.8rem;
	}
	.dsa-articles-featured__meta {
		font-size: 0.7rem;
	}
	.dsa-articles-featured__cta {
		font-size: 0.8rem;
	}
	.dsa-ap-title.dsa-ap-title--ink,
	h2.dsa-ap-title.dsa-ap-title--ink {
		font-size: 22px;
		margin: 4px 0px 4px;
	}
	.dsa-ap-title--center {
		font-size: 24px;
	}
	.dsa-ap-text.dsa-ap-text--licensed {
		margin: 0px 0 0;
		font-size: 14px;
		line-height: 1.65;
		font-weight: 500;
		color: #4b5563;
		text-align: center;
	}
	.dsa-ap-licensed__grid {
		gap: 0.55rem;
	}
	.dsa-ap-licensed__copy > .dsa-ap-label {
		align-self: center;
	}
	.dsa-ap-licensed__copy > .dsa-ap-title {
		text-align: center;
		margin: 0 0 0.35rem;
	}
	.dsa-ap-licensed__list {
		margin-top: 0.85rem;
	}
	.dsa-ap-licensed__list strong {
		font-size: 16px;
		line-height: 1.36em;
		padding-bottom: 10px;
	}
	.dsa-home-contact__list a[href^="mailto:"] {
		font-size: 14px;
		overflow-wrap: anywhere;
		word-break: break-word;
	}
	.dsa-home-contact__info {
		padding: 44px 24px;
	}
	.dsa-articles-featured__body {
		padding: 2rem 1rem;
	}
	.dsa-article-single__cat {
		display: inline-flex;
		align-items: center;
		padding: 3px 12px;
		border-radius: 9999px;
		background: #b6eed7;
		color: #00432a;
		font-size: 10px;
		font-weight: 600;
		margin-bottom: 1rem;
	}
	.dsa-article-single__content {
		font-size: 0.9rem;
		line-height: 1.65;
		color: #2f3b34;
	}
	.dsa-article-single__content h2 {
		font-size: 1.2rem;
	}
	.dsa-article-single__content blockquote {
		font-size: 1rem;
		font-weight: 500;
	}
	.dsa-reviews__full,
	.dsa-reviews__full.is-in {
		padding: 0;
	}
	.dsa-reviews__full .dsa-reviews-carousel {
		gap: 0;
	}
	.dsa-reviews__full .dsa-review-card {
		flex: 0 0 300px;
		width: 300px;
		max-width: 300px;
		box-sizing: border-box;
	}
	.dsa-ap-reviews .dsa-reviews-carousel {
		padding: 0;
		gap: 0;
	}
	.dsa-ap-reviews .dsa-review-card {
		flex: 0 0 300px;
		width: 300px;
		max-width: 300px;
		box-sizing: border-box;
	}
	.dsa-articles-filters__btn {
		border: 0;
		cursor: pointer;
		padding: 4px 14px;
		border-radius: 9999px;
		background: #e8f0eb;
		color: #00432a;
		font-size: 0.7rem;
		font-weight: 600;
		font-family: inherit;
	}
	.dsa-article-card__title {
		font-size: 1rem;
	}
	.dsa-article-card__excerpt {
		font-size: 0.85rem;
	}
	.dsa-article-card__cat {
		display: inline-flex;
		align-items: center;
		padding: 2px 10px;
		border-radius: 9999px;
		background: #b6eed7;
		color: #00432a;
		font-size: 10px;
		font-weight: 600;
		margin-bottom: 0.65rem;
	}
	.dsa-article-card__meta {
		font-size: 0.7rem;
	}
	.dsa-article-single__title {
		margin: 0 0 1rem;
		font-family: "Mona Sans", var(--dsa-font), sans-serif;
		font-size: clamp(1.2rem, 4vw, 44px);
		font-weight: 600;
		line-height: 1.1;
		letter-spacing: -0.5px;
		color: #112318;
	}
	.dsa-article-single__dek {
		font-size: 1rem;
	}
	.dsa-contact-callbar .dsa-btn.dsa-btn--primary .dsa-contact-callbar__btn-label {
		display: none;
	}
	.dsa-section.dsa-contact-areas {
		padding: 40px 4px;
	}
	.dsa-ap-why {
		padding: 40px 0;
		background: #eaf6ee;
	}
	.dsa-ap-why__body h3 {
		font-size: 16px;
	}
	.dsa-ap-why__body p {
		font-size: 14px;
	}
	.dsa-ap-faq__item summary {
		font-size: 16px;
		line-height: 1.26em;
	}
	.dsa-ap-faq__item p {
		font-size: 14px;
	}
	.dsa-btn.dsa-btn--licensed,
	.dsa-ap-licensed__copy > .dsa-btn--licensed {
		font-size: 16px;
		align-self: center;
	}
}

/* === Pricing peek (DSA_PRICING_PEEK) - set flag false to disable === */
body.dsa-pricing-peek .dsa-pricing--peek .dsa-pricing__viewport {
	width: 100%;
}

@media (min-width: 601px) and (max-width: 980px) {
	body.dsa-pricing-peek .dsa-pricing--peek .dsa-pricing__viewport:not([hidden]) {
		overflow: visible;
		width: 100%;
		max-width: 100%;
		padding: 1.25rem 0 1.5rem;
	}
	body.dsa-pricing-peek .dsa-pricing--peek .dsa-pricing__viewport[hidden] {
		display: none !important;
	}
	body.dsa-pricing-peek .dsa-pricing--peek .dsa-pricing__grid[data-dsa-pricing-cards] {
		display: flex;
		align-items: stretch;
		justify-content: center;
		gap: 1rem;
		max-width: none;
		margin: 0 auto;
		padding: 0.75rem 0 0.5rem;
		min-height: 0;
		position: relative;
	}
	body.dsa-pricing-peek .dsa-pricing--peek .dsa-pricing__grid[data-dsa-pricing-cards] .dsa-price-card {
		flex: 1 1 0;
		min-width: 0;
		max-width: 280px;
		opacity: 1;
		transform: none;
		transition: none;
		cursor: auto;
		z-index: 1;
		box-shadow: none;
		order: unset;
	}
}

/* Tighter mid widths: overlap + hover promote only here */
@media (min-width: 601px) and (max-width: 760px) {
	body.dsa-pricing-peek .dsa-pricing--peek .dsa-pricing__viewport:not([hidden]) {
		overflow: hidden;
	}
	body.dsa-pricing-peek .dsa-pricing--peek .dsa-pricing__grid[data-dsa-pricing-cards] {
		display: grid;
		grid-template-columns: 1fr;
		place-items: center;
		gap: 0;
		min-height: 28rem;
		padding: 0.5rem 0;
	}
	body.dsa-pricing-peek .dsa-pricing--peek .dsa-pricing__grid[data-dsa-pricing-cards] .dsa-price-card {
		grid-area: 1 / 1;
		flex: none;
		width: min(280px, 70vw);
		max-width: min(280px, 70vw);
		opacity: 1;
		cursor: pointer;
		transition: transform 0.35s ease, box-shadow 0.35s ease;
	}
	body.dsa-pricing-peek .dsa-pricing--peek .dsa-pricing__grid[data-dsa-pricing-cards] .dsa-price-card.is-left {
		transform: scale(0.9) translateX(-38%);
		z-index: 1;
		opacity: 1;
	}
	body.dsa-pricing-peek .dsa-pricing--peek .dsa-pricing__grid[data-dsa-pricing-cards] .dsa-price-card.is-right {
		transform: scale(0.9) translateX(38%);
		z-index: 1;
		opacity: 1;
	}
	body.dsa-pricing-peek .dsa-pricing--peek .dsa-pricing__grid[data-dsa-pricing-cards] .dsa-price-card.is-center {
		transform: scale(1.02) translateX(0);
		z-index: 4;
		opacity: 1;
		box-shadow: 0 16px 40px rgba(0, 67, 42, 0.14);
		cursor: default;
	}
	body.dsa-pricing-peek .dsa-pricing--peek .dsa-pricing__grid[data-dsa-pricing-cards] .dsa-price-card.is-side {
		z-index: 1;
	}
}

@media (max-width: 600px) {
	body.dsa-pricing-peek .dsa-pricing--peek .dsa-pricing__viewport {
		overflow: visible;
		width: 100%;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	body.dsa-pricing-peek .dsa-pricing--peek .dsa-pricing__grid[data-dsa-pricing-cards] {
		display: grid;
		grid-template-columns: 1fr;
		max-width: 26rem;
		margin-inline: auto;
		min-height: 0;
		place-items: stretch;
	}
	body.dsa-pricing-peek .dsa-pricing--peek .dsa-pricing__grid[data-dsa-pricing-cards] .dsa-price-card {
		grid-area: auto;
		width: auto;
		max-width: none;
		opacity: 1;
		transform: none;
		cursor: auto;
		box-shadow: none;
		z-index: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.dsa-pricing-peek .dsa-pricing--peek .dsa-pricing__grid[data-dsa-pricing-cards] .dsa-price-card {
		transition: none;
	}
}
