:root{
  --Primary:rgba(15, 23, 42, 1);
  --Buttons:rgba(37, 99, 235, 1);
}

* {
  /* font-family: 'Inter', sans-serif; */
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.nav-logo{
  width: 140px;
aspect-ratio: 4/1;
}



/* FOOTER */
.site-footer {
  padding: 70px 0;
  background: #ffffff;
  border-top: 1px solid #eee;
}

.footer-text {
  font-size: 14px;
  color: #64748b;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  text-decoration: none;
  color: #475569;
  font-size: 14px;
}

.footer-links a:hover {
  color: #000;
}




.hero-section {
  position: relative;
  padding: 30px 0;
  background-color: #ffffff;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -180px;
  width: 900px;
  height: 900px;

  background-image: url("../assets/home/bg1.png");
  background-repeat: no-repeat;
  background-size: contain;

  opacity: 0.05;
  /* 👈 THIS controls darkness */
  z-index: 0;
}

.hero-section>.container {
  position: relative;
  z-index: 1;
}


.hero-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  color: rgba(17, 24, 39, 1);
}

.hero-text {
  font-size: 18px;
  color: rgba(31, 41, 55, 1);
  margin-top: 12px;
}


.hero-image-wrap {
  position: relative;
  height: 520px;
}

/* ================= PURPLE GLOW ================= */
.purple-glow {
  position: absolute;
  inset: -40px;
  z-index: 0;
  /* opacity: 0.9; */
}

.purple-glow svg {
  width: 100%;
  height: 100%;
}

/* ================= GIRL IMAGE ================= */
.girl-img {
  margin-bottom: 10%;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  display: block;
}

/* ================= DOODLES ================= */
.doodle {
  position: absolute;
  z-index: 3;
}

.doodle svg {
  width: 100%;
  height: auto;
}

/* top-right black lines */
.doodle-top-left {
  top: 83px;
  left: 75px;
  width: 60px;
}

/* bottom-left black wave */
.doodle-bottom-left {
  bottom: 125px;
  left: 69px;
  width: 50px;
}

/* bottom-right color wave */
.doodle-bottom-right {
  bottom: 94px;
  right: 7px;
  width: 70px;
}
.hero-btn .btn{
  min-width: 220px;
border-radius: 8px;
background: var(--Buttons, #2563EB);
box-shadow: 80px 80px 32px 0 rgba(0, 0, 0, 0.00), 51px 51px 29px 0 rgba(0, 0, 0, 0.01), 29px 29px 24px 0 rgba(0, 0, 0, 0.04), 13px 13px 18px 0 rgba(0, 0, 0, 0.06), 3px 3px 10px 0 rgba(0, 0, 0, 0.07);
}
@media (max-width: 768px) {
  .hero-image-wrap {
    height: auto;
    margin-top: 40px;
  }

  .girl-img {
    max-width: 280px;
    margin: auto;
  }

  .doodle {
    display: none;
    /* hide doodles on mobile */
  }
  .hero-btn{
    text-align: center;
  }
}

/* ================= TRUST ================= */
.trust-section {
  padding: 80px 0;
  background: #ffffff;
}

.trust-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  flex-wrap: wrap;
}

.trust-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CONTROL SVG SIZE HERE */
.trust-logo svg {
  height: 60px;
  width: auto;
  /* opacity: 0.9; */
}

/* ================= SERVICES ================= */

.services-section {
  padding: 100px 0;
  background: #ffffff;
}

.section-tag {
  color: #0F172A;
  text-align: center;
  font-family: "Source Sans Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1px;

}

.section-title {
  font-size: 42px;
  font-weight: 700;
  margin-top: 10px;
  color: #0f172a;
}

