/* ================================================================
   BUCOVINA ASIG — Shared Stylesheet
   Aesthetic: Navy & Gold — Încredere și Tradiție
   Fonts: Cormorant Garamond (display) + Outfit (body)
   ================================================================ */


/* ── CSS Variables ─────────────────────────────────────────── */
:root {
  --primary:        #1B3A6B;
  --primary-dark:   #0D1E3E;
  --primary-light:  #2A5298;
  --primary-xlight: #EEF2FA;
  --gold:           #C8A030;
  --gold-light:     #E8C060;
  --gold-pale:      #FBF5E0;
  --dark:           #080F20;
  --text:           #1A2540;
  --text-muted:     #5A6880;
  --cream:          #F5F0E8;
  --cream-dark:     #EDE5D4;
  --white:          #FFFFFF;
  --border:         rgba(27, 58, 107, 0.14);
  --border-gold:    rgba(200, 160, 48, 0.3);
  --shadow-sm:      0 2px 12px rgba(8, 15, 32, 0.08);
  --shadow-md:      0 8px 32px rgba(8, 15, 32, 0.12);
  --shadow-lg:      0 20px 60px rgba(8, 15, 32, 0.18);
  --radius:         12px;
  --radius-md:      14px;
  --radius-lg:      20px;
  --radius-xl:      32px;
  --transition:     0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-height:     76px;
}

/* ── Reset & Base ──────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ── Typography ────────────────────────────────────────────── */
h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.1;
  font-weight: 600;
  color: var(--dark);
}
h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: clamp(1.4rem, 2.5vw, 1.8rem); }
h4 { font-size: 1.2rem; }
p { font-size: 1rem; color: var(--text-muted); line-height: 1.75; }

.section-label {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  padding: 0.35em 1em;
  background: var(--gold-pale);
  border: 1px solid var(--border-gold);
  border-radius: 100px;
}
.section-header { text-align: center; margin-bottom: 4rem; }
.section-header p { max-width: 580px; margin: 1rem auto 0; font-size: 1.05rem; }

/* ── Buttons ───────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.85em 2em;
  border-radius: 100px;
  transition: var(--transition);
  letter-spacing: 0.02em;
}
.btn-primary {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(26, 107, 90, 0.35);
}
.btn-primary:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(26, 107, 90, 0.45);
}
.btn-outline {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}
.btn-outline:hover {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-2px);
}
.btn-gold {
  background: var(--gold);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(200, 144, 24, 0.4);
}
.btn-gold:hover {
  background: #a87510;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(200, 144, 24, 0.5);
}
.btn-white {
  background: var(--white);
  color: var(--primary);
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}
.btn-white:hover {
  background: var(--cream);
  transform: translateY(-2px);
}

/* ── Navigation ────────────────────────────────────────────── */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--nav-height);
  padding: 0 1rem 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.4s ease, box-shadow 0.4s ease;
  background: transparent;
}
.navbar.scrolled {
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 24px rgba(10,25,20,0.1);
}
.navbar.solid {
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--white);
  transition: color var(--transition);
  text-shadow: 0 1px 6px rgba(0,0,0,0.4);
}
.nav-tagline {
  font-family: 'Outfit', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-light);
  line-height: 1;
  margin-top: 0.2rem;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.navbar.scrolled .nav-tagline,
.navbar.solid .nav-tagline { color: var(--gold); }
.navbar.scrolled .nav-logo,
.navbar.solid .nav-logo { color: var(--dark); }
.nav-logo-icon {
  width: 40px; height: 40px;
  background: var(--gold);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  color: var(--white);
  flex-shrink: 0;
}
.nav-logo-img {
  width: 86px; height: 86px;
  object-fit: contain;
  flex-shrink: 0;
  background: transparent;
  mix-blend-mode: luminosity;
  margin-top: 2px;
}
.navbar.scrolled .nav-logo-img,
.navbar.solid .nav-logo-img {
  mix-blend-mode: multiply;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.nav-links a {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255,255,255,0.9);
  transition: color var(--transition);
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 2px;
  background: var(--gold);
  transition: width var(--transition);
}
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }
.navbar.scrolled .nav-links a,
.navbar.solid .nav-links a { color: var(--text); }
.nav-links a:hover { color: var(--primary); }
.navbar.scrolled .nav-links a:hover,
.navbar.solid .nav-links a:hover { color: var(--primary); }
.nav-cta { margin-left: 1rem; }
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  cursor: pointer;
}
.nav-hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--transition);
}
.navbar.scrolled .nav-hamburger span,
.navbar.solid .nav-hamburger span { background: var(--dark); }

/* Mobile nav */
.nav-mobile {
  display: none;
  position: fixed;
  top: var(--nav-height); left: 0; right: 0;
  background: var(--white);
  padding: 1.5rem 2rem;
  box-shadow: var(--shadow-lg);
  z-index: 999;
  border-top: 2px solid var(--primary-xlight);
}
.nav-mobile.open { display: block; }
.nav-mobile a {
  display: block;
  padding: 0.85rem 0;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--text);
  border-bottom: 1px solid var(--border);
  transition: color var(--transition);
}
.nav-mobile a:hover { color: var(--primary); }
.nav-mobile .btn { margin-top: 1.25rem; width: 100%; justify-content: center; }

