/* ============================================
   FONTURI SELF-HOSTED (inainte veneau de la Google Fonts)
   Aceleasi fisiere variabile pe care le servea Google (Inter v20,
   Space Grotesk v22, JetBrains Mono v24), doar subseturile latin + latin-ext.
   Fisierele stau in /fonts/. Nu mai exista nicio cerere catre fonts.googleapis.com.
   ============================================ */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/spacegrotesk-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/spacegrotesk-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('../fonts/jetbrainsmono-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('../fonts/jetbrainsmono-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============================================
   NEUROWEB - STYLESHEET GLOBAL
   Design Futurist Premium
   ============================================ */

/* ---- FONTURI încărcate din HTML head (preconnect + preload pentru LCP rapid) ---- */

/* ---- VARIABILE CSS ---- */
:root {
  /* PALETA NEUROWEB 2026 V2 — Dark base + Electric Orange-Magenta primary */
  /* Unic, energetic, premium — inspirat editorial fashion + tech studio */

  /* Brand primary — Electric Orange (semnal, energie, conversion) */
  --orange-deep: #cc4400;
  --orange-core: #ff6b35;
  --orange-light: #ff8a5b;
  --orange-glow: #ffb088;
  --orange-accent: #ff7847;

  /* Accent secundar — Hot Magenta (creativitate, premium) */
  --pink-deep: #9d174d;
  --pink-core: #ec4899;
  --pink-light: #f472b6;
  --pink-glow: #fbcfe8;

  /* Accent terțiar — Cyan electric (tehnologie, cool contrast) */
  --cyan-deep: #0e7490;
  --cyan-core: #06b6d4;
  --cyan-light: #22d3ee;
  --cyan-glow: #67e8f9;

  /* ALIAS legacy purple (păstrate pentru compatibilitate) */
  --purple-deep: #cc4400;
  --purple-core: #ff6b35;
  --purple-light: #ff8a5b;
  --purple-glow: #ffb088;
  --purple-accent: #ff7847;
  --blue-deep: #0e7490;
  --blue-core: #06b6d4;
  --blue-light: #22d3ee;
  --blue-glow: #67e8f9;

  /* Neutrale — slate warm dark (NU negru pur, mai aerisit, premium feel) */
  --bg-black: #13131a;
  --bg-base: #13131a;     /* Slate warm — main background, +85% mai luminos ca #13131a */
  --bg-dark: #1a1a23;     /* Footer + secțiuni accent */
  --bg-surface: #20202b;  /* Carduri, surfaces ridicate */
  --bg-elevated: #2a2a36; /* Hover states, dropdowns */

  /* Text — alb cald */
  --white: #ffffff;
  --white-soft: rgba(250, 250, 252, 0.97);
  --white-mute: rgba(235, 235, 245, 0.74);
  --white-subtle: rgba(220, 220, 235, 0.5);

  /* Borders — discret, orange-tinted */
  --border-subtle: rgba(255, 107, 53, 0.12);
  --border-medium: rgba(255, 107, 53, 0.26);

  /* Gradients — orange-magenta-cyan signature */
  --grad-primary: linear-gradient(135deg, #ff6b35 0%, #ec4899 100%);
  --grad-purple: linear-gradient(135deg, #ff6b35 0%, #ec4899 50%, #ff7847 100%);
  --grad-mixed: linear-gradient(135deg, #ff6b35 0%, #ec4899 55%, #06b6d4 100%);
  --grad-deep: linear-gradient(180deg, #13131a 0%, #14141c 100%);
  --grad-hero: radial-gradient(ellipse at top, rgba(255, 107, 53, 0.32) 0%, rgba(236, 72, 153, 0.14) 50%, transparent 75%);
  --grad-text: linear-gradient(90deg, #ff6b35 0%, #ec4899 100%);

  /* Tipografie */
  --font-display: 'Space Grotesk', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  /* Spacing & Radius */
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;

  /* Transitions */
  --ease-smooth: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ---- RESET ---- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  background: var(--bg-black);
  color: var(--white-soft);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* ---- BACKGROUND COSMIC — premium 2026, violet + cyan ---- */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 15% 5%, rgba(255, 107, 53, 0.30) 0%, transparent 45%),
    radial-gradient(circle at 85% 15%, rgba(6, 182, 212, 0.22) 0%, transparent 45%),
    radial-gradient(circle at 50% 100%, rgba(255, 107, 53, 0.18) 0%, transparent 55%);
  z-index: -2;
  pointer-events: none;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 138, 91, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 138, 91, 0.035) 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: -1;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
}

/* ---- UTILITIES ---- */
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.container-narrow {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s var(--ease-smooth);
}

img {
  max-width: 100%;
  display: block;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

/* ---- TIPOGRAFIE ---- */
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--white);
}

h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 700;
}

h2 {
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 700;
}

h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  font-weight: 600;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--purple-glow);
  padding: 0;
  border: none;
  background: none;
  backdrop-filter: none;
}

.eyebrow::before {
  content: '';
  width: 26px;
  height: 2px;
  background: var(--purple-light);
  border-radius: 2px;
  box-shadow: none;
  animation: none;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.2); }
}

.gradient-text {
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ============================================
   HEADER NAVIGATION
   ============================================ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 18px 0;
  /* Pregătit pentru transition fără flash alb:
     - border permanent (transparent → orange)
     - background gradient deja prezent (opacity 0 → 0.92) */
  background: rgba(19, 19, 26, 0);
  border-bottom: 1px solid transparent;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: background 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              padding 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              border-bottom-color 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: background, padding;
}

.site-header.scrolled {
  background: rgba(19, 19, 26, 0.92);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom-color: rgba(255, 107, 53, 0.18);
  padding: 10px 0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}
.site-header.scrolled .nav-menu {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}
.site-header.scrolled .nav-menu a {
  color: var(--white-soft);
}
.site-header.scrolled .nav-menu a:hover,
.site-header.scrolled .nav-menu a.active {
  color: var(--white);
  background: rgba(255, 107, 53, 0.22);
  box-shadow: 0 0 18px rgba(255, 107, 53, 0.35);
}

.nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  color: var(--white);
  position: relative;
  z-index: 1001;
  text-decoration: none;
}

/* ============================================
   LOGO BRAND — MARE, prominent, cu glow radial în spate
   ============================================ */
.logo-brand {
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  /* Permite glow-ului să iasă din container */
  overflow: visible;
}

/* GLOW INTENS radial în spatele logoului — INDEPENDENT de fundalul paginii */
.logo-brand::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220%;
  height: 220%;
  background:
    radial-gradient(circle at center,
      rgba(255, 107, 53, 0.7) 0%,       /* CENTER: orange puternic */
      rgba(255, 107, 53, 0.4) 25%,
      rgba(236, 72, 153, 0.25) 50%,     /* fade pink */
      transparent 75%);
  filter: blur(40px);
  z-index: -1;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.4s var(--ease-smooth),
              width 0.4s var(--ease-smooth),
              height 0.4s var(--ease-smooth);
}
.logo-brand:hover::before {
  width: 240%;
  height: 240%;
}
/* Pe scroll: glow se reduce proporțional cu logoul */
.site-header.scrolled .logo-brand::before {
  width: 180%;
  height: 180%;
  opacity: 0.85;
}

.logo-brand img {
  height: 44px;  /* DRASTICALLY redus (era 140px) — logo nou PNG cu transparenta proprie */
  width: auto;
  background: transparent;
  /* drop-shadow subtil pentru profunzime, filtru greu eliminat (nu mai e necesar cu PNG curat) */
  filter: drop-shadow(0 4px 12px rgba(255, 107, 53, 0.35));
  transition: height 0.4s var(--ease-spring),
              filter 0.4s var(--ease-smooth),
              transform 0.3s var(--ease-smooth);
  display: block;
  position: relative;
  z-index: 1;
}
.logo-brand:hover img {
  filter: drop-shadow(0 4px 16px rgba(255, 107, 53, 0.55));
  transform: scale(1.04);
}

/* Pe scroll: logo se micșorează ușor */
.site-header.scrolled .logo-brand img {
  height: 38px;
}
.site-header.scrolled .logo-brand::before {
  opacity: 0.6;
}

/* === ASCUNDE LOGO PE HOMEPAGE === */
/* Pe homepage, hero-ul are deja titlu NEUROWEB mare → logo în header e redundant */
body.page-acasa .logo-brand img {
  display: none;
}
/* Păstrăm spațiul mic ca să nu deplaseze meniul prea aproape de stânga */
body.page-acasa .logo-brand {
  min-width: 60px;
}

/* Nav wrapper: asigură aliniere perfectă verticală */
.nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

/* Logo în footer — și el redus */
.footer-brand img {
  background: transparent;
  filter: drop-shadow(0 4px 12px rgba(255, 107, 53, 0.35));
  height: 56px;
  width: auto;
}

/* Tablet */
@media (max-width: 1000px) {
  .logo-brand img {
    height: 42px;
  }
  .site-header.scrolled .logo-brand img {
    height: 36px;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .logo-brand img {
    height: 38px;
  }
  .site-header.scrolled .logo-brand img {
    height: 34px;
  }
  .footer-brand img {
    height: 48px;
  }
  .logo-brand::before {
    width: 160%;
    height: 160%;
  }
}

/* Legacy fallback */
.logo img:not(.logo-brand img) {
  height: 38px;
  width: auto;
  background: transparent;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(255, 107, 53, 0.03);
  border: 1px solid var(--border-subtle);
  border-radius: 100px;
  backdrop-filter: blur(10px);
}

.nav-menu a {
  display: block;
  padding: 10px 18px;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--white-mute);
  border-radius: 100px;
  transition: all 0.3s var(--ease-smooth);
  position: relative;
}

.nav-menu a:hover,
.nav-menu a.active {
  color: var(--white);
  background: rgba(255, 107, 53, 0.15);
  box-shadow: 0 0 20px rgba(255, 107, 53, 0.3);
  transform: translateY(-1px);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: var(--grad-mixed);
  color: var(--white);
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 100px;
  box-shadow: 0 8px 30px rgba(255, 107, 53, 0.45), 0 4px 16px rgba(6, 182, 212, 0.25);
  transition: all 0.3s var(--ease-smooth);
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 42px rgba(255, 107, 53, 0.6), 0 8px 24px rgba(6, 182, 212, 0.4);
}

.mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  z-index: 1001;
}

.mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all 0.3s var(--ease-smooth);
}

.mobile-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1rem;
  border-radius: 100px;
  transition: all 0.4s var(--ease-smooth);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.01em;
}

.btn-primary {
  background: var(--grad-mixed);
  color: var(--white);
  box-shadow: 0 12px 40px rgba(255, 107, 53, 0.45), 0 8px 24px rgba(6, 182, 212, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #e879f9 0%, #ff6b35 50%, #3b82f6 100%);
  opacity: 0;
  transition: opacity 0.4s var(--ease-smooth);
  z-index: -1;
}

.btn-primary:hover::before {
  opacity: 1;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 55px rgba(232, 121, 249, 0.55), 0 12px 30px rgba(6, 182, 212, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  border: 1px solid var(--border-medium);
  backdrop-filter: blur(10px);
}

.btn-secondary:hover {
  background: rgba(255, 107, 53, 0.15);
  border-color: var(--purple-light);
  transform: translateY(-2px);
}

.btn-arrow {
  transition: transform 0.3s var(--ease-smooth);
}

.btn:hover .btn-arrow {
  transform: translateX(4px);
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
  min-height: 100vh;
  padding: 140px 0 80px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-orb {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.35) 0%, transparent 70%);
  filter: blur(60px);
  animation: float 20s infinite ease-in-out;
  pointer-events: none;
}

.hero-orb-1 {
  top: -200px;
  left: -100px;
}

.hero-orb-2 {
  bottom: -200px;
  right: -100px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.32) 0%, transparent 70%);
  animation-delay: -10s;
}

@keyframes float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(50px, -30px) scale(1.1); }
  66% { transform: translate(-30px, 40px) scale(0.95); }
}

@keyframes reveal-word {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slide-up {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ---- LAPTOP HERO VISUAL ---- */

.laptop {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  transform-style: preserve-3d;
  animation: laptop-float 6s infinite ease-in-out;
}

@keyframes laptop-float {
  0%, 100% { transform: translateY(0) rotateX(6deg); }
  50% { transform: translateY(-20px) rotateX(4deg); }
}

.display-pkg {
  background: rgba(255, 107, 53, 0.08);
  border: 1px solid rgba(255, 107, 53, 0.2);
  border-radius: 8px;
  padding: 14px 10px;
  text-align: center;
  animation: pkg-highlight 6s infinite;
}

.display-pkg:nth-child(2) {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.25) 0%, rgba(236, 72, 153, 0.25) 100%);
  border-color: var(--purple-light);
  transform: scale(1.05);
  animation-delay: -2s;
}

.display-pkg:nth-child(3) {
  animation-delay: -4s;
}

@keyframes pkg-highlight {
  0%, 100% { box-shadow: 0 0 0 rgba(255, 107, 53, 0); }
  50% { box-shadow: 0 0 20px rgba(255, 107, 53, 0.4); }
}

@keyframes cta-pulse {
  0%, 100% { box-shadow: 0 0 0 rgba(255, 107, 53, 0); }
  50% { box-shadow: 0 0 30px rgba(236, 72, 153, 0.5); }
}

@keyframes shadow-pulse {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 0.3; transform: scale(1.1); }
}

/* Floating elements around laptop */

@keyframes float-card {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

/* ============================================
   SECTIUNI GENERALE
   ============================================ */
section {
  padding: 120px 0;
  position: relative;
}

.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 80px;
}

.section-header h2 {
  margin: 20px 0 16px;
}

.section-header p {
  font-size: 1.1rem;
  color: var(--white-mute);
}

/* ============================================
   SERVICII GRID
   ============================================ */

/* ============================================
   PROCES
   ============================================ */

/* ============================================
   TESTIMONIALS
   ============================================ */

/* ============================================
   PRICING
   ============================================ */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

/* ============================================
   PRICING CARDS · Premium Refined (Linear/Stripe style)
   Smaller footprint, refined typography, subtle elevation
   ============================================ */
.pricing-card {
  position: relative;
  padding: 32px 28px;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(14px);
  transition: all 0.4s var(--ease-smooth);
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.pricing-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-medium);
  background: rgba(255, 255, 255, 0.025);
}

.pricing-card.featured {
  background: linear-gradient(180deg, rgba(255, 107, 53, 0.10) 0%, rgba(6, 182, 212, 0.04) 100%);
  border: 1px solid var(--purple-light);
  box-shadow: 0 20px 50px rgba(255, 107, 53, 0.18), 0 10px 25px rgba(6, 182, 212, 0.08);
  transform: scale(1.03);
}

.pricing-card.featured:hover {
  transform: scale(1.03) translateY(-4px);
  box-shadow: 0 25px 60px rgba(255, 107, 53, 0.25);
}

.pricing-badge {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 14px;
  background: var(--grad-mixed);
  border-radius: 100px;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--white);
  text-transform: uppercase;
  box-shadow: 0 6px 18px rgba(255, 107, 53, 0.4);
  white-space: nowrap;
}

.pricing-name {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--purple-light);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.pricing-tagline {
  font-size: 0.85rem;
  color: var(--white-mute);
  margin-bottom: 22px;
  line-height: 1.5;
}

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 6px;
}

.pricing-amount {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.02em;
}

.pricing-currency {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 500;
  color: var(--white-mute);
}

.pricing-period {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 500;
  color: var(--purple-glow);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 3px 9px;
  background: rgba(255, 107, 53, 0.08);
  border-radius: 100px;
  margin-bottom: 22px;
  width: fit-content;
}

.pricing-features {
  list-style: none;
  flex: 1;
  margin-bottom: 24px;
  padding: 0;
}

.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 7px 0;
  font-size: 0.84rem;
  color: var(--white-soft);
  line-height: 1.5;
  border-bottom: none;
}

.pricing-features li:last-child {
  border-bottom: none;
}

.pricing-check {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 107, 53, 0.12);
  border-radius: 50%;
  color: var(--purple-light);
  font-size: 0.62rem;
  font-weight: 700;
}

.pricing-card.featured .pricing-check {
  background: rgba(255, 138, 91, 0.2);
  color: var(--purple-glow);
}

.pricing-btn {
  width: 100%;
  justify-content: center;
  padding: 11px 20px;
  font-size: 0.88rem;
  font-weight: 600;
  border: 1px solid var(--border-medium);
  background: rgba(255, 255, 255, 0.03);
  color: var(--white-soft);
  border-radius: var(--radius-md);
  transition: all 0.3s var(--ease-smooth);
  display: inline-flex;
  align-items: center;
  text-align: center;
  font-family: var(--font-display);
}
.pricing-btn:hover {
  background: rgba(255, 107, 53, 0.12);
  border-color: var(--purple-light);
  color: var(--white);
}
.pricing-card.featured .pricing-btn {
  background: var(--grad-mixed);
  border-color: transparent;
  color: var(--white);
  box-shadow: 0 10px 24px rgba(255, 107, 53, 0.3);
}
.pricing-card.featured .pricing-btn:hover {
  box-shadow: 0 14px 32px rgba(255, 107, 53, 0.45);
  transform: translateY(-1px);
}

.pricing-note {
  margin-top: 48px;
  text-align: center;
  padding: 24px;
  background: rgba(255, 107, 53, 0.05);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  color: var(--white-mute);
  font-size: 0.92rem;
}

.pricing-note strong {
  color: var(--purple-glow);
}

/* ============================================
   PORTFOLIO
   ============================================ */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 28px;
}

.portfolio-card {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.5s var(--ease-smooth);
  cursor: pointer;
}

/* ============================================
   FOUNDER SECTION
   ============================================ */

.founder-image {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--border-medium);
}

.founder-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.8s var(--ease-smooth);
}

.founder-image:hover img {
  transform: scale(1.05);
}

.founder-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(13, 9, 32, 0.5) 100%);
  z-index: 1;
}

.founder-glow {
  position: absolute;
  inset: -20px;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.3) 0%, transparent 70%);
  filter: blur(40px);
  z-index: -1;
  animation: shadow-pulse 4s infinite ease-in-out;
}

.founder-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  padding: 16px 20px;
  background: rgba(13, 9, 32, 0.8);
  backdrop-filter: blur(20px);
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-md);
  z-index: 2;
}

.founder-badge-name {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 2px;
}

.founder-badge-role {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--purple-glow);
  letter-spacing: 0.05em;
}

/* ============================================
   CTA SECTION
   ============================================ */
.cta-section {
  position: relative;
  padding: 100px 0;
  margin: 60px 0;
}

.cta-wrapper {
  position: relative;
  padding: 80px 60px;
  background: linear-gradient(135deg, rgba(107, 33, 232, 0.15) 0%, rgba(236, 72, 153, 0.08) 100%);
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-xl);
  text-align: center;
  overflow: hidden;
  backdrop-filter: blur(20px);
}

.cta-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(255, 107, 53, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(236, 72, 153, 0.2) 0%, transparent 50%);
  z-index: 0;
}

.cta-wrapper > * {
  position: relative;
  z-index: 1;
}

.cta-wrapper h2 {
  margin: 20px 0 16px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrapper p {
  font-size: 1.15rem;
  color: var(--white-mute);
  max-width: 600px;
  margin: 0 auto 36px;
}

/* ============================================
   FAQ
   ============================================ */
.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all 0.4s var(--ease-smooth);
}

