/* ===================================================================
   AutoDrive Driving School: Design System
   Modern, premium, professional
   =================================================================== */

/* ---------- Design tokens ---------- */
:root {
	/* Brand */
	--navy-900: #062421;
	--navy-800: #0a3430;
	--navy-700: #0d423c;
	--navy-600: #125950;

	--blue-500: #0d9488;
	--blue-400: #14b8a6;
	--cyan-400: #2dd4bf;
	--amber-400: #f6b93b;

	/* Neutral */
	--ink: #0b1220;
	--body: #414a5a;
	--muted: #6b7688;
	--line: #e7eaf0;
	--surface: #ffffff;
	--surface-2: #f5f7fb;
	--surface-3: #eef2f8;

	/* Effects */
	--grad-brand: linear-gradient(135deg, #0d9488 0%, #2dd4bf 100%);
	--grad-hero: radial-gradient(120% 120% at 80% 0%, #125950 0%, #0a3430 45%, #062421 100%);
	--shadow-sm: 0 1px 2px rgba(6, 36, 33, 0.06), 0 1px 3px rgba(6, 36, 33, 0.10);
	--shadow-md: 0 10px 25px -10px rgba(6, 36, 33, 0.18);
	--shadow-lg: 0 30px 60px -20px rgba(6, 36, 33, 0.28);
	--shadow-brand: 0 18px 40px -14px rgba(13, 148, 136, 0.45);

	--radius-sm: 10px;
	--radius: 16px;
	--radius-lg: 24px;
	--radius-xl: 32px;

	--container: 1160px;
	--nav-h: 76px;

	--ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }

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

body {
	margin: 0;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: var(--body);
	background: var(--surface);
	line-height: 1.65;
	font-size: 17px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}

h1, h2, h3, h4 {
	font-family: "Plus Jakarta Sans", "Inter", sans-serif;
	color: var(--ink);
	line-height: 1.12;
	margin: 0 0 0.5em;
	font-weight: 700;
	letter-spacing: -0.01em;
}

h1, h2 { letter-spacing: -0.02em; text-wrap: balance; }
h1 { font-size: clamp(2.4rem, 5.2vw, 4rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.75rem); }
h3 { font-size: 1.3rem; }

p { margin: 0 0 1.1rem; }

a { color: var(--blue-500); text-decoration: none; transition: color 0.2s var(--ease); }
a:hover { color: var(--blue-400); }

img { max-width: 100%; display: block; }

/* ---------- Layout helpers ---------- */
.container {
	width: 100%;
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 24px;
}

.section { padding: clamp(36px, 4.5vw, 56px) 0; position: relative; }
.section--tight { padding: clamp(28px, 3.5vw, 44px) 0; }
.section--alt { background: var(--surface-2); }
.section--navy {
	background: linear-gradient(90deg, #04201d 0%, #0a3a35 50%, #04201d 100%);
	color: #c7d2e4;
	overflow: hidden;
}
.section--navy h2, .section--navy h3 { color: #fff; }
/* Dotted texture on the right */
.section--navy::before {
	content: "";
	position: absolute;
	right: 3%;
	top: 0;
	bottom: 0;
	width: 380px;
	background-image: radial-gradient(rgba(45, 212, 191, 0.28) 1.5px, transparent 1.5px);
	background-size: 18px 18px;
	-webkit-mask-image: radial-gradient(ellipse at center, #000 15%, transparent 72%);
	mask-image: radial-gradient(ellipse at center, #000 15%, transparent 72%);
	pointer-events: none;
}
/* Glow on the left + glowing accent lines top and bottom */
.section--navy::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(ellipse 620px 320px at 8% 50%, rgba(45, 212, 191, 0.2), transparent 70%),
		linear-gradient(90deg, transparent 0%, rgba(45, 212, 191, 0.55) 50%, transparent 100%) top / 100% 2px no-repeat,
		linear-gradient(90deg, transparent 0%, rgba(45, 212, 191, 0.35) 50%, transparent 100%) bottom / 100% 1px no-repeat;
}
.section--navy > .container { position: relative; z-index: 1; }

/* Subtle background texture for plain white sections: two soft, faint
   teal glows, low enough opacity to add depth without being noticed
   as "decoration". Content sits above via z-index on .container. */
.section--textured { background: linear-gradient(180deg, #f0f5f4, #e6efec); }
.section--textured::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(ellipse 900px 650px at 8% 10%, rgba(13, 148, 136, 0.1), transparent 100%),
		radial-gradient(ellipse 800px 650px at 95% 90%, rgba(45, 212, 191, 0.09), transparent 100%),
		linear-gradient(180deg, rgba(13, 148, 136, 0.03), transparent 40%);
	pointer-events: none;
}
.section--textured > .container { position: relative; z-index: 1; }

/* Decorative corner details for light sections */
.section--deco { position: relative; overflow: hidden; }
.section--deco::before {
	content: "";
	position: absolute;
	width: 460px;
	height: 340px;
	top: 40px;
	right: 24px;
	background-image: radial-gradient(rgba(13,148,136,0.38) 2px, transparent 2px);
	background-size: 22px 22px;
	-webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 85%);
	mask-image: radial-gradient(ellipse at center, #000 30%, transparent 85%);
	pointer-events: none;
}
.section--deco::after {
	content: "";
	position: absolute;
	width: 620px;
	height: 620px;
	border-radius: 50%;
	bottom: -240px;
	left: -180px;
	background: radial-gradient(circle, rgba(13,148,136,0.16), transparent 62%);
	pointer-events: none;
}
.section--deco-flip::before { right: auto; left: 24px; top: auto; bottom: 40px; }
.section--deco-flip::after { left: auto; right: -180px; bottom: auto; top: -240px; }
.section--deco > .container { position: relative; z-index: 1; }

.eyebrow {
	display: inline-block;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--blue-500);
	margin-bottom: 16px;
}
.section--navy .eyebrow { color: var(--cyan-400); }

.section-head { max-width: 640px; margin-bottom: 28px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p { font-size: 1.12rem; color: var(--muted); margin-bottom: 0; }
.section--navy .section-head p { color: #9fb0c8; }

.lead { font-size: 1.18rem; font-weight: 500; color: var(--body); }

/* ---------- Buttons ---------- */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1;
	padding: 16px 28px;
	border-radius: 999px;
	border: 1px solid transparent;
	cursor: pointer;
	transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease);
	white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }

.btn--primary {
	background: var(--grad-brand);
	color: #fff;
	box-shadow: var(--shadow-brand);
}
.btn--primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 24px 50px -14px rgba(13, 148, 136, 0.55); }

.btn--ghost {
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	border-color: rgba(255, 255, 255, 0.22);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}
.btn--ghost:hover { color: #fff; background: rgba(255, 255, 255, 0.14); transform: translateY(-2px); }

.btn--dark {
	background: var(--ink);
	color: #fff;
}
.btn--dark:hover { color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-md); }

.btn--outline {
	background: transparent;
	color: var(--ink);
	border-color: var(--line);
}
.btn--outline:hover { border-color: var(--ink); transform: translateY(-2px); }

.btn--wa { background: #25d366; color: #fff; }
.btn--wa:hover { color: #fff; background: #1fbb59; transform: translateY(-2px); box-shadow: 0 18px 40px -14px rgba(37, 211, 102, 0.5); }

.btn--lg { padding: 18px 34px; font-size: 1.05rem; }

/* ===================================================================
   Navigation
   =================================================================== */
.nav {
	position: fixed;
	top: 0; left: 0; right: 0;
	height: var(--nav-h);
	z-index: 100;
	display: flex;
	align-items: center;
	transition: background 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
	background: linear-gradient(90deg, rgba(5, 30, 28, 0.96) 0%, rgba(9, 56, 51, 0.94) 50%, rgba(5, 30, 28, 0.96) 100%);
	-webkit-backdrop-filter: saturate(160%) blur(12px);
	backdrop-filter: saturate(160%) blur(12px);
	border-bottom: 1px solid rgba(45, 212, 191, 0.18);
	box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.45);
}
/* Soft glow behind the brand */
.nav::before {
	content: "";
	position: absolute;
	left: 8%;
	top: -90px;
	width: 420px;
	height: 200px;
	background: radial-gradient(ellipse at center, rgba(45, 212, 191, 0.26), transparent 70%);
	pointer-events: none;
	z-index: -1;
}
/* Glowing accent line along the bottom edge */
.nav::after {
	content: "";
	position: absolute;
	left: 0; right: 0; bottom: -1px;
	height: 2px;
	background: linear-gradient(90deg, transparent 0%, rgba(45, 212, 191, 0.1) 20%, #2dd4bf 50%, rgba(45, 212, 191, 0.1) 80%, transparent 100%);
	pointer-events: none;
}
.nav.scrolled::before { display: none; }
.nav.scrolled::after { opacity: 0.45; }
.nav.scrolled {
	background: rgba(255, 255, 255, 0.85);
	-webkit-backdrop-filter: saturate(180%) blur(14px);
	backdrop-filter: saturate(180%) blur(14px);
	border-bottom-color: var(--line);
	box-shadow: var(--shadow-sm);
}
.nav__inner {
	width: 100%;
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: -0.02em;
	color: #fff;
}
.nav.scrolled .brand { color: var(--ink); }
.brand__mark {
	width: 40px; height: 40px;
	border-radius: 11px;
	background: var(--grad-brand);
	display: grid;
	place-items: center;
	box-shadow: var(--shadow-brand);
	flex: none;
}
.brand__mark svg { width: 22px; height: 22px; }
.brand small {
	display: block;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 0.66rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--cyan-400);
	margin-top: 2px;
}
.nav.scrolled .brand small { color: var(--blue-500); }

.nav__links {
	display: flex;
	align-items: center;
	gap: 4px;
	list-style: none;
	margin: 0; padding: 0;
}
.nav__links a {
	display: block;
	padding: 10px 16px;
	border-radius: 999px;
	font-size: 0.96rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.82);
	transition: color 0.2s, background 0.2s;
}
.nav__links a:hover { color: #fff; background: rgba(255, 255, 255, 0.10); }
.nav__links a.active { color: #fff; background: rgba(255, 255, 255, 0.14); }
.nav.scrolled .nav__links a { color: var(--body); }
.nav.scrolled .nav__links a:hover { color: var(--ink); background: var(--surface-3); }
.nav.scrolled .nav__links a.active { color: var(--blue-500); background: rgba(13, 148, 136, 0.10); }

.nav__cta { display: flex; align-items: center; gap: 12px; }
.nav__cta .btn { padding: 12px 22px; font-size: 0.94rem; }
.nav .btn--outline { color: #fff; border-color: rgba(255,255,255,0.45); }
.nav .btn--outline:hover { color: #fff; border-color: #fff; }
.nav.scrolled .btn--outline { color: var(--ink); border-color: var(--line); }
.nav.scrolled .btn--outline:hover { color: var(--ink); border-color: var(--ink); }

.nav__toggle {
	display: none;
	width: 44px; height: 44px;
	border: none;
	background: transparent;
	cursor: pointer;
	border-radius: 10px;
}
.nav__toggle span {
	display: block;
	width: 22px; height: 2px;
	margin: 5px auto;
	background: #fff;
	border-radius: 2px;
	transition: transform 0.3s var(--ease), opacity 0.2s;
}
.nav.scrolled .nav__toggle span { background: var(--ink); }
.nav.open .nav__toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.open .nav__toggle span:nth-child(2) { opacity: 0; }
.nav.open .nav__toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===================================================================
   Hero
   =================================================================== */
.hero {
	position: relative;
	background: var(--grad-hero);
	color: #cdd8ea;
	padding: calc(var(--nav-h) + 44px) 0 64px;
	overflow: hidden;
}
.hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(rgba(6,36,33,0.14), rgba(6,36,33,0.28)), url('Assets/L plates rip.png') center/cover no-repeat;
	pointer-events: none;
	z-index: 0;
}
.hero > .container { position: relative; z-index: 1; }
.hero h1, .hero .hero__sub { text-shadow: 0 2px 10px rgba(4,26,24,0.6), 0 2px 28px rgba(4,26,24,0.5); }
.hero__mobileimg { display: none; }
.hero__glow {
	position: absolute;
	width: 620px; height: 620px;
	border-radius: 50%;
	filter: blur(120px);
	opacity: 0.22;
	pointer-events: none;
}
.hero__glow--1 { background: #0d9488; top: -260px; right: -160px; }
.hero__glow--2 { background: #2dd4bf; bottom: -300px; left: -200px; opacity: 0.16; }

.hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	gap: 56px;
	align-items: center;
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
}

.hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 16px 8px 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 0.86rem;
	color: #dbe5f5;
	margin-bottom: 26px;
}
.hero__badge .pill {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 600;
	font-size: 0.72rem;
	letter-spacing: 0.04em;
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--grad-brand);
	color: #fff;
}
.hero h1 { color: #fff; margin-bottom: 20px; }
.hero h1 .accent {
	background: linear-gradient(120deg, #14b8a6, #2dd4bf);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
	filter: drop-shadow(0 2px 5px rgba(4,26,24,0.5));
}
.hero__sub {
	font-size: 1.18rem;
	color: #a8b7d0;
	max-width: 520px;
	margin: 0 auto 32px;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; justify-content: center; }

.hero__trust { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; justify-content: center; }
.stars { display: inline-flex; gap: 3px; color: var(--amber-400); }
.stars svg { width: 18px; height: 18px; }
.hero__trust-text { font-size: 0.92rem; color: #9fb0c8; }
.hero__trust-text strong { color: #fff; font-weight: 600; }

/* Hero visual: real car photo */
.hero__visual { position: relative; z-index: 1; }
.hero__photo-frame {
	position: relative;
	border-radius: var(--radius-xl);
	overflow: hidden;
	box-shadow: var(--shadow-lg);
	border: 1px solid rgba(255, 255, 255, 0.14);
	aspect-ratio: 3 / 2;
}
.hero__photo-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.hero__photo-caption {
	position: absolute;
	inset: auto 0 0 0;
	padding: 60px 26px 22px;
	background: linear-gradient(transparent, rgba(6,12,22,0.88) 65%);
	color: #fff;
}
.hero__photo-caption strong { display: block; font-family: "Plus Jakarta Sans", sans-serif; font-size: 1.05rem; }
.hero__photo-caption span { color: #c3d0e5; font-size: 0.88rem; }

.hero__price-badge {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	background: #fff;
	color: var(--ink);
	border-radius: var(--radius);
	padding: 12px 18px;
	box-shadow: var(--shadow-lg);
	text-align: right;
}
.hero__price-badge .label { display: block; font-size: 0.76rem; color: var(--muted); }
.hero__price-badge .value { font-family: "Plus Jakarta Sans", sans-serif; font-weight: 800; font-size: 1.5rem; line-height: 1.1; }
.hero__price-badge .value small { font-size: 0.78rem; font-weight: 500; color: var(--muted); }

/* Marquee trust bar */
.trustbar {
	background: var(--navy-900);
	border-top: 1px solid rgba(255,255,255,0.06);
	padding: 22px 0;
}
.trustbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
}
.trustbar__item {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #9fb0c8;
	font-size: 0.95rem;
	font-weight: 500;
}
.trustbar__item svg { width: 22px; height: 22px; color: var(--cyan-400); }

/* ===================================================================
   Feature cards
   =================================================================== */
.grid { display: grid; gap: 24px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	padding: 34px;
	transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.card__icon {
	width: 56px; height: 56px;
	border-radius: 15px;
	display: grid; place-items: center;
	background: var(--grad-brand);
	color: #fff;
	margin-bottom: 22px;
	box-shadow: var(--shadow-brand);
}
.card__icon svg { width: 26px; height: 26px; }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--muted); margin-bottom: 0; font-size: 0.98rem; }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; position: relative; padding: 6px 12px; }
/* Soft vertical dividers between stats */
.stats .stat + .stat::before {
	content: "";
	position: absolute;
	left: -12px;
	top: 12%;
	height: 76%;
	width: 1px;
	background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.18), transparent);
}
.stat__num {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	font-size: clamp(2.4rem, 5vw, 3.4rem);
	line-height: 1;
	background: linear-gradient(120deg, #14b8a6, #2dd4bf);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: -0.03em;
	filter: drop-shadow(0 0 18px rgba(45, 212, 191, 0.35));
}
.stat__label { margin-top: 12px; font-size: 0.8rem; color: #9fb0c8; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; }

/* ===================================================================
   Split / feature section
   =================================================================== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.split--reverse .split__media { order: 2; }

.checklist { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 14px; }
.checklist li { display: flex; gap: 14px; align-items: flex-start; }
.checklist .tick {
	flex: none;
	width: 26px; height: 26px;
	border-radius: 50%;
	background: rgba(13,148,136,0.12);
	color: var(--blue-500);
	display: grid; place-items: center;
	margin-top: 2px;
}
.checklist .tick svg { width: 15px; height: 15px; }
.checklist strong { color: var(--ink); font-family: "Plus Jakarta Sans", sans-serif; }

.media-frame {
	position: relative;
	border-radius: var(--radius-xl);
	overflow: hidden;
	background: var(--grad-hero);
	aspect-ratio: 3 / 2;
	box-shadow: var(--shadow-lg);
	display: grid;
	place-items: center;
	padding: 40px;
}
.media-frame--portrait { aspect-ratio: 4 / 5; }
.media-frame--photo { padding: 0; }
.media-frame--photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ===================================================================
   Pricing
   =================================================================== */
.pricing { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; max-width: 860px; margin: 0 auto; }
.price-card {
	position: relative;
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	padding: 40px;
	transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.price-card--featured {
	background: var(--grad-hero);
	color: #cdd8ea;
	border-color: transparent;
	box-shadow: var(--shadow-lg);
}
.price-card--featured h3, .price-card--featured .price__amount { color: #fff; }
.price-tag {
	position: absolute;
	top: 22px; right: 22px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--grad-brand);
	color: #fff;
}
.price-card__label {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 600;
	font-size: 1.05rem;
	color: inherit;
	margin-bottom: 6px;
}
.price-card--featured .price-card__label { color: #fff; }
.price__amount {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	font-size: 3rem;
	letter-spacing: -0.03em;
	color: var(--ink);
	line-height: 1;
	margin: 16px 0 4px;
}
.price__amount small { font-size: 1rem; font-weight: 500; color: var(--muted); }
.price-card--featured .price__amount small { color: #a8b7d0; }
.price__was { color: var(--muted); text-decoration: line-through; font-size: 1.05rem; margin-left: 6px; }
.price-card--featured .price__was { color: #8fa1bd; }
.price__note { font-size: 0.92rem; color: var(--muted); margin: 6px 0 22px; }
.price-card--featured .price__note { color: #a8b7d0; }
.price-features { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 12px; }
.price-features li { display: flex; gap: 12px; align-items: center; font-size: 0.96rem; }
.price-features svg { width: 18px; height: 18px; color: var(--blue-500); flex: none; }
.price-card--featured .price-features svg { color: var(--cyan-400); }
.price-card .btn { width: 100%; }

/* ===================================================================
   Steps / process
   =================================================================== */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; padding-top: 8px; }
.step__num {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	font-size: 1.1rem;
	width: 52px; height: 52px;
	border-radius: 15px;
	background: var(--surface);
	border: 1px solid var(--line);
	color: var(--blue-500);
	display: grid; place-items: center;
	margin-bottom: 20px;
	box-shadow: var(--shadow-sm);
}
.section--navy .step__num { background: var(--navy-700); border-color: var(--navy-600); color: var(--cyan-400); }
.step h3 { font-size: 1.15rem; margin-bottom: 8px; }
.step p { font-size: 0.95rem; color: var(--muted); margin: 0; }
.section--navy .step p { color: #9fb0c8; }

/* ===================================================================
   Testimonials
   =================================================================== */
.tst-grid {
	columns: 3;
	column-gap: 24px;
}
.tst {
	break-inside: avoid;
	margin-bottom: 24px;
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	padding: 28px;
	box-shadow: var(--shadow-sm);
	transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.tst:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.tst__stars { display: inline-flex; gap: 2px; color: var(--amber-400); margin-bottom: 14px; }
.tst__stars svg { width: 17px; height: 17px; }
.tst__quote { color: var(--ink); font-size: 1.02rem; margin-bottom: 20px; }
.pass-title { font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700; font-size: 1.05rem; color: var(--ink); margin: 0 0 10px; }
.tst__person { display: flex; align-items: center; gap: 12px; }
.tst__avatar {
	width: 46px; height: 46px;
	border-radius: 50%;
	object-fit: cover;
	background: var(--grad-brand);
	color: #fff;
	display: grid; place-items: center;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 600;
	flex: none;
}
.tst__avatar--photo {
	width: 72px; height: 72px;
	object-position: center 18%;
	box-shadow: var(--shadow-sm);
}
.tst__name { font-family: "Plus Jakarta Sans", sans-serif; font-weight: 600; color: var(--ink); font-size: 0.98rem; }
.tst__meta { font-size: 0.85rem; color: var(--muted); }

/* Screenshot-style testimonial (for real review photos) */
.tst--photo { padding: 0; overflow: hidden; }
.tst--photo img { width: 100%; height: auto; display: block; }
.tst--photo figcaption { padding: 14px 20px; font-size: 0.85rem; color: var(--muted); }

/* ===================================================================
   Gallery
   =================================================================== */
.gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 220px;
	gap: 18px;
}
.gallery__item {
	position: relative;
	overflow: hidden;
	border-radius: var(--radius);
	background: var(--surface-3);
	cursor: pointer;
	box-shadow: var(--shadow-sm);
}
.gallery__item.tall { grid-row: span 2; }
.gallery__item.wide { grid-column: span 2; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.gallery__item:hover img { transform: scale(1.06); }
.gallery__ph {
	width: 100%; height: 100%;
	display: grid; place-items: center;
	background: var(--grad-hero);
	color: rgba(255,255,255,0.5);
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 0.85rem;
	text-align: center;
	gap: 8px;
}
.gallery__ph svg { width: 40px; height: 40px; opacity: 0.6; margin-bottom: 6px; }
.gallery__cap {
	position: absolute;
	inset: auto 0 0 0;
	padding: 30px 18px 16px;
	background: linear-gradient(transparent, rgba(10,20,36,0.85));
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 600;
	font-size: 0.95rem;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
}
.gallery__item:hover .gallery__cap { opacity: 1; transform: translateY(0); }

/* ===================================================================
   Contact
   =================================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }

.info-card {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 24px;
	display: flex;
	gap: 16px;
	align-items: flex-start;
	margin-bottom: 16px;
	transition: box-shadow 0.3s var(--ease), transform 0.3s var(--ease);
}
.info-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.info-card .ico {
	width: 48px; height: 48px; border-radius: 13px; flex: none;
	display: grid; place-items: center;
	background: var(--grad-brand); color: #fff;
	box-shadow: var(--shadow-brand);
}
.info-card .ico svg { width: 22px; height: 22px; }
.info-card h4 { font-family: "Plus Jakarta Sans", sans-serif; margin: 0 0 4px; font-size: 1.05rem; color: var(--ink); }
.info-card p { margin: 0; color: var(--muted); font-size: 0.96rem; }
.info-card a { font-weight: 500; }

.hours { list-style: none; padding: 0; margin: 0; }
.hours li {
	display: flex;
	justify-content: space-between;
	padding: 13px 0;
	border-bottom: 1px solid var(--line);
	font-size: 0.98rem;
}
.hours li:last-child { border-bottom: none; }
.hours .day { color: var(--body); font-weight: 500; }
.hours .time { font-family: "Plus Jakarta Sans", sans-serif; color: var(--ink); font-weight: 600; }
.hours .closed { color: var(--muted); font-weight: 500; }

/* Form */
.form {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	padding: 36px;
	box-shadow: var(--shadow-md);
}
.field { margin-bottom: 20px; }
.field label {
	display: block;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--ink);
	margin-bottom: 8px;
}
.field input, .field textarea, .field select {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
	font-family: inherit;
	font-size: 1rem;
	color: var(--ink);
	background: var(--surface-2);
	transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.field input:focus, .field textarea:focus, .field select:focus {
	outline: none;
	border-color: var(--blue-500);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(13,148,136,0.12);
}
.field textarea { resize: vertical; min-height: 130px; }
.form .btn { width: 100%; }
.form__note { text-align: center; font-size: 0.85rem; color: var(--muted); margin: 16px 0 0; }
.form__success {
	display: none;
	text-align: center;
	padding: 40px 20px;
}
.form__success.show { display: block; }
.form__success .ico {
	width: 68px; height: 68px; border-radius: 50%;
	background: rgba(37,211,102,0.12); color: #25d366;
	display: grid; place-items: center; margin: 0 auto 18px;
}
.form__success .ico svg { width: 34px; height: 34px; }

/* ===================================================================
   CTA band
   =================================================================== */
.cta-band { position: relative; overflow: hidden; }
.cta-box {
	position: relative;
	background: var(--grad-hero);
	border-radius: var(--radius-xl);
	padding: clamp(32px, 4vw, 52px);
	text-align: center;
	overflow: hidden;
	box-shadow: var(--shadow-lg);
}
.cta-box::before {
	content: "";
	position: absolute;
	width: 500px; height: 500px;
	border-radius: 50%;
	background: #0d9488;
	filter: blur(100px);
	opacity: 0.3;
	top: -200px; right: -100px;
}
.cta-box::after {
	content: "";
	position: absolute;
	width: 400px; height: 400px;
	border-radius: 50%;
	background: #2dd4bf;
	filter: blur(100px);
	opacity: 0.2;
	bottom: -200px; left: -80px;
}
.cta-box > * { position: relative; }
.cta-box h2 { color: #fff; margin-bottom: 14px; }
.cta-box p { color: #a8b7d0; max-width: 520px; margin: 0 auto 30px; font-size: 1.1rem; }
.cta-box .btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ===================================================================
   Footer
   =================================================================== */
.footer {
	background: var(--navy-900);
	color: #8fa1bd;
	padding: 72px 0 32px;
}
.footer__top {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
	gap: 40px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer .brand { color: #fff; margin-bottom: 18px; }
.footer__about { font-size: 0.95rem; color: #8fa1bd; max-width: 280px; }
.footer h5 {
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #fff;
	font-size: 0.8rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin: 0 0 18px;
	font-weight: 600;
}
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.footer ul a { color: #8fa1bd; font-size: 0.96rem; }
.footer ul a:hover { color: #fff; }
.footer__contact li { display: flex; gap: 10px; align-items: center; font-size: 0.96rem; }
.footer__contact svg { width: 17px; height: 17px; color: var(--cyan-400); flex: none; }
.footer__social { display: flex; gap: 10px; margin-top: 20px; }
.footer__social a {
	width: 40px; height: 40px; border-radius: 11px;
	background: rgba(255,255,255,0.06);
	display: grid; place-items: center;
	color: #cdd8ea;
	transition: background 0.2s, transform 0.2s;
}
.footer__social a:hover { background: var(--grad-brand); color: #fff; transform: translateY(-2px); }
.footer__social svg { width: 19px; height: 19px; }
.footer__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	padding-top: 28px;
	font-size: 0.88rem;
	color: #6b7d99;
}

/* ===================================================================
   Page header (interior pages)
   =================================================================== */
.page-hero {
	background: var(--grad-hero);
	color: #cdd8ea;
	padding: calc(var(--nav-h) + 44px) 0 48px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page-hero__glow {
	position: absolute;
	width: 500px; height: 500px; border-radius: 50%;
	background: #0d9488; filter: blur(120px); opacity: 0.2;
	top: -240px; left: 50%; transform: translateX(-50%);
}
.page-hero > .container { position: relative; }
.page-hero--tall { padding: calc(var(--nav-h) + 80px) 0 100px; }
.page-hero--img { background-size: cover; background-position: center; }
.page-hero--img p, .page-hero--img .breadcrumb { text-shadow: 0 2px 16px rgba(4,26,24,0.65); }
.page-hero h1, .dl-hero h1 {
	color: #fff;
	margin-bottom: 16px;
	background: linear-gradient(180deg, #ffffff 0%, #d6f3ee 50%, #7fe6d6 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
	filter: drop-shadow(0 8px 26px rgba(45, 212, 191, 0.3));
	letter-spacing: -0.02em;
}
.page-hero p { color: #a8b7d0; font-size: 1.15rem; max-width: 560px; margin: 0 auto; }
.breadcrumb {
	display: inline-flex; align-items: center; gap: 8px;
	font-size: 0.85rem; color: #8fa1bd; margin-bottom: 20px;
}
.breadcrumb a { color: var(--cyan-400); }
.breadcrumb span { opacity: 0.5; }

/* ===================================================================
   Lightbox
   =================================================================== */
.lightbox {
	position: fixed; inset: 0;
	background: rgba(6,12,22,0.92);
	display: none;
	align-items: center; justify-content: center;
	z-index: 200;
	padding: 30px;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.lightbox.show { display: flex; }
.lightbox img { max-width: 90vw; max-height: 88vh; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.lightbox__close {
	position: absolute; top: 24px; right: 28px;
	width: 46px; height: 46px; border-radius: 50%;
	background: rgba(255,255,255,0.1); border: none; color: #fff;
	font-size: 1.6rem; cursor: pointer; line-height: 1;
	transition: background 0.2s;
}
.lightbox__close:hover { background: rgba(255,255,255,0.2); }

/* ===================================================================
   Scroll reveal  (progressive enhancement)
   Content is visible by default; only hidden once JS confirms it can
   animate it back in. If JS never runs, everything simply shows.
   =================================================================== */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }
.js .reveal[data-delay="1"] { transition-delay: 0.08s; }
.js .reveal[data-delay="2"] { transition-delay: 0.16s; }
.js .reveal[data-delay="3"] { transition-delay: 0.24s; }

/* ===================================================================
   Hero entrance animation (pure CSS, no JS required)
   Used for above-the-fold hero/page-hero content that must always be
   visible even if JS fails to load or run.
   =================================================================== */
@keyframes heroFadeUp {
	from { opacity: 0; transform: translateY(22px); }
	to { opacity: 1; transform: none; }
}
.hero-in {
	opacity: 0;
	animation: heroFadeUp 0.9s var(--ease) forwards;
}
.hero-in[data-delay="1"] { animation-delay: 0.15s; }
.hero-in[data-delay="2"] { animation-delay: 0.3s; }
.hero-in[data-delay="3"] { animation-delay: 0.45s; }

/* ===================================================================
   Responsive
   =================================================================== */
@media (max-width: 960px) {
	.hero__grid { grid-template-columns: 1fr; gap: 48px; }
	.hero__visual { max-width: 440px; margin: 0 auto; width: 100%; }
	.split { grid-template-columns: 1fr; gap: 40px; }
	.split--reverse .split__media { order: 0; }
	.grid-4 { grid-template-columns: repeat(2, 1fr); }
	.stats { grid-template-columns: repeat(2, 1fr); gap: 36px 24px; }
	.stats .stat:nth-child(3)::before { display: none; }
	.steps { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
	.tst-grid { columns: 2; }
	.footer__top { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 720px) {
	body { font-size: 16px; }
	.hero { padding: calc(var(--nav-h) + 28px) 0 40px; }
	.page-hero--img {
		background-color: #072a26;
		background-size: auto, 100% auto !important;
		background-position: center, center bottom !important;
		background-repeat: no-repeat;
		padding: calc(var(--nav-h) + 20px) 0 150px !important;
	}
	.hero::after { display: none; }
	.hero h1, .hero .hero__sub { text-shadow: none; }
	.hero__mobileimg {
		display: block;
		width: calc(100% + 48px);
		max-width: none;
		margin: 22px -24px 0;
		border-radius: 0;
		box-shadow: none;
		-webkit-mask-image: linear-gradient(180deg, transparent 0, #000 14%, #000 86%, transparent 100%);
		mask-image: linear-gradient(180deg, transparent 0, #000 14%, #000 86%, transparent 100%);
	}
	.nav__links, .nav__cta { display: none; }
	.nav__toggle { display: block; }
	.nav.open {
		background: rgba(255,255,255,0.97);
		-webkit-backdrop-filter: saturate(180%) blur(14px);
		backdrop-filter: saturate(180%) blur(14px);
	}
	.nav.open .brand, .nav.open .brand small { color: var(--ink); }
	.nav.open .brand small { color: var(--blue-500); }
	.nav.open .nav__toggle span { background: var(--ink); }
	.nav__mobile {
		position: fixed;
		top: var(--nav-h); left: 0; right: 0;
		background: #fff;
		border-bottom: 1px solid var(--line);
		box-shadow: var(--shadow-lg);
		padding: 16px 24px 28px;
		display: none;
		flex-direction: column;
		gap: 4px;
	}
	.nav.open .nav__mobile { display: flex; }
	.nav__mobile a {
		padding: 14px 16px;
		border-radius: var(--radius-sm);
		color: var(--ink);
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 500;
		font-size: 1.05rem;
	}
	.nav__mobile a:hover, .nav__mobile a.active { background: var(--surface-3); color: var(--blue-500); }
	.nav__mobile .btn { margin-top: 12px; }

	.grid-3, .grid-2, .grid-4 { grid-template-columns: 1fr; }
	.stats { grid-template-columns: repeat(2, 1fr); }
	.pricing { grid-template-columns: 1fr; }
	.steps { grid-template-columns: 1fr; }
	.tst-grid { columns: 1; }
	.gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
	.gallery__item.wide { grid-column: span 2; }
	.contact-grid { grid-template-columns: 1fr; gap: 32px; }
	.footer__top { grid-template-columns: 1fr; gap: 32px; }
	.hero__price-badge { padding: 10px 14px; }
	.hero__price-badge .value { font-size: 1.3rem; }
	.hero__actions .btn { flex: 1; }
}

/* Hide mobile menu container on desktop */
.nav__mobile { display: none; }
@media (max-width: 720px) { .nav.open .nav__mobile { display: flex; } }

@media (prefers-reduced-motion: reduce) {
	* { animation: none !important; scroll-behavior: auto !important; }
	.js .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}
