@font-face{font-family:Spectral;src:url("fonts/Spectral-Regular.woff2") format("woff2");font-display:swap;font-style:normal;font-weight:400}
@font-face{font-family:Spectral;src:url("fonts/Spectral-Italic.woff2") format("woff2");font-display:swap;font-style:italic;font-weight:400}
@font-face{font-family:"Plus Jakarta Sans";src:url("fonts/PlusJakartaSans-Variable.woff2") format("woff2");font-display:swap;font-style:normal;font-weight:200 800}

:root{
  --green:#0A3A2A;
  --green-night:#06291D;
  --cream:#FEFBF1;
  --paper:#FEFCF4;
  --paper-alt:#FBF7EA;
  --paper-deep:#F5ECD7;
  --red:#C8352A;
  --red-dark:#9A241C;
  --ochre:#E0AC42;
  --ochre-dark:#8A6318;
  --ink:#1F120E;
  --body:#29382F;
  --muted:#40534A;
  --stem:#5D7D44;
  --serif:Spectral,Georgia,"Times New Roman",serif;
  --sans:"Plus Jakarta Sans",Arial,sans-serif;
  --max:1240px;
  --ease:cubic-bezier(.22,.75,.2,1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--body);font-family:var(--sans);font-size:16px;line-height:1.65;text-rendering:optimizeLegibility}
.campus-frontpage #page-wrapper,.campus-frontpage #page{min-height:0;margin:0;padding:0;background:var(--paper)}
.campus-frontpage .toast-wrapper{z-index:200}
a{color:inherit}
img,svg{display:block;max-width:100%}
button{font:inherit}
.skip{position:fixed;left:1rem;top:1rem;z-index:100;transform:translateY(-200%);background:var(--paper);color:var(--green);padding:.8rem 1rem}
.skip:focus{transform:none}

.header{position:relative;z-index:20;background:var(--paper)}
.header__inner{width:min(calc(100% - 48px),var(--max));min-height:100px;margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}
.brand{display:inline-flex;align-items:center;gap:.8rem;text-decoration:none;color:var(--green-night);flex:none}
.brand__mark{width:36px;height:36px;flex:none}
.brand__words{display:grid;line-height:1.15}
.brand__words strong{font-size:16px;font-weight:650;letter-spacing:-.02em}
.brand__words span{margin-top:4px;color:var(--muted);font-size:11px;font-weight:650;letter-spacing:.18em;text-transform:uppercase}
.nav{display:flex;align-items:center;gap:clamp(1.2rem,2vw,2.1rem)}
.nav>a:not(.button){position:relative;text-decoration:none;color:var(--body);font-size:16px;font-weight:580;letter-spacing:-.01em}
.nav>a:not(.button)::after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:2px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .3s var(--ease)}
.nav>a:not(.button):hover::after,.nav>a:not(.button):focus-visible::after{transform:scaleX(1)}
.nav .nav__language{color:var(--ochre-dark);font-weight:750}
.header__mobile-actions{display:none;align-items:center;gap:1rem}
.header__mobile-actions>a{min-height:40px;padding:0 15px;display:inline-flex;align-items:center;text-decoration:none;background:var(--green);color:var(--paper);font-size:14px;font-weight:760}
.menu{width:42px;height:42px;padding:0;border:0;background:var(--green-night);color:var(--paper);display:grid;place-items:center}
.menu svg{width:21px;fill:none;stroke:currentColor;stroke-width:1.7}
.mobile-navigation{width:min(calc(100% - 32px),var(--max));margin:0 auto 18px;padding:10px;background:var(--paper-alt);border:1px solid var(--paper-deep)}
.mobile-navigation[hidden]{display:none}
.mobile-navigation a{display:block;padding:13px 12px;color:var(--green-night);font-size:15px;font-weight:680;text-decoration:none}
.mobile-navigation a+a{border-top:1px solid var(--paper-deep)}

