/* ==========================================================================
   VSY Tractări — CSS-ul exact din prototipul HTML aprobat, adaptat pentru
   WordPress + Elementor. Fonturile se încarcă din functions.php (enqueue).
   ========================================================================== */

/* ============ RESET ============ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { overflow-x: hidden; width: 100%; scroll-behavior: smooth; margin-top: 0 !important; }
body { overflow-x: hidden; width: 100%; min-height: 100vh; font-family: var(--font-body); color: var(--color-text); background: var(--color-bg); line-height: 1.75; font-size: 1rem; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font-family: inherit; }

/* ============ TOKENS ============ */
:root {
  --color-primary: #D21F2E;        /* roșul VSY din logo */
  --color-primary-dark: #A5121F;
  --color-secondary: #0B0C0F;      /* negru asfalt din logo */
  --color-accent: #EDEEF1;         /* alb-argintiu din logo */
  --color-text: #3A3D45;
  --color-text-light: #9DA1AB;
  --color-bg: #ffffff;
  --color-bg-alt: #F5F5F7;
  --color-bg-dark: #0B0C0F;
  --color-bg-dark-2: #14161B;
  --color-line: #E4E5E9;
  --font-heading: 'Barlow Condensed', sans-serif;
  --font-body: 'Inter', sans-serif;
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 24px;
  --shadow: 0 2px 16px rgba(11,12,15,0.07);
  --shadow-hover: 0 12px 36px rgba(11,12,15,0.16);
  --transition: all 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  --header-h: 76px;
  --stripes: repeating-linear-gradient(115deg, var(--color-primary) 0 8px, transparent 8px 14px);
}

/* ============ ELEMENTOR RESETS (secțiunile sunt full-bleed) ============ */
.elementor .e-con, .elementor .e-con-inner { max-width: 100%; }
.e-con { --padding-block-start: 0; --padding-block-end: 0; --padding-inline-start: 0; --padding-inline-end: 0; }
.elementor-widget:not(:last-child) { margin-bottom: 0; }
/* Animațiile de scroll: vizibile mereu în editorul Elementor */
.elementor-editor-active .reveal { opacity: 1 !important; transform: none !important; }

/* ============ TYPO ============ */
h1, h2, h3, h4 { font-family: var(--font-heading); color: var(--color-secondary); line-height: 1.08; text-transform: uppercase; }
h1 { font-size: clamp(2.8rem, 7vw, 5.4rem); font-weight: 800; letter-spacing: -0.01em; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 800; letter-spacing: 0; }
h3 { font-size: clamp(1.25rem, 2vw, 1.7rem); font-weight: 700; letter-spacing: 0.015em; }
p { max-width: 68ch; }

.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; color: var(--color-primary); margin-bottom: 16px; }
.eyebrow::before { content: ''; width: 34px; height: 10px; background: var(--stripes); flex-shrink: 0; }
.section-head { margin-bottom: clamp(36px, 5vw, 56px); }
.section-head p { margin-top: 14px; color: var(--color-text); }
.dark h2, .dark h3 { color: #fff; }
.dark p { color: var(--color-text-light); }
.dark .section-head p { color: var(--color-text-light); }

/* ============ LAYOUT ============ */
.section-full { width: 100%; padding: clamp(72px, 10vw, 120px) 0; }
.container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 64px); }
.bg-alt { background: var(--color-bg-alt); }
.dark { background: var(--color-bg-dark); }

