/* ==========================================
   GLOWIA — BRĂȚARĂ PREMIUM LUXURY
   Tema: Dark Violet / Negru mat + Auriu Luxury
   Design system: hero 2 coloane, carduri dark cu margini aurii
   ========================================== */

:root {
  color-scheme: dark;
  --bg-dark: #0d0d0d;
  --bg-dark-2: #1a1a1a;
  --bg-card: #1d231f;
  --bg-input: #28352c;
  --bg-deep: #0a0c0a;
  --gold: #ede7d8;
  --gold-light: #fbf6ea;
  --gold-rose: #e9dfc9;
  --gold-soft: #ddd3bc;
  --gold-deep: #c4b896;
  --green: #F0EBE0;
  --green-soft: #E9E1D0;
  --green-light: #F5F1E6;
  --text-light: #f5f1e8;
  --text-white: #ffffff;
  --text-muted: #adb6a8;
  --text-dim: #6d756d;
  --border-gold: rgba(240, 234, 220, 0.35);
  --border-gold-soft: rgba(240, 234, 220, 0.14);
  --font-head: 'Playfair Display', serif;
  --font-body: 'Montserrat', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: var(--font-body);
  background-color: var(--bg-dark);
  background-image:
    radial-gradient(900px 460px at 12% 12%, rgba(240, 234, 220, 0.08), transparent 60%),
    radial-gradient(760px 440px at 88% 30%, rgba(245, 241, 232, 0.06), transparent 60%),
    radial-gradient(1000px 520px at 45% 55%, rgba(240, 234, 220, 0.05), transparent 62%),
    radial-gradient(760px 460px at 12% 80%, rgba(245, 241, 232, 0.05), transparent 60%),
    radial-gradient(860px 500px at 82% 95%, rgba(240, 234, 220, 0.06), transparent 62%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: var(--text-light);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ==========================================
   LUMINĂ AMBIENTALĂ — PETE VERZI NEON PE FUNDAL
   (elemente decorative, nu modifică layout-ul existent)
   ========================================== */
#ambient-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.glow-blob {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 235, 224, 0.15) 0%, rgba(240, 235, 224, 0) 70%);
  filter: blur(80px);
  opacity: 1;
}

.gb-1 { width: 600px; height: 600px; top: 3%; left: -6%; }
.gb-2 { width: 460px; height: 460px; top: 15%; right: -5%; }
.gb-3 { width: 740px; height: 740px; top: 27%; left: -4%; }
.gb-4 { width: 540px; height: 540px; top: 39%; right: -8%; }
.gb-5 { width: 840px; height: 840px; top: 51%; left: 18%; }
.gb-6 { width: 640px; height: 640px; top: 63%; right: -6%; }
.gb-7 { width: 760px; height: 760px; top: 76%; left: -5%; }
.gb-8 { width: 600px; height: 600px; top: 90%; right: 12%; }

section[id],
div[id] {
  scroll-margin-top: 16px;
}

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

.gold-text {
  background: linear-gradient(120deg, var(--green-light), var(--green-soft), var(--green-light), #EEE8D8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--green-light);
  filter: drop-shadow(0 0 10px rgba(240, 235, 224, 0.85)) drop-shadow(0 0 26px rgba(240, 235, 224, 0.45));
}

/* ==========================================
   BARA DE PROGRES PENTRU SCROLL
   ========================================== */
.scroll-progress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.05);
  z-index: 99999;
  pointer-events: none;
}

.scroll-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #f2fbf6, #34c98a);
  box-shadow: 0 0 16px rgba(52, 201, 138, 0.4), 0 0 6px rgba(255, 255, 255, 0.4);
  transition: width 0.1s ease-out;
  border-radius: 0 2px 2px 0;
}

/* ==========================================
   HERO SECTION (2 COLOANE)
   ========================================== */
/* ---- (legacy) structura veche Hero ---- */
.hero {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 24px 110px;
  min-height: calc(100vh - 3px);
  display: flex;
  flex-direction: column;
}

.hero-logo {
  margin: 0 0 42px;
  display: block;
  align-self: center;
  font-size: 1.6rem;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  color: rgba(214, 170, 80, 0.9);
}

/* "CEV" — serif Playfair cu gradient auriu/cupru metalic și reflexie orizontală */
.logo-word {
  background: linear-gradient(180deg,
      #faf1ce 0%,
      #efdca4 36%,
      #d4ac55 49%,
      #c9a24b 51%,
      #8a6a24 76%,
      #5e4310 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 0 12px rgba(236, 210, 150, 0.28)) drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
}

/* "O" — simbol SVG vectorial, fără imagine externă */
.logo-o {
  width: 1.08em;
  height: 1.08em;
  flex: none;
  align-self: center;
  margin-top: -0.02em;
  filter: drop-shadow(0 0 10px rgba(214, 170, 80, 0.3));
}

.logo:hover .logo-word {
  filter: drop-shadow(0 0 16px rgba(240, 220, 160, 0.45)) drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  z-index: -1;
}

.hero::before {
  width: 560px;
  height: 560px;
  top: -120px;
  left: -160px;
  background: rgba(240, 234, 220, 0.1);
}

.hero::after {
  width: 480px;
  height: 480px;
  bottom: -160px;
  right: -140px;
  background: rgba(233, 223, 201, 0.07);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  flex: 1;
}

/* ---- COLOANA STÂNGA ---- */
.hero-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(10, 13, 11, 0.9);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  padding: 9px 20px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  box-shadow: 0 0 24px rgba(240, 235, 224, 0.15), 0 0 24px rgba(240, 234, 220, 0.12);
}

