/*
Theme Name: ADHD Clinical
Theme URI: https://adhdclinical.co.uk/
Author: Blunor
Author URI: https://blunor.pk/
Description: Custom no-builder WordPress theme for ADHD Clinical UK — doctor-led, CQC-regulated ADHD assessments for adults and children. All page content is editable in wp-admin via CMB2 fields. Calm, premium healthcare design.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adhd-clinical
*/

/* =========================================================
   1. FONTS — Century Gothic (headings)
   ========================================================= */
@font-face {
	font-family: "Century Gothic";
	src: url("assets/fonts/century-gothic-regular.woff2") format("woff2"),
	     url("assets/fonts/century-gothic-regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Century Gothic";
	src: url("assets/fonts/century-gothic-bold.woff2") format("woff2"),
	     url("assets/fonts/century-gothic-bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* =========================================================
   2. DESIGN TOKENS
   ========================================================= */
:root {
	--purple: #8f3f8f;
	--purple-dark: #743370;
	--purple-soft: #f3e8f3;
	--teal: #3eb9c3;
	--teal-dark: #2f97a0;
	--teal-soft: #e2f4f5;
	--navy: #242a56;
	--slate: #2c3e50;
	--cream: #f8f5ef;
	--cream-2: #f0eadf;
	--coral: #f5576c;
	--white: #ffffff;
	--ink: #040404;

	--text: #2c3e50;
	--text-soft: #5b6470;
	--border: #e7e0d2;

	--font-head: "Century Gothic", "Questrial", "Poppins", -apple-system, sans-serif;
	--font-body: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

	/* Editable base typography (overridable via inline <style> from Site Settings). */
	--fs-h1: 40px;
	--fs-h2: 32px;
	--fs-h3: 24px;
	--fs-h4: 20px;
	--fs-h5: 17px;
	--fs-h6: 16px;
	--fs-body: 14px;

	--maxw: 1180px;
	--maxw-narrow: 900px;
	--radius: 20px;
	--radius-sm: 14px;
	--radius-pill: 999px;
	--shadow-sm: 0 6px 18px -10px rgba(36, 42, 86, 0.30);
	--shadow: 0 22px 48px -26px rgba(36, 42, 86, 0.42);
	--shadow-lg: 0 32px 70px -30px rgba(36, 42, 86, 0.50);
	--ease: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	--header-h: 92px;
}

/* =========================================================
   3. RESET & BASE
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
	font-family: var(--font-body);
	font-size: var(--fs-body);
	line-height: 1.75;
	letter-spacing: 0.5px;
	color: var(--text);
	background: var(--white);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.adhdc-noscroll { overflow: hidden; }

img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: var(--purple); text-decoration: none; transition: color var(--ease); }
a:hover { color: var(--purple-dark); }
ul, ol { list-style: none; padding: 0; }
button { font-family: inherit; cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-head);
	font-weight: 700;
	color: var(--navy);
	line-height: 1.22;
	letter-spacing: 0;
}
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }
h6 { font-size: var(--fs-h6); }

p { color: var(--text-soft); }
strong { color: var(--text); }

::selection { background: var(--purple); color: #fff; }

:focus-visible {
	outline: 3px solid var(--teal);
	outline-offset: 2px;
	border-radius: 4px;
}

/* =========================================================
   4. UTILITIES
   ========================================================= */
.adhdc-container {
	width: 100%;
	max-width: var(--maxw);
	margin-inline: auto;
	padding-inline: 24px;
}
.adhdc-container--narrow { max-width: var(--maxw-narrow); }

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

.adhdc-skip-link {
	position: absolute;
	left: -999px; top: 0;
	z-index: 1000;
	background: var(--purple);
	color: #fff;
	padding: 12px 20px;
	border-radius: 0 0 10px 0;
}
.adhdc-skip-link:focus { left: 0; color: #fff; }

.adhdc-icon { width: 24px; height: 24px; flex: none; }
.adhdc-icon--sm { width: 18px; height: 18px; }

.adhdc-eyebrow {
	display: inline-block;
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--purple);
	background: var(--purple-soft);
	padding: 7px 16px;
	border-radius: var(--radius-pill);
	margin-bottom: 18px;
}
.adhdc-eyebrow--center { display: inline-block; }

/* =========================================================
   5. BUTTONS
   ========================================================= */
/*
 * The theme exposes ONLY three button variants:
 *   .adhdc-btn--primary      — solid purple fill, white text. The default CTA.
 *   .adhdc-btn--secondary    — white fill, purple text. Pops on dark backgrounds.
 *   .adhdc-btn--transparent  — transparent fill with brand border + text.
 *                              On dark contexts (.adhdc-hero, .adhdc-pagehead, .adhdc-cta)
 *                              the border and text invert to white automatically.
 * No gradient buttons. Hover always lifts and adds a box-shadow.
 */
.adhdc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	line-height: 1;
	padding: 16px 30px;
	border-radius: var(--radius-pill);
	border: 2px solid transparent;
	transition: transform var(--ease), background var(--ease), color var(--ease), box-shadow var(--ease), border-color var(--ease);
	text-align: center;
	white-space: nowrap;
	box-shadow: none;
}
.adhdc-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px -12px rgba(36, 42, 86, 0.38);
}
.adhdc-btn:active { transform: translateY(0); }
.adhdc-btn:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }

.adhdc-btn--primary {
	background: var(--purple);
	color: #fff;
	border-color: var(--purple);
}
.adhdc-btn--primary:hover { background: var(--purple-dark); color: #fff; border-color: var(--purple-dark); }

.adhdc-btn--secondary {
	background: #fff;
	color: var(--purple);
	border-color: #fff;
}
.adhdc-btn--secondary:hover { background: var(--purple-soft); color: var(--purple); border-color: var(--purple-soft); }

.adhdc-btn--transparent {
	background: transparent;
	color: var(--purple);
	border-color: var(--purple);
}
.adhdc-btn--transparent:hover { background: var(--purple); color: #fff; border-color: var(--purple); }

/* Transparent variant flips to white on dark contexts. */
.adhdc-hero .adhdc-btn--transparent,
.adhdc-pagehead .adhdc-btn--transparent,
.adhdc-cta .adhdc-btn--transparent {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.55);
}
.adhdc-hero .adhdc-btn--transparent:hover,
.adhdc-pagehead .adhdc-btn--transparent:hover,
.adhdc-cta .adhdc-btn--transparent:hover {
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	border-color: #fff;
}

/* Slightly deeper shadow when buttons hover on dark backgrounds. */
.adhdc-hero .adhdc-btn:hover,
.adhdc-pagehead .adhdc-btn:hover,
.adhdc-cta .adhdc-btn:hover {
	box-shadow: 0 18px 36px -10px rgba(0, 0, 0, 0.55);
}

.adhdc-btn--sm { padding: 12px 22px; font-size: 12.5px; }
.adhdc-btn--block { width: 100%; }

/* =========================================================
   6. HEADER
   ========================================================= */

/* Utility top bar */
.adhdc-topbar {
	background: var(--navy);
	color: rgba(255, 255, 255, 0.75);
	font-size: 12.5px;
}
.adhdc-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 44px;
	padding-block: 6px;
}
.adhdc-topbar__contact {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 26px;
}
.adhdc-topbar__contact a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: rgba(255, 255, 255, 0.82);
	font-weight: 500;
}
.adhdc-topbar__contact a:hover { color: var(--teal); }
.adhdc-topbar__note {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 500;
	letter-spacing: 0.3px;
}
.adhdc-topbar .adhdc-icon { width: 15px; height: 15px; color: var(--teal); }

.adhdc-header {
	position: sticky;
	top: 0;
	z-index: 200;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(8px);
	border-bottom: 1px solid var(--border);
	transition: box-shadow var(--ease);
}
.adhdc-header.is-scrolled { box-shadow: var(--shadow-sm); }

.adhdc-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: var(--header-h);
}

/* Logo */
.adhdc-logo { display: inline-flex; align-items: center; }
.adhdc-logo__img { max-height: 64px; width: auto; }
.adhdc-logo--text { gap: 9px; }
.adhdc-logo__mark {
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 1px;
	color: #fff;
	background: var(--purple);
	padding: 6px 12px;
	border-radius: 10px;
}
.adhdc-logo__word {
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 19px;
	color: var(--navy);
}
.adhdc-logo--footer .adhdc-logo__word { color: var(--navy); }
.adhdc-logo--footer .adhdc-logo__img { max-height: 104px; }

/* Desktop nav */
.adhdc-nav__list { display: flex; align-items: center; gap: 2px; }
.adhdc-nav__list li { position: relative; }
.adhdc-nav__list a {
	display: block;
	font-weight: 500;
	font-size: 14px;
	color: var(--navy);
}
.adhdc-nav__list > li > a {
	position: relative;
	padding: 12px 16px;
}
.adhdc-nav__list > li > a::after {
	content: "";
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 6px;
	height: 2px;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--purple), var(--teal));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform var(--ease);
}
.adhdc-nav__list > li > a:hover,
.adhdc-nav__list > li.current-menu-item > a,
.adhdc-nav__list > li.current-menu-ancestor > a { color: var(--purple); }
.adhdc-nav__list > li > a:hover::after,
.adhdc-nav__list > li.current-menu-item > a::after,
.adhdc-nav__list > li.current-menu-ancestor > a::after { transform: scaleX(1); }

/* Desktop sub-menu */
.adhdc-nav__list .sub-menu {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	min-width: 230px;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	box-shadow: var(--shadow);
	padding: 8px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity var(--ease), transform var(--ease), visibility var(--ease);
}
.adhdc-nav__list li:hover > .sub-menu,
.adhdc-nav__list li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.adhdc-nav__list .sub-menu a {
	font-size: 13.5px;
	padding: 9px 12px;
	border-radius: 8px;
}
.adhdc-nav__list .sub-menu a:hover { color: var(--purple); background: var(--purple-soft); }

.adhdc-header__actions { display: flex; align-items: center; gap: 18px; }
.adhdc-header__link {
	font-weight: 600;
	font-size: 13px;
	color: var(--navy);
	letter-spacing: 0.3px;
	position: relative;
}
.adhdc-header__link::after {
	content: "";
	position: absolute;
	left: 0; right: 0; bottom: -4px;
	height: 2px;
	background: linear-gradient(90deg, var(--purple), var(--teal));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform var(--ease);
}
.adhdc-header__link:hover { color: var(--purple); }
.adhdc-header__link:hover::after { transform: scaleX(1); }

