:root {
    --brown: #4A311A;
    --orange: #EC6839;
    --yellow: #f7aa4d;
    --cream: #FBF4EB;
    --peach: #FDE3D1;
    --paper: #FFFFFF;
    --ink: #4A311A;
    --muted: #8A6F5A;
    --hair: #E8DCC9;

    --f-display: 'Barlow Condensed', 'Barlow', sans-serif;
    --f-display-weight: 700;
/*     --f-script: 'Caveat', cursive; */
    --f-body: 'Barlow', sans-serif;

    --shadow-warm: 0 12px 30px rgba(74, 49, 26, 0.12);
    --shadow-lg: 0 24px 60px rgba(74, 49, 26, 0.2);
    --shadow-soft: 0 4px 14px rgba(74, 49, 26, 0.08);
  }
@import url(https://use.typekit.net/edy5qtd.css);
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: var(--f-body);
    color: var(--ink);
    background: var(--paper);
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }
  img { max-width: 100%; display: block; }

  h1, h2, h3, h4 {
    font-family: var(--f-display);
    color: var(--brown);
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.005em;
	      font-family: "montana", sans-serif !important;
  }

  .script {
    font-family: var(--f-script);
    font-weight: 600;
    color: var(--orange);
    font-style: normal;
  }

  .pageinner .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
  .sectioninner { padding: 100px 0; position: relative; overflow: hidden; }

  /* Hand-drawn arc — Stride's signature curve */
  .hand-arc {
    display: block;
    width: 130px;
    height: 24px;
    margin: 0 0 10px;
  }
  .hand-arc path { stroke: var(--orange); stroke-width: 3.5; fill: none; stroke-linecap: round; }
  .hand-arc.center { margin: 0 auto 10px; }
  .hand-arc.white path { stroke: white; }
  .hand-arc.yellow path { stroke: var(--yellow); }

  .eyebrow {
    display: inline-block;
    font-family: var(--f-display);
    font-size: 15px;
    letter-spacing: 0.2em;
    color: var(--orange);
    text-transform: uppercase;
    margin-bottom: 14px;
  }

  /* ======== BUTTONS — organic blobs ======== */
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--f-display);
    font-size: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 18px 32px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-radius 0.6s ease;
    color: white;
  }
  .btn-primary {
/*     background: var(--orange); */
/*     border-radius: 35% 65% 60% 40% / 50% 50% 50% 50%;
    box-shadow: 0 6px 20px rgba(236, 104, 57, 0.35); */
  }
  .btn-primary:hover {
    transform: translateY(-3px) rotate(-1deg);
/*     box-shadow: 0 12px 28px rgba(236, 104, 57, 0.5);
    border-radius: 55% 45% 45% 55% / 50% 50% 50% 50%; */
  }
  .btn-outline {
    background: transparent;
    color: var(--brown);
/*     border: 2px solid var(--brown); */
/*     border-radius: 100px; */
  }
  .btn-outline:hover { background: var(--brown); color: white; }
  .btn-small { padding: 12px 22px; font-size: 14px; }
  .btn-large { 
/* 	  padding: 22px 40px;  */
	  font-size: 19px; 
}
  .btn-on-dark.btn-outline { color: white; border-color: rgba(255,255,255,0.85); }
  .btn-on-dark.btn-outline:hover { background: white; color: var(--orange); border-color: white; }

  /* ======== UTILITY BAR ======== */
  .util {
    background: var(--brown);
    color: var(--peach);
    text-align: center;
    padding: 10px 16px;
    font-family: var(--f-display);
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .util b { color: var(--yellow); font-weight: normal; }

  /* ======== NAV ======== */
  .nav {
    position: sticky; top: 0; z-index: 100;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--hair);
    padding: 12px 0;
    transition: box-shadow 0.3s;
  }
  .nav.scrolled { box-shadow: var(--shadow-soft); }
  .nav-inner {
    max-width: 1200px; margin: 0 auto; padding: 0 24px;
    display: flex; align-items: center; justify-content: space-between;
  }
  .nav-logo img { height: 56px; width: auto; }
  .nav-right { display: flex; align-items: center; gap: 18px; }
  .nav-phone {
    color: var(--brown); text-decoration: none;
    font-family: var(--f-display);
    font-size: 17px; letter-spacing: 0.04em;
    display: none;
    white-space: nowrap;
    font-weight: 700;
  }
  .nav-right .btn { white-space: nowrap; }

