/* =========================================================
    MOBILE: Up to 425px
  ========================================================= */
@media (max-width: 426px) {
  .header {
    background: linear-gradient(
      90deg,
      rgba(25, 0, 87, 0.7) 0%,
      rgba(64, 40, 121, 0.7) 50.48%,
      rgba(25, 0, 87, 0.7) 100%
    );
    border: 1px solid #7d68b3;
    border-radius: 72px;
    box-shadow: 0 0 20px 0 rgba(125, 104, 179, 0.2);
    height: 60px;
    margin: 0 8px;
    padding: 0 28px;
    width: 96%;
  }

  .logo img {
    height: 40px;
    width: 32px;
  }

  .nav {
    display: none;
  }

  .burger {
    display: block;
  }

  .mobile-menu {
    backdrop-filter: blur(24px);
    background: linear-gradient(
      90deg,
      rgba(25, 0, 87, 0.96) 0%,
      rgba(64, 40, 121, 0.96) 50.48%,
      rgba(25, 0, 87, 0.96) 100%
    );
    border: 1px solid #7d68b3;
    border-radius: 32px;
    box-shadow: 0 0 20px 0 rgba(125, 104, 179, 0.2);
    display: none;
    left: 50%;
    padding-top: 50px;
    position: fixed;
    top: 40px; /* slightly below the header (adjust if header height changes) */
    transform: translateX(-50%);
    width: 96%;
    z-index: 999; /* Above the sticky header */
  }

  .mobile-menu.active {
    display: flex !important;
    flex-direction: column;
  }

  .mobile-menu a {
    align-items: center;
    color: #fff;
    display: flex;
    font-weight: 600;
    height: 60px;
    padding: 0 20px;
    text-decoration: none;
  }

  .divider {
    background: #7d68b3;
    height: 2px;
    width: 100%;
  }
}

/* =========================================================
    TABLET: 426px – 768px
  ========================================================= */
@media (min-width: 426px) and (max-width: 768px) {
  .header {
    background: linear-gradient(
      90deg,
      rgba(25, 0, 87, 0.7) 0%,
      rgba(64, 40, 121, 0.7) 50.48%,
      rgba(25, 0, 87, 0.7) 100%
    );
    border: 1px solid #7d68b3;
    border-radius: 72px;
    box-shadow: 0 0 20px 0 rgba(125, 104, 179, 0.2);
    height: 64px;
    margin: 0 auto;
    padding: 0 28px;
    width: 374px;
  }

  .logo img {
    height: 40px;
    width: 32px;
  }

  .nav {
    display: none;
  }

  .burger {
    display: block;
  }

  .mobile-menu {
    backdrop-filter: blur(24px);
    background: linear-gradient(
      90deg,
      rgba(25, 0, 87, 0.96) 0%,
      rgba(64, 40, 121, 0.96) 50.48%,
      rgba(25, 0, 87, 0.96) 100%
    );
    border: 1px solid #7d68b3;
    border-radius: 32px;
    box-shadow: 0 0 20px 0 rgba(125, 104, 179, 0.2);
    display: none;
    left: 50%;
    padding-top: 50px;
    position: fixed;
    top: 40px; /* slightly below the header (adjust if header height changes) */
    transform: translateX(-50%);
    width: 374px;
    z-index: 999; /* Above the sticky header */
  }

  .mobile-menu.active {
    display: flex !important;
    flex-direction: column;
  }

  .mobile-menu a {
    align-items: center;
    color: #fff;
    display: flex;
    font-weight: 600;
    height: 60px;
    padding: 0 20px;
    text-decoration: none;
  }

  .divider {
    background: #7d68b3;
    height: 2px;
    width: 100%;
  }
}

/* =========================================================
    SMALL LAPTOP: 769px – 1024px
  ========================================================= */
@media (min-width: 769px) and (max-width: 1024px) {
  .header {
    backdrop-filter: blur(20px);
    background: linear-gradient(
      90deg,
      rgba(25, 0, 87, 0.7) 0%,
      rgba(64, 40, 121, 0.7) 50.48%,
      rgba(25, 0, 87, 0.7) 100%
    );
    border: 1px solid #7d68b3;
    border-radius: 90px;
    box-shadow: 0 0 40px 0 rgba(125, 104, 179, 0.2);
    height: 100px;
    margin: 0 auto 30px auto;
    padding: 0 40px;
    width: 90%;
  }

  .mobile-menu {
    width: 90%;
  }

  .logo img {
    height: 50px;
  }

  .nav {
    display: flex;
    gap: 36px;
  }

  .nav a {
    font-size: 20px;
  }

  .burger {
    display: none;
  }
}