.faq-item[open] {
  border-color: var(--purple-light);
  background: rgba(255, 107, 53, 0.04);
}

.faq-question {
  padding: 24px 28px;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  transition: color 0.3s;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 107, 53, 0.15);
  border-radius: 50%;
  transition: all 0.3s var(--ease-smooth);
  color: var(--purple-glow);
}

.faq-item[open] .faq-icon {
  transform: rotate(180deg);
  background: var(--grad-purple);
  color: var(--white);
}

.faq-answer {
  padding: 0 28px 24px;
  color: var(--white-mute);
  line-height: 1.7;
}

/* ============================================
   CONTACT FORM
   ============================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
}

.contact-info h2 {
  margin: 20px 0 20px;
}

.contact-info > p {
  color: var(--white-mute);
  margin-bottom: 40px;
  font-size: 1.05rem;
  line-height: 1.7;
}

.contact-form {
  padding: 40px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  backdrop-filter: blur(10px);
}

.form-group {
  margin-bottom: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--white-soft);
  margin-bottom: 8px;
}

.form-input,
.form-textarea,
select.form-input {
  width: 100%;
  padding: 14px 18px;
  background: rgba(13, 9, 32, 0.6);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  color: var(--white);
  font-family: inherit;
  font-size: 0.95rem;
  transition: all 0.3s var(--ease-smooth);
}

/* Select dropdown styling — fix invisible options */
select.form-input,
.form-input[type="text"]:is(select),
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23a78bfa' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 46px;
  cursor: pointer;
}

/* Options dropdown: force dark bg + white text across all browsers */
.contact-form select option,
select.form-input option,
select option {
  background-color: #15151f !important;
  color: #ffffff !important;
  padding: 12px !important;
  font-weight: 500;
}

.contact-form select option:hover,
.contact-form select option:focus,
.contact-form select option:checked,
.contact-form select option:active,
select.form-input option:hover,
select.form-input option:checked {
  background: linear-gradient(#ff6b35, #ff6b35) !important;
  background-color: #ff6b35 !important;
  color: #ffffff !important;
}

/* First option (placeholder "Alege o opțiune") styled muted */
.contact-form select option[value=""] {
  color: #a5a5b5 !important;
  font-style: italic;
}

.form-input:focus,
.form-textarea:focus,
select.form-input:focus {
  outline: none;
  border-color: var(--purple-light);
  background-color: rgba(255, 107, 53, 0.04);
  box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.12);
}

.form-textarea {
  min-height: 140px;
  resize: vertical;
  font-family: inherit;
}

/* ---- CRITICAL: Override browser autofill (Chrome/Edge paint fields white-blue) ---- */
.form-input:-webkit-autofill,
.form-input:-webkit-autofill:hover,
.form-input:-webkit-autofill:focus,
.form-input:-webkit-autofill:active,
.form-textarea:-webkit-autofill,
.form-textarea:-webkit-autofill:hover,
.form-textarea:-webkit-autofill:focus,
select.form-input:-webkit-autofill {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: #ffffff !important;
  transition: background-color 9999s ease-in-out 0s;
  box-shadow: inset 0 0 0 1000px rgba(13, 9, 32, 0.95) !important;
  caret-color: #ffffff !important;
  border: 1px solid var(--border-subtle) !important;
}

.form-input:-webkit-autofill:focus {
  border-color: var(--purple-light) !important;
  box-shadow: inset 0 0 0 1000px rgba(13, 9, 32, 0.95), 0 0 0 4px rgba(255, 107, 53, 0.12) !important;
}

/* Firefox autofill */
.form-input:autofill,
.form-textarea:autofill {
  background-color: rgba(13, 9, 32, 0.95) !important;
  color: #ffffff !important;
}

/* ============================================
   BLOG
   ============================================ */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 28px;
}

.blog-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.5s var(--ease-smooth);
}

.blog-card:hover {
  transform: translateY(-6px);
  border-color: var(--purple-light);
  box-shadow: 0 20px 50px rgba(255, 107, 53, 0.15);
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  position: relative;
  padding: 90px 0 32px;
  background: linear-gradient(180deg, var(--bg-black) 0%, var(--bg-dark) 100%);
  border-top: 1px solid var(--border-subtle);
  overflow: hidden;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--orange-core), var(--pink-core), transparent);
  opacity: 0.6;
}

.site-footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: radial-gradient(ellipse, rgba(255, 107, 53, 0.4) 0%, transparent 70%);
  filter: blur(40px);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.5fr 1fr;  /* Brand + Servicii + Orase (mai lat pt 2 col) + Companie */
  gap: 48px;
  margin-bottom: 56px;
  align-items: start;
}

/* Lista orase: 2 coloane pe desktop (10 link-uri = 5 pe coloana) */
.footer-links-cities {
  column-count: 2;
  column-gap: 18px;
}
.footer-links-cities li {
  break-inside: avoid;
  margin-bottom: 10px;
}

@media (max-width: 1100px) {
  .footer-main {
    grid-template-columns: 1.4fr 1fr 1.5fr 1fr;
    gap: 36px;
  }
}

@media (max-width: 900px) {
  .footer-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .footer-brand {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 8px;
  }
  .footer-brand .footer-desc {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-social {
    justify-content: center;
  }
  /* Pe tableta, lista orase ramane 2 coloane (incape bine) */
  .footer-links-cities {
    column-count: 2;
  }
}

@media (max-width: 540px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }
  .footer-col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
.footer-col h3 {
    text-align: center;
    width: 100%;
  }
  .footer-links {
    align-items: center;
    width: 100%;
  }
  .footer-links a {
    justify-content: center;
  }
  /* Lista orase: grid 2 coloane CENTRAT ca bloc. Selector cu specificitate
     mai mare (.footer-col-cities ...) + !important ca sa bata regula de baza
     .footer-links{display:flex} care apare mai jos in fisier. */
  .footer-col-cities .footer-links-cities {
    display: grid !important;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: start;
    column-gap: 28px;
    row-gap: 11px;
    column-count: unset;
    width: auto;
    max-width: none;
    margin: 0 auto;
    padding: 0;
  }
  .footer-col-cities .footer-links-cities li {
    margin: 0;
    text-align: center;
    width: auto;
  }
  .footer-col-cities .footer-links-cities a {
    justify-content: center;
  }
}

/* .footer-brand img stilurile principale sunt mai sus (line ~396).
   Aici doar margin-bottom suplimentar pentru spacing */
.footer-brand img {
  margin-bottom: 22px;
}

.footer-desc {
  color: var(--white-mute);
  font-size: 0.92rem;
  line-height: 1.65;
  margin-bottom: 26px;
  max-width: 340px;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.social-link {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-subtle);
  border-radius: 50%;
  color: var(--white-mute);
  transition: all 0.3s var(--ease-smooth);
}
.social-link:hover {
  background: var(--grad-primary);
  border-color: transparent;
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(255, 107, 53, 0.45);
}


.footer-col h3 {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--orange-light);
  margin-bottom: 22px;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.footer-links a {
  color: var(--white-mute);
  font-size: 0.92rem;
  text-decoration: none;
  transition: color 0.25s var(--ease-smooth),
              transform 0.25s var(--ease-smooth);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1.4;
}
.footer-links a:hover {
  color: var(--orange-light);
  transform: translateX(4px);
}

/* === ANPC BADGES (oficiali, imagine PNG) === */
.footer-anpc {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 20px;
  padding: 20px 0;
  border-top: 1px solid var(--border-subtle);
  align-items: center;
}
.anpc-badge-img {
  display: inline-block;
  line-height: 0;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  background: transparent;
}
.anpc-badge-img img {
  height: auto;
  max-height: 38px;
  width: auto;
  max-width: 100%;
  display: block;
  border-radius: 4px;
}
.anpc-badge-img:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 43, 127, 0.35);
}

@media (max-width: 540px) {
  .footer-anpc {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .anpc-badge-img img {
    max-height: 32px;
  }
}

@media (max-width: 540px) {
  .footer-anpc {
    flex-direction: column;
    gap: 10px;
  }
}

/* === FOOTER BOTTOM (separator + legal) === */
.footer-bottom {
  padding-top: 32px;
  border-top: 1px solid var(--border-subtle);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-copy {
  color: var(--white-subtle);
  font-size: 0.82rem;
  font-family: var(--font-mono);
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.footer-copy strong {
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 0;
  font-size: 0.82rem;
}
.footer-legal a {
  color: var(--white-subtle);
  text-decoration: none;
  padding: 4px 16px;
  border-right: 1px solid var(--border-subtle);
  transition: color 0.25s var(--ease-smooth);
  white-space: nowrap;
}
.footer-legal a:last-child {
  border-right: none;
  padding-right: 0;
}
.footer-legal a:first-child {
  padding-left: 0;
}
.footer-legal a:hover {
  color: var(--orange-light);
}

@media (max-width: 720px) {
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
    padding-top: 28px;
  }
  .footer-legal {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-legal a {
    padding: 4px 12px;
  }
  .footer-legal a:first-child {
    padding-left: 12px;
  }
}

/* ============================================
   WHATSAPP FLOAT
   ============================================ */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 998;
  display: flex;
  align-items: center;
  gap: 12px;
}

.whatsapp-btn {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  border-radius: 50%;
  color: var(--white);
  box-shadow: 0 12px 40px rgba(37, 211, 102, 0.5);
  animation: whatsapp-pulse 2.5s infinite;
  transition: transform 0.3s var(--ease-smooth);
  position: relative;
}

.whatsapp-btn::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid #25d366;
  opacity: 0;
  animation: whatsapp-ripple 2.5s infinite;
}

@keyframes whatsapp-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 12px 40px rgba(37, 211, 102, 0.5); }
  50% { transform: scale(1.08); box-shadow: 0 16px 50px rgba(37, 211, 102, 0.7); }
}

@keyframes whatsapp-ripple {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.8); opacity: 0; }
}

.whatsapp-btn:hover {
  transform: scale(1.1) rotate(-5deg);
}

.whatsapp-btn svg {
  width: 32px;
  height: 32px;
}

.whatsapp-label {
  padding: 10px 16px;
  background: rgba(13, 9, 32, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-medium);
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--white);
  white-space: nowrap;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.4s var(--ease-smooth);
  pointer-events: none;
}

.whatsapp-float:hover .whatsapp-label {
  opacity: 1;
  transform: translateX(0);
}

/* ============================================
   PAGE HEADER (inner pages)
   ============================================ */
.page-header {
  padding: 180px 0 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Smooth fade-out la bottom ca să nu fie linie bruscă la următoarea secțiune */
.page-header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 160px;
  background: linear-gradient(180deg,
    transparent 0%,
    var(--bg-base) 100%);
  pointer-events: none;
  z-index: 1;
}

.page-header-bg {
  position: absolute;
  inset: 0;
  background: var(--grad-hero);
  z-index: 0;
}

.page-header .container {
  position: relative;
  z-index: 2;
}
.page-header-bg,
.page-header .hero-orb {
  z-index: 0;
}

.page-header h1 {
  margin: 20px 0 16px;
}

.page-header p {
  font-size: 1.15rem;
  color: var(--white-mute);
  max-width: 680px;
  margin: 0 auto;
}

.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: var(--white-subtle);
  padding: 8px 18px;
  background: rgba(255, 107, 53, 0.05);
  border: 1px solid var(--border-subtle);
  border-radius: 100px;
  margin-bottom: 12px;
}

.breadcrumb a {
  color: var(--purple-glow);
}

.breadcrumb-sep {
  opacity: 0.5;
}

/* ============================================
   BLOG ARTICLE
   ============================================ */

.article-header {
  margin-bottom: 48px;
}

.article-body {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--white-soft);
}

.article-body h2 {
  font-size: 2rem;
  margin: 48px 0 20px;
}

.article-body h3 {
  font-size: 1.5rem;
  margin: 36px 0 16px;
}

.article-body p {
  margin-bottom: 20px;
}

.article-body ul,
.article-body ol {
  padding-left: 28px;
  margin-bottom: 20px;
}

.article-body li {
  margin-bottom: 8px;
}

.article-body a {
  color: var(--purple-glow);
  border-bottom: 1px solid rgba(192, 132, 252, 0.4);
  transition: all 0.3s;
}

.article-body a:hover {
  color: var(--white);
  border-bottom-color: var(--white);
}

.article-body blockquote {
  padding: 20px 28px;
  margin: 32px 0;
  background: rgba(255, 107, 53, 0.06);
  border-left: 3px solid var(--purple-light);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-style: italic;
  color: var(--white-soft);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }

  .pricing-card.featured {
    transform: none;
  }

  .pricing-card.featured:hover {
    transform: translateY(-8px);
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: rgba(10, 10, 15, 0.97);
    backdrop-filter: blur(30px) saturate(180%);
    -webkit-backdrop-filter: blur(30px) saturate(180%);
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s var(--ease-smooth);
    z-index: 1000;
  }

  .nav-menu.active {
    opacity: 1;
    pointer-events: all;
  }

  .nav-menu a {
    font-size: 1.4rem;
    padding: 16px 32px;
  }

  .nav-cta {
    display: none;
  }

  .mobile-toggle {
    display: flex;
    position: relative;
    z-index: 1001;
  }

  section {
    padding: 80px 0;
  }

  .hero {
    padding: 120px 0 60px;
  }

  
  .portfolio-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .cta-wrapper {
    padding: 50px 28px;
  }

  .whatsapp-label {
    display: none;
  }
}

/* ============================================
   ANIMATIONS ON SCROLL
   ============================================ */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s var(--ease-smooth);
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in.delay-1 { transition-delay: 0.1s; }
.fade-in.delay-2 { transition-delay: 0.2s; }
.fade-in.delay-3 { transition-delay: 0.3s; }
.fade-in.delay-4 { transition-delay: 0.4s; }
.fade-in.delay-5 { transition-delay: 0.5s; }

/* Scroll indicator */

@keyframes bounce-subtle {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-8px); }
}

/* ============================================
   NEUROWEB - HOMEPAGE 2026 REWRITE
   Componente: trust bar, compare, reviews,
   showcase, coverage, rating banner
   ============================================ */

/* ---- HERO RATING (sub butoane hero) ---- */

/* ---- TRUST BAR ---- */
.trust-bar {
  padding: 48px 0 32px;
  background: linear-gradient(180deg,
    var(--bg-black) 0%,
    rgba(255, 107, 53, 0.05) 50%,
    var(--bg-black) 100%);
  border-bottom: 1px solid var(--border-subtle);
  position: relative;
}
.trust-bar-list {
  list-style: none;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0;
}
.trust-bar-list li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--white-soft);
}
.trust-bar-list .trust-icon {
  font-size: 1.3rem;
  filter: drop-shadow(0 0 8px rgba(255, 107, 53, 0.4));
}

/* ---- COMPARE SECTION (De ce NEUROWEB) ---- */
.compare-section {
  padding: 100px 0;
}
.compare-wrap {
  max-width: 1080px;
  margin: 60px auto 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-surface);
  border: 1px solid var(--border-medium);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.compare-table {
  width: 100%;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
}
.compare-row {
  display: contents;
}
.compare-row .compare-cell {
  padding: 18px 22px;
  border-bottom: 1px solid var(--border-subtle);
  font-size: 0.95rem;
  display: flex;
  align-items: center;
}
.compare-row.compare-head .compare-cell {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  background: var(--bg-elevated);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--white-mute);
}
.compare-cell.compare-other {
  color: var(--white-subtle);
  background: rgba(239, 68, 68, 0.04);
}
.compare-cell.compare-us {
  color: var(--white);
  background: rgba(255, 107, 53, 0.08);
  position: relative;
}
.compare-row.compare-head .compare-cell.compare-us {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.25), rgba(6, 182, 212, 0.2));
  color: var(--white);
}
.compare-cell.compare-us strong {
  font-weight: 600;
  color: var(--purple-glow);
}
.compare-row:last-child .compare-cell {
  border-bottom: none;
}

/* ---- PRICING HOME ---- */
.pricing-home-section {
  padding: 100px 0;
  background: linear-gradient(180deg, transparent, rgba(255, 107, 53, 0.03), transparent);
}
.pricing-grid-home {
  margin-top: 48px;
}

/* ---- PROCESS 3 STEPS ---- */

/* ---- PORTFOLIO SHOWCASE ---- */
.portfolio-showcase-section {
  padding: 100px 0;
}

/* ---- COVERAGE (locations + industries + resources) ---- */

/* ---- REVIEWS SECTION ---- */
.reviews-section {
  padding: 100px 0;
  background: linear-gradient(180deg, transparent, rgba(255, 107, 53, 0.04), transparent);
}
.rating-banner {
  max-width: 720px;
  margin: 48px auto;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 24px 32px;
  background: var(--bg-surface);
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-lg);
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.rating-banner-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.rating-banner-number {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating-banner-stars {
  color: #fbbf24;
  font-size: 1.1rem;
  letter-spacing: 2px;
}
.rating-banner-text {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.rating-banner-text strong {
  color: var(--white);
  font-size: 1.05rem;
}
.rating-banner-text span {
  color: var(--white-subtle);
  font-size: 0.88rem;
}
.rating-banner-link {
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--purple-light);
  font-size: 0.95rem;
  transition: all 0.3s var(--ease-smooth);
  margin-left: auto;
}
.rating-banner-link:hover {
  color: var(--purple-glow);
  transform: translateX(3px);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 24px;
}
.review-card {
  padding: 28px;
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  transition: all 0.3s var(--ease-smooth);
}
.review-card:hover {
  border-color: var(--border-medium);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.review-card-featured {
  grid-column: span 2;
  border: 1px solid rgba(255, 107, 53, 0.4);
  background: linear-gradient(145deg, rgba(255, 107, 53, 0.08), rgba(6, 182, 212, 0.04));
  position: relative;
}
.review-card-featured::before {
  content: "Recenzia lunii";
  position: absolute;
  top: -10px;
  left: 24px;
  background: linear-gradient(90deg, #ff6b35, #06b6d4);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 12px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .review-card-featured {
    grid-column: span 1;
  }
}
.review-stars {
  color: #fbbf24;
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.review-text {
  color: var(--white-soft);
  font-size: 0.98rem;
  line-height: 1.55;
  margin-bottom: 20px;
  font-style: italic;
}
.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--border-subtle);
}
.review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--grad-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  border: 2px solid rgba(255, 107, 53, 0.25);
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.18);
}
/* Avatar cu imagine reală (când exista poza) */
.review-avatar-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Fallback la initiale daca imaginea nu se incarca */
.review-avatar-fallback {
  font-size: 1rem;
}
.review-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.review-name {
  color: var(--white);
  font-weight: 600;
  font-size: 0.95rem;
}
.review-source {
  color: var(--white-subtle);
  font-size: 0.78rem;
  display: flex;
  align-items: center;
  gap: 4px;
}
.review-source::before {
  content: '●';
  color: #4285f4;
  font-size: 0.6rem;
}

/* ---- FAQ SECTION WRAPPER ---- */
.faq-section {
  padding: 100px 0;
}