@media (max-width: 900px) {
 .hero-sticker { 
	 width: 170px;
	 font-size: 20px; 
	 padding: 18px 20px 16px;
	 top: 16px;
	 right: 16px;
}
.sectioninner {
    padding: 60px 0;
}
.final {
  padding: 60px 0 !important;
}
.final::before {
    right: 0px !important;

}
.testimonials::before {
    right: 0 !important;
}
  }


  @media (min-width: 1024px) { .nav-phone { display: inline; } }

  /* ======== HERO — full-bleed editorial photo banner ======== */
  .hero {
    position: relative;
    height: clamp(640px, 92vh, 880px);
    min-height: 640px;
    padding: 0;
    overflow: hidden;
    background: var(--brown);
    color: white;
  }
  .hero-photo-bg {
    position: absolute; inset: 0;
    background-image: url('img/hero-karrinyup.jpg');
    background-size: cover;
    background-position: 70% 38%;
    z-index: 0;
  }
  /* Strong brown wash on the left for headline legibility */
  .hero-overlay {
    position: absolute; inset: 0;
    background:
      linear-gradient(95deg, rgba(28,18,8,0.78) 0%, rgba(28,18,8,0.55) 32%, rgba(28,18,8,0.15) 55%, rgba(28,18,8,0) 72%),
      linear-gradient(0deg, rgba(28,18,8,0.45) 0%, rgba(28,18,8,0) 38%);
    z-index: 1;
  }
  /* Soft yellow sun blob behind the headline for warmth */
  .hero-sun {
    position: absolute;
    top: -180px; left: -120px;
    width: 620px; height: 620px;
    background: var(--yellow);
    border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%;
    opacity: 0.18;
    z-index: 1;
    filter: blur(2px);
  }
  .hero-inner {
    position: relative; z-index: 2;
    max-width: 1280px; margin: 0 auto;
    padding: 48px 32px 56px;
    height: 100%;
    display: grid;
    grid-template-rows: 1fr auto;
    align-items: center;
  }
  .hero-content { max-width: 690px; padding-bottom: 24px; }

 .hero h1 {
    font-size: clamp(70px, 7.6vw, 96px);
    color: white;
    margin-bottom: 28px;
    line-height: 0.95;
    text-transform: uppercase;
    letter-spacing: -0.005em;
    font-weight: 800;
    text-shadow: 0 4px 24px rgba(0,0,0,0.25);
    
}
  .hero h1 .line + .line { margin-top: 0.05em; }

  .hero h1 .script {
    display: block;
    text-transform: none;
    font-family: var(--f-script);
    font-weight: 700;
    color: var(--yellow);
 
    padding-bottom: 0.22em;
    letter-spacing: 0;
    transform: rotate(-2deg);
    transform-origin: left center;
    text-shadow: 0 3px 18px rgba(0,0,0,0.3);
  }
  .hero-lede {
    font-size: clamp(17px, 1.45vw, 21px);
    color: rgba(255,255,255,0.94);
    max-width: 560px;
    margin: 0 0 32px;
    line-height: 1.55;
    font-weight: 400;
  }
  .hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; }
  .hero-ctas .btn-outline {
    color: white;
    border-color: rgba(255,255,255,0.85);
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(4px);
  }
  .hero-ctas .btn-outline:hover { background: white; color: var(--brown); border-color: white; }

  /* Floating handwritten sticker — top right of the hero */
.hero-sticker {
    position: absolute;
    top: 44px;
    right: 44px;
    z-index: 3;
    background: #EC6839;
    color: #fff;
    font-family: var(--f-script);
    font-weight: 700;
    font-size: 35px;
    line-height: 34px;
    padding: 38px 28px 32px;
    border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%;
    transform: rotate(-7deg);
    box-shadow: 0 14px 32px rgba(0,0,0,0.22);
    text-align: center;
    width: 220px;
    font-family: "montana", sans-serif !important;
}
  .hero-sticker small {
    display: block;
    font-family: "Barlow", sans-serif !important;
   
    font-size: 12px;
   
    text-transform: uppercase;
    margin-top: 8px;
 
  }

/**5-21-2026**/