/* ── Page Hero (inner pages) ───────────────────────────────── */
.page-hero {
  padding: calc(var(--nav-height) + 5rem) 2rem 5rem;
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 50%, var(--primary-light) 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.page-hero-content { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.page-hero h1 { color: var(--white); font-size: clamp(2.2rem, 5vw, 3.5rem); }
.page-hero p { color: rgba(255,255,255,0.8); font-size: 1.1rem; margin-top: 1rem; max-width: 500px; margin-inline: auto; }
.page-hero .breadcrumb {
  display: flex; align-items: center; justify-content: center;
  gap: 0.6rem;
  font-size: 0.85rem; color: rgba(255,255,255,0.7);
  margin-bottom: 1.5rem;
}
.page-hero .breadcrumb a { color: var(--gold-light); }
.page-hero .breadcrumb i { font-size: 0.65rem; }
.page-hero-wave {
  position: absolute; bottom: -1px; left: 0; right: 0;
  line-height: 0;
}

/* ── Layout Container ──────────────────────────────────────── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.section { padding: 6rem 0; }
.section-alt { background: var(--cream); }
.section-dark { background: var(--primary-dark); }

/* ── Trust Bar ─────────────────────────────────────────────── */
.trust-bar {
  background: var(--white);
  padding: 1.5rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.trust-bar-inner {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.trust-bar-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  white-space: nowrap;
  flex-shrink: 0;
  margin-right: 1rem;
  padding-right: 1.5rem;
  border-right: 1px solid var(--border);
}
.trust-bar-scroll-wrap {
  overflow: hidden;
  flex: 1;
}
.trust-scroll {
  display: flex;
  gap: 2.5rem;
  animation: trust-scroll 20s linear infinite;
  white-space: nowrap;
}
.trust-scroll:hover { animation-play-state: paused; }
.trust-item {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color var(--transition);
}
.trust-item:hover { color: var(--primary); }
.trust-item i { color: var(--gold); font-size: 0.9rem; }
@keyframes trust-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ── Product Cards ─────────────────────────────────────────── */
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}
.product-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.product-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.product-card:hover::before { transform: scaleX(1); }
.product-icon {
  width: 60px; height: 60px;
  background: var(--primary-xlight);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 1.5rem;
  transition: var(--transition);
}
.product-card:hover .product-icon {
  background: var(--primary);
  color: var(--white);
}
.product-card h3 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}
.product-card p { font-size: 0.9rem; margin-bottom: 1.5rem; }
.product-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3em 0.9em;
  border-radius: 100px;
  background: var(--primary-xlight);
  color: var(--primary);
  margin-bottom: 1rem;
}
.product-tag.obligatoriu { background: #FFF3E0; color: #E65100; }
.product-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--primary);
  transition: gap var(--transition);
}
.product-card:hover .product-link { gap: 0.9rem; }

/* ── About Split ───────────────────────────────────────────── */
.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.about-image-wrap {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
}
.about-image-wrap img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: var(--radius-xl);
}
.about-badge {
  position: absolute;
  bottom: 2rem; right: 2rem;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.5rem;
  box-shadow: var(--shadow-lg);
  text-align: center;
  min-width: 140px;
}
.about-badge .number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
}
.about-badge .label {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin-top: 0.3rem;
}
.about-content .section-label { margin-bottom: 1.25rem; }
.about-content h2 { margin-bottom: 1.25rem; }
.about-content > p { margin-bottom: 2rem; }
.about-features { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 2.5rem; }
.about-feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.about-feature-icon {
  width: 44px; height: 44px;
  background: var(--primary-xlight);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--primary);
  font-size: 1rem;
  flex-shrink: 0;
}
.about-feature h4 { font-family: 'Outfit', sans-serif; font-size: 0.95rem; font-weight: 600; margin-bottom: 0.2rem; }
.about-feature p { font-size: 0.88rem; }

/* ── Stats ─────────────────────────────────────────────────── */
.stats-section {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
.stats-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  position: relative;
  z-index: 1;
}
.stat-item { text-align: center; }
.stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 5vw, 4rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.1em;
}
.stat-suffix {
  font-size: 0.55em;
  margin-top: 0.2em;
  color: var(--gold-light);
}
.stat-label {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255,255,255,0.65);
  margin-top: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.stat-divider {
  width: 1px;
  background: rgba(255,255,255,0.15);
  align-self: stretch;
}

/* ── Why Us ─────────────────────────────────────────────────── */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.why-card {
  padding: 2.5rem 2rem;
  border-radius: var(--radius-lg);
  background: var(--white);
  border: 1px solid var(--border);
  position: relative;
  transition: var(--transition);
}
.why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.why-card:nth-child(2) {
  background: var(--primary);
  border-color: var(--primary);
}
.why-card:nth-child(2) h3,
.why-card:nth-child(2) p { color: var(--white); }
.why-card:nth-child(2) .why-icon {
  background: rgba(255,255,255,0.15);
  color: var(--white);
}
.why-icon {
  width: 56px; height: 56px;
  background: var(--primary-xlight);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  color: var(--primary);
  margin-bottom: 1.75rem;
}
.why-card h3 { font-size: 1.3rem; margin-bottom: 0.75rem; }
.why-card p { font-size: 0.9rem; }

/* ── Testimonials ───────────────────────────────────────────── */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}
.testimonial-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: var(--transition);
}
.testimonial-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.testimonial-stars { color: var(--gold); font-size: 0.9rem; margin-bottom: 1rem; }
.testimonial-text {
  font-size: 0.95rem;
  color: var(--text);
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.testimonial-author { display: flex; align-items: center; gap: 0.9rem; }
.testimonial-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--primary-xlight);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary);
}
.testimonial-name { font-weight: 600; font-size: 0.9rem; }
.testimonial-loc { font-size: 0.8rem; color: var(--text-muted); }