.adhdc-header__phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	font-size: 14px;
	color: var(--navy);
}
.adhdc-header__phone:hover { color: var(--purple); }
.adhdc-header__phone .adhdc-icon { color: var(--teal); }

/* Burger */
.adhdc-burger {
	display: none;
	flex-direction: column;
	gap: 5px;
	width: 46px; height: 46px;
	align-items: center;
	justify-content: center;
	background: var(--cream);
	border: 1px solid var(--border);
	border-radius: 12px;
}
.adhdc-burger__bar {
	width: 22px; height: 2px;
	background: var(--navy);
	border-radius: 2px;
	transition: transform var(--ease), opacity var(--ease);
}
.adhdc-burger[aria-expanded="true"] .adhdc-burger__bar:nth-child(2) { transform: translateY(7px) rotate(45deg); }
.adhdc-burger[aria-expanded="true"] .adhdc-burger__bar:nth-child(3) { opacity: 0; }
.adhdc-burger[aria-expanded="true"] .adhdc-burger__bar:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }

/* =========================================================
   7. MOBILE OVERLAY MENU
   ========================================================= */
.adhdc-mobile {
	position: fixed;
	inset: 0;
	z-index: 300;
	background: var(--cream);
	display: flex;
	flex-direction: column;
	transform: translateX(100%);
	transition: transform var(--ease);
	visibility: hidden;
	overflow-y: auto;
}
.adhdc-mobile.is-open { transform: translateX(0); visibility: visible; }
.adhdc-mobile__backdrop { display: none; }

.adhdc-mobile__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 24px;
	border-bottom: 1px solid var(--border);
}
.adhdc-mobile__close {
	width: 46px; height: 46px;
	display: flex; align-items: center; justify-content: center;
	background: transparent;
	border: 2px solid var(--navy);
	border-radius: 50%;
	color: var(--navy);
	transition: background var(--ease), color var(--ease);
}
.adhdc-mobile__close:hover { background: var(--navy); color: #fff; }
.adhdc-mobile__close svg { width: 20px; height: 20px; }

.adhdc-mobile__nav { flex: 1; padding: 12px 24px; }
.adhdc-mobile__list { display: flex; flex-direction: column; }
.adhdc-mobile__list .menu-item { border-bottom: 1px solid var(--border); position: relative; }
.adhdc-mobile__list > .menu-item > a {
	display: block;
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 21px;
	color: var(--navy);
	padding: 18px 4px;
}
.adhdc-mobile__list > .menu-item > a:hover { color: var(--purple); }
.adhdc-mobile__list .current-menu-item > a { color: var(--purple); }

/* Expand toggle for parent items */
.adhdc-mobile__expand {
	position: absolute;
	top: 8px; right: 0;
	width: 44px; height: 44px;
	display: flex; align-items: center; justify-content: center;
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: 50%;
	color: var(--navy);
	transition: transform var(--ease), background var(--ease);
}
.adhdc-mobile__expand svg { width: 20px; height: 20px; }
.menu-item-has-children.is-expanded > .adhdc-mobile__expand {
	transform: rotate(180deg);
	background: var(--purple-soft);
	color: var(--purple);
}

/* Sub-menu with accent bar */
.adhdc-mobile__list .sub-menu {
	max-height: 0;
	overflow: hidden;
	transition: max-height var(--ease);
	border-left: 3px solid var(--teal);
	margin: 0 0 4px 6px;
}
.menu-item-has-children.is-expanded > .sub-menu { max-height: 600px; }
.adhdc-mobile__list .sub-menu a {
	display: block;
	font-weight: 500;
	font-size: 15px;
	color: var(--slate);
	padding: 12px 18px;
}
.adhdc-mobile__list .sub-menu a:hover { color: var(--purple); }

.adhdc-mobile__cta {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 22px 24px calc(22px + env(safe-area-inset-bottom));
	border-top: 1px solid var(--border);
	background: var(--white);
}

/* =========================================================
   8. HERO
   ========================================================= */
.adhdc-hero {
	position: relative;
	background-color: var(--navy);
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	min-height: min(86vh, 760px);
	padding: clamp(96px, 14vw, 150px) 0;
	overflow: hidden;
}
.adhdc-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg,
		rgba(10, 8, 20, 0.92) 0%,
		rgba(10, 8, 20, 0.80) 38%,
		rgba(10, 8, 20, 0.46) 68%,
		rgba(10, 8, 20, 0.28) 100%);
}
.adhdc-hero .adhdc-container { position: relative; z-index: 1; }
.adhdc-hero__inner { max-width: 620px; }
.adhdc-hero__title {
	color: #fff;
	font-size: clamp(2rem, 1.25rem + 2.6vw, 3.25rem);
	margin-bottom: 20px;
}
.adhdc-hero__text {
	font-size: clamp(1rem, 0.95rem + 0.3vw, 1.18rem);
	color: rgba(255, 255, 255, 0.86);
	max-width: 540px;
	margin: 0 0 32px;
}
.adhdc-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: flex-start;
}

