.rim-restoration-container {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  font-family: "Montserrat", Arial;
}

.rim-restoration-left {
  flex: 1;
  max-width: 500px;
}

.rim-restoration-right {
  flex: 1;
  background: #FF8F1F;
  padding: 40px;
  color: white;
  border-radius: 0;
}

.rim-restoration-right .rim-big-image {
  display: none;
  max-width: 280px;
  margin: 0 auto 20px auto;
  filter: drop-shadow(0 0 3.75rem rgba(0, 0, 0, 0.4));
}

.rim-restoration-right .rim-big-image.active {
  display: block;
}

.rim-restoration-right.rim-alu .rim-big-image-alu {
  display: block;
}

.rim-restoration-right.rim-steel .rim-big-image-steel {
  display: block;
}

.rim-type-section {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.rim-type-btn {
  flex: 1;
  padding: 20px;
  border: 3px solid #f4f4f4;
  border-radius: 0;
  background: white;
  cursor: pointer;
  color: #FF8F1F;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  transition: all 0.3s;
}

.rim-type-btn img {
  filter: drop-shadow(0 0 3.75rem rgba(0, 0, 0, 0.4));
}

.rim-type-btn:hover {
  border-color: #FF8F1F;
  color: #FF8F1F;
  background: transparent;
}

.rim-type-btn.active {
  border-color: #FF8F1F;
  color: #FF8F1F;
  background: transparent;
}

.rim-icon {
  width: 60px;
  height: 60px;
}

.rim-size-section {
  margin-bottom: 30px;
}

.rim-size-section h3 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}

.rim-size-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.rim-size-btn {
  border: 2px solid #f4f4f4;
  border-radius: 0;
  aspect-ratio: 1;
  background: white;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s;
  border-radius: 50%;
}

.rim-size-btn:hover {
  background: #FF8F1F;
  color: #FFF;
  border-color: #FF8F1F;
}

.rim-size-btn.active {
  background: #FF8F1F;
  color: #FFF;
  border-color: #FF8F1F;
}

.rim-variant-section {
  margin-bottom: 30px;
}

.rim-variant-section h3 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}

.rim-variant-btn {
  width: 47%;
  padding: 20px;
  border: 3px solid #f4f4f4;
  border-radius: 0;
  background: white;
  color: #FF8F1F;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s;
  margin-right: 4%;
}

.rim-variant-btn:last-child {
  margin-right: 0;
}

.rim-variant-btn:hover {
  border-color: #FF8F1F;
  color: #FF8F1F;
  background: transparent;
}

.rim-variant-btn.active {
  border-color: #FF8F1F;
  color: #FF8F1F;
  background: transparent;
}

.rim-price-section {
  margin-bottom: 30px;
}

.rim-price-section h2 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.price-display {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.price-single {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  font-family: "Lexend Mega", Arial;
  position: relative;
}

.price-single:first-child {
  padding-right: 50px;
}

.price-single:first-child:after {
  content: '/';
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 48px;
  color: #f4f4f4;
  transform: translateY(-50%);
  font-weight: 200;
}

.price-amount {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  color: #FF8F1F;
  font-family: "Lexend Mega", Arial;
  letter-spacing: -0.3rem;
  margin-right: .4rem;
}

.price-amount.small {
  font-size: 28px;
  line-height: 28px;
}

.price-label {
  font-size: 14px;
  color: #000;
  font-family: "Lexend Mega", Arial;
  letter-spacing: -0.1rem;
}

.price-label.small {
  font-size: 12px;
  color: #666;
}

.price-set {
  margin: 20px 0;
}

.price-set p {
  font-size: 16px;
  color: #666;
}

.price-method {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
}

.action-buttons {
  display: flex;
  gap: 15px;
}

.btn-primary,
.btn-secondary {
  flex: 1;
  padding: 15px 25px;
  border-radius: 0;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s;
  text-align: center;
}

.btn-primary {
  background: #FF8F1F;
  color: white;
}

.btn-primary:hover {
  background: #ff8800;
  color: white;
}

.btn-secondary {
  background: white;
  color: #000;
  border: 2px solid #000;
}

.btn-secondary:hover {
  border: 2px solid #ff8800;
  background: #ff8800;
  color: white;
}

.rim-preview-image {
  width: 100%;
  max-width: 60px !important;
  margin: 0 auto 10px;
  display: block;
}

.services-included h3 {
  font-size: 18px;
  margin: 25px 0 15px;
  font-weight: 600;
}

.services-list,
.additional-services {
  list-style: none;
  padding: 0;
}

.services-list {
  columns: 2;
  column-fill: balance;
  column-gap: 16px;
}

.services-list li {
  padding: 8px 0;
  font-size: 14px;
  break-inside: avoid-column;
}

.services-list .services-icon {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
  margin-right: .5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.additional-services li {
  padding: 10px 0;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.price-note {
  font-size: 12px;
  margin-top: 20px;
  font-style: italic;
}

@media (max-width: 968px) {
  .rim-restoration-container {
    flex-direction: column;
  }

  .rim-restoration-left,
  .rim-restoration-right {
    max-width: 100%;
  }

  .rim-size-buttons {
    grid-template-columns: repeat(4, 1fr);
  }
}