@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.GPUPitstop {
  background-color: #0a0a0a;
  color: #f0f0f0;
  font-family: Poppins;
  line-height: 1.7;
}
.GPUPitstop h1 {
  font-size: 2rem;
}
.GPUPitstop h2 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.GPUPitstop h3 {
  font-size: 1.3rem;
  font-weight: 600;
}
.GPUPitstop p {
  font-size: 1.05rem !important;
}
.GPUPitstop .title-card p,
.GPUPitstop .hoe > .row > .col-12 p,
.GPUPitstop .asus p,
.GPUPitstop .nvidia p,
.GPUPitstop .voorwaarden p {
  color: #d0d0d0;
}

.GPUPitstop a {
  color: #cb35ba;
  transition: color 0.2s ease;
}
.GPUPitstop a:hover {
  color: #e060d0;
}
/* INTRO/Header */

.GPUPitstop .intro img {
  display: block;
  width: 100%;
  height: auto;
}
.GPUPitstop .logos {
  align-items: flex-end;
  display: flex;
  flex-direction: row-reverse;
}
.GPUPitstop .introtekst {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.GPUPitstop section.intro div.col-12.introtekst svg {
  margin-right: 10px;
}
.GPUPitstop span {
  color: #cb35ba;
}
.GPUPitstop .pitstop img {
  width: 200px;
  height: auto;
}
.GPUPitstop .stappen p {
  margin: 5px;
}
.GPUPitstop .stappen p:nth-of-type(2) {
  margin: 5px 25px;
}
.GPUPitstop .stappen p:nth-of-type(3) {
  margin: 5px 45px;
}

@media (max-width: 768px) {
  .GPUPitstop .logos {
    flex-direction: column;
    align-items: center;
    padding: 25px;
  }
  .GPUPitstop .pitstop {
    justify-content: center;
    display: flex;
    padding: 25px;
  }

  .GPUPitstop .nvidia img {
    margin-top: -80px !important;
  }
}
@media (max-width: 740px) {
  .GPUPitstop .intro .introtekst {
    text-align: center;
  }
  .GPUPitstop .stappen p {
    margin: 5px;
  }
}
@media (max-width: 480px) {
  .GPUPitstop p-5 {
    padding: 2rem !important;
  }
}

/* Hoe werkt het? */
.GPUPitstop .card {
  padding: 0;
  position: relative;
  cursor: pointer;
  height: 100%;
  width: 100%;
  flex: 1;
}
.GPUPitstop .card > div {
  background-color: #ffffff;
  color: black !important;
  border: transparent solid 2px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}
.GPUPitstop .card > div .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.GPUPitstop .card p,
.GPUPitstop .card .card-text {
  color: black !important;
}
.GPUPitstop .card > div:hover {
  border-color: #cb35ba;
  box-shadow: 0 4px 20px rgba(203, 53, 186, 0.3);
  transform: translateY(-4px);
}
.GPUPitstop .stap.active .card > div {
  border-color: #cb35ba;
  box-shadow: 0 4px 20px rgba(203, 53, 186, 0.25);
}
.GPUPitstop .card svg {
  display: block;
  height: 60px;
  width: 60px;
  object-fit: contain;
  filter: invert(1);
  margin: 20px auto;
}
.GPUPitstop .card a {
  color: white;
}
.GPUPitstop .bol {
  color: white;
  background-color: #cb35ba;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 2px solid transparent;
  margin-bottom: -20px;
  z-index: 5;
  font-weight: 700;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}
.GPUPitstop .stap.active .bol {
  border-color: #cb35ba;
  box-shadow: 0 0 10px rgba(203, 53, 186, 0.4);
}
.GPUPitstop .bol p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.GPUPitstop .hoe .stap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.GPUPitstop .hoe .btn {
  background-color: #cb35ba;
  border: none;
  border-radius: 6px;
  color: white;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 1rem !important;
  letter-spacing: 0.02em;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.GPUPitstop .hoe .btn:hover {
  background-color: #d94dc8;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(203, 53, 186, 0.4);
}
.GPUPitstop .hoe #stap1Btn,
.GPUPitstop .hoe #stap2Btn,
.GPUPitstop .hoe #stap3Btn {
  cursor: pointer;
  color: #cb35ba;
  font-weight: 600;
  font-size: 0.9rem !important;
  transition:
    color 0.3s ease,
    opacity 0.3s ease;
}
.GPUPitstop .hoe #stap1Btn:hover,
.GPUPitstop .hoe #stap2Btn:hover,
.GPUPitstop .hoe #stap3Btn:hover {
  text-decoration: none;
  color: #d94dc8;
  opacity: 0.9;
}
#contentpage > div > div > section.hoe > div.row.p-5 > div:nth-child(3) > div.card.text-center {
  width: 100%;
}
#contentpage > div > div > section.hoe > div.row.p-5 > div:nth-child(3) > div.card.text-center > div {
  min-height: 245px;
}