/* ---- PORTFOLIO GRID (3 proiecte) ---- */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.portfolio-grid-visual {
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 28px;
}
.portfolio-card {
  display: flex;
  flex-direction: column;
  padding: 32px 28px;
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  transition: all 0.35s var(--ease-smooth);
  position: relative;
  overflow: hidden;
  min-height: 320px;
  text-decoration: none;
  color: inherit;
}
.portfolio-grid-visual .portfolio-card {
  padding: 0;
}
.portfolio-card-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, var(--bg-surface), var(--bg-elevated));
  position: relative;
  z-index: 1;
}
.portfolio-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.6s var(--ease-smooth);
}
.portfolio-card:hover .portfolio-card-image img {
  transform: scale(1.04);
}
.portfolio-card-body {
  padding: 26px 26px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  z-index: 1;
}
.portfolio-live-progress {
  color: #f59e0b !important;
}
.portfolio-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 10%, rgba(255, 107, 53, 0.14), transparent 55%);
  opacity: 0;
  transition: opacity 0.35s var(--ease-smooth);
  pointer-events: none;
}
.portfolio-card:hover {
  transform: translateY(-5px);
  border-color: var(--purple-core);
  box-shadow: 0 20px 50px rgba(255, 107, 53, 0.18);
}
.portfolio-card:hover::before { opacity: 1; }
.portfolio-card-featured {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.12), rgba(6, 182, 212, 0.06));
  border-color: var(--border-medium);
}
.portfolio-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.portfolio-tag {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--purple-light);
  padding: 5px 11px;
  border-radius: 100px;
  background: rgba(255, 107, 53, 0.15);
}
.portfolio-live {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #10b981;
}
.portfolio-card-featured .portfolio-live {
  color: #fbbf24;
}
.portfolio-card-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--white);
  position: relative;
  z-index: 1;
}
.portfolio-card-url {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: var(--white-subtle);
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.portfolio-card-desc {
  font-size: 0.95rem;
  color: var(--white-mute);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.portfolio-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid var(--border-subtle);
  font-size: 0.82rem;
  color: var(--white-subtle);
  position: relative;
  z-index: 1;
  gap: 12px;
}
.portfolio-card-link {
  color: var(--purple-light);
  font-weight: 500;
  transition: all 0.25s var(--ease-smooth);
  flex-shrink: 0;
}
.portfolio-card:hover .portfolio-card-link {
  color: var(--purple-glow);
  transform: translateX(3px);
}

.portfolio-note {
  text-align: center;
  margin-top: 36px;
  color: var(--white-mute);
  font-size: 0.95rem;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.portfolio-note a {
  color: var(--purple-light);
  font-weight: 500;
}
.portfolio-note a:hover { color: var(--purple-glow); }

/* ---- REVIEWS GRID 6 (2 rânduri de 3) ---- */
.reviews-grid-6 {
  grid-template-columns: repeat(3, 1fr);
}
.reviews-more {
  text-align: center;
  margin-top: 40px;
}

/* ---- SERVICES COMPACT (mai puțin padding) ---- */

/* ---- RESPONSIVE PORTFOLIO ---- */
@media (max-width: 960px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .portfolio-card { min-height: auto; }
  .reviews-grid-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .reviews-grid-6 {
    grid-template-columns: 1fr;
  }
}

/* ---- RECENZII PAGE ---- */
.page-lead {
  font-size: 1.1rem;
  color: var(--white-mute);
  max-width: 780px;
  margin: 20px auto 0;
  line-height: 1.7;
}

.rating-hero-section {
  padding: 60px 0;
}
.rating-hero {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 60px;
  align-items: center;
  padding: 48px;
  background: var(--bg-surface);
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 70px rgba(255, 107, 53, 0.08);
}
.rating-hero-left {
  text-align: center;
  padding: 32px;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.15), rgba(6, 182, 212, 0.08));
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
}
.rating-hero-number {
  font-family: var(--font-display);
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}
.rating-hero-stars {
  color: #fbbf24;
  font-size: 1.6rem;
  letter-spacing: 3px;
  margin-bottom: 12px;
}
.rating-hero-count {
  color: var(--white-mute);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.rating-hero-right h2 {
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.rating-hero-right p {
  color: var(--white-mute);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 12px;
}
.rating-hero-right p:last-child { margin-bottom: 0; }

.reviews-all-section {
  padding: 80px 0;
}

.reviews-why-section {
  padding: 100px 0;
  background: linear-gradient(180deg, transparent, rgba(255, 107, 53, 0.04), transparent);
}
.reviews-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.reviews-why-item {
  padding: 32px;
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  transition: all 0.3s var(--ease-smooth);
}
.reviews-why-item:hover {
  border-color: var(--border-medium);
  transform: translateY(-3px);
}
.reviews-why-num {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--purple-light);
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}
.reviews-why-item h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--white);
}
.reviews-why-item p {
  color: var(--white-mute);
  font-size: 0.95rem;
  line-height: 1.65;
}

.review-cta-section {
  padding: 80px 0;
}
.review-cta {
  text-align: center;
  padding: 56px 40px;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.12), rgba(6, 182, 212, 0.08));
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-lg);
}
.review-cta-icon {
  display: inline-flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(251, 191, 36, 0.12);
  color: #fbbf24;
  margin-bottom: 20px;
}
.review-cta h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 16px;
}
.review-cta p {
  color: var(--white-mute);
  font-size: 1.05rem;
  max-width: 640px;
  margin: 0 auto 28px;
  line-height: 1.65;
}

@media (max-width: 960px) {
  .rating-hero {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px;
  }
  .rating-hero-number { font-size: 4rem; }
  .reviews-why-grid {
    grid-template-columns: 1fr;
  }
  .review-cta {
    padding: 40px 24px;
  }
}

/* ---- DESPRE NOI PAGE ---- */
.about-story-section {
  padding: 80px 0;
}
.about-story {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}
.about-story-content h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin-bottom: 20px;
}
.about-story-content p {
  color: var(--white-mute);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 16px;
}
.about-story-content .btn {
  margin-top: 16px;
}

.beliefs-section {
  padding: 100px 0;
  background: linear-gradient(180deg, transparent, rgba(255, 107, 53, 0.04), transparent);
}
.beliefs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.belief-card {
  padding: 36px 30px;
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  transition: all 0.3s var(--ease-smooth);
}
.belief-card:hover {
  border-color: var(--border-medium);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(255, 107, 53, 0.1);
}
.belief-num {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  color: var(--purple-light);
  margin-bottom: 18px;
}
.belief-card h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 14px;
  color: var(--white);
}
.belief-card p {
  color: var(--white-mute);
  font-size: 0.98rem;
  line-height: 1.7;
}

.stats-section {
  padding: 100px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.stat-card {
  text-align: center;
  padding: 32px 20px;
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  transition: all 0.3s var(--ease-smooth);
}
.stat-card:hover {
  transform: translateY(-3px);
  border-color: var(--border-medium);
}
.stat-number {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.stat-label {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--white);
  font-size: 0.95rem;
  margin-bottom: 6px;
}
.stat-note {
  color: var(--white-subtle);
  font-size: 0.82rem;
}
.stats-note {
  text-align: center;
  margin-top: 32px;
}
.stats-note a {
  color: var(--purple-light);
  font-weight: 500;
}
.stats-note a:hover { color: var(--purple-glow); }

.target-section {
  padding: 100px 0;
  background: linear-gradient(180deg, transparent, rgba(6, 182, 212, 0.04), transparent);
}
.target-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}
.target-col {
  padding: 32px;
  background: var(--bg-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
}
.target-col-yes {
  border-left: 4px solid #10b981;
}
.target-col-no {
  border-left: 4px solid #ef4444;
}
.target-col h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--white);
}
.target-col ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.target-col li {
  padding-left: 28px;
  position: relative;
  color: var(--white-mute);
  font-size: 0.98rem;
  line-height: 1.6;
}
.target-col-yes li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 2px;
  color: #10b981;
  font-weight: 700;
  font-size: 1.1rem;
}
.target-col-no li::before {
  content: '✗';
  position: absolute;
  left: 0;
  top: 2px;
  color: #ef4444;
  font-weight: 700;
  font-size: 1.1rem;
}

.company-data-section {
  padding: 80px 0;
}
.company-data {
  padding: 40px;
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
}
.company-data h2 {
  font-size: 1.5rem;
  margin-bottom: 12px;
}
.company-data > p {
  color: var(--white-mute);
  margin-bottom: 28px;
  font-size: 0.98rem;
}
.company-dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 32px;
  margin: 0;
}
.company-dl > div {
  padding: 12px 0;
  border-bottom: 1px solid var(--border-subtle);
}
.company-dl dt {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--white-subtle);
  margin-bottom: 4px;
}
.company-dl dd {
  color: var(--white);
  font-size: 0.98rem;
  font-weight: 500;
}
.company-dl a { color: var(--purple-light); }

@media (max-width: 960px) {
  .about-story {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-story-image {
    max-width: 320px;
    margin: 0 auto;
  }
  .beliefs-grid {
    grid-template-columns: 1fr;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .target-grid {
    grid-template-columns: 1fr;
  }
  .company-dl {
    grid-template-columns: 1fr;
  }
}

/* ---- CONTACT PAGE ---- */
.quick-contact-section {
  padding: 60px 0 40px;
}
.quick-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.quick-contact-card {
  display: flex;
  flex-direction: column;
  padding: 32px 28px;
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  transition: all 0.35s var(--ease-smooth);
  position: relative;
  overflow: hidden;
}
.quick-contact-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 20%, rgba(255, 107, 53, 0.15), transparent 60%);
  opacity: 0;
  transition: opacity 0.35s var(--ease-smooth);
}
.quick-contact-card:hover {
  transform: translateY(-5px);
  border-color: var(--purple-core);
  box-shadow: 0 25px 60px rgba(255, 107, 53, 0.15);
}
.quick-contact-card:hover::before { opacity: 1; }
.quick-contact-featured {
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.15), rgba(6, 182, 212, 0.08));
  border-color: rgba(37, 211, 102, 0.35);
}
.quick-contact-featured:hover {
  border-color: #25d366;
  box-shadow: 0 25px 60px rgba(37, 211, 102, 0.2);
}
.quick-contact-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.2), rgba(6, 182, 212, 0.12));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--purple-light);
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.quick-contact-icon-wa {
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
}
.quick-contact-tag {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--purple-light);
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
.quick-contact-featured .quick-contact-tag { color: #25d366; }
.quick-contact-card h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--white);
  position: relative;
  z-index: 1;
}
.quick-contact-card p {
  color: var(--white-mute);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 16px;
  flex: 1;
  position: relative;
  z-index: 1;
}
.quick-contact-value {
  font-family: var(--font-mono);
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
  padding-top: 14px;
  border-top: 1px solid var(--border-subtle);
  position: relative;
  z-index: 1;
  word-break: break-word;
}

.contact-form-section {
  padding: 60px 0 100px;
}
.contact-form-section .contact-grid {
  gap: 60px;
}
.contact-steps {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-steps li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.contact-step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--grad-purple);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
}
.contact-steps strong {
  display: block;
  color: var(--white);
  font-size: 1.05rem;
  margin-bottom: 4px;
  font-family: var(--font-display);
  font-weight: 600;
}
.contact-steps p {
  color: var(--white-mute);
  font-size: 0.93rem;
  line-height: 1.55;
  margin: 0;
}

.contact-promise {
  padding: 22px 24px;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.15), rgba(6, 182, 212, 0.08));
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-md);
  margin-bottom: 28px;
}
.contact-promise strong {
  color: var(--white);
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-display);
}
.contact-promise p {
  color: var(--white-soft);
  font-size: 0.94rem;
  line-height: 1.6;
  margin: 0;
}

.contact-hours {
  padding: 20px;
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  margin-bottom: 20px;
}
.contact-hours-label {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--white-subtle);
  margin-bottom: 6px;
}
.contact-hours-value {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--white);
  font-size: 1.05rem;
  margin-bottom: 4px;
}
.contact-hours-note {
  color: var(--white-subtle);
  font-size: 0.82rem;
}

.contact-identity {
  padding: 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-identity-label {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--white-subtle);
  margin-bottom: 10px;
}
.contact-identity strong {
  color: var(--white);
  font-size: 1rem;
  margin-bottom: 2px;
}
.contact-identity span {
  color: var(--white-mute);
  font-size: 0.88rem;
}

.contact-form-lead {
  color: var(--white-mute);
  margin-bottom: 28px;
  font-size: 0.98rem;
}

.form-success {
  padding: 24px;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.12), rgba(6, 182, 212, 0.08));
  border: 1px solid rgba(34, 197, 94, 0.4);
  border-radius: var(--radius-lg);
  margin-bottom: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.form-success-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(34, 197, 94, 0.4);
}
.form-success h3 {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin: 0 0 6px;
}
.form-success p {
  color: var(--white-soft);
  margin: 0;
  line-height: 1.6;
}
.form-success a {
  color: var(--purple-glow);
  text-decoration: underline;
}

.form-error {
  padding: 20px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.4);
  border-radius: var(--radius-md);
  margin-bottom: 24px;
}
.form-error p {
  color: #fca5a5;
  margin: 0;
}
.form-error a {
  color: var(--white);
  text-decoration: underline;
}

.form-gdpr {
  font-size: 0.82rem;
  color: var(--white-subtle);
  margin-top: 16px;
  text-align: center;
  line-height: 1.6;
}
.form-gdpr a {
  color: var(--purple-light);
}

@media (max-width: 960px) {
  .quick-contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-form-section .contact-grid {
    gap: 40px;
  }
}

/* ---- PREȚURI PAGE ---- */
.total-cost-table {
  margin: 48px auto;
  max-width: 820px;
  background: var(--bg-surface);
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.total-cost-row {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  padding: 14px 20px;
  border-bottom: 1px solid var(--border-subtle);
  font-size: 0.94rem;
  align-items: center;
}
.total-cost-row > div {
  padding: 4px 8px;
}
.total-cost-row > div:first-child {
  color: var(--white-mute);
}
.total-cost-row > div:not(:first-child) {
  text-align: center;
  color: var(--white-soft);
}
.total-cost-head {
  background: var(--bg-elevated);
  text-transform: uppercase;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 0.82rem;
}
.total-cost-head > div {
  color: var(--white-subtle) !important;
}
.total-cost-total {
  background: rgba(255, 107, 53, 0.08);
  border-top: 2px solid var(--purple-core);
}
.total-cost-total > div {
  color: var(--white) !important;
  font-size: 1.02rem;
}
.total-cost-note {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  padding: 20px 24px;
  color: var(--white-mute);
  font-size: 0.95rem;
  line-height: 1.65;
}
.total-cost-note strong {
  color: var(--white);
}

@media (max-width: 960px) {
  .total-cost-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px 16px;
  }
  .total-cost-row > div {
    text-align: left !important;
  }
  .total-cost-row > div:first-child {
    font-weight: 600;
    color: var(--white) !important;
  }
  .total-cost-head {
    display: none;
  }
}

/* ============================================
   PRICING 2026 · ALL-INCLUSIVE + ADVANCE DOMINANT
   ============================================ */

/* ---- ALL-INCLUDED BANNER (preturi page top) ---- */

/* ---- ALL-IN STRIP (homepage compact bar) ---- */

/* ---- PRICING GRID WITH FEATURED DOMINANT ---- */
.pricing-grid-featured {
  grid-template-columns: 1fr 1.08fr 1fr;
  gap: 18px;
  align-items: stretch;
}

/* ---- PRICING CARD — subtle dim on non-featured ---- */
.pricing-grid-featured > .pricing-card:not(.featured) {
  opacity: 0.95;
  transition: opacity 0.4s var(--ease-smooth), transform 0.5s var(--ease-smooth), border-color 0.3s;
}
.pricing-grid-featured > .pricing-card:not(.featured):hover {
  opacity: 1;
}

/* ---- ADVANCE CARD · DOMINANT (refined, not overwhelming) ---- */
.featured-dominant {
  transform: scale(1.04) !important;
  background: linear-gradient(180deg, rgba(255, 107, 53, 0.14) 0%, rgba(6, 182, 212, 0.06) 100%) !important;
  border: 1px solid var(--purple-light) !important;
  box-shadow:
    0 24px 60px rgba(255, 107, 53, 0.22),
    0 12px 30px rgba(6, 182, 212, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  z-index: 2;
  position: relative;
}
/* Subtle gradient border glow (no pulsing) */
.featured-dominant::before {
  content: '';
  position: absolute;
  inset: -1px;
  background: linear-gradient(135deg, rgba(255, 138, 91, 0.5), rgba(6, 182, 212, 0.3), rgba(255, 107, 53, 0.5));
  border-radius: var(--radius-lg);
  z-index: -1;
  opacity: 0.35;
  filter: blur(10px);
  transition: opacity 0.4s var(--ease-smooth);
}
.featured-dominant:hover {
  transform: scale(1.04) translateY(-4px) !important;
  box-shadow:
    0 32px 70px rgba(255, 107, 53, 0.3),
    0 16px 40px rgba(6, 182, 212, 0.15) !important;
}
.featured-dominant:hover::before {
  opacity: 0.55;
}
.featured-dominant .pricing-badge {
  top: -11px;
  padding: 5px 16px;
  font-size: 0.68rem;
  background: linear-gradient(135deg, #ff8a5b, #06b6d4);
  box-shadow: 0 8px 22px rgba(255, 107, 53, 0.5);
}
.featured-dominant .pricing-amount {
  font-size: 2.7rem;
}

/* ---- PRICING PITCH (short elevator pitch inside card) ---- */

/* ---- PRICING INCLUDED STRIP (preturi page, per-card) ---- */

/* ---- PRICING BTN PRIMARY (dominant CTA) ---- */
.pricing-btn-primary {
  background: var(--grad-mixed) !important;
  border: none !important;
  color: #fff !important;
  font-weight: 700 !important;
  box-shadow: 0 15px 40px rgba(255, 107, 53, 0.4) !important;
  position: relative;
}
.pricing-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 50px rgba(255, 107, 53, 0.6) !important;
}

/* ---- COMPARE TABLE TIERS (4 cols) ---- */

/* ---- RESPONSIVE PRICING ---- */
@media (max-width: 960px) {
  .pricing-grid-featured {
    grid-template-columns: 1fr;
  }
  .featured-dominant {
    transform: scale(1) !important;
    order: -1;
  }
  .featured-dominant:hover {
    transform: translateY(-6px) !important;
  }
}

/* ---- PORTOFOLIU HUB PAGE ---- */
.portfolio-hub-section {
  padding: 60px 0 100px;
}
.portfolio-why-section {
  padding: 100px 0;
  background: linear-gradient(180deg, transparent, rgba(255, 107, 53, 0.04), transparent);
}
.portfolio-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.portfolio-why-item {
  padding: 32px 28px;
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  transition: all 0.3s var(--ease-smooth);
}
.portfolio-why-item:hover {
  transform: translateY(-4px);
  border-color: var(--border-medium);
  box-shadow: 0 15px 40px rgba(255, 107, 53, 0.1);
}
.portfolio-why-icon {
  font-size: 2rem;
  margin-bottom: 14px;
  filter: drop-shadow(0 0 12px rgba(255, 107, 53, 0.3));
}
.portfolio-why-item h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--white);
}
.portfolio-why-item p {
  color: var(--white-mute);
  font-size: 0.95rem;
  line-height: 1.65;
}
.portfolio-social-proof-section {
  padding: 40px 0 100px;
}

@media (max-width: 960px) {
  .portfolio-why-grid {
    grid-template-columns: 1fr;
  }
}