/* =========================================================
   9. TRUST BAR
   ========================================================= */
.adhdc-trust {
	background: var(--cream-2);
	border-bottom: 1px solid var(--border);
}
.adhdc-trust__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 12px 28px;
	padding: 20px 0;
}
.adhdc-trust__list--wrap {
	justify-content: center;
	gap: 12px 16px;
	padding: 0;
}
.adhdc-trust__item {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-weight: 600;
	font-size: 13px;
	color: var(--navy);
}
.adhdc-trust__icon { display: inline-flex; color: var(--teal); }
.adhdc-trust__icon .adhdc-icon { width: 20px; height: 20px; }
.adhdc-trust__list--wrap .adhdc-trust__item {
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--radius-pill);
	padding: 12px 20px;
}

/* =========================================================
   10. SECTIONS
   ========================================================= */
.adhdc-section { padding: clamp(56px, 8vw, 100px) 0; }
.adhdc-section--alt { background: var(--cream); }
.adhdc-section--tight { padding: clamp(36px, 5vw, 60px) 0; }

.adhdc-section__head {
	max-width: 680px;
	margin: 0 auto clamp(36px, 5vw, 56px);
	text-align: center;
}
.adhdc-section__title { font-size: clamp(1.6rem, 1.1rem + 1.9vw, 2.5rem); }
.adhdc-section__intro { margin-top: 14px; font-size: 15px; }
.adhdc-section__cta { margin-top: clamp(32px, 4vw, 48px); text-align: center; }

/* =========================================================
   11. GRID & CARDS
   ========================================================= */
.adhdc-grid { display: grid; gap: 24px; }
.adhdc-grid--2 { grid-template-columns: repeat(2, 1fr); }
.adhdc-grid--3 { grid-template-columns: repeat(3, 1fr); }
.adhdc-grid--4 { grid-template-columns: repeat(4, 1fr); }

.adhdc-card {
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 32px 28px;
	transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
}
.adhdc-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow);
	border-color: var(--purple-soft);
}
.adhdc-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px; height: 58px;
	border-radius: 16px;
	background: var(--purple-soft);
	color: var(--purple);
	margin-bottom: 20px;
}
.adhdc-card__icon .adhdc-icon { width: 28px; height: 28px; }
.adhdc-card__title { font-size: 1.18rem; margin-bottom: 10px; }
.adhdc-card__text { font-size: 14px; }
.adhdc-card--feature .adhdc-card__icon { background: var(--teal-soft); color: var(--teal-dark); }
.adhdc-card--compact { text-align: center; padding: 28px 22px; }
.adhdc-card--compact .adhdc-card__icon { margin-inline: auto; }
.adhdc-card--compact .adhdc-card__title { margin-bottom: 0; font-size: 1.05rem; }

/* =========================================================
   12. VALUES LIST
   ========================================================= */
.adhdc-values {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	max-width: 880px;
	margin-inline: auto;
}
.adhdc-values--grid { grid-template-columns: repeat(2, 1fr); }
.adhdc-values__item {
	display: flex;
	align-items: center;
	gap: 14px;
	background: var(--cream);
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	padding: 18px 22px;
}
.adhdc-section--alt .adhdc-values__item { background: var(--white); }
.adhdc-values__icon { display: inline-flex; color: var(--teal); }
.adhdc-values__text { font-weight: 500; color: var(--navy); font-size: 14px; }

/* =========================================================
   13. PRICING CARDS
   ========================================================= */
.adhdc-pricing { align-items: stretch; }
.adhdc-price {
	display: flex;
	flex-direction: column;
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 36px 30px;
	text-align: center;
	position: relative;
	transition: transform var(--ease), box-shadow var(--ease);
}
.adhdc-price:hover { box-shadow: var(--shadow); }
.adhdc-price--featured {
	border: 2px solid var(--purple);
	box-shadow: var(--shadow);
}
.adhdc-price__badge {
	position: absolute;
	top: -14px; left: 50%;
	transform: translateX(-50%);
	background: var(--purple);
	color: #fff;
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 7px 18px;
	border-radius: var(--radius-pill);
	white-space: nowrap;
}
.adhdc-price__title { font-size: 1.25rem; margin-bottom: 12px; }
.adhdc-price__amount {
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 2.6rem;
	color: var(--purple);
	line-height: 1;
	margin-bottom: 14px;
}
.adhdc-price__desc { font-size: 14px; margin-bottom: 26px; }
.adhdc-price .adhdc-btn { margin-top: auto; }

/* =========================================================
   14. IMPORTANT NOTE
   ========================================================= */
.adhdc-note {
	display: flex;
	gap: 20px;
	background: var(--cream-2);
	border-left: 4px solid var(--purple);
	border-radius: var(--radius-sm);
	padding: 28px 30px;
}
.adhdc-note__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px; height: 50px;
	flex: none;
	background: var(--white);
	color: var(--purple);
	border-radius: 12px;
}
.adhdc-note__title { font-size: 1.1rem; margin-bottom: 8px; }
.adhdc-note__text { font-size: 14px; color: var(--slate); }

/* =========================================================
   15. BOOKING EMBED
   ========================================================= */
