/* ============================================================
   DYNAMIC SERVICES – PREMIUM GLASS FOOTER  (300+ lines)
   Style matches Compare Section + FAQ (Red Glow Gradient)
============================================================ */

/* ROOT COLOR CONFIG */
:root {
  --cp-red: #E10600;
  --cp-red-light: #FF2A1F;
  --cp-red-soft: #FF6B5C;
  --cp-bg-dark: #0A0405;
  --cp-bg-panel: rgba(20, 8, 8, 0.7);
  --cp-text-main: #F5E8E6;
  --cp-text-muted: #9A8B8B;
  --cp-border-soft: rgba(225, 6, 0, 0.18);
  --cp-border-strong: rgba(225, 6, 0, 0.55);
  --cp-footer-glow: rgba(225, 6, 0, 0.35);
}

/* FOOTER WRAPPER */
.footer {
  position: relative;
  padding: 70px 0 40px;
  background: radial-gradient(
      circle at top center,
      rgba(225,6,0,0.1),
      rgba(10,4,5,1)
    ),
    linear-gradient(to bottom, #0A0405 0%, #060203 100%);
  border-top: 1px solid rgba(255,255,255,0.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: hidden;
}

/* DARK DOTTED MATRIX BACKGROUND */
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.25;
  pointer-events: none;
}

/* TOP RED GLOW LINE */
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 65%;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(
      90deg,
      rgba(225,6,0,0) 0%,
      rgba(225,6,0,0.7) 45%,
      rgba(255,42,31,0.9) 70%,
      rgba(225,6,0,0) 100%
    );
  box-shadow: 0 0 20px rgba(225,6,0,0.6);
}

/* FOOTER GRID ROW */
.footer .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}

/* LEFT SIDE LOGO PANEL */
.footer .logo {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}

.footer .logo img {
  border-radius: 10px;
  width: auto;
  height: 52px !important;
  box-shadow: 0 8px 22px rgba(0,0,0,0.7), 0 0 16px rgba(225,6,0,0.4);
}

.footer .logo p {
  color: var(--cp-text-main);
  font-size: 1.35rem;
  font-weight: 700;
}

/* FOOTER TEXT */
.footer p {
  color: var(--cp-text-muted);
  line-height: 1.6rem;
  max-width: 420px;
}

/* SECTION TITLES */
.footer h5 {
  color: var(--cp-red-soft);
  font-size: 1.2rem;
  margin-bottom: 16px;
  font-weight: 600;
}

/* NAV LINKS */
.footer .nav-link {
  color: var(--cp-text-muted);
  font-size: 0.96rem;
  padding: 4px 0;
  transition: 0.25s ease;
  position: relative;
}

/* LINK HOVER — RED GLOW */
.footer .nav-link:hover {
  color: var(--cp-red-light);
  padding-left: 6px;
  text-shadow: 0 0 12px rgba(225,6,0,0.7);
}

.footer .nav-link:hover::before {
  content: "•";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--cp-red-light);
}

/* SOCIAL ICON BUTTONS */
.footer-social-icons {
  display: flex;
  gap: 14px;
  margin-top: 18px;
}

.footer-social-icons a {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cp-red-soft);
  font-size: 1.4rem;
  border: 1px solid rgba(255,255,255,0.06);
  transition: 0.25s ease;
  box-shadow: 0 0 16px rgba(0,0,0,0.45);
}

.footer-social-icons a:hover {
  background: linear-gradient(135deg, var(--cp-red), var(--cp-red-light));
  box-shadow:
    0 8px 26px rgba(225,6,0,0.5),
    0 0 20px rgba(225,6,0,0.8);
  color: white;
  transform: translateY(-3px);
}

/* COPYRIGHT BAR */
.footer-copyright {
  margin-top: 40px;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.05);
  color: var(--cp-text-muted);
  font-size: 0.9rem;
  letter-spacing: 0.3px;
}

/* "Designed by" link */
.footer-copyright a {
  color: var(--cp-red-light);
  transition: 0.25s ease;
}

.footer-copyright a:hover {
  color: white;
  text-shadow: 0 0 14px rgba(225,6,0,0.9);
}

/* ============================================================
   RESPONSIVE
============================================================ */

@media (max-width: 992px) {
  .footer {
    padding: 60px 0 40px;
  }
  .footer .col-md-3,
  .footer .col-lg-2 {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .footer .logo img {
    height: 45px !important;
  }
  .footer h5 {
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .footer .logo,
  .footer p {
    text-align: center;
    align-items: center;
  }

  .footer-social-icons {
    justify-content: center;
  }

  .footer h5 {
    text-align: center;
  }

  .footer .nav-link {
    text-align: center;
  }
}

/* ============================================================
   EXTRA GLASS + GRADIENT GLOW EFFECTS (AESTHETIC)
============================================================ */

.footer {
  box-shadow:
    inset 0 0 80px rgba(225,6,0,0.05),
    inset 0 0 45px rgba(225,6,0,0.08),
    0 -6px 14px rgba(0,0,0,0.85);
}

.footer .container {
  position: relative;
  z-index: 3;
}

/* Red orb glow on the bottom */
.footer .container::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 420px;
  height: 420px;
  background: radial-gradient(
    circle,
    rgba(225,6,0,0.28),
    rgba(225,6,0,0) 70%
  );
  opacity: 0.4;
  filter: blur(45px);
  pointer-events: none;
}

/* ============================================================
   SHINY LINK BAR EFFECTS
============================================================ */

.footer .nav-link {
  position: relative;
}

.footer .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0%;
  background: linear-gradient(90deg, var(--cp-red), var(--cp-red-light));
  box-shadow: 0 0 12px rgba(225,6,0,0.7);
  transition: width 0.3s ease;
}

.footer .nav-link:hover::after {
  width: 100%;
}

/* ============================================================
   END OF FOOTER STYLES
============================================================ */












/* ========================================================================
   ULTRA PREMIUM AAA+ DYNAMIC-SERVICES STYLE PRODUCT PAGE THEME
   GLASS | GLOW | NEON | FUTURISTIC | CRISP UI | HIGH-END GAMING DESIGN
   ======================================================================== */


/* GLOBAL ------------------------------------------------------------ */

body {
    background: #0E0608 !important;
    color: #F5E8E6 !important;
    font-family: 'Inter', sans-serif !important;
}

* {
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}


/* GLOBAL CONTAINERS ------------------------------------------------ */

.product-wrapper.component {
    margin-top: 40px !important;
}

.product-main-card {
    background: rgba(28, 14, 14, 0.55);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 26px;
    padding: 40px;
    box-shadow:
        0 0 25px rgba(225,6,0,0.12),
        inset 0 0 20px rgba(255,255,255,0.03);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}



/* HEAD AREA -------------------------------------------------------- */

.display-6 {
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    color: #fff;
    letter-spacing: .5px;
}

.price-large {
    font-size: 2rem !important;
    font-weight: 700;
    margin-top: 10px !important;
    color: #E10600 !important;
    text-shadow: 0 0 18px rgba(225,6,0,0.65);
}


/* STATUS BADGE ----------------------------------------------------- */

.status {
    display: flex;
    align-items: center;
    gap: 10px;
}

.status .indicator {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    box-shadow: 0 0 18px currentColor !important;
}




/* IMAGE CARDS ------------------------------------------------------ */

#productImageCarousel .carousel-inner img {
    border-radius: 22px;
    height: 400px !important;
    object-fit: cover !important;
    box-shadow:
        0 15px 40px rgba(0,0,0,0.35),
        0 0 40px rgba(225,6,0,0.25);
}

