
/*
Theme Name: NedWash Premium 2026
Theme URI: https://nedwash.ro
Author: NedWash
Description: Temă premium negru-auriu (varianta 2026) pentru Spălătoria Auto NedWash Galați — buton de apel, carduri servicii futuriste, hero curat. Programările (Booked) și plugin-urile rămân neatinse.
Version: 2026.1.0
License: GPL-2.0-or-later
Text Domain: nedwash-premium-2026
*/

/* Reset minim, ca tema să fie curată */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

img {
	max-width: 100%;
	height: auto;
}

:root {
	--bg: #0a0a0c;
	--bg2: #101014;
	--panel: #141418;
	--panel2: #1a1a20;
	--line: #2a2a32;
	--gold: #d4af37;
	--gold2: #f0d77a;
	--gold-deep: #b8932e;
	--ink: #fff;
	--mut: #a8a8b3;
	--mut2: #76767f;
	/* culori pachete */
	--blue: #1e72c4;
	--blue-d: #155a9e;
	--orange: #e8821e;
	--orange-d: #c96d12;
	--green: #3da838;
	--green-d: #2f8a2b;
	--purple: #7b54c4;
	--purple-d: #6541a8;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--bg);
	color: var(--ink);
	font-family: "Manrope", sans-serif;
	line-height: 1.6;
	overflow-x: hidden;
}

h1, h2, h3, .display {
	font-family: "Sora", sans-serif;
	letter-spacing: -.5px;
}

a {
	color: inherit;
	text-decoration: none;
}

.wrap {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 24px;
}

/* ---------- accente aurii reutilizabile ---------- */
.gold-text {
	color: var(--gold);
}

.gold-line {
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--gold), transparent);
	border: 0;
}

.btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	font-family: "Sora", sans-serif;
	font-weight: 700;
	font-size: 15px;
	padding: 15px 28px;
	border-radius: 12px;
	cursor: pointer;
	border: 0;
	transition: transform .18s ease, box-shadow .18s ease, filter .18s;
	letter-spacing: .3px;
}

.btn-gold {
	background: linear-gradient(135deg, var(--gold2), var(--gold));
	color: #1a1206;
	box-shadow: 0 8px 24px rgba(212, 175, 55, .32);
}

.btn-gold:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(212, 175, 55, .45);
}

.btn-ghost {
	background: rgba(255, 255, 255, .04);
	color: #fff;
	border: 1px solid var(--line);
	backdrop-filter: blur(6px);
}

.btn-ghost:hover {
	border-color: var(--gold);
	color: var(--gold2);
	transform: translateY(-2px);
}

.btn-wa {
	background: #1faf54;
	color: #fff;
	box-shadow: 0 8px 24px rgba(31, 175, 84, .3);
}

.btn-wa:hover {
	transform: translateY(-2px);
	filter: brightness(1.08);
}

.btn-dir {
	background: rgba(255, 255, 255, .04);
	color: var(--gold2);
	border: 1px solid var(--gold);
}

.btn-dir:hover {
	background: rgba(212, 175, 55, .14);
	transform: translateY(-2px);
}

/* ---------- HEADER ---------- */
header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(10, 10, 12, .82);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--line);
}

.nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 78px;
	gap: 20px;
}

.logo {
	display: flex;
	align-items: center;
	gap: 12px;
}

.logo-pulse {
	transform-origin: center;
	animation: nwHeartbeat 1.9s ease-in-out infinite;
	will-change: transform, filter;
}

@keyframes nwHeartbeat {
	0% {
		transform: scale(1);
		filter: drop-shadow(0 0 0 rgba(212, 175, 55, 0));
	}
	
	10% {
		transform: scale(1.14);
		filter: drop-shadow(0 0 12px rgba(212, 175, 55, .85));
	}
	
	20% {
		transform: scale(1.02);
		filter: drop-shadow(0 0 4px rgba(212, 175, 55, .35));
	}
	
	30% {
		transform: scale(1.1);
		filter: drop-shadow(0 0 10px rgba(212, 175, 55, .7));
	}
	
	42% {
		transform: scale(1);
		filter: drop-shadow(0 0 0 rgba(212, 175, 55, 0));
	}
	
	100% {
		transform: scale(1);
		filter: drop-shadow(0 0 0 rgba(212, 175, 55, 0));
	}
}

