/* Feature detail pages – modern design */

.feature-hero {
  min-height: 85vh;
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.feature-hero-pos { background: linear-gradient(135deg, #1a1d29 0%, #2d3142 50%, #3d4263 100%); color: white; }
.feature-hero-efactura { background: linear-gradient(135deg, #0f5132 0%, #1a5c3e 50%, #238636 100%); color: white; }
.feature-hero-inventar { background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 50%, #084298 100%); color: white; }
.feature-hero-meniu { background: linear-gradient(135deg, #6f42c1 0%, #5a32a3 80%); color: white; }
.feature-hero-rapoarte { background: linear-gradient(135deg, #fd7e14 0%, #e8590c 80%); color: white; }
.feature-hero-echipa { background: linear-gradient(135deg, #20c997 0%, #17a589 80%); color: #1a1d29; }
.feature-hero-rezervari { background: linear-gradient(135deg, #6c757d 0%, #495057 80%); color: white; }
.feature-hero-monitoare { background: linear-gradient(135deg, #212529 0%, #343a40 80%); color: white; }
.feature-hero-registru { background: linear-gradient(135deg, #b8860b 0%, #8b6914 50%, #6b5208 100%); color: white; }

.feature-breadcrumb {
  margin-bottom: 2rem;
}

.feature-breadcrumb .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}

.feature-breadcrumb .breadcrumb-item a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
}

.feature-breadcrumb .breadcrumb-item a:hover {
  color: #20c997;
}

.feature-hero-echipa .feature-breadcrumb .breadcrumb-item a { color: rgba(26,29,41,0.7); }
.feature-hero-echipa .feature-breadcrumb .breadcrumb-item a:hover { color: #17a589; }

.feature-breadcrumb .breadcrumb-item.active {
  color: rgba(255,255,255,0.6);
}

.feature-hero-echipa .feature-breadcrumb .breadcrumb-item.active { color: rgba(26,29,41,0.6); }

.feature-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.feature-hero-echipa .feature-badge { background: rgba(26,29,41,0.1); }

.feature-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.feature-lead {
  font-size: 1.15rem;
  opacity: 0.95;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.feature-hero-echipa .feature-lead { opacity: 0.9; }

.feature-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-highlights li {
  padding: 8px 0;
  padding-left: 28px;
  position: relative;
}

.feature-highlights li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #20c997;
  font-weight: 700;
}

.feature-hero-echipa .feature-highlights li::before { color: #17a589; }

.feature-hero-mock {
  position: relative;
}

.device-mockup {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.05);
  margin: 0 auto;
}

.device-mockup.phone {
  max-width: 280px;
  border: 8px solid #0d0d0d;
  border-radius: 36px;
}

.device-mockup img {
  display: block;
}

.screenshot-frame {
  border: 1px solid rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.screenshot-frame:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15) !important;
}

.screenshot-frame img {
  display: block;
}

.feature-screenshots {
  background: #f8f9fa;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.theme-toggle .form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}

.theme-toggle .toggle-label {
  font-weight: 600;
  color: #1a1d29;
  min-width: 44px;
}

.theme-shot-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.shot-toggle {
  align-self: flex-end;
}

.feature-cta {
  background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
}

/* Embedded on home page – compact heroes for scroll-through UX */
.feature-embed-section .feature-hero {
  min-height: 65vh;
}
