/* === R56 mobile dock refinement: CTA beside price, slightly larger, cleaner balance === */
@media (max-width: 768px) {
  #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked {
    padding: 18px 18px 16px;
  }

  #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-dock-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "eyebrow eyebrow"
      "price   cta";
    gap: 14px 16px;
    align-items: center;
  }

  #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-dock-eyebrow {
    grid-area: eyebrow;
    margin: 0;
  }

  #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-inline-price-meta {
    grid-area: price;
    align-self: center;
    justify-self: start;
    gap: 8px;
  }

  #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .price-value {
    font-size: clamp(50px, 10.8vw, 68px);
    line-height: .9;
  }

  #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .currency {
    font-size: 24px;
  }

  #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-inline-cta-grid {
    grid-area: cta;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-self: center;
    justify-self: end;
    width: 150px;
    max-width: 44vw;
  }

  #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-inline-cta-grid .btn,
  #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-cta-grid .btn:first-child,
  #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-cta-grid .btn:last-child {
    grid-area: auto;
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    border-radius: 22px;
    padding: 0;
    margin: 0;
    justify-self: stretch;
    align-self: center;
    box-shadow: 0 10px 24px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.08);
  }

  #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-cta-grid .btn i {
    font-size: 28px;
  }

  #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-disclaimer {
    margin: 14px 0 0;
    padding: 14px 0 0;
    font-size: 12.5px;
    line-height: 1.5;
  }
}

/* Phase 5: smart quote warning */
.asg-inline-price-meta .price-value.is-unavailable {
    align-items: center;
}
.asg-inline-price-meta .price-value.is-unavailable #asg-total-price {
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    line-height: 1.1;
}
.asg-price-warning {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 193, 7, 0.12);
    border: 1px solid rgba(255, 193, 7, 0.28);
    color: #7a5a00;
    font-size: 13px;
    line-height: 1.4;
}
.asg-inline-cta-grid .btn.is-disabled,
.asg-inline-cta-grid .btn[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

/* Phase 6: 8000 EVO warning cleanup */
#asg-configuratore-wrapper .asg-inline-price-meta .price-value.is-unavailable {
    min-height: 58px;
    align-items: flex-end;
}
#asg-configuratore-wrapper .asg-inline-price-meta .price-value.is-unavailable #asg-total-price,
#asg-configuratore-wrapper #asg-total-price.is-unavailable-text {
    display: block;
    font-size: clamp(1.55rem, 2.2vw, 2rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.08;
    text-shadow: none;
    white-space: nowrap;
}
#asg-configuratore-wrapper .asg-dock-inline-meta {
    align-self: center;
}
#asg-configuratore-wrapper .asg-module-summary[hidden] {
    display: none;
}
#asg-configuratore-wrapper .asg-price-warning {
    margin-top: 8px;
    max-width: 460px;
    background: rgba(255, 191, 0, 0.10);
    border-color: rgba(255, 191, 0, 0.22);
    color: #d6aa28;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}


/* Phase 7: 8000 EVO viewer framing + clean unpriced state */
#asg-configuratore-wrapper.asg-has-unpriced-config .asg-module-summary {
    display: none;
}
#asg-configuratore-wrapper.asg-has-unpriced-config .asg-inline-price-meta {
    min-width: 190px;
}
#asg-configuratore-wrapper.asg-has-unpriced-config .asg-inline-price-meta .price-value {
    min-height: 0;
    align-items: center;
}
#asg-configuratore-wrapper.asg-has-unpriced-config .asg-inline-price-meta .currency {
    display: none;
}
#asg-configuratore-wrapper.asg-has-unpriced-config #asg-total-price,
#asg-configuratore-wrapper #asg-total-price.is-unavailable-text {
    font-size: clamp(1.35rem, 1.7vw, 1.75rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.01em;
    text-shadow: none;
    white-space: nowrap;
}
#asg-configuratore-wrapper.asg-has-unpriced-config .asg-dock-inline-meta {
    min-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
#asg-configuratore-wrapper.asg-has-unpriced-config .asg-price-warning {
    margin-top: 0;
    max-width: 420px;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.35;
}