@media (prefers-reduced-motion:reduce) {
	.logo-pulse {
		animation: none;
	}
}

.logo-badge {
	width: 46px;
	height: 52px;
	flex: none;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--gold);
	border-radius: 8px 8px 14px 14px;
	background: linear-gradient(180deg, rgba(212, 175, 55, .12), transparent);
}

.logo-badge svg {
	width: 30px;
	height: 30px;
}

.logo-txt b {
	font-family: "Sora";
	font-weight: 800;
	font-size: 23px;
	letter-spacing: 1px;
	display: block;
	line-height: 1;
}

.logo-txt span {
	font-size: 10px;
	letter-spacing: 3px;
	color: var(--gold);
	font-weight: 600;
}

nav.menu {
	display: flex;
	gap: 30px;
	align-items: center;
}

nav.menu a {
	font-size: 14px;
	font-weight: 600;
	color: var(--mut);
	letter-spacing: .5px;
	transition: color .15s;
	position: relative;
}

nav.menu a:hover, nav.menu a.active {
	color: #fff;
}

nav.menu a.active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
	height: 2px;
	background: var(--gold);
	border-radius: 2px;
}

.nav-phone {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--gold2);
	font-weight: 700;
	font-family: "Sora";
	font-size: 15px;
}

.nav-cta {
	padding: 12px 22px;
	font-size: 13px;
}

.burger {
	display: none;
	flex-direction: column;
	gap: 5px;
	cursor: pointer;
	padding: 8px;
}

.burger span {
	width: 26px;
	height: 2.5px;
	background: var(--gold);
	border-radius: 2px;
}

/* ---------- HERO ---------- */
.hero {
	position: relative;
	padding: 70px 0 50px;
	overflow: hidden;
}

.hero-glow {
	position: absolute;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(212, 175, 55, .14), transparent 65%);
	top: -160px;
	right: -120px;
	pointer-events: none;
}

.hero-grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 50px;
	align-items: center;
	position: relative;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 3px;
	color: var(--gold);
	text-transform: uppercase;
	margin-bottom: 22px;
}

.eyebrow::before {
	content: "";
	width: 38px;
	height: 3px;
	border-radius: 3px;
	background: linear-gradient(90deg, #d4af37, #f6e6a0);
	box-shadow: 0 0 8px rgba(212, 175, 55, .5);
}

.hero h1 {
	font-size: clamp(30px, 3.8vw, 50px);
	font-weight: 800;
	line-height: 1.04;
	text-transform: uppercase;
}

.hero h1 .l2 {
	color: var(--gold);
	display: block;
}

.hero .lede {
	font-size: 19px;
	color: var(--mut);
	max-width: 440px;
	margin: 22px 0 32px;
}

.hero-cta {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 42px;
}

.btn-hero {
	font-size: 13px;
	padding: 12px 20px;
	min-width: 210px;
}

.hero-feats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	max-width: 440px;
}

.feat {
	text-align: center;
}

.feat-ic {
	width: 54px;
	height: 54px;
	margin: 0 auto 10px;
	border-radius: 50%;
	border: 1px solid var(--gold);
	display: flex;
	align-items: center;
	justify-content: center;
	background: radial-gradient(circle at 30% 30%, rgba(212, 175, 55, .16), transparent);
}

.feat-ic svg {
	width: 24px;
	height: 24px;
	stroke: var(--gold2);
}

.feat b {
	display: block;
	font-size: 13px;
	font-weight: 700;
	font-family: "Sora";
	margin-bottom: 2px;
}

.feat small {
	font-size: 11.5px;
	color: var(--mut2);
	line-height: 1.35;
	display: block;
}

.hero-media {
	position: relative;
}

