.Getstarted-container {
  margin: 0 auto !important;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  background-color: #2f327d;
  flex-direction: column !important;
  height: auto;
}

.Getstarted-title {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: bold;
  margin-bottom: 1.25rem;
  color: var(--white);
}
.Getstarted-title span {
  color: var(--orange);
}

.Getstarted-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: var(--white);
  margin-bottom: 2.5rem;
  font-weight: 300;
  line-height: 1.6;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.Getstarted-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  gap: 2.875rem;
  margin-left: 5.5rem;
}

.Getstarted-option {
  background-color: #f8f9fa;
  border-radius: 0.625rem;
  padding: 1.875rem;
  width: 100%;
  max-width: 45%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}

.Getstarted-option:hover {
  transform: translateY(-0.3125rem);
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
}

.GetStarted-image {
  width: 100%;
}

.Getstarted-option-title {
  font-size: clamp(1.7rem, 3vw, 1.5rem);
  color: var(--black);
  margin-bottom: 0.9375rem;
  font-weight: 500;
  margin-top: 0.9375rem;

  min-height: calc(
    1 * clamp(1.7rem, 3vw, 1.5rem) * 1.2
  ); /* Approx 2 lines height */
}

.Getstarted-option-description {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: var(--black);
  margin-bottom: 1.25rem;
  line-height: 1.5;
  font-weight: 300;
  flex-grow: 1; /* Takes available space */
}

.Getstarted-button {
  display: inline-block;
  padding: 0.75rem 1.875rem;
  background-color: var(--colorFFC8);
  color: var(--black);
  text-decoration: none;
  border-radius: 0.3125rem;
  font-weight: 500;
  margin-top: auto; /* Pushes button to bottom */
  align-self: center; /* Aligns button to left */
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.Getstarted-button-partner {
  display: inline-block;
  padding: 0.75rem 1.875rem;
  background-color: var(--colorFFC8);
  color: var(--black);
  text-decoration: none;
  border-radius: 0.3125rem;
  font-weight: 500;
  margin-top: auto; /* Pushes button to bottom */
  align-self: center; /* Aligns button to left */
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.Getstarted-button:hover {
  background-color: var(--colorFFC8);
}

.Getstarted-button-partner {
  background-color: var(--colorFFC8);
}

.Getstarted-button-partner:hover {
  background-color: var(--colorFFC8);
}

/* Small Mobile Devices (320px and below) */
@media (max-width: 20rem) {
  .Getstarted-container {
    padding: 1rem 0.5rem;
  }

  .Getstarted-title {
    font-size: 1.5rem;
  }

  .Getstarted-option {
    padding: 1rem;
  }
  .Getstarted-option {
    max-width: 45%;
    min-width: 980px;
  }
  .Getstarted-options {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* Medium Mobile Devices (321px to 480px) */
@media (min-width: 20.0625rem) and (max-width: 30rem) {
  .Getstarted-title {
    font-size: 1.6rem;
  }

  .Getstarted-subtitle {
    font-size: 1.05rem;
    padding: 1.05rem;
  }

  .Getstarted-option {
    max-width: 45%;
    min-width: 280px;
  }
  .Getstarted-options {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2.875rem;
    margin-left: 1.5rem;
  }
}

/* Large Mobile/Tablet (481px to 768px) */
@media (min-width: 30.0625rem) and (max-width: 48rem) {
  .Getstarted-title {
    font-size: 1.85rem;
  }

  .Getstarted-subtitle {
    font-size: 1.1rem;
    max-width: 85%;
    padding: 1.05rem;
  }

  .Getstarted-options {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .Getstarted-option {
    max-width: 45%;
    min-width: 280px;
  }
}

/* Small Tablets/Landscape Mobile (769px to 1024px) */
@media (min-width: 48.0625rem) and (max-width: 64rem) {
  .Getstarted-container {
    padding: 1.5rem 2rem;
  }

  .Getstarted-title {
    font-size: 2rem;
    padding: 1.05rem;
  }

  .Getstarted-subtitle {
    font-size: 1.15rem;
    max-width: 80%;
  }

  .Getstarted-options {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }

  .Getstarted-option {
    max-width: 45%;
    min-width: 300px;
    padding: 1.75rem;
  }

  .Getstarted-option-title {
    font-size: 1.6rem;
  }
}

/* Desktop (1025px to 1280px) */
@media (min-width: 64.0625rem) and (max-width: 80rem) {
  .Getstarted-container {
    padding: 2rem 3rem;
  }

  .Getstarted-title {
    font-size: 2.25rem;
  }

  .Getstarted-subtitle {
    font-size: 1.2rem;
    max-width: 700px;
    padding: 1.05rem;
  }

  .Getstarted-options {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
  }

  .Getstarted-option {
    max-width: 45%;
    min-width: 350px;
    padding: 2rem;
  }

  .Getstarted-option-title {
    font-size: 1.7rem;
  }

  .Getstarted-option-description {
    font-size: 1.1rem;
  }
}

/* Large Desktop (1281px and above) */
/* @media (min-width: 80.0625rem) {
  .Getstarted-container {
    padding: 2.5rem 4rem;
    max-width: 1600px;
  }

  .Getstarted-title {
    font-size: 2.5rem;
  }

  .Getstarted-subtitle {
    font-size: 1.25rem;
    max-width: 800px;
  }

  .Getstarted-options {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
  }

  .Getstarted-option {
    max-width: 500px;
    padding: 2.25rem;
  }

  .Getstarted-option-title {
    font-size: 1.8rem;
  }

  .Getstarted-option-description {
    font-size: 1.15rem;
  }
} */

/* Ultra-wide Screens (1920px and above) */
@media (min-width: 120rem) {
  .Getstarted-container {
    padding: 3rem 5rem;
  }

  .Getstarted-options {
    gap: 4rem;
  }

  .Getstarted-option {
    max-width: 550px;
    padding: 2.5rem;
  }
}

/* Special Cases for Landscape Orientation */
@media (max-height: 480px) and (orientation: landscape) {
  .Getstarted-container {
    padding: 1rem;
  }

  .Getstarted-options {
    flex-direction: row;
    gap: 1rem;
  }

  .Getstarted-option {
    padding: 1rem;
    max-width: 45%;
  }
}

/* High DPI/Retina Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Getstarted-button {
    border: 1px solid transparent;
  }
}