@media (max-width: 824px) {
  .GPUPitstop .stappen p {
    justify-content: left !important;
  }

  .GPUPitstop .stappen p:nth-of-type(2) {
    margin: 5px !important;
  }
  .GPUPitstop .stappen p:nth-of-type(3) {
    margin: 5px !important;
  }
}

@media (max-width: 768px) {
  .GPUPitstop .hoe .stap {
    padding: 10px;
  }
  .GPUPitstop section.hoe div.row.p-5 div div.card.text-center div {
    min-height: 200px;
  }
  .GPUPitstop .hoe .stap:nth-of-type(1) {
    padding-left: 10px;
  }
}

@media (max-width: 575px) {
  .GPUPitstop section.hoe div.row.p-5 div div.card.text-center div {
    min-height: auto;
  }
}

@media (max-width: 500px) {
  .p-5 {
    padding: 1.5rem !important;
  }
}

/*ASUS*/
.GPUPitstop .video {
  max-width: 800px;
  border-radius: 12px;
  overflow: hidden;
}

/*NVIDIA*/
.GPUPitstop .nvidia .col-12:first-of-type {
  z-index: 5;
}
.GPUPitstop .nvidia img {
  width: 100%;
  margin-top: -220px;
  z-index: 1;
}

/* Stap content sections */
.GPUPitstop .hoe #stap1,
.GPUPitstop .hoe #stap2,
.GPUPitstop .hoe #stap3 {
  background: linear-gradient(135deg, rgba(203, 53, 186, 0.08) 0%, rgba(10, 10, 10, 0) 60%);
  margin: 0 1rem;
  border-radius: 0 0 12px 12px;
}
.GPUPitstop .hoe #stap1 h3,
.GPUPitstop .hoe #stap2 h3,
.GPUPitstop .hoe #stap3 h3 {
  color: white;
}

/* Title card improvements */
.GPUPitstop .title-card h2 {
  font-size: 1.6rem;
  line-height: 1.5;
  max-width: 700px;
  margin: 0 auto 1.5rem;
}
.GPUPitstop .stappen {
  max-width: 1100px;
  margin: 0 auto;
}
.GPUPitstop .stappen p {
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 5px; */
  text-align: left;
}
.GPUPitstop .stappen p svg {
  flex-shrink: 0;
}

/* Section spacing */
.GPUPitstop section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.GPUPitstop section:last-child {
  border-bottom: none;
}

/* Prijzen */
.GPUPitstop .prijzen p {
  color: #d0d0d0;
}
.GPUPitstop .prijs-card {
  background-color: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}
.GPUPitstop .prijs-card:hover {
  border-color: rgba(203, 53, 186, 0.3);
  box-shadow: 0 4px 20px rgba(203, 53, 186, 0.15);
}
.GPUPitstop .prijs-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.GPUPitstop .prijs-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.GPUPitstop .prijs-content {
  padding: 1.5rem 2rem 2rem;
  flex: 1;
}
.GPUPitstop .prijs-content h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #f0f0f0;
}
.GPUPitstop .prijs-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.GPUPitstop .prijs-content li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  color: #ccc;
  line-height: 1.6;
}
.GPUPitstop .prijs-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 8px;
  height: 8px;
  background-color: #cb35ba;
  border-radius: 50%;
}

/* ASUS Monitoren */
.GPUPitstop .ASUS-monitoren .monitor-card {
  background-color: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}
.GPUPitstop .ASUS-monitoren .monitor-card:hover {
  border-color: rgba(203, 53, 186, 0.3);
  box-shadow: 0 4px 20px rgba(203, 53, 186, 0.15);
  transform: translateY(-4px);
}
.GPUPitstop .monitor-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 1.5rem;
}
.GPUPitstop .monitor-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.GPUPitstop .monitor-content {
  padding: 1.25rem 1.5rem 1.5rem;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.GPUPitstop .monitor-content h3 {
  font-size: 1.1rem;
  color: #f0f0f0;
  margin: 0;
}
.GPUPitstop .monitor-content .btn {
  background-color: #cb35ba;
  border: none;
  border-radius: 6px;
  color: white;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.GPUPitstop .monitor-content .btn p {
  display: inline;
  margin: 0;
  white-space: nowrap;
}
.GPUPitstop .monitor-content .btn .promoStrikeprice {
  font-size: 0.75rem;
  text-decoration: line-through;
  opacity: 0.7;
  font-weight: 400;
}
.GPUPitstop .monitor-content .btn .promoPrice {
  margin: 0;
  white-space: nowrap;
}
.GPUPitstop .monitor-content .btn:hover {
  background-color: #d94dc8;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(203, 53, 186, 0.4);
  color: white;
}

/* Voorwaarden */
.GPUPitstop .voorwaarden {
  background-color: #111;
}
.GPUPitstop .voorwaarden h3 {
  color: #cb35ba;
  margin-bottom: 1rem;
}
.GPUPitstop .voorwaarden ul {
  padding-left: 1.2rem;
}
.GPUPitstop .voorwaarden li {
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
  color: #aaa;
  line-height: 1.6;
}

/*Stappen hiden*/
#stap2,
#stap3 {
  display: none;
}
