/* ==========================================================================
   VIRON SPORTS - Custom Boxing Gloves Studio
   Modern High-Performance 3D Customizer Stylesheet
   ========================================================================== */

/* Layout & Studio Container (Elementor Ready) */
.customizer-section {
  padding: 3rem 0 5rem;
  background: radial-gradient(circle at 50% 15%, rgba(0, 240, 118, 0.05) 0%, rgba(10, 13, 20, 0.98) 60%),
              radial-gradient(circle at 85% 60%, rgba(0, 229, 255, 0.04) 0%, transparent 50%),
              #0a0d14;
  min-height: 100vh;
}

.customizer-header-banner {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 2.5rem;
  padding: 0 1.5rem;
}

.customizer-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 1rem;
  border-radius: var(--radius-full);
  background: rgba(0, 240, 118, 0.12);
  border: 1px solid var(--primary-volt);
  color: var(--primary-volt);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.customizer-badge span.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-volt);
  box-shadow: 0 0 10px var(--primary-volt);
  animation: pulseVolt 2s infinite;
}

@keyframes pulseVolt {
  0% { transform: scale(0.95); opacity: 0.8; }
  50% { transform: scale(1.3); opacity: 1; }
  100% { transform: scale(0.95); opacity: 0.8; }
}

.customizer-title {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 0.8rem;
}

.customizer-title span {
  color: var(--primary-volt);
  text-shadow: 0 0 25px rgba(0, 240, 118, 0.4);
}

.customizer-subtitle {
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Studio Workspace Grid */
.studio-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 2.5rem;
  align-items: start;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (max-width: 1080px) {
  .studio-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* Left: Interactive Preview Stage */
.preview-stage-container {
  position: sticky;
  top: calc(var(--header-height) + 1.5rem);
  background: rgba(16, 21, 34, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(16px);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
}

.stage-top-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.view-toggle-pills {
  display: inline-flex;
  background: rgba(10, 13, 20, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-full);
  padding: 0.25rem;
  gap: 0.25rem;
}

.view-pill {
  padding: 0.45rem 1.1rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: var(--radius-full);
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition: all var(--transition-fast);
}

.view-pill.active {
  background: var(--primary-volt);
  color: var(--text-dark);
  box-shadow: 0 0 15px rgba(0, 240, 118, 0.4);
}

.stage-quick-actions {
  display: flex;
  gap: 0.5rem;
}

.stage-action-btn {
  padding: 0.45rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-main);
  display: flex;
  align-items: center;
  gap: 0.35rem;
  transition: all var(--transition-fast);
}

.stage-action-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--primary-volt);
  color: var(--primary-volt);
}

/* Canvas Viewport */
.glove-viewport {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  max-height: 580px;
  margin: 1.5rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 50%, rgba(26, 36, 58, 0.7) 0%, rgba(13, 17, 28, 0.95) 75%);
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.8);
}

/* Glow Backdrop ring behind glove */
.viewport-glow-ring {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 240, 118, 0.15) 0%, rgba(0, 229, 255, 0.05) 50%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
  transition: all 0.5s ease;
}

/* Photorealistic Canvas Viewport */
.glove-canvas-wrapper {
  position: relative;
  z-index: 2;
  width: 95%;
  height: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#glove-canvas {
  width: 100%;
  height: 100%;
  max-height: 540px;
  object-fit: contain;
  filter: drop-shadow(0 25px 40px rgba(0, 0, 0, 0.95));
  cursor: pointer;
  transition: transform 0.25s ease, filter 0.25s ease;
}

#glove-canvas:hover {
  filter: drop-shadow(0 25px 45px rgba(0, 240, 118, 0.3));
}

.canvas-loading-indicator {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(10, 13, 20, 0.85);
  backdrop-filter: blur(8px);
  z-index: 10;
  gap: 1rem;
  color: var(--primary-volt);
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: var(--radius-md);
  transition: opacity 0.3s ease;
}

.spinner-ring {
  width: 44px;
  height: 44px;
  border: 3px solid rgba(0, 240, 118, 0.2);
  border-top-color: var(--primary-volt);
  border-radius: 50%;
  animation: spinRing 0.8s linear infinite;
}

@keyframes spinRing {
  to { transform: rotate(360deg); }
}

/* Leather Texture Finish Classes */
.finish-matte .leather-shading {
  mix-blend-mode: multiply;
  opacity: 0.85;
}
.finish-matte .leather-highlight {
  mix-blend-mode: screen;
  opacity: 0.25;
}

.finish-gloss .leather-shading {
  mix-blend-mode: multiply;
  opacity: 0.95;
}
.finish-gloss .leather-highlight {
  mix-blend-mode: screen;
  opacity: 0.65;
}

.finish-metallic .leather-shading {
  mix-blend-mode: multiply;
  opacity: 0.9;
}
.finish-metallic .leather-highlight {
  mix-blend-mode: color-dodge;
  opacity: 0.85;
}

/* Viewport Bottom Info bar */
.viewport-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  color: var(--text-dim);
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.active-part-indicator {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-main);
  font-weight: 600;
}