.button{min-height:56px;padding:0 27px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:15px;font-weight:760;letter-spacing:.01em;transition:background .25s ease,color .25s ease,transform .25s var(--ease)}
.button:hover{transform:translateY(-2px)}
.button--small{min-height:48px;padding-inline:22px}
.button--outline{border:1px solid var(--green-night);color:var(--paper);background:var(--green-night)}
.button--outline:hover{border-color:var(--red-dark);background:var(--red-dark);color:var(--paper)}
.button--primary{background:var(--ochre);color:var(--green-night)}
.button--primary:hover{background:#efbf5a}
.button--secondary{background:var(--red-dark);color:var(--paper)}
.button--secondary:hover{background:var(--red-dark)}
.button--cream{background:var(--paper);color:var(--green-night)}
.text-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--green);font-size:15.5px;font-weight:720;text-underline-offset:5px;text-decoration-thickness:1px}
.text-link span{color:var(--red);font-size:18px}

.eyebrow{margin:0 0 1.25rem;color:var(--red-dark);font-size:11px;font-weight:750;letter-spacing:.2em;text-transform:uppercase}
.eyebrow--light{color:var(--ochre)}

.hero{overflow:hidden;background:var(--paper);padding:clamp(4.5rem,7vw,7rem) 0 clamp(5rem,8vw,8rem)}
.hero__inner{width:min(calc(100% - 48px),var(--max));margin-inline:auto;display:grid;grid-template-columns:minmax(0,.91fr) minmax(540px,1.09fr);align-items:center;gap:clamp(3rem,7vw,7rem)}
.hero__copy{position:relative;z-index:2;padding-bottom:1.5rem}
.hero h1{max-width:10.7ch;margin:0;color:var(--green-night);font-family:var(--serif);font-size:clamp(4.1rem,5.8vw,6rem);font-weight:400;letter-spacing:-.052em;line-height:.94;text-wrap:balance}
.hero h1 em{display:inline;color:var(--red-dark);font-weight:400;line-height:inherit}
.hero__lead{max-width:52ch;margin:2rem 0 0;color:var(--body);font-size:20px;line-height:1.66}
.hero__actions{display:flex;align-items:center;gap:1.7rem;margin-top:2.25rem;flex-wrap:wrap}

.hero__visual{position:relative;height:590px;isolation:isolate}
.portal{position:absolute;right:0;top:0;width:min(100%,520px);height:570px;background:var(--green-night);border-radius:260px 260px 0 0;overflow:hidden}
.portal::before{content:"";position:absolute;width:330px;height:330px;right:-78px;bottom:-74px;background:var(--green);border-radius:50%}
.portal::after{content:"";position:absolute;width:120px;height:270px;left:0;bottom:0;background:var(--red-dark);clip-path:polygon(0 14%,100% 0,78% 100%,0 86%);opacity:.82}
.portal__sun{position:absolute;top:74px;right:78px;width:94px;height:94px;border-radius:50%;background:var(--ochre)}
.portal__dot{position:absolute;border-radius:50%;background:var(--red)}
.portal__dot--one{width:26px;height:26px;left:74px;top:88px}
.portal__dot--two{width:13px;height:13px;left:116px;top:71px;background:var(--paper-deep)}