.hero-ctas a.bookatourbtn{
 background-image: url(https://strideearlylearning.wa.edu.au/wp-content/uploads/2024/12/btnorange-1.png) !important;
    background-size: 100% 100% !important;
    background-color: transparent !important;
    /* min-height: 75px !important; */
    font-family: 'montana';
    font-size: 31px;
    line-height: 36px;
    font-weight: normal !important;
    padding-top: 10px;
    text-transform: none;
	    padding: 0px 25px 10px;
    color: #fff !important;
    text-decoration: none !important;
}
.hero-ctas a.parenthandbook, a.facesofstridelink{
	background-image: url(https://strideearlylearning.wa.edu.au/wp-content/uploads/2024/12/btnyellow.png) !important;
    background-size: 100% 100% !important;
    background-color: transparent !important;
    min-height: 75px !important;
    font-family: 'montana';
    font-size: 31px;
    line-height: 36px;
    font-weight: normal !important;
    padding-top: 10px;
	    padding: 0px 25px 10px;
    text-transform: none;
    color: #4A311A !important;
    text-decoration: none !important;
}
a.facesofstridelink {
    padding: 25px 25px !important;
}
.facesbtn {
    text-align: center;
    margin-top: 80px;
    display: table;
    width: 100%;
}
.mid-cta-actions a.bookatourbtn{
	background-image: url(https://strideearlylearning.wa.edu.au/wp-content/uploads/2024/12/btnyellow.png) !important;
    background-size: 100% 100% !important;
    background-color: transparent !important;
    min-height: 75px !important;
    font-family: 'montana';
    font-size: 31px;
    line-height: 36px;
    font-weight: normal !important;
    padding-top: 10px;
	    padding: 0px 25px 10px;
    text-transform: none;
    color: #4A311A !important;
    text-decoration: none !important;
}
.mid-cta-actions a.parenthandbook{
    background-image: url(https://strideearlylearning.wa.edu.au/wp-content/uploads/2024/12/btnbrown-1-1.png) !important;
    background-size: 100% 100% !important;
    background-color: transparent !important;
    /* min-height: 75px !important; */
    font-family: 'montana';
    font-size: 31px;
    line-height: 36px;
    font-weight: normal !important;
    padding-top: 10px;
    text-transform: none;
    color: #fff !important;
}

/**5-21-2026**/


 
  @media (max-width: 520px) {
    .hero-sticker {
		display: none;
	 }
.final::before {
    right: 0px !important;
}
.hero-ctas a.bookatourbtn {
    min-height: 65px !important;
    font-size: 24px;
}
.mid-cta-actions a.bookatourbtn {
    font-size: 25px;
}
.mid-cta-actions a.parenthandbook {
    font-size: 25px;
}
.final-grid {
    display: block !important;
}
.form-card {
    margin-top:20px !important;
    padding: 25px !important;

}
  }


  /* Educator annotation — static editorial callout, no avatar circle.
     A thin leader line + dot points from the tag toward the subject. */
  .educator-annotation {
    position: absolute;
    bottom: 36px;
    right: 36px;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    gap: 0;
    pointer-events: none;
  }
  .educator-annotation .leader {
    position: absolute;
    bottom: 32px;
    right: 100%;
    width: 240px;
    height: 220px;
    overflow: visible;
    pointer-events: none;
  }
  .educator-annotation .leader path {
    fill: none;
    stroke: var(--yellow);
    stroke-width: 2;
    stroke-linecap: round;
  }
  .educator-annotation .leader circle {
    fill: var(--yellow);
  }
  .educator-tag {
    background: white;
    color: var(--brown);
    padding: 14px 22px 14px 22px;
    border-radius: 6px;
    box-shadow: 0 16px 36px rgba(0,0,0,0.28);
    position: relative;
    text-align: left;
    min-width: 240px;
    border-left: 4px solid var(--yellow);
  }
  .educator-tag .tag-eyebrow {
    font-family: var(--f-display);
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 4px;
    display: block;
  }
  .educator-tag .tag-name {
    font-weight: 800;
	    font-family: "montana", sans-serif !important;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1;
    color: var(--brown);
    margin-bottom: 4px;
  }
  .educator-tag .tag-role {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.3;
    font-weight: 500;
  }
  @media (max-width: 720px) {
   .educator-annotation {
    right: 16px;
    bottom: auto;
    top: -46px;
}
    .educator-annotation .leader { display: none; }
    .educator-tag { min-width: 200px; padding: 10px 16px; }
    .educator-tag .tag-name { font-size: 17px; }
    .educator-tag .tag-role { font-size: 11px; }
  }

  /* Trust strip — below the hero, on cream */
  .trust-strip {
    background: var(--cream);
    border-bottom: 1px solid var(--hair);
    padding: 28px 0;
  }
  .trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    align-items: center;
  }
  .trust-item {
    display: flex;
    align-items: center;
    gap: 18px;
    line-height: 1.1;
    text-align: left;
  }
  .trust-item + .trust-item { border-left: 2px dashed var(--hair); padding-left: 24px; }
  .trust-num {
   font-family: "montana", sans-serif !important;
    font-weight: 800;
    font-size: clamp(40px, 4.5vw, 58px);
    color: var(--orange);
    display: block;
    line-height: 0.9;
    letter-spacing: 0.01em;
  }
  .trust-label {
    font-size: 16px;
    color: var(--brown);
    line-height: 1.4;
    font-weight: 500;
  }
  @media (max-width: 720px) {
    .trust-row { grid-template-columns: 1fr; gap: 14px; }
    .trust-item + .trust-item { border-left: 0; border-top: 1px dashed var(--hair); padding-left: 0; padding-top: 14px; }
  }

  /* ======== SECTION HEAD ======== */
  .section-head {
    position: relative; z-index: 1;
    text-align: center;
    max-width: 740px;
    margin: 0 auto 60px;
  }
  .section-title {
    font-size: clamp(42px, 5.5vw, 72px);
    text-transform: uppercase;
    margin-bottom: 22px;
    letter-spacing: 0.005em;
    line-height: 1.02;
	  margin-top:0;
  }
  .section-title .script {
    text-transform: none;
    font-size: 1.05em;
    color: var(--orange);
    line-height: 0.88;
  }
  .section-lede {
    font-size: 19px;
    color: var(--brown);
    line-height: 1.6;
    max-width: 620px;
    margin: 0 auto;
  }

  /* ======== WE GET IT ======== */
  .we-get-it { background: var(--paper); }
  .we-get-it::before {
    content: '';
    position: absolute;
    top: 8%; right: -6%;
    width: 320px; height: 320px;
    background: var(--peach);
    border-radius: 50% 50% 40% 60% / 40% 50% 50% 60%;
    opacity: 0.4; z-index: 0;
  }
  .moments-grid {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: 1fr;
    gap: 28px;
    max-width: 1080px; margin: 0 auto;
  }
  @media (min-width: 760px) { .moments-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; } }

  .moment-card {
    padding: 44px 32px;
    text-align: center;
    transition: transform 0.3s ease;
  }
  .moment-card:nth-child(1) {
    background: var(--peach);
    border-radius: 30px 60px 30px 60px / 60px 30px 60px 30px;
  }
  .moment-card:nth-child(2) {
    background: var(--cream);
    border-radius: 60px 30px 60px 30px / 30px 60px 30px 60px;
  }
  .moment-card:nth-child(3) {
    background: var(--peach);
    border-radius: 30px 60px 30px 60px / 60px 30px 60px 30px;
  }
  .moment-card:hover { transform: translateY(-8px); }

  .moment-icon {
    width: 100px; height: 100px;
    background: var(--orange);
    border-radius: 45% 55% 50% 50% / 50% 50% 55% 45%;
    margin: 0 auto 26px;
    display: flex; align-items: center; justify-content: center;
  }
.moment-icon svg {
    width: 80px;
    height: 80px;
    stroke: white;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}
  .moment-card h3 {
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 14px;
    letter-spacing: 0.02em;
	  margin: 16px 0 16px;
  }
  .moment-card p {
    color: var(--brown);
    font-size: 17px;
    line-height: 1.6;
  }

  /* ======== PEOPLE — brown ======== */
  .people { background: var(--brown); color: white; }
  .people .section-title { color: white; }
  .people .section-title .script { color: var(--yellow); }
  .people .section-lede { color: var(--peach); }
  .people .eyebrow { color: var(--yellow); }
  .people .hand-arc path { stroke: var(--yellow); }
  .people::before {
    content: '';
    position: absolute;
    top: 30%; left: -6%;
    width: 300px; height: 300px;
    background: rgba(247, 170, 78, 0.08);
    border-radius: 60% 40% 50% 50% / 50% 60% 40% 50%;
    z-index: 0;
  }
  .people::after {
    content: '';
    position: absolute;
    bottom: 10%; right: -8%;
    width: 380px; height: 380px;
    background: rgba(236, 104, 57, 0.07);
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    z-index: 0;
  }
  .people-grid {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: 1fr;
    gap: 30px;
    max-width: 1080px; margin: 0 auto;
  }
  @media (min-width: 660px) { .people-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1000px) { .people-grid { grid-template-columns: repeat(4, 1fr); } }

  .person {
    background: var(--cream);
    border-radius: 30px 30px 60px 30px / 60px 30px 30px 60px;
    overflow: hidden;
    color: var(--brown);
    transition: transform 0.3s ease;
  }
  .person:nth-child(even) { border-radius: 30px 60px 30px 60px / 30px 30px 60px 60px; }
  .person:hover { transform: translateY(-8px); }

  .person-photo {
    aspect-ratio: 4/5;
    position: relative;
  }
  .person-photo::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(74, 49, 26, 0.15) 100%);
    z-index: 1;
  }
  .person-photo.p1,
  .person-photo.p2,
  .person-photo.p3,
  .person-photo.p4 {
    background:
      repeating-linear-gradient(135deg, var(--peach) 0 14px, var(--cream) 14px 28px);
  }

  .person-photo-label {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    flex-direction: column; gap: 6px;
    color: rgba(74, 49, 26, 0.55);
    font-family: var(--f-display);
    font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
    z-index: 0; padding: 12px; text-align: center;
  }
  .person-photo-label .ph-tag {
    width: 42px; height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 10px; font-size: 20px;
  }

  .person-info { padding: 24px 26px 28px; }
  .person-name {
    font-family: var(--f-display);
    color: var(--brown);
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }
  .person-role {
    font-size: 16px;
    color: var(--orange);
 
    margin-top: 4px;
	  line-height: 20px;
    margin-bottom: 14px;
   
  }
  .person-quote {

    font-size: 18px;
    color: var(--brown);
    line-height: 1.35;
  }

  /* ======== PROOF — 4+3 grid of what-sets-us-apart ======== */
  .proof { background: var(--cream); }
  .proof::before {
    content: '';
    position: absolute;
    top: 10%; left: -5%;
    width: 320px; height: 320px;
    background: var(--peach);
    border-radius: 60% 40% 50% 50% / 50% 60% 40% 50%;
    opacity: 0.55; z-index: 0;
  }
  .proof-grid {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: 1fr;
    gap: 24px;
    max-width: 1200px; margin: 0 auto;
  }
  @media (min-width: 660px) { .proof-grid { grid-template-columns: repeat(2, 1fr); } }
  /* Desktop: 4+3. Use a 12-col grid — top row ×4 (span 3), bottom row ×3 (span 4) */
  @media (min-width: 1024px) {
    .proof-grid { grid-template-columns: repeat(12, 1fr); }
    .proof-card:nth-child(-n+4) { grid-column: span 3; }
    .proof-card:nth-child(n+5) { grid-column: span 4; }
  }

  .proof-closing {
    position: relative; z-index: 1;
    margin: 64px auto 0;
    max-width: 1100px;
    text-align: center;
    padding: 0 24px;
  }