.section-subtitle {
  font-size: 16px;
  color: #475569;
  margin-top: 12px;
}
.service-card {
  max-width: 296px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

/* Image */
.service-card img {
  max-width: 295.996px;
  width: 100%;
  height: auto;
  aspect-ratio: 296 / 171;
  border-radius: 0 8px 8px 8px;
  margin-bottom: 18px;
}

/* Content */
.service-card .content {
  max-width: 235px;
  width: 100%;
  margin: 0 auto;
}



.service-label {
  color: #0F172A;
  font-family: "Source Sans Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: 1px;
}

.service-card h5 {
  color: #111827;
  font-family: Merriweather;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: -1px;
}

.service-card p {
  color: #1F2937;
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

/* CTA */
.service-cta {
  width: 50%;
  height: 72px;
  margin: auto;
  display: flex;
  gap: 10px;
  padding: 8px;
  border-radius: 15px;
  border: 1px solid rgba(75, 85, 99, 1);
  background: #FFF;
}

.service-cta input {
  flex: 1;
  color: rgba(15, 23, 42, 1);
  border: none;
  outline: none;
  padding: 10px 12px;
}

.service-cta input::placeholder {
  color: rgba(15, 23, 42, 1);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.service-cta button {
  display: flex;
  min-width: 179px;
  height: 56px;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: rgba(15, 23, 42, 1);
  border-radius: 10px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  ;
}
@media (max-width: 576px) {
  .service-card .content {
    max-width: 100%;
  }
.service-cta {
  width: 90%;
  margin: auto;
  display: flex;
 
}

.service-cta button {
  display: flex;
    font-size: 12px;
  min-width: 113px;
}


}


/* ================= BENEFITS SECTION ================= */

.benefits-section {
  padding: 120px 0;
  background: #ffffff;
}

.benefits-text {
  max-width: 520px;
}

.benefits-tag {
  color: #0f172a;
  font-family: "Source Sans Pro";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}


.benefits-text h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
}


/* ================= CARD WRAPPER ================= */

.price-card-wrap {
   margin-left: 60px;
  position: relative;
  display: inline-block;
}
/* ================= SVG GLOW (OUTSIDE CARD) ================= */
.card-glow {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 34px;
  bottom: 307px;
  z-index: 0;
  pointer-events: none;
}

.card-glow svg {
  /* width: 100%;
  height: 100%;
  opacity: 0.4; */
  width: 566.912px;
height: 842.54px;
}


/* ================= PRICE CARD ================= */
.price-card {
  position: relative;
  z-index: 2;

  width: 565px;
  height: 661px;

  padding: 40px 48px 36px;
  display: flex;
  flex-direction: column;

  border-radius: 12px;
  background: #0f172a; /* solid fill */
  color: #ffffff;
  border: 1px solid #ffffff;

  box-shadow:
    277px 202px 96px rgba(0,0,0,0),
    177px 129px 88px rgba(0,0,0,0.01),
    100px 73px 74px rgba(0,0,0,0.05),
    44px 32px 55px rgba(0,0,0,0.09),
    11px 8px 30px rgba(0,0,0,0.10);
}

/* ================= CARD CONTENT ================= */
.card-eyebrow {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  opacity: 0.85;
  margin-bottom: 28px;
}

.card-content {
  width: 100%;
  max-width: 480px;
  position: relative;
  z-index: 1;
}

.card-subtitle {
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 16px;
}

.card-price {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 36px;
}

.card-price span {
  font-size: 14px;
  font-weight: 400;
  margin-left: 4px;
}

/* ================= DIVIDERS & ROWS ================= */

.card-divider {
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.25);
  margin-bottom: 16px;
}
.card-row {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 10px 0;
  font-size: 14px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.card-row:last-of-type {
  border-bottom: none;
}


/* ================= BUTTON ================= */
.card-btn {
  margin-top: auto; /* pushes button to bottom */
  align-self: center;

  width: 240px;
  height: 48px;

  background: #ffffff;
  color: #0f172a;

  border-radius: 8px;
  border: none;

  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

/* ================= MOBILE RESPONSIVE ================= */

@media (max-width: 768px) {

  .benefits-section {
    padding: 80px 0;
  }

  .benefits-text {
    text-align: left;
    margin-bottom: 40px;
  }

  .price-card-wrap {
    justify-content: center;
  } 
  .price-card {
    width: 100%;
    max-width: 340px;
    height: auto;
    padding: 24px;
    gap: 32px;
  }

  .card-content {
    max-width: 100%;
  }

  .card-glow {
    width: 420px;
    height: 620px;
    right: -100px;
    bottom: -140px;
    opacity: 0.25;
  }

  .benefits-text h2 {
    font-size: 28px;
    line-height: 36px;
  }
}


/* SECTION */
.testimonial-section {
  padding: 120px 0;
  background: #ffffff;
}

/* LEFT */
.testimonial-title {
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
}

.testimonial-subtitle {
  color: #475569;
  margin: 12px 0;
}

.testimonial-link {
  font-size: 14px;
  color: #2563eb;
  text-decoration: none;
}

/* SLIDER */
.testimonial-slider {
  overflow: hidden;
  position: relative;
}

.testimonial-slide {
  display: none;
}

.testimonial-slide.active {
  display: block;
}

/* CARD */
.testimonial-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.user-img {
  width: 96px;
  height: 96px;
  border-radius: 12px;
  object-fit: cover;
}

.testimonial-content {
  max-width: 360px;
}

.stars {
  color: #2563eb;
  margin-bottom: 8px;
}

.testimonial-text {
  font-size: 16px;
  line-height: 26px;
  color: #0f172a;
}

.author {
  display: block;
  margin-top: 12px;
  font-weight: 600;
}

/* DOTS */
.testimonial-dots {
  display: flex;
  gap: 6px;
  margin-top: 24px;
}

.dot {
  width: 6px;
  height: 6px;
  background: #cbd5e1;
  border-radius: 50%;
}

.dot.active {
  background: #0f172a;
}

/* ARROWS */
.testimonial-arrows {
  position: absolute;
  right: 0;
  bottom: -10px;
  display: flex;
  gap: 10px;
}

.arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #0f172a;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .testimonial-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .testimonial-arrows {
    position: static;
    margin-top: 20px;
  }
}


.pricing-section {
  padding: 100px 0;
  background: #fff;
}

/* .container {
  max-width: 1200px;
  margin: auto;
} */

.pricing-header {
  text-align: center;
  margin-bottom: 50px;
}

.pricing-tag {
  font-size: 12px;
  letter-spacing: 1px;
  color: #64748b;
}

.pricing-header h2 {
  font-size: 42px;
  font-weight: 700;
  margin: 8px 0;
  color: #0f172a;
}

.pricing-header p {
  color: #475569;
}

/* GRID */
.pricing-grid {
  display: grid;
  grid-template-columns: 2.4fr 1fr 1fr 1fr;
}

/* CELLS */
.cell {
  padding: 14px 16px;
  border-bottom: 1px solid #e5e7eb;
  text-align: center;
  font-size: 14px;
}

.cell.feature {
  text-align: left;
  color: #0f172a;
}

.cell.heading {
  font-weight: 600;
}

/* PLAN TITLES */
.plan-title {
  font-weight: 600;
}

/* PRICES */
.price {
  font-size: 34px;
  font-weight: 700;
}

.price span {
  font-size: 14px;
  font-weight: 500;
}

/* FEATURED COLUMN */
.featured {
  background: #0f172a;
  color: #fff;
}

/* BUTTONS */
/* .btn {
  padding: 10px 18px;
  border-radius: 6px;
  border: none;
  font-size: 14px;
  cursor: pointer;
} */

.btn.blue {
  background: #2563eb;
  color: #fff;
}

.btn.white {
  background: #fff;
  color: #0f172a;
}

/* REMOVE BORDERS AROUND HEADER AREA */
.cell:nth-child(-n+12) {
  border-bottom: none;
}

/* MOBILE */
@media (max-width: 992px) {
  .pricing-grid {
    overflow-x: auto;
    grid-template-columns: repeat(4, minmax(260px, 1fr));
  }
}