/* Phase 8: 8000 EVO geometry/runtime cleanup */
#asg-configuratore-wrapper.asg-has-unpriced-config .asg-dock-eyebrow,
#asg-configuratore-wrapper.asg-has-unpriced-config .asg-dock-divider {
    display: none;
}
#asg-configuratore-wrapper.asg-has-unpriced-config .asg-dock-main {
    align-items: center;
    gap: 16px;
}
#asg-configuratore-wrapper.asg-has-unpriced-config .asg-inline-price-meta {
    min-width: 150px;
}
#asg-configuratore-wrapper.asg-has-unpriced-config .asg-inline-price-meta .price-label {
    margin-bottom: 6px;
}
#asg-configuratore-wrapper.asg-has-unpriced-config #asg-total-price {
    white-space: normal;
}
#asg-configuratore-wrapper.asg-has-unpriced-config .asg-price-warning {
    max-width: 380px;
}


#asg-configuratore-wrapper .asg-viewer-unavailable {
  position:absolute;
  inset:0;
  z-index:7;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
  background: radial-gradient(circle at top, rgba(15,23,42,0.68), rgba(2,6,23,0.9));
  backdrop-filter: blur(8px);
}
#asg-configuratore-wrapper .asg-viewer-unavailable[hidden] { display:none; }
#asg-configuratore-wrapper .asg-viewer-unavailable-card {
  max-width: 420px;
  padding: 24px 22px;
  border-radius: 22px;
  border: 1px solid rgba(248,113,113,0.28);
  background: rgba(15,23,42,0.92);
  box-shadow: 0 20px 60px rgba(0,0,0,0.34);
  text-align: center;
}
#asg-configuratore-wrapper .asg-viewer-unavailable-kicker {
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:10px;
  color:#fca5a5;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}
#asg-configuratore-wrapper .asg-viewer-unavailable-card h3 {
  margin:0 0 8px;
  color:#fff;
  font-size:26px;
  line-height:1.1;
}
#asg-configuratore-wrapper .asg-viewer-unavailable-card p {
  margin:0;
  color:#cbd5e1;
}
#asg-configuratore-wrapper.asg-viewer-locked #asg-3d-canvas,
#asg-configuratore-wrapper.asg-viewer-locked .asg-viewer-overlay,
#asg-configuratore-wrapper.asg-viewer-locked .asg-gizmo-overlay {
  opacity: .14;
  pointer-events: none;
}
#asg-configuratore-wrapper.asg-viewer-locked .asg-viewer-controls .btn,
#asg-configuratore-wrapper.asg-viewer-locked .asg-viewer-controls .btn-sm {
  opacity: .4;
  pointer-events: none;
}

/* Fymera patch v3: boundary feedback for dimension steppers */
#asg-configuratore-wrapper .btn-stepper.is-limit {
  opacity: 0.55;
  cursor: not-allowed;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}

#asg-configuratore-wrapper .btn-stepper.is-limit:hover {
  transform: none;
}

#asg-configuratore-wrapper .asg-stepper-boundary-feedback {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #ffe8a3;
  background: rgba(255, 191, 71, 0.10);
  border: 1px solid rgba(255, 191, 71, 0.28);
  box-shadow: 0 12px 30px rgba(0,0,0,0.14);
}

#asg-configuratore-wrapper .asg-stepper-boundary-feedback::before {
  content: '\f06a';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 12px;
}

#asg-configuratore-wrapper .asg-stepper-boundary-feedback.is-flashing {
  animation: asgBoundaryPulse 0.55s ease;
}

@keyframes asgBoundaryPulse {
  0% { transform: scale(0.98); opacity: 0.4; }
  60% { transform: scale(1.01); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}


/* ======================================================================
   FYMERA V4 OVERRIDES
   Compact boundary feedback, denser model selector, LED-only viewer polish.
   ====================================================================== */
#asg-configuratore-wrapper .asg-stepper-boundary-feedback {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding: 7px 12px;
    font-size: 11px;
    line-height: 1;
    box-shadow: none;
}

