/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: sora;
    src: url(./assets/Sora-Regular-D3v_cnAE.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: edge;
    src: url(./assets/EdgeL-Medium-D9PFAdZz.otf) format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}
body{
    font-family: 'sora', sans-serif;
}
/* Navbar */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

/* Logo */
.logo img {
    height: 56px;
    width: auto;
}

/* Desktop Nav */
.nav-links {
    display: none;
    gap: 48px;
    align-items: center;
}

.nav-links a {
    font-size: 13px;
    font-family: 'sora', sans-serif;
    font-weight: 500;
    color: rgb(75 85 99);
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: color 0.3s;
    line-height: 20px;
}

.nav-links a:hover {
    color: #111827;
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* Mobile Button */
.mobile-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #1f2937;
    cursor: pointer;
}

/* Hidden Utility */
.hidden {
    display: none;
}

/* Overlay */
.overlay {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(4px);
    z-index: 40;
}

/* Mobile Menu */
.mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 20px;
    z-index: 50;
}

.mobile-menu a {
    font-family: 'sora', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: rgb(75 85 99);
    text-decoration: none;
    transition: color 0.3s;
}

.mobile-menu a:hover {
    color: #111827;
}

/* Section */
.hero {
    background: #000000;
    /* adjust if needed */
    color: #fff;
    padding: 100px 20px 96px;
    min-height: auto;
    display: flex;
    align-items: center;
}

.hero-form {
    /* margin-top: -45px; */
}

/* Container */
.container {
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

/* Grid */
.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}

/* LEFT */
.hero-content {
    padding-top: 64px;
}

/* Tag */
.hero-tag {
    font-family: 'edge', sans-serif;
    display: inline-block;
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: .025em;
    text-transform: uppercase;
    color: hsl(36 55% 58%);
    margin-bottom: 32px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(212, 175, 55, 0.4);
    line-height: 37px;
    font-weight: 300;
    line-height: 31px;
}

.hero-tag span {
    font-size: 2.4rem;
    letter-spacing: -.025em;
    line-height: 38px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 6px;
}

/* Heading */
.hero h1 {
    font-size: clamp(1.8rem, 4.5vw, 3.5rem);
    line-height: 1.05;
    margin-bottom: 32px;
    font-weight: 900;
    font-family: 'edge', sans-serif;
    letter-spacing: -1.4px;
}

/* Stats */
.stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.stat {
    padding: 20px 20px 20px 0;
    border-right: 1px solid hsl(0deg 0% 60%);
}

.stat:nth-child(4n) {
    border-right: none;
    padding-left: 20px;
}

.stat-value {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 8px;
    line-height: 1;
    font-family: 'edge', sans-serif;
}

.stat-label {
    font-size: 0.78rem;
    color: hsl(0deg 0% 100% / 40%);
    line-height: 1.25;
    font-family: 'sora', sans-serif;
}

/* FORM */
.hero-form form {
    background: #fff;
    color: #000;
    padding: 2.25rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 40px -12px rgba(0, 0, 0, 0.15);
}

/* Form text */
.hero-form h3 {
    font-family: 'edge', sans-serif;
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 800;
    line-height: 28px;
}

.hero-form .p1 {
    margin-bottom: 28px;
}

.hero-form p {
    font-family: 'sora', sans-serif;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 20px;
    color: #6b7280;
}

.hero-form .form-note {
    font-family: 'sora', sans-serif;
    font-size: 11px;
    line-height: 17px;
    margin-top: 16px;
    margin-bottom: 0;
    color: #6b7280;
}

/* Labels */
.hero-form label {
    font-family: 'sora', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: hsl(45deg 2.25% 34.9%);
}

/* Inputs */
.hero-form input,
.hero-form select {
    font-family: 'sora', sans-serif;
    font-size: 15px;
    line-height: 23px;
    width: 100%;
    padding: 14px 0;
    border: none;
    border-bottom: 1px solid hsl(48deg 4.42% 77.84%);
    margin-bottom: 20px;
    outline: none;
    background: transparent;
}

.hero-form input:focus,
.hero-form select:focus {
    border-bottom: 1px solid #000;
}

/* Phone row */
.phone-row {
    display: flex;
    gap: 8px;
}

