/* ---------- Reset & base ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, #0a0b14 0%, #050509 45%, #050509 100%);
  color: #f2f2f4;
  line-height: 1.6;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 10%, rgba(83, 93, 140, 0.12), transparent 45%),
    radial-gradient(circle at 80% 20%, rgba(255, 122, 24, 0.06), transparent 50%),
    radial-gradient(circle at 50% 100%, rgba(12, 16, 28, 0.6), transparent 60%),
    radial-gradient(circle at 50% 50%, rgba(5, 6, 10, 0.35), transparent 65%);
  mix-blend-mode: screen;
  z-index: 0;
}

body.page-media {
  background: radial-gradient(circle at top left, #0a0b14 0%, #050509 45%, #050509 100%);
}

main,
header,
footer {
  position: relative;
  z-index: 1;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: linear-gradient(
    to bottom,
    rgba(6, 6, 11, 0.92),
    rgba(6, 6, 11, 0.6),
    transparent
  );
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.95rem 1.5rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.logo-image {
  height: 56px;
  width: auto;
  display: block;
  filter: saturate(1.15) contrast(1.1) drop-shadow(0 10px 22px rgba(248, 113, 113, 0.28));
}

.main-nav {
  display: flex;
  gap: 1.9rem;
  font-size: 0.88rem;
}

.main-nav a {
  position: relative;
  padding-bottom: 0.2rem;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #ff7a18, #ff3c78);
  transition: width 0.25s ease;
}

.main-nav a:hover::after {
  width: 100%;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(5, 5, 9, 0.85);
  padding: 0;
}

.menu-toggle span {
  height: 2px;
  width: 16px;
  background: #f5f5f7;
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle.is-open span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.menu-toggle.is-open span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  color: #f5f5f7;
  padding-top: 72px;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 2fr 1.2fr;
  grid-template-rows: 1.4fr 1fr;
  gap: 14px;
  padding: 5rem 3rem 3rem;
  opacity: 0.92;
}

.hero-image {
  background-size: cover;
  background-position: center;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  filter: brightness(1.06) contrast(1.06) saturate(1.05);
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 0%, rgba(251, 113, 133, 0.14), transparent 55%),
    radial-gradient(circle at 100% 80%, rgba(59, 130, 246, 0.12), transparent 60%);
  mix-blend-mode: soft-light;
}

/* Map hero images to provided photos (local absolute paths) */
.hero-image-1 {
  grid-row: 1 / 3;
  background-image: url("pozele cele mai top/6321c37e-8fb4-4f2c-bfb3-cc9535494464.jpg");
}

.hero-image-2 {
  background-image: url("pozele cele mai top/910dec3f-8c2b-46e3-be80-ef6540b9c66b.jpg");
}

.hero-image-3 {
  background-image: url("pozele cele mai top/518bce7b-2566-4080-8a73-d1af2565b6ea.jpg");
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(14, 20, 34, 0.22), transparent 55%),
    linear-gradient(to bottom, rgba(6, 6, 11, 0.75), rgba(6, 6, 11, 0.88));
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 5.5rem 1.5rem 4rem;
  max-width: 1120px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  color: #c7b8ff;
  margin-bottom: 0.8rem;
}

.hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.1;
  margin: 0 0 1.2rem;
}

.hero-subtitle {
  max-width: 540px;
  color: #e5e7eb;
  margin-bottom: 2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.75rem 1.6rem;
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.btn-primary {
  background: linear-gradient(90deg, #ff7a18, #ff3c78);
  color: #09090d;
  box-shadow: 0 16px 36px rgba(255, 60, 120, 0.35);
}

.btn-primary:hover {
  box-shadow: 0 22px 50px rgba(255, 60, 120, 0.55);
  transform: translateY(-1px);
}

.btn-ghost {
  border-color: rgba(140, 150, 170, 0.8);
  background: rgba(12, 15, 26, 0.82);
  color: #e5e7eb;
}

.btn-ghost:hover {
  border-color: #ff7a18;
}

.btn-outline {
  border-color: rgba(148, 163, 184, 0.7);
  color: #e5e7eb;
  background: transparent;
}

.btn-outline:hover {
  border-color: #ff7a18;
  background: rgba(12, 15, 26, 0.9);
}

.btn-soft {
  background: rgba(255, 122, 24, 0.12);
  border: 1px solid rgba(255, 122, 24, 0.35);
  color: #f3f4f6;
  padding: 0.65rem 1.4rem;
  font-size: 0.86rem;
  letter-spacing: 0.01em;
  box-shadow: none;
}

.btn-soft:hover {
  background: rgba(255, 122, 24, 0.18);
}

.floating-cta-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.floating-cta-wrap.is-hidden {
  opacity: 0;
  transform: translateX(10px);
  pointer-events: none;
}

.floating-cta-wrap.is-nudge {
  animation: cta-bounce 0.6s ease;
}

.floating-cta-wrap.is-nudge .floating-cta {
  border-color: rgba(255, 122, 24, 0.6);
  background: rgba(255, 122, 24, 0.14);
}

.floating-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 122, 24, 0.35);
  background: rgba(10, 12, 20, 0.9);
  color: #f3f4f6;
  font-size: 0.78rem;
  letter-spacing: 0.01em;
  box-shadow: 0 14px 30px rgba(5, 6, 13, 0.45);
  backdrop-filter: blur(8px);
  max-width: 240px;
  text-align: center;
}

