.header-advertiser {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  background-color: var(--primary);
}

.header-advertiser span {
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .header-advertiser span {
    font-size: 1.25rem;
  }
}

.header-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  background-color: #e4f6f2;
  padding: 2rem 1.25rem;
  text-align: center;
}

.header-content h2 {
  color: #a70c0c;
  font-weight: bold;
  font-size: 1.875rem;
}

.header-content span {
  font-weight: bold;
  color: black;
  font-size: 1rem;
}

@media (min-width: 640px) {
  .header-content span {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .header-content h2 {
    font-size: 2.5rem;
  }
  .header-content span {
    font-size: 1.25rem;
  }
}

.order-details {
  width: 100%;
  padding: 3rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("../../../assets/main/img/backgrounds/order-hero-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.order-details h4 {
  color: black;
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 5rem;
  text-align: center;
}

.order-details img {
  max-width: 300px;
}

@media (min-width: 768px) {
  .order-details img {
    max-width: 581px;
  }
}

.order-details span {
  font-weight: bold;
  color: var(--primary-light);
  font-size: 2rem;
  padding-bottom: 1.25rem;
}

.order-details span:last-of-type {
  max-width: 672px;
  font-weight: normal;
  font-size: 1rem;
  color: #2b2a2a;
  text-align: center;
}

.congrats-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 6rem 1.25rem;
  gap: 1.5rem;
}

.congrats-container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 522px;
}

.congrats-section .congrats-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.congrats-section span {
  font-weight: normal;
  font-size: 1rem;
  color: black;
}

.congrats-section h4 {
  font-weight: bold;
  font-size: 2rem;
  color: black;
  line-height: 1.25;
}

.congrats-section p {
  font-weight: normal;
  font-size: 1rem;
  color: #2b2a2a;
  line-height: 1.5;
}

.congrats-section img {
  max-width: 100%;
  width: 519px;
  height: 432px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .congrats-section h4 {
    font-size: 2rem;
  }

  .congrats-section p {
    font-size: 1.125rem;
  }
}

@media (min-width: 640px) {
  .order-details h4 {
    font-size: 2.5rem;
  }
  .order-details span {
    font-size: 2.5rem;
  }
  .order-details span:last-of-type {
    font-size: 1.125rem;
  }
}

.vip-section {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  padding: 3rem 1.25rem;
}

.vip-section-content {
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-align: center;
}

.vip-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vip-title {
  font-weight: bold;
  font-size: 1.875rem;
  color: white;
}

@media (min-width: 768px) {
  .vip-title {
    font-size: 36px;
  }
}

.vip-subtitle {
  font-size: 1.25rem;
}

.vip-description {
  max-width: 652px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: normal;
}

@media (min-width: 768px) {
  .vip-description {
    font-size: 1.25rem;
  }
}

.couple-pack-title {
  z-index: 10;
  font-weight: bold;
  font-size: 1.875rem;
  color: white;
  text-align: center;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .couple-pack-title {
    font-size: 3rem;
    text-align: center;
  }
}

.vip-bg-image {
  inset: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vip-bg-image img {
  width: 100%;
  height: 100%;
}

.reasons-section {
  width: 100%;
  background-color: #e3f6f2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6rem 1.25rem;
}

.reasons-section h2 {
  font-weight: bold;
  font-size: 1.875rem;
  color: black;
  text-align: center;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .reasons-section h2 {
    font-size: 3rem;
  }
}

.reasons-cards-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 857px;
  padding-bottom: 6rem;
}

.reason-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  max-width: 857px;
  width: 100%;
}

.reason-card img {
  width: 100%;
  height: auto;
}

.reason-card-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.reason-card-title {
  font-weight: bold;
  font-size: 1.5rem;
  color: black;
}

.reason-card-description {
  font-size: 1rem;
  color: #2b2a2a;
}

@media (min-width: 768px) {
  .reason-card {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }

  .reason-card-title {
    font-size: 2rem;
  }

  .reason-card-description {
    font-size: 1.25rem;
  }

  .reason-card img {
    max-width: 300px;
  }
}

@media (min-width: 1024px) {
  .reason-card {
    flex-direction: row;
    justify-content: flex-start;
  }

  .reason-card.reverse {
    flex-direction: row-reverse;
  }
}

.reasons-results {
  position: relative;
  max-width: 843px;
  padding: 6rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: var(--custom-green-gradient);
  box-shadow: var(--shadow);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  gap: 3.5rem;
}

@media (min-width: 1024px) {
  .reasons-results {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .reasons-results {
    padding-inline: 3.5rem;
  }
}

.reasons-results-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  max-width: 589px;
}

@media (min-width: 1024px) {
  .reasons-results-content {
    align-items: start;
  }
}

.reasons-results-content span {
  font-weight: bold;
  font-size: 1.875rem;
  max-width: 354px;
  color: white;
  line-height: 1.2;
}

.reasons-results-content p {
  font-size: 1rem;
  color: white;
  font-weight: normal;
  max-width: 507px;
}

.reasons-results img {
  position: relative;
  right: 0;
}

@media (min-width: 768px) {
  .reasons-results-content span {
    font-size: 2rem;
  }

  .reasons-results-content p {
    font-size: 1.25rem;
    max-width: 425px;
  }
}

@media (min-width: 1024px) {
  .reasons-results-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 6rem 3.5rem;
  }

  .reasons-results-content {
    align-items: flex-start;
    text-align: left;
  }

  .reasons-results img {
    position: absolute;
    right: -3.5rem;
  }
}

.couple-pack {
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

.couple-pack-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .couple-pack-cards {
    justify-content: start;
    gap: 0;
  }
}

.couple-pack-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-light);
  border-radius: 20px;
  padding: 2.25rem 1.25rem;
  gap: 1.75rem;
  margin-left: 0;
  width: 75%;
}

@media (min-width: 768px) {
  .couple-pack-footer {
    align-items: start;
    justify-content: start;
    margin-left: -12px;
    width: auto;
  }
}

.couple-pack-footer span {
  max-width: 100%;
  text-align: center;
  font-weight: 600;
  color: black;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .couple-pack-footer span {
    text-align: left;
    max-width: 162px;
  }
}

.couple-pack-footer img {
  width: 116px;
  height: 135px;
}

.couple-pack-warn {
  color: var(--dark);
  font-weight: 700;
  font-size: 1.25rem;
}

.advertise-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6rem 1.25rem;
}

.advertise-header {
  max-width: 850px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding-bottom: 160px;
}

.advertise-header h3 {
  font-weight: 700;
  color: #000000;
  font-size: 1.875rem;
  text-align: center;
}

@media (min-width: 768px) {
  .advertise-header {
    font-size: 2.5rem;
  }
}

.advertise-header p {
  color: var(--dark);
  font-weight: 500;
  font-size: 1.25rem;
  text-align: center;
}

.advertise-support {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  max-width: 551px;
  gap: 8px;
  text-align: center;
  padding-top: 96px;
  padding-bottom: 96px;
}

.advertise-support span {
  font-weight: 700;
  color: black;
  font-size: 1.875rem;
}

.advertise-support p {
  color: var(--dark);
  font-weight: 500;
  font-size: 1.25rem;
}