#asg-configuratore-wrapper .asg-stepper-boundary-feedback::before {
    font-size: 11px;
}

#asg-configuratore-wrapper.asg-state-models .asg-controls-header-models,
#asg-configuratore-wrapper .asg-state-models .asg-controls-header-models {
    padding: 28px 28px 18px;
}

#asg-configuratore-wrapper.asg-state-models .asg-controls-header-models .asg-controls-heading h2,
#asg-configuratore-wrapper .asg-state-models .asg-controls-header-models .asg-controls-heading h2 {
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 0.96;
    margin-bottom: 10px;
}

#asg-configuratore-wrapper.asg-state-models .asg-controls-body,
#asg-configuratore-wrapper .asg-state-models .asg-controls-body {
    padding: 8px 28px 28px;
}

#asg-configuratore-wrapper.asg-state-models .asg-models-grid,
#asg-configuratore-wrapper .asg-state-models .asg-models-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
}

#asg-configuratore-wrapper .asg-model-card {
    display: grid;
    gap: 14px;
    padding: 16px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(11,18,31,0.96) 0%, rgba(8,14,24,0.98) 100%);
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 18px 36px rgba(0,0,0,0.22);
    overflow: hidden;
}

#asg-configuratore-wrapper .asg-model-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0,212,170,0.32);
    box-shadow: 0 22px 42px rgba(0,0,0,0.28), 0 0 0 1px rgba(0,212,170,0.10);
}

#asg-configuratore-wrapper .asg-model-card .mc-index {
    top: 16px;
    right: 16px;
    opacity: 0.18;
}

#asg-configuratore-wrapper .asg-model-card .mc-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

#asg-configuratore-wrapper .asg-model-card .mc-pill,
#asg-configuratore-wrapper .asg-model-card .mc-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#asg-configuratore-wrapper .asg-model-card .mc-pill {
    background: rgba(0,212,170,0.10);
    color: #8ff4dd;
    border: 1px solid rgba(0,212,170,0.22);
}

#asg-configuratore-wrapper .asg-model-card .mc-badge {
    background: rgba(255,255,255,0.04);
    color: #dbe7f7;
    border: 1px solid rgba(255,255,255,0.08);
}

#asg-configuratore-wrapper .asg-model-card .mc-visual {
    min-height: 150px;
    padding: 16px;
    border-radius: 18px;
    align-items: flex-end;
}

#asg-configuratore-wrapper .asg-model-card .mc-visual .mc-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    margin-right: 0;
    font-size: 22px;
}

#asg-configuratore-wrapper .asg-model-card .mc-visual-caption {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(7,13,22,0.58);
    border: 1px solid rgba(255,255,255,0.08);
    color: #eef5ff;
    font-size: 11px;
    font-weight: 700;
}

#asg-configuratore-wrapper .asg-model-card .mc-main {
    display: grid;
    gap: 12px;
}

#asg-configuratore-wrapper .asg-model-card .mc-info h4 {
    font-size: 18px;
    line-height: 1.04;
    margin: 0 0 6px;
}

#asg-configuratore-wrapper .asg-model-card .mc-info p {
    margin: 0;
    font-size: 13px;
    line-height: 1.42;
    color: #98abc4;
}

#asg-configuratore-wrapper .asg-model-card .mc-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#asg-configuratore-wrapper .asg-model-card .mc-features span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    color: #d5e3f5;
    font-size: 11px;
    font-weight: 700;
}

#asg-configuratore-wrapper .asg-model-card .mc-meta {
    display: none;
}

#asg-configuratore-wrapper .asg-model-card .mc-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 2px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
}

@media (max-width: 1180px) {
    #asg-configuratore-wrapper.asg-state-models .asg-models-grid,
    #asg-configuratore-wrapper .asg-state-models .asg-models-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
}

