/*
 * De ce există: definește sistemul vizual responsive al temei GlobalService.
 * Responsabilitate: layout, tipografie, culori, stări și accesibilitate vizuală.
 * Ce NU face: nu conține logică de formular sau reguli de business.
 * Depinde de: structura semantică din front-page.php, content-page.php, legal-page.php și fontul Manrope local.
 */

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-variable.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --gs-navy: #13233d;
  --gs-navy-2: #1b3153;
  --gs-blue: #1368e8;
  --gs-red: #ef2c27;
  --gs-green: #19a956;
  --gs-gold: #ffad0a;
  --gs-text: #24324a;
  --gs-muted: #68758a;
  --gs-line: #dce3ec;
  --gs-soft: #f4f7fb;
  --gs-white: #ffffff;
  --gs-shadow: 0 18px 55px rgba(19, 35, 61, 0.11);
  --gs-radius: 18px;
  --gs-container: 1180px;
}

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

html { scroll-behavior: smooth; }

#services,
#works,
#guides,
#reviews,
#faq,
#how,
#contact,
#about,
#prevention { scroll-margin-top: 104px; }

body.gs-site {
  margin: 0;
	overflow-x: clip;
  color: var(--gs-text);
  background: var(--gs-white);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header { top: 32px; }

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }

.container { width: min(calc(100% - 40px), var(--gs-container)); margin-inline: auto; }
.narrow { max-width: 850px; }
.section-pad { padding: 78px 0; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 9999;
  padding: 12px 18px;
  color: white;
  background: var(--gs-navy);
}
.skip-link:focus { top: 16px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(220, 227, 236, 0.85);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; flex: 0 0 300px; text-decoration: none; }
.brand img { width: 100%; max-height: 72px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.site-nav a { position: relative; color: var(--gs-navy); font-size: 14px; font-weight: 650; text-decoration: none; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--gs-blue); transition: right 180ms ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.language-switcher { display: flex; align-items: center; gap: 6px; color: var(--gs-muted); font-size: 13px; }
.language-switcher a { display: grid; min-width: 44px; min-height: 44px; place-items: center; text-decoration: none; }
.language-switcher .is-active { color: var(--gs-blue); font-weight: 800; }
.nav-toggle { display: none; color: var(--gs-navy); background: transparent; border: 0; }

.eyebrow { margin: 0 0 12px; color: var(--gs-blue); font-size: 13px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--gs-navy); line-height: 1.14; letter-spacing: -0.035em; }
h1 { margin-bottom: 18px; font-size: clamp(43px, 5vw, 72px); font-weight: 800; }
h1 span { color: var(--gs-red); }
h2 { margin-bottom: 20px; font-size: clamp(32px, 4vw, 52px); font-weight: 780; }
h3 { font-size: 20px; }
.hero-lead, .section-lead { color: var(--gs-muted); font-size: 18px; line-height: 1.75; }

.hero { padding: 40px 0; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr); gap: 46px; align-items: start; }
.hero-content { padding-top: 0; }
.hero-visual { position: relative; min-height: 720px; border-radius: 22px; overflow: hidden; background: var(--gs-soft); box-shadow: var(--gs-shadow); }
.hero-visual > img { width: 100%; height: 720px; object-fit: cover; object-position: 56% center; }
.thermal-card { position: absolute; right: 34px; bottom: 34px; width: 54%; height: 250px; border: 10px solid #111b2b; border-radius: 20px; overflow: hidden; box-shadow: 0 16px 45px rgba(0,0,0,.32); }
.thermal-card img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 73%; }
.visual-badge { position: absolute; top: 24px; right: 24px; display: flex; align-items: center; gap: 8px; padding: 10px 14px; color: var(--gs-navy); background: rgba(255,255,255,.94); border-radius: 10px; font-size: 13px; font-weight: 800; box-shadow: 0 8px 28px rgba(19,35,61,.14); }

