@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--navy:#12284a;--blue:#225ce6;--teal:#007e77;--ink:#192d49;--muted:#475870;--line:#dce4ef;--paper:#f6f8fc}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 'DM Sans',sans-serif}h1,h2,h3,.brand{font-family:Manrope,sans-serif;line-height:1.2}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,input,select{touch-action:manipulation}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #f29936;outline-offset:4px}[hidden]{display:none!important}.site-header{height:100px;padding:0 5%;display:flex;align-items:center;gap:5%;background:white;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:2px;font-size:25px}.brand small{display:block;font-size:10px;letter-spacing:1.8px;margin-top:6px}.brand-mark{background:var(--blue);color:white;width:47px;height:49px;display:flex;align-items:center;justify-content:center;border-radius:12px;font-size:33px;letter-spacing:-4px}.brand-mark span{color:#72e1cc;font-size:33px}nav{display:flex;gap:28px;font-size:14px;font-weight:600}nav a:hover{color:var(--blue)}.header-note{margin-left:auto;font-size:12px;color:var(--muted);max-width:180px;text-align:right}main{max-width:1420px;margin:auto;padding:55px 5% 0}.welcome{display:grid;grid-template-columns:1.15fr 1fr;gap:70px;align-items:center;padding-bottom:58px}.eyebrow{display:block;font-size:12px;letter-spacing:2px;font-weight:800;color:var(--teal)}h1{font-size:clamp(34px,3.7vw,54px);letter-spacing:-2px;margin:18px 0}h1 span{color:var(--blue)}.welcome p{color:var(--muted);font-size:18px;line-height:1.7;margin-bottom:27px}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;border-radius:9px;padding:13px 21px;font-size:14px;font-weight:700;border:1px solid transparent;line-height:1.4}.primary{background:var(--teal);color:white}.primary:hover{background:#00665f}.secondary{background:white;border-color:var(--line);color:var(--ink)}.hero-card{background:var(--navy);color:white;border-radius:20px;padding:30px 35px;position:relative;overflow:hidden;box-shadow:0 20px 38px #17396b12;border-bottom:7px solid #41cab4}.hero-top{display:flex;justify-content:space-between;align-items:center;font-size:11px;letter-spacing:1px;color:#c0cde1}.pill{background:#ffffff16;padding:6px 11px;border-radius:5px;color:#86e7d6}.hero-card h2{font-size:39px;letter-spacing:-1.2px;margin:30px 0 25px}.hero-facts{display:flex;gap:42px}.hero-facts strong{display:block;font:600 36px Manrope,sans-serif;color:#ffbd65}.hero-facts span{font-size:13px;color:#c0cde1}.hero-bottom{margin-top:24px;border-top:1px solid #ffffff26;padding-top:16px;font-size:13px;display:flex;justify-content:space-between;color:#c0cde1}.hero-bottom>span{color:#72e1cc;font-size:24px;line-height:1}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:23px}h2{font-size:29px;letter-spacing:-.8px;margin:10px 0}.muted{font-size:13px;color:var(--muted)}.practice-grid{display:grid;grid-template-columns:1.8fr 1fr;gap:25px}.test-card{display:flex;background:white;border:1px solid var(--line);border-radius:14px;overflow:hidden}.card-stripe{width:8px;background:var(--blue);flex-shrink:0}.test-card-body{padding:28px;flex:1}.card-top{display:flex;align-items:center;justify-content:space-between}.tag{color:var(--blue);font-size:11px;font-weight:700;letter-spacing:.8px;background:#eaf0ff;padding:6px 10px;border-radius:5px}.test-card h3{font-size:25px;margin:22px 0 12px}.test-card p{color:var(--muted);margin:0}.test-meta{display:flex;gap:22px;font-size:13px;padding:20px 0;color:#50637e}.card-foot{border-top:1px solid var(--line);padding-top:19px;display:flex;align-items:center;justify-content:space-between;gap:10px}.card-foot>span{font-size:12px;color:var(--muted)}.guide-card{background:#ddf4ef;border-radius:14px;padding:25px 30px;border:1px solid #c5e6df}.guide-icon{font-size:30px;color:var(--teal)}.guide-card h3{font-size:25px;margin:10px 0}.guide-card p{font-size:14px;color:#38665f}.guide-foot{font-size:12px;font-weight:700;color:var(--teal)}.academy{display:grid;grid-template-columns:1fr 1.25fr 1fr;gap:45px;padding:42px 0;margin-top:46px;border-top:1px solid var(--line);align-items:center}.academy h2{font-size:27px}.academy p{font-size:14px;margin:0 0 12px;color:var(--muted)}.academy a{font-size:14px;color:var(--blue);font-weight:700}.credentials{display:flex;flex-direction:column;gap:9px}.credentials span{font-size:12px;padding:8px 12px;border-left:3px solid #efa443;background:#fff}footer{padding:28px 5%;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px;background:white}footer span,footer>a:last-child{font-size:12px;color:var(--muted)}footer .brand{font-size:20px}.footer-dot{color:var(--teal);font-size:25px}dialog{max-width:490px;width:calc(100% - 32px);border:1px solid var(--line);border-radius:18px;padding:32px;color:var(--ink);box-shadow:0 25px 100px #12284a30}dialog::backdrop{background:#0b21356b;backdrop-filter:blur(4px)}dialog p{color:var(--muted);font-size:15px}dialog label{display:block;font-weight:700;font-size:14px}dialog input{width:100%;padding:12px;border:1px solid var(--line);border-radius:8px;margin-top:7px}.small{font-size:12px!important}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}#exam{padding:22px 3% 0}.exam-bar{display:flex;align-items:center;justify-content:space-between;gap:16px}.exam-bar a{font-size:13px;color:var(--muted)}.exam-bar h1{font-size:25px;letter-spacing:-.7px;margin:5px 0 16px}.exam-actions{display:flex;align-items:center;gap:24px}#answered{font-size:13px;color:var(--muted)}#clock{font-variant-numeric:tabular-nums;background:#fff0db;border:1px solid #f1d9b7;color:#835007;border-radius:8px;padding:8px 15px;font-size:21px;font-weight:700}.exam-toolbar{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}#tabs{display:flex;gap:8px}#tabs button{border:0;background:transparent;padding:13px 22px;color:var(--muted);font-size:14px;font-weight:700;border-bottom:3px solid transparent}#tabs button[aria-selected=true]{color:var(--blue);border-color:var(--blue)}.text-button{border:0;background:transparent;color:var(--teal);font-size:14px}.reading-panel{display:grid;grid-template-columns:1fr 1fr;background:white;border:1px solid var(--line);border-radius:0 0 12px 12px}.passage,.questions{padding:28px 35px;height:calc(100vh - 350px);min-height:400px;overflow:auto;scroll-behavior:smooth}.passage{border-right:1px solid var(--line)}.passage h2{font-size:27px;margin:10px 0 25px}.passage p{line-height:1.9;color:#334660}.passage b{color:var(--blue);margin-right:6px}.questions{background:#fcfdff}.questions h3{font-size:20px;color:var(--blue);margin:24px 0 10px}.questions h3:first-child{margin-top:0}.questions b{color:var(--blue)}.questions k,.questions d{font-weight:600}.questions p{line-height:1.9}.questions input[type=text],.questions select{max-width:100%;padding:7px 10px;border:1px solid #b8c9e1;border-radius:6px;background:white;color:var(--blue);margin:5px 3px}.questions input[type=text]{width:165px}.questions label{font-size:15px;cursor:pointer}.questions input[type=radio]{accent-color:var(--blue);width:16px;height:16px}.questions fieldset{border:1px solid var(--line);border-radius:9px;padding:15px;background:#edf3ff}.questions table{width:100%;border-collapse:collapse;font-size:14px}.questions td,.questions th{border:1px solid var(--line);padding:7px}.questions ul{padding-left:20px}.questions .no-number{list-style:none}.question-nav{display:flex;gap:20px;align-items:center;padding:17px 0}.question-nav>span{font-size:11px;letter-spacing:1px;font-weight:700}#question-buttons{display:flex;flex-wrap:wrap;gap:5px}#question-buttons button{width:28px;height:30px;border:1px solid var(--line);border-radius:5px;background:white;color:var(--muted);font-size:12px}#question-buttons button.done{background:var(--blue);color:white;border-color:var(--blue)}mark{background:#ffe17d;color:inherit}#results{max-width:1050px;margin:40px auto;padding:0 25px}.result-heading{text-align:center}.result-heading h1{font-size:35px;letter-spacing:-1px}.score-box{display:flex;flex-direction:column;align-items:center;margin:25px}.score-box strong{font:800 70px Manrope,sans-serif;color:var(--blue)}.score-box span{color:var(--muted)}.result-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:30px}.table-wrap{overflow:auto}#results table{width:100%;border-collapse:collapse;background:white;border-radius:12px}#results td,#results th{padding:12px 18px;text-align:left;border-bottom:1px solid var(--line)}#results th{background:#eaf0ff;font-size:14px}.correct{color:#087969}.incorrect{color:#b44231}
@media(min-width:1600px){.site-header,footer{padding-left:calc((100vw - 1280px)/2);padding-right:calc((100vw - 1280px)/2)}}@media(max-width:1000px){.header-note{display:none}.welcome{gap:30px}.hero-card{padding:25px}.hero-top{gap:10px}.hero-facts{gap:25px}.practice-grid{grid-template-columns:1.6fr 1fr}.test-meta{gap:10px;flex-wrap:wrap}.academy{gap:25px}.passage,.questions{padding:22px}.question-nav{align-items:flex-start}}@media(max-width:700px){.site-header{height:auto;min-height:90px;flex-wrap:wrap;padding:15px 5%;gap:17px}.brand{font-size:21px}nav{gap:22px;font-size:13px}nav a:last-child{display:none}main{padding-top:30px}.welcome{grid-template-columns:1fr;gap:30px;padding-bottom:35px}h1{font-size:37px;letter-spacing:-1.5px}.welcome p{font-size:16px}.hero-card h2{font-size:32px}.hero-facts{gap:45px}.hero-top{font-size:10px}.hero-card{padding:24px}.practice-grid{grid-template-columns:1fr}.section-heading{align-items:start}.section-heading h2{font-size:25px}.section-heading>.muted{max-width:85px;text-align:right}.test-card-body{padding:20px}.test-card h3{font-size:23px}.card-foot{flex-wrap:wrap}.academy{grid-template-columns:1fr;gap:15px;margin-top:30px;padding:28px 0}footer{flex-wrap:wrap;padding:25px 5%}.exam-bar{align-items:start;flex-direction:column}.exam-actions{width:100%;justify-content:space-between;gap:8px;margin-bottom:15px}.exam-actions .button{padding:10px 14px}.exam-toolbar{gap:5px}#tabs{gap:0}#tabs button{padding:12px 9px}.text-button{font-size:12px}.reading-panel{grid-template-columns:1fr}.passage,.questions{height:auto;min-height:0;max-height:65vh}.passage{border-right:0;border-bottom:2px solid var(--line)}.question-nav{flex-direction:column;gap:8px}.result-heading h1{font-size:28px}#results td,#results th{font-size:13px;padding:10px}.dialog-actions .button{padding:11px 15px}}@media print{body{background:white}.site-header,footer,#home,#exam,.result-actions,dialog{display:none!important}#results{display:block!important;margin:0;padding:0}.result-heading h1{font-size:25px}.score-box{margin:10px}.score-box strong{font-size:40px}#results td,#results th{padding:6px;font-size:11px}tr{break-inside:avoid}}
.test-list{display:grid;gap:22px}.practice-grid{align-items:start}.guide-card{position:sticky;top:24px}.questions img,.passage img{display:block;max-width:100%;height:auto;margin:20px auto}.test-list .test-card:nth-child(2) .card-stripe{background:var(--teal)}.test-list .test-card:nth-child(3) .card-stripe{background:#e69b30}.test-list .test-card:nth-child(4) .card-stripe{background:#7655bd}.test-list .test-card:nth-child(5) .card-stripe{background:#dc6474}@media(max-width:700px){.guide-card{position:static}}
.listening-card .card-stripe{background:var(--teal)!important}.listening-card .tag{background:#ddf4ef;color:#006960}.audio-bar{display:flex;align-items:center;justify-content:space-between;gap:25px;background:#ddf4ef;padding:18px 25px;border-radius:12px;margin:20px 0}.audio-bar strong{color:#006960}.audio-bar p{font-size:14px;margin:4px 0;max-width:760px}.audio-bar a{flex-shrink:0}.listening-page .reading-panel{display:block;max-width:1050px;margin:auto;border-radius:12px}.listening-page .passage{display:none}.listening-page .questions{height:auto;min-height:0;max-height:none;padding:30px 40px}.listening-page #setup label{margin-top:20px}@media(max-width:700px){.audio-bar{align-items:start;flex-direction:column;gap:12px;padding:18px}.listening-page .questions{padding:20px 15px}.listening-page .exam-toolbar{overflow-x:auto}#tabs button{white-space:nowrap}}
.folder-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.folder-card{position:relative;display:block;border:1px solid var(--line);border-top:5px solid var(--blue);border-radius:14px;background:white;padding:28px;transition:transform .15s,box-shadow .15s}.folder-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #17396b12}.folder-card h3{font-size:25px;margin:20px 0 12px}.folder-card p{color:var(--muted);font-size:15px}.folder-icon{display:block;color:var(--blue);font-size:56px;line-height:1;margin-bottom:20px}.folder-card .tag{position:absolute;right:25px;top:28px}.folder-action{display:block;color:var(--blue);font-weight:700;margin-top:24px;font-size:14px}.listening-folder{border-top-color:var(--teal);background:#edf9f6}.listening-folder .folder-icon,.listening-folder .folder-action{color:var(--teal)}.listening-folder .tag{background:#d3eee6;color:#006960}.folder-content{max-width:950px;margin:auto}.folder-back{display:inline-block;color:var(--blue);font-weight:600;font-size:14px;margin-bottom:24px}.folder-open .welcome{display:none}.folder-open main{padding-top:35px}@media(max-width:700px){.folder-grid{grid-template-columns:1fr}.folder-card{padding:22px}.folder-card h3{font-size:23px}}

.brand-logo{display:block;width:112px;height:92px;object-fit:contain;flex-shrink:0}.brand-caption{font-size:12px;letter-spacing:1px;max-width:110px;line-height:1.5}footer .brand-logo{width:100px;height:82px}@media(max-width:700px){.site-header .brand{gap:2px}.brand-logo{width:90px;height:76px}.brand-caption{font-size:10px;max-width:85px}}

.result-scores{display:flex;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:16px}.result-scores .score-box{margin:16px;padding:16px;min-width:230px}.band-box{background:#ddf4ef;border-radius:14px}.band-box strong{color:var(--teal);font-size:clamp(32px,6vw,60px)}.band-note{max-width:650px;margin:0 auto 20px;font-size:14px;color:var(--muted)}.band-note a{text-decoration:underline}@media print{.result-scores{flex-wrap:nowrap}.result-scores .score-box{margin:8px;padding:8px;min-width:0}.band-box strong{font-size:40px}}
.answer-guidance{white-space:pre-line}.answer-guidance::first-line{font-weight:700;color:var(--blue)}

/* Compact overview, retaining Lisano's navy, teal and gold palette. */
.dashboard-page main{padding-top:32px}
.dashboard-page .welcome{gap:40px;padding-bottom:32px}
.dashboard-page .welcome h1{font-size:clamp(30px,3vw,42px);letter-spacing:-1.2px;margin:12px 0}
.dashboard-page .welcome p{font-size:16px;line-height:1.65;max-width:540px;margin:12px 0 18px}
.dashboard-page .welcome .founder-credit{font-size:14px;margin:16px 0 0;color:var(--ink)}
.dashboard-page .hero-card{padding:22px 26px;border-radius:16px}
.dashboard-page .hero-card h2{font-size:30px;margin:18px 0}
.dashboard-page .hero-facts{gap:clamp(18px,3vw,40px)}
.dashboard-page .hero-facts strong{font-size:30px}
.dashboard-page .hero-bottom{margin-top:16px;padding-top:12px}
.dashboard-page .hero-top{font-size:12px;flex-wrap:wrap;gap:8px}
.dashboard-page .hero-facts span{font-size:14px}
.dashboard-page .folder-action,.dashboard-page .folder-back{color:var(--teal)}
.dashboard-page .folder-card{padding:22px}
.dashboard-page .folder-icon{width:40px;height:40px;margin-bottom:12px}
.dashboard-page .folder-card h3{font-size:23px;margin:14px 0 8px}
.dashboard-page .folder-card p{font-size:16px}
.dashboard-page .folder-action{margin-top:16px}
.dashboard-page #practice{scroll-margin-top:24px}
.footer-details .founder-credit{font-size:14px;color:var(--ink);margin:0 0 5px}
@media(max-width:700px){
 .dashboard-page main{padding-top:24px}
 .dashboard-page .welcome{gap:20px;padding-bottom:28px}
 .dashboard-page .welcome h1{font-size:32px}
 .dashboard-page .hero-card{padding:20px}
 .dashboard-page .hero-card h2{font-size:26px;margin:14px 0}
 .dashboard-page .hero-facts{justify-content:space-between;gap:16px}
 .dashboard-page .folder-card .tag{right:18px;top:22px}
}

.topic-folder{margin-bottom:24px}.topic-folder h3{overflow-wrap:anywhere}.topic-folder .folder-icon{width:40px;height:40px}.topic-folder .tag{font-size:12px}
.primary-test-folder{max-width:1280px}.compact-test-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.topic-test-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.test-tile{display:flex;min-width:0;min-height:150px;flex-direction:column;justify-content:space-between;background:white;border:1px solid var(--line);border-top:5px solid var(--blue);border-radius:12px;padding:20px;text-align:center;box-shadow:0 5px 16px #17396b0a;transition:transform .15s,box-shadow .15s}.test-tile:hover{transform:translateY(-2px);box-shadow:0 10px 24px #17396b14}.test-tile h3{font-size:20px;margin:4px 0 20px}.test-tile .button{width:100%;padding:11px 8px;white-space:nowrap}.test-tile .tile-action{margin-top:auto}#folder-listening .test-tile{border-top-color:var(--teal)}
@media(max-width:1050px){.compact-test-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.compact-test-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.test-tile{min-height:132px;padding:16px}.test-tile h3{font-size:18px;margin-bottom:15px}.test-tile .button{font-size:13px}}
@media(max-width:380px){.compact-test-grid{grid-template-columns:1fr}}
.portal-tools{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 24px}.site-footer-links{display:flex;gap:14px;flex-wrap:wrap;font-size:13px}

/* The dashboard module card keeps the same shape across all four slides. */
.dashboard-page .hero-slide{min-height:390px}.dashboard-page .hero-card h2{min-height:94px;margin-bottom:16px}.welcome .hero-card .module-description{font-size:16px;line-height:1.6;color:#c0cde1;margin:0 0 22px;min-height:102px}.dashboard-page .hero-facts strong{font-size:clamp(24px,3vw,35px)}.dashboard-page .hero-bottom{gap:12px;flex-wrap:wrap;font-size:14px}.dashboard-page .hero-bottom a{color:#86e7d6;font-weight:700}.module-controls{display:flex;align-items:center;justify-content:space-between;margin-top:16px;gap:16px}.module-dots{display:flex;gap:4px}.module-dots button{width:30px;height:30px;border:0;background:transparent;padding:9px;border-radius:50%;position:relative}.module-dots button::after{content:'';display:block;width:12px;height:12px;border-radius:50%;background:#7890b1}.module-dots button[aria-pressed=true]::after{background:#86e7d6}.module-pause{border:1px solid #7890b1;background:transparent;color:#dce4ef;padding:4px 12px;border-radius:6px;font-size:14px;min-height:32px}.module-enter{animation:module-enter .5s ease both}@keyframes module-enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.module-enter{animation:none}}@media(max-width:480px){.dashboard-page .hero-card{padding:24px}.dashboard-page .hero-card h2{font-size:32px}.dashboard-page .hero-facts{gap:12px}.dashboard-page .hero-facts span{font-size:14px}.dashboard-page .hero-slide{min-height:390px}}

/* Listening recordings sit in the passage slot; keep that slot visible and compact. */
.listening-page .passage{display:block;height:auto;min-height:0;overflow:visible;border-right:0;border-bottom:1px solid var(--line);padding:24px 40px}
.listening-page .passage>.eyebrow,.listening-page .passage>h2{display:none}
.listening-page .section-audio{display:grid;gap:10px}
.listening-page .section-audio p{margin:0;color:var(--muted)}
.listening-page .section-audio audio{display:block;width:100%;min-height:54px}
@media(max-width:700px){.listening-page .passage{padding:20px 15px}}

/* 2026 homepage redesign */
.dashboard-page{background:#f7f9fc}.dashboard-page .site-header{height:82px;padding:0 max(5%,calc((100vw - 1240px)/2));background:#071b3d;color:#fff;border-bottom:1px solid #2c4e78;position:relative;z-index:20}.dashboard-page .site-header .brand{gap:8px}.dashboard-page .site-header .brand-logo{width:118px;height:70px;filter:brightness(0) invert(1)}.dashboard-page .site-header .brand-caption{color:#c7d4e7;max-width:88px;font-size:9px}.dashboard-page nav{margin-left:auto;align-items:center;gap:24px}.dashboard-page nav>a{color:#fff;font-size:14px}.dashboard-page nav>a:hover{color:#6ed6d1}.dashboard-page .nav-button{padding:10px 17px;border-radius:6px;border:1px solid #4e72a1}.dashboard-page .nav-join{background:#087f91;border-color:#087f91}.dashboard-page .nav-book{background:#17365f}.mobile-menu{display:none;margin-left:auto;border:1px solid #48698f;background:#0e2a52;color:#fff;border-radius:6px;padding:8px 13px;font-weight:700}
.dashboard-page main{max-width:none;padding:0}.dashboard-page .welcome{min-height:500px;display:grid;grid-template-columns:minmax(0,1fr);align-items:center;position:relative;overflow:hidden;padding:72px max(5%,calc((100vw - 1240px)/2));isolation:isolate}.dashboard-page .hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-2}.dashboard-page .welcome::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,25,58,.98) 0%,rgba(5,30,66,.91) 38%,rgba(5,30,66,.28) 67%,rgba(5,30,66,0) 100%);z-index:-1}.dashboard-page .hero-copy{width:min(600px,54%);color:#fff}.dashboard-page .hero-copy .eyebrow{color:#74ddd5}.dashboard-page .hero-copy h1{font-size:clamp(43px,5vw,68px);letter-spacing:-2.7px;margin:15px 0 13px;color:#fff}.dashboard-page .hero-copy h1 span{color:#fff}.dashboard-page .hero-copy>p{font-size:19px;line-height:1.55;color:#dce7f5;max-width:570px;margin:0 0 26px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.hero-actions .button{min-width:168px;padding:14px 20px}.hero-actions .secondary{background:transparent;color:#fff;border-color:#7390b5}.hero-actions .secondary:hover{background:#ffffff12}.hero-trust{display:flex;gap:25px;margin-top:34px;padding-top:20px;border-top:1px solid #ffffff2e;color:#c5d3e7;font-size:13px}.hero-trust strong{display:block;color:#fff;font:700 18px Manrope,sans-serif}
.dashboard-page .practice-section{padding:58px max(5%,calc((100vw - 1240px)/2))}.dashboard-page .section-heading{margin-bottom:26px}.dashboard-page .section-heading h2{font-size:32px;color:#0a2042}.dashboard-page .folder-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.dashboard-page .folder-card{min-height:258px;padding:24px 22px;border:1px solid #d9e2ee;border-top:4px solid #0a8a97;border-radius:8px;box-shadow:0 8px 25px #0822470a}.dashboard-page .folder-card:hover{transform:translateY(-4px);box-shadow:0 15px 34px #08224718}.dashboard-page .folder-card:nth-child(2){border-top-color:#dba64a}.dashboard-page .folder-card:nth-child(3){border-top-color:#3d76bc}.dashboard-page .folder-card:nth-child(4){border-top-color:#745fa8}.dashboard-page .folder-card .tag{position:static;display:inline-flex;margin-bottom:12px}.dashboard-page .folder-icon{color:#0a8a97;width:42px;height:42px}.dashboard-page .folder-card h3{font-size:21px;color:#0a2042}.dashboard-page .folder-card p{font-size:14px;line-height:1.55}.dashboard-page .folder-action{color:#087f91}
.success-section{padding:54px max(5%,calc((100vw - 1240px)/2));background:#eef3f8}.success-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.success-grid article{background:#fff;border:1px solid #dce5ef;border-radius:8px;padding:25px;box-shadow:0 7px 20px #071b3d0b}.success-grid strong{font:700 19px Manrope,sans-serif;color:#0a2042}.success-grid p{margin:9px 0 0;color:#52627a;font-size:15px}.dashboard-page .academy{padding:52px max(5%,calc((100vw - 1240px)/2));margin:0;background:#fff;border:0}.dashboard-page .academy h2{font-size:32px;color:#0a2042}.dashboard-page .academy p{font-size:15px}.instructor-role{font-weight:700;color:#087f91!important}.dashboard-page .credentials span{background:#f3f7fb;border-left-color:#0a8a97}.cta-strip{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px max(5%,calc((100vw - 1240px)/2));background:#071b3d;color:#fff}.cta-strip .eyebrow{color:#74ddd5}.cta-strip h2{margin:7px 0 0;color:#fff}.cta-strip>div:last-child{display:flex;gap:12px;flex-wrap:wrap}.cta-strip .secondary{background:transparent;color:#fff;border-color:#547397}.dashboard-page footer{background:#061832;color:#fff;border:0;padding:30px max(5%,calc((100vw - 1240px)/2))}.dashboard-page footer .brand-logo{filter:brightness(0) invert(1)}.dashboard-page footer span,.dashboard-page footer>a:last-child{color:#c4d1e1}.dashboard-page footer .founder-credit{color:#fff}
@media(max-width:1050px){.dashboard-page nav{gap:14px}.dashboard-page nav>a{font-size:13px}.dashboard-page .folder-grid{grid-template-columns:repeat(2,1fr)}.dashboard-page .hero-copy{width:62%}}
@media(max-width:760px){.dashboard-page .site-header{min-height:76px;padding:10px 5%;flex-wrap:nowrap}.dashboard-page .site-header .brand-logo{width:94px;height:58px}.mobile-menu{display:block}.dashboard-page nav{display:none;position:absolute;left:0;right:0;top:100%;margin:0;padding:18px 5%;background:#071b3d;flex-direction:column;align-items:stretch;gap:8px;border-top:1px solid #29496f;box-shadow:0 15px 30px #020c1b66}.dashboard-page nav.is-open{display:flex}.dashboard-page nav>a{padding:9px 4px}.dashboard-page .nav-button{text-align:center}.dashboard-page .welcome{min-height:610px;align-items:end;padding:62px 5% 46px}.dashboard-page .hero-photo{object-position:64% center}.dashboard-page .welcome::after{background:linear-gradient(180deg,rgba(5,24,52,.22) 0%,rgba(5,24,52,.62) 38%,rgba(4,22,49,.98) 72%)}.dashboard-page .hero-copy{width:100%}.dashboard-page .hero-copy h1{font-size:42px;letter-spacing:-1.8px}.dashboard-page .hero-copy>p{font-size:16px}.hero-trust{gap:14px;justify-content:space-between}.hero-trust span{font-size:11px}.hero-trust strong{font-size:15px}.dashboard-page .practice-section,.success-section,.dashboard-page .academy{padding:40px 5%}.dashboard-page .folder-grid,.success-grid{grid-template-columns:1fr}.dashboard-page .folder-card{min-height:0}.dashboard-page .academy{grid-template-columns:1fr}.cta-strip{padding:32px 5%;align-items:flex-start;flex-direction:column}.dashboard-page footer{padding:28px 5%}}
@media(max-width:430px){.dashboard-page .site-header .brand-caption{display:none}.dashboard-page .hero-copy h1{font-size:36px}.hero-actions .button{width:100%}.hero-trust{display:grid;grid-template-columns:repeat(3,1fr)}.dashboard-page .folder-grid{grid-template-columns:1fr}}
.hero-actions .whatsapp-button{background:#25d366;color:#062a24;border-color:#25d366}.hero-actions .whatsapp-button:hover{background:#20bd5b}
.dashboard-page .site-header .brand-caption{max-width:none;white-space:nowrap;font-size:13px;font-weight:800;letter-spacing:.8px;line-height:1}.dashboard-page .nav-admin{border-color:#178da0;background:#0b294f}.dashboard-page .nav-admin:hover{background:#10416d;color:#fff}@media(max-width:1180px){.dashboard-page .site-header .brand-caption{font-size:11px}.dashboard-page nav{gap:10px}.dashboard-page .nav-button{padding:9px 12px}}@media(max-width:430px){.dashboard-page .site-header .brand-caption{display:inline;font-size:10px;letter-spacing:.4px}.dashboard-page .site-header .brand-logo{width:80px}}

/* Give every reading and listening test more room while keeping its footer accessible. */
body:has(#exam) footer{padding:10px 3%;gap:12px;min-height:58px;font-size:14px;line-height:1.3}
body:has(#exam) footer .brand-logo{width:54px;height:42px}
body:has(#exam) footer .founder-credit{font-size:14px;margin:0 0 2px}
body:has(#exam) .question-nav{padding:9px 0}
body:has(#exam) .passage,body:has(#exam) .questions{height:calc(100dvh - 275px);min-height:350px}
@media(max-width:700px){body:has(#exam) footer{padding:10px 5%;gap:8px}body:has(#exam) footer .brand-logo{width:46px;height:36px}body:has(#exam) .passage,body:has(#exam) .questions{height:auto;min-height:0;max-height:65vh}}