.hero-left h1 {
  font-family: var(--font-head);
  font-size: clamp(2.7rem, 5.2vw, 4.6rem);
  font-weight: 700;
  line-height: 1.12;
  color: var(--text-white);
  letter-spacing: 0.01em;
}

.hero-sub {
  color: var(--text-muted);
  font-size: 1.22rem;
  font-weight: 300;
  max-width: 520px;
}

.btn-cta {
  background: linear-gradient(135deg, #2ecc71 0%, #1b5e3d 38%, #0d0d0d 100%);
  color: #ffffff;
  border: none;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.95rem;
  padding: 17px 36px;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.35), 0 0 80px rgba(255, 255, 255, 0.15);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.7);
}

.btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 55px rgba(255, 255, 255, 0.5), 0 0 100px rgba(255, 255, 255, 0.25);
}

/* ---- DOVADĂ SOCIALĂ SUB CTA ---- */
.hero-proof {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.avatar-stack {
  display: flex;
}

.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid var(--bg-dark);
  margin-left: -12px;
  background: linear-gradient(150deg, #2a342d, #1a201a);
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.avatar:first-child {
  margin-left: 0;
}

.proof-text {
  display: flex;
  flex-direction: column;
  font-size: 0.94rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.proof-stars {
  color: var(--gold-light);
  font-size: 0.98rem;
  letter-spacing: 2px;
  white-space: nowrap;
}

.proof-icon {
  font-size: 1.2rem;
  letter-spacing: 0;
}

.proof-sep {
  width: 1px;
  height: 34px;
  background: var(--border-gold-soft);
}

/* ---- COLOANA DREAPTA — BOX PRODUS ---- */
.hero-right {
  position: relative;
}

/* Sferă de lumină difuză în spatele cardului Hero */
.hero-right::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 55%;
  width: 120%;
  height: 95%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 234, 220, 0.05) 0%, rgba(240, 235, 224, 0.03) 40%, transparent 70%);
  filter: blur(70px);
  z-index: 0;
  pointer-events: none;
}

/* ---- BOX PRODUS: CASETĂ EXTERIOARĂ + CARD INTERIOR ---- */
.hero-product-outer-box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 470px;
  margin-left: auto;
  padding: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(240, 234, 220, 0.15);
  transform: scale(1.12);
  transform-origin: center;
  border-radius: 36px;
  box-shadow: 0 0 25px rgba(240, 234, 220, 0.18), 0 0 50px rgba(10, 13, 11, 0.8), inset 0 0 20px rgba(240, 234, 220, 0.05);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.hero-product-outer-box:hover {
  border-color: rgba(240, 234, 220, 0.5);
  box-shadow: 0 0 40px rgba(240, 234, 220, 0.3), 0 0 70px rgba(10, 13, 11, 0.8), inset 0 0 20px rgba(240, 234, 220, 0.1);
}

.hero-product-card {
  position: relative;
  width: 100%;
  height: 470px;
  border-radius: 24px;
  overflow: visible;
  background: #090b09;
  border: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.hero-product-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 24px;
  overflow: hidden;
}

.hero-product-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}

/* Iluminare auriu-alb, formă haotică (blob neregulat) */
.hero-right::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 144%;
  height: 144%;
  border-radius: 46% 54% 61% 39% / 48% 41% 59% 52%;
  background:
    radial-gradient(circle at 30% 45%, rgba(255, 252, 240, 0.28) 0%, rgba(255, 246, 225, 0.14) 35%, transparent 62%),
    radial-gradient(circle at 68% 30%, rgba(255, 250, 235, 0.18) 0%, transparent 52%),
    radial-gradient(circle at 58% 74%, rgba(255, 240, 210, 0.10) 0%, transparent 58%);
  filter: blur(48px);
  z-index: 0;
  pointer-events: none;
  animation: goldPulse 4s ease-in-out infinite alternate;
}

@keyframes goldPulse {
  0% {
    opacity: 0.45;
    transform: translate(-50%, -50%) rotate(-4deg) scale(1);
  }
  100% {
    opacity: 0.65;
    transform: translate(-50%, -50%) rotate(5deg) scale(1.08);
  }
}

/* Gradient întunecat la bază pentru lizibilitate */
.hero-product-overlay {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: linear-gradient(to top, rgba(8, 10, 9, 0.95) 0%, rgba(8, 10, 9, 0.6) 30%, transparent 60%);
  pointer-events: none;
  z-index: 2;
}