.thumbnails {
    margin-top: 14px !important;
    display: flex;
    gap: 12px;
}

.thumbnails button img {
    width: 70px;
    height: 70px;
    border-radius: 14px;
    object-fit: cover;
    opacity: .7;
    border: 2px solid transparent;
    transition: 0.25s ease;
}

.thumbnails button.active img,
.thumbnails button:hover img {
    opacity: 1;
    border-color: #E10600;
    box-shadow: 0 0 14px rgba(225,6,0,0.4);
}



/* PRODUCT LAYOUT FIX ----------------------------------------------- */

.row.gx-4 > .col-lg-6:first-child {
    max-width: 48% !important;
}

.row.gx-4 > .col-lg-6:last-child {
    max-width: 52% !important;
}


/* VARIANTS ULTRA DESIGN -------------------------------------------- */

.variants button.variant {
    width: 100%;
    text-align: left;
    background: rgba(255,255,255,0.04) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 18px !important;
    padding: 18px;
    transition: .25s;
    position: relative;
}

.variants button.variant:hover {
    border-color: #E10600 !important;
    background: rgba(225,6,0,0.12) !important;
}

.variants button.variant.active {
    background: linear-gradient(135deg, rgba(225,6,0,0.32), rgba(100,15,15,0.45)) !important;
    border-color: #E10600 !important;
    box-shadow:
        0 0 25px rgba(225,6,0,0.35),
        inset 0 0 16px rgba(255,255,255,0.05);
}



/* QUANTITY INPUT --------------------------------------------------- */

.input-group {
    background: rgba(255,255,255,0.06);
    border-radius: 14px !important;
    padding: 6px !important;
    border: 1px solid rgba(255,255,255,0.08);
}

.input-group input {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    font-size: 1.1rem;
    text-align: center;
}

.input-group button {
    background: rgba(0,0,0,0.25) !important;
    color: #E10600 !important;
    border-radius: 10px !important;
    border: 1px solid rgba(225,6,0,0.25);
    padding: 6px 12px;
    transition: .2s;
}

.input-group button:hover {
    background: rgba(225,6,0,0.35) !important;
    color: #fff !important;
}



/* BUTTONS ---------------------------------------------------------- */

.buy-buttons .btn {
    height: 55px;
    border-radius: 16px !important;
    font-weight: 600;
    letter-spacing: .4px;
    transition: .25s;
}

.btn-primary {
    background: linear-gradient(135deg, #E10600 0%, #8B0000 100%) !important;
    border: none !important;
    box-shadow:
        0 0 25px rgba(225,6,0,0.5),
        inset 0 0 12px rgba(255,255,255,0.1);
}

.btn-primary:hover {
    box-shadow:
        0 0 35px rgba(225,6,0,0.8),
        inset 0 0 18px rgba(255,255,255,0.2);
    transform: translateY(-2px);
}

.btn-outline-primary {
    border-color: #E10600 !important;
    color: #E10600 !important;
}

.btn-outline-primary:hover {
    background: #E10600 !important;
    color: #fff !important;
}



/* DESCRIPTION / FEATURES CARDS ------------------------------------ */

.description-card,
.product-tabs .editor,
.info-card {
    background: rgba(28, 14, 14, 0.45) !important;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 20px !important;
    padding: 26px;
    box-shadow:
        0 0 25px rgba(0,0,0,0.35),
        inset 0 0 18px rgba(255,255,255,0.03);
    transition: .25s;
}

.description-card:hover {
    border-color: #E10600 !important;
    box-shadow:
        0 0 30px rgba(225,6,0,0.25),
        inset 0 0 18px rgba(255,255,255,0.04);
}



/* UPSALE SECTION --------------------------------------------------- */

.section-title h2 {
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff !important;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 30px;
}



/* CARDS FLOAT ANIMATION ------------------------------------------- */

.description-card:hover,
.variant:hover {
    transform: translateY(-4px);
}



/* FEATURE LIST BULLETS --------------------------------------------- */

.description-card ul li::marker {
    color: #E10600 !important;
    font-size: 1.2rem !important;
}



/* ========================================================================
   DYNAMIC SERVICES ULTRA PRODUCT THEME
   - Neon #E10600
   - Glassmorphism
   - Dynamic Services Style Layout
   ======================================================================== */

/* ---------- GLOBAL COLORS / TOKENS (collide nicht mit deiner root) -------- */

:root {
  --cp-bg: #0A0405;
  --cp-bg-alt: #0D0507;
  --cp-card: #14080A;
  --cp-card-soft: rgba(20, 8, 10, 0.94);
  --cp-card-elevated: rgba(28, 12, 14, 0.98);

  --cp-primary: #E10600;
  --cp-primary-soft: rgba(225, 6, 0, 0.22);
  --cp-primary-soft-strong: rgba(225, 6, 0, 0.32);
  --cp-primary-border: rgba(255, 100, 90, 0.65);

  --cp-success: #4ade80;
  --cp-danger: #fb7185;
  --cp-warning: #fbbf24;

  --cp-text-main: #f9fafb;
  --cp-text-muted: #9ca3af;
  --cp-text-soft: #6b7280;

  --cp-radius-xl: 26px;
  --cp-radius-lg: 20px;
  --cp-radius-md: 14px;
  --cp-radius-pill: 999px;

  --cp-shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.8);
  --cp-shadow-glow: 0 0 40px rgba(225, 6, 0, 0.4);
}

/* ---------- GLOBAL BACKGROUND + TEXT ------------------------------------- */

html, body {
  background: radial-gradient(circle at top, #1F0A0A 0%, #0A0405 55%, #060203 100%) !important;
  color: var(--cp-text-main) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", "SF Pro Text", system-ui, sans-serif !important;
}

/* remove horizontal scroll bars from product area */
body, html, .container-fluid {
  overflow-x: hidden;
}

/* ---------- PRODUCT PAGE SHELL ------------------------------------------- */

.product-wrapper.component {
  padding-inline: clamp(14px, 3vw, 48px);
}

.product-wrapper .container-fluid {
  max-width: 1500px !important;
}

/* ---------- MAIN PRODUCT CARD (TOP HERO) -------------------------------- */

.product-main-container {
  position: relative;
  overflow: hidden;
  border-radius: var(--cp-radius-xl);
  padding: 30px 34px;
  background:
    radial-gradient(circle at top left, rgba(225, 6, 0, 0.30) 0%, transparent 55%),
    radial-gradient(circle at bottom right, rgba(31, 10, 10, 0.9) 0%, var(--cp-card-soft) 55%);
  border: 1px solid rgba(255, 100, 90, 0.25);
  box-shadow: var(--cp-shadow-soft), 0 0 50px rgba(31, 10, 10, 0.9);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
}

/* glowing edges */
.product-main-container::before,
.product-main-container::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.product-main-container::before {
  inset: 0;
  background:
    linear-gradient(120deg, rgba(225,6,0,0.25), transparent 35%, transparent 65%, rgba(255,100,90,0.4));
  mix-blend-mode: soft-light;
  opacity: .3;
}

.product-main-container::after {
  width: 280px;
  height: 280px;
  border-radius: 100%;
  background: radial-gradient(circle, rgba(225,6,0,0.35), transparent 70%);
  top: -120px;
  right: -60px;
  filter: blur(4px);
  opacity: .7;
}

.product-main-container > .row {
  position: relative;
  z-index: 2;
  align-items: stretch;
}

/* left / right width ratio wie Dynamic Services */
.product-main-container .col-lg-6:first-child {
  flex: 0 0 52%;
  max-width: 52%;
}

.product-main-container .col-lg-6:last-child {
  flex: 0 0 48%;
  max-width: 48%;
}

/* ---------- HEADLINE + PRICE -------------------------------------------- */

.product-main-container h1.display-6 {
  font-size: 2.3rem !important;
  font-weight: 800 !important;
  letter-spacing: .04em;
  margin-bottom: 8px !important;
}

.product-main-container .price h3,
.product-main-container .price-large {
  font-size: 2rem !important;
  font-weight: 800;
  margin: 0;
  color: var(--cp-primary);
  text-shadow: 0 0 18px rgba(225, 6, 0, 0.7);
}

/* subtle "badge row" unter Title */
.product-main-container .status,
.product-main-container .live-stats {
  margin-bottom: 10px;
}

/* ---------- STATUS / LIVE STATS (Chips) ---------------------------------- */

.status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: var(--cp-radius-pill);
  background: rgba(34, 197, 94, 0.10);
  border: 1px solid rgba(74, 222, 128, 0.35);
  box-shadow: 0 0 18px rgba(34, 197, 94, 0.3);
}