.hero-img {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	aspect-ratio: 4/5;
	border: 1px solid var(--line);
	background: linear-gradient(160deg, rgba(212, 175, 55, .08), transparent 40%), repeating-linear-gradient(125deg, #16161c 0 22px, #121217 22px 44px);
	box-shadow: 0 30px 80px rgba(0, 0, 0, .6);
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.hero-img .ph {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	color: var(--mut2);
	text-align: center;
	padding: 20px;
}

.hero-img .ph svg {
	width: 70px;
	height: 70px;
	stroke: var(--gold);
	opacity: .6;
}

.hero-img .ph small {
	font-size: 12.5px;
	max-width: 240px;
	line-height: 1.5;
}

.hero-badge-float {
	position: absolute;
	left: -18px;
	bottom: 34px;
	background: var(--panel);
	border: 1px solid var(--gold);
	border-radius: 14px;
	padding: 14px 18px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, .5);
	display: flex;
	align-items: center;
	gap: 13px;
	transition: transform .18s, box-shadow .18s;
}

.hero-badge-float:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 36px rgba(0, 0, 0, .6);
}

.hero-badge-float .g-logo {
	width: 40px;
	height: 40px;
	flex: none;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-badge-float .star {
	color: var(--gold);
	font-size: 15px;
	letter-spacing: 1px;
	display: block;
}

.hero-badge-float b {
	font-family: "Sora";
	font-size: 15px;
	display: block;
}

.hero-badge-float small {
	display: block;
	color: var(--mut2);
	font-size: 11px;
}

/* ---------- BANDA BENEFICII ---------- */
.benefits {
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	background: var(--bg2);
	padding: 34px 0;
}

.benefits-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
}

.benefit {
	display: flex;
	gap: 14px;
	align-items: flex-start;
}

.benefit .bic {
	width: 46px;
	height: 46px;
	flex: none;
	border-radius: 11px;
	border: 1px solid var(--gold);
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(212, 175, 55, .07);
}

.benefit .bic svg {
	width: 22px;
	height: 22px;
	stroke: var(--gold2);
}

.benefit b {
	font-family: "Sora";
	font-size: 15px;
	display: block;
	margin-bottom: 3px;
}

.benefit p {
	font-size: 12.5px;
	color: var(--mut);
	line-height: 1.45;
}

/* ---------- SECTION TITLE ---------- */
.sec {
	padding: 80px 0;
}

.sec-head {
	text-align: center;
	margin-bottom: 50px;
}

.sec-head .deco {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-bottom: 8px;
}