.diagnostic-form { margin-top: 20px; padding: 21px; background: var(--gs-white); border: 1px solid var(--gs-line); border-radius: var(--gs-radius); box-shadow: 0 14px 45px rgba(19, 35, 61, 0.08); }
.form-progress { display: none; align-items: center; justify-content: space-between; gap: 12px; margin: 4px 0 16px; padding: 10px 12px; color: var(--gs-blue); background: #eef5ff; border-radius: 9px; font-size: 12px; font-weight: 800; }
.form-progress small { color: var(--gs-muted); font-weight: 650; }
.form-step { min-width: 0; }
.diagnostic-form.is-progressive .form-progress { display: flex; }
.diagnostic-form.is-progressive .form-step[hidden] { display: none; }
.form-next { display: none; width: 100%; margin-top: 2px; }
.form-back { display: none; min-height: 50px; padding: 10px 13px; color: var(--gs-navy); background: #eef2f7; border: 0; border-radius: 10px; font-weight: 800; cursor: pointer; }
.diagnostic-form.is-progressive .form-next, .diagnostic-form.is-progressive .form-back { display: inline-flex; align-items: center; justify-content: center; }
.form-final-actions { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px; align-items: stretch; }
.form-heading, .upload-heading { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.form-heading .dashicons, .upload-heading .dashicons { color: var(--gs-blue); }
.form-heading h2 { margin: 0; font-size: 19px; letter-spacing: -0.01em; }
.diagnostic-form label, .diagnostic-form .upload-heading { color: var(--gs-navy); font-size: 14px; font-weight: 720; }
.diagnostic-form select, .diagnostic-form input[type="text"], .diagnostic-form input[type="tel"], .diagnostic-form textarea { width: 100%; margin: 5px 0 12px; padding: 10px 12px; color: var(--gs-navy); background: white; border: 1px solid #cbd5e1; border-radius: 10px; outline: 0; transition: border-color 160ms ease, box-shadow 160ms ease; }
.diagnostic-form select:focus, .diagnostic-form input:focus, .diagnostic-form textarea:focus { border-color: var(--gs-blue); box-shadow: 0 0 0 4px rgba(19, 104, 232, 0.12); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.phone-input-shell { min-height: 45px; display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; margin: 5px 0 0; overflow: hidden; background: #fff; border: 1px solid #cbd5e1; border-radius: 10px; transition: border-color 160ms ease, box-shadow 160ms ease; }
.phone-input-shell:focus-within { border-color: var(--gs-blue); box-shadow: 0 0 0 4px rgba(19,104,232,.12); }
.phone-prefix { align-self: stretch; display: flex; align-items: center; padding: 0 11px; color: var(--gs-navy); background: #eef5ff; border-right: 1px solid #d6e3f1; font-weight: 850; }
.diagnostic-form .phone-input-shell input[type="text"] { min-width: 0; margin: 0; border: 0; border-radius: 0; box-shadow: none; }
.diagnostic-form .phone-input-shell input[type="text"]:focus { box-shadow: none; }
.phone-help { display: block; margin: 5px 0 12px; color: var(--gs-muted); font-size: 11px; font-weight: 600; }
.upload-heading { margin-top: 2px; }
.upload-zone { min-height: 112px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 14px; text-align: center; border: 1.5px dashed #adbad0; border-radius: 12px; cursor: pointer; transition: background 160ms ease, border-color 160ms ease; }
.upload-zone:hover, .upload-zone.is-dragging { background: #f5f9ff; border-color: var(--gs-blue); }
.upload-zone .dashicons { width: 34px; height: 34px; color: var(--gs-blue); font-size: 34px; }
.upload-zone strong { margin-top: 4px; }
.upload-zone span:not(.dashicons) { color: var(--gs-muted); font-weight: 500; }
.upload-zone small { margin-top: 6px; color: #8a95a8; font-weight: 500; }
.upload-zone input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.photo-previews { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin: 12px 0; }
.photo-preview { position: relative; aspect-ratio: 1; overflow: hidden; border: 1px solid var(--gs-line); border-radius: 9px; }
.photo-preview img { width: 100%; height: 100%; object-fit: cover; }
.photo-preview button { position: absolute; top: 4px; right: 4px; width: 25px; height: 25px; display: grid; place-items: center; padding: 0; color: var(--gs-navy); background: white; border: 1px solid var(--gs-line); border-radius: 50%; cursor: pointer; }
.consent-field { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; margin: 12px 0; color: var(--gs-muted) !important; font-size: 12px !important; font-weight: 550 !important; }
.consent-field input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--gs-blue); }
.consent-field a { color: var(--gs-blue); font-weight: 750; }
.honeypot { position: absolute !important; left: -10000px !important; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 21px; border: 0; border-radius: 10px; font-weight: 800; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible { outline: 3px solid rgba(19,104,232,.28); outline-offset: 3px; }
.button-whatsapp { width: 100%; color: white; background: var(--gs-green); box-shadow: 0 10px 25px rgba(25,169,86,.22); }
.button-whatsapp:hover { background: #138a46; }
.button-primary { color: white; background: var(--gs-blue); }
.button-dark { color: white; background: var(--gs-navy); }
.button[disabled] { opacity: .68; cursor: wait; transform: none; }
.response-promise { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 12px 0 0; color: var(--gs-muted); font-size: 12px; }
.response-promise .dashicons { color: var(--gs-green); }
.form-status { display: none; margin-top: 12px; padding: 11px 13px; border-radius: 9px; font-size: 13px; }
.form-status.is-visible { display: block; }
.form-status.is-error { color: #9b1c1c; background: #fff0f0; }
.form-status.is-success { color: #0f6f38; background: #ecfbf3; }
.form-status strong { display: block; line-height: 1.5; }
.form-status-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.form-status-actions a, .form-status-actions button { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 11px; color: #0f6f38; background: white; border: 1px solid #9ed9b8; border-radius: 7px; font: inherit; font-weight: 750; line-height: 1.2; text-decoration: none; cursor: pointer; }
.form-status-actions a:hover, .form-status-actions button:hover { background: #f5fff9; }

.trust-section { padding: 0 0 20px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 24px 0; border: 1px solid var(--gs-line); border-radius: 16px; box-shadow: 0 12px 38px rgba(19,35,61,.07); }
.trust-item { min-height: 72px; display: flex; align-items: center; justify-content: center; gap: 13px; padding: 8px 24px; text-align: center; border-right: 1px solid var(--gs-line); }
.trust-item:last-child { border-right: 0; }
.trust-item > .dashicons { width: 34px; height: 34px; color: var(--gs-blue); font-size: 34px; }
.trust-item strong { display: block; color: var(--gs-navy); font-size: 14px; line-height: 1.45; }
.google-wordmark { color: #4285f4 !important; font-size: 18px !important; font-weight: 800; }
.stars { display: inline-flex; align-items: center; color: var(--gs-gold); }
.stars .dashicons { width: 18px; height: 18px; font-size: 18px; }

.diagnostic-section { padding-top: 52px; background: #fbfcfe; }
.diagnostic-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 74px; align-items: start; }
.feature-list { display: grid; gap: 22px; margin-top: 34px; }
.feature-item { display: grid; grid-template-columns: 58px 1fr; gap: 16px; align-items: start; }
.feature-icon { width: 58px !important; height: 58px !important; display: grid !important; place-items: center; color: var(--gs-blue); background: #eaf2ff; border-radius: 50%; font-size: 27px !important; }
.feature-item h3 { margin: 2px 0 5px; font-size: 18px; letter-spacing: -0.01em; }
.feature-item p { margin: 0; color: var(--gs-muted); font-size: 14px; }
.thermal-figure { height: 480px; margin: 0; overflow: hidden; border-radius: var(--gs-radius); box-shadow: var(--gs-shadow); }
.thermal-figure img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.review-card { position: relative; margin: 24px 0 0; padding: 26px 26px 24px 58px; background: white; border: 1px solid var(--gs-line); border-radius: 14px; box-shadow: 0 10px 30px rgba(19,35,61,.06); }
.review-card > .dashicons { position: absolute; left: 24px; top: 28px; color: var(--gs-blue); font-size: 25px; }
.review-card p { margin-bottom: 14px; color: var(--gs-navy); }
.review-card footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 13px; }
.diagnostic-note { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 48px; padding: 20px 30px; background: white; border: 1px solid var(--gs-line); border-radius: 14px; text-align: center; }
.diagnostic-note .dashicons { width: 36px; height: 36px; color: var(--gs-blue); font-size: 36px; }

.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { color: var(--gs-muted); font-size: 18px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { padding: 28px; border: 1px solid var(--gs-line); border-radius: 14px; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.service-card:hover { transform: translateY(-3px); border-color: #b8c8df; box-shadow: 0 18px 42px rgba(19,35,61,.09); }
.service-card > .dashicons { width: 42px; height: 42px; color: var(--gs-blue); font-size: 42px; }
.service-card h3 { margin: 20px 0 10px; }
.service-card p { min-height: 80px; color: var(--gs-muted); font-size: 14px; }
.service-card a { color: var(--gs-blue); font-size: 14px; font-weight: 800; text-decoration: none; }
.services-more { display: none; min-height: 48px; margin: 18px auto 0; padding: 10px 18px; color: var(--gs-blue); background: white; border: 1px solid #b9cee9; border-radius: 10px; font-weight: 800; cursor: pointer; }

.how-section { background: var(--gs-navy); }
.how-section h2, .how-section h3 { color: white; }
.how-section .eyebrow { color: #7fb1ff; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step-card { padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; }
.step-card > span { width: 46px; height: 46px; display: grid; place-items: center; color: var(--gs-navy); background: white; border-radius: 50%; font-weight: 800; }
.step-card h3 { margin: 24px 0 10px; }
.step-card p { margin: 0; color: #c8d4e6; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 76px; align-items: center; }
.about-image { height: 600px; overflow: hidden; border-radius: 18px; box-shadow: var(--gs-shadow); }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.about-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 32px 0; }
.about-facts span { padding: 16px; color: var(--gs-muted); background: var(--gs-soft); border-radius: 10px; font-size: 12px; text-align: center; }
.about-facts strong { display: block; color: var(--gs-blue); font-size: 24px; }
.about-section .button { width: auto; }

.guide-section { background: #f2f7ff; }
.guide-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.guide-full-link { grid-column: 1; justify-self: start; margin-top: -36px; }
.check-list { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 26px 1fr; gap: 12px; align-items: start; padding: 18px; background: white; border: 1px solid #dce7f6; border-radius: 12px; font-weight: 700; }
.check-list .dashicons { color: var(--gs-green); }

.home-video-section, .guides-index-section { background: #f7f9fc; }
.home-guides-section { background: white; }
.home-section-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.home-section-heading h2 { margin-bottom: 0; }
.text-link { flex: 0 0 auto; color: var(--gs-blue); font-weight: 800; text-decoration: none; }
.home-video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.home-video-card { display: grid; grid-template-columns: 42% 58%; overflow: hidden; background: white; border: 1px solid var(--gs-line); border-radius: 15px; box-shadow: 0 12px 32px rgba(19,35,61,.06); }
.home-video-card video { width: 100%; height: 100%; min-height: 360px; display: block; object-fit: cover; background: #07101e; }
.home-video-card > div { padding: 22px; }
.home-video-card h3 { margin-bottom: 12px; font-size: 20px; }
.home-video-card p { margin: 0; color: var(--gs-muted); font-size: 14px; line-height: 1.65; }

.reviews-section { overflow: hidden; }
.reviews-heading { display: flex; align-items: end; justify-content: space-between; gap: 38px; margin-bottom: 34px; }
.reviews-heading .section-heading { margin-bottom: 0; }
.reviews-summary { flex: 0 0 auto; display: grid; grid-template-columns: auto auto; column-gap: 12px; align-items: center; padding: 18px 20px; background: var(--gs-soft); border: 1px solid var(--gs-line); border-radius: 12px; }
.reviews-summary .stars { grid-column: 2; }
.reviews-summary span { color: var(--gs-muted); font-size: 14px; }
.reviews-summary b { color: var(--gs-navy); }
.reviews-carousel { position: relative; }
.reviews-controls { display: flex; justify-content: flex-end; gap: 9px; margin-bottom: 14px; }
.reviews-counter { display: inline-flex; min-height: 44px; align-items: center; margin-right: auto; color: var(--gs-muted); font-size: 13px; font-weight: 750; }
.review-arrow { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; color: var(--gs-navy); background: white; border: 1px solid var(--gs-line); border-radius: 10px; cursor: pointer; transition: color 160ms ease, border-color 160ms ease, background 160ms ease; }
.review-arrow:hover, .review-arrow:focus-visible { color: var(--gs-blue); border-color: var(--gs-blue); background: #f5f9ff; }
.review-arrow:focus-visible { outline: 3px solid rgba(19,104,232,.18); outline-offset: 2px; }
.review-arrow:disabled { color: #9ca8b8; background: var(--gs-soft); cursor: default; opacity: .6; }
.reviews-track { display: flex; gap: 20px; overflow-x: auto; padding: 4px 2px 22px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-color: #b7c6da transparent; scrollbar-width: thin; overscroll-behavior-inline: contain; }
.reviews-track::-webkit-scrollbar { height: 7px; }
.reviews-track::-webkit-scrollbar-track { background: transparent; }
.reviews-track::-webkit-scrollbar-thumb { background: #b7c6da; border-radius: 10px; }
.review-slide { flex: 0 0 min(390px, calc(100vw - 58px)); min-height: 305px; display: flex; flex-direction: column; margin: 0; padding: 26px; background: white; border: 1px solid var(--gs-line); border-radius: 14px; box-shadow: 0 10px 28px rgba(19,35,61,.07); scroll-snap-align: start; }
.review-slide-top { display: grid; grid-template-columns: 46px 1fr auto; gap: 12px; align-items: center; margin-bottom: 16px; }
.review-initial { width: 46px; height: 46px; display: grid; place-items: center; color: white; background: var(--gs-blue); border-radius: 50%; font-size: 18px; font-weight: 800; }
.review-slide-top > div { display: grid; }
.review-slide-top strong { color: var(--gs-navy); }
.review-slide-top span:not(.review-initial) { color: var(--gs-muted); font-size: 12px; }
.google-review-mark { color: #4285f4 !important; font-size: 13px; letter-spacing: -.01em; }
.review-slide > .stars { margin-bottom: 18px; }
.review-slide p { margin-bottom: 22px; color: var(--gs-navy); line-height: 1.7; }
.review-slide footer { margin-top: auto; color: var(--gs-muted); font-size: 12px; font-weight: 650; }
.reviews-google-link { display: inline-block; margin-top: 12px; color: var(--gs-blue); font-weight: 800; text-underline-offset: 4px; }

.faq-section { background: #fbfcfe; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--gs-line); }
.faq-list details { border-bottom: 1px solid var(--gs-line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 4px; color: var(--gs-navy); font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary .dashicons { color: var(--gs-blue); transition: transform 160ms ease; }
.faq-list details[open] summary .dashicons { transform: rotate(180deg); }
.faq-list p { padding: 0 38px 22px 4px; color: var(--gs-muted); }

.contact-card { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; padding: 44px; color: white; background: var(--gs-blue); border-radius: 18px; }
.contact-card h2, .contact-card .eyebrow { color: white; }
.contact-card h2 { margin-bottom: 10px; }
.contact-card p { margin: 0; color: #e3efff; }
.contact-actions { display: grid; gap: 12px; min-width: 280px; }
.contact-actions .button-whatsapp { background: var(--gs-green); }

.content-nav { display: flex; gap: 24px; align-items: center; margin-left: auto; }
.content-nav a { color: var(--gs-navy); font-size: 14px; font-weight: 750; text-decoration: none; }
.content-hero { padding: 78px 0 70px; color: white; background: var(--gs-navy); }
.content-hero-inner { max-width: 940px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 32px; color: #94a9c3; font-size: 13px; }
.breadcrumbs a { color: #c7d8eb; text-decoration: none; }
.content-hero .eyebrow { color: #77b3ff; }
.content-hero h1 { max-width: 900px; margin-bottom: 20px; color: white; font-size: clamp(44px, 6vw, 72px); line-height: 1.07; overflow-wrap: break-word; }
.content-hero-inner > p:last-of-type { max-width: 800px; margin: 0; color: #d3dfed; font-size: 19px; line-height: 1.75; }
.author-line { display: flex; gap: 12px; align-items: center; margin-top: 28px; }
.author-avatar { width: 42px; height: 42px; display: grid; place-items: center; color: white; background: var(--gs-blue); border-radius: 50%; font-size: 13px; font-weight: 800; letter-spacing: -.02em; }
.author-line div { display: grid; }
.author-line small { color: #98abc3; }
.service-signals { color: var(--gs-navy); background: white; border-bottom: 1px solid var(--gs-line); }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid > div { min-height: 88px; display: flex; gap: 10px; align-items: center; padding: 18px; border-right: 1px solid var(--gs-line); font-size: 14px; font-weight: 750; }
.signal-grid > div:last-child { border-right: 0; }
.signal-grid .dashicons { color: var(--gs-green); }
.service-switcher { padding: 18px 0; background: #f7f9fc; border-bottom: 1px solid var(--gs-line); }
.service-switcher .container { display: flex; gap: 18px; align-items: center; }
.service-switcher strong { flex: 0 0 auto; color: var(--gs-navy); font-size: 14px; }
.service-switcher-track { display: flex; gap: 9px; overflow-x: auto; padding: 2px 2px 7px; scrollbar-width: none; }
.service-switcher-track::-webkit-scrollbar, .content-filter-chips::-webkit-scrollbar { display: none; }
.service-switcher-track a { flex: 0 0 auto; min-height: 42px; display: inline-flex; align-items: center; padding: 9px 14px; color: var(--gs-navy); background: white; border: 1px solid var(--gs-line); border-radius: 999px; font-size: 13px; font-weight: 750; text-decoration: none; }
.service-switcher-track a:hover, .service-switcher-track a:focus-visible { border-color: var(--gs-blue); color: var(--gs-blue); }
.service-switcher-track a.is-active { color: white; background: var(--gs-blue); border-color: var(--gs-blue); }
.editorial-section { background: #f7f9fc; }
.editorial-layout { display: grid; grid-template-columns: minmax(0, 780px) 330px; gap: 70px; align-items: start; }
.editorial-content { display: grid; gap: 18px; }
.editorial-content > section, .article-sources { padding: 34px 36px; background: white; border: 1px solid var(--gs-line); border-radius: 14px; }
.editorial-content > section { scroll-margin-top: 112px; }
.editorial-content h2 { margin-bottom: 14px; font-size: 27px; }
.editorial-content p { margin: 0; color: #526178; line-height: 1.8; }
.article-summary { padding: 28px 32px; background: #eef5ff; border: 1px solid #cfe0f8; border-radius: 14px; }
.article-summary strong { display: block; margin-bottom: 13px; color: var(--gs-navy); font-size: 18px; }
.article-summary ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 26px; margin: 0; padding-left: 20px; color: var(--gs-blue); }
.article-summary a { color: var(--gs-blue); font-size: 14px; font-weight: 700; text-underline-offset: 3px; }
.article-sources { display: grid; gap: 10px; }
.article-sources h2 { font-size: 20px; }
.article-sources a { display: flex; justify-content: space-between; gap: 16px; color: var(--gs-blue); font-size: 14px; font-weight: 750; }
.editorial-aside { position: sticky; top: 110px; display: grid; gap: 18px; }
.help-card { padding: 28px; color: white; background: var(--gs-navy); border-radius: 14px; }
.help-card > .dashicons { width: 38px; height: 38px; margin-bottom: 18px; color: #65abff; font-size: 38px; }
.help-card h2 { margin-bottom: 12px; color: white; font-size: 24px; }
.help-card p { color: #bdcce0; font-size: 14px; }
.help-card .button { margin-top: 8px; }
.help-card-call { display: block; margin-top: 16px; color: white; font-size: 13px; font-weight: 750; text-align: center; text-underline-offset: 3px; }
.help-card-emergency { background: #7f1d1d; }
.help-card-emergency > .dashicons { color: #fecaca; }
.button-emergency { width: 100%; color: #7f1d1d; background: white; }
.contact-whatsapp-link { color: white; font-size: 13px; font-weight: 750; text-align: center; text-underline-offset: 3px; }
.contact-social-link { display: inline-flex; align-items: center; justify-content: center; gap: 7px; color: white; font-size: 13px; font-weight: 750; text-align: center; text-decoration: none; }
.contact-social-link:hover, .contact-social-link:focus-visible { color: white; text-decoration: underline; text-underline-offset: 3px; }
.contact-card-emergency { background: #991b1b; }
.related-service-card { display: grid; gap: 8px; padding: 24px; color: var(--gs-navy); background: white; border: 1px solid var(--gs-line); border-radius: 14px; text-decoration: none; }
.related-service-card small { color: var(--gs-muted); font-weight: 700; text-transform: uppercase; }
.related-service-card strong { font-size: 19px; }
.related-service-card span { color: var(--gs-blue); font-weight: 750; }
.related-guides { background: white; }
.guide-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.guide-card { display: flex; min-height: 290px; flex-direction: column; padding: 26px; color: var(--gs-navy); background: #f8fafc; border: 1px solid var(--gs-line); border-radius: 14px; text-decoration: none; }
.guide-card small { color: var(--gs-blue); font-weight: 800; text-transform: uppercase; }
.guide-card h3 { margin: 16px 0 12px; font-size: 22px; }
.guide-card h2 { margin: 16px 0 12px; font-size: 22px; }
.guide-card p { color: var(--gs-muted); }
.guide-card span { margin-top: auto; color: var(--gs-blue); font-weight: 800; }
.guide-card, .video-card { transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.guide-card:hover, .guide-card:focus-visible, .video-card:hover { transform: translateY(-3px); border-color: #b9cce6; box-shadow: 0 18px 38px rgba(19,35,61,.11); }
.content-contact { background: white; }
.video-page-hero h1 { max-width: 980px; }
.video-social-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; padding: 10px 14px; color: white; border: 1px solid rgba(255,255,255,.3); border-radius: 9px; font-size: 14px; font-weight: 800; text-decoration: none; }
.video-social-link:hover, .video-social-link:focus-visible { color: white; background: rgba(255,255,255,.1); }
.video-library-section, .guides-index-section { overflow: hidden; }
.video-library-section { background: #f7f9fc; }
.content-filter-bar { display: flex; justify-content: space-between; gap: 22px; align-items: flex-end; margin-bottom: 28px; }
.content-filter-heading { display: grid; gap: 3px; }
.content-filter-heading strong { color: var(--gs-navy); font-size: 18px; }
.content-filter-heading span { min-height: 20px; color: var(--gs-muted); font-size: 13px; }
.content-filter-tools { display: grid; justify-items: end; gap: 12px; }
.content-filter-search { display: flex; align-items: center; gap: 8px; width: min(100%, 360px); min-height: 44px; padding: 0 13px; background: #fff; border: 1px solid var(--gs-line); border-radius: 999px; }
.content-filter-search:focus-within { border-color: var(--gs-blue); box-shadow: 0 0 0 3px rgba(19,104,232,.12); }
.content-filter-search .dashicons { color: var(--gs-blue); }
.content-filter-search input { width: 100%; min-width: 0; padding: 9px 0; border: 0; outline: 0; color: var(--gs-navy); background: transparent; font: inherit; }
.content-filter-chips { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.filter-chip { min-height: 44px; padding: 9px 17px; color: var(--gs-navy); background: white; border: 1px solid var(--gs-line); border-radius: 999px; font-size: 14px; font-weight: 750; cursor: pointer; }
.filter-chip:hover, .filter-chip:focus-visible { color: var(--gs-blue); border-color: var(--gs-blue); }
.filter-chip.is-active { color: white; background: var(--gs-blue); border-color: var(--gs-blue); }
.video-library-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.video-card { overflow: hidden; background: white; border: 1px solid var(--gs-line); border-radius: 15px; box-shadow: 0 12px 32px rgba(19,35,61,.06); }
.video-frame { aspect-ratio: 9 / 16; overflow: hidden; background: #07101e; }
.video-frame video { width: 100%; height: 100%; display: block; object-fit: cover; }
.video-card-copy { display: flex; min-height: 280px; flex-direction: column; padding: 23px; }
.video-card-copy > span { color: var(--gs-blue); font-size: 12px; font-weight: 850; }
.video-card-copy h2 { margin: 12px 0 10px; font-size: 20px; line-height: 1.35; }
.video-card-copy p { color: var(--gs-muted); font-size: 14px; }
.video-card-copy a { margin-top: auto; color: var(--gs-blue); font-size: 14px; font-weight: 800; }
.guide-card-grid-all { grid-template-columns: repeat(3, 1fr); }

.gs-motion-ready .reveal-on-scroll { opacity: 0; transform: translateY(22px); transition: opacity 520ms ease, transform 520ms cubic-bezier(.22,1,.36,1); transition-delay: var(--reveal-delay, 0ms); }
.gs-motion-ready .reveal-on-scroll.is-visible { opacity: 1; transform: none; }
.gs-motion-ready .guide-card.reveal-on-scroll.is-visible:hover, .gs-motion-ready .video-card.reveal-on-scroll.is-visible:hover { transform: translateY(-3px); }

.site-footer { padding: 64px 0 90px; background: #0b1729; color: #c9d4e4; }
.footer-main { display: grid; grid-template-columns: 1.35fr .8fr 1fr; gap: 70px; padding-bottom: 44px; }
.footer-brand-column { display: grid; align-content: start; gap: 16px; max-width: 390px; }
.brand-footer { width: 250px; padding: 9px 13px; background: white; border-radius: 10px; }
.footer-brand-column p { margin: 0 0 4px; color: #9eacc0; line-height: 1.7; }
.footer-trust { display: flex; gap: 10px; align-items: center; color: white; font-size: 14px; }
.footer-trust .dashicons { color: #5aa4ff; }
.footer-column { display: grid; align-content: start; gap: 13px; }
.footer-column h2 { margin: 4px 0 9px; color: white; font-size: 16px; letter-spacing: .01em; }
.footer-column a, .footer-legal a, .footer-legal button { color: #c9d4e4; text-decoration: none; transition: color 160ms ease; }
.footer-column a:hover, .footer-column a:focus-visible, .footer-legal a:hover, .footer-legal a:focus-visible, .footer-legal button:hover, .footer-legal button:focus-visible { color: white; }
.footer-contact-link { display: flex; gap: 9px; align-items: center; overflow-wrap: anywhere; }
.footer-contact-link .dashicons { color: #5aa4ff; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.footer-socials a { padding: 8px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); color: #8493aa; font-size: 13px; }
.footer-credits { display: grid; gap: 7px; }
.footer-credits a { color: #aab8cb; text-decoration: none; }
.footer-credits a:hover, .footer-credits a:focus-visible { color: white; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-legal button { padding: 0; border: 0; background: none; font: inherit; cursor: pointer; }

.cookie-notice { position: fixed; right: 20px; bottom: 20px; z-index: 180; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; width: min(720px, calc(100% - 40px)); padding: 22px; color: var(--gs-navy); background: white; border: 1px solid var(--gs-line); border-radius: 14px; box-shadow: 0 20px 55px rgba(9,24,48,.2); }
.cookie-notice[hidden] { display: none; }
.cookie-notice strong { display: block; margin-bottom: 5px; }
.cookie-notice p { margin: 0; color: var(--gs-muted); font-size: 13px; line-height: 1.55; }
.cookie-actions { display: flex; gap: 12px; align-items: center; white-space: nowrap; }
.cookie-actions a { color: var(--gs-blue); font-size: 13px; font-weight: 750; }
.button-cookie { min-height: 42px; padding: 10px 16px; color: white; background: var(--gs-navy); }

.legal-site-header .header-inner { justify-content: space-between; }
.legal-back { display: inline-flex; gap: 8px; align-items: center; margin-left: auto; color: var(--gs-navy); font-weight: 800; text-decoration: none; }
.legal-main { background: #f7f9fc; }
.legal-hero { padding: 86px 0 64px; color: white; background: var(--gs-navy); }
.legal-container { max-width: 900px; }
.legal-hero .eyebrow { color: #7bb5ff; }
.legal-hero h1 { margin-bottom: 18px; color: white; font-size: clamp(42px, 6vw, 68px); hyphens: manual; overflow-wrap: break-word; }
.legal-intro { max-width: 780px; margin: 0; color: #d8e3f1; font-size: 19px; line-height: 1.7; }
.legal-updated { margin: 24px 0 0; color: #91a4bd; font-size: 13px; font-weight: 700; }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 780px); gap: 70px; align-items: start; padding-top: 70px; padding-bottom: 90px; }
.legal-nav { position: sticky; top: 110px; display: grid; gap: 6px; padding: 20px; background: white; border: 1px solid var(--gs-line); border-radius: 14px; }
.legal-nav strong { margin-bottom: 9px; color: var(--gs-muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.legal-nav a { padding: 10px 12px; color: var(--gs-navy); border-radius: 8px; font-size: 14px; font-weight: 750; text-decoration: none; }
.legal-nav a:hover, .legal-nav a.is-active { color: var(--gs-blue); background: #eff6ff; }
.legal-content { display: grid; gap: 18px; }
.legal-content section { padding: 34px; background: white; border: 1px solid var(--gs-line); border-radius: 14px; }
.legal-content h2 { margin-bottom: 16px; font-size: 24px; }
.legal-content p { color: #526178; line-height: 1.75; }
.legal-content p:last-child { margin-bottom: 0; }

.mobile-contact-bar { display: none; }

@media (max-width: 1080px) {
  .brand { flex-basis: 250px; }
  .site-nav { gap: 16px; }
  .site-nav a { font-size: 13px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .hero-visual { min-height: 680px; }
  .hero-visual > img { height: 680px; }
  .trust-item { padding-inline: 14px; }
  .video-library-grid { grid-template-columns: repeat(3, 1fr); }
  .editorial-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 40px; }
}

@media (max-width: 900px) {
  body.admin-bar .site-header { top: 46px; }
  .section-pad { padding: 72px 0; }
  .header-inner { min-height: 76px; }
  .brand { flex-basis: 230px; }
  .nav-toggle { display: grid; min-width: 44px; min-height: 44px; margin-left: auto; place-items: center; cursor: pointer; }
  .nav-toggle .dashicons { width: 30px; height: 30px; font-size: 30px; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; align-items: stretch; padding: 12px 20px 20px; background: white; border-bottom: 1px solid var(--gs-line); box-shadow: 0 15px 35px rgba(19,35,61,.1); }
  .site-nav.is-open { display: grid; }
  .site-nav a { display: flex; min-height: 44px; align-items: center; padding: 9px 0; }
  .site-nav a::after { display: none; }
  .hero-grid, .diagnostic-grid, .about-grid, .guide-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-content { display: contents; }
  .hero-copy { order: 1; }
  .hero-visual { min-height: 520px; order: 2; }
  .diagnostic-form { order: 3; }
	.hero-visual > img { height: 620px; }
  .hero-grid { gap: 40px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--gs-line); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-image { height: 520px; }
  .about-grid, .guide-grid, .faq-grid { gap: 44px; }
	.content-nav:not(.is-open) { display: none; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-grid > div:nth-child(2) { border-right: 0; }
  .signal-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--gs-line); }
  .editorial-layout { grid-template-columns: 1fr; }
  .editorial-aside { position: static; grid-template-columns: 1fr 1fr; }
  .guide-card-grid { grid-template-columns: repeat(2, 1fr); }
  .home-video-grid { grid-template-columns: 1fr; }
  .home-video-card { grid-template-columns: 34% 66%; }
  .home-video-card video { min-height: 300px; }
  .video-library-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1.2fr 1fr; gap: 48px; }
  .footer-contact-column { grid-column: 1 / -1; }
  .legal-layout { grid-template-columns: 1fr; gap: 28px; }
  .legal-nav { position: static; grid-template-columns: repeat(3, 1fr); }
  .legal-nav strong { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--gs-container)); }
  .section-pad { padding: 46px 0; }
  body.gs-site { font-size: 15px; padding-bottom: 64px; }
  .header-inner { gap: 12px; }
  .brand { flex-basis: 190px; }
  .brand img { max-height: 58px; }
  .language-switcher { margin-left: 2px; }
  h1 { font-size: 43px; }
  h2 { font-size: 32px; }
  .hero { padding-top: 24px; }
  .hero-grid { gap: 24px; }
  .hero-visual { min-height: 220px; border-radius: 14px; }
  .hero-visual > img { height: 220px; object-position: 52% 20%; }
  .thermal-card { right: 10px; bottom: 10px; width: 39%; height: 76px; border-width: 4px; border-radius: 9px; }
  .visual-badge { top: 10px; right: auto; left: 10px; max-width: calc(100% - 20px); }
  .diagnostic-form { position: relative; z-index: 3; margin-top: -42px; padding: 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .upload-zone { min-height: 108px; padding: 12px; }
  .photo-previews { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: 1fr; padding: 0; }
  .trust-item { justify-content: flex-start; text-align: left; border-right: 0; border-bottom: 1px solid var(--gs-line); }
  .trust-item:nth-child(3) { border-bottom: 1px solid var(--gs-line); }
  .trust-item:last-child { border-bottom: 0; }
  .thermal-figure { height: 270px; }
  .diagnostic-section .thermal-figure { display: none; }
  .feature-list { gap: 14px; margin-top: 24px; }
  .feature-item { grid-template-columns: 46px 1fr; gap: 12px; }
  .feature-icon { width: 46px !important; height: 46px !important; font-size: 22px !important; }
  .review-card { padding: 22px 20px; }
  .review-card > .dashicons { position: static; display: block; margin-bottom: 10px; }
  .review-card footer { align-items: flex-start; flex-direction: column; }
  .diagnostic-note { align-items: flex-start; padding: 18px; text-align: left; }
  .services-grid, .steps-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-card { padding: 20px; }
  .service-card > .dashicons { width: 34px; height: 34px; font-size: 34px; }
  .service-card h3 { margin: 13px 0 7px; }
  .service-card p { min-height: 0; margin-bottom: 13px; }
  .services-grid:not(.is-expanded) .service-card:nth-child(n+5) { display: none; }
  .services-more { display: flex; align-items: center; justify-content: center; }
  .step-card { display: grid; grid-template-columns: 46px 1fr; gap: 4px 14px; padding: 19px; }
  .step-card > span { grid-row: 1 / 3; }
  .step-card h3 { margin: 1px 0 3px; }
  .step-card p { grid-column: 2; }
  .about-image { display: none; }
  .about-facts { display: none; }
  .reviews-heading { align-items: stretch; flex-direction: column; gap: 20px; }
  .reviews-summary { align-self: flex-start; }
  .reviews-controls { justify-content: flex-start; }
  .review-slide { min-height: 290px; padding: 22px; }
  .contact-card { grid-template-columns: 1fr; gap: 28px; padding: 28px 22px; }
  .contact-actions { min-width: 0; }
  .site-footer { padding: 42px 0 88px; }
  .footer-main { grid-template-columns: 1fr; gap: 26px; }
  .footer-main > .footer-column:not(.footer-contact-column) { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 18px; }
  .footer-main > .footer-column:not(.footer-contact-column) h2 { grid-column: 1 / -1; }
  .footer-contact-column { grid-column: auto; }
  .brand-footer { width: 230px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-legal { justify-content: flex-start; gap: 12px 18px; }
  .cookie-notice { right: 14px; bottom: 14px; grid-template-columns: 1fr; gap: 12px; width: calc(100% - 28px); padding: 15px; }
  .cookie-actions { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); white-space: normal; }
  .cookie-actions a { grid-column: 1 / -1; }
  .cookie-actions .button { width: 100%; min-width: 0; padding-inline: 10px; }
  .legal-site-header .brand { flex-basis: 175px; }
  .legal-back { font-size: 0; }
  .legal-back .dashicons { width: 26px; height: 26px; font-size: 26px; }
  .legal-hero { padding: 60px 0 48px; }
  .legal-hero h1 { font-size: 38px; }
  .legal-intro { font-size: 16px; }
  .legal-layout { padding-top: 38px; padding-bottom: 60px; }
  .legal-nav { display: flex; overflow-x: auto; padding: 10px; }
  .legal-nav strong { display: none; }
  .legal-nav a { flex: 0 0 auto; }
  .legal-content section { padding: 24px 20px; }
  .legal-content h2 { font-size: 22px; }
  .content-hero { padding: 54px 0 50px; }
  .content-hero h1 { font-size: 40px; }
  .content-hero-inner > p:last-of-type { font-size: 16px; }
	.service-switcher .container { align-items: flex-start; flex-direction: column; gap: 10px; }
	.service-switcher-track { width: 100%; margin-right: -20px; padding-right: 20px; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid > div { min-height: 66px; border-right: 0; border-bottom: 1px solid var(--gs-line); }
  .signal-grid > div:nth-child(2) { border-right: 0; }
  .signal-grid > div:last-child { border-bottom: 0; }
  .editorial-content > section, .article-sources { padding: 24px 20px; }
  .editorial-content h2 { font-size: 23px; }
  .article-summary { padding: 22px 20px; }
  .article-summary ol { grid-template-columns: 1fr; }
  .editorial-aside { grid-template-columns: 1fr; }
  .guide-card-grid, .video-library-grid { grid-template-columns: 1fr; }
  .home-section-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
  .guide-section .check-list { display: none; }
  .guide-grid { gap: 18px; }
  .guide-full-link { grid-column: auto; margin-top: 0; }
  .home-video-card { grid-template-columns: 42% 58%; }
  .home-video-card video { min-height: 220px; }
  .home-video-card:nth-child(n+3) { display: none; }
  .guide-card { min-height: 225px; }
	.content-filter-bar { align-items: stretch; flex-direction: column; gap: 14px; margin-bottom: 20px; }
	.content-filter-tools { justify-items: stretch; }
	.content-filter-search { width: 100%; }
	.content-filter-chips { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; margin-right: -20px; padding: 2px 20px 8px 1px; scrollbar-width: none; }
	.filter-chip { flex: 0 0 auto; }
  .home-guides-section .guide-card:nth-child(n+3) { display: none; }
  .video-card { display: grid; grid-template-columns: 42% 58%; }
  .video-card-copy { min-height: 0; padding: 18px; }
  .video-card-copy h2 { font-size: 17px; }
  .video-card-copy p { font-size: 13px; }
  body.gs-content-page { padding-bottom: 54px; }
  .mobile-contact-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 120; display: grid; grid-template-columns: 1fr 1fr; min-height: 54px; padding-bottom: env(safe-area-inset-bottom); box-shadow: 0 -8px 28px rgba(19,35,61,.16); }
  .mobile-contact-bar a { display: flex; align-items: center; justify-content: center; gap: 7px; color: white; background: var(--gs-navy); font-weight: 800; text-decoration: none; }
  .mobile-contact-bar a:last-child { background: var(--gs-green); }
  body.gs-cookie-open .mobile-contact-bar { display: none; }
}

/*
 * Pagini interioare 0.13.0 — aceeași ierarhie vizuală ca pagina principală.
 * Fotografiile sunt dovezi din lucrări reale; regulile de conținut, SEO și formulare rămân neschimbate.
 */
.service-content-hero,
.library-content-hero { overflow: hidden; background: linear-gradient(135deg, #061a34 0%, #082a55 68%, #073c71 100%); }
.service-content-hero .content-hero-inner,
.library-content-hero .content-hero-inner {
  display: grid;
  max-width: var(--gs-container);
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .72fr);
  gap: 48px;
  align-items: center;
}
.service-content-hero .content-hero-inner > :not(.service-hero-figure),
.library-content-hero .content-hero-inner > :not(.library-hero-visual) { grid-column: 1; }
.service-content-hero .breadcrumbs,
.library-content-hero .breadcrumbs { align-self: end; }
.service-content-hero h1,
.library-content-hero h1 { max-width: 760px; font-size: clamp(42px, 5vw, 64px); }
.service-hero-figure,
.library-hero-visual {
  grid-column: 2;
  grid-row: 1 / 7;
  position: relative;
  height: 480px;
  margin: 0;
  overflow: hidden;
  background: #dbe9f7;
  border: 7px solid rgba(255,255,255,.13);
  border-radius: 24px;
  box-shadow: 0 26px 58px rgba(0,0,0,.3);
}
.service-hero-figure img,
.library-hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.service-hero-figure figcaption,
.library-hero-visual figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 11px 13px;
  color: var(--gs-navy);
  background: rgba(255,255,255,.94);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(7px);
}
.service-hero-figure figcaption .dashicons { color: var(--gs-red); }
.library-hero-visual figcaption .dashicons { color: var(--gs-blue); }
.service-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 8px; }
.service-hero-actions .button { min-height: 48px; }
.service-hero-call { display: inline-flex; gap: 8px; align-items: center; min-height: 48px; padding: 10px 4px; color: #fff; font-size: 14px; font-weight: 800; text-decoration: none; }
.service-hero-call:hover,
.service-hero-call:focus-visible { color: #77b3ff; }

/*
 * Hero depistare scurgeri 0.21.7.
 * De ce există: explică vizual restrângerea zonei fără să înlocuiască fotografia reală.
 * Responsabilitate: scanarea, traseul conductei și marcajul probabil folosite numai în hero.
 * Ce NU face: nu promite detectarea apei prin perete și nu modifică logica serviciului.
 * Depinde de: figura serviciului leak-detection din content-page.php.
 */
.leak-hero-figure { isolation: isolate; background: #061a34; }
.leak-hero-figure > img { filter: saturate(1.2) contrast(1.06) brightness(.78); transform: scale(1.025); }
.leak-hero-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(4,20,42,.2), transparent 42%, rgba(4,20,42,.58));
  pointer-events: none;
}
.leak-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  background-image:
    linear-gradient(rgba(98,204,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(98,204,255,.07) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}
.leak-hero-scan {
  position: absolute;
  inset: -8% auto -8% -45%;
  width: 42%;
  transform: skewX(-7deg);
  background: linear-gradient(90deg, transparent, rgba(46,199,255,.04) 25%, rgba(89,218,255,.38) 72%, rgba(255,255,255,.7) 77%, transparent 82%);
  filter: blur(.2px);
  animation: gsLeakScan 4.8s ease-in-out infinite;
}
.leak-hero-pipe { position: absolute; inset: 0; width: 100%; height: 100%; filter: drop-shadow(0 0 9px rgba(63,205,255,.58)); }
.leak-hero-pipe path { fill: none; vector-effect: non-scaling-stroke; }
.leak-pipe-base { stroke: rgba(201,238,255,.56); stroke-width: 10; }
.leak-pipe-flow { stroke: #46d6ff; stroke-width: 4; stroke-linecap: round; stroke-dasharray: 8 14; animation: gsLeakFlow 1.8s linear infinite; }
.leak-hero-status,
.leak-hero-result {
  position: absolute;
  color: #fff;
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: 0 12px 30px rgba(0,0,0,.22);
  backdrop-filter: blur(10px);
}
.leak-hero-status {
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  background: rgba(5,29,57,.74);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .02em;
}
.leak-hero-status > span { width: 8px; height: 8px; background: #54e4ff; border-radius: 50%; box-shadow: 0 0 0 5px rgba(84,228,255,.15); animation: gsLeakStatus 1.8s ease-out infinite; }
.leak-hero-target { position: absolute; top: 28%; left: 66%; width: 76px; height: 76px; transform: translate(-50%, -50%); }
.leak-hero-target i,
.leak-hero-target b { position: absolute; inset: 50%; border-radius: 50%; transform: translate(-50%, -50%); }
.leak-hero-target i { width: 30px; height: 30px; border: 2px solid #ff5b3d; animation: gsLeakTarget 2.2s ease-out infinite; }
.leak-hero-target i:nth-child(2) { animation-delay: 1.1s; }
.leak-hero-target b { width: 12px; height: 12px; background: #ff3b23; box-shadow: 0 0 18px 7px rgba(255,68,39,.72); }
.leak-hero-result {
  right: 16px;
  bottom: 78px;
  display: grid;
  gap: 3px;
  max-width: 245px;
  padding: 12px 14px;
  background: rgba(6,28,55,.8);
  border-radius: 13px;
}
.leak-hero-result small { color: #70ddff; font-size: 9px; font-weight: 900; letter-spacing: .09em; }
.leak-hero-result strong { color: #fff; font-size: 13px; line-height: 1.35; }
.leak-hero-figure figcaption { z-index: 3; }
@keyframes gsLeakScan { 0%, 12% { transform: translateX(0) skewX(-7deg); opacity: 0; } 24% { opacity: 1; } 72% { opacity: 1; } 88%, 100% { transform: translateX(360%) skewX(-7deg); opacity: 0; } }
@keyframes gsLeakFlow { to { stroke-dashoffset: -44; } }
@keyframes gsLeakTarget { 0% { width: 18px; height: 18px; opacity: .9; } 100% { width: 76px; height: 76px; opacity: 0; } }
@keyframes gsLeakStatus { 0% { box-shadow: 0 0 0 0 rgba(84,228,255,.4); } 100% { box-shadow: 0 0 0 9px rgba(84,228,255,0); } }
.service-signals { background: #fff; box-shadow: 0 12px 35px rgba(7,29,58,.06); }
.signal-grid > div:nth-child(4n+1) .dashicons { color: var(--gs-blue); }
.signal-grid > div:nth-child(4n+2) .dashicons { color: var(--gs-red); }
.signal-grid > div:nth-child(4n+3) .dashicons { color: var(--gs-cyan); }
.signal-grid > div:nth-child(4n+4) .dashicons { color: #e79a00; }
.service-switcher { position: sticky; z-index: 12; top: 74px; }
.service-process-section { overflow: hidden; background: #fff; }
.service-process-heading { max-width: 760px; margin-bottom: 30px; }
.service-process-heading h2 { margin-bottom: 12px; font-size: clamp(32px, 4vw, 48px); }
.service-process-heading > p:last-child { margin: 0; color: var(--gs-muted); font-size: 16px; line-height: 1.7; }
.service-process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-process-grid article { position: relative; min-height: 235px; padding: 28px; overflow: hidden; background: linear-gradient(145deg, #f8fbff, #eef5fd); border: 1px solid #d9e6f3; border-radius: 18px; }
.service-process-grid article::after { content: ""; position: absolute; right: -42px; bottom: -55px; width: 140px; height: 140px; background: radial-gradient(circle, rgba(8,119,249,.12), transparent 68%); }
.service-process-grid article > span { display: grid; width: 44px; height: 44px; place-items: center; color: #fff; background: var(--gs-blue); border-radius: 13px; font-size: 13px; font-weight: 900; box-shadow: 0 9px 20px rgba(8,119,249,.2); }
.service-process-grid article:nth-child(2) > span { background: var(--gs-red); box-shadow-color: rgba(239,44,39,.2); }
.service-process-grid article:nth-child(3) > span { background: #f5a000; box-shadow-color: rgba(245,160,0,.2); }
.service-process-grid h3 { margin: 22px 0 10px; font-size: 23px; }
.service-process-grid p { margin: 0; color: var(--gs-muted); line-height: 1.7; }
.leak-advantage-section { color: #fff; background: linear-gradient(140deg, #061a34, #083d70 67%, #07598a); }
.leak-advantage-layout { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); gap: 56px; align-items: center; }
.leak-advantage-copy .eyebrow { color: #68d5ff; }
.leak-advantage-copy h2 { color: #fff; font-size: clamp(34px, 4.4vw, 54px); line-height: 1.08; }
.leak-advantage-copy > p { color: #d3e4f5; font-size: 17px; line-height: 1.75; }
.leak-honesty-note { display: flex; gap: 12px; margin-top: 24px; padding: 18px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); border-radius: 14px; }
.leak-honesty-note .dashicons { flex: 0 0 24px; width: 24px; height: 24px; color: #70ddff; font-size: 24px; }
.leak-honesty-note p { margin: 0; color: #e7f1fb; font-size: 13px; line-height: 1.65; }
.leak-advantage-grid { display: grid; gap: 14px; }
.leak-advantage-grid article { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 4px 16px; padding: 22px; background: #fff; border-left: 5px solid var(--gs-cyan); border-radius: 16px; box-shadow: 0 18px 40px rgba(0,0,0,.16); }
.leak-advantage-grid article:nth-child(2) { border-left-color: var(--gs-blue); }
.leak-advantage-grid article:nth-child(3) { border-left-color: var(--gs-red); }
.leak-advantage-grid .dashicons { grid-row: 1 / 3; display: grid; width: 54px; height: 54px; place-items: center; color: #fff; background: var(--gs-cyan); border-radius: 14px; font-size: 27px; }
.leak-advantage-grid article:nth-child(2) .dashicons { background: var(--gs-blue); }
.leak-advantage-grid article:nth-child(3) .dashicons { background: var(--gs-red); }
.leak-advantage-grid h3 { margin: 2px 0 5px; color: var(--gs-navy); font-size: 21px; }
.leak-advantage-grid p { margin: 0; color: var(--gs-muted); font-size: 14px; line-height: 1.55; }
.service-video-proof { overflow: hidden; color: #fff; background: linear-gradient(145deg, #081b34, #0b315c); }
.service-video-proof .eyebrow { color: #6bcaff; }
.service-video-proof h2 { color: #fff; }
.service-video-proof .section-heading p:not(.eyebrow) { max-width: 680px; margin: 10px 0 0; color: #cadbed; }
.service-video-proof .text-link { color: #fff; text-underline-offset: 4px; }
.service-video-proof-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 280px)); gap: 18px; justify-content: center; margin-top: 30px; }
.service-video-proof-grid article { overflow: hidden; background: #fff; border: 1px solid rgba(255,255,255,.17); border-radius: 18px; box-shadow: 0 18px 42px rgba(0,0,0,.22); }
.service-video-proof-media { aspect-ratio: 9 / 16; background: #050c16; }
.service-video-proof-media video { display: block; width: 100%; height: 100%; object-fit: contain; background: #050c16; }
.service-video-proof-grid article > div:last-child { padding: 19px 18px 20px; }
.service-video-proof-grid h3 { margin: 0 0 8px; color: var(--gs-navy); font-size: 19px; line-height: 1.35; }
.service-video-proof-grid p { margin: 0; color: var(--gs-muted); font-size: 13px; line-height: 1.6; }
.video-page-hero .video-social-link { width: fit-content; }
.guides-library-hero { background: linear-gradient(135deg, #061a34 0%, #0b315d 64%, #074b82 100%); }

/* B2B: dovadă vizuală, beneficii concrete și formular lizibil pe telefon. */
.b2b-content-hero { padding: 70px 0; background: linear-gradient(135deg, #061a34 0%, #092b55 70%, #084d7d 100%); }
.b2b-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .78fr); gap: 54px; align-items: center; }
.b2b-hero-copy h1 { max-width: 760px; margin-bottom: 18px; color: #fff; font-size: clamp(43px, 5.2vw, 67px); line-height: 1.05; }
.b2b-hero-copy > p:not(.eyebrow) { max-width: 720px; margin: 0; color: #d3dfed; font-size: 18px; line-height: 1.72; }
.b2b-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 26px; }
.b2b-call-link { display: inline-flex; gap: 8px; align-items: center; min-height: 48px; padding: 10px 4px; color: #fff; font-weight: 800; text-decoration: none; }
.b2b-hero-points { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 24px 0 0; padding: 0; list-style: none; }
.b2b-hero-points li { display: flex; gap: 7px; align-items: center; color: #d9e7f7; font-size: 13px; font-weight: 720; }
.b2b-hero-points .dashicons { color: #3ddc97; }
.b2b-hero-visual { position: relative; height: 510px; margin: 0; overflow: hidden; border: 7px solid rgba(255,255,255,.13); border-radius: 24px; box-shadow: 0 26px 60px rgba(0,0,0,.3); }
.b2b-hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.b2b-hero-visual figcaption { position: absolute; right: 14px; bottom: 14px; left: 14px; display: flex; gap: 8px; align-items: center; padding: 12px 14px; color: var(--gs-navy); background: rgba(255,255,255,.94); border-radius: 12px; font-size: 12px; font-weight: 800; }
.b2b-hero-visual figcaption .dashicons { color: var(--gs-red); }
.b2b-benefits-section { overflow: hidden; background: #f7f9fc; }
.b2b-section-heading { max-width: 720px; }
.b2b-benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 30px; }
.b2b-benefit-card { --b2b-tone: var(--gs-blue); position: relative; min-height: 260px; padding: 28px; overflow: hidden; background: #fff; border: 1px solid var(--gs-line); border-top: 5px solid var(--b2b-tone); border-radius: 18px; box-shadow: 0 16px 42px rgba(7,29,58,.07); }
.b2b-benefit-card > .dashicons { display: grid; width: 52px; height: 52px; place-items: center; color: #fff; background: var(--b2b-tone); border-radius: 14px; font-size: 27px; }
.b2b-benefit-card small { position: absolute; top: 26px; right: 26px; color: color-mix(in srgb, var(--b2b-tone) 34%, #fff); font-size: 45px; font-weight: 900; line-height: 1; }
.b2b-benefit-card h3 { margin: 25px 0 10px; font-size: 24px; }
.b2b-benefit-card p { margin: 0; color: var(--gs-muted); line-height: 1.7; }
.b2b-tone-red { --b2b-tone: var(--gs-red); }
.b2b-tone-cyan { --b2b-tone: var(--gs-cyan); }
.b2b-explanation-section { background: #fff; }
.b2b-explanation-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); gap: 60px; align-items: center; }
.b2b-explanation-copy h2 { max-width: 680px; font-size: clamp(34px, 4vw, 52px); }
.b2b-explanation-copy > p { color: var(--gs-muted); font-size: 17px; line-height: 1.75; }
.b2b-fit-box { margin-top: 24px; padding: 20px 22px; background: #eef6ff; border-left: 5px solid var(--gs-blue); border-radius: 0 14px 14px 0; }
.b2b-fit-box p { margin: 7px 0 0; color: #526178; line-height: 1.65; }
.b2b-explanation-photo { position: relative; min-height: 470px; margin: 0; overflow: hidden; border-radius: 22px; box-shadow: 0 22px 55px rgba(7,29,58,.16); }
.b2b-explanation-photo img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.b2b-explanation-photo figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 50px 22px 20px; color: #fff; background: linear-gradient(transparent, rgba(5,24,49,.92)); font-size: 14px; font-weight: 760; }
.b2b-case-section { background: linear-gradient(90deg, #fff3eb 0%, #fff 48%, #eaf7ff 100%); }
.b2b-case-card { display: grid; grid-template-columns: 280px 1fr; gap: 42px; align-items: center; padding: 42px; background: #fff; border: 1px solid #dbe6f2; border-radius: 22px; box-shadow: 0 18px 48px rgba(7,29,58,.08); }
.b2b-case-number { display: grid; min-height: 180px; place-items: center; padding: 24px; color: #fff; background: linear-gradient(145deg, var(--gs-red), #ff7a00); border-radius: 18px; font-size: 31px; font-weight: 900; text-align: center; }
.b2b-case-number span { display: block; font-size: 24px; }
.b2b-case-card h2 { max-width: 760px; font-size: clamp(31px, 3.5vw, 45px); }
.b2b-case-card p:last-child { margin: 0; color: var(--gs-muted); line-height: 1.75; }
.b2b-form-section { scroll-margin-top: 100px; background: #071d3a; }
.b2b-form-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 54px; align-items: start; }
.b2b-form-intro { position: sticky; top: 110px; color: #fff; }
.b2b-form-intro h2 { color: #fff; font-size: clamp(34px, 4vw, 48px); }
.b2b-form-intro > p:last-of-type { color: #c9d9eb; line-height: 1.75; }
.b2b-form-contact { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.b2b-form-contact a { display: inline-flex; gap: 7px; align-items: center; padding: 11px 14px; color: #fff; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: 13px; font-weight: 800; text-decoration: none; }
.gs-content-b2b .b2b-diagnostic-form { width: 100%; margin: 0; padding: 30px; border-radius: 20px; }
.b2b-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
.b2b-form-grid label { display: block; min-width: 0; }
.b2b-form-grid input[type="text"],
.b2b-form-grid input[type="tel"],
.b2b-form-grid input[type="email"],
.b2b-form-grid input[type="file"],
.b2b-form-grid select,
.b2b-form-grid textarea { width: 100%; max-width: 100%; box-sizing: border-box; }
.b2b-form-grid input[type="email"],
.b2b-form-grid input[type="file"] { margin: 5px 0 12px; padding: 10px 12px; color: var(--gs-navy); background: #fff; border: 1px solid #cbd5e1; border-radius: 10px; }
.b2b-field-wide { grid-column: 1 / -1; }
.b2b-upload-field small { display: block; margin: -5px 0 14px; color: var(--gs-muted); font-size: 12px; font-weight: 500; }
.gs-content-b2b .b2b-diagnostic-form .consent { display: flex; gap: 9px; align-items: flex-start; margin: 8px 0 18px; }
.gs-content-b2b .b2b-diagnostic-form > .button { width: 100%; justify-content: center; }

@media (max-width: 980px) {
  .service-content-hero .content-hero-inner,
  .library-content-hero .content-hero-inner { grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr); gap: 30px; }
  .service-hero-figure,
  .library-hero-visual { height: 400px; }
  .b2b-hero-grid { grid-template-columns: 1fr 360px; gap: 34px; }
  .b2b-hero-visual { height: 440px; }
  .b2b-explanation-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
}

@media (max-width: 820px) {
  .service-content-hero .content-hero-inner,
  .library-content-hero .content-hero-inner,
  .b2b-hero-grid,
  .b2b-explanation-grid,
  .b2b-form-layout { grid-template-columns: 1fr; }
  .service-content-hero .content-hero-inner > :not(.service-hero-figure),
  .library-content-hero .content-hero-inner > :not(.library-hero-visual) { grid-column: 1; }
  .service-hero-figure,
  .library-hero-visual { grid-column: 1; grid-row: auto; height: 390px; }
  .b2b-hero-visual { height: 430px; }
  .b2b-benefit-grid { grid-template-columns: 1fr; }
  .b2b-benefit-card { min-height: 0; }
  .b2b-explanation-photo { min-height: 390px; }
  .b2b-case-card { grid-template-columns: 220px 1fr; gap: 28px; }
  .b2b-form-intro { position: static; }
  .leak-advantage-layout { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 620px) {
  .service-content-hero,
  .library-content-hero { padding: 38px 0 42px; }
  .service-content-hero .content-hero-inner,
  .library-content-hero .content-hero-inner { gap: 18px; }
  .service-content-hero h1,
  .library-content-hero h1 { margin-bottom: 2px; font-size: 37px; }
  .service-hero-figure,
  .library-hero-visual { height: 260px; border-width: 5px; border-radius: 17px; }
  .leak-hero-figure { height: 310px; }
  .leak-hero-status { top: 11px; left: 11px; padding: 8px 10px; }
  .leak-hero-target { top: 29%; left: 67%; }
  .leak-hero-result { right: 11px; bottom: 70px; max-width: 205px; padding: 10px 12px; }
  .leak-hero-result strong { font-size: 12px; }
  .service-hero-actions { margin-top: 4px; }
  .service-hero-actions .button { flex: 1 1 175px; }
  .service-switcher { top: 64px; }
  .service-process-heading { margin-bottom: 22px; }
  .service-process-grid { display: flex; gap: 12px; margin-right: -20px; padding: 2px 20px 14px 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .service-process-grid::-webkit-scrollbar { display: none; }
  .service-process-grid article { flex: 0 0 min(82vw, 310px); min-height: 225px; padding: 23px; scroll-snap-align: start; }
  .leak-advantage-grid article { grid-template-columns: 46px minmax(0, 1fr); padding: 18px; }
  .leak-advantage-grid .dashicons { width: 46px; height: 46px; font-size: 24px; }
  .service-video-proof .section-heading { align-items: flex-start; }
  .service-video-proof-grid { display: flex; gap: 12px; justify-content: flex-start; margin-right: -20px; padding-right: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .service-video-proof-grid::-webkit-scrollbar { display: none; }
  .service-video-proof-grid article { flex: 0 0 min(78vw, 292px); scroll-snap-align: start; }
  .b2b-content-hero { padding: 38px 0 44px; }
  .b2b-hero-grid { gap: 26px; }
  .b2b-hero-copy h1 { font-size: 38px; }
  .b2b-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .b2b-hero-actions .button { width: 100%; }
  .b2b-hero-points { display: grid; }
  .b2b-hero-visual { height: 300px; border-width: 5px; border-radius: 17px; }
  .b2b-benefit-grid { display: flex; gap: 14px; margin-right: -14px; padding-right: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .b2b-benefit-grid::-webkit-scrollbar { display: none; }
  .b2b-benefit-card { flex: 0 0 84%; scroll-snap-align: start; }
  .b2b-explanation-photo { min-height: 300px; }
  .b2b-case-card { grid-template-columns: 1fr; padding: 22px; }
  .b2b-case-number { min-height: 120px; }
  .b2b-form-layout { gap: 24px; }
  .gs-content-b2b .b2b-diagnostic-form { position: relative; z-index: 1; margin: 0; padding: 20px; border-radius: 16px; }
  .b2b-form-grid { grid-template-columns: 1fr; }
  .b2b-field-wide { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .leak-hero-scan,
  .leak-pipe-flow,
  .leak-hero-status > span,
  .leak-hero-target i { animation: none; }
  .leak-hero-scan { left: 34%; opacity: .22; }
  .leak-hero-target i { width: 58px; height: 58px; opacity: .55; }
}

@media (max-width: 380px) {
  .header-inner { gap: 6px; }
  .brand { flex-basis: 150px; }
  .language-switcher { gap: 0; margin-left: 0; }
  .language-switcher a { min-width: 36px; }
}

.applicant-choice { margin: 0 0 14px; padding: 0; border: 0; }
.applicant-choice legend { margin-bottom: 8px; font-weight: 800; }
.applicant-choice > div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.applicant-choice label { cursor: pointer; }
.applicant-choice label span { display: block; padding: 11px; text-align: center; background: #f6f9fd; border: 1px solid #d5deea; border-radius: 10px; font-weight: 760; }
.applicant-choice input { position: absolute; opacity: 0; }
.applicant-choice input:checked + span { color: #0758bd; background: #eaf4ff; border-color: var(--gs-blue); box-shadow: 0 0 0 2px rgba(8,119,249,.11); }
.organization-field[hidden] { display: none !important; }
.form-step-details { display: grid; gap: 12px; }
.form-step-details > .address-field { padding: 14px; background: linear-gradient(145deg,#f6faff,#edf5ff); border: 1px solid #d4e3f3; border-radius: 14px; }
.form-step-details > label:not(.invoice-choice) { display: grid; }
.address-field { position: relative; }
.address-results { position: absolute; z-index: 20; top: 68px; right: 0; left: 0; overflow: hidden; background: #fff; border: 1px solid #b8c9dc; border-radius: 10px; box-shadow: 0 14px 32px rgba(7,29,58,.16); }
.address-results[hidden] { display: none; }
.address-results button { width: 100%; padding: 11px 13px; color: var(--gs-navy); text-align: left; background: #fff; border: 0; border-bottom: 1px solid #e5ebf2; cursor: pointer; }
.address-results button:hover,.address-results button:focus { background: #edf6ff; outline: 0; }
.address-help { margin: 0; color: var(--gs-muted); font-size: 12px; line-height: 1.45; }
.address-actions { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(0,1fr); gap: 8px; margin-top: 10px; }
.address-location,.address-manual { min-height: 44px; padding: 9px 12px; border-radius: 10px; font-weight: 800; cursor: pointer; }
.address-location { display: inline-flex; align-items: center; justify-content: center; gap: 7px; color: #fff; background: var(--gs-blue); border: 1px solid var(--gs-blue); box-shadow: 0 8px 18px rgba(8,119,249,.16); }
.address-location:hover,.address-location:focus-visible { background: #0667db; }
.address-location:disabled { cursor: wait; opacity: .65; }
.address-manual { color: var(--gs-blue); background: #fff; border: 1px solid #b8c9dc; }
.address-manual:hover,.address-manual:focus-visible { background: #edf6ff; border-color: var(--gs-blue); }
.address-location-status { min-height: 18px; margin: 7px 0 0; color: var(--gs-muted); font-size: 12px; line-height: 1.45; }
.address-location-status[data-state="success"] { color: #08723c; }
.address-location-status[data-state="warning"] { color: #8a5700; }
.address-location-status[data-state="error"] { color: #b42318; }
.address-location-status[data-state="loading"] { color: var(--gs-blue); }
.address-map-shell { overflow: hidden; margin: 12px 0; background: #f3f7fb; border: 1px solid var(--gs-line); border-radius: 13px; }
.address-map-shell[hidden] { display: none; }
.address-map { min-height: 260px; }
.address-map-shell p { margin: 0; padding: 9px 12px; color: var(--gs-muted); font-size: 12px; }
.address-map-shell.is-unavailable .address-map { display: none; }
.access-details { margin: 0; overflow: hidden; background: #fff; border: 1px solid var(--gs-line); border-radius: 14px; }
.access-details summary { min-height: 50px; display: flex; align-items: center; padding: 12px 14px; color: var(--gs-navy); background: #f7f9fc; cursor: pointer; font-weight: 800; }
.access-details[open] summary { border-bottom: 1px solid var(--gs-line); }
.access-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; padding: 14px 14px 0; }
.access-grid label,.access-note-field { min-width: 0; display: grid; }
.access-note-field { padding: 0 14px 14px; }
.invoice-choice { min-height: 50px; display: flex !important; flex-direction: row !important; gap: 10px; align-items: center; margin: 0; padding: 11px 13px; background: #fffaf0; border: 1px solid #f2d69e; border-radius: 13px; }
.invoice-choice input { flex: 0 0 auto; width: 20px; height: 20px; margin: 0; accent-color: var(--gs-blue); }
@media (max-width:620px) { .form-step-details { gap: 10px; } .form-step-details > .address-field { padding: 12px; } .access-grid { grid-template-columns: 1fr 1fr; padding: 12px 12px 0; } .access-note-field { padding: 0 12px 12px; } .address-actions { grid-template-columns: 1fr; } .address-location,.address-manual { min-height: 48px; } .address-map { min-height: 220px; } }
@media (max-width:370px) { .access-grid { grid-template-columns: 1fr; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
	.gs-motion-ready .reveal-on-scroll { opacity: 1; transform: none; }
}

/* Identitatea comună a domeniilor 0.21.0. */
.site-identity-notice{position:relative;z-index:8;color:#dff3ff;background:linear-gradient(90deg,#071e39,#063d6b);border-top:1px solid rgba(76,192,255,.2);border-bottom:1px solid rgba(76,192,255,.22)}
.site-identity-inner{min-height:40px;display:flex;align-items:center;justify-content:center;gap:10px;font-size:13px;text-align:center}
.site-identity-inner .dashicons{color:#51d98a}.site-identity-inner p{margin:0}.site-identity-inner strong{padding:4px 9px;border-radius:999px;color:#08213d;background:#63dba0;font-size:11px;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}
@media(max-width:620px){.site-identity-inner{padding-top:9px;padding-bottom:9px;align-items:flex-start;text-align:left}.site-identity-inner p{line-height:1.4}.site-identity-inner strong{display:none}}

/*
 * Direcția vizuală aprobată 2 + 3.
 * Culorile provin din logo, iar fotografiile reale structurează serviciile și ghidurile.
 * Regulile de mai jos nu schimbă fluxul formularului sau comportamentul componentelor.
 */
:root {
  --gs-navy: #071d3a;
  --gs-navy-2: #0d315f;
  --gs-blue: #0877f9;
  --gs-cyan: #08aeca;
  --gs-red: #ff3d21;
  --gs-orange: #ff7a00;
  --gs-gold: #ffad0a;
  --gs-soft: #f3f8ff;
  --gs-shadow: 0 16px 40px rgba(7, 29, 58, 0.09);
}

.button-flame {
  color: #fff;
  background: var(--gs-red);
  box-shadow: 0 10px 24px rgba(255, 61, 33, 0.2);
}
.button-flame:hover { background: #df2c14; }

.hero {
  padding: 34px 0 30px;
  color: #fff;
  background: var(--gs-navy);
}
.hero-grid {
  grid-template-columns: minmax(280px, .88fr) minmax(330px, 1.05fr) minmax(330px, .92fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(0, 10, 30, .28);
}
.hero-content { display: contents; }
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px 28px 46px 32px;
  color: #fff;
  background: var(--gs-navy);
}
.hero-copy h1 { max-width: 8ch; color: #fff; font-size: clamp(44px, 4.5vw, 66px); }
.hero-copy .eyebrow { color: #5db7ff; }
.hero-copy .hero-lead { margin-bottom: 24px; color: #d7e4f4; font-size: 16px; }
.hero-contact-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-contact-actions .button { min-height: 48px; width: auto; padding-inline: 17px; }
.hero-contact-actions .button-whatsapp { box-shadow: none; }
.hero-visual {
  min-height: 600px;
  border-radius: 0;
  box-shadow: none;
  background: #102849;
}
.hero-visual > img { height: 600px; object-position: 54% center; }
.hero-visual .thermal-card,
.hero-visual .visual-badge { display: none; }
.hero .diagnostic-form {
  align-self: center;
  margin: 24px;
  padding: 24px;
  border: 0;
  box-shadow: 0 14px 38px rgba(7, 29, 58, .13);
}
.hero .diagnostic-form .button-primary { background: var(--gs-blue); }

.trust-section { padding: 22px 0 12px; background: #fff; }
.trust-grid { background: #fff; box-shadow: none; }

.work-photo-strip { padding: 12px 0 44px; background: #fff; }
.work-photo-grid {
  display: grid;
  grid-template-columns: 1.25fr .88fr .88fr 1.1fr;
  gap: 12px;
}
.work-photo-grid figure {
  height: 184px;
  margin: 0;
  overflow: hidden;
  border-radius: 15px;
  background: var(--gs-soft);
}
.work-photo-grid img { width: 100%; height: 100%; object-fit: cover; }
.work-photo-grid figure:nth-child(1) img { object-position: center 34%; }
.work-photo-grid figure:nth-child(2) img { object-position: center 23%; }

.diagnostic-section { padding-top: 64px; background: #f5f9ff; }
.diagnostic-section .thermal-figure { box-shadow: none; }
.diagnostic-section .feature-icon { color: var(--gs-blue); background: #e4f1ff; }

.services-section { background: #fff; }
.services-section .section-heading { margin-bottom: 32px; }
.services-grid { gap: 18px; }
.service-card {
  --service-tone: var(--gs-blue);
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--gs-line);
  border-top: 7px solid var(--service-tone);
  border-radius: 16px;
}
.service-card-flame { --service-tone: var(--gs-red); }
.service-card-cyan { --service-tone: var(--gs-cyan); }
.service-card-blue { --service-tone: var(--gs-blue); }
.service-card-amber { --service-tone: #f5a000; }
.service-card-media { height: 210px; overflow: hidden; background: var(--gs-soft); }
.service-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 280ms ease; }
.service-card:hover .service-card-media img { transform: scale(1.025); }
.service-card-body { position: relative; display: flex; flex: 1; flex-direction: column; padding: 26px 24px 24px; }
.service-card-icon {
  position: absolute;
  top: -28px;
  left: 22px;
  width: 54px !important;
  height: 54px !important;
  display: grid !important;
  place-items: center;
  color: var(--service-tone);
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--service-tone) 28%, #fff);
  border-radius: 50%;
  font-size: 25px !important;
  box-shadow: 0 8px 20px rgba(7,29,58,.11);
}
.service-card h3 { margin: 10px 0 10px; font-size: 21px; }
.service-card p { min-height: 0; flex: 1; margin-bottom: 18px; }
.service-card a { color: var(--service-tone); }

.prevention-feature { padding-top: 34px; background: #fff; }
.prevention-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background: #fff8f2;
  border: 1px solid #ffdcca;
  border-radius: 22px;
}
.prevention-copy { align-self: center; padding: 46px 46px 38px; }
.prevention-copy .eyebrow { color: var(--gs-red); }
.prevention-copy h2 { font-size: clamp(34px, 4vw, 49px); }
.prevention-copy .section-lead { font-size: 16px; }
.prevention-image { height: 500px; margin: 0; overflow: hidden; }
.prevention-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 34%; }
.prevention-signs {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border-top: 1px solid #ffdcca;
}
.prevention-signs > div { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 22px; border-right: 1px solid #f0e0d6; }
.prevention-signs > div:last-child { border-right: 0; }
.prevention-signs .dashicons { width: 38px; height: 38px; color: var(--gs-red); font-size: 34px; }
.prevention-signs p { margin: 0; }
.prevention-signs strong { display: block; color: var(--gs-navy); font-size: 14px; line-height: 1.35; }
.prevention-signs small { display: block; margin-top: 5px; color: var(--gs-muted); font-size: 12px; line-height: 1.45; }

.how-section { background: var(--gs-navy); }
.step-card:first-child > span { background: #dff2ff; }
.step-card:nth-child(2) > span { background: #dffbec; }
.step-card:nth-child(3) > span { background: #fff0df; }

.guide-card-grid-photo { grid-template-columns: repeat(4, 1fr); gap: 16px; }
.guide-card-photo { min-height: 0; display: flex; flex-direction: column; padding: 0; overflow: hidden; }
.guide-card-photo > img { width: 100%; height: 170px; object-fit: cover; }
.guide-card-photo > div { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.guide-card-photo h3 { font-size: 18px; }
.guide-card-photo p { font-size: 13px; }
.guide-card-photo span { margin-top: auto; }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: .9fr 1.1fr; }
  .hero-copy { grid-column: 1; }
  .hero-visual { grid-column: 2; }
  .hero .diagnostic-form { grid-column: 1 / -1; margin: 0; border-radius: 0; }
  .guide-card-grid-photo { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .hero { padding: 20px 0; }
  .hero-grid { display: flex; flex-direction: column; width: min(calc(100% - 32px), var(--gs-container)); }
  .hero-content { display: contents; }
  .hero-copy { order: 1; padding: 34px 24px 24px; }
  .hero-copy h1 { max-width: 10ch; font-size: clamp(42px, 11vw, 58px); }
  .hero-visual { order: 2; min-height: 430px; }
  .hero-visual > img { height: 430px; object-position: 50% 38%; }
  .hero .diagnostic-form { order: 3; margin: 0; padding: 22px; }
  .work-photo-grid { display: flex; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; }
  .work-photo-grid figure { flex: 0 0 min(72vw, 330px); scroll-snap-align: start; }
  .prevention-card { grid-template-columns: 1fr; }
  .prevention-copy { padding: 34px 26px; }
  .prevention-image { height: 360px; }
  .prevention-signs { grid-column: auto; grid-template-columns: repeat(2, 1fr); }
  .prevention-signs > div:nth-child(2) { border-right: 0; }
  .prevention-signs > div:nth-child(-n+2) { border-bottom: 1px solid #f0e0d6; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--gs-container)); }
  .hero-grid { width: min(calc(100% - 20px), var(--gs-container)); border-radius: 17px; }
  .hero-copy { padding: 28px 20px 20px; }
  .hero-copy h1 { margin-bottom: 12px; font-size: 43px; }
  .hero-copy .hero-lead { margin-bottom: 18px; font-size: 15px; }
  .hero-contact-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-contact-actions .button { width: 100%; padding-inline: 10px; }
  .hero-visual { min-height: 330px; }
  .hero-visual > img { height: 330px; }
  .hero .diagnostic-form { position: relative; z-index: 1; margin-top: 0; }
  .trust-section { padding-top: 8px; }
  .work-photo-strip { padding-bottom: 30px; }
  .work-photo-grid figure { height: 170px; }
  .service-card-media { height: 190px; }
  .service-card-body { padding: 24px 20px 20px; }
  .prevention-feature { padding-top: 18px; }
  .prevention-copy { padding: 28px 22px; }
  .prevention-copy h2 { font-size: 34px; }
  .prevention-image { height: 300px; }
  .prevention-signs { grid-template-columns: 1fr; }
  .prevention-signs > div { border-right: 0; border-bottom: 1px solid #f0e0d6; }
  .prevention-signs > div:last-child { border-bottom: 0; }
  .guide-card-grid-photo { display: flex; overflow-x: auto; margin-right: -14px; padding-right: 14px; scroll-snap-type: x mandatory; }
  .guide-card-photo { flex: 0 0 min(82vw, 310px); scroll-snap-align: start; }
  .home-guides-section .guide-card:nth-child(n+3) { display: flex; }
}

/*
 * Hero 0.9.1 — lucrări reale și acoperire geografică flexibilă.
 * Păstrează formularul existent, dar separă mai clar promisiunea, dovada și acțiunea.
 */
.hero-grid {
  grid-template-columns: minmax(360px, .92fr) minmax(430px, 1.08fr);
  grid-template-areas:
    "copy visual"
    "form form";
}
.hero-copy {
  grid-area: copy;
  min-height: 560px;
  padding: 48px 38px 42px;
}
.hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(46px, 4.4vw, 64px);
  line-height: .99;
}
.hero-copy .hero-lead { max-width: 47ch; }
.hero-audience {
  display: grid;
  gap: 9px;
  margin-top: 22px;
  color: #d8e8fb;
  font-size: 13px;
  font-weight: 720;
}
.hero-audience > span { display: flex; align-items: center; gap: 9px; }
.hero-audience .dashicons { width: 20px; height: 20px; color: #55b9ff; font-size: 20px; }
.hero-visual-real-work {
  grid-area: visual;
  display: grid;
  grid-template-columns: .78fr 1.12fr;
  gap: 12px;
  min-height: 560px;
  padding: 12px;
  overflow: hidden;
  background: #0b2a51;
}
.hero-work-photo {
  min-width: 0;
  height: 536px;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #102d50;
}
.hero-work-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-work-photo-detail img { object-position: 52% center; }
.hero-work-photo-service img { object-position: 50% center; }
.hero-work-proof {
  position: absolute;
  right: 28px;
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 56px);
  padding: 11px 14px;
  color: var(--gs-navy);
  background: rgba(255,255,255,.94);
  border-radius: 12px;
  font-size: 13px;
  font-weight: 820;
  box-shadow: 0 10px 28px rgba(0,0,0,.2);
  backdrop-filter: blur(7px);
}
.hero-work-proof .dashicons { color: var(--gs-red); }
.hero .diagnostic-form {
  grid-area: form;
  width: auto;
  margin: 0;
  padding: 24px 30px 28px;
  border-radius: 0;
  box-shadow: inset 0 1px 0 var(--gs-line);
}
.hero .diagnostic-form.is-progressive .form-step[data-form-step="1"] {
  display: grid;
  grid-template-columns: 1.15fr 1.55fr minmax(170px, .65fr);
  grid-template-rows: auto auto;
  gap: 14px;
  align-items: end;
}
.hero .diagnostic-form.is-progressive .form-step[data-form-step="1"] > label { grid-column: 1; grid-row: 1; margin: 0; }
.hero .diagnostic-form.is-progressive .form-step[data-form-step="1"] > select { grid-column: 1; grid-row: 2; }
.hero .diagnostic-form.is-progressive .form-step[data-form-step="1"] .field-row { grid-column: 2; grid-row: 1 / 3; margin: 0; }
.hero .diagnostic-form.is-progressive .form-step[data-form-step="1"] .form-next { grid-column: 3; grid-row: 2; }
.hero .diagnostic-form.is-progressive .form-step[data-form-step="1"] select,
.hero .diagnostic-form.is-progressive .form-step[data-form-step="1"] input { margin-bottom: 0; }
.hero .diagnostic-form.is-progressive .form-next { min-height: 43px; }

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: minmax(320px, .9fr) minmax(390px, 1.1fr);
    grid-template-areas:
      "copy visual"
      "form form";
  }
  .hero-copy { min-height: 520px; padding-inline: 30px; }
  .hero-visual-real-work { min-height: 520px; }
  .hero-work-photo { height: 496px; }
  .hero .diagnostic-form { margin: 0; }
}

@media (max-width: 900px) {
  .hero-grid { display: flex; }
  .hero-copy { min-height: 0; }
  .hero-visual-real-work { min-height: 430px; padding: 10px; }
  .hero-work-photo { height: 410px; }
  .hero .diagnostic-form { padding: 22px; border-radius: 0; }
  .hero .diagnostic-form.is-progressive .form-step[data-form-step="1"] { display: block; }
  .hero .diagnostic-form.is-progressive .form-step[data-form-step="1"] select,
  .hero .diagnostic-form.is-progressive .form-step[data-form-step="1"] input { margin-bottom: 12px; }
}

@media (max-width: 620px) {
  .hero-copy { padding: 28px 20px 24px; }
  .hero-copy h1 { max-width: 11ch; font-size: 40px; }
  .hero-audience { margin-top: 18px; }
  .hero-visual-real-work { grid-template-columns: .82fr 1.18fr; min-height: 330px; padding: 7px; gap: 7px; }
  .hero-work-photo { height: 316px; border-radius: 10px; }
  .hero-work-proof { right: 16px; bottom: 16px; max-width: calc(100% - 32px); padding: 9px 11px; font-size: 11px; }
}

/*
 * Ghiduri 0.9.2 — fotografii reale, teme cromatice și ritm editorial mai prietenos.
 * Activele sunt dovezi din lucrări, iar textul rămâne principalul purtător de informație.
 */
.guide-tone-boilers { --guide-accent: #0877f9; --guide-soft: #eaf4ff; --guide-deep: #0758bd; }
.guide-tone-heating { --guide-accent: #ff7a00; --guide-soft: #fff2e6; --guide-deep: #c95000; }
.guide-tone-leaks { --guide-accent: #08aeca; --guide-soft: #e5faff; --guide-deep: #087d94; }
.guide-tone-safety { --guide-accent: #ff3d21; --guide-soft: #fff0ed; --guide-deep: #ca2d18; }

.guide-card-visual {
  min-height: 430px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border-top: 6px solid var(--guide-accent);
  box-shadow: 0 12px 32px rgba(7,29,58,.07);
}
.guide-card-media { position: relative; height: 190px; overflow: hidden; background: var(--guide-soft); }
.guide-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 280ms ease; }
.guide-card-visual:hover .guide-card-media img { transform: scale(1.035); }
.guide-card-media small {
  position: absolute;
  left: 14px;
  bottom: 14px;
  margin: 0;
  padding: 7px 10px;
  color: #fff;
  background: var(--guide-accent);
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: .04em;
  box-shadow: 0 7px 18px rgba(7,29,58,.18);
}
.guide-card-copy { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.guide-card-copy h2,
.guide-card-copy h3 { margin: 0 0 11px; font-size: 21px; }
.guide-card-copy p { margin: 0 0 18px; font-size: 14px; line-height: 1.62; }
.guide-card-copy span { color: var(--guide-deep); }

.article-content-hero {
  --guide-accent: #0877f9;
  --guide-soft: #eaf4ff;
  background:
    radial-gradient(circle at 82% 16%, color-mix(in srgb, var(--guide-accent) 28%, transparent), transparent 31%),
    var(--gs-navy);
}
.gs-content-articles .article-content-hero .content-hero-inner {
  display: grid;
  max-width: var(--gs-container);
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr);
  gap: 44px;
  align-items: center;
}
.gs-content-articles .article-content-hero .content-hero-inner > :not(.article-hero-figure) { grid-column: 1; }
.gs-content-articles .article-content-hero .breadcrumbs { align-self: end; }
.gs-content-articles .article-content-hero h1 { max-width: 760px; font-size: clamp(42px, 5vw, 64px); }
.gs-content-articles .article-content-hero .article-hero-figure {
  grid-column: 2;
  grid-row: 1 / 7;
  position: relative;
  height: 470px;
  margin: 0;
  overflow: hidden;
  background: var(--guide-soft);
  border: 7px solid rgba(255,255,255,.13);
  border-radius: 22px;
  box-shadow: 0 24px 56px rgba(0,0,0,.27);
}
.article-hero-figure img { width: 100%; height: 100%; object-fit: cover; }
.article-hero-figure figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 13px;
  color: var(--gs-navy);
  background: rgba(255,255,255,.94);
  border-radius: 11px;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(7px);
}
.article-hero-figure figcaption .dashicons { color: var(--guide-accent); }

.article-photo-story {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 14px;
  background: var(--guide-soft, #eaf4ff);
  border: 1px solid color-mix(in srgb, var(--guide-accent, #0877f9) 25%, #fff);
  border-radius: 16px;
}
.article-photo-story figure { position: relative; height: 245px; margin: 0; overflow: hidden; border-radius: 12px; background: #dce9f6; }
.article-photo-story img { width: 100%; height: 100%; object-fit: cover; }
.article-photo-story figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px 14px 13px;
  color: #fff;
  background: linear-gradient(transparent, rgba(7,29,58,.9));
  font-size: 12px;
  font-weight: 760;
  line-height: 1.4;
}
.gs-content-articles .editorial-content { counter-reset: guide-section; --guide-accent: #0877f9; --guide-soft: #eaf4ff; }
.gs-content-articles.guide-tone-heating .editorial-content,
.article-content-hero.guide-tone-heating ~ .editorial-section .editorial-content { --guide-accent: #ff7a00; --guide-soft: #fff2e6; }
.article-content-hero.guide-tone-leaks ~ .editorial-section .editorial-content { --guide-accent: #08aeca; --guide-soft: #e5faff; }
.article-content-hero.guide-tone-safety ~ .editorial-section .editorial-content { --guide-accent: #ff3d21; --guide-soft: #fff0ed; }

/* Lotul 6: pagina B2B folosește componentele temei, cu ritm propriu și formular compact. */
.gs-content-b2b .content-hero .container { max-width: 1180px; }
.gs-content-b2b .service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.gs-content-b2b .service-card { min-width: 0; padding: 24px; }
.gs-content-b2b .service-card h2 { margin-bottom: 8px; font-size: 25px; }
.gs-content-b2b .service-card p { margin: 0; color: var(--gs-muted); }
.gs-content-b2b .content-card { max-width: 1180px; margin-inline: auto; padding: 34px; border: 1px solid var(--gs-line); border-radius: 18px; }
.gs-content-b2b .contact-card { grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); align-items: start; }
.gs-content-b2b .contact-card > *, .gs-content-b2b .diagnostic-form { min-width: 0; }
.gs-content-b2b .diagnostic-form { width: 100%; margin: 0; }
.gs-content-b2b .diagnostic-form input[type="email"], .gs-content-b2b .diagnostic-form input[type="file"] { width: 100%; max-width: 100%; }

@media (max-width: 820px) {
  .gs-content-b2b .service-grid, .gs-content-b2b .contact-card { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .gs-content-b2b .content-hero h1 { font-size: 36px; overflow-wrap: anywhere; }
  .gs-content-b2b .content-card { padding: 24px 20px; }
  .gs-content-b2b .diagnostic-form { margin-top: 0; }
}
.gs-content-articles .editorial-content > section {
  counter-increment: guide-section;
  position: relative;
  overflow: hidden;
  border-top: 5px solid var(--guide-accent);
}
.gs-content-articles .editorial-content > section::before {
  content: counter(guide-section);
  position: absolute;
  top: 20px;
  right: 22px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--guide-deep, #0758bd);
  background: var(--guide-soft);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 850;
}
.gs-content-articles .editorial-content > section h2 { padding-right: 48px; }

@media (max-width: 900px) {
  .gs-content-articles .article-content-hero .content-hero-inner { grid-template-columns: 1fr; gap: 26px; }
  .gs-content-articles .article-content-hero .content-hero-inner > :not(.article-hero-figure) { grid-column: 1; }
  .gs-content-articles .article-content-hero .article-hero-figure { grid-column: 1; grid-row: auto; width: 100%; height: 390px; }
}

@media (max-width: 620px) {
  .guide-card-visual { min-height: 0; }
  .guide-card-media { height: 185px; }
  .guide-card-copy { padding: 20px; }
  .gs-content-articles .article-content-hero { padding: 38px 0 44px; }
  .gs-content-articles .article-content-hero .content-hero-inner { gap: 18px; }
  .gs-content-articles .article-content-hero .breadcrumbs { grid-row: 1; }
  .gs-content-articles .article-content-hero .eyebrow { grid-row: 2; margin-top: 8px; }
  .gs-content-articles .article-content-hero h1 { grid-row: 3; margin-bottom: 2px; font-size: 37px; }
  .gs-content-articles .article-content-hero .article-hero-figure { grid-row: 4; height: 250px; border-width: 5px; border-radius: 16px; }
  .gs-content-articles .article-content-hero .content-hero-inner > p:last-of-type { grid-row: 5; }
  .gs-content-articles .article-content-hero .author-line { grid-row: 6; }
  .article-photo-story { grid-template-columns: 1fr; padding: 10px; }
  .article-photo-story figure { height: 220px; }
  .gs-content-articles .editorial-content > section::before { top: 16px; right: 16px; }
}

/*
 * Conversie 0.10.0 — alegere vizuală a problemei, exemple reale și transparență.
 * Extinde fluxul existent fără a schimba procesarea formularului sau datele trimise.
 */
.problem-choice-help {
  margin: -5px 0 12px;
  color: var(--gs-muted);
  font-size: 13px;
  line-height: 1.45;
}
.problem-choice-grid { display: none; }
.diagnostic-form.has-problem-choices .problem-choice-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}
.problem-choice {
  position: relative;
  min-height: 58px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px 10px;
  overflow: hidden;
  color: var(--gs-navy);
  text-align: left;
  background: linear-gradient(145deg, #f8fbff, #f1f6fc);
  border: 1px solid #d5deea;
  border-radius: 10px;
  font: inherit;
  font-size: 12px;
  font-weight: 780;
  line-height: 1.25;
  cursor: pointer;
  transition: border-color 200ms ease, background 200ms ease, box-shadow 200ms ease, transform 200ms ease;
  will-change: transform;
}
.diagnostic-form.has-problem-choices .problem-choice { animation: gs-problem-enter 440ms cubic-bezier(.22,.8,.25,1) both; }
.diagnostic-form.has-problem-choices .problem-choice:nth-child(2) { animation-delay: 35ms; }
.diagnostic-form.has-problem-choices .problem-choice:nth-child(3) { animation-delay: 70ms; }
.diagnostic-form.has-problem-choices .problem-choice:nth-child(4) { animation-delay: 105ms; }
.diagnostic-form.has-problem-choices .problem-choice:nth-child(5) { animation-delay: 140ms; }
.diagnostic-form.has-problem-choices .problem-choice:nth-child(6) { animation-delay: 175ms; }
.diagnostic-form.has-problem-choices .problem-choice:nth-child(7) { animation-delay: 210ms; }
.diagnostic-form.has-problem-choices .problem-choice:nth-child(8) { animation-delay: 245ms; }
.diagnostic-form.has-problem-choices .problem-choice:nth-child(9) { animation-delay: 280ms; }
.diagnostic-form.has-problem-choices .problem-choice:nth-child(10) { animation-delay: 315ms; }
.problem-choice:hover { border-color: #78aef1; box-shadow: 0 8px 20px rgba(8,119,249,.12); transform: translateY(-3px); }
.problem-choice:active { transform: translateY(0) scale(.975); }
.problem-choice:focus-visible { outline: 3px solid rgba(8,119,249,.2); outline-offset: 2px; }
.problem-choice .dashicons { width: 34px; height: 34px; display: grid; place-items: center; color: var(--gs-blue); background: #e8f2ff; border-radius: 11px; font-size: 22px; transition: color 200ms ease, background 200ms ease, transform 200ms ease, box-shadow 200ms ease; }
.problem-choice:hover .dashicons { transform: translateY(-1px) scale(1.08); }
.problem-choice.is-selected {
  color: #064ea8;
  background: linear-gradient(135deg, #eaf4ff, #f7fbff);
  border-color: var(--gs-blue);
  box-shadow: 0 0 0 2px rgba(8,119,249,.11), 0 10px 24px rgba(8,119,249,.14);
  animation: gs-problem-selected 380ms cubic-bezier(.22,.8,.25,1) both;
}
.problem-choice.is-selected .dashicons { color: #fff; background: var(--gs-blue); box-shadow: 0 7px 16px rgba(8,119,249,.26); animation: gs-problem-icon-pop 420ms cubic-bezier(.22,.8,.25,1) both; }
.problem-choice.is-selected::after { content: ""; position: absolute; inset: auto 10px 0; height: 3px; background: linear-gradient(90deg, var(--gs-orange), var(--gs-red)); border-radius: 999px 999px 0 0; animation: gs-problem-accent 360ms ease both; }
@keyframes gs-problem-enter { from { opacity: 0; transform: translateY(10px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes gs-problem-selected { 0% { transform: scale(.975); } 65% { transform: scale(1.018); } 100% { transform: scale(1); } }
@keyframes gs-problem-icon-pop { 0% { transform: scale(.78) rotate(-6deg); } 70% { transform: scale(1.12) rotate(2deg); } 100% { transform: scale(1) rotate(0); } }
@keyframes gs-problem-accent { from { opacity: 0; transform: scaleX(.2); } to { opacity: 1; transform: scaleX(1); } }
.problem-choice-grid.is-invalid { padding: 4px; border: 2px solid #d92d20; border-radius: 12px; }
.problem-choice-error { display: block; margin: 8px 0 0; color: #b42318; font-size: 12px; font-weight: 760; }
.problem-choice-error[hidden] { display: none; }
.diagnostic-form.has-problem-choices .problem-select-fallback {
  position: absolute;
  width: 1px !important;
  height: 1px;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#diagnostic-form { scroll-margin-top: 104px; }
.hero .diagnostic-form.is-progressive .form-step[data-form-step="1"] {
  grid-template-columns: minmax(0, 1fr) minmax(180px, .24fr);
  grid-template-rows: auto;
  align-items: end;
}
.hero .diagnostic-form.is-progressive .form-step[data-form-step="1"] > label,
.hero .diagnostic-form.is-progressive .form-step[data-form-step="1"] > .problem-choice-help,
.hero .diagnostic-form.is-progressive .form-step[data-form-step="1"] > .problem-choice-grid,
.hero .diagnostic-form.is-progressive .form-step[data-form-step="1"] > .problem-choice-error,
.hero .diagnostic-form.is-progressive .form-step[data-form-step="1"] > .problem-select-fallback {
  grid-column: 1 / -1;
  grid-row: auto;
}
.hero .diagnostic-form.is-progressive .form-step[data-form-step="1"] .field-row {
  grid-column: 1;
  grid-row: auto;
}
.hero .diagnostic-form.is-progressive .form-step[data-form-step="1"] .form-next {
  grid-column: 2;
  grid-row: auto;
}

.case-studies-section { background: #f4f8fd; }
.case-studies-heading { max-width: 760px; margin-inline: auto; }
.case-studies-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 34px; }
.case-study-card { overflow: hidden; background: #fff; border: 1px solid var(--gs-line); border-radius: 18px; box-shadow: 0 14px 34px rgba(7,29,58,.07); }
.case-study-card figure { height: 290px; margin: 0; overflow: hidden; background: #dce9f6; }
.case-study-card figure img { width: 100%; height: 100%; object-fit: cover; }
.case-study-body { padding: 26px; }
.case-study-body h3 { margin: 0 0 20px; font-size: 24px; }
.case-study-body ol { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; counter-reset: case-step; }
.case-study-body li { counter-increment: case-step; display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 11px; align-items: start; }
.case-study-body li::before { content: counter(case-step); display: grid; width: 34px; height: 34px; place-items: center; color: #fff; background: var(--gs-blue); border-radius: 50%; font-size: 13px; font-weight: 850; }
.case-study-body li > span { color: var(--gs-navy); font-size: 12px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.case-study-body li p { grid-column: 2; margin: -5px 0 0; color: var(--gs-muted); font-size: 14px; line-height: 1.6; }

.decision-section { color: #fff; background: linear-gradient(135deg, var(--gs-navy), #0d315f); }
.decision-shell { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.5fr); gap: 34px 54px; align-items: start; }
.decision-heading .eyebrow { color: #6fc7ff; }
.decision-heading h2 { color: #fff; }
.decision-heading p { margin: 0; color: #d5e4f5; line-height: 1.7; }
.decision-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.decision-grid article { min-height: 100%; padding: 22px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; }
.decision-grid .dashicons { width: 34px; height: 34px; color: #63c7ff; font-size: 34px; }
.decision-grid h3 { margin: 16px 0 10px; color: #fff; font-size: 18px; }
.decision-grid p { margin: 0; color: #d5e4f5; font-size: 14px; line-height: 1.65; }
.decision-cta { grid-column: 1 / -1; justify-self: start; background: var(--gs-red); }

@media (max-width: 900px) {
  .diagnostic-form.has-problem-choices .problem-choice-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero .diagnostic-form.is-progressive .form-step[data-form-step="1"] { display: block; }
  .problem-choice-grid { margin-bottom: 14px; }
  .case-studies-grid { grid-template-columns: 1fr; }
  .decision-shell { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body.gs-site { padding-bottom: 72px; }
  .diagnostic-form.has-problem-choices .problem-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .problem-choice { min-height: 62px; grid-template-columns: 32px minmax(0, 1fr); padding: 8px; font-size: 11.5px; }
  .problem-choice .dashicons { width: 32px; height: 32px; font-size: 21px; }
  .case-studies-heading { text-align: left; }
  .case-studies-grid { margin-top: 24px; }
  .case-study-card figure { height: 220px; }
  .case-study-body { padding: 21px 19px; }
  .case-study-body h3 { font-size: 21px; }
  .decision-shell { gap: 26px; }
  .decision-grid { grid-template-columns: 1fr; gap: 10px; }
  .decision-grid article { padding: 18px; }
  .decision-cta { width: 100%; }
  .mobile-contact-bar { grid-template-columns: repeat(3, 1fr); min-height: 62px; }
  .mobile-contact-bar a { min-width: 0; flex-direction: column; gap: 2px; padding: 7px 3px 5px; font-size: 10.5px; line-height: 1.1; }
  .mobile-contact-bar .dashicons { width: 22px; height: 22px; font-size: 22px; }
  .mobile-contact-bar a.is-call { background: var(--gs-navy); }
  .mobile-contact-bar a.is-whatsapp { background: var(--gs-green); }
  .mobile-contact-bar a.is-form { background: var(--gs-blue); }
}

@media (prefers-reduced-motion: reduce) {
  .diagnostic-form.has-problem-choices .problem-choice,
  .problem-choice.is-selected,
  .problem-choice.is-selected .dashicons,
  .problem-choice.is-selected::after { animation: none; }
  .problem-choice:hover,
  .problem-choice:active,
  .problem-choice:hover .dashicons { transform: none; }
}

/* Recenzii multi-platformă: dovadă vizuală, sursă clară și navigare orizontală. */
.reviews-section {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 8% 12%, rgba(19,104,232,.13), transparent 29%),
    radial-gradient(circle at 92% 18%, rgba(239,44,39,.10), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #fff 70%);
}
.reviews-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: -1;
  height: 7px;
  background: linear-gradient(90deg, var(--gs-blue) 0 47%, var(--gs-red) 47% 78%, var(--gs-gold) 78% 100%);
}
.reviews-heading { align-items: center; }
.reviews-heading .section-heading > p:last-child { max-width: 690px; }
.reviews-platforms { flex: 0 0 auto; display: grid; grid-template-columns: repeat(2, minmax(165px, 1fr)); gap: 10px; }
.reviews-platform {
  min-height: 92px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 17px 19px;
  background: rgba(255,255,255,.92);
  border: 1px solid var(--gs-line);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(19,35,61,.07);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.reviews-platform:hover, .reviews-platform:focus-visible { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(19,35,61,.11); }
.reviews-platform strong { font-size: 18px; }
.reviews-platform span { color: var(--gs-muted); font-size: 13px; }
.reviews-platform b { color: var(--gs-navy); }
.reviews-platform-google { border-top: 4px solid #4285f4; }
.reviews-platform-google strong { color: #4285f4; }
.reviews-platform-profi { border-top: 4px solid var(--gs-red); }
.reviews-platform-profi strong { color: var(--gs-red); }

.review-proof-strip {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr .8fr .8fr;
  gap: 10px;
  height: 280px;
  margin-bottom: 30px;
  padding: 10px;
  overflow: hidden;
  background: var(--gs-navy);
  border-radius: 20px;
  box-shadow: 0 20px 48px rgba(10,35,70,.17);
}
.review-proof-strip figure { min-width: 0; height: 100%; margin: 0; overflow: hidden; border-radius: 12px; }
.review-proof-strip img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.review-proof-strip figure:hover img { transform: scale(1.035); }
.review-proof-main img { object-position: center 42%; }
.review-proof-message {
  position: absolute;
  left: 28px;
  bottom: 26px;
  max-width: 430px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 17px;
  color: white;
  background: rgba(7,29,58,.90);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 13px;
  box-shadow: 0 12px 32px rgba(0,0,0,.25);
  backdrop-filter: blur(10px);
}
.review-proof-message > .dashicons { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--gs-red); border-radius: 10px; font-size: 24px; }
.review-proof-message div { display: grid; gap: 2px; }
.review-proof-message strong { font-size: 15px; }
.review-proof-message small { color: #d8e6f5; font-size: 11px; line-height: 1.45; }

.reviews-controls { align-items: center; }
.reviews-swipe-hint { display: inline-flex; align-items: center; gap: 6px; margin-right: 8px; color: var(--gs-muted); font-size: 12px; font-weight: 700; }
.reviews-swipe-hint .dashicons { width: 18px; height: 18px; color: var(--gs-blue); font-size: 18px; }
.reviews-track { gap: 16px; padding: 8px 3px 24px; scroll-padding-inline: 3px; }
.reviews-track::-webkit-scrollbar-thumb { background: linear-gradient(90deg, var(--gs-blue), var(--gs-red)); }
.review-slide {
  position: relative;
  flex-basis: min(380px, calc(100vw - 58px));
  min-height: 330px;
  overflow: hidden;
  border-top-width: 5px;
}
.review-slide::after {
  content: "“";
  position: absolute;
  right: 16px;
  bottom: -32px;
  color: rgba(19,104,232,.06);
  font-family: Georgia, serif;
  font-size: 150px;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}
.review-slide-google { border-top-color: #4285f4; }
.review-slide-profi { border-top-color: var(--gs-red); }
.review-slide-google .review-initial { background: linear-gradient(145deg, #4285f4, #1b5cc5); }
.review-slide-profi .review-initial { background: linear-gradient(145deg, var(--gs-red), #ff7544); }
.review-source-mark { justify-self: end; padding: 5px 8px; border-radius: 999px; font-size: 11px !important; letter-spacing: 0 !important; }
.review-source-google { color: #2369c9 !important; background: #eaf3ff; }
.review-source-profi { color: #bf2b25 !important; background: #fff0ed; }
.review-slide blockquote { position: relative; z-index: 1; margin: 0 0 22px; color: var(--gs-navy); font-size: 15px; line-height: 1.72; }
.review-rating-only { position: relative; z-index: 1; margin-bottom: 22px; color: var(--gs-muted) !important; font-style: italic; }
.review-slide footer { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.review-slide footer a { color: var(--gs-blue); font-weight: 800; text-decoration: none; }
.review-slide footer a:hover, .review-slide footer a:focus-visible { text-decoration: underline; text-underline-offset: 3px; }
.reviews-source-links { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 8px; }
.reviews-source-links a { color: var(--gs-blue); font-size: 14px; font-weight: 800; text-underline-offset: 4px; }

@media (max-width: 900px) {
  .reviews-heading { align-items: stretch; flex-direction: column; }
  .reviews-platforms { align-self: stretch; }
  .review-proof-strip { grid-template-columns: 1.2fr 1fr; height: 330px; }
  .review-proof-strip figure:last-of-type { display: none; }
}

@media (max-width: 620px) {
  .reviews-platforms { grid-template-columns: 1fr 1fr; gap: 8px; }
  .reviews-platform { min-height: 82px; padding: 13px; }
  .reviews-platform strong { font-size: 16px; }
  .review-proof-strip { grid-template-columns: 1fr .72fr; height: 230px; margin-inline: -4px; padding: 7px; border-radius: 16px; }
  .review-proof-message { left: 14px; right: 14px; bottom: 13px; max-width: none; grid-template-columns: 36px 1fr; padding: 10px 12px; }
  .review-proof-message > .dashicons { width: 36px; height: 36px; font-size: 20px; }
  .review-proof-message strong { font-size: 13px; }
  .review-proof-message small { font-size: 10px; }
  .reviews-controls { flex-wrap: wrap; }
  .reviews-counter { margin-right: auto; }
  .reviews-swipe-hint { order: 3; width: 100%; margin: -2px 0 2px; }
  .review-slide { min-height: 315px; padding: 20px; }
  .review-slide-top { grid-template-columns: 42px minmax(0, 1fr) auto; gap: 9px; }
  .review-initial { width: 42px; height: 42px; }
  .review-source-mark { padding: 4px 7px; font-size: 10px !important; }
  .review-slide blockquote { font-size: 14px; }

  /* Evită depășirea lățimii în hero pe telefoane înguste. */
  .hero-grid,
  .hero-copy,
  .hero-visual-real-work,
  .hero .diagnostic-form { width: 100%; min-width: 0; }
  .hero-contact-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-contact-actions .button {
    min-width: 0;
    padding-inline: 8px;
    font-size: 13px;
    white-space: nowrap;
  }
  .hero-copy .hero-lead,
  .hero-audience > span { min-width: 0; overflow-wrap: anywhere; }
}

@media (max-width: 380px) {
  .hero-contact-actions { grid-template-columns: 1fr; }
}

/*
 * Servicii și ghiduri 0.12.2 — fotografii reale, culori de brand și navigare tactilă.
 * Conținutul și URL-urile rămân canonice; acest strat schimbă numai prezentarea.
 */
.section-swipe-hint {
  display: none;
  align-items: center;
  gap: 6px;
  margin: 14px 0 0 !important;
  color: var(--gs-blue) !important;
  font-size: 12px !important;
  font-weight: 800;
}
.section-swipe-hint .dashicons { width: 18px; height: 18px; font-size: 18px; }

.services-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 8%, rgba(19,104,232,.10), transparent 26%),
    radial-gradient(circle at 96% 72%, rgba(239,44,39,.08), transparent 24%),
    #fff;
}
.services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(calc(100% - 32px), var(--gs-container));
  height: 5px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, var(--gs-blue) 0 48%, var(--gs-red) 48% 78%, var(--gs-gold) 78% 100%);
  border-radius: 99px;
}
.services-section .section-heading > p:not(.eyebrow):not(.section-swipe-hint) { max-width: 720px; margin-inline: auto; }
.service-card {
  box-shadow: 0 12px 30px rgba(7,29,58,.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.service-card:hover,
.service-card:focus-within { transform: translateY(-5px); box-shadow: 0 22px 46px rgba(7,29,58,.14); }
.service-card-media { position: relative; height: 224px; }
.service-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4,24,50,.03) 48%, rgba(4,24,50,.66));
  pointer-events: none;
}
.service-card-media img { filter: saturate(1.08) contrast(1.025); }
.service-card-number,
.service-card-badge {
  position: absolute;
  z-index: 1;
  top: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  backdrop-filter: blur(8px);
}
.service-card-number { left: 14px; background: rgba(7,29,58,.82); }
.service-card-badge { right: 14px; background: color-mix(in srgb, var(--service-tone) 88%, transparent); }
.service-card-body { padding-top: 31px; }
.service-card h3 { color: var(--gs-navy); font-size: 22px; }
.service-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid color-mix(in srgb, var(--service-tone) 20%, var(--gs-line));
  font-weight: 850;
}
.service-card-link .dashicons {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  color: #fff;
  background: var(--service-tone);
  border-radius: 50%;
  font-size: 18px;
  transition: transform 160ms ease;
}
.service-card-link:hover .dashicons,
.service-card-link:focus-visible .dashicons { transform: translateX(3px); }

.home-guides-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 94% 8%, rgba(19,104,232,.13), transparent 28%),
    linear-gradient(180deg, #f4f9ff 0%, #fff 88%);
}
.home-guides-section .home-section-heading > div > p:not(.eyebrow):not(.section-swipe-hint) { max-width: 720px; margin: 12px 0 0; color: var(--gs-muted); }
.home-guides-section .guide-card-grid-photo { align-items: stretch; }
.home-guides-section .guide-card-visual {
  min-height: 460px;
  border-width: 1px;
  border-top-width: 6px;
  border-top-color: var(--guide-accent);
  box-shadow: 0 13px 34px rgba(7,29,58,.08);
}
.home-guides-section .guide-card-media { display: block; flex: 0 0 auto; height: 205px; margin: 0; }
.home-guides-section .guide-card-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 55%;
  background: linear-gradient(180deg, transparent, rgba(7,29,58,.42));
  pointer-events: none;
}
.home-guides-section .guide-card-media small { z-index: 1; }
.home-guides-section .guide-card-copy { display: flex; flex: 1; flex-direction: column; padding: 23px 21px 21px; }
.home-guides-section .guide-card-copy h3 { color: var(--gs-navy); font-size: 19px; line-height: 1.25; }
.home-guides-section .guide-card-copy p { flex: 1; color: var(--gs-muted); }
.home-guides-section .guide-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
  color: var(--guide-deep);
  border-top: 1px solid color-mix(in srgb, var(--guide-accent) 22%, var(--gs-line));
  font-size: 13px;
  font-weight: 850;
}
.home-guides-section .guide-card-link > span { margin: 0; color: inherit; }
.home-guides-section .guide-card-link .dashicons {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  flex: 0 0 31px;
  color: #fff;
  background: var(--guide-accent);
  border-radius: 50%;
  font-size: 17px;
}

@media (max-width: 900px) {
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-guides-section .guide-card-visual { min-height: 430px; }
}

@media (max-width: 620px) {
  .services-section .section-heading.centered,
  .home-guides-section .home-section-heading { text-align: left; }
  .section-swipe-hint { display: flex; }
  .services-grid {
    display: flex;
    gap: 12px;
    margin-right: -14px;
    padding: 4px 14px 16px 2px;
    overflow-x: auto;
    scroll-padding-inline: 2px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }
  .services-grid:not(.is-expanded) .service-card:nth-child(n+5) { display: flex; }
  .service-card { flex: 0 0 min(84vw, 320px); scroll-snap-align: start; }
  .service-card-media { height: 202px; }
  .service-card-body { padding: 29px 20px 20px; }
  .services-more { display: none; }
  .home-guides-section .home-section-heading { align-items: flex-start; }
  .home-guides-section .guide-card-grid-photo {
    gap: 12px;
    margin-right: -14px;
    padding: 4px 14px 16px 2px;
    scrollbar-width: thin;
  }
  .home-guides-section .guide-card-visual { min-height: 430px; flex-basis: min(84vw, 320px); }
  .home-guides-section .guide-card-media { height: 190px; }
}

/*
 * Studii de caz și video 0.12.3 — dovadă vizuală din lucrări reale.
 * Nu schimbă catalogul video sau concluziile tehnice, doar ierarhia publică.
 */
.case-studies-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 12%, rgba(8,174,202,.10), transparent 26%),
    radial-gradient(circle at 94% 78%, rgba(239,44,39,.09), transparent 25%),
    #f4f8fd;
}
.case-studies-heading > p:not(.eyebrow):not(.section-swipe-hint) { max-width: 690px; margin-inline: auto; }
.case-study-card {
  --case-tone: var(--gs-blue);
  border-top: 6px solid var(--case-tone);
  box-shadow: 0 16px 38px rgba(7,29,58,.09);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.case-study-card:hover,
.case-study-card:focus-within { transform: translateY(-4px); box-shadow: 0 23px 48px rgba(7,29,58,.14); }
.case-study-heating { --case-tone: #ff7a00; }
.case-study-leak { --case-tone: var(--gs-cyan); }
.case-study-card figure { position: relative; height: 315px; }
.case-study-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,29,58,.02) 52%, rgba(7,29,58,.60));
  pointer-events: none;
}
.case-study-card figure img { filter: saturate(1.08) contrast(1.03); transition: transform 280ms ease; }
.case-study-card:hover figure img { transform: scale(1.025); }
.case-study-card figure > span {
  position: absolute;
  left: 18px;
  bottom: 17px;
  z-index: 1;
  padding: 7px 11px;
  color: #fff;
  background: var(--case-tone);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.case-study-body { padding: 28px; }
.case-study-body h3 { position: relative; padding-bottom: 17px; }
.case-study-body h3::after { content: ""; position: absolute; left: 0; bottom: 0; width: 54px; height: 4px; background: var(--case-tone); border-radius: 99px; }
.case-study-body li::before { background: var(--case-tone); }
.case-study-body li > span { color: var(--case-tone); }
.case-studies-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  margin-top: 24px;
  padding: 22px 24px;
  color: #fff;
  background: linear-gradient(120deg, var(--gs-navy), #164c83);
  border-radius: 16px;
  box-shadow: 0 15px 36px rgba(7,29,58,.14);
}
.case-studies-cta > div { display: grid; gap: 3px; }
.case-studies-cta strong { font-size: 18px; }
.case-studies-cta span { color: #d9e8f7; font-size: 13px; }
.case-studies-cta .button { flex: 0 0 auto; }
.case-studies-cta .button .dashicons { color: #fff; }

.home-video-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 8%, rgba(19,104,232,.36), transparent 28%),
    radial-gradient(circle at 8% 92%, rgba(239,44,39,.23), transparent 23%),
    linear-gradient(145deg, #081b34, var(--gs-navy));
}
.home-video-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, var(--gs-blue) 0 48%, var(--gs-red) 48% 78%, var(--gs-gold) 78% 100%);
}
.home-video-section .eyebrow { color: #69c6ff; }
.home-video-section h2,
.home-video-section .home-section-heading h2 { color: #fff; }
.home-video-section .home-section-heading > div > p:not(.eyebrow):not(.section-swipe-hint) { max-width: 720px; margin: 12px 0 0; color: #cfdeee; }
.home-video-section .text-link { color: #fff; text-decoration: underline; text-decoration-color: #55b9ff; text-underline-offset: 5px; }
.home-video-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; align-items: start; }
.home-video-card {
  --video-tone: var(--gs-blue);
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-top: 5px solid var(--video-tone);
  border-radius: 17px;
  box-shadow: 0 16px 38px rgba(0,0,0,.18);
}
.home-video-cleaning { --video-tone: #ff7a00; }
.home-video-repair { --video-tone: var(--gs-red); }
.home-video-leak { --video-tone: var(--gs-cyan); }
.home-video-card > .home-video-media {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  padding: 0;
  background: #050c16;
}
.home-video-card .home-video-media video { width: 100%; height: 100%; min-height: 0; display: block; object-fit: contain; object-position: center; background: #050c16; }
.home-video-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  color: #fff;
  background: color-mix(in srgb, var(--video-tone) 90%, transparent);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
  pointer-events: none;
  backdrop-filter: blur(8px);
}
.home-video-badge .dashicons { width: 17px; height: 17px; font-size: 17px; }
.home-video-copy { display: flex; min-height: 190px; flex: 1; flex-direction: column; padding: 20px 18px 18px; }
.home-video-card > .home-video-copy { padding: 20px 18px 18px; }
.home-video-copy h3 { margin: 0 0 9px; color: var(--gs-navy); font-size: 18px; line-height: 1.32; }
.home-video-copy p { flex: 1; margin: 0 0 17px; color: var(--gs-muted); font-size: 14px; line-height: 1.6; }
.home-video-copy > span { padding-top: 12px; color: var(--video-tone); border-top: 1px solid color-mix(in srgb, var(--video-tone) 22%, var(--gs-line)); font-size: 11px; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }
.home-video-actions { display: flex; justify-content: center; gap: 12px; margin-top: 24px; }
.home-video-actions .button-secondary { color: var(--gs-navy); background: #fff; }
.home-video-actions .button-secondary:hover { background: #edf6ff; }
.home-video-actions .button .dashicons { width: 20px; height: 20px; font-size: 20px; }

@media (max-width: 900px) {
  .case-study-card figure { height: 280px; }
  .home-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .case-studies-grid {
    display: flex;
    gap: 12px;
    margin-right: -14px;
    padding: 3px 14px 15px 2px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }
  .case-study-card { flex: 0 0 min(88vw, 335px); scroll-snap-align: start; }
  .case-study-card figure { height: 225px; }
  .case-study-body { padding: 22px 19px; }
  .case-studies-cta { align-items: stretch; flex-direction: column; padding: 20px; }
  .case-studies-cta .button { width: 100%; }
  .home-video-section .home-section-heading { align-items: flex-start; }
  .home-video-section .section-swipe-hint { color: #67c6ff !important; }
  .home-video-grid {
    display: flex;
    gap: 12px;
    margin-right: -14px;
    padding: 3px 14px 16px 2px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }
  .home-video-card,
  .home-video-card:nth-child(n+3) { display: flex; flex: 0 0 min(78vw, 292px); scroll-snap-align: start; }
  .home-video-card > .home-video-media { height: auto; aspect-ratio: 9 / 16; }
  .home-video-copy { min-height: 196px; padding: 19px 17px 17px; }
  .home-video-actions { align-items: stretch; flex-direction: column; }
  .home-video-actions .button { width: 100%; }
}

/*
 * Final public 0.12.5 — FAQ, contact și footer cu aceeași ierarhie vizuală.
 * Păstrează acțiunile și textele juridice; optimizează numai prezentarea.
 */
.faq-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 16%, rgba(19,104,232,.09), transparent 25%),
    linear-gradient(180deg, #fbfdff, #f4f8fd);
}
.faq-grid { grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 58px; align-items: start; }
.faq-intro > p:not(.eyebrow) { margin: 0 0 22px; color: var(--gs-muted); line-height: 1.7; }
.faq-visual {
  position: relative;
  height: 245px;
  margin: 0 0 15px;
  overflow: hidden;
  background: var(--gs-navy);
  border: 5px solid #fff;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(7,29,58,.12);
}
.faq-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(7,29,58,.72)); pointer-events: none; }
.faq-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 37%; filter: saturate(1.06); }
.faq-visual figcaption {
  position: absolute;
  left: 15px;
  bottom: 14px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}
.faq-visual figcaption .dashicons { width: 19px; height: 19px; color: #64c8ff; font-size: 19px; }
.faq-form-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gs-blue);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}
.faq-form-link:hover,
.faq-form-link:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.faq-list { display: grid; gap: 10px; border-top: 0; }
.faq-list details {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--gs-line);
  border-radius: 13px;
  box-shadow: 0 8px 24px rgba(7,29,58,.045);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.faq-list details[open] { border-color: #bad6fb; box-shadow: 0 13px 30px rgba(19,104,232,.09); }
.faq-list summary {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 24px;
  gap: 12px;
  align-items: center;
  padding: 17px 18px;
}
.faq-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--gs-blue);
  background: #eaf4ff;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 900;
}
.faq-question { min-width: 0; }
.faq-list details[open] .faq-number { color: #fff; background: var(--gs-blue); }
.faq-list p { margin: 0; padding: 0 58px 19px 68px; line-height: 1.7; }
.service-faq-intro { max-width: 430px; }
.service-faq-intro h2 { margin-bottom: 0; font-size: clamp(32px, 4vw, 46px); }

.contact-section {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.contact-card {
  position: relative;
  grid-template-columns: minmax(0, 1fr) minmax(210px, .52fr) minmax(260px, .62fr);
  gap: 26px;
  padding: 12px;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 0%, rgba(19,104,232,.30), transparent 30%),
    linear-gradient(135deg, #081b34, #123f72);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  box-shadow: 0 22px 54px rgba(7,29,58,.18);
}
.contact-copy { align-self: center; padding: 34px 12px 34px 30px; }
.contact-copy h2 { color: #fff; font-size: clamp(32px, 3.3vw, 47px); }
.contact-copy > p:last-of-type { max-width: 570px; color: #d8e7f6; }
.contact-proof-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 21px; }
.contact-proof-points > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  color: #fff;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 780;
}
.contact-proof-points .dashicons { width: 17px; height: 17px; color: #65c5ff; font-size: 17px; }
.contact-photo { position: relative; min-width: 0; min-height: 310px; margin: 0; overflow: hidden; border-radius: 14px; }
.contact-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(7,29,58,.72)); pointer-events: none; }
.contact-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.contact-photo video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.contact-photo figcaption { position: absolute; left: 14px; bottom: 12px; z-index: 1; padding: 6px 9px; color: #fff; background: var(--gs-red); border-radius: 999px; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.contact-actions { align-self: center; display: grid; gap: 10px; padding: 24px 20px 24px 0; }
.contact-actions .button { width: 100%; min-width: 0; padding-inline: 15px; }
.contact-actions .button .dashicons { width: 20px; height: 20px; color: inherit; font-size: 20px; }
.contact-form-button { color: var(--gs-navy); background: #fff; }
.contact-form-button:hover { background: #eef6ff; }
.contact-actions .contact-social-link { margin-top: 4px; }

.site-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 5%, rgba(19,104,232,.20), transparent 25%),
    radial-gradient(circle at 92% 100%, rgba(239,44,39,.13), transparent 24%),
    #081526;
}
.site-footer::before { content: ""; position: absolute; inset: 0 0 auto; height: 6px; background: linear-gradient(90deg, var(--gs-blue) 0 48%, var(--gs-red) 48% 78%, var(--gs-gold) 78% 100%); }
.footer-main { position: relative; }
.brand-footer { width: 265px; box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.footer-trust { align-items: flex-start; }
.footer-primary-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2px; }
.footer-primary-actions a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  color: #fff;
  background: var(--gs-blue);
  border-radius: 9px;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}
.footer-primary-actions a:last-child { background: var(--gs-green); }
.footer-primary-actions .dashicons { width: 18px; height: 18px; font-size: 18px; }
.footer-column > a { position: relative; width: fit-content; padding-bottom: 2px; }
.footer-column > a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; transform: scaleX(0); transform-origin: left; background: #5aa4ff; transition: transform 160ms ease; }
.footer-column > a:hover::after,
.footer-column > a:focus-visible::after { transform: scaleX(1); }
.footer-socials a { background: rgba(255,255,255,.045); }
.footer-legal a:first-child { color: #fff; font-weight: 780; }

@media (max-width: 1000px) {
  .contact-card { grid-template-columns: minmax(0, 1fr) 270px; }
  .contact-copy { padding-right: 24px; }
  .contact-photo { grid-row: 1 / 3; grid-column: 2; }
  .contact-actions { grid-column: 1; padding: 0 24px 28px 30px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-actions .contact-social-link { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .faq-grid { grid-template-columns: 1fr; gap: 30px; }
  .faq-visual { height: 220px; }
  .faq-list summary { grid-template-columns: 36px minmax(0, 1fr) 22px; padding: 14px; }
  .faq-number { width: 36px; height: 36px; }
  .faq-list p { padding: 0 48px 17px 62px; font-size: 14px; }
  .service-faq-section { padding-block: 54px; }
  .service-faq-section .faq-grid { gap: 22px; }
  .service-faq-section .faq-list summary { min-height: 68px; gap: 10px; }
  .service-faq-section .faq-question { overflow-wrap: anywhere; line-height: 1.4; }
  .service-faq-section .faq-list p { padding: 0 16px 18px 60px; }
  .contact-card { display: flex; flex-direction: column; gap: 0; padding: 8px; }
  .contact-copy { order: 1; padding: 26px 18px 22px; }
  .contact-photo { order: 2; width: 100%; min-height: 220px; }
  .contact-actions { order: 3; width: 100%; display: grid; grid-template-columns: 1fr; padding: 18px; }
  .contact-actions .contact-social-link { grid-column: auto; }
  .footer-primary-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-primary-actions a { justify-content: center; }
}

@media (max-width: 390px) {
  .faq-list p { padding-left: 16px; padding-right: 16px; }
  .service-faq-section .faq-list p { padding-left: 16px; }
  .contact-copy h2 { font-size: 32px; }
  .contact-proof-points { display: grid; }
}

/*
 * Hero Ghiduri 0.15.0.
 * De ce există: transformă biblioteca într-un punct de orientare vizual, nu într-un banner static.
 * Responsabilitate: compoziția, fotografia originală, semnalele și animațiile decorative ale hero-ului.
 * Ce NU face: nu modifică filtrarea, conținutul ghidurilor sau logica SEO.
 * Depinde de: structura semantică din content-page.php și fotografia originală din assets/images.
 */
.guides-library-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 52px 0 58px;
  background:
    linear-gradient(118deg, rgba(5,23,48,.97) 0%, rgba(6,39,76,.96) 54%, rgba(5,68,112,.92) 100%),
    #061a34;
}
.guides-library-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .28;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}
.guides-hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(8px); pointer-events: none; }
.guides-hero-glow-one { top: -170px; right: 20%; width: 420px; height: 420px; background: rgba(19,104,232,.27); }
.guides-hero-glow-two { right: -90px; bottom: -210px; width: 430px; height: 430px; background: rgba(239,44,39,.18); }
.guides-library-hero .content-hero-inner {
  position: relative;
  display: grid;
  max-width: var(--gs-container);
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .78fr);
  grid-template-rows: auto 1fr;
  gap: 18px 58px;
  align-items: center;
}
.guides-library-hero .breadcrumbs { grid-column: 1; grid-row: 1; align-self: start; }
.guides-hero-copy { grid-column: 1; grid-row: 2; align-self: center; }
.guides-hero-copy .eyebrow { display: flex; gap: 9px; align-items: center; margin-bottom: 18px; color: #8fd2ff; }
.guides-hero-copy .eyebrow > span { width: 9px; height: 9px; background: var(--gs-red); border-radius: 50%; box-shadow: 0 0 0 7px rgba(239,44,39,.14); }
.guides-library-hero .guides-hero-copy h1 { max-width: 720px; margin: 0 0 21px; font-size: clamp(46px, 5.15vw, 69px); line-height: 1.025; text-wrap: balance; }
.guides-hero-copy > p:not(.eyebrow) { max-width: 680px; margin: 0; color: #d8e7f7; font-size: 18px; line-height: 1.7; }
.guides-hero-actions { display: flex; flex-wrap: wrap; gap: 14px 20px; align-items: center; margin-top: 27px; }
.guides-hero-actions .button { min-height: 50px; padding-inline: 19px; box-shadow: 0 14px 28px rgba(19,104,232,.28); }
.guides-hero-help { display: inline-flex; gap: 8px; align-items: center; min-height: 48px; color: #fff; font-size: 14px; font-weight: 800; text-decoration: none; }
.guides-hero-help .dashicons { color: #42dc83; }
.guides-hero-help:hover,
.guides-hero-help:focus-visible { color: #8fd2ff; }
.guides-hero-signals { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.guides-hero-signals li { display: inline-flex; gap: 7px; align-items: center; min-height: 34px; padding: 7px 11px; color: #eaf4ff; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.13); border-radius: 999px; font-size: 12px; font-weight: 760; backdrop-filter: blur(8px); }
.guides-hero-signals .dashicons { width: 16px; height: 16px; color: #70c7ff; font-size: 16px; }
.guides-library-hero .library-hero-visual {
  grid-column: 2;
  grid-row: 1 / 3;
  position: relative;
  height: 540px;
  margin: 0;
  overflow: hidden;
  background: #0a1d33;
  border: 7px solid rgba(255,255,255,.14);
  border-radius: 30px 30px 82px 30px;
  box-shadow: 0 32px 75px rgba(0,0,0,.38);
}
.guides-library-hero .library-hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(3,16,34,.68) 100%); pointer-events: none; }
.guides-library-hero .library-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 43%; transform: scale(1.015); }
.guides-visual-scan { position: absolute; z-index: 2; top: 15%; right: 0; left: 0; height: 2px; opacity: .65; background: linear-gradient(90deg, transparent, #70d7ff 24%, #fff 50%, #ef2c27 78%, transparent); box-shadow: 0 0 18px rgba(87,206,255,.65); animation: guidesScan 5.8s ease-in-out infinite; pointer-events: none; }
.guides-visual-tag { position: absolute; z-index: 3; display: inline-flex; gap: 8px; align-items: center; color: var(--gs-navy); background: rgba(255,255,255,.95); border: 1px solid rgba(255,255,255,.7); box-shadow: 0 12px 30px rgba(0,0,0,.2); backdrop-filter: blur(10px); }
.guides-visual-tag-one { top: 22px; left: 18px; padding: 10px 13px; border-radius: 999px; font-size: 11px; font-weight: 850; animation: guidesFloat 4.4s ease-in-out infinite; }
.guides-visual-tag-one .dashicons { width: 17px; height: 17px; color: var(--gs-blue); font-size: 17px; }
.guides-visual-tag-two { top: 78px; right: 17px; flex-direction: column; gap: 0; min-width: 76px; padding: 10px 11px; border-radius: 15px; color: #5f6c7f; font-size: 10px; font-weight: 760; line-height: 1.1; animation: guidesFloat 5.2s ease-in-out 600ms infinite reverse; }
.guides-visual-tag-two strong { color: var(--gs-red); font-size: 24px; line-height: 1; }
.guides-library-hero .library-hero-visual figcaption { z-index: 3; right: 16px; bottom: 16px; left: 16px; padding: 12px 14px; }
.guides-index-section { scroll-margin-top: 96px; }

@keyframes guidesScan { 0%, 100% { top: 15%; opacity: .3; } 50% { top: 72%; opacity: .85; } }
@keyframes guidesFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes guidesHeroImageIn { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1.015); } }
@keyframes guidesHeroCopyIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: no-preference) {
  .guides-hero-copy { animation: guidesHeroCopyIn 620ms cubic-bezier(.22,1,.36,1) both; }
  .guides-library-hero .library-hero-visual img { animation: guidesHeroImageIn 850ms cubic-bezier(.22,1,.36,1) both; }
}

@media (max-width: 980px) {
  .guides-library-hero .content-hero-inner { grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr); gap: 18px 32px; }
  .guides-library-hero .guides-hero-copy h1 { font-size: clamp(42px, 5.4vw, 58px); }
  .guides-library-hero .library-hero-visual { height: 480px; }
}

@media (max-width: 820px) {
  .guides-library-hero { padding: 38px 0 44px; }
  .guides-library-hero .content-hero-inner { grid-template-columns: 1fr; grid-template-rows: auto; gap: 20px; }
  .guides-library-hero .breadcrumbs,
  .guides-hero-copy,
  .guides-library-hero .library-hero-visual { grid-column: 1; grid-row: auto; }
  .guides-library-hero .library-hero-visual { width: 100%; height: 390px; border-radius: 24px 24px 58px 24px; }
}

@media (max-width: 620px) {
  .guides-library-hero { padding: 28px 0 36px; }
  .guides-library-hero .content-hero-inner { gap: 16px; }
  .guides-hero-copy .eyebrow { margin: 5px 0 14px; font-size: 11px; }
  .guides-library-hero .guides-hero-copy h1 { margin-bottom: 15px; font-size: 38px; line-height: 1.04; }
  .guides-hero-copy > p:not(.eyebrow) { font-size: 15px; line-height: 1.62; }
  .guides-hero-actions { display: grid; grid-template-columns: 1fr; gap: 9px; margin-top: 21px; }
  .guides-hero-actions .button,
  .guides-hero-help { width: 100%; justify-content: center; }
  .guides-hero-signals { flex-wrap: nowrap; gap: 7px; overflow-x: auto; margin-top: 18px; padding-bottom: 3px; scrollbar-width: none; }
  .guides-hero-signals::-webkit-scrollbar { display: none; }
  .guides-hero-signals li { flex: 0 0 auto; }
  .guides-library-hero .library-hero-visual { height: 330px; border-width: 5px; border-radius: 19px 19px 46px 19px; }
  .guides-library-hero .library-hero-visual img { object-position: 50% 38%; }
  .guides-visual-tag-one { top: 14px; left: 12px; }
  .guides-visual-tag-two { top: 59px; right: 10px; }
  .guides-library-hero .library-hero-visual figcaption { right: 10px; bottom: 10px; left: 10px; font-size: 10px; }
}

/*
 * Animația sistemului termic 0.16.0.
 * De ce există: înlocuiește fotografia hero-ului Ghiduri cu o explicație vizuală proprie.
 * Responsabilitate: arată circuitul retur → cazan → tur și transformă sfaturile în repere animate.
 * Ce NU face: nu simulează valori tehnice reale și nu oferă instrucțiuni de reparație.
 * Depinde de: markupul .guides-system-visual din content-page.php și culorile brandului.
 */
.guides-library-hero .content-hero-inner > .guides-system-visual {
  grid-column: 2;
  grid-row: 1 / 3;
  position: relative;
  isolation: isolate;
  height: 540px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 50% 50%, rgba(19,104,232,.22), transparent 36%),
    linear-gradient(145deg, rgba(6,27,55,.94), rgba(7,52,91,.9));
  border: 1px solid rgba(145,208,255,.24);
  border-radius: 34px;
  box-shadow: inset 0 0 0 7px rgba(255,255,255,.045), 0 32px 75px rgba(0,0,0,.34);
}
.guides-system-visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .22;
  background-image:
    linear-gradient(rgba(124,195,255,.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124,195,255,.16) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at center, #000 15%, transparent 78%);
}
.guides-system-visual::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 290px;
  height: 290px;
  top: 118px;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(47,151,255,.18), transparent 67%);
  border: 1px solid rgba(113,198,255,.15);
  border-radius: 50%;
}
.system-visual-heading { position: absolute; z-index: 7; top: 25px; left: 27px; display: grid; gap: 3px; }
.system-visual-heading span { color: #8bd3ff; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.system-visual-heading strong { color: #fff; font-size: 17px; }
.system-pipe { position: absolute; z-index: 1; height: 18px; overflow: hidden; border: 4px solid rgba(255,255,255,.12); border-radius: 999px; box-shadow: inset 0 2px 5px rgba(0,0,0,.3), 0 7px 16px rgba(0,0,0,.22); }
.system-pipe span { position: absolute; inset: 0; background-size: 32px 100%; }
.system-pipe-cold { right: 49%; bottom: 116px; left: 7%; background: #0c68d7; }
.system-pipe-cold::before { content: ""; position: absolute; right: -3px; top: -51px; width: 18px; height: 58px; background: #0c68d7; border: 4px solid rgba(255,255,255,.12); border-radius: 999px 999px 0 0; }
.system-pipe-cold span { background-image: radial-gradient(circle, rgba(190,232,255,.95) 0 3px, transparent 4px); animation: systemWaterRight 1.65s linear infinite; }
.system-pipe-hot { top: 177px; right: 7%; left: 50%; background: #ef3c30; }
.system-pipe-hot::after { content: ""; position: absolute; right: -3px; top: -3px; width: 18px; height: 115px; background: #ef3c30; border: 4px solid rgba(255,255,255,.12); border-radius: 0 999px 999px 0; }
.system-pipe-hot span { background-image: radial-gradient(circle, rgba(255,224,169,.95) 0 3px, transparent 4px); animation: systemWaterRight 1.25s linear infinite; }
.system-water-label { position: absolute; z-index: 6; display: inline-flex; gap: 6px; align-items: center; padding: 6px 9px; color: #dcecff; background: rgba(4,20,41,.82); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; font-size: 10px; font-weight: 800; backdrop-filter: blur(7px); }
.system-water-label i { width: 8px; height: 8px; border-radius: 50%; }
.system-water-cold { bottom: 77px; left: 27px; }
.system-water-cold i { background: #35a7ff; box-shadow: 0 0 0 4px rgba(53,167,255,.15); }
.system-water-hot { top: 137px; right: 25px; }
.system-water-hot i { background: #ff4a32; box-shadow: 0 0 0 4px rgba(255,74,50,.15); }
.system-boiler { position: absolute; z-index: 4; top: 50%; left: 50%; width: 164px; height: 260px; transform: translate(-50%,-42%); background: linear-gradient(150deg, #fff, #dfeaf4); border: 5px solid #f8fbff; border-radius: 22px; box-shadow: 0 25px 46px rgba(0,0,0,.4), inset 0 0 0 1px rgba(8,42,78,.12); }
.system-boiler::before { content: ""; position: absolute; inset: 9px; border: 1px solid #c4d1de; border-radius: 13px; pointer-events: none; }
.system-boiler::after { content: ""; position: absolute; right: 37px; bottom: -17px; left: 37px; height: 19px; background: linear-gradient(90deg, #187fe6 0 42%, #d3dee9 42% 58%, #ef3c30 58%); border-radius: 0 0 8px 8px; box-shadow: 0 5px 10px rgba(0,0,0,.25); }
.boiler-vents { position: absolute; top: 20px; right: 24px; left: 24px; display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; }
.boiler-vents span { height: 3px; background: #c2cfdb; border-radius: 999px; }
.boiler-display { position: absolute; top: 43px; left: 50%; display: flex; gap: 7px; align-items: center; width: 82px; padding: 8px 10px; transform: translateX(-50%); color: #bdeaff; background: #0b2948; border-radius: 8px; font-size: 14px; font-weight: 850; box-shadow: inset 0 0 0 2px rgba(96,199,255,.14); }
.boiler-display i { width: 7px; height: 7px; margin-left: auto; background: #3bdb86; border-radius: 50%; box-shadow: 0 0 9px #3bdb86; animation: boilerStatus 1.6s ease-in-out infinite; }
.boiler-chamber { position: absolute; top: 93px; right: 29px; left: 29px; height: 107px; overflow: hidden; background: linear-gradient(#0d2742,#07182b); border: 5px solid #bac9d7; border-radius: 16px; box-shadow: inset 0 0 24px rgba(0,0,0,.5); }
.boiler-chamber::before { content: ""; position: absolute; right: 9px; bottom: 9px; left: 9px; height: 4px; background: #f58a21; border-radius: 999px; box-shadow: 0 0 12px #ff7922; }
.boiler-flame { position: absolute; bottom: 14px; left: 50%; display: block; border-radius: 55% 45% 58% 42%; transform: translateX(-50%) rotate(45deg); transform-origin: 50% 80%; }
.flame-back { width: 48px; height: 48px; background: linear-gradient(135deg,#ffdc3b,#ff3b1d 72%); filter: drop-shadow(0 0 12px rgba(255,86,25,.88)); animation: boilerFlame 800ms ease-in-out infinite alternate; }
.flame-front { width: 25px; height: 25px; bottom: 11px; background: linear-gradient(135deg,#fff7a8,#ff9e18 70%); animation: boilerFlame 580ms ease-in-out 120ms infinite alternate-reverse; }
.boiler-controls { position: absolute; right: 31px; bottom: 29px; left: 31px; display: flex; justify-content: space-between; }
.boiler-controls i { width: 15px; height: 15px; background: #d4dee8; border: 2px solid #9eafbf; border-radius: 50%; }
.system-radiator { position: absolute; z-index: 3; top: 247px; right: 25px; display: flex; gap: 4px; width: 82px; height: 118px; padding: 10px 8px; background: linear-gradient(145deg,#f8fcff,#cbd9e5); border: 3px solid #eff7fd; border-radius: 12px; box-shadow: 0 18px 30px rgba(0,0,0,.3); }
.system-radiator span { flex: 1; background: linear-gradient(90deg,#aebfce,#eef7fd 45%,#a8bac9); border-radius: 999px; }
.system-radiator::before,
.system-radiator::after { content: ""; position: absolute; right: 15px; left: 15px; height: 4px; background: #91a7b9; border-radius: 999px; }
.system-radiator::before { top: 15px; }
.system-radiator::after { bottom: 15px; }
.system-tip { position: absolute; z-index: 8; display: flex; gap: 7px; align-items: center; max-width: 172px; padding: 10px 12px; color: var(--gs-navy); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.82); border-radius: 12px; box-shadow: 0 13px 28px rgba(0,0,0,.24); font-size: 10px; font-weight: 850; line-height: 1.22; opacity: .94; backdrop-filter: blur(9px); }
.system-tip .dashicons { flex: 0 0 auto; width: 18px; height: 18px; color: var(--gs-blue); font-size: 18px; }
.system-tip-one { top: 85px; left: 23px; animation: systemTipFloat 5.4s ease-in-out infinite; }
.system-tip-two { right: 19px; bottom: 111px; animation: systemTipFloat 5.8s ease-in-out 900ms infinite; }
.system-tip-three { bottom: 25px; left: 50%; transform: translateX(-50%); animation: systemTipCenterFloat 5.1s ease-in-out 1.7s infinite; }
.system-tip-three .dashicons { color: var(--gs-red); }
.system-visual-legend { position: absolute; z-index: 6; top: 27px; right: 24px; display: flex; gap: 6px; align-items: center; color: #cfdfef; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.system-visual-legend span { width: 15px; height: 5px; margin-left: 6px; border-radius: 999px; }
.legend-cold { background: #2196f3; }
.legend-hot { background: #ef3c30; }

@keyframes systemWaterRight { to { background-position: 32px 0; } }
@keyframes boilerFlame { from { transform: translateX(-50%) rotate(43deg) scale(.88,.96); } to { transform: translateX(-50%) rotate(47deg) scale(1.07,1.13); } }
@keyframes boilerStatus { 50% { opacity: .45; box-shadow: 0 0 3px #3bdb86; } }
@keyframes systemTipFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes systemTipCenterFloat { 0%,100% { transform: translate(-50%,0); } 50% { transform: translate(-50%,-7px); } }
@keyframes systemVisualIn { from { opacity: 0; transform: translateY(16px) scale(.97); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: no-preference) {
  .guides-library-hero .guides-system-visual { animation: systemVisualIn 760ms cubic-bezier(.22,1,.36,1) both; }
}

@media (max-width: 980px) {
  .guides-library-hero .content-hero-inner > .guides-system-visual { height: 480px; }
  .system-boiler { transform: translate(-50%,-38%) scale(.92); }
  .system-tip-two { bottom: 92px; }
}

@media (max-width: 820px) {
  .guides-library-hero .content-hero-inner > .guides-system-visual { grid-column: 1; grid-row: auto; width: 100%; height: 400px; }
  .system-boiler { transform: translate(-50%,-43%) scale(.9); }
  .system-tip-one { top: 77px; }
  .system-tip-two { right: 18px; bottom: 84px; }
  .system-tip-three { bottom: 18px; }
}

@media (max-width: 620px) {
  .guides-library-hero .content-hero-inner > .guides-system-visual { height: 350px; border-radius: 22px; }
  .system-visual-heading { top: 17px; left: 18px; }
  .system-visual-heading strong { font-size: 15px; }
  .system-visual-legend { top: 19px; right: 16px; }
  .system-boiler { top: 54%; transform: translate(-50%,-42%) scale(.72); }
  .system-pipe-hot { top: 148px; }
  .system-pipe-cold { bottom: 85px; }
  .system-radiator { top: 198px; right: 14px; transform: scale(.78); transform-origin: right center; }
  .system-water-hot { top: 116px; right: 14px; }
  .system-water-cold { bottom: 52px; left: 15px; }
  .system-tip { padding: 8px 9px; font-size: 9px; }
  .system-tip-one { top: 67px; left: 13px; }
  .system-tip-two { right: 12px; bottom: 72px; }
  .system-tip-three { bottom: 13px; }
}

@media (max-width: 390px) {
  .system-visual-legend { display: none; }
  .system-tip-two { display: none; }
  .system-tip-one { max-width: 138px; }
  .system-tip-three { white-space: nowrap; }
}

@media (prefers-reduced-motion: reduce) {
  .system-pipe span,
  .boiler-display i,
  .boiler-flame,
  .system-tip,
  .guides-library-hero .guides-system-visual { animation: none !important; }
}

/*
 * Hero principal 0.17.0 — poveste vizuală de la problemă la confort.
 * De ce există: explică rapid serviciul în locul unui colaj foto greu de parcurs pe telefon.
 * Responsabilitate: arată simptomul, diagnosticul și restabilirea căldurii, apoi trimite spre dovezile reale.
 * Ce NU face: nu simulează un diagnostic tehnic și nu înlocuiește fotografiile lucrărilor reale.
 * Depinde de: markupul .home-heating-story din front-page.php și banda #real-work.
 */
.home-heating-story {
  grid-area: visual;
  isolation: isolate;
  min-height: 560px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 50% 45%, rgba(40,145,255,.28), transparent 34%),
    linear-gradient(145deg, #08274d 0%, #0a4477 56%, #08294e 100%);
  border: 1px solid rgba(117,196,255,.2);
  box-shadow: inset 0 0 0 7px rgba(255,255,255,.035), var(--gs-shadow);
}
.home-heating-story::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .22;
  background-image:
    linear-gradient(rgba(135,203,255,.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(135,203,255,.16) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: radial-gradient(circle at 50% 47%, #000 12%, transparent 76%);
}
.home-heating-story::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 370px;
  height: 370px;
  top: 86px;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(35,146,255,.17), transparent 67%);
  border: 1px solid rgba(151,215,255,.13);
  border-radius: 50%;
}
.home-story-heading {
  position: absolute;
  z-index: 9;
  top: 30px;
  right: 32px;
  left: 32px;
  display: grid;
  gap: 5px;
}
.home-story-heading span {
  color: #75caff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.home-story-heading strong { max-width: 21ch; font-size: 20px; line-height: 1.2; }
.home-story-scene { position: absolute; inset: 94px 24px 98px; display: grid; place-items: center; }
.home-story-house {
  position: relative;
  width: min(92%, 440px);
  height: 306px;
  background: linear-gradient(155deg, rgba(255,255,255,.1), rgba(255,255,255,.035));
  border: 2px solid rgba(179,224,255,.28);
  border-top: 0;
  border-radius: 7px 7px 24px 24px;
  box-shadow: inset 0 0 32px rgba(0,0,0,.12), 0 22px 50px rgba(0,0,0,.2);
}
.home-house-roof {
  position: absolute;
  z-index: -1;
  width: 224px;
  height: 224px;
  top: -80px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background: linear-gradient(135deg, rgba(20,81,133,.65), rgba(10,47,86,.5));
  border: 2px solid rgba(179,224,255,.28);
  border-radius: 18px 0 0;
}
.home-house-window { position: absolute; top: 64px; right: 39px; width: 62px; height: 73px; background: rgba(89,178,255,.13); border: 4px solid rgba(223,243,255,.85); border-radius: 7px; box-shadow: inset 0 0 22px rgba(31,139,233,.34); }
.home-house-window::before,
.home-house-window::after { content: ""; position: absolute; background: rgba(223,243,255,.76); }
.home-house-window::before { width: 3px; inset-block: 0; left: 50%; }
.home-house-window::after { height: 3px; inset-inline: 0; top: 50%; }
.home-story-boiler { position: absolute; z-index: 4; top: 56px; left: 48px; width: 108px; height: 168px; background: linear-gradient(145deg,#fff,#dce8f2); border: 4px solid #f8fcff; border-radius: 16px; box-shadow: 0 18px 34px rgba(0,0,0,.35), inset 0 0 0 1px rgba(8,42,78,.12); }
.home-story-boiler::before { content: ""; position: absolute; inset: 8px; border: 1px solid #c3d1dd; border-radius: 9px; }
.home-boiler-display { position: absolute; z-index: 3; top: 25px; left: 50%; display: flex; gap: 6px; align-items: center; justify-content: flex-end; width: 61px; min-height: 24px; padding: 5px 7px; transform: translateX(-50%); color: #ff917e; background: #092946; border-radius: 6px; font-size: 10px; font-weight: 900; }
.home-boiler-display em { position: absolute; left: 9px; font-style: normal; }
.home-code-error { animation: homeErrorCode 8s ease-in-out infinite; }
.home-code-ok { color: #79efa5; opacity: 0; animation: homeOkCode 8s ease-in-out infinite; }
.home-boiler-display i { width: 6px; height: 6px; background: var(--gs-red); border-radius: 50%; box-shadow: 0 0 8px var(--gs-red); animation: homeStatusCycle 8s ease-in-out infinite; }
.home-boiler-display::first-letter { color: inherit; }
.home-boiler-scan { position: absolute; z-index: 2; top: 57px; right: 16px; left: 16px; height: 3px; background: #63c8ff; border-radius: 999px; box-shadow: 0 0 8px #36b8ff, 0 0 18px rgba(54,184,255,.7); animation: homeDiagnosticScan 8s ease-in-out infinite; }
.home-boiler-flame { position: absolute; z-index: 3; bottom: 26px; left: 50%; width: 31px; height: 31px; transform: translateX(-50%) rotate(45deg); transform-origin: 50% 80%; background: linear-gradient(135deg,#fff08a 2%,#ff9d1b 48%,#ff3822 82%); border-radius: 58% 42% 62% 38%; filter: drop-shadow(0 0 10px rgba(255,80,29,.85)); animation: homeFlameCycle 8s ease-in-out infinite; }
.home-story-pipe { position: absolute; z-index: 2; left: 128px; width: 195px; height: 14px; overflow: hidden; border: 3px solid rgba(255,255,255,.14); border-radius: 999px; box-shadow: inset 0 2px 4px rgba(0,0,0,.32); transition: background-color .4s ease; }
.home-story-pipe span { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(237,249,255,.96) 0 2px, transparent 3px); background-size: 26px 100%; animation: homeWaterFlow 1.25s linear infinite; }
.home-story-pipe-out { top: 180px; background: #1585ee; animation: homeHeatPipe 8s ease-in-out infinite; }
.home-story-pipe-return { top: 232px; background: #1267c5; }
.home-story-radiator { position: absolute; z-index: 4; right: 35px; bottom: 43px; display: flex; gap: 4px; width: 104px; height: 80px; padding: 9px; background: linear-gradient(145deg,#f8fcff,#c8d7e3); border: 3px solid #eef8ff; border-radius: 11px; box-shadow: 0 15px 28px rgba(0,0,0,.28); animation: homeRadiatorCycle 8s ease-in-out infinite; }
.home-story-radiator i { flex: 1; background: linear-gradient(90deg,#a6b8c6,#f1f8fc 48%,#9fb3c3); border-radius: 999px; }
.home-story-alert,
.home-story-check { position: absolute; z-index: 8; display: grid; place-items: center; width: 48px; height: 48px; color: #fff; border: 4px solid rgba(255,255,255,.92); border-radius: 50%; box-shadow: 0 10px 25px rgba(0,0,0,.3); }
.home-story-alert { top: 30px; left: 133px; background: var(--gs-red); animation: homeAlertCycle 8s ease-in-out infinite; }
.home-story-check { top: 30px; left: 133px; background: #19b45a; opacity: 0; transform: scale(.5); animation: homeCheckCycle 8s ease-in-out infinite; }
.home-story-alert .dashicons,
.home-story-check .dashicons { width: 23px; height: 23px; font-size: 23px; }
.home-story-steps { position: absolute; z-index: 10; right: 27px; bottom: 29px; left: 27px; display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin: 0; padding: 0; list-style: none; }
.home-story-steps li { display: flex; gap: 7px; align-items: center; min-width: 0; padding: 8px 9px; color: #dcecff; background: rgba(3,22,45,.72); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; font-size: 10px; font-weight: 820; backdrop-filter: blur(8px); }
.home-story-steps li span { display: grid; flex: 0 0 20px; place-items: center; width: 20px; height: 20px; color: #fff; background: #197cda; border-radius: 50%; }
.home-story-steps li:nth-child(1) { animation: homeStepOne 8s ease-in-out infinite; }
.home-story-steps li:nth-child(2) { animation: homeStepTwo 8s ease-in-out infinite; }
.home-story-steps li:nth-child(3) { animation: homeStepThree 8s ease-in-out infinite; }
.home-story-proof { position: absolute; z-index: 11; right: 25px; top: 92px; display: inline-flex; align-items: center; gap: 7px; max-width: 210px; padding: 9px 11px; color: var(--gs-navy); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.75); border-radius: 11px; box-shadow: 0 12px 26px rgba(0,0,0,.22); font-size: 10px; font-weight: 850; line-height: 1.2; text-decoration: none; backdrop-filter: blur(8px); }
.home-story-proof .dashicons { flex: 0 0 auto; width: 17px; height: 17px; color: var(--gs-red); font-size: 17px; }
.home-story-proof > span:last-child { color: var(--gs-blue); font-size: 15px; }
.home-story-proof:hover,
.home-story-proof:focus-visible { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(0,0,0,.27); }

@keyframes homeWaterFlow { to { background-position: 26px 0; } }
@keyframes homeDiagnosticScan { 0%,12% { top: 57px; opacity: 0; } 20% { opacity: 1; } 39% { top: 119px; opacity: 1; } 45%,100% { top: 119px; opacity: 0; } }
@keyframes homeStatusCycle { 0%,39% { background: var(--gs-red); box-shadow: 0 0 8px var(--gs-red); } 48%,100% { background: #36d873; box-shadow: 0 0 9px #36d873; } }
@keyframes homeErrorCode { 0%,41% { opacity: 1; } 48%,100% { opacity: 0; } }
@keyframes homeOkCode { 0%,43% { opacity: 0; } 51%,100% { opacity: 1; } }
@keyframes homeFlameCycle { 0%,38% { opacity: .25; transform: translateX(-50%) rotate(45deg) scale(.55); } 52% { opacity: 1; transform: translateX(-50%) rotate(42deg) scale(1.08); } 62%,100% { opacity: 1; transform: translateX(-50%) rotate(47deg) scale(.96); } }
@keyframes homeHeatPipe { 0%,43% { background: #1585ee; } 56%,100% { background: #f0442f; box-shadow: inset 0 2px 4px rgba(0,0,0,.3), 0 0 15px rgba(255,79,42,.25); } }
@keyframes homeRadiatorCycle { 0%,48% { filter: saturate(.72); } 62%,100% { filter: saturate(1.2) drop-shadow(0 0 12px rgba(255,114,53,.42)); } }
@keyframes homeAlertCycle { 0%,13% { opacity: 0; transform: scale(.6); } 19%,34% { opacity: 1; transform: scale(1); } 43%,100% { opacity: 0; transform: scale(.65); } }
@keyframes homeCheckCycle { 0%,48% { opacity: 0; transform: scale(.5); } 57%,82% { opacity: 1; transform: scale(1); } 92%,100% { opacity: 0; transform: scale(.7); } }
@keyframes homeStepOne { 0%,28% { color: #fff; background: rgba(239,61,43,.82); } 36%,100% { color: #dcecff; background: rgba(3,22,45,.72); } }
@keyframes homeStepTwo { 0%,28%,53%,100% { color: #dcecff; background: rgba(3,22,45,.72); } 34%,47% { color: #fff; background: rgba(15,121,224,.88); } }
@keyframes homeStepThree { 0%,51%,100% { color: #dcecff; background: rgba(3,22,45,.72); } 58%,90% { color: #fff; background: rgba(20,168,82,.86); } }
@keyframes homeStoryIn { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: no-preference) {
  .home-heating-story { animation: homeStoryIn 720ms cubic-bezier(.22,1,.36,1) both; }
}

@media (max-width: 1080px) {
  .home-heating-story { min-height: 520px; }
  .home-story-scene { inset-inline: 14px; transform: scale(.92); }
}

@media (max-width: 900px) {
  .home-heating-story { min-height: 410px; }
  .home-story-heading { top: 22px; }
  .home-story-scene { inset: 80px 22px 75px; transform: scale(.83); }
  .home-story-steps { bottom: 20px; }
  .home-story-proof { top: 77px; }
}

@media (max-width: 620px) {
  .home-heating-story { min-height: 300px; border-radius: 14px; }
  .home-story-heading { top: 17px; right: 17px; left: 17px; }
  .home-story-heading span { font-size: 8px; }
  .home-story-heading strong { font-size: 15px; }
  .home-story-scene { inset: 69px 0 52px; transform: scale(.58); }
  .home-story-proof { top: 68px; right: 11px; max-width: 147px; padding: 7px 8px; font-size: 8px; }
  .home-story-steps { right: 10px; bottom: 9px; left: 10px; gap: 4px; }
  .home-story-steps li { gap: 4px; justify-content: center; padding: 6px 4px; font-size: 8px; }
  .home-story-steps li span { flex-basis: 17px; width: 17px; height: 17px; font-size: 8px; }
}

@media (max-width: 390px) {
  .home-story-proof { max-width: 132px; }
  .home-story-proof .dashicons { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .home-heating-story,
  .home-boiler-display i,
  .home-boiler-display em,
  .home-boiler-scan,
  .home-boiler-flame,
  .home-story-pipe,
  .home-story-pipe span,
  .home-story-radiator,
  .home-story-alert,
  .home-story-check,
  .home-story-steps li { animation: none !important; }
  .home-boiler-display i { background: #36d873; box-shadow: 0 0 9px #36d873; }
  .home-code-error { opacity: 0; }
  .home-code-ok { opacity: 1; }
  .home-boiler-scan,
  .home-story-alert { opacity: 0; }
  .home-story-check { opacity: 1; transform: scale(1); }
  .home-boiler-flame { opacity: 1; }
  .home-story-pipe-out { background: #f0442f; }
}

/*
 * Navigare și hero B2B 0.18.0.
 * De ce există: face oferta pentru organizații ușor de descoperit și explică vizual mentenanța planificată.
 * Responsabilitate: evidențiază accesul Companii și animă relația clădiri → plan → revizie.
 * Ce NU face: nu promite contracte, termene SLA sau revizii care nu au fost stabilite cu clientul.
 * Depinde de: navigarea publică și markupul .b2b-operations-visual din b2b-page.php.
 */
.site-nav .nav-b2b {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-height: 38px;
  padding: 7px 11px;
  color: #075bb9;
  background: #eaf4ff;
  border: 1px solid #cce5ff;
  border-radius: 999px;
  font-weight: 820;
}
.site-nav .nav-b2b::after { display: none; }
.site-nav .nav-b2b .dashicons { width: 17px; height: 17px; font-size: 17px; }
.site-nav .nav-b2b:hover,
.site-nav .nav-b2b:focus-visible,
.site-nav .nav-b2b.is-current { color: #fff; background: var(--gs-blue); border-color: var(--gs-blue); }

.b2b-operations-visual {
  isolation: isolate;
  border-color: rgba(255,255,255,.16);
  background:
    radial-gradient(circle at 52% 48%, rgba(43,154,255,.24), transparent 35%),
    linear-gradient(145deg, #08284e 0%, #0a477b 60%, #07315d 100%);
}
.b2b-operations-visual::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .23;
  background-image:
    linear-gradient(rgba(150,214,255,.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(150,214,255,.15) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: radial-gradient(circle at center, #000 12%, transparent 78%);
}
.b2b-operations-visual::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 330px;
  height: 330px;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(151,218,255,.15);
  border-radius: 50%;
  box-shadow: inset 0 0 55px rgba(41,151,240,.1);
}
.b2b-ops-heading { position: absolute; z-index: 8; top: 25px; right: 26px; left: 26px; display: grid; gap: 3px; color: #fff; }
.b2b-ops-heading span { color: #83d2ff; font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.b2b-ops-heading strong { max-width: 22ch; font-size: 19px; line-height: 1.18; }
.b2b-ops-network { position: absolute; z-index: 3; top: 92px; right: 22px; left: 22px; height: 295px; }
.b2b-ops-sites { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.b2b-site-node { position: relative; display: grid; min-width: 0; min-height: 86px; place-items: center; align-content: center; gap: 5px; padding: 9px 5px; color: #e6f3ff; background: rgba(4,26,51,.76); border: 1px solid rgba(255,255,255,.14); border-radius: 13px; box-shadow: 0 13px 26px rgba(0,0,0,.18); text-align: center; backdrop-filter: blur(8px); }
.b2b-site-node > .dashicons { width: 25px; height: 25px; color: #62c3ff; font-size: 25px; }
.b2b-site-node strong { overflow: hidden; max-width: 100%; font-size: 10px; line-height: 1.12; text-overflow: ellipsis; }
.b2b-site-node i { position: absolute; top: 8px; right: 8px; width: 7px; height: 7px; background: #2bcf79; border-radius: 50%; box-shadow: 0 0 0 4px rgba(43,207,121,.11), 0 0 10px rgba(43,207,121,.6); }
.b2b-site-node:nth-child(1) { animation: b2bSiteOne 9s ease-in-out infinite; }
.b2b-site-node:nth-child(2) { animation: b2bSiteTwo 9s ease-in-out infinite; }
.b2b-site-node:nth-child(3) { animation: b2bSiteThree 9s ease-in-out infinite; }
.b2b-network-lines { position: absolute; z-index: 1; top: 80px; right: 10%; left: 10%; height: 104px; }
.b2b-network-lines span { position: absolute; top: 0; width: 2px; height: 103px; overflow: hidden; background: linear-gradient(#5fc7ff,rgba(95,199,255,.18)); transform-origin: top; }
.b2b-network-lines span::after { content: ""; position: absolute; top: -18px; left: -2px; width: 6px; height: 18px; background: linear-gradient(transparent,#fff); border-radius: 999px; animation: b2bSignal 1.8s linear infinite; }
.b2b-network-lines span:nth-child(1) { left: 15%; transform: rotate(-38deg); }
.b2b-network-lines span:nth-child(2) { left: 50%; }
.b2b-network-lines span:nth-child(3) { right: 15%; transform: rotate(38deg); }
.b2b-network-lines span:nth-child(2)::after { animation-delay: .45s; }
.b2b-network-lines span:nth-child(3)::after { animation-delay: .9s; }
.b2b-plan-core { position: absolute; z-index: 6; top: 164px; left: 50%; display: grid; width: 164px; min-height: 91px; place-items: center; align-content: center; padding: 10px; transform: translateX(-50%); color: #fff; background: linear-gradient(145deg,#087cf0,#075fbe); border: 4px solid rgba(255,255,255,.85); border-radius: 17px; box-shadow: 0 18px 38px rgba(0,0,0,.3), 0 0 0 8px rgba(32,139,235,.12); text-align: center; animation: b2bPlanPulse 3.2s ease-in-out infinite; }
.b2b-plan-core > .dashicons { width: 26px; height: 26px; margin-bottom: 2px; font-size: 26px; }
.b2b-plan-core small { color: #caeaff; font-size: 8px; font-weight: 820; letter-spacing: .09em; text-transform: uppercase; }
.b2b-plan-core strong { font-size: 14px; }
.b2b-ops-stages { position: absolute; z-index: 8; right: 16px; bottom: 17px; left: 16px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; }
.b2b-ops-stages > span { display: flex; gap: 5px; align-items: center; justify-content: center; min-width: 0; padding: 7px 4px; color: #ddecfa; background: rgba(3,22,45,.76); border: 1px solid rgba(255,255,255,.12); border-radius: 9px; font-size: 9px; font-weight: 800; backdrop-filter: blur(8px); }
.b2b-ops-stages i { display: grid; flex: 0 0 17px; width: 17px; height: 17px; place-items: center; color: #fff; background: #1b7fdc; border-radius: 50%; font-size: 8px; font-style: normal; }
.b2b-ops-stages > span:nth-child(1) { animation: b2bStageOne 9s ease-in-out infinite; }
.b2b-ops-stages > span:nth-child(2) { animation: b2bStageTwo 9s ease-in-out infinite; }
.b2b-ops-stages > span:nth-child(3) { animation: b2bStageThree 9s ease-in-out infinite; }
.b2b-ops-proof { position: absolute; z-index: 9; left: 21px; bottom: 65px; width: 92px; height: 91px; margin: 0; overflow: hidden; background: #0b2a51; border: 4px solid rgba(255,255,255,.92); border-radius: 15px; box-shadow: 0 15px 28px rgba(0,0,0,.28); animation: b2bProofFloat 5s ease-in-out infinite; }
.b2b-operations-visual .b2b-ops-proof img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 44%; }
.b2b-operations-visual .b2b-ops-proof figcaption { position: absolute; inset: auto 4px 4px; display: flex; gap: 3px; align-items: center; padding: 4px 5px; color: var(--gs-navy); background: rgba(255,255,255,.93); border-radius: 6px; font-size: 7px; font-weight: 850; line-height: 1.05; }
.b2b-ops-proof figcaption .dashicons { width: 11px; height: 11px; color: var(--gs-red); font-size: 11px; }

@keyframes b2bSignal { from { transform: translateY(0); opacity: 0; } 20% { opacity: 1; } to { transform: translateY(120px); opacity: 0; } }
@keyframes b2bPlanPulse { 50% { box-shadow: 0 18px 38px rgba(0,0,0,.3), 0 0 0 13px rgba(32,139,235,.06); } }
@keyframes b2bProofFloat { 50% { transform: translateY(-5px); } }
@keyframes b2bSiteOne { 0%,28% { border-color: rgba(83,198,255,.92); background: rgba(8,90,157,.8); } 35%,100% { border-color: rgba(255,255,255,.14); background: rgba(4,26,51,.76); } }
@keyframes b2bSiteTwo { 0%,27%,62%,100% { border-color: rgba(255,255,255,.14); background: rgba(4,26,51,.76); } 34%,55% { border-color: rgba(83,198,255,.92); background: rgba(8,90,157,.8); } }
@keyframes b2bSiteThree { 0%,60%,100% { border-color: rgba(255,255,255,.14); background: rgba(4,26,51,.76); } 67%,91% { border-color: rgba(83,198,255,.92); background: rgba(8,90,157,.8); } }
@keyframes b2bStageOne { 0%,29% { color: #fff; background: rgba(11,124,226,.9); } 36%,100% { color: #ddecfa; background: rgba(3,22,45,.76); } }
@keyframes b2bStageTwo { 0%,27%,61%,100% { color: #ddecfa; background: rgba(3,22,45,.76); } 34%,54% { color: #fff; background: rgba(239,72,48,.88); } }
@keyframes b2bStageThree { 0%,59%,100% { color: #ddecfa; background: rgba(3,22,45,.76); } 66%,92% { color: #fff; background: rgba(25,176,89,.87); } }

@media (max-width: 1080px) and (min-width: 901px) {
  .site-nav { gap: 12px; }
  .site-nav a { font-size: 12px; }
  .site-nav .nav-b2b { padding-inline: 9px; }
}

@media (max-width: 820px) {
  .b2b-ops-network { top: 84px; }
}

@media (max-width: 620px) {
  .site-nav .nav-b2b { justify-content: flex-start; border-radius: 10px; }
  .b2b-operations-visual { height: 340px; }
  .b2b-ops-heading { top: 16px; right: 16px; left: 16px; }
  .b2b-ops-heading strong { font-size: 15px; }
  .b2b-ops-network { top: 70px; right: 10px; left: 10px; height: 218px; }
  .b2b-site-node { min-height: 67px; padding: 7px 3px; border-radius: 10px; }
  .b2b-site-node > .dashicons { width: 21px; height: 21px; font-size: 21px; }
  .b2b-site-node strong { font-size: 8px; }
  .b2b-site-node i { top: 6px; right: 6px; width: 6px; height: 6px; }
  .b2b-network-lines { top: 60px; height: 76px; }
  .b2b-network-lines span { height: 76px; }
  .b2b-plan-core { top: 120px; width: 132px; min-height: 75px; border-width: 3px; border-radius: 14px; }
  .b2b-plan-core > .dashicons { width: 21px; height: 21px; font-size: 21px; }
  .b2b-plan-core strong { font-size: 12px; }
  .b2b-ops-proof { left: 11px; bottom: 50px; width: 68px; height: 66px; border-width: 3px; border-radius: 11px; }
  .b2b-operations-visual .b2b-ops-proof figcaption { font-size: 6px; }
  .b2b-ops-stages { right: 8px; bottom: 8px; left: 8px; gap: 4px; }
  .b2b-ops-stages > span { padding: 6px 2px; font-size: 8px; }
  .b2b-ops-stages i { flex-basis: 15px; width: 15px; height: 15px; font-size: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  .b2b-site-node,
  .b2b-network-lines span::after,
  .b2b-plan-core,
  .b2b-ops-stages > span,
  .b2b-ops-proof { animation: none !important; }
  .b2b-ops-stages > span:last-child { color: #fff; background: rgba(25,176,89,.87); }
}

/**
 * Hero termic B2B 0.21.16.
 * De ce există: explică într-o singură scenă relația dintre instalație, clădiri și reviziile planificate.
 * Responsabilitate: animă un circuit tur-retur, centrala și starea obiectelor fără JavaScript sau date inventate.
 * Ce NU face: nu reprezintă monitorizare în timp real și nu promite un sistem instalat deja la client.
 * Depinde de: markupul .b2b-thermal-system din b2b-page.php și paleta GlobalService.
 */
.b2b-operations-visual {
  background:
    radial-gradient(circle at 52% 48%,rgba(14,142,238,.34),transparent 33%),
    radial-gradient(circle at 13% 78%,rgba(255,74,40,.16),transparent 30%),
    linear-gradient(145deg,#06172f 0%,#073a68 58%,#075887 100%);
}
.b2b-thermal-system { position: absolute; z-index: 3; inset: 82px 17px 58px; }
.b2b-thermal-orbit { position: absolute; top: 48%; left: 50%; width: 276px; height: 276px; border: 1px solid rgba(148,218,255,.24); border-radius: 50%; box-shadow: inset 0 0 46px rgba(30,153,240,.11),0 0 35px rgba(16,123,218,.11); transform: translate(-50%,-50%); }
.b2b-thermal-orbit::before,.b2b-thermal-orbit::after { content:""; position:absolute; border-radius:50%; }
.b2b-thermal-orbit::before { inset: 21px; border: 1px dashed rgba(255,255,255,.22); animation: b2bOrbitSpin 22s linear infinite; }
.b2b-thermal-orbit::after { inset: 58px; border: 1px solid rgba(92,204,255,.22); }
.b2b-thermal-orbit > i { position:absolute; width:8px; height:8px; background:#fff; border:2px solid #2db8ff; border-radius:50%; box-shadow:0 0 12px #36c1ff; }
.b2b-thermal-orbit > i:nth-child(1) { top:28px; left:44px; }
.b2b-thermal-orbit > i:nth-child(2) { top:18px; right:62px; }
.b2b-thermal-orbit > i:nth-child(3) { right:14px; bottom:88px; }
.b2b-thermal-orbit > i:nth-child(4) { bottom:34px; left:39px; }
.b2b-thermal-pipe { position:absolute; z-index:1; top:49%; left:50%; width:284px; height:284px; border:6px solid transparent; border-radius:50%; transform:translate(-50%,-50%); }
.b2b-thermal-pipe-hot { border-top-color:#ff5a36; border-left-color:#ff9a32; filter:drop-shadow(0 0 6px rgba(255,78,42,.54)); }
.b2b-thermal-pipe-return { border-right-color:#32c9ff; border-bottom-color:#117edb; filter:drop-shadow(0 0 6px rgba(35,183,255,.5)); }
.b2b-thermal-pipe i { position:absolute; width:12px; height:12px; border:3px solid rgba(255,255,255,.82); border-radius:50%; box-shadow:0 0 13px currentColor; }
.b2b-thermal-pipe-hot i { color:#ff7a32; background:#ff572e; animation:b2bHotFlow 4.2s linear infinite; }
.b2b-thermal-pipe-return i { color:#36d4ff; background:#168adf; animation:b2bColdFlow 4.2s linear infinite; }
.b2b-thermal-pipe i:nth-child(2) { animation-delay:-1.4s; }
.b2b-thermal-pipe i:nth-child(3) { animation-delay:-2.8s; }
.b2b-thermal-site { position:absolute; z-index:5; display:grid; width:80px; height:70px; place-items:center; align-content:center; gap:3px; color:#fff; background:linear-gradient(145deg,rgba(7,54,98,.94),rgba(4,24,48,.94)); border:1px solid rgba(255,255,255,.32); border-radius:16px; box-shadow:0 14px 28px rgba(0,0,0,.25); text-align:center; backdrop-filter:blur(8px); }
.b2b-thermal-site > .dashicons { width:28px; height:28px; color:#79d7ff; font-size:28px; }
.b2b-thermal-site small { max-width:70px; overflow:hidden; font-size:8px; font-weight:850; text-overflow:ellipsis; white-space:nowrap; }
.b2b-thermal-site > i { position:absolute; top:7px; right:7px; width:7px; height:7px; background:#3ee38c; border-radius:50%; box-shadow:0 0 0 4px rgba(62,227,140,.1),0 0 10px #3ee38c; animation:b2bStatusBlink 2.2s ease-in-out infinite; }
.b2b-thermal-site-hotel { top:5px; left:3px; animation:b2bSiteFloat 5.4s ease-in-out infinite; }
.b2b-thermal-site-school { top:2px; right:4px; animation:b2bSiteFloat 5.4s .7s ease-in-out infinite; }
.b2b-thermal-site-shop { right:0; bottom:18px; animation:b2bSiteFloat 5.4s 1.4s ease-in-out infinite; }
.b2b-central-plant { position:absolute; z-index:6; top:49%; left:50%; width:134px; height:164px; padding:16px; background:linear-gradient(150deg,#edf7ff 0%,#c8e8fb 52%,#8fc7e8 100%); border:4px solid rgba(255,255,255,.94); border-radius:24px 24px 30px 30px; box-shadow:0 24px 45px rgba(0,0,0,.35),0 0 0 10px rgba(17,135,229,.12); transform:translate(-50%,-50%); animation:b2bPlantBreathe 3.2s ease-in-out infinite; }
.b2b-plant-brand { position:absolute; top:12px; left:13px; color:#07559a; font-size:12px; font-weight:950; letter-spacing:.06em; }
.b2b-plant-screen { position:absolute; top:35px; right:15px; left:15px; display:grid; grid-template-columns:auto 1fr; gap:1px 7px; align-items:center; padding:8px 9px; color:#dffbff; background:#06284a; border:1px solid rgba(34,216,255,.54); border-radius:10px; box-shadow:inset 0 0 16px rgba(14,154,229,.25); }
.b2b-plant-screen i { grid-row:1 / 3; width:9px; height:9px; background:#3be087; border-radius:50%; box-shadow:0 0 9px #3be087; animation:b2bStatusBlink 1.8s ease-in-out infinite; }
.b2b-plant-screen strong { font-size:17px; line-height:1; }
.b2b-plant-screen small { color:#72d6ff; font-size:6px; font-weight:900; letter-spacing:.14em; }
.b2b-plant-flame { position:absolute; right:27px; bottom:18px; left:27px; display:flex; height:59px; align-items:flex-end; justify-content:center; gap:0; overflow:hidden; background:linear-gradient(#0d3151,#061f39); border:1px solid #6caed4; border-radius:12px; box-shadow:inset 0 0 20px rgba(0,0,0,.32); }
.b2b-plant-flame i { width:24px; height:45px; margin:0 -6px -9px; background:linear-gradient(#ffd43a 8%,#ff7a18 48%,#ff3e2f 82%); border-radius:55% 45% 50% 50%; transform-origin:50% 100%; animation:b2bFlameDance 1.2s ease-in-out infinite alternate; filter:drop-shadow(0 0 9px rgba(255,98,34,.72)); }
.b2b-plant-flame i:nth-child(2) { height:55px; animation-delay:-.35s; }
.b2b-plant-flame i:nth-child(3) { height:37px; animation-delay:-.7s; }
.b2b-plant-port { position:absolute; bottom:-11px; width:19px; height:22px; border:3px solid rgba(255,255,255,.88); border-radius:7px; }
.b2b-plant-port-hot { left:25px; background:#ff6135; box-shadow:0 0 10px rgba(255,78,42,.6); }
.b2b-plant-port-cold { right:25px; background:#199ee8; box-shadow:0 0 10px rgba(24,162,239,.6); }
.b2b-maintenance-card { position:absolute; z-index:8; bottom:7px; left:50%; display:grid; grid-template-columns:auto 1fr auto; gap:8px; align-items:center; min-width:177px; padding:9px 10px; color:#fff; background:rgba(4,28,54,.88); border:1px solid rgba(255,255,255,.3); border-radius:13px; box-shadow:0 13px 24px rgba(0,0,0,.25); transform:translateX(-50%); backdrop-filter:blur(9px); animation:b2bMaintenanceReveal 6s ease-in-out infinite; }
.b2b-maintenance-card > .dashicons:first-child { display:grid; width:29px; height:29px; place-items:center; color:#fff; background:#167ed9; border-radius:8px; font-size:17px; }
.b2b-maintenance-card span { display:grid; }
.b2b-maintenance-card small { color:#9fdcff; font-size:7px; font-weight:800; text-transform:uppercase; }
.b2b-maintenance-card strong { font-size:10px; }
.b2b-maintenance-card > i { width:18px; height:18px; color:#3ee38c; font-size:18px; }
.b2b-scan-wave { position:absolute; z-index:2; top:49%; left:50%; width:170px; height:170px; border:2px solid rgba(85,210,255,.55); border-radius:50%; transform:translate(-50%,-50%); animation:b2bSystemScan 3.5s ease-out infinite; }
@keyframes b2bOrbitSpin { to { transform:rotate(360deg); } }
@keyframes b2bHotFlow { 0% { top:46%; left:-8px; opacity:0; } 12% { opacity:1; } 50% { top:-8px; left:48%; } 88% { opacity:1; } 100% { top:46%; left:calc(100% - 4px); opacity:0; } }
@keyframes b2bColdFlow { 0% { top:46%; right:-8px; opacity:0; } 12% { opacity:1; } 50% { right:48%; bottom:-8px; } 88% { opacity:1; } 100% { top:46%; right:calc(100% - 4px); opacity:0; } }
@keyframes b2bFlameDance { to { height:36px; transform:skewX(7deg) scaleX(.88); } }
@keyframes b2bStatusBlink { 50% { opacity:.55; transform:scale(.78); } }
@keyframes b2bSiteFloat { 50% { transform:translateY(-5px); } }
@keyframes b2bPlantBreathe { 50% { box-shadow:0 28px 50px rgba(0,0,0,.36),0 0 0 15px rgba(17,135,229,.06); } }
@keyframes b2bMaintenanceReveal { 0%,12%,100% { border-color:rgba(255,255,255,.3); } 42%,70% { border-color:#4de394; box-shadow:0 13px 24px rgba(0,0,0,.25),0 0 20px rgba(52,222,137,.2); } }
@keyframes b2bSystemScan { from { opacity:.7; transform:translate(-50%,-50%) scale(.68); } to { opacity:0; transform:translate(-50%,-50%) scale(1.65); } }

@media (max-width: 620px) {
  .b2b-thermal-system { inset:63px 8px 48px; transform:scale(.81); transform-origin:center; }
  .b2b-maintenance-card { bottom:-3px; }
  .b2b-ops-proof { z-index:10; }
}

@media (prefers-reduced-motion: reduce) {
  .b2b-thermal-orbit::before,.b2b-thermal-pipe i,.b2b-thermal-site,.b2b-thermal-site > i,.b2b-central-plant,.b2b-plant-screen i,.b2b-plant-flame i,.b2b-maintenance-card,.b2b-scan-wave { animation:none !important; }
  .b2b-scan-wave { display:none; }
}

/**
 * Pagina B2B extinsă 0.19.0.
 * Responsabilitate: transformă oferta pentru companii într-un parcurs vizual clar, cu dovezi reale și formular orientat după tipul clădirii.
 * Ce NU face: nu inventează rezultate, nu publică pagini industriale separate și nu schimbă fluxul operațional Laravel.
 * Depinde de: b2b-page.php, imaginile reale ale proiectului și selecțiile progresive din site.js.
 */
.b2b-building-section { background: linear-gradient(180deg,#fff 0%,#f4f8fd 100%); }
.b2b-section-heading > p:last-child { max-width: 720px; color: var(--gs-muted); font-size: 17px; line-height: 1.7; }
.b2b-building-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 32px; }
.b2b-building-card { --scene:#0b8ff2; --scene-2:#55d6ff; position: relative; min-height: 350px; overflow: hidden; color: #fff; background: linear-gradient(145deg,#061b37 0%,#083d70 58%,#075c92 100%); border: 1px solid rgba(6,62,109,.1); border-radius: 22px; box-shadow: 0 18px 42px rgba(7,29,58,.14); text-decoration: none; isolation: isolate; transition: transform .28s ease,box-shadow .28s ease; }
.b2b-building-education { --scene:#ff9b21; --scene-2:#ffd968; background: linear-gradient(145deg,#2a183d,#6e315d 58%,#c65c31); }
.b2b-building-office { --scene:#20c4d9; --scene-2:#66f0dc; background: linear-gradient(145deg,#05233e,#07536f 58%,#087c86); }
.b2b-building-supermarket { --scene:#ff5238; --scene-2:#ffad3d; background: linear-gradient(145deg,#31172a,#792d35 58%,#be4c2c); }
.b2b-building-fuel_station { --scene:#ab76ff; --scene-2:#59d4ff; background: linear-gradient(145deg,#161b42,#3f3479 58%,#315fa0); }
.b2b-building-other { --scene:#28d47d; --scene-2:#62e6d0; background: linear-gradient(145deg,#062d35,#075a54 58%,#07856f); }
.b2b-building-scene { position: absolute; inset: 0 0 118px; overflow: hidden; }
.b2b-scene-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(#000,transparent 92%); }
.b2b-scene-halo { position: absolute; top: 22px; left: 50%; width: 210px; height: 210px; background: radial-gradient(circle,color-mix(in srgb,var(--scene) 50%,transparent),transparent 66%); border: 1px solid color-mix(in srgb,var(--scene-2) 40%,transparent); border-radius: 50%; transform: translateX(-50%); animation: b2bSceneBreathe 3.8s ease-in-out infinite; }
.b2b-scene-object { position: absolute; top: 58px; left: 50%; display: grid; width: 126px; height: 126px; place-items: center; color: #fff; background: linear-gradient(145deg,color-mix(in srgb,var(--scene) 74%,#07213e),color-mix(in srgb,var(--scene-2) 45%,#092a4d)); border: 1px solid rgba(255,255,255,.5); border-radius: 30px; box-shadow: 0 18px 42px rgba(0,0,0,.26),inset 0 0 30px rgba(255,255,255,.08); transform: translateX(-50%) rotate(-3deg); }
.b2b-scene-object > .dashicons { width: 62px; height: 62px; font-size: 62px; filter: drop-shadow(0 8px 10px rgba(0,0,0,.2)); }
.b2b-scene-object > i { position: absolute; width: 12px; height: 12px; background: #dff9ff; border: 3px solid var(--scene); border-radius: 50%; box-shadow: 0 0 0 5px color-mix(in srgb,var(--scene) 18%,transparent); }
.b2b-scene-object > i:nth-of-type(1) { top: 17px; right: 16px; }
.b2b-scene-object > i:nth-of-type(2) { right: 18px; bottom: 17px; animation-delay: .55s; }
.b2b-scene-object > i:nth-of-type(3) { bottom: 16px; left: 17px; animation-delay: 1.1s; }
.b2b-scene-route { position: absolute; top: 119px; left: 9%; width: 82%; height: 3px; background: linear-gradient(90deg,transparent,var(--scene-2) 18%,var(--scene) 82%,transparent); box-shadow: 0 0 12px color-mix(in srgb,var(--scene) 60%,transparent); }
.b2b-scene-route i { position: absolute; top: -4px; width: 11px; height: 11px; background: #fff; border: 3px solid var(--scene); border-radius: 50%; animation: b2bSceneTravel 3.6s linear infinite; }
.b2b-scene-route i:nth-child(2) { animation-delay: -1.2s; }
.b2b-scene-route i:nth-child(3) { animation-delay: -2.4s; }
.b2b-scene-node { position: absolute; display: grid; width: 46px; height: 46px; place-items: center; background: rgba(5,26,51,.72); border: 1px solid rgba(255,255,255,.36); border-radius: 14px; box-shadow: 0 10px 24px rgba(0,0,0,.16); backdrop-filter: blur(5px); }
.b2b-scene-node::before { content: ""; width: 19px; height: 19px; background: linear-gradient(135deg,var(--scene-2),#fff); border-radius: 5px; box-shadow: 0 0 15px color-mix(in srgb,var(--scene) 70%,transparent); }
.b2b-scene-node i { position: absolute; inset: -5px; border: 1px solid color-mix(in srgb,var(--scene-2) 55%,transparent); border-radius: 17px; animation: b2bSceneSignal 2.8s ease-out infinite; }
.b2b-scene-node-a { top: 51px; left: 24px; }
.b2b-scene-node-b { top: 50px; right: 23px; }
.b2b-scene-node-c { top: 153px; right: 39px; }
.b2b-scene-node-b i { animation-delay: .75s; }
.b2b-scene-node-c i { animation-delay: 1.5s; }
.b2b-scene-metric { position: absolute; bottom: 15px; left: 18px; display: flex; gap: 7px; align-items: center; padding: 8px 11px; color: #fff; background: rgba(4,25,49,.78); border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: 11px; font-weight: 850; letter-spacing: .02em; backdrop-filter: blur(7px); }
.b2b-scene-metric i { width: 8px; height: 8px; background: var(--scene-2); border-radius: 50%; box-shadow: 0 0 0 4px color-mix(in srgb,var(--scene) 18%,transparent); animation: b2bScenePulse 1.8s ease-in-out infinite; }
.b2b-building-education .b2b-scene-object { border-radius: 22px 22px 38px 38px; }
.b2b-building-office .b2b-scene-object { width: 104px; height: 142px; border-radius: 16px 16px 8px 8px; }
.b2b-building-supermarket .b2b-scene-object { width: 146px; height: 102px; border-radius: 18px 18px 28px 28px; }
.b2b-building-fuel_station .b2b-scene-object { transform: translateX(-50%) rotate(3deg); }
.b2b-building-other .b2b-scene-object { width: 102px; height: 102px; border-radius: 50%; }
.b2b-building-other .b2b-scene-node-a { top: 38px; left: 28px; }
.b2b-building-other .b2b-scene-node-b { top: 38px; right: 28px; }
.b2b-building-other .b2b-scene-node-c { top: 151px; right: 32px; }
.b2b-building-shade { position: absolute; inset: auto 0 0; z-index: 1; height: 145px; background: linear-gradient(180deg,rgba(3,18,37,0),rgba(3,18,37,.9) 25%,#03162d 100%); }
.b2b-building-card::after { content: ""; position: absolute; z-index: 1; inset: auto -18% -48% 30%; height: 74%; background: radial-gradient(circle,color-mix(in srgb,var(--scene) 48%,transparent),transparent 67%); pointer-events: none; }
.b2b-building-icon { position: absolute; z-index: 3; top: 17px; left: 17px; display: grid; width: 48px; height: 48px; place-items: center; color: #fff; background: rgba(7,42,80,.82); border: 1px solid rgba(255,255,255,.34); border-radius: 14px; font-size: 25px; backdrop-filter: blur(9px); }
.b2b-building-copy { position: absolute; z-index: 3; right: 22px; bottom: 20px; left: 22px; display: grid; gap: 8px; }
.b2b-building-copy strong { font-size: 23px; line-height: 1.15; }
.b2b-building-copy small { color: #d8e6f5; font-size: 13px; line-height: 1.5; }
.b2b-building-copy em { color: #72d5ff; font-size: 12px; font-style: normal; font-weight: 850; letter-spacing: .02em; }
.b2b-building-card:hover,.b2b-building-card:focus-visible { transform: translateY(-5px); box-shadow: 0 25px 54px rgba(7,29,58,.2); }
.b2b-building-card:hover .b2b-scene-object,.b2b-building-card:focus-visible .b2b-scene-object { box-shadow: 0 23px 50px rgba(0,0,0,.32),0 0 28px color-mix(in srgb,var(--scene) 36%,transparent); }
.b2b-building-card:focus-visible { outline: 4px solid #5ad2ff; outline-offset: 3px; }
@keyframes b2bSceneTravel { from { left: 0; opacity: 0; } 12%,88% { opacity: 1; } to { left: calc(100% - 11px); opacity: 0; } }
@keyframes b2bSceneSignal { 0% { opacity: .8; transform: scale(.82); } 70%,100% { opacity: 0; transform: scale(1.35); } }
@keyframes b2bScenePulse { 50% { transform: scale(.72); opacity: .72; } }
@keyframes b2bSceneBreathe { 50% { transform: translateX(-50%) scale(1.08); opacity: .72; } }

.b2b-problems-section { color: #fff; background: #071d3a; }
.b2b-problems-section .section-heading h2 { color: #fff; }
.b2b-problems-section .section-heading > p:last-child { color: #c4d5e9; }
.b2b-problem-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; margin-top: 30px; }
.b2b-problem-card { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: center; min-height: 112px; margin: 0; padding: 19px; overflow: hidden; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.12); border-radius: 17px; }
.b2b-problem-card > .dashicons { display: grid; width: 43px; height: 43px; place-items: center; color: #fff; background: linear-gradient(145deg,var(--gs-red),#ff7a00); border-radius: 12px; font-size: 23px; }
.b2b-problem-card small { position: absolute; top: 8px; right: 12px; color: rgba(255,255,255,.12); font-size: 36px; font-weight: 900; }
.b2b-problem-card h3 { position: relative; margin: 0; color: #fff; font-size: 17px; line-height: 1.32; }
.b2b-problems-cta { display: flex; gap: 24px; align-items: center; justify-content: space-between; margin-top: 20px; padding: 18px 20px; color: var(--gs-navy); background: #fff; border-radius: 15px; }
.b2b-problems-cta p { margin: 0; font-weight: 720; }
.b2b-problems-cta .button { flex: 0 0 auto; }

.b2b-check-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; margin: 24px 0 0; padding: 0; list-style: none; }
.b2b-check-list li { position: relative; padding: 13px 13px 13px 42px; color: #233b59; background: #f3f8fe; border: 1px solid #dce9f6; border-radius: 12px; font-size: 14px; font-weight: 780; }
.b2b-check-list li::before { content: "\f147"; position: absolute; top: 50%; left: 13px; width: 20px; height: 20px; color: #fff; background: var(--gs-blue); border-radius: 50%; font: 16px/20px dashicons; text-align: center; transform: translateY(-50%); }

.b2b-process-section { overflow: hidden; background: linear-gradient(115deg,#edf7ff,#fff 48%,#fff3ec); }
.b2b-process-grid { position: relative; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; margin: 34px 0 0; padding: 0; list-style: none; counter-reset: none; }
.b2b-process-grid::before { content: ""; position: absolute; top: 37px; right: 9%; left: 9%; height: 3px; background: linear-gradient(90deg,var(--gs-blue),var(--gs-cyan),var(--gs-red)); opacity: .4; }
.b2b-process-grid li { position: relative; padding: 0 19px 22px; background: #fff; border: 1px solid #dce7f3; border-radius: 18px; box-shadow: 0 15px 34px rgba(7,29,58,.07); }
.b2b-process-grid li > span { position: relative; display: grid; width: 56px; height: 56px; margin: -1px 0 19px; place-items: center; color: #fff; background: var(--gs-blue); border: 7px solid #eef7ff; border-radius: 50%; font-size: 12px; font-weight: 900; }
.b2b-process-grid li:nth-child(2) > span { background: #008fc5; }
.b2b-process-grid li:nth-child(3) > span { background: #e75a30; }
.b2b-process-grid li:nth-child(4) > span { background: #139a58; }
.b2b-process-grid h3 { margin: 0 0 8px; font-size: 19px; }
.b2b-process-grid p { margin: 0; color: var(--gs-muted); font-size: 14px; line-height: 1.58; }

.b2b-choice-section { background: #fff; }
.b2b-choice-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 30px; }
.b2b-choice-card { --choice:#1678cc; display: block; min-height: 310px; padding: 27px; color: var(--gs-navy); background: linear-gradient(155deg,#fff 45%,color-mix(in srgb,var(--choice) 10%,#fff)); border: 1px solid color-mix(in srgb,var(--choice) 28%,#d7e2ee); border-top: 6px solid var(--choice); border-radius: 20px; box-shadow: 0 15px 38px rgba(7,29,58,.07); text-decoration: none; transition: transform .25s ease,box-shadow .25s ease; }
.b2b-choice-card.is-urgent { --choice:var(--gs-red); }
.b2b-choice-card.is-season { --choice:#f49a16; }
.b2b-choice-card.is-care { --choice:#159a59; }
.b2b-choice-card > .dashicons { display: grid; width: 54px; height: 54px; place-items: center; color: #fff; background: var(--choice); border-radius: 15px; font-size: 28px; }
.b2b-choice-card h3 { margin: 25px 0 10px; font-size: 24px; }
.b2b-choice-card p { min-height: 82px; color: var(--gs-muted); line-height: 1.65; }
.b2b-choice-card strong { color: var(--choice); font-size: 13px; }
.b2b-choice-card:hover,.b2b-choice-card:focus-visible { transform: translateY(-5px); box-shadow: 0 23px 48px rgba(7,29,58,.13); }

.b2b-gallery-section { overflow: hidden; color: #fff; background: linear-gradient(135deg,#07274d,#0b4f83); }
.b2b-gallery-section h2 { color: #fff; }
.b2b-gallery-heading { display: flex; gap: 32px; align-items: end; justify-content: space-between; }
.b2b-gallery-heading > p { max-width: 420px; color: #c8daed; line-height: 1.7; }
.b2b-real-gallery { display: flex; gap: 16px; margin-top: 28px; padding: 2px 2px 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-color: #60c9f5 rgba(255,255,255,.12); }
.b2b-real-gallery figure { position: relative; flex: 0 0 min(370px,75vw); height: 390px; margin: 0; overflow: hidden; background: #061a34; border: 1px solid rgba(255,255,255,.18); border-radius: 19px; scroll-snap-align: start; }
.b2b-real-gallery img { width: 100%; height: 100%; object-fit: cover; }
.b2b-real-gallery figure:nth-child(1) img { object-position: center; }
.b2b-real-gallery figure:nth-child(2) img { object-position: 50% 35%; }
.b2b-real-gallery figcaption { position: absolute; inset: auto 0 0; display: flex; gap: 7px; align-items: center; padding: 52px 18px 17px; color: #fff; background: linear-gradient(transparent,rgba(3,18,37,.95)); font-size: 13px; font-weight: 800; }
.b2b-real-gallery figcaption .dashicons { color: #55d791; }

.b2b-outcome-section { background: #f5f8fc; }
.b2b-outcome-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 55px; align-items: center; }
.b2b-outcome-grid h2 { font-size: clamp(34px,4vw,50px); }
.b2b-outcome-grid > div > p:last-child { color: var(--gs-muted); font-size: 17px; line-height: 1.7; }
.b2b-outcome-grid ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.b2b-outcome-grid li { display: grid; grid-template-columns: auto 1fr; gap: 15px; align-items: center; padding: 18px; background: #fff; border: 1px solid #dce7f3; border-radius: 16px; box-shadow: 0 12px 28px rgba(7,29,58,.055); }
.b2b-outcome-grid li > .dashicons { display: grid; width: 47px; height: 47px; place-items: center; color: #fff; background: linear-gradient(145deg,var(--gs-blue),var(--gs-cyan)); border-radius: 13px; font-size: 24px; }
.b2b-outcome-grid li strong,.b2b-outcome-grid li small { display: block; }
.b2b-outcome-grid li small { margin-top: 4px; color: var(--gs-muted); line-height: 1.45; }

.b2b-faq-section { background: #fff; }
.b2b-faq-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; margin-top: 30px; align-items: start; }
.b2b-faq-list details { background: #f8fafc; border: 1px solid #dce6f1; border-radius: 15px; }
.b2b-faq-list summary { position: relative; padding: 19px 50px 19px 19px; color: var(--gs-navy); font-weight: 820; line-height: 1.4; cursor: pointer; list-style: none; }
.b2b-faq-list summary::-webkit-details-marker { display: none; }
.b2b-faq-list summary::after { content: "+"; position: absolute; top: 14px; right: 15px; display: grid; width: 30px; height: 30px; place-items: center; color: #fff; background: var(--gs-blue); border-radius: 50%; font-size: 20px; }
.b2b-faq-list details[open] summary::after { content: "−"; background: var(--gs-red); }
.b2b-faq-list details p { margin: 0; padding: 0 19px 19px; color: var(--gs-muted); line-height: 1.66; }
.b2b-diagnostic-form select.is-prefilled { border-color: var(--gs-blue); box-shadow: 0 0 0 3px rgba(8,124,240,.13); }
.gs-content-b2b .contact-section.b2b-form-section { min-height: 0; background: linear-gradient(135deg,#061a34 0%,#082d57 68%,#084d7d 100%); }
.gs-content-b2b .b2b-form-intro h2 { color: #fff; }
.gs-content-b2b .b2b-form-intro > p:last-of-type { color: #c9d9eb; }

@media (max-width: 900px) {
  .b2b-building-grid,.b2b-problem-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .b2b-process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .b2b-process-grid::before { display: none; }
  .b2b-choice-grid { grid-template-columns: 1fr; }
  .b2b-choice-card { min-height: 0; }
  .b2b-choice-card p { min-height: 0; }
  .b2b-outcome-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 620px) {
  .b2b-building-section,.b2b-problems-section,.b2b-process-section,.b2b-choice-section,.b2b-gallery-section,.b2b-outcome-section,.b2b-faq-section { padding-block: 54px; }
  .b2b-section-heading > p:last-child { font-size: 15px; }
  .b2b-building-grid { display: flex; gap: 13px; margin-right: -14px; padding-right: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .b2b-building-grid::-webkit-scrollbar { display: none; }
  .b2b-building-card { flex: 0 0 84%; min-height: 310px; scroll-snap-align: start; }
  .b2b-building-copy strong { font-size: 21px; }
  .b2b-problem-grid { grid-template-columns: 1fr; gap: 9px; }
  .b2b-problem-card { min-height: 82px; padding: 14px; }
  .b2b-problems-cta { display: grid; gap: 14px; }
  .b2b-problems-cta .button { width: 100%; }
  .b2b-check-list { grid-template-columns: 1fr; }
  .b2b-process-grid { display: flex; gap: 13px; margin-right: -14px; padding-right: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .b2b-process-grid li { flex: 0 0 78%; scroll-snap-align: start; }
  .b2b-choice-grid { display: flex; gap: 13px; margin-right: -14px; padding-right: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .b2b-choice-card { flex: 0 0 84%; scroll-snap-align: start; }
  .b2b-gallery-heading { display: block; }
  .b2b-real-gallery figure { flex-basis: 84vw; height: 355px; }
  .b2b-faq-list { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .b2b-building-card,.b2b-choice-card { transition: none; }
  .b2b-scene-halo,.b2b-scene-route i,.b2b-scene-node i,.b2b-scene-metric i { animation: none; }
}

/**
 * Banner multi-brand 0.20.0.
 * Responsabilitate: comunică experiența pe mai multe mărci fără a promite compatibilitate înainte de diagnostic.
 * Ce NU face: nu reproduce logourile producătorilor și nu afirmă că orice piesă este disponibilă.
 * Depinde de: template-parts/boiler-brands.php și paleta GlobalService.
 */
.boiler-brands-section { position: relative; overflow: hidden; padding: 62px 0; scroll-margin-top: 95px; color: #fff; background: linear-gradient(122deg,#061a34 0%,#083b6d 58%,#075995 100%); }
.boiler-brands-section::before { content: ""; position: absolute; top: -190px; right: -120px; width: 470px; height: 470px; background: radial-gradient(circle,rgba(16,184,255,.25),transparent 68%); pointer-events: none; }
.boiler-brands-section::after { content: ""; position: absolute; bottom: -200px; left: -130px; width: 440px; height: 440px; background: radial-gradient(circle,rgba(255,70,38,.20),transparent 68%); pointer-events: none; }
.boiler-brands-shell { position: relative; z-index: 1; }
.boiler-brands-copy { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 20px; align-items: start; max-width: 950px; }
.boiler-brands-icon { display: grid; width: 62px; height: 62px; place-items: center; color: #fff; background: linear-gradient(145deg,var(--gs-red),#ff8a00); border: 1px solid rgba(255,255,255,.3); border-radius: 18px; box-shadow: 0 13px 30px rgba(255,61,33,.2); font-size: 31px; }
.boiler-brands-copy .eyebrow { margin-bottom: 8px; color: #65c9ff; }
.boiler-brands-copy h2 { max-width: 820px; margin: 0; color: #fff; font-size: clamp(32px,4vw,48px); line-height: 1.1; }
.boiler-brands-copy p:last-child { max-width: 840px; margin: 14px 0 0; color: #d1dfef; font-size: 16px; line-height: 1.7; }
.boiler-brands-viewport { position: relative; margin-top: 31px; overflow: hidden; mask-image: linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent); }
.boiler-brands-track { display: flex; width: max-content; animation: gsBrandsMove 34s linear infinite; }
.boiler-brands-track:hover { animation-play-state: paused; }
.boiler-brands-track ul { display: flex; gap: 12px; margin: 0; padding: 0 12px 0 0; list-style: none; }
.boiler-brands-track li { --brand-tone:#1689ed; display: flex; gap: 10px; align-items: center; min-width: 176px; min-height: 74px; padding: 13px 17px; color: #fff; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.15); border-top: 3px solid var(--brand-tone); border-radius: 15px; box-shadow: 0 12px 28px rgba(0,0,0,.12); backdrop-filter: blur(8px); }
.boiler-brands-track li.brand-tone-1 { --brand-tone:#ff4b2f; }
.boiler-brands-track li.brand-tone-2 { --brand-tone:#12c7dd; }
.boiler-brands-track li.brand-tone-3 { --brand-tone:#f5a000; }
.boiler-brands-track li .dashicons { display: grid; width: 34px; height: 34px; place-items: center; color: #fff; background: var(--brand-tone); border-radius: 10px; font-size: 19px; }
.boiler-brands-track li strong { font-size: 17px; letter-spacing: .01em; }
.boiler-brands-proof { display: flex; gap: 24px; align-items: center; justify-content: space-between; margin-top: 22px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.13); }
.boiler-brands-proof > span { display: flex; gap: 8px; align-items: center; color: #e2eef9; font-size: 13px; font-weight: 760; }
.boiler-brands-proof > span .dashicons { color: #42db91; }
.boiler-brands-proof a { color: #73d5ff; font-size: 13px; font-weight: 850; text-decoration: none; }
.boiler-brands-proof a:hover,.boiler-brands-proof a:focus-visible { color: #fff; text-decoration: underline; }
@keyframes gsBrandsMove { to { transform: translateX(-50%); } }

@media (max-width: 620px) {
  .boiler-brands-section { padding: 48px 0; }
  .boiler-brands-copy { grid-template-columns: 1fr; gap: 15px; }
  .boiler-brands-icon { width: 52px; height: 52px; border-radius: 15px; font-size: 27px; }
  .boiler-brands-copy h2 { font-size: 32px; }
  .boiler-brands-copy p:last-child { font-size: 15px; }
  .boiler-brands-viewport { margin-right: -20px; margin-left: -20px; mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }
  .boiler-brands-track li { min-width: 158px; min-height: 67px; }
  .boiler-brands-proof { display: grid; gap: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .boiler-brands-viewport { overflow-x: auto; mask-image: none; scrollbar-width: thin; }
  .boiler-brands-track { animation: none; }
  .boiler-brands-track ul[aria-hidden="true"] { display: none; }
}