.proof-closing .closing-line {
    display: flex;
    font-weight: 800;
    text-transform: uppercase;
    font-size: clamp(35px, 4.6vw, 60px);
    line-height: 1.05;
    letter-spacing: 0.005em;
    color: var(--brown);
    font-family: "montana", sans-serif !important;
    flex-direction: column;
}
  .proof-closing .closing-line .script {
    
    font-weight: 700;
    text-transform: none;
    color: var(--orange);
    font-size: 1.18em;
    margin-left: 6px;
    display: inline-block;
    transform: rotate(-2deg);
    letter-spacing: 0;
  }

  .proof-card {
    background: var(--paper);
    padding: 38px 30px 32px;
    border-radius: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .proof-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-warm); }

  .proof-icon-wrap {
    width: 96px; height: 96px;
    background: var(--orange);
    border-radius: 50%;
    margin: 0 auto 24px;
    display: flex; align-items: center; justify-content: center;
  }
  .proof-card:nth-child(3n+2) .proof-icon-wrap { background: var(--yellow); }
  .proof-card:nth-child(3n+3) .proof-icon-wrap { background: var(--brown); }
  /* Vary card blob shapes for organic rhythm */
  .proof-card:nth-child(2n) { border-radius: 56px 30px 56px 30px / 30px 56px 30px 56px; }