.sec-head .deco span {
	width: 60px;
	height: 3px;
	border-radius: 3px;
	background: linear-gradient(90deg, transparent, #d4af37, #f6e6a0);
	box-shadow: 0 0 8px rgba(212, 175, 55, .5);
}

.sec-head .deco span:last-child {
	background: linear-gradient(90deg, #f6e6a0, #d4af37, transparent);
}

.sec-head .deco .dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #f6e6a0;
	transform: rotate(45deg);
	box-shadow: 0 0 10px rgba(212, 175, 55, .8);
}

.sec-head h2 {
	font-size: clamp(26px, 3.4vw, 38px);
	font-weight: 800;
	text-transform: uppercase;
}

.sec-head h2 em {
	font-style: normal;
	color: var(--gold);
}

/* ---------- PACHETE ---------- */
.pkgs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.pkg {
	background: linear-gradient(180deg, var(--panel), var(--bg2));
	border: 1px solid var(--line);
	border-radius: 18px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform .2s ease, border-color .2s, box-shadow .2s;
}

.pkg:hover {
	transform: translateY(-6px);
	border-color: var(--gold);
	box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
}

.pkg-head {
	padding: 22px 20px 18px;
	text-align: center;
	color: #fff;
	position: relative;
}

.pkg-head h3 {
	font-size: 18px;
	font-weight: 800;
	letter-spacing: .5px;
}

.pkg-head .sub {
	font-size: 13px;
	font-weight: 700;
	opacity: .92;
	letter-spacing: 1px;
	margin-top: 2px;
}

.pkg.blue .pkg-head {
	background: linear-gradient(135deg, var(--blue), var(--blue-d));
}

.pkg.orange .pkg-head {
	background: linear-gradient(135deg, var(--orange), var(--orange-d));
}

.pkg.green .pkg-head {
	background: linear-gradient(135deg, var(--green), var(--green-d));
}

.pkg.purple .pkg-head {
	background: linear-gradient(135deg, var(--purple), var(--purple-d));
}

.pkg-price {
	text-align: center;
	padding: 20px;
	border-bottom: 1px solid var(--line);
}

.pkg-price .p {
	font-family: "Sora";
	font-size: 21px;
	font-weight: 700;
}

.pkg-price .p span {
	color: var(--gold2);
}

.pkg-price .dur {
	margin-top: 8px;
	font-size: 12px;
	letter-spacing: 2px;
	color: var(--mut2);
	font-weight: 700;
}

.pkg-list {
	list-style: none;
	padding: 18px 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.pkg-list li {
	font-size: 13px;
	color: var(--mut);
	display: flex;
	gap: 9px;
	align-items: center;
}

.pkg-list li svg {
	width: 15px;
	height: 15px;
	flex: none;
}

.pkg-list li.hi {
	color: #fff;
	font-weight: 600;
}

.pkg-foot {
	padding: 0 20px 22px;
}

.pkg-foot .btn {
	width: 100%;
}

.pkg.blue .pkg-foot .btn {
	background: linear-gradient(135deg, var(--blue), var(--blue-d));
	color: #fff;
}

.pkg.orange .pkg-foot .btn {
	background: linear-gradient(135deg, var(--orange), var(--orange-d));
	color: #fff;
}

.pkg.green .pkg-foot .btn {
	background: linear-gradient(135deg, var(--green), var(--green-d));
	color: #fff;
}

.pkg.purple .pkg-foot .btn {
	background: linear-gradient(135deg, var(--purple), var(--purple-d));
	color: #fff;
}

.pkg-foot .btn:hover {
	transform: translateY(-2px);
	filter: brightness(1.1);
}

.pkg-note {
	text-align: center;
	color: var(--mut2);
	font-size: 12.5px;
	margin-top: 26px;
	font-style: italic;
}

/* bara recenzii Google */
.review-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
	background: linear-gradient(135deg, rgba(212, 175, 55, .08), rgba(255, 255, 255, .02));
	border: 1px solid var(--gold);
	border-radius: 14px;
	padding: 16px 24px;
	margin: 0 auto 44px;
	max-width: 640px;
	transition: transform .18s, box-shadow .18s;
}

.review-bar:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(212, 175, 55, .16);
}

.review-bar .rb-logo {
	width: 44px;
	height: 44px;
	flex: none;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.review-bar .rb-stars {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1;
}

.review-bar .rb-rating {
	font-family: "Sora";
	font-weight: 800;
	font-size: 24px;
	color: var(--gold2);
}

.review-bar .rb-star {
	color: var(--gold);
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 3px;
}

.review-bar .rb-text {
	font-size: 14.5px;
	color: var(--mut);
}

.review-bar .rb-text b {
	color: #fff;
	font-weight: 700;
}

.review-bar .rb-cta {
	color: var(--gold2);
	font-weight: 700;
	font-family: "Sora";
	white-space: nowrap;
}

.review-bar:hover .rb-cta {
	color: #fff;
}

/* ---------- OFERTE ---------- */
.offers {
	background: var(--bg2);
	border-top: 1px solid var(--line);
}

.offers-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.offer {
	display: block;
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: 16px;
	overflow: hidden;
	transition: transform .22s, border-color .22s, box-shadow .22s;
	position: relative;
}

.offer::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 16px;
	pointer-events: none;
	box-shadow: 0 0 0 0 rgba(212, 175, 55, 0);
	transition: box-shadow .25s;
}

.offer:hover {
	transform: translateY(-6px);
	border-color: var(--gold);
	box-shadow: 0 22px 48px rgba(0, 0, 0, .5);
}

.offer:hover::after {
	box-shadow: inset 0 0 0 1px rgba(212, 175, 55, .5);
}

