@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

#section-2 h2{
    font-size: 4rem;
}

#section-2  .gradient-text {
  background: linear-gradient(
    to right,
    #c2d82e,
    #d15e3f,
    #af006e
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 4.5rem;
}

/* Button styling */
#section-2 .btn-custom {
  background: #b2166a;
  color: #fff;
  border-radius: 40px;
  font-weight: 600;
  box-shadow: 0 4px 0 #71154b;
  border: 2px solid #71154b;
}

#section-2 .btn-custom:hover {
  background: #c91b77;
  color: #fff;
}

/* Feature checkmarks */
#section-2 .feature {
  font-size: 1rem;
  color: #555;
}

#section-2 .check {
  color: #aacc33;
  font-size: 1.2rem;
  margin-right: 6px;
}

#section-3 h2{
    font-size: 3.8rem;
}
#section-3 .gradient-text {
  background: linear-gradient(to right, #c0d72f, #e8c232, #dd7d37, #b41c6d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#section-3 p {
  color: #4a4a4a;
}

#section-3 h2 {
  line-height: 1.3;
}

/* Heading */
#section-4 .pricing-title-highlight {
  color: #b3166a;
}

#section-4 h2 {
  font-size: 3.2rem;   /* still big, but not huge */
}

/* Base card */
#section-4 .pricing-card {
  background-color: #fff;
  border-radius: 28px;
  padding: 2.5rem 2.25rem;
  border: 1px solid #eee;
  min-height: 460px;       /* base height for left and right */
}

/* Featured middle card */
#section-4 .pricing-card.featured {
  background-color: #b3166a;
  border-color: #b3166a;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.18);
  min-height: 520px;       /* a bit taller than the others */
  color: #fff;
}

/* Price typography */
#section-4 .pricing-price .price-amount {
  font-size: 2.6rem;
  font-weight: 700;
}

#section-4 .pricing-price .price-period {
  font-size: 1rem;
  margin-left: 0.15rem;
}

/* Checkmarks (both big and list icons use same rule) */
#section-4 .check,
#section-4 .drill-check {
  color: #c1d82f;
  line-height: 1;
}

#section-4 .check{
    font-size: 2rem;
}

#section-4 .drill-check{
    font-size: 1rem;
}

/* Buttons */
#section-4 .pricing-btn {
  border-radius: 40px;
  border: 2px solid #71154b;
  background-color: #a9c932;
  color: #fff;
  font-weight: 600;
  padding: 0.9rem 1.5rem;
  box-shadow: 0 5px 0 #71154b;
}

#section-4 .pricing-btn:hover {
  background-color: #b8d63a;
  color: #fff;
}

/* Outline button for right card */
#section-4 .pricing-btn.outline {
  background-color: #fff;
  color: #b3166a;
  border-color: #71154b;
  box-shadow: 0 5px 0 #71154b;
}

/* Top badges */
#section-4 .plan-badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.35rem 1.4rem;
  border-radius: 999px;
  background-color: #ffd52b;
  font-size: 0.85rem;
  font-weight: 600;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.25);
}

#section-4 .plan-badge.outline {
  background-color: #fff;
  border: 2px solid #71154b;
  color: #b3166a;
  box-shadow: 0 4px 0 #71154b;
}

#section-features .feature-bar {
  max-width: 600px;
  background: #ffffff;
  border-radius: 60px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
}

#section-features .feature-icon {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

/* Heading accent */
#section-5 .results-accent {
  color: #b3166a;
}

#section-5 h2 {
  font-size: 3rem;
}

/* Small screens adjustments */
@media (max-width: 767.98px) {
  #section-5 h2 {
    font-size: 2.3rem;
  }
}

#section-6 .works-accent {
  color: #b3166a;
}

#section-6 h2 {
  font-size: 3rem;
}

#section-6 .how-icon {
  width: 110px;
  height: 110px;
  object-fit: contain;
  border-radius: 999px;
  background-color: #a9c932; /* if your icon circles include background remove this */
  box-shadow: 0 6px 0 #71154b;
  padding: 18px;
}


/* Accent text */
#section-8 .contest-accent {
  color: #b3166a;
}

#section-8 h2 {
  font-size: 3rem;
}

/* Top badge */
#section-8 .contest-badge {
  border-radius: 999px;
  background-color: #a9c932;
  border: 2px solid #71154b;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 5px 0 #71154b;
}

#section-8 .contest-badge-icon {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

/* Left side icons */
#section-8 .contest-icon {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