@media (max-width: 767px) {
    #asg-configuratore-wrapper.asg-state-models .asg-controls-header-models,
    #asg-configuratore-wrapper .asg-state-models .asg-controls-header-models {
        padding: 22px 18px 14px;
    }

    #asg-configuratore-wrapper.asg-state-models .asg-controls-body,
    #asg-configuratore-wrapper .asg-state-models .asg-controls-body {
        padding: 8px 18px 20px;
    }

    #asg-configuratore-wrapper .asg-model-card {
        padding: 14px;
        border-radius: 18px;
    }

    #asg-configuratore-wrapper .asg-model-card .mc-visual {
        min-height: 132px;
    }
}

/* ======================================================================
   FYMERA V5 OVERRIDES
   Cleaner selector cards, live summary, compare, hotspots, day/night UI.
   ====================================================================== */
#asg-configuratore-wrapper .asg-models-live-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(0, 212, 170, 0.08);
  border: 1px solid rgba(0, 212, 170, 0.18);
  color: #96f2dd;
  font-size: 12px;
  font-weight: 700;
}

#asg-configuratore-wrapper .asg-viewer-top-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

#asg-configuratore-wrapper .asg-viewer-dimension-chip,
#asg-configuratore-wrapper .asg-summary-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(8, 14, 24, 0.72);
  border: 1px solid rgba(255,255,255,0.08);
  color: #dce8f7;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

#asg-configuratore-wrapper .asg-badge-live {
  background: rgba(0,212,170,0.12);
  border-color: rgba(0,212,170,0.24);
  color: #9af9e4;
}

#asg-configuratore-wrapper .asg-config-summary-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin-bottom: 12px;
}

#asg-configuratore-wrapper .asg-summary-chip-code {
  margin-left: auto;
  color: #8ff4dd;
  border-color: rgba(0,212,170,0.22);
}

#asg-configuratore-wrapper .asg-config-live-shell {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

#asg-configuratore-wrapper .asg-config-live-bar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(10,17,28,0.96), rgba(7,20,36,0.88));
  border: 1px solid rgba(255,255,255,0.07);
  position: sticky;
  top: 14px;
  z-index: 8;
  backdrop-filter: blur(12px);
}

#asg-configuratore-wrapper .asg-config-live-primary {
  display: grid;
  gap: 4px;
}
#asg-configuratore-wrapper .asg-config-live-label {
  font-size: 11px;
  font-weight: 800;
  color: #8ff4dd;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#asg-configuratore-wrapper .asg-config-live-primary strong {
  font-size: 18px;
  color: #fff;
  line-height: 1.05;
}
#asg-configuratore-wrapper .asg-config-live-primary span:last-child {
  color: #9bb0c8;
  font-size: 13px;
}
#asg-configuratore-wrapper .asg-config-live-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#asg-configuratore-wrapper .asg-config-sections-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#asg-configuratore-wrapper .asg-config-nav-pill,
#asg-configuratore-wrapper .mc-compare-toggle {
  appearance: none;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
  color: #d7e4f4;
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: .22s ease;
}
#asg-configuratore-wrapper .asg-config-nav-pill:hover,
#asg-configuratore-wrapper .mc-compare-toggle:hover,
#asg-configuratore-wrapper .asg-config-nav-pill.is-active,
#asg-configuratore-wrapper .mc-compare-toggle.is-active {
  background: rgba(0,212,170,0.12);
  color: #9af9e4;
  border-color: rgba(0,212,170,0.24);
}

#asg-configuratore-wrapper .asg-config-status-note {
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  color: #dce6f4;
  font-size: 13px;
  line-height: 1.4;
}
#asg-configuratore-wrapper .asg-config-status-note.is-warning { border-color: rgba(255,184,0,0.28); color: #ffd26e; background: rgba(255,184,0,0.09); }
#asg-configuratore-wrapper .asg-config-status-note.is-info { border-color: rgba(91,154,255,0.24); color: #b7d0ff; background: rgba(91,154,255,0.09); }
#asg-configuratore-wrapper .asg-config-status-note.is-success { border-color: rgba(0,212,170,0.22); color: #9ef4df; background: rgba(0,212,170,0.08); }
#asg-configuratore-wrapper .asg-config-status-note.is-hint { border-color: rgba(255,255,255,0.08); color: #dce6f4; background: rgba(255,255,255,0.03); }

