/* /assets/css/pages/index.css */
/* Home/Index – Light Mode (Dark Mode separat) */

/* ===== HERO ===== */
.hero{
  border-radius: 1.5rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background:
    radial-gradient(900px 450px at 10% -10%, rgba(229, 0, 89, 0.12), transparent),
    radial-gradient(700px 350px at 90% -20%, rgba(176, 0, 66, 0.10), transparent),
    linear-gradient(180deg, #ffffff, #ffffff 60%, #fff7fb);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.06);
}

.hero .icon-2x{
  font-size: 2rem;
  line-height: 1;
}

.hero-card{
  border-radius: 1.5rem;
}

/* Mascot/Illustration */
.hero-illus{
  max-width: 150px;
  margin: 0 auto;
}
.hero-mascot{
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.10));
}
@media (min-width: 768px) and (max-width: 991.98px){
  .hero-mascot{
    max-width: 110px;
    margin: 0 auto;
  }
}

/* ===== VORTEILE (3 Kacheln) ===== */
#vorteile .bg-white.rounded-4.border{
  border-color: rgba(15, 23, 42, 0.10) !important;
  box-shadow: 0 12px 26px rgba(2, 6, 23, 0.05);
}

/* ===== IT-SUPPORT SECTION ===== */
#it-support .bg-white.rounded-4.border{
  border-color: rgba(15, 23, 42, 0.10) !important;
  box-shadow: 0 14px 30px rgba(2, 6, 23, 0.06);
}

#it-support .bg-light-subtle{
  border-radius: 1.25rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

/* Accordion optisch etwas ruhiger */
#it-support .accordion-item{
  border-color: rgba(15, 23, 42, 0.10);
}
#it-support .accordion-button{
  font-weight: 600;
}

/* ===== SERVICES CARDS ===== */
.card.service{
  border-radius: 1.5rem;
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 12px 28px rgba(2, 6, 23, 0.06);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.card.service:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(2, 6, 23, 0.08);
  border-color: rgba(15, 23, 42, 0.16);
}

.card.service .service-desc{
  margin-bottom: 1rem;
}

/* Icon-Container in Service-Karte */
.service-icon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(229, 0, 89, 0.10);
  border: 1px solid rgba(229, 0, 89, 0.14);
}

/* Meta-Chips (Preis/Dauer) */
.price-chip,
.time-chip{
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .35rem .6rem;
  border-radius: 999px;
  font-size: .875rem;
  background: rgba(2, 6, 23, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.10);
  white-space: nowrap;
}

/* ===== Footer Notice (Einsatzgebiet/Remote/24h) ===== */
.alert.notice{
  border-radius: 1.25rem;
}

.notice-content{
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
}

.notice-content .item{
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

.notice-content .sep{
  opacity: .35;
}

/* ===== Service Accent System (service_icon_meta) ===== */

/* Default Accent (falls mal keine Klasse gesetzt ist) */
.service-icon{
  --acc: #e50059; /* Rici Brand */
  background: color-mix(in srgb, var(--acc) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--acc) 18%, transparent);
  color: var(--acc);
}

/* ===== Service Accent Colors (service_icon_meta) ===== */

/* Basis für Icon-Box */
.service-icon{
  --acc: #e50059;                 /* Fallback */
  --acc-rgb: 229, 0, 89;          /* Fallback */

  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: var(--acc);
  background: rgba(var(--acc-rgb), 0.12);
  border: 1px solid rgba(var(--acc-rgb), 0.18);
}

.service-icon i{
  font-size: 1.25rem;
  line-height: 1;
}

/* Akzente */
.service-icon.accent-net    { --acc: #0ea5e9; --acc-rgb: 14, 165, 233; } /* Internet/WLAN */
.service-icon.accent-pc     { --acc: #8b5cf6; --acc-rgb: 139, 92, 246; } /* PC/Support */
.service-icon.accent-mail   { --acc: #f97316; --acc-rgb: 249, 115, 22; } /* Mail */
.service-icon.accent-backup { --acc: #10b981; --acc-rgb: 16, 185, 129; } /* Backup/Cloud */
.service-icon.accent-sec    { --acc: #e50059; --acc-rgb: 229, 0, 89; }   /* Sicherheit (Brand) */
.service-icon.accent-io     { --acc: #f59e0b; --acc-rgb: 245, 158, 11; }  /* Geräte/Drucker */
.service-icon.accent-web    { --acc: #3b82f6; --acc-rgb: 59, 130, 246; }  /* Web/Hosting */

#vorteile .badge.rounded-pill{
  display: inline-flex;
  align-items: center;

  padding: .30rem .70rem;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .01em;

  color: rgba(2, 6, 23, 0.92) !important;

  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.86)) !important;
  border: 1px solid rgba(15, 23, 42, 0.16) !important;

  box-shadow:
    0 1px 0 rgba(255,255,255,0.85) inset,
    0 10px 18px rgba(2, 6, 23, 0.06) !important;
}

#vorteile .badge.rounded-pill i{
  line-height: 1;
  transform: translateY(-0.5px);
  opacity: 0.95;
}

#vorteile .badge.rounded-pill i{
  color: #e50059;
}