.status .indicator {
  width: 11px !important;
  height: 11px !important;
  border-radius: 50%;
  position: relative;
  background: #4ade80 !important;
}

.status .indicator .pulsating {
  position: absolute;
  inset: -3px;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(74, 222, 128, 0.5), transparent 60%);
  opacity: .8;
  animation: cp-pulse 1.7s infinite;
}

@keyframes cp-pulse {
  0%   { transform: scale(.8); opacity: .6; }
  50%  { transform: scale(1.2); opacity: .1; }
  100% { transform: scale(.8); opacity: .6; }
}

/* Live stats chips */

.live-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
}

.live-stats > div {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  border-radius: var(--cp-radius-pill);
  background: rgba(31, 10, 10, 0.9);
  border: 1px solid rgba(255, 100, 90, 0.25);
  font-size: 11px;
  color: var(--cp-text-muted);
}

.live-stats svg {
  width: 14px;
  height: 14px;
  opacity: .9;
}

/* ---------- MAIN TOP ROW: IMAGE AREA ------------------------------------ */

.product-main-container #productImageCarousel {
  border-radius: 22px;
  overflow: hidden;
  position: relative;
}

/* spotlight overlay auf Image */
.product-main-container #productImageCarousel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 100, 90, 0.18), transparent 55%),
    radial-gradient(circle at bottom right, rgba(0, 0, 0, 0.55), transparent 65%);
  pointer-events: none;
}

.product-main-container .carousel-inner img {
  height: 390px !important;
  width: 100%;
  object-fit: cover;
  transform-origin: center;
  transition: transform .6s ease, filter .6s ease;
  filter: saturate(1.1) contrast(1.05);
}

.product-main-container #productImageCarousel:hover img {
  transform: scale(1.04);
  filter: saturate(1.2) contrast(1.1);
}

/* thumbnails */

.thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.thumbnail-btn {
  border-radius: 12px;
  padding: 2px;
  border: 1px solid transparent;
  background: radial-gradient(circle at top, rgba(255,100,90,0.35), transparent 70%);
  transition: .22s;
}

.thumbnail-btn img {
  display: block;
  width: 70px;
  height: 60px;
  object-fit: cover;
  border-radius: 10px;
  opacity: .75;
  transition: .22s;
}

.thumbnail-btn:hover img {
  opacity: 1;
}

.thumbnail-btn.active {
  border-color: var(--cp-primary);
  box-shadow: 0 0 20px rgba(225,6,0,0.5);
}

.thumbnail-btn.active img {
  opacity: 1;
}

/* ---------- PRICING SECTION ---------------------------------------------- */

.pricing-section {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.pricing-section .price-sub {
  font-size: 12px;
  color: var(--cp-text-muted);
}

/* ---------- VARIANTS (horizontal cards Dynamic Style) ------------------------- */

.product-variants-horizontal {
  margin-top: 8px;
}

.product-variants-horizontal .row {
  row-gap: 10px;
}

.variant-option {
  position: relative;
  border-radius: var(--cp-radius-md);
  background: radial-gradient(circle at top left, rgba(255,100,90,0.18), transparent 60%),
              linear-gradient(135deg, rgba(31,10,10,0.92), rgba(31,10,10,0.94));
  border: 1px solid rgba(255, 100, 90, 0.35);
  color: var(--cp-text-main);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 90px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.variant-option .price {
  font-weight: 700;
  font-size: 15px;
  color: var(--cp-primary);
}

.variant-option small {
  font-size: 11px;
  color: var(--cp-text-muted);
}

/* active state (via Alpine class from HTML) */
.variant-option.bg-primary,
.variant-option.active {
  background: linear-gradient(135deg, rgba(225,6,0,0.3), rgba(31,10,10,0.98));
  box-shadow: 0 0 26px rgba(225,6,0,0.6);
  border-color: rgba(255, 180, 175, 0.9);
}

/* subtle hover */
.variant-option:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(31,10,10,0.9);
}

/* tiny "radio dot" rechts oben */
.variant-option::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 12px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,100,90,0.6);
  box-shadow: inset 0 0 0 1px rgba(31,10,10,1);
  background: radial-gradient(circle, rgba(225,6,0,0.4), transparent 55%);
  opacity: 0;
  transform: scale(.5);
  transition: .2s;
}

.variant-option.bg-primary::after,
.variant-option.active::after {
  opacity: 1;
  transform: scale(1);
}

/* out of stock text */
.variant-option .text-danger,
.variant-option span.text-danger {
  color: var(--cp-danger) !important;
}

/* ---------- QUANTITY CONTROL -------------------------------------------- */

.product-main-container .form-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--cp-text-soft);
  margin-bottom: 6px;
}

.product-main-container .input-group {
  background: radial-gradient(circle at top, rgba(255,100,90,0.16), rgba(31,10,10,0.96));
  border-radius: var(--cp-radius-md) !important;
  padding: 4px !important;
  border: 1px solid rgba(255,100,90,0.35);
  box-shadow: inset 0 0 25px rgba(31,10,10,0.8);
}

.product-main-container .input-group input.form-control {
  background: transparent !important;
  border: none !important;
  color: var(--cp-text-main) !important;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  box-shadow: none !important;
}

.product-main-container .input-group-btn {
  background: rgba(31,10,10,0.9) !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255,100,90,0.4) !important;
  color: var(--cp-primary) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 10px;
  transition: .18s;
}

.product-main-container .input-group-btn:hover:not(:disabled) {
  background: rgba(225,6,0,0.3) !important;
  color: #fff !important;
  box-shadow: 0 0 18px rgba(225,6,0,0.65);
}

.product-main-container .input-group-btn svg {
  width: 16px;
  height: 16px;
}

/* volume discount bar */
.product-main-container .form-control.text-center.mt-2 {
  background: rgba(22, 163, 74, 0.08);
  border-radius: var(--cp-radius-md);
  border: 1px solid rgba(34,197,94,0.55);
  color: #bbf7d0;
  font-size: 12px;
}

/* ---------- PRIMARY ACTION BUTTONS (Add to Cart / Buy Now) -------------- */

.buy-buttons {
  margin-top: 18px;
}

.buy-buttons .btn {
  height: 54px;
  border-radius: 18px !important;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  border-width: 1px;
}