.adhdc-embed { margin-top: 8px; }
.adhdc-embed iframe { width: 100%; border: 0; border-radius: var(--radius-sm); min-height: 620px; }
.adhdc-embed__placeholder {
	text-align: center;
	border: 2px dashed var(--border);
	border-radius: var(--radius);
	background: var(--cream);
	padding: 60px 32px;
}
.adhdc-embed__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px; height: 64px;
	background: var(--white);
	color: var(--purple);
	border-radius: 50%;
	margin-bottom: 18px;
}
.adhdc-embed__icon .adhdc-icon { width: 30px; height: 30px; }
.adhdc-embed__title { font-family: var(--font-head); font-weight: 700; color: var(--navy); font-size: 1.15rem; margin-bottom: 8px; }
.adhdc-embed__text { font-size: 14px; max-width: 440px; margin-inline: auto; }

/* =========================================================
   16. CLOSING CTA
   ========================================================= */
.adhdc-cta {
	background: linear-gradient(90deg, var(--teal) 0%, var(--purple) 100%);
	border-top: 1px solid rgba(245, 87, 108, 0.65);
	padding: clamp(40px, 6vw, 66px) 0;
}
.adhdc-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px 56px;
}
.adhdc-cta__content { max-width: 640px; }
.adhdc-cta__title { color: #fff; font-size: clamp(1.5rem, 1.15rem + 1.5vw, 2.15rem); }
.adhdc-cta__text { color: rgba(255, 255, 255, 0.9); margin-top: 12px; font-size: 15px; }
.adhdc-cta__actions {
	display: flex;
	flex-direction: column;
	gap: 14px;
	flex: none;
	width: 340px;
}

/* =========================================================
   17. PAGE HEAD (inner page hero)
   ========================================================= */
.adhdc-pagehead {
	position: relative;
	background-color: var(--navy);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: clamp(340px, 30vw, 420px);
	padding-block: 40px;
	overflow: hidden;
}
.adhdc-pagehead::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg,
		rgba(10, 8, 20, 0.90) 0%,
		rgba(10, 8, 20, 0.78) 50%,
		rgba(10, 8, 20, 0.58) 100%);
}
.adhdc-pagehead .adhdc-container { position: relative; z-index: 1; }
.adhdc-pagehead__title {
	color: #fff;
	font-size: clamp(1.9rem, 1.35rem + 2vw, 2.85rem);
}
.adhdc-pagehead__text {
	margin-top: 14px;
	max-width: 600px;
	font-size: clamp(1rem, 0.96rem + 0.2vw, 1.1rem);
	color: rgba(255, 255, 255, 0.85);
}

