.page-top-info {
  /* display: none; */
}
.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: black;
  border-radius: 13px;
  padding: 0px 214px 0px 44px;
  min-height: 400px;
  color: white;
  
}
.hero-content__left-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 31px;
  width: 100%;
  max-width: 629px;
}
.hero-content .switcher-title {
  max-width: 600px;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: white;
  margin: 0;
}
.hero-content__text {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.hero-content__hero-img {
  max-width: 313px;
  width: 100%;
  height: auto; 
}

.steps-section {
  position: relative;
  margin-top: 56px;
  padding: 56px 0;
  text-align: center;
}
.steps-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: var(--secondary-black-dark-light-bg);
  pointer-events: none;
}
.steps-content {
  position: relative;
  z-index: 1;
}
.steps-section__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  margin: 0;
}
.steps-section__text {
  max-width: 707px;
  margin: 12px auto 0;
  color: var(--white_text_black);
}
.steps-section .steps-cards {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  min-height: 216px;
}
.steps-section .steps-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: var(--card_bg_black);
  border: 1px solid var(--input_border_color);
  padding: 20px;
  border-radius: 6px;
  color: var(--white_text_black);
}
.steps-section .steps-card__number {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 45px;
  padding: 5px;
  background: #fff731;
  background-color: var(--theme-base-color);
  font-weight: 500;
  font-size: 16px;
  color: black;
}
.steps-card__title {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.steps-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.faq-section {
  max-width: 732px;
  margin: 0 auto;
  padding: 56px 0;
}
.faq-section__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  text-align: center;
  margin-bottom: 24px;
}
.faq-section__details {
  position: relative;
  padding: 20px 0;
  cursor: pointer;
  border-bottom: 1px solid var(--input_border_color);
}
.faq-section__details::after {
  content: '';
  position: absolute;
  right: 0;
  top: 26px;
  width: 11px;
  height: 6px;
  background-image: url('data:image/svg+xml,<svg width="11" height="6" viewBox="0 0 11 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 5L5.14645 1.35355C5.34171 1.15829 5.65829 1.15829 5.85355 1.35355L9.5 5" stroke="black" stroke-width="1.5" stroke-linecap="round" /></svg>');
}
body.theme-dark .faq-section__details::after {
  filter: invert(1);
}
.faq-section__details[open]::after {
  transform: rotate(180deg);
}
.faq-section__summary {
  list-style: none;
  font-weight: 500;
  font-size: 20px;  
  line-height: 24px; 
  color: var(--white_text_black);
}
.faq-section__content {
  padding-top: 16px;
  font-size: 16px;
  line-height: 20px;
}

@media only screen and (max-width: 1450px) {
  .hero-content {
    padding: 0px 44px;
  }
 }

@media only screen and (max-width: 1280px) {
 .steps-cards {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1024px) {
  .hero-content {
    padding: 0px 30px;
 }
}
@media only screen and (max-width: 768px) {
  .hero-content {
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
    gap: 32px;
 }
  .hero-content__left-wrapper {
    gap: 16px;
 }
 .hero-content .switcher-title {
    font-size: 20px;
 }
 .landing .hero-content__btn {
    align-self: center;
    min-height: 44px;
    height: auto;
    white-space: initial;
    padding: 0 17px;
    font-size: 14px;
    width: 100%;
  }
  .hero-content__hero-img {
    max-width: 156px;
 }
 
 
 .steps-section {
  padding: 44px 0;
 }
 .steps-content {
    padding: 0px;
 }
 .steps-section__title {
  font-size: 20px;
 }
 .steps-section__text {
  font-size: 14px;
  line-height: 20px; 
 }

 .faq-section__summary {
    font-size: 16px;
    line-height: 20px;
  }
  .faq-section__content {
    padding-top: 12px;
  }
}







        .container {
            max-width: 1280px;
            margin: 0 auto;
        }

        .trade-in-page .title {
            font-size: 1.875rem;
            font-weight: bold;
            color: #111827;
            margin-bottom: 32px;
            line-height: 1.2;
        }

        .cards-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 16px;
        }

        @media (min-width: 768px) {
            .trade-in-page .title {
                font-size: 2.25rem;
            }
            
            .cards-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        .device-card {
            position: relative;
            background: linear-gradient(to bottom right, #1f2937, #111827);
            border-radius: 16px;
            overflow: hidden;
            height: 400px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .device-card:hover {
            transform: scale(1.01);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }

        .device-card-image {
            position: absolute;
            inset: 0;
        }

        .device-card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.6;
            transition: opacity 0.3s ease;
        }

        .device-card:hover .device-card-image img {
            opacity: 0.7;
        }

        .device-card-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4), transparent);
        }

        .device-card-content {
            position: relative;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 24px;
        }

        .device-card-text {
            margin-bottom: 24px;
        }

        .device-card-title {
            font-size: 1.5rem;
            font-weight: bold;
            color: #ffffff;
            margin-bottom: 4px;
            line-height: 1.2;
            filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
        }

        .device-card-subtitle {
            font-size: 1.5rem;
            font-weight: bold;
            color: #ffffff;
            line-height: 1.2;
            filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
        }

        .device-card-button {
            background-color: #FFF731;
            color: #000000;
            font-weight: bold;
            padding: 16px 24px;
            border-radius: 8px;
            border: none;
            font-size: 1rem;
            cursor: pointer;
            width: 100%;
            transition: all 0.3s ease;
        }

        .device-card-button:hover {
            opacity: 0.9;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }

        .device-card-button:active {
            transform: scale(0.98);
        }