/* TEXT SUPRAPUS PESTE IMAGINE (stânga-jos) */
.hero-product-info {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.hero-product-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.hp-badge {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 4px 10px;
}

.hp-badge.gold {
  background: linear-gradient(90deg, #ede7d8, #fbf6ea);
  color: #000;
  box-shadow: 0 6px 18px rgba(240, 234, 220, 0.4), 0 0 12px rgba(240, 234, 220, 0.3);
}

.hp-badge.alert {
  background: rgba(240, 235, 224, 0.1);
  border: 1px solid rgba(240, 235, 224, 0.35);
  color: #F0EBE0;
  box-shadow: 0 0 12px rgba(240, 234, 220, 0.3);
}

.hp-title {
  margin: 8px 0 0;
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.6);
}

.hp-subtitle {
  margin: 0;
  font-size: 0.82rem;
  color: #b3b3b3;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.6);
}

/* INSIGNE PLUTITOARE (Floating Cards) */
.float-card {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #1a7a4a 0%, #143628 45%, #0a0c0b 100%);
  border: 1px solid rgba(240, 234, 220, 0.28);
  border-radius: 14px;
  padding: 12px 18px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.5);
  will-change: transform;
}

.fc-icon {
  font-size: 1.2rem;
  line-height: 1;
}

.fc-text {
  display: flex;
  flex-direction: column;
  font-size: 0.78rem;
  color: var(--text-light);
  line-height: 1.25;
}

.fc-text strong {
  color: var(--gold-light);
  font-weight: 700;
  font-size: 0.86rem;
}

/* Insigna 1 — stânga-sus, peste marginea casetei exterioare */
.fc-elegance {
  top: 8px;
  left: 8px;
  animation: floatUp 3s ease-in-out infinite alternate;
}

/* Insigna 2 — dreapta-mijloc, depășind marginea exterioară */
.fc-safety {
  right: -15px;
  top: 55%;
  margin-top: -30px;
  animation: floatDown 3.5s ease-in-out infinite alternate;
}

/* Insigna 3 — preț, colțul dreapta-sus al cardului interior */
.fc-price {
  top: 20px;
  right: 20px;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  line-height: 1.15;
  background: rgba(8, 10, 9, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.fc-old {
  font-size: 0.82rem;
  color: var(--text-dim);
  text-decoration: line-through;
}

.fc-new {
  font-family: var(--font-head);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--gold-light);
}

@keyframes floatUp {
  0% { transform: translateY(0px); }
  100% { transform: translateY(-10px); }
}

@keyframes floatDown {
  0% { transform: translateY(0px); }
  100% { transform: translateY(10px); }
}

/* CONTAINER IMAGINE (fost placeholder „imagine") */
.image-placeholder {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 560px;
  border-radius: 24px;
  border: 1px solid rgba(240, 234, 220, 0.3);
  background:
    radial-gradient(circle at 50% 42%, rgba(240, 234, 220, 0.12), transparent 68%),
    linear-gradient(170deg, #191e19, #101312);
}

.image-placeholder img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.scroll-down {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--text-dim);
  text-decoration: none;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  z-index: 5;
}

.arrow {
  color: var(--gold);
  font-size: 1.1rem;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-6px); }
  60% { transform: translateY(-3px); }
}

/* ==========================================
   SECȚIUNI COMUNE
   ========================================== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-tag {
  display: inline-block;
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-title {
  font-family: var(--font-head);
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  font-weight: 700;
  color: var(--text-white);
  line-height: 1.2;
  margin-bottom: 16px;
}

.section-title.left {
  text-align: left;
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 1rem;
  font-weight: 300;
  max-width: 640px;
}

.section-subtitle.left {
  text-align: left;
}

.mt-24 { margin-top: 24px; }

/* ==========================================
   CARACTERISTICI / AVANTAJE
   ========================================== */
.features {
  padding: 90px 24px;
}

.features-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.feature-card {
  background: linear-gradient(170deg, #202720, #161a15);
  border: 1px solid rgba(240, 234, 220, 0.22);
  border-radius: 16px;
  padding: 34px 24px;
  text-align: center;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-gold);
  box-shadow: 0 22px 54px rgba(240, 234, 220, 0.1);
}

.feature-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 1px solid var(--border-gold);
  background: radial-gradient(circle at 30% 30%, #2c3930, #1a201b);
  font-size: 1.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-title {
  font-family: var(--font-head);
  font-size: 1.18rem;
  color: var(--text-white);
  margin-bottom: 12px;
}

.feature-text {
  color: var(--text-muted);
  font-size: 0.87rem;
  line-height: 1.65;
}

/* ==========================================
   SHOWCASE / DETALII PRODUS
   ========================================== */
.showcase {
  padding: 90px 24px;
}

.showcase-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.showcase-visual .image-placeholder {
  height: 600px;
  border-radius: 24px;
}

.spec-table {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
}

.spec-table td {
  padding: 13px 0;
  border-bottom: 1px dashed rgba(240, 234, 220, 0.18);
  color: var(--text-muted);
  font-size: 0.9rem;
}

.spec-table td:last-child {
  text-align: right;
  color: var(--text-white);
  font-weight: 500;
}

/* ==========================================
   PROMO BANNER
   ========================================== */
.promo-banner {
  position: relative;
  padding: 90px 24px;
  text-align: center;
  overflow: hidden;
}

.promo-banner::before,
.promo-banner::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  border: 1px solid rgba(240, 234, 220, 0.14);
}