.phone-row button {
    padding: 8px 16px;
    background: hsl(36.1deg 55.14% 58.04%);
    border: none;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    height: 32px;
    width: 75px;
    font-family: 'edge', sans-serif;
    text-transform: uppercase;
}

.phone-row button:hover {
    background: #B97E31;

}

/* Submit */
.submit-btn {
    font-family: 'edge', sans-serif;
    text-transform: uppercase;
    padding: 16px;
    background: hsl(36.1deg 55.14% 58.04%);
    border: none;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.2s;
    font-size: 15px;
    line-height: 23px;
}

.submit-btn:hover {
    transform: scale(1.01);
    background: #B97E31;

}

/* Note */
.form-note {
    font-size: 11px;
    color: #9ca3af;
    text-align: center;
    margin-top: 10px;
}


/* SECTION */
.cta {
    padding: 64px 20px;
    /* py-16 */
    background: #000;
    /* bg-primary */
    color: #fff;
    /* text-primary-foreground */
    text-align: center;
}

/* HEADING */
.cta-heading {
    font-family: 'edge', sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.5rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.02em;
    max-width: 800px;
    margin: 0 auto 24px;
    letter-spacing: -.025em;
}

/* SUBTEXT */
.cta-subtext {
    font-size: 1.05rem;
    font-family: 'sora', sans-serif;
    color: hsl(40 2% 53%);
    margin-bottom: 40px;
}

/* BUTTON */
.cta-btn {
    display: inline-block;
    padding: 18px 56px;
    font-family: 'edge', sans-serif;
    background: hsl(36 55% 58%);
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
    font-size: 16px;
}

.cta-btn:hover {
    background: #B97E31;
    /* gold-dark */
}

/* FEATURES */
.cta-features {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
}

/* ITEM */
.cta-item {
    font-size: 14px;
    color: rgb(105, 105, 92);
    font-family: 'sora', sans-serif;
    line-height: 20px;
}

.cta-item strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
    font-family: 'edge', sans-serif;
}

/* FOOTER */
.footer {
    background: #000;
    color: #fff;
}

/* TOP */
.footer-top {
    padding: 40px 20px;
}

/* GRID */
.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
}

/* HEADINGS */
.footer h4 {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 4px;
    font-family: 'sora', sans-serif;
}

/* GOLD LINE */
.divider {
    width: 32px;
    height: 2px;
    background: hsl(36.1deg 55.14% 58.04%);
    margin-bottom: 24px;
}

/* SOCIAL */
.socials {
    display: flex;
    gap: 16px;
}

.socials a {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s;
}

.socials a:hover {
    color: hsl(36 55% 58%);
}

/* TEXT */
.footer-text {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    margin-bottom: 16px;
    font-family: 'soar', sans-serif;
}

/* CONTACT */
.contact {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'sora', sans-serif;
}

.contact a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.contact a:hover {
    color: hsl(36.1deg 55.14% 58.04%);
}

/* LINKS */
.links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.links a {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s;
    font-family: 'sora', sans-serif;
    text-decoration: none;
}

.links a:hover {
    color: hsl(36.1deg 55.14% 58.04%);
}

/* ========================= */
/* BOTTOM */
/* ========================= */

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom-inner {
    padding: 40px 20px 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

/* COPYRIGHT */
.copyright {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1.6;
    text-align: left;
    order: 2;
    font-family: 'soar', sans-serif;
}

/* LOGO */
.footer-logo {
    order: 1;
}

.footer-logo img {
    height: 96px;
    width: auto;
    filter: brightness(0) invert(1);
    max-width: 100%;
}

/* MOBILE MENU */
#mobile-menu-content,
#mobile-menu-overlay {
    display: none;
}

#mobile-menu-content.active,
#mobile-menu-overlay.active {
    display: flex;
}

/* ACCORDION */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, margin 0.3s ease;
}

.accordion-content.open {
    max-height: 2000px;
    margin-top: 40px;
}

/* ICON ROTATION */
.accordion-icon {
    transition: transform 0.3s ease;
}

.accordion-icon.rotate {
    transform: rotate(90deg);
}


/* =========================
   FONT (your requirement)
========================= */
.font-slab {
  font-family: edge, sans-serif;
}


/* =========================
   SECTION
========================= */
.tracks {
  padding: 56px 24px;
  background: hsl(40deg 14.29% 95.88%);
  border-top: 1px solid #e5e7eb;
}
.tracks .container{
    padding: 0;
  }