.lesson-card{position:absolute;z-index:3;left:0;top:128px;width:min(calc(100% - 20px),470px);background:var(--paper);color:var(--green-night);transform:rotate(-1.2deg);box-shadow:22px 26px 0 rgba(200,53,42,.26)}
.lesson-card__top{min-height:58px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;background:var(--paper-deep);font-size:10px;font-weight:750;letter-spacing:.14em;text-transform:uppercase}
.lesson-card__course{color:var(--red-dark)}
.lesson-card__progress{color:var(--green)}
.lesson-card__body{padding:32px 34px 30px}
.lesson-card__label{display:block;color:var(--ochre-dark);font-size:10px;font-weight:760;letter-spacing:.16em;text-transform:uppercase}
.lesson-card__title{max-width:12ch;margin:.65rem 0 1.8rem;font-family:var(--serif);font-size:35px;font-weight:400;letter-spacing:-.035em;line-height:1.02}
.audio{height:64px;display:grid;grid-template-columns:48px 1fr;align-items:center;gap:16px;background:var(--green-night);padding:8px 18px 8px 8px}
.audio__play{width:48px;height:48px;display:grid;place-items:center;background:var(--ochre);color:var(--green-night)}
.audio__play svg{width:20px;fill:currentColor}
.audio__wave{width:100%;height:42px;fill:none;stroke:var(--paper);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;opacity:.86}
.lesson-card__meta{display:flex;justify-content:space-between;gap:1rem;margin-top:16px;color:var(--muted);font-size:10px;font-weight:620}
.tutor-note{position:absolute;z-index:4;right:0;bottom:45px;min-width:250px;display:flex;align-items:center;gap:13px;background:var(--ochre);color:var(--green-night);padding:18px 20px;box-shadow:-10px 12px 0 rgba(6,41,29,.16)}
.tutor-note svg{width:32px;height:32px;padding:7px;background:var(--green-night);fill:none;stroke:var(--paper);stroke-width:2.4}
.tutor-note div{display:grid;line-height:1.25}
.tutor-note strong{font-size:12px}
.tutor-note span{margin-top:3px;font-size:10px}

.assurances{background:var(--green-night);color:var(--paper)}
.assurances__inner{width:min(calc(100% - 48px),var(--max));margin-inline:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(2.5rem,6vw,6rem);padding:3.8rem 0}
.assurance{display:grid;grid-template-columns:44px 1fr;align-items:start;gap:1rem}
.assurance svg{width:40px;height:40px;fill:none;stroke:var(--ochre);stroke-width:1.5;stroke-linejoin:round}
.assurance__title{margin:0;color:var(--paper);font-family:var(--sans);font-size:19px;font-weight:700;letter-spacing:-.015em}
.assurance div>p:not(.assurance__title){max-width:30ch;margin:.5rem 0 0;color:rgba(254,252,244,.9);font-size:16px;line-height:1.58}

.courses{background:var(--paper-alt);padding:clamp(6rem,9vw,9rem) max(24px,calc((100vw - var(--max))/2))}
.section-heading{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:clamp(3rem,8vw,7rem);align-items:end;margin-bottom:4rem}
.section-heading h2{max-width:14ch;margin:0;color:var(--green-night);font-family:var(--serif);font-size:clamp(3.1rem,5vw,5rem);font-weight:400;letter-spacing:-.048em;line-height:.98}
.section-heading>p{max-width:44ch;margin:0;color:var(--muted);font-size:17px;line-height:1.72}
.course-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:24px}
.course-card{position:relative;min-width:0;overflow:hidden;background:var(--paper);display:flex;flex-direction:column}
.course-card--dele{grid-column:span 8;min-height:520px;background:var(--green);color:var(--paper);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(310px,.95fr)}
.course-card--a1{grid-column:span 4;min-height:520px;background:var(--paper-deep)}
.course-card--culture{grid-column:span 4;min-height:520px}
.course-card__copy{display:flex;flex-direction:column;align-items:flex-start;padding:36px 34px;flex:1}
.course-card--dele .course-card__copy{padding:52px 50px}
.course-card__type{margin:0 0 1rem;color:var(--red-dark);font-size:11.5px;font-weight:780;letter-spacing:.15em;text-transform:uppercase}
.course-card--dele .course-card__type{color:var(--ochre)}
.course-card h3{margin:0;color:var(--green-night);font-family:var(--serif);font-size:clamp(2rem,2.8vw,2.85rem);font-weight:400;letter-spacing:-.038em;line-height:1.02}
.course-card--dele h3{max-width:7ch;color:var(--paper);font-size:clamp(3rem,4.3vw,4.7rem)}
.course-card__copy>p:not(.course-card__type){max-width:39ch;margin:1.15rem 0 0;color:var(--muted);font-size:16px;line-height:1.64}
.course-card--dele .course-card__copy>p:not(.course-card__type){color:rgba(254,252,244,.76)}
.course-card__mode{margin-top:1.5rem;color:var(--green);font-size:13px;font-weight:710}
.course-card--dele .course-card__mode{color:var(--ochre)}
.course-card__copy>a{margin-top:auto;color:var(--ochre-dark);font-size:16px;font-weight:760;text-decoration:none;text-underline-offset:5px;text-decoration-thickness:1px}
.course-card__cta{padding-top:32px;display:inline-flex;align-items:center;gap:.5rem;background:none}
.course-card__copy>a span{display:inline-block;transition:transform .25s var(--ease)}
.course-card__copy>a span{color:var(--red);font-size:18px}
.course-card__copy>a:hover{text-decoration:underline}
.course-card__copy>a:hover span{transform:translateX(5px)}
.course-card--dele .course-card__copy>a{color:var(--ochre)}