.promo-banner::before {
  top: -120px;
  right: -120px;
}

.promo-banner::after {
  bottom: -120px;
  left: -120px;
}

.promo-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}

.promo-quote {
  font-family: var(--font-head);
  font-size: 4.5rem;
  line-height: 0.6;
  color: var(--gold);
  display: block;
  margin-bottom: 12px;
}

.promo-title {
  font-family: var(--font-head);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 16px;
}

.promo-content p {
  color: var(--text-muted);
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 24px;
}

.promo-more {
  color: var(--gold-light);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--border-gold);
  padding-bottom: 4px;
  transition: color 0.3s ease;
}

.promo-more:hover {
  color: var(--gold);
}

/* ==========================================
   RECENZII VERIFICATE (GRID TESTIMONIALE)
   ========================================== */
.reviews-section {
  position: relative;
  padding: 90px 24px;
  text-align: center;
}

/* Sferă de lumină difuză în spatele cardurilor de recenzii */
.reviews-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1100px;
  height: 520px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 234, 220, 0.1) 0%, rgba(240, 235, 224, 0.07) 40%, transparent 70%);
  filter: blur(80px);
  z-index: 0;
  pointer-events: none;
}

.reviews-badge {
  display: inline-block;
  background: #161b16;
  border: 1px solid rgba(240, 234, 220, 0.4);
  border-radius: 20px;
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 8px 20px;
  margin-bottom: 16px;
  box-shadow: 0 0 12px rgba(240, 234, 220, 0.3);
}

.reviews-rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.rating-stars {
  color: #f3eddd;
  letter-spacing: 3px;
  font-size: 1.05rem;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 54px auto 0;
}

.review-card {
  height: 100%;
  background: #161b16;
  border: 1px solid rgba(240, 234, 220, 0.2);
  border-radius: 16px;
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: left;
  transition: border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 0 20px rgba(240, 234, 220, 0.15), 0 10px 30px rgba(0, 0, 0, 0.5);
}

.review-card:hover {
  border-color: rgba(240, 234, 220, 0.5);
  transform: translateY(-4px);
  box-shadow: 0 0 30px rgba(240, 234, 220, 0.3), inset 0 0 15px rgba(240, 234, 220, 0.1);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-avatar-wrap {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
}

.review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: radial-gradient(circle at 35% 30%, #2c3930, #1a201b);
  color: rgba(251, 246, 234, 0.6);
  font-size: 0.55rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

.status-online {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #F0EBE0;
  border: 2px solid #161b16;
}

.review-client {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.review-name {
  color: var(--text-white);
  font-family: var(--font-head);
  font-size: 0.98rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review-city {
  color: var(--text-muted);
  font-size: 0.78rem;
  margin-top: 2px;
}

.review-quote {
  font-size: 40px;
  line-height: 0.8;
  opacity: 0.3;
  color: #ede7d8;
  align-self: flex-start;
}

.stars {
  color: #f3eddd;
  letter-spacing: 3px;
  font-size: 0.95rem;
}

.review-text {
  color: var(--text-light);
  font-size: 0.88rem;
  font-style: italic;
  line-height: 1.7;
  flex-grow: 1;
}

.review-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid rgba(240, 234, 220, 0.1);
}

.verified-badge {
  background: rgba(240, 235, 224, 0.1);
  color: #F0EBE0;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 0.68rem;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 0 12px rgba(240, 234, 220, 0.3);
}

.review-date {
  color: var(--text-dim);
  font-size: 0.72rem;
  white-space: nowrap;
}

/* ==========================================
   CHECKOUT SIMPLIFICAT (FORMULAR COMANDĂ)
   ========================================== */
.checkout-section {
  position: relative;
  padding: 90px 24px 70px;
}

.checkout-section .gold-text {
  background: none;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  filter: none;
}

.checkout-container {
  display: flex;
  gap: 40px;
  max-width: 1100px;
  margin: 54px auto 0;
  align-items: flex-start;
  text-align: left;
}

.checkout-form {
  flex: 1 1 60%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-radius: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.04),
    0 8px 32px rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease;
}

.form-step:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.14), inset 0 1px 1px rgba(255, 255, 255, 0.08);
  transform: scale(1.01);
}

.step-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.step-badge {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.95rem;
}

.step-title {
  margin: 0;
  font-family: var(--font-head);
  color: var(--text-white);
  font-size: 1.05rem;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
}

.shipping-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.shipping-card {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding: 22px 20px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  cursor: pointer;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.04),
    0 8px 32px rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease;
}

.shipping-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.14), inset 0 1px 1px rgba(255, 255, 255, 0.08);
  transform: scale(1.01);
}

.shipping-card.active {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.16), inset 0 1px 1px rgba(255, 255, 255, 0.08);
}

.shipping-card.active::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 14px;
  right: 14px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.16);
}

.shipping-card.active:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.18), inset 0 1px 1px rgba(255, 255, 255, 0.1);
}