/* Breadcrumbs */
.adhdc-breadcrumbs {
	font-size: 13px;
	margin-bottom: 16px;
	color: rgba(255, 255, 255, 0.7);
}
.adhdc-breadcrumbs a { color: rgba(255, 255, 255, 0.7); }
.adhdc-breadcrumbs a:hover { color: #fff; }
.adhdc-breadcrumbs [aria-current="page"] { color: #fff; font-weight: 600; }
.adhdc-breadcrumbs__sep { margin: 0 8px; opacity: 0.5; }

/* =========================================================
   18. PROSE / FALLBACK CONTENT
   ========================================================= */
.adhdc-prose { font-size: 15px; }
.adhdc-prose--center { text-align: center; }
.adhdc-prose h2, .adhdc-prose h3 { margin: 1.4em 0 0.5em; }
.adhdc-prose p { margin-bottom: 1em; }
.adhdc-prose a { text-decoration: underline; }
.adhdc-empty { text-align: center; margin-bottom: 20px; }

.adhdc-postgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.adhdc-postcard {
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	padding: 28px;
}
.adhdc-postcard__title { font-size: 1.15rem; margin-bottom: 10px; }
.adhdc-link { font-weight: 600; }
.adhdc-pagination { margin-top: 40px; text-align: center; }
.adhdc-pagination .page-numbers {
	display: inline-block;
	padding: 8px 14px;
	margin: 0 3px;
	border-radius: 8px;
	background: var(--cream);
}
.adhdc-pagination .page-numbers.current { background: var(--purple); color: #fff; }

/* =========================================================
   19. FOOTER
   ========================================================= */
.adhdc-footer {
	background: var(--cream-2);
	color: var(--text-soft);
	padding: clamp(54px, 7vw, 84px) 0 0;
	border-top: 1px solid var(--border);
}
.adhdc-footer__grid {
	display: grid;
	grid-template-columns: 1.7fr 1fr 1fr 1fr;
	gap: 32px 44px;
	align-items: start;
}
.adhdc-footer__col--brand { max-width: 340px; }
.adhdc-footer__heading {
	color: var(--navy);
	font-size: 1.15rem;
	font-weight: 700;
	margin-bottom: 20px;
}
.adhdc-footer__list { display: flex; flex-direction: column; gap: 12px; }
.adhdc-footer__list a { color: var(--slate); font-size: 14px; }
.adhdc-footer__list a:hover { color: var(--purple); }
.adhdc-footer__list--contact li {
	display: flex;
	align-items: center;
	gap: 10px;
}
.adhdc-footer__list--contact .adhdc-icon { color: var(--teal); flex: none; }
.adhdc-footer__badge {
	display: flex;
	align-items: center;
	gap: 9px;
	color: var(--navy);
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 16px;
}
.adhdc-footer__badge .adhdc-icon { color: var(--teal); }
.adhdc-footer__legal {
	margin-top: clamp(40px, 6vw, 64px);
	border-top: 1px solid rgba(245, 87, 108, 0.45);
	padding: 24px 0 26px;
}
.adhdc-footer__disclaimer {
	font-size: 13px;
	color: var(--text-soft);
	text-align: center;
	line-height: 1.7;
}
.adhdc-footer__copy {
	margin-top: 8px;
	text-align: center;
	color: var(--text-soft);
	font-size: 12.5px;
}

/* =========================================================
   19b. PASS 2 COMPONENTS
   ========================================================= */

/* Page-head hero buttons */
.adhdc-pagehead__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

/* Process steps (How It Works) */
.adhdc-steps {
	max-width: 760px;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
}
.adhdc-steps__item {
	display: flex;
	gap: 22px;
	padding-bottom: 34px;
	position: relative;
}
.adhdc-steps__item:last-child { padding-bottom: 0; }
.adhdc-steps__item:not(:last-child)::before {
	content: "";
	position: absolute;
	left: 25px;
	top: 54px;
	bottom: 0;
	width: 2px;
	background: var(--border);
}
.adhdc-steps__num {
	flex: none;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, var(--purple), var(--teal));
	color: #fff;
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 1.2rem;
	z-index: 1;
}
.adhdc-steps__body { padding-top: 7px; }
.adhdc-steps__title { font-size: 1.15rem; margin-bottom: 6px; }
.adhdc-steps__text { font-size: 14px; }

/* Founder cards (About) — stacked one per row, full container width */
.adhdc-founders { gap: 28px; }
.adhdc-founder {
	display: flex;
	gap: 40px;
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 40px 44px;
	box-shadow: var(--shadow-sm);
}
.adhdc-founder__photo {
	flex: none;
	width: 220px;
	height: 240px;
	border-radius: 18px;
	overflow: hidden;
	background: linear-gradient(135deg, var(--purple-soft), var(--teal-soft));
	display: flex;
	align-items: center;
	justify-content: center;
}
.adhdc-founder__photo img { width: 100%; height: 100%; object-fit: cover; }
.adhdc-founder__initial {
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 4.4rem;
	background: linear-gradient(135deg, var(--purple), var(--teal));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.adhdc-founder__body { flex: 1; min-width: 0; }
.adhdc-founder__name { font-size: 1.6rem; margin-bottom: 4px; }
.adhdc-founder__role {
	display: inline-block;
	color: var(--purple);
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin: 0 0 16px;
}
.adhdc-founder__bio { font-size: 14.5px; line-height: 1.78; }
.adhdc-founder__bio + .adhdc-founder__bio { margin-top: 12px; }

/* FAQ accordion — premium */
.adhdc-faq__group { margin-bottom: 52px; }
.adhdc-faq__group:last-child { margin-bottom: 0; }
.adhdc-faq__cat {
	font-size: 1.5rem;
	margin-bottom: 22px;
	display: flex;
	align-items: center;
	gap: 14px;
}
.adhdc-faq__cat::before {
	content: "";
	display: inline-block;
	width: 44px;
	height: 3px;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--purple), var(--teal));
}
.adhdc-faq__item {
	border: 1px solid var(--border);
	border-radius: var(--radius);
	background: var(--white);
	margin-bottom: 14px;
	transition: border-color var(--ease), box-shadow var(--ease);
}
.adhdc-faq__item:hover { border-color: rgba(143, 63, 143, 0.25); }
.adhdc-faq__item[open] {
	border-color: var(--purple);
	box-shadow: var(--shadow);
}
.adhdc-faq__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 22px 26px;
	cursor: pointer;
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 1.05rem;
	color: var(--navy);
	list-style: none;
}
.adhdc-faq__q::-webkit-details-marker { display: none; }
.adhdc-faq__chevron {
	box-sizing: content-box;
	width: 18px;
	height: 18px;
	padding: 9px;
	flex: none;
	display: block;
	border-radius: 50%;
	background: var(--purple-soft);
	color: var(--purple);
	transition: transform var(--ease), background var(--ease), color var(--ease);
}
.adhdc-faq__item[open] .adhdc-faq__q { color: var(--purple); }
.adhdc-faq__item[open] .adhdc-faq__chevron {
	transform: rotate(180deg);
	background: linear-gradient(135deg, var(--purple), var(--teal));
	color: #fff;
}
.adhdc-faq__a { padding: 4px 26px 24px; }
.adhdc-faq__item[open] .adhdc-faq__a {
	border-top: 1px solid var(--border);
	margin-top: 4px;
	padding-top: 20px;
}
.adhdc-faq__a p {
	font-size: 14.5px;
	line-height: 1.8;
	color: var(--text-soft);
}

