﻿:root{--navy:#071b32;--navy2:#0c2d4f;--blue:#164a7c;--yellow:#f2c424;--yellow2:#ffd955;--red:#d72d34;--ink:#17202b;--muted:#667085;--line:#e5eaf0;--soft:#f5f7fa;--white:#fff;--shadow:0 20px 55px rgba(7,27,50,.13);--max:1180px}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.section{padding:98px 0}.eyebrow{display:inline-block;font-size:12px;font-weight:900;letter-spacing:1.5px;color:var(--red);margin-bottom:14px}.eyebrow.light{color:var(--yellow)}h1,h2,h3,h4{font-family:Arial,Helvetica,sans-serif;line-height:1.08}h2{font-size:clamp(36px,4vw,56px);letter-spacing:-1.8px;color:var(--navy)}p{color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 22px;border-radius:3px;font-weight:850;font-size:14px;border:1px solid transparent;cursor:pointer;transition:.25s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--yellow);color:var(--navy);border-color:var(--yellow)}.btn-primary:hover{background:var(--yellow2)}.btn-ghost{border-color:rgba(255,255,255,.45);color:#fff}.btn-ghost:hover{background:#fff;color:var(--navy)}.btn-lg{min-height:56px;padding:0 27px}.topbar{background:var(--navy);color:#d8e3ee;font-size:12px}.topbar-inner{min-height:38px;display:flex;justify-content:space-between;align-items:center}.topbar-left,.topbar-right{display:flex;align-items:center;gap:22px}.topbar a:hover{color:var(--yellow)}.topbar-divider{height:14px;width:1px;background:rgba(255,255,255,.25)}.site-header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 1px 0 rgba(7,27,50,.1)}.nav-wrap{height:84px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;min-width:300px}.brand-mark{width:48px;height:48px;border-radius:50%;background:var(--navy);border:4px solid var(--yellow);color:var(--yellow);display:grid;place-items:center;font-family:Georgia,serif;font-size:26px;font-weight:900}.brand-copy{display:flex;flex-direction:column;line-height:1.15}.brand-copy strong{font-size:19px;color:var(--navy);letter-spacing:.6px}.brand-copy small{font-size:8px;color:#738094;max-width:230px;text-transform:uppercase;letter-spacing:.25px}.main-nav{display:flex;align-items:center;gap:22px}.main-nav>a:not(.btn){font-size:12px;font-weight:800;color:#263649;position:relative}.main-nav>a:not(.btn):after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--red);transition:.2s}.main-nav>a:not(.btn):hover:after,.main-nav>a.active:after{right:0}.nav-login{color:var(--red)!important}.nav-cta{min-height:44px}.menu-toggle{display:none;border:0;background:none;flex-direction:column;gap:5px}.menu-toggle span{width:25px;height:2px;background:var(--navy)}
.hero-slider{position:relative;height:690px;background:var(--navy);overflow:hidden}.hero-track{position:relative;height:100%}.hero-slide{position:absolute;inset:0;background-image:var(--hero-image);background-size:cover;background-position:center;opacity:0;visibility:hidden;transform:scale(1.03);transition:opacity .7s ease,transform 1.1s ease,visibility .7s}.hero-slide.active{opacity:1;visibility:visible;transform:scale(1)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,19,35,.94) 0%,rgba(7,27,50,.82) 44%,rgba(7,27,50,.28) 72%,rgba(7,27,50,.1) 100%)}.hero-content{height:100%;display:flex;align-items:center;position:relative;z-index:2}.hero-copy{max-width:780px;color:#fff;animation:heroIn .8s ease both}.hero-slide:not(.active) .hero-copy{animation:none}.hero-copy h1{font-size:clamp(54px,6.4vw,88px);letter-spacing:-3.7px;margin-bottom:24px;color:#fff}.hero-copy h1 em{font-style:normal;color:var(--yellow)}.hero-copy>p{font-size:18px;line-height:1.7;max-width:680px;color:#d8e3ee}.hero-actions{display:flex;gap:12px;margin-top:32px}.hero-proof{display:flex;gap:42px;margin-top:44px;padding-top:24px;border-top:1px solid rgba(255,255,255,.18);max-width:680px}.hero-proof div{display:flex;flex-direction:column}.hero-proof strong{font-size:26px;color:#fff}.hero-proof span{font-size:11px;text-transform:uppercase;letter-spacing:.8px;color:#aab9c9}.hero-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:50px;height:50px;border:1px solid rgba(255,255,255,.35);background:rgba(7,27,50,.35);color:#fff;font-size:19px;cursor:pointer;transition:.2s}.hero-arrow:hover{background:var(--yellow);color:var(--navy);border-color:var(--yellow)}.hero-prev{left:22px}.hero-next{right:22px}.hero-dots{position:absolute;z-index:4;bottom:26px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.hero-dots button{width:34px;height:4px;border:0;background:rgba(255,255,255,.35);cursor:pointer;transition:.3s}.hero-dots button.active{background:var(--yellow);width:58px}@keyframes heroIn{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
.service-strip{position:relative;z-index:10;margin-top:-1px}.service-strip-grid{display:grid;grid-template-columns:repeat(3,1fr);box-shadow:var(--shadow);background:#fff}.strip-card{display:grid;grid-template-columns:48px 1fr 18px;gap:16px;align-items:start;padding:31px 28px;border-right:1px solid var(--line);transition:.25s}.strip-card:hover{transform:translateY(-5px);box-shadow:0 16px 35px rgba(7,27,50,.1)}.strip-card-accent{background:var(--yellow)}.strip-icon{width:46px;height:46px;border-radius:50%;background:#edf3f8;color:var(--navy);display:grid;place-items:center}.strip-card-accent .strip-icon{background:rgba(255,255,255,.65)}.strip-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.strip-card span{font-size:10px;letter-spacing:1px;font-weight:900;color:var(--red)}.strip-card-accent span{color:#715600}.strip-card h3{font-size:20px;color:var(--navy);margin:4px 0 5px}.strip-card p{font-size:12px;line-height:1.55}.strip-card b{font-size:21px;color:var(--navy)}
.section-heading{margin-bottom:48px}.row-heading{display:flex;justify-content:space-between;align-items:end;gap:60px}.row-heading>div:first-child{max-width:720px}.heading-side{display:flex;align-items:end;gap:22px;max-width:440px}.heading-side p{font-size:14px}.slider-controls{display:flex;gap:7px;flex-shrink:0}.slider-btn,.quote-controls button{width:45px;height:45px;border:1px solid var(--line);background:#fff;color:var(--navy);font-size:18px;cursor:pointer;transition:.2s}.slider-btn:hover,.quote-controls button:hover{background:var(--navy);color:#fff}.course-slider{display:flex;gap:22px;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory;padding:3px 1px 22px}.course-slider::-webkit-scrollbar{display:none}.course-card{flex:0 0 calc((100% - 44px)/3);min-width:330px;background:#fff;border:1px solid var(--line);scroll-snap-align:start;transition:.25s}.course-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.course-image{height:210px;background-size:cover;background-position:center;position:relative}.image-one{background-image:linear-gradient(0deg,rgba(7,27,50,.12),rgba(7,27,50,.12)),url('../Assets/site-training.jpg')}.image-two{background-image:url('../Assets/hero-fire.jpg')}.image-three{background-image:linear-gradient(135deg,#0d3159,#2e6b9d)}.image-four{background-image:linear-gradient(0deg,rgba(7,27,50,.18),rgba(7,27,50,.18)),url('../Assets/group-training.jpg')}.image-five{background-image:linear-gradient(135deg,#253958,#75879e)}.course-tag{position:absolute;left:16px;top:16px;background:var(--yellow);padding:6px 9px;font-size:9px;font-weight:900;letter-spacing:.9px;color:var(--navy)}.course-tag.red{background:var(--red);color:#fff}.course-tag.navy{background:var(--navy);color:#fff}.course-body{padding:24px}.course-meta{display:flex;gap:14px;font-size:10px;text-transform:uppercase;letter-spacing:.7px;font-weight:800;color:#778396;margin-bottom:12px}.course-body h3{font-size:24px;color:var(--navy);margin-bottom:12px;min-height:53px}.course-body p{font-size:13px;min-height:84px}.course-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:17px;margin-top:18px}.course-footer strong{font-size:13px;color:var(--red)}.course-footer a{font-size:12px;font-weight:800;color:var(--navy)}.course-progress{height:3px;background:#edf0f4;margin-top:14px}.course-progress span{display:block;height:100%;width:33.33%;background:var(--red);transition:.2s}
.about-section{background:var(--soft)}.about-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:82px;align-items:center}.about-media{position:relative;padding:0 30px 40px 0}.about-main-image{height:540px;overflow:hidden}.about-main-image img{width:100%;height:100%;object-fit:cover}.about-stat{position:absolute;left:22px;bottom:0;background:var(--navy);color:#fff;padding:22px 25px;width:210px;box-shadow:var(--shadow)}.about-stat strong,.about-stat span{display:block}.about-stat strong{font-size:27px;color:var(--yellow)}.about-stat span{font-size:11px;color:#c7d3df;line-height:1.45}.about-mini{position:absolute;right:0;top:45px;background:var(--yellow);padding:18px 20px;box-shadow:var(--shadow)}.about-mini strong,.about-mini span{display:block}.about-mini strong{font-size:20px;color:var(--navy)}.about-mini span{font-size:10px;text-transform:uppercase;letter-spacing:.8px;color:#715600}.about-copy .lead{font-size:18px;line-height:1.7;color:#354359;margin:24px 0 14px}.about-copy>p:not(.lead){font-size:14px}.feature-list{margin:28px 0}.feature-list>div{display:grid;grid-template-columns:38px 1fr;gap:13px;margin-bottom:16px}.feature-list>div>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#fff1bd;color:var(--navy)}.feature-list svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2.5}.feature-list strong,.feature-list small{display:block}.feature-list strong{color:var(--navy);font-size:14px}.feature-list small{font-size:12px;color:var(--muted);margin-top:2px}.text-link{font-size:13px;font-weight:900;color:var(--red)}
.why-section{background:var(--navy);position:relative;overflow:hidden}.why-section:before{content:"";position:absolute;right:-120px;top:-150px;width:450px;height:450px;border:90px solid rgba(255,255,255,.025);border-radius:50%}.why-section h2{color:#fff}.centered{text-align:center;max-width:780px;margin:0 auto 48px}.centered p{color:#9fb0c1;max-width:650px;margin:14px auto 0}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;position:relative}.why-card{background:#0c2a49;padding:30px 25px 26px;border-top:3px solid transparent;transition:.25s;min-height:280px}.why-card:hover{transform:translateY(-5px);border-color:var(--yellow);background:#0e3156}.why-number{display:block;font-size:10px;color:#70869a;font-weight:900;letter-spacing:1px}.why-icon{width:58px;height:58px;border-radius:50%;background:rgba(242,196,36,.12);color:var(--yellow);display:grid;place-items:center;margin:24px 0 20px}.why-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.why-card h3{font-size:22px;color:#fff;margin-bottom:11px}.why-card p{font-size:12.5px;color:#9fb0c1}.why-card a{display:inline-block;color:var(--yellow);font-size:11px;font-weight:800;margin-top:15px}
.placement-section{padding-bottom:0;background:#fff}.placement-grid{display:grid;grid-template-columns:1fr 1fr;min-height:610px}.placement-copy{background:var(--navy2);padding:88px max(50px,calc((100vw - var(--max))/2)) 88px max(50px,calc((100vw - var(--max))/2));padding-right:70px;margin-left:calc((100vw - var(--max))/2 * -1);color:#fff}.placement-copy h2{color:#fff;margin-bottom:20px}.placement-copy>p{color:#b8c5d1;font-size:15px}.placement-list{display:grid;grid-template-columns:1fr 1fr;gap:9px 16px;margin:28px 0 32px}.placement-list span{position:relative;padding-left:22px;font-size:12px;color:#d7e0e8}.placement-list span:before{content:"✓";position:absolute;left:0;color:var(--yellow);font-weight:900}.placement-media{position:relative;overflow:hidden;min-height:610px}.placement-media img{width:100%;height:100%;object-fit:cover}.placement-callout{position:absolute;left:30px;right:30px;bottom:28px;background:#fff;padding:20px 24px;box-shadow:var(--shadow)}.placement-callout strong,.placement-callout span{display:block}.placement-callout strong{color:var(--navy);font-size:17px}.placement-callout span{font-size:11px;color:var(--muted);margin-top:3px}.employer-band{padding:62px 0 76px;background:#fff}.employer-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:28px}.employer-head h3{font-size:31px;color:var(--navy)}.employer-head p{max-width:420px;font-size:13px}.logo-marquee{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);position:relative}.logo-marquee:before,.logo-marquee:after{content:"";position:absolute;top:0;bottom:0;width:90px;z-index:2;pointer-events:none}.logo-marquee:before{left:0;background:linear-gradient(90deg,#fff,transparent)}.logo-marquee:after{right:0;background:linear-gradient(-90deg,#fff,transparent)}.logo-track{display:flex;width:max-content;animation:marquee 25s linear infinite}.logo-marquee:hover .logo-track{animation-play-state:paused}.company-logo{width:210px;height:105px;display:flex;align-items:center;justify-content:center;gap:11px;border-right:1px solid var(--line);filter:grayscale(1);opacity:.67;transition:.2s}.company-logo:hover{filter:none;opacity:1}.company-logo i{display:block;width:30px;height:30px;position:relative}.company-logo b{font-size:20px;letter-spacing:-.5px}.aramco{color:#00a4a6}.aramco i{background:conic-gradient(from 45deg,#00a4a6,#00a4a6 25%,#78c043 0 50%,#00a4a6 0 75%,#78c043 0);clip-path:polygon(50% 0,61% 35%,100% 50%,61% 65%,50% 100%,39% 65%,0 50%,39% 35%)}.adnoc{color:#005ea8}.adnoc i{border-left:8px solid #005ea8;border-bottom:8px solid #005ea8;transform:skew(-18deg);height:26px}.qatar{color:#8a1538}.qatar i{border:3px solid currentColor;border-radius:50%}.qatar i:after{content:"";position:absolute;inset:5px;border-top:3px solid currentColor;border-bottom:3px solid currentColor}.sabic{color:#144a82}.sabic i{border-radius:50% 50% 50% 0;background:#f7b500;transform:rotate(-35deg)}.maaden{color:#0b7f86}.maaden i{border:3px solid currentColor;transform:rotate(45deg)}.petrofac{color:#ed6b23}.petrofac i{background:currentColor;border-radius:50% 50% 0 50%}.employer-note{display:block;margin-top:12px;color:#8a95a4;font-size:10px}@keyframes marquee{to{transform:translateX(-50%)}}
.student-section{background:var(--soft)}.student-head{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:42px}.student-head>div{max-width:730px}.student-head>p{max-width:360px;font-size:14px}.student-dashboard{display:grid;grid-template-columns:430px 1fr;box-shadow:var(--shadow);background:#fff;min-height:570px}.student-service-nav{background:#fff;border-right:1px solid var(--line);padding:14px}.service-tab{width:100%;display:grid;grid-template-columns:52px 1fr 18px;gap:13px;align-items:center;text-align:left;border:0;background:#fff;padding:15px 14px;cursor:pointer;border-bottom:1px solid #f0f2f5;transition:.2s}.service-tab:hover,.service-tab.active{background:#fff8dc}.service-tab>span{width:46px;height:46px;border-radius:12px;background:#edf3f8;color:var(--navy);display:grid;place-items:center;transition:.2s}.service-tab.active>span{background:var(--yellow)}.service-tab svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.service-tab strong,.service-tab small{display:block}.service-tab strong{font-size:14px;color:var(--navy)}.service-tab small{font-size:10.5px;color:var(--muted);margin-top:2px}.service-tab b{color:#9ba6b3}.student-preview{background:linear-gradient(135deg,#08203a,#0d3b67);padding:34px 42px;color:#fff;display:flex;flex-direction:column;justify-content:space-between}.preview-top{display:flex;justify-content:space-between;font-size:10px;letter-spacing:1px;color:#8fa5b8}.preview-status{display:flex;align-items:center;gap:7px}.preview-status i{width:7px;height:7px;border-radius:50%;background:#5bd38a}.preview-visual{display:grid;grid-template-columns:105px 1fr;gap:28px;align-items:center;margin:36px 0}.preview-icon{width:100px;height:100px;border-radius:22px;background:var(--yellow);color:var(--navy);display:grid;place-items:center}.preview-icon svg{width:48px;height:48px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.preview-visual small{font-size:10px;letter-spacing:1.2px;color:var(--yellow);font-weight:800}.preview-visual h3{font-size:34px;margin:8px 0 12px}.preview-visual p{color:#b8c7d5;font-size:13px;max-width:530px}.preview-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:26px}.preview-metrics div{padding:18px 16px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}.preview-metrics small,.preview-metrics strong{display:block}.preview-metrics small{font-size:9px;text-transform:uppercase;letter-spacing:.7px;color:#8fa5b8}.preview-metrics strong{font-size:13px;margin-top:5px}.student-preview .btn{align-self:flex-start}
.verify-section{background:var(--red);padding:52px 0}.verify-grid{display:grid;grid-template-columns:74px 1fr minmax(360px,470px);gap:25px;align-items:center}.verify-icon{width:64px;height:64px;border-radius:50%;background:#fff;color:var(--red);display:grid;place-items:center}.verify-icon svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.8}.verify-section h2{color:#fff;font-size:35px;letter-spacing:-1px}.verify-section p{color:#ffd9da;font-size:13px}.verify-form{display:flex;background:#fff;padding:6px}.verify-form input{flex:1;border:0;outline:0;padding:0 14px;min-width:0}.verify-form .btn{min-width:160px}.verify-message{grid-column:3;font-size:11px!important;margin-top:-16px}
.testimonial-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:40px}.rating-box{display:flex;align-items:center;gap:14px;padding:14px 18px;background:var(--soft);border-left:4px solid var(--yellow)}.rating-box>strong{font-size:33px;color:var(--navy)}.rating-box div span,.rating-box div small{display:block}.rating-box div span{color:#f7b500;letter-spacing:2px}.rating-box div small{font-size:10px;color:var(--muted)}.testimonial-stage{display:grid;grid-template-columns:360px 1fr;min-height:420px;box-shadow:var(--shadow)}.testimonial-visual{position:relative;background:linear-gradient(135deg,#dde6ed,#a8bac7);overflow:hidden}.testimonial-visual img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:saturate(.8)}.testimonial-stat{position:absolute;left:20px;right:20px;bottom:20px;background:rgba(7,27,50,.92);padding:17px 19px;color:#fff}.testimonial-stat strong,.testimonial-stat span{display:block}.testimonial-stat strong{font-size:15px;color:var(--yellow)}.testimonial-stat span{font-size:10px;color:#c6d1dc;margin-top:3px}.testimonial-card{padding:56px 58px 32px;background:#fff;display:flex;flex-direction:column}.quote-mark{font-family:Georgia,serif;font-size:88px;line-height:.75;color:var(--yellow)}.testimonial-card>p{font-family:Georgia,serif;font-size:27px;line-height:1.5;color:#2c3948;margin:18px 0 auto}.quote-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:30px}.quote-person{display:flex;align-items:center;gap:13px}.avatar{width:48px;height:48px;border-radius:50%;background:var(--navy);color:var(--yellow);display:grid;place-items:center;font-size:12px;font-weight:900}.quote-person strong,.quote-person span{display:block}.quote-person strong{font-size:14px;color:var(--navy)}.quote-person span{font-size:11px;color:var(--muted)}.quote-controls{display:flex;align-items:center;gap:9px}.quote-controls span{font-size:10px;font-weight:800;color:#8b96a3;min-width:45px;text-align:center}.testimonial-progress{height:3px;background:#edf0f4;margin-top:26px}.testimonial-progress span{display:block;height:100%;width:25%;background:var(--red);transition:.3s}
.franchise-section{background:#fff}.franchise-card{display:grid;grid-template-columns:1fr 1.1fr;gap:55px;padding:58px;background:linear-gradient(135deg,#071b32,#0d3a65);color:#fff;position:relative;overflow:hidden}.franchise-card:after{content:"";position:absolute;right:-100px;bottom:-130px;width:350px;height:350px;border:70px solid rgba(255,255,255,.03);border-radius:50%}.franchise-copy{position:relative;z-index:1}.franchise-copy h2{color:#fff;margin-bottom:20px}.franchise-copy p{color:#afbdca;font-size:14px}.franchise-actions{display:flex;gap:11px;margin-top:30px}.franchise-features{display:grid;grid-template-columns:1fr 1fr;gap:12px;position:relative;z-index:1}.franchise-features>div{display:grid;grid-template-columns:48px 1fr;gap:13px;align-items:center;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.08);padding:18px}.franchise-features>div>span{width:46px;height:46px;border-radius:12px;background:rgba(242,196,36,.14);color:var(--yellow);display:grid;place-items:center}.franchise-features svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.franchise-features strong,.franchise-features small{display:block}.franchise-features strong{font-size:13px;color:#fff}.franchise-features small{font-size:10px;color:#98aabd;margin-top:3px;line-height:1.4}
.contact-section{background:var(--soft)}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:76px;align-items:center}.contact-copy>p{font-size:15px;margin:20px 0 25px}.contact-details>a,.contact-details>div{display:grid;grid-template-columns:44px 1fr;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.contact-details>*>span{width:40px;height:40px;border-radius:50%;background:#fff1c3;color:var(--navy);display:grid;place-items:center}.contact-details svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.contact-details small,.contact-details strong{display:block}.contact-details small{font-size:10px;text-transform:uppercase;letter-spacing:1px;color:var(--muted)}.contact-details strong{font-size:15px;color:var(--navy)}.enquiry-form{background:#fff;padding:36px 38px;box-shadow:var(--shadow)}.form-head{margin-bottom:24px}.form-head h3{font-size:25px;color:var(--navy)}.form-head p{font-size:12px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.enquiry-form label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:800;color:#344054;margin-bottom:16px}.enquiry-form input,.enquiry-form select,.enquiry-form textarea{width:100%;border:1px solid #d7dde5;background:#fff;padding:13px 14px;outline:0;font-size:14px;font-weight:400;color:var(--ink)}.enquiry-form input:focus,.enquiry-form select:focus,.enquiry-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(18,63,112,.08)}.form-submit{width:100%;border-radius:2px}.form-note{font-size:12px;margin-top:12px;color:#128447}
.site-footer{background:#061426;color:#c5d0dc}.footer-top{padding:68px 0}.footer-grid{display:grid;grid-template-columns:1.6fr .75fr .9fr .9fr;gap:55px}.brand-footer{min-width:0;margin-bottom:22px}.brand-footer .brand-mark{background:transparent}.brand-footer .brand-copy strong{color:#fff}.brand-footer .brand-copy small{color:#9dafc1}.footer-brand p{font-size:13px;color:#9dafc1;max-width:370px;margin-bottom:20px}.foundation{color:var(--yellow);font-size:11px}.footer-grid h4{color:#fff;font-size:15px;margin-bottom:20px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column}.footer-grid>div:not(:first-child) a{font-size:13px;color:#9dafc1;margin-bottom:10px}.footer-grid a:hover{color:var(--yellow)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:18px 0;font-size:11px}.footer-bottom .container{display:flex;justify-content:space-between}.footer-bottom span:last-child{display:flex;gap:18px}.floating-call{position:fixed;right:24px;bottom:24px;width:54px;height:54px;border-radius:50%;background:var(--yellow);color:var(--navy);display:grid;place-items:center;box-shadow:0 12px 30px rgba(0,0,0,.22);z-index:50}.floating-call svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8}.reveal{opacity:0;transform:translateY(24px);transition:.75s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}
@media(max-width:1180px){.main-nav{gap:15px}.main-nav>a:not(.btn){font-size:11px}.placement-copy{margin-left:-20px;padding-left:50px}.hero-prev{left:8px}.hero-next{right:8px}}
@media(max-width:1060px){.main-nav>a:not(.btn){display:none}.nav-login{display:none!important}.course-card{flex-basis:calc((100% - 22px)/2)}.why-grid{grid-template-columns:1fr 1fr}.placement-grid{grid-template-columns:1fr}.placement-copy{margin-left:0;padding:70px 50px}.placement-media{min-height:500px}.student-dashboard{grid-template-columns:360px 1fr}.verify-grid{grid-template-columns:70px 1fr}.verify-form{grid-column:1/-1;max-width:760px}.verify-message{grid-column:1/-1;margin-top:-10px}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}}
@media(max-width:900px){.menu-toggle{display:flex}.main-nav{position:absolute;top:84px;left:0;right:0;background:#fff;display:none;flex-direction:column;align-items:stretch;padding:18px 20px 24px;box-shadow:0 18px 35px rgba(0,0,0,.14)}.main-nav.open{display:flex}.main-nav>a:not(.btn){display:block;padding:10px 0}.main-nav>a:not(.btn):after{display:none}.nav-login{display:block!important}.nav-cta{width:100%}.hero-slider{height:650px}.hero-copy{padding:0 38px}.service-strip-grid{grid-template-columns:1fr}.strip-card{border-right:0;border-bottom:1px solid var(--line)}.row-heading,.student-head,.employer-head{display:block}.heading-side{max-width:none;margin-top:20px}.heading-side p{flex:1}.about-grid,.contact-grid{grid-template-columns:1fr;gap:55px}.student-dashboard{grid-template-columns:1fr}.student-service-nav{display:grid;grid-template-columns:1fr 1fr;border-right:0;border-bottom:1px solid var(--line)}.student-preview{min-height:500px}.testimonial-stage{grid-template-columns:280px 1fr}.testimonial-card{padding:44px 38px 30px}.testimonial-card>p{font-size:23px}.franchise-card{grid-template-columns:1fr;gap:40px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:last-child{grid-column:auto}.footer-brand{grid-column:1/-1}}
@media(max-width:680px){.container{width:min(100% - 28px,var(--max))}.section{padding:72px 0}.topbar-left{display:none}.topbar-right{width:100%;justify-content:space-between}.topbar-inner{min-height:34px}.nav-wrap{height:72px}.brand{min-width:0}.brand-mark{width:42px;height:42px;font-size:22px}.brand-copy strong{font-size:16px}.brand-copy small{max-width:190px;font-size:7px}.main-nav{top:72px}.hero-slider{height:610px}.hero-copy{padding:0 5px}.hero-copy h1{font-size:50px;letter-spacing:-2.3px}.hero-copy>p{font-size:15px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-proof{gap:18px;justify-content:space-between}.hero-proof strong{font-size:20px}.hero-proof span{font-size:8px}.hero-arrow{display:none}.strip-card{grid-template-columns:44px 1fr 14px;padding:24px 18px}.row-heading{margin-bottom:30px}.heading-side{display:block}.slider-controls{margin-top:18px}.course-card{flex-basis:88%;min-width:280px}.course-body h3,.course-body p{min-height:0}.about-grid{gap:55px}.about-main-image{height:410px}.about-mini{right:0;top:25px}.why-grid{grid-template-columns:1fr}.placement-copy{padding:60px 22px}.placement-list{grid-template-columns:1fr}.placement-media{min-height:360px}.employer-band{padding:48px 0 58px}.employer-head h3{font-size:26px}.employer-head p{margin-top:12px}.company-logo{width:175px;height:90px}.student-service-nav{grid-template-columns:1fr}.student-preview{padding:28px 24px}.preview-visual{grid-template-columns:1fr;gap:20px}.preview-icon{width:82px;height:82px}.preview-metrics{grid-template-columns:1fr}.verify-grid{grid-template-columns:1fr}.verify-form{flex-direction:column;background:transparent;padding:0;gap:8px}.verify-form input{height:52px;background:#fff}.verify-form .btn{width:100%}.testimonial-head{display:block}.rating-box{margin-top:20px;width:max-content}.testimonial-stage{grid-template-columns:1fr}.testimonial-visual{height:300px}.testimonial-card{padding:34px 25px 28px}.testimonial-card>p{font-size:21px}.quote-footer{align-items:flex-start;flex-direction:column}.franchise-card{padding:42px 24px}.franchise-actions{flex-direction:column}.franchise-features{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.enquiry-form{padding:28px 20px}.footer-grid{grid-template-columns:1fr;gap:35px}.footer-brand{grid-column:auto}.footer-bottom .container{flex-direction:column;gap:10px}.floating-call{right:16px;bottom:16px;width:50px;height:50px}}

/* ===== Brand alignment refinement: logo, typography, student services & testimonials ===== */
body{font-family:"Source Sans 3",Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
h1,h2{font-family:Cinzel,Georgia,serif;font-weight:700;letter-spacing:-.8px}
h3,h4{font-family:"Source Sans 3",Inter,ui-sans-serif,sans-serif}
h2{letter-spacing:-.6px}
.hero-copy h1{font-family:Cinzel,Georgia,serif;font-weight:700;letter-spacing:-1.5px;line-height:1.04}
.hero-copy h1 em{font-family:inherit}

.nav-wrap{height:96px;gap:24px}
.brand{min-width:0;flex:0 0 auto;display:block}
.brand-logo{display:block;width:357px;max-height:97px;object-fit:contain;object-position:left center}
.main-nav{gap:16px}
.main-nav>a:not(.btn){font-family:"Source Sans 3",sans-serif;font-size:11px;letter-spacing:.05px}
.nav-cta{padding-inline:18px}

/* Simple premium student-service list */
.student-section{background:linear-gradient(180deg,#f7f9fb 0%,#f2f5f8 100%)}
.student-head{margin-bottom:36px}
.student-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.student-service-card{position:relative;display:grid;grid-template-columns:58px 1fr 22px;gap:16px;align-items:center;min-height:138px;padding:24px 22px;background:#fff;border:1px solid #dfe5ec;box-shadow:0 8px 28px rgba(7,27,50,.045);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}
.student-service-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(7,27,50,.10);border-color:#c8d2de}
.service-icon{width:54px;height:54px;border-radius:14px;background:#edf3f8;color:var(--navy);display:grid;place-items:center;transition:.24s}
.student-service-card:hover .service-icon{background:var(--yellow)}
.service-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.student-service-card strong{display:block;color:var(--navy);font-size:17px;line-height:1.2;margin-bottom:5px}
.student-service-card p{font-size:12px;line-height:1.5;max-width:250px}
.student-service-card b{font-size:19px;color:#93a0ae;transition:.2s}
.student-service-card:hover b{color:var(--red);transform:translateX(3px)}
.student-zone-cta{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:18px;padding:20px 22px;background:var(--navy);color:#fff}
.student-zone-cta>div{display:flex;align-items:center;gap:12px}
.student-zone-cta p{display:flex;flex-direction:column;color:#fff;line-height:1.25}
.student-zone-cta strong{font-size:15px}
.student-zone-cta small{font-size:11px;color:#9eb0c1;margin-top:3px}
.secure-dot{width:10px;height:10px;border-radius:50%;background:#5bd38a;box-shadow:0 0 0 5px rgba(91,211,138,.13)}

/* Text-only testimonial slider: no image panel */
.testimonial-section{background:#fff}
.testimonial-head{margin-bottom:34px}
.testimonial-stage{display:block;min-height:0;box-shadow:none;background:linear-gradient(135deg,#f8fafc 0%,#f3f6f9 100%);border-top:4px solid var(--yellow);padding:48px 54px 30px;position:relative;overflow:hidden}
.testimonial-stage:after{content:"NAISFT";position:absolute;right:-18px;bottom:-44px;font-family:Cinzel,Georgia,serif;font-size:120px;font-weight:800;letter-spacing:4px;color:rgba(7,27,50,.028);pointer-events:none}
.testimonial-stage .quote-mark{font-family:Georgia,serif;font-size:78px;line-height:.7;color:var(--yellow);position:relative;z-index:1}
.testimonial-stage>p{position:relative;z-index:1;font-family:Georgia,"Times New Roman",serif;font-size:clamp(24px,2.6vw,34px);line-height:1.55;color:#26384a;max-width:980px;margin:16px 0 34px}
.testimonial-stage .quote-footer{position:relative;z-index:1;border-top:1px solid #dde4eb;padding-top:22px;margin-top:0}
.testimonial-stage .testimonial-progress{position:relative;z-index:1;margin-top:22px}

/* Full supplied logo in footer */
.footer-logo-panel{display:block;background:#fff;padding:9px 12px;max-width:430px;margin-bottom:22px}
.footer-logo-panel img{display:block;width:100%;height:auto}
.footer-brand p{max-width:420px}

@media(max-width:1180px){
  .brand-logo{width:322px}
  .main-nav{gap:12px}
  .main-nav>a:not(.btn){font-size:10.5px}
}
@media(max-width:1060px){
  .student-services-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .nav-wrap{height:88px}
  .brand-logo{width:328px;max-height:87px}
  .main-nav{top:88px}
  .student-head{display:block}
  .student-head>p{margin-top:18px;max-width:580px}
  .testimonial-stage{padding:42px 38px 28px}
}
@media(max-width:680px){
  .nav-wrap{height:78px}
  .brand-logo{width:254px;max-height:74px}
  .main-nav{top:78px}
  .hero-copy h1{letter-spacing:-.7px}
  .student-services-grid{grid-template-columns:1fr}
  .student-service-card{min-height:120px;padding:20px 18px;grid-template-columns:52px 1fr 18px}
  .service-icon{width:48px;height:48px;border-radius:12px}
  .student-zone-cta{align-items:flex-start;flex-direction:column;padding:20px}
  .student-zone-cta .btn{width:100%}
  .testimonial-stage{padding:34px 22px 24px}
  .testimonial-stage .quote-mark{font-size:64px}
  .testimonial-stage>p{font-size:22px;line-height:1.55;margin-bottom:28px}
  .testimonial-stage:after{font-size:74px;bottom:-26px}
  .footer-logo-panel{max-width:100%;padding:7px 9px}
}

/* ===== Header hierarchy update + course pricing ===== */
.topbar{background:#073766;color:#fff}
.topbar-inner{min-height:42px}
.topbar-contact,.topbar-actions{gap:0}
.topbar-item{display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:0 15px;font-weight:700;color:#fff;border-left:1px solid rgba(255,255,255,.14);transition:background .2s,color .2s}
.topbar-left .topbar-item:first-child{border-left:0;padding-left:0}
.topbar-actions .topbar-item:last-child{padding-right:0}
.topbar-item:hover{background:rgba(255,255,255,.07);color:var(--yellow)}
.topbar-item svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.cart-link{position:relative}
.cart-link b{display:grid;place-items:center;min-width:18px;height:18px;padding:0 5px;margin-left:1px;border-radius:999px;background:var(--red);color:#fff;font-size:9px;line-height:1}
.site-header{box-shadow:0 1px 0 rgba(7,27,50,.11),0 7px 18px rgba(7,27,50,.035)}
.nav-wrap{height:100px;gap:28px}
.brand-logo{width:362px;max-height:101px}
.main-nav{gap:20px;margin-left:auto}
.main-nav>a:not(.btn){font-size:12px;font-weight:800;color:#19324b}
.nav-cta{min-height:46px;padding-inline:21px}
.course-price{display:flex;flex-direction:column;line-height:1.05}
.course-price span{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.75px;color:#7b8796;margin-bottom:6px}
.course-footer .course-price strong{font-size:19px;letter-spacing:-.2px;color:var(--red)}
.course-footer a{white-space:nowrap}

@media(max-width:1180px){
  .brand-logo{width:328px}
  .main-nav{gap:13px}
  .main-nav>a:not(.btn){font-size:10.7px}
  .nav-cta{padding-inline:16px}
  .topbar-item{padding-inline:11px;font-size:11px}
}
@media(max-width:1060px){
  .main-nav>a:not(.btn){display:none}
}
@media(max-width:900px){
  .topbar-inner{min-height:40px}
  .topbar-item{min-height:40px}
  .nav-wrap{height:88px}
  .brand-logo{width:328px;max-height:87px}
  .main-nav{top:88px}
  .main-nav>a:not(.btn){display:block}
}
@media(max-width:680px){
  .topbar{overflow-x:auto;scrollbar-width:none}
  .topbar::-webkit-scrollbar{display:none}
  .topbar-inner{width:max-content;min-width:100%;padding:0 14px;gap:0}
  .topbar-left{display:flex}
  .topbar-contact .topbar-item:nth-child(2){display:none}
  .topbar-actions{margin-left:auto}
  .topbar-item{padding-inline:9px;font-size:10px;white-space:nowrap}
  .topbar-item svg{width:14px;height:14px}
  .topbar-actions .topbar-item span{display:none}
  .topbar-actions .cart-link span{display:inline}
  .nav-wrap{height:78px}
  .brand-logo{width:254px;max-height:74px}
  .main-nav{top:78px}
  .course-footer{gap:12px}
  .course-footer .course-price strong{font-size:18px}
}

/* ======================================================================
   Responsive viewport optimisation pass
   - Wider, fluid content rhythm inspired only by Britsafe page-width usage
   - Header/footer inner rails stay at 95% viewport width
   - Typography and grids scale coherently from desktop to mobile
   ====================================================================== */

:root{
  --max:1520px;
  --content-width:92%;
  --edge-width:95%;
  --section-y:clamp(72px,6vw,112px);
}

html,body{max-width:100%;overflow-x:clip}
body{font-size:16px;line-height:1.65}
main,section,header,footer{width:100%;min-width:0}
.container{width:min(var(--content-width),var(--max));max-width:100%;margin-inline:auto;min-width:0}
.topbar .container,.site-header .container,.site-footer .container{width:var(--edge-width);max-width:none}
.section{padding:var(--section-y) 0}

/* Global type scale: heading, subheading and descriptive copy now move together */
h2{font-size:clamp(46px,3.55vw,64px);line-height:1.01;letter-spacing:-2.5px;text-wrap:balance}
.section-heading{margin-bottom:clamp(32px,3.4vw,52px)}
.section-heading>p,.centered>p{font-size:clamp(15.5px,1.05vw,17px);line-height:1.72}
.eyebrow{font-size:clamp(10px,.72vw,12px)}
.heading-side{max-width:500px}
.heading-side p{font-size:clamp(15px,1vw,16.5px);line-height:1.7}

/* Header width and fluid spacing */
.topbar-inner{width:100%;min-width:0}
.nav-wrap{width:100%;height:clamp(88px,6.2vw,104px);gap:clamp(18px,2vw,34px)}
.brand{min-width:0;max-width:36vw}
.brand-logo{width:clamp(299px,21.9vw,403px);max-width:100%;max-height:104px}
.main-nav{gap:clamp(12px,1.1vw,22px);min-width:0}
.main-nav>a:not(.btn){font-size:clamp(10.5px,.76vw,12.5px);white-space:nowrap}
.nav-cta{flex:0 0 auto;padding-inline:clamp(16px,1.5vw,24px)}

/* Hero: contained slides, fluid dimensions, balanced copy */
.hero-slider{width:100%;height:clamp(560px,42vw,720px);min-height:0;overflow:hidden;isolation:isolate}
.hero-track,.hero-slide{width:100%;max-width:100%;overflow:hidden}
.hero-slide{transform:scale(1.015);contain:layout paint}
.hero-slide.active{transform:scale(1)}
.hero-content{width:min(var(--content-width),var(--max));max-width:100%;padding-inline:0;min-width:0}
.hero-copy{width:min(58%,820px);max-width:820px;min-width:0;padding-right:clamp(8px,2vw,34px)}
.hero-copy h1{font-size:clamp(44px,4.45vw,76px);line-height:1.06;letter-spacing:-.7px;margin-bottom:clamp(18px,1.7vw,26px);overflow-wrap:normal;text-wrap:balance}
.hero-copy>p{font-size:clamp(16px,1.15vw,19px);line-height:1.68;max-width:62ch}
.hero-actions{gap:12px;flex-wrap:wrap;margin-top:clamp(24px,2.1vw,34px)}
.hero-proof{gap:clamp(22px,2.7vw,46px);margin-top:clamp(28px,3vw,44px);max-width:720px}
.hero-proof strong{font-size:clamp(22px,1.8vw,28px)}
.hero-proof span{font-size:clamp(9px,.68vw,11px)}
.hero-arrow{width:clamp(44px,3vw,52px);height:clamp(44px,3vw,52px)}
.hero-prev{left:clamp(8px,1.5vw,28px)}
.hero-next{right:clamp(8px,1.5vw,28px)}

/* Quick cards */
.service-strip-grid{width:100%;min-width:0}
.strip-card{min-width:0;padding:clamp(22px,2vw,34px) clamp(18px,1.8vw,30px)}
.strip-card>div{min-width:0}
.strip-card h3{font-size:clamp(18px,1.3vw,22px);line-height:1.2}
.strip-card p{font-size:clamp(13.5px,.9vw,15px);line-height:1.6}

/* Course slider remains horizontal, but cards flex naturally */
.row-heading>*{min-width:0}
.course-slider{width:100%;max-width:100%;overscroll-behavior-inline:contain}
.course-card{flex-basis:calc((100% - 44px)/3);min-width:min(360px,84vw)}
.course-image{height:clamp(190px,15vw,230px)}
.course-body{padding:clamp(20px,1.8vw,27px)}
.course-body h3{font-size:clamp(21px,1.55vw,26px);line-height:1.18}
.course-body p{font-size:clamp(14.5px,.96vw,16px);line-height:1.62;min-height:6.5em}
.course-meta{font-size:clamp(9.5px,.62vw,11px)}
.course-footer a{font-size:clamp(11.5px,.75vw,13px)}
.course-footer .course-price strong{font-size:clamp(18px,1.25vw,21px)}

/* About */
.about-grid{grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr);gap:clamp(48px,5vw,92px)}
.about-grid>*{min-width:0}
.about-main-image{height:clamp(440px,36vw,590px)}
.about-copy .lead{font-size:clamp(17px,1.22vw,20px);line-height:1.72}
.about-copy>p:not(.lead){font-size:clamp(15px,1vw,17px);line-height:1.72}
.feature-list small{font-size:clamp(12.5px,.84vw,14px);line-height:1.55}

/* Why us */
.why-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,1.3vw,22px)}
.why-card{min-width:0;min-height:clamp(270px,20vw,310px);padding:clamp(25px,2vw,34px) clamp(20px,1.6vw,28px)}
.why-card h3{font-size:clamp(20px,1.45vw,24px)}
.why-card p{font-size:clamp(14px,.92vw,15.5px);line-height:1.62}
.why-card a{font-size:clamp(11.5px,.74vw,13px)}

/* Placement: remove viewport-dependent negative bleed that caused layout strain */
.placement-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:clamp(560px,39vw,660px);width:100%;overflow:hidden}
.placement-grid>*{min-width:0}
.placement-copy{margin-left:0;padding:clamp(64px,5vw,96px) clamp(34px,5vw,84px);padding-left:max(clamp(34px,5vw,84px),calc((100vw - min(92vw,var(--max)))/2));}
.placement-copy>p{font-size:clamp(15.5px,1vw,17px);line-height:1.72}
.placement-list span{font-size:clamp(12.5px,.84vw,14.5px);line-height:1.5}
.placement-media{min-height:clamp(520px,39vw,660px)}
.placement-callout strong{font-size:clamp(16px,1.1vw,18px)}
.placement-callout span{font-size:clamp(11.5px,.75vw,13px)}
.employer-head h3{font-size:clamp(26px,2vw,34px)}
.employer-head p{font-size:clamp(14px,.95vw,16px);line-height:1.65}
.employer-note{font-size:clamp(10px,.66vw,11.5px)}

/* Digital student services */
.student-head>*{min-width:0}
.student-head>p{max-width:470px;font-size:clamp(15px,1vw,16.5px);line-height:1.7}
.student-services-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,1.2vw,20px)}
.student-service-card{min-width:0;min-height:140px;padding:clamp(20px,1.7vw,26px);grid-template-columns:58px minmax(0,1fr) 20px}
.student-service-card strong{font-size:clamp(16.5px,1.12vw,19px)}
.student-service-card p{font-size:clamp(13.5px,.88vw,15px);line-height:1.55;max-width:none}
.student-zone-cta strong{font-size:clamp(15px,1vw,17px)}
.student-zone-cta small{font-size:clamp(11px,.74vw,12.5px)}

/* Verification */
.verify-grid{grid-template-columns:74px minmax(0,1fr) minmax(380px,500px);gap:clamp(20px,1.8vw,30px)}
.verify-grid>*{min-width:0}
.verify-section h2{font-size:clamp(29px,2.25vw,39px);line-height:1.15}
.verify-section p{font-size:clamp(14px,.92vw,16px);line-height:1.6}

/* Testimonials */
.testimonial-head>*{min-width:0}
.testimonial-stage{padding:clamp(34px,3.2vw,56px) clamp(24px,3.7vw,62px) clamp(26px,2.3vw,36px)}
.testimonial-stage>p{font-size:clamp(22px,2vw,33px);line-height:1.52;max-width:1100px}
.quote-person strong{font-size:clamp(14px,.95vw,16px)}
.quote-person span{font-size:clamp(11.5px,.78vw,13px)}

/* Franchise */
.franchise-card{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(36px,4vw,64px);padding:clamp(38px,4vw,66px)}
.franchise-card>*{min-width:0}
.franchise-copy p{font-size:clamp(15px,1vw,17px);line-height:1.7}
.franchise-features>div{grid-template-columns:48px minmax(0,1fr);padding:clamp(15px,1.3vw,20px)}
.franchise-features strong{font-size:clamp(13px,.92vw,15px)}
.franchise-features small{font-size:clamp(11px,.72vw,12.5px);line-height:1.5}

/* Final CTA / form */
.contact-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(44px,5vw,86px)}
.contact-grid>*{min-width:0}
.contact-copy>p{font-size:clamp(15.5px,1.08vw,18px);line-height:1.72}
.contact-details strong{font-size:clamp(14px,.96vw,16px);overflow-wrap:anywhere}
.enquiry-form{min-width:0}
.form-row{grid-template-columns:repeat(2,minmax(0,1fr))}

/* Footer uses 95% of viewport, while its columns remain readable */
.footer-grid{grid-template-columns:minmax(300px,1.55fr) repeat(3,minmax(150px,.8fr));gap:clamp(28px,3.2vw,58px)}
.footer-grid>*{min-width:0}
.footer-brand p{font-size:clamp(13.5px,.9vw,15px);line-height:1.65;max-width:520px}
.footer-grid h4{font-size:clamp(15px,1vw,17px)}
.footer-grid>div:not(:first-child) a{font-size:clamp(13px,.88vw,14.5px)}
.footer-bottom{font-size:clamp(11px,.74vw,12.5px)}

/* Large tablet / compact desktop */
@media(max-width:1280px){
  :root{--content-width:94%}
  .brand-logo{width:clamp(288px,25.3vw,357px)}
  .main-nav{gap:10px}
  .main-nav>a:not(.btn){font-size:10.5px}
  .hero-copy{width:min(66%,760px)}
  .why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .why-card{min-height:250px}
  .student-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Tablet */
@media(max-width:1060px){
  .topbar .container,.site-header .container,.site-footer .container{width:94%}
  .menu-toggle{display:flex;flex:0 0 auto}
  .main-nav{position:absolute;top:100%;left:0;right:0;display:none;flex-direction:column;align-items:stretch;background:#fff;padding:18px 3% 24px;box-shadow:0 18px 35px rgba(0,0,0,.14);gap:0}
  .main-nav.open{display:flex}
  .main-nav>a:not(.btn){display:block!important;font-size:14px;padding:12px 0;white-space:normal}
  .main-nav>a:not(.btn):after{display:none}
  .nav-cta{width:100%;margin-top:8px}
  .hero-slider{height:clamp(570px,68vw,680px)}
  .hero-copy{width:min(78%,720px)}
  .hero-copy h1{font-size:clamp(44px,6.2vw,64px)}
  .course-card{flex-basis:calc((100% - 22px)/2);min-width:min(350px,70vw)}
  .about-grid{grid-template-columns:1fr;gap:56px}
  .about-media{max-width:760px}
  .about-main-image{height:clamp(420px,58vw,600px)}
  .placement-grid{grid-template-columns:1fr}
  .placement-copy{padding:70px 6%;}
  .placement-media{min-height:500px}
  .verify-grid{grid-template-columns:64px minmax(0,1fr)}
  .verify-form{grid-column:1/-1;max-width:760px}
  .verify-message{grid-column:1/-1;margin-top:-10px}
  .franchise-card{grid-template-columns:1fr;gap:40px}
  .contact-grid{grid-template-columns:1fr;gap:54px}
  .contact-copy{max-width:800px}
  .footer-grid{grid-template-columns:1.35fr repeat(2,1fr)}
  .footer-grid>div:last-child{grid-column:2/4}
}

/* Small tablet */
@media(max-width:820px){
  :root{--content-width:92%;--edge-width:94%}
  .topbar-contact .topbar-item:nth-child(2){display:none}
  .topbar-item{padding-inline:10px}
  .brand{max-width:72vw}
  .brand-logo{width:min(345px,78.2vw)}
  .hero-slider{height:clamp(590px,86vw,690px)}
  .hero-copy{width:min(88%,690px);padding-right:20px}
  .hero-copy h1{font-size:clamp(40px,7.6vw,58px)}
  .hero-overlay{background:linear-gradient(90deg,rgba(4,19,35,.95) 0%,rgba(7,27,50,.84) 58%,rgba(7,27,50,.34) 100%)}
  .service-strip-grid{grid-template-columns:1fr}
  .strip-card{border-right:0;border-bottom:1px solid var(--line)}
  .row-heading,.student-head,.employer-head{display:block}
  .heading-side{max-width:none;margin-top:18px}
  .heading-side p{max-width:680px}
  .slider-controls{margin-top:18px}
  .course-card{flex-basis:72%;min-width:min(340px,78vw)}
  .student-head>p{max-width:680px;margin-top:18px}
  .testimonial-head{display:block}
  .rating-box{margin-top:20px;width:max-content}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1/-1}
  .footer-grid>div:last-child{grid-column:auto}
}

/* Mobile */
@media(max-width:680px){
  :root{--content-width:calc(100% - 28px);--edge-width:calc(100% - 20px);--section-y:68px}
  body{font-size:15px}
  .container{width:var(--content-width)}
  .topbar .container,.site-header .container,.site-footer .container{width:var(--edge-width)}
  h2{font-size:clamp(29px,9vw,39px);line-height:1.02;letter-spacing:-1px}
  .section-heading{margin-bottom:30px}
  .topbar{overflow-x:auto;scrollbar-width:none}
  .topbar::-webkit-scrollbar{display:none}
  .topbar-inner{width:max-content;min-width:100%}
  .topbar-left{display:flex}
  .topbar-actions{margin-left:auto}
  .topbar-item{font-size:10px;min-height:38px;padding-inline:8px;white-space:nowrap}
  .topbar-actions .topbar-item span{display:none}
  .topbar-actions .cart-link span{display:inline}
  .nav-wrap{height:76px;gap:12px}
  .brand{max-width:78vw}
  .brand-logo{width:min(276px,81.1vw);max-height:73px}
  .main-nav{padding-inline:14px}
  .hero-slider{height:auto;min-height:610px}
  .hero-track{min-height:610px}
  .hero-slide{min-height:610px;background-position:center}
  .hero-content{min-height:610px;width:calc(100% - 28px);padding:60px 0 70px;align-items:center}
  .hero-copy{width:100%;max-width:100%;padding-right:0}
  .hero-copy h1{font-size:clamp(34px,10.4vw,47px);line-height:1.1;letter-spacing:-.35px;margin-bottom:18px;text-wrap:pretty}
  .hero-copy>p{font-size:15.5px;line-height:1.65;max-width:100%}
  .hero-actions{flex-direction:column;align-items:stretch;margin-top:24px}
  .hero-actions .btn{width:100%;min-height:52px}
  .hero-proof{gap:14px;justify-content:space-between;margin-top:28px;padding-top:20px}
  .hero-proof>div{min-width:0}
  .hero-proof strong{font-size:20px}
  .hero-proof span{font-size:8.5px;line-height:1.35}
  .hero-arrow{display:none}
  .hero-dots{bottom:18px}
  .service-strip{margin-top:0}
  .strip-card{grid-template-columns:44px minmax(0,1fr) 16px;padding:22px 18px}
  .strip-card p{font-size:14px}
  .course-card{flex:0 0 88%;min-width:0}
  .course-body p{font-size:14.5px;min-height:0}
  .course-body h3{min-height:0}
  .course-footer{gap:14px;align-items:end}
  .course-footer a{white-space:normal;text-align:right;line-height:1.35}
  .about-media{padding-right:18px;padding-bottom:34px}
  .about-main-image{height:390px}
  .about-stat{left:10px;width:min(200px,70%);padding:18px}
  .about-mini{right:0;top:22px;padding:14px 16px}
  .why-grid{grid-template-columns:1fr}
  .why-card{min-height:0}
  .placement-copy{padding:60px 18px}
  .placement-list{grid-template-columns:1fr}
  .placement-media{min-height:350px}
  .placement-callout{left:14px;right:14px;bottom:14px;padding:16px 18px}
  .employer-band{padding:48px 0 58px}
  .company-logo{width:170px;height:86px}
  .student-services-grid{grid-template-columns:1fr}
  .student-service-card{grid-template-columns:50px minmax(0,1fr) 18px;min-height:118px;padding:18px}
  .service-icon{width:48px;height:48px}
  .student-service-card p{font-size:14px}
  .student-zone-cta{align-items:flex-start;flex-direction:column;padding:20px}
  .student-zone-cta .btn{width:100%}
  .verify-section{padding:46px 0}
  .verify-grid{grid-template-columns:1fr;gap:18px}
  .verify-icon{width:58px;height:58px}
  .verify-form{flex-direction:column;background:transparent;padding:0;gap:8px;width:100%}
  .verify-form input{width:100%;height:52px;background:#fff}
  .verify-form .btn{width:100%}
  .testimonial-stage{padding:32px 20px 24px}
  .testimonial-stage .quote-mark{font-size:60px}
  .testimonial-stage>p{font-size:clamp(20px,6.3vw,26px);line-height:1.5;margin:14px 0 28px}
  .quote-footer{align-items:flex-start;flex-direction:column}
  .testimonial-stage:after{font-size:70px;bottom:-22px}
  .franchise-card{padding:38px 20px}
  .franchise-actions{flex-direction:column}
  .franchise-actions .btn{width:100%}
  .franchise-features{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}
  .enquiry-form{padding:26px 18px}
  .footer-grid{grid-template-columns:1fr;gap:34px}
  .footer-brand{grid-column:auto}
  .footer-logo-panel{max-width:100%}
  .footer-bottom .container{flex-direction:column;gap:10px}
  .footer-bottom span:last-child{flex-wrap:wrap}
  .floating-call{right:14px;bottom:14px;width:50px;height:50px}
}

/* Very narrow phones */
@media(max-width:390px){
  :root{--content-width:calc(100% - 22px);--edge-width:calc(100% - 14px)}
  .brand-logo{width:min(246px,78.9vw)}
  .hero-content{width:calc(100% - 22px)}
  .hero-copy h1{font-size:clamp(32px,10vw,40px)}
  .hero-proof{gap:9px}
  .course-card{flex-basis:94%}
  .strip-card{padding-inline:14px}
  .testimonial-stage{padding-inline:17px}
}

/* Final tablet containment refinements */
@media(max-width:1060px){
  .topbar .container,.site-header .container,.site-footer .container{width:95%}
  .hero-arrow{display:none}
}
@media(max-width:820px){
  :root{--edge-width:95%}
}

/* ======================================================================
   Final desktop rhythm + spacing refinement
   Requested layout rails: body 82%, header/footer 92% on desktop.
   ====================================================================== */
@media (min-width:1281px){
  :root{
    --content-width:82%;
    --edge-width:92%;
    --section-y:clamp(58px,4vw,76px);
  }

  .container{width:min(var(--content-width),var(--max))}
  .topbar .container,.site-header .container,.site-footer .container{width:var(--edge-width);max-width:none}

  /* Header typography and logo sizing */
  .nav-wrap{height:90px;gap:28px}
  .brand{max-width:none;flex:0 0 auto}
  .brand-logo{width:clamp(259px,16.7vw,305px);max-height:81px}
  .main-nav{gap:clamp(14px,1vw,20px);margin-left:auto}
  .main-nav>a:not(.btn){font-size:15px;line-height:1.2;font-weight:700;letter-spacing:0}
  .nav-cta{font-size:15px;min-height:46px;padding-inline:22px}
  .topbar{font-size:14px}
  .topbar-item{font-size:14px}

  /* Footer typography and logo sizing */
  .footer-top{padding:54px 0 48px}
  .footer-logo-panel{max-width:290px;padding:6px 8px;margin-bottom:18px}
  .footer-grid h4{font-size:16px;margin-bottom:16px}
  .footer-grid>div:not(:first-child) a{font-size:15px;line-height:1.45;margin-bottom:9px}
  .footer-brand p{font-size:15px;line-height:1.6;max-width:440px}
  .foundation{font-size:12px}
  .footer-bottom{font-size:13px}

  /* Keep hero copy on the same 82% body rail */
  .hero-content{width:min(var(--content-width),var(--max))}

  /* More disciplined section rhythm */
  .section{padding:var(--section-y) 0}
  .section-heading{margin-bottom:36px}
  .centered{margin-bottom:38px}

  /* Employer carousel → student services transition */
  .employer-band{padding:42px 0 30px}
  .employer-head{margin-bottom:22px}
  .student-section{padding-top:46px;padding-bottom:64px}
  .student-head{margin-bottom:28px}

  /* Compact testimonial block */
  .testimonial-section{padding:54px 0 60px}
  .testimonial-head{margin-bottom:24px}
  .rating-box{padding:10px 14px;gap:10px}
  .rating-box>strong{font-size:29px}
  .testimonial-stage{padding:30px 40px 22px}
  .testimonial-stage .quote-mark{font-size:58px}
  .testimonial-stage>p{font-size:clamp(23px,1.65vw,29px);line-height:1.46;max-width:1000px;margin:10px 0 24px}
  .testimonial-stage .quote-footer{padding-top:17px}
  .testimonial-stage .testimonial-progress{margin-top:16px}
  .testimonial-stage:after{font-size:96px;bottom:-34px}

  /* Other sections: remove unnecessarily tall gaps without changing structure */
  .why-section{padding-top:68px;padding-bottom:70px}
  .placement-copy{padding-top:72px;padding-bottom:72px}
  .verify-section{padding:44px 0}
  .franchise-section{padding-top:64px;padding-bottom:64px}
  .contact-section{padding-top:66px;padding-bottom:70px}
}

/* Compact desktop / laptop: preserve readable rails while avoiding cramped nav */
@media (min-width:1061px) and (max-width:1280px){
  :root{--content-width:88%;--edge-width:92%;--section-y:68px}
  .topbar .container,.site-header .container,.site-footer .container{width:var(--edge-width)}
  .brand-logo{width:265px;max-height:76px}
  .nav-wrap{height:84px}
  .main-nav{gap:10px}
  .main-nav>a:not(.btn){font-size:13px}
  .nav-cta{font-size:13px;padding-inline:16px}
  .footer-logo-panel{max-width:275px}
  .footer-grid>div:not(:first-child) a{font-size:14px}
  .employer-band{padding:40px 0 28px}
  .student-section{padding-top:46px}
  .testimonial-section{padding:52px 0 58px}
  .testimonial-head{margin-bottom:24px}
  .testimonial-stage{padding:30px 34px 22px}
  .testimonial-stage .quote-mark{font-size:56px}
  .testimonial-stage>p{font-size:clamp(22px,2.1vw,28px);margin:10px 0 24px}
}

/* Tablet/mobile spacing refinements */
@media (max-width:1060px){
  :root{--section-y:62px}
  .brand-logo{width:min(288px,71.3vw);max-height:76px}
  .main-nav>a:not(.btn){font-size:15px}
  .employer-band{padding:38px 0 26px}
  .student-section{padding-top:44px}
  .testimonial-section{padding:50px 0 56px}
  .testimonial-head{margin-bottom:24px}
  .testimonial-stage{padding:28px 28px 22px}
  .testimonial-stage>p{font-size:clamp(21px,3vw,27px);margin:10px 0 24px}
  .footer-logo-panel{max-width:280px}
  .footer-grid>div:not(:first-child) a{font-size:14.5px}
}

@media (max-width:680px){
  :root{--section-y:56px}
  .brand-logo{width:min(248px,74.4vw);max-height:66px}
  .employer-band{padding:34px 0 24px}
  .student-section{padding-top:38px;padding-bottom:54px}
  .testimonial-section{padding:44px 0 48px}
  .testimonial-head{margin-bottom:20px}
  .rating-box{padding:10px 12px}
  .rating-box>strong{font-size:27px}
  .testimonial-stage{padding:25px 18px 20px}
  .testimonial-stage .quote-mark{font-size:52px}
  .testimonial-stage>p{font-size:clamp(19px,5.9vw,24px);margin:8px 0 22px}
  .footer-top{padding:48px 0 42px}
  .footer-logo-panel{max-width:250px;padding:5px 7px}
  .footer-grid>div:not(:first-child) a{font-size:15px}
}

/* WhatsApp floating action */
.floating-call.floating-whatsapp{background:#25D366;color:#fff}
.floating-call.floating-whatsapp:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 16px 34px rgba(37,211,102,.32)}
.floating-call.floating-whatsapp svg{width:27px;height:27px;fill:currentColor;stroke:none}

/* ======================================================================
   Signature hero slide — current NAISFT homepage hero preserved as Slide 1
   ====================================================================== */
.hero-slide-signature{
  background-size:cover;
  background-position:center;
  background-color:#07142b;
}
.hero-slide-signature .signature-hero-overlay{
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(90deg,rgba(0,15,45,.96) 0%,rgba(0,20,55,.86) 45%,rgba(0,20,55,.38) 74%,rgba(0,20,55,.80) 100%);
}
.signature-hero-grid{
  position:relative;
  z-index:2;
  height:100%;
  display:grid;
  grid-template-columns:52% 48%;
  align-items:stretch;
  min-width:0;
}
.signature-hero-copy{
  min-width:0;
  padding-top:clamp(30px,3vw,46px);
  color:#fff;
  z-index:3;
}
.signature-hero-copy h1{
  margin:0;
  font-family:"Cinzel",Georgia,serif;
  font-size:clamp(34px,3.25vw,52px);
  line-height:.98;
  text-transform:uppercase;
  color:#f0b637;
  letter-spacing:-.3px;
}
.signature-hero-copy h1>span:first-child{
  display:block;
  margin-bottom:10px;
  color:#fff;
  font-size:clamp(22px,2.1vw,32px);
}
.signature-title-desktop{
  display:inline;
  color:#f0b637;
  font-size:inherit;
  line-height:inherit;
}
.signature-title-mobile,
.signature-mobile-visual,
.signature-responsive-actions,
.signature-trust-grid,
.signature-responsive-text{
  display:none;
}
.signature-hero-lead{
  max-width:620px;
  margin-top:16px;
  color:#fff;
  font-size:clamp(17px,1.15vw,19px);
  font-weight:800;
  line-height:1.4;
}
.signature-hero-text{
  max-width:590px;
  margin-top:12px;
  color:rgba(255,255,255,.92);
  font-size:clamp(14px,.92vw,16px);
  line-height:1.6;
}
.signature-hero-buttons{
  display:flex;
  flex-wrap:nowrap;
  gap:12px;
  margin-top:22px;
}
.signature-hero-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:56px;
  border-radius:3px;
  padding:0 27px;
  font-size:14px;
  font-weight:850;
  color:#fff;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.signature-hero-btn:hover{transform:translateY(-2px)}
.signature-hero-btn.apply{background:linear-gradient(#d30e12,#b60003);border:1px solid #f0b637}
.signature-hero-btn.outline{border:1px solid #f0b637;background:rgba(0,18,50,.55)}
.signature-hero-btn.gold{color:#111;background:linear-gradient(#ffd46a,#e2a633)}

.signature-hero-person{
  position:relative;
  display:flex;
  justify-content:flex-start;
  align-items:end;
  min-width:0;
  overflow:hidden;
}
.signature-hero-chairman{
  position:absolute;
  bottom:0;
  left:clamp(10px,2.7vw,48px);
  z-index:2;
  width:clamp(540px,38vw,673px);
  max-width:none;
  height:clamp(410px,29vw,510px);
  object-fit:cover;
  object-position:50% top;
  filter:drop-shadow(-16px 12px 26px rgba(0,0,0,.55));
}
.signature-ring{
  position:absolute;
  z-index:1;
  left:47%;
  top:52%;
  translate:-50% -50%;
  border:3px solid rgba(240,182,55,.9);
  border-radius:50%;
}
.signature-ring.one{width:clamp(330px,23vw,410px);height:clamp(330px,23vw,410px);opacity:.78}
.signature-ring.two{width:clamp(400px,28vw,490px);height:clamp(400px,28vw,490px);opacity:.55}
.signature-training-badge{
  position:absolute;
  z-index:4;
  right:0;
  top:clamp(38px,4vw,68px);
  width:clamp(135px,10vw,175px);
  height:clamp(135px,10vw,175px);
  object-fit:cover;
  object-position:center;
  border-radius:50%;
  clip-path:circle(50% at 50% 50%);
  filter:drop-shadow(0 0 16px rgba(240,182,55,.45));
}

/* Give the main desktop navigation more breathing room. */
@media (min-width:1281px){
  .main-nav{gap:clamp(18px,1.35vw,28px)}
}
@media (min-width:1061px) and (max-width:1280px){
  .main-nav{gap:16px}
}

/* Tablet / mobile signature hero adaptation, preserving the current NAISFT layout logic. */
@media (max-width:1024px){
  .hero-slider.signature-active{
    height:auto;
    min-height:clamp(900px,112svh,1080px);
  }
  .hero-slider.signature-active .hero-track,
  .hero-slider.signature-active .hero-slide{
    min-height:inherit;
  }
  .hero-slide-signature{
    background-color:#07142b;
    background-size:cover;
    background-position:center bottom;
  }
  .hero-slide-signature .signature-hero-overlay{
    background:
      radial-gradient(circle at 50% 38%,rgba(240,182,55,.16) 0 18%,rgba(7,20,43,0) 43%),
      linear-gradient(180deg,rgba(7,20,43,.92) 0%,rgba(7,20,43,.72) 46%,rgba(7,20,43,.94) 77%,#07142b 100%);
  }
  .signature-hero-grid{
    width:min(100% - 40px,920px);
    min-height:inherit;
    display:grid;
    grid-template-columns:1fr;
    align-items:start;
  }
  .signature-hero-copy{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    min-height:0;
    width:100%;
    padding:clamp(24px,4vw,38px) 0 clamp(24px,4vw,38px);
    text-align:left;
  }
  .signature-hero-copy h1{
    width:100%;
    margin:0;
    color:#f0b637;
    font-size:clamp(32px,7vw,48px);
    line-height:.99;
    letter-spacing:0;
    text-align:left;
  }
  .signature-hero-copy h1>span:first-child{
    margin:0 0 14px;
    color:#fff;
    font-family:"Montserrat",sans-serif;
    font-size:clamp(19px,4.2vw,30px);
    line-height:1.08;
    font-weight:900;
    text-align:left;
  }
  .signature-title-desktop{display:none}
  .signature-title-mobile{display:inline;color:#f0b637;font-size:inherit;line-height:inherit;text-align:left}
  .signature-hero-person{display:none}
  .signature-mobile-visual{
    position:relative;
    display:grid;
    place-items:end center;
    align-self:center;
    width:min(100%,620px);
    min-height:clamp(330px,49svh,500px);
    margin:clamp(8px,2vw,16px) auto 0;
    overflow:hidden;
  }
  .signature-mobile-visual:before{
    content:"";
    position:absolute;
    left:6%;right:6%;bottom:0;
    z-index:0;
    height:44%;
    background:linear-gradient(180deg,rgba(7,20,43,0),rgba(7,20,43,.96));
    pointer-events:none;
  }
  .signature-mobile-visual:after{
    content:"";
    position:absolute;
    left:0;right:0;bottom:0;
    z-index:4;
    height:28%;
    background:linear-gradient(180deg,rgba(7,20,43,0),#07142b 82%);
    pointer-events:none;
  }
  .signature-mobile-ring{
    position:absolute;
    left:50%;top:6%;
    z-index:1;
    width:clamp(230px,58vw,430px);
    aspect-ratio:1;
    border:2px solid rgba(240,182,55,.78);
    border-radius:50%;
    translate:-50% 0;
    box-shadow:0 0 24px rgba(240,182,55,.34),inset 0 0 24px rgba(240,182,55,.12);
  }
  .signature-mobile-ring.two{
    top:10%;
    width:clamp(196px,50vw,370px);
    border-color:rgba(255,212,106,.95);
  }
  .signature-mobile-ring.one:after,.signature-mobile-ring.two:after{
    content:"";
    position:absolute;
    inset:9px;
    border:1px solid rgba(255,212,106,.45);
    border-radius:50%;
  }
  .signature-mobile-chairman{
    position:relative;
    z-index:3;
    width:min(78vw,390px);
    max-width:none;
    height:auto;
    align-self:end;
    filter:drop-shadow(0 18px 30px rgba(0,0,0,.6));
  }
  .signature-mobile-badge{
    position:absolute;
    z-index:5;
    right:clamp(12px,12vw,96px);
    top:35%;
    width:clamp(76px,19vw,126px);
    height:auto;
    filter:drop-shadow(0 0 14px rgba(240,182,55,.72));
  }
  .signature-hero-lead{
    max-width:760px;
    margin:clamp(10px,2vw,18px) 0 0;
    color:#fff;
    font-size:clamp(18px,3.2vw,24px);
    line-height:1.23;
    font-weight:900;
    text-align:left;
  }
  .signature-hero-text{display:none}
  .signature-responsive-text{
    display:block;
    max-width:720px;
    margin:12px 0 0;
    color:rgba(255,255,255,.78);
    font-size:clamp(14px,2.2vw,18px);
    line-height:1.48;
    text-align:left;
  }
  .signature-responsive-actions{
    display:grid;
    width:100%;
    max-width:620px;
    gap:12px;
    margin-top:18px;
  }
  .signature-responsive-btn{
    min-height:52px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    padding:13px 18px;
    font-family:"Montserrat",sans-serif;
    font-size:14px;
    font-weight:900;
    text-transform:uppercase;
    transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
  }
  .signature-responsive-btn.primary{color:#07142b;background:linear-gradient(180deg,#ffd56f,#e5a82f);box-shadow:0 10px 24px rgba(240,182,55,.28)}
  .signature-responsive-btn.secondary{border:1px solid rgba(240,182,55,.92);color:#f0b637;background:rgba(7,20,43,.42)}
  .signature-responsive-btn.brochure{border:1px solid rgba(255,255,255,.28);color:#fff;background:rgba(255,255,255,.08)}
  .signature-responsive-btn:hover{transform:translateY(-1px)}
  .signature-trust-grid{
    display:grid;
    width:100%;
    max-width:680px;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px;
    margin-top:15px;
  }
  .signature-trust-grid span{
    min-height:38px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:7px;
    border:1px solid rgba(240,182,55,.32);
    border-radius:7px;
    padding:8px;
    color:rgba(255,255,255,.92);
    background:rgba(255,255,255,.045);
    font-size:clamp(10px,1.8vw,13px);
    font-weight:800;
    line-height:1.12;
    text-align:left;
  }
  .signature-trust-grid b{color:#f0b637;font-size:12px}
  .signature-hero-buttons{display:none}
}

@media (min-width:1025px) and (max-width:1060px){
  .hero-slider.signature-active{height:auto;min-height:clamp(780px,92svh,980px)}
  .hero-slider.signature-active .hero-track,
  .hero-slider.signature-active .hero-slide{min-height:inherit}
}

@media (min-width:768px) and (max-width:1024px){
  .hero-slider.signature-active{min-height:clamp(900px,98svh,1080px)}
  .signature-hero-grid{width:min(100% - 64px,920px)}
  .signature-hero-copy{padding-top:clamp(28px,4vw,44px);padding-bottom:22px}
  .signature-hero-copy h1{max-width:900px;font-size:clamp(48px,5.8vw,58px)}
  .signature-hero-copy h1>span:first-child{font-size:clamp(27px,3.4vw,36px)}
  .signature-mobile-visual{width:100%;min-height:clamp(400px,42svh,540px);margin-top:0;margin-bottom:0}
  .signature-mobile-chairman{position:absolute;left:50%;top:0;bottom:auto;translate:-50% 0;width:min(92vw,880px);max-width:none}
  .signature-mobile-badge{right:clamp(36px,9vw,120px);top:28%;width:clamp(288px,36vw,384px)}
  .signature-mobile-ring{display:none}
  .signature-mobile-ring.two{display:block;top:clamp(28px,4vw,48px);width:clamp(440px,64vw,650px)}
  .signature-responsive-actions{max-width:100%;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:10px;gap:10px}
  .signature-responsive-actions .mobile-only{display:inline-flex}
  .signature-responsive-btn.brochure{border-color:#d00b0f;color:#fff;background:linear-gradient(#d30e12,#b60003)}
  .signature-hero-lead{margin-top:0;font-size:clamp(20px,2.35vw,25px);line-height:1.12;max-width:780px}
  .signature-responsive-text{margin-top:6px;font-size:clamp(16px,1.9vw,18px);line-height:1.28;max-width:760px}
  .signature-responsive-btn{min-height:46px;padding:10px 14px;font-size:13px}
  .signature-trust-grid{max-width:900px;margin-top:8px;gap:8px}
  .signature-trust-grid span{min-height:34px;padding:6px 8px;font-size:11px}
}

@media (max-width:767px){
  .hero-slider.signature-active{min-height:clamp(880px,118svh,1020px)}
  .signature-hero-grid{width:calc(100% - 40px)}
  .signature-hero-copy{padding-top:clamp(18px,4svh,28px);padding-bottom:22px}
  .signature-hero-copy h1{width:100%;max-width:100%;font-size:clamp(25px,7.2vw,30px);line-height:.98}
  .signature-hero-copy h1>span:first-child{font-size:clamp(16px,4.7vw,20px)}
  .signature-mobile-visual{width:100%;min-height:clamp(318px,43svh,390px);margin-top:8px;overflow:hidden}
  .signature-mobile-chairman{position:absolute;left:50%;bottom:0;translate:-50% 0;width:min(124vw,500px);max-width:none}
  .signature-mobile-ring{width:clamp(245px,78vw,345px)}
  .signature-mobile-ring.two{width:clamp(210px,67vw,295px)}
  .signature-mobile-badge{right:clamp(-26px,-4.8vw,-14px);top:24%;width:clamp(132px,38vw,184px)}
  .signature-hero-lead{margin-top:8px;font-size:clamp(17px,4.9vw,20px)}
  .signature-responsive-text{margin-top:8px;font-size:clamp(13px,3.8vw,15px);line-height:1.38}
  .signature-responsive-actions,.signature-trust-grid{max-width:100%}
  .signature-responsive-btn{width:100%}
  .signature-responsive-actions .mobile-only{display:inline-flex}
  .signature-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .signature-trust-grid span{min-width:0;overflow-wrap:anywhere}
}

@media (max-width:390px){
  .hero-slider.signature-active{min-height:940px}
  .signature-hero-grid{width:calc(100% - 28px)}
}

@media (min-width:1025px){
  .signature-responsive-actions .mobile-only{display:none}
}

@media (max-width:767px){
  .hero-slide-signature .signature-responsive-btn.primary{display:none}
}

/* ======================================================================
   Final requested refinement: hero width + signature slide visual system
   - Desktop hero rail: 88vw
   - Signature slide brought into the site's modern navy/yellow/red language
   - Wider desktop navigation spacing
   ====================================================================== */

@media (min-width:1061px){
  .hero-slider{
    width:88vw;
    margin-inline:auto;
    height:clamp(560px,37vw,650px);
  }

  /* More air between desktop menu items without letting the nav overflow. */
  .main-nav{
    gap:clamp(20px,1.55vw,32px);
  }

  /* Signature slide: use the same modern sans-serif hierarchy as the rest of the site. */
  .hero-slide-signature .signature-hero-overlay{
    background:
      linear-gradient(90deg,rgba(5,24,45,.97) 0%,rgba(7,31,57,.92) 43%,rgba(7,31,57,.46) 70%,rgba(7,31,57,.20) 100%),
      linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.18));
  }

  .signature-hero-grid{
    width:90%;
    max-width:none;
    grid-template-columns:minmax(0,54%) minmax(0,46%);
  }

  .signature-hero-copy{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding-top:0;
    padding-bottom:28px;
  }

  .signature-hero-copy::before{
    content:"CAREER-FOCUSED INDUSTRIAL TRAINING";
    display:inline-flex;
    width:max-content;
    margin-bottom:16px;
    color:var(--yellow);
    font-family:"Source Sans 3",sans-serif;
    font-size:13px;
    line-height:1;
    font-weight:900;
    letter-spacing:1.8px;
  }

  .signature-hero-copy h1{
    max-width:720px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:clamp(46px,3.55vw,64px);
    line-height:1.01;
    letter-spacing:-2.5px;
    text-transform:none;
  }

  .signature-hero-copy h1>span:first-child{
    margin-bottom:8px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:clamp(24px,1.85vw,32px);
    line-height:1.1;
    font-weight:800;
    letter-spacing:-.7px;
  }

  .signature-title-desktop{
    color:var(--yellow);
  }

  .signature-hero-lead{
    max-width:650px;
    margin-top:20px;
    font-family:"Source Sans 3",sans-serif;
    font-size:clamp(18px,1.08vw,20px);
    line-height:1.42;
    font-weight:700;
  }

  .signature-hero-text{
    max-width:640px;
    margin-top:10px;
    color:rgba(255,255,255,.78);
    font-size:clamp(15px,.9vw,16px);
    line-height:1.6;
  }

  .signature-hero-buttons{
    gap:10px;
    margin-top:24px;
  }

  .signature-hero-btn{
    min-height:48px;
    border-radius:3px;
    padding:0 20px;
    font-family:"Source Sans 3",sans-serif;
    font-size:14px;
    font-weight:800;
  }

  .signature-hero-btn.apply{
    color:var(--navy);
    background:var(--yellow);
    border-color:var(--yellow);
  }
  .signature-hero-btn.apply:hover{background:var(--yellow2)}

  .signature-hero-btn.outline{
    border-color:rgba(255,255,255,.48);
    background:rgba(7,27,50,.42);
  }
  .signature-hero-btn.outline:hover{background:#fff;color:var(--navy)}

  .signature-hero-btn.gold{
    color:#fff;
    background:var(--red);
    border:1px solid var(--red);
  }
  .signature-hero-btn.gold:hover{filter:brightness(1.06)}

  .signature-hero-person{
    overflow:visible;
  }

  .signature-hero-chairman{
    left:50%;
    translate:-50% 0;
    width:clamp(500px,31vw,620px);
    height:clamp(430px,30vw,540px);
    object-fit:contain;
    object-position:center bottom;
    filter:drop-shadow(-8px 12px 22px rgba(0,0,0,.42));
  }

  .signature-ring{
    left:50%;
    top:52%;
    border-width:2px;
    border-color:rgba(247,193,31,.72);
  }
  .signature-ring.one{
    width:clamp(320px,21vw,390px);
    height:clamp(320px,21vw,390px);
    opacity:.72;
  }
  .signature-ring.two{
    width:clamp(390px,25vw,460px);
    height:clamp(390px,25vw,460px);
    opacity:.34;
  }

  .signature-training-badge{
    right:2%;
    top:12%;
    width:clamp(120px,8.8vw,158px);
    height:clamp(120px,8.8vw,158px);
  }
}

@media (min-width:1061px) and (max-width:1360px){
  .main-nav{gap:18px}
  .signature-hero-grid{width:92%;grid-template-columns:minmax(0,56%) minmax(0,44%)}
  .signature-hero-copy h1{font-size:clamp(42px,4.2vw,56px)}
  .signature-hero-copy h1>span:first-child{font-size:clamp(22px,2vw,28px)}
  .signature-hero-text{max-width:570px}
  .signature-hero-chairman{width:clamp(470px,37vw,560px)}
  .signature-training-badge{right:-1%;top:11%}
}

@media (min-width:1600px){
  .main-nav{gap:32px}
}

/* Tablet and mobile keep the full-width slider for better use of narrow screens. */
@media (max-width:1060px){
  .hero-slider{width:100%;margin-inline:0}
}

/* ======================================================================
   Hero refinement — full-width desktop rail, unified slide typography,
   and signature principal centered inside the gold circle system.
   ====================================================================== */

@media (min-width:1061px){
  /* Full-width hero on desktop; preserve the existing vertical height. */
  .hero-slider{
    width:100%;
    max-width:none;
    margin-inline:0;
    height:clamp(560px,37vw,650px);
  }

  /* One consistent typography system across all three hero slides. */
  .hero-copy,
  .signature-hero-copy{
    max-width:720px;
  }

  .hero-copy h1,
  .signature-hero-copy h1{
    font-family:"Source Sans 3",Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:clamp(46px,3.55vw,64px);
    line-height:1.01;
    letter-spacing:-2.5px;
    font-weight:800;
    text-transform:none;
    margin-bottom:20px;
  }

  .hero-copy h1 em,
  .signature-title-desktop{
    font-family:inherit;
    font-style:normal;
    color:var(--yellow);
  }

  .signature-hero-copy h1>span:first-child{
    font-family:inherit;
    font-size:clamp(24px,1.85vw,32px);
    line-height:1.1;
    font-weight:800;
    letter-spacing:-.7px;
    margin-bottom:8px;
  }

  .hero-copy .eyebrow,
  .signature-hero-copy::before{
    font-family:"Source Sans 3",Inter,ui-sans-serif,system-ui,sans-serif;
    font-size:13px;
    line-height:1;
    font-weight:900;
    letter-spacing:1.8px;
    margin-bottom:16px;
  }

  .hero-copy>p{
    max-width:650px;
    font-family:"Source Sans 3",Inter,ui-sans-serif,system-ui,sans-serif;
    font-size:clamp(17px,1.05vw,19px);
    line-height:1.55;
    color:rgba(255,255,255,.84);
  }

  .hero-actions,
  .signature-hero-buttons{
    margin-top:24px;
    gap:10px;
  }

  /* Keep each regular slide aligned to the same 82% body rhythm. */
  .hero-content{
    width:82%;
    max-width:none;
  }

  /* Signature slide composition: keep the content balanced while the
     principal is geometrically centered in the gold ring system. */
  .signature-hero-grid{
    width:82%;
    max-width:none;
    grid-template-columns:minmax(0,54%) minmax(0,46%);
  }

  .signature-hero-person{
    position:relative;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    overflow:visible;
  }

  .signature-hero-chairman{
    left:50%;
    bottom:0;
    translate:-50% 0;
    width:clamp(470px,30vw,570px);
    height:clamp(440px,31vw,560px);
    object-fit:contain;
    object-position:center bottom;
    z-index:3;
  }

  .signature-ring{
    left:50%;
    top:46%;
    translate:-50% -50%;
    border-color:rgba(247,193,31,.78);
    z-index:1;
  }

  .signature-ring.one{
    width:clamp(310px,20vw,375px);
    height:clamp(310px,20vw,375px);
    opacity:.9;
  }

  .signature-ring.two{
    width:clamp(430px,27vw,520px);
    height:clamp(430px,27vw,520px);
    opacity:.55;
  }

  .signature-training-badge{
    right:2.5%;
    top:10%;
    width:clamp(116px,8vw,150px);
    height:clamp(116px,8vw,150px);
    z-index:5;
  }
}

@media (min-width:1061px) and (max-width:1360px){
  .hero-content,
  .signature-hero-grid{width:86%}

  .hero-copy h1,
  .signature-hero-copy h1{font-size:clamp(42px,4.15vw,56px)}

  .signature-hero-copy h1>span:first-child{font-size:clamp(22px,2vw,28px)}

  .signature-hero-chairman{
    width:clamp(440px,35vw,520px);
    height:clamp(420px,36vw,520px);
  }

  .signature-training-badge{right:0;top:10%}
}

/* Tablet/mobile remain full width and retain their existing responsive
   signature-specific layout. We only align the typography family. */
@media (max-width:1060px){
  .hero-copy h1,
  .signature-hero-copy h1,
  .signature-hero-copy h1>span:first-child{
    font-family:"Source Sans 3",Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
  }
}

/* ======================================================================
   Hero typography correction — restore the original serif display style
   across all three slides while preserving the refined sizing, spacing,
   line-height, and letter-spacing from the unified hero pass.
   ====================================================================== */

@media (min-width:1061px){
  .hero-copy h1,
  .signature-hero-copy h1,
  .hero-copy h1 em,
  .signature-title-desktop{
    font-family:"Cinzel", Georgia, serif;
    font-weight:700;
  }

  /* Keep the smaller opening line in the signature slide visually related
     to the other hero content while retaining the same spacing system. */
  .signature-hero-copy h1>span:first-child{
    font-family:"Cinzel", Georgia, serif;
    font-weight:700;
  }
}

@media (max-width:1060px){
  .hero-copy h1,
  .signature-hero-copy h1,
  .signature-hero-copy h1>span:first-child{
    font-family:"Cinzel", Georgia, serif !important;
    font-weight:700 !important;
  }
}

/* ======================================================================
   Signature hero principal scale + face alignment refinement.
   Desktop only: ~40% larger than the previous render and horizontally/
   vertically offset so the face sits in the centre of the upper gold ring.
   ====================================================================== */
@media (min-width:1061px){
  .hero-slide-signature .signature-hero-chairman{
    left:68%;
    bottom:42px;
    width:clamp(600px,38.5vw,728px);
    height:clamp(580px,40.6vw,735px);
  }
}

@media (min-width:1061px) and (max-width:1360px){
  .hero-slide-signature .signature-hero-chairman{
    left:67%;
    bottom:34px;
    width:clamp(560px,43.4vw,665px);
    height:clamp(560px,43.4vw,700px);
  }
}


/* ======================================================================
   Signature hero principal scale refinement.
   User requested: make the principal image 50% larger, while leaving the
   left-side text spacing untouched. This override affects only slide 1.
   ====================================================================== */
@media (min-width:1061px){
  .hero-slide-signature .signature-hero-chairman{
    left:69%;
    bottom:-78px;
    width:clamp(860px,55vw,1020px);
    height:clamp(820px,58vw,1040px);
  }
}

@media (min-width:1061px) and (max-width:1360px){
  .hero-slide-signature .signature-hero-chairman{
    left:68%;
    bottom:-64px;
    width:clamp(760px,58vw,900px);
    height:clamp(760px,58vw,960px);
  }
}


/* ======================================================================
   Signature hero principal scale refinement v2.
   User requested: make it 40% more bigger than the current version,
   while leaving the left-side text spacing unchanged.
   ====================================================================== */
@media (min-width:1061px){
  .hero-slide-signature .signature-hero-chairman{
    left:70.5%;
    bottom:-190px;
    width:clamp(1200px,77vw,1430px);
    height:clamp(1150px,81vw,1460px);
  }
}

@media (min-width:1061px) and (max-width:1360px){
  .hero-slide-signature .signature-hero-chairman{
    left:69.5%;
    bottom:-160px;
    width:clamp(1060px,81vw,1260px);
    height:clamp(1060px,81vw,1340px);
  }
}


/* ======================================================================
   Signature hero principal scale refinement v3.
   User requested: make the principal 20% smaller than the current size,
   while leaving the left-side text spacing unchanged.
   ====================================================================== */
@media (min-width:1061px){
  .hero-slide-signature .signature-hero-chairman{
    left:70%;
    bottom:-152px;
    width:clamp(960px,61.6vw,1144px);
    height:clamp(920px,64.8vw,1168px);
  }
}

@media (min-width:1061px) and (max-width:1360px){
  .hero-slide-signature .signature-hero-chairman{
    left:69%;
    bottom:-128px;
    width:clamp(848px,64.8vw,1008px);
    height:clamp(848px,64.8vw,1072px);
  }
}


/* ======================================================================
   Signature hero principal scale refinement v4.
   User requested: 12% smaller than the current version and move it 35%
   upward. Left-side text layout remains untouched.
   ====================================================================== */
@media (min-width:1061px){
  .hero-slide-signature .signature-hero-chairman{
    left:70%;
    bottom:-152px;
    translate:-50% -35%;
    width:clamp(845px,54.2vw,1007px);
    height:clamp(810px,57vw,1028px);
  }
}

@media (min-width:1061px) and (max-width:1360px){
  .hero-slide-signature .signature-hero-chairman{
    left:69%;
    bottom:-128px;
    translate:-50% -35%;
    width:clamp(746px,57vw,887px);
    height:clamp(746px,57vw,943px);
  }
}

/* ======================================================================
   Signature hero principal vertical alignment correction.
   Keep the current v4 scale, but bottom-align the image within slide 1.
   Left-side text layout remains untouched.
   ====================================================================== */
@media (min-width:1061px){
  .hero-slide-signature .signature-hero-chairman{
    bottom:0;
    translate:-50% 0;
  }
}

@media (min-width:1061px) and (max-width:1360px){
  .hero-slide-signature .signature-hero-chairman{
    bottom:0;
    translate:-50% 0;
  }
}


/* ======================================================================
   Signature hero principal scale refinement v5.
   User requested: make the principal image 7% bigger than the current
   bottom-aligned version. Left-side text layout remains untouched.
   ====================================================================== */
@media (min-width:1061px){
  .hero-slide-signature .signature-hero-chairman{
    width:clamp(904px,58vw,1078px);
    height:clamp(867px,61vw,1100px);
  }
}

@media (min-width:1061px) and (max-width:1360px){
  .hero-slide-signature .signature-hero-chairman{
    width:clamp(798px,61vw,949px);
    height:clamp(798px,61vw,1009px);
  }
}


/* ======================================================================
   Signature hero refinement v6.
   User requested: principal image 4% bigger than the current version,
   and badge image 20% bigger than the current version. All other layout
   and left-side text spacing remain unchanged.
   ====================================================================== */
@media (min-width:1061px){
  .hero-slide-signature .signature-hero-chairman{
    width:clamp(940px,60.32vw,1121px);
    height:clamp(902px,63.44vw,1144px);
  }

  .hero-slide-signature .signature-training-badge{
    width:clamp(139px,9.6vw,180px);
    height:clamp(139px,9.6vw,180px);
  }
}

@media (min-width:1061px) and (max-width:1360px){
  .hero-slide-signature .signature-hero-chairman{
    width:clamp(830px,63.44vw,987px);
    height:clamp(830px,63.44vw,1049px);
  }

  .hero-slide-signature .signature-training-badge{
    width:clamp(139px,9.6vw,180px);
    height:clamp(139px,9.6vw,180px);
  }
}


/* ======================================================================
   Signature hero refinement v7.
   User requested: move the badge 7% to the right, and move the principal
   image downward by roughly 12%, while keeping the current sizes and the
   left-side text layout unchanged.
   ====================================================================== */
@media (min-width:1061px){
  .hero-slide-signature .signature-training-badge{
    right:-4.5%;
  }

  .hero-slide-signature .signature-hero-chairman{
    bottom:0;
    translate:-50% 12%;
  }
}

@media (min-width:1061px) and (max-width:1360px){
  .hero-slide-signature .signature-training-badge{
    right:-7%;
  }

  .hero-slide-signature .signature-hero-chairman{
    bottom:0;
    translate:-50% 12%;
  }
}


/* ======================================================================
   Signature hero refinement v8.
   Move the principal image up by 7% from the previous 12%-down position.
   Net vertical offset is now 5% downward from its bottom-aligned baseline.
   All sizes, badge position, text spacing, and other sections unchanged.
   ====================================================================== */
@media (min-width:1061px){
  .hero-slide-signature .signature-hero-chairman{
    bottom:0;
    translate:-50% 5%;
  }
}

@media (min-width:1061px) and (max-width:1360px){
  .hero-slide-signature .signature-hero-chairman{
    bottom:0;
    translate:-50% 5%;
  }
}

/* ======================================================================
   Signature hero cleanup.
   Remove the CSS-generated circle/ring elements behind the principal on
   slide 1 only. Background image, principal, badge and all other content
   remain unchanged.
   ====================================================================== */
.hero-slide-signature .signature-ring{
  display:none !important;
}


/* ======================================================================
   Signature hero refinement v9.
   Restore the decorative rings behind the principal on slide 1 and place
   them behind the principal's head/upper-body area rather than floating
   independently over the background.
   ====================================================================== */
@media (min-width:1061px){
  .hero-slide-signature .signature-ring{
    display:block !important;
    z-index:1;
    left:69.5%;
    top:36%;
    translate:-50% -50%;
    border-color:rgba(247,193,31,.78);
  }

  .hero-slide-signature .signature-ring.one{
    width:clamp(250px,16vw,300px);
    height:clamp(250px,16vw,300px);
    opacity:.82;
  }

  .hero-slide-signature .signature-ring.two{
    width:clamp(350px,22vw,420px);
    height:clamp(350px,22vw,420px);
    opacity:.5;
  }

  .hero-slide-signature .signature-hero-chairman{
    z-index:3;
  }
}

@media (min-width:1061px) and (max-width:1360px){
  .hero-slide-signature .signature-ring{
    display:block !important;
    left:68.5%;
    top:37%;
  }

  .hero-slide-signature .signature-ring.one{
    width:clamp(220px,17vw,270px);
    height:clamp(220px,17vw,270px);
  }

  .hero-slide-signature .signature-ring.two{
    width:clamp(310px,24vw,380px);
    height:clamp(310px,24vw,380px);
  }
}


/* ======================================================================
   Signature hero refinement v10.
   User requested: move the restored rings down by 25% vertically and left
   by 10% horizontally on the first slider only.
   ====================================================================== */
@media (min-width:1061px){
  .hero-slide-signature .signature-ring{
    left:59.5%;
    top:61%;
  }
}

@media (min-width:1061px) and (max-width:1360px){
  .hero-slide-signature .signature-ring{
    left:58.5%;
    top:62%;
  }
}


/* ======================================================================
   Signature hero refinement v11.
   User requested: from the current ring position, move it up by 8%
   vertically and left by 12% horizontally on the first slider only.
   ====================================================================== */
@media (min-width:1061px){
  .hero-slide-signature .signature-ring{
    left:47.5%;
    top:53%;
  }
}

@media (min-width:1061px) and (max-width:1360px){
  .hero-slide-signature .signature-ring{
    left:46.5%;
    top:54%;
  }
}


/* ======================================================================
   Signature hero refinement v12.
   User requested: make the current ring/circle system 25% larger while
   preserving its current position and all other slide elements.
   ====================================================================== */
@media (min-width:1061px){
  .hero-slide-signature .signature-ring.one{
    width:clamp(313px,20vw,375px);
    height:clamp(313px,20vw,375px);
  }

  .hero-slide-signature .signature-ring.two{
    width:clamp(438px,27.5vw,525px);
    height:clamp(438px,27.5vw,525px);
  }
}

@media (min-width:1061px) and (max-width:1360px){
  .hero-slide-signature .signature-ring.one{
    width:clamp(275px,21.25vw,338px);
    height:clamp(275px,21.25vw,338px);
  }

  .hero-slide-signature .signature-ring.two{
    width:clamp(388px,30vw,475px);
    height:clamp(388px,30vw,475px);
  }
}


/* ======================================================================
   Signature hero refinement v13.
   User requested: move the current ring/circle system 5% to the right
   horizontally on the first slider only. Keep size and vertical position.
   ====================================================================== */
@media (min-width:1061px){
  .hero-slide-signature .signature-ring{
    left:52.5%;
  }
}

@media (min-width:1061px) and (max-width:1360px){
  .hero-slide-signature .signature-ring{
    left:51.5%;
  }
}


/* ======================================================================
   Signature hero refinement v14.
   User requested: from the current ring position, move the ring system
   2% down vertically and 2% left horizontally on the first slider only.
   Size and all other slide elements remain unchanged.
   ====================================================================== */
@media (min-width:1061px){
  .hero-slide-signature .signature-ring{
    left:50.5%;
    top:55%;
  }
}

@media (min-width:1061px) and (max-width:1360px){
  .hero-slide-signature .signature-ring{
    left:49.5%;
    top:56%;
  }
}


/* ======================================================================
   Signature hero text-gap refinement.
   Tighten only the gap between the final title line (Technical Skills)
   and the lead sentence below it on slide 1. No other element changes.
   ====================================================================== */
@media (min-width:1061px){
  .hero-slide-signature .signature-hero-copy h1{
    margin-bottom:8px;
  }

  .hero-slide-signature .signature-hero-lead{
    margin-top:6px;
  }
}

/* ======================================================================
   New second hero slide — NEBOSH & IOSH-aligned safety learning.
   Same serif display language, spacing rhythm and CTA structure as slide 1.
   ====================================================================== */
.hero-slide-global-safety{
  background-position:center;
}

.global-safety-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(4,19,35,.97) 0%,rgba(7,27,50,.91) 43%,rgba(7,27,50,.58) 66%,rgba(7,27,50,.72) 100%),
    linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.18));
}

.global-safety-grid{
  position:relative;
  z-index:2;
  height:100%;
  display:grid;
  grid-template-columns:minmax(0,54%) minmax(0,46%);
  align-items:center;
}

.global-safety-copy{
  max-width:720px;
  color:#fff;
}

.global-safety-copy .eyebrow{
  margin-bottom:16px;
}

.global-safety-copy h1{
  margin:0 0 8px;
  font-family:"Cinzel",Georgia,serif;
  font-size:clamp(46px,3.55vw,64px);
  line-height:1.01;
  letter-spacing:-2.5px;
  font-weight:700;
  color:#fff;
}

.global-safety-copy h1 span{
  display:block;
  margin-bottom:8px;
  font-size:clamp(24px,1.85vw,32px);
  line-height:1.1;
  letter-spacing:-.7px;
  color:#fff;
}

.global-safety-copy h1 em{
  display:block;
  font-family:"Cinzel",Georgia,serif;
  font-style:normal;
  color:var(--yellow);
}

.global-safety-lead{
  max-width:650px;
  margin-top:6px;
  color:#fff;
  font-size:clamp(18px,1.08vw,20px);
  line-height:1.42;
  font-weight:700;
}

.global-safety-text{
  max-width:640px;
  margin-top:8px;
  color:rgba(255,255,255,.8);
  font-size:clamp(15px,.9vw,16px);
  line-height:1.6;
}

.global-safety-actions{
  display:flex;
  gap:10px;
  margin-top:20px;
}

.global-safety-visual{
  position:relative;
  min-height:430px;
  display:grid;
  place-items:center;
}

.global-safety-visual::before,
.global-safety-visual::after{
  content:"";
  position:absolute;
  border-radius:50%;
  border:2px solid rgba(247,193,31,.58);
}

.global-safety-visual::before{
  width:390px;
  height:390px;
}

.global-safety-visual::after{
  width:510px;
  height:510px;
  border-color:rgba(247,193,31,.25);
}

.framework-card{
  position:relative;
  z-index:3;
  width:min(360px,78%);
  padding:32px;
  border:1px solid rgba(247,193,31,.7);
  background:linear-gradient(180deg,rgba(7,27,50,.94),rgba(7,27,50,.78));
  box-shadow:0 24px 70px rgba(0,0,0,.34);
  backdrop-filter:blur(8px);
}

.framework-card span{
  display:block;
  margin-bottom:10px;
  color:var(--yellow);
  font-size:11px;
  font-weight:900;
  letter-spacing:1.5px;
}

.framework-card strong{
  display:block;
  color:#fff;
  font-family:"Cinzel",Georgia,serif;
  font-size:34px;
  line-height:1.05;
  letter-spacing:-1px;
}

.framework-card p{
  margin-top:14px;
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.5;
}

.framework-pill{
  position:absolute;
  z-index:4;
  padding:10px 14px;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(7,27,50,.82);
  color:#fff;
  font-size:12px;
  font-weight:800;
  box-shadow:0 12px 28px rgba(0,0,0,.2);
}

.framework-pill::before{
  content:"✓";
  margin-right:7px;
  color:var(--yellow);
}

.pill-one{top:15%;left:4%}
.pill-two{top:29%;right:2%}
.pill-three{bottom:25%;left:0}
.pill-four{bottom:12%;right:5%}

@media (min-width:1061px) and (max-width:1360px){
  .global-safety-grid{width:86%;grid-template-columns:minmax(0,58%) minmax(0,42%)}
  .global-safety-copy h1{font-size:clamp(42px,4.15vw,56px)}
  .global-safety-copy h1 span{font-size:clamp(22px,2vw,28px)}
  .global-safety-visual::before{width:330px;height:330px}
  .global-safety-visual::after{width:430px;height:430px}
  .framework-card{width:min(320px,82%);padding:26px}
  .framework-card strong{font-size:29px}
}

@media (max-width:1060px){
  .hero-slide-global-safety .global-safety-overlay{
    background:
      linear-gradient(180deg,rgba(7,20,43,.9) 0%,rgba(7,20,43,.72) 42%,rgba(7,20,43,.94) 100%);
  }

  .global-safety-grid{
    width:min(100% - 40px,920px);
    min-height:clamp(780px,92svh,980px);
    grid-template-columns:1fr;
    align-content:start;
    gap:20px;
    padding-top:clamp(28px,5vw,46px);
    padding-bottom:34px;
  }

  .global-safety-copy{
    max-width:none;
  }

  .global-safety-copy h1{
    font-size:clamp(32px,7vw,48px);
    letter-spacing:-1.5px;
  }

  .global-safety-copy h1 span{
    font-size:clamp(20px,4vw,28px);
  }

  .global-safety-lead{
    font-size:clamp(17px,3vw,21px);
  }

  .global-safety-text{
    font-size:clamp(14px,2.4vw,17px);
  }

  .global-safety-visual{
    min-height:330px;
  }

  .global-safety-visual::before{width:260px;height:260px}
  .global-safety-visual::after{width:340px;height:340px}
  .framework-card{width:min(330px,78%);padding:26px}
}

@media (max-width:680px){
  .global-safety-grid{
    width:calc(100% - 28px);
    min-height:900px;
    padding-top:24px;
  }

  .global-safety-copy h1{
    font-size:clamp(29px,9vw,39px);
    line-height:1.02;
    letter-spacing:-1px;
  }

  .global-safety-copy h1 span{
    font-size:clamp(17px,5vw,22px);
  }

  .global-safety-actions{
    flex-direction:column;
  }

  .global-safety-actions .btn{
    width:100%;
  }

  .global-safety-visual{
    min-height:360px;
  }

  .global-safety-visual::before{width:220px;height:220px}
  .global-safety-visual::after{width:290px;height:290px}
  .framework-card{width:min(300px,82%);padding:22px}
  .framework-card strong{font-size:27px}
  .framework-pill{font-size:10px;padding:8px 10px}
  .pill-one{top:10%;left:0}
  .pill-two{top:25%;right:0}
  .pill-three{bottom:23%;left:0}
  .pill-four{bottom:8%;right:0}
}


/* ======================================================================
   Slide 2 visual update.
   Replace the custom framework card cluster with a rounded photo card
   using the provided risk-assessment image.
   ====================================================================== */
.visual-image-card{
  min-height:430px;
}

.visual-image-card::before,
.visual-image-card::after{
  display:none;
}

.visual-photo-wrap{
  position:relative;
  z-index:3;
  width:min(430px,90%);
  aspect-ratio:1 / 1;
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 28px 70px rgba(0,0,0,.34);
  background:rgba(255,255,255,.04);
}

.global-safety-photo{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

@media (min-width:1061px) and (max-width:1360px){
  .visual-photo-wrap{
    width:min(380px,92%);
    border-radius:24px;
  }
}

@media (max-width:1060px){
  .visual-image-card{
    min-height:340px;
  }

  .visual-photo-wrap{
    width:min(360px,90vw);
    border-radius:24px;
  }
}

@media (max-width:680px){
  .visual-image-card{
    min-height:320px;
  }

  .visual-photo-wrap{
    width:min(320px,88vw);
    border-radius:22px;
  }
}


/* ======================================================================
   Course card spacing refinement.
   Compact the title/description/footer rhythm without changing imagery,
   card styling, pricing, content, or slider behavior.
   ====================================================================== */
.course-slider{
  align-items:flex-start;
}

.course-card{
  align-self:flex-start;
}

.course-body{
  padding:22px 24px 20px;
}

.course-meta{
  margin-bottom:8px;
}

.course-body h3{
  min-height:0;
  margin-bottom:8px;
  line-height:1.16;
}

.course-body p{
  min-height:0;
  margin:0;
  line-height:1.52;
}

.course-footer{
  margin-top:14px;
  padding-top:14px;
}

@media (min-width:1061px){
  .course-body{
    padding:20px 24px 20px;
  }

  .course-meta{
    margin-bottom:7px;
  }

  .course-body h3{
    margin-bottom:7px;
  }

  .course-footer{
    margin-top:13px;
    padding-top:13px;
  }
}

@media (max-width:680px){
  .course-body{
    padding:20px 18px 18px;
  }

  .course-footer{
    margin-top:12px;
    padding-top:12px;
  }
}


/* ======================================================================
   Course cards equal-height refinement.
   Keep compact internal spacing, stretch all cards to the tallest card in
   the visible row, let the content area flex, and pin the footer to bottom.
   ====================================================================== */
.course-slider{
  align-items:stretch;
}

.course-card{
  align-self:stretch;
  display:flex;
  flex-direction:column;
  height:auto;
}

.course-image{
  flex:0 0 auto;
}

.course-body{
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
  min-height:0;
}

.course-body p{
  flex:0 0 auto;
}

.course-footer{
  margin-top:auto;
  padding-top:14px;
}

/* Reserve a consistent title block on larger screens so one-line and
   two-line course names align without introducing oversized empty space. */
@media (min-width:681px){
  .course-body h3{
    min-height:2.35em;
    display:flex;
    align-items:flex-start;
  }
}

/* Mobile cards remain naturally content-sized internally, while the footer
   still stays anchored at the bottom of each card. */
@media (max-width:680px){
  .course-body h3{
    min-height:0;
  }
}


/* ======================================================================
   Employer carousel: authentic logo images, always shown in full color.
   ====================================================================== */
.company-logo{
  filter:none !important;
  opacity:1 !important;
  padding:18px 26px;
  background:#fff;
}

.company-logo:hover{
  filter:none !important;
  opacity:1 !important;
}

.company-logo img{
  width:100%;
  height:100%;
  max-width:155px;
  max-height:64px;
  object-fit:contain;
  object-position:center;
  filter:none !important;
  opacity:1 !important;
}

.company-logo:nth-child(6n + 2) img,
.company-logo:nth-child(6n + 3) img{
  max-width:105px;
  max-height:72px;
}

.company-logo:nth-child(6n + 4) img{
  max-width:120px;
}

.company-logo:nth-child(6n + 5) img{
  max-width:160px;
}

.company-logo:nth-child(6n + 6) img{
  max-width:150px;
}

@media (max-width:680px){
  .company-logo{padding:14px 20px}
  .company-logo img{max-height:54px}
}


/* ======================================================================
   Mobile hero content flow refinement.
   - Restore the signature-slide eyebrow on tablet/mobile.
   - Place slide-specific imagery directly after the yellow heading on
     Slides 2 and 3, before description text and CTAs.
   - Desktop hero layouts remain unchanged.
   ====================================================================== */
.signature-mobile-eyebrow,
.global-mobile-visual{
  display:none;
}

@media (max-width:1060px){
  .signature-mobile-eyebrow{
    display:block;
    margin-bottom:14px;
    color:var(--yellow);
    font-family:"Source Sans 3",Inter,ui-sans-serif,system-ui,sans-serif;
    font-size:clamp(11px,2.6vw,13px);
    line-height:1.1;
    font-weight:900;
    letter-spacing:1.7px;
    text-transform:uppercase;
  }

  .global-mobile-visual{
    display:block;
    width:100%;
    margin:18px 0 16px;
    border-radius:22px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.16);
    box-shadow:0 22px 50px rgba(0,0,0,.28);
    background:rgba(255,255,255,.04);
  }

  .global-mobile-visual img{
    display:block;
    width:100%;
    height:clamp(260px,42vw,390px);
    object-fit:cover;
    object-position:center;
  }

  /* The desktop/right visual is replaced by the in-flow mobile image. */
  .hero-slide-global-safety .global-safety-grid > .global-safety-visual{
    display:none;
  }

  .global-safety-grid{
    gap:0;
    min-height:clamp(860px,98svh,1080px);
  }

  .global-safety-lead{
    margin-top:0;
  }
}

@media (max-width:680px){
  .signature-mobile-eyebrow{
    margin-bottom:12px;
    font-size:11px;
    letter-spacing:1.5px;
  }

  .global-mobile-visual{
    margin:14px 0 14px;
    border-radius:18px;
  }

  .global-mobile-visual img{
    height:clamp(220px,58vw,300px);
  }

  .global-safety-grid{
    min-height:900px;
  }
}


/* ======================================================================
   Slide 3 visual consistency update.
   Use the same group-training image on desktop, tablet and mobile.
   Desktop: rounded right-side image card.
   Tablet/mobile: existing in-flow image below the yellow heading.
   ====================================================================== */
@media (min-width:1061px){
  .hero-slide-career-support .career-image-card{
    min-height:430px;
  }

  .hero-slide-career-support .career-image-card::before,
  .hero-slide-career-support .career-image-card::after{
    display:none;
  }

  .hero-slide-career-support .career-photo-wrap{
    width:min(470px,92%);
    aspect-ratio:4 / 3;
    border-radius:28px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.18);
    box-shadow:0 28px 70px rgba(0,0,0,.34);
    background:rgba(255,255,255,.04);
  }

  .hero-slide-career-support .career-photo-wrap img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
  }
}

@media (min-width:1061px) and (max-width:1360px){
  .hero-slide-career-support .career-photo-wrap{
    width:min(410px,94%);
    border-radius:24px;
  }
}


/* ======================================================================
   Mobile signature hero positioning refinement.
   First slide only: move badge 7 percentage points upward and principal
   8 percentage points to the right. No desktop/tablet/text changes.
   ====================================================================== */
@media (max-width:767px){
  .hero-slide-signature .signature-mobile-badge{
    top:17%;
  }

  .hero-slide-signature .signature-mobile-chairman{
    left:58%;
  }
}


/* ======================================================================
   Quick-access service cards interaction refinement.
   All cards are white by default. The hovered/focused card turns yellow.
   Layout, spacing, icons, and responsive behavior remain unchanged.
   ====================================================================== */
.strip-card,
.strip-card-accent{
  background:#fff;
}

.strip-card .strip-icon,
.strip-card-accent .strip-icon{
  background:#edf3f8;
}

.strip-card span,
.strip-card-accent span{
  color:var(--red);
}

.strip-card:hover,
.strip-card:focus-visible,
.strip-card-accent:hover,
.strip-card-accent:focus-visible{
  background:var(--yellow);
  transform:translateY(-5px);
  box-shadow:0 16px 35px rgba(7,27,50,.1);
}

.strip-card:hover .strip-icon,
.strip-card:focus-visible .strip-icon,
.strip-card-accent:hover .strip-icon,
.strip-card-accent:focus-visible .strip-icon{
  background:rgba(255,255,255,.68);
}

.strip-card:hover span,
.strip-card:focus-visible span,
.strip-card-accent:hover span,
.strip-card-accent:focus-visible span{
  color:#715600;
}


/* -- Logo size adaptation for NAISFT LOGO NEW.png --
   The project logo (2168x725, ratio 2.99) is taller relative to its width than
   the design placeholder (2038x587, ratio 3.47). These max-height overrides
   restore the equivalent visual width at every breakpoint. */
@media(min-width:1281px){.brand-logo{max-height:81px}}
@media(min-width:1061px) and (max-width:1280px){.brand-logo{max-height:76px}}
@media(max-width:1060px){.brand-logo{max-height:87px}}
@media(max-width:680px){.brand-logo{max-height:74px}}

/* -- Section h2 matched to hero yellow heading scale --
   Desktop ≥1361px: clamp(46px,3.55vw,64px) — global-safety h1 base
   Mid-desktop 1061–1360px: clamp(42px,4.15vw,56px) — global-safety h1 mid-range override
   Tablet ≤1060px: clamp(32px,7vw,48px) — same as hero at tablet
   Mobile ≤680px: clamp(29px,9vw,39px) — same as hero at mobile
   .verify-section h2 keeps its own smaller size (higher specificity selector). */
@media(min-width:1061px) and (max-width:1360px){
  h2{font-size:clamp(42px,4.15vw,56px);line-height:1.02;letter-spacing:-2px}
}
@media(max-width:1060px){
  h2{font-size:clamp(32px,7vw,48px);line-height:1.02;letter-spacing:-1.5px}
}
@media(max-width:680px){
  h2{font-size:clamp(29px,9vw,39px);line-height:1.02;letter-spacing:-1px}
}

/* -- Slide 1 yellow heading size fix --
   At ≤767px the signature h1 shrinks to fit the mobile layout, but the yellow
   .signature-title-mobile must stay the same scale as the other slides' em text
   so all three hero slides look visually consistent. */
@media(max-width:767px){
  .signature-title-mobile{font-size:clamp(32px,7.2vw,48px) !important}
}
@media(max-width:680px){
  .signature-title-mobile{font-size:clamp(29px,9vw,39px) !important}
}
/* About navigation dropdown */
.main-nav .nav-dropdown-toggle{font-family:"Source Sans 3",sans-serif;font-size:clamp(10.5px,.76vw,12.5px);line-height:1.2;font-weight:800;letter-spacing:0;white-space:nowrap}
@media(max-width:1060px){.main-nav .nav-dropdown-toggle{font-size:14px}}
.nav-dropdown{position:relative;display:flex;align-items:center}.nav-dropdown-toggle{border:0;background:transparent;padding:0;font:inherit;font-size:12px;font-weight:800;color:#263649;cursor:pointer;display:flex;align-items:center;gap:5px}.nav-dropdown-toggle:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--red);transition:.2s}.nav-dropdown:hover .nav-dropdown-toggle:after,.nav-dropdown:focus-within .nav-dropdown-toggle:after,.nav-dropdown.active .nav-dropdown-toggle:after{right:0}.nav-dropdown-menu{position:absolute;top:calc(100% + 20px);left:50%;transform:translate(-50%,8px);min-width:260px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 24px 55px rgba(7,27,50,.16);padding:10px;opacity:0;visibility:hidden;pointer-events:none;transition:.2s;z-index:120}.nav-dropdown-menu:before{content:"";position:absolute;left:0;right:0;top:-22px;height:22px}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown.open .nav-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}.nav-dropdown-menu a{display:block;padding:11px 12px;border-radius:9px;color:#263649;font-size:13px;font-weight:800;line-height:1.2}.nav-dropdown-menu a:hover,.nav-dropdown-menu a.active{background:#f6f8fb;color:var(--red)}
@media(max-width:1060px){.nav-dropdown{display:block}.nav-dropdown-toggle{width:100%;justify-content:space-between;padding:12px 0;font-size:14px}.nav-dropdown-toggle:after{display:none}.nav-dropdown-menu{position:static;display:block;opacity:1;visibility:visible;pointer-events:auto;transform:none!important;box-shadow:none;border:0;background:#f7f9fc;border-radius:10px;padding:7px;margin:0 0 6px}.nav-dropdown-menu:before{display:none}.nav-dropdown-menu a{padding:10px 12px}}
/* Final header parity: the button-based About item must match link-based items. */
@media(min-width:1281px){.main-nav .nav-dropdown-toggle{font-size:15px;font-weight:700;line-height:1.2;letter-spacing:0}}
@media(min-width:1061px) and (max-width:1280px){.main-nav .nav-dropdown-toggle{font-size:13px;font-weight:800}}
@media(max-width:1060px){.main-nav .nav-dropdown-toggle{font-size:15px;font-weight:700}}