.shipping-check {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  color: transparent;
  transition: all 0.3s ease;
}

.shipping-card.active .shipping-check {
  background: #ffffff;
  border-color: #ffffff;
  color: #0d0d0d;
  font-weight: 800;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.25);
}

.shipping-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 1.7rem;
  line-height: 1;
}

.shipping-card.active .shipping-icon {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.5);
}

.shipping-text {
  flex: 1;
  color: var(--text-light);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.35;
}

.shipping-badge {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  padding: 6px 14px;
  white-space: nowrap;
}

.shipping-check {
  position: static;
  margin-left: 2px;
}

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

.qty-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
  margin-top: 8px;
}

.qty-wrap {
  position: relative;
}

.qty-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  background:
    linear-gradient(#262b28, #262b28) padding-box,
    linear-gradient(150deg, #f0c366, #b08a3e) border-box;
  border: 2px solid transparent;
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 4px 14px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.qty-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1px;
  min-height: 240px;
  padding: 14px 12px;
  text-align: left;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.4s ease;
}

.qty-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(to top, rgba(12, 16, 13, 0.92) 0%, rgba(12, 16, 13, 0.55) 45%, rgba(12, 16, 13, 0.15) 75%);
}

.qty-card:hover {
  background: rgba(255, 255, 255, 0.07);
}

.qty-card.active {
  border: 2px solid transparent;
  background:
    linear-gradient(rgba(16, 26, 20, 0.04), rgba(16, 26, 20, 0.04)) padding-box,
    linear-gradient(160deg, rgba(74, 222, 128, 0.9), rgba(27, 134, 74, 0.6)) border-box;
}

.qty-card.active::after {
  background: linear-gradient(to top, rgba(14, 20, 16, 0.92) 0%, rgba(14, 20, 16, 0.5) 45%, rgba(14, 20, 16, 0.2) 75%);
}

.qty-card.active .qty-num {
  color: #f0c366;
}

.qty-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  z-index: 0;
}

.qty-card > span {
  position: relative;
  z-index: 2;
}

.qty-num {
  position: absolute;
  top: 10px;
  left: 12px;
  text-align: left;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.qty-note {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.72rem;
  font-weight: 600;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.qty-price {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: 1px;
  line-height: 1.15;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.qty-offer {
  color: #d7e0d4;
  font-size: 0.72rem;
  font-weight: 700;
  margin-top: 1px;
  line-height: 1.15;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.qty-wrap .qty-offer,
.qty-options > :nth-child(3) .qty-offer {
  color: #4ade80;
}

@media (max-width: 560px) {
  .qty-options {
    grid-template-columns: 1fr;
  }
  .qty-card {
    min-height: 190px;
  }
}

.form-field {
  position: relative;
}

.form-field input,
.form-field select {
  width: 100%;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: var(--text-white);
  font-family: var(--font-body);
  font-size: 0.9rem;
  outline: none;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.04),
    inset 0 0 15px rgba(255, 255, 255, 0.02),
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 8px 32px rgba(0, 0, 0, 0.4),
    0 0 30px rgba(255, 255, 255, 0.03);
  transition: all 0.4s ease;
}

.form-field input::placeholder {
  color: var(--text-dim);
  opacity: 1;
}

.form-field input:hover,
.form-field select:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.14), inset 0 1px 1px rgba(255, 255, 255, 0.08);
}

.form-field input:focus,
.form-field select:focus {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.28);
}

.form-field input[type="radio"] {
  display: none;
}

.form-field.with-icon input {
  padding-left: 42px;
}

.field-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  opacity: 0.75;
  pointer-events: none;
  z-index: 1;
}

.select-field select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}

.select-field select option {
  background: #1d231f;
  color: var(--text-light);
}

.btn-submit {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 18px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  color: #f5f1e8;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  cursor: pointer;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1), 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 8px rgba(255, 255, 255, 0.16);
  transition: all 0.4s ease;
}

.btn-submit::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60%;
  background: linear-gradient(115deg, transparent 10%, rgba(255, 255, 255, 0.35) 35%, rgba(255, 255, 255, 0.55) 50%, transparent 75%);
  transform: translateX(-140%);
  pointer-events: none;
}

.btn-submit:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #2ecc71 0%, #1b5e3d 38%, #0d0d0d 100%);
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 22px rgba(46, 204, 113, 0.22), inset 0 1px 1px rgba(255, 255, 255, 0.12);
}

.btn-submit:hover::before {
  animation: btnShimmer 1.6s ease infinite;
  background: linear-gradient(115deg, transparent 10%, rgba(46, 204, 113, 0.3) 35%, rgba(46, 204, 113, 0.5) 50%, transparent 75%);
}

