/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Public Sans", sans-serif;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

/* Main app container */
.prime-app {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(180deg, #FFFDFC 0%, #FFF8F1 100%);
}

/* Background container */
.background-container {
  position: absolute;
  height: 100vh;
  left: 0;
  top: 0;
  width: 100%;
}

/* Intro Header Section */
.intro-header {
  position: absolute;
  height: 180px;
  left: 0;
  overflow: clip;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  top: 0;
  width: 100%;
  z-index: 2;
}

.intro-bg {
  position: absolute;
  background: linear-gradient(135deg, #151f39 0%, #2a3c5f 50%, #1a2347 100%);
  height: 180px;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Intro ellipse */
.intro-ellipse {
  position: absolute;
  width: 248px;
  height: 248px;
  top: 55px;
  left: calc(50% - 166px);
}

.intro-ellipse .ellipse-image {
  position: absolute;
  inset: -60.735%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Intro content */
.intro-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  left: 16px;
  padding: 0;
  top: 24px;
  width: calc(100% - 32px);
  box-sizing: border-box;
  content-stretch: stretch;
}

/* Logo section */
.logo-section {
  display: grid;
  grid-template-columns: max-content;
  grid-template-rows: max-content;
  inline-grid: true;
  line-height: 0;
  place-items: start;
  position: relative;
  flex-shrink: 0;
}

.logo-icon {
  grid-area: 1 / 1;
  height: 20.651px;
  position: relative;
  width: 29.846px;
  margin-top: calc(50% - 25px);
  margin-left: calc(50% - 62px);
}

.logo-icon .icon-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-text {
  grid-area: 1 / 1;
  height: 24px;
  margin-top: 0;
  position: relative;
  width: 86.144px;
  margin-left: calc(50% - 24.654px);
}

.logo-text .text-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Intro description */
.intro-description {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  line-height: 0;
  min-width: 100%;
  position: relative;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-align: center;
  width: min-content;
}

.intro-description p {
  display: block;
  line-height: 16px;
}

/* Tags container */
.tags-container {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
  content-stretch: stretch;
}

/* Tags */
.tag {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
  padding: 2px 8px;
  position: relative;
  flex-shrink: 0;
  border-radius: 12px;
  box-sizing: border-box;
  content-stretch: stretch;
}

.tag.prime-member {
  background-color: #E0F5EB;
}

.tag.valid-till {
  background-color: #def1ff;
}

.tag-content {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
  content-stretch: stretch;
}

.tag-content p {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  line-height: 0;
  position: relative;
  flex-shrink: 0;
  font-size: 12px;
  text-align: left;
  white-space: nowrap;
  display: block;
  line-height: 16px;
  white-space: pre;
}

.prime-member .tag-content p {
  color: #26734C;
}

.valid-till .tag-content p {
  color: #005999;
}

/* Decorative stars */
.star {
  position: absolute;
}

.star-1 {
  left: 346.428px;
  width: 42.857px;
  height: 42.857px;
  top: 2px;
}

.star-2 {
  left: 320px;
  width: 28.571px;
  height: 28.571px;
  top: 23.428px;
}

.star-image {
  position: absolute;
  inset: 11.76%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Main sections container */
.sections-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  left: 0;
  padding: 0;
  top: 180px;
  width: 100%;
  box-sizing: border-box;
  content-stretch: stretch;
  z-index: 1;
}

/* Prime Offerings Section */
.prime-offerings-section {
  height: 184px;
  overflow: clip;
  position: relative;
  flex-shrink: 0;
  width: 100%;
}

/* Offerings ellipse */
.offerings-ellipse {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 184px;
  height: 184px;
  transform: translateX(-50%);
}

.offerings-ellipse .ellipse-image {
  position: absolute;
  inset: -57.599%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Offerings content */
.offerings-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  left: 16px;
  padding: 0;
  top: 24px;
  width: calc(100% - 32px);
  box-sizing: border-box;
  content-stretch: stretch;
}

/* Program brief */
.program-brief {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  content-stretch: stretch;
  padding: 0;
  position: relative;
  flex-shrink: 0;
}

/* Heading */
.heading {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  content-stretch: stretch;
  padding: 0;
  position: relative;
  flex-shrink: 0;
}

.line-left {
  flex: 1;
  height: 0;
  min-height: 1px;
  min-width: 1px;
  position: relative;
  flex-shrink: 0;
}

.line-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: -1px;
  width: 100%;
  height: 1px;
  object-fit: contain;
}

.title-section {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: baseline;
  justify-content: flex-start;
  box-sizing: border-box;
  content-stretch: stretch;
  padding: 0;
  position: relative;
  flex-shrink: 0;
}

.vector-icon {
  height: 13px;
  width: 45.794px;
  position: relative;
  flex-shrink: 0;
}

.vector-icon .icon-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.title-text {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  line-height: 0;
  position: relative;
  flex-shrink: 0;
  color: #0c0c0c;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
}

.title-text p {
  display: block;
  line-height: 24px;
  white-space: pre;
}

.line-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 1px;
  min-width: 1px;
  position: relative;
  flex-shrink: 0;
}

.line-right .line-image {
  transform: rotate(180deg);
  width: 100%;
}

/* Categories */
.categories {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 96px;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  content-stretch: stretch;
  padding: 0;
  position: relative;
  flex-shrink: 0;
}

/* Category row */
.category-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  content-stretch: stretch;
  padding: 0;
  position: relative;
  flex-shrink: 0;
}