/* Add to Cart – solid red */
.buy-buttons .btn.btn-primary {
  background: linear-gradient(135deg, #E10600 0%, #A50500 35%, #4A0000 100%) !important;
  border-color: rgba(255, 180, 175, 0.9) !important;
  color: #fff !important;
  box-shadow:
    0 10px 32px rgba(31,10,10,0.75),
    0 0 30px rgba(225,6,0,0.7);
}

/* shimmering highlight animation */
.buy-buttons .btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
    rgba(255,255,255,0.5) 0%,
    rgba(255,255,255,0.0) 25%,
    rgba(255,255,255,0.0) 60%,
    rgba(255,255,255,0.45) 100%);
  opacity: 0;
  transform: translateX(-50%);
  mix-blend-mode: screen;
}

.buy-buttons .btn.btn-primary:hover::before {
  opacity: .35;
  animation: cp-shimmer 0.9s linear;
}

@keyframes cp-shimmer {
  0%   { transform: translateX(-60%); }
  100% { transform: translateX(60%); }
}

/* Buy Now – outline pill */
.buy-buttons .btn.btn-outline-primary {
  border-color: rgba(255,100,90,0.7) !important;
  color: #F5E8E6 !important;
  background: radial-gradient(circle at top, rgba(255,100,90,0.18), transparent 55%);
}

.buy-buttons .btn.btn-outline-primary:hover {
  background: linear-gradient(135deg, rgba(40,15,15,0.98), rgba(139,0,0,0.9)) !important;
  color: #fff !important;
  box-shadow: 0 0 28px rgba(225,6,0,0.7);
}

/* spin icons in loading state (your SVG already has animate-spin class) */
.buy-buttons .animate-spin {
  animation: cp-spin 0.8s linear infinite;
}

@keyframes cp-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* ---------- DESCRIPTION + FEATURE CARDS ---------------------------------- */

.description-container,
.description-card,
.info-card {
  background: linear-gradient(145deg, rgba(31,10,10,0.95), rgba(8,3,4,0.98));
  border-radius: var(--cp-radius-lg);
  border: 1px solid rgba(255,100,90,0.25);
  padding: 24px 26px;
  box-shadow:
      0 14px 40px rgba(0,0,0,0.85),
      inset 0 0 18px rgba(31,10,10,0.9);
  position: relative;
  overflow: hidden;
}

/* top accent line */
.description-container::before,
.description-card::before,
.info-card::before {
  content: "";
  position: absolute;
  height: 2px;
  left: 12px;
  right: 12px;
  top: 0;
  border-radius: 999px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(225,6,0,0.9) 25%,
    rgba(255,100,90,1) 50%,
    rgba(225,6,0,0.9) 75%,
    transparent 100%);
  opacity: .9;
}

.description-card h5 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.description-card .editor p,
.description-container .editor p {
  color: var(--cp-text-muted);
}

.description-card:hover {
  border-color: rgba(255, 180, 175, 0.95);
  box-shadow: 0 18px 45px rgba(31,10,10,0.95), 0 0 24px rgba(225,6,0,0.55);
  transform: translateY(-3px);
}

/* feature bullets */
.description-card ul {
  padding-left: 18px;
}

.description-card ul li {
  margin-bottom: 4px;
  color: var(--cp-text-muted);
}

.description-card ul li::marker {
  color: var(--cp-primary);
}

/* ---------- "Commonly Bought Together" Title ----------------------------- */

.section-title h2 {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 800;
  color: #F5E8E6;
  margin-bottom: 22px;
}

/* ---------- SALES NOTIFICATIONS POPUP ------------------------------------ */

.notification-container {
  position: fixed;
  bottom: 26px;
  left: 26px;
  z-index: 999;
}

.notification-popup {
  background: rgba(31,10,10,0.98);
  border-radius: 18px;
  border: 1px solid rgba(255,100,90,0.35);
  box-shadow: 0 18px 35px rgba(0,0,0,0.85);
  padding: 10px 14px;
  max-width: 290px;
}

.notification-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.notification-image-container img {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  object-fit: cover;
}

.notification-text-primary {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.notification-text-secondary {
  font-size: 13px;
  font-weight: 600;
}

.notification-text-tertiary {
  font-size: 11px;
  color: var(--cp-text-soft);
}

/* ---------- RESPONSIVE TWEAKS ------------------------------------------- */

@media (max-width: 991.98px) {
  .product-main-container {
    padding: 22px 18px;
  }
  .product-main-container .col-lg-6:first-child,
  .product-main-container .col-lg-6:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-main-container .carousel-inner img {
    height: 260px !important;
  }
  .product-main-container h1.display-6 {
    font-size: 1.9rem !important;
  }
  .buy-buttons .btn {
    font-size: 11px;
  }
}

@media (max-width: 575.98px) {
  .product-wrapper.component {
    padding-inline: 10px;
  }
  .product-main-container {
    border-radius: 18px;
  }
}

/* ========================================================================
   DYNAMIC SERVICES ULTRA PRODUCT – COMPACT MODE (DYNAMIC PROPORTIONS)
   ======================================================================== */

/* --- MAIN WRAPPER SCHMALER --- */

.product-main-container {
  padding: 20px 26px !important;
  max-width: 1250px !important;
  margin-inline: auto !important;
  border-radius: 20px !important;
}

.product-main-container > .row {
  gap: 18px !important;
}

/* --- TITLE + PRICE KLEINER --- */

.product-main-container h1.display-6 {
  font-size: 1.9rem !important;
}

.product-main-container .price-large,
.product-main-container .price h3 {
  font-size: 1.55rem !important;
  text-shadow: 0 0 10px rgba(225,6,0,0.35) !important;
}

/* --- STATUS BADGES KLEINER --- */

.status {
  padding: 4px 10px !important;
  font-size: 11px !important;
  gap: 6px !important;
}

.status .indicator {
  width: 8px !important;
  height: 8px !important;
}

.live-stats > div {
  padding: 4px 10px !important;
  font-size: 11px !important;
}

/* --- IMAGE SMALLER (wie Dynamic Services) --- */

.product-main-container .carousel-inner img {
  height: 320px !important;
}

.thumbnail-btn img {
  width: 55px !important;
  height: 48px !important;
}

/* --- VARIANT CARDS SCHMALER + DEZENTER --- */

.variant-option {
  min-height: 70px !important;
  padding: 10px 15px !important;
  border-radius: 14px !important;
  background: rgba(31,10,10,0.85) !important;
  border: 1px solid rgba(255,100,90,0.18) !important;
  box-shadow: none !important;
}

.variant-option:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.5) !important;
}

.variant-option.active,
.variant-option.bg-primary {
  background: rgba(225,6,0,0.18) !important;
  border-color: rgba(255,100,90,0.45) !important;
  box-shadow: 0 0 12px rgba(225,6,0,0.4) !important;
}

.variant-option::after {
  width: 10px !important;
  height: 10px !important;
  top: 6px !important;
  right: 8px !important;
}

/* --- QUANTITY BAR SCHMALER --- */

.product-main-container .input-group {
  height: 42px !important;
  border-radius: 10px !important;
}

.product-main-container .input-group input {
  font-size: 14px !important;
}

.product-main-container .input-group-btn {
  padding-inline: 8px !important;
}

/* --- BUTTONS KLEINER + WENIGER GLOW --- */

.buy-buttons .btn {
  height: 46px !important;
  border-radius: 14px !important;
  font-size: 11px !important;
  letter-spacing: .08em !important;
  box-shadow: none !important;
}