/* ── CTA Banner ─────────────────────────────────────────────── */
.cta-banner {
  background: linear-gradient(135deg, var(--gold) 0%, #a87510 100%);
  padding: 5rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 70% 50%, rgba(255,255,255,0.08) 0%, transparent 60%);
}
.cta-banner-content { position: relative; z-index: 1; }
.cta-banner h2 { color: var(--white); font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 1rem; }
.cta-banner p { color: rgba(255,255,255,0.85); font-size: 1.05rem; margin-bottom: 2.5rem; max-width: 520px; margin-inline: auto; margin-bottom: 2.5rem; }
.cta-banner-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── Footer ─────────────────────────────────────────────────── */
footer {
  background: var(--dark);
  color: rgba(255,255,255,0.75);
  padding: 5rem 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 4rem;
  margin-bottom: 4rem;
}
.footer-brand .nav-logo { color: var(--white); margin-bottom: 1.25rem; }
.footer-brand p { font-size: 0.88rem; color: rgba(255,255,255,0.55); line-height: 1.75; max-width: 280px; }
.footer-brand .social-links { display: flex; gap: 0.75rem; margin-top: 1.5rem; }
.social-link {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(255,255,255,0.07);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.65);
  font-size: 0.9rem;
  transition: var(--transition);
}
.social-link:hover { background: var(--primary); color: var(--white); transform: translateY(-2px); }
.footer-col h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--white);
  margin-bottom: 1.5rem;
}
.footer-col ul li { margin-bottom: 0.75rem; }
.footer-col ul li a {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  transition: color var(--transition);
}
.footer-col ul li a:hover { color: var(--gold-light); }
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
}
.footer-contact-item i { color: var(--gold); margin-top: 0.1rem; flex-shrink: 0; }
.footer-contact-item a { color: rgba(255,255,255,0.55); transition: color var(--transition); }
.footer-contact-item a:hover { color: var(--gold-light); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1.75rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.35);
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-bottom a { color: rgba(255,255,255,0.35); transition: color var(--transition); }
.footer-bottom a:hover { color: var(--gold-light); }
.footer-mountain {
  width: 100%;
  margin-top: -1px;
  line-height: 0;
}

/* ── Contact Page ───────────────────────────────────────────── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 4rem;
  align-items: start;
}
.contact-info-card {
  background: var(--primary-dark);
  border-radius: var(--radius-xl);
  padding: 3rem;
  color: var(--white);
}
.contact-info-card h3 {
  color: var(--white);
  font-size: 1.6rem;
  margin-bottom: 0.75rem;
}
.contact-info-card > p { color: rgba(255,255,255,0.7); margin-bottom: 2.5rem; font-size: 0.95rem; }
.contact-detail {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.75rem;
  align-items: flex-start;
}
.contact-detail-icon {
  width: 44px; height: 44px;
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-light);
  font-size: 1rem;
  flex-shrink: 0;
}
.contact-detail h4 { font-family: 'Outfit', sans-serif; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.5); margin-bottom: 0.35rem; }
.contact-detail > div:last-child { min-width: 0; overflow-wrap: break-word; word-break: break-word; }
.contact-detail p, .contact-detail a { color: rgba(255,255,255,0.9); font-size: 0.95rem; font-weight: 500; }
.contact-detail a:hover { color: var(--gold-light); }
.contact-hours { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.12); }
.contact-hours h4 { font-family: 'Outfit', sans-serif; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.5); margin-bottom: 1rem; }
.hours-row { display: flex; justify-content: space-between; font-size: 0.88rem; color: rgba(255,255,255,0.75); margin-bottom: 0.5rem; }
.hours-row span:last-child { color: var(--gold-light); font-weight: 500; }

/* Contact Form */
.contact-form-wrap {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 3rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
}
.contact-form-wrap h3 { font-size: 1.6rem; margin-bottom: 0.5rem; }
.contact-form-wrap > p { margin-bottom: 2.5rem; font-size: 0.9rem; }
.form-group { margin-bottom: 1.5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--text); margin-bottom: 0.5rem; letter-spacing: 0.02em; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.85rem 1.1rem;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  color: var(--text);
  background: var(--white);
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(26, 107, 90, 0.1);
}
.form-group textarea { resize: vertical; min-height: 130px; }
.form-group select { cursor: pointer; }
.form-submit { width: 100%; padding: 1rem; font-size: 1rem; margin-top: 0.5rem; border-radius: var(--radius); }

/* ── Produse Page ───────────────────────────────────────────── */
.product-full-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  display: grid;
  grid-template-columns: 280px 1fr;
  margin-bottom: 2rem;
  transition: var(--transition);
}
.product-full-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.product-full-sidebar {
  background: var(--primary-dark);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
}
.product-full-sidebar .icon-big {
  width: 72px; height: 72px;
  background: rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem;
  color: var(--gold-light);
}
.product-full-sidebar h3 { color: var(--white); font-size: 1.4rem; }
.product-full-sidebar .product-tag { background: rgba(255,255,255,0.12); color: var(--gold-light); border: 1px solid rgba(255,255,255,0.15); }
.product-full-body { padding: 2.5rem; }
.product-full-body p { margin-bottom: 1.5rem; font-size: 0.95rem; }
.benefits-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-bottom: 2rem; }
.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.88rem;
  color: var(--text);
  font-weight: 500;
}
.benefit-item i { color: var(--primary); margin-top: 0.15rem; flex-shrink: 0; }

/* ── Despre Noi ─────────────────────────────────────────────── */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.team-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
}
.team-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.team-avatar {
  height: 200px;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-light));
  display: flex; align-items: center; justify-content: center;
}
.team-avatar .initials {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
}
.team-info { padding: 1.75rem; }
.team-info h3 { font-size: 1.2rem; margin-bottom: 0.25rem; }
.team-info .role { font-size: 0.82rem; font-weight: 600; color: var(--primary); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.75rem; }
.team-info p { font-size: 0.87rem; }