/* Visual stack */
#section-8 .contest-visual {
  position: relative;
  max-width: 720px;
}

#section-8 .contest-main {
  border-radius: 24px;
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.16);
}

/* Overlays */
#section-8 .contest-top10 {
  position: absolute;
  top: -40px;
  left: 18%;
  width: 140px;
}

#section-8 .contest-chart {
  position: absolute;
  top: -40px;
  right: 0;
  width: 210px;
}

#section-8 .contest-leaderboard {
  position: absolute;
  bottom: -40px;
  left: 10%;
  width: 340px;
}

#section-8 .contest-stats {
  position: absolute;
  bottom: -40px;
  right: 4%;
  width: 210px;
}

/* Button */
#section-8 .contest-btn {
  border-radius: 40px;
  background-color: #b3166a;
  color: #fff;
  font-weight: 600;
  border: 2px solid #71154b;
  box-shadow: 0 5px 0 #71154b;
}

#section-8 .contest-btn:hover {
  background-color: #c81c78;
  color: #fff;
}

/* Small screens tweaks */
@media (max-width: 767.98px) {
  #section-8 h2 {
    font-size: 2.3rem;
  }

  #section-8 .contest-visual {
    margin-top: 2rem;
  }
}

/* Section background */
#section-9 {
  position: relative;
  overflow: hidden;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: linear-gradient(#c01575, #b3166a);
}

/* Curved wave background */
#section-9 .cta-bg {
  position: absolute;
  bottom: -80px; /* controls how low the curve dips */
  left: 0;
  width: 140%;
  height: 260px;
  background: #d01580;
  opacity: 0.35;
  transform: rotate(-3deg);
  transform-origin: center;
  border-radius: 0; /* <-- no rounding, no weird corners */
}

/* Button base styles */
#section-9 .cta-btn {
  border-radius: 40px;
  font-weight: 600;
  font-size: 1.1rem;
  border: 2px solid #71154b;
  box-shadow: 0 5px 0 #71154b;
  transition: all 0.2s ease;
}

/* White button */
#section-9 .cta-btn.white {
  background: #ffffff;
  color: #b3166a;
}

#section-9 .cta-btn.white:hover {
  background: #f0f0f0;
}

/* Yellow button */
#section-9 .cta-btn.yellow {
  background: #ffd72b;
  color: #000;
}

#section-9 .cta-btn.yellow:hover {
  background: #ffe55e;
}

/* Bootstrap check icons */
#section-9 .cta-check {
  color: #ffffff;  /* white checks */
  font-size: 1.1rem;
  line-height: 1;
}

/* Typography */
#section-9 h2 {
  font-size: 3rem;
}

@media (max-width: 767.98px) {
  #section-9 h2 {
    font-size: 2.2rem;
  }
}

/* Accent color */
#section-10 .faq-accent {
  color: #b3166a;
}

/* Remove Bootstrap default accordion borders */
#section-10 .accordion-item {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #e6e6e6;
}

/* Question button */
#section-10 .accordion-button {
  font-weight: 600;
  background: #ffffff;
  padding: 1.2rem;
  color: #000;
  border-bottom: 1px solid #e8e8e8;
}

/* Keep button light on collapse */
#section-10 .accordion-button:not(.collapsed) {
  background: #ffffff;
  color: #000;
  box-shadow: none;
}

/* Arrow icon color */
#section-10 .accordion-button::after {
  filter: brightness(0);
}

/* Answer box (your yellow background) */
#section-10 .faq-body {
  background: #f8eaa7;
  padding: 1.3rem 1.2rem;
  color: #333;
  font-size: 1rem;
}

/* Rounded bottom corners */
#section-10 .accordion-collapse {
  border-radius: 0 0 16px 16px;
}

/* Logo sizing */
#section-11 .footer-logo {
  max-width: 260px;
  height: auto;
}

/* Social icons */
#section-11 .footer-social img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 5px 0 #71154b;
}

/* Links */
#section-11 .footer-links a {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #8a8a8a;
  text-decoration: none;
  font-size: 0.98rem;
}

#section-11 .footer-links a:hover,
#section-11 .footer-bottom-link:hover {
  color: #b3166a;
}

/* Divider */
#section-11 .footer-divider {
  border-top: 1px solid #c3d0db;
}

/* Bottom row links */
#section-11 .footer-bottom-link {
  color: #4f6472;
  text-decoration: none;
}

/* Footer background */
#section-11 {
  background-color: #ffffff;
}