.active-part-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}

/* Right: Control Studio Deck */
.customizer-controls-deck {
  background: rgba(16, 21, 34, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
}

/* Tab Navigation */
.control-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  background: rgba(10, 13, 20, 0.6);
  padding: 0.35rem;
  border-radius: var(--radius-md);
  margin-bottom: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.control-tab-btn {
  padding: 0.75rem 0.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  border-radius: var(--radius-sm);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  transition: all var(--transition-fast);
}

.control-tab-btn svg {
  width: 20px;
  height: 20px;
}

.control-tab-btn:hover {
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.04);
}

.control-tab-btn.active {
  background: var(--bg-tertiary);
  color: var(--primary-volt);
  border: 1px solid rgba(0, 240, 118, 0.3);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Tab Panels */
.tab-content-panel {
  display: none;
  animation: fadeInPanel 0.3s ease;
}

.tab-content-panel.active {
  display: block;
}

@keyframes fadeInPanel {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.panel-section-title {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.panel-section-title span.badge-num {
  font-family: var(--font-body);
  font-size: 0.75rem;
  background: rgba(0, 240, 118, 0.15);
  color: var(--primary-volt);
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-full);
}

.panel-section-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

/* Glove Part Selection Pills Grid */
.part-selector-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

@media (max-width: 480px) {
  .part-selector-grid {
    grid-template-columns: 1fr;
  }
}

.part-btn {
  background: rgba(23, 30, 48, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-align: left;
  transition: all var(--transition-fast);
}

.part-btn:hover {
  background: rgba(28, 38, 61, 0.9);
  border-color: rgba(255, 255, 255, 0.2);
}

.part-btn.active {
  background: rgba(0, 240, 118, 0.08);
  border-color: var(--primary-volt);
  box-shadow: 0 0 15px rgba(0, 240, 118, 0.15);
}

.part-swatch-preview {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  flex-shrink: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.part-info-box {
  overflow: hidden;
}

.part-name {
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--text-main);
  display: block;
  line-height: 1.2;
}

.part-current-color {
  font-size: 0.75rem;
  color: var(--text-dim);
  font-family: monospace;
}

/* Color Swatch Grid */
.color-picker-box {
  background: rgba(10, 13, 20, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  margin-bottom: 2rem;
}

.swatch-group-label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: space-between;
}

.swatch-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 540px) {
  .swatch-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.color-swatch-item {
  aspect-ratio: 1;
  border-radius: var(--radius-sm);
  cursor: pointer;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.12);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.color-swatch-item:hover {
  transform: scale(1.12);
  border-color: #ffffff;
  z-index: 2;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.6);
}

.color-swatch-item.active {
  border-color: var(--primary-volt);
  transform: scale(1.08);
  box-shadow: 0 0 12px var(--primary-volt);
}

.color-swatch-item.active::after {
  content: '✓';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 0.9rem;
  color: #ffffff;
  text-shadow: 0 0 4px #000, 0 0 8px #000;
}

/* Custom Hex & Native Color Picker Row */
.custom-hex-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.native-color-wrap {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  flex-shrink: 0;
}

.native-color-wrap input[type="color"] {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 64px;
  height: 64px;
  border: none;
  cursor: pointer;
}

.hex-input-wrap {
  display: flex;
  align-items: center;
  flex: 1;
  background: rgba(23, 30, 48, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-sm);
  padding: 0 0.85rem;
}

.hex-prefix {
  color: var(--text-dim);
  font-weight: 700;
  font-family: monospace;
}

.hex-input-wrap input {
  background: transparent;
  border: none;
  color: var(--text-main);
  padding: 0.65rem 0.5rem;
  font-family: monospace;
  font-size: 0.95rem;
  width: 100%;
  text-transform: uppercase;
}

/* Finish Toggle Selector (Matte vs Gloss vs Metallic) */
.finish-selector-group {
  margin-bottom: 1.5rem;
}

.finish-options-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.finish-option-btn {
  padding: 0.75rem 0.5rem;
  background: rgba(23, 30, 48, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-align: center;
  transition: all var(--transition-fast);
}

.finish-option-btn:hover {
  background: rgba(28, 38, 61, 0.8);
  color: var(--text-main);
}

.finish-option-btn.active {
  background: rgba(0, 240, 118, 0.12);
  border-color: var(--primary-volt);
  color: var(--primary-volt);
}

/* Tab 2: Custom Text / Name Styling */
.form-control-block {
  margin-bottom: 1.25rem;
}

.control-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}

.control-label span.val-hint {
  color: var(--primary-volt);
  font-family: monospace;
}

.studio-input {
  width: 100%;
  background: rgba(23, 30, 48, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-sm);
  color: var(--text-main);
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  transition: border-color var(--transition-fast);
}

.studio-input:focus {
  border-color: var(--primary-volt);
  box-shadow: 0 0 10px rgba(0, 240, 118, 0.2);
}

.font-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
}

.font-choice-btn {
  padding: 0.75rem;
  background: rgba(23, 30, 48, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
  color: var(--text-main);
  font-size: 1.1rem;
  text-align: center;
  transition: all var(--transition-fast);
}

.font-choice-btn:hover {
  background: rgba(28, 38, 61, 0.9);
  border-color: rgba(255, 255, 255, 0.2);
}

.font-choice-btn.active {
  border-color: var(--primary-volt);
  background: rgba(0, 240, 118, 0.08);
  color: var(--primary-volt);
}

.range-slider-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.studio-slider {
  flex: 1;
  -webkit-appearance: none;
  appearance: none;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.15);
  outline: none;
}

.studio-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--primary-volt);
  cursor: pointer;
  box-shadow: 0 0 10px var(--primary-volt);
}