.proof-icon-wrap svg {
    width: 80px;
    height: 80px;
    stroke: white;
    stroke-width: 1.8;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}
  .proof-card h3 {
    font-size: 35px;
    text-transform: uppercase;
    
    letter-spacing: 0.02em;
	   margin: 16px 0 16px;
  }
 .proof-card p {
    font-size: 17px;
    line-height: 1.5;
    color: var(--brown);
    margin-bottom: 14px;
}
  .proof-tag {
    display: inline-block;
    font-family: var(--f-script);
    font-size: 21px;
    color: var(--orange);
  }

  /* ======== MID CTA — orange ======== */
  .mid-cta { background: var(--orange); color: white; padding: 90px 0; }
  .mid-cta::before {
    content: '';
    position: absolute;
    top: 50%; right: -150px;
    transform: translateY(-50%);
    width: 500px; height: 500px;
    background: rgba(247, 170, 78, 0.28);
    border-radius: 60% 40% 50% 50% / 50% 60% 40% 50%;
    z-index: 0;
  }
  .mid-cta::after {
    content: '';
    position: absolute;
    bottom: -100px; left: -100px;
    width: 350px; height: 350px;
    background: rgba(74, 49, 26, 0.15);
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    z-index: 0;
  }
  .mid-cta-grid {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: 1fr; gap: 30px;
    align-items: center;
    max-width: 1100px; margin: 0 auto; padding: 0 24px;
  }
  @media (min-width: 800px) {
    .mid-cta-grid { grid-template-columns: 1.4fr 1fr; gap: 50px; }
  }
  .mid-cta h2 {
    color: white;
    font-size: clamp(40px, 5vw, 64px);
    text-transform: uppercase;
    margin-bottom: 18px;
    letter-spacing: 0.005em;
    line-height: 1;
  }
  .mid-cta h2 .script { color: var(--yellow); text-transform: none; font-size: 1.05em; }
  .mid-cta p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 19px;
    max-width: 480px;
    line-height: 1.6;
  }
  .mid-cta-actions { display: flex; flex-direction: column; gap: 14px; }
  .mid-cta .btn-primary {
/*     background: var(--paper); color: var(--orange);
    width: 100%;
    box-shadow: 0 6px 18px rgba(0,0,0,0.18); */
  }
  .mid-cta .btn-primary:hover { background: var(--yellow); color: var(--brown); }

  /* ======== TESTIMONIALS ======== */
  .testimonials { background: var(--paper); }
  .testimonials::before {
    content: '';
    position: absolute;
    top: 20%; right: -8%;
    width: 280px; height: 280px;
    background: var(--peach);
    border-radius: 50% 50% 40% 60% / 40% 50% 50% 60%;
    opacity: 0.45; z-index: 0;
  }
  .testimonial-grid {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: 1fr;
    gap: 30px;
    max-width: 1100px; margin: 0 auto;
  }
  @media (min-width: 780px) { .testimonial-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; } }

  .testimonial {
    background: var(--cream);
    padding: 38px 32px;
    border-radius: 30px 60px 30px 30px / 30px 30px 60px 30px;
    position: relative;
  }
  .testimonial:nth-child(2) { border-radius: 60px 30px 30px 30px / 30px 60px 30px 30px; }
  .testimonial:nth-child(3) { border-radius: 30px 30px 30px 60px / 30px 30px 60px 30px; }

  .quote-mark {
  
    font-size: 82px;
    line-height: 0.6;
    color: var(--orange);
    margin-bottom: 8px;
    display: block;
  }
  .testimonial-text {
   
    font-size: 20px;
    line-height: 1.35;
    color: var(--brown);
    margin-bottom: 26px;
  }
  .testimonial-author { display: flex; align-items: center; gap: 12px; }
  .author-mark {
    width: 46px; height: 46px;
    background: var(--orange);
    border-radius: 50%;
    color: white;
    font-family: var(--f-display);
    font-size: 16px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .testimonial:nth-child(2) .author-mark { background: var(--yellow); color: var(--brown); }
  .testimonial:nth-child(3) .author-mark { background: var(--brown); }
  .author-name {
    font-family: var(--f-display);
    color: var(--brown);
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .author-meta { color: var(--muted); font-size: 13px; margin-top: 2px; }

  /* ======== STEPS ======== */
  .steps { background: var(--cream); }
  .steps::before {
    content: '';
    position: absolute;
    bottom: 5%; left: -8%;
    width: 340px; height: 340px;
    background: var(--peach);
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    opacity: 0.45; z-index: 0;
  }
  .steps-grid {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: 1fr;
    gap: 28px;
    max-width: 1100px; margin: 0 auto;
  }
  @media (min-width: 780px) { .steps-grid { grid-template-columns: repeat(3, 1fr); } }

  .step {
    background: var(--paper);
    padding: 48px 32px;
    border-radius: 30px;
    text-align: center;
    transition: transform 0.3s ease;
  }
  .step:hover { transform: translateY(-6px); }

  .step-num-circle {
    width: 96px; height: 96px;
    background: var(--orange);
    color: white;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--f-display);
    font-size: 42px;
    margin: 0 auto 24px;
    box-shadow: 0 6px 18px rgba(236, 104, 57, 0.3);
    letter-spacing: 0.02em;
  }
  .step:nth-child(2) .step-num-circle { background: var(--yellow); color: var(--brown); }
  .step:nth-child(3) .step-num-circle { background: var(--brown); }

.step h3 {
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
    margin: 16px 0px;
}
  .step p {
    color: var(--brown);
    font-size: 17px;
    line-height: 1.6;
  }

  /* ======== FINAL CTA — brown ======== */
  .final {
    background: var(--brown);
    color: var(--cream);
    padding: 110px 0;
  }
  .final::before {
    content: '';
    position: absolute;
    top: -120px; right:0px;
    width: 420px; height: 420px;
    background: rgba(236, 104, 57, 0.15);
    border-radius: 60% 40% 50% 50% / 50% 60% 40% 50%;
    z-index: 0;
  }
  .final::after {
    content: '';
    position: absolute;
    bottom: -100px; left: -100px;
    width: 350px; height: 350px;
    background: rgba(247, 170, 78, 0.09);
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    z-index: 0;
  }
  .final-grid {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: 1fr; gap: 50px;
    align-items: start;
    max-width: 1100px; margin: 0 auto; padding: 0 24px;
  }
  @media (min-width: 968px) {
    .final-grid { grid-template-columns: 1fr 1.1fr; gap: 70px; }
  }
  .final-left .eyebrow { color: var(--yellow); }
  .final-left .hand-arc path { stroke: var(--yellow); }
.final-left h2 {
    color: white;
    font-size: clamp(44px, 5.5vw, 72px);
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 22px;
    letter-spacing: 0.005em;
    margin-top: 0;
}
  .final-left h2 .script {
    color: var(--yellow);
    text-transform: none;
    font-size: 1.05em;
  }
  .final-left .section-lede {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    margin-left: 0;
    text-align: left;
  }
  .final-trust {
    display: flex; flex-direction: column; gap: 14px;
    padding-top: 30px;
    border-top: 1px solid rgba(247, 170, 78, 0.25);
  }
  .final-trust-item {
    display: flex; align-items: center; gap: 14px;
    font-size: 18px;
    color: #fff;
  }
  .final-tick {
    width: 32px; height: 32px;
    background: var(--orange);
    border-radius: 50%;
    color: white;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 14px;
  }

  .form-card {
    background: var(--cream);
    color: var(--brown);
    padding: 44px;
    border-radius: 40px 60px 40px 40px / 40px 40px 60px 40px;
    box-shadow: var(--shadow-warm);
  }
  .form-head { margin-bottom: 26px; padding-bottom: 24px; border-bottom: 2px dashed var(--hair); }
.form-head h3 {
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 6px;
    letter-spacing: 0.02em;
    margin-top: 0;
}
.form-head p {
    font-size: 16px;
    /* color: var(--muted); */
}
  .form-group { margin-bottom: 16px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  @media (max-width: 580px) { .form-row { grid-template-columns: 1fr; } }
  label {
    font-family: var(--f-display);
    font-size: 14px !important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brown);
    display: block; margin-bottom: 6px;
  }
  input, select, textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1.5px solid var(--hair);
    border-radius: 12px;
    font-family: var(--f-body);
    font-size: 15px;
    color: var(--brown);
    background: var(--paper);
    transition: all 0.2s;
  }
  input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: var(--orange);
    box-shadow: 0 0 0 4px rgba(236, 104, 57, 0.15);
  }
  .form-submit {
    width: 100%;
    margin-top: 10px;
    background: var(--orange);
    color: white;
    border: none;
    padding: 22px 24px;
    font-family: var(--f-display);
    font-size: 18px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-radius: 35% 65% 60% 40% / 50% 50% 50% 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(236, 104, 57, 0.32);
  }
  .form-submit:hover {
    transform: translateY(-2px);
    border-radius: 55% 45% 45% 55% / 50% 50% 50% 50%;
    box-shadow: 0 10px 24px rgba(236, 104, 57, 0.45);
  }
  .form-foot {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 2px dashed var(--hair);
    text-align: center;
    font-size: 13px;
    color: var(--muted);
  }
  .form-foot a { color: var(--brown); font-weight: 600; text-decoration: none; }

  /* ======== STICKY MOBILE CTA ======== */
  .sticky-cta {
    position: fixed; bottom: 0; left: 0; right: 0;
    background: var(--paper);
    border-top: 1px solid var(--hair);
    padding: 12px 16px;
    z-index: 90;
    display: none;
    box-shadow: 0 -4px 14px rgba(74, 49, 26, 0.08);
  }
  @media (max-width: 767px) {
    .sticky-cta { display: block; }
    body { padding-bottom: 84px; }
  }
  .sticky-cta .btn { width: 100%; }

  /* ======== FOOTER ======== */
  footer {
    background: var(--brown);
    color: var(--cream);
    padding: 70px 0 30px;
    position: relative;
    overflow: hidden;
  }
  footer::before {
    content: '';
    position: absolute;
    top: -50px; right: -50px;
    width: 220px; height: 220px;
    background: rgba(247, 170, 78, 0.09);
    border-radius: 60% 40% 50% 50% / 50% 60% 40% 50%;
  }
  .footer-inner {
    display: grid; grid-template-columns: 1fr; gap: 36px;
    align-items: start; position: relative;
    z-index: 1;
  }
  @media (min-width: 760px) {
    .footer-inner { grid-template-columns: 1.6fr 1fr 1fr; gap: 50px; }
  }
  .footer-logo {
    background: var(--cream);
    padding: 14px 18px;
    border-radius: 16px;
    display: inline-block;
    margin-bottom: 18px;
  }
  .footer-logo img { height: 54px; width: auto; }
  .footer-tag {
    font-family: var(--f-script);
    font-size: 26px;
    color: var(--yellow);
    line-height: 1.3;
    margin-bottom: 14px;
  }
  .footer-desc {
    font-size: 14px;
    color: rgba(251, 244, 235, 0.7);
    line-height: 1.6;
    max-width: 380px;
  }
  .footer-col h4 {
    color: white;
    font-family: var(--f-display);
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 16px;
  }
  .footer-col a {
    color: rgba(251, 244, 235, 0.7);
    text-decoration: none;
    font-size: 14px;
    line-height: 2.2;
    display: block;
  }
  .footer-col a:hover { color: var(--yellow); }
  .footer-bottom {
    border-top: 1px solid rgba(251, 244, 235, 0.1);
    margin-top: 40px; padding-top: 24px;
    font-size: 13px;
    color: rgba(251, 244, 235, 0.55);
    display: flex; flex-direction: column; gap: 8px;
    position: relative; z-index: 1;
  }
  @media (min-width: 600px) {
    .footer-bottom { flex-direction: row; justify-content: space-between; }
  }

  .reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease, transform 0.7s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }

  /* ========================================================================
     STRIDE POP — sticky side-pop CTA card (expanded + collapsed states)
     ======================================================================== */
  .stride-pop {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 90;
    opacity: 0;
    transform: translateY(20px) scale(0.96);
    pointer-events: none;
    transition: opacity 0.45s ease, transform 0.45s ease;
    font-family: var(--f-body);
  }
  .stride-pop.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }
  .stride-pop.hidden-final {
    opacity: 0;
    transform: translateY(20px) scale(0.96);
    pointer-events: none;
  }

  /* Expanded card */
  .pop-expanded {
    width: 280px;
    background: var(--brown);
    color: var(--cream);
    border-radius: 26px 32px 28px 32px / 30px 26px 32px 28px;
    padding: 22px 22px 20px;
    box-shadow: 0 24px 60px rgba(0,0,0,0.28), 0 4px 12px rgba(0,0,0,0.18);
    position: relative;
    transition: opacity 0.3s ease, transform 0.35s ease;
  }
  .stride-pop.collapsed .pop-expanded {
    display: none;
  }

  /* Yellow handwritten "psst" badge in the top-left corner of the pop */
  .pop-expanded .pop-badge {
    position: absolute;
    top: -35px;
    left: -14px;
    background: var(--yellow);
    color: var(--brown);
    font-family: var(--f-script);
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%;
    transform: rotate(-14deg);
    box-shadow: 0 6px 14px rgba(0,0,0,0.18);
    border: 3px solid var(--brown);
  }

  /* Close button */
  .pop-expanded .pop-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 26px;
    height: 26px;
    border: none;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.65);
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .pop-expanded .pop-close:hover {
    background: rgba(255,255,255,0.18);
    color: white;
  }

