@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


/* ================= GLOBAL ================= */

.pricing-page {
  font-family: Inter, system-ui, sans-serif;
}

.show-on-mobile{
    display: none;
}

/* ================= HERO ================= */
.pricing-hero-section {
  padding-top: 5.44rem;
  text-align: center;
}

.pricing-hero-container {
  max-width: 900px;
  margin: auto;
}

.pricing-badge-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.pricing-hero-badge {
    display: flex;
    height: 1.5625rem;
    padding: 0.25rem 0.8125rem 0.25rem 0.65625rem;
    justify-content: center;
    align-items: flex-start;
    gap: 0.34375rem;  
    border-radius: 2097150rem;
    border: 1px solid rgba(224, 231, 255, 0.50);
    background: rgba(238, 242, 255, 0.50);
    margin-bottom: 1.5rem;
    width: 15rem;
}

.hero-icon-price {
    width: 1.0625rem;
    height: 1.0625rem;
}

.pricing-hero-badge span {
    color: #4F39F6;
    text-align: center;
    font-family: Poppins;
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.9375rem; /* 136.364% */
    letter-spacing: 0.09375rem;
    text-transform: uppercase;
}

.pricing-hero-heading {
    color: #101828;
    text-align: center;
    font-family: Poppins;
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4.125rem; /* 110% */
    letter-spacing: -0.09375rem;
    margin-bottom: 0.62rem;
}