.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.75rem; }
.value-card {
  text-align: center;
  padding: 2.5rem 1.5rem;
  border-radius: var(--radius-lg);
  background: var(--white);
  border: 1px solid var(--border);
  transition: var(--transition);
}
.value-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.value-icon {
  width: 64px; height: 64px;
  background: var(--primary-xlight);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  color: var(--primary);
  margin: 0 auto 1.5rem;
}
.value-card h3 { font-size: 1.2rem; margin-bottom: 0.75rem; }
.value-card p { font-size: 0.87rem; }

.partners-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.partner-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.5rem;
  text-align: center;
  transition: var(--transition);
}
.partner-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--primary); }
.partner-card .partner-name { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 700; color: var(--dark); margin-bottom: 0.35rem; }
.partner-card .partner-type { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); }
.partner-card .partner-icon { font-size: 2rem; color: var(--primary); margin-bottom: 0.75rem; }

/* ── Scroll Animations ──────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.reveal.visible { opacity: 1; transform: none; }
.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal-left.visible { opacity: 1; transform: none; }
.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal-right.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 3rem; }
  .stat-divider { display: none; }
}
@media (max-width: 900px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .partners-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .product-full-card { grid-template-columns: 1fr; }
  .product-full-sidebar { padding: 2rem; }
  .benefits-list { grid-template-columns: 1fr; }
  .about-split { grid-template-columns: 1fr; gap: 3rem; }
}
@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  .products-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .section { padding: 4rem 0; }
  .form-row { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .cta-banner-actions { flex-direction: column; align-items: center; }
  .contact-info-card { padding: 1.75rem; }
  .contact-form-wrap { padding: 1.75rem; }
  .contact-grid { gap: 1.5rem; }
}
@media (max-width: 500px) {
  :root { --nav-height: 64px; }
  .container { padding: 0 1rem; }
  .values-grid { grid-template-columns: 1fr; }
  .partners-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   CHATBOT MARIA — Widget
   ============================================================ */

#maria-chat-widget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  font-family: 'Segoe UI', Arial, sans-serif;
}

/* Bubble button */
#maria-bubble {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1B3A6B, #2A5298);
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(27, 58, 107, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color: #fff;
  font-size: 1.5rem;
}
#maria-bubble:hover { transform: scale(1.08); box-shadow: 0 6px 22px rgba(27,58,107,0.55); }
#maria-bubble.maria-active { background: linear-gradient(135deg, #0D1E3E, #1B3A6B); }

/* Chat window */
#maria-chat-window {
  position: absolute;
  bottom: 72px;
  right: 0;
  width: 360px;
  height: 500px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(27,58,107,0.22);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform-origin: bottom right;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
#maria-chat-window.maria-hidden {
  opacity: 0;
  transform: scale(0.92) translateY(10px);
  pointer-events: none;
}
#maria-chat-window.maria-open {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: all;
}

/* Header */
#maria-header {
  background: linear-gradient(135deg, #1B3A6B, #2A5298);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  flex-shrink: 0;
}

#maria-header > div { flex: 1; }
#maria-header strong { display: block; font-size: 0.95rem; }
#maria-header span { font-size: 0.75rem; opacity: 0.82; }
#maria-close {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  opacity: 0.8;
  line-height: 1;
  padding: 4px;
}
#maria-close:hover { opacity: 1; }

/* Messages area */
#maria-messages {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #f7f9fc;
}
#maria-messages::-webkit-scrollbar { width: 4px; }
#maria-messages::-webkit-scrollbar-thumb { background: #c5cfe0; border-radius: 4px; }

.maria-msg {
  max-width: 82%;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 0.875rem;
  line-height: 1.55;
  word-break: break-word;
}
.maria-msg-bot {
  background: #fff;
  color: #1A2540;
  border-bottom-left-radius: 4px;
  align-self: flex-start;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.maria-msg-user {
  background: linear-gradient(135deg, #1B3A6B, #2A5298);
  color: #fff;
  border-bottom-right-radius: 4px;
  align-self: flex-end;
}

/* GDPR notice in chatbot */
.maria-gdpr-notice {
  background: #f0f7ff !important;
  border-left: 3px solid #2563eb;
  box-shadow: none !important;
  padding: 8px 12px !important;
}
.maria-gdpr-notice small {
  font-size: 0.78rem;
  color: #475569;
  line-height: 1.5;
}
.maria-gdpr-notice a {
  color: #2563eb;
  text-decoration: underline;
}

/* Typing indicator */
.maria-typing {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 12px 16px;
}
.maria-typing span {
  width: 7px;
  height: 7px;
  background: #aab4c8;
  border-radius: 50%;
  display: inline-block;
  animation: mariaBounce 1.2s infinite ease-in-out;
}
.maria-typing span:nth-child(2) { animation-delay: 0.2s; }
.maria-typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes mariaBounce {
  0%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-6px); }
}

/* Input area */
#maria-input-area {
  display: flex;
  gap: 8px;
  padding: 12px 14px;
  border-top: 1px solid #e8edf5;
  background: #fff;
  flex-shrink: 0;
}
#maria-input {
  flex: 1;
  border: 1px solid #d0d9ea;
  border-radius: 22px;
  padding: 9px 16px;
  font-size: 0.875rem;
  outline: none;
  color: #1A2540;
  transition: border-color 0.2s;
}
#maria-input:focus { border-color: #2A5298; }
#maria-send {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #C8A030;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s, transform 0.15s;
}
#maria-send:hover { background: #a87510; transform: scale(1.07); }