/* ---- CASE STUDY ---- */
.case-meta-section {
  padding: 40px 0 60px;
}
.case-meta-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 24px;
  background: var(--bg-surface);
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-lg);
}
.case-meta-item {
  text-align: center;
  padding: 12px 8px;
}
.case-meta-label {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--white-subtle);
  margin-bottom: 6px;
}
.case-meta-value {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--white);
  font-size: 0.95rem;
}

.case-section {
  padding: 60px 0 100px;
}
.case-content h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  margin: 48px 0 18px;
  color: var(--white);
}
.case-content h2:first-child { margin-top: 0; }
.case-content h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  margin: 32px 0 14px;
  color: var(--white);
}
.case-content p {
  color: var(--white-mute);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 16px;
}
.case-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.case-content ul li {
  padding-left: 28px;
  position: relative;
  color: var(--white-mute);
  font-size: 1rem;
  line-height: 1.65;
}
.case-content ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--purple-light);
  font-weight: 700;
}
.case-content strong {
  color: var(--white);
  font-weight: 600;
}
.case-content blockquote {
  margin: 32px 0;
  padding: 28px 32px;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.1), rgba(6, 182, 212, 0.05));
  border-left: 4px solid var(--purple-core);
  border-radius: var(--radius-md);
  font-style: italic;
  font-size: 1.08rem;
  color: var(--white-soft);
  line-height: 1.7;
}

.case-results-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 24px 0 32px;
}
.case-result {
  text-align: center;
  padding: 24px 16px;
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  transition: transform 0.3s var(--ease-smooth);
}
.case-result:hover {
  transform: translateY(-3px);
  border-color: var(--border-medium);
}
.case-result-number {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}
.case-result-label {
  font-size: 0.85rem;
  color: var(--white-subtle);
  line-height: 1.4;
}

.related-section {
  padding: 80px 0;
  background: linear-gradient(180deg, transparent, rgba(255, 107, 53, 0.03), transparent);
}

@media (max-width: 960px) {
  .case-meta-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .case-results-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .case-meta-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ---- SERVICES HUB PAGE ---- */

.services-combo-section {
  padding: 100px 0;
  background: linear-gradient(180deg, transparent, rgba(255, 107, 53, 0.04), transparent);
}
.services-combo-text {
  max-width: 720px;
  margin: 40px auto 56px;
}
.services-combo-text p {
  font-size: 1.05rem;
  color: var(--white-mute);
  line-height: 1.75;
  margin-bottom: 16px;
}
.services-combo-text strong {
  color: var(--white);
}
.services-combo-examples {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.services-combo-item {
  padding: 28px;
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  transition: all 0.3s var(--ease-smooth);
}
.services-combo-item:hover {
  transform: translateY(-3px);
  border-color: var(--border-medium);
}
.services-combo-icon {
  font-size: 1.8rem;
  margin-bottom: 14px;
}
.services-combo-item h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--white);
}
.services-combo-item p {
  color: var(--white-mute);
  font-size: 0.92rem;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .services-combo-examples {
    grid-template-columns: 1fr;
  }
}

/* ---- SERVICE SUBPAGE ---- */
.service-intro-section {
  padding: 60px 0;
}
.service-intro h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 20px;
  color: var(--white);
}
.service-intro p {
  color: var(--white-mute);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 16px;
}
.service-intro strong {
  color: var(--white);
}

.service-packages-section {
  padding: 80px 0;
  background: linear-gradient(180deg, transparent, rgba(255, 107, 53, 0.04), transparent);
}
.service-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.service-package-item {
  padding: 28px;
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  transition: all 0.3s var(--ease-smooth);
  position: relative;
}
.service-package-item:hover {
  transform: translateY(-3px);
  border-color: var(--border-medium);
}
.service-package-featured {
  background: linear-gradient(180deg, rgba(255, 107, 53, 0.18), rgba(6, 182, 212, 0.08));
  border-color: var(--purple-light);
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(255, 107, 53, 0.25);
}
.service-package-featured:hover {
  transform: translateY(-12px);
}
.service-package-badge {
  position: absolute;
  top: -10px;
  left: 20px;
  padding: 5px 14px;
  background: var(--grad-mixed);
  color: white;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  border-radius: 100px;
  letter-spacing: 0.08em;
}
.service-package-item h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--white);
}
.service-package-item > p {
  color: var(--white-mute);
  font-size: 0.92rem;
  margin-bottom: 16px;
  line-height: 1.55;
}
.service-package-item ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.service-package-item ul li {
  padding-left: 22px;
  position: relative;
  color: var(--white-soft);
  font-size: 0.9rem;
  line-height: 1.5;
}
.service-package-item ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--purple-light);
  font-weight: 700;
}
.service-package-link {
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--purple-light);
  font-size: 0.95rem;
  transition: color 0.25s var(--ease-smooth);
}
.service-package-link:hover { color: var(--purple-glow); }

.service-process-section {
  padding: 100px 0;
}
.service-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 48px;
}
.service-process-item {
  padding: 24px 20px;
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  transition: all 0.3s var(--ease-smooth);
}
.service-process-item:hover {
  transform: translateY(-3px);
  border-color: var(--border-medium);
}
.service-process-num {
  font-family: var(--font-mono);
  font-size: 1.6rem;
  font-weight: 700;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.service-process-item h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--white);
}
.service-process-item p {
  color: var(--white-mute);
  font-size: 0.88rem;
  line-height: 1.55;
}

.service-types-section {
  padding: 100px 0;
  background: linear-gradient(180deg, transparent, rgba(6, 182, 212, 0.04), transparent);
}
.service-types-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.service-type-item {
  padding: 28px;
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  transition: all 0.3s var(--ease-smooth);
  display: flex;
  flex-direction: column;
}
.service-type-item:hover {
  transform: translateY(-3px);
  border-color: var(--border-medium);
  box-shadow: 0 15px 40px rgba(255, 107, 53, 0.1);
}
.service-type-item h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--white);
}
.service-type-item p {
  color: var(--white-mute);
  font-size: 0.93rem;
  line-height: 1.6;
  margin-bottom: 16px;
  flex: 1;
}
.service-type-price {
  font-family: var(--font-mono);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--purple-light);
  padding-top: 12px;
  border-top: 1px solid var(--border-subtle);
}

@media (max-width: 960px) {
  .service-packages-grid {
    grid-template-columns: 1fr;
  }
  .service-process {
    grid-template-columns: 1fr;
  }
  .service-types-grid {
    grid-template-columns: 1fr;
  }
}

/* ---- CITY PAGES ---- */
.city-section {
  padding: 60px 0 80px;
}
.city-intro, .city-features, .city-areas, .city-industries {
  margin-bottom: 48px;
}
.city-intro h2,
.city-features h3,
.city-areas h3,
.city-industries h3 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.8vw, 1.9rem);
  margin-bottom: 18px;
  color: var(--white);
  font-weight: 600;
}
.city-intro p,
.city-features p,
.city-areas p,
.city-industries p {
  color: var(--white-mute);
  font-size: 1.02rem;
  line-height: 1.75;
  margin-bottom: 14px;
}
.city-intro strong,
.city-features strong,
.city-areas strong,
.city-industries strong {
  color: var(--white);
}
.city-features ul,
.city-industries ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}
.city-features ul li,
.city-industries ul li {
  padding-left: 26px;
  position: relative;
  color: var(--white-mute);
  font-size: 0.98rem;
  line-height: 1.6;
}
.city-features ul li::before,
.city-industries ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--purple-light);
  font-weight: 700;
}
.city-industries ul a {
  color: var(--purple-light);
  font-weight: 500;
}
.city-industries ul a:hover { color: var(--purple-glow); }
.city-areas-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 16px;
}
.city-areas-grid span {
  padding: 12px 16px;
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  color: var(--white-soft);
  font-size: 0.92rem;
}
@media (max-width: 640px) {
  .city-areas-grid {
    grid-template-columns: 1fr;
  }
}

/* ---- INDUSTRY PAGES (reuse city patterns) ---- */
.industry-section {
  padding: 60px 0 80px;
}
.industry-intro, .industry-features {
  margin-bottom: 48px;
}
.industry-intro h2,
.industry-features h3 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.8vw, 1.9rem);
  margin-bottom: 18px;
  color: var(--white);
  font-weight: 600;
}
.industry-intro p,
.industry-features p {
  color: var(--white-mute);
  font-size: 1.02rem;
  line-height: 1.75;
  margin-bottom: 14px;
}
.industry-intro strong,
.industry-features strong {
  color: var(--white);
}
.industry-features ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}
.industry-features ul li {
  padding-left: 26px;
  position: relative;
  color: var(--white-mute);
  font-size: 0.98rem;
  line-height: 1.6;
}
.industry-features ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--purple-light);
  font-weight: 700;
}

/* ---- BLOG HUB ---- */
.blog-hub-section {
  padding: 60px 0 100px;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.blog-card {
  display: flex;
  flex-direction: column;
  padding: 28px 26px;
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  transition: all 0.35s var(--ease-smooth);
  position: relative;
  overflow: hidden;
  min-height: 280px;
}
.blog-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 100% 0%, rgba(255, 107, 53, 0.15), transparent 55%);
  opacity: 0;
  transition: opacity 0.35s var(--ease-smooth);
}
.blog-card:hover {
  transform: translateY(-5px);
  border-color: var(--purple-core);
  box-shadow: 0 25px 60px rgba(255, 107, 53, 0.15);
}
.blog-card:hover::before { opacity: 1; }
.blog-card-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--white);
  line-height: 1.35;
  position: relative;
  z-index: 1;
}
.blog-card-desc {
  color: var(--white-mute);
  font-size: 0.93rem;
  line-height: 1.65;
  margin-bottom: 20px;
  flex: 1;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

/* ---- ARTICLE (blog post individual) ---- */
.article-section {
  padding: 60px 0 100px;
}
.article-content h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 700;
  margin: 48px 0 18px;
  color: var(--white);
}
.article-content h2:first-child { margin-top: 0; }
.article-content h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  margin: 32px 0 14px;
  color: var(--white);
}
.article-content p {
  color: var(--white-mute);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 18px;
}
.article-content ul, .article-content ol {
  padding: 0 0 0 22px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.article-content ul { list-style: none; padding-left: 0; }
.article-content ul li {
  padding-left: 26px;
  position: relative;
  color: var(--white-mute);
  font-size: 1rem;
  line-height: 1.7;
}
.article-content ul li::before {
  content: '•';
  position: absolute;
  left: 8px;
  top: 2px;
  color: var(--purple-light);
  font-weight: 700;
}
.article-content ol li {
  color: var(--white-mute);
  font-size: 1rem;
  line-height: 1.7;
  padding-left: 6px;
}
.article-content ol li::marker {
  color: var(--purple-light);
  font-weight: 700;
}
.article-content strong {
  color: var(--white);
  font-weight: 600;
}
.article-content a {
  color: var(--purple-light);
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 138, 91, 0.3);
  transition: all 0.25s var(--ease-smooth);
}
.article-content a:hover {
  color: var(--purple-glow);
  border-bottom-color: var(--purple-glow);
}
.article-content blockquote {
  margin: 32px 0;
  padding: 24px 28px;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.1), rgba(6, 182, 212, 0.05));
  border-left: 4px solid var(--purple-core);
  border-radius: var(--radius-md);
  font-style: italic;
  color: var(--white-soft);
  line-height: 1.7;
}

/* ---- RESPONSIVE HOMEPAGE 2026 ---- */
@media (max-width: 960px) {
  .compare-table {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .compare-row .compare-cell {
    padding: 14px 12px;
    font-size: 0.85rem;
  }
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .trust-bar-list {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
  .rating-banner {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  .rating-banner-text {
    text-align: center;
  }
  .rating-banner-link {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }
  .compare-row .compare-cell {
    padding: 10px 8px;
    font-size: 0.78rem;
  }
  .compare-row.compare-head .compare-cell {
    font-size: 0.75rem;
    padding: 12px 8px;
  }
}

/* ============================================
   AE-INSPIRED ENHANCEMENTS · 2026-05-11
   - Massive display typography
   - Stats bar section
   - Expertise grid (line-art icons)
   - Reputation showcase
   - Latest insights 3-up
   ============================================ */

/* ---- HERO TYPOGRAPHY (AE-inspired, MODERATE size) ---- */

/* ============================================
   HERO V2 · Editorial NEUROWEB + 3D Phone
   Paleta unică: Black + Electric Orange + Hot Pink
   ============================================ */
.hero-v2 {
  position: relative;
  padding: 140px 0 140px; /* Padding-top pentru header cu logo 140px + fade-out la bottom */
  background: var(--bg-black);
  overflow: hidden;
}

/* SMOOTH TRANSITION — fade subtle la final hero-v2 ca să curgă în trust-bar */
.hero-v2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(180deg,
    transparent 0%,
    rgba(19, 19, 26, 0.4) 60%,
    var(--bg-base) 100%);
  pointer-events: none;
  z-index: 3;
}
/* Background container pentru glow-uri — z-index 0 (în interiorul hero, dar peste background-ul negru) */
.hero-v2-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-v2-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.4;
}
/* GLOW 1 — TOP-LEFT orange (în spatele logoului, EXACT ca .hero-orb-1 din alte pagini) */
.hero-v2-glow-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #ff6b35 0%, transparent 70%);
  top: -200px;
  left: -100px;
  opacity: 0.45;
  animation: glowFloat1 12s ease-in-out infinite;
}
/* GLOW 2 — BOTTOM-LEFT pink (counterpoint estetic) */
.hero-v2-glow-2 {
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, #ec4899 0%, transparent 70%);
  bottom: -150px;
  left: 20%;
  opacity: 0.35;
  animation: glowFloat2 14s ease-in-out infinite;
}
/* GLOW 3 — RIGHT cyan (lângă telefon, pentru contrast cool) */
.hero-v2-glow-3 {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.4) 0%, transparent 70%);
  top: 280px;
  right: -100px;
  opacity: 0.45;
  animation: glowFloat1 16s ease-in-out infinite reverse;
}
@keyframes glowFloat1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-30px, 25px) scale(1.08); }
}
@keyframes glowFloat2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(50px, -40px) scale(1.08); }
}

.hero-v2-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2; /* peste glow-urile din hero-v2-bg (z-index:0) */
}

/* ---- LEFT: Editorial content ---- */
.hero-v2-content {
  max-width: 100%;
  min-width: 0;
}
.hero-v2-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: var(--white);
  margin: 0 0 24px;
  text-transform: uppercase;
}
.hero-v2-title-accent {
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.hero-v2-sub {
  margin-bottom: 32px;
  max-width: 100%;
}
h1.hero-v2-tagline { margin-top: 0; font-weight: 500; }
.hero-v2-tagline {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--cyan-core);
  margin-bottom: 14px;
}
.hero-v2-desc {
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--white-soft);
}
.hero-v2-desc strong {
  color: var(--orange-core);
  font-weight: 600;
}

/* ---- PRICE BANNER (nou) - "De la 999 lei · plată unică..." ---- */
.hero-v2-price-banner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  margin: 0 0 28px;
  background: linear-gradient(90deg,
    rgba(255, 107, 53, 0.12) 0%,
    rgba(236, 72, 153, 0.10) 100%);
  border: 1px solid rgba(255, 107, 53, 0.32);
  border-radius: 100px;
  box-shadow: 0 8px 24px rgba(255, 107, 53, 0.12);
  flex-wrap: wrap;
}
.hero-v2-price-tag {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  color: var(--white);
  white-space: nowrap;
}
.hero-v2-price-tag strong {
  font-size: 1.15rem;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}
.hero-v2-price-meta {
  font-size: 0.85rem;
  color: var(--white-soft);
  font-weight: 400;
}
.hero-v2-price-dot {
  color: var(--orange-light);
  opacity: 0.8;
  font-size: 1rem;
  margin: 0 -2px;
}
@media (max-width: 540px) {
  .hero-v2-price-banner {
    padding: 10px 16px;
    gap: 10px;
    margin: 0 0 22px;
  }
  .hero-v2-price-tag {
    font-size: 0.92rem;
  }
  .hero-v2-price-tag strong {
    font-size: 1.05rem;
  }
  .hero-v2-price-meta {
    font-size: 0.78rem;
  }
}

.hero-v2-services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 36px;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  padding: 22px 0;
}
.hero-v2-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s var(--ease-smooth);
}
.hero-v2-service:hover {
  transform: translateY(-3px);
}
.hero-v2-num {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--orange-core);
  letter-spacing: 0.06em;
}
.hero-v2-lbl {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--white-soft);
  line-height: 1.25;
}
.hero-v2-service:hover .hero-v2-lbl {
  color: var(--orange-light);
}

.hero-v2-cta-row {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.hero-v2-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  color: var(--white-mute);
}
.hero-v2-rating strong {
  color: var(--white);
}
.hero-v2-rating .rating-stars {
  font-size: 0.85rem;
}

/* ---- RIGHT: 3D Phone with auto-cycling screens ---- */
.hero-v2-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 540px;
}
.phone-3d-wrap {
  position: relative;
  width: 270px;
  height: 540px;
  perspective: 1800px;
  perspective-origin: 50% 50%;
}
.phone-3d {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: phoneFloat 7s ease-in-out infinite;
}
@keyframes phoneFloat {
  0%, 100% {
    transform: rotateY(-18deg) rotateX(7deg) translateY(0px);
  }
  50% {
    transform: rotateY(-15deg) rotateX(5deg) translateY(-18px);
  }
}
.phone-3d-frame {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #2a2a3a 0%, #16161e 100%);
  border-radius: 44px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 60px 80px rgba(0, 0, 0, 0.7),
    0 30px 50px rgba(255, 107, 53, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  overflow: hidden;
  z-index: 2;
}
.phone-3d-notch {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 28px;
  background: #13131a;
  border-radius: 100px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.phone-3d-speaker {
  width: 40px;
  height: 5px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
}
.phone-3d-camera {
  width: 8px;
  height: 8px;
  background: radial-gradient(circle, #1a1a2a 30%, #13131a 80%);
  border-radius: 50%;
  border: 1px solid rgba(255, 107, 53, 0.2);
}
.phone-3d-screen {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border-radius: 32px;
  overflow: hidden;
  background: var(--bg-surface);
}
.phone-3d-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 0.8s var(--ease-smooth), transform 0.8s var(--ease-smooth);
}
.phone-3d-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
.phone-3d-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  background: var(--bg-surface);
}
.phone-3d-indicator {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 4px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100px;
  z-index: 10;
}
.phone-3d-shadow {
  position: absolute;
  width: 80%;
  height: 40px;
  bottom: -30px;
  left: 10%;
  background: radial-gradient(ellipse, rgba(255, 107, 53, 0.4) 0%, transparent 70%);
  filter: blur(20px);
  z-index: 0;
}

.phone-3d-orbit {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}
.phone-3d-pill {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: rgba(15, 15, 22, 0.92);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 107, 53, 0.25);
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  animation: pillFloat 4s ease-in-out infinite;
}
.phone-3d-pill-1 {
  top: 12%;
  left: -80px;
  animation-delay: 0s;
}
.phone-3d-pill-2 {
  top: 50%;
  right: -100px;
  animation-delay: 1.2s;
  border-color: rgba(236, 72, 153, 0.3);
}
.phone-3d-pill-3 {
  bottom: 14%;
  left: -60px;
  animation-delay: 2.4s;
  border-color: rgba(6, 182, 212, 0.3);
}
@keyframes pillFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.phone-3d-pill-dot {
  width: 8px;
  height: 8px;
  background: var(--orange-core);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--orange-core);
  animation: pulse 1.5s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.3); }
}
.phone-3d-pill-icon {
  font-size: 1rem;
}