.buy-buttons .btn.btn-primary {
  background: linear-gradient(135deg, #E10600, #6B0300) !important;
}

.buy-buttons .btn.btn-primary:hover {
  box-shadow: 0 0 18px rgba(225,6,0,0.35) !important;
}

.buy-buttons .btn.btn-outline-primary:hover {
  box-shadow: 0 0 18px rgba(225,6,0,0.35) !important;
}

/* --- REMOVE EXCESS GLOW FROM CONTAINER --- */

.product-main-container::before,
.product-main-container::after {
  opacity: .25 !important;
}

/* --- FEATURE CARDS SCHMALER --- */

.description-card,
.info-card {
  padding: 18px 20px !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}

.section-title h2 {
  font-size: 1.5rem !important;
  letter-spacing: .12em !important;
}

:root {
  --cp-bg: #0A0405;
  --cp-card: #14080A;
  --cp-card-soft: #1C0C0E;
  --cp-border-soft: rgba(255,255,255,0.06);
  --cp-border-strong: rgba(225,6,0,0.7);
  --cp-primary: #E10600;
  --cp-primary-soft: rgba(225,6,0,0.16);
  --cp-primary-soft2: rgba(225,6,0,0.06);
  --cp-text-main: #F9F0EE;
  --cp-text-muted: #9A8B8B;
}

/* PAGE WRAPPER */
.cp-product-page {
  max-width: 1250px;
  margin: 32px auto 64px;
  padding: 0 16px 32px;
  color: var(--cp-text-main);
}

/* HERO CARD */
.cp-product-hero {
  margin-bottom: 20px;
}

.cp-product-hero-inner {
  background: radial-gradient(circle at top left, rgba(225,6,0,0.32), transparent 55%),
              radial-gradient(circle at top right, rgba(0,0,0,0.65), transparent 60%),
              #0A0405;
  border-radius: 18px;
  padding: 22px 26px 24px;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow:
    0 18px 40px rgba(0,0,0,0.65),
    0 0 0 1px rgba(0,0,0,0.65);
}

/* MEDIA */
.cp-hero-media {
  height: 100%;
}

.cp-hero-carousel {
  border-radius: 16px;
  padding: 14px;
  background: radial-gradient(circle at top, rgba(225,6,0,0.5), transparent 60%),
              rgba(10,4,5,0.9);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 14px 30px rgba(0,0,0,0.65);
}

.cp-hero-carousel--single {
  padding: 0;
}

.cp-hero-image {
  border-radius: 12px;
  max-height: 330px;
  width: 100%;
  object-fit: cover;
}

.cp-hero-placeholder {
  height: 330px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1F0A0A, #060203);
  border: 1px dashed rgba(184,148,148,0.35);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#5C3A3A;
}

.cp-hero-thumbs {
  display:flex;
  gap:6px;
}

.cp-hero-thumbs .cp-thumb {
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 0;
  background: transparent;
  overflow:hidden;
  width:72px;
  height:50px;
  opacity:.6;
  transition: all .18s ease;
}

.cp-hero-thumbs .cp-thumb img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.cp-hero-thumbs .cp-thumb.active,
.cp-hero-thumbs .cp-thumb:hover {
  opacity:1;
  border-color: var(--cp-primary);
}

/* RIGHT SIDE */
.cp-hero-details {
  display:flex;
  flex-direction:column;
  height:100%;
}

.cp-hero-header {
  margin-bottom: 10px;
}

.cp-product-title {
  font-size: 1.6rem;
  letter-spacing: -0.03em;
  margin: 0 0 8px;
}

/* STATUS BAR */
.cp-status-bar {
  background: radial-gradient(circle at left, rgba(34,197,94,0.2), transparent 60%),
              rgba(31,10,10,0.96);
  border-radius: 999px;
  padding: 6px 12px;
  display:flex;
  align-items:center;
  border: 1px solid rgba(34,197,94,0.25);
  margin-bottom: 8px;
}

.cp-status-pill {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #bbf7d0;
}

/* META */
.cp-hero-meta {
  display:flex;
  flex-wrap:wrap;
  gap: 4px 16px;
  margin-bottom: 10px;
}

.cp-meta-item {
  display:flex;
  align-items:center;
  gap:6px;
  font-size: .75rem;
  color: var(--cp-text-muted);
}

.cp-meta-dot {
  width: 8px;
  height: 8px;
  border-radius:999px;
  background: radial-gradient(circle, #22c55e, transparent);
}

/* PRICE */
.cp-price-row {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin: 4px 0 10px;
}

.cp-price-main {
  display:flex;
  flex-direction:column;
}

.cp-price-label {
  font-size:.75rem;
  color: var(--cp-text-muted);
}

.cp-price-value {
  font-size:1.4rem;
  font-weight:600;
}

/* VARIANTS */
.cp-variants-grid {
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(160px,1fr));
  gap: 8px;
  margin-bottom: 10px;
}

.cp-variant-card {
  border-radius: 10px;
  border:1px solid rgba(184,148,148,0.35);
  background: rgba(31,10,10,0.9);
  padding: 8px 10px;
  text-align:left;
  display:flex;
  flex-direction:column;
  gap:4px;
  cursor:pointer;
  transition: all .18s ease;
  font-size:.8rem;
  color: var(--cp-text-main);
}

.cp-variant-card .cp-variant-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.cp-variant-name {
  font-weight:500;
}

.cp-variant-stock {
  font-size:.7rem;
  color: var(--cp-text-muted);
}

.cp-variant-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:2px;
}

.cp-variant-price {
  font-weight:600;
  font-size:.85rem;
}

.cp-variant-price-old {
  font-size:.7rem;
  color:#9A8B8B;
}

.cp-variant-card.is-active {
  border-color: var(--cp-border-strong);
  background: radial-gradient(circle at top, rgba(225,6,0,0.35), transparent 70%),
              rgba(31,10,10,0.95);
  box-shadow: 0 0 0 1px rgba(31,10,10,0.8),
              0 12px 28px rgba(31,10,10,0.8);
}

.cp-variant-card.is-out {
  opacity:.55;
}

/* QUANTITY */
.cp-quantity-block {
  padding-top: 4px;
}

.cp-qty-label {
  font-size:.8rem;
  font-weight:500;
}

.cp-qty-control {
  display:flex;
  align-items:center;
  border-radius:999px;
  overflow:hidden;
  background: rgba(31,10,10,0.85);
  border:1px solid rgba(184,148,148,0.35);
}

.cp-qty-btn {
  width:38px;
  height:34px;
  border:none;
  background: transparent;
  color: #F5E8E6;
  font-size:1rem;
  display:flex;
  align-items:center;
  justify-content:center;
}

.cp-qty-btn:disabled {
  opacity:.3;
}

.cp-qty-input {
  flex:1;
  border:none;
  background:transparent;
  text-align:center;
  color:#F5E8E6;
  font-size:.85rem;
  padding:0 6px;
}

.cp-volume-hint {
  font-size:.78rem;
  color: #FF6B5C;
  background: rgba(225,6,0,0.08);
  border-radius:8px;
  padding:6px 10px;
}

/* ADDONS */
.cp-addon-card {
  background: rgba(31,10,10,0.9);
  border-radius: 10px;
  border:1px solid rgba(184,148,148,0.3);
}

.cp-addon-btn {
  border-radius:999px;
  padding:4px 12px;
  font-size:.75rem;
  border:1px solid var(--cp-primary);
  background:var(--cp-primary-soft2);
  color:#F5E8E6;
}

.cp-addon-btn--remove {
  border-color:#f97373;
  background: rgba(248,113,113,0.08);
}