/* =========================
   HEADER
========================= */
.tracks-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 300;
  margin-bottom: 16px;
  line-height: 1.3;
}

.tracks-subtext {
  font-size: 1.05rem;
  color: #6b7280;
  margin-bottom: 48px;
  max-width: 600px;
  line-height: 1.7;
}


/* =========================
   GRID
========================= */
.tracks-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 2px solid #000;
}


/* =========================
   ITEMS (BASE)
========================= */
.track-item {
  padding-top: 40px;
  padding-bottom: 40px;
}


/* =========================
   MOBILE (default)
========================= */

/* LEFT */
.track-left {
  border-bottom: 1px solid #e5e7eb;
  padding-right: 0;
}

/* RIGHT */
.track-right {
  padding-top: 40px;
  padding-left: 0;
}


/* =========================
   TEXT
========================= */
.track-item h3 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: -.025em;
  line-height: 38px;
}

.desc {
  font-size: 0.95rem;
      color: hsl(45deg 2.25% 34.9%);
  font-style: italic;
  margin-bottom: 20px;
  line-height: 1.65;
}


/* =========================
   LIST
========================= */
.list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.list li {
  display: flex;
  gap: 8px;
  padding: 6px 0;
  font-size: 0.85rem;
    color: hsl(45deg 2.25% 34.9%);
  border-bottom: 1px solid #f3f4f6;
  line-height: 20px;
}

.list span {
  color: #d1d5db;
}


/* =========================
   META
========================= */
.meta {
  font-size: 0.78rem;
  color: hsl(36deg 2.09% 53.14%);
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
  line-height: 1.7;
}

.meta strong {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: hsl(40 2% 35%);
      letter-spacing: .05em;
}

/* =========================.list li
   CONTAINER (IMPORTANT FIX)
========================= */
.container {
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;   /* px-6 */
  padding-right: 24px;
}

@media (min-width: 768px) {
  .container {
    padding-left: 48px; /* md:px-12 */
    padding-right: 48px;
  }
}


/* =========================
   SECTION (VERTICAL ONLY)
========================= */
.activities {
  padding-top: 56px;   /* py-14 */
  padding-bottom: 56px;
  background: hsl(40deg 14.29% 95.88%);
  border-top: 1px solid #e5e7eb;
}

@media (min-width: 768px) {
  .activities {
    padding-top: 112px; /* md:py-28 */
    padding-bottom: 112px;
  }
}


/* =========================
   HEADER GRID
========================= */
.activities-header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

 .activities-header .heading {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 35px;
}

.activities-header .subtext {
  font-size: 1.05rem;
  color: hsl(60deg 6.6% 38.63%);
  line-height: 29px;
}

/* =========================
   SECTION
========================= */
.graduates {
  padding-top: 56px;
  padding-bottom: 56px;
  background: #000;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,0.1);
}

@media (min-width: 768px) {
  .graduates {
    padding-top: 112px;
    padding-bottom: 112px;
  }
}


/* =========================
   HEADING
========================= */
.graduates-heading {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 300;
  margin-bottom: 48px;
  line-height: 1.3;
}


/* =========================
   GRID
========================= */
.graduates-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
  .graduates-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}


/* =========================
   CARD
========================= */
.graduate {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 12px;
  border-top: 1px solid rgba(255,255,255,0.15);
  text-align: left;
}

@media (min-width: 768px) {
  .graduate {
    padding-right: 24px;
  }
}