/* Tab 3: Logo Upload Box */
.logo-upload-zone {
  border: 2px dashed rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-md);
  padding: 2.2rem 1.5rem;
  text-align: center;
  background: rgba(10, 13, 20, 0.4);
  cursor: pointer;
  transition: all var(--transition-fast);
  margin-bottom: 1.5rem;
}

.logo-upload-zone:hover, .logo-upload-zone.dragover {
  border-color: var(--primary-volt);
  background: rgba(0, 240, 118, 0.04);
}

.upload-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 0.75rem;
  color: var(--primary-volt);
}

.upload-prompt-text {
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 0.25rem;
}

.upload-hint {
  font-size: 0.8rem;
  color: var(--text-dim);
}

.logo-adjustments-card {
  background: rgba(10, 13, 20, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-md);
  padding: 1.25rem;
}

.uploaded-thumb-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.logo-thumb-preview {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  object-fit: contain;
  padding: 4px;
}

/* Tab 4: Specifications & Form */
.specs-row-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 500px) {
  .specs-row-grid {
    grid-template-columns: 1fr;
  }
}

.studio-select {
  width: 100%;
  background: rgba(23, 30, 48, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  color: var(--text-main);
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
}

.studio-select option {
  background: #101522;
  color: #fff;
}

/* Weight / Ounce Selector Chips */
.oz-chips-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.4rem;
  margin-bottom: 1.25rem;
}

.oz-chip-btn {
  padding: 0.65rem 0.2rem;
  background: rgba(23, 30, 48, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
  color: var(--text-muted);
  font-weight: 700;
  font-size: 0.85rem;
  text-align: center;
  transition: all var(--transition-fast);
}

.oz-chip-btn:hover {
  border-color: rgba(255, 255, 255, 0.25);
  color: var(--text-main);
}

.oz-chip-btn.active {
  background: var(--primary-volt);
  color: var(--text-dark);
  border-color: var(--primary-volt);
  box-shadow: 0 0 10px rgba(0, 240, 118, 0.3);
}

/* Submit Action Button */
.submit-custom-order-btn {
  width: 100%;
  padding: 1.15rem;
  background: linear-gradient(135deg, var(--primary-volt) 0%, #00c762 100%);
  color: var(--text-dark);
  font-family: var(--font-heading);
  font-size: 1.55rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  border-radius: var(--radius-md);
  box-shadow: 0 10px 25px rgba(0, 240, 118, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.75rem;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.submit-custom-order-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(0, 240, 118, 0.5);
  background: linear-gradient(135deg, #25ff8d 0%, #00d96c 100%);
}

.submit-custom-order-btn:active {
  transform: translateY(1px);
}

/* Order Confirmation Modal */
.order-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.order-modal-backdrop.active {
  display: flex;
  animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
  from { opacity: 0; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1); }
}

.order-modal-card {
  background: #101522;
  border: 1px solid rgba(0, 240, 118, 0.3);
  border-radius: var(--radius-lg);
  max-width: 620px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.9), 0 0 35px rgba(0, 240, 118, 0.2);
  padding: 2.25rem;
  position: relative;
}

.order-modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.4rem;
  color: var(--text-muted);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.order-modal-close:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.order-success-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(0, 240, 118, 0.15);
  color: var(--primary-volt);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  box-shadow: 0 0 20px rgba(0, 240, 118, 0.3);
}

.order-summary-box {
  background: rgba(23, 30, 48, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  margin: 1.5rem 0;
}

.order-summary-row {
  display: flex;
  justify-content: space-between;
  padding: 0.45rem 0;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.order-summary-row:last-child {
  border-bottom: none;
}

.summary-color-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.summary-color-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.modal-action-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
}

@media (max-width: 500px) {
  .modal-action-buttons {
    grid-template-columns: 1fr;
  }
}

.btn-download-mockup {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--text-main);
  padding: 0.85rem;
  border-radius: var(--radius-sm);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn-download-mockup:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}

.btn-email-inquiry {
  background: var(--primary-volt);
  color: var(--text-dark);
  padding: 0.85rem;
  border-radius: var(--radius-sm);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 4px 15px rgba(0, 240, 118, 0.3);
}

.btn-email-inquiry:hover {
  background: #25ff8d;
}
