﻿/* ============================================
   FONT FACES
   ============================================ */
@font-face {
    font-family: "Trakya Rounded";
    src: url("../fonts/BulentYukselTrakyaRounded500Regular.otf") format("opentype");
}

@font-face {
    font-family: "Trakya Rounded";
    font-weight: 700;
    src: url("../fonts/BulentYukselTrakyaRounded700Medium.otf") format("opentype");
}

@font-face {
    font-family: "Trakya Rounded";
    font-weight: bold;
    src: url("../fonts/BulentYukselTrakyaRounded900Bold.otf") format("opentype");
}

/* ============================================
   BASE
   ============================================ */
body {
    font-family: "Quicksand", sans-serif !important;
    margin: 0;
    padding: 0;
}

.fredfnt {
    font-family: "Fredoka", sans-serif !important;
}

.btn-orange {
    background: rgb(195, 83, 7) !important;
    color: #fff !important;
    font-size: 18px !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) !important;
    border-radius: 60px !important;
    padding: 10px 40px !important;
    text-align: center !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    display: inline-block !important;
}

.btn-orange:hover {
    background: rgb(195, 83, 7) !important;
    text-decoration: underline !important;
    color: #fff !important;
}

.header {
    padding: 10px;
    position: relative;
    z-index: 10;
    background: #fff;
}

.logo img {
    max-height: 50px;
}

.btnblock {
    text-align: right;
}

.bigtxt {
    font-size: 32px !important;
}

.showmb {
    display: none;
}

.hidemb {
    display: none;
}

.gtm-noscript-iframe {
    display: none;
    visibility: hidden;
}

/* ============================================
   HERO BACKGROUND IMAGE (persona.html)
   ============================================ */
.heroimage {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.heroimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* ============================================
   HERO SECTION — Desktop 1440 × 635
   ============================================ */
.hero-section {
    width: 100%;
    height: 635px;
    background: #E6FBFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.hero-inner {
    width: 1187px;
    height: 406px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    overflow: visible;
    flex-shrink: 0;
}

.hero-text-cta {
    width: 687px;
    /* height: 289px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.hero-text {
    width: 681px;
    height: 226px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-word-box {
    align-items: center;
    border-radius: 12px;
    background: #CEF0F6;
    flex-direction: column;
    align-items: center;
    margin-bottom: 8px;
}

.hero-text .headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.hero-text .eyebrow {
    color: #00819D;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Trakya Rounded";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-text .headline {
    color: #00819D;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Trakya Rounded";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}


.hero-text .eyebrow img {
    width: 48px;
    height: 48px;
    margin-right: 8px;
    flex-shrink: 0;
}

#hero-4 .hero-text {
    height: auto;
    gap: 0px !important;
}

/* Remove browser default <p> margin so flex gap controls spacing cleanly */
#hero-4 .hero-text .eyebrow,
#hero-4 .hero-text .headline {
    margin: 0;
}

/* Gap between "Your" → "HOMESCHOOL" */
#hero-4 .hero-text .eyebrow:first-child {
    margin-bottom: 12px;
}

/* Gap between "READING" → "Tool Kit" */
#hero-4 .hero-text .headline {
    margin-bottom: 12px;
}

#hero-3 .hero-text {
    height: auto;
    gap: 0px !important;
}


#hero-3 .hero-text .eyebrow,
#hero-3 .hero-text .headline {
    margin: 0;
}

#hero-3 .hero-text .eyebrow:first-child {
    margin-bottom: 12px;
}

#hero-3 .hero-text .headline {
    margin-bottom: 12px;
}

#hero-3 .hero-text .headline {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.hero-cta-btn {
    display: flex;
    height: 39px;
    align-items: flex-start;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s;
}

.hero-cta-btn:hover,
.hero-cta-btn:visited,
.hero-cta-btn:active,
.hero-cta-btn:focus {
    color: #fff;
    text-decoration: none;
}

.hero-cta-btn:hover {
    opacity: 0.9;
}