/* Bubble pulse animation (when chat is closed) */
@keyframes mariaPulse {
  0%   { box-shadow: 0 4px 16px rgba(27,58,107,0.5), 0 0 0 0 rgba(27,58,107,0.7); transform: scale(1); }
  8%   { transform: scale(1.1); }
  20%  { box-shadow: 0 4px 16px rgba(27,58,107,0.5), 0 0 0 22px rgba(27,58,107,0); transform: scale(1); }
  20.01%, 100% { box-shadow: 0 4px 16px rgba(27,58,107,0.5), 0 0 0 0 rgba(27,58,107,0); transform: scale(1); }
}
#maria-bubble:not(.maria-active) {
  animation: mariaPulse 5s ease-out infinite;
}
#maria-bubble.maria-active {
  animation: none;
}

/* Teaser label above the bubble */
#maria-teaser {
  position: absolute;
  bottom: 72px;
  right: 0;
  background: #1B3A6B;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
  padding: 6px 14px;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(27,58,107,0.35);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
#maria-teaser::after {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 20px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #1B3A6B;
}
#maria-teaser.maria-teaser-show {
  opacity: 1;
  transform: translateY(0);
}
#maria-teaser.maria-teaser-out {
  opacity: 0;
  transform: translateY(-4px);
}
#maria-teaser.maria-teaser-hide {
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
  visibility: hidden;
}

/* Mobile */
@media (max-width: 480px) {
  #maria-chat-window {
    width: calc(100vw - 32px);
    right: 0;
    height: 420px;
  }
}

/* ── Hero Section (index.html) ─────────────────────────────── */
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--primary-dark);
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 50%, rgba(42,82,170,0.35) 0%, transparent 60%),
    radial-gradient(ellipse 50% 80% at 10% 80%, rgba(200,160,48,0.12) 0%, transparent 50%),
    linear-gradient(135deg, #040810 0%, #0D1E3E 45%, #1B3A6B 100%);
}
.hero-pattern {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 2px 2px, rgba(255,255,255,0.04) 1px, transparent 0);
  background-size: 40px 40px;
}
.hero-decor-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(200,144,24,0.2);
  pointer-events: none;
}
.hero-decor-circle-1 { width: 600px; height: 600px; right: -100px; top: -100px; }
.hero-decor-circle-2 { width: 400px; height: 400px; right: 50px; top: 50px; border-color: rgba(255,255,255,0.06); }
.hero-decor-circle-3 { width: 200px; height: 200px; right: 150px; top: 150px; border-color: rgba(200,144,24,0.15); }
.hero-content {
  position: relative; z-index: 2;
  padding: calc(var(--nav-height) + 4rem) 2rem 5rem;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.hero-text .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(200,144,24,0.15);
  border: 1px solid rgba(200,144,24,0.3);
  border-radius: 100px;
  padding: 0.4em 1.1em;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--gold-light);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.hero-text h1 {
  color: var(--white);
  font-size: clamp(2.6rem, 5.5vw, 4.5rem);
  line-height: 1.05;
  margin-bottom: 1.5rem;
}
.hero-text h1 em { font-style: italic; color: var(--gold-light); }
.hero-text p {
  color: rgba(255,255,255,0.72);
  font-size: 1.1rem;
  max-width: 480px;
  margin-bottom: 2.5rem;
  line-height: 1.7;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-trust {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  font-weight: 500;
}
.hero-trust-item i { color: var(--gold); }
.hero-visual { display: flex; flex-direction: column; gap: 1.25rem; }
.hero-card {
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  animation: float-card 6s ease-in-out infinite;
}
.hero-card:nth-child(2) { animation-delay: -2s; margin-left: 2rem; }
.hero-card:nth-child(3) { animation-delay: -4s; margin-left: 1rem; }
@keyframes float-card {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.hero-card-icon {
  width: 50px; height: 50px;
  background: rgba(200,144,24,0.2);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  color: var(--gold-light);
  flex-shrink: 0;
}
.hero-card h4 { font-family: 'Outfit', sans-serif; font-size: 0.95rem; font-weight: 600; color: var(--white); margin-bottom: 0.2rem; }
.hero-card p { font-size: 0.8rem; color: rgba(255,255,255,0.55); margin: 0; }
.hero-card .hero-card-action {
  margin-left: auto;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gold-light);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.hero-wave { position: absolute; bottom: -1px; left: 0; right: 0; z-index: 3; line-height: 0; }
.quick-links { background: var(--white); padding: 1.25rem 0; border-bottom: 1px solid var(--border); }
.quick-links-inner {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.quick-links-inner::-webkit-scrollbar { display: none; }
.quick-link-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1.25rem;
  border-radius: 100px;
  border: 1.5px solid var(--border);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
  white-space: nowrap;
  transition: var(--transition);
  cursor: pointer;
  text-decoration: none;
}
.quick-link-item:hover { border-color: var(--primary); color: var(--primary); background: var(--primary-xlight); }
.quick-link-item i { font-size: 0.9rem; }
.products-section { background: var(--cream); }
.about-img-placeholder {
  width: 100%; height: 520px;
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 60%, var(--gold) 100%);
  border-radius: var(--radius-xl);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1.5rem;
  position: relative;
  overflow: hidden;
}
.about-img-placeholder::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M20 20c0 11.046-8.954 20-20 20v-40c11.046 0 20 8.954 20 20z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.about-img-placeholder i { font-size: 4rem; color: rgba(255,255,255,0.3); position: relative; }
.about-img-placeholder span { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; color: rgba(255,255,255,0.5); position: relative; font-style: italic; }
@media (max-width: 900px) {
  .hero-content { grid-template-columns: 1fr; padding-top: calc(var(--nav-height) + 3rem); }
  .hero-visual { display: none; }
  .hero-text h1 { font-size: clamp(2rem, 8vw, 3rem); }
}

/* ── Products Page ──────────────────────────────────────────── */
.products-filter {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3rem;
}
.filter-btn {
  padding: 0.55rem 1.4rem;
  border-radius: 100px;
  border: 1.5px solid var(--border);
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
  background: var(--white);
  cursor: pointer;
  transition: var(--transition);
}
.filter-btn:hover, .filter-btn.active { border-color: var(--primary); background: var(--primary); color: var(--white); }
.product-anchor { scroll-margin-top: calc(var(--nav-height) + 2rem); }
.products-list { display: flex; flex-direction: column; gap: 2rem; }
.product-full-card { text-decoration: none; color: inherit; }
.product-info-row {
  display: flex;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
}
.product-info-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--text-muted);
}
.product-info-item i { color: var(--primary); }
.product-cta-row { display: flex; gap: 1rem; margin-top: 1.5rem; flex-wrap: wrap; }
.products-side-nav {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
}
.products-side-nav h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  margin-bottom: 1.25rem;
}
.side-nav-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0.9rem;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text);
  transition: var(--transition);
  cursor: pointer;
  text-decoration: none;
}
.side-nav-item i { color: var(--primary); width: 18px; text-align: center; }
.side-nav-item:hover, .side-nav-item.active { background: var(--primary-xlight); color: var(--primary); }
.side-cta-card {
  background: var(--primary-dark);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  margin-top: 1.5rem;
  text-align: center;
}
.side-cta-card i { font-size: 2rem; color: var(--gold-light); margin-bottom: 1rem; }
.side-cta-card h4 { font-family: 'Outfit', sans-serif; color: var(--white); font-size: 1rem; margin-bottom: 0.5rem; }
.side-cta-card p { color: rgba(255,255,255,0.65); font-size: 0.82rem; margin-bottom: 1.25rem; }
.products-layout { display: grid; grid-template-columns: 260px 1fr; gap: 3rem; align-items: start; }
.products-layout > aside { position: sticky; top: calc(var(--nav-height) + 1.5rem); }
@media (max-width: 900px) {
  .products-layout { grid-template-columns: 1fr; }
  .products-layout > aside { position: static; display: none; }
}