/* =========================================================
    DESKTOP: 1025px – 1440px
  ========================================================= */
@media (min-width: 1025px) and (max-width: 1440px) {
  .header {
    height: 110px;
    margin: 0 auto 30px auto;
    padding: 0 50px;
    width: 90%;
  }

  .logo img {
    height: 60px;
  }

  .nav {
    display: flex;
    gap: 40px;
  }

  .nav a {
    font-size: 22px;
  }

  .burger {
    display: none;
  }
}

/* =========================================================
    LARGE SCREENS: 1441px+
  ========================================================= */
@media (min-width: 1441px) {
  .header {
    height: 116px;
    margin: auto;
    max-width: 1320px;
    padding: 0 60px;
  }

  .logo img {
    height: 64px;
  }

  .nav {
    display: flex;
    gap: 48px;
  }

  .nav a {
    font-size: 24px;
  }

  .burger {
    display: none;
  }
}

/* ---------- Tablet (768px → 1023px) --------- */
@media (min-width: 768px) and (max-width: 1023px) {
  /* content stays left but with modest gutter from left edge */
  .create-content {
    margin-left: 32px; /* keeps heading left but not flush to the viewport edge */
    max-width: 700px;
    text-align: left;
  }

  .create-title {
    font-size: 32px;
  }

  .create-subtitle {
    font-size: 20px;
  }

  /* CTA button: left aligned below the subtitle, slightly smaller */
  .create-btn {
    display: inline-flex;
    font-size: 18px;
    margin-top: 20px;
    padding: 14px 20px;
  }

  /* Bee reduced */
  .create-bee {
    bottom: 10px;
    height: 240px;
    right: 40px;
    width: 300px;
    z-index: -1;
  }

  /* Move the up button into the section top-right (absolute so it aligns with the heading) */
  .create-top-btn {
    border-radius: 8px;
    bottom: 8px; /* align with top of the create block area */
    position: fixed;
    right: 16px;
  }
}

/* ---------- Mobile (≤767px) ---------- */
@media (max-width: 767px) {
  .create-top-btn {
    height: 48px;
    width: 48px;
  }

  .create-top-btn img {
    height: 48px;
    width: 48px;
  }
  .create-together {
    margin-top: 0;
    min-height: 200px;
    padding: 0 16px;
  }

  /* critical: keep content LEFT aligned — matches your screenshot */
  .create-content {
    margin: 0 0 24px 16px; /* visual left gutter like other sections */
    max-width: calc(100% - 32px);
    text-align: left;
  }

  .create-title {
    font-size: 24px; /* your requested size */
    line-height: 1.05;
  }

  .create-subtitle {
    font-size: 16px;
    font-weight: 300;
    margin-top: 12px;
    max-width: 420px; /* keep it short, will break into ~2 lines */
  }

  /* button: left aligned under subtitle, compact */
  .create-btn {
    align-items: center;
    display: inline-flex;
    font-size: 16px;
    gap: 10px;
    justify-content: center;
    margin-left: 0;
    margin-top: 20px;
    padding: 12px 16px; /* your requested size */
    width: auto; /* do not center-stretch */
  }

  /* small bee (your requested size) */
  .create-bee {
    bottom: -8px;
    height: 130px;
    right: 8px;
    width: 157px;
    z-index: -1;
  }

  /* Put the up-button near the heading (absolute inside the section)
      so it sits to the right of the heading as in your example */
  .create-top-btn {
    align-items: center;
    border-radius: 8px;
    bottom: 12px;
    display: flex;
    justify-content: center;
    position: fixed; /* absolute relative to .create-together */
    right: 16px;
    z-index: 1000;
    /* keep same visuals as desktop but smaller */
  }
}

/* =========================
    FOOTER — Responsive overrides
    (active under 1024px)
    ========================= */