/* Patient testimonials — carousel */
.adhdc-testimonials {
	position: relative;
	max-width: 980px;
	margin-inline: auto;
}
.adhdc-testimonials__track {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding: 10px 4px 14px;
}
.adhdc-testimonials__track::-webkit-scrollbar { display: none; }
.adhdc-testimonial {
	flex: 0 0 100%;
	scroll-snap-align: center;
	position: relative;
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 48px 52px 36px;
	box-shadow: var(--shadow-sm);
	text-align: center;
	margin: 0;
}
.adhdc-testimonial__mark {
	position: absolute;
	top: 8px;
	left: 28px;
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 7rem;
	line-height: 1;
	color: var(--purple-soft);
	pointer-events: none;
	user-select: none;
}
.adhdc-testimonial__rating {
	display: inline-flex;
	justify-content: center;
	gap: 4px;
	margin-bottom: 18px;
	color: #eab94a;
}
.adhdc-testimonial__rating svg {
	width: 22px;
	height: 22px;
	display: block;
}
.adhdc-testimonial__quote {
	font-family: var(--font-head);
	font-weight: 400;
	font-size: 1.35rem;
	line-height: 1.55;
	color: var(--navy);
	margin: 0;
	quotes: none;
}
.adhdc-testimonial__quote p { margin: 0; }
.adhdc-testimonial__quote p + p { margin-top: 14px; }
.adhdc-testimonial__attribution {
	margin-top: 22px;
	font-weight: 700;
	color: var(--purple);
	font-size: 12px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}
.adhdc-testimonial__verified {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 14px;
	padding: 6px 14px;
	border-radius: 999px;
	background: var(--teal-soft);
	color: var(--teal-dark);
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: 0.4px;
}
.adhdc-testimonial__verified .adhdc-icon { width: 14px; height: 14px; color: var(--teal-dark); }

/* Carousel controls */
.adhdc-testimonials__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--white);
	border: 1px solid var(--border);
	color: var(--navy);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 3;
	box-shadow: var(--shadow-sm);
	transition: background var(--ease), color var(--ease), border-color var(--ease);
}
.adhdc-testimonials__nav:hover {
	background: linear-gradient(135deg, var(--purple), var(--teal));
	color: #fff;
	border-color: transparent;
}
.adhdc-testimonials__nav svg { width: 20px; height: 20px; }
.adhdc-testimonials__nav--prev { left: -22px; }
.adhdc-testimonials__nav--next { right: -22px; }
.adhdc-testimonials__dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}
.adhdc-testimonials__dots li { list-style: none; }
.adhdc-testimonials__dots button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--border);
	border: 0;
	padding: 0;
	cursor: pointer;
	transition: background var(--ease), width var(--ease);
}
.adhdc-testimonials__dots .is-active button {
	background: linear-gradient(90deg, var(--purple), var(--teal));
	width: 24px;
	border-radius: 999px;
}
.adhdc-testimonials.is-single .adhdc-testimonials__nav,
.adhdc-testimonials.is-single .adhdc-testimonials__dots { display: none; }

/* Callback form */
.adhdc-form {
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 36px 40px;
	box-shadow: var(--shadow-sm);
}
.adhdc-form__row { margin-bottom: 18px; }
.adhdc-form__row label {
	display: block;
	font-weight: 600;
	color: var(--navy);
	margin-bottom: 7px;
	font-size: 14px;
}
.adhdc-form__row label small { font-weight: 400; color: var(--text-soft); margin-left: 4px; }
.adhdc-form__req { color: var(--coral); margin-left: 2px; }
.adhdc-form__row input,
.adhdc-form__row select,
.adhdc-form__row textarea {
	width: 100%;
	font-family: inherit;
	font-size: 15px;
	color: var(--text);
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	padding: 12px 16px;
	letter-spacing: 0.3px;
	transition: border-color var(--ease), box-shadow var(--ease);
}
.adhdc-form__row textarea { resize: vertical; min-height: 100px; line-height: 1.55; }
.adhdc-form__row input:focus,
.adhdc-form__row select:focus,
.adhdc-form__row textarea:focus {
	outline: none;
	border-color: var(--purple);
	box-shadow: 0 0 0 3px var(--purple-soft);
}
.adhdc-form__hp {
	position: absolute !important;
	left: -9999px !important;
	height: 0;
	width: 0;
	overflow: hidden;
}
.adhdc-form .adhdc-btn { margin-top: 8px; }
.adhdc-form__legal {
	margin-top: 14px;
	font-size: 12.5px;
	color: var(--text-soft);
	text-align: center;
	line-height: 1.6;
}
.adhdc-form__legal a { text-decoration: underline; }
.adhdc-form__errors {
	background: #fff1f3;
	border: 1px solid var(--coral);
	border-radius: var(--radius-sm);
	padding: 16px 20px;
	margin-bottom: 24px;
}
.adhdc-form__errors p { color: var(--coral); margin-bottom: 6px; font-size: 14px; }
.adhdc-form__errors ul { list-style: disc; padding-left: 22px; }
.adhdc-form__errors li { color: var(--coral); font-size: 13.5px; line-height: 1.6; }
.adhdc-form__success {
	background: var(--teal-soft);
	border: 1px solid rgba(62, 185, 195, 0.4);
	border-radius: var(--radius);
	padding: 40px 32px;
	text-align: center;
}
.adhdc-form__success-icon {
	display: inline-flex;
	width: 60px;
	height: 60px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--white);
	color: var(--teal-dark);
	margin-bottom: 16px;
}
.adhdc-form__success-icon .adhdc-icon { width: 32px; height: 32px; }
.adhdc-form__success h2 { color: var(--teal-dark); margin-bottom: 10px; }
.adhdc-form__success p { margin-bottom: 22px; color: var(--text); }