.btn-submit:active {
  transform: translateY(0);
  background: linear-gradient(135deg, #2ecc71 0%, #1b5e3d 38%, #0d0d0d 100%);
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 18px rgba(46, 204, 113, 0.22), inset 0 1px 1px rgba(255, 255, 255, 0.12);
}

.btn-submit:active::before {
  animation: btnShimmer 1.6s ease infinite;
  background: linear-gradient(115deg, transparent 10%, rgba(46, 204, 113, 0.3) 35%, rgba(46, 204, 113, 0.5) 50%, transparent 75%);
}

.btn-submit:hover::before {
  animation: btnShimmer 1.6s ease infinite;
}

.btn-submit:active {
  transform: translateY(0);
}

@keyframes btnShimmer {
  0% {
    transform: translateX(-140%);
  }
  60%,
  100% {
    transform: translateX(240%);
  }
}

.form-note {
  margin: 0;
  color: var(--text-dim);
  font-size: 0.78rem;
  text-align: center;
}

.order-summary-card {
  flex: 1 1 40%;
  min-width: 0;
  position: sticky;
  top: 100px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.04),
    0 8px 32px rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease;
}

.order-summary-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.14), inset 0 1px 1px rgba(255, 255, 255, 0.08);
}

.summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.summary-title {
  margin: 0;
  font-family: var(--font-head);
  color: var(--text-white);
  font-size: 1.2rem;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
}

.summary-ref {
  color: var(--text-dim);
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}

.summary-product {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.summary-thumb {
  position: relative;
  overflow: hidden;
  width: 118px;
  height: 118px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  display: block;
}

.summary-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.summary-prod-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.summary-prod-name {
  color: var(--text-white);
  font-size: 0.9rem;
  font-weight: 600;
}

.summary-price strong {
  background: linear-gradient(135deg, #238f53 0%, #19703f 48%, #14502a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.3rem;
  font-weight: 800;
  margin-right: 6px;
}

.summary-price del {
  color: #ff5c5c;
  font-size: 0.8rem;
  opacity: 0.9;
}

.summary-lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 2px 0;
}

.summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text-light);
  font-size: 0.9rem;
}

.summary-line .free-text {
  color: #F0EBE0;
  font-weight: 400;
}

.summary-line.total {
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-weight: 700;
}

.total-price {
  background: linear-gradient(135deg, #238f53 0%, #19703f 48%, #14502a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.7rem;
  font-weight: 800;
}

.summary-saved {
  color: #c8cfc6;
  font-size: 0.78rem;
  font-weight: 500;
}

.summary-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.benefit {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 10px;
  color: var(--text-light);
  font-size: 0.78rem;
  font-weight: 600;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.04),
    inset 0 0 18px rgba(255, 255, 255, 0.02),
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 8px 32px rgba(0, 0, 0, 0.4),
    0 0 35px rgba(255, 255, 255, 0.03);
  transition: all 0.4s ease;
}

.benefit:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.14), inset 0 1px 1px rgba(255, 255, 255, 0.08);
}

.benefit-icon {
  font-size: 1.05rem;
  line-height: 1;
}

.summary-social-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 2px;
}

.avatar-stack {
  display: flex;
  padding-left: 8px;
}

.mini-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #1b211c;
  margin-left: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(150deg, #2a342d, #1a201a);
  color: var(--gold-light);
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
}

.proof-people {
  color: var(--text-muted);
  font-size: 0.8rem;
}

/* ==========================================
   SEGMENT TRANSFORMĂRI REALE (Înainte / După)
   ========================================== */
.transformations {
  padding: 90px 24px;
  text-align: center;
}

.transform-pill {
  display: inline-block;
  background: rgba(240, 234, 220, 0.1);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  box-shadow: 0 0 24px rgba(240, 234, 220, 0.15);
}

.transformations .section-subtitle {
  margin: 0 auto 30px;
}

/* ---- SLIDER INTEGRAL (Înainte / După) ---- */
.before-after-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 40px 0;
}

.before-after-wrapper {
  position: relative;
  width: 100%;
  max-width: 950px;
  height: 480px;
  border-radius: 24px;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(240, 234, 220, 0.3);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.9), 0 0 15px rgba(240, 234, 220, 0.2);
  --slider-pos: 50%;
}

.image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.image-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.image-before {
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--slider-pos)) 0 0);
}

.image-after {
  z-index: 1;
}

.badge-tag {
  position: absolute;
  top: 20px;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  z-index: 10;
}

.badge-before {
  left: 20px;
  background: rgba(10, 13, 11, 0.7);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
}

.badge-after {
  right: 20px;
  background: linear-gradient(90deg, #ede7d8, #fbf6ea);
  color: #000;
  box-shadow: 0 0 12px rgba(240, 234, 220, 0.5);
}

.slider-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--slider-pos);
  z-index: 4;
  pointer-events: none;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.handle-line {
  width: 2px;
  height: 100%;
  background: #ede7d8;
  box-shadow: 0 0 10px #ede7d8, 0 0 20px #fbf6ea;
}

.handle-button {
  width: 42px;
  height: 42px;
  background: #090b09;
  border: 2px solid #ede7d8;
  border-radius: 50%;
  color: #ede7d8;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(240, 234, 220, 0.8), inset 0 0 10px rgba(240, 234, 220, 0.3);
}

.comparison-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
  z-index: 5;
  margin: 0;
}

.satisfaction-pill {
  display: inline-block;
  margin-top: 36px;
  background: rgba(240, 235, 224, 0.08);
  border: 1px solid rgba(240, 235, 224, 0.35);
  color: #F0EBE0;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 0.82rem;
  font-weight: 600;
}