/* ============ BUTTONS ============ */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 13px 30px; border-radius: var(--radius-sm); font-weight: 700; font-size: 1rem; letter-spacing: 0.01em; text-decoration: none; cursor: pointer; border: none; transition: var(--transition); font-family: var(--font-body); }
.btn i, .btn svg { width: 20px; height: 20px; }
.btn-primary { background: var(--color-primary); color: #fff; box-shadow: 0 6px 20px rgba(210,31,46,0.35); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(210,31,46,0.45); background: var(--color-primary-dark); color: #fff; }
.btn-secondary { background: transparent; border: 2px solid var(--color-secondary); color: var(--color-secondary); }
.btn-secondary:hover { background: var(--color-secondary); color: #fff; }
.btn-ghost-light { background: transparent; border: 2px solid rgba(255,255,255,0.55); color: #fff; }
.btn-ghost-light:hover { background: #fff; color: var(--color-secondary); border-color: #fff; }
.btn-white { background: #fff; color: var(--color-primary); }
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,0.3); }
.btn-wa { background: #25D366; color: #fff; box-shadow: 0 6px 20px rgba(37,211,102,0.35); }
.btn-wa:hover { background: #1EBE5B; color: #fff; transform: translateY(-2px); box-shadow: 0 12px 30px rgba(37,211,102,0.45); }
.wa-svg { width: 20px; height: 20px; fill: currentColor; flex-shrink: 0; }

/* ============ PRELOADER ============ */
#preloader { position: fixed; inset: 0; z-index: 99999; background: var(--color-bg-dark); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; transition: opacity 0.45s ease, visibility 0.45s ease; }
#preloader img { width: min(280px, 64vw); animation: pulseLogo 1.4s ease-in-out infinite; }
#preloader .bar { width: 120px; height: 3px; background: rgba(255,255,255,0.12); border-radius: 3px; overflow: hidden; }
#preloader .bar::after { content: ''; display: block; width: 45%; height: 100%; background: var(--color-primary); animation: loadbar 0.9s ease-in-out infinite; }
@keyframes pulseLogo { 0%,100% { opacity: 1; } 50% { opacity: 0.72; } }
@keyframes loadbar { 0% { transform: translateX(-120%); } 100% { transform: translateX(320%); } }
#preloader.done { opacity: 0; visibility: hidden; pointer-events: none; }

/* ============ HEADER ============ */
#header { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 1000; height: var(--header-h); display: flex; align-items: center; background: rgba(11,12,15,0.5); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.08); transition: background 0.3s ease, box-shadow 0.3s ease; }
#header.scrolled { background: rgba(11,12,15,0.97); box-shadow: 0 6px 24px rgba(0,0,0,0.35); }
#header .container { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
body.admin-bar #header { top: 32px; }
@media (max-width: 782px) { body.admin-bar #header { top: 46px; } }
.logo-link { display: flex; align-items: center; }
.logo-link img { height: 46px; width: auto; }
.nav-desktop ul { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav-desktop li { list-style: none; }
.nav-desktop a { position: relative; color: #fff; text-decoration: none; font-weight: 600; font-size: 0.94rem; padding: 6px 0; }
.nav-desktop a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: var(--color-primary); transform: scaleX(0); transform-origin: left; transition: transform 0.28s ease; }
.nav-desktop a:hover::after,
.nav-desktop .current-menu-item > a::after,
.nav-desktop .current_page_item > a::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-cta { display: inline-flex; align-items: center; gap: 10px; background: var(--color-primary); color: #fff; text-decoration: none; font-weight: 700; padding: 11px 20px; border-radius: var(--radius-sm); font-size: 0.95rem; white-space: nowrap; transition: var(--transition); box-shadow: 0 4px 16px rgba(210,31,46,0.4); }
.header-cta:hover { background: var(--color-primary-dark); color: #fff; transform: translateY(-2px); }
.header-cta i, .header-cta svg { width: 18px; height: 18px; }
.header-wa { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; flex-shrink: 0; background: #25D366; color: #fff; border-radius: var(--radius-sm); transition: var(--transition); box-shadow: 0 4px 16px rgba(37,211,102,0.4); }
.header-wa:hover { background: #1EBE5B; color: #fff; transform: translateY(-2px); }
.header-wa .wa-svg { width: 21px; height: 21px; }
#hamburger { display: none; background: none; border: none; cursor: pointer; width: 46px; height: 46px; flex-direction: column; align-items: center; justify-content: center; gap: 6px; }
#hamburger span { display: block; width: 26px; height: 2.5px; background: #fff; border-radius: 2px; transition: var(--transition); }

/* Meniu mobil overlay */
#mobileMenu { position: fixed; inset: 0; z-index: 9999; background: rgba(5,6,8,0.97); display: flex; flex-direction: column; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.35s ease; }
#mobileMenu.open { opacity: 1; pointer-events: auto; }
#mobileMenu nav { display: flex; flex-direction: column; align-items: center; }
#mobileMenu ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; align-items: center; }
#mobileMenu a { color: #ffffff; text-decoration: none; font-family: var(--font-heading); font-size: 1.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; line-height: 60px; transition: color 0.2s; }
#mobileMenu a:hover, #mobileMenu .current-menu-item > a { color: var(--color-primary); }
#mobileMenu .menu-phone { margin-top: 28px; background: var(--color-primary); color: #fff; font-family: var(--font-body); font-size: 1.05rem; font-weight: 700; padding: 14px 30px; border-radius: var(--radius-sm); line-height: 1.4; text-transform: none; letter-spacing: 0; }
#menuClose { position: fixed; top: 20px; right: 20px; width: 44px; height: 44px; color: #ffffff; background: rgba(255,255,255,0.15); border-radius: 50%; border: none; font-size: 1.5rem; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 10000; }
#menuClose:hover { background: rgba(255,255,255,0.3); }
body.menu-locked { overflow: hidden; }

/* ============ HERO ============ */
.hero { width: 100%; min-height: 92vh; display: flex; align-items: center; background-size: cover; background-position: center; position: relative; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(5,6,8,0.9) 0%, rgba(5,6,8,0.68) 45%, rgba(11,12,15,0.25) 100%); }
.hero .container { position: relative; z-index: 1; padding-top: var(--header-h); padding-bottom: 60px; }
.hero__content { max-width: 680px; }
.hero__badge { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,0.09); border: 1px solid rgba(255,255,255,0.2); color: #fff; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 7px 16px; border-radius: 100px; margin-bottom: 22px; }
.hero__badge .dot { width: 9px; height: 9px; border-radius: 50%; background: #35D06A; animation: livePulse 1.8s ease-in-out infinite; }
@keyframes livePulse { 0%,100% { box-shadow: 0 0 0 0 rgba(53,208,106,0.55); } 55% { box-shadow: 0 0 0 8px rgba(53,208,106,0); } }
.hero h1 { color: #fff; margin-bottom: 20px; }
.hero h1 .red { color: var(--color-primary); }
.hero p { color: rgba(255,255,255,0.82); font-size: clamp(1.02rem, 1.4vw, 1.18rem); margin-bottom: 34px; }
.hero__btns { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }
.hero__btns .btn { font-size: 1.05rem; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 22px; color: rgba(255,255,255,0.85); font-size: 0.9rem; font-weight: 500; }
.hero__trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero__trust svg { width: 17px; height: 17px; color: var(--color-primary); }

/* ============ TRUST STRIP ============ */
.trust-strip { background: var(--color-primary); padding: 0; overflow: hidden; }
.trust-strip .container { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 30px; padding-top: 18px; padding-bottom: 18px; }
.trust-strip span { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-family: var(--font-heading); font-size: 1.12rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
.trust-strip svg { width: 19px; height: 19px; }

/* ============ SERVICES GRID ============ */
.services-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.svc-card { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--color-bg-dark-2); min-height: 320px; display: flex; align-items: flex-end; text-decoration: none; box-shadow: var(--shadow); transition: var(--transition); }
.svc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.svc-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.svc-card:hover img { transform: scale(1.05); }
.svc-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,12,15,0) 30%, rgba(11,12,15,0.92) 100%); }
.svc-card__body { position: relative; z-index: 1; padding: 26px; width: 100%; }
.svc-card__body h3 { color: #fff; margin-bottom: 6px; }
.svc-card__body p { color: rgba(255,255,255,0.75); font-size: 0.92rem; line-height: 1.55; }
.svc-card__go { position: absolute; top: 18px; right: 18px; z-index: 1; width: 42px; height: 42px; border-radius: 50%; background: var(--color-primary); display: flex; align-items: center; justify-content: center; color: #fff; opacity: 0; transform: translateY(-6px); transition: var(--transition); }
.svc-card:hover .svc-card__go { opacity: 1; transform: translateY(0); }
.svc-card__go svg { width: 19px; height: 19px; }
.svc-card--xl { grid-column: span 7; min-height: 430px; }
.svc-card--md { grid-column: span 5; }
.svc-card--sm { grid-column: span 4; }

/* ============ BENEFITS (landing) ============ */
.benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.benefit { background: #fff; border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow); border-top: 4px solid var(--color-primary); transition: var(--transition); }
.benefit:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.benefit .b-ico { width: 50px; height: 50px; border-radius: 13px; background: rgba(210,31,46,0.09); display: flex; align-items: center; justify-content: center; color: var(--color-primary); margin-bottom: 18px; }
.benefit .b-ico svg { width: 25px; height: 25px; }
.benefit h3 { margin-bottom: 8px; }
.benefit p { font-size: 0.93rem; }

/* ============ STEPS ============ */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step { position: relative; background: #fff; border-radius: var(--radius); padding: 34px 28px 30px; box-shadow: var(--shadow); border-top: 4px solid var(--color-primary); transition: var(--transition); }
.step:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.step .num { font-family: var(--font-heading); font-size: 3.6rem; font-weight: 800; color: var(--color-line); line-height: 1; margin-bottom: 12px; }
.step h3 { margin-bottom: 10px; }
.step p { font-size: 0.95rem; }
.step .step-ico { position: absolute; top: 30px; right: 26px; width: 46px; height: 46px; border-radius: 12px; background: rgba(210,31,46,0.09); display: flex; align-items: center; justify-content: center; color: var(--color-primary); }
.step .step-ico svg { width: 23px; height: 23px; }

/* ============ STATS ============ */
.stats-wrap { position: relative; background: var(--color-bg-dark); overflow: hidden; }
.stats-wrap .stats-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.16; }
.stats-wrap::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: var(--stripes); }
.stats-wrap .container { position: relative; z-index: 1; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.stat .val { font-family: var(--font-heading); font-weight: 800; font-size: clamp(2.6rem, 5vw, 4.2rem); color: #fff; line-height: 1; }
.stat .val em { font-style: normal; color: var(--color-primary); }
.stat .lbl { margin-top: 8px; color: var(--color-text-light); font-size: 0.9rem; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; }

/* ============ GALLERY ============ */
.g-row { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(240px, 26vw, 340px); gap: 18px; overflow-x: auto; padding-bottom: 14px; scroll-snap-type: x mandatory; }
.g-row::-webkit-scrollbar { height: 8px; }
.g-row::-webkit-scrollbar-track { background: var(--color-bg-alt); border-radius: 4px; }
.g-row::-webkit-scrollbar-thumb { background: var(--color-primary); border-radius: 4px; }
.g-item { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; cursor: pointer; scroll-snap-align: start; border: none; padding: 0; background: var(--color-bg-dark-2); }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s ease; }
.g-item:hover img { transform: scale(1.06); }
.g-item::after { content: ''; position: absolute; inset: 0; background: rgba(210,31,46,0); transition: var(--transition); }
.g-item:hover::after { background: rgba(210,31,46,0.22); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-grid .g-item { aspect-ratio: 4/3; }

/* Lightbox */
#lightbox { position: fixed; inset: 0; z-index: 10001; background: rgba(5,6,8,0.94); display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; padding: 4vw; }
#lightbox.open { opacity: 1; pointer-events: auto; }
#lightbox img { max-width: 100%; max-height: 88vh; width: auto; height: auto; border-radius: var(--radius-sm); box-shadow: 0 30px 80px rgba(0,0,0,0.6); }
.lb-btn { position: fixed; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: none; background: rgba(255,255,255,0.14); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: var(--transition); z-index: 10002; }
.lb-btn:hover { background: var(--color-primary); }
.lb-btn svg { width: 22px; height: 22px; }
#lbPrev { left: 18px; } #lbNext { right: 18px; }
#lbClose { position: fixed; top: 20px; right: 20px; transform: none; }

/* ============ TESTIMONIALS ============ */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi { background: #fff; border-radius: var(--radius); padding: 30px 28px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 16px; transition: var(--transition); }
.testi:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.testi .stars { display: flex; gap: 3px; color: #F5B301; }
.testi .stars svg { width: 17px; height: 17px; fill: currentColor; }
.testi p { font-size: 0.95rem; font-style: italic; color: var(--color-text); }
.testi .who { display: flex; align-items: center; gap: 13px; margin-top: auto; }
.testi .avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--color-secondary); color: #fff; font-family: var(--font-heading); font-weight: 700; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; }
.testi .who strong { display: block; font-size: 0.94rem; color: var(--color-secondary); }
.testi .who small { color: var(--color-text-light); font-size: 0.8rem; }

/* ============ FAQ ============ */
.faq { max-width: 820px; }
.faq details { background: #fff; border-radius: var(--radius-sm); box-shadow: var(--shadow); margin-bottom: 12px; overflow: hidden; }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 22px; font-weight: 600; color: var(--color-secondary); font-size: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-family: var(--font-heading); font-size: 1.6rem; font-weight: 700; color: var(--color-primary); line-height: 1; transition: transform 0.25s ease; flex-shrink: 0; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 22px 20px; font-size: 0.95rem; }

/* ============ CTA BAND ============ */
.cta-band { background: linear-gradient(115deg, var(--color-primary) 0%, var(--color-primary-dark) 100%); position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; right: -60px; top: -60px; width: 340px; height: 340px; background: var(--stripes); opacity: 0.16; transform: rotate(8deg); border-radius: 40px; }
.cta-band .container { position: relative; z-index: 1; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 30px; }
.cta-band h2 { color: #fff; max-width: 560px; }
.cta-band p { color: rgba(255,255,255,0.85); margin-top: 10px; }
.cta-band .phone-big { font-family: var(--font-heading); font-weight: 800; font-size: clamp(2rem, 4vw, 3.2rem); color: #fff; text-decoration: none; display: inline-flex; align-items: center; gap: 14px; line-height: 1; }
.cta-band .phone-big svg { width: 34px; height: 34px; }
.cta-band .phone-big:hover { text-decoration: underline; }
.cta-band .right { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }

/* ============ PAGE BANNER ============ */
.page-banner { width: 100%; min-height: 46vh; display: flex; align-items: flex-end; position: relative; background-size: cover; background-position: center; }
.page-banner::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,6,8,0.72) 0%, rgba(5,6,8,0.45) 45%, rgba(5,6,8,0.86) 100%); }
.page-banner .container { position: relative; z-index: 1; padding-top: calc(var(--header-h) + 40px); padding-bottom: 48px; }
.page-banner h1 { color: #fff; font-size: clamp(2.4rem, 5.5vw, 4.2rem); }
.page-banner .crumb { color: rgba(255,255,255,0.7); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 10px; display: block; }
.page-banner .crumb b { color: var(--color-primary); }

/* ============ SERVICE SPLITS ============ */
.svc-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 70px); align-items: center; padding: clamp(36px, 5vw, 60px) 0; border-bottom: 1px solid var(--color-line); }
.svc-split:last-of-type { border-bottom: none; }
.svc-split__img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-hover); aspect-ratio: 4/3; position: relative; }
.svc-split__img img { width: 100%; height: 100%; object-fit: cover; }
.svc-split__img .tag { position: absolute; top: 18px; left: 18px; background: var(--color-primary); color: #fff; font-family: var(--font-heading); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.95rem; padding: 7px 16px; border-radius: 7px; }
.svc-split.rev .svc-split__img { order: 2; }
.svc-split h2 { margin-bottom: 16px; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.svc-split ul { list-style: none; margin: 18px 0 26px; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.svc-split li { display: flex; align-items: flex-start; gap: 11px; font-size: 0.97rem; }
.svc-split li svg { width: 19px; height: 19px; color: var(--color-primary); flex-shrink: 0; margin-top: 4px; }

/* ============ ABOUT ============ */
.about-split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.about-split__img { position: relative; }
.about-split__img .main { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-hover); aspect-ratio: 4/3; }
.about-split__img .main img { width: 100%; height: 100%; object-fit: cover; }
.about-split__img .chip { position: absolute; bottom: -22px; right: -10px; background: var(--color-secondary); color: #fff; border-radius: var(--radius); padding: 20px 26px; box-shadow: var(--shadow-hover); text-align: center; }
.about-split__img .chip .n { font-family: var(--font-heading); font-weight: 800; font-size: 2.2rem; color: var(--color-primary); line-height: 1; }
.about-split__img .chip .t { font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.75); margin-top: 4px; }
.about-split p + p { margin-top: 16px; }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value { background: var(--color-bg-dark-2); border-radius: var(--radius); padding: 32px 28px; border-left: 4px solid var(--color-primary); transition: var(--transition); }
.value:hover { transform: translateY(-5px); background: #1A1D24; }
.value .v-ico { width: 52px; height: 52px; border-radius: 13px; background: rgba(210,31,46,0.14); color: var(--color-primary); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.value .v-ico svg { width: 26px; height: 26px; }
.value h3 { color: #fff; margin-bottom: 10px; }
.value p { font-size: 0.93rem; color: var(--color-text-light); }

/* ============ CONTACT ============ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(30px, 4vw, 60px); align-items: start; }
.c-cards { display: flex; flex-direction: column; gap: 16px; }
.c-card { display: flex; gap: 18px; align-items: flex-start; background: #fff; border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--shadow); transition: var(--transition); }
.c-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.c-card .c-ico { width: 48px; height: 48px; flex-shrink: 0; border-radius: 12px; background: rgba(210,31,46,0.1); color: var(--color-primary); display: flex; align-items: center; justify-content: center; }
.c-card .c-ico svg { width: 23px; height: 23px; }
.c-card h3 { font-size: 1.05rem; margin-bottom: 3px; }
.c-card a { color: var(--color-text); text-decoration: none; font-weight: 600; }
.c-card a:hover { color: var(--color-primary); }
.c-card p, .c-card a { font-size: 0.95rem; line-height: 1.5; }
.c-card .big-tel { font-family: var(--font-heading); font-size: 1.7rem; font-weight: 800; color: var(--color-secondary); }
.socials { display: flex; gap: 12px; margin-top: 6px; }
.socials a { width: 46px; height: 46px; border-radius: 12px; background: var(--color-secondary); color: #fff; display: flex; align-items: center; justify-content: center; transition: var(--transition); }
.socials a:hover { background: var(--color-primary); transform: translateY(-3px); }
.socials svg { width: 21px; height: 21px; }

.form-card { background: #fff; border-radius: var(--radius-lg); padding: clamp(26px, 4vw, 44px); box-shadow: var(--shadow-hover); }
.form-card h3 { margin-bottom: 6px; }
.form-card .form-sub { font-size: 0.92rem; color: var(--color-text-light); margin-bottom: 26px; }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.f-group { margin-bottom: 16px; }
.f-group label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--color-secondary); margin-bottom: 7px; }
.f-group input, .f-group textarea { border: 1.5px solid #e2e8f0; border-radius: var(--radius-sm); padding: 12px 16px; font-family: var(--font-body); font-size: 1rem; width: 100%; outline: none; transition: border-color 0.2s, box-shadow 0.2s; background: #fff; color: var(--color-text); }
.f-group input:focus, .f-group textarea:focus { border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(210,31,46,0.12); }
.f-group textarea { min-height: 120px; resize: vertical; }
.f-group .err { display: none; color: var(--color-primary); font-size: 0.8rem; margin-top: 5px; font-weight: 500; }
.f-group.invalid input, .f-group.invalid textarea { border-color: var(--color-primary); }
.f-group.invalid .err { display: block; }
.tel-wrap { position: relative; }
.tel-prefix { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); font-weight: 600; color: var(--color-text-light); pointer-events: none; font-size: 1rem; line-height: 1; }
.tel-wrap input { padding-left: 56px; }
#formOk { display: none; margin-top: 18px; background: rgba(53,208,106,0.1); border: 1.5px solid #35D06A; color: #1E7A44; border-radius: var(--radius-sm); padding: 14px 18px; font-size: 0.94rem; font-weight: 500; }
#formOk.show { display: block; }
#formErr { display: none; margin-top: 18px; background: rgba(210,31,46,0.08); border: 1.5px solid var(--color-primary); color: var(--color-primary-dark); border-radius: var(--radius-sm); padding: 14px 18px; font-size: 0.94rem; font-weight: 500; }
#formErr.show { display: block; }
.map-wrap { margin-top: clamp(40px, 6vw, 70px); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); line-height: 0; }
.map-wrap iframe { width: 100%; height: 420px; border: 0; filter: grayscale(0.35) contrast(1.03); }

/* ============ LEGAL ============ */
.legal-body { max-width: 820px; }
.legal-body h2 { font-size: 1.5rem; margin: 34px 0 12px; }
.legal-body p, .legal-body li { font-size: 0.96rem; }
.legal-body ul { margin: 10px 0 10px; list-style: disc; padding-left: 22px; }
.legal-body ul li { margin-bottom: 6px; }
.legal-updated { font-size: 0.85rem; color: var(--color-text-light); margin-bottom: 8px; }

/* ============ FOOTER ============ */
footer { background: var(--color-bg-dark); color: rgba(255,255,255,0.8); position: relative; }
footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 8px; background: var(--stripes); }
.footer-main { display: grid; grid-template-columns: 1.3fr 0.8fr 1fr; gap: clamp(30px, 5vw, 70px); padding: clamp(56px, 7vw, 80px) 0 44px; }
.footer-main img.f-logo { height: 56px; width: auto; margin-bottom: 18px; }
.footer-main p { font-size: 0.92rem; color: var(--color-text-light); }
.footer-main h4 { color: #fff; font-size: 1.15rem; margin-bottom: 18px; letter-spacing: 0.06em; }
.footer-main ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-main ul a { color: var(--color-text-light); text-decoration: none; font-size: 0.93rem; transition: color 0.2s; }
.footer-main ul a:hover { color: #fff; }
.f-contact li { display: flex; gap: 11px; align-items: flex-start; color: var(--color-text-light); font-size: 0.93rem; }
.f-contact svg { width: 17px; height: 17px; color: var(--color-primary); flex-shrink: 0; margin-top: 4px; }
.f-contact a { font-weight: 600; color: #fff !important; }
.anpc { display: flex; flex-wrap: wrap; gap: 14px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,0.08); }
.anpc img { height: 44px; width: auto; border-radius: 6px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; font-size: 0.84rem; color: var(--color-text-light); }
.footer-bottom .legal-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-bottom a { color: var(--color-text-light); text-decoration: none; }
.footer-bottom a:hover { color: #fff; }

/* ============ FLOATING ============ */
#cookieBar { position: fixed; left: 20px; bottom: 20px; z-index: 9000; max-width: 420px; background: #fff; border-radius: var(--radius); box-shadow: 0 16px 50px rgba(0,0,0,0.28); padding: 24px; transform: translateY(140%); transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1); }
#cookieBar.show { transform: translateY(0); }
#cookieBar p { font-size: 0.88rem; margin-bottom: 16px; }
#cookieBar .row { display: flex; align-items: center; gap: 18px; }
#cookieBar .btn { min-height: 44px; padding: 10px 24px; font-size: 0.92rem; }
#cookieBar a.cookie-link { font-size: 0.88rem; color: var(--color-text); font-weight: 600; }
#backTop { position: fixed; right: 20px; bottom: 20px; z-index: 8900; width: 48px; height: 48px; border-radius: 50%; background: var(--color-primary); color: #fff; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s ease, transform 0.3s ease; box-shadow: 0 8px 24px rgba(210,31,46,0.4); }
#backTop.show { opacity: 1; pointer-events: auto; }
#backTop:hover { transform: translateY(-3px); }
#backTop svg { width: 22px; height: 22px; }
#waFloat { position: fixed; right: 18px; bottom: 82px; z-index: 8950; width: 52px; height: 52px; border-radius: 50%; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 28px rgba(37,211,102,0.45); animation: waPulse 2.5s ease-in-out infinite; transition: var(--transition); }
#waFloat:hover { background: #1EBE5B; animation-play-state: paused; }
#waFloat .wa-svg { width: 27px; height: 27px; }
@keyframes waPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.08); } }
#mobileBar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 8800; box-shadow: 0 -6px 24px rgba(0,0,0,0.25); transform: translateY(110%); transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1); }
#mobileBar.show { transform: translateY(0); }
#mobileBar a { flex: 1; display: flex; align-items: center; justify-content: center; gap: 9px; color: #fff; text-decoration: none; font-weight: 700; font-size: 0.98rem; padding: 15px 12px calc(15px + env(safe-area-inset-bottom)); }
#mobileBar .mb-call { background: var(--color-primary); }
#mobileBar .mb-wa { background: #25D366; }
#mobileBar svg { width: 19px; height: 19px; flex-shrink: 0; }

/* ============ REVEAL ============ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1); }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(6, 1fr); }
  .svc-card--xl { grid-column: span 6; min-height: 360px; }
  .svc-card--md { grid-column: span 3; }
  .svc-card--sm { grid-column: span 3; }
  .benefits { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 40px 20px; }
  .testi-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .about-split { grid-template-columns: 1fr; }
  .about-split__img .chip { bottom: -18px; right: 12px; }
}
@media (max-width: 860px) {
  .nav-desktop { display: none; }
  .header-actions { display: none; }
  #hamburger { display: flex; }
  .svc-split { grid-template-columns: 1fr; }
  .svc-split.rev .svc-split__img { order: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; }
}
@media (max-width: 640px) {
  .section-full { padding: clamp(48px, 8vw, 96px) 0; }
  .container { padding: 0 clamp(18px, 5vw, 64px); }
  .hero { min-height: 0; }
  .hero .container { padding-top: calc(var(--header-h) + 34px); padding-bottom: 30px; }
  .hero__badge { font-size: 0.68rem; padding: 5px 12px; margin-bottom: 14px; }
  .hero h1 { font-size: 2.3rem; margin-bottom: 12px; }
  .hero p { font-size: 0.95rem; line-height: 1.6; margin-bottom: 22px; }
  .hero__btns { flex-direction: column; align-items: stretch; gap: 10px; margin-bottom: 24px; }
  .hero__btns .btn { width: 100%; min-height: 46px; padding: 11px 20px; font-size: 0.98rem; }
  .hero__trust { gap: 8px 18px; font-size: 0.83rem; }
  .page-banner { min-height: 32vh; }
  .page-banner .container { padding-bottom: 30px; }
  .trust-strip .container { padding-top: 13px; padding-bottom: 13px; gap: 6px 22px; justify-content: flex-start; }
  .trust-strip span { font-size: 0.98rem; }
  .services-grid { grid-template-columns: 1fr; }
  .svc-card--xl, .svc-card--md, .svc-card--sm { grid-column: span 1; min-height: 300px; }
  .benefits { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .f-row { grid-template-columns: 1fr; }
  .cta-band .container { flex-direction: column; align-items: flex-start; }
  #mobileBar { display: flex; }
  #waFloat { display: none; }
  #backTop { bottom: 86px; }
  #cookieBar { left: 12px; right: 12px; max-width: none; bottom: 76px; }
  body { padding-bottom: 58px; }
}