@media (max-width: 1024px) {
  .footer {
    height: auto;
    padding: 24px;
  }

  .footer-content {
    display: block;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0;
    position: relative;
  }

  /* LOGO — stays on the left */
  .footer-left {
    align-items: center;
    display: flex;
    gap: 20px;
    padding-left: 0;
    position: relative;
    z-index: 2;
  }

  .footer-logo img {
    height: auto;
    width: 100px;
  }

  /* ICONS — top right */
  .footer-social {
    display: flex;
    gap: 18px;
    position: absolute;
    right: 24px;
    top: 12px;
    z-index: 2;
  }

  .social-link {
    height: 44px;
    width: 44px;
  }

  .social-link img {
    display: block;
    height: auto;
    width: 80%;
  }

  /* TEXT — bottom right, larger gap */
  .footer-text {
    bottom: -10px;
    font-size: 15px;
    margin: 0;
    position: absolute;
    right: 24px;
    text-align: right;
    white-space: nowrap;
    z-index: 2;
  }

  /* Hide bee on smaller screens */
  .create-bee {
    display: none !important;
  }

  /* Yellow stain — flipped and pinned above footer */
  .yellow-stain {
    bottom: 100%;
    left: unset;
    pointer-events: none;
    position: absolute;
    right: 0;
    transform: scaleX(-1);
    width: 280px;
    z-index: -1;
  }

  .yellow-stain img {
    display: block;
    height: auto;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .yellow-stain {
    height: auto;
    width: 10.5rem;
  }
  .footer {
    padding: 16px;
  }

  .footer-logo img {
    width: 68px;
  }

  .footer-social .social-link {
    height: 24px;
    width: 24px;
  }

  .footer-text {
    font-size: 12px;
    right: 7px;
  }
}
/* =======================
    ABOUT US — TABLET FIX (769px–1024px)
    ======================= */
@media (max-width: 1024px) and (min-width: 769px) {
  .about-hero {
    margin-bottom: 20px;
  }
  .about-us {
    padding: 60px 48px;
  }

  .about-us-wrapper {
    align-items: center;
    flex-direction: column;
    gap: 32px;
  }

  .about-us-bg,
  .about-us-box {
    height: auto;
    min-height: 436px; /* allows for text growth without breaking layout */
    padding: 20px;
    width: 340px;
  }

  .about-us-title {
    font-size: 32px;
    margin-bottom: 32px;
    text-align: center;
  }

  .about-us-box h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .about-us-box p {
    font-size: 15px;
    line-height: 26px;
  }

  .highlight {
    font-size: 15px;
  }
}

/* =======================
    ABOUT US — MOBILE (<=768px)
    ======================= */
@media (max-width: 768px) {
  /* Section title */
  .about-hero-title {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
  }

  /* Stack all boxes vertically */
  .about-us-wrapper:not(:last-child) {
    align-items: baseline;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 2rem;
  }

  .about-us-second {
    margin-left: 0;
  }
  /* Background and box sizes */
  .about-us-bg {
    height: clamp(320px, 100vw, 376px);
    width: clamp(300px, 90vw, 350px);
  }

  .about-us-box {
    height: clamp(320px, 105vw, 380px);
    padding: 20px;
    width: clamp(300px, 90vw, 350px);
  }

  /* Paragraph text */
  .about-us-box p {
    color: var(--White, #fff);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px; /* 171.429% */
    text-align: left;
  }

  .highlight {
    font-size: 14px;
  }

  /* Bee images smaller and repositioned */
  .bee-img img,
  .bee-img-pink img {
    height: auto;
    opacity: 0.8;
    width: clamp(100px, 25vw, 140px);
  }

  /* Pink blurs — smaller for mobile */
  .pink-blur-dark,
  .pink-blur-light {
    transform: scale(0.7);
  }
}

/* =======================
    ABOUT US — LAPTOP (1025px–1439px)
    ======================= */
@media (max-width: 1439px) and (min-width: 1025px) {
  /* Section title */
  .about-hero-title {
    font-size: clamp(48px, 4vw, 56px);
  }

  /* General layout */
  .about-us-wrapper {
    align-items: center;
    flex-direction: row;
    gap: clamp(32px, 4vw, 48px);
    justify-content: center;
    margin-bottom: clamp(70px, 10vw, 130px);
  }

  /* Background + foreground boxes */
  .about-us-bg {
    height: clamp(360px, 38vw, 420px);
    width: clamp(400px, 40vw, 520px);
  }

  .about-us-box {
    height: clamp(360px, 38vw, 420px);
    padding: clamp(24px, 2.5vw, 32px);
    width: clamp(400px, 40vw, 520px);
  }

  /* Paragraph text inside boxes */
  .about-us-box p {
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 36px;
  }

  .about-us-wrapper:last-of-type p {
    line-height: 30px;
  }
  .highlight {
    font-size: clamp(14px, 1.2vw, 16px);
  }

  /* Bee image sizes */
  .bee-img img,
  .bee-img-pink img {
    height: auto;
    width: 80%;
  }

  /* Pink blurs (slightly reduced from desktop) */
  .pink-blur-dark,
  .pink-blur-light {
    right: 50px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .pink-blur-dark {
    right: 5.625rem;
  }
}

@media (max-width: 1439px) and (min-width: 769px) {
  .about-us-second {
    margin-left: 220px; /* desktop look baseline */
  }

  @media (max-width: 1366px) {
    .about-us-second {
      margin-left: 180px;
    }
  }

  @media (max-width: 1200px) {
    .about-us-second {
      margin-left: 240px;
    }
  }

  @media (max-width: 1100px) {
    .about-us-second {
      margin-left: 150px;
    }
  }
}

/* Tablets (≤768px) */
@media (max-width: 768px) {
  .about-hero {
    padding: 70px 60px 0 60px;
  }
}

/* Small phones (≤480px) */
@media (max-width: 480px) {
  .about-hero {
    padding: 50px 24px;
    padding-bottom: 0;
  }
}

/* Very small devices (≤360px) */
@media (max-width: 360px) {
  .about-hero {
    padding: 40px 16px;
  }
}

@media (max-width: 360px) {
  .about-us-bg,
  .about-us-box {
    height: auto;
    min-height: 379px; /* start smaller but can grow if needed */
    padding: 16px;
  }
}

@media (max-width: 360px) {
  .about-us-wrapper {
    margin-bottom: 11rem;
  }
}

/* Our values */
/* =========================================================
   OUR VALUES — SMALL MOBILES (≤480px)
========================================================= */
@media (max-width: 1441px) and (min-width: 1025px) {
  .our-values {
    padding: 0 80px;
  }

  .values-title {
    font-size: 38px;
    margin-bottom: 28px;
  }

  .values-wrapper,
  .values-bg,
  .values-box {
    height: 300px;
    width: 340px;
  }

  .values-box {
    padding: 28px;
  }

  .value-item-title-lg {
    font-size: 30px;
  }

  .value-item-desc {
    font-size: 18px;
  }
}

/* =========================================================
   OUR VALUES — TABLET (769–1024px)
========================================================= */
@media (max-width: 1024px) and (min-width: 769px) {
  .our-values {
    padding: 0 60px;
  }

  .values-title {
    font-size: 32px;
    text-align: center;
  }

  .values-container {
    align-items: center;
    flex-direction: column;
    gap: 32px;
  }

  .values-wrapper,
  .values-bg,
  .values-box {
    height: 220px;
    width: 360px;
  }

  .values-box {
    padding: 24px;
  }

  .value-item-title-lg {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .value-item-desc {
    font-size: 14px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .our-values {
    padding: 0 40px 0 60px;
    margin-bottom: 2rem;
  }

  .values-title {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
  }

  .values-container {
    align-items: baseline;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .values-wrapper {
    height: 165px;
    width: 350px;
  }

  .values-bg,
  .values-box {
    height: 165px;
    width: 350px;
  }

  .values-box {
    padding: 20px;
  }

  .value-item-title-lg {
    color: var(--Pink, #fb1d5a);
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 12px;
  }

  .value-item-desc {
    color: var(--White, #fff);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .our-values {
    padding: 50px 24px;
    padding-top: 0;
  }

  .values-wrapper,
  .values-bg,
  .values-box {
    height: 155px;
    width: 320px;
  }

  .values-box {
    padding: 16px;
  }

  .value-item-title-lg {
    font-size: 22px;
  }

  .value-item-desc {
    font-size: 13px;
    line-height: 22px;
  }
}

/* =========================================================
   OUR VALUES — VERY SMALL DEVICES (≤360px)
========================================================= */
@media (max-width: 360px) {
  .our-values {
    padding: 40px 16px;
  }

  .values-wrapper,
  .values-bg,
  .values-box {
    height: auto;
    min-height: 150px;
    padding: 14px;
    width: 290px;
  }

  .value-item-title-lg {
    font-size: 20px;
  }

  .value-item-desc {
    font-size: 12.5px;
    line-height: 20px;
  }

  .values-container {
    margin-bottom: 10rem;
  }
}

/* Our Values - fix for 1024px to 1440px range */
@media (min-width: 1024px) and (max-width: 1439px) {
  .our-values {
    padding: 0 60px;
  }

  .values-container {
    align-items: flex-start;
    display: flex;
    gap: 32px; /* consistent but smaller gap */
    justify-content: center;
  }

  .values-wrapper,
  .values-bg,
  .values-box {
    height: 260px;
    width: 320px;
  }

  .values-box {
    padding: 24px;
  }

  .value-item-title-lg {
    font-size: 26px;
  }

  .value-item-desc {
    font-size: 16px;
    line-height: 26px;
  }

  .pink-blur-light-small {
    right: -14px;
  }
}

@media (max-width: 1440px) and (min-width: 874px) {
  .bee-img-pink {
    left: -57%;
    top: 5%;
    width: 60%;
  }
}

@media (max-width: 395px) {
  .pink-blur-light-small {
    height: 100px;
    right: 4px;
    width: 100px;
  }
}