.btn.btn-lg {
  padding: 18px 32px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 100px;
}

@media (max-width: 1000px) {
  .hero-v2-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .hero-v2-visual {
    min-height: 480px;
  }
  .phone-3d-wrap {
    width: 240px;
    height: 480px;
  }
  .phone-3d-pill-1 { left: -40px; }
  .phone-3d-pill-2 { right: -60px; }
  .phone-3d-pill-3 { left: -30px; }
}
@media (max-width: 640px) {
  .hero-v2 {
    padding: 60px 0 80px;
  }
  .hero-v2-services {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .phone-3d-wrap {
    width: 220px;
    height: 440px;
  }
  .phone-3d-pill-1 { left: 0; top: -20px; }
  .phone-3d-pill-2 { right: 0; top: auto; bottom: 40%; }
  .phone-3d-pill-3 { display: none; }
}

/* ---- HERO CLEAN (AE-style · minimal decoration) ---- */

/* ---- HERO DEVICE COLLAGE (3 screenshots) ---- */

/* ---- SCROLL PROGRESS BAR (top of page) ---- */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--purple-core), var(--cyan-core));
  z-index: 9999;
  transition: width 0.1s linear;
  box-shadow: 0 0 8px rgba(255, 107, 53, 0.6);
}

/* ---- STICKY OFFER BAR (mobile + scroll trigger) ---- */
.sticky-offer-bar {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 12px 10px 22px;
  background: rgba(15, 12, 35, 0.95);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border-medium);
  border-radius: 100px;
  box-shadow: 0 14px 40px rgba(255, 107, 53, 0.3);
  z-index: 998;
  transition: transform 0.4s var(--ease-smooth);
}
.sticky-offer-bar.is-visible {
  transform: translateX(-50%) translateY(0);
}
.sticky-offer-bar-text {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--white);
  white-space: nowrap;
}
.sticky-offer-bar-text strong {
  color: var(--purple-light);
}
.sticky-offer-bar-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  background: var(--grad-primary);
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: transform 0.3s var(--ease-smooth);
}
.sticky-offer-bar-cta:hover {
  transform: scale(1.03);
}
@media (max-width: 640px) {
  .sticky-offer-bar {
    bottom: 16px;
    padding: 8px 10px 8px 16px;
    gap: 10px;
  }
  .sticky-offer-bar-text {
    font-size: 0.82rem;
  }
  .sticky-offer-bar-cta {
    padding: 8px 14px;
    font-size: 0.8rem;
  }
}

/* ---- AE SECTION HEADER (massive) ---- */
.ae-section {
  padding: 100px 0;
  position: relative;
}
.ae-section-header {
  max-width: 920px;
  margin-bottom: 56px;
}
.ae-section-header .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--purple-light);
  margin-bottom: 16px;
  padding: 0;
  border: none;
  background: none;
}
.ae-section-header h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
  color: var(--white);
}
.ae-section-header h2 .gradient-text {
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.expertise-subline {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.62em;
  font-weight: 400;
  color: var(--white-soft);
  letter-spacing: 0;
  text-transform: none;
}
.ae-section-header p {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--white-mute);
  max-width: 640px;
}

/* ---- STATS BAR (4 columns) ---- */

/* ---- EXPERTISE GRID (4 cards, line-art icons) ---- */
.expertise-section {
  padding: 90px 0;
}
.expertise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.expertise-card {
  padding: 36px 28px;
  background: transparent;
  border-top: 1px solid var(--border-medium);
  transition: all 0.4s var(--ease-smooth);
  position: relative;
  text-decoration: none;
  color: inherit;
  display: block;
}
.expertise-card:hover {
  border-top-color: var(--purple-core);
  background: rgba(255, 107, 53, 0.04);
  transform: translateY(-4px);
}
.expertise-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  color: var(--purple-light);
  transition: color 0.3s var(--ease-smooth);
}
.expertise-card:hover .expertise-icon {
  color: var(--purple-glow);
}
.expertise-icon svg {
  width: 100%;
  height: 100%;
}
.expertise-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 10px;
}
.expertise-card p {
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--white-mute);
  margin-bottom: 18px;
}
.expertise-link {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--purple-light);
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.3s var(--ease-smooth);
}
.expertise-card:hover .expertise-link {
  gap: 10px;
  color: var(--purple-glow);
}
@media (max-width: 1100px) {
  .expertise-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .expertise-grid {
    grid-template-columns: 1fr;
  }
}

/* ---- REPUTATION SHOWCASE (split layout) ---- */

/* ---- LATEST INSIGHTS (3-up cards) ---- */

/* ---- WORK TOGETHER (big CTA) ---- */
.work-together-section {
  padding: 110px 0;
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255, 107, 53, 0.14), transparent 65%);
}
.work-together-heading {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  color: var(--white);
}
.work-together-heading .gradient-text {
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.work-together-lead {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--white-mute);
  max-width: 540px;
  margin: 0 auto 32px;
}

/* ============================================
   PREMIUM POLISH LAYER · v=28
   Smooth transitions, refined hover, premium feel
   ============================================ */

/* ---- Smooth scroll boost ---- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ---- Refined fade-in with stagger (subtle, premium) ---- */
.fade-in {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-in.delay-1 { transition-delay: 0.08s; }
.fade-in.delay-2 { transition-delay: 0.16s; }
.fade-in.delay-3 { transition-delay: 0.24s; }
.fade-in.delay-4 { transition-delay: 0.32s; }
.fade-in.delay-5 { transition-delay: 0.40s; }

/* ---- Refined button micro-interactions ---- */
.btn-primary {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.btn-primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.25) 50%,
    transparent 100%);
  transition: left 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 1;
}
.btn-primary:hover::after {
  left: 100%;
}

/* ---- Portfolio cards: premium tilt + lift on hover ---- */
.portfolio-card {
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.portfolio-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.45),
    0 16px 32px rgba(255, 107, 53, 0.15);
}
.portfolio-card .portfolio-card-image img {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
              filter 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.portfolio-card:hover .portfolio-card-image img {
  transform: scale(1.06);
  filter: brightness(1.1) saturate(1.1);
}

/* ---- Pricing cards: smooth lift + glow ---- */
.pricing-card {
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.pricing-card:not(.featured):hover {
  transform: translateY(-6px);
  border-color: var(--orange-core);
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.35),
    0 12px 24px rgba(255, 107, 53, 0.18);
}
.pricing-card.featured {
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.pricing-card.featured:hover {
  transform: translateY(-10px) scale(1.02);
}

/* ---- Expertise cards: refined slide-up reveal ---- */
.expertise-card {
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
              border-top-color 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              background 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.expertise-card:hover {
  transform: translateY(-6px);
  border-top-color: var(--orange-core);
  background: linear-gradient(180deg,
    rgba(255, 107, 53, 0.06) 0%,
    transparent 60%);
}
.expertise-card .expertise-icon {
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
              color 0.4s ease;
}
.expertise-card:hover .expertise-icon {
  transform: rotate(-3deg) scale(1.08);
  color: var(--orange-light);
}

/* ---- Review cards: subtle lift ---- */
.review-card {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.review-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 107, 53, 0.3);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
}

/* ---- Insight cards: image reveal on hover ---- */

/* ---- Navigation links: refined indicator ---- */
.nav-menu a {
  position: relative;
  transition: color 0.3s ease;
}
.nav-menu a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 60%;
  height: 2px;
  background: var(--grad-primary);
  border-radius: 100px;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-menu a:hover::after,
.nav-menu a.active::after {
  transform: translateX(-50%) scaleX(1);
}

/* ---- Hero pills: smoother orbital float ---- */
.phone-3d-pill {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.phone-3d-pill:hover {
  transform: scale(1.05) translateY(-3px);
}

/* ---- Smoother section transitions (toate sectiunile principale) ---- */

.expertise-section,
.portfolio-showcase-section,
.pricing-home-section,
.reviews-section {
  position: relative;
}

.expertise-section::before,
.portfolio-showcase-section::before,
.pricing-home-section::before,
.reviews-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  max-width: 600px;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255, 107, 53, 0.25) 50%,
    transparent 100%);
  pointer-events: none;
}

/* ---- Stat numbers: number-counter feel on reveal ---- */

/* ---- Image lazy-load fade-in ---- */
img[loading="lazy"] {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
img[loading="lazy"].loaded,
img[loading="lazy"][src]:not([src=""]) {
  opacity: 1;
}

/* ---- Focus visible (accessibility + premium feel) ---- */
*:focus-visible {
  outline: 2px solid var(--orange-core);
  outline-offset: 3px;
  border-radius: 4px;
}
button:focus-visible,
a:focus-visible {
  outline-offset: 4px;
}

/* ---- Selection color (brand) ---- */
::selection {
  background: rgba(255, 107, 53, 0.4);
  color: var(--white);
}

/* ============================================
   SERVICII SPLIT LAYOUT · editorial alternant cu numere XXXL
   ============================================ */

/* ============================================
   BACKGROUND CONSISTENCY · slate warm uniform + ambient extensiv
   #13131a — aerisit, premium, NU negru pur
   Ambient FIXED care urmează viewportul = ton uniform pe tot scroll-ul
   ============================================ */
body {
  background-color: var(--bg-base);
  background-image:
    /* Orange ambient top-left, persistent în viewport */
    radial-gradient(ellipse 1400px 800px at 15% 20%, rgba(255, 107, 53, 0.07), transparent 65%),
    /* Pink ambient right, persistent în viewport */
    radial-gradient(ellipse 1100px 700px at 85% 40%, rgba(236, 72, 153, 0.05), transparent 60%),
    /* Cyan accent bottom-left, persistent */
    radial-gradient(ellipse 900px 600px at 30% 90%, rgba(6, 182, 212, 0.03), transparent 60%);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* Body wrapper care creează ambient continuu și pe scroll long */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(ellipse 800px 500px at 70% 80%, rgba(255, 107, 53, 0.04), transparent 60%);
}

/* Toate secțiunile principale: TRANSPARENT - lasă ambient-ul body să se vadă uniform */
.hero-v2,
.trust-bar,
.lead-magnet-section,
.expertise-section,
.portfolio-showcase-section,
.pricing-home-section,
.reviews-section,
.work-together-section,
.thanks-section,
.blog-hub-section,
.page-header,
.beliefs-section,
.about-story-section,
.reviews-all-section,
.rating-hero-section,
.reviews-why-section,
.review-cta-section,
.cta-section,
.service-intro-section,
.service-process-section,
.service-packages-section,
.services-combo-section,
.faq-section {
  background-color: transparent;
}

/* Trust bar — fade in/out fără border vizibil */
.trust-bar {
  background: linear-gradient(180deg,
    transparent 0%,
    rgba(255, 107, 53, 0.04) 50%,
    transparent 100%);
  border: none !important;
}

/* === SOFT SECTION TRANSITIONS — elimin TOATE liniile bruște === */
/* Footer + alte secțiuni cu border-top vizibil → fade gradient subtil */
.site-footer {
  border-top: none !important;
  position: relative;
}
.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255, 107, 53, 0.20) 30%,
    rgba(236, 72, 153, 0.20) 70%,
    transparent 100%);
}

/* Restul de bordere între secțiuni → invizibile pe homepage */
.footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.05) !important;
}
.footer-anpc {
  border-top-color: rgba(255, 255, 255, 0.04) !important;
}

/* Conversion zones — subtle highlight (atrag privirea fără să strice tonul) */
.lead-magnet-section {
  background: radial-gradient(ellipse 900px 400px at 50% 50%,
    rgba(255, 107, 53, 0.08), transparent 70%);
}
.pricing-home-section {
  background: radial-gradient(ellipse 1200px 500px at 50% 40%,
    rgba(255, 107, 53, 0.04), transparent 70%);
}
.work-together-section {
  background: radial-gradient(ellipse 1000px 500px at 50% 50%,
    rgba(255, 107, 53, 0.10),
    rgba(236, 72, 153, 0.05) 40%,
    transparent 70%);
}
.thanks-section {
  background: radial-gradient(ellipse at 50% 0%, rgba(255, 107, 53, 0.10), transparent 60%);
}

/* Elimin border-uri vizibile între secțiuni - tranziții perfect smooth */
.trust-bar,
.expertise-section,
.portfolio-showcase-section,
.pricing-home-section,
.reviews-section,
.work-together-section,
.lead-magnet-section {
  border-top: none !important;
  border-bottom: none !important;
}

/* Section dividers (linia subtle de la top) - elimină vizibilitatea pe homepage */

.expertise-section::before,
.portfolio-showcase-section::before,
.pricing-home-section::before,
.reviews-section::before {
  opacity: 0;
}

/* ============================================
   BREADCRUMBS · ascunse vizual (păstrate pentru SEO schema)
   Utilizatorul nu mai vede "Acasă › Despre noi" pe paginile interne
   ============================================ */
.breadcrumb {
  display: none !important;
}

/* ============================================
   BLOG GRID VISUAL · cu imagine card top
   ============================================ */
.blog-grid-visual {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 32px;
  margin-top: 48px;
}
.blog-grid-visual .blog-card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-subtle);
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  padding: 0;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.4s ease,
              box-shadow 0.4s ease;
}
.blog-grid-visual .blog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 107, 53, 0.4);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.4),
              0 8px 20px rgba(255, 107, 53, 0.12);
}
.blog-card-image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg,
    rgba(255, 107, 53, 0.15),
    rgba(236, 72, 153, 0.10),
    rgba(6, 182, 212, 0.08));
}
.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
              filter 0.5s ease;
  display: block;
}
.blog-grid-visual .blog-card:hover .blog-card-image img {
  transform: scale(1.06);
  filter: brightness(1.05) saturate(1.1);
}
.blog-card-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 6px 14px;
  background: rgba(15, 15, 22, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
}
.blog-card-body {
  padding: 24px 26px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog-card-date {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--orange-light);
  margin-bottom: 12px;
}
.blog-grid-visual .blog-card-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: var(--white);
  margin: 0 0 14px;
  transition: color 0.3s ease;
}
.blog-grid-visual .blog-card:hover .blog-card-title {
  color: var(--orange-light);
}
.blog-grid-visual .blog-card-desc {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--white-mute);
  margin: 0 0 18px;
  flex: 1;
}
.blog-card-readmore {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--orange-light);
  letter-spacing: 0.02em;
  transition: gap 0.3s ease;
}
.blog-grid-visual .blog-card:hover .blog-card-readmore {
  gap: 10px;
}

@media (max-width: 640px) {
  .blog-grid-visual {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* ============================================
   THANK YOU PAGE · /multumim.html
   ============================================ */
.thanks-section {
  padding: 180px 0 100px;
  min-height: 100vh;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 107, 53, 0.10), transparent 60%),
    var(--bg-base);
}
.thanks-wrap {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.thanks-checkmark {
  width: 96px;
  height: 96px;
  margin: 0 auto 28px;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.15), transparent 70%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4ade80;
}
.thanks-section h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 18px;
  letter-spacing: -0.03em;
  color: var(--white);
}
.thanks-section h1 .gradient-text {
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.thanks-lead {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--white-soft);
  margin-bottom: 48px;
}
.thanks-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  margin-bottom: 48px;
}
.thanks-step {
  display: flex;
  gap: 20px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.thanks-step:hover {
  border-color: var(--orange-core);
  background: rgba(255, 107, 53, 0.04);
}
.thanks-step-num {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--grad-primary);
  color: var(--white);
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 50%;
}
.thanks-step h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin-bottom: 6px;
  color: var(--white);
}
.thanks-step p {
  font-size: 0.92rem;
  color: var(--white-mute);
  line-height: 1.5;
  margin: 0;
}
.thanks-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
.thanks-extras {
  padding-top: 40px;
  border-top: 1px solid var(--border-subtle);
}
.thanks-extras h3 {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--orange-light);
  margin-bottom: 18px;
}
.thanks-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.thanks-links a {
  color: var(--white-soft);
  text-decoration: none;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-subtle);
  border-radius: 100px;
  font-size: 0.92rem;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.thanks-links a:hover {
  color: var(--orange-light);
  border-color: var(--orange-core);
  background: rgba(255, 107, 53, 0.06);
  transform: translateX(4px);
}

/* ============================================
   LEAD MAGNET SECTION · "Audit Gratuit"
   High-conversion form, prominent CTA
   ============================================ */
.lead-magnet-section {
  padding: 90px 0;
  position: relative;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255, 107, 53, 0.08), transparent 65%),
    var(--bg-base);
  overflow: hidden;
}
.lead-magnet-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    transparent 0%,
    rgba(255, 107, 53, 0.04) 50%,
    transparent 100%);
  pointer-events: none;
}
.lead-magnet-wrap {
  max-width: 880px;
  margin: 0 auto;
  padding: 56px 48px;
  background: linear-gradient(145deg,
    rgba(255, 107, 53, 0.10) 0%,
    rgba(236, 72, 153, 0.06) 50%,
    rgba(6, 182, 212, 0.04) 100%);
  border: 1px solid rgba(255, 107, 53, 0.25);
  border-radius: 24px;
  position: relative;
  text-align: center;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
}
.lead-magnet-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(255, 107, 53, 0.15);
  border: 1px solid rgba(255, 107, 53, 0.35);
  border-radius: 100px;
  font-family: var(--font-mono);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--orange-light);
  margin-bottom: 18px;
}
.lead-magnet-badge::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--orange-core);
  border-radius: 50%;
  animation: pulse 1.5s ease-in-out infinite;
}
.lead-magnet-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
  color: var(--white);
}
.lead-magnet-title .gradient-text {
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lead-magnet-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--white-soft);
  max-width: 580px;
  margin: 0 auto 32px;
}
.lead-magnet-bullets {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 28px;
}
.lead-magnet-bullet {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: var(--white-soft);
}
.lead-magnet-bullet svg {
  flex-shrink: 0;
  color: var(--orange-core);
}
.lead-magnet-form {
  display: flex;
  gap: 12px;
  max-width: 560px;
  margin: 0 auto;
  flex-wrap: wrap;
}
/* Grid variant: 2 columns for nume + contact, full width for URL + button */
.lead-magnet-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 620px;
  margin: 0 auto;
}
.lead-magnet-form-grid .lm-full {
  grid-column: 1 / -1;
}
.lead-magnet-form-grid .lm-half {
  grid-column: span 1;
  min-width: 0;
}
/* Honeypot (invisible spam trap) */
.lm-honey {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.lead-magnet-input {
  flex: 1;
  min-width: 220px;
  padding: 16px 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.lead-magnet-input::placeholder {
  color: var(--white-subtle);
}
.lead-magnet-input:focus {
  outline: none;
  border-color: var(--orange-core);
  background: rgba(255, 255, 255, 0.08);
}
.lead-magnet-btn {
  padding: 16px 28px;
  background: var(--grad-primary);
  color: var(--white);
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  white-space: nowrap;
}
.lead-magnet-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(255, 107, 53, 0.55);
}
.lead-magnet-tiny {
  margin-top: 14px;
  font-size: 0.78rem;
  color: var(--white-subtle);
}

/* Mesaj de feedback după submit */
.lead-magnet-msg {
  margin-top: 16px;
  padding: 0;
  font-size: 0.9rem;
  min-height: 1.5em;
  transition: all 0.3s ease;
}
.lead-magnet-msg-success {
  padding: 12px 20px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.35);
  border-radius: 12px;
  color: #4ade80;
}
.lead-magnet-msg-error {
  padding: 12px 20px;
  background: rgba(239, 68, 68, 0.10);
  border: 1px solid rgba(239, 68, 68, 0.35);
  border-radius: 12px;
  color: #fca5a5;
}