/* =========================
   LOGO BOX
========================= */
.logo-box {
  margin-bottom: 12px;
  background: #fff;
  /* border-radius: 6px; */
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.logo-box img {
  height: 40px;
  object-fit: contain;
}


/* =========================
   TEXT
========================= */
.name {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 2px;
  line-height: 22px;
}

.brand {
  font-size: 0.85rem;
  color: rgb(207, 160, 89);
  line-height: 20px;
}

.role {
  font-size: 0.78rem;
  opacity: 0.5;
  line-height: 19px;

}


/* =========================
   TESTIMONIALS
========================= */
.testimonials {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid rgba(255,255,255,0.15);
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

@media (min-width: 768px) {
  .testimonials {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* =========================
   BLOCKQUOTE
========================= */
blockquote {
  font-size: 0.95rem;
  font-style: italic;
  line-height: 1.7;
  opacity: 0.8;
  padding-left: 16px;
  border-left: 2px solid 
rgb(207, 160, 89);
}

blockquote cite {
  display: block;
  margin-top: 12px;
  font-style: normal;
  font-weight: 600;
  font-size: 0.85rem;
  opacity: 1;
}

blockquote cite span {
  display: block;
  font-weight: 400;
  color: 
rgb(207, 160, 89);
  font-size: 0.8rem;
}



/* =========================
   HEADER RESPONSIVE
========================= */
@media (min-width: 768px) {
  .activities-header {
    grid-template-columns: 300px 1fr;
  }
}

/* =========================
   SECTION
========================= */
.career {
  padding-top: 56px;
  padding-bottom: 56px;
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

@media (min-width: 768px) {
  .career {
    padding-top: 112px;
    padding-bottom: 112px;
  }
}


/* =========================
   HEADING
========================= */
.career-heading {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 300;
  margin-bottom: 48px;
  line-height: 1.3;
}


/* =========================
   GRID
========================= */
.career-grid {
  display: grid;
  grid-template-columns: 1fr;
}

/* sm:grid-cols-2 */
@media (min-width: 640px) {
  .career-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* lg:grid-cols-5 */
@media (min-width: 1024px) {
  .career-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}


/* =========================
   ITEM
========================= */
.career-item {
  padding-right: 12px;   /* pr-3 */
  padding-bottom: 32px;  /* pb-8 */
  border-top: 2px solid #e5e7eb;
}

@media (min-width: 768px) {
  .career-item {
    padding-right: 24px; /* md:pr-6 */
  }
}


/* =========================
   TEXT
========================= */
.career-item h3 {
  font-size: 0.92rem;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 12px;
}

.career-item p {
  font-size: 0.8rem;
  color: 
rgb(105, 105, 92);
  line-height: 21px;
}


/* =========================
   META
========================= */
.career-meta {
  font-size: 0.72rem;
  color: rgb(138, 136, 133);
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f3f4f6;
  line-height: 19px;
}


/* =========================
   GRID
========================= */
.activities-grid {
  display: grid;
  grid-template-columns: 1fr;
}


/* =========================
   ITEM
========================= */
.activity {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #e5e7eb;
}


/* =========================
   TEXT
========================= */
.activity h3 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.activity p {
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.6;
}

/* =========================
   SECTION
========================= */
.difference {
  padding-top: 56px;
  padding-bottom: 56px;
  background: #000;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,0.1);
}

@media (min-width: 768px) {
  .difference {
    padding-top: 112px;
    padding-bottom: 112px;
  }
}


/* =========================
   HEADER
========================= */
.difference-header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.heading {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3;
}

.subtext {
  font-size: 1.05rem;
  color: rgb(138, 136, 133);
  line-height: 1.8;
}


/* HEADER RESPONSIVE */
@media (min-width: 768px) {
  .difference-header {
    grid-template-columns: 300px 1fr;
  }
}


/* =========================
   TABLE WRAPPER
========================= */
.table-wrapper {
  overflow-x: auto;
}


/* =========================
   TABLE
========================= */
.diff-table {
  width: 100%;
  border-collapse: collapse;
}


/* =========================
   HEADER CELLS
========================= */
.diff-table th {
  text-align: left;
  padding: 12px 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(255,255,255,0.3);
}

.diff-table th.muted {
  color: rgb(138, 136, 133);
}

.diff-table th.highlight {
  color: rgb(207, 160, 89);
}


/* =========================
   BODY CELLS
========================= */
.diff-table td {
  padding: 12px 10px;
  font-size: 0.78rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

@media (min-width: 768px) {
  .diff-table td {
    font-size: 0.85rem;
  }
}


/* =========================
   STATES
========================= */
.muted {
  color: rgb(138, 136, 133);
  font-weight: 500;
}

.fade {
  opacity: 0.3;
}

.highlight {
  color: rgb(207, 160, 89);
  font-weight: 700;
}

/* =========================
   SECTION
========================= */
.parents {
  padding-top: 64px;   /* py-16 */
  padding-bottom: 64px;
  background: #F6F5F3;
  border-top: 1px solid #F6F5F3;
}


/* =========================
   BUTTON
========================= */
.accordion-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.accordion-btn h3 {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 25px;
  font-family: 'edge', sans-serif;
}


/* =========================
   ICON
========================= */
.accordion-icon {
  transition: transform 0.3s ease;
  transform: rotate(90deg);
}

.accordion-icon.rotate {
  transform: rotate(0deg);
}


/* =========================
   CONTENT
========================= */
.accordion-content {
  overflow: hidden;
  max-height: 2000px;
  margin-top: 40px;
  transition: max-height 0.5s ease, margin 0.3s ease;
}

.accordion-content.closed {
  max-height: 0;
  margin-top: 0;
}


/* =========================
   GRID
========================= */
.parents-grid {
  display: grid;
  grid-template-columns: 1fr;
}


/* =========================
   ITEM
========================= */
.parent-item {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #e5e7eb;
}

/* TEXT */
.parent-item h4 {
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.parent-item p {
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.7;
}


/* =========================
   RESPONSIVE
========================= */
@media (min-width: 768px) {

  .parents-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .parent-item {
    padding-right: 32px; /* md:pr-8 */
  }
}

/* =========================
   GRID RESPONSIVE
========================= */
@media (min-width: 768px) {

  .activities-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .activity {
    padding-right: 32px; /* md:pr-8 */
  }
}

/* =========================
   DESKTOP (md ≥ 768px)
========================= */
@media (min-width: 768px) {

  .tracks {
    padding: 112px 0px;
  }
  .tracks .container{
    padding: 0 48px;
  }

  .tracks-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* LEFT */
  .track-left {
    border-bottom: none;
    border-right: 1px solid #e5e7eb;
    padding-right: 40px;   /* pr-10 */
  }

  /* RIGHT */
  .track-right {
    padding-left: 40px;    /* pl-10 */
    padding-top: 40px;
  }
}

/* ========================= */
/* 📱 RESPONSIVE */
/* ========================= */

@media (min-width: 768px) {

    .footer-top {
        padding: 64px 40px;
    }

    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }

    .footer-bottom-inner {
        flex-direction: row;
        align-items: flex-end;
        gap: 48px;
        padding: 56px 40px 48px;
    }

    .copyright {
        order: 1;
    }

    .footer-logo {
        order: 2;
        flex: 1;
        display: flex;
        justify-content: center;
    }

    .footer-logo img {
        height: 160px;
    }
}

/* ========================= */
/* 📱 RESPONSIVE */
/* ========================= */

@media (min-width: 640px) {

    .cta-features {
        flex-direction: row;
        gap: 48px;
    }
}

@media (min-width: 768px) {

    .cta {
        padding: 120px 40px;
        /* md:py-[120px] */
    }
}


/* Responsive */
@media (min-width: 768px) {
  .hero {
    padding: 130px 0px 96px;
  }
  .hero .container{
    padding: 0 48px;
  }

  .stats {
    grid-template-columns: repeat(4, 1fr);
  }

  .stat {
    padding: 30px 20px;
  }

  /* .stat:nth-child(2n) {
    border-right: 1px solid rgba(255,255,255,0.12);
    padding-left: 0;
  } */
}


@media (min-width: 1024px) {
    .hero-grid {
        grid-template-columns: 1fr 400px;
        gap: 80px;
    }
}

/* Responsive */
@media (min-width: 768px) {
    .navbar {
        padding: 18px 47px;
    }

    .logo img {
        height: 64px;
    }

    .nav-links {
        display: flex;
    }

    .mobile-btn {
        display: none;
    }

    .mobile-menu,
    .overlay {
        display: none !important;
    }
}

@media (max-width:769px) {
    .logo img {
        width: 307px;
    }

    .hero-content {
        padding-top: 40px;
    }
     
    .hero {
      
    padding: 100px 0px 96px;
    }
    .hero-tag {
        font-size: 18px;
        line-height: 26px;
    }
    .hero-tag span {
      font-size: 30px;
      line-height: 30px;
    }
    .hero-form {
    margin-top: 30px;
}
.hero-form form { padding: 24px;}

    .hero h1 {
        letter-spacing: -.025em;
        line-height: 1.05;
    }

    .stat-value {
        font-size: 24px !important;
        line-height: 24px !important;
    }

    .stat2 {
        border-right: none;
    }

    .stat {
        padding: 20px !important;
    }
}