/*
Theme Name: DuoTermServ
Theme URI: https://duotermserv.ro
Author: Ionut
Description: Temă custom pentru DuoTermServ — service centrale termice și climatizare, Iași.
Version: 1.0.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: duotermserv
*/

:root {
	--c-navy: #0e3a57;
	--c-navy-dark: #0a2c43;
	--c-blue: #1672b8;
	--c-flame: #cb3438;
	--c-flame-dark: #a8282c;
	--c-bg: #f5f8fa;
	--c-surface: #ffffff;
	--c-text: #22313d;
	--c-muted: #5d707f;
	--c-line: #dde6ec;
	--radius: 14px;
	--shadow: 0 4px 24px rgba(14, 58, 87, 0.10);
	--shadow-soft: 0 2px 10px rgba(14, 58, 87, 0.07);
	--font: "Manrope", -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	--container: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	font-family: var(--font);
	font-size: 17px;
	line-height: 1.65;
	color: var(--c-text);
	background: var(--c-bg);
	-webkit-font-smoothing: antialiased;
}

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

a { color: var(--c-blue); text-decoration: none; }
a:hover { color: var(--c-flame); }

h1, h2, h3, h4 {
	font-weight: 800;
	line-height: 1.2;
	color: var(--c-navy);
	margin: 0 0 0.5em;
}