#asg-configuratore-wrapper .asg-viewer-hotspots {
  position: absolute;
  left: 18px;
  bottom: 86px;
  display: grid;
  gap: 10px;
  z-index: 6;
  pointer-events: auto;
  max-width: min(360px, calc(100% - 36px));
}
#asg-configuratore-wrapper .asg-hotspot {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 10px;
  align-items: start;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(7,12,22,0.72);
  color: #eef5ff;
  text-align: left;
  cursor: pointer;
  backdrop-filter: blur(8px);
}
#asg-configuratore-wrapper .asg-hotspot.is-active { border-color: rgba(0,212,170,0.24); box-shadow: 0 12px 30px rgba(0,0,0,0.18); }
#asg-configuratore-wrapper .asg-hotspot-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: #8ff4dd; margin-top: 5px;
  box-shadow: 0 0 0 6px rgba(0,212,170,0.12);
}
#asg-configuratore-wrapper .asg-hotspot-copy { display: grid; gap: 3px; }
#asg-configuratore-wrapper .asg-hotspot-copy strong { font-size: 12px; color: #fff; }
#asg-configuratore-wrapper .asg-hotspot-copy small { font-size: 11px; line-height: 1.35; color: #a7b8cf; }

#asg-configuratore-wrapper .asg-model-card {
  gap: 16px;
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(10,16,29,0.98) 0%, rgba(6,11,19,0.98) 100%);
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 22px 40px rgba(0,0,0,0.18);
}
#asg-configuratore-wrapper .asg-model-card.is-compare-selected {
  border-color: rgba(0,212,170,0.30);
  box-shadow: 0 20px 42px rgba(0,0,0,0.24), 0 0 0 1px rgba(0,212,170,0.10);
}
#asg-configuratore-wrapper .asg-model-card .mc-topline { align-items: flex-start; }
#asg-configuratore-wrapper .asg-model-card .mc-compare-toggle { margin-left: auto; }
#asg-configuratore-wrapper .asg-model-card .mc-visual {
  min-height: 180px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(7,15,29,0.88), rgba(6,39,49,0.78));
  border: 1px solid rgba(255,255,255,0.06);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 16px;
}
#asg-configuratore-wrapper .asg-model-card .mc-visual.has-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#asg-configuratore-wrapper .asg-model-card .mc-visual-overlay,
#asg-configuratore-wrapper .asg-model-card .mc-visual::before,
#asg-configuratore-wrapper .asg-model-card .mc-visual::after { display: none; content: none; }
#asg-configuratore-wrapper .asg-model-card .mc-visual-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(7,13,22,0.68);
  border: 1px solid rgba(255,255,255,0.08);
  color: #eef5ff;
  font-size: 11px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}
#asg-configuratore-wrapper .asg-model-card .mc-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(7,13,22,0.68);
  border: 1px solid rgba(255,255,255,0.08);
  color: #8ff4dd;
}
#asg-configuratore-wrapper .asg-model-card .mc-info h4 {
  font-size: 20px;
  line-height: 1.02;
  margin-bottom: 8px;
}
#asg-configuratore-wrapper .asg-model-card .mc-info p {
  font-size: 13px;
  line-height: 1.5;
  color: #9bb0c8;
}
#asg-configuratore-wrapper .asg-model-card .mc-features span {
  background: rgba(255,255,255,0.03);
}
#asg-configuratore-wrapper .asg-model-card .mc-cta {
  padding-top: 2px;
  color: #fff;
}