.hero-cta-inner {
    display: flex;
    width: 319px;
    padding: 14px 16px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    gap: 5px;
    border-radius: 20px;
    background: #C35307;
}

.hero-cta-label {
    color: #fff;
    text-align: center;
    font-family: 'Trakya Rounded', 'Fredoka', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 137%;
    letter-spacing: 0.45px;
    text-transform: uppercase;
}

.hero-img-outer {
    position: relative;
    width: 488px;
    height: 406px;
    padding-left: 12px;
    flex-shrink: 0;
    overflow: visible;
    box-sizing: border-box;
}

.hero-img-outer img.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.hero-badge {
    position: absolute;
    right: -36px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
    display: block;
}

.hero-links {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 28px;
}

.hero-link {
    font-family: 'Quicksand', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #335FAC;
    text-decoration: underline;
    cursor: pointer;
}

.hero-links-divider {
    width: 1px;
    height: 15px;
    background: #CED7E6;
    border: 1px solid #CED7E6;
    flex-shrink: 0;
    align-self: center;
}

/* ============================================
   FRICTION REDUCERS + FAQ — Desktop
   ============================================ */
.friction-reducers-faq {
    width: 719px;
    height: 100px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.friction-faq {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    position: relative;
    z-index: 1;
    margin-top: 49px;
}

.friction-reducers-figma {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.fri-pill {
    display: flex;
    padding: 16px 28px;
    align-items: center;
    gap: 24px;
    border-radius: 25px;
    background: #fff;
    outline: 1px solid #EBF1FB;
    outline-offset: -1px;
}

.fri-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.fri-inner {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fri-checkicon {
    display: flex;
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.fri-checkicon img {
    width: 16px;
    height: 16px;
}

.fri-label {
    color: #292424;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 135%;
}

.fri-divider {
    width: 1px;
    height: 15px;
    background: #CED7E6;
    flex-shrink: 0;
}

/* ============================================
   BLUE BANNER
   ============================================ */
.bluebanner {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgb(0, 129, 157);
}

.bluebanner h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.bluebanner img.apps {
    width: 70%;
    background: #fff;
    border-radius: 10px;
}

.bluebanner p {
    padding: 20px;
}

.bluebanner p.whitetxt2 {
    padding: 20px 10px 10px 10px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.bluebanner p.whitetxt3 {
    padding: 10px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

p.whitetxt {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.whitebox {
    margin: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

.bluebanner .whitebox p {
    padding-top: 20px;
    padding-bottom: 0;
}

.banner-list {
    list-style-position: inside;
    color: #fff;
    display: inline-block;
    text-align: left;
}

.whitetxt3-bold {
    font-weight: bold;
    text-decoration: underline;
}

/* ============================================
   CONTENT AREAS
   ============================================ */
.greyarea {
    background: rgb(241, 244, 248);
    padding: 20px 0;
}

.greyarea h2 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.greyarea img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.greyarea .fbimg img {
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.checklist {
    list-style-type: none;
}

.checklist li i {
    font-size: 32px;
    margin-left: -35px;
    vertical-align: bottom;
}

.checklist li {
    font-size: 24px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    padding-left: 30px;
}

.checklist .check-teal {
    color: rgb(0, 184, 214);
    padding-right: 10px !important;
}

.checklist .check-yellow {
    color: rgb(255, 227, 0);
    padding-right: 10px !important;
}

.purplearea {
    padding: 20px 0 40px;
    background: rgb(107, 92, 150);
}

.purplearea h2 {
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}

.purplearea img {
    padding: 20px;
}

.purplearea .checklist li strong,
.purplearea .checklist li span {
    color: #fff;
}

.beigearea {
    padding: 20px 0 30px;
    background: rgb(249, 243, 217);
}

.beigearea h2 {
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 20px;
}

.beigearea p.sectitle {
    font-size: 24px;
    padding-bottom: 20px;
}

.beigearea .howimg {
    padding: 20px;
}

.belowimg .label-bold {
    font-weight: bold;
    font-size: 18px;
}

.lightgreyarea {
    background-color: #fff;
    padding: 20px 0;
}

.lightgreyarea h2 {
    font-size: 46px;
    letter-spacing: 1px;
    padding: 10px 0;
    font-weight: 700;
}

.lightgreyarea h3 {
    color: rgb(0, 162, 191);
    font-weight: 700;
    font-size: 38px;
    padding: 10px 0;
}

.lightgreyarea img {
    width: 60%;
}

.lightgreyarea .orangetxt {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 1px;
    color: rgb(195, 83, 7);
}

.lightgreyarea .checklist.names li {
    padding: 0;
}

.lightgreyarea img.appimg {
    width: 90% !important;
    margin-top: 40px;
}

.divider {
    margin: 60px auto;
    width: 55%;
    border: 2px solid rgb(0, 162, 191);
}

.appsblock h1 {
    letter-spacing: 1px;
    font-weight: 700;
    color: rgb(195, 83, 7);
}

.appsblock p {
    font-size: 20px;
}

.bluearea {
    background: rgb(0, 129, 157);
    padding: 20px 0;
}

.dashedbox {
    padding: 20px 0;
    margin: 45px auto 0;
    width: 45%;
    max-width: 100%;
    background: #fff;
    border: 3px dashed rgba(0, 0, 0, 0.61);
}

.dashedbox p.redtxt {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 5px;
    color: rgb(228, 59, 44);
}

.dashedbox p.bigfont {
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 5px;
}

.dashedbox p.bgyellowtxt {
    background: rgb(253, 213, 79);
    letter-spacing: 3px;
    font-size: 72px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-family: "Alfa Slab One", serif;
}

.dashedbox p.deli {
    font-weight: 700;
    font-size: 28px;
    font-family: "Roboto", sans-serif;
    text-align: center;
}

.dashedbox p.vsmltxt {
    font-size: 11px;
    margin-bottom: 5px;
}

.dashedbox p.colortxt {
    color: rgb(0, 134, 110);
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 22px;
}

.dashedbox img {
    width: 75%;
}

.dashedbox ul {
    padding-left: 20%;
}

.smtxt {
    font-size: 30px;
    letter-spacing: 2px;
}

.blwdash {
    font-size: 28px;
    color: #fff;
}

.test h1 {
    font-weight: 700;
    font-size: 52px;
}

.test p.testtxt {
    font-size: 24px;
}

.test p.cavtxt {
    font-family: "Caveat", cursive;
    font-size: 38px;
}

.testbox {
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    padding: 20px 10px 10px;
}

.awards h1 {
    font-weight: 700;
    letter-spacing: 1px;
}

.awards p {
    font-size: 24px;
    padding: 5px 0;
}

.footer {
    padding: 20px 0;
    text-align: center;
}

/* ============================================
   TOTE / ONLOAD MODAL
   ============================================ */
#onload .modal-dialog {
    max-width: 600px;
}

#onload .modal-body {
    padding-top: 0;
}

#onload .modal-footer,
#onload .modal-header {
    border: none;
}

#onload .btn-close {
    color: #292424;
    opacity: 1;
}

.w80 {
    width: 80%;
}

.bigtotetxt {
    color: #00875E;
    font-size: 44px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
    font-family: Trakya;
}

.fnttrak {
    font-family: Trakya;
}

.fw700 {
    font-weight: 700;
}

.bxsdwnone {
    box-shadow: none !important;
}

.fs16 {
    font-size: 16px;
}

.pt14 {
    padding-top: 14px;
    padding-bottom: 14px;
}

.img-text {
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
}

.totetxt {
    margin-top: 25px;
}

.totetxt p {
    font-size: 14px;
    line-height: 21px;
}

.tote-modal-cta {
    width: 80%;
    font-family: Trakya;
    font-weight: 700;
    box-shadow: none !important;
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.mtmobile40 {
    margin-top: 0;
}

.mtmobile20 {
    margin-top: 0;
}

/* ============================================
   STICKY FOOTER BAR
   ============================================ */
.footerst {
    box-shadow: 0px -4px 4px 0px #BAB7B740;
    padding-top: 15px;
    margin-top: 0;
    background: #fff;
}

.btn-orangest {
    background: rgb(195, 83, 7) !important;
    color: #fff !important;
    width: 250px !important;
    padding: 5px 45px !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    display: inline-block !important;
}

.btn-orangest:hover {
    background: rgb(195, 83, 7) !important;
    text-decoration: underline !important;
    color: #fff !important;
}

.continue {
    border: none !important;
}

.spacer-100 {
    height: 100px;
}

.help {
    margin-top: 20px;
}

.help a {
    font-size: 14px;
    margin: 10px;
    display: block;
    text-decoration: none !important;
    color: #335FAC !important;
    font-weight: 600;
    cursor: pointer;
}

.cta {
    color: #335FAC !important;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
}

.mb20 {
    margin-bottom: 20px;
}

.orange-bdr {
    border: 2px solid #F07832;
    border-radius: 7px;
}

.orange-bdr p {
    margin-bottom: 0;
    padding: 12px 0;
}

.orange-bdr p a {
    color: #335FAC !important;
    text-decoration: underline !important;
    font-weight: normal;
}

.orange-bdr img {
    width: 42px;
}

.bg-red {
    color: #C35307 !important;
    background: #fff !important;
    border: 2px solid #C35307 !important;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 700 !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    position: relative !important;
    z-index: 1 !important;
}

.bg-red-fill {
    color: #fff !important;
    background: #C35307 !important;
    border: 2px solid #C35307 !important;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 700 !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    position: relative !important;
    z-index: 1 !important;
}

/* ============================================
   GOAL MODAL — Desktop (centered dialog)
   ============================================ */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.maybe-next-time {
    color: var(--Blue, #335FAC);
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
    display: block;
    margin-top: 14px;
    margin-bottom: 22px;
    cursor: pointer;
}

.maybe-next-time:hover {
    text-decoration: underline;
    color: var(--Blue, #335FAC);
}

.goal-modal {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 500px;
    max-width: calc(100vw - 32px);
    padding: 22px 30px 28px;
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
    text-align: center;
}

.goal-modal-close {
    position: absolute;
    top: 28px;
    right: 18px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10;
    border-radius: 4px;
    transition: opacity 0.2s;
}

.goal-modal-close:hover {
    opacity: 0.6;
}

.goal-modal-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    align-self: stretch;
}

.goal-modal .goal-subtitle {
    font-family: 'Zilla Slab', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #292424;
    text-align: center;
    align-self: stretch;
    font-variant-numeric: lining-nums proportional-nums;
    margin: 0;
}

.goal-modal .goal-heading {
    font-family: 'Trakya Rounded', 'Fredoka', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin: 0;
    align-self: stretch;
    text-align: center;
}

.goal-options {
    display: flex;
    flex-direction: column;
    gap: 17px;
    align-self: stretch;
    width: 100%;
}

.goal-option {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 66px;
    padding: 0;
    background: #fff;
    border: 2px solid #CBE4DC;
    border-radius: 13px;
    box-shadow: 0 3.41px 6px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.goal-option:hover {
    background: #E6FBFF;
}

.goal-option:focus {
    outline: none;
}



.goal-option-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    pointer-events: none;
}

.goal-option-content {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    padding: 0 32px;
    pointer-events: none;
}

.goal-option-label {
    color: #1C2122;
    font-family: 'Zilla Slab', serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    font-variant-numeric: lining-nums proportional-nums;
    text-align: center;
    pointer-events: none;
}

.goal-heading--mobile {
    display: none;
}

.goal-heading--desktop {
    display: block;
}

/* ============================================
   SHARED MODAL STYLES
   ============================================ */
.modal-content1 {
    border-radius: 13px;
    border: none;
    overflow: hidden !important;
}

.modal-header {
    border: none;
    padding: 15px 15px 0;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    font-family: "Zilla Slab", serif;
    font-weight: 500;
}

.modal-header .btn-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.modal-footer {
    border-top: none !important;
}

.modal-footer-no-border {
    border: none;
}

.modal-cta-btn {
    background: rgb(195, 83, 7) !important;
    color: #fff !important;
    font-size: 16px !important;
    text-decoration: none !important;
    width: 100% !important;
    padding: 5px 45px !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
}

.fixedh {
    height: 470px;
    overflow: auto;
}
.break-word-bg
{
    margin-left: -30px;
}
/* ============================================
   UTILITY / TYPOGRAPHY
   ============================================ */
.fftrak {
    font-family: "Trakya Rounded";
}

.fontK700 {
    font-family: "Trakya Rounded", sans-serif !important;
    font-weight: 700;
}

.f26 {
    font-size: 26px;
}

.f16 {
    font-size: 16px;
}

.bonus-bold {
    font-weight: bold;
}

.badge-font {
    font-family: 'Quicksand', sans-serif !important;
    font-optical-sizing: auto !important;
    font-size: 10.5px !important;
}
.hero-text .headline img {
    width: 48px;
    height: 48px;
    margin-right: 8px;
    flex-shrink: 0;
        margin-top: -28px;
}

/* ============================================
   MOBILE  ≤ 767px
   ============================================ */
@media (max-width: 767px) {


    /* ── button(redo) outer wrapper
   Figma: display:flex | height:39px | align-items:flex-start   */
    .hero-cta-btn {
        display: flex;
        width: 100%;
        /* stretch to column width on mobile  */
        height: 39px;
        /* fixed 39px as per Figma            */
        align-items: flex-start;
    }

    /* ── button(redo)/inner
   Figma: display:flex | width:319px | padding:14px 16px
          justify-content:center | align-items:center
          gap:5px | align-self:stretch
          border-radius:20px | background:#C35307               */
    .hero-cta-inner {
        display: flex;
        width: 100%;
        /* fluid on mobile (Figma=319px fixed) */
        max-width: 100%;
        padding: 14px 16px;
        /* top/bottom 14px, left/right 16px   */
        justify-content: center;
        align-items: center;
        gap: 5px;
        align-self: stretch;
        border-radius: 20px;
        background: #C35307;
        /* Orange — Accessible token           */
        box-sizing: border-box;
         width: 100%;
        max-width: 100%;
        padding: 8px;
        border-radius: 20px;
    }

    .hero-cta-label {
        font-size: 18px;
    }



    /* Blue banner */
    .bluebanner h1 {
        font-size: 36px;
    }

    .bluebanner p {
        padding: 10px;
    }

    .bluebanner img.apps {
        width: 100%;
        border-radius: 5px;
    }

    .bluebanner p.whitetxt3 {
        padding: 5px;
        font-size: 24px;
    }

    p.whitetxt {
        font-size: 18px;
    }

    p.whitetxt3.mobtxtfix {
        font-size: 18px;
    }

    .whitebox {
        margin: 10px;
        padding: 10px;
        font-size: 14px;
    }

    /* Content */
    .btn-orange {
        padding: 10px 20px;
    }

    .bigtxt {
        font-size: 28px;
    }

    .greyarea h2 {
        font-size: 26px;
    }

    .greyarea img {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .checklist li i {
        font-size: 26px;
        margin-left: -29px;
    }

    .checklist li {
        font-size: 20px;
    }

    .m-3.mobmarfix {
        margin: 0 !important;
    }

    .purplearea h2 {
        font-size: 30px;
    }

    .beigearea p.sectitle {
        font-size: 20px;
    }

    .lightgreyarea img {
        width: 100%;
    }

    .lightgreyarea h2 {
        font-size: 38px;
    }

    .pt-5.mobpadfix {
        padding-top: 5px !important;
    }

    .dashedbox {
        width: 100%;
    }

    .dashedbox p.bgyellowtxt {
        font-size: 55px;
        width: 90%;
    }

    .dashedbox p.deli {
        font-size: 24px;
    }

    .p-5.mbpadfix {
        padding: 20px 0 !important;
    }

    .blwdash {
        font-size: 22px;
    }

    .showmb {
        display: block !important;
    }

    .hidemb {
        display: none;
    }

    .awards p {
        font-size: 18px;
    }

    .test h1 {
        font-size: 42px;
    }

    .test p.testtxt {
        font-size: 20px;
    }

    .test p.cavtxt {
        font-size: 34px;
    }

    .footer {
        font-size: 12px;
    }

    .footer p {
        margin-bottom: 5px;
    }

    .footer ul {
        margin-top: 10px;
    }

    /* Tote modal */
    .bigtotetxt {
        font-size: 32px;
        line-height: 38px;
        margin-top: -32px;
    }

    .totetxt {
        margin-top: 24px;
        margin-bottom: 0;
    }

    .mtmobile40 {
        margin-top: -40px;
    }

    .mtmobile20 {
        margin-top: -20px;
    }

    #onload .modal-dialog-centered {
        align-items: end;
        min-height: calc(100% - var(--bs-modal-margin) * 0);
        margin: 0;
    }

    #onload .modal-content {
        border-radius: 20px 20px 0 0;
    }

    .w80,
    .tote-modal-cta {
        width: 95%;
    }

    /* Slide-up animation */
    .slideup {
        animation: slideInUp 0.3s;
    }

    .modal-content {
        border-radius: 13px 13px 0 0;
    }

    .modal-dialog-centered {
        align-items: end;
        min-height: calc(100% - var(--bs-modal-margin) * 0);
        margin: 0;
    }

    @keyframes slideInUp {
        from {
            transform: translateY(100%);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    /* ══════════════════════════════════════════
       GOAL MODAL — Mobile bottom sheet
    ══════════════════════════════════════════ */
    .goal-heading--desktop {
        display: none;
    }

    .goal-heading--mobile {
        display: block;
    }

    .modal-overlay {
        align-items: flex-end;
        justify-content: center;
        padding: 0;
        animation: overlayFadeIn 0.25s ease both;
    }

    @keyframes overlayFadeIn {
        from {
            background: rgba(0, 0, 0, 0);
        }

        to {
            background: rgba(0, 0, 0, 0.45);
        }
    }

    .goal-modal {
        width: 100%;
        max-width: 100%;
        border-radius: 26px 26px 0 0;
        padding: 18px 18px 28px;
        gap: 20px;
        align-items: center;
        box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.14);
        will-change: transform, opacity;
        animation: goalSheetSlideUp 0.32s cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    .goal-modal-header {
        gap: 2px;
        align-self: stretch;
        align-items: flex-start;
    }

    .goal-modal .goal-subtitle {
        font-size: 20px;
        line-height: 100%;
    }

    .goal-modal .goal-heading {
        font-size: 26px;
        line-height: 120%;
    }

    .goal-options {
        align-items: flex-start;
        gap: 17px;
        align-self: stretch;
    }

    .goal-option {
        align-items: stretch;
        align-self: stretch;
        height: 66px;
        transition: background 0.2s, border-color 0.2s, transform 0.1s;
    }

    .goal-option:active {
        transform: scale(0.98);
    }

    .goal-option-inner {
        height: 66px;
        justify-content: center;
        align-items: center;
    }

    .goal-option-content {
        padding: 0 24px;
    }

    .goal-option-label {
        font-size: 18px;
        line-height: 120%;
    }

    .maybe-next-time {
        display: flex;
        width: 174px;
        height: 26px;
        padding: 0 29px 4px 33px;
        justify-content: flex-end;
        align-items: center;
        box-sizing: border-box;
        color: var(--Blue, #335FAC);
        text-align: center;
        font-family: 'Quicksand', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        text-decoration: none;
        margin-top: 0;
        margin-bottom: 0;
        align-self: center;
    }

    .goal-modal--exit {
        animation: goalSheetSlideDown 0.28s cubic-bezier(0.55, 0, 0.45, 1) forwards;
    }

    @keyframes goalSheetSlideUp {
        from {
            transform: translateY(100%);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes goalSheetSlideDown {
        from {
            transform: translateY(0);
            opacity: 1;
        }

        to {
            transform: translateY(100%);
            opacity: 0;
        }
    }

    /* ============================================
   HERO — Mobile  ≤ 767px
   Add these rules inside your existing
   @media (max-width: 767px) { … } block
   ============================================ */

    /* ── Outer section ── */
    .hero-section {
        height: auto;
        padding: 0;
        align-items: stretch;
    }

    /* ── Content wrapper (maps to Figma "content" frame)
   display:flex | padding:16px 0 32px 0 | flex-direction:column
   align-items:center | gap:8px | align-self:stretch            */
    .hero-inner {
        width: 100%;
        height: auto;
        flex-direction: column;
        /* stack text → image */
        align-items: center;
        gap: 8px;
        padding: 16px 0 32px;
        box-sizing: border-box;
        overflow: visible;
    }

    /* ── Text + CTA block
   Figma: display:flex | padding:0 18px | flex-direction:column
          align-items:center | gap:8px | align-self:stretch    ── */
    .hero-text-cta {
        width: 100%;
        height: auto;
        padding: 0 18px;
        box-sizing: border-box;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        align-self: stretch;
    }

    /* ── Text block (eyebrow + word-boxes)
   Figma: align-self:stretch | W:100% 354px | H:hug 132px       ── */
    .hero-text {
        width: 100%;
        height: auto;
        align-self: stretch;
    }

    .hero-text .eyebrow {
        color: #00819D;
        font-family: "Trakya Rounded", "Fredoka", sans-serif;
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 110%;
        text-align: center;
        display: flex;
        /* ensure flex is set */
        flex-direction: column;
        /* ← image stacks ABOVE text */
        align-items: center;
        justify-content: center;
        gap: 4px;
        /* ← space between icon & text */
        margin-bottom: 8px;
    }

    .hero-text .eyebrow img {
        width: 40px;
        height: 40px;
        margin-right: 0;
        /* ← reset desktop's 8px inline offset */
    }

    /* Headline word-boxes (STRUGGLING / READERS etc.)
   Keep same teal colour & weight; tighten size for 390px       */
    .hero-text .headline {
        font-size: 44px;
        font-weight: 700;
        line-height: 110%;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        margin: 0;
    }

    /* hero-3: single-line "READING SUCCESS" wraps on mobile */
    #hero-3 .hero-text .headline {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 6px;
    }

    .hero-word-box {
        padding: 4px 10px;
        border-radius: 10px;
    }

    /* ── CTA button ── */
    .hero-cta-btn {
        width: 100%;
        height: auto;
    }


    .hero-cta-label {
        font-size: 18px;
    }

    /* ── Hero image — full width, below text ── */
    .hero-img-outer {
        width: 100%;
        height: auto;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .hero-img-outer img.hero-img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 12px;
    }

    /* Badge repositioned to bottom-right corner on mobile */
    .hero-badge {
        right: 0px;
        top: auto;
        transform: none;
        width: 90px;
        bottom: 40%;
    }

    /* ── Friction pills ── */
    .friction-faq {
        margin-top: 0;
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
        display: initial;
    }

    .fri-pill {
        flex-wrap: wrap;
        gap: 12px;
        padding: 16px 28px;        
        border-radius: 13px;
        flex-direction: column;
        align-items: baseline;
    }

    .fri-divider {
        display: none;
        /* hide vertical dividers when pills wrap */
    }

    .fri-label {
        font-size: 14px;
    }

    /* ── "See what's included / Read our FAQs" links ── */
    .hero-links {
        margin-top: 20px;
        padding: 0 16px;
        justify-content: center;
        margin-bottom: 32px;
    }
    .friction-reducers-figma
    {
        display: initial;
    }
    .sm-hide
    {
        display: none;
    }
    .break-word-bg
    {
        margin-left: 0;
    }
    .m-mb-4
    {
        margin-bottom: 24px !important;
    }
    .m-flex-row
    {
        flex-direction: row !important;
    }
}

/* ============================================
   TABLET  768px – 991px
   ============================================ */
@media (min-width: 768px) and (max-width: 991px) {}

/* ============================================
   DESKTOP  992px – 1199px
   ============================================ */
@media (min-width: 992px) and (max-width: 1199px) {}

/* ============================================
   LARGE DESKTOP  ≥ 1200px
   ============================================ */
@media (min-width: 1200px) {}

/* ============================================
   SECTION SCROLL OFFSET (anchor padding)
   ============================================ */
div[id^="trusted"],
div[id^="how"],
div[id^="what"],
div[id^="free"],
div[id^="faq"],
div[id^="accreditations"] {
    padding-top: 68px;
}

.padT52 {
    padding-top: 64px;
}

/* ============================================
   TOGGLE / SECTION NAV
   ============================================ */
.toggle-box {
    position: fixed;
    width: 100%;
    height: 52px;
    z-index: 99;
}

.toggle-content {
    display: none;
    border-radius: 0 0 26px 26px;
    background: var(--White, #FFF);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.20);
}

.toggle-content ul {
    padding: 12px 0;
}

.toggle-header {
    background: #00819D;
    color: white;
    cursor: pointer;
    font-family: "Zilla Slab";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.4px;
    padding: 12px 0;
}

.icon-open {
    display: inline-block;
}

.icon-close {
    display: none;
}

.padL16 {
    padding-left: 16px;
}

.section-nav-link {
    font-family: Quicksand;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: #292424;
    text-decoration: none;
    display: flex;
    width: 100%;
}

.section-nav-link:hover {
    color: #0000EE;
    text-decoration: underline;
}

/* ============================================
   BEIGE AREA 2 + FAQ ACCORDION
   ============================================ */
.beigearea2 {
    background: #f9f3d9;
    padding-top: 60px;
    padding-bottom: 60px;
}

.beigearea2 h2 {
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 20px;
}

.beigearea2 .accordion {
    background-color: transparent;
}

.beigearea2 .accordion-item {
    background-color: transparent;
    border: none;
}

.beigearea2 h2.accordion-header {
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 0;
}

.beigearea2 .accordion-button {
    background-color: transparent;
    font-size: 18px;
    font-weight: 800;
    color: #08476e;
    padding: 15px 0;
    margin: 15px;
    box-shadow: none;
}

.beigearea2 .accordion-body {
    border-top: 1px solid #cacac5;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("content/images/collapseminus.svg");
}

.accordion-button::after {
    background-image: url("content/images/collapseadd.svg");
    transform: scale(.7) !important;
}

.innerAccodrian {
    border: 1px solid #cccccc;
    padding: 0 36px 0 12px;
}

/* ============================================
   DESKTOP  992px – 1199px  (additions)
   ============================================ */
@media (min-width: 992px) and (max-width: 1199px) {
    .desksty {
        padding-left: 200px;
    }

    .desktop {
        padding-left: 200px !important;
    }

    .toggle-header {
        font-size: 22px;
    }
}

/* ============================================
   LARGE DESKTOP  ≥ 1200px  (additions)
   ============================================ */
@media (min-width: 1200px) {
    .desksty {
        padding-left: 200px;
    }

    .desktop {
        padding-left: 200px !important;
    }
}

/* ============================================
   MOBILE  ≤ 767px  (additions)
   ============================================ */
@media (max-width: 767px) {
    .toggle-header {
        font-size: 18px;
    }
}