/* Loading state pe buton */
.lead-magnet-btn.is-loading {
  opacity: 0.7;
  cursor: wait;
  pointer-events: none;
  position: relative;
  padding-left: 44px !important; /* loc pentru spinner */
}
.lead-magnet-btn.is-loading::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
/* Spinner pentru butonul exit popup (consistență) */
.nw-exit-btn.is-loading {
  padding-left: 44px;
}
.nw-exit-btn.is-loading::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
.nw-exit-btn {
  position: relative;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Alt-contact row (WhatsApp + Telefon) sub formular */
.lead-magnet-alt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 22px;
  flex-wrap: wrap;
  font-size: 0.88rem;
  color: var(--white-mute);
}
.lead-magnet-alt-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  color: var(--white-soft);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  font-weight: 500;
  font-size: 0.88rem;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.lead-magnet-alt-link:hover {
  color: var(--orange-light);
  border-color: var(--orange-core);
  background: rgba(255, 107, 53, 0.08);
  transform: translateY(-2px);
}
.lead-magnet-alt-link svg {
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .lead-magnet-wrap {
    padding: 40px 24px;
  }
  .lead-magnet-form {
    flex-direction: column;
  }
  .lead-magnet-form-grid {
    grid-template-columns: 1fr;
  }
  .lead-magnet-form-grid .lm-half {
    grid-column: 1 / -1;
  }
  .lead-magnet-input,
  .lead-magnet-btn {
    width: 100%;
  }
  .lead-magnet-btn {
    justify-content: center;
  }
  .lead-magnet-alt {
    flex-direction: column;
    gap: 10px;
  }
  .lead-magnet-alt span {
    margin-bottom: 4px;
  }
}

/* ============================================================
   EXIT-INTENT POPUP (conversion.js) — FIXED v43
   ============================================================ */
.nw-exit-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  /* Flex centering — robust pe orice viewport height */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  padding-top: max(16px, env(safe-area-inset-top));
  padding-bottom: max(16px, env(safe-area-inset-bottom));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.nw-exit-popup.is-open {
  opacity: 1;
  visibility: visible;
}
.nw-exit-overlay {
  position: fixed;
  inset: 0;
  background: rgba(7, 7, 10, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: -1;
}
.nw-exit-card {
  position: relative;
  width: 100%;
  max-width: 520px;
  background: linear-gradient(180deg, #1a1a24 0%, #15151c 100%);
  border: 1px solid rgba(255, 107, 53, 0.25);
  border-radius: 24px;
  padding: 44px 36px 32px;
  margin: auto;
  transform: scale(0.92) translateY(20px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6),
              0 0 0 1px rgba(255, 107, 53, 0.08),
              0 0 60px rgba(255, 107, 53, 0.18);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.nw-exit-popup.is-open .nw-exit-card {
  transform: scale(1) translateY(0);
}
.nw-exit-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 50%;
  color: var(--white-subtle);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.nw-exit-close:hover {
  background: rgba(255, 107, 53, 0.15);
  color: var(--orange-light);
  border-color: rgba(255, 107, 53, 0.4);
}
.nw-exit-badge {
  display: inline-block;
  background: linear-gradient(90deg, rgba(255, 107, 53, 0.18), rgba(236, 72, 153, 0.18));
  border: 1px solid rgba(255, 107, 53, 0.4);
  color: var(--orange-light);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.nw-exit-title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 1.9rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
  margin: 0 0 14px;
}
.nw-exit-desc {
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--white-subtle);
  margin: 0 0 22px;
}
.nw-exit-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nw-exit-form input[type="text"],
.nw-exit-form input[type="tel"],
.nw-exit-form input[type="email"] {
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.nw-exit-form input::placeholder {
  color: var(--white-subtle);
}
.nw-exit-form input:focus {
  outline: none;
  border-color: var(--orange-core);
  background: rgba(255, 255, 255, 0.08);
}
/* Select "Ce te interesează" — stilizat ca input-urile, cu săgeată custom */
.nw-exit-form select.nw-exit-select {
  padding: 14px 18px;
  background-color: rgba(255, 255, 255, 0.05);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
}
.nw-exit-form select.nw-exit-select:focus {
  outline: none;
  border-color: var(--orange-core);
  background-color: rgba(255, 255, 255, 0.08);
}
.nw-exit-form select.nw-exit-select option {
  background: #15151f;
  color: var(--white);
}
.nw-exit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  background: var(--grad-primary);
  color: var(--white);
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(255, 107, 53, 0.4);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
  margin-top: 4px;
}
.nw-exit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(255, 107, 53, 0.55);
}
.nw-exit-btn.is-loading {
  opacity: 0.7;
  cursor: wait;
  pointer-events: none;
}
.nw-exit-msg {
  margin-top: 0;
  font-size: 0.9rem;
  text-align: center;
}
.nw-exit-msg:empty {
  display: none;
}
.nw-exit-msg:not(:empty) {
  margin-top: 12px;
}
.nw-exit-msg-success {
  padding: 10px 16px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.35);
  border-radius: 12px;
  color: #4ade80;
}
.nw-exit-msg-error {
  padding: 10px 16px;
  background: rgba(239, 68, 68, 0.10);
  border: 1px solid rgba(239, 68, 68, 0.35);
  border-radius: 12px;
  color: #fca5a5;
}
.nw-exit-tiny {
  margin: 14px 0 0;
  text-align: center;
  font-size: 0.75rem;
  color: var(--white-subtle);
  opacity: 0.7;
}
body.nw-popup-open {
  overflow: hidden;
  /* iOS Safari: block scroll-chaining */
  touch-action: none;
}
@media (max-width: 540px) {
  .nw-exit-card {
    padding: 36px 22px 24px;
    border-radius: 20px;
  }
  .nw-exit-title {
    font-size: 1.4rem;
  }
  .nw-exit-desc {
    font-size: 0.9rem;
    margin-bottom: 18px;
  }
}
@media (max-width: 380px) {
  .nw-exit-popup {
    padding: 12px;
  }
  .nw-exit-card {
    padding: 32px 18px 22px;
    border-radius: 16px;
  }
  .nw-exit-badge {
    font-size: 0.68rem;
    padding: 5px 10px;
    letter-spacing: 0.02em;
  }
  .nw-exit-title {
    font-size: 1.25rem;
    line-height: 1.25;
  }
  .nw-exit-desc {
    font-size: 0.85rem;
    line-height: 1.5;
  }
  .nw-exit-form input[type="text"],
  .nw-exit-form input[type="tel"],
  .nw-exit-form input[type="email"] {
    padding: 12px 16px;
    font-size: 0.9rem;
  }
  .nw-exit-btn {
    padding: 13px 20px;
    font-size: 0.9rem;
  }
  .nw-exit-tiny {
    font-size: 0.68rem;
  }
  .nw-exit-close {
    width: 32px;
    height: 32px;
    top: 10px;
    right: 10px;
  }
}

/* ============================================================
   CAL.COM CTA BUTTON (load-on-intent)
   ============================================================ */
.nw-cal-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 107, 53, 0.35);
  border-radius: 100px;
  color: var(--white);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.nw-cal-cta:hover {
  background: rgba(255, 107, 53, 0.12);
  border-color: var(--orange-core);
  transform: translateY(-2px);
}
.nw-cal-cta svg {
  flex-shrink: 0;
  color: var(--orange-light);
}

/* ============================================================
   MOBILE PATCH v41 — fixes overlap & layout pe ecrane mici
   Aplicat după toate stilurile existente pentru max specificitate
   ============================================================ */

/* === Body anti-overflow guard (previne scroll horizontal cauzat de pills) === */
html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

/* === Container — padding mai mic pe ecrane foarte mici === */
@media (max-width: 480px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
  .container-narrow {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 360px) {
  .container,
  .container-narrow {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* ============================================================
   HERO V2 — fix complet mobile
   ============================================================ */
@media (max-width: 900px) {
  .hero-v2 {
    padding: 90px 0 60px; /* header sticky e ~70px pe mobile, nu 140px */
  }
  .hero-v2-grid {
    gap: 48px;
  }
  .hero-v2-title {
    /* Reduce min size ca să nu deborzeze pe iPhone SE / Galaxy A21 */
    font-size: clamp(2.3rem, 12vw, 4.5rem);
    margin-bottom: 18px;
    word-break: keep-all;
    overflow-wrap: break-word;
    hyphens: none;
  }
  .hero-v2-sub {
    margin-bottom: 26px;
  }
  .hero-v2-desc {
    font-size: 0.98rem;
    line-height: 1.55;
  }
  .hero-v2-services {
    padding: 18px 0;
    margin-bottom: 28px;
  }
  .hero-v2-cta-row {
    gap: 16px;
  }
  .hero-v2-visual {
    min-height: 460px;
    overflow: visible;
    padding: 40px 0 30px; /* spațiu pentru pills care levitează deasupra/sub telefon */
  }
}

@media (max-width: 640px) {
  .hero-v2 {
    padding: 80px 0 50px;
  }
  .hero-v2-title {
    font-size: clamp(2.1rem, 14vw, 3.8rem);
    line-height: 0.95;
    letter-spacing: -0.04em;
  }
  .hero-v2-tagline {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
  }
  .hero-v2-desc {
    font-size: 0.95rem;
  }
  /* CTA row — buton primar full-width, rating dedesubt centrat */
  .hero-v2-cta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .hero-v2-cta-row .btn.btn-lg {
    width: 100%;
    justify-content: center;
    padding: 16px 24px;
    font-size: 0.95rem;
  }
  .hero-v2-rating {
    width: 100%;
    justify-content: flex-start;
    font-size: 0.82rem;
  }
  /* Phone-3D pills repoziționate — NU se mai suprapun cu textul */
  .hero-v2-visual {
    min-height: 500px;
    padding: 50px 0 40px;
  }
  .phone-3d-wrap {
    width: 200px;
    height: 400px;
  }
  .phone-3d-pill {
    font-size: 0.72rem;
    padding: 8px 12px;
  }
  .phone-3d-pill-1 {
    left: 50%;
    transform: translateX(-50%);
    top: -36px;
  }
  .phone-3d-pill-2 {
    right: -10px;
    top: auto;
    bottom: 25%;
  }
  .phone-3d-pill-3 {
    display: inline-flex;
    left: -10px;
    bottom: -36px;
    top: auto;
  }
}

@media (max-width: 380px) {
  .hero-v2-title {
    font-size: clamp(1.9rem, 13vw, 3rem);
  }
  .hero-v2-services {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .hero-v2-num {
    font-size: 0.68rem;
  }
  .hero-v2-lbl {
    font-size: 0.78rem;
  }
  .phone-3d-wrap {
    width: 180px;
    height: 360px;
  }
  .phone-3d-pill {
    font-size: 0.68rem;
    padding: 7px 11px;
  }
}

/* ============================================================
   STICKY OFFER BAR — ASCUNS COMPLET pe mobil (cerere client)
   Se suprapunea cu conținutul, meniul și WhatsApp float.
   WhatsApp float rămâne ca singur buton flotant pe telefon.
   ============================================================ */
@media (max-width: 768px) {
  .sticky-offer-bar,
  #stickyOfferBar {
    display: none !important;
  }
}

/* ============================================================
   WHATSAPP FLOAT — păstrează spațiu pentru sticky bar
   ============================================================ */
@media (max-width: 640px) {
  .whatsapp-float {
    bottom: 16px;
    right: 16px;
  }
  .whatsapp-label {
    display: none; /* doar bula verde pe mobil */
  }
}

/* ============================================================
   LEAD MAGNET — input padding mai bun pe mobil
   ============================================================ */
@media (max-width: 540px) {
  .lead-magnet-wrap {
    padding: 32px 20px !important;
  }
  .lead-magnet-title {
    font-size: clamp(1.4rem, 6vw, 1.9rem);
    line-height: 1.25;
  }
  .lead-magnet-desc {
    font-size: 0.92rem;
  }
  .lead-magnet-bullets {
    gap: 8px;
  }
  .lead-magnet-bullet {
    font-size: 0.78rem;
    padding: 6px 12px;
  }
  .lead-magnet-input {
    padding: 13px 18px;
    font-size: 0.9rem;
  }
  .lead-magnet-btn {
    padding: 14px 22px;
    font-size: 0.92rem;
  }
}

/* ============================================================
   TRUST BAR — rămâne orizontal pe mobil (grid 2 coloane sub 540px)
   ============================================================ */
@media (max-width: 768px) {
  .trust-bar {
    padding: 36px 0 28px;
  }
  .trust-bar-list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 24px !important;
    flex-direction: unset !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 540px;
    margin: 0 auto;
  }
  .trust-bar-list li {
    font-size: 0.85rem;
    justify-content: flex-start;
  }
  .trust-bar-list .trust-icon {
    font-size: 1.1rem;
  }
}
@media (max-width: 380px) {
  .trust-bar-list {
    grid-template-columns: 1fr !important;
    max-width: 320px;
  }
  .trust-bar-list li {
    font-size: 0.88rem;
  }
}

/* ============================================================
   STICKY OFFER BAR + WHATSAPP — anti-collision tablet (641-900px)
   ============================================================ */
@media (max-width: 900px) and (min-width: 641px) {
  .sticky-offer-bar {
    right: 110px; /* lasă loc pentru WhatsApp float */
    left: 16px;
  }
}

/* ============================================================
   PHONE 3D PILLS — tablet (768-900px) repoziționate să nu intre în text
   ============================================================ */
@media (max-width: 900px) and (min-width: 769px) {
  .phone-3d-pill-1 { left: -8px !important; top: 8% !important; }
  .phone-3d-pill-2 { right: -16px !important; }
  .phone-3d-pill-3 { left: -8px !important; }
}

/* ============================================================
   LEAD MAGNET FORM GRID — single column sub 600px (nu 540px)
   ============================================================ */
@media (max-width: 600px) {
  .lead-magnet-form-grid {
    grid-template-columns: 1fr !important;
  }
  .lead-magnet-form-grid .lm-half {
    grid-column: 1 / -1 !important;
  }
}

/* ============================================================
   HEADER — pe mobile micșorează padding-ul și logo-ul
   ============================================================ */
@media (max-width: 640px) {
  .site-header .nav-wrapper {
    gap: 8px;
  }
  .site-header .logo-brand img {
    height: 38px !important;
    width: auto !important;
  }
  /* .nav-cta is hidden pe mobil, in favoarea CTA-ului din meniul deschis */
  /* Pe homepage mobil — ascundere consistent */
  body.page-acasa .site-header .logo-brand img {
    display: none !important;
  }
}

/* ============================================================
   GENERAL TEXT — anti-overflow pe titluri lungi
   ============================================================ */
@media (max-width: 640px) {
  h1, h2, h3 {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .gradient-text {
    display: inline;
  }
}

/* ============================================================
   EXIT POPUP — padding mai mic pe mobile mic
   ============================================================ */
@media (max-width: 380px) {
  .nw-exit-card {
    padding: 32px 18px 22px;
  }
  .nw-exit-title {
    font-size: 1.35rem;
  }
  .nw-exit-desc {
    font-size: 0.88rem;
  }
  .nw-exit-form input[type="text"],
  .nw-exit-form input[type="tel"],
  .nw-exit-form input[type="email"] {
    padding: 12px 16px;
    font-size: 0.9rem;
  }
}

/* ============================================================
   MOBILE PATCH v42 — fixes critice
   1. Bug fundal meniu mobil (override .scrolled rule)
   2. Hero rearrange — phone vizibil din primul cadru
   3. CTA + WhatsApp în meniul mobil
   ============================================================ */

/* === FIX CRITIC: meniul mobil DESCHIS = fundal COMPLET OPAC (solid).
   Înainte folosea alpha 0.985 + backdrop-filter, dar pe iOS Safari conținutul
   din footer se vedea prin meniu. Acum fundal solid 100%, zero bleed-through. === */
@media (max-width: 768px) {
  .nav-menu,
  .site-header.scrolled .nav-menu,
  .nav-menu.active,
  .site-header.scrolled .nav-menu.active {
    background: #07070b !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    border-radius: 0 !important;
  }

  /* Meniul mobil — layout intern îmbunătățit */
  .nav-menu {
    gap: 4px !important;
    padding: 80px 24px 40px !important;
    justify-content: flex-start !important;
    overflow-y: auto;
  }
  .nav-menu li {
    list-style: none;
    width: 100%;
    text-align: center;
  }
  /* Doar link-urile TOP-LEVEL din meniu (Acasă, Portofoliu, Servicii etc.)
     NU sub-meniul - el e stilizat separat in regulile .nav-dropdown a */
  .nav-menu > li > a:not(.nav-menu-mobile-cta):not(.nav-menu-mobile-wa) {
    color: var(--white) !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    padding: 14px 24px !important;
    display: block;
    border-radius: 12px;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
  }
  .nav-menu > li > a.active:not(.nav-menu-mobile-cta) {
    color: var(--orange-light) !important;
    background: rgba(255, 107, 53, 0.08) !important;
  }
  /* Ascunde logo cand meniul mobil e deschis - evita suprapunere */
  body.nav-menu-open .site-header .logo-brand {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }
  /* Ascunde si .site-header.scrolled background pentru ca nav-menu sa fie singur deasupra */
  body.nav-menu-open .site-header {
    background: transparent !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
  }
  .nav-menu a::after { display: none; } /* hide underline indicator pe mobil */
}

/* === Butoane CTA în meniul mobil deschis === */
.nav-menu-mobile-actions {
  display: none; /* doar pe mobile */
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 320px;
  margin: 28px auto 0 !important;
  padding: 24px 0 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 768px) {
  .nav-menu-mobile-actions {
    display: flex !important;
  }
}
.nav-menu-mobile-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px !important;
  background: var(--grad-primary) !important;
  color: var(--white) !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  border-radius: 100px !important;
  box-shadow: 0 8px 22px rgba(255, 107, 53, 0.35) !important;
  text-decoration: none;
  width: 100%;
  max-width: 280px;
}
.nav-menu-mobile-wa {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px !important;
  background: rgba(37, 211, 102, 0.12) !important;
  border: 1px solid rgba(37, 211, 102, 0.5) !important;
  color: #25d366 !important;
  font-weight: 600 !important;
  font-size: 0.85rem !important;
  border-radius: 100px !important;
  text-decoration: none;
  width: 100%;
  max-width: 280px;
}
.nav-menu-mobile-wa svg {
  flex-shrink: 0;
}

/* ============================================================
   HERO V2 MOBILE — REORGANIZARE: phone vizibil din primul cadru
   Ordine pe mobil: Title → Phone → Desc → Services → CTA
   ============================================================ */
@media (max-width: 900px) {
  .hero-v2 {
    padding: 70px 0 40px !important;
  }
  .hero-v2-grid {
    display: flex !important;
    flex-direction: column;
    gap: 28px !important;
  }
  .hero-v2-content {
    order: 1;
    display: contents; /* permite reordonare copii cu order */
  }
  .hero-v2-content > * {
    order: 5; /* default: după phone */
  }
  /* Title urcă primul */
  .hero-v2-content .hero-v2-title {
    order: 1;
    text-align: center;
    margin: 0 0 8px !important;
  }
  /* Tagline (sub title) — small și centrat */
  .hero-v2-content .hero-v2-sub {
    order: 2;
    text-align: center;
    margin: 0 0 20px !important;
  }
  /* Phone urmează imediat după tagline → vizibil ABOVE THE FOLD */
  .hero-v2-visual {
    order: 3 !important;
    min-height: auto !important;
    padding: 30px 0 !important;
  }
  /* Services + CTA mai jos */
  .hero-v2-content .hero-v2-services {
    order: 4;
    margin: 24px 0 22px !important;
  }
  .hero-v2-content .hero-v2-cta-row {
    order: 5;
    margin-top: 4px;
  }
}

@media (max-width: 640px) {
  .hero-v2 {
    padding: 60px 0 36px !important;
  }
  .hero-v2-grid {
    gap: 20px !important;
  }
  .hero-v2-content .hero-v2-title {
    font-size: clamp(2.4rem, 12vw, 4rem) !important;
    line-height: 0.95;
  }
  .hero-v2-content .hero-v2-tagline {
    font-size: 0.7rem !important;
    margin-bottom: 8px !important;
  }
  .hero-v2-content .hero-v2-desc {
    font-size: 0.92rem !important;
    line-height: 1.5;
    text-align: center;
    padding: 0 8px;
  }
  /* Phone 3D — compact dar prezent */
  .phone-3d-wrap {
    width: 200px !important;
    height: 400px !important;
  }
  .hero-v2-visual {
    padding: 20px 0 30px !important;
  }
  /* Pills repoziționate să nu iasă din viewport */
  .phone-3d-pill {
    font-size: 0.7rem !important;
    padding: 7px 11px !important;
  }
  .phone-3d-pill-1 {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: -28px !important;
  }
  .phone-3d-pill-2 {
    right: -4px !important;
    top: auto !important;
    bottom: 35% !important;
  }
  .phone-3d-pill-3 {
    display: inline-flex !important;
    left: -4px !important;
    bottom: -28px !important;
    top: auto !important;
  }

  /* Services — sub phone, 2 coloane compacte */
  .hero-v2-content .hero-v2-services {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
    padding: 18px 0 !important;
  }
  .hero-v2-content .hero-v2-num {
    font-size: 0.7rem !important;
  }
  .hero-v2-content .hero-v2-lbl {
    font-size: 0.8rem !important;
  }

  /* CTA — buton plin de lățime + rating centrat dedesubt */
  .hero-v2-content .hero-v2-cta-row {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
  }
  .hero-v2-content .hero-v2-cta-row .btn.btn-lg {
    width: 100%;
    justify-content: center;
    padding: 16px 22px !important;
    font-size: 0.98rem !important;
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.45);
  }
  .hero-v2-content .hero-v2-rating {
    justify-content: center !important;
    font-size: 0.85rem !important;
  }
}

@media (max-width: 380px) {
  .hero-v2-content .hero-v2-title {
    font-size: clamp(2rem, 13vw, 2.8rem) !important;
  }
  .phone-3d-wrap {
    width: 180px !important;
    height: 360px !important;
  }
}

/* ============================================================
   ACCESSIBILITY — Focus states pentru keyboard navigation
   ============================================================ */
.btn:focus-visible,
.lead-magnet-btn:focus-visible,
.nw-exit-btn:focus-visible,
.nw-cal-cta:focus-visible,
.nav-cta:focus-visible,
.sticky-offer-bar-cta:focus-visible,
.nav-menu-mobile-cta:focus-visible,
.nav-menu-mobile-wa:focus-visible {
  outline: 2px solid var(--orange-light);
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.2);
}
.nav-menu a:focus-visible {
  outline: 2px solid var(--orange-light);
  outline-offset: 2px;
  border-radius: 8px;
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--orange-light);
  outline-offset: 2px;
}