/* BUTTON ROW */
.cp-buy-row {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.cp-btn {
  flex:1 1 0;
  min-width:0;
  border-radius:999px;
  border:1px solid transparent;
  padding:8px 14px;
  font-size:.85rem;
  font-weight:500;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  transition: all .18s ease;
}

.cp-btn--primary {
  background: linear-gradient(135deg, var(--cp-primary), #8B0000);
  box-shadow: 0 10px 24px rgba(225,6,0,0.3);
  color:#fff;
}

.cp-btn--primary:disabled {
  opacity:.55;
  box-shadow:none;
}

.cp-btn--ghost {
  background: transparent;
  border-color: rgba(184,148,148,0.4);
  color:#F5E8E6;
}

/* SECTIONS / CARDS */
.cp-section {
  margin-top: 18px;
}

.cp-card {
  background: rgba(31,10,10,0.95);
  border-radius:16px;
  border:1px solid rgba(184,148,148,0.3);
  padding:16px 18px;
}

.cp-card--wide {
  width:100%;
}

.cp-section-title {
  font-size:1rem;
  margin:0 0 10px;
}

.cp-editor {
  font-size:.85rem;
  color: var(--cp-text-muted);
}

/* FEATURE CARDS */
.cp-feature-card {
  height:100%;
}

.cp-feature-title {
  font-size:.95rem;
  margin:0 0 8px;
}

/* NOTIFICATION */
.notification-container {
  position:fixed;
  left:20px;
  bottom:20px;
  z-index:9999;
}

.notification-popup {
  background: rgba(31,10,10,0.98);
  border-radius:12px;
  border:1px solid rgba(184,148,148,0.45);
  padding:10px 12px;
  min-width:220px;
  box-shadow: 0 14px 30px rgba(0,0,0,0.75);
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
  .cp-product-hero-inner {
    padding:16px 14px 18px;
  }
  .cp-product-page {
    margin-top:16px;
  }
}

@media (max-width: 575.98px) {
  .cp-buy-row {
    flex-direction:column;
  }
}
/**************************************
 *  CLEANER DYNAMIC SERVICES DESCRIPTION
 *  + FEATURE CARDS
 **************************************/

/* SECTION WRAPPER */
.cp-section {
  margin-top: 14px !important;
}

.cp-card,
.cp-card--wide {
  padding: 14px 18px !important;
  border-radius: 14px !important;
  background: rgba(20, 8, 10, 0.9) !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
  backdrop-filter: blur(6px);
}

/* TITLE */
.cp-section-title {
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  margin-bottom: 8px !important;
  letter-spacing: -0.02em;
}

/* DESCRIPTION TEXT */
.cp-editor {
  font-size: 0.78rem !important;
  line-height: 1.45 !important;
  color: #B89A9A !important;
  padding: 2px 0 !important;
}

/* FEATURE CARD */
.cp-feature-card {
  background: rgba(20, 8, 10, 0.88) !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255,255,255,0.05) !important;
  padding: 16px 18px !important;
  height: 100%;
  transition: 0.15s ease;
}

/* SLIGHT HOVER */
.cp-feature-card:hover {
  border-color: rgba(225,6,0,0.35) !important;
  box-shadow: 0 0 14px rgba(225,6,0,0.08);
}

/* FEATURE TITLE */
.cp-feature-title {
  font-size: 0.88rem !important;
  margin-bottom: 8px !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em;
}

/* FEATURE LIST */
.cp-feature-card ul,
.cp-editor ul {
  margin: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
}

.cp-feature-card li {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 4px 0 !important;
  font-size: 0.78rem !important;
  color: #B89A9A !important;
}

/* NICE RED CHECK ICON */
.cp-feature-card li::before {
  content: "✔";
  font-size: 0.75rem;
  color: #E10600;
  opacity: 0.9;
}

/* TIGHT GRID LIKE DYNAMIC */
@media (min-width: 992px) {
  .cp-section .row.g-3 {
    row-gap: 16px !important;
    column-gap: 16px !important;
  }
}
/*******************************************
    DYNAMIC SERVICES STYLE — DESCRIPTION + FEATURES
********************************************/

/* --- GLOBAL SECTION WRAPPER --- */
.cp-section {
    margin-top: 20px !important;
}

/* --- TITLE --- */
.cp-section-title {
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
    margin-bottom: 8px !important;
    opacity: 0.9;
}

/* --- DESCRIPTION PANEL --- */
.cp-description-box {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.04);
    padding: 16px 20px;
    border-radius: 14px;
    backdrop-filter: blur(6px);
    font-size: 0.78rem !important;
    line-height: 1.45 !important;
    color: #B89A9A !important;
}

/* CLEAN LISTS */
.cp-description-box ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.cp-description-box li {
    margin: 4px 0 !important;
    padding-left: 14px;
    position: relative;
    font-size: 0.78rem;
}

.cp-description-box li::before {
    content: "•";
    color: #E10600;
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: -1px;
}


/* --- FEATURE WRAPPER --- */
.cp-feature-card {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 14px;
    padding: 18px 20px !important;
    transition: 0.15s ease-in-out;
    min-height: 260px;
}

/* HOVER EFFECT */
.cp-feature-card:hover {
    border-color: rgba(225,6,0,0.35);
    box-shadow: 0 0 14px rgba(225,6,0,0.12);
}

/* TITLE */
.cp-feature-title {
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
    color: #F5E8E6 !important;
}

/* FEATURE LIST */
.cp-feature-card ul {
    margin: 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
}

.cp-feature-card li {
    display: flex !important;
    align-items: center;
    gap: 6px;
    font-size: 0.76rem !important;
    color: #B89A9A !important;
    margin: 3.5px 0 !important;
}

/* CHECK ICON */
.cp-feature-card li::before {
    content: "✔";
    color: #E10600;
    font-size: 0.7rem;
    opacity: 0.85;
}

/* GRID SPACING */
@media (min-width: 992px) {
    .cp-feature-grid {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
}

/* MOBILE OPTIMIZE */
@media (max-width: 768px) {
    .cp-feature-card {
        padding: 16px !important;
    }
}

.cp-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.03);
    padding: 10px 18px;
    border-radius: 14px;
    font-size: 14px;
    color: #B89A9A;
}

.cp-breadcrumb-link {
    color: #F5E8E6;
    text-decoration: none;
}

.cp-breadcrumb-link:hover {
    color: #fff;
}

.cp-breadcrumb-sep {
    color: #6B4848;
    font-size: 25px;
    position: relative;
    top: -2px; /* Arrow 1px höher */
}


.cp-breadcrumb-current {
    color: #E10600; /* red highlight */
    font-weight: 500;
}

.cp-meta-icon {
    display: inline-flex;
    align-items: center;
    margin-right: 6px;
    opacity: 0.8;
}
.cp-btn {
    transition: 0.25s ease;
    transform: translateY(0);
}

.cp-btn:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 0 18px rgba(225, 6, 0, 0.35);
}

.cp-btn:active {
    transform: scale(0.97);
    box-shadow: 0 0 10px rgba(225, 6, 0, 0.2);
}
.cp-btn--ghost:hover {
    background: rgba(225, 6, 0, 0.15);
    border-color: #E10600;
}

.cp-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 10px;
}

.cp-feature-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    padding: 20px 24px;
    height: 100%;
}

.cp-feature-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 14px;
}

.cp-feature-card li {
    opacity: 0.9;
    margin-bottom: 4px;
}

.cp-feature-card li::marker {
    color: #E10600;
}

