:root {
  font-family: 'Montserrat', sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f4f6fb;
  color: #111827;
}

body.configurator-page {
  background: #f4f6fb;
}

.configurator-header {
  background: var(--bs-gray-dark);
}

.configurator-banner {
  width: 100%;
  height: 150px;
  background: radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.25), transparent 45%), linear-gradient(180deg, #907b92 0%, #475780 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: center;
  color: #fff;
}

.configurator-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.15), transparent 55%);
  opacity: 0.6;
  pointer-events: none;
}

.banner-media {
  width: 100%;
  height: 100%;
}

.banner-pc {
  width: auto;
  height: auto;
  max-height: 140px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.configurator-section {
  background: #f4f6fb;
  padding: 4rem 0 5rem;
  color: #111827;
}

.configurator-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  padding-inline: clamp(1.25rem, 5vw, 5rem);
  margin: 0 auto;
  color: #111827;
}

.configurator-intro {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #111827;
}

.eyebrow {
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: rgba(31, 41, 55, 0.55);
}

.configurator-intro h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: 0.02em;
  text-transform: none;
  margin-bottom: 0.4rem;
  color: #0f172a;
}

.configurator-intro p {
  margin-bottom: 0;
  color: #6b7280;
}

.total-chip {
  align-self: flex-start;
  background: linear-gradient(120deg, #a4f35d, #63f2c2);
  color: #0f172a;
  padding: 1.25rem 1.75rem;
  border-radius: 1.5rem;
  text-align: center;
  min-width: 190px;
  box-shadow: 0 15px 35px rgba(99, 242, 194, 0.35);
}

.total-chip span {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  display: block;
  margin-bottom: 0.35rem;
  color: rgba(15, 23, 42, 0.6);
}

.total-chip strong {
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  color: #0f172a;
}

.filters-card {
  background: #ffffff;
  border-radius: 0;
  padding: 2rem;
  box-shadow: none;
  border: 1px solid #e3e8f5;
}

.budget-control {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.budget-input {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  border: 1px solid #dfe4f2;
  background: #f7f9fd;
  width: fit-content;
}

.budget-input .form-control {
  background: transparent;
  border: none;
  color: #0f172a;
  font-size: 1.75rem;
  font-weight: 600;
  width: 140px;
  padding-left: 0;
}

.budget-input .form-control:focus {
  box-shadow: none;
}

.budget-input .currency {
  font-size: 1.35rem;
  font-weight: 700;
  color: rgba(15, 23, 42, 0.65);
}

.budget-input small {
  color: rgba(15, 23, 42, 0.45);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.filters-card .form-range {
  accent-color: #7c5dff;
}

.filters-card .form-range::-webkit-slider-thumb {
  background-color: #7c5dff;
}

.filters-card .form-range::-moz-range-thumb {
  background-color: #7c5dff;
}

.cpu-toggle .btn {
  border-color: #d4dbef;
  color: #111827;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8rem;
  background: #fff;
}

.cpu-toggle .btn.active, .cpu-toggle .btn:hover, .cpu-toggle .btn:focus-visible {
  background: linear-gradient(120deg, #7c5dff, #8df5b5);
  border-color: transparent;
  box-shadow: 0 12px 26px rgba(124, 93, 255, 0.35);
  color: #0f172a;
}

.config-card {
  background: #ffffff;
  border-radius: 0;
  padding: 2rem;
  box-shadow: none;
  border: 1px solid #e3e8f5;
}

.config-card-copy {
  margin-bottom: 1.5rem;
}

.config-card-copy h3 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  color: #0f172a;
}

.config-card-copy p {
  margin: 0;
  color: #6b7280;
}

.case-picker {
  background: #f7f9fd;
  border-radius: 0;
  padding: 1.5rem;
  border: 1px solid #e2e7f5;
  box-shadow: none;
  margin-bottom: 1.5rem;
}

.case-picker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.case-picker-header h4 {
  margin: 0.15rem 0 0;
  font-size: 1.3rem;
  color: #0f172a;
}

.case-overline {
  letter-spacing: 0.35em;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #8b94a9;
}

.case-controls {
  display: flex;
  gap: 0.5rem;
}

.case-control {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #dfe4f2;
  background: #fff;
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.case-control:hover {
  border-color: #7c5dff;
  color: #7c5dff;
  transform: translateY(-2px);
}

.case-control .bi {
  font-size: 1.4rem;
}

.case-carousel {
  position: relative;
}

.case-gallery {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.case-gallery-grid {
  width: 100%;
}

.case-gallery-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.case-gallery-actions .btn-group {
  box-shadow: none;
}

.case-card-brand {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #8b94a9;
}

.case-card-subtitle {
  margin: 0;
  letter-spacing: 0.05em;
  font-size: 0.85rem;
  color: #6b7280;
  text-transform: none;
}

.case-card {
  background: transparent;
  border: none;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.case-media {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1:1;
  /*background: radial-gradient(circle at 30% 15%, rgba(124, 93, 255, 0.35), transparent 55%), #040b1a;*/
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
}

.case-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(7, 13, 30, 0.85);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.65rem;
  padding: 0.35rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.case-card-body {
  text-align: center;
}

.case-card-body h5 {
  margin: 0;
  font-size: 1.4rem;
  color: #0f172a;
}

.case-card-body p {
  margin: 0.15rem 0 0;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.8rem;
  color: #6b7280;
}

.case-indicators {
  position: static;
  margin-top: 1rem;
  gap: 0.4rem;
}

.case-indicators button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  background: #dfe4f2;
}

.case-indicators .active {
  background: linear-gradient(120deg, #7c5dff, #8df5b5);
}

@media (max-width: 768px) {
  .case-media {
    max-width: 260px;
  }
}

.component-accordion .accordion-item {
  border: none;
  background: transparent;
  margin-bottom: 1rem;
}

.component-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.component-accordion .accordion-button {
  border-radius: 18px;
  background: #f7f9fd;
  gap: 0.9rem;
  box-shadow: inset 0 0 0 1px #e0e7f5;
  color: #0f172a;
  font-weight: 600;
}

.component-accordion .accordion-button:not(.collapsed) {
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(124, 93, 255, 0.15);
}

.component-accordion .accordion-button .bi {
  font-size: 1.6rem;
  color: #7c5dff;
}

.component-accordion .accordion-button > div {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.component-accordion .accordion-button > div small {
  font-size: 0.8rem;
  color: #8b94a9;
  letter-spacing: 0.04em;
  text-transform: none;
}

.component-accordion .accordion-button:focus {
  border: none;
  box-shadow: 0 0 0 3px rgba(124, 93, 255, 0.25);
}

.component-accordion .accordion-body {
  padding: 1.25rem 0 0;
}

.configurator-grid {
  align-items: stretch;
}

.component-panel {
  background: #111a25;
  border-radius: 32px;
  padding: 1.75rem;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.04);
  margin-bottom: 1.5rem;
}

.component-panel:last-child {
  margin-bottom: 0;
}

.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.panel-overline {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.75rem;
  color: #9aa3b8;
  margin-bottom: 0.4rem;
}

.panel-header h3 {
  color: #0f172a;
  margin: 0;
  font-size: 1.35rem;
}

.panel-chip {
  border-radius: 999px;
  border: 1px solid #dfe4f2;
  padding: 0.35rem 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6b7280;
}

.component-options {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.component-option {
  border: 1px solid #e1e7f5;
  border-radius: 0;
  padding: 1.15rem 1.35rem;
  background: #ffffff;
  color: #111827;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.component-option .option-title {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #0f172a;
}

.component-option .option-subtitle {
  display: block;
  font-size: 0.8rem;
  color: #7c8297;
  letter-spacing: 0.02em;
  margin-top: 0.2rem;
}

.component-option .option-price {
  font-size: 1.15rem;
  font-weight: 700;
  color: #6b4dff;
}

.component-option.is-active {
  background: linear-gradient(135deg, rgba(124, 93, 255, 0.15), rgba(141, 245, 181, 0.35));
  border-color: rgba(124, 93, 255, 0.7);
}

.component-option:is(:hover, :focus-visible) {
  border-color: rgba(124, 93, 255, 0.9);
  transform: translateY(-2px);
}

.preview-panel {
  background: #ffffff;
  border-radius: 0;
  padding: 2rem;
  box-shadow: none;
  border: 1px solid #e3e8f5;
  height: 100%;
}

.preview-header h3 {
  margin: 0;
  color: #0f172a;
}

.preview-copy {
  color: #6b7280;
  margin-bottom: 1.5rem;
}

.preview-scene {
  position: relative;
  border-radius: 28px;
  background: radial-gradient(circle at 30% 20%, rgba(124, 93, 255, 0.15), transparent 55%), #f5f7fc;
  padding: 1.5rem;
  border: 1px solid #e3e7f7;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preview-scene img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(15, 23, 42, 0.25));
}

.btn-builds {
  border-radius: 999px;
  background: linear-gradient(120deg, #b1ff5c, #5ef2b3);
  border: none;
  color: #0f172a;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 0.85rem 1.5rem;
  box-shadow: 0 18px 32px rgba(94, 242, 179, 0.4);
}

.hotspot {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #fff;
}

.hotspot::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff4d7a;
  box-shadow: 0 0 20px rgba(255, 77, 122, 0.9);
}

.hotspot span {
  text-transform: none;
  letter-spacing: 0.05em;
  background: rgba(6, 11, 19, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.8rem;
  line-height: 1.35;
}

.hotspot strong {
  display: block;
  font-size: 0.85rem;
  color: #fff;
}

.hotspot-cpu {
  top: 14%;
  right: 10%;
}

.hotspot-ram {
  top: 34%;
  left: 16%;
}

.hotspot-gpu {
  bottom: 26%;
  left: 10%;
}

.hotspot-storage {
  bottom: 18%;
  right: 14%;
}

@media (min-width: 768px) {
  .configurator-intro {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .total-chip {
    align-self: auto;
  }
}

@media (min-width: 768px) {
  .budget-input {
    width: auto;
  }
}

@media (max-width: 576px) {
  .configurator-wrapper {
    gap: 1.5rem;
  }
}

@media (max-width: 576px) {
  .budget-input {
    flex-wrap: wrap;
    border-radius: 24px;
    justify-content: space-between;
  }
}

@media (max-width: 576px) {
  .budget-input .form-control {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .component-panel, .preview-panel {
    padding: 1.25rem;
    border-radius: 24px;
  }
}

@media (max-width: 576px) {
  .preview-scene {
    min-height: 320px;
    padding: 1rem;
  }
}

@media (max-width: 576px) {
  .hotspot {
    font-size: 0.65rem;
    letter-spacing: 0.15em;
  }
}

.hero {
  position: relative;
  min-height: 100vh;
  background: radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.25), transparent 45%), linear-gradient(180deg, #2c0f3b 0%, #3b1761 35%, #1f4e6c 65%, #0c1a2b 100%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.35), transparent 45%), radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.2), transparent 55%);
  opacity: 0.9;
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.05), transparent 50%);
  pointer-events: none;
}

.hero .navbar {
  position: relative;
  z-index: 3;
  padding: 1.5rem 0;
}

.navbar-brand {
  letter-spacing: 0.3em;
  font-size: 1rem;
  text-transform: uppercase;
}

.navbar-brand .bi {
  font-size: 1.4rem;
}

.navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.85rem;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: #f3f3f3;
}

.btn-navbar {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  padding: 0.45rem 1.5rem;
}

.hero-inner {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding: 2rem 1.5rem 3rem;
  text-align: center;
}

.hero-bg-text {
  position: absolute;
  top: 35%;
  left: 1.5rem;
  font-family: 'Playfair Display', serif;
  font-size: clamp(4rem, 12vw, 11.5rem);
  letter-spacing: 0.8em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.14);
  z-index: 1;
  pointer-events: none;
}

.hero-copy {
  max-width: 720px;
  width: 100%;
  z-index: 2;
}

.hero-overline {
  letter-spacing: 0.5em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.hero-title {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.hero-script {
  font-family: 'Pacifico', cursive;
  font-size: clamp(2.75rem, 6vw, 4rem);
  letter-spacing: 0;
}

.hero-block {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3.5rem, 9vw, 7rem);
  letter-spacing: 0.25em;
  line-height: 0.9;
}

.hero-description {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
}

.hero-visual {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto;
}

.hero-actions {
  position: relative;
  z-index: 3;
  margin-top: auto;
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem;
}

.hero-footer {
  background: var(--bs-gray-dark);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.35em;
}

.hero-footer .footer-brand {
  font-size: 0.85rem;
  font-weight: 600;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.footer-link {
  color: inherit;
  text-decoration: none;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
}

.footer-link:hover {
  color: #b0ff07;
}

.hero-btn {
  border-radius: 50px;
  padding: 0.85rem 3rem;
  text-transform: uppercase;
  letter-spacing: 0.35em;
}

.hero-btn-outline {
  border-radius: 50px;
  padding: 0.85rem 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
}

.pc-card {
  background: transparent;
  border: none;
  border-radius: 3rem;
  padding: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.pc-card img {
  width: min(90vw, 520px);
  max-width: 100%;
  height: auto;
  display: block;
  filter: none;
}

.hero-caption {
  font-size: 0.9rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  z-index: 2;
}

@media (min-width: 1200px) {
  .pc-card img {
    width: min(65vw, 760px);
  }
}

@media (min-width: 1400px) {
  .pc-card img {
    width: min(60vw, 900px);
  }
}

@media (min-width: 992px) {
  .hero-inner {
    align-items: flex-start;
    text-align: left;
    padding: 2.5rem 4rem 3rem;
  }
}

@media (min-width: 992px) {
  .hero-copy {
    max-width: 640px;
  }
}

@media (min-width: 992px) {
  .hero-bg-text {
    top: 30%;
  }
}

@media (max-width: 768px) {
  .hero-bg-text {
    left: 1rem;
    font-size: clamp(2.5rem, 22vw, 6rem);
    top: 15%;
  }
}

@media (max-width: 768px) {
  .hero-caption {
    letter-spacing: 0.15em;
  }
}

@media (max-width: 576px) {
  .hero-actions {
    flex-direction: column;
    gap: 0.75rem;
  }
}

@media (max-width: 576px) {
  .navbar-nav {
    margin-top: 1rem;
  }
}

@media (max-width: 576px) {
  .btn-navbar {
    width: 100%;
  }
}

.hero-cta {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-start;
}

.hero-cta .hero-btn, .hero-cta .hero-btn-outline {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.hero-specs {
  margin-top: 1.5rem;
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.hero-specs strong {
  font-size: 1.4rem;
  display: block;
  color: #fff;
}

.hero-price-card {
  background: radial-gradient(circle at 20% -20%, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  border-radius: 18px;
  padding: 1rem 1.5rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.hero-price-card span {
  font-size: 0.65rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.hero-price-card strong {
  font-size: 2rem;
  margin: 0.25rem 0;
  color: #fff;
}

.hero-price-card small {
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.hero-specs p {
  margin-bottom: 0.25rem;
}

@media (max-width: 992px) {
  .hero-inner {
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .hero-copy {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .hero-visual {
    order: -1;
  }
}

@media (max-width: 992px) {
  .hero-specs {
    justify-content: center;
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .hero-cta {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .hero-cta .btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .configurator-intro {
    flex-direction: column;
    gap: 1rem;
  }
}

.configurator-slider {
  background: #0b1220;
  color: #f8fbff;
  border-radius: 48px;
  margin-top: 2.5rem;
  padding-block: 2.75rem;
  box-shadow: 0 30px 45px rgba(6, 11, 19, 0.25);
}

.configurator-slider .slider-header h4 {
  margin: 0;
  font-size: 1.6rem;
}

.slider-controls {
  display: flex;
  gap: 0.65rem;
}

.slider-nav {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.slider-nav:hover {
  border-color: #63f2c2;
  background: rgba(99, 242, 194, 0.12);
  transform: translateY(-2px);
}

.slider-track-wrapper {
  padding-top: 1rem;
}

.slider-track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.5rem;
}

.slider-track::-webkit-scrollbar {
  height: 6px;
}

.slider-track::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 999px;
}

.slider-card {
  min-width: 240px;
  max-width: 280px;
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  padding: 1.5rem;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.slider-chip {
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.7);
}

.slider-card h5 {
  margin: 0;
  font-size: 1.25rem;
  color: #fff;
}

.slider-card p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
}

.slider-link {
  margin-top: auto;
  font-size: 0.9rem;
  color: #63f2c2;
  text-decoration: none;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.slider-link i {
  font-size: 1rem;
}

@media (max-width: 768px) {
  .configurator-slider {
    border-radius: 32px;
    padding-block: 2rem;
  }
}

@media (max-width: 768px) {
  .slider-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .slider-track {
    gap: 1rem;
  }
}