/* ============================================================
   PERFORMANCE — disable hero glow animation pe mobile (jank-free)
   ============================================================ */
@media (max-width: 768px), (prefers-reduced-motion: reduce) {
  .hero-v2-glow,
  .hero-v2-glow-3 {
    animation: none !important;
    filter: blur(80px) !important; /* lighter blur on mobile */
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================================
   PULSE WhatsApp — tone down pe mobil (mai puțin nag visual)
   ============================================================ */
@media (max-width: 768px) {
  .whatsapp-btn::before,
  .whatsapp-btn::after {
    animation-duration: 4s !important; /* mai relaxat */
  }
}

/* ============================================================
   LEAD MAGNET INPUT — border mai vizibil pe dark theme
   ============================================================ */
.lead-magnet-input,
.nw-exit-form input[type="text"],
.nw-exit-form input[type="tel"],
.nw-exit-form input[type="email"] {
  border-color: rgba(255, 255, 255, 0.18) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}
.lead-magnet-input:focus,
.nw-exit-form input:focus {
  border-color: var(--orange-core) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05),
              0 0 0 3px rgba(255, 107, 53, 0.15);
}

/* ============================================================
   MOBILE TOGGLE — bars un pic mai groase pentru vizibilitate
   ============================================================ */
.mobile-toggle span {
  width: 26px !important;
  height: 3px !important;
}

/* ============================================================
   PRICING PAGES (preturi.html + preturi/*) — design SCDesign style
   ============================================================ */

/* === Hero compact (preturile vizibile direct, fără scroll) === */
.pricing-hero-compact {
  padding: 90px 0 30px;
  position: relative;
  text-align: center;
}
.pricing-hero-compact .breadcrumb {
  margin-bottom: 20px;
  justify-content: center;
}
.pricing-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: var(--white);
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}
.pricing-hero-lead {
  font-size: 1.05rem;
  color: var(--white-soft);
  max-width: 600px;
  margin: 0 auto;
}

/* === Categories grid (landing preturi.html) === */
.pricing-categories-section {
  padding: 30px 0 80px;
}
.pricing-categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.pricing-category-card {
  display: block;
  padding: 32px 28px;
  background: linear-gradient(180deg, rgba(26,26,36,0.7) 0%, rgba(21,21,28,0.7) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
.pricing-category-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--cat-color, var(--orange-core)), var(--cat-color-2, var(--pink-core)));
  opacity: 0.8;
}
.pricing-cat--website { --cat-color: #ff6b35; --cat-color-2: #ff8a5b; }
.pricing-cat--magazin { --cat-color: #ec4899; --cat-color-2: #f472b6; }
.pricing-cat--logo { --cat-color: #06b6d4; --cat-color-2: #22d3ee; }
.pricing-cat--promovare { --cat-color: #f43f5e; --cat-color-2: #fb7185; }
.pricing-cat--seo { --cat-color: #10b981; --cat-color-2: #34d399; }

.pricing-category-card:hover {
  transform: translateY(-6px);
  border-color: var(--cat-color);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4), 0 0 0 1px var(--cat-color), 0 0 30px rgba(255,107,53,0.15);
}
.pricing-category-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--cat-color), var(--cat-color-2));
  border-radius: 14px;
  color: white;
}
.pricing-category-icon svg {
  width: 28px;
  height: 28px;
}
.pricing-category-title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 10px;
}
.pricing-category-from {
  font-size: 0.95rem;
  color: var(--white-soft);
  margin: 0 0 18px;
}
.pricing-category-from strong {
  color: var(--cat-color);
  font-size: 1.15rem;
  font-family: var(--font-display);
  font-weight: 700;
  margin-left: 6px;
}
.pricing-category-mini {
  list-style: none;
  padding: 18px 0;
  margin: 0 0 20px;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.pricing-category-mini li {
  font-size: 0.88rem;
  color: var(--white-mute);
  padding: 4px 0;
  list-style: none;
}
.pricing-category-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--cat-color);
  font-weight: 600;
  font-size: 0.92rem;
  transition: gap 0.25s ease;
}
.pricing-category-card:hover .pricing-category-cta {
  gap: 10px;
}

/* === Pricing TABLE (3 cards comparison, SCDesign style) === */
.pricing-table-section {
  padding: 20px 0 100px;
}
.pricing-table-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
}
.pricing-table-card {
  background: linear-gradient(180deg, #15151c 0%, #0f0f15 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.pricing-table-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 107, 53, 0.3);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}
.pricing-table-featured {
  border-color: var(--orange-core);
  box-shadow: 0 0 0 1px var(--orange-core), 0 12px 32px rgba(255,107,53,0.2);
  transform: translateY(-12px);
}
.pricing-table-featured:hover {
  transform: translateY(-16px);
}
.pricing-table-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 4px 12px;
  background: linear-gradient(135deg, var(--orange-core), var(--pink-core));
  color: white;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 100px;
  z-index: 2;
}

/* Header al cardului (negru cu preț mare) */
.pricing-table-header {
  background: #0a0a10;
  padding: 36px 24px 30px;
  text-align: center;
  border-bottom: 1px solid rgba(255,107,53,0.15);
}
.pricing-card-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-card-icon svg {
  width: 48px;
  height: 48px;
}
.pricing-card--meta .pricing-card-icon { color: #1877F2; }
.pricing-card--tiktok .pricing-card-icon { color: #FE2C55; }
.pricing-table-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}
.pricing-table-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin-bottom: 8px;
}
.pricing-table-price .pricing-currency {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--white-soft);
}
.pricing-table-price .pricing-amount {
  font-family: var(--font-display);
  font-size: 3.4rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.03em;
  line-height: 1;
  background: linear-gradient(135deg, var(--orange-light) 0%, var(--pink-core) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing-table-price .pricing-unit {
  font-size: 1rem;
  color: var(--white-soft);
  font-weight: 500;
}
.pricing-table-desc {
  font-size: 0.82rem;
  color: var(--white-mute);
  margin: 6px 0 0;
}

/* Lista features cu check / x */
.pricing-table-features {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  background: #fafafa;
  color: #333;
}
.pricing-table-features li {
  list-style: none;
  padding: 12px 22px;
  font-size: 0.86rem;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 50px;
}
.pricing-table-features li:last-child {
  border-bottom: none;
}
.pricing-table-features li::after {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
}
.pricing-table-features li.has-feature::after {
  content: '✓';
  background: #22c55e;
  color: white;
}
.pricing-table-features li.no-feature::after {
  content: '✕';
  background: #ef4444;
  color: white;
}
.pricing-table-features li.no-feature {
  color: #999;
}

/* CTA buton la baza cardului */
.pricing-table-cta {
  display: block;
  text-align: center;
  padding: 16px 24px;
  background: linear-gradient(135deg, var(--orange-core), var(--pink-core));
  color: white !important;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.25s ease;
}
.pricing-table-cta:hover {
  opacity: 0.92;
}

/* Note explanation below pricing */
.pricing-note {
  max-width: 800px;
  margin: 40px auto 0;
  padding: 18px 24px;
  background: rgba(255,107,53,0.06);
  border: 1px solid rgba(255,107,53,0.2);
  border-radius: 12px;
  text-align: center;
  font-size: 0.92rem;
  color: var(--white-soft);
  line-height: 1.55;
}
.pricing-note strong {
  color: var(--orange-light);
}

/* === Pricing LIST (logo/grafic — listă simplă) === */
.pricing-list-section {
  padding: 30px 0 100px;
}
.pricing-list-banner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 30px 36px;
  background: linear-gradient(180deg, #15151c 0%, #0a0a10 100%);
  border: 1px solid rgba(255, 107, 53, 0.2);
  border-radius: 20px;
  margin-bottom: 32px;
}
.pricing-list-banner-icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--orange-core), var(--pink-core));
  border-radius: 16px;
}
.pricing-list-banner-icon svg {
  width: 40px;
  height: 40px;
  color: white;
}
.pricing-list-banner-text {
  flex: 1;
}
.pricing-list-banner-text h2 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.pricing-list-banner-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 4px 0;
}
.pricing-list-banner-price span {
  font-size: 0.85rem;
  color: var(--white-mute);
}
.pricing-list-banner-price strong {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--orange-light), var(--pink-core));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.02em;
}
.pricing-list-banner-text p {
  font-size: 0.85rem;
  color: var(--white-mute);
  margin: 4px 0 0;
}

.pricing-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fafafa;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eee;
}
.pricing-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px;
  border-bottom: 1px solid #eee;
  background: #fafafa;
  transition: background 0.2s ease;
  list-style: none;
}
.pricing-list-item:nth-child(even) {
  background: #ffffff;
}
.pricing-list-item:hover {
  background: linear-gradient(90deg, rgba(255, 107, 53, 0.06), rgba(236, 72, 153, 0.04));
}
.pricing-list-item:last-child {
  border-bottom: none;
}
.pricing-list-name {
  flex: 1;
  font-size: 0.95rem;
  color: #333;
  font-weight: 500;
}
.pricing-list-price {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--orange-core);
  font-size: 0.95rem;
  white-space: nowrap;
}
.pricing-list-btn {
  padding: 8px 18px;
  background: linear-gradient(135deg, var(--orange-core), var(--pink-core));
  color: white !important;
  font-size: 0.82rem;
  font-weight: 600;
  border-radius: 100px;
  text-decoration: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  white-space: nowrap;
}
.pricing-list-btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

/* === Responsive === */
@media (max-width: 980px) {
  .pricing-table-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
  .pricing-table-featured {
    transform: translateY(0);
  }
  .pricing-table-featured:hover {
    transform: translateY(-4px);
  }
}
@media (max-width: 640px) {
  .pricing-hero-compact { padding: 70px 0 20px; }
  .pricing-categories-grid { gap: 14px; }
  .pricing-category-card { padding: 24px 22px; }
  .pricing-table-card { border-radius: 16px; }
  .pricing-table-header { padding: 28px 20px 24px; }
  .pricing-table-price .pricing-amount { font-size: 2.8rem; }
  .pricing-table-features li { padding: 11px 18px; padding-right: 42px; font-size: 0.84rem; }
  .pricing-table-features li::after { right: 16px; width: 18px; height: 18px; }
  .pricing-list-banner {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
  }
  .pricing-list-item {
    flex-wrap: wrap;
    padding: 14px 18px;
  }
  .pricing-list-name {
    flex: 1 1 60%;
    font-size: 0.9rem;
  }
  .pricing-list-price {
    text-align: right;
    flex: 0 0 auto;
  }
  .pricing-list-btn {
    flex: 1 1 100%;
    text-align: center;
    margin-top: 8px;
  }
}

/* ============================================================
   SERVICII DETAIL SECTIONS — secțiuni colorate cu 4 feature circles
   Inspirate din SCDesign dar adaptate pentru dark theme NEUROWEB
   ============================================================ */
.services-detail-section {
  position: relative;
  padding: 90px 0 80px;
  overflow: hidden;
  isolation: isolate; /* contain z-index pentru fundal */
}
.services-detail-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.9;
  background: var(--service-bg, transparent);
  background-blend-mode: normal;
}
/* Borduri subtile între secțiuni pentru separare elegantă */
.services-detail-section + .services-detail-section {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
/* Soft fade la marginile fiecărei secțiuni pentru tranziție smooth */
.services-detail-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(180deg, rgba(7,7,10,0.4), transparent);
  pointer-events: none;
}
.services-detail-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(0deg, rgba(7,7,10,0.4), transparent);
  pointer-events: none;
}

/* === Color themes per service === */
.service-detail--site .services-detail-bg {
  background: radial-gradient(ellipse 80% 100% at 50% 50%,
    rgba(255, 107, 53, 0.18) 0%,
    rgba(255, 107, 53, 0.04) 60%,
    transparent 100%);
  --service-color: #ff6b35;
  --service-color-2: #ff8a5b;
}
.service-detail--site {
  --service-color: #ff6b35;
  --service-color-2: #ff8a5b;
}
.service-detail--magazin .services-detail-bg {
  background: radial-gradient(ellipse 80% 100% at 50% 50%,
    rgba(236, 72, 153, 0.18) 0%,
    rgba(236, 72, 153, 0.04) 60%,
    transparent 100%);
}
.service-detail--magazin {
  --service-color: #ec4899;
  --service-color-2: #f472b6;
}
.service-detail--grafice .services-detail-bg {
  background: radial-gradient(ellipse 80% 100% at 50% 50%,
    rgba(251, 146, 60, 0.18) 0%,
    rgba(251, 146, 60, 0.04) 60%,
    transparent 100%);
}
.service-detail--grafice {
  --service-color: #fb923c;
  --service-color-2: #fbbf24;
}
.service-detail--logo .services-detail-bg {
  background: radial-gradient(ellipse 80% 100% at 50% 50%,
    rgba(6, 182, 212, 0.18) 0%,
    rgba(6, 182, 212, 0.04) 60%,
    transparent 100%);
}
.service-detail--logo {
  --service-color: #06b6d4;
  --service-color-2: #22d3ee;
}
.service-detail--marketing .services-detail-bg {
  background: radial-gradient(ellipse 80% 100% at 50% 50%,
    rgba(244, 63, 94, 0.18) 0%,
    rgba(244, 63, 94, 0.04) 60%,
    transparent 100%);
}
.service-detail--marketing {
  --service-color: #f43f5e;
  --service-color-2: #fb7185;
}
.service-detail--branding .services-detail-bg {
  background: radial-gradient(ellipse 80% 100% at 50% 50%,
    rgba(139, 92, 246, 0.18) 0%,
    rgba(139, 92, 246, 0.04) 60%,
    transparent 100%);
}
.service-detail--branding {
  --service-color: #8b5cf6;
  --service-color-2: #a78bfa;
}
.service-detail--seo .services-detail-bg {
  background: radial-gradient(ellipse 80% 100% at 50% 50%,
    rgba(16, 185, 129, 0.18) 0%,
    rgba(16, 185, 129, 0.04) 60%,
    transparent 100%);
}
.service-detail--seo {
  --service-color: #10b981;
  --service-color-2: #34d399;
}
.service-detail--seolocal .services-detail-bg {
  background: radial-gradient(ellipse 80% 100% at 50% 50%,
    rgba(245, 158, 11, 0.18) 0%,
    rgba(245, 158, 11, 0.04) 60%,
    transparent 100%);
}
.service-detail--seolocal {
  --service-color: #f59e0b;
  --service-color-2: #fbbf24;
}

/* === Header per secțiune === */
.service-detail-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
}
.service-detail-title {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.7rem, 4.5vw, 2.6rem);
  line-height: 1.15;
  color: var(--white);
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}
.service-detail-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  color: var(--service-color);
  margin: 0 0 22px;
  text-transform: lowercase;
  letter-spacing: 0.05em;
}
.service-detail-subtitle span {
  flex: 0 0 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--service-color), transparent);
  opacity: 0.6;
}
.service-detail-lead {
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--white-soft);
  margin: 0;
}

/* === Features grid (4 columns desktop, 2 tablet, 1 mobile) === */
.service-detail-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}
.service-detail-feature {
  text-align: center;
  padding: 0 8px;
}
.service-detail-icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.4s ease,
              background 0.4s ease,
              box-shadow 0.4s ease;
}
/* Gradient accent ring când hover */
.service-detail-icon::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--service-color), var(--service-color-2));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.service-detail-feature:hover .service-detail-icon {
  transform: translateY(-6px) scale(1.05);
  border-color: var(--service-color);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3),
              0 0 30px var(--service-color);
}
.service-detail-feature:hover .service-detail-icon::before {
  opacity: 0.25;
}
.service-detail-icon svg {
  width: 42px;
  height: 42px;
  color: var(--service-color);
  transition: color 0.3s ease, transform 0.3s ease;
}
.service-detail-feature:hover .service-detail-icon svg {
  color: var(--service-color-2);
  transform: scale(1.08);
}
.service-detail-feature h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.service-detail-feature p {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--white-soft);
  margin: 0;
}