.floating-cta:hover {
  border-color: rgba(255, 122, 24, 0.6);
  background: rgba(255, 122, 24, 0.14);
}

.floating-cta-toggle {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(10, 12, 20, 0.8);
  color: #e5e7eb;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(5, 6, 13, 0.45);
}

.floating-cta-toggle:hover {
  border-color: rgba(255, 122, 24, 0.6);
}

.floating-cta-handle {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 69;
  opacity: 0;
  pointer-events: none;
  transform: translateX(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(10, 12, 20, 0.85);
  color: #f3f4f6;
  padding: 0.45rem 0.9rem;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
}

.floating-cta-handle.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.floating-cta-handle.is-nudge {
  animation: cta-bounce 0.6s ease;
  border-color: rgba(255, 122, 24, 0.6);
  color: #ffb066;
}

@keyframes cta-bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .floating-cta {
    padding: 0.6rem 1rem;
    font-size: 0.8rem;
  }

  .floating-cta-wrap,
  .floating-cta-handle {
    right: 16px;
    bottom: 16px;
  }
}

.full-width {
  width: 100%;
}

/* ---------- Sections ---------- */
.section {
  padding: 5rem 0 4.5rem;
}

.section-header {
  text-align: left;
  max-width: 640px;
  margin-bottom: 2.75rem;
}

.section-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  margin: 0 0 0.6rem;
}

.section-header h1 {
  font-size: clamp(2.3rem, 4vw, 3.4rem);
  margin: 0 0 0.6rem;
}

.media-cta {
  margin-top: 1.4rem;
}

.section-intro {
  color: #d1d5db;
  max-width: 540px;
}

.section-cta {
  margin-top: 2.5rem;
}