#asg-configuratore-wrapper .asg-model-compare-panel,
#asg-configuratore-wrapper .asg-compare-shell {
  margin-top: 8px;
}
#asg-configuratore-wrapper .asg-compare-shell {
  display: grid;
  gap: 16px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.06);
  background: linear-gradient(180deg, rgba(8,14,24,0.98), rgba(10,18,31,0.96));
}
#asg-configuratore-wrapper .asg-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
#asg-configuratore-wrapper .asg-compare-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
}
#asg-configuratore-wrapper .asg-compare-card h4 { margin: 0; color: #fff; font-size: 18px; }
#asg-configuratore-wrapper .asg-compare-type,
#asg-configuratore-wrapper .asg-compare-kicker { color: #8ff4dd; font-size: 11px; text-transform: uppercase; font-weight: 800; letter-spacing: 0.09em; }
#asg-configuratore-wrapper .asg-compare-metrics {
  display: grid;
  gap: 10px;
}
#asg-configuratore-wrapper .asg-compare-metrics div,
#asg-configuratore-wrapper .asg-final-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
#asg-configuratore-wrapper .asg-compare-metrics span,
#asg-configuratore-wrapper .asg-final-summary-row span { color: #93a8c0; font-size: 12px; }
#asg-configuratore-wrapper .asg-compare-metrics strong,
#asg-configuratore-wrapper .asg-final-summary-row strong { color: #fff; font-size: 13px; }
#asg-configuratore-wrapper .asg-compare-traits { display: flex; flex-wrap: wrap; gap: 8px; }
#asg-configuratore-wrapper .asg-compare-traits span,
#asg-configuratore-wrapper .asg-final-note {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  color: #dbe7f6;
  font-size: 11px;
  font-weight: 700;
}

#asg-configuratore-wrapper .asg-final-summary-card {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.06);
  background: linear-gradient(180deg, rgba(8,14,24,0.98), rgba(7,13,22,0.96));
}
#asg-configuratore-wrapper .asg-final-summary-head {
  display: grid;
  gap: 6px;
}
#asg-configuratore-wrapper .asg-final-summary-kicker {
  color: #8ff4dd;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
#asg-configuratore-wrapper .asg-final-summary-grid {
  display: grid;
  grid-template-columns: minmax(0, 180px) minmax(0, 1fr);
  gap: 18px;
}
#asg-configuratore-wrapper .asg-final-summary-media {
  min-height: 180px;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(255,255,255,0.06);
}
#asg-configuratore-wrapper .asg-final-summary-card-body { display: grid; gap: 10px; }
#asg-configuratore-wrapper .asg-final-summary-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}
#asg-configuratore-wrapper .asg-final-note.is-warning { color: #ffd26e; border-color: rgba(255,184,0,0.22); background: rgba(255,184,0,0.08); }
#asg-configuratore-wrapper .asg-final-note.is-success { color: #9ef4df; border-color: rgba(0,212,170,0.22); background: rgba(0,212,170,0.08); }
#asg-configuratore-wrapper .asg-final-note.is-info,
#asg-configuratore-wrapper .asg-final-note.is-hint { color: #dbe7f6; }

#asg-configuratore-wrapper .asg-stepper-boundary-feedback {
  min-width: 220px;
  max-width: 220px;
  justify-content: center;
  text-align: center;
  padding-right: 26px;
  position: relative;
}
#asg-configuratore-wrapper .asg-stepper-boundary-feedback::before {
  content: none;
}
#asg-configuratore-wrapper .asg-stepper-boundary-feedback::after {
  content: '!';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 900;
  color: #ffd26e;
}

@media (max-width: 1024px) {
  #asg-configuratore-wrapper .asg-compare-grid,
  #asg-configuratore-wrapper .asg-final-summary-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  #asg-configuratore-wrapper .asg-config-live-bar {
    position: static;
    padding: 14px;
    grid-template-columns: 1fr;
  }
  #asg-configuratore-wrapper .asg-config-live-bar,
  #asg-configuratore-wrapper .asg-config-live-actions {
    display: grid;
  }
  #asg-configuratore-wrapper .asg-config-live-actions {
    grid-template-columns: 1fr 1fr;
  }
  #asg-configuratore-wrapper .asg-summary-chip-code { margin-left: 0; }
  #asg-configuratore-wrapper .asg-viewer-hotspots {
    left: 12px;
    right: 12px;
    bottom: 82px;
    max-width: none;
  }
  #asg-configuratore-wrapper .asg-stepper-boundary-feedback {
    min-width: 100%;
    max-width: 100%;
  }
  #asg-configuratore-wrapper .asg-model-card .mc-visual {
    min-height: 156px;
  }
}