@media (max-width: 1200px) {
    .cp-features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 900px) {
    .cp-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .cp-features-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* ============================================================
   FEATURE TITLE (Dynamic Services Style)
   ============================================================ */
.cp-feature-title {
    position: relative;
    font-size: 20px;                  /* größer wie Dynamic */
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
    padding-left: 18px;
    letter-spacing: .3px;
}

.cp-feature-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 18px;
    background: linear-gradient(180deg, #E10600, #8B0000);
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(225, 6, 0, 0.6);
}

/* -------------------------------------------
   PREMIUM STATUS PAGE (DYNAMIC SERVICES 2.0)
------------------------------------------- */

.cp-status-page {
  padding: 40px 0;
  color: #F5E8E6;
}

/* HEADER */
.cp-status-header h1 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 4px;
}

.cp-status-header p {
  color: #9A8B8B;
  margin-bottom: 30px;
}

/* FILTER BAR */
.cp-status-filters {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 25px;
}

.filter-btn {
  padding: 8px 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  color: #F5E8E6;
  border-radius: 10px;
  transition: 0.25s;
  cursor: pointer;
  font-size: 14px;
}

.filter-btn.active,
.filter-btn:hover {
  background: linear-gradient(135deg,#E10600,#FF2A1F);
  color: #fff;
  box-shadow: 0 0 12px rgba(225,6,0,0.7);
}

.cp-status-search input {
  padding: 8px 14px;
  background: rgba(255,255,255,0.06);
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.08);
  color: white;
}

/* CATEGORY TITLE */
.cp-status-category {
  font-size: 20px;
  margin: 25px 0 12px;
  color: #FF6B5C;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* GRID */
.cp-status-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(260px,1fr));
  gap: 28px;
}

/* CARD */
.cp-status-card {
  background: rgba(14,6,8,0.8);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.6);
  display: flex;
  flex-direction: column;
  transition: 0.35s;
  text-decoration: none !important;
}

.cp-status-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(225,6,0,0.4);
}

/* IMAGE */
.cp-status-card-image {
  height: 150px;
  background: #1A0A0C;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cp-status-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BODY */
.cp-status-card-body {
  padding: 16px 18px;
}

/* TITLE */
.cp-status-title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

/* BADGE */
.cp-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  color: white;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 8px;
}

.cp-status-badge .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

/* STOCK LABEL */
.cp-status-stock {
  font-size: 13px;
  opacity: .7;
}

.cp-products-section {
      padding-top: 32px;
      padding-bottom: 60px;
    }

    /* HEADER -------------------------------------- */
    .cp-section-header {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 20px;
    }

    .cp-section-title-wrap {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .cp-section-kicker {
      font-size: 0.72rem;
      letter-spacing: 0.24em;
      text-transform: uppercase;
      color: #9A8B8B;
    }

    .cp-section-title {
      font-size: 1.6rem;
      font-weight: 800;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: #F5F0EE;
    }

    .cp-title-highlight {
      background: linear-gradient(90deg, #E10600, #FF2A1F);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

   .cp-title-underline {
  margin-top: 4px;
  width: 140px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg,
    rgba(225,6,0,0) 0%,
    rgba(225,6,0,1) 40%,
    rgba(255,42,31,1) 70%,
    rgba(255,42,31,0) 100%
  );
  box-shadow: 0 0 12px rgba(225,6,0,0.65);
}


    .cp-section-subtitle {
      margin-top: 6px;
      color: #9A8B8B;
      font-size: 0.9rem;
      max-width: 420px;
    }


    /* ============================================================
   DYNAMIC SERVICES — ULTRA PREMIUM CART PAGE
   Glass, Glow, Depth, Animation – absolut geisteskrank
============================================================ */

:root {
  --cp-red: #E10600;
  --cp-red-light: #FF2A1F;
  --cp-red-soft: #FF6B5C;
  --cp-bg-dark: #0A0405;
  --cp-bg-panel: rgba(16, 8, 10, 0.65);
  --cp-bg-panel-hard: rgba(20, 10, 12, 0.88);
  --cp-border: rgba(255,255,255,0.07);
  --cp-text: #F5E8E6;
  --cp-text-muted: #9A8B8B;
}

/* Page spacing */
.cart {
  margin-bottom: 160px !important;
}

/* ===================== SECTION TITLE ======================= */
.section-title h1 {
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--cp-text);
  letter-spacing: 0.03em;
  text-shadow: 0 0 30px rgba(225,6,0,0.3);
}

/* ===================== CART ITEM WRAPPER ==================== */

.cart-item-bg {
  background: radial-gradient(circle at top left,
      rgba(225,6,0,0.12),
      rgba(20,10,12,0.85)
    );
  border: 1px solid rgba(255,255,255,0.05) !important;
  border-radius: 18px !important;
  padding: 14px !important;
  box-shadow:
    0 12px 24px rgba(0,0,0,0.65),
    0 0 35px rgba(225,6,0,0.25) inset;
  backdrop-filter: blur(14px);
  transition: 0.25s ease;
}

.cart-item-bg:hover {
  transform: translateY(-2px);
  box-shadow:
    0 14px 28px rgba(0,0,0,0.75),
    0 0 45px rgba(255,42,31,0.32) inset,
    0 0 22px rgba(225,6,0,0.45);
}

/* ===================== IMAGES ======================= */

.cart-image-container {
  max-width: 115px;
}

.cart-product-image {
  border-radius: 14px;
  box-shadow: 0 0 20px rgba(225,6,0,0.18);
  object-fit: cover;
}

/* Placeholder if no product image */
.cart-placeholder-svg {
  width: 64px;
  opacity: 0.25;
}

/* ===================== PRODUCT TITLE ======================= */

.cart-product-link {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--cp-red-soft) !important;
  transition: 0.2s ease;
}

.cart-product-link:hover {
  color: white !important;
  text-shadow: 0 0 12px rgba(255,150,140,0.6);
}

/* Variant */
.cart-variant-text {
  color: var(--cp-text-muted);
}

/* Addons */
.cart-addon-badge {
  background: rgba(255,255,255,0.05);
  padding: 4px 10px;
  font-size: 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
  color: var(--cp-red-light);
}

/* ===================== QUANTITY CONTROLS ======================= */

.cart-quantity-controls {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  overflow: hidden;
}

.cart-qty-btn {
  width: 34px;
  height: 34px;
  background: rgba(255,255,255,0.02);
  transition: 0.15s ease;
}

.cart-qty-btn:hover:not(:disabled) {
  background: rgba(225,6,0,0.4);
}

.cart-qty-input {
  width: 50px !important;
  background: transparent !important;
  color: var(--cp-text) !important;
  font-weight: 600;
}

/* ===================== REMOVE BUTTONS ======================= */

.cart-remove-desktop svg,
.cart-remove-mobile svg {
  width: 18px;
  opacity: 0.65;
  transition: 0.2s ease;
}

.cart-remove-desktop:hover svg,
.cart-remove-mobile:hover svg {
  opacity: 1;
  filter: drop-shadow(0 0 8px rgba(255,60,60,0.6));
}

/* ===================== PRICE ======================= */

.cart-price-text {
  font-size: 1.15rem;
  color: var(--cp-red-light);
  text-shadow: 0 0 14px rgba(225,6,0,0.4);
}

/* ===================== ORDER SUMMARY ======================= */

.form {
  background: var(--cp-bg-panel-hard) !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255,255,255,0.05) !important;
  box-shadow:
    0 12px 26px rgba(0,0,0,0.7),
    0 0 40px rgba(225,6,0,0.22) inset;
  backdrop-filter: blur(16px);
}

/* Label */
.form-label {
  color: var(--cp-red-soft);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.82rem;
}