.pop-expanded .pop-eyebrow {
    font-family: var(--f-display);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--yellow);
    margin-bottom: 6px;
    margin-top: 6px;
}
  .pop-expanded h4 {
    font-family: var(--f-display);
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    line-height: 1.05;
    color: white;
    margin-bottom: 14px;
	  margin-top:0;
  }
  .pop-expanded h4 .script {
    font-family: var(--f-script);
    text-transform: none;
    color: var(--yellow);
    font-size: 1.15em;
    font-weight: 700;
    line-height: 0.9;
    display: inline-block;
    transform: rotate(-2deg);
  }

.pop-expanded .pop-cta {
    background-image: url(https://strideearlylearning.wa.edu.au/wp-content/uploads/2024/12/btnorange-1.png) !important;
    background-size: 100% 100% !important;
    background-color: transparent !important;
    min-height: 68px !important;
    font-family: 'montana';
    font-size: 24px;
    line-height: 30px;
    font-weight: normal !important;
    padding-top: 10px;
    /* text-transform: none; */
    padding: 5px 45px 10px;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    box-shadow: none;
    border: none;
}

/*   .pop-expanded .pop-cta {
    display: block;
    width: 100%;
    text-align: center;
    background: var(--orange);
    color: white;
    font-family: var(--f-display);
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 14px 18px;
    text-decoration: none;
    border-radius: 35% 65% 55% 45% / 50% 50% 50% 50%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-radius 0.5s ease;
    box-shadow: 0 6px 16px rgba(236,104,57,0.4);
  }
  .pop-expanded .pop-cta:hover {
    transform: translateY(-2px) rotate(-1deg);
    border-radius: 55% 45% 45% 55% / 50% 50% 50% 50%;
    box-shadow: 0 10px 22px rgba(236,104,57,0.55);
  } */
  .pop-expanded .pop-secondary {
    display: block;
    text-align: center;
    margin-top: 12px;
    color: var(--peach);
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px dashed rgba(253,227,209,0.4);
    padding-bottom: 2px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
  }
  .pop-expanded .pop-secondary:hover {
    color: white;
    border-bottom-color: white;
  }
.pop-expanded .pop-foot {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px dashed rgba(255,255,255,0.12);
    font-family: var(--f-display);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(253,227,209,0.55);
    text-align: center;
}
  .pop-expanded .pop-foot b { color: var(--yellow); font-weight: 600; }

  /* Collapsed chip — slim brown pill that hugs the bottom-right edge */
  .pop-collapsed {
    display: none;
    align-items: center;
    gap: 10px;
    background: var(--brown);
    color: white;
    border: none;
    padding: 12px 18px 12px 16px;
    border-radius: 999px;
    cursor: pointer;
    font-family: var(--f-display);
    box-shadow: 0 14px 30px rgba(0,0,0,0.22);
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    max-width: 320px;
  }
  .stride-pop.collapsed .pop-collapsed { display: inline-flex; }
  .pop-collapsed:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(0,0,0,0.28);
  }
  .pop-collapsed .chip-badge {
    background: var(--yellow);
    color: var(--brown);
    font-family: var(--f-script);
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%;
    transform: rotate(-10deg);
    flex-shrink: 0;
  }
  .pop-collapsed .chip-text {
    font-family: var(--f-display);
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.1;
    white-space: nowrap;
  }
  .pop-collapsed .chip-text .script {
    font-family: var(--f-script);
    text-transform: none;
    color: var(--yellow);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    display: inline-block;
    margin-left: 4px;
    transform: translateY(2px) rotate(-2deg);
  }
  .pop-collapsed .chip-arrow {
    color: var(--yellow);
    font-size: 18px;
    line-height: 1;
    flex-shrink: 0;
    transition: transform 0.25s ease;
  }
  .pop-collapsed:hover .chip-arrow { transform: translateX(3px); }

  @media (max-width: 720px) {
    .stride-pop { left: 12px; right: 12px; bottom: 12px; }
    .pop-expanded { width: auto; padding: 16px 18px 14px; }
    .pop-expanded .pop-badge {
      width: 50px;
      height: 50px;
      font-size: 18px;
    }
    .pop-expanded h4 { font-size: 19px; }
    .stride-pop.collapsed { right: 12px; left: auto; }
    .pop-collapsed .chip-text { font-size: 12px; }
  }
  @media (max-height: 560px) { .stride-pop { display: none; } }

  /* ========================================================================
     POPUP — exit-intent / scroll-trigger for Parent Handbook capture
     ======================================================================== */
  .popup-overlay {
    position: fixed; inset: 0;
    background: rgba(74, 49, 26, 0.78);
    backdrop-filter: blur(6px);
    z-index: 200;
    display: flex; align-items: center; justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .popup-overlay.active {
    opacity: 1;
    visibility: visible;
  }
  .popup-card {
    background: var(--cream);
    color: var(--brown);
    max-width: 580px;
    width: 100%;
    border-radius: 40px 60px 40px 50px / 50px 40px 60px 40px;
    padding: 0;
    box-shadow: var(--shadow-lg);
    transform: scale(0.92) translateY(20px);
    transition: transform 0.45s cubic-bezier(.34,1.56,.64,1);
    position: relative;
    overflow: hidden;
  }
  .popup-overlay.active .popup-card { transform: scale(1) translateY(0); }
  .popup-banner {
    background: var(--orange);
    color: white;
    padding: 36px 40px 30px;
    position: relative;
    border-radius: 40px 60px 0 0 / 50px 40px 0 0;
  }
  .popup-banner::before {
    content: '';
    position: absolute;
    top: -40px; right: -40px;
    width: 140px; height: 140px;
    background: rgba(247, 170, 78, 0.35);
    border-radius: 60% 40% 50% 50% / 50% 60% 40% 50%;
  }
  .popup-banner::after {
    content: '';
    position: absolute;
    bottom: -60px; left: -40px;
    width: 140px; height: 140px;
    background: rgba(74, 49, 26, 0.15);
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
  }
  .popup-eyebrow {
    position: relative; z-index: 1;
    font-family: var(--f-display);
    font-size: 14px; letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    margin-bottom: 10px;
  }
.popup-banner h3 {
    position: relative;
    z-index: 1;
    color: white;
    font-size: clamp(48px, 5vw, 65px);
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.01em;
    margin-top: 0;
}
  .popup-banner h3 .script {
    color: var(--yellow);
    text-transform: none;
    font-size: 1.05em;
    display: block;
    margin-top: 4px;
  }
  .popup-body {
    padding: 32px 40px 36px;
  }
  .popup-body p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--brown);
    margin-bottom: 24px;
  }
  /* Sample-question preview card — sits between body copy and form */
 .popup-preview-eyebrow {
    font-family: var(--f-display);
    /* font-weight: 800; */
    font-size: 20px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 12px;
}
  .popup-preview-eyebrow {
    font-family: var(--f-display);
    font-weight: 800;
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 12px;
  }
  .popup-q {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 12px;
    align-items: baseline;
    padding: 8px 0;
  }
  .popup-q + .popup-q {
    border-top: 1px dashed var(--hair);
  }
  .popup-q-num {
    font-family: var(--f-display);
    font-weight: 800;
    font-size: 24px;
    color: var(--orange);
    line-height: 1;
    letter-spacing: 0.02em;
  }
  .popup-q-text {
    font-family: var(--f-body);
    font-size: 15px;
    line-height: 1.45;
    color: var(--brown);
    font-weight: 500;
  }
  .popup-preview-more {
    font-family: var(--f-script);
    font-weight: 600;
    font-size: 17px;
    color: var(--orange);
    margin-top: 8px;
    text-align: right;
    line-height: 1;
  }
  .popup-form {
    display: flex; flex-direction: column; gap: 12px;
  }
  .popup-form input {
    padding: 14px 18px;
    border: 1.5px solid var(--hair);
    border-radius: 12px;
    font-family: var(--f-body);
    font-size: 16px;
    background: var(--paper);
  }
  .popup-form .form-submit {
    margin-top: 4px;
    padding: 18px;
    font-size: 16px;
  }
  .popup-close {
    position: absolute;
    top: 18px; right: 18px;
    width: 36px; height: 36px;
    background: rgba(255, 255, 255, 0.25);
    color: white;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    font-size: 20px;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.2s;
    z-index: 2;
  }
  .popup-close:hover { background: rgba(255, 255, 255, 0.45); }
  .popup-foot {
    margin-top: 18px;
    text-align: center;
    font-size: 13px;
    color: var(--muted);
  }
  .popup-foot a {
    color: var(--brown);
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
  }