/* ── Despre Noi Page ────────────────────────────────────────── */
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  margin-bottom: 6rem;
}
.story-visual { position: relative; }
.story-visual-main {
  width: 100%;
  height: 460px;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  border-radius: var(--radius-xl);
  display: flex; align-items: center; justify-content: center;
  position: relative;
  overflow: hidden;
}
.story-visual-main::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.story-visual-main .big-icon { font-size: 5rem; color: rgba(255,255,255,0.2); position: relative; }
.story-float-card {
  position: absolute;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.5rem;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.story-float-card.card-1 { bottom: -1.5rem; left: -1.5rem; }
.story-float-card.card-2 { top: -1.5rem; right: -1.5rem; }
.story-float-card .fc-icon {
  width: 42px; height: 42px;
  background: var(--primary-xlight);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--primary);
  font-size: 1.1rem;
}
.story-float-card .fc-text .num { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 700; color: var(--dark); line-height: 1; }
.story-float-card .fc-text .lbl { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); }
.story-text .section-label { margin-bottom: 1rem; }
.story-text h2 { margin-bottom: 1.25rem; }
.story-text p { margin-bottom: 1.1rem; }
.timeline { position: relative; padding-left: 2rem; }
.timeline::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--primary) 0%, var(--gold) 100%);
  border-radius: 2px;
}
.timeline-item { position: relative; margin-bottom: 2.5rem; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -2rem; top: 0.3rem;
  width: 10px; height: 10px;
  background: var(--gold);
  border-radius: 50%;
  border: 2px solid var(--white);
  box-shadow: 0 0 0 2px var(--gold);
  transform: translateX(-4px);
}
.timeline-year { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--primary); margin-bottom: 0.35rem; }
.timeline-item h4 { font-family: 'Outfit', sans-serif; font-size: 1rem; font-weight: 600; margin-bottom: 0.3rem; }
.timeline-item p { font-size: 0.87rem; }
.mvv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-bottom: 5rem; }
.mvv-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  text-align: center;
  transition: var(--transition);
}
.mvv-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.mvv-card:nth-child(2) { background: var(--primary-dark); }
.mvv-card:nth-child(2) h3, .mvv-card:nth-child(2) p { color: var(--white); }
.mvv-card:nth-child(2) .mvv-icon { background: rgba(255,255,255,0.12); color: var(--gold-light); }
.mvv-icon {
  width: 64px; height: 64px;
  background: var(--primary-xlight);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  color: var(--primary);
  margin: 0 auto 1.5rem;
}
.mvv-card h3 { font-size: 1.3rem; margin-bottom: 0.75rem; }
.mvv-card p { font-size: 0.9rem; }
.cert-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.cert-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.cert-icon {
  width: 52px; height: 52px;
  background: var(--gold-pale);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  color: var(--gold);
  flex-shrink: 0;
}
.cert-card h4 { font-family: 'Outfit', sans-serif; font-size: 0.95rem; font-weight: 600; margin-bottom: 0.3rem; }
.cert-card p { font-size: 0.83rem; }
.team-card-broker { display: grid; grid-template-columns: 220px 1fr; }
.team-avatar-photo {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  border-right: 1px solid var(--border);
}
@media (max-width: 900px) {
  .story-grid { grid-template-columns: 1fr; gap: 3rem; }
  .mvv-grid { grid-template-columns: 1fr; }
  .cert-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .cert-grid { grid-template-columns: 1fr; }
  .team-card-broker { grid-template-columns: 1fr; }
  .team-avatar-photo { border-right: none; border-bottom: 1px solid var(--border); padding: 1.5rem; }
}