/* ===================== CHECKOUT BUTTON ======================= */

.btn-outline-primary {
  height: 50px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 14px;
  background: linear-gradient(135deg,
    rgba(225,6,0,0.12),
    rgba(225,6,0,0.18)
  );
  color: var(--cp-red-soft);
  border: 1px solid rgba(225,6,0,0.35) !important;
  transition: 0.25s ease;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-outline-primary:hover {
  background: linear-gradient(135deg, var(--cp-red), var(--cp-red-light));
  box-shadow:
    0 0 18px rgba(225,6,0,0.8),
    0 8px 24px rgba(0,0,0,0.7);
  color: white;
  transform: translateY(-2px);
}

/* ===================== WARNING BOX ======================= */

.alert-warning {
  background: rgba(255,210,85,0.12) !important;
  border: 1px solid rgba(255,210,85,0.3) !important;
  color: #ffe9ac !important;
  border-radius: 14px !important;
  box-shadow: 0 0 20px rgba(255,210,85,0.15);
}

/* ===================== EMPTY CART ======================= */

.cart-empty {
  background: rgba(255,255,255,0.03);
  border-radius: 16px;
  padding: 40px;
  border: 1px solid rgba(255,255,255,0.05);
}

/* ===================== MOBILE IMPROVEMENTS ======================= */
@media (max-width: 992px) {
  .cart-item-bg {
    padding: 20px !important;
  }
}

/* ========== FEEDBACK PAGE ========== */
.feedback-page {
  padding-top: 40px;
}

/* Title */
.fp-header {
  text-align: center;
  margin-bottom: 40px;
}

.fp-title {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 25px rgba(225,6,0,0.65);
}

.fp-subtitle {
  color: #9A8B8B;
  font-size: 16px;
}

/* Grid */
.fp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 26px;
}

/* ========== FEEDBACK CARD ========== */
.feedback-card {
  background: rgba(28, 14, 16, 0.55);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 18px;
  padding: 0;
  transition: 0.25s ease;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
}

.feedback-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 50px rgba(225,6,0,0.4);
  border-color: rgba(225,6,0,0.4);
}

.fc-inner {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Header */
.fc-header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.fc-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(225,6,0,0.6);
  box-shadow: 0 0 18px rgba(225,6,0,0.45);
}

.fc-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fc-author {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

/* Stars */
.fc-stars .star {
  font-size: 17px;
  margin-right: 2px;
}

.star.filled {
  color: #ffcc33;
  text-shadow: 0 0 12px rgba(255, 204, 51, 0.8);
}

.star.empty {
  color: #553838;
}

/* Message */
.fc-text {
  color: #D9C4C2;
  font-size: 15px;
  line-height: 1.45;
}

.fc-more,
.fc-less {
  color: #FF6B5C;
  text-decoration: none;
  margin-left: 6px;
  cursor: pointer;
  font-weight: 600;
}

.fc-more:hover,
.fc-less:hover {
  text-shadow: 0 0 12px rgba(255,150,140,0.8);
}

/* Reply */
.fc-reply {
  margin-top: -10px;
  padding-left: 16px;
  border-left: 2px solid rgba(225,6,0,0.4);
}

.fc-reply-text {
  color: #FF9D90;
}

.fc-reply-author {
  font-size: 13px;
  color: #9A7878;
}

/* Footer */
.fc-footer {
  display: flex;
  justify-content: space-between;
  color: #9A8B8B;
  font-size: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.fc-product {
  font-weight: 500;
  color: #FF6B5C;
}
.feedback-page {
  padding-bottom: 140px !important; /* Abstand zum Footer */
}

.fp-grid {
  margin-bottom: 60px; /* Extra Abstand falls viele Cards */
}

.cp-support-card {
  max-width: 1100px;
  margin: 120px auto 140px; /* Abstand zum Footer FIX */
  padding: 0 24px;
}

.cp-support-inner {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;

  padding: 36px 42px;
  border-radius: 22px;

  background:
    radial-gradient(120% 120% at 0% 50%, rgba(225,6,0,0.18), transparent 60%),
    linear-gradient(180deg, rgba(20,10,12,0.92), rgba(14,6,8,0.96));

  border: 1px solid rgba(255,255,255,0.06);
  box-shadow:
    0 30px 80px rgba(0,0,0,0.75),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

.cp-support-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(225,6,0,0.18);
  color: #E10600;

  box-shadow:
    0 0 0 1px rgba(225,6,0,0.3),
    0 0 30px rgba(225,6,0,0.4);
}

.cp-support-icon svg {
  width: 30px;
  height: 30px;
}

.cp-support-text h3 {
  margin: 0 0 6px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
}

.cp-support-text p {
  margin: 0;
  max-width: 520px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(245,232,230,0.75);
}

.cp-support-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  padding: 16px 32px;
  border-radius: 14px;

  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;

  background: linear-gradient(135deg, #E10600, #A50500);
  box-shadow:
    0 10px 30px rgba(225,6,0,0.55),
    inset 0 1px 0 rgba(255,255,255,0.25);

  transition: transform .25s ease, box-shadow .25s ease;
}

.cp-support-btn svg {
  width: 22px;
  height: 22px;
}

.cp-support-btn:hover {
  transform: translateY(-2px);
  box-shadow:
    0 16px 40px rgba(225,6,0,0.75),
    inset 0 1px 0 rgba(255,255,255,0.35);
}

@media (max-width: 900px) {
  .cp-support-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cp-support-btn {
    justify-content: center;
    width: 100%;
  }
}

.payment-section {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}

.payment-card {
  background: linear-gradient(
    145deg,
    rgba(255,255,255,0.05),
    rgba(255,255,255,0.02)
  );
  border-radius: 20px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 20px 40px rgba(0,0,0,0.5),
    inset 0 1px 0 rgba(255,255,255,0.06);
  backdrop-filter: blur(20px);
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}

.payment-item {
  background: rgba(0,0,0,0.35);
  border-radius: 14px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.08),
    0 10px 20px rgba(0,0,0,0.4);
  transition: transform .2s ease, box-shadow .2s ease;
}

.payment-item img {
  max-height: 32px;
  max-width: 100%;
  filter: brightness(1.05);
}

.payment-item:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.12),
    0 14px 30px rgba(0,0,0,0.6);
}

.payment-text {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  margin: 0;
}

.payment-text strong {
  color: #fff;
}

.payment-mini-wrapper {
  display: flex;
  justify-content: center;
  margin: 40px 0 80px;
}

.payment-mini-card {
  width: 100%;
  max-width: 520px;
  padding: 22px;
  border-radius: 18px;

  background: linear-gradient(
    145deg,
    rgba(255,255,255,0.05),
    rgba(255,255,255,0.02)
  );

  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 20px 40px rgba(0,0,0,0.55),
    inset 0 1px 0 rgba(255,255,255,0.05);

  backdrop-filter: blur(18px);
}

.payment-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}

.pm-item {
  height: 54px;
  border-radius: 12px;

  background: rgba(0,0,0,0.35);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.08),
    0 8px 16px rgba(0,0,0,0.4);

  display: flex;
  align-items: center;
  justify-content: center;

  transition: transform .2s ease, box-shadow .2s ease;
}

.pm-item img {
  max-height: 26px;
  max-width: 100%;
  filter: brightness(1.05);
}

.pm-item:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.12),
    0 12px 24px rgba(0,0,0,0.6);
}

.payment-mini-text {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  text-align: left;
}

.payment-mini-text strong {
  color: #fff;
}