.course-art{position:relative;overflow:hidden;display:grid;place-items:center;min-height:210px}
.course-art--dele{min-height:100%;background:var(--green-night)}
.course-art--dele::before{content:"";position:absolute;width:250px;height:250px;right:-95px;top:-85px;border-radius:50%;background:var(--red)}
.course-art--dele::after{content:"";position:absolute;width:160px;height:160px;left:-70px;bottom:-60px;border-radius:50%;background:var(--ochre);opacity:.88}
.exam-sheet{position:relative;z-index:2;width:230px;min-height:300px;background:var(--paper);color:var(--green-night);padding:30px 26px;transform:rotate(3deg);box-shadow:14px 16px 0 rgba(224,172,66,.82)}
.exam-sheet span{font-size:9px;font-weight:760;letter-spacing:.15em;text-transform:uppercase;color:var(--red-dark)}
.exam-sheet strong{display:block;margin:1.7rem 0 2.5rem;font-family:var(--serif);font-size:88px;font-weight:400;line-height:.75}
.exam-sheet i{display:block;width:100%;height:7px;margin-top:12px;background:var(--paper-deep)}
.exam-sheet i:nth-of-type(2){width:76%}.exam-sheet i:nth-of-type(3){width:88%}
.exam-seal{position:absolute;z-index:3;right:26px;bottom:54px;width:68px;height:68px;display:grid;place-items:center;border-radius:50%;background:var(--red);color:var(--paper);font-family:var(--serif);font-size:18px;transform:rotate(-7deg)}
.course-art--a1{min-height:250px;background:var(--ochre);align-content:center}
.course-art--a1::after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-50px;bottom:-65px;background:var(--paper-deep)}
.speech{position:absolute;z-index:3;display:block;background:var(--paper);color:var(--green-night);font-family:var(--serif);font-style:italic}
.speech::after{content:"";position:absolute;width:0;height:0;border-style:solid}
.speech--hola{left:34px;top:43px;padding:17px 26px;font-size:28px;transform:rotate(-3deg)}
.speech--hola::after{left:18px;bottom:-12px;border-width:13px 14px 0 0;border-color:var(--paper) transparent transparent transparent}
.speech--que{right:32px;bottom:50px;padding:12px 18px;font-size:18px;transform:rotate(3deg)}
.speech--que::after{right:18px;bottom:-9px;border-width:10px 0 0 12px;border-color:var(--paper) transparent transparent transparent}
.a1-mark{position:absolute;z-index:2;right:34px;top:32px;color:var(--green-night);font-family:var(--serif);font-size:54px}