/* ---------- Media grid ---------- */
.section-media {
  background: radial-gradient(circle at top left, #05060d 0, #05060d 36%, #05060d 50%, #0a0b14 100%);
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.media-card {
  background: radial-gradient(circle at top left, rgba(16, 20, 34, 0.98), rgba(16, 20, 34, 0.9));
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  padding: 1.1rem 1.1rem 1.35rem;
  box-shadow: 0 22px 50px rgba(5, 6, 13, 0.75);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.media-thumb {
  border-radius: 18px;
  height: 150px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.media-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.85), transparent 60%);
  mix-blend-mode: soft-light;
}

.media-card h3 {
  margin: 0.4rem 0 0.2rem;
  font-size: 1rem;
}

.media-card p {
  margin: 0;
  color: #d1d5db;
  font-size: 0.9rem;
}

/* Map cards to remaining photos */
.media-thumb-1 {
  background-image: url("pozele cele mai top/62dd5c89-0336-4266-8930-ca4730ca0d10.jpg");
}

.media-thumb-2 {
  background-image: url("pozele cele mai top/518bce7b-2566-4080-8a73-d1af2565b6ea.jpg");
}

.media-thumb-3 {
  background-image: url("pozele cele mai top/d8354a76-7e93-47a7-9bc4-ee1d9df86ee2%20(1).jpg");
}

.media-thumb-4 {
  background-image: url("pozele cele mai top/6321c37e-8fb4-4f2c-bfb3-cc9535494464.jpg");
}

.media-thumb-5 {
  background-image: url("pozele cele mai top/910dec3f-8c2b-46e3-be80-ef6540b9c66b.jpg");
}

.media-thumb-6 {
  background-image: url("pozele cele mai top/4743e1a6-b1bf-4d0d-a658-62fdca6f5ef4.jpg");
}

/* ---------- About ---------- */
.section-about {
  background: radial-gradient(circle at top left, #05060d, #05060d 40%, #05060d 60%, #0a0b14 100%);
}

/* ---------- Value ---------- */
.section-value {
  background: radial-gradient(circle at top left, #05060d, #05060d 40%, #05060d 60%, #0a0b14 100%);
}
.section-products-hero {
  padding-top: 7.5rem;
  background: radial-gradient(circle at top left, rgba(44, 74, 160, 0.11), transparent 55%),
    #05060d;
}

.products-container {
  max-width: 1440px;
}

.products-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.2rem;
  align-items: start;
}

.products-sidebar {
  position: sticky;
  top: 110px;
  align-self: start;
  width: 220px;
}

.products-main {
  min-width: 0;
}

.filter-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.6rem;
}

.filter-header .filter-label {
  margin-bottom: 0;
}

.products-sidebar .filter-group {
  padding: 1.1rem 1.1rem 1.2rem;
}

.products-sidebar .filter-pills {
  flex-direction: column;
  align-items: stretch;
}

.products-sidebar .pill {
  text-align: left;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  border-color: transparent;
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.products-sidebar .pill:last-child {
  border-bottom-color: transparent;
}

.filters-handle {
  display: none;
}

@media (min-width: 1024px) {
  .products-sidebar {
    position: absolute;
    top: 0;
    left: -240px;
  }
}

.filter-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.2rem;
  margin: 2.2rem 0 2.8rem;
}

.filter-group {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.filter-label {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: #8b93a8;
  margin-bottom: 0.6rem;
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.pill {
  border: 1px solid transparent;
  background: transparent;
  color: #d1d5db;
  border-radius: 10px;
  padding: 0.35rem 0.4rem;
  font-size: 0.82rem;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.pill:hover {
  color: #f3f4f6;
  border-color: transparent;
  background: transparent;
}

.pill.is-active {
  border-color: transparent;
  color: #ffb066;
  background: transparent;
  box-shadow: none;
}

.products-sidebar .pill.is-active {
  border-bottom-color: rgba(255, 122, 24, 0.55);
  font-weight: 600;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.1rem;
}

.product-card {
  background: transparent;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.07);
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(5, 6, 13, 0.45);
}

.product-image {
  aspect-ratio: 4 / 3;
  height: auto;
  background-size: cover;
  background-position: center;
  position: relative;
  filter: contrast(1.04) saturate(1.03);
  cursor: zoom-in;
}


.product-body {
  display: none;
}

.product-card:hover .product-image {
  filter: brightness(1.04) contrast(1.06) saturate(1.05);
  transition: filter 0.2s ease;
}

.image-city-tag {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(8, 10, 18, 0.55);
  color: rgba(243, 244, 246, 0.88);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  backdrop-filter: blur(4px);
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(5, 6, 10, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 60;
  padding: 2rem;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox img {
  max-width: min(92vw, 1200px);
  max-height: 85vh;
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}

.lightbox-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(8, 10, 18, 0.8);
  color: #f3f4f6;
  font-size: 1rem;
  cursor: pointer;
}

.product-image-1 {
  background-image: url("Cluj/8df184c9-9615-44e8-af50-4b4ea1c4bc49.jpg");
}

.product-image-2 {
  background-image: url("Cluj/2f865c6c-ba9e-46d7-acf7-d6e3b038248e.jpg");
}

.product-image-3 {
  background-image: url("Cluj/518bce7b-2566-4080-8a73-d1af2565b6ea.jpg");
}

.product-image-4 {
  background-image: url("Cluj/e37eacfc-de29-4896-a2b1-f68643c9aa39.jpg");
}

.product-image-5 {
  background-image: url("Cluj/4f45f977-9bed-462a-a229-255f9a9df0da.jpg");
}

.product-image-6 {
  background-image: url("Cluj/f10f3d84-a1d4-48d8-8b83-34da583394d2.jpg");
}

.product-image-7 {
  background-image: url("Iasi/96f83bb9-d1aa-4bd1-98dc-19697464bf5a.jpg");
}

.product-image-8 {
  background-image: url("Iasi/c2c6a82a-2417-4db1-8546-a23152e3751e.jpg");
}

.product-image-9 {
  background-image: url("Iasi/a614fdea-e00c-40d6-bb89-3136be484b0e.jpg");
}

.product-image-10 {
  background-image: url("Iasi/59d7b8f5-f270-4ad8-bd7d-0cc99f22b4f7.jpg");
}

.product-image-11 {
  background-image: url("Iasi/139efe32-388f-42cb-a060-c42ab90b5827.jpg");
}

.product-image-12 {
  background-image: url("Iasi/ef8d122b-b48a-4724-bbea-8241942b3b67.jpg");
}

.product-image-13 {
  background-image: url("Timisoara/abea78a5-7356-4f6f-9d19-ac7da5b0718b.jpg");
}

.product-image-14 {
  background-image: url("Timisoara/9d235691-e2a6-494a-bc89-97d1cbc61940.jpg");
}

.product-image-15 {
  background-image: url("Timisoara/a09c8b60-602f-4917-9679-6d8e0b30dd58.jpg");
}

.product-image-16 {
  background-image: url("Timisoara/57e9c7a7-76c2-46c1-a27f-3b9ec59b4f62.jpg");
}

.product-image-17 {
  background-image: url("Timisoara/5d330078-ca66-4578-9f49-445195f17153.jpg");
}

.product-image-18 {
  background-image: url("Timisoara/7272e826-6f31-400a-aa95-90f7c7e52bb8.jpg");
}

.product-image-19 {
  background-image: url("Suceava/f44a41b3-4725-461a-adaa-de2023f38b1b.jpg");
}

.product-image-20 {
  background-image: url("Suceava/741a381c-4339-40e0-b85a-74f141c487af.jpg");
}

.product-image-21 {
  background-image: url("Suceava/5845f197-4c63-4e1d-a7eb-a92b0ea534ed.jpg");
}

.product-image-22 {
  background-image: url("Suceava/5988c5f0-4dfe-43e4-ba13-7afd05960192.jpg");
}

.product-image-23 {
  background-image: url("Suceava/ce14d18a-d74b-4436-8749-3c799698f2fe.jpg");
}

.product-image-24 {
  background-image: url("Constanta/50bd9d10-b545-453f-a19d-31e081c0ffe1.jpg");
}

.product-image-25 {
  background-image: url("Constanta/9ddaf5ae-bd17-4499-9885-94b85e9e3845.jpg");
}

.product-image-26 {
  background-image: url("Constanta/85a9f456-606a-40b9-b32c-f3262ef04449.jpg");
}

.product-image-27 {
  background-image: url("Constanta/65cd54b5-2f7c-47f6-8692-6452afa0ac8f.jpg");
}
.section-contact-hero {
  padding-top: 7.5rem;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.2rem;
  justify-items: center;
}

.team-card {
  background: radial-gradient(circle at top left, rgba(16, 20, 34, 0.98), rgba(16, 20, 34, 0.9));
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  padding: 2.2rem 2rem;
  box-shadow: 0 22px 50px rgba(5, 6, 13, 0.75);
  text-align: center;
  width: 100%;
  max-width: 420px;
}

.contact-title {
  white-space: nowrap;
}

.team-avatar {
  width: 92px;
  height: 92px;
  margin: 0 auto 1.2rem;
  border-radius: 999px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card h2 {
  margin: 0.4rem 0 0.2rem;
  font-size: 1.35rem;
}

.team-role {
  margin: 0 0 1.2rem;
  color: #c7b8ff;
  font-size: 0.95rem;
}

.team-actions {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  align-items: center;
}

.contact-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(12, 15, 26, 0.9);
  color: #f3f4f6;
  font-size: 0.9rem;
}

.contact-pill:hover {
  border-color: #ff7a18;
}

.value-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.4fr);
  gap: 2.5rem;
  align-items: start;
}

.value-copy h2 {
  margin-top: 0.2rem;
}

.value-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.value-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.value-item:last-child {
  border-bottom: none;
}

.value-number {
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  color: #c7b8ff;
}

.value-item h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
}

.value-item p {
  margin: 0;
  color: #d1d5db;
  font-size: 0.92rem;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.4fr);
  gap: 3rem;
  align-items: center;
}