.offer-img {
	height: 150px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid var(--line);
	background: radial-gradient(circle at 50% 35%, rgba(212, 175, 55, .12), transparent 60%), linear-gradient(135deg, #1c1c22, #121217);
}

.offer-img svg {
	width: 50px;
	height: 50px;
	stroke: var(--gold);
	opacity: .85;
	transition: transform .25s, opacity .25s;
}

.offer-img.offer-art {
	padding: 0;
	background: #0b0b0f;
}

.offer-img.offer-art .art {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	stroke: none;
	opacity: 1;
	transition: transform .4s ease;
}

.offer:hover .offer-img.offer-art .art {
	transform: scale(1.06);
}

.offer:hover .offer-img svg {
	transform: scale(1.12);
	opacity: 1;
}

.offer-tag {
	position: absolute;
	top: 12px;
	right: 12px;
	background: linear-gradient(135deg, var(--gold2), var(--gold));
	color: #1a1206;
	font-family: "Sora";
	font-weight: 800;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 4px 10px;
	border-radius: 999px;
}

.offer-body {
	padding: 20px 18px;
}

.offer-body b {
	font-family: "Sora";
	font-size: 16px;
	display: block;
	margin-bottom: 7px;
	color: #fff;
}

.offer-body p {
	font-size: 12.5px;
	color: var(--mut);
	margin-bottom: 16px;
	line-height: 1.5;
}

.offer-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-family: "Sora";
	font-weight: 700;
	font-size: 13px;
	color: var(--gold2);
	letter-spacing: .3px;
}

.offer-link svg {
	width: 16px;
	height: 16px;
	transition: transform .22s;
}

.offer:hover .offer-link {
	color: #fff;
}

.offer:hover .offer-link svg {
	transform: translateX(5px);
}

/* ---------- CONTACT FOOTER ---------- */
footer {
	border-top: 1px solid var(--gold);
	background: linear-gradient(180deg, #0c0c0f, #08080a);
	padding: 46px 0 30px;
}

.foot-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 34px;
}

.foot-item {
	display: flex;
	gap: 14px;
	align-items: flex-start;
}

.foot-item .fic {
	width: 46px;
	height: 46px;
	flex: none;
	border-radius: 50%;
	border: 1px solid var(--gold);
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(212, 175, 55, .07);
}

.foot-item .fic svg {
	width: 20px;
	height: 20px;
	stroke: var(--gold2);
}

.foot-item b {
	font-family: "Sora";
	font-size: 16px;
	display: block;
	color: var(--gold2);
}

.foot-item span {
	font-size: 13px;
	color: var(--mut);
}

.foot-bottom {
	border-top: 1px solid var(--line);
	padding-top: 22px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	font-size: 12.5px;
	color: var(--mut2);
}

/* premium footer columns */
.foot-cols {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1.3fr 1.1fr;
	gap: 40px;
	margin-bottom: 36px;
}

.fcol h4 {
	font-family: "Sora";
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--gold2);
	margin-bottom: 18px;
	padding-bottom: 12px;
	position: relative;
}

.fcol h4::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 44px;
	height: 3px;
	border-radius: 3px;
	background: linear-gradient(90deg, #f6e6a0, #d4af37);
	box-shadow: 0 0 8px rgba(212, 175, 55, .6);
}

.fcol p {
	font-size: 13px;
	color: var(--mut);
	line-height: 1.6;
	margin-bottom: 12px;
}

.fcol .flink {
	display: inline-block;
	color: var(--gold2);
	font-size: 12.5px;
	font-weight: 600;
	margin-top: 2px;
	transition: .15s;
}

.fcol .flink:hover {
	color: #fff;
}

.flist {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.flist a {
	font-size: 13.5px;
	color: var(--mut);
	position: relative;
	padding-left: 16px;
	transition: .15s;
}

.flist a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--gold);
	transition: .15s;
}

.flist a:hover {
	color: #fff;
}

.flist a:hover::before {
	box-shadow: 0 0 8px var(--gold);
}

.finfo p {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	font-size: 13px;
}

.finfo p svg {
	width: 17px;
	height: 17px;
	flex: none;
	margin-top: 2px;
}

.finfo a {
	color: var(--mut);
	transition: .15s;
}

.finfo a:hover {
	color: var(--gold2);
}

.finfo .company {
	font-size: 11.5px;
	color: var(--mut2);
	line-height: 1.5;
}