.course-art--music{background:#F1D489}
.course-art--history{background:#DCE8DE}
.course-art--literature{background:#F5E7D6}
.course-art>svg{width:72%;max-width:280px;height:170px;fill:none;stroke:var(--green-night);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}
.course-art--music>svg{fill:var(--red);stroke:var(--green-night);stroke-width:5}
.course-art--literature .quote{fill:var(--red);stroke:none}

.study{background:var(--green);color:var(--paper);padding:clamp(6rem,9vw,9rem) max(24px,calc((100vw - var(--max))/2))}
.study__inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);gap:clamp(4rem,9vw,9rem);align-items:center}
.study__heading h2{max-width:10ch;margin:0;color:var(--paper);font-family:var(--serif);font-size:clamp(3.4rem,5vw,5.2rem);font-weight:400;letter-spacing:-.047em;line-height:.96}
.study__heading>p:last-child{max-width:46ch;margin:1.7rem 0 0;color:rgba(254,252,244,.8);font-size:17px}
.study__options{display:grid;gap:24px}
.study-option{display:grid;grid-template-columns:92px 1fr;gap:28px;align-items:center;background:var(--paper);color:var(--green-night);padding:34px 38px}
.study-option:nth-child(2){background:var(--ochre)}
.study-option>svg{width:72px;height:72px;fill:none;stroke:var(--red);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.study-option:nth-child(2)>svg{stroke:var(--green-night)}
.study-option h3{margin:0;font-family:var(--serif);font-size:32px;font-weight:400;letter-spacing:-.03em}
.study-option p{max-width:38ch;margin:.5rem 0 0;color:var(--muted);font-size:15px;line-height:1.62}
.study-option:nth-child(2) p{color:var(--green-night)}

.level{width:min(calc(100% - 48px),var(--max));margin-inline:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(480px,.9fr);gap:5rem;align-items:center;padding:clamp(6rem,9vw,9rem) 0}
.level__copy h2{max-width:11ch;margin:0;color:var(--green-night);font-family:var(--serif);font-size:clamp(3.3rem,5vw,5rem);font-weight:400;letter-spacing:-.048em;line-height:.97}
.level__copy>p:not(.eyebrow){max-width:45ch;margin:1.4rem 0 2rem;color:var(--muted);font-size:17px}
.level__visual{position:relative;height:330px}
.level__visual::before{content:"";position:absolute;left:4%;right:4%;bottom:34px;height:130px;background:var(--paper-deep);clip-path:polygon(0 100%,100% 0,100% 100%)}
.level-dot{position:absolute;display:grid;place-items:center;border-radius:50%;color:var(--paper);background:var(--green-night);font-size:12px;font-weight:760}
.level-dot--a1{width:56px;height:56px;left:4%;bottom:31px}.level-dot--a2{width:64px;height:64px;left:23%;bottom:66px;background:var(--green)}
.level-dot--b1{width:72px;height:72px;left:43%;bottom:102px;background:var(--stem)}.level-dot--b2{width:80px;height:80px;left:64%;bottom:139px;background:var(--ochre);color:var(--green-night)}
.level-dot--c1{width:90px;height:90px;right:0;bottom:183px;background:var(--red)}

.access{background:var(--red-dark);color:var(--paper);padding:clamp(4rem,7vw,6rem) max(24px,calc((100vw - var(--max))/2));display:flex;align-items:end;justify-content:space-between;gap:3rem}
.access h2{max-width:14ch;margin:0;font-family:var(--serif);font-size:clamp(3rem,4.7vw,4.8rem);font-weight:400;letter-spacing:-.045em;line-height:.98}
.access .button{flex:none}

.footer{background:var(--green-night);color:rgba(254,252,244,.8);padding:3.8rem max(24px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:1.15fr .65fr 1.2fr;gap:4rem;align-items:start;font-size:14px}
.footer__brand{display:flex;align-items:center;gap:.8rem;color:var(--paper)}
.footer__brand .brand__mark{width:34px;height:34px}
.footer__brand div{display:grid;line-height:1.28}.footer__brand strong{font-size:15px}.footer__brand span{margin-top:4px;color:rgba(254,252,244,.65);font-size:13px}
.footer__links,.footer__contact{display:grid;gap:.8rem}
.footer__phone{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.footer__phone>strong{color:var(--paper);font-size:16px;font-weight:650}.footer__phone>span{display:inline-flex;align-items:center;gap:.55rem;color:var(--ochre);font-size:13px;font-weight:720}.footer__phone i{font-style:normal;color:rgba(254,252,244,.45)}
.footer a{text-decoration:none}.footer a:hover{color:var(--paper)}

@media (max-width:1100px){
  .hero__inner{grid-template-columns:minmax(0,.88fr) minmax(440px,1.12fr);gap:3rem}
  .hero h1{font-size:clamp(3.8rem,6.5vw,5.2rem)}
  .hero__visual{height:540px}
  .portal{height:520px}
  .lesson-card{width:410px}.lesson-card__title{font-size:30px}
  .tutor-note{bottom:28px}
  .course-card--dele{grid-column:span 12}.course-card--a1{grid-column:span 6}.course-card--culture{grid-column:span 6}.course-card--culture:last-child{grid-column:4/span 6}
  .study__inner{grid-template-columns:1fr;gap:4rem}.study__heading h2{max-width:13ch}.study__options{grid-template-columns:1fr 1fr}.study-option{grid-template-columns:70px 1fr;padding:28px}.study-option>svg{width:62px;height:62px}
}

@media (max-width:860px){
  .nav{display:none}.header__mobile-actions{display:flex}
  .hero{padding-top:3.5rem}
  .hero__inner{grid-template-columns:1fr;gap:3rem}
  .hero__copy{max-width:680px}
  .hero__visual{width:min(100%,620px);margin-inline:auto;height:580px}
  .assurances__inner{grid-template-columns:1fr;gap:2.5rem;padding-block:3.4rem}.assurance div>p:not(.assurance__title){max-width:none}
  .section-heading{grid-template-columns:1fr;gap:1.4rem}.section-heading h2{max-width:14ch}.section-heading>p{max-width:58ch}
  .course-card--a1,.course-card--culture,.course-card--culture:last-child{grid-column:span 12}
  .course-card--a1,.course-card--culture{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(0,1.15fr);min-height:360px}.course-card--a1 .course-art,.course-card--culture .course-art{min-height:100%}
  .study__options{grid-template-columns:1fr}
  .level{grid-template-columns:1fr;gap:3rem}.level__visual{width:min(100%,600px)}
  .footer{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}
}

@media (max-width:620px){
  body{font-size:16px}
  .header__inner{width:calc(100% - 32px);min-height:80px;gap:.5rem}
  .brand{gap:.6rem;min-width:0}.brand__mark{width:30px;height:30px}.brand__words{min-width:0}.brand__words strong{max-width:100px;font-size:13px;line-height:1.05}.brand__words span{font-size:9px;margin-top:3px}
  .header__mobile-actions{gap:.75rem}.menu{width:40px;height:40px}
  .hero{padding:3.7rem 0 4.8rem}
  .hero__inner{width:calc(100% - 32px);gap:2.8rem}
  .eyebrow{margin-bottom:1rem;font-size:9px;letter-spacing:.18em}
  .hero h1{max-width:10.2ch;font-size:clamp(3.2rem,14vw,4rem);line-height:.95;letter-spacing:-.048em}
  .hero__lead{margin-top:1.5rem;font-size:18px;line-height:1.65}
  .hero__actions{align-items:flex-start;flex-direction:column;gap:1.2rem;margin-top:1.8rem}.hero__actions .button{width:100%}
  .hero__visual{height:430px;width:100%}
  .portal{right:-16px;width:calc(100% - 22px);height:414px;border-radius:180px 180px 0 0}.portal__sun{width:64px;height:64px;right:35px;top:48px}.portal__dot--one{left:36px;top:64px}.portal__dot--two{left:70px;top:48px}
  .lesson-card{left:0;top:103px;width:calc(100% - 28px);transform:rotate(-.6deg);box-shadow:10px 14px 0 rgba(200,53,42,.28)}
  .lesson-card__top{min-height:44px;padding-inline:15px;font-size:8px}.lesson-card__body{padding:20px 18px 18px}.lesson-card__title{font-size:25px;margin:.45rem 0 1.2rem}.lesson-card__label{font-size:8px}.audio{height:50px;grid-template-columns:38px 1fr;gap:10px;padding:6px 10px 6px 6px}.audio__play{width:38px;height:38px}.lesson-card__meta{font-size:8px}.lesson-card__meta span:last-child{display:none}
  .tutor-note{right:-8px;bottom:15px;min-width:205px;padding:13px 14px;gap:10px}.tutor-note svg{width:28px;height:28px}.tutor-note strong{font-size:10px}.tutor-note span{font-size:8px}
  .assurances__inner{width:calc(100% - 32px);padding:3.2rem 0;gap:2.4rem}.assurance{grid-template-columns:38px 1fr;gap:.9rem}.assurance svg{width:36px;height:36px}.assurance__title{font-size:19px}.assurance div>p:not(.assurance__title){font-size:16px}
  .courses{padding:5.3rem 16px}
  .section-heading{margin-bottom:2.8rem}.section-heading h2{font-size:clamp(2.75rem,13vw,3.5rem);line-height:.98}.section-heading>p{font-size:16px;line-height:1.65}
  .course-grid{display:block}.course-card{margin-top:18px}.course-card:first-child{margin-top:0}
  .course-card--dele{display:flex;min-height:0}.course-card--dele .course-card__copy{padding:34px 26px 36px}.course-card--dele h3{max-width:9ch;font-size:42px}.course-card--dele .course-art{order:-1;min-height:300px}.exam-sheet{width:190px;min-height:238px;padding:24px 22px;box-shadow:10px 11px 0 rgba(224,172,66,.82)}.exam-sheet strong{font-size:68px;margin:1.2rem 0 1.8rem}.exam-seal{right:30px;bottom:33px;width:58px;height:58px;font-size:15px}
  .course-card--a1,.course-card--culture{display:flex;min-height:0}.course-card--a1 .course-art,.course-card--culture .course-art{order:-1;min-height:220px}.course-card__copy{padding:30px 24px 36px}.course-card h3{font-size:34px}.course-card__copy>p:not(.course-card__type){font-size:16px}.course-card__mode{font-size:12px}.course-card__copy>a{width:auto;margin-top:auto;padding-top:32px;font-size:16px;justify-content:flex-start}
  .study{padding:5.2rem 16px}.study__inner,.study__heading,.study__options,.study-option{min-width:0;max-width:100%}.study__inner{gap:2.8rem}.study__heading h2{font-size:clamp(3rem,14vw,3.7rem)}.study__heading>p:last-child{font-size:16px}.study-option{grid-template-columns:56px minmax(0,1fr);gap:18px;padding:27px 20px}.study-option>svg{width:54px;height:54px}.study-option h3{font-size:28px}.study-option p{font-size:14px}
  .level{width:calc(100% - 32px);gap:2rem;padding:5.2rem 0}.level__copy h2{font-size:clamp(3rem,14vw,3.7rem)}.level__copy>p:not(.eyebrow){font-size:16px}.level__copy .button{width:100%}.level__visual{height:240px}.level__visual::before{height:90px;bottom:24px}.level-dot--a1{width:44px;height:44px;bottom:22px}.level-dot--a2{width:50px;height:50px;bottom:47px}.level-dot--b1{width:56px;height:56px;bottom:72px}.level-dot--b2{width:62px;height:62px;bottom:98px}.level-dot--c1{width:70px;height:70px;bottom:128px}
  .access{align-items:flex-start;flex-direction:column;padding:4.8rem 16px}.access h2{font-size:clamp(3rem,13.5vw,3.7rem)}.access .button{width:100%}
  .footer{grid-template-columns:1fr;gap:2.2rem;padding:3rem 16px;font-size:14px}.footer__brand{grid-column:auto}
}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}