.about-text h2 {
  margin-top: 0.2rem;
  margin-bottom: 1rem;
}

.about-text p {
  margin-top: 0;
  margin-bottom: 0.9rem;
  color: #e5e7eb;
}

.about-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 160px;
  gap: 1rem;
}

.about-item {
  border-radius: 22px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.about-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.7), transparent 55%);
  mix-blend-mode: soft-light;
}

.about-item-1 {
  background-image: url("Constanta/65cd54b5-2f7c-47f6-8692-6452afa0ac8f.jpg");
  grid-row: span 2;
}

.about-item-2 {
  background-image: url("pozele cele mai top/62dd5c89-0336-4266-8930-ca4730ca0d10.jpg");
}

.about-item-3 {
  background-image: url("pozele cele mai top/518bce7b-2566-4080-8a73-d1af2565b6ea.jpg");
}

.about-item-4 {
  background-image: url("pozele cele mai top/d8354a76-7e93-47a7-9bc4-ee1d9df86ee2%20(1).jpg");
}

.about-item-5 {
  background-image: url("Cluj/66d681eb-6c7f-4db3-8d40-74eed7311d4b.jpg");
}

/* ---------- News ---------- */
.section-news {
  background: #05060d;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
  justify-items: center;
}

.news-card {
  background: radial-gradient(circle at top left, rgba(16, 20, 34, 0.98), rgba(16, 20, 34, 0.9));
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  padding: 1.25rem 1.3rem 1.35rem;
  width: 100%;
  max-width: 360px;
}