h1 { font-size: clamp(2rem, 4.5vw, 3.1rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
h3 { font-size: 1.25rem; }

.container {
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 22px;
}

/* ---------- Butoane ---------- */
.btn {
	display: inline-block;
	padding: 13px 28px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 16px;
	border: 2px solid transparent;
	cursor: pointer;
	transition: all .18s ease;
}
.btn-primary { background: var(--c-flame); color: #fff; }
.btn-primary:hover { background: var(--c-flame-dark); color: #fff; transform: translateY(-2px); }
.btn-outline { border-color: rgba(255,255,255,.55); color: #fff; background: transparent; }
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.1); color: #fff; }
.btn-navy { background: var(--c-navy); color: #fff; }
.btn-navy:hover { background: var(--c-navy-dark); color: #fff; transform: translateY(-2px); }

/* ---------- Topbar ---------- */
.topbar {
	background: var(--c-navy-dark);
	color: #cfdfeb;
	font-size: 14px;
	padding: 7px 0;
}
.topbar .container {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}
.topbar a { color: #fff; font-weight: 600; }
.topbar a:hover { color: var(--c-flame); }
.topbar-contact { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar-right { display: flex; align-items: center; gap: 16px; }
.topbar-fb {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 5px;
	background: rgba(255,255,255,.14);
	color: #fff !important;
	font-weight: 800;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	line-height: 1;
}
.topbar-fb:hover { background: var(--c-flame); color: #fff !important; }

/* ---------- Banner consimțământ cookie-uri ---------- */
.dts-consent {
	position: fixed;
	left: 50%;
	bottom: 22px;
	transform: translateX(-50%) translateY(20px);
	z-index: 1000;
	width: min(920px, calc(100% - 32px));
	background: var(--c-surface);
	border: 1px solid var(--c-line);
	border-radius: var(--radius);
	box-shadow: 0 18px 50px rgba(14,58,87,.28);
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s ease, transform .25s ease;
}
.dts-consent.show { opacity: 1; transform: translateX(-50%) translateY(0); pointer-events: auto; }
.dts-consent-inner {
	display: flex;
	align-items: center;
	gap: 26px;
	padding: 20px 24px;
	flex-wrap: wrap;
}
.dts-consent-text { flex: 1 1 360px; }
.dts-consent-text strong { color: var(--c-navy); font-size: 16px; }
.dts-consent-text p { margin: 4px 0 0; font-size: 14.5px; color: var(--c-muted); }
.dts-consent-actions { display: flex; gap: 12px; flex-shrink: 0; }
.dts-consent-actions .btn { padding: 11px 22px; font-size: 15px; }
.btn-ghost-dark {
	background: transparent;
	border: 2px solid var(--c-line);
	color: var(--c-navy);
}
.btn-ghost-dark:hover { border-color: var(--c-navy); background: #f1f5f8; color: var(--c-navy); }
.footer-bottom a.js-cookie-settings { color: #b6cad9; text-decoration: underline; }
.footer-bottom a.js-cookie-settings:hover { color: var(--c-flame); }

@media (max-width: 600px) {
	.dts-consent-inner { padding: 18px; }
	.dts-consent-actions { width: 100%; }
	.dts-consent-actions .btn { flex: 1; text-align: center; }
}

/* ---------- Header ---------- */
.site-header {
	background: var(--c-surface);
	box-shadow: var(--shadow-soft);
	position: sticky;
	top: 0;
	z-index: 50;
}
.site-header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 76px;
}
.site-logo { display: flex; align-items: center; gap: 12px; }
.site-logo img,
.site-logo .custom-logo { max-height: 52px; width: auto; height: auto; display: block; }
.site-logo .custom-logo-link { display: block; line-height: 0; }
.site-logo .logo-text { font-size: 24px; font-weight: 800; color: var(--c-navy); }
.site-logo .logo-text span { color: var(--c-flame); }

.main-nav ul {
	display: flex;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: center;
}
.main-nav a {
	display: block;
	padding: 10px 14px;
	font-weight: 700;
	font-size: 15.5px;
	color: var(--c-navy);
	border-radius: 8px;
}
.main-nav a:hover,
.main-nav .current-menu-item > a { color: var(--c-flame); background: #fbe9ea; }
.header-cta { white-space: nowrap; }

.nav-toggle {
	display: none;
	background: none;
	border: 0;
	font-size: 28px;
	color: var(--c-navy);
	cursor: pointer;
	padding: 6px 10px;
}

/* ---------- Hero ---------- */
.hero {
	background:
		linear-gradient(115deg, rgba(10,44,67,.96) 35%, rgba(14,58,87,.82) 60%, rgba(22,114,184,.55)),
		var(--c-navy);
	color: #fff;
	padding: 88px 0 96px;
	position: relative;
	overflow: hidden;
}
.hero::after {
	content: "";
	position: absolute;
	right: -160px;
	top: -160px;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(240,112,31,.35), transparent 65%);
}
.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
	background-size: 22px 22px;
	opacity: .6;
}
.hero .container { position: relative; z-index: 1; }
.hero-split {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 48px;
	align-items: center;
}
.hero h1 { color: #fff; margin-bottom: 18px; }
.hero p.lead {
	font-size: clamp(1.05rem, 2vw, 1.3rem);
	color: #d9e6f0;
	margin: 0 0 32px;
	max-width: 640px;
}
.hero .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-mini-title {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--c-flame);
	margin-bottom: 16px;
}
.hero-mini-title::before {
	content: "";
	width: 26px;
	height: 2px;
	background: var(--c-flame);
	display: inline-block;
}

.hero-badges {
	display: flex;
	gap: 28px;
	margin-top: 40px;
	flex-wrap: wrap;
}
.hero-badges .badge b { display: block; font-size: 26px; color: var(--c-flame); }
.hero-badges .badge span { font-size: 14px; color: #b9cedd; }

/* Hero visual: boiler într-un cadru alb + formă decorativă în spate */
.hero-visual { position: relative; display: flex; justify-content: center; }
.hero-visual .blob {
	position: absolute;
	width: 300px;
	height: 300px;
	border-radius: 42% 58% 56% 44% / 48% 42% 58% 52%;
	background: linear-gradient(150deg, var(--c-flame), #e0595d);
	top: -28px;
	right: 6%;
	box-shadow: 0 30px 70px rgba(240,112,31,.35);
	z-index: 0;
}
.hero-visual .product-frame {
	position: relative;
	z-index: 1;
	background: #fff;
	border-radius: 20px;
	padding: 26px 30px;
	box-shadow: 0 30px 60px rgba(0,0,0,.30);
}
.hero-visual .hero-product {
	display: block;
	max-height: 380px;
	width: auto;
	margin: 0 auto;
}
.hero-visual .float-card {
	position: absolute;
	z-index: 2;
	background: #fff;
	color: var(--c-text);
	border-radius: 14px;
	padding: 14px 18px;
	box-shadow: var(--shadow);
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 700;
	font-size: 14.5px;
}
.hero-visual .float-card .fc-ico {
	width: 38px; height: 38px;
	border-radius: 9px;
	background: #fbe9ea;
	color: var(--c-flame);
	display: flex; align-items: center; justify-content: center;
	font-size: 19px;
}
.hero-visual .float-card.fc-tl { top: 8%; left: -6%; }
.hero-visual .float-card.fc-br { bottom: 8%; right: -4%; }
.hero-visual .float-card small { display: block; font-weight: 600; color: var(--c-muted); font-size: 12.5px; }

/* ---------- Secțiuni ---------- */
.section { padding: 72px 0; }
.section-alt { background: var(--c-surface); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.section-head .kicker {
	display: inline-block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--c-flame);
	margin-bottom: 8px;
}
.section-head p { color: var(--c-muted); margin: 0; }

/* ---------- Carduri servicii ---------- */
.cards-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.card {
	background: var(--c-surface);
	border-radius: var(--radius);
	padding: 30px 26px;
	box-shadow: var(--shadow-soft);
	border: 1px solid var(--c-line);
	transition: transform .18s ease, box-shadow .18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card .card-icon {
	width: 54px;
	height: 54px;
	border-radius: 12px;
	background: #fbe9ea;
	color: var(--c-flame);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	margin-bottom: 18px;
}
.card h3 { margin-bottom: 8px; }
.card p { color: var(--c-muted); font-size: 15.5px; margin: 0; }

/* ---------- Produse (Woo) ---------- */
.products-strip .woocommerce ul.products { margin: 0; }

.woocommerce ul.products li.product {
	background: var(--c-surface);
	border-radius: var(--radius);
	border: 1px solid var(--c-line);
	box-shadow: var(--shadow-soft);
	padding: 18px !important;
	transition: transform .18s ease, box-shadow .18s ease;
	text-align: center;
}
.woocommerce ul.products li.product:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.woocommerce ul.products li.product img { border-radius: 10px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 15.5px;
	font-weight: 700;
	color: var(--c-navy);
	line-height: 1.4;
}
.woocommerce ul.products li.product .price {
	color: var(--c-flame) !important;
	font-weight: 800;
	font-size: 18px;
}
.woocommerce ul.products li.product .button,
.woocommerce a.button, .woocommerce button.button.alt {
	background: var(--c-navy) !important;
	color: #fff !important;
	border-radius: 999px !important;
	font-weight: 700 !important;
	padding: 10px 22px !important;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover { background: var(--c-flame) !important; }

/* ---------- Bandă CTA ---------- */
.cta-band {
	background: linear-gradient(115deg, var(--c-flame) 0%, #e0595d 100%);
	color: #fff;
	border-radius: var(--radius);
	padding: 44px 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	flex-wrap: wrap;
	box-shadow: var(--shadow);
}
.cta-band h2 { color: #fff; margin: 0 0 6px; }
.cta-band p { margin: 0; color: #ffe9da; }
.cta-band .btn { background: #fff; color: var(--c-flame-dark); }
.cta-band .btn:hover { background: var(--c-navy); color: #fff; }

/* ---------- Despre / split ---------- */
.split {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 48px;
	align-items: center;
}
.split .checklist { list-style: none; padding: 0; margin: 18px 0 26px; }
.split .checklist li {
	padding-left: 32px;
	position: relative;
	margin-bottom: 12px;
	font-weight: 600;
}
.split .checklist li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #e7f3e9;
	color: #2e8b46;
	font-size: 13px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
}
.split-visual {
	background: linear-gradient(160deg, var(--c-navy), var(--c-blue));
	border-radius: var(--radius);
	color: #fff;
	padding: 40px 36px;
	box-shadow: var(--shadow);
}
.split-visual .stat { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.split-visual .stat:last-child { border-bottom: 0; }
.split-visual .stat b { font-size: 30px; color: var(--c-flame); display: block; }
.split-visual .stat span { color: #c9dcea; font-size: 15px; }

/* ---------- Formulare ---------- */
.form-card {
	background: var(--c-surface);
	border-radius: var(--radius);
	border: 1px solid var(--c-line);
	box-shadow: var(--shadow-soft);
	padding: 38px;
	max-width: 720px;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-weight: 700; font-size: 14.5px; color: var(--c-navy); }
.form-field input,
.form-field select,
.form-field textarea {
	padding: 12px 14px;
	border: 1.5px solid var(--c-line);
	border-radius: 10px;
	font-family: var(--font);
	font-size: 16px;
	background: #fbfdfe;
	color: var(--c-text);
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
	outline: none;
	border-color: var(--c-blue);
	box-shadow: 0 0 0 3px rgba(22,114,184,.12);
}
.form-note { font-size: 13.5px; color: var(--c-muted); margin-top: 14px; }
.form-msg {
	border-radius: 10px;
	padding: 14px 18px;
	margin-bottom: 22px;
	font-weight: 600;
}
.form-msg.ok { background: #e7f3e9; color: #226633; border: 1px solid #bfe0c6; }
.form-msg.err { background: #fdecec; color: #a32727; border: 1px solid #f3c2c2; }
.hp-field { position: absolute !important; left: -9999px !important; }

/* ---------- Pagini conținut ---------- */
.page-hero {
	background: linear-gradient(115deg, var(--c-navy-dark), var(--c-navy) 70%, var(--c-blue));
	color: #fff;
	padding: 54px 0;
}
.page-hero h1 { color: #fff; margin: 0; }
.page-hero .breadcrumbs { font-size: 14px; color: #9fbccf; margin-bottom: 8px; }
.page-hero .breadcrumbs a { color: #cfe2ef; }
.page-content { padding: 56px 0 72px; }
.page-content .entry { max-width: 820px; }
.page-content .entry-wide { max-width: none; }

/* ---------- Info contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; align-items: start; }
.info-tiles { display: grid; gap: 16px; }
.info-tile {
	display: flex;
	gap: 16px;
	background: var(--c-surface);
	border: 1px solid var(--c-line);
	border-radius: var(--radius);
	padding: 20px 22px;
	box-shadow: var(--shadow-soft);
	align-items: flex-start;
}
.info-tile .ico {
	width: 44px; height: 44px;
	flex: 0 0 44px;
	border-radius: 10px;
	background: #fbe9ea;
	color: var(--c-flame);
	display: flex; align-items: center; justify-content: center;
	font-size: 20px;
}
.info-tile b { display: block; color: var(--c-navy); }
.info-tile span, .info-tile a { color: var(--c-muted); font-size: 15.5px; }
.map-embed { border: 0; width: 100%; height: 320px; border-radius: var(--radius); box-shadow: var(--shadow-soft); }

/* ---------- Footer ---------- */
.site-footer {
	background: var(--c-navy-dark);
	color: #b6cad9;
	padding: 56px 0 0;
	margin-top: 72px;
	font-size: 15px;
}
.footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
	gap: 36px;
	padding-bottom: 40px;
}
.site-footer h4 { color: #fff; font-size: 16px; margin-bottom: 14px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 9px; }
.site-footer a { color: #b6cad9; }
.site-footer a:hover { color: var(--c-flame); }
.footer-logo { display: inline-block; margin-bottom: 16px; line-height: 0; }
.footer-logo img { max-width: 220px; width: 100%; height: auto; }
.footer-bottom {
	border-top: 1px solid rgba(255,255,255,.12);
	padding: 18px 0;
	font-size: 13.5px;
	display: flex;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

/* ---------- Woo pagini ---------- */
.woocommerce-page .page-content { padding-top: 40px; }
.woocommerce .woocommerce-breadcrumb { color: var(--c-muted); }
.woocommerce div.product p.price { color: var(--c-flame); font-weight: 800; font-size: 26px; }
.woocommerce div.product .product_title { color: var(--c-navy); }
.woocommerce .woocommerce-ordering select { padding: 8px 12px; border-radius: 8px; border: 1.5px solid var(--c-line); }
.woocommerce-message, .woocommerce-info {
	border-top-color: var(--c-blue) !important;
}

/* ---------- Carduri servicii: variantă cu formă decorativă ---------- */
.card {
	position: relative;
	overflow: hidden;
}
.card::after {
	content: "";
	position: absolute;
	right: -38px;
	top: -38px;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: #fbe9ea;
	transition: transform .25s ease, background .25s ease;
	z-index: 0;
}
.card:hover::after { transform: scale(2.4); background: #f7dde0; }
.card > * { position: relative; z-index: 1; }
.card .card-link {
	display: inline-block;
	margin-top: 14px;
	font-weight: 800;
	font-size: 14.5px;
	color: var(--c-flame);
}
.card .card-link::after { content: " →"; }

/* ---------- Proces de lucru ---------- */
.process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	counter-reset: step;
}
.process-step {
	position: relative;
	text-align: center;
	padding: 0 8px;
}
.process-step .step-circle {
	width: 84px;
	height: 84px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: var(--c-surface);
	border: 2px dashed var(--c-flame);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	position: relative;
}
.process-step .step-circle .step-num {
	counter-increment: step;
	position: absolute;
	top: -8px;
	right: -8px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--c-flame);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
}
.process-step .step-circle .step-num::before { content: counter(step); }
.process-step h3 { margin-bottom: 6px; }
.process-step p { color: var(--c-muted); font-size: 15px; margin: 0; }
.process-grid .process-step:not(:last-child)::before {
	content: "";
	position: absolute;
	top: 42px;
	left: calc(50% + 60px);
	width: calc(100% - 84px);
	height: 2px;
	background: repeating-linear-gradient(90deg, var(--c-line) 0 8px, transparent 8px 16px);
}

/* ---------- Contracte / planuri ---------- */
.plans-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
	align-items: stretch;
}
.plan {
	background: var(--c-surface);
	border: 1px solid var(--c-line);
	border-radius: var(--radius);
	padding: 34px 30px;
	box-shadow: var(--shadow-soft);
	display: flex;
	flex-direction: column;
	transition: transform .18s ease, box-shadow .18s ease;
}
.plan:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.plan.featured {
	background: linear-gradient(165deg, var(--c-navy), var(--c-navy-dark));
	color: #fff;
	border-color: var(--c-navy);
	position: relative;
}
.plan.featured h3, .plan.featured .plan-price { color: #fff; }
.plan .plan-badge {
	position: absolute;
	top: 18px;
	right: 18px;
	background: var(--c-flame);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .06em;
	padding: 5px 12px;
	border-radius: 999px;
}
.plan .plan-name { font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--c-flame); margin-bottom: 8px; }
.plan h3 { font-size: 1.7rem; margin-bottom: 6px; }
.plan .plan-sub { color: var(--c-muted); font-size: 15px; margin: 0 0 22px; }
.plan.featured .plan-sub { color: #b9cedd; }
.plan ul {
	list-style: none;
	padding: 0;
	margin: 0 0 26px;
	flex: 1;
}
.plan ul li {
	padding: 9px 0 9px 30px;
	position: relative;
	font-size: 15.5px;
	border-bottom: 1px solid var(--c-line);
}
.plan.featured ul li { border-bottom-color: rgba(255,255,255,.12); }
.plan ul li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 9px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #e7f3e9;
	color: #2e8b46;
	font-size: 12px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
}
.plan ul li.muted { color: var(--c-muted); }
.plan ul li.muted::before { content: "–"; background: #eef2f5; color: #9bacb8; }
.plan .btn { text-align: center; }
.plan.featured .btn-navy { background: var(--c-flame); }
.plan.featured .btn-navy:hover { background: var(--c-flame-dark); }

/* ---------- Strip branduri ---------- */
.brand-strip { background: var(--c-surface); padding: 40px 0; border-top: 1px solid var(--c-line); }
.brand-strip .brand-label {
	text-align: center;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--c-muted);
	margin-bottom: 26px;
}
.brand-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 44px;
}
.brand-logos img {
	height: 40px;
	width: auto;
	max-width: 150px;
	object-fit: contain;
	filter: brightness(0);
	opacity: .38;
	transition: opacity .2s ease;
}
.brand-logos img:hover { opacity: .72; }

/* ---------- FAQ (accordion nativ) ---------- */
.faq-wrap { max-width: 820px; margin: 0 auto; }
.faq-item {
	background: var(--c-surface);
	border: 1px solid var(--c-line);
	border-radius: var(--radius);
	margin-bottom: 14px;
	box-shadow: var(--shadow-soft);
	overflow: hidden;
}
.faq-item summary {
	list-style: none;
	cursor: pointer;
	padding: 20px 56px 20px 24px;
	font-weight: 700;
	font-size: 17px;
	color: var(--c-navy);
	position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
	content: "+";
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #fbe9ea;
	color: var(--c-flame);
	font-size: 20px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform .2s ease, background .2s ease;
}
.faq-item[open] summary::after { content: "–"; background: var(--c-flame); color: #fff; }
.faq-item summary:hover { color: var(--c-flame); }
.faq-item .faq-body { padding: 0 24px 22px; color: var(--c-muted); font-size: 15.5px; }
.faq-item .faq-body p { margin: 0; }

/* ---------- Grid servicii (pagina Servicii) ---------- */
.services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.service-box {
	background: var(--c-surface);
	border: 1px solid var(--c-line);
	border-radius: var(--radius);
	padding: 32px 28px;
	box-shadow: var(--shadow-soft);
	position: relative;
	overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease;
}
.service-box:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-box::after {
	content: "";
	position: absolute;
	right: -40px;
	bottom: -40px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: #f5f8fa;
	z-index: 0;
}
.service-box > * { position: relative; z-index: 1; }
.service-box .svc-icon {
	width: 60px;
	height: 60px;
	border-radius: 14px;
	background: var(--c-navy);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	margin-bottom: 20px;
}
.service-box:hover .svc-icon { background: var(--c-flame); }
.service-box h3 { margin-bottom: 10px; }
.service-box p { color: var(--c-muted); font-size: 15.5px; margin: 0; }
.service-box .svc-tag {
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--c-flame);
	background: #fbe9ea;
	padding: 4px 10px;
	border-radius: 999px;
	margin-bottom: 14px;
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
	.cards-grid { grid-template-columns: repeat(2, 1fr); }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.split, .contact-grid { grid-template-columns: 1fr; }
	.hero-split { grid-template-columns: 1fr; gap: 60px; }
	.hero-visual { margin-top: 10px; }
	.process-grid { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
	.process-grid .process-step::before { display: none; }
	.plans-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
	.services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
	.nav-toggle { display: block; }
	.main-nav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: var(--c-surface);
		box-shadow: var(--shadow);
		padding: 12px 18px 20px;
	}
	.main-nav.open { display: block; }
	.main-nav ul { flex-direction: column; align-items: stretch; gap: 2px; }
	.header-cta { display: none; }
	.cards-grid, .form-grid { grid-template-columns: 1fr; }
	.hero { padding: 60px 0 64px; }
	.cta-band { padding: 32px 26px; }
	.footer-grid { grid-template-columns: 1fr; }
	.form-card { padding: 26px 20px; }
	.process-grid { grid-template-columns: 1fr; }
	.hero-visual .blob { width: 280px; height: 280px; }
	.hero-visual .hero-product { max-height: 320px; }
	.hero-visual .float-card.fc-tl { left: 0; }
	.hero-visual .float-card.fc-br { right: 0; }
	.services-grid { grid-template-columns: 1fr; }
	.brand-logos { gap: 28px; }
	.brand-logos img { height: 30px; max-width: 110px; }
}
