/* ============================================================
   Fix-Man · Stil v5 — Awwwards-tier
   Roșu / Negru / Alb · Archivo + Manrope
   Nav island plutitor · double-bezel · motion cu spring physics
   ============================================================ */
:root {
  --red: #d61f2c;
  --red-2: #ef2937;
  --red-dark: #9c111c;
  --red-soft: #fdeaec;
  --black: #0a0a0c;
  --ink: #131418;
  --charcoal: #17181d;
  --gray-800: #23242b;
  --gray-700: #33353d;
  --gray-600: #565963;
  --gray-400: #989ea9;
  --gray-300: #c6cad2;
  --gray-200: #e7e9ed;
  --gray-100: #f5f6f8;
  --paper: #fafafb;
  --white: #ffffff;

  --hairline: rgba(16, 18, 24, .09);
  --hairline-w: rgba(255, 255, 255, .11);

  --r-outer: 0px;
  --r-inner: 0px;
  --radius-sm: 0px;

  --shadow-soft: 0 30px 80px -20px rgba(10, 10, 12, .25);
  --shadow-amb: 0 2px 20px rgba(10, 10, 12, .06), 0 24px 70px -30px rgba(10, 10, 12, .18);
  --shadow-red: 0 18px 50px -12px rgba(214, 31, 44, .45);

  --maxw: 1240px;
  --ease: cubic-bezier(.32, .72, 0, 1);
  --ease-exp: cubic-bezier(.19, 1, .22, 1);
  --display: "Poppins", system-ui, sans-serif;
  --font: "Rubik", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html.lenis { height: auto; scroll-behavior: auto; }
html.svc-scroll { scroll-behavior: auto; }
/* overflow-x:hidden pe html/body ANULEAZĂ position:sticky (bug CSS) —
   folosim clip ca să blocăm scroll-ul orizontal fără să stricăm journey-ul */
html.svc-scroll,
html.svc-scroll body { overflow-x: clip; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body { font-family: var(--font); color: var(--ink); background: var(--white); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: clip; }
body.locked { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
::selection { background: var(--red); color: #fff; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(18px, 4vw, 28px); }
.section { padding: clamp(96px, 12vw, 150px) 0; position: relative; }
.section--dark { background: var(--black); color: #fff; }
.section--paper { background: var(--paper); }
.section--tight { padding: clamp(72px, 9vw, 110px) 0; }

/* ============================================================
   PRELOADER
   ============================================================ */
.loader { position: fixed; inset: 0; z-index: 999; background: var(--black); display: grid; place-items: center; transition: transform .9s var(--ease-exp), visibility 0s .9s; }
.loader.done { transform: translateY(-101%); visibility: hidden; }
.loader__inner { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.loader__mark { animation: loaderFloat 1.6s var(--ease) infinite alternate; }
@keyframes loaderFloat { from { transform: translateY(0) rotate(-8deg); } to { transform: translateY(-8px) rotate(0); } }
.loader__word { font-family: var(--display); font-weight: 800; font-size: 30px; color: #fff; letter-spacing: -.03em; }
.loader__word b { color: var(--red-2); }
.loader__bar { width: 220px; height: 3px; border-radius: 3px; background: rgba(255,255,255,.1); overflow: hidden; }
.loader__bar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--red), var(--red-2)); border-radius: 3px; }
.loader__count { font-size: 12px; font-weight: 800; letter-spacing: .2em; color: var(--gray-400); }

/* ============================================================
   PROGRES SCROLL
   ============================================================ */
.progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 130; pointer-events: none; }
.progress i { display: block; height: 100%; background: linear-gradient(90deg, var(--red), var(--red-2)); transform-origin: 0 50%; transform: scaleX(0); }

/* ============================================================
   CURSOR CUSTOM (doar pointer fin + desktop)
   ============================================================ */
.cursor-dot, .cursor-ring { position: fixed; top: 0; left: 0; pointer-events: none; z-index: 220; border-radius: 50%; opacity: 0; }
@media (pointer: fine) and (min-width: 1025px) {
  html.cur, html.cur * { cursor: none !important; }
  .cursor-dot { width: 7px; height: 7px; background: var(--red-2); margin: -3.5px 0 0 -3.5px; }
  .cursor-ring { width: 38px; height: 38px; margin: -19px 0 0 -19px; border: 1.5px solid rgba(214,31,44,.8); transition: width .35s var(--ease), height .35s var(--ease), margin .35s var(--ease), background .3s, border-color .3s; }
  .cursor-ring.hot { width: 62px; height: 62px; margin: -31px 0 0 -31px; background: rgba(214,31,44,.1); border-color: rgba(214,31,44,.35); }
}

/* ============================================================
   TIPOGRAFIE
   ============================================================ */
h1, h2, h3, h4 { font-family: var(--display); line-height: 1.04; letter-spacing: -.025em; font-weight: 800; }
.h2 { font-size: clamp(30px, 4.6vw, 58px); }
.kicker { display: flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; color: var(--red); margin-bottom: 22px; font-family: var(--font); }
.kicker__no { font-family: var(--display); color: var(--gray-400); letter-spacing: 0; font-size: 13px; }
.kicker::after { content: ""; flex: 0 0 44px; height: 1px; background: currentColor; opacity: .45; }
.center .kicker { justify-content: center; }
.center .kicker::before { content: ""; flex: 0 0 44px; height: 1px; background: currentColor; opacity: .45; }
.lead { font-size: clamp(16px, 1.35vw, 19px); color: var(--gray-600); max-width: 660px; font-weight: 500; }
.section--dark .lead { color: var(--gray-400); }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }
.sec-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: end; margin-bottom: 64px; }
.sec-head .lead { justify-self: end; }
@media (max-width: 900px) { .sec-head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 44px; } .sec-head .lead { justify-self: start; } }

/* ============================================================
   BUTOANE — pill + iconiță circulară imbricată
   ============================================================ */
.btn {
  position: relative; display: inline-flex; align-items: center; gap: 16px;
  padding: 7px 7px 7px 28px; border: 0; border-radius: 999px; cursor: pointer;
  font-family: var(--font); font-weight: 800; font-size: 13px;
  letter-spacing: .09em; text-transform: uppercase; white-space: nowrap;
  transition: transform .5s var(--ease), background .3s, box-shadow .5s var(--ease), color .3s;
  will-change: transform;
}
.btn:active { transform: scale(.965); }
.btn__label { padding: 11px 0; }
.btn__ic {
  display: grid; place-items: center; width: 44px; height: 44px; flex: none; border-radius: 50%;
  transition: transform .5s var(--ease), background .3s, color .3s;
}
.btn__ic svg { width: 17px; height: 17px; }
.btn:hover .btn__ic { transform: translate(2px, -2px) scale(1.07) rotate(-45deg); }