.news-tag {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #a5b4fc;
  margin: 0 0 0.6rem;
}

.news-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
}

.news-card p {
  margin: 0;
  color: #d1d5db;
  font-size: 0.9rem;
}

/* ---------- Contact ---------- */
.section-contact {
  background: radial-gradient(circle at top right, rgba(255, 60, 120, 0.12), transparent 55%),
    #05060d;
  padding-bottom: 5rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
  gap: 2.6rem;
  align-items: flex-start;
}

.contact-layout h2 {
  margin-top: 0.2rem;
  margin-bottom: 1rem;
}

.contact-layout p {
  margin-top: 0;
  color: #e5e7eb;
}

.contact-form {
  background: rgba(16, 20, 34, 0.98);
  border-radius: 20px;
  padding: 1.6rem 1.5rem 1.4rem;
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: 0 24px 60px rgba(5, 6, 13, 0.7);
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.86rem;
  color: #e5e7eb;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.contact-form input,
.contact-form textarea {
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  background: rgba(10, 12, 22, 0.96);
  color: #f9fafb;
  padding: 0.7rem 0.85rem;
  font: inherit;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.contact-form textarea {
  border-radius: 18px;
  resize: vertical;
  min-height: 120px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #6b7280;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #ff7a18;
  box-shadow: 0 0 0 1px rgba(255, 122, 24, 0.6);
  background: rgba(12, 15, 26, 1);
}

.contact-form button {
  margin-top: 1.1rem;
}

.form-note {
  margin: 0.7rem 0 0;
  font-size: 0.82rem;
  color: #9ca3af;
}

.form-status {
  margin: 0.7rem 0 0;
  font-size: 0.88rem;
  color: #9ca3af;
  min-height: 1.2em;
}

.form-status[data-variant="success"] {
  color: #34d399;
}

.form-status[data-variant="error"] {
  color: #fb7185;
}

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid rgba(31, 36, 52, 1);
  background: #05060d;
  padding: 1.4rem 0 1.6rem;
  font-size: 0.8rem;
  color: #9ca3af;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-links {
  display: flex;
  gap: 1.5rem;
}

.footer-links a {
  color: #9ca3af;
}

.footer-links a:hover {
  color: #e5e7eb;
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero-media {
    padding: 4.5rem 1.5rem 2.5rem;
    grid-template-columns: 1.6fr 1.1fr;
  }

  .media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-layout,
  .contact-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .value-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .team-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .filter-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .products-layout {
    grid-template-columns: minmax(0, 1fr);
    margin-left: 0;
  }

  .products-sidebar {
    position: static;
  }

  .products-sidebar .filter-pills {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .products-sidebar .pill {
    width: auto;
  }

  .filters-handle {
    position: static;
    margin-bottom: 0.8rem;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .main-nav {
    position: absolute;
    inset: 56px 1.25rem auto;
    padding: 0.9rem 1.1rem;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.98);
    border: 1px solid rgba(148, 163, 184, 0.5);
    flex-direction: column;
    gap: 0.8rem;
    transform-origin: top right;
    transform: scale(0.96);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  .main-nav.nav-open {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-media {
    display: none;
  }

  .hero-overlay {
    background: radial-gradient(circle at top left, rgba(59, 130, 246, 0.18), transparent 55%),
      linear-gradient(to bottom, rgba(5, 5, 9, 0.97), rgba(5, 5, 9, 0.98));
  }

  .hero-content {
    padding-top: 4.5rem;
  }

  .media-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-gallery {
    grid-auto-rows: 140px;
  }

  .news-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-inner {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