/* ==========================================
   FINAL CTA BAND
   ========================================== */
.final-cta {
  padding: 84px 24px;
  text-align: center;
  background: radial-gradient(circle at center, rgba(240, 234, 220, 0.1) 0%, transparent 70%);
}

.final-cta .section-subtitle {
  margin: 0 auto 30px;
}

.btn-cta-lg {
  font-size: 1rem;
  padding: 18px 42px;
}

/* ==========================================
   FOOTER
   ========================================== */

.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 62px 24px 44px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.3fr;
  gap: 44px;
}

.footer-brand p {
  color: var(--text-muted);
  font-size: 0.86rem;
  margin: 14px 0 18px;
  max-width: 300px;
}

.social-links {
  display: flex;
  gap: 14px;
}

.social-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.82rem;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: var(--gold-light);
}

.footer h5 {
  font-family: var(--font-head);
  color: var(--gold-light);
  font-size: 1.05rem;
  margin-bottom: 18px;
}

.footer ul {
  list-style: none;
}

.footer ul li {
  margin-bottom: 11px;
  font-size: 0.86rem;
  color: var(--text-muted);
}

.footer ul a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer ul a:hover {
  color: var(--gold-light);
}

.payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.pay-pill {
  border: 1px solid var(--border-gold-soft);
  border-radius: 6px;
  background: var(--bg-card);
  color: #cfd3c2;
  font-size: 0.68rem;
  font-weight: 600;
  padding: 6px 12px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 20px 24px;
  text-align: center;
  color: var(--text-dim);
  font-size: 0.76rem;
}

/* ==========================================
   MODAL COMANDĂ
   ========================================== */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(4, 5, 4, 0.8);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.modal-content {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 34px;
  border-radius: 16px;
  width: 100%;
  max-width: 430px;
  position: relative;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.06), 0 44px 90px rgba(0, 0, 0, 0.7);
}

.close-modal {
  position: absolute;
  top: 14px;
  right: 20px;
  font-size: 1.6rem;
  color: var(--text-muted);
  cursor: pointer;
  line-height: 1;
  transition: color 0.3s ease;
}

.close-modal:hover {
  color: var(--gold-light);
}

.modal h3 {
  font-family: var(--font-head);
  color: var(--text-white);
  font-size: 1.5rem;
  margin-bottom: 6px;
}

.modal-subtitle {
  color: var(--gold-light);
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 22px;
}

.modal-actions {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}

.modal-actions .btn-submit {
  width: auto;
  padding: 10px 34px;
  font-size: 1rem;
}

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

.form-group label {
  display: block;
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-bottom: 6px;
}

.form-group input {
  width: 100%;
  padding: 12px 14px;
  background: var(--bg-input);
  border: 1px solid var(--border-gold-soft);
  border-radius: 10px;
  color: var(--text-white);
  font-family: var(--font-body);
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.3s ease;
}

.form-group input:focus {
  border-color: var(--gold);
}

.btn-submit-order {
  width: 100%;
  padding: 14px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.95rem;
  cursor: pointer;
  margin-top: 8px;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.06), 0 0 6px rgba(255, 255, 255, 0.12);
}