.btn--primary { background: var(--red); color: #fff; box-shadow: var(--shadow-red); }
.btn--primary .btn__ic { background: rgba(0, 0, 0, .3); color: #fff; }
.btn--primary:hover { background: var(--red-dark); box-shadow: 0 22px 60px -12px rgba(214,31,44,.55); }

.btn--white { background: #fff; color: var(--ink); box-shadow: var(--shadow-amb); }
.btn--white .btn__ic { background: var(--ink); color: #fff; }
.btn--white:hover { background: var(--gray-100); }

.btn--line { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--hairline); }
.btn--line .btn__ic { box-shadow: inset 0 0 0 1.5px var(--hairline); color: var(--red); }
.btn--line:hover { box-shadow: inset 0 0 0 1.5px var(--ink); }
.on-dark.btn--line { color: #fff; box-shadow: inset 0 0 0 1.5px var(--hairline-w); }
.on-dark.btn--line .btn__ic { box-shadow: inset 0 0 0 1.5px var(--hairline-w); color: var(--red-2); }
.on-dark.btn--line:hover { box-shadow: inset 0 0 0 1.5px #fff; }

.btn--tel { text-transform: none; letter-spacing: 0; padding: 7px 18px 7px 7px; background: transparent; }
.btn--tel .btn__ic { background: var(--red); color: #fff; animation: telpulse 2.4s infinite; }
.btn--tel:hover .btn__ic { transform: translate(0, -2px) scale(1.06); }
.btn--tel .btn__num { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.15; text-align: left; }
.btn--tel .btn__num small { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gray-600); }
.btn--tel .btn__num b { font-family: var(--display); font-size: 21px; font-weight: 800; letter-spacing: -.01em; color: inherit; }
.on-dark.btn--tel .btn__num small { color: var(--gray-400); }
@keyframes telpulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(214,31,44,.4); } 55% { box-shadow: 0 0 0 14px rgba(214,31,44,0); } }

.btn--lg { font-size: 14px; padding-left: 32px; gap: 18px; }
.btn--lg .btn__ic { width: 50px; height: 50px; }
.btn--nav { font-size: 12px; padding-left: 22px; gap: 12px; box-shadow: none; }
.btn--nav .btn__ic { width: 38px; height: 38px; }
.btn-row { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }

/* ============================================================
   DOUBLE-BEZEL (carcasă + miez concentric)
   ============================================================ */
.bezel { padding: 9px; border-radius: var(--r-outer); background: rgba(16,18,24,.045); box-shadow: inset 0 0 0 1px var(--hairline), var(--shadow-amb); }
.bezel--dark { background: rgba(255,255,255,.05); box-shadow: inset 0 0 0 1px var(--hairline-w), var(--shadow-soft); }
.bezel > .media, .bezel > .ph { border-radius: var(--r-inner); }

/* ---- Media reveal v6: CORTINĂ roșie + zoom-rotire ---- */
.media { position: relative; overflow: hidden; border-radius: var(--r-inner); }
.media img { width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.28) rotate(2.2deg); filter: saturate(1.04) contrast(1.04);
  transition: transform 1.4s var(--ease-exp), filter .5s;
}
.media.in img { transform: scale(1) rotate(0); }
.media::before { /* cortina */
  content: ""; position: absolute; inset: -1px; z-index: 3; pointer-events: none;
  background: linear-gradient(115deg, var(--red) 0%, var(--red-dark) 55%, #0a0a0c 100%);
  transform: scaleY(1); transform-origin: top;
  transition: transform .95s var(--ease-exp) .08s;
}
.media.in::before { transform: scaleY(0); transform-origin: bottom; }
.media::after { /* spotlight care urmărește cursorul + shine sweep */
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: 0;
  background:
    radial-gradient(260px circle at var(--mx, 50%) var(--my, 50%), rgba(255,255,255,.28), transparent 62%),
    linear-gradient(65deg, transparent 42%, rgba(255,255,255,.22) 50%, transparent 58%);
  background-size: 100% 100%, 260% 100%;
  background-position: 0 0, 120% 0;
  mix-blend-mode: overlay;
  transition: opacity .35s;
}
.media:hover::after { opacity: 1; animation: shineSweep 1s var(--ease-exp) 1; }
@keyframes shineSweep { from { background-position: 0 0, 130% 0; } to { background-position: 0 0, -30% 0; } }
.tone img { filter: saturate(1.06) contrast(1.06) brightness(1.02); }

/* ============================================================
   UTILITY BAR (statică)
   ============================================================ */
.utility { background: var(--black); color: var(--gray-400); font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.06); position: relative; z-index: 20; }
.utility__row { display: flex; align-items: center; justify-content: space-between; height: 44px; gap: 20px; }
.utility strong { color: #fff; font-weight: 700; }
.utility .dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #26c465; box-shadow: 0 0 0 4px rgba(38,196,101,.16); margin-right: 8px; }
.utility__right { display: flex; gap: 26px; }
.utility a:hover { color: #fff; }
@media (max-width: 760px) { .utility__right span { display: none; } }

/* ============================================================
   NAV ISLAND (pastilă plutitoare)
   ============================================================ */
.navbar {
  position: fixed; top: 58px; left: 50%; transform: translateX(-50%); z-index: 110;
  width: min(1240px, calc(100% - 24px));
  display: flex; align-items: center; justify-content: space-between; gap: 22px;
  padding: 9px 9px 9px 22px; border-radius: 999px;
  background: rgba(12, 12, 15, .55);
  backdrop-filter: blur(20px) saturate(170%); -webkit-backdrop-filter: blur(20px) saturate(170%);
  border: 1px solid var(--hairline-w);
  transition: top .6s var(--ease), background .4s, box-shadow .6s var(--ease);
}
.navbar.scrolled { top: 12px; background: rgba(12,12,15,.78); box-shadow: var(--shadow-soft); }
.logo { display: flex; align-items: center; gap: 11px; font-family: var(--display); font-weight: 800; font-size: 21px; letter-spacing: -.03em; color: #fff; white-space: nowrap; }
.logo__mark { width: 40px; height: 40px; border-radius: 12px; background: var(--red); display: grid; place-items: center; color: #fff; box-shadow: var(--shadow-red); transition: transform .5s var(--ease); }
.logo:hover .logo__mark { transform: rotate(-10deg) scale(1.05); }
.logo__mark svg { width: 21px; height: 21px; }
.logo b { color: var(--red-2); }
.navbar__links { display: flex; align-items: center; gap: 30px; }
.navbar__links a { position: relative; font-weight: 700; font-size: 14px; color: rgba(255,255,255,.78); transition: color .25s; }
.navbar__links a::after { content: ""; position: absolute; left: 50%; bottom: -6px; width: 4px; height: 4px; border-radius: 50%; background: var(--red-2); transform: translateX(-50%) scale(0); transition: transform .4s var(--ease); }
.navbar__links a:hover { color: #fff; }
.navbar__links a:hover::after { transform: translateX(-50%) scale(1); }
.navbar__right { display: flex; align-items: center; gap: 10px; }

/* hamburger morph */
.menu-toggle { display: none; position: relative; width: 46px; height: 46px; border: 1px solid var(--hairline-w); border-radius: 50%; background: rgba(255,255,255,.05); cursor: pointer; }
.menu-toggle span { position: absolute; left: 50%; top: 50%; width: 18px; height: 2px; background: #fff; border-radius: 2px; transition: transform .45s var(--ease); }
.menu-toggle span:nth-child(1) { transform: translate(-50%, calc(-50% - 3.5px)); }
.menu-toggle span:nth-child(2) { transform: translate(-50%, calc(-50% + 3.5px)); }
.menu-toggle.open span:nth-child(1) { transform: translate(-50%, -50%) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { transform: translate(-50%, -50%) rotate(-45deg); }

/* ============================================================
   MENIU OVERLAY (ecran complet)
   ============================================================ */
.menu {
  position: fixed; inset: 0; z-index: 105; display: flex; flex-direction: column; justify-content: center;
  padding: 110px clamp(24px, 8vw, 80px) 48px;
  background: rgba(8, 8, 10, .9); backdrop-filter: blur(26px); -webkit-backdrop-filter: blur(26px);
  opacity: 0; visibility: hidden; transition: opacity .5s var(--ease), visibility 0s .5s;
}
.menu.open { opacity: 1; visibility: visible; transition: opacity .5s var(--ease); }
.menu__links { display: flex; flex-direction: column; gap: 4px; }
.menu__links a {
  display: flex; align-items: baseline; gap: 18px; padding: 10px 0;
  font-family: var(--display); font-weight: 800; font-size: clamp(32px, 8vw, 58px); letter-spacing: -.03em; color: #fff;
  opacity: 0; transform: translateY(38px); transition: opacity .6s var(--ease), transform .6s var(--ease), color .3s;
}
.menu__links a em { font-style: normal; font-family: var(--font); font-size: 13px; font-weight: 800; color: var(--red-2); letter-spacing: .1em; }
.menu__links a:hover { color: var(--red-2); }
.menu.open .menu__links a { opacity: 1; transform: none; }
.menu.open .menu__links a:nth-child(1) { transition-delay: .08s; }
.menu.open .menu__links a:nth-child(2) { transition-delay: .14s; }
.menu.open .menu__links a:nth-child(3) { transition-delay: .2s; }
.menu.open .menu__links a:nth-child(4) { transition-delay: .26s; }
.menu.open .menu__links a:nth-child(5) { transition-delay: .32s; }
.menu.open .menu__links a:nth-child(6) { transition-delay: .38s; }
.menu__foot { margin-top: auto; padding-top: 30px; border-top: 1px solid var(--hairline-w); display: flex; flex-wrap: wrap; gap: 10px 30px; align-items: center; color: var(--gray-400); font-size: 13.5px; font-weight: 600; opacity: 0; transition: opacity .6s var(--ease) .4s; }
.menu.open .menu__foot { opacity: 1; }
.menu__tel { font-family: var(--display); font-size: 24px; font-weight: 800; color: #fff; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; color: #fff; background: var(--black); overflow: hidden; padding: 165px 0 70px; }
#hero-canvas { position: absolute; inset: 0; z-index: 2; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    radial-gradient(1000px 640px at 84% 10%, rgba(214,31,44,.1), transparent 60%),
    linear-gradient(92deg, rgba(10,10,12,.86) 6%, rgba(10,10,12,.48) 48%, rgba(10,10,12,.08) 100%),
    linear-gradient(180deg, rgba(10,10,12,.3), transparent 26%, transparent 68%, rgba(10,10,12,.6) 98%);
}
.hero__orb { position: absolute; border-radius: 50%; pointer-events: none; z-index: 2; }
.hero__orb--1 { width: 560px; height: 560px; right: -140px; top: -160px; background: radial-gradient(circle, rgba(214,31,44,.3), transparent 65%); }
.hero__orb--2 { width: 420px; height: 420px; left: -160px; bottom: -120px; background: radial-gradient(circle, rgba(214,31,44,.14), transparent 65%); }
.hero__orb--3 { width: 480px; height: 480px; right: -140px; top: -140px; background: radial-gradient(circle, rgba(214,31,44,.16), transparent 65%); z-index: 0; }
.hero__inner { position: relative; z-index: 3; width: 100%; }
.hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; }
.hero__tags { display: inline-flex; gap: 10px; align-items: center; font-weight: 800; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gray-300); margin-bottom: 28px; padding: 10px 18px; border: 1px solid var(--hairline-w); border-radius: 999px; background: rgba(255,255,255,.04); backdrop-filter: blur(8px); }
.hero__tags .sep { width: 5px; height: 5px; border-radius: 50%; background: var(--red-2); }
.hero h1 { font-size: clamp(38px, 5.9vw, 80px); font-weight: 800; letter-spacing: -.035em; }
.hero h1 .line { display: block; overflow: hidden; padding-bottom: .15em; margin-bottom: -.15em; }
.hero h1 .line > span { display: inline-block; }
.hero h1 .w { display: inline-block; white-space: pre; }
.hero h1 em { font-style: normal; color: var(--red-2); }
.hero__sub { margin: 30px 0 40px; font-size: clamp(16px, 1.4vw, 19px); color: var(--gray-300); max-width: 530px; font-weight: 500; }
.hero__sub strong { color: #fff; }
.hero__proof { display: flex; align-items: center; gap: 16px; margin-top: 46px; color: var(--gray-300); font-size: 14px; font-weight: 600; }
.hero__proof .stars { color: #ffb01f; letter-spacing: 2px; font-size: 15px; }
.hero__proof .rule { width: 1px; height: 26px; background: var(--hairline-w); }

.hero__visual { position: relative; display: flex; justify-content: flex-end; align-items: center; }
.hero__card {
  position: relative; width: min(360px, 100%); z-index: 4;
  background: rgba(14, 14, 18, .82); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--hairline-w); border-radius: 20px; padding: 20px; box-shadow: var(--shadow-soft);
}
.hero__card h4 { font-family: var(--font); font-size: 11px; color: var(--gray-400); text-transform: uppercase; letter-spacing: .16em; margin-bottom: 14px; font-weight: 800; display: flex; align-items: center; justify-content: space-between; }
.hero__card h4 .live { color: var(--red-2); display: inline-flex; align-items: center; gap: 6px; }
.hero__card h4 .live::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--red-2); animation: telpulse 2s infinite; }
.hero__ticket { display: flex; gap: 12px; align-items: flex-start; padding: 12px; border-radius: 13px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.05); margin-bottom: 9px; transition: transform .5s var(--ease), border-color .3s; }
.hero__ticket:hover { transform: translateX(4px); border-color: rgba(214,31,44,.4); }
.hero__ticket:last-child { margin-bottom: 0; }
.hero__dot { width: 9px; height: 9px; border-radius: 50%; margin-top: 6px; flex: none; }
.dot--red { background: var(--red-2); }
.dot--green { background: #26c465; }
.dot--amber { background: #f5a20b; }
.hero__ticket b { display: block; font-size: 13.5px; font-family: var(--font); }
.hero__ticket small { color: var(--gray-400); font-size: 12px; }

.scrolldown { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--gray-400); font-size: 10px; letter-spacing: .24em; text-transform: uppercase; }
.scrolldown .mouse { width: 24px; height: 38px; border: 1.5px solid rgba(255,255,255,.35); border-radius: 14px; position: relative; }
.scrolldown .mouse::before { content: ""; position: absolute; left: 50%; top: 7px; width: 3px; height: 7px; border-radius: 3px; background: var(--red-2); transform: translateX(-50%); animation: wheel 1.8s var(--ease) infinite; }
@keyframes wheel { 0% { opacity: 0; top: 7px; } 40% { opacity: 1; } 80% { opacity: 0; top: 19px; } }

/* ============================================================
   BENEFICII STRIP
   ============================================================ */
.benefits { background: var(--white); border-bottom: 1px solid var(--hairline); }
.benefits__row { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit { display: flex; align-items: center; gap: 14px; padding: 34px 26px; border-left: 1px solid var(--hairline); transition: background .4s; }
.benefit:hover { background: var(--gray-100); }
.benefit:first-child { border-left: 0; }
.benefit svg { width: 26px; height: 26px; color: var(--red); flex: none; }
.benefit b { display: block; font-size: 15px; font-family: var(--display); letter-spacing: -.01em; }
.benefit small { color: var(--gray-600); font-size: 13px; font-weight: 600; }
@media (max-width: 900px) { .benefits__row { grid-template-columns: 1fr 1fr; } .benefit:nth-child(3) { border-left: 0; } }
@media (max-width: 560px) { .benefits__row { grid-template-columns: 1fr; } .benefit { border-left: 0; border-top: 1px solid var(--hairline); } }

/* ============================================================
   SERVICII
   ============================================================ */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; perspective: 1200px; }
.svc {
  background: #fff; border-radius: 22px; overflow: hidden; display: flex; flex-direction: column;
  box-shadow: inset 0 0 0 1px var(--hairline), var(--shadow-amb);
  transition: box-shadow .6s var(--ease);
  transform-style: preserve-3d;
}
.svc:hover { box-shadow: inset 0 0 0 1px transparent, var(--shadow-soft); }
.svc__media { aspect-ratio: 16/10; background: var(--gray-100); border-radius: 0; }
.svc:hover .svc__media img { transform: scale(1.06) rotate(0); filter: saturate(1.1); }
.svc__tag { position: absolute; top: 14px; left: 14px; background: rgba(10,10,12,.78); backdrop-filter: blur(6px); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; padding: 7px 12px; border-radius: 999px; z-index: 2; }
.svc__icon { position: absolute; right: 16px; bottom: -24px; width: 52px; height: 52px; border-radius: 50%; background: var(--red); color: #fff; display: grid; place-items: center; box-shadow: var(--shadow-red); transition: transform .5s var(--ease); z-index: 2; }
.svc:hover .svc__icon { transform: rotate(-12deg) scale(1.1); }
.svc__icon svg { width: 24px; height: 24px; }
.svc__body { padding: 36px 26px 26px; display: flex; flex-direction: column; flex: 1; }
.svc h3 { font-size: 20px; margin-bottom: 8px; }
.svc p { color: var(--gray-600); font-size: 14.5px; flex: 1; }
.svc__link { margin-top: 18px; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--red); display: inline-flex; align-items: center; gap: 8px; }
.svc__link svg { width: 14px; height: 14px; transition: transform .4s var(--ease); }
.svc:hover .svc__link svg { transform: translateX(5px); }
.svc-cta { margin-top: 56px; display: flex; justify-content: center; }

/* ============================================================
   DE CE FIX-MAN
   ============================================================ */
.why { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; perspective: 1400px; }
.why__media { position: relative; }
.why__media .ph { aspect-ratio: 4/4.4; overflow: hidden; position: relative; }
.why__badge { position: absolute; right: -26px; bottom: 40px; background: var(--red); color: #fff; border-radius: 20px; padding: 24px 28px; box-shadow: var(--shadow-red); text-align: center; z-index: 3; }
.why__badge b { display: block; font-family: var(--display); font-size: 40px; font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.why__badge span { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; opacity: .92; }
.why__list { margin: 36px 0 42px; display: grid; gap: 20px; }
.why__item { display: flex; gap: 16px; align-items: flex-start; }
.why__check { width: 30px; height: 30px; flex: none; border-radius: 50%; background: var(--red-soft); color: var(--red); display: grid; place-items: center; margin-top: 2px; transition: transform .5s var(--ease), background .3s, color .3s; }
.why__item:hover .why__check { background: var(--red); color: #fff; transform: rotate(-10deg) scale(1.1); }
.why__check svg { width: 14px; height: 14px; }
.why__item b { display: block; font-size: 16.5px; font-family: var(--display); letter-spacing: -.01em; }
.why__item p { color: var(--gray-600); font-size: 14.5px; }

/* ============================================================
   STATS BAND + cuvânt în mișcare
   ============================================================ */
.stats-sec { position: relative; overflow: hidden; }
.band-word {
  position: absolute; top: 50%; left: 0; transform: translateY(-50%); white-space: nowrap;
  font-family: var(--display); font-weight: 800; font-size: clamp(100px, 17vw, 230px); letter-spacing: -.02em;
  color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.06); pointer-events: none; will-change: transform;
}
.stats-band { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.stat-big { text-align: left; padding: 36px 30px; border-left: 1px solid var(--hairline-w); }
.stat-big:first-child { border-left: 0; }
.stat-big b { font-family: var(--display); font-size: clamp(40px, 5vw, 68px); font-weight: 800; letter-spacing: -.04em; color: #fff; display: block; line-height: 1; }
.stat-big span { display: block; margin-top: 10px; font-weight: 700; font-size: 13px; color: var(--gray-400); text-transform: uppercase; letter-spacing: .1em; }
@media (max-width: 860px) { .stats-band { grid-template-columns: 1fr 1fr; } .stat-big:nth-child(3) { border-left: 0; } }

/* ============================================================
   STEPS
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 60px; perspective: 1200px; }
.step { position: relative; padding: 36px 28px; border-radius: 22px; background: #fff; box-shadow: inset 0 0 0 1px var(--hairline), var(--shadow-amb); transition: box-shadow .6s var(--ease); transform-style: preserve-3d; }
.step:hover { box-shadow: inset 0 0 0 1px transparent, var(--shadow-soft); }
.step__no { font-family: var(--display); font-size: 14px; font-weight: 800; color: #fff; background: var(--ink); width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 22px; transition: background .4s, transform .5s var(--ease); }
.step:hover .step__no { background: var(--red); transform: rotate(-10deg) scale(1.08); }
.step h3 { font-size: 19px; margin-bottom: 8px; }
.step p { color: var(--gray-600); font-size: 14.5px; }

/* ============================================================
   BANDĂ URGENȚĂ
   ============================================================ */
.urgent { background: linear-gradient(100deg, var(--red-dark), var(--red) 55%, var(--red-2)); color: #fff; padding: 64px 0; position: relative; overflow: hidden; }
.urgent::after { content: "24/7"; position: absolute; right: -30px; top: 50%; transform: translateY(-50%); font-family: var(--display); font-weight: 800; font-size: 250px; letter-spacing: -.05em; color: rgba(255,255,255,.08); pointer-events: none; }
.urgent__row { display: flex; align-items: center; justify-content: space-between; gap: 34px; flex-wrap: wrap; position: relative; z-index: 2; }
.urgent h3 { font-size: clamp(24px, 2.8vw, 38px); letter-spacing: -.02em; }
.urgent p { opacity: .9; font-weight: 600; margin-top: 6px; }
.urgent .btn--white { background: #fff; padding-right: 22px; }
.urgent .btn--white .btn__ic { background: var(--ink); animation: none; }

/* ============================================================
   PRICING
   ============================================================ */
.toggle { display: inline-flex; background: #fff; border-radius: 999px; padding: 5px; margin: 0 auto 52px; gap: 4px; box-shadow: inset 0 0 0 1px var(--hairline), var(--shadow-amb); }
.toggle button { border: 0; background: transparent; padding: 13px 32px; border-radius: 999px; font-weight: 800; font-size: 12.5px; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; color: var(--gray-600); transition: background .4s var(--ease), color .3s; font-family: var(--font); }
.toggle button.active { background: var(--ink); color: #fff; }
.plans { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; max-width: 980px; margin: 0 auto; perspective: 1400px; }
.plan { position: relative; background: #fff; border-radius: 26px; padding: 42px; box-shadow: inset 0 0 0 1px var(--hairline), var(--shadow-amb); transition: box-shadow .6s var(--ease); display: flex; flex-direction: column; transform-style: preserve-3d; }
.plan:hover { box-shadow: inset 0 0 0 1px transparent, var(--shadow-soft); }
.plan--popular { background: var(--ink); color: #fff; box-shadow: var(--shadow-soft); }
.plan__tag { position: absolute; top: 26px; right: 26px; background: var(--red); color: #fff; font-size: 10px; font-weight: 800; padding: 8px 14px; border-radius: 999px; letter-spacing: .12em; text-transform: uppercase; box-shadow: var(--shadow-red); }
.plan h3 { font-size: 24px; }
.plan__desc { color: var(--gray-600); font-size: 14px; margin: 8px 0 24px; min-height: 42px; font-weight: 500; }
.plan--popular .plan__desc { color: var(--gray-400); }
.plan__price { font-family: var(--display); font-size: 54px; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.plan__price span { font-family: var(--font); font-size: 15px; font-weight: 700; color: var(--gray-600); letter-spacing: 0; }
.plan--popular .plan__price span { color: var(--gray-400); }
.plan__list { margin: 28px 0 32px; display: grid; gap: 13px; }
.plan__list li { display: flex; gap: 11px; align-items: flex-start; font-size: 14.5px; font-weight: 600; }
.plan__list svg { color: var(--red); flex: none; margin-top: 3px; width: 17px; height: 17px; }
.plan--popular .plan__list svg { color: var(--red-2); }
.plan .btn { margin-top: auto; justify-content: space-between; }
.pricing-note { text-align: center; margin-top: 38px; color: var(--gray-600); font-size: 14px; font-weight: 600; display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; }
.pricing-note span { display: inline-flex; align-items: center; gap: 8px; }
.pricing-note svg { width: 15px; height: 15px; color: var(--red); }
.pricing-cta { margin-top: 52px; background: #fff; border-radius: 24px; padding: 22px 22px 22px 36px; display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; max-width: 980px; margin-left: auto; margin-right: auto; box-shadow: inset 0 0 0 1px var(--hairline), var(--shadow-amb); }
.pricing-cta b { font-family: var(--display); font-size: 19px; letter-spacing: -.01em; display: block; }
.pricing-cta small { color: var(--gray-600); font-size: 14px; font-weight: 600; }

/* ============================================================
   HARTA / ACOPERIRE
   ============================================================ */
.coverage { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; position: relative; z-index: 2; }
.map-wrap { position: relative; filter: drop-shadow(0 30px 60px rgba(0,0,0,.5)); }
#ro-map svg { width: 100%; height: auto; display: block; }
#ro-map path { fill: #1e1f26; stroke: #0a0a0c; stroke-width: 1; cursor: pointer; transition: fill .3s, opacity .6s var(--ease), transform .6s var(--ease); opacity: 0; }
#ro-map.map-in path { opacity: 1; }
#ro-map path:hover { fill: #3a3c46; }
#ro-map path.active { fill: var(--red); }
.map-hint { text-align: center; margin-top: 18px; color: var(--gray-400); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.county-widget { background: rgba(255,255,255,.035); border: 1px solid var(--hairline-w); border-radius: 24px; padding: 32px; margin-top: 38px; min-height: 190px; transition: border-color .4s, box-shadow .6s var(--ease); }
.county-widget.selected { border-color: rgba(214,31,44,.55); box-shadow: 0 24px 70px -30px rgba(214,31,44,.35); }
.county-widget__empty { color: var(--gray-400); font-weight: 600; display: flex; align-items: center; gap: 14px; }
.county-widget__empty svg { width: 30px; height: 30px; color: var(--red-2); flex: none; }
.county-widget__head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 16px; }
.county-widget__head h3 { font-size: 25px; }
.county-widget__status { font-size: 10.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 8px 13px; border-radius: 999px; background: rgba(38,196,101,.14); color: #4ade80; }
.county-widget__status.central { background: rgba(255,176,31,.14); color: #fbbf24; }
.county-widget__rep { color: var(--gray-400); font-size: 14px; font-weight: 600; margin-bottom: 22px; }
.county-widget__rep b { color: #fff; }
.county-widget__row { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }

/* ============================================================
   TESTIMONIALE — marquee
   ============================================================ */
.quotes-sec { overflow: hidden; }
.quotes-track { margin-top: 8px; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.quotes-row { display: flex; gap: 26px; width: max-content; padding: 10px 0 16px; animation: qmarq 46s linear infinite; }
.quotes-track:hover .quotes-row { animation-play-state: paused; }
@keyframes qmarq { to { transform: translateX(-50%); } }
.quote { width: 400px; flex: none; background: #fff; border-radius: 22px; padding: 34px; box-shadow: inset 0 0 0 1px var(--hairline), var(--shadow-amb); position: relative; transition: box-shadow .5s var(--ease); }
.quote:hover { box-shadow: inset 0 0 0 1px transparent, var(--shadow-soft); }
.quote::before { content: "”"; position: absolute; top: 4px; right: 24px; font-family: var(--display); font-size: 92px; font-weight: 800; color: var(--red-soft); line-height: 1; }
.quote__stars { color: #ffb01f; font-size: 15px; letter-spacing: 3px; margin-bottom: 16px; }
.quote p { font-size: 15.5px; color: var(--gray-800); margin-bottom: 24px; font-weight: 500; position: relative; z-index: 2; }
.quote__who { display: flex; align-items: center; gap: 12px; }
.avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-weight: 800; font-family: var(--display); font-size: 14px; }
.quote__who b { display: block; font-size: 15px; }
.quote__who small { color: var(--gray-600); font-weight: 600; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { max-width: 840px; margin: 52px auto 0; }
.faq__item { background: #fff; border-radius: 18px; margin-bottom: 12px; overflow: hidden; box-shadow: inset 0 0 0 1px var(--hairline); transition: box-shadow .5s var(--ease); }
.faq__item.open { box-shadow: inset 0 0 0 1px transparent, var(--shadow-amb); }
.faq__q { width: 100%; text-align: left; background: none; border: 0; padding: 24px 28px; font-size: 17px; font-weight: 800; font-family: var(--display); letter-spacing: -.01em; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--ink); }
.faq__q .icon { flex: none; width: 32px; height: 32px; border-radius: 50%; background: var(--gray-100); color: var(--ink); display: grid; place-items: center; font-size: 20px; transition: transform .5s var(--ease), background .3s, color .3s; }
.faq__item.open .faq__q .icon { transform: rotate(45deg); background: var(--red); color: #fff; }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .5s var(--ease); color: var(--gray-600); }
.faq__a p { padding: 0 28px 26px; font-size: 15px; font-weight: 500; }
.faq-cta { text-align: center; margin-top: 38px; color: var(--gray-600); font-weight: 600; font-size: 15px; }
.faq-cta a { color: var(--red); font-weight: 800; border-bottom: 2px solid var(--red-soft); transition: border-color .25s; }
.faq-cta a:hover { border-color: var(--red); }

/* ============================================================
   CTA FINAL / FORMULAR
   ============================================================ */
.cta { position: relative; overflow: hidden; background: var(--black); color: #fff; border-radius: 32px; padding: clamp(36px, 5vw, 68px); display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(720px 520px at 12% 0%, rgba(214,31,44,.36), transparent 55%); pointer-events: none; }
.cta > * { position: relative; z-index: 2; }
.cta h2 { font-size: clamp(30px, 3.6vw, 48px); }
.cta__points { margin-top: 30px; display: grid; gap: 14px; }
.cta__points li { display: flex; gap: 12px; align-items: center; color: var(--gray-300); font-weight: 600; font-size: 15px; }
.cta__points svg { width: 18px; height: 18px; color: var(--red-2); flex: none; }
.form { display: grid; gap: 15px; background: rgba(255,255,255,.045); border: 1px solid var(--hairline-w); padding: 30px; border-radius: 24px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-size: 11.5px; font-weight: 800; color: var(--gray-400); letter-spacing: .1em; text-transform: uppercase; }
.field input, .field select { padding: 15px 16px; border-radius: 14px; border: 1px solid var(--hairline-w); background: rgba(255,255,255,.03); color: #fff; font-size: 15px; font-family: inherit; font-weight: 600; transition: border-color .3s, background .3s, box-shadow .4s var(--ease); }
.field input::placeholder { color: var(--gray-600); font-weight: 500; }
.field input:focus, .field select:focus { outline: none; border-color: var(--red); background: rgba(214,31,44,.07); box-shadow: 0 0 0 4px rgba(214,31,44,.14); }
.field select option { color: #000; }
.form__note { font-size: 12.5px; color: var(--gray-400); font-weight: 500; }
.form__ok { background: rgba(38,196,101,.12); border: 1px solid rgba(38,196,101,.4); color: #86efac; padding: 15px; border-radius: 14px; font-size: 14px; font-weight: 600; display: none; }
.form__ok.show { display: block; }
.form .btn { justify-content: space-between; }

/* ============================================================
   FOOTER + watermark
   ============================================================ */
.footer { position: relative; background: var(--black); color: var(--gray-400); padding: 90px 0 150px; overflow: hidden; }
.footer__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 54px; }
.footer h5 { color: #fff; font-family: var(--display); font-size: 12px; margin-bottom: 18px; text-transform: uppercase; letter-spacing: .16em; }
.footer a { display: block; padding: 6px 0; transition: color .25s, transform .4s var(--ease); font-weight: 500; font-size: 14.5px; }
.footer a:hover { color: var(--red-2); transform: translateX(4px); }
.footer__contact { margin-top: 18px; display: grid; gap: 6px; font-size: 14.5px; }
.footer__contact b { color: #fff; font-family: var(--display); font-size: 19px; }
.footer__bottom { position: relative; z-index: 2; border-top: 1px solid var(--hairline-w); padding-top: 26px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; font-weight: 500; }
.footer__watermark {
  position: absolute; left: 50%; bottom: -.16em; transform: translateX(-50%);
  font-family: var(--display); font-weight: 900; font-size: clamp(110px, 21vw, 300px); line-height: 1;
  color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.055);
  pointer-events: none; white-space: nowrap; letter-spacing: -.02em;
}

/* ============================================================
   REVEAL (blur-up)
   ============================================================ */
.reveal { opacity: 0; transform: translateY(44px); filter: blur(10px); transition: opacity .95s var(--ease), transform .95s var(--ease), filter .95s var(--ease); }
.reveal.in { opacity: 1; transform: none; filter: blur(0); }
.no-anim .reveal, .no-anim .media { opacity: 1; transform: none; filter: none; transition: none; clip-path: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .hero__grid { gap: 44px; }
  .why { gap: 44px; }
  .coverage { gap: 40px; }
}
@media (max-width: 1000px) {
  /* clip (nu hidden) — altfel sticky de pe Servicii / reels se strică pe mobil */
  html, body { overflow-x: clip; max-width: 100%; }
  .navbar__links { display: none; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; padding: 170px 0 120px; }
  .hero__grid, .coverage, .cta, .why { grid-template-columns: 1fr; }
  .hero__grid { gap: 44px; }
  .hero__visual { justify-content: flex-start; }
  .hslide__cap { right: 18px; top: 116px; }
  .hslider__bars { right: 18px; top: 160px; }
  .why { gap: 44px; }
  .why__media { max-width: 470px; }
  .why__badge { right: 10px; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .plans { grid-template-columns: 1fr; max-width: 500px; }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .cta { border-radius: 26px; }
  .house3d__stage { grid-template-columns: 1fr; gap: 18px; }
  .house3d__canvas-wrap { min-height: 460px; }
}
@media (max-width: 680px) {
  /* perf mobil: reveal fără blur (blur-ul pe zeci de elemente = jank la scroll) */
  .reveal { filter: none; transform: translateY(30px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
  .reveal.in { filter: none; }
  .btn--nav { display: none; }
  .navbar { top: 52px; padding: 8px 8px 8px 16px; }
  .navbar.scrolled { top: 10px; }
  .u-tail { display: none; }
  .utility__right { gap: 14px; }
  .hero__tags { font-size: 10px; letter-spacing: .1em; padding: 9px 13px; }
  /* pe telefon textul e full-width peste imagine → overlay mai puternic + jos */
  .hero::before { background:
    linear-gradient(180deg, rgba(10,10,12,.62) 0%, rgba(10,10,12,.42) 34%, rgba(10,10,12,.55) 64%, rgba(10,10,12,.9) 100%); }
  .hslide__cap, .hslider__bars { display: none !important; }  /* decorative — scot pe telefon */
  /* backdrop-blur e scump pe telefon → fundal opac în loc, doar pe elemente ne-fixe */
  .hero__tags { backdrop-filter: none; -webkit-backdrop-filter: none; background: rgba(10,10,12,.34); }
  .hero__card { backdrop-filter: none; -webkit-backdrop-filter: none; background: rgba(13,13,17,.94); }
  .svc__tag { backdrop-filter: none; -webkit-backdrop-filter: none; background: rgba(10,10,12,.86); }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .quote { width: 320px; padding: 28px; }
}
@media (max-width: 560px) {
  .svc-grid, .steps { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; }
  /* CTA: br-ul forța o linie prea lată → cardul depășea ecranul. Lasă titlul să curgă. */
  .cta { padding: 28px 20px; gap: 30px; }
  .cta h2 { font-size: 26px; }
  .cta h2 br { display: none; }
  .cta__points li { font-size: 14px; }
  .form { padding: 22px 18px; }
  /* butonul lung cu nowrap forța cardul mai lat decât ecranul → lasă-l să curgă */
  .form .btn, .form .btn__label { white-space: normal; text-align: center; }
  .btn-row { gap: 14px; }
  .btn { font-size: 12px; padding-left: 22px; gap: 12px; }
  .btn__ic { width: 42px; height: 42px; }
  .btn--lg .btn__ic { width: 46px; height: 46px; }
  .urgent::after { display: none; }
  .urgent { padding: 46px 0; }
  .stat-big { padding: 22px 16px; }
  .why__badge { padding: 16px 20px; right: 6px; bottom: 20px; }
  .why__badge b { font-size: 30px; }
  .county-widget { padding: 22px; }
  .footer { padding-bottom: 110px; }
  .footer__grid { grid-template-columns: 1fr; gap: 8px; }
  .footer__grid > div:first-child { margin-bottom: 20px; }
  .footer__bottom { flex-direction: column; gap: 8px; }
  .hero__card { width: 100%; }
  .house3d__canvas-wrap { min-height: 440px; }
  .house3d__readout { left: 12px; right: 12px; bottom: 12px; padding: 15px 16px; }
  .house3d__readout h3 { font-size: 18px; }
  .house3d__hint { display: none; }
}
@media (max-width: 380px) {
  .hero__proof { flex-wrap: wrap; gap: 10px; }
  .hero__proof .rule { display: none; }
  .plans { max-width: 100%; }
}

/* ============================================================
   v6 · HERO SLIDER cinematic
   ============================================================ */
.hero__slider { position: absolute; inset: 0; z-index: 1; border-radius: 0; overflow: hidden; }
/* pe hero, cortina e redundantă (preloader-ul face intro-ul) și poate rămâne blocată peste slider */
.hero__slider::before { display: none; }
.hslide { position: absolute; inset: 0; opacity: 0; z-index: 1; pointer-events: none; }
.hslide.is-active { opacity: 1; z-index: 2; animation: slideIn 1.25s var(--ease-exp) both; }
@keyframes slideIn {
  from { clip-path: inset(0 0 100% 0); }
  to { clip-path: inset(0 0 0 0); }
}
.hslide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: none; transition: none; }
.hslide.is-active img { animation: kenburns 5.4s linear both; }
@keyframes kenburns { from { transform: scale(1.09) translateX(1.2%); } to { transform: scale(1) translateX(0); } }
.hslide__cap {
  position: absolute; right: 40px; top: 128px; z-index: 4; display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 18px; border-radius: 999px; background: rgba(10,10,12,.62); backdrop-filter: blur(10px);
  border: 1px solid var(--hairline-w); color: #fff; font-size: 11.5px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
}
.hslide__cap i { font-style: normal; color: var(--red-2); font-family: var(--display); }
.hslide.is-active .hslide__cap { animation: capIn .8s var(--ease-exp) .45s both; }
@keyframes capIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.hslider__bars { position: absolute; right: 40px; top: 175px; z-index: 4; display: flex; gap: 7px; }
.hslider__bars i { position: relative; width: 30px; height: 3.5px; border-radius: 3px; background: rgba(255,255,255,.28); overflow: hidden; }
.hslider__bars i.on::before { content: ""; position: absolute; inset: 0; background: var(--red-2); transform-origin: left; animation: hbarFill 4.8s linear both; }
@keyframes hbarFill { from { transform: scaleX(0); } to { transform: scaleX(1); } }

/* ============================================================
   v6 · Mai multă viață
   ============================================================ */
/* linia kicker se desenează la reveal */
.reveal .kicker::after { transform: scaleX(0); transform-origin: left; transition: transform .9s var(--ease-exp) .3s; }
.reveal.in .kicker::after { transform: scaleX(1); }
/* shimmer periodic pe butonul primar */
.btn--primary { overflow: hidden; }
.btn--primary::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(70deg, transparent 42%, rgba(255,255,255,.28) 50%, transparent 58%);
  background-size: 250% 100%; animation: btnShine 4.2s var(--ease) infinite;
}
@keyframes btnShine { 0%, 55% { background-position: 130% 0; } 85%, 100% { background-position: -40% 0; } }
/* tichetul „live" evidențiat pe rând */
.hero__ticket.hl { border-color: rgba(214,31,44,.55); background: rgba(214,31,44,.1); transform: translateX(5px); }
/* secțiuni luminoase cu aură caldă */
.section--paper { background:
  radial-gradient(680px 340px at 92% 0%, rgba(214,31,44,.055), transparent 60%),
  radial-gradient(520px 300px at 4% 100%, rgba(214,31,44,.04), transparent 60%),
  var(--paper); }
.section--dark { background:
  radial-gradient(760px 420px at 88% 6%, rgba(214,31,44,.14), transparent 62%),
  #0c0c0f; }
.stat-big b { background: linear-gradient(180deg, #fff 55%, #b9bdc7); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
/* badge-ul <4h pulsează ușor */
.why__badge { animation: badgeFloat 3.6s var(--ease) infinite alternate; }
@keyframes badgeFloat { from { transform: translateY(0) rotate(0); } to { transform: translateY(-8px) rotate(-2deg); } }

/* ============================================================
   CASĂ 3D INTERACTIVĂ
   ============================================================ */
.house3d { position: relative; overflow: hidden; }
.house3d__stage { display: grid; grid-template-columns: 1.55fr .85fr; gap: 26px; margin-top: 54px; align-items: stretch; }
.house3d__canvas-wrap {
  position: relative; border-radius: 24px; overflow: hidden; min-height: 560px;
  background: radial-gradient(120% 90% at 50% 0%, #16181f 0%, #0b0c10 70%);
  box-shadow: inset 0 0 0 1px var(--hairline-w), var(--shadow-soft);
}
#house-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; touch-action: pan-y; }
.house3d__hint { position: absolute; top: 16px; left: 18px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gray-400); background: rgba(10,10,12,.5); border: 1px solid var(--hairline-w); padding: 8px 13px; border-radius: 999px; pointer-events: none; }
.house3d__readout { position: absolute; left: 20px; right: 20px; bottom: 20px; padding: 20px 22px; border-radius: 18px; background: rgba(10,10,12,.62); backdrop-filter: blur(14px); border: 1px solid var(--hairline-w); pointer-events: none; max-width: 460px; }
.house3d__readout h3 { font-size: 21px; margin-bottom: 6px; }
.house3d__readout p { font-size: 14px; color: var(--gray-300); font-weight: 500; }
.house3d__panel { display: flex; flex-direction: column; gap: 9px; }
.house3d__panel-label { font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--gray-500); margin-bottom: 4px; }
.house3d__svc {
  display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; cursor: pointer;
  padding: 14px 16px; border-radius: 13px; border: 1px solid var(--hairline-w); background: rgba(255,255,255,.03);
  color: var(--gray-300); font-family: var(--font); font-weight: 700; font-size: 14px;
  transition: background .3s var(--ease), border-color .3s, color .3s, transform .3s var(--ease);
}
.house3d__svc .dot { width: 11px; height: 11px; border-radius: 50%; background: var(--c, #fff); box-shadow: 0 0 10px var(--c, #fff); flex: none; opacity: .55; transition: opacity .3s, box-shadow .3s; }
.house3d__svc:hover { background: rgba(255,255,255,.06); color: #fff; transform: translateX(3px); }
.house3d__svc.on { background: rgba(214,31,44,.14); border-color: rgba(214,31,44,.5); color: #fff; }
.house3d__svc.on .dot { opacity: 1; box-shadow: 0 0 16px var(--c, #fff), 0 0 4px var(--c, #fff); }
.house3d__cta { margin-top: 8px; justify-content: space-between; }

/* ============================================================
   TEMĂ COLȚURI DREPTE (aspect profesional, arhitectural)
   ============================================================ */
.btn, .btn__label, .btn__ic,
.card, .svc, .svc__media, .svc__tag, .step, .step__no, .plan, .plan__tag,
.quote, .faq__item, .faq__q .icon, .cta, .form, .field input, .field select,
.toggle, .toggle button, .bezel, .media, .hero__tags, .hero__card, .hero__ticket,
.house3d__canvas-wrap, .house3d__svc, .house3d__readout, .house3d__hint,
.county-widget, .county-widget__status, .navbar, .menu-toggle, .benefit,
.why__badge, .why__check, .pricing-cta, .footer a, .kpi, .quotes-track {
  border-radius: 0 !important;
}
/* păstrează cercurile funcționale */
.logo__mark, .brand-mark { border-radius: 6px !important; }         /* logo: pătrat cu colț fin */
.dot, .sep, .hero__dot, .utility .dot, .scope-badge .dot,
.house3d__svc .dot, .quote__stars, .avatar, .navbar__links a::after,
.step__no, .why__check, .btn--tel .btn__ic, .hslide__cap,
.scrolldown .mouse { }
.btn--tel .btn__ic { border-radius: 50% !important; }               /* iconița telefon rămâne rotundă */
.dot, .sep, .hero__dot, .utility .dot, .scope-badge .dot, .house3d__svc .dot { border-radius: 50% !important; }
.avatar { border-radius: 0 !important; }                            /* avatar pătrat = mai serios */
.hslide__cap { border-radius: 0 !important; }
.hero__tags { border-radius: 0 !important; }
.scrolldown .mouse { border-radius: 3px !important; }

/* ============================================================
   TEMĂ ALBĂ (fundal alb pe tot site-ul)
   ============================================================ */
body { background: #fff; }

/* secțiunile închise devin albe */
.section--dark { background: #fff !important; color: var(--ink); }
.section--dark h2, .section--dark h3, .section--dark h4, .section--dark .h2 { color: var(--ink); }
.section--dark .lead { color: var(--gray-600); }
.section--paper { background: #fff; }

/* utility bar — strip deschis */
.utility { background: var(--gray-100); color: var(--gray-600); border-bottom: 1px solid var(--gray-200); }
.utility strong { color: var(--ink); }
.utility .dot { box-shadow: 0 0 0 4px rgba(38,196,101,.16); }
.utility a:hover { color: var(--red); }

/* NAV island — sticlă albă */
.navbar { background: rgba(255,255,255,.72); border: 1px solid var(--gray-200); box-shadow: var(--shadow-sm); }
.navbar.scrolled { background: rgba(255,255,255,.92); }
.logo { color: var(--ink); }
.logo b { color: var(--red); }
.navbar__links a { color: var(--gray-800); }
.navbar__links a:hover { color: var(--red); }
.menu-toggle { border: 1px solid var(--gray-200); background: #fff; }
.menu-toggle span { background: var(--ink); }

/* meniu overlay mobil — alb */
.menu { background: rgba(255,255,255,.96); }
.menu__links a { color: var(--ink); }
.menu__links a:hover { color: var(--red); }
.menu__foot { border-color: var(--gray-200); color: var(--gray-600); }
.menu__tel { color: var(--ink); }

/* Casa 3D — secțiune ÎNCHISĂ (casa de sticlă strălucește pe fundal închis) */
#casa.section--dark { background: #0c0c0f !important; }
#casa h2, #casa .h2, #casa h3 { color: #fff; }
#casa .lead { color: var(--gray-400); }
.house3d__cta { color: #fff; }

/* stats band */
.stats-sec { background: #fff !important; }
.band-word { -webkit-text-stroke-color: rgba(16,18,24,.07); }
.stat-big { border-color: var(--gray-200); }
.stat-big b { background: linear-gradient(180deg, var(--ink), var(--gray-600)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat-big .plus { -webkit-text-fill-color: var(--red); }
.stat-big span { color: var(--gray-500); }

/* coverage / hartă */
#acoperire .hero__orb { display: none; }
.map-wrap { filter: drop-shadow(0 24px 44px rgba(16,18,24,.16)); }
#ro-map path { fill: #1e1f26; stroke: #0a0a0c; }
#ro-map path:hover { fill: #3a3c46; }
#ro-map path.active { fill: var(--red); }
.map-hint { color: var(--gray-500); }
.county-widget { background: #fff; border: 1px solid var(--gray-200); box-shadow: var(--shadow-amb); }
.county-widget.selected { border-color: var(--red); box-shadow: 0 24px 60px -30px rgba(214,31,44,.3); }
.county-widget__empty { color: var(--gray-600); }
.county-widget__empty svg { color: var(--red); }
.county-widget__rep { color: var(--gray-600); }
.county-widget__rep b { color: var(--ink); }
.county-widget .btn--tel .btn__num b { color: var(--ink) !important; }
.county-widget .btn--tel .btn__num small { color: var(--gray-600) !important; }
.county-widget .on-dark.btn--line .btn__label, .county-widget .on-dark.btn--line .btn__ic { box-shadow: inset 0 0 0 1.5px var(--gray-300) !important; color: var(--ink) !important; }

/* CTA final rămâne ÎNCHIS (card premium) — nu-l facem alb */

/* FOOTER — deschis */
.footer { background: var(--gray-100); color: var(--gray-600); border-top: 1px solid var(--gray-200); }
.footer .logo { color: var(--ink); }
.footer h5 { color: var(--ink); }
.footer__contact b { color: var(--ink); }
.footer__bottom { border-color: var(--gray-200); }
.footer__watermark { -webkit-text-stroke-color: rgba(16,18,24,.05); }

/* urgent: numărul de telefon era alb pe buton alb → închis */
.urgent .btn--white .btn__num b { color: var(--ink) !important; }
.urgent .btn--white .btn__num small { color: var(--gray-600) !important; }

/* pagini dedicate (servicii / abonamente) */
.subpage-pad { padding-top: clamp(150px, 18vh, 190px); }
.plan__type { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--red); margin-bottom: 12px; }
/* 4 abonamente — centrate, compacte, fără să iasă din ecran */
.plans--all { grid-template-columns: repeat(4, 1fr); max-width: 1180px; width: 100%; margin-left: auto; margin-right: auto; gap: 20px; }
.plans--all .plan { padding: 30px 24px; }
.plans--all .plan__price { font-size: 42px; }
.plans--all .plan__desc { min-height: 54px; font-size: 13.5px; }
.plans--all .plan__list { gap: 11px; margin: 22px 0 26px; }
.plans--all .plan__list li { font-size: 13.5px; }
.plans--all .btn__label { white-space: normal; }
@media (max-width: 1080px) { .plans--all { grid-template-columns: repeat(2, 1fr); max-width: 680px; } }
@media (max-width: 620px) { .plans--all { grid-template-columns: 1fr; max-width: 400px; } }
.svc-grid--page { margin-top: 40px; }

/* coduri județ pe hartă */
.ro-code { fill: rgba(255,255,255,.62); font-family: var(--font); font-weight: 700; font-size: 9px; pointer-events: none; letter-spacing: .02em; }
#ro-map path.active + .ro-code, .ro-code.on { fill: #fff; }

/* ============================================================
   SLIDER 3D SERVICII (coverflow, blur bg, swipe)
   ============================================================ */
.svc-slider { position: relative; margin-top: 44px; height: 560px; overflow: hidden; border: 1px solid var(--gray-200); background: #0c0c0f; }
.svc-slider__bg { position: absolute; inset: -60px; background-size: cover; background-position: center; filter: blur(38px) saturate(1.2) brightness(.5); transform: scale(1.15); transition: background-image .6s, opacity .6s; opacity: .9; }
.svc-slider__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,10,12,.35), rgba(10,10,12,.75)); }
.svc-slider__stage { position: absolute; inset: 0; display: grid; place-items: center; perspective: 1600px; }
.svc-card {
  position: absolute; width: min(340px, 78vw); height: 460px; overflow: hidden;
  background: #14151a; border: 1px solid var(--hairline-w); box-shadow: var(--shadow-soft);
  transform-style: preserve-3d; will-change: transform, opacity; cursor: pointer;
  transition: transform .7s var(--ease), opacity .7s var(--ease), box-shadow .5s;
}
.svc-card__img { position: relative; height: 62%; overflow: hidden; }
.svc-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.svc-card.is-active .svc-card__img img { transform: scale(1.05); }
.svc-card__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, #14151a); }
.svc-card__tag { position: absolute; top: 14px; left: 14px; z-index: 2; background: var(--red); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 7px 12px; }
.svc-card__body { position: relative; padding: 20px 22px 22px; color: #fff; }
.svc-card__body h3 { font-size: 20px; margin-bottom: 8px; }
.svc-card__body p { font-size: 13.5px; color: var(--gray-400); font-weight: 500; margin-bottom: 16px; }
.svc-card__cta { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--red-2); }
.svc-card__cta svg { width: 15px; height: 15px; transition: transform .3s var(--ease); }
.svc-card.is-active:hover .svc-card__cta svg { transform: translateX(4px); }
.svc-slider__nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 6; width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--hairline-w); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); color: #fff; font-size: 24px; display: grid; place-items: center; cursor: pointer; transition: background .3s, transform .3s; }
.svc-slider__nav:hover { background: var(--red); transform: translateY(-50%) scale(1.08); }
.svc-slider__nav.prev { left: 20px; } .svc-slider__nav.next { right: 20px; }
.svc-slider__dots { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); z-index: 6; display: flex; gap: 8px; }
.svc-slider__dots i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.3); cursor: pointer; transition: .3s; }
.svc-slider__dots i.on { background: var(--red); width: 24px; border-radius: 4px; }
@media (max-width: 700px) {
  .svc-slider { height: 500px; }
  .svc-card { width: 80vw; height: 420px; }
  .svc-slider__nav { width: 44px; height: 44px; font-size: 20px; }
  .svc-slider__nav.prev { left: 8px; } .svc-slider__nav.next { right: 8px; }
}

/* CTA custom sub casa 3D (pagina expertizare) */
.house-cta { margin-top: 12px; display: flex; align-items: center; gap: 12px; padding: 16px 18px; background: var(--red); color: #fff !important; text-decoration: none; font-weight: 700; transition: background .3s, transform .3s var(--ease); }
.house-cta:hover { background: var(--red-dark); transform: translateY(-2px); }
.house-cta__ic { width: 40px; height: 40px; border-radius: 50%; background: rgba(0,0,0,.25); display: grid; place-items: center; flex: none; }
.house-cta__ic svg { width: 18px; height: 18px; }
.house-cta__txt { display: flex; flex-direction: column; gap: 2px; }
.house-cta b { display: block; font-family: var(--display); font-size: 16px; line-height: 1.2; }
.house-cta__txt span { font-size: 12.5px; opacity: .85; }

/* ============================================================
   CASĂ 3D — STIVUIRE PE MOBIL (trebuie DUPĂ definiția de bază)
   ============================================================ */
@media (max-width: 1000px) {
  .house3d__stage { grid-template-columns: 1fr !important; gap: 16px !important; }
  .house3d__canvas-wrap { min-height: 460px; }
}
@media (max-width: 560px) {
  .house3d__canvas-wrap { min-height: 420px; }
  .house3d__readout { left: 12px; right: 12px; bottom: 12px; padding: 14px 15px; max-width: none; }
  .house3d__readout h3 { font-size: 17px; margin-bottom: 4px; }
  .house3d__readout p { font-size: 13px; }
  .house3d__hint { display: none; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .quotes-row { animation: none; }
  .quotes-track { overflow-x: auto; }
  .btn--tel .btn__ic, .hero__card h4 .live::before, .scrolldown .mouse::before, .loader__mark,
  .btn--primary::before, .why__badge, .hslide.is-active, .hslide.is-active img, .hslider__bars i.on::before { animation: none !important; }
  .media::before { display: none; }
  .media img { transform: none; }
  .hslide.is-active { opacity: 1; }
  * { scroll-behavior: auto; }
}

/* ============================================================
   PAGINA DESPRE NOI — design propriu
   ============================================================ */
.about-hero { background: linear-gradient(180deg, var(--paper), var(--white)); }
.about-hero__title { font-family: var(--display); font-weight: 800; letter-spacing: -.03em; line-height: 1.04; font-size: clamp(34px, 5.4vw, 62px); }
.about-hero__title em { font-style: normal; color: var(--red); }
.about-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 46px auto 0; max-width: 820px; background: var(--line, #e7e7ea); border: 1px solid var(--line, #e7e7ea); }
.about-stat { background: var(--white); padding: 26px 14px; text-align: center; }
.about-stat b { display: block; font-family: var(--display); font-weight: 800; font-size: clamp(26px, 3.4vw, 38px); letter-spacing: -.03em; color: var(--ink); }
.about-stat span { display: block; margin-top: 6px; font-size: 12.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: #7a7b82; }

.about-split { display: grid; grid-template-columns: 1fr 1.05fr; gap: 54px; align-items: center; }
.about-split__media { position: relative; }
.about-split__media img { width: 100%; height: 100%; max-height: 520px; object-fit: cover; display: block; filter: grayscale(.15) contrast(1.03); }
.about-split__badge { position: absolute; left: 0; bottom: 0; background: var(--red); color: #fff; padding: 20px 24px; display: flex; align-items: baseline; gap: 12px; }
.about-split__badge b { font-family: var(--display); font-weight: 800; font-size: 34px; letter-spacing: -.03em; }
.about-split__badge span { font-size: 12.5px; font-weight: 600; line-height: 1.3; opacity: .9; }

@media (max-width: 900px) {
  .about-stats { grid-template-columns: repeat(2, 1fr); }
  .about-split { grid-template-columns: 1fr; gap: 32px; }
  .about-split__media { order: 2; }
}

/* ============================================================
   SERVICII — hero immersive (orbit → morph → stack) + reels
   ============================================================ */
.svc-hero {
  position: relative;
  padding: 0;
  min-height: 0;
  background:
    linear-gradient(180deg, #fff 0%, var(--paper) 55%, #f0f1f4 100%),
    repeating-linear-gradient(90deg, transparent, transparent 79px, rgba(214,31,44,.04) 79px, rgba(214,31,44,.04) 80px);
  overflow: visible;
}
.svc-hero__track {
  position: relative;
  height: calc(var(--svc-hero-steps, 5) * 100svh);
  /* fallback for older browsers */
  height: calc(var(--svc-hero-steps, 5) * 100vh);
}
.svc-hero__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.svc-hero__webgl-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at 68% 42%, rgba(214,31,44,.14), transparent 58%),
    radial-gradient(ellipse at 20% 70%, rgba(16,18,24,.06), transparent 50%);
  cursor: grab;
  touch-action: pan-y;
}
.svc-hero__webgl-wrap.is-dragging,
.svc-hero__webgl-wrap:active { cursor: grabbing; }
.svc-hero__webgl { position: absolute; inset: 0; }
.svc-hero__webgl canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
  touch-action: pan-y;
}
.svc-hero__vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.78) 0%, rgba(255,255,255,.35) 28%, transparent 52%),
    linear-gradient(180deg, rgba(255,255,255,.25) 0%, transparent 18%, transparent 72%, rgba(240,241,244,.92) 100%);
  transition: opacity .4s var(--ease);
}
.svc-hero.is-journey .svc-hero__vignette {
  opacity: .4;
  background:
    linear-gradient(90deg, rgba(255,255,255,.22) 0%, transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,.1) 0%, transparent 22%, transparent 78%, rgba(240,241,244,.85) 100%);
}
.svc-hero__orb {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  filter: blur(2px);
}
.svc-hero__orb--1 {
  width: 280px; height: 280px; right: 6%; top: 12%;
  background: radial-gradient(circle, rgba(214,31,44,.28), transparent 70%);
}
.svc-hero__orb--2 {
  width: 180px; height: 180px; left: 8%; bottom: 16%;
  background: radial-gradient(circle, rgba(16,18,24,.1), transparent 70%);
}
.svc-hero__layout {
  position: relative;
  z-index: 3;
  display: grid;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: calc(140px + 24px) 0 28px;
  pointer-events: none;
}
.svc-hero__copy {
  max-width: 420px;
  padding: 22px 24px;
  background: rgba(255,255,255,.82);
  border: 1px solid var(--hairline);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 18px 48px rgba(16,18,24,.08);
  pointer-events: auto;
  will-change: opacity, transform;
}
.svc-hero.is-journey .svc-hero__copy { pointer-events: none; }
.svc-hero__title {
  font-family: var(--display);
  font-size: clamp(28px, 4.2vw, 44px);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.08;
  margin: 10px 0 14px;
  color: var(--ink);
}
.svc-hero__title em { font-style: normal; color: var(--red); }
.svc-hero__sub {
  font-size: 15px;
  line-height: 1.55;
  color: var(--gray-600);
  font-weight: 500;
  margin-bottom: 18px;
}
.svc-hero__hint {
  margin-top: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gray-400);
}

/* Site reels (DOM stack după journey) */
.site-reel {
  position: relative;
  background: var(--paper);
}
.site-reel-track {
  height: calc(var(--reel-steps, 3) * 100svh);
  height: calc(var(--reel-steps, 3) * 100vh);
  position: relative;
}
.site-reel-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.site-reel-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 40%, rgba(214,31,44,.12), transparent 58%),
    radial-gradient(ellipse at 80% 80%, rgba(16,18,24,.05), transparent 45%);
}
.site-reel-stage {
  position: relative;
  width: min(520px, 92vw);
  height: min(70vh, 640px);
  perspective: 1400px;
  transform-style: preserve-3d;
}
.site-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(100%, 380px);
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  will-change: transform, opacity;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  backface-visibility: hidden;
}
.site-card-frame {
  border-radius: 0;
  background: #fff;
  border: 1px solid var(--hairline);
  box-shadow: 0 24px 60px rgba(16,18,24,.12);
  overflow: hidden;
  padding: 5px 5px 6px;
}
.site-card-chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 2px 2px 6px;
  padding: 7px 8px;
  background: #f0f0f2;
}
.site-card-dots {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}
.site-card-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c5c5cc;
}
.site-card-dots i:nth-child(1) { background: #d61f2c; }
.site-card-dots i:nth-child(2) { background: #febc2e; }
.site-card-dots i:nth-child(3) { background: #28c840; }
.site-card-url {
  flex: 1;
  min-width: 0;
  font-size: 11px;
  font-weight: 600;
  color: var(--gray-600);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 999px;
  padding: 4px 10px;
  line-height: 1.3;
  font-family: var(--font);
}
.site-card-shot {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.22;
  object-fit: cover;
  object-position: center top;
  background: #e8e8ec;
}
.site-reel-ui {
  position: absolute;
  right: max(20px, calc((100vw - var(--max, 1240px)) / 2));
  bottom: 28px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  pointer-events: none;
}
.site-reel-ui .site-reel-label { pointer-events: auto; }
.site-reel-progress {
  width: 120px;
  height: 4px;
  background: var(--gray-200);
  overflow: hidden;
}
.site-reel-progress-bar {
  display: block;
  height: 100%;
  width: 0%;
  background: var(--red);
}
.site-reel-label {
  display: inline-flex;
  padding: 10px 16px;
  background: rgba(255,255,255,.92);
  border: 1px solid var(--hairline);
  font-family: var(--display);
  font-weight: 800;
  font-size: 15px;
  color: var(--ink);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 28px rgba(16,18,24,.08);
  text-decoration: none;
  transition: transform .25s var(--ease), color .25s, border-color .25s;
}
.site-reel-label:hover {
  color: var(--red);
  border-color: rgba(214,31,44,.35);
  transform: translateY(-2px);
}
.site-reel-hint {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gray-400);
  padding: 4px 10px;
  background: rgba(255,255,255,.7);
}
.site-reel-index {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  color: var(--red);
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(214,31,44,.2);
  padding: 6px 12px;
}

@media (max-width: 900px) {
  .svc-hero__copy { max-width: min(100%, 360px); }
  .svc-hero__layout { align-items: end; padding-bottom: 36px; }
  .site-card { width: min(100%, 340px); }
  .site-reel-ui { right: 16px; bottom: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .svc-hero__copy,
  .site-card { transition: none !important; }
}

/* ============================================================
   NAV activ + pagini immersive
   ============================================================ */
.navbar__links a.is-active,
.menu__links a.is-active { color: var(--red) !important; }

body.immersive-mode .utility,
body.immersive-mode .progress { display: none; }
body.page-contact-immersive .footer { display: none; }
body.page-contact-immersive { overflow: hidden; }

/* —— Contact wizard —— */
.page-contact-immersive {
  background: #fff;
  min-height: 100svh;
}
body.page-contact-immersive .navbar {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  box-shadow: none;
}
.contact-wizard {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 100px 20px 40px;
  background: #fff;
}
.contact-wizard__top {
  position: fixed;
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
  width: min(340px, 88vw);
  z-index: 5;
}
.cw-progress {
  height: 2px;
  background: var(--gray-200);
  overflow: hidden;
}
.cw-progress i {
  display: block;
  height: 100%;
  width: 0%;
  background: var(--red);
  transition: width .4s ease;
}
.cw-counter {
  margin-top: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gray-400);
  text-align: center;
}
.cw-card {
  width: min(380px, 90vw);
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  will-change: opacity;
}
.cw-step {
  display: none;
  text-align: center;
}
.cw-step.is-active { display: block; }
.cw-step__kicker {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 10px;
}
.cw-step h2 {
  font-family: var(--display);
  font-size: clamp(22px, 3.4vw, 28px);
  font-weight: 800;
  letter-spacing: -.03em;
  margin-bottom: 8px;
  color: var(--ink);
}
.cw-step p {
  color: var(--gray-600);
  font-size: 13.5px;
  margin-bottom: 22px;
  font-weight: 500;
  line-height: 1.45;
}
.cw-step .field { text-align: left; margin-bottom: 0; }
.cw-step .field label {
  font-size: 10px;
  letter-spacing: .12em;
}
.cw-step .field input,
.cw-step .field select {
  font-size: 15px;
  padding: 11px 14px;
  border-radius: 0;
  border: 1px solid var(--gray-200);
  width: 100%;
  background: #fff;
  color: var(--ink);
}
.cw-step .field input:focus,
.cw-step .field select:focus {
  border-color: var(--gray-400);
  outline: none;
  box-shadow: none;
  background: #fff;
}
.cw-actions {
  display: flex;
  gap: 10px;
  margin-top: 24px;
  justify-content: center;
}
.cw-actions .btn {
  flex: 1;
  max-width: 150px;
  font-size: 11px;
  padding-left: 16px;
  gap: 10px;
  box-shadow: none !important;
  transition: background .25s ease, color .25s ease, opacity .25s ease;
}
.cw-actions .btn:active { transform: scale(.98); }
.cw-actions .btn__label { padding: 8px 0; }
.cw-actions .btn__ic {
  width: 32px;
  height: 32px;
  transition: transform .25s ease;
}
.cw-actions .btn:hover .btn__ic { transform: translateX(2px); }
.cw-actions .btn--primary:hover { box-shadow: none !important; }
.cw-actions .btn--line:hover { opacity: .75; }
.cw-actions .btn[hidden] { display: none; }
.page-contact-immersive .form__ok.show {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}

/* —— Despre noi — editorial (animat ca home, aspect distinct) —— */
.page-despre {
  background: var(--white);
  color: var(--ink);
}

.dp-hero {
  position: relative;
  padding: 148px 0 72px;
  background: linear-gradient(180deg, var(--paper) 0%, var(--white) 55%);
  overflow: hidden;
}
.dp-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: end;
}
.dp-eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 22px;
}
.dp-hero__title {
  font-family: var(--display);
  font-size: clamp(34px, 5.2vw, 68px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.02;
  max-width: 11ch;
}
.dp-hero__title .line {
  display: block;
  overflow: hidden;
  padding-bottom: .1em;
  margin-bottom: -.1em;
}
.dp-hero__title .line > span { display: inline-block; }
.dp-hero__title .w { display: inline-block; white-space: pre; }
.dp-hero__title em { font-style: normal; color: var(--red); }
.dp-lead {
  margin-top: 24px;
  max-width: 46ch;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
  color: var(--gray-600);
}
.dp-hero__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 36px;
}
.dp-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  border-bottom: 1px solid var(--gray-300);
  padding-bottom: 3px;
  transition: color .25s, border-color .25s;
}
.dp-link:hover { color: var(--red); border-color: var(--red); }

.dp-hero__aside { display: grid; gap: 16px; }
.dp-hero__figure {
  position: relative;
  margin: 0;
  aspect-ratio: 4/5;
  background: var(--paper);
}
.dp-hero__figure img { width: 100%; height: 100%; object-fit: cover; }
.dp-hero__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 18px 20px;
  background: linear-gradient(0deg, rgba(8,8,10,.72), transparent);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.dp-hero__caption strong { font-family: var(--display); font-size: 15px; letter-spacing: -.02em; text-transform: none; }
.dp-hero__metrics {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--hairline);
  border: 1px solid var(--hairline);
}
.dp-hero__metrics li {
  background: var(--white);
  padding: 18px 10px;
  text-align: center;
}
.dp-hero__metrics b {
  display: block;
  font-family: var(--display);
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1;
}
.dp-hero__metrics span {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gray-500);
}
.dp-hero__rule {
  height: 2px;
  background: var(--gray-200);
  margin-top: 56px;
  overflow: hidden;
}
.dp-hero__rule i {
  display: block;
  height: 100%;
  width: 0%;
  background: var(--red);
}

.dp-manifest {
  padding: 56px 0;
  border-bottom: 1px solid var(--hairline);
}
.dp-manifest__quote {
  margin: 0;
  max-width: 920px;
}
.dp-manifest__quote p {
  font-family: var(--display);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.35;
  color: var(--ink);
}

.dp-section { padding: clamp(72px, 9vw, 110px) 0; }
.dp-section--paper { background: var(--paper); }
.dp-section-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px 40px;
  align-items: start;
  margin-bottom: 48px;
  max-width: 780px;
}
.dp-num {
  font-family: var(--display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  color: var(--red);
  padding-top: 8px;
}
.dp-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-top: 6px;
}
.dp-h2 {
  font-family: var(--display);
  font-size: clamp(28px, 3.8vw, 44px);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.08;
}
.dp-body {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  color: var(--gray-600);
  max-width: 58ch;
}

.dp-split {
  display: grid;
  grid-template-columns: 100px 1fr 340px;
  gap: 32px 48px;
  align-items: start;
}
.dp-split__index { position: sticky; top: 120px; }
.dp-split__visual { position: sticky; top: 120px; }
.dp-frame {
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 24px 60px rgba(16,18,24,.08);
}
.dp-frame .media { height: 100%; border-radius: 0; }
.dp-frame img { height: 100%; }

.dp-list {
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
  display: grid;
  gap: 0;
}
.dp-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid var(--hairline);
}
.dp-list li:last-child { border-bottom: 1px solid var(--hairline); }
.dp-list__no {
  font-family: var(--display);
  font-size: 14px;
  font-weight: 800;
  color: var(--red);
  padding-top: 4px;
}
.dp-list strong {
  display: block;
  font-family: var(--display);
  font-size: 17px;
  margin-bottom: 6px;
}
.dp-list p {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--gray-600);
  line-height: 1.55;
}

.dp-bento {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.dp-bento__cell {
  padding: 32px 28px;
  background: var(--white);
  border: 1px solid var(--hairline);
  min-height: 200px;
  display: flex;
  flex-direction: column;
  transition: border-color .35s, box-shadow .35s;
}
.dp-bento__cell:hover {
  border-color: rgba(214,31,44,.25);
  box-shadow: 0 16px 40px rgba(16,18,24,.06);
}
.dp-bento__cell--accent {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.dp-bento__cell--accent .dp-bento__no { color: var(--red-2); }
.dp-bento__cell--accent p { color: rgba(255,255,255,.65); }
.dp-bento__no {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  color: var(--red);
  margin-bottom: 16px;
}
.dp-bento__cell h3 {
  font-family: var(--display);
  font-size: 22px;
  margin-bottom: 10px;
}
.dp-bento__cell p {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--gray-600);
  line-height: 1.5;
  margin-top: auto;
}

.dp-timeline {
  list-style: none;
  margin: 0;
  padding: 0 0 0 28px;
  border-left: 2px solid var(--hairline);
  max-width: 640px;
}
.dp-timeline__item {
  position: relative;
  padding: 0 0 40px 32px;
}
.dp-timeline__item:last-child { padding-bottom: 0; }
.dp-timeline__dot {
  position: absolute;
  left: -35px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--red);
  box-shadow: 0 0 0 4px var(--white);
}
.dp-timeline__content time {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 8px;
}
.dp-timeline__content h3 {
  font-family: var(--display);
  font-size: 22px;
  margin-bottom: 8px;
}
.dp-timeline__content p {
  font-size: 15px;
  font-weight: 500;
  color: var(--gray-600);
  line-height: 1.55;
}

.dp-promises__intro {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 32px;
}
.dp-promises__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.dp-promise {
  padding: 28px 22px;
  background: var(--white);
  border: 1px solid var(--hairline);
  text-align: left;
}
.dp-promise svg {
  width: 22px;
  height: 22px;
  color: var(--red);
  margin-bottom: 16px;
}
.dp-promise b {
  display: block;
  font-family: var(--display);
  font-size: 16px;
  margin-bottom: 6px;
}
.dp-promise small {
  font-size: 13px;
  font-weight: 500;
  color: var(--gray-600);
  line-height: 1.45;
}

.dp-cta {
  padding: 0 0 clamp(80px, 10vw, 120px);
}
.dp-cta__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  padding: clamp(32px, 5vw, 48px);
  border: 1px solid var(--hairline);
  background: var(--white);
  box-shadow: 0 20px 60px rgba(16,18,24,.06);
}
.dp-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .dp-split { grid-template-columns: 1fr; }
  .dp-split__index, .dp-split__visual { position: static; }
  .dp-split__visual { max-width: 360px; }
  .dp-promises__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .dp-hero__grid { grid-template-columns: 1fr; }
  .dp-hero__title { max-width: none; }
  .dp-hero__metrics { grid-template-columns: repeat(2, 1fr); }
  .dp-bento { grid-template-columns: 1fr; }
  .dp-promises__grid { grid-template-columns: 1fr; }
  .dp-cta__card { flex-direction: column; align-items: flex-start; }
}

/* —— Abonamente orbit —— */
.page-abonamente-immersive .plans-orbit {
  position: relative;
  height: min(78vh, 720px);
  margin: 20px auto 0;
  max-width: 1100px;
  perspective: 1400px;
}
.imm-hero-mini {
  text-align: center;
  padding: 120px 20px 0;
  max-width: 720px;
  margin: 0 auto;
}
.plans-orbit__stage {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  cursor: grab;
  touch-action: pan-y;
}
.plans-orbit__stage:active { cursor: grabbing; }
.plans-orbit__stage.is-dragging-x {
  touch-action: none;
  cursor: grabbing;
}
.plans-orbit__card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(340px, 82vw);
  max-height: min(560px, 70vh);
  overflow-y: auto;
  padding: 26px 22px 22px;
  background: #fff;
  border: 1px solid var(--hairline);
  box-shadow: 0 20px 50px rgba(16,18,24,.1);
  text-align: left;
  will-change: transform, opacity;
  transition: box-shadow .3s;
  display: flex;
  flex-direction: column;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.plans-orbit__card.is-active {
  box-shadow: 0 32px 70px rgba(214,31,44,.15);
  border-color: rgba(214,31,44,.25);
}
.plans-orbit__card.is-popular { border-color: rgba(214,31,44,.35); }
.plans-orbit__tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 8px;
}
.plans-orbit__card h3 {
  font-family: var(--display);
  font-size: 22px;
  margin-bottom: 6px;
}
.plans-orbit__desc {
  font-size: 13px;
  font-weight: 500;
  color: var(--gray-600);
  line-height: 1.45;
  margin-bottom: 14px;
}
.plans-orbit__price {
  font-family: var(--display);
  font-size: 32px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 16px;
  line-height: 1;
}
.plans-orbit__price small { font-size: 13px; font-weight: 600; color: var(--gray-500); }
.plans-orbit__list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 10px;
  flex: 1;
}
.plans-orbit__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--ink);
}
.plans-orbit__list svg {
  color: var(--red);
  flex: none;
  margin-top: 2px;
  width: 16px;
  height: 16px;
}
.plans-orbit__card .btn { margin-top: auto; justify-content: space-between; width: 100%; }
.plans-orbit__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--red);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 8px;
}
.plans-orbit__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 48px;
  height: 48px;
  border: 1px solid var(--hairline);
  background: #fff;
  font-size: 22px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: .3s;
}
.plans-orbit__nav:hover { background: var(--red); color: #fff; border-color: var(--red); }
.plans-orbit__nav.prev { left: 8px; }
.plans-orbit__nav.next { right: 8px; }
.plans-orbit__info {
  text-align: center;
  margin-top: 24px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.plans-orbit__info h2 {
  font-family: var(--display);
  font-size: clamp(24px, 3.5vw, 32px);
  margin-bottom: 8px;
}
.plans-orbit__info p { color: var(--gray-600); font-weight: 500; }
.plans-orbit__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.plans-orbit__dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  background: var(--gray-300);
  padding: 0;
  cursor: pointer;
  transition: .3s;
}
.plans-orbit__dots button.on {
  background: var(--red);
  width: 24px;
  border-radius: 4px;
}

/* Mobile: același orbit 3D ca desktop, cu swipe pe touch */
.plans-orbit__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 4px;
}
.plans-orbit__controls .plans-orbit__nav {
  position: static;
  transform: none;
  background: #fff;
  border: 1px solid var(--hairline);
  box-shadow: none;
}
.plans-orbit__controls .plans-orbit__dots { margin-top: 0; }
.plans-section { padding-top: 0; padding-bottom: 48px; }

@media (min-width: 761px) {
  .plans-orbit__controls .plans-orbit__prev-m,
  .plans-orbit__controls .plans-orbit__next-m { display: none; }
}

@media (max-width: 760px) {
  .imm-hero-mini {
    padding: 100px 20px 4px;
  }
  .imm-hero-mini .h2 {
    font-size: clamp(26px, 7vw, 34px);
  }
  .imm-hero-mini .lead {
    font-size: 14.5px;
  }
  .page-abonamente-immersive .plans-orbit {
    height: min(62vh, 520px);
    margin-top: 12px;
    perspective: 1100px;
  }
  .plans-orbit--mobile .plans-orbit__stage {
    touch-action: pan-y;
  }
  .plans-orbit--mobile .plans-orbit__card {
    width: min(280px, 78vw);
    max-height: min(440px, 58vh);
    padding: 20px 16px 16px;
  }
  .plans-orbit--mobile .plans-orbit__price { font-size: 26px; margin-bottom: 12px; }
  .plans-orbit--mobile .plans-orbit__list { gap: 8px; margin-bottom: 14px; }
  .plans-orbit--mobile .plans-orbit__list li { font-size: 12.5px; }
  .plans-orbit--mobile .plans-orbit__desc { font-size: 12.5px; margin-bottom: 10px; }
  .plans-orbit--mobile .plans-orbit__card h3 { font-size: 20px; }
  .plans-orbit > .plans-orbit__nav { display: none !important; }
  .plans-orbit__controls .plans-orbit__nav {
    width: 44px;
    height: 44px;
  }
  .pricing-note {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .pricing-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
}

/* —— Servicii mobile DOM carousel (circular → flow) —— */
.svc-hero--dom .svc-hero__webgl[hidden] { display: none !important; }
.svc-hero--dom .svc-hero__sticky {
  /* overflow hidden + 3D = carduri invizibile pe Safari; folosim 2D */
  overflow: hidden;
}
.svc-dom-ring {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: auto;
  touch-action: pan-y;
  /* Fără perspective / preserve-3d — evită ecranul alb pe iOS */
  transform: none;
}
.svc-hero--dom .svc-hero__webgl-wrap.is-dragging {
  touch-action: none;
  cursor: grabbing;
}
.svc-dom-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(72vw, 300px);
  transform: translate(-50%, -50%);
  transform-origin: center center;
  will-change: transform, opacity;
  text-decoration: none;
  color: inherit;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.svc-dom-card__frame {
  background: #fff;
  border: 1px solid var(--hairline);
  box-shadow: 0 16px 40px rgba(16,18,24,.14);
  overflow: hidden;
  padding: 5px 5px 6px;
}
.svc-dom-card.is-front .svc-dom-card__frame,
.svc-dom-card.is-stack-active .svc-dom-card__frame {
  box-shadow: 0 22px 50px rgba(214,31,44,.18);
}
.svc-dom-card__chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 2px 2px 6px;
  padding: 6px 8px;
  background: #f0f0f2;
}
.svc-dom-card__dots {
  display: flex;
  gap: 5px;
  flex-shrink: 0;
}
.svc-dom-card__dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c5c5cc;
}
.svc-dom-card__dots i:nth-child(1) { background: #d61f2c; }
.svc-dom-card__dots i:nth-child(2) { background: #febc2e; }
.svc-dom-card__dots i:nth-child(3) { background: #28c840; }
.svc-dom-card__url {
  flex: 1;
  min-width: 0;
  font-size: 10px;
  font-weight: 600;
  color: var(--gray-600);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 999px;
  padding: 3px 8px;
  line-height: 1.3;
}
.svc-dom-card__shot {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.15;
  object-fit: cover;
  object-position: center top;
  background: #e8e8ec;
}
.svc-dom-journey {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 22px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}
.svc-dom-journey.is-on { opacity: 1; }
.svc-dom-journey__label {
  display: inline-flex;
  padding: 10px 14px;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--hairline);
  font-family: var(--display);
  font-weight: 800;
  font-size: 15px;
  color: var(--ink);
  box-shadow: 0 10px 28px rgba(16,18,24,.08);
}
.svc-dom-journey__hint {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gray-500);
  padding: 4px 10px;
  background: rgba(255,255,255,.75);
}
.svc-dom-journey__index {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  color: var(--red);
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(214,31,44,.2);
  padding: 6px 12px;
}

/* Servicii — mobile layout */
@media (max-width: 760px) {
  .svc-hero__track {
    height: calc(var(--svc-hero-steps, 5.1) * 100svh);
  }
  .svc-hero__sticky {
    height: 100svh;
    min-height: 100svh;
  }
  .svc-hero--dom .svc-hero__layout {
    align-items: flex-end;
    padding: 0 0 14px;
    height: 100%;
    z-index: 4;
  }
  .svc-hero--dom .svc-dom-ring {
    inset: 0;
  }
  .svc-hero--dom.is-journey .svc-dom-journey {
    bottom: 28px;
  }
  .svc-hero__copy {
    max-width: 100%;
    width: 100%;
    padding: 14px 14px 12px;
    margin: 0;
    background: rgba(255,255,255,.94);
    border: none;
    box-shadow: 0 -10px 32px rgba(16,18,24,.07);
  }
  .svc-hero__title {
    font-size: clamp(22px, 5.8vw, 28px);
    line-height: 1.12;
    margin: 6px 0 8px;
  }
  .svc-hero__sub {
    font-size: 12.5px;
    margin: 0 0 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .svc-hero__copy .btn-row {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .svc-hero__copy .btn {
    width: 100%;
    justify-content: space-between;
  }
  .svc-hero__hint {
    font-size: 10px;
    margin-top: 8px;
  }
  .svc-hero.is-journey .svc-hero__copy {
    pointer-events: none;
  }
  .svc-hero__vignette {
    background:
      linear-gradient(180deg, rgba(255,255,255,.06) 0%, transparent 20%, transparent 55%, rgba(255,255,255,.55) 100%);
  }
  .svc-hero.is-journey .svc-hero__vignette {
    opacity: .12;
    background: linear-gradient(180deg, transparent 60%, rgba(247,247,249,.5) 100%);
  }
  .svc-hero__webgl-wrap {
    touch-action: manipulation;
    background:
      radial-gradient(ellipse at 50% 32%, rgba(214,31,44,.2), transparent 52%),
      linear-gradient(180deg, #f7f7f9 0%, #eeeef2 100%);
  }
  .svc-hero--dom .svc-hero__webgl-wrap {
    touch-action: pan-y;
  }
  .svc-hero--dom.is-journey .svc-hero__webgl-wrap {
    background:
      radial-gradient(ellipse at 50% 40%, rgba(214,31,44,.16), transparent 55%),
      linear-gradient(180deg, #f3f4f6 0%, #ebecef 100%);
  }

  .site-reel--mobile .site-reel-track {
    height: calc(var(--reel-steps, 2.5) * 100svh);
  }
  .site-reel--mobile .site-reel-sticky {
    overflow: hidden;
  }
  .site-reel--mobile .site-reel-stage {
    width: min(92vw, 340px);
    height: min(58vh, 460px);
    /* fără perspective 3D pe mobil */
    perspective: none;
    transform-style: flat;
  }
  .site-reel--mobile .site-card {
    width: min(100%, 320px);
  }
  .site-reel--mobile .site-reel-ui {
    right: 12px;
    left: auto;
    bottom: 16px;
    max-width: 55%;
  }
  .site-reel--mobile .site-reel-label {
    font-size: 13px;
    padding: 8px 12px;
  }
  .site-reel--mobile .site-reel-hint {
    font-size: 9px;
  }
  .site-reel-track {
    height: 220vh;
  }
  .site-reel-stage {
    width: min(100%, 320px);
    height: min(62vh, 480px);
  }
  .site-card {
    width: min(100%, 300px);
  }
  .contact-wizard {
    padding: 96px 16px 32px;
  }
  .cw-card { width: min(100%, 92vw); }
  .contact-wizard__top {
    top: 72px;
    width: min(320px, 88vw);
  }
}

@media (max-width: 700px) {
  .plans-orbit__nav { width: 40px; height: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  .despre-scroll { scroll-behavior: auto; }
}