.fprogram {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.fprogram li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12.5px;
	padding: 5px 0;
	border-bottom: 1px dashed rgba(255, 255, 255, .06);
}

.fprogram li span {
	font-weight: 700;
	font-family: "Sora";
	color: #fff;
	letter-spacing: .5px;
}

.fprogram li b {
	color: var(--gold2);
	font-weight: 600;
}

.seap-badge {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	background: rgba(212, 175, 55, .08);
	border: 1px solid var(--gold);
	color: var(--gold2);
	padding: 9px 16px;
	border-radius: 10px;
	font-weight: 700;
	font-family: "Sora";
	font-size: 13px;
	transition: .15s;
}

.seap-badge:hover {
	background: rgba(212, 175, 55, .18);
	transform: translateY(-1px);
}

/* sticky mobile CTA */
.mobile-cta {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 120;
	padding: 12px 16px;
	background: linear-gradient(180deg, transparent, rgba(8, 8, 10, .96) 30%);
}

.mobile-cta .btn {
	width: 100%;
}

/* buton WhatsApp flotant care pulsează */
.wa-float {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 130;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: #25d366;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 24px rgba(37, 211, 102, .45);
	cursor: pointer;
	transition: transform .18s;
}

.wa-float:hover {
	transform: scale(1.08);
}

.wa-float svg {
	position: relative;
	z-index: 2;
}

.wa-ring {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: #25d366;
	opacity: .55;
	z-index: 1;
	animation: waPulse 2s ease-out infinite;
}

.wa-ring2 {
	animation-delay: 1s;
}

@keyframes waPulse {
	0% {
		transform: scale(1);
		opacity: .55;
	}
	
	100% {
		transform: scale(2.1);
		opacity: 0;
	}
}

@media (prefers-reduced-motion:reduce) {
	.wa-ring {
		animation: none;
		opacity: 0;
	}
}

/* reveal animation */
.rv {
	opacity: 0;
	transform: translateY(24px);
	animation: rvin .7s ease forwards;
}

@keyframes rvin {
	to {
		opacity: 1;
		transform: none;
	}
}

/* ---------- RESPONSIVE ---------- */
@media (max-width:980px) {
	nav.menu, .nav-phone, .nav-cta {
		display: none;
	}
	
	.burger {
		display: flex;
	}
	
	.hero-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}
	
	.hero-media {
		order: -1;
	}
	
	.hero-img {
		aspect-ratio: 16/12;
	}
	
	.benefits-grid {
		grid-template-columns: 1fr 1fr;
		gap: 22px;
	}
	
	.pkgs {
		grid-template-columns: 1fr 1fr;
	}
	
	.offers-grid {
		grid-template-columns: 1fr 1fr;
	}
	
	.foot-grid {
		grid-template-columns: 1fr;
	}
	
	.foot-cols {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}
	
	.mobile-cta {
		display: block;
	}
	
	.wa-float {
		bottom: 84px;
		right: 16px;
		width: 56px;
		height: 56px;
	}
	
	body {
		padding-bottom: 74px;
	}
}

@media (max-width:560px) {
	.hero-feats {
		grid-template-columns: repeat(3, 1fr);
		gap: 14px;
		max-width: none;
	}
	
	.benefits-grid {
		grid-template-columns: 1fr;
	}
	
	.pkgs {
		grid-template-columns: 1fr;
	}
	
	.offers-grid {
		grid-template-columns: 1fr;
	}
	
	.foot-cols {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	
	.nav {
		height: 66px;
	}
}

/* ============================================================
   FIX BOOKED — formularul de programare are fundal alb;
   forțăm text închis ca să fie lizibil (tema folosește text alb).
   ============================================================ */
.booked-modal, .booked-modal *, .booked-appointment-form, .booked-appointment-form *, .booked-form, .booked-form *, .booked-calendar, .booked-calendar *, #booked-profile-page, #booked-profile-page *, .booked-list-view, .booked-list-view *, .booked-modal-content, .booked-modal-content *, div.bookedModal, div.bookedModal *, .booked-public-appointment-form, .booked-public-appointment-form * {
	color: #222 !important;
}