/* Category item */
.category-item {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  min-height: 1px;
  min-width: 1px;
  box-sizing: border-box;
  content-stretch: stretch;
  padding: 0;
  position: relative;
  flex-shrink: 0;
}

.category-icon {
  width: 16px;
  height: 16px;
  position: relative;
  flex-shrink: 0;
}

.category-icon .icon-image {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.category-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: center;
  min-height: 1px;
  min-width: 1px;
  box-sizing: border-box;
  content-stretch: stretch;
  padding: 0;
  position: relative;
  flex-shrink: 0;
  text-align: left;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  line-height: 0;
}

.category-title {
  position: relative;
  flex-shrink: 0;
  color: #0c0c0c;
  font-size: 14px;
  width: 100%;
}

.category-title p {
  display: block;
  line-height: 20px;
}

.category-subtitle {
  position: relative;
  flex-shrink: 0;
  color: rgba(12, 12, 12, 0.4);
  font-size: 12px;
  width: 100%;
}

.category-subtitle p {
  display: block;
  line-height: 16px;
}

/* Program Brief Section */
.program-brief-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  overflow: clip;
  padding: 0 16px;
  box-sizing: border-box;
  content-stretch: stretch;
  position: relative;
  flex-shrink: 0;
  width: 100%;
}

/* Brief content */
.brief-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
  content-stretch: stretch;
  padding: 0;
  position: relative;
  flex-shrink: 0;
}

/* Brief heading */
.brief-heading {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  content-stretch: stretch;
  padding: 0;
  position: relative;
  flex-shrink: 0;
}

.brief-title {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  content-stretch: stretch;
  padding: 0;
  position: relative;
  flex-shrink: 0;
}

.brief-title .title-text {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  line-height: 0;
  position: relative;
  flex-shrink: 0;
  color: #0c0c0c;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
}

.brief-title .title-text p {
  display: block;
  line-height: 24px;
  white-space: pre;
}

/* Brief description */
.brief-description {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  line-height: 0;
  min-width: 100%;
  position: relative;
  flex-shrink: 0;
  color: rgba(12, 12, 12, 0.7);
  font-size: 12px;
  text-align: center;
  width: min-content;
}

.brief-description p {
  display: block;
  line-height: 16px;
}

/* Pointers */
.pointers {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
  content-stretch: stretch;
  padding: 0;
  position: relative;
  flex-shrink: 0;
  overflow-y: auto;
}