/* ── Contact Page (extra) ───────────────────────────────────── */
.map-placeholder {
  width: 100%;
  height: 320px;
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  border-radius: var(--radius-xl);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
}
.map-placeholder::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='20' cy='20' r='10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.map-placeholder i { font-size: 3rem; color: rgba(255,255,255,0.3); position: relative; }
.map-placeholder p { position: relative; text-align: center; }
.map-placeholder a {
  position: relative;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  color: var(--white);
  padding: 0.6em 1.5em;
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 600;
  transition: var(--transition);
}
.map-placeholder a:hover { background: rgba(255,255,255,0.25); }
.faq-list { display: flex; flex-direction: column; gap: 1rem; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
}
.faq-item:hover { box-shadow: var(--shadow-sm); }
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 1.75rem;
  cursor: pointer;
  gap: 1rem;
}
.faq-question h4 { font-family: 'Outfit', sans-serif; font-size: 0.95rem; font-weight: 600; color: var(--text); flex: 1; }
.faq-toggle {
  width: 32px; height: 32px;
  background: var(--primary-xlight);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: var(--primary);
  font-size: 0.8rem;
  flex-shrink: 0;
  transition: var(--transition);
}
.faq-item.open .faq-toggle { background: var(--primary); color: var(--white); transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 1.75rem 1.5rem; font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; }
.faq-item.open .faq-answer { display: block; }
.quick-contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-bottom: 2rem; }
.quick-contact-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  text-align: center;
  transition: var(--transition);
  text-decoration: none;
}
.quick-contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--primary); }
.quick-contact-card .qc-icon {
  width: 60px; height: 60px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  margin: 0 auto 1.25rem;
}
.quick-contact-card h4 { font-family: 'Outfit', sans-serif; font-size: 1rem; font-weight: 600; margin-bottom: 0.35rem; }
.quick-contact-card p { font-size: 0.85rem; }
.quick-contact-card .qc-value { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 700; color: var(--primary); margin-top: 0.5rem; }
.form-success { display: none; text-align: center; padding: 3rem 2rem; }
.form-success i { font-size: 3.5rem; color: var(--primary); margin-bottom: 1rem; }
.form-success h3 { margin-bottom: 0.75rem; }
@media (max-width: 900px) {
  .quick-contact-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 500px) {
  .quick-contact-grid { grid-template-columns: 1fr 1fr !important; gap: 0.75rem; }
  .quick-contact-card { padding: 1.1rem 0.75rem; }
  .quick-contact-card .qc-icon { width: 48px; height: 48px; font-size: 1.1rem; }
  .quick-contact-card h4 { font-size: 0.85rem; }
  .quick-contact-card p { font-size: 0.75rem; }
  .quick-contact-card .qc-value { font-size: 0.82rem; word-break: break-all; }
}
@media (max-width: 768px) {
  .quick-contact-grid { grid-template-columns: 1fr; }
}

