.ttt-page{
    --ttt-navy:var(--navy-dark,#111a3d);
    --ttt-purple:var(--navy,#28246b);
    --ttt-red:var(--red,#c91f35);
    --ttt-lime:var(--yellow,#d6df27);
    --ttt-paper:var(--paper,#f5f4ef);
    --ttt-blue:var(--blue,#1559e8);
    --ttt-line:rgba(17,26,61,.13);
    background:var(--ttt-paper);
    color:var(--ttt-navy);
    overflow:hidden;
}

.ttt-page *,
.ttt-page *::before,
.ttt-page *::after{box-sizing:border-box}

.ttt-kicker{
    margin:0 0 .85rem;
    color:var(--ttt-red);
    font-size:.67rem;
    font-weight:900;
    letter-spacing:.16em;
}

.ttt-hero{
    position:relative;
    min-height:min(840px,calc(100svh - 82px));
    display:flex;
    align-items:flex-end;
    isolation:isolate;
    overflow:hidden;
    background:var(--ttt-navy);
    color:#fff;
}

.ttt-hero__media,
.ttt-hero__shade{position:absolute;inset:0}
.ttt-hero__media{z-index:-2;display:block}
.ttt-hero__media img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.ttt-hero__shade{
    z-index:-1;
    background:
        linear-gradient(90deg,rgba(8,13,35,.98) 0%,rgba(8,13,35,.87) 40%,rgba(8,13,35,.18) 76%),
        linear-gradient(0deg,rgba(8,13,35,.92) 0%,transparent 52%);
}

.ttt-hero__content{
    width:min(1320px,calc(100% - 2.4rem));
    margin:0 auto;
    padding:clamp(7rem,12vw,11rem) 0 clamp(10rem,14vw,12rem);
}

.ttt-status{
    width:max-content;
    display:flex;
    align-items:center;
    gap:.55rem;
    margin-bottom:1.2rem;
    padding:.55rem .75rem;
    border:1px solid rgba(255,255,255,.22);
    border-radius:999px;
    background:rgba(255,255,255,.1);
    font-size:.65rem;
    font-weight:850;
    letter-spacing:.12em;
    text-transform:uppercase;
    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(10px);
}

.ttt-status span{width:8px;height:8px;border-radius:50%;background:var(--ttt-lime);box-shadow:0 0 0 5px rgba(214,223,39,.15)}
.ttt-hero .ttt-kicker{color:var(--ttt-lime)}
.ttt-official{margin:0 0 .5rem;color:rgba(255,255,255,.65);font-size:.72rem;font-weight:850;letter-spacing:.16em}
.ttt-hero h1{max-width:900px;margin:0;font-size:clamp(4rem,8vw,8rem);line-height:.84;letter-spacing:-.075em}
.ttt-hero h1 em{color:var(--ttt-lime);font-style:normal}
.ttt-hero__lead{max-width:650px;margin:1.5rem 0 1.8rem;color:rgba(255,255,255,.76);font-size:clamp(1rem,1.5vw,1.18rem);line-height:1.65}

.ttt-actions{display:flex;flex-wrap:wrap;gap:.7rem}
.ttt-button{
    min-height:50px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:.75rem;
    padding:.85rem 1.15rem;
    border:1px solid transparent;
    border-radius:999px;
    font-weight:830;
    text-decoration:none;
    transition:transform .2s ease,background .2s ease;
}
.ttt-button:hover{transform:translateY(-2px)}
.ttt-button--lime{background:var(--ttt-lime);color:var(--ttt-navy)}
.ttt-button--glass{border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.1);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}
.ttt-button--dark{background:var(--ttt-navy);color:#fff}

.ttt-hero__facts{
    position:absolute;
    right:max(1.2rem,calc((100% - 1320px)/2));
    bottom:2rem;
    display:grid;
    grid-template-columns:repeat(4,auto);
    gap:clamp(1rem,3vw,2.8rem);
    margin:0;
}
.ttt-hero__facts div{min-width:100px}
.ttt-hero__facts dt{font-size:clamp(1rem,1.8vw,1.5rem);font-weight:900}
.ttt-hero__facts dd{margin:.25rem 0 0;color:rgba(255,255,255,.58);font-size:.65rem}

.ttt-notice,
.ttt-intro,
.ttt-outcomes,
.ttt-units,
.ttt-hours,
.ttt-audience,
.ttt-faq,
.ttt-cta{
    width:min(1320px,calc(100% - 2.4rem));
    margin-left:auto;
    margin-right:auto;
}

.ttt-notice{display:flex;align-items:flex-start;gap:.9rem;margin-top:1rem;padding:1.1rem 1.2rem;border:1px solid rgba(201,31,53,.2);border-radius:1rem;background:#fff}
.ttt-notice>span{width:30px;height:30px;display:grid;place-items:center;flex:0 0 30px;border-radius:50%;background:var(--ttt-red);color:#fff;font-weight:900}
.ttt-notice p{margin:0;color:rgba(17,26,61,.65);font-size:.84rem;line-height:1.55}.ttt-notice strong{color:var(--ttt-navy)}

.ttt-intro{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,8vw,8rem);padding:clamp(5rem,9vw,9rem) 0}
.ttt-intro h2,.ttt-heading h2,.ttt-hours h2,.ttt-exemption h2,.ttt-cta h2{margin:0;font-size:clamp(2.7rem,5.2vw,5.3rem);line-height:.93;letter-spacing:-.065em}
.ttt-intro__copy p{margin:0;color:rgba(17,26,61,.62);font-size:clamp(1rem,1.5vw,1.18rem);line-height:1.75}.ttt-intro__copy p+p{margin-top:1.1rem}

.ttt-outcomes{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--ttt-line)}
.ttt-outcomes article{min-height:240px;display:flex;flex-direction:column;padding:1.3rem;background:#fff}
.ttt-outcomes span{color:var(--ttt-red);font-size:.67rem;font-weight:900;letter-spacing:.12em}
.ttt-outcomes h3{margin:auto 0 .6rem;font-size:1.3rem}.ttt-outcomes p{margin:0;color:rgba(17,26,61,.56);font-size:.84rem;line-height:1.5}

.ttt-units{padding:clamp(6rem,10vw,10rem) 0;scroll-margin-top:100px}
.ttt-heading{max-width:900px;margin-bottom:2.2rem}.ttt-heading>p:last-child{max-width:680px;color:rgba(17,26,61,.58);line-height:1.65}
.ttt-unit-list{border-top:1px solid var(--ttt-line)}
.ttt-unit-list details{border-bottom:1px solid var(--ttt-line)}
.ttt-unit-list summary{min-height:105px;display:grid;grid-template-columns:75px minmax(0,1fr) auto;align-items:center;gap:1.2rem;cursor:pointer;list-style:none}
.ttt-unit-list summary::-webkit-details-marker{display:none}
.ttt-unit-code{width:58px;height:58px;display:grid;place-items:center;border-radius:1rem;background:var(--ttt-lime);font-size:.75rem;font-weight:900}
.ttt-unit-name small,.ttt-unit-name strong{display:block}.ttt-unit-name small{margin-bottom:.25rem;color:var(--ttt-red);font-size:.62rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.ttt-unit-name strong{font-size:clamp(1.1rem,2vw,1.45rem)}
.ttt-unit-hours{display:flex;align-items:center;gap:1rem;font-size:.75rem;font-weight:850}.ttt-unit-hours::after{content:"+";width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--ttt-line);border-radius:50%;color:var(--ttt-red);font-size:1.25rem}
.ttt-unit-list details[open] .ttt-unit-hours::after{content:"−"}
.ttt-unit-body{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,5vw,5rem);padding:0 0 2rem 75px}
.ttt-unit-body p{margin:0 0 1rem;color:rgba(17,26,61,.63);line-height:1.65}.ttt-unit-body small{font-weight:850}.ttt-unit-body ul{margin:0;padding-left:1.1rem;color:rgba(17,26,61,.64);line-height:1.55}.ttt-unit-body li+li{margin-top:.45rem}
.ttt-ncs-note{margin:1.5rem 0 0;padding:1rem 1.1rem;border-radius:.9rem;background:#ecebdc;color:rgba(17,26,61,.66);font-size:.78rem;line-height:1.55}

.ttt-hours{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,7vw,7rem);align-items:center;padding:clamp(4rem,7vw,7rem) 0}
.ttt-hours>div:first-child>p:last-child{max-width:560px;color:rgba(17,26,61,.6);line-height:1.65}
.ttt-hours__card{overflow:hidden;border-radius:1.6rem;background:var(--ttt-navy);color:#fff;box-shadow:0 24px 60px rgba(17,26,61,.15)}
.ttt-hours__total{display:flex;align-items:center;gap:1rem;padding:2rem}.ttt-hours__total strong{font-size:clamp(4rem,8vw,7rem);line-height:.8;letter-spacing:-.07em}.ttt-hours__total span{color:var(--ttt-lime);font-size:.7rem;font-weight:850;line-height:1.4;letter-spacing:.12em}
.ttt-hours__bar{display:grid;grid-template-columns:1fr 3fr;min-height:115px}.ttt-hours__bar div{display:flex;flex-direction:column;justify-content:end;padding:1.1rem}.ttt-hours__bar div:first-child{background:var(--ttt-red)}.ttt-hours__bar div:last-child{background:var(--ttt-lime);color:var(--ttt-navy)}.ttt-hours__bar strong,.ttt-hours__bar small{display:block}.ttt-hours__bar small{margin-top:.2rem;opacity:.65}
.ttt-hours__card>p{margin:0;padding:1rem 2rem 1.4rem;color:rgba(255,255,255,.55);font-size:.72rem;line-height:1.5}

.ttt-audience{padding:clamp(6rem,10vw,10rem) 0}
.ttt-audience__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}
.ttt-audience__grid article{min-height:210px;display:flex;flex-direction:column;padding:1.3rem;border:1px solid var(--ttt-line);border-radius:1.25rem;background:#fff}
.ttt-audience__grid span{color:var(--ttt-red);font-size:.65rem;font-weight:900}.ttt-audience__grid h3{margin:auto 0 .55rem;font-size:1.22rem}.ttt-audience__grid p{margin:0;color:rgba(17,26,61,.58);font-size:.83rem;line-height:1.5}
.ttt-career-note{margin:1rem 0 0;color:rgba(17,26,61,.48);font-size:.72rem;line-height:1.5}

.ttt-exemption{display:grid;grid-template-columns:1.05fr .95fr;background:var(--ttt-navy);color:#fff}
.ttt-exemption__copy,.ttt-exemption__steps{padding:clamp(2rem,6vw,6rem)}
.ttt-exemption .ttt-kicker{color:var(--ttt-lime)}
.ttt-exemption__copy>p:not(.ttt-kicker){max-width:700px;color:rgba(255,255,255,.7);line-height:1.7}.ttt-exemption__copy>p strong{color:#fff}
.ttt-exemption__note{padding:1rem;border-left:3px solid var(--ttt-lime);background:rgba(255,255,255,.06);font-size:.78rem}
.ttt-exemption__copy>a{min-height:48px;display:inline-flex;align-items:center;gap:.6rem;margin-top:.8rem;border-bottom:1px solid var(--ttt-lime);color:#fff;font-weight:820;text-decoration:none}
.ttt-exemption__steps{margin:0;display:flex;flex-direction:column;justify-content:center;list-style:none;background:#191f47}
.ttt-exemption__steps li{display:grid;grid-template-columns:45px 1fr;gap:1rem;padding:1.4rem 0;border-bottom:1px solid rgba(255,255,255,.13)}.ttt-exemption__steps li:last-child{border:0}.ttt-exemption__steps li>span{color:var(--ttt-lime);font-size:.68rem;font-weight:900}.ttt-exemption__steps strong{font-size:1.05rem}.ttt-exemption__steps p{margin:.35rem 0 0;color:rgba(255,255,255,.55);font-size:.82rem;line-height:1.5}

.ttt-faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,8vw,8rem);padding:clamp(6rem,10vw,10rem) 0}
.ttt-faq__list{border-top:1px solid var(--ttt-line)}
.ttt-faq__list details{border-bottom:1px solid var(--ttt-line)}
.ttt-faq__list summary{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;list-style:none;font-weight:820;line-height:1.4}.ttt-faq__list summary::-webkit-details-marker{display:none}.ttt-faq__list summary::after{content:"+";color:var(--ttt-red);font-size:1.35rem}.ttt-faq__list details[open] summary::after{content:"−"}.ttt-faq__list p{margin:0;padding:0 2.5rem 1.4rem 0;color:rgba(17,26,61,.62);line-height:1.65}

.ttt-cta{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,6rem);margin-bottom:clamp(5rem,9vw,8rem);padding:clamp(2rem,5vw,5rem);border-radius:1.8rem;background:var(--ttt-lime)}
.ttt-cta>div:last-child>p{margin:0 0 1.4rem;color:rgba(17,26,61,.68);line-height:1.65}

@media (prefers-reduced-motion:reduce){.ttt-button{transition:none}}

@media (max-width:980px){
    .ttt-intro,.ttt-hours,.ttt-faq{grid-template-columns:1fr}
    .ttt-outcomes{grid-template-columns:repeat(2,1fr)}
    .ttt-audience__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .ttt-exemption{grid-template-columns:1fr}
    .ttt-cta{grid-template-columns:1fr}
}

@media (max-width:700px){
    .ttt-page{padding-bottom:5rem}
    .ttt-hero{min-height:calc(100svh - 1rem);margin:.5rem;border-radius:1.6rem}
    .ttt-hero__media img{object-position:60% center}
    .ttt-hero__shade{background:linear-gradient(0deg,rgba(8,13,35,.99) 0%,rgba(8,13,35,.82) 58%,rgba(8,13,35,.12) 100%)}
    .ttt-hero__content{width:calc(100% - 2rem);padding:9rem 0 11.5rem}
    .ttt-hero h1{font-size:clamp(3.55rem,17vw,5.2rem)}
    .ttt-hero__lead{font-size:.94rem;line-height:1.55}
    .ttt-actions{flex-direction:column}.ttt-actions .ttt-button{width:100%}
    .ttt-hero__facts{right:1rem;left:1rem;bottom:1.2rem;grid-template-columns:repeat(2,1fr);gap:.8rem}.ttt-hero__facts div{min-width:0}.ttt-hero__facts dt{font-size:.95rem}.ttt-hero__facts dd{font-size:.58rem}
    .ttt-notice,.ttt-intro,.ttt-outcomes,.ttt-units,.ttt-hours,.ttt-audience,.ttt-faq,.ttt-cta{width:min(100% - 2rem,1320px)}
    .ttt-outcomes{grid-template-columns:1fr 1fr}.ttt-outcomes article{min-height:190px;padding:1rem}
    .ttt-unit-list summary{grid-template-columns:52px minmax(0,1fr) auto;gap:.7rem;min-height:95px}.ttt-unit-code{width:46px;height:46px;border-radius:.8rem}.ttt-unit-name small{font-size:.54rem}.ttt-unit-name strong{font-size:.96rem}.ttt-unit-hours{font-size:.62rem}.ttt-unit-hours::after{display:none}
    .ttt-unit-body{grid-template-columns:1fr;padding:0 0 1.5rem 0;gap:1rem}
    .ttt-hours__card{border-radius:1.3rem}
    .ttt-audience__grid{grid-template-columns:1fr}.ttt-audience__grid article{min-height:190px}
    .ttt-exemption__copy,.ttt-exemption__steps{padding:2rem 1.1rem}
    .ttt-faq__list summary{font-size:.92rem}.ttt-faq__list p{padding-right:0;font-size:.88rem}
    .ttt-cta{padding:2rem 1.2rem;border-radius:1.35rem}.ttt-cta .ttt-button{width:100%}
}