/* Pointer card */
.pointer-card {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 16px;
  position: relative;
  flex-shrink: 0;
  width: 170px;
  height: 196px;
  border-radius: 8px;
  background: linear-gradient(1deg, #ffffff 0%, rgba(255, 243, 229, 0) 100%); 
  box-sizing: border-box;
  content-stretch: stretch;
  border: 1px solid rgba(255, 195, 125, 0.20);
}

.card-border {
  position: absolute;
  border: 1px solid rgba(255, 195, 125, 0.04);
  border-style: solid;
  inset: 0;
  pointer-events: none;
  border-radius: 8px;
}

.card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 1px;
  min-width: 1px;
  box-sizing: border-box;
  content-stretch: stretch;
  padding: 0;
  position: relative;
  flex-shrink: 0;
}

.card-icon {
  overflow: clip;
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.icon-container {
  position: absolute;
  inset: 10%;
}

.card-icon .icon-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card-title {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  line-height: 0;
  min-width: 100%;
  position: relative;
  flex-shrink: 0;
  color: #ef8354;
  font-size: 14px;
  text-align: left;
  width: min-content;
}

.card-title p {
  display: block;
  line-height: 20px;
}

.card-description {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  line-height: 0;
  min-width: 100%;
  position: relative;
  flex-shrink: 0;
  color: rgba(12, 12, 12, 0.7);
  font-size: 12px;
  text-align: left;
  width: min-content;
}

.card-description p {
  display: block;
  line-height: 16px;
}

/* Eligibility Section */
.eligibility-section {
  background-color: #ffffff;
  height: 292px;
  position: relative;
  flex-shrink: 0;
  width: 100%;
}

/* Eligibility background */
.eligibility-bg {
  position: absolute;
  bottom: 0;
  height: 72px;
  right: 0.353px;
  width: 83.647px;
}

.bg-image {
  position: absolute;
  height: 69.883px;
  right: 0.423px;
  width: 83.224px;
  top: calc(50% + 1.059px);
  transform: translateY(-50%);
}

.bg-image-content {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Eligibility content */
.eligibility-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  left: 0;
  padding: 24px 16px;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  content-stretch: stretch;
}

.eligibility-border {
  position: absolute;
  border: 1px solid rgba(255, 195, 125, 0.04);
  border-style: solid;
  bottom: -0.5px;
  left: 0;
  right: 0;
  top: -0.5px;
  pointer-events: none;
}

.eligibility-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  content-stretch: stretch;
  padding: 0;
  position: relative;
  flex-shrink: 0;
}

/* Eligibility heading */
.eligibility-heading {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  content-stretch: stretch;
  padding: 0;
  position: relative;
  flex-shrink: 0;
}

.eligibility-title {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  line-height: 0;
  position: relative;
  flex-shrink: 0;
  color: #0c0c0c;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
}

.eligibility-title p {
  display: block;
  line-height: 24px;
  white-space: pre;
}

/* Criteria list */
.criteria-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
  content-stretch: stretch;
  padding: 0;
  position: relative;
  flex-shrink: 0;
}

/* Criterion item */
.criterion-item {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  overflow: clip;
  width: 100%;
  box-sizing: border-box;
  content-stretch: stretch;
  padding: 0;
  position: relative;
  flex-shrink: 0;
}

.criterion-icon {
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}

.criterion-icon .icon-image {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.criterion-text {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  line-height: 0;
  position: relative;
  flex-shrink: 0;
  color: rgba(12, 12, 12, 0.7);
  font-size: 14px;
  text-align: left;
  width: 264px;
}

.criterion-text p {
  line-height: 20px;
  font-size: 14px;
}

.bold-text {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
}

.button-section{
  margin: 16px;
  display: flex;
  gap: 16px;
  width: calc(100% - 32px);
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid rgba(12, 12, 12, 0.20);
}
.button-box{
  width: 100%;
}
.faq-button{
  text-decoration: none;
  font-family: "Public Sans";
  background-color: #fff;
  color: #22366A;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  font-style: normal;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.faq-button img{
  width: 20px;
  height: 20px;
}

/* Responsive adjustments for very small screens */
@media (max-width: 320px) {
  .pointers {
    flex-direction: column;
    align-items: center;
  }

  .pointer-card {
    width: 100%;
    max-width: 170px;
  }

  .criterion-text {
    width: calc(100% - 32px);
  }
}