.btn-submit-order:hover {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

.modal-note {
  margin-top: 14px;
  text-align: center;
  color: var(--text-dim);
  font-size: 0.76rem;
}

.consent-group {
  margin-top: 12px;
}

.consent-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.consent-check {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 1px;
  accent-color: var(--gold, #c9a24b);
  cursor: pointer;
}

.consent-text {
  display: block;
  font-size: 0.76rem;
  line-height: 1.4;
  color: var(--text-muted);
}

.consent-error {
  display: none;
  margin-top: 8px;
  margin-left: 28px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #ff4d4d;
}

.confirm-summary {
  text-align: left;
  margin: 0 0 4px;
  font-size: 0.84rem;
  color: var(--text-muted);
}

.confirm-summary p {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: 7px 0;
  border-bottom: 1px solid rgba(240, 234, 220, 0.06);
  padding-bottom: 6px;
}

.confirm-summary p:last-child {
  border-bottom: none;
}

.confirm-summary strong {
  color: var(--text-white);
  text-align: right;
  word-break: break-word;
}

.btn-cancel-order {
  width: 100%;
  padding: 13px;
  background: transparent;
  border: 1px solid var(--border-gold-soft);
  color: var(--text-muted);
  border-radius: 10px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  margin-top: 8px;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.btn-cancel-order:hover {
  border-color: var(--gold-light);
  color: var(--gold-light);
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hero-product-outer-box {
    margin: 0 auto;
  }

  .hero-product-card {
    height: 430px;
  }

  .image-placeholder,
  .showcase-visual .image-placeholder {
    height: 430px;
  }

  .showcase-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .reviews-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  body {
    background-attachment: scroll;
  }

  section[id],
  div[id] {
    scroll-margin-top: 16px;
  }

  .reviews-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .reviews-rating {
    font-size: 0.82rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .review-quote {
    font-size: 32px;
  }

  .checkout-container {
    flex-direction: column;
    gap: 32px;
  }

  .order-summary-card {
    position: static;
    width: 100%;
  }

  .before-after-wrapper {
    height: 340px;
    border-radius: 16px;
  }

  .badge-tag {
    top: 12px;
    padding: 5px 10px;
    font-size: 0.7rem;
  }

  .badge-before {
    left: 12px;
  }

  .badge-after {
    right: 12px;
  }

  .hero {
    padding: 34px 24px 150px;
    min-height: auto;
  }

  .hero-product-card {
    height: 396px;
  }

  .hero-product-outer-box {
    padding: 12px;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    height: auto;
    min-height: 420px;
    border-radius: 28px;
  }

  .float-card {
    font-size: 0.7rem;
    padding: 9px 13px;
    border-radius: 12px;
  }

  .fc-new {
    font-size: 1.25rem;
  }

  .hp-badge {
    font-size: 0.65rem;
    padding: 4px 8px;
  }

  .hero-product-info {
    bottom: 12px;
    left: 14px;
    right: 14px;
    z-index: 5;
    padding: 40px 12px 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 40%, transparent);
    border-radius: 0 0 16px 16px;
  }

  .hp-title {
    font-size: 1.4rem;
    margin-top: 6px;
  }

  .hp-subtitle {
    font-size: 0.82rem;
  }

  .fc-elegance {
    top: -12px;
    left: 10px;
    font-size: 0.7rem;
    padding: 4px 10px;
    z-index: 15;
  }

  .fc-price {
    top: 12px;
    right: 10px;
    z-index: 15;
  }

  .fc-safety {
    right: -5px;
    top: 45%;
    font-size: 0.68rem;
    padding: 6px 10px;
    z-index: 15;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 48px 24px 36px;
  }

  .promo-banner,
  .features,
  .showcase,
  .reviews-section,
  .transformations,
  .final-cta,
  .checkout-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 560px) {
  .features-grid {
    grid-template-columns: 1fr;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

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

  .shipping-options {
    grid-template-columns: 1fr;
  }

  .btn-submit {
    font-size: 1rem;
    padding: 16px;
  }

  .summary-benefits {
    grid-template-columns: 1fr;
  }

  .review-card {
    padding: 20px;
  }

  .review-card-footer {
    flex-wrap: wrap;
  }

  .before-after-wrapper {
    height: 240px;
  }

  .satisfaction-pill {
    font-size: 0.74rem;
    padding: 8px 16px;
  }
}
/* ==========================================
   PAGINI LEGALE (Politica de confidențialitate, Termeni și condiții)
   ========================================== */
.legal-body {
  background: var(--bg-dark);
  min-height: 100vh;
}

.legal-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 24px 90px;
}

.legal-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 8px 0 26px;
  border-bottom: 1px solid rgba(240, 234, 220, 0.1);
  margin-bottom: 34px;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-light);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  transition: color 0.3s ease;
}

.legal-back:hover {
  color: #ffffff;
}

.legal-brand {
  font-family: var(--font-head);
  color: var(--text-muted);
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.legal-hero h1 {
  font-family: var(--font-head);
  color: var(--text-white);
  font-size: 2.1rem;
  line-height: 1.15;
  margin: 0 0 10px;
}

.legal-hero p {
  color: var(--gold-light);
  font-size: 0.9rem;
  margin: 0 0 40px;
}

.legal-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.legal-card {
  background: linear-gradient(170deg, rgba(33, 41, 35, 0.85), rgba(18, 22, 17, 0.85));
  border: 1px solid var(--border-gold);
  border-radius: 16px;
  padding: 24px 26px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(240, 234, 220, 0.08);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.legal-card h2 {
  font-family: var(--font-head);
  color: var(--gold-light);
  font-size: 1.2rem;
  margin: 0 0 12px;
  padding-left: 14px;
  border-left: 3px solid var(--gold-light);
}

.legal-card p,
.legal-card li {
  color: var(--text-light);
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0 0 10px;
}

.legal-card p:last-child,
.legal-card li:last-child {
  margin-bottom: 0;
}

.legal-card ul {
  margin: 0 0 10px;
  padding-left: 22px;
}

.legal-nav.bottom {
  border-top: 1px solid rgba(240, 234, 220, 0.1);
  border-bottom: none;
  margin-top: 36px;
  margin-bottom: 0;
}

/* ==========================================
   PAGINA CONTACT — FORMULAR
   ========================================== */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-form .form-group input,
.contact-form .form-group textarea {
  width: 100%;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-gold-soft);
  border-radius: 10px;
  color: var(--text-white);
  font-family: var(--font-body);
  font-size: 0.92rem;
  outline: none;
  resize: vertical;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
  border-color: var(--gold-light);
  box-shadow: 0 0 14px rgba(240, 234, 220, 0.25);
}

/* --- Fix pentru mișcarea orizontală pe mobile (overflow fix) --- */
/* Nu șterge sau modifica nimic existent, doar adaugă acest bloc. */

html, body {
  overflow-x: hidden;
  max-width: 100vw;
  box-sizing: border-box;
}

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