@media(max-width: 1200px) {
  :root {
    --container-padding: 0;
  }
}

@media(max-width: 990px) {
  html {
    font-size: 14px;
  }

  /* Header */
  header .navbar-brand {
    max-width: 100rem;
  }
  header .custom-menu-inner .header-legal {
    gap: 2rem;
  }
  header .module-social ul {
    gap: 1rem;
  }




}


@media(max-width: 700px) {
  html {
    font-size: 13px;
  }
  :root {
    --section-title: 2.25rem;
    --text-lg: 1.5rem;
    --text-xxl: 2.5rem;
  }
  .my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .mt-6 {
    margin-top: 6rem;
  }
  .mb-6 {
    margin-bottom: 6rem;
  }
  .py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .pt-6 {
    padding-top: 6rem;
  }
  .pb-6 {
    padding-bottom: 6rem;
  }

  header .module-social,
  header .custom-menu-inner .header-legal {
    display: none;
  }
  .custom-menu-inner {
    display: flex;
    justify-content: center;
  }

  /* Intro Section */
  .top-bonus-container {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
  }
  .top-bonus-container .left {
    padding: 0;
    gap: 1rem;
  }
  .top-bonus-container .left .title > * {
    font-size: 3.5rem;
  }
  .top-bonus-container .bonus-image-wrapper {
    max-width: 100%;
  }
  .top-bonus-container .right {
    display: none;
  }
  .intro-buttons {
    flex-direction: column;
    gap: 1rem;
  }
  .intro-buttons .module-button {
    gap: 1rem;
  }
  .intro-buttons .module-button:before {
    display: none;
  }
  .intro-buttons .module-button > * {
    width: 100%;
  }

  /* Bonus Grid */
  .bonus-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  /* Bonus List */
  .bonus-list {
    margin-left: calc(var(--bs-gutter-x)* -0.5);
    margin-right: calc(var(--bs-gutter-x)* -0.5);
  }
  .bonus-list-card {
    --col-1: 10.5rem;
    border-radius: 0;
  }
  .bonus-list-card-inner {
    grid-template-columns: var(--col-1) 1fr;
    align-items: flex-start;
    /* padding: 0.5rem; */
    padding: 1rem;
    column-gap: 0.5rem;
    row-gap: 1rem;
  }
  .bonus-list-content-wrapper {
    /* padding: 0 0.5rem; */
    padding: 0;
    text-align: center;
  }
  .bonus-list-image-wrapper img {
    padding: 0 0.5rem;
  }
  /* .bonus-list-content-wrapper .title > * {
    font-size: 1.3rem;
  } */
  .bonus-list-content-wrapper .description > * {
    line-height: 1.3em;
    font-size: 1rem;
  }
  .bonus-list-button {
    display: grid;
    grid-template-columns: var(--col-1) 1fr;
    align-items: center;
    grid-column: 1/3;
    gap: 1rem;
    margin: 0;
  }
  .top-item-trophy {
    transform: translate(1rem, -50%);
  }
  .bonus-list-button-inner {
    align-items: center;
  }
  .bonus-list-button-inner .btn-primary {
    font-size: 1rem;
    width: auto !important;
  }
  .bonus-list-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    font-size: 0;
    min-width: var(--col-1);
    /* gap: 0.2rem; */
  }
  .bonus-list-rating .stars {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(1rem, 1fr));
  }
  .bonus-list-rating .stars svg {
    width: 100%;
  }
  .bonus-list-button .external-link {
    text-decoration: none;
    line-height: 1em;
    min-height: 1.5rem;
  }
  .bonus-list-button .external-link svg {
    display: none;
  }



  #section-2:before,
  #section-3:before {
    display: none;
  }
  /* don't do this... */
  #section-3 .col-lg-5 {
    order: -1;
  }
  /* end don't do this... */

  #section-3 .image {
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
  #section-3 li {
    align-items: flex-start;
    gap: 1rem;
  }
  .benefits {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }


  #purple-section .module-fickle {
    text-align: center;
  }
  #purple-section .module-fickle:first-child {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  #purple-section .module-fickle:first-child .fickle-image {
    margin: auto;
  }
  #purple-section .module-fickle:first-child .fickle-text-content {
    padding-top: 0;
  }

  #purple-section .module-fickle:not(:first-child) {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  #purple-section .module-fickle:not(:first-child) .fickle-image {
    max-width: 4rem;
  }

  .recommended-slots .module-fickle {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .recommended-slots .fickle-item.fickle-title {
    max-width: 100%;
  }

  .accordion {
    --bs-accordion-btn-padding-y: 1em;
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-body-padding-x: 0;
  }
  .module-faq .accordion-button .title {
    gap: 1rem;
  }
  .module-faq .accordion-button .title img {
    max-width: 2rem !important;
  }

  #contact-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
  }
  .form-control {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }

  /* Footer */
  .footer-logo {
    width: 100%;
  }
  .module-social svg {
    width: 3.5rem;
    height: auto;
  }
  .module-footer ul {
    display: flex;
    flex-direction: column;
  }

  footer .footer-legal {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  footer .footer-legal img {
    width: 100%;
    max-height: 3.5rem;
  }

}