/* titlurile/etichetele importante puțin mai închise */
.booked-modal label, .booked-form label, .booked-appointment-form label, .booked-public-appointment-form label, .booked-modal h1, .booked-modal h2, .booked-modal h3, .booked-modal h4, .booked-form h1, .booked-form h2, .booked-form h3, .booked-form h4 {
	color: #111 !important;
}

/* câmpurile de input să aibă text negru pe alb */
.booked-modal input, .booked-modal select, .booked-modal textarea, .booked-form input, .booked-form select, .booked-form textarea, .booked-appointment-form input, .booked-appointment-form select, .booked-appointment-form textarea, .booked-public-appointment-form input, .booked-public-appointment-form select, .booked-public-appointment-form textarea {
	color: #222 !important;
	background: #fff !important;
}

/* linkurile din formular rămân vizibile (albastru) */
.booked-modal a, .booked-form a, .booked-appointment-form a {
	color: #1e72c4 !important;
}

/* păstrăm bara de titlu albastră a modalului cu text alb */
.booked-modal .booked-modal-header, .booked-modal-header, .bookedModal .modal-header {
	color: #fff !important;
}

.booked-modal .booked-modal-header *, .booked-modal-header * {
	color: #fff !important;
}

/* Plasă de siguranță suplimentară pentru ferestre/popup de programare
   cu fundal alb (orice modal de booking), ca textul să nu fie alb pe alb */
.booked-modal, .bookedModal, [class*="booked"][class*="modal"], .booked-appt-list, .booked-calendar-wrap, .booked-public-appointment-form, [id*="booked"] .form-field, [class*="booked"] .form-field {
	color: #222 !important;
}

[class*="booked"] p, [class*="booked"] span, [class*="booked"] li, [class*="booked"] td, [class*="booked"] label, [class*="booked"] strong, [class*="booked"] div, [class*="booked"] h1, [class*="booked"] h2, [class*="booked"] h3, [class*="booked"] h4, [class*="booked"] option {
	color: #222 !important;
}

/* dar antetele albastre (header modal) rămân cu text alb */
[class*="booked"] [class*="header"], [class*="booked"] [class*="title-bar"] {
	color: #fff !important;
}

/* === Submeniu SERVICII in meniul principal (adaugat 16.08.2026 - SEO) === */
nav.menu .has-sub {
	position: relative;
	display: inline-flex;
	align-items: center;
}

nav.menu .has-sub > a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	font-weight: 600;
	color: var(--mut);
	letter-spacing: .5px;
}

nav.menu .has-sub > a:hover {
	color: #fff;
}

nav.menu .has-sub .caret {
	font-style: normal;
	font-size: 10px;
	line-height: 1;
	transition: transform .15s;
}

nav.menu .has-sub:hover .caret, nav.menu .has-sub:focus-within .caret {
	transform: rotate(180deg);
}

nav.menu .submenu {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(8px);
	display: flex;
	flex-direction: column;
	min-width: 232px;
	padding: 8px 0;
	margin-top: 10px;
	background: #12100c;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 12px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, .55);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .15s ease, transform .15s ease;
	z-index: 999;
}

nav.menu .submenu::before {
	content: "";
	position: absolute;
	top: -14px;
	left: 0;
	right: 0;
	height: 14px;
}

nav.menu .has-sub:hover .submenu, nav.menu .has-sub:focus-within .submenu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}

nav.menu .submenu a {
	display: block;
	padding: 10px 18px;
	font-size: 13.5px;
	font-weight: 500;
	letter-spacing: .2px;
	white-space: nowrap;
	color: var(--mut);
}

nav.menu .submenu a:hover {
	color: #fff;
	background: rgba(212, 175, 55, .1);
}

@media (max-width:1240px) {
	nav.menu {
		gap: 20px;
	}
	
	nav.menu a, nav.menu .has-sub > a {
		font-size: 13px;
	}
}

@media (max-width:1080px) {
	nav.menu {
		gap: 15px;
	}
	
	nav.menu a, nav.menu .has-sub > a {
		font-size: 12px;
		letter-spacing: .2px;
	}
}