/* Sticky bottom-right helpers — Book Now + (optional) WhatsApp */
.adhdc-sticky {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 240;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 14px;
	pointer-events: none;
}
.adhdc-sticky > * { pointer-events: auto; }
.adhdc-sticky__book {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 14px 22px;
	background: var(--purple);
	color: #fff;
	border-radius: var(--radius-pill);
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 12.5px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	box-shadow: 0 16px 36px -10px rgba(143, 63, 143, 0.55);
	transition: transform var(--ease), box-shadow var(--ease), background var(--ease);
}
.adhdc-sticky__book:hover {
	transform: translateY(-2px);
	background: var(--purple-dark);
	color: #fff;
	box-shadow: 0 22px 44px -10px rgba(143, 63, 143, 0.65);
}
.adhdc-sticky__book svg { width: 18px; height: 18px; }
.adhdc-sticky__wa {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background: #25d366;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 16px 36px -10px rgba(37, 211, 102, 0.55);
	transition: transform var(--ease), box-shadow var(--ease), background var(--ease);
}
.adhdc-sticky__wa:hover {
	transform: translateY(-2px);
	background: #1ebd5b;
	color: #fff;
	box-shadow: 0 22px 44px -10px rgba(37, 211, 102, 0.65);
}
.adhdc-sticky__wa svg { width: 30px; height: 30px; }

/* Cookie consent banner */
.adhdc-cookie {
	position: fixed;
	left: 16px;
	right: 16px;
	bottom: 16px;
	z-index: 260;
	max-width: 1040px;
	margin-inline: auto;
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: 0 24px 64px -20px rgba(36, 42, 86, 0.45);
	padding: 18px 24px;
	opacity: 0;
	transform: translateY(16px);
	transition: opacity var(--ease), transform var(--ease);
}
.adhdc-cookie.is-open { opacity: 1; transform: translateY(0); }
.adhdc-cookie__inner {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}
.adhdc-cookie__text {
	flex: 1 1 280px;
	margin: 0;
	font-size: 13.5px;
	line-height: 1.6;
	color: var(--text);
}
.adhdc-cookie__text a { text-decoration: underline; }
.adhdc-cookie__actions { display: flex; gap: 10px; flex: 0 0 auto; }
.adhdc-cookie__actions .adhdc-btn { padding: 10px 20px; }

/* =========================================================
   20. RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
	.adhdc-topbar,
	.adhdc-nav,
	.adhdc-header__actions { display: none; }
	.adhdc-burger { display: flex; }
	.adhdc-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
	.adhdc-grid--4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 880px) {
	.adhdc-grid--2,
	.adhdc-grid--3 { grid-template-columns: 1fr; }
	.adhdc-pricing { gap: 32px; }
	.adhdc-postgrid { grid-template-columns: 1fr; }
	.adhdc-trust__list { justify-content: center; gap: 12px 22px; }
	.adhdc-cta__inner { flex-direction: column; align-items: flex-start; }
	.adhdc-cta__actions { width: 100%; }
}

@media (max-width: 600px) {
	.adhdc-container { padding-inline: 18px; }
	.adhdc-grid--4 { grid-template-columns: 1fr; }
	.adhdc-values,
	.adhdc-values--grid { grid-template-columns: 1fr; }
	.adhdc-footer__grid { grid-template-columns: 1fr; gap: 26px; }
	.adhdc-btn { width: 100%; }
	.adhdc-hero__actions .adhdc-btn,
	.adhdc-cta__actions .adhdc-btn,
	.adhdc-pagehead__actions .adhdc-btn { width: 100%; }
	.adhdc-founder { flex-direction: column; text-align: center; align-items: center; }
	.adhdc-testimonials__nav { display: none; }
	.adhdc-sticky { right: 14px; bottom: 14px; gap: 12px; }
	.adhdc-sticky__book { padding: 12px 18px; font-size: 12px; }
	.adhdc-sticky__wa { width: 50px; height: 50px; }
	.adhdc-cookie { padding: 16px 18px; left: 10px; right: 10px; bottom: 10px; }
	.adhdc-cookie__actions { width: 100%; }
	.adhdc-cookie__actions .adhdc-btn { flex: 1; padding: 10px 16px; }
	.adhdc-testimonial { padding: 38px 26px 30px; }
	.adhdc-testimonial__mark { font-size: 5rem; left: 16px; }
	.adhdc-testimonial__quote { font-size: 1.15rem; }
	.adhdc-note { flex-direction: column; gap: 14px; }
	.adhdc-hero {
		background-position: center;
		min-height: 72vh;
		padding-block: clamp(72px, 16vw, 110px);
	}
	.adhdc-hero::before {
		background: linear-gradient(170deg, rgba(10, 8, 20, 0.80) 0%, rgba(10, 8, 20, 0.90) 100%);
	}
}

@media (prefers-reduced-motion: reduce) {
	* { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}