/* ── Policy Pages ───────────────────────────────────────────── */
.policy-content { max-width: 820px; margin: 0 auto; }
.policy-content h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary-dark);
  margin: 2.5rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--border);
}
.policy-content h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
  margin: 1.75rem 0 0.75rem;
}
.policy-content p { font-size: 0.95rem; line-height: 1.8; color: var(--text-muted); margin-bottom: 1rem; }
.policy-content ul { margin: 0.75rem 0 1rem 1.5rem; }
.policy-content ul li { font-size: 0.95rem; line-height: 1.7; color: var(--text-muted); margin-bottom: 0.4rem; }
.policy-info-box {
  background: var(--primary-xlight);
  border-left: 4px solid var(--primary);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0;
}
.policy-info-box p { margin: 0; font-weight: 500; color: var(--primary-dark); }
.policy-date {
  display: inline-block;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 2rem;
}
.policy-ai-notice {
  background: #f0f7ff;
  border-left: 4px solid #2563eb;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  padding: 1rem 1.5rem;
  margin: 1.25rem 0;
}
.policy-ai-notice p { margin: 0; font-size: 0.9rem; color: #1e3a5f; }
.policy-toc {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0 2rem;
}
.policy-toc ol { margin: 0.5rem 0 0 1.25rem; padding: 0; }
.policy-toc ol li { font-size: 0.9rem; line-height: 1.7; color: var(--text-muted); }
.policy-toc ol li a { color: var(--primary); text-decoration: none; }
.policy-toc ol li a:hover { text-decoration: underline; }
.policy-table { width: 100%; border-collapse: collapse; margin: 1rem 0 1.5rem; font-size: 0.88rem; }
.policy-table th {
  background: var(--primary-xlight);
  color: var(--primary-dark);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  padding: 0.65rem 0.85rem;
  text-align: left;
  border: 1px solid var(--border);
}
.policy-table td { padding: 0.6rem 0.85rem; border: 1px solid var(--border); color: var(--text-muted); vertical-align: top; }
.policy-table tr:nth-child(even) td { background: #fafaf8; }
.policy-warning {
  background: #fffbeb;
  border-left: 4px solid #f59e0b;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  padding: 1rem 1.5rem;
  margin: 1.25rem 0;
}
.policy-warning p { margin: 0; font-size: 0.9rem; color: #78350f; }

/* ── Cookie Consent Banner ─────────────────────────────────── */
#cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 9999;
  background: var(--primary-dark);
  border-top: 2px solid rgba(200,160,48,0.4);
  padding: 1.25rem 0;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
  box-shadow: 0 -4px 32px rgba(8,15,32,0.35);
}
#cookie-banner.visible { transform: translateY(0); }
.cookie-banner-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.cookie-banner-text { flex: 1; min-width: 260px; }
.cookie-banner-text p { color: rgba(255,255,255,0.72); font-size: 0.84rem; line-height: 1.5; margin: 0; }
.cookie-banner-text a { color: var(--gold-light); text-decoration: underline; }
.cookie-banner-title {
  color: var(--gold-light);
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cookie-banner-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; align-items: center; flex-shrink: 0; }
.cookie-btn-accept {
  background: var(--gold);
  color: var(--primary-dark);
  font-weight: 700;
  font-size: 0.84rem;
  padding: 0.6rem 1.4rem;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
  font-family: inherit;
}
.cookie-btn-accept:hover { background: var(--gold-light); }
.cookie-btn-reject {
  background: transparent;
  color: rgba(255,255,255,0.65);
  font-weight: 600;
  font-size: 0.82rem;
  padding: 0.6rem 1.1rem;
  border-radius: 100px;
  border: 1px solid rgba(255,255,255,0.22);
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
  font-family: inherit;
}
.cookie-btn-reject:hover { border-color: rgba(255,255,255,0.45); color: #fff; }
.cookie-btn-customize {
  background: transparent;
  color: rgba(255,255,255,0.48);
  font-size: 0.8rem;
  padding: 0.4rem 0.5rem;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  white-space: nowrap;
  font-family: inherit;
}
.cookie-btn-customize:hover { color: rgba(255,255,255,0.8); }

/* Modal overlay */
#cookie-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(8,15,32,0.72);
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
#cookie-modal.open { display: flex; }
.cookie-modal-box {
  background: #fff;
  border-radius: var(--radius-lg);
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: var(--shadow-lg);
}
.cookie-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.75rem 1rem;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}
.cookie-modal-header h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  color: var(--primary-dark);
}
.cookie-modal-close {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--primary-xlight);
  color: var(--primary);
  font-size: 1rem;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  border: none;
  flex-shrink: 0;
  font-family: inherit;
}
.cookie-modal-close:hover { background: var(--border); }
.cookie-modal-body { padding: 0.5rem 1.75rem 0.25rem; }
.cookie-category {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--border);
}
.cookie-category:last-child { border-bottom: none; }
.cookie-category-info h4 { font-size: 0.88rem; font-weight: 700; color: var(--text); margin-bottom: 0.3rem; }
.cookie-category-info .always-on {
  font-size: 0.68rem;
  background: var(--primary-xlight);
  color: var(--primary);
  padding: 0.15em 0.6em;
  border-radius: 100px;
  margin-left: 0.4rem;
  font-weight: 600;
  vertical-align: middle;
}
.cookie-category-info p { font-size: 0.78rem; color: var(--text-muted); line-height: 1.5; margin: 0; }

/* Toggle switch */
.cookie-toggle { position: relative; flex-shrink: 0; width: 44px; height: 24px; margin-top: 3px; }
.cookie-toggle input { opacity: 0; width: 0; height: 0; }
.cookie-toggle-slider {
  position: absolute; inset: 0;
  background: #d1d5db;
  border-radius: 100px;
  cursor: pointer;
  transition: var(--transition);
}
.cookie-toggle-slider::before {
  content: '';
  position: absolute;
  width: 18px; height: 18px;
  left: 3px; top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: var(--transition);
  box-shadow: 0 1px 4px rgba(0,0,0,0.18);
}
.cookie-toggle input:checked + .cookie-toggle-slider { background: var(--primary); }
.cookie-toggle input:checked + .cookie-toggle-slider::before { transform: translateX(20px); }
.cookie-toggle input:disabled + .cookie-toggle-slider { background: var(--primary); opacity: 0.55; cursor: not-allowed; }

.cookie-modal-footer {
  padding: 1rem 1.75rem 1.5rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  border-top: 1px solid var(--border);
}
.cookie-modal-footer .cookie-btn-accept,
.cookie-modal-footer .cookie-btn-reject {
  flex: 1;
  text-align: center;
  justify-content: center;
  border-color: var(--border);
  color: var(--text-muted);
}
.cookie-modal-footer .cookie-btn-accept { color: var(--primary-dark); }
.cookie-modal-footer .cookie-btn-reject:hover { color: var(--text); background: var(--primary-xlight); }

/* Reopen button */
#cookie-reopen {
  position: fixed;
  bottom: 1.25rem; left: 1.25rem;
  z-index: 9998;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--primary-dark);
  border: 1px solid rgba(200,160,48,0.35);
  color: var(--gold-light);
  font-size: 0.9rem;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  font-family: inherit;
}
#cookie-reopen:hover { background: var(--primary); border-color: rgba(200,160,48,0.6); }
#cookie-reopen.visible { display: flex; }

@media (max-width: 640px) {
  .cookie-banner-inner { flex-direction: column; align-items: flex-start; }
  .cookie-banner-actions { width: 100%; }
  .cookie-modal-footer { flex-direction: column; }
  .cookie-modal-footer .cookie-btn-accept,
  .cookie-modal-footer .cookie-btn-reject { flex: unset; width: 100%; }
}