.pricing-hero-heading-2 {
    text-align: center;
    font-family: Poppins;
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4.125rem; /* 110% */
    letter-spacing: -0.09375rem;
    background: linear-gradient(90deg, #101828 0.24%, #364153 41.34%, #7C86FF 82.45%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.94rem;

}


.pricing-hero-description {
    width: 41.1875rem;
    color: var(--subtext1, #475569);
    text-align: center;
    font-family: Poppins;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.82813rem; /* 162.5% */
    margin: 0 auto 2.81rem;
}

/* Toggle */
.toggle-con {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 2.81rem;
}

.pricing-toggle { 
display: flex;
align-items: center;
border-radius: 2.1875rem;
background: #EBEBEB;
height: 2.75rem;
justify-content: space-between;

} 

.pricing-toggle input[type="radio"] { 
  position: absolute; 
  opacity: 0; 
  pointer-events: none; 
} 

.pricing-toggle-btn { 
color: #000;
text-align: center;
font-family: Poppins;
font-size: 0.875rem;
font-style: normal;
font-weight: 400;
line-height: 0.9375rem; /* 107.143% */
  padding: 0.6875rem 1.8125rem 0.5rem 1.75rem;

  cursor: pointer; 
} 

.pricing-togle-bt-bg {
  display: flex; 
  height: 2.125rem; 
  justify-content: center; 
  align-items: center; 
  border-radius: 2.1875rem;
    white-space: nowrap;
  padding: 0.31rem .31rem 0.31rem 0.31rem;

  

}

.pricing-toggle input[type="radio"]:checked + .pricing-toggle-btn { 
  display: flex; 
  height: 2.125rem; 

  justify-content: center; 
  align-items: center; 
  border-radius: 2.1875rem;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0 4px 4px 0 rgba(0, 128, 215, 0.20);
  border: 1px solid #FFF;

} 

.pricing-toggle-btn span { 
  color: #007E22; 
  font-family: Poppins; 
  font-size: 0.875rem; 
  font-style: normal; 
  font-weight: 500; 
  line-height: 0.9375rem; 
}

/* ================= CARDS ================= */
.pricing-cards-section {
  position: relative;
  /* padding-bottom: 12.53rem; */
  
}

/* soft glow background */
.pricing-cards-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, #eef2ff 0%, transparent 70%);
  z-index: -1;
}

.pricing-cards-wrapper {
  display: flex;
  justify-content: center;
  gap: 32px;
}

/* Card base */
.pricing-card {
  width: 29.0625rem;
  border-radius: 1rem;
  border: 1px transparent;
  background: #FFF;
  box-shadow: 0 910px 250px 0 rgba(41, 93, 148, 0.00), 0 583px 233px 0 rgba(41, 93, 148, 0.01), 0 328px 197px 0 rgba(41, 93, 148, 0.05), 0 146px 146px 0 rgba(41, 93, 148, 0.09), 0 36px 80px 0 rgba(41, 93, 148, 0.10);
  padding: 32px;
  position: relative;
  transition: 
    border-color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.pricing-card-advanced::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30rem;
height: 0.1875rem;
  opacity: 0.68;
background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, #7C86FF 50%, rgba(0, 0, 0, 0.00) 100%);
  /* z-index: 1; */
}

.pricing-card-standard:hover {
  border-radius: 1rem;
border: 1px solid var(--yellow, #FFB800);
background: #EAF7FF;
box-shadow: 0 910px 250px 0 rgba(41, 93, 148, 0.00), 0 583px 233px 0 rgba(41, 93, 148, 0.01), 0 328px 197px 0 rgba(41, 93, 148, 0.05), 0 146px 146px 0 rgba(41, 93, 148, 0.09), 0 36px 80px 0 rgba(41, 93, 148, 0.10);
}

.pricing-card-advanced:hover  {
  border-radius: 1rem;
border: 1px solid var(--yellow, #FFB800);
background: linear-gradient(180deg, #DCEBFF 0%, #DEE4FF 53.37%, #E2DEFF 100%);
box-shadow: 0 911px 250px 0 rgba(41, 93, 148, 0.00), 0 583px 233px 0 rgba(41, 93, 148, 0.01), 0 328px 197px 0 rgba(41, 93, 148, 0.05), 0 146px 146px 0 rgba(41, 93, 148, 0.09), 0 36px 80px 0 rgba(41, 93, 148, 0.10);
}

/* Button hover inside card */
/* .pricing-card:hover .pricing-card-btn {
  transform: scale(1.08);
} */

/* Smooth button animation */
.pricing-card-btn {
  transition: 
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

/* Extra pop for button on hover */
/* .pricing-card:hover .standard-btn {
  box-shadow: 0 12px 25px rgba(223, 161, 41, 0.35);
}

.pricing-card:hover .advanced-btn {
  box-shadow: 0 12px 25px rgba(0, 128, 215, 0.35);
} */

/* Labels */
.pricing-card-label {
  color: #0A0A0A;
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem; /* 155.556% */
  margin-bottom: 0.44rem;
}

.pricing-card-label.advanced {
  color: #4F39F6;
}

.pricing-card-Text {
  align-self: stretch;
  color: #6A7282;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.32031rem; /* 150.893% */
  margin-bottom: 0.94rem;

}


/* Popular badge */
.pricing-card-popular {
display: flex;
width: 15.8125rem;
height: 1.5rem;
padding: 0 0.75rem;
align-items: center;
gap: 0.375rem;
border-radius: 2097150rem;
background: #4F39F6;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);

  position: absolute;
  top: -11px;
  left: 65%;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;

}

.card-popular-icon {
    width: 0.75rem;
    height: 0.75rem;
    flex-shrink: 0;
}

.pricing-card-popular span {
    color: #FFF;
    font-family: Poppins;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.84375rem; /* 135% */
    letter-spacing: 0.05625rem;
    text-transform: uppercase;
    white-space: nowrap;
}



/* Price */
.pricing-card-price {
  margin-bottom: 0.88rem;
}

.price-value {
    color: #030213;
    font-family: Poppins;
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem; /* 100% */
    letter-spacing: -0.15rem;
}

.price-period {
    color: #717182;
    font-family: Poppins;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem; /* 142.857% */

}

/* Description */
.pricing-card-desc {
    height: 1.125rem;
    flex-shrink: 0;
    align-self: stretch;
    color: var(--Primary-color, #0080D7);
    font-family: Poppins;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.21875rem; /* 150% */
    margin-bottom: 1.06rem;
}

.pricing-card-desc-adv {
    flex: 1 0 0;
align-self: stretch;
    color: var(--Primary-color, #0080D7);
font-family: Poppins;
font-size: 0.8125rem;
font-style: normal;
font-weight: 600;
line-height: 1.21875rem; /* 150% */
margin-bottom: 1.75rem;
}

.stnd-card-desc {
    display: flex;
    gap: 1.25rem; 
    margin-bottom: 1rem;
}

.stnd-card-desc-1 {
    display: flex;
    justify-content: center;
}

.stnd-card-desc-1 span{
    display: flex;
    margin-left: 0.31rem;
}

.stnd-card-desc span {
    color: var(--subtext1, #475569);
font-family: Poppins;
font-size: 0.8125rem;
font-style: normal;
font-weight: 400;
line-height: 1.21875rem; /* 150% */
margin-right: 1.25rem;
}

.green-tick-icon {
    height: 1rem;
    flex-shrink: 0;
    align-self: stretch;
transform: translateY(2px); 
}

/* Buttons */
.pricing-card-btn {
display: flex;
width: 24.5625rem;
height: 3rem;
padding: 0.6875rem 9.53319rem 0.8125rem 7.90431rem;
align-items: center;
border-radius: 0.625rem;

  position: relative;
  z-index: 0;
  border: none;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 24px;
}

.pricing-card-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: inherit;   /* keeps yellow / blue color */
  z-index: -1;
  transform: scale(1);
  transition: transform 0.25s ease;
} 

.pricing-card:hover .pricing-card-btn::before {
  transform: scale(1.08);
}

.standard-btn {
  background: var(--Yellow-Color, #DFA129);
  color: #000;
box-shadow: 0 10px 15px -3px rgba(236, 236, 240, 0.50), 0 4px 6px -4px rgba(236, 236, 240, 0.50);

text-align: center;
font-family: Poppins;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 1.5rem; /* 150% */
}

.advanced-btn {
background: var(--Primary-color, #0080D7);
box-shadow: 0 10px 15px -3px #DBE4FF, 0 4px 6px -4px #87A2FF;
color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 1rem;
font-style: normal;
font-weight: 500;
line-height: 1.3125rem; /* 131.25% */
letter-spacing: -0.02188rem;
    white-space: nowrap;

}

.card-features-heading {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  margin-bottom: 1.53rem;
}

.card-features-heading-stnd {
    width: 1.625rem;
    height: 1.625rem;
    flex-shrink: 0;
}

.card-features-heading-adv {
    width: 1.625rem;
    height: 1.625rem;
    aspect-ratio: 1/1;
}

.card-features-heading span {
    color: var(--subtext1, #475569);
font-family: Poppins;
font-size: 0.875rem;
font-style: normal;
font-weight: 600;
line-height: 0.9375rem; /* 107.143% */
letter-spacing: 0.09375rem;
}

/* Features */
.pricing-card-features {
  list-style: none;
  padding: 0;
}

.pricing-card-features li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.87rem;
}

.pricing-feature {
  color: #000;
font-family: Poppins;
font-size: 0.9375rem;
font-style: normal;
font-weight: 300;
line-height: 1.17188rem; /* 125% */
margin-left: 0.63rem;
 display: block;
  flex: 1; 
}

.yellow-tick-icon-co {
  display: flex;

}

.yellow-tick-icon {
    height: 1rem;
align-self: stretch;    
transform: translateY(2px); 
}


/* ============================= */
/* PRICING FOOTER */
/* ============================= */

.pricing-footer {
  position: relative;
  padding: 12.53rem 15rem;
  /* background: #FDFDFD; */
}

.pricing-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  text-align: center;
}

/* Footer item */
.pricing-footer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.security-icon {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

.lightning-icon {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

.spark-icon {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

/* Icon color variants */
.pricing-footer-icon{
    display: flex;
    width: 2rem;
    min-height: 2rem;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    border-radius: 0.625rem;
    background: #F9FAFB;
    margin-bottom: 0.69rem;
}


/* Title */
.pricing-footer-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #0f172a;
  margin-bottom: 6px;
}

/* Subtitle */
.pricing-footer-text {
  color: var(--subtext1, #475569);
  text-align: center;
  font-family: Poppins;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9375rem; /* 125% */
}

/* @media (max-width: 1600px) {
  .pricing-card {
    width: 26.21875rem;
    justify-content: center;

  }
  .pricing-card-btn {
    width: 21.46875rem;
    white-space: nowrap;
    justify-content: center;
  }
} */

.sub-feature-container {
  display: flex;
  align-items: flex-start;   /* important */
  justify-content: flex-start;
  /* gap: 6px; */
}

.sub-tick-container {
  display: flex;
}


/* Responsive */
@media (max-width: 768px) {
  .pricing-hero-section {
    padding: 3rem 1.25rem 0;
  }

  .pricing-hero-container {
    max-width: 100%;
    padding: 0;
  }

  /* Headings scale properly */
  .pricing-hero-heading,
  .pricing-hero-heading-2 {
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: -0.03rem;
  }

  /* THIS fixes alignment issue */
  .pricing-hero-description {
    width: 100%;        /* ✅ remove fixed width */
    max-width: 32rem;   /* optional readable width */
    margin: 0 auto 2rem;
    font-size: 0.95rem;
    line-height: 1.6rem;
    padding: 0 0.5rem;
  }

  /* Toggle center fix */
  .pricing-toggle {
    transform: scale(0.95);
  }

  /* Badge */
  .pricing-hero-badge {
    width: auto;
    padding: 0.25rem 0.6rem;
  }
  .pricing-footer-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  mobile-fd-reverse{
    flex-direction: column-reverse;
}
.mobile-fd{
    flex-direction:column;
}
.show-on-mobile{
    display: block;
}
.hide-on-mobile{
    display: none !important;
}
}


/* Advanced card background */

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {

   /* *{
    font-size: 14px;
   }  */
  .pricing-cards-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .pricing-hero-heading {
    font-size: 42px;
  }
}