/* === CTA button per secțiune === */
.service-detail-cta {
  text-align: center;
  margin-top: 50px;
}
.service-detail-cta .btn {
  background: linear-gradient(135deg, var(--service-color), var(--service-color-2));
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3),
              0 0 0 1px rgba(255, 255, 255, 0.08);
  padding: 14px 32px;
  font-weight: 600;
}
.service-detail-cta .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4),
              0 0 30px var(--service-color);
}

/* === Tablet (max 1100px) === */
@media (max-width: 1100px) {
  .service-detail-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 24px;
    max-width: 700px;
  }
  .services-detail-section {
    padding: 70px 0 60px;
  }
}

/* === Mobile (max 640px) === */
@media (max-width: 640px) {
  .services-detail-section {
    padding: 60px 0 50px;
  }
  .service-detail-header {
    margin-bottom: 36px;
  }
  .service-detail-features {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 380px;
  }
  .service-detail-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
  }
  .service-detail-icon svg {
    width: 36px;
    height: 36px;
  }
  .service-detail-feature h3 {
    font-size: 1rem;
  }
  .service-detail-subtitle span {
    flex: 0 0 40px;
  }
}

/* ============================================================
   NAV DROPDOWN — Servicii hover/click menu (header)
   ============================================================ */
.nav-has-dropdown {
  position: relative;
}
.nav-has-dropdown > a {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
}
.nav-dropdown-chev {
  transition: transform 0.25s ease;
  opacity: 0.7;
  margin-top: 1px;
}
.nav-has-dropdown:hover > a .nav-dropdown-chev,
.nav-has-dropdown:focus-within > a .nav-dropdown-chev {
  transform: rotate(180deg);
  opacity: 1;
}

/* Dropdown panel */
.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  list-style: none;
  margin: 0;
  padding: 8px 0;
  min-width: 280px;
  background: rgba(15, 15, 22, 0.97);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 107, 53, 0.18);
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.55),
              0 0 0 1px rgba(255, 107, 53, 0.06);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 1100;
  /* invisible "bridge" sus ca să nu se închidă când mouse-ul iese din butonul SERVICII */
}
.nav-dropdown::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 14px;
  background: transparent;
}

.nav-has-dropdown:hover > .nav-dropdown,
.nav-has-dropdown:focus-within > .nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(2px);
}

.nav-dropdown li {
  list-style: none;
  width: 100%;
}
.nav-dropdown a {
  display: block;
  padding: 10px 20px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--white-soft);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
  border-radius: 0;
  white-space: nowrap;
}
.nav-dropdown a:hover {
  background: linear-gradient(90deg, rgba(255, 107, 53, 0.12), rgba(236, 72, 153, 0.06));
  color: var(--orange-light);
  padding-left: 26px;
}

/* Divider before "View all" */
.nav-dropdown-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 6px;
  padding-top: 6px;
}
.nav-dropdown-divider a {
  color: var(--orange-light);
}
.nav-dropdown-divider a:hover {
  color: var(--orange-light);
}

/* Mobile — dropdown se deschide ca sub-meniu sub link-ul principal */
@media (max-width: 768px) {
  /* FORTEZ <li class="nav-has-dropdown"> sa centreze copiii (a + ul.nav-dropdown)
     Acesta e fix-ul cross-browser fata de margin:auto care nu functiona pe iOS */
  .nav-menu li.nav-has-dropdown {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    box-sizing: border-box;
  }
  .nav-menu li.nav-has-dropdown > a {
    width: auto !important;
    cursor: pointer;
    justify-content: center !important;
    display: inline-flex !important;
  }
  .nav-dropdown {
    position: static !important;
    transform: none !important;
    left: auto !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    padding: 0 !important;
    padding-inline-start: 0 !important;
    margin: 0 !important;
    border-radius: 12px !important;
    width: 88% !important;
    min-width: 0 !important;
    max-width: 320px !important;
    max-height: 0;
    overflow: hidden;
    box-sizing: border-box;
    list-style: none;
    transition: max-height 0.35s ease, padding 0.25s ease, margin 0.25s ease, background 0.25s ease, border-color 0.25s ease;
  }
  .nav-has-dropdown.is-open > .nav-dropdown {
    max-height: 700px;
    background: rgba(255, 107, 53, 0.04) !important;
    border: 1px solid rgba(255, 107, 53, 0.18) !important;
    padding: 6px 0 !important;
    margin: 10px 0 14px !important;
  }
  .nav-dropdown li {
    text-align: center !important;
    width: 100% !important;
    list-style: none;
  }
  .nav-dropdown a {
    text-align: center !important;
    padding: 8px 14px !important;
    font-size: 0.9rem !important;
    color: var(--white-mute) !important;
    border-radius: 8px !important;
    margin: 2px 8px !important;
    display: block !important;
    white-space: normal !important;
    word-wrap: break-word;
    line-height: 1.35;
    box-sizing: border-box;
    width: auto !important;
  }
  .nav-dropdown a:hover,
  .nav-dropdown a:active {
    padding-left: 14px !important;
    background: rgba(255, 107, 53, 0.12) !important;
    color: var(--orange-light) !important;
  }
  .nav-dropdown-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 8px !important;
    padding-top: 8px !important;
  }
  .nav-has-dropdown.is-open .nav-dropdown-chev {
    transform: rotate(180deg);
  }
}

/* ============================================================
   SERVICES ACCORDION (servicii.html) — expandable detalii cu SEO
   ============================================================ */

.services-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 880px;
  margin: 0 auto;
}

/* Accordion item */
.accordion-item {
  background: linear-gradient(180deg, rgba(26,26,36,0.7) 0%, rgba(21,21,28,0.7) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.accordion-item[open] {
  border-color: rgba(255, 107, 53, 0.35);
  background: linear-gradient(180deg, rgba(30,30,42,0.85) 0%, rgba(24,24,32,0.85) 100%);
  box-shadow: 0 12px 32px rgba(0,0,0,0.25),
              0 0 0 1px rgba(255, 107, 53, 0.08);
}
.accordion-item:hover {
  border-color: rgba(255, 107, 53, 0.25);
}

/* Summary (clickable header) — remove default disclosure triangle */

/* Body content — animated slide */
@keyframes accordionSlide {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Feature grid 2x2 */

/* CTA row below content */

/* Mobile */


/* ============================================================
   INTERNAL LINKING SECTION: Industry → Cities & Cross-page CTA
   ============================================================ */
.industry-cities-section {
  padding: 60px 0 70px;
  background: linear-gradient(180deg, transparent 0%, rgba(255, 107, 53, 0.03) 50%, transparent 100%);
  border-top: 1px solid rgba(255, 107, 53, 0.08);
}
.industry-cities-section h2 {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-weight: 700;
}
.industry-cities-section .subtitle {
  text-align: center;
  color: var(--white-mute);
  margin-bottom: 30px;
  font-size: 0.95rem;
  opacity: 0.85;
}
.industry-cities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}
.industry-cities-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 107, 53, 0.15);
  border-radius: 12px;
  color: var(--white-soft);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.25s ease;
  text-align: center;
}
.industry-cities-grid a:hover {
  background: rgba(255, 107, 53, 0.12);
  border-color: rgba(255, 107, 53, 0.4);
  color: var(--orange-light);
  transform: translateY(-2px);
}
@media (max-width: 540px) {
  .industry-cities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .industry-cities-grid a {
    padding: 12px 10px;
    font-size: 0.88rem;
  }
  .industry-cities-section {
    padding: 40px 0 50px;
  }
}

/* ============================================================
   ICONURI SVG (înlocuiesc emoji) + stele aurii
   ============================================================ */
.nw-ico {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -0.14em;
  flex: 0 0 auto;
  stroke-width: 1.9;
}
.trust-icon .nw-ico,
.phone-3d-pill-icon .nw-ico,
.lp-also-icon .nw-ico,
.portfolio-live .nw-ico { width: 1.05em; height: 1.05em; }
.review-stars,
.rating-stars,
.rating-banner-stars,
.rating-hero-stars,
.lp-stars,
.lp-review-stars { color: #fbbf24; }

/* ============================================================
   BANNER COOKIES (Consent Mode v2)
   ============================================================ */
.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 999; /* peste butonul WhatsApp (998) cat timp e deschis */
  max-width: 420px;
  background: #1a1a24;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.45s ease, transform 0.45s ease;
  pointer-events: none;
}
.cookie-banner.is-visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.cookie-banner-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1rem;
}
.cookie-banner-ico {
  width: 1.2em;
  height: 1.2em;
  color: var(--orange, #ff6b35);
}
.cookie-banner-text {
  font-size: 0.85rem;
  line-height: 1.55;
  color: rgba(250, 250, 252, 0.72);
  margin: 0 0 14px;
}
.cookie-banner-text a {
  color: #ff8a5b;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-banner-prefs {
  display: grid;
  gap: 10px;
  margin: 0 0 14px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
}
.cookie-banner-prefs[hidden] { display: none; }
.cookie-pref {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.8rem;
  line-height: 1.45;
  color: rgba(250, 250, 252, 0.72);
  cursor: pointer;
}
.cookie-pref input {
  margin-top: 2px;
  accent-color: #ff6b35;
  flex: 0 0 auto;
}
.cookie-pref strong { color: var(--white); }
.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.cookie-btn {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 0.82rem;
  font-weight: 600;
  border-radius: 100px;
  padding: 10px 18px;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease, background 0.15s ease;
  border: none;
}
.cookie-btn:hover { transform: translateY(-1px); }
.cookie-btn-accept {
  background: var(--grad-btn, linear-gradient(135deg, #ff6b35, #f7347b));
  color: #fff;
}
.cookie-btn-deny {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(250, 250, 252, 0.85);
}
.cookie-btn-deny:hover { background: rgba(255, 255, 255, 0.06); }
.cookie-btn-prefs {
  background: transparent;
  color: rgba(250, 250, 252, 0.55);
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 10px 6px;
}
.cookie-btn-prefs:hover { color: #ff8a5b; }
@media (max-width: 640px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
    padding: 18px;
  }
  .cookie-banner-actions { gap: 8px; }
  .cookie-btn-accept, .cookie-btn-deny { flex: 1 1 auto; text-align: center; }
}

/* ============================================
   BLOCURI DE TEXT (service-intro, city, FAQ): link-uri vizibile, liste, accent in titlu
   Adaugat 2026-09-05. Inainte, link-urile din aceste zone mosteneau culoarea textului
   (a { color: inherit }) si nu se distingeau; listele nu aveau nicio regula.
   ============================================ */
/* Link-uri vizibile in blocurile de text (nu doar in articole) */
.service-intro a,
.faq-answer a,
.page-lead a,
.city-intro a,
.city-features a,
.city-industries a,
.pricing-note a {
  color: var(--orange-light);
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 138, 91, 0.3);
  transition: color 0.25s var(--ease-smooth), border-color 0.25s var(--ease-smooth);
}
.service-intro a:hover,
.faq-answer a:hover,
.page-lead a:hover,
.city-intro a:hover,
.city-features a:hover,
.city-industries a:hover,
.pricing-note a:hover {
  color: var(--orange-glow);
  border-bottom-color: var(--orange-glow);
}

/* Liste in blocurile de text: aceeasi culoare si respiratie ca paragrafele */
.service-intro ul,
.city-intro ul {
  margin: 0 0 20px 0;
  padding-left: 22px;
}
.service-intro li,
.city-intro li {
  color: var(--white-mute);
  font-size: 1.02rem;
  line-height: 1.7;
  margin-bottom: 10px;
}
.service-intro li strong,
.city-intro li strong {
  color: var(--white);
}
.service-intro ul + p,
.city-intro ul + p {
  margin-top: 18px;
}

/* Accentul din titlurile blocurilor de text primeste gradientul site-ului (ca .gradient-text) */
.service-intro h2 strong,
.city-intro h2 strong {
  font-weight: inherit;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ============================================
   ETICHETE / MINI-HEADERE (2026-09-05): fara majuscule, fara monospace, fara pill cu punct.
   Raman in acelasi loc, in acelasi layout, doar arata ca un rand scris de om.
   Pastrate cu majuscule: numele pachetelor (START/ADVANCE/PREMIUM) si insigna ANPC.
   ============================================ */
/* Randul de deasupra titlurilor de sectiune */
.eyebrow,
.ae-section-header .eyebrow {
  display: block;
  gap: 0;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--orange-light);
  margin-bottom: 14px;
  padding: 0;
  border: none;
  background: none;
}
.eyebrow::before,
.ae-section-header .eyebrow::before {
  content: none;
  display: none;
}

/* Hero homepage: salutul si randul de sub NEUROWEB (care e H1) */
.hero-v2-tagline,
.hero-v2-content .hero-v2-tagline {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem) !important;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--white-mute);
  margin-bottom: 14px !important;
}

/* Pill-urile cu punct pulsand -> text simplu */
.lead-magnet-badge {
  display: inline-block;
  gap: 0;
  padding: 0;
  background: none;
  border: none;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--orange-light);
}
.lead-magnet-badge::before {
  content: none;
  display: none;
  animation: none;
}
.nw-exit-badge {
  background: none;
  border: none;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.95rem;
  font-weight: 500;
}

/* Etichete pe carduri: raman etichete mici, dar scrise normal */

.portfolio-tag,
.quick-contact-tag,
.blog-card-badge {
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

/* Meta si etichete de date */
.blog-card-date,
.case-meta-label,
.contact-hours-label,
.contact-identity-label,
.company-dl dt,
.rating-hero-count,
.pricing-period {
  font-family: var(--font-body);
  letter-spacing: 0;
  text-transform: none;
}
.pricing-period { font-size: 0.85rem; }
.thanks-extras h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

/* Insigne pe carduri de pret: raman insigne, scrise normal */
.pricing-badge,
.featured-dominant .pricing-badge,
.service-package-badge,
.pricing-table-badge,
.review-card-featured::before {
  font-family: var(--font-body);
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600;
}
.pricing-badge,
.featured-dominant .pricing-badge { font-size: 0.78rem; }
.service-package-badge { font-size: 0.8rem; }

/* Titluri mici scrise cu majuscule -> normal */

.footer-col h3 {
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.95rem;
}
.service-detail-feature h3,
.pricing-list-banner-text h2,
.compare-row.compare-head .compare-cell,
.total-cost-head {
  text-transform: none;
  letter-spacing: 0;
}


/* ============================================
   ADĂUGIRI 2026-09-06 (după audit)
   skip-link, byline articole, ordinea hero-ului pe mobil,
   grila de prețuri pe 3 coloane, tabelul de prețuri, titluri footer h3
   ============================================ */

/* Link "Sari la conținut": vizibil doar când primește focus de la tastatură */
.skip-link {
  position: absolute;
  left: 16px;
  top: -120px;
  z-index: 2000;
  padding: 10px 16px;
  background: var(--orange-core);
  color: #ffffff;
  border-radius: 8px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
}
.skip-link:focus-visible {
  top: 16px;
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
main {
  display: block;
}

/* Rândul cu datele (și autorul) din antetul articolelor de blog */
.article-byline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px 14px;
  margin: 16px 0 0;
  font-size: 0.92rem;
  color: var(--white-mute);
}
.article-byline a {
  color: var(--orange-light);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 138, 91, 0.4);
}
.article-byline a:hover {
  border-bottom-color: var(--orange-light);
}
.article-byline time {
  white-space: nowrap;
}

/* Hero pe telefon: prețul și butonul urcă deasupra mockup-ului, ca să fie în primul ecran */
@media (max-width: 900px) {
  .hero-v2-content .hero-v2-price-banner {
    order: 3;
  }
  .hero-v2-content .hero-v2-cta-row {
    order: 4;
    margin-top: 0;
  }
  .hero-v2-visual {
    order: 5 !important;
  }
  .hero-v2-content .hero-v2-services {
    order: 6;
  }
}

/* Pagina de prețuri: 5 carduri așezate 3 + 2, centrate (înainte al 5-lea rămânea singur) */
@media (min-width: 1000px) {
  .pricing-categories-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .pricing-categories-grid > * {
    grid-column: span 2;
  }
  .pricing-categories-grid > :nth-child(4) {
    grid-column: 2 / span 2;
  }
  .pricing-categories-grid > :nth-child(5) {
    grid-column: 4 / span 2;
  }
}
@media (min-width: 641px) and (max-width: 999px) {
  .pricing-categories-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .pricing-categories-grid > * {
    grid-column: span 2;
  }
  .pricing-categories-grid > :nth-child(5) {
    grid-column: 2 / span 2;
  }
}

/* Tabelul cu toate prețurile dintr-o privire (preturi.html) */
.price-overview {
  max-width: 1100px;
  margin: 0 auto;
}
.price-overview-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  overflow: hidden;
}
.price-overview-table th,
.price-overview-table td {
  padding: 16px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--border-subtle);
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--white-mute);
}
.price-overview-table th {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--white);
  background: rgba(255, 107, 53, 0.06);
}
.price-overview-table td:first-child {
  color: var(--white);
  font-weight: 600;
  font-family: var(--font-display);
}
.price-overview-table td strong {
  color: var(--orange-light);
  font-weight: 600;
}
.price-overview-table tr:last-child td {
  border-bottom: 0;
}
.price-overview-table a {
  color: var(--orange-light);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 138, 91, 0.4);
}
.price-overview-table a:hover {
  border-bottom-color: var(--orange-light);
}
.price-overview-note {
  margin: 14px 4px 0;
  font-size: 0.88rem;
  color: var(--white-subtle);
}
@media (max-width: 760px) {
  .price-overview-table thead {
    display: none;
  }
  .price-overview-table,
  .price-overview-table tbody,
  .price-overview-table tr,
  .price-overview-table td {
    display: block;
    width: 100%;
  }
  .price-overview-table tr {
    border-bottom: 1px solid var(--border-medium);
    padding: 8px 0;
  }
  .price-overview-table td {
    border: 0;
    padding: 8px 16px;
  }
  .price-overview-table td::before {
    content: attr(data-label);
    display: block;
    font-size: 0.78rem;
    color: var(--orange-light);
    margin-bottom: 2px;
  }
  .price-overview-table td:first-child::before {
    display: none;
  }
}
.pricing-faq {
  max-width: 860px;
  margin: 0 auto;
}
.pricing-faq h2 {
  text-align: center;
  margin-bottom: 28px;
}

/* Rândul cu rating din hero e acum link direct spre recenziile de pe Google */
a.hero-v2-rating {
  color: inherit;
  text-decoration: none;
}
a.hero-v2-rating:hover span:last-child,
a.hero-v2-rating:focus-visible span:last-child {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Bara cu avantaje de sub hero, pe telefon: rânduri centrate, nu grilă lipită la stânga */
@media (max-width: 900px) {
  .trust-bar-list {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 14px 28px !important;
    max-width: none !important;
    margin: 0 auto;
  }
  .trust-bar-list li {
    justify-content: center;
    text-align: center;
  }
}

/* Meniul de pe telefon: butoanele de jos erau lipite la stânga (max-width 280 într-o coloană de 320). Acum stau centrate. */
.nav-menu-mobile-actions {
  align-items: center !important;
}
.nav-menu-mobile-cta,
.nav-menu-mobile-wa {
  margin-left: auto !important;
  margin-right: auto !important;
}