.page-id-45071 .container.main-wrapper {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
}
.lte-content-wrapper.lte-layout-default {
    background: #4A311A !important;
}
.lte-header-wrapper span.pattren {
    display: none;
}
.footerform {
    display: none;
}

#gform_wrapper_34 input{

    padding: 18px 15px 18px;
    border: 1px solid var(--gray-border);

}

#gform_wrapper_34 select {
    padding: 18px 20px;
    border-radius: 50px;
    color: #6E6E6E;
    appearance: none;
    background: url(//strideearlylearning.wa.edu.au/wp-content/themes/booba-child/assets/images/arrow-nav.png) no-repeat #fff;
    background-position: right 20px bottom 45%;
    background-size: 17px;
    box-shadow: none;
}
input#gform_submit_button_34 {
    background-image: url(https://strideearlylearning.wa.edu.au/wp-content/uploads/2024/12/btnorange-1.png) !important;
    background-size: 100% 100% !important;
    background-color: transparent !important;
    min-height: 68px !important;
    font-family: 'montana';
    font-size: 31px;
    line-height: 36px;
    font-weight: normal !important;
    padding-top: 10px;
    text-transform: none;
    padding: 0px 25px 10px;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    box-shadow: none;
    border: none;
}

#gform_wrapper_34 .gform_validation_errors>h2 {
    color: #c02b0a !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 17.6px !important;
    font-family: "Barlow", sans-serif !important;
    padding: 0px 0px 0px !important;
}
#gform_wrapper_34 .validation_message {
     color: #c02b0a !important;
    padding-left: 0px !important;
}
.stride-hero.lte-header-wrapper .lte-topbar-block{
	display:none !important;
}

@media screen and (min-width :767px) and (max-width : 991.99px) {
	.moments-grid {
    grid-template-columns: repeat(2, 1fr) !important;
}
	.steps-grid {
    grid-template-columns: repeat(2, 1fr) !important;
}
	.testimonial-grid {
   grid-template-columns: repeat(2, 1fr) !important;
}
	.trust-item {
    gap: 8px !important;
 
}
	.trust-label {
    font-size: 15px !important;
}
	.trust-num {
    font-size: clamp(30px, 4.0vw, 58px) !important;
    
}
	.trust-item + .trust-item {
    padding-left: 12px;
}
}