/* Forti Byte UX hardening — responsive, accessible, performance-minded overrides. */
:root{
    --fb-border:#d8dadd;
    --fb-soft:#f5f6f7;
    --fb-ink:#232426;
    --fb-red:#A6192E;
    --fb-red-dark:#821022;
}
html{scroll-padding-top:88px}
body{min-width:320px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
main,section,article,aside,nav,header,footer,.container,.platform-shell,.auth-wrap,.account-layout,.lms-course-layout{min-width:0}
img,svg,video,canvas,iframe,embed,object{max-width:100%}
iframe{border:0}
button,input,select,textarea{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}

/* Small top-page loading indicator. It disappears after the page load event. */
.fb-page-loader{position:fixed;z-index:99999;left:0;right:0;top:0;height:3px;background:transparent;pointer-events:none;overflow:hidden;transition:opacity .2s ease;animation:fbLoaderFallback .15s 7s forwards}
.fb-page-loader span{display:block;width:38%;height:100%;background:linear-gradient(90deg,var(--fb-red-dark),var(--fb-red),#d33b51);box-shadow:0 0 10px rgba(166,25,46,.35);animation:fbLoader 1.05s cubic-bezier(.4,0,.2,1) infinite}
.fb-page-loader.is-done{opacity:0}
@keyframes fbLoader{0%{transform:translateX(-110%)}100%{transform:translateX(365%)}}
@keyframes fbLoaderFallback{to{opacity:0;visibility:hidden}}

/* Native lazy images get a restrained loading treatment instead of flashing in. */
img[loading="lazy"]{background:#eef0f2}
img[loading="lazy"].fb-lazy-img{opacity:.01;filter:blur(6px);transform:scale(1.012);transition:opacity .32s ease,filter .38s ease,transform .38s ease}
img[loading="lazy"].fb-lazy-img.is-loaded{opacity:1;filter:none;transform:none}

/* Buttons: secondary actions must remain visible on white/light surfaces. */
.btn{min-height:42px;justify-content:center;line-height:1.2;text-align:center;white-space:normal}
.btn-secondary{background:#fff;color:var(--fb-red)!important;border:2px solid var(--fb-red)!important;box-shadow:none}
.btn-secondary:hover,.btn-secondary:focus-visible{background:#fff3f5;color:var(--fb-red-dark)!important;border-color:var(--fb-red-dark)!important}
.hero .btn-secondary,.page-hero .btn-secondary,.auth-side .btn-secondary,.portal-banner .btn-secondary,.site-footer .btn-secondary,.learning-network-card.dark .btn-secondary{background:transparent;color:#fff!important;border-color:#fff!important}
.hero .btn-secondary:hover,.page-hero .btn-secondary:hover,.auth-side .btn-secondary:hover,.portal-banner .btn-secondary:hover{background:#fff;color:var(--fb-ink)!important}
.btn[disabled],button[disabled]{cursor:not-allowed;opacity:.62}
.btn.is-loading,.form-submit.is-loading,.admin-btn.is-loading{position:relative;pointer-events:none;color:transparent!important}
.btn.is-loading i,.form-submit.is-loading i,.admin-btn.is-loading i{visibility:hidden}
.btn.is-loading::after,.form-submit.is-loading::after,.admin-btn.is-loading::after{content:"";position:absolute;left:50%;top:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:fbSpin .7s linear infinite;color:#fff}
.btn-secondary.is-loading::after{color:var(--fb-red)}
@keyframes fbSpin{to{transform:rotate(360deg)}}

/* Desktop navigation and mega menu. */
.nav-container{position:relative;max-width:1260px}
.nav-links{gap:16px}
.nav-links>li>a{display:inline-flex;align-items:center;gap:5px;min-height:40px;padding-top:5px}
.nav-chevron{font-size:8px;transition:transform .18s ease}
.mega-menu{position:static}
.mega-panel{position:absolute;left:20px;right:20px;top:calc(100% - 1px);z-index:1400;background:#fff;border:1px solid #e0e1e3;border-top:3px solid var(--fb-red);box-shadow:0 20px 45px rgba(20,22,24,.16);padding:0;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;text-transform:none}
.mega-menu:hover .mega-panel,.mega-menu:focus-within .mega-panel,.mega-menu.is-open .mega-panel{opacity:1;visibility:visible;transform:translateY(0)}
.mega-menu:hover .nav-chevron,.mega-menu:focus-within .nav-chevron,.mega-menu.is-open .nav-chevron{transform:rotate(180deg)}
.mega-panel a{text-transform:none!important;letter-spacing:0!important}
.mega-panel-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 21px 15px;border-bottom:1px solid #eceef0;background:#fafafa}
.mega-panel-head strong{display:block;margin-top:3px;font:700 14px var(--font-heading);color:#25272a}
.mega-eyebrow{font:800 9px var(--font-heading);letter-spacing:1.1px;text-transform:uppercase;color:var(--fb-red)}
.mega-all-link{font:700 10px var(--font-heading)!important;color:var(--fb-red)!important;white-space:nowrap}
.mega-grid{display:grid;grid-template-columns:1fr 1fr .92fr;gap:0}
.mega-column{padding:18px 20px 20px;border-right:1px solid #eceef0;min-width:0}
.mega-column:last-child{border-right:0}
.mega-column-title{display:flex;align-items:center;gap:8px;margin-bottom:10px;font:800 11px var(--font-heading);text-transform:uppercase;letter-spacing:.5px;color:#303236}
.mega-column-title i{color:var(--fb-red);width:16px;text-align:center}
.mega-course{display:block!important;padding:9px 8px!important;margin:0 -8px;border-radius:3px;color:#282a2d!important}
.mega-course:hover{background:#fff5f6;color:var(--fb-red)!important}
.mega-course strong{display:block;font:700 11.5px/1.35 var(--font-heading);text-transform:none}
.mega-course small{display:block;margin-top:3px;color:#797d82;font:400 9.5px/1.4 var(--font-body);text-transform:none}
.mega-mini-link{display:inline-block!important;margin-top:8px;padding:5px 0!important;color:var(--fb-red)!important;font:700 9.5px var(--font-heading)!important}
.mega-services>a{display:flex!important;align-items:flex-start;gap:10px;padding:9px 8px!important;margin:0 -8px;border-radius:3px;color:#303236!important}
.mega-services>a:hover{background:#f5f6f7}
.mega-services>a>i{width:20px;text-align:center;color:var(--fb-red);margin-top:3px}
.mega-services strong{display:block;font:700 11px var(--font-heading)}
.mega-services small{display:block;font:400 9.5px/1.35 var(--font-body);color:#7b7f84;margin-top:2px}
.mega-panel-foot{display:flex;align-items:center;gap:20px;padding:10px 21px;background:#242629;color:#c7c9cc;font-size:9.5px}
.mega-panel-foot span{display:inline-flex;align-items:center;gap:6px}
.mega-panel-foot i{color:#dc4057}
.mega-panel-foot a{margin-left:auto;color:#fff!important;font-weight:700!important}

/* Mobile drawer polish. */
.drawer-logo{font-size:18px!important;color:#fff!important}
.drawer-logo .logo-text-wrap b{color:#fff;font:800 16px var(--font-heading);letter-spacing:.5px}
.drawer-logo .logo-text-wrap span{color:#9ea2a7;font-size:8px;letter-spacing:1.2px}
.drawer-section-label{margin:22px 0 7px;color:#777c82;font:700 9px var(--font-heading);text-transform:uppercase;letter-spacing:1.25px}
.drawer-links{margin-top:0}
.drawer-links li{margin-bottom:4px}
.drawer-links a{min-height:42px;padding:9px 7px;font-size:12px;text-transform:none;border-radius:4px}
.drawer-links a:hover{background:#242629}
.drawer-links-compact{padding-top:0}
.drawer-enroll{width:100%;margin-top:18px}
.drawer-contact-info i{color:#d72d45;width:16px}
.mobile-drawer{overflow-y:auto;overscroll-behavior:contain}

/* Forms and authentication. */
.auth-page{padding-left:18px;padding-right:18px}
.auth-wrap{width:100%;max-width:980px}
.auth-form,.auth-side{min-width:0}
.field-row>*{min-width:0}
.field input,.field select,.field textarea,.form-control{min-height:44px}
.field select{appearance:auto}
.field-help,.muted-copy,.auth-bottom{overflow-wrap:anywhere}
.form-foot{flex-wrap:wrap}
.auth-link{display:inline-block}
.flash{overflow-wrap:anywhere}

/* Public/course layouts. */
.course-card-v2,.course-card,.platform-card,.exam-card,.certificate-card,.resource-book,.summary-box{min-width:0}
.course-card-v2-footer,.lesson-actions,.platform-head-actions,.cta-buttons{flex-wrap:wrap}
.course-card-v2-footer .actions{display:flex;gap:8px;flex-wrap:wrap}
.course-card-v2-footer .actions .btn{min-width:132px}
.breadcrumb-nav{overflow-x:auto;white-space:nowrap;scrollbar-width:none}
.breadcrumb-nav::-webkit-scrollbar{display:none}
.page-hero-title,.hero-title,.platform-title{overflow-wrap:anywhere}

/* Student/LMS/Exam usability. */
.account-content,.lesson-main,.exam-paper{min-width:0}
.curriculum-sidebar{max-height:calc(100vh - 105px);overflow:auto}
.lesson-player video,.lesson-player iframe{width:100%;height:100%;display:block}
.lesson-content{overflow-wrap:anywhere}
.lesson-content table{display:block;max-width:100%;overflow-x:auto}
.lesson-content pre,.lesson-content code{max-width:100%;overflow:auto}
.resource-body .btn{width:100%}
.answer-option{min-height:44px}
.exam-topline{position:sticky;top:74px;z-index:15;box-shadow:0 4px 12px rgba(0,0,0,.09)}
.admin-table-wrap,.platform-card{scrollbar-width:thin}

/* Large sections can skip off-screen paint without changing document flow. */
@supports(content-visibility:auto){
    body[data-page="home"] .courses-section,
    body[data-page="home"] .learning-network-section,
    body[data-page="home"] .techwall-section,
    body[data-page="home"] .curriculum-section,
    body[data-page="home"] .feedback-section,
    body[data-page="home"] .contact-section{content-visibility:auto;contain-intrinsic-size:700px}
}

@media(max-width:1180px){
    .nav-links{display:none!important}
    .mobile-toggle{display:inline-flex!important;align-items:center;justify-content:center;min-width:44px;min-height:44px}
    .nav-container{padding-left:18px;padding-right:18px}
}

@media(max-width:900px){
    .auth-wrap,.auth-wrap[style]{grid-template-columns:1fr!important;max-width:720px!important}
    .auth-side{padding:28px 28px 25px}
    .auth-side:after{right:auto;left:0;top:auto;bottom:0;width:100%;height:3px}
    .auth-trust{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px}
    .auth-trust span{align-items:flex-start}
    .account-layout,.lms-course-layout,.checkout-layout{grid-template-columns:1fr!important}
    .account-sidebar,.curriculum-sidebar,.checkout-summary{position:static!important;max-height:none}
    .curriculum-sidebar{order:2}
    .lesson-main{order:1}
    .footer-shell{gap:28px}
    .exam-topline{top:0}
}

@media(max-width:760px){
    html{scroll-padding-top:72px}
    body{padding-bottom:68px}
    .notice-bar-inner{gap:8px}
    .notice-bar-actions{width:100%;justify-content:center}
    .nav-container{padding:9px 14px}
    .logo{gap:8px}
    .logo img{width:36px;height:36px}
    .logo-text-wrap b{font-size:15px}
    .logo-text-wrap>span{font-size:8px;letter-spacing:1.3px}
    .mobile-drawer{width:min(88vw,340px);left:min(-90vw,-350px);padding:22px 17px}
    .hero{padding:62px 16px 58px}
    .hero-title{font-size:clamp(30px,9vw,39px);line-height:1.12}
    .hero-description{font-size:15px!important;line-height:1.7}
    .hero-trained-badge{max-width:100%}
    .cta-buttons{display:grid;grid-template-columns:1fr;width:100%}
    .cta-buttons .btn{width:100%}
    .section-title{font-size:clamp(24px,7vw,31px)!important;line-height:1.2}
    .page-hero{padding-left:16px!important;padding-right:16px!important}
    .page-hero-title{font-size:clamp(28px,8vw,36px)!important}
    .page-hero-desc{font-size:14px}
    .platform-shell{padding-left:14px!important;padding-right:14px!important}
    .platform-card{padding:18px 16px}
    .platform-title{font-size:25px}
    .platform-lead{font-size:13.5px}
    .platform-head-actions{width:100%;display:grid;grid-template-columns:1fr}
    .platform-head-actions .btn{width:100%}
    .auth-page{padding:22px 10px 52px}
    .auth-side{padding:24px 20px}
    .auth-side h1{font-size:21px}
    .auth-side .auth-emblem{width:46px;height:46px;margin-bottom:15px}
    .auth-trust{grid-template-columns:1fr;gap:8px;margin-top:16px}
    .auth-form{padding:25px 18px}
    .auth-form h2{font-size:20px}
    .field-row{grid-template-columns:1fr!important;gap:0}
    .field input,.field select,.field textarea,.form-control{font-size:16px;min-height:47px;padding:11px 12px}
    .form-foot{align-items:flex-start}
    .form-submit{min-height:48px}
    .course-card-v2-footer{align-items:flex-start!important;gap:13px}
    .course-card-v2-footer .actions{width:100%}
    .course-card-v2-footer .actions .btn{flex:1 1 100%;width:100%}
    .portal-banner-inner{padding:25px 15px}
    .portal-banner h1{font-size:23px}
    .portal-id{max-width:100%;overflow:hidden;text-overflow:ellipsis}
    .portal-tabs-inner{padding:0 8px}
    .portal-tabs a{padding:12px 10px;font-size:10px}
    .lesson-player{border-radius:3px}
    .lesson-actions{display:grid;grid-template-columns:1fr}
    .lesson-actions .btn{width:100%}
    .exam-card{padding:16px}
    .exam-status{min-width:0}
    .exam-topline{align-items:flex-start;flex-direction:column;padding:11px 13px}
    .question-card{padding:16px 14px}
    .answer-option{padding:11px 10px;font-size:13px}
    .certificate-card{padding:16px}
    .checkout-course{align-items:flex-start}
    .checkout-course img{width:72px;height:54px}
    .mobile-cta-bar{gap:8px;padding:9px 10px calc(9px + env(safe-area-inset-bottom))}
    .mobile-cta-bar .btn{font-size:10px;padding:10px 9px;min-width:0}
    .chat-launcher{bottom:82px}
    .chat-panel{max-width:calc(100vw - 20px);right:10px;bottom:142px}
    .modal-overlay{align-items:flex-end!important;padding:0!important}
    .modal-box{width:100%!important;max-width:none!important;max-height:92dvh!important;border-radius:14px 14px 0 0!important;padding:25px 18px calc(20px + env(safe-area-inset-bottom))!important}
    .modal-top-bar{border-radius:14px 14px 0 0!important}
    .modal-form-grid .form-control{font-size:16px}
}

@media(max-width:480px){
    .logo-text-wrap>span{display:none}
    .notice-bar p{line-height:1.35}
    .auth-side p{font-size:12px}
    .platform-card{border-radius:5px}
    .account-summary-grid,.admin-stat-grid{grid-template-columns:1fr!important}
    .resource-grid{grid-template-columns:1fr!important}
    .book-cover{height:155px}
    .chat-panel{width:calc(100vw - 20px)}
}

@media(prefers-reduced-motion:reduce){
    .fb-page-loader span{animation-duration:2.2s}
    img[loading="lazy"].fb-lazy-img{transition:none;filter:none;transform:none}
    .mega-panel{transition:none}
}

/* Keep authenticated learning screens focused on learning rather than admissions prompts. */
body[data-page^="lms"] .mobile-cta-bar,
body[data-page^="exam"] .mobile-cta-bar,
body[data-page^="account"] .mobile-cta-bar,
body[data-page^="lms"] .chat-launcher,
body[data-page^="exam"] .chat-launcher,
body[data-page^="account"] .chat-launcher,
body[data-page^="lms"] .chat-panel,
body[data-page^="exam"] .chat-panel,
body[data-page^="account"] .chat-panel{display:none!important}
@media(max-width:760px){body[data-page^="lms"],body[data-page^="exam"],body[data-page^="account"]{padding-bottom:0}}

/* =====================================================================
   UX refinement v7 — visual hierarchy, mobile density and trust-oriented
   layout. Keeps the established Forti Byte visual language intact.
   ===================================================================== */

/* Announcement: one clear message + one action. */
.notice-bar-inner{max-width:1260px;min-height:38px;padding:7px 20px;flex-wrap:nowrap;justify-content:center}
.notice-bar p{min-width:0;margin:0;font-size:11.5px;line-height:1.35;font-weight:600;letter-spacing:.05px;flex-wrap:nowrap}
.notice-bar p i{font-size:10px;flex:0 0 auto}
.notice-bar-actions{gap:8px}
.notice-bar-btn{min-height:28px;padding:5px 12px;border:1px solid rgba(255,255,255,.9);font-size:9.5px;letter-spacing:.25px;box-shadow:none}
.notice-bar-close{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%}
.notice-bar-close:hover{background:rgba(255,255,255,.1)}

/* More consistent section rhythm and readable line lengths. */
.section-title{letter-spacing:-.35px}
.courses-container,.learning-network-inner,.trust-container,.contact-container{width:100%}
.learning-network-intro>p,.section-heading-wrap>p{max-width:760px}
.course-card,.learning-path-card,.trust-card,.platform-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.course-card:hover,.learning-path-card:hover,.trust-card:hover{transform:translateY(-3px)}

/* Featured courses: stronger hierarchy without oversized cards. */
.courses-section .carousel-track{scroll-snap-type:x proximity;scroll-padding-inline:4px}
.courses-section .course-card{scroll-snap-align:start}
.courses-section .course-content h3{font-size:16px;line-height:1.35;margin-bottom:8px}
.courses-section .course-content p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}

/* Forms: calm, predictable interaction states. */
.field input,.field select,.field textarea,.form-control{border-radius:5px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}
.field input:focus,.field select:focus,.field textarea:focus,.form-control:focus{outline:none;border-color:var(--fb-red)!important;box-shadow:0 0 0 3px rgba(166,25,46,.09)!important}
.form-submit,.btn-primary{box-shadow:0 2px 5px rgba(100,10,24,.12)}
.form-submit:hover,.btn-primary:hover{box-shadow:0 5px 13px rgba(100,10,24,.17)}

/* Mobile/tablet: prioritize content, reduce card bulk and remove visual clutter. */
@media(max-width:760px){
    html{scroll-padding-top:70px}
    .notice-bar-inner{position:relative;min-height:34px;padding:6px 38px 6px 12px;gap:8px;justify-content:flex-start;text-align:left}
    .notice-bar p{flex:1 1 auto;display:block;min-width:0;font-size:10px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .notice-bar p i{display:none}
    .notice-bar-actions{width:auto;flex:0 0 auto;gap:4px;justify-content:flex-end}
    .notice-bar-btn{min-height:25px;padding:4px 9px;background:transparent;color:#fff!important;border-color:rgba(255,255,255,.72);font-size:8.5px;border-radius:3px;text-transform:none;letter-spacing:0}
    .notice-bar-close{position:absolute;right:7px;top:50%;transform:translateY(-50%);width:25px;height:25px;font-size:11px}

    .site-header .nav-container{min-height:61px;padding-left:13px;padding-right:13px}
    .site-header .logo img{width:35px;height:35px}
    .site-header .logo-text-wrap b{font-size:14px}
    .mobile-toggle{width:42px;height:42px;border-radius:4px}

    .hero,.page-hero{overflow:hidden}
    .hero-title,.page-hero-title{line-height:1.1;letter-spacing:-.6px}
    .hero .cta-buttons,.page-hero .cta-buttons{gap:8px}
    .hero .cta-buttons .btn,.page-hero .cta-buttons .btn{min-height:44px}

    .courses-section,.feedback-section{padding:40px 0}
    .courses-section .courses-container{padding:0 14px}
    .courses-section .section-title{font-size:23px;line-height:1.15;margin-bottom:12px}
    .courses-section .carousel-wrapper{margin-left:-14px;margin-right:-14px}
    .courses-section .carousel-track{gap:11px;padding:8px 14px 13px}
    .courses-section .course-card{min-width:222px;max-width:222px;border-radius:6px;box-shadow:0 3px 10px rgba(0,0,0,.055)}
    .courses-section .course-img-wrapper{height:112px}
    .courses-section .course-content{padding:13px}
    .courses-section .course-content h3{font-size:13px;line-height:1.3;margin-bottom:6px}
    .courses-section .course-content p{font-size:10.5px;line-height:1.45;margin-bottom:11px;-webkit-line-clamp:2}
    .courses-section .course-content .btn{min-height:35px;padding:7px 9px!important;font-size:9px!important;width:100%}
    .courses-section .carousel-btn{display:none}
    .courses-section .carousel-wrapper::after{content:"Swipe to explore";position:absolute;right:14px;bottom:-12px;color:#8a8d91;font-size:8.5px;letter-spacing:.2px}
    .courses-section .courses-container>div[style*="text-align:center"]{margin-top:22px!important;padding:0 14px}
    .courses-section .courses-container>div[style*="text-align:center"] .btn{width:100%;max-width:330px}

    .trust-grid,.learning-path-grid{gap:12px}
    .trust-card,.learning-path-card{padding:18px 16px}
    .trust-card h3,.learning-path-card h3{font-size:15px;line-height:1.3}
    .trust-card p,.learning-path-card p{font-size:11.5px;line-height:1.55}
    .learning-path-meta{gap:5px}
    .learning-path-meta span{font-size:8.5px;padding:5px 7px}

    .section-title{font-size:23px;line-height:1.16}
    .section-eyebrow{font-size:9px;letter-spacing:.75px}
    .learning-network-intro>p{font-size:12px;line-height:1.65}

    .auth-wrap{box-shadow:0 8px 24px rgba(20,22,24,.08)}
    .auth-form{padding:23px 17px}
    .field{margin-bottom:14px}
    .field label{font-size:10.5px;margin-bottom:6px}

    .platform-shell{padding-top:18px!important;padding-bottom:38px!important}
    .platform-card{box-shadow:0 3px 12px rgba(20,22,24,.055)}
    .portal-tabs{overflow:hidden}
    .portal-tabs-inner{overflow-x:auto;scrollbar-width:none;white-space:nowrap;justify-content:flex-start}
    .portal-tabs-inner::-webkit-scrollbar{display:none}
}

@media(max-width:420px){
    .notice-bar-inner{padding-left:10px}
    .notice-bar p{font-size:9.5px}
    .notice-bar-btn{font-size:8px;padding-left:7px;padding-right:7px}
    .courses-section .course-card{min-width:205px;max-width:205px}
    .courses-section .course-img-wrapper{height:103px}
    .courses-section .course-content{padding:12px}
    .section-title,.courses-section .section-title{font-size:21px}
}


/* =====================================================================
   UX refinement v8 — stronger homepage conversion design and cleaner
   information hierarchy while preserving the Forti Byte brand language.
   ===================================================================== */

/* Notice bar redesign */
.notice-bar{position:relative;z-index:1200}
.notice-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:14px;max-width:1260px;min-height:46px;padding:9px 18px}
.notice-bar-copy{display:flex;align-items:center;gap:10px;min-width:0;flex:1 1 auto}
.notice-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);color:#fff;font:800 10px/1 var(--font-heading);letter-spacing:.55px;text-transform:uppercase;white-space:nowrap}
.notice-message{min-width:0;margin:0;color:#fff;font-size:12px;font-weight:600;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.notice-bar-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.notice-bar-btn{min-height:32px;padding:7px 13px;border-radius:999px;border:1px solid rgba(255,255,255,.9);background:#fff;color:var(--fb-red)!important;font:800 10px/1 var(--font-heading);letter-spacing:.35px;text-transform:uppercase}
.notice-bar-btn:hover{background:#fff6f8;color:var(--fb-red-dark)!important;border-color:#fff}
.notice-bar-close{width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}
.notice-bar-close:hover{background:rgba(255,255,255,.14)}

/* Cleaner homepage section headings */
.section-heading-wrap{display:flex;flex-direction:column;gap:10px;margin-bottom:26px}
.section-heading-center{text-align:center;align-items:center}
.section-heading-wrap .section-title{margin-bottom:0;border-bottom:0;padding-bottom:0;display:block}
.section-heading-wrap p{margin:0;color:#6d7278;font-size:14px;line-height:1.75;max-width:760px}
.section-cta-row{display:flex;justify-content:center;margin-top:26px}

/* Stats + trust feel more premium */
.stats-banner{background:linear-gradient(135deg,#a6192e 0%,#8d1729 52%,#791220 100%)}
.stats-container{gap:16px}
.stat-item{padding:8px 6px}
.stat-item h3{font-size:28px;letter-spacing:-.4px}
.stat-item p{font-size:12px;letter-spacing:.65px;color:rgba(255,255,255,.86)}
.trust-card,.feature-card,.month-card,.feedback-card,.faq-item,.form-card,.contact-info-box,.sidebar-box,.journey-card{border-radius:14px}
.trust-card,.feature-card,.month-card,.feedback-card,.faq-item,.form-card,.contact-info-box,.sidebar-box{box-shadow:0 10px 28px rgba(18,24,32,.05);border-color:#eaedf0}
.trust-card{padding:28px 26px;background:#fff;text-align:left}
.trust-card i{font-size:30px;margin-bottom:14px}
.trust-card h3,.feature-card h3,.month-card h3{font:700 19px var(--font-heading);margin-bottom:10px;color:#1f2430}
.trust-card p{font-size:14px;line-height:1.72;color:#66707a}

/* Featured courses: more modern card system */
.courses-section{background:linear-gradient(180deg,#f6f7f8 0%,#f8f9fb 100%)}
.carousel-wrapper{position:relative}
.carousel-track{gap:24px;padding:12px 6px 18px}
.course-card-home{min-width:330px;max-width:360px;border-radius:18px;border:1px solid #e7eaee;box-shadow:0 12px 34px rgba(18,24,32,.07);overflow:hidden;background:#fff}
.course-card-home:hover{transform:translateY(-6px);box-shadow:0 20px 42px rgba(18,24,32,.11);border-color:#d7dde3}
.course-card-home-media{height:208px;background:#101318}
.course-card-home-media::after{content:"";position:absolute;inset:auto 0 0 0;height:46%;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.34) 100%);pointer-events:none}
.course-home-badges{position:absolute;left:16px;right:16px;top:14px;display:flex;align-items:center;justify-content:space-between;gap:10px;z-index:1}
.course-home-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 11px;border-radius:999px;background:rgba(255,255,255,.96);color:#222;font:800 10px/1 var(--font-heading);letter-spacing:.4px;text-transform:uppercase;box-shadow:0 6px 20px rgba(16,19,24,.16)}
.course-home-badge.category{background:var(--fb-red);color:#fff}
.course-card-home-content{padding:20px 20px 18px;gap:0}
.course-home-topline{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;font-size:11px;color:#77808a}
.course-home-provider{font-weight:700;color:#2a2f35}
.course-home-delivery{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}
.course-card-home-content h3{font-size:24px;line-height:1.28;letter-spacing:-.55px;margin-bottom:10px;color:#151923}
.course-card-home-content p{font-size:14px;line-height:1.72;color:#66707a;margin-bottom:16px;-webkit-line-clamp:4}
.course-home-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}
.course-home-meta span{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:#f4f6f8;color:#3c444d;font-size:11px;font-weight:600}
.course-home-meta i{color:var(--fb-red)}
.course-home-cta{width:100%;min-height:46px;border-radius:12px;font-size:12px;letter-spacing:.35px;text-transform:uppercase}
.carousel-btn{width:46px;height:46px;border-color:#dde2e7;box-shadow:0 8px 22px rgba(18,24,32,.1)}
.carousel-btn.prev{left:-22px}.carousel-btn.next{right:-22px}

/* New journey section */
.journey-section{padding:74px 20px;background:#fff;border-top:1px solid #eceef1;border-bottom:1px solid #eceef1}
.journey-container{max-width:1200px;margin:0 auto}
.journey-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.journey-card{background:#fff;border:1px solid #e6eaef;padding:28px;display:flex;flex-direction:column;box-shadow:0 10px 28px rgba(18,24,32,.05);position:relative;overflow:hidden}
.journey-card.featured{border-color:rgba(166,25,46,.25);box-shadow:0 18px 40px rgba(166,25,46,.12)}
.journey-card.featured::before{content:"Most Flexible";position:absolute;top:15px;right:-34px;background:var(--fb-red);color:#fff;padding:6px 40px;font:800 9px/1 var(--font-heading);letter-spacing:.6px;text-transform:uppercase;transform:rotate(35deg)}
.journey-icon{width:54px;height:54px;border-radius:16px;background:#fff2f4;color:var(--fb-red);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:16px}
.journey-card h3{font:700 22px/1.25 var(--font-heading);letter-spacing:-.35px;color:#171c24;margin-bottom:10px}
.journey-card p{font-size:14px;line-height:1.72;color:#66707a;margin-bottom:16px}
.journey-card ul{list-style:none;padding:0;margin:0 0 20px}
.journey-card li{position:relative;padding-left:24px;margin-bottom:10px;color:#3f454d;font-size:13px;line-height:1.55}
.journey-card li::before{content:"\f058";font-family:'Font Awesome 6 Free';font-weight:900;color:var(--fb-red);position:absolute;left:0;top:1px}
.journey-card .btn{margin-top:auto;width:100%}

/* Lower homepage sections feel more intentional */
.curriculum-section,.faq-section,.feedback-section,.contact-section{background:#fff}
.curriculum-section{padding:76px 20px 64px}
.curriculum-sub{font-size:15px;line-height:1.75;color:#69717a;max-width:700px;margin-bottom:36px}
.curriculum-grid{grid-template-columns:repeat(4,1fr);gap:22px}
.month-card{padding:28px 24px;background:#fff}
.month-card h3{font-size:18px}
.month-card ul li{font-size:13px;line-height:1.6}
.main-wrapper{margin:70px auto;gap:34px;align-items:start}
.feature-card{border-left:0;border-top:4px solid var(--fb-red);padding:26px 24px;border-radius:14px}
.feature-card p{font-size:14px;line-height:1.75}
.sidebar h3{font-size:18px;margin-bottom:16px}
.sidebar-links li+li{margin-top:8px}
.sidebar-links a{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #ebedf0;border-radius:12px;background:#fff;color:#31363c;transition:all .18s ease}
.sidebar-links a:hover{border-color:rgba(166,25,46,.22);background:#fff6f8;color:var(--fb-red)}
.sidebar-box{padding:24px;background:#fff;border:1px solid #eaedf0}
.feedback-grid{gap:22px}
.feedback-card{padding:28px;background:#fff;border:1px solid #eaedf0}
.feedback-card p{font-size:14px;line-height:1.75;color:#646d77}
.contact-section{padding:78px 20px 84px;background:#f7f8fa}
.contact-container{gap:28px}
.form-card,.contact-info-box{background:#fff;border:1px solid #e8ebef;box-shadow:0 16px 38px rgba(18,24,32,.06)}
.info-item{padding:14px 0;border-bottom:1px solid #f0f2f4}.info-item:last-child{border-bottom:0}
.contact-info-box{padding:34px}

/* Mobile / tablet refinement */
@media(max-width:1024px){
  .journey-grid{grid-template-columns:1fr}
  .curriculum-grid{grid-template-columns:repeat(2,1fr)}
  .course-card-home{min-width:308px;max-width:308px}
}
@media(max-width:760px){
  .notice-bar-inner{min-height:40px;padding:7px 10px 7px 12px;gap:8px}
  .notice-bar-copy{gap:8px;min-width:0;max-width:calc(100% - 72px)}
  .notice-badge{display:none}
  .notice-message{font-size:10.5px;line-height:1.3}
  .notice-bar-actions{gap:5px}
  .notice-bar-btn{min-height:26px;padding:0 10px;font-size:8.5px;border-radius:999px;background:rgba(255,255,255,.14);color:#fff!important;border-color:rgba(255,255,255,.28);text-transform:none;letter-spacing:0;font-weight:700}
  .notice-bar-close{width:26px;height:26px}

  .section-heading-wrap{gap:8px;margin-bottom:18px}
  .section-heading-wrap p{font-size:12px;line-height:1.65}
  .stats-banner{padding:20px 12px}
  .stats-container{grid-template-columns:1fr 1fr;gap:10px}
  .stat-item{padding:10px 8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.09);border-radius:12px}
  .stat-item i{font-size:19px;margin-bottom:5px}
  .stat-item h3{font-size:20px}
  .stat-item p{font-size:10px;line-height:1.4}

  .trust-section,.journey-section,.curriculum-section,.feedback-section,.faq-section,.contact-section{padding-left:14px;padding-right:14px}
  .trust-section{padding-top:48px;padding-bottom:48px}
  .trust-grid{gap:14px}
  .trust-card{padding:18px 16px;border-radius:16px}
  .trust-card h3{font-size:16px}
  .trust-card p{font-size:12px}

  .courses-section{padding:46px 0;background:#f7f8fa}
  .courses-section .courses-container{padding:0 14px}
  .courses-section .section-title{font-size:28px;line-height:1.05}
  .courses-section .carousel-wrapper{margin-left:-14px;margin-right:-14px}
  .courses-section .carousel-track{gap:14px;padding:8px 14px 14px}
  .course-card-home{min-width:254px;max-width:254px;border-radius:18px;box-shadow:0 10px 24px rgba(18,24,32,.08)}
  .course-card-home-media{height:146px}
  .course-home-badges{left:10px;right:10px;top:10px}
  .course-home-badge{min-height:24px;padding:0 9px;font-size:8px}
  .course-card-home-content{padding:14px 14px 14px}
  .course-home-topline{margin-bottom:8px;font-size:9px;gap:8px;align-items:flex-start;flex-direction:column}
  .course-card-home-content h3{font-size:17px;line-height:1.26;margin-bottom:8px;letter-spacing:-.3px}
  .course-card-home-content p{font-size:11px;line-height:1.58;margin-bottom:12px;-webkit-line-clamp:3}
  .course-home-meta{gap:6px;margin-bottom:14px}
  .course-home-meta span{font-size:9.5px;padding:6px 8px}
  .course-home-cta{min-height:39px;font-size:10px;border-radius:10px}
  .courses-section .carousel-btn{display:none}
  .courses-section .carousel-wrapper::after{content:"Swipe to explore";position:absolute;right:14px;bottom:-12px;color:#7a7f86;font-size:9px;letter-spacing:.2px}
  .section-cta-row{margin-top:22px}
  .section-cta-row .btn{width:100%;max-width:340px}

  .journey-section{padding-top:52px;padding-bottom:52px}
  .journey-grid{gap:14px}
  .journey-card{padding:20px 18px;border-radius:18px}
  .journey-card.featured::before{top:14px;right:-38px;font-size:8px;padding:5px 40px}
  .journey-icon{width:46px;height:46px;border-radius:14px;font-size:19px;margin-bottom:13px}
  .journey-card h3{font-size:18px}
  .journey-card p{font-size:12px;line-height:1.65}
  .journey-card li{font-size:11.5px;line-height:1.55;margin-bottom:8px}

  .learning-network-section{padding:54px 14px}
  .learning-path-grid{gap:14px}
  .learning-path-card{padding:20px 18px;border-radius:16px}
  .learning-path-card h3{font-size:17px}
  .learning-path-card p{font-size:12px}

  .curriculum-section{padding-top:54px;padding-bottom:50px}
  .curriculum-grid{grid-template-columns:1fr;gap:14px}
  .month-card{padding:20px 18px;border-radius:16px}
  .month-card::before{font-size:58px;top:-6px;right:-2px}
  .main-wrapper{margin:48px auto;grid-template-columns:1fr;gap:22px;padding:0 14px}
  .features-grid{gap:14px;margin-bottom:28px}
  .feature-card{padding:20px 18px}
  .sidebar{order:2}
  .content-area{order:1}
  .sidebar-links a{padding:11px 12px}
  .feedback-card{padding:20px 18px;border-radius:16px}
  .faq-item{border-radius:16px}
  .faq-question{padding:16px 18px;font-size:14px}
  .faq-answer p{padding:0 18px 18px;font-size:13px}
  .contact-section{padding-top:56px;padding-bottom:64px}
  .contact-container{grid-template-columns:1fr;gap:16px}
  .form-card,.contact-info-box{padding:22px 18px;border-radius:18px}
}
@media(max-width:420px){
  .notice-message{font-size:10px}
  .stats-container{grid-template-columns:1fr 1fr}
  .course-card-home{min-width:238px;max-width:238px}
  .course-card-home-media{height:138px}
  .course-card-home-content h3{font-size:16px}
  .journey-card,.trust-card,.feature-card,.form-card,.contact-info-box{padding:18px 16px}
}

/* =====================================================================
   Homepage UX v9 — clean learning-platform layout
   ===================================================================== */

/* Brand lockup: keep the academy caption visible at every size. */
.logo-text-wrap{min-width:0;align-items:flex-start}
.logo-text-wrap b{display:block;font-family:var(--font-heading);font-size:19px;line-height:1;letter-spacing:2.7px;color:#202226;white-space:nowrap}
.logo-text-wrap>span{display:block!important;width:100%;margin-top:4px;font-family:var(--font-heading);font-size:8px!important;line-height:1;letter-spacing:2.15px!important;text-transform:uppercase;color:#757a80;font-weight:700!important;white-space:nowrap}

/* Announcement: a single compact utility row, not a promotional banner. */
.notice-bar{background:#9f172b!important;border:0!important;box-shadow:none!important}
.notice-bar-inner{height:38px;min-height:38px!important;max-width:1220px!important;padding:0 18px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important}
.notice-bar-copy{display:flex!important;align-items:center!important;gap:9px!important;min-width:0!important;flex:0 1 auto!important}
.notice-badge{min-height:20px!important;padding:0 8px!important;font-size:8.5px!important;letter-spacing:.7px!important;background:rgba(255,255,255,.11)!important;border-color:rgba(255,255,255,.2)!important}
.notice-message{display:block!important;margin:0!important;max-width:720px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:#fff!important;font-size:10.5px!important;line-height:1!important;font-weight:600!important}
.notice-bar-actions{display:flex!important;align-items:center!important;gap:5px!important;width:auto!important;flex:0 0 auto!important}
.notice-bar-btn{min-height:24px!important;height:24px!important;padding:0 10px!important;border:0!important;border-radius:999px!important;background:#fff!important;color:#93152a!important;font-size:8.5px!important;line-height:1!important;font-weight:800!important;letter-spacing:.25px!important;text-transform:none!important;box-shadow:none!important}
.notice-bar-close{position:static!important;transform:none!important;width:24px!important;height:24px!important;font-size:10px!important;background:transparent!important}

/* Shared homepage typography. */
.home-section{padding:76px 20px}
.home-heading{max-width:760px;margin:0 0 30px}
.home-heading-center{margin-left:auto;margin-right:auto;text-align:center}
.home-kicker{display:block;margin-bottom:9px;color:var(--fb-red);font:800 10px/1.2 var(--font-heading);letter-spacing:1.25px;text-transform:uppercase}
.home-heading h2{margin:0;color:#181c22;font:800 clamp(28px,3vw,42px)/1.12 var(--font-heading);letter-spacing:-1.15px}
.home-heading p{margin:13px 0 0;color:#68717b;font-size:15px;line-height:1.7}

/* Hero: keep current artwork, improve CTA hierarchy. */
.hero-inner{max-width:1180px}
.hero-title{max-width:820px;letter-spacing:-1.4px}
.hero-description{max-width:760px}
.hero .cta-buttons{margin-top:2px}

/* Compact proof strip replaces the large red statistics screen. */
.proof-strip{background:#fff;border-bottom:1px solid #e8ebef;box-shadow:0 5px 18px rgba(18,24,32,.035)}
.proof-strip-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);padding:18px 20px}
.proof-item{display:flex;align-items:center;gap:12px;min-width:0;padding:5px 22px;border-right:1px solid #eceff2}
.proof-item:first-child{padding-left:0}.proof-item:last-child{border-right:0;padding-right:0}
.proof-item>i{flex:0 0 36px;width:36px;height:36px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:#fff0f3;color:var(--fb-red);font-size:15px}
.proof-item div{min-width:0}.proof-item strong{display:block;color:#20252b;font:700 13px/1.25 var(--font-heading)}
.proof-item span{display:block;margin-top:3px;color:#7a8189;font-size:10.5px;line-height:1.3}

/* Trust cards: restrained and informational. */
.trust-section{background:#fff!important;padding:76px 20px!important;border-bottom:1px solid #edf0f2}
.home-card-grid{gap:18px!important;margin-top:0!important}
.trust-card{padding:24px!important;border-radius:14px!important;background:#fff!important;text-align:left!important;border:1px solid #e5e9ed!important;box-shadow:none!important}
.trust-card:hover{transform:none!important;box-shadow:0 12px 28px rgba(18,24,32,.06)!important;border-color:#dce1e6!important}
.home-icon{width:42px;height:42px;border-radius:12px;background:#fff0f3;color:var(--fb-red);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.home-icon i{font-size:18px!important;margin:0!important;color:inherit!important}
.trust-card h3{font:700 18px/1.25 var(--font-heading)!important;margin:0 0 9px!important;color:#20242a}
.trust-card p{margin:0!important;font-size:13.5px!important;line-height:1.7!important;color:#68717b!important}

/* Courses: make the catalogue feel product-led and easy to scan. */
.courses-section{padding:78px 20px!important;background:#f6f7f9!important}
.courses-container{max-width:1200px!important}
.courses-section .section-heading-wrap{max-width:760px;margin:0 auto 28px!important;text-align:center}
.courses-section .section-title{font:800 clamp(28px,3vw,40px)/1.12 var(--font-heading)!important;letter-spacing:-1px!important;border:0!important;padding:0!important;margin:0!important}
.courses-section .section-heading-wrap p{font-size:14px!important;line-height:1.7!important;color:#6c747d!important}
.carousel-track{gap:18px!important;padding:8px 4px 16px!important}
.course-card-home{min-width:322px!important;max-width:350px!important;border-radius:14px!important;border:1px solid #e0e4e8!important;box-shadow:0 7px 22px rgba(18,24,32,.055)!important}
.course-card-home-media{height:178px!important}
.course-card-home-content{padding:18px!important}
.course-home-topline{margin-bottom:9px!important}
.course-home-provider{font-size:10px!important}.course-home-delivery{font-size:9.5px!important}
.course-card-home-content h3{font-size:20px!important;line-height:1.28!important;margin-bottom:8px!important;letter-spacing:-.4px!important}
.course-card-home-content p{font-size:12.5px!important;line-height:1.62!important;margin-bottom:13px!important;-webkit-line-clamp:3!important}
.course-home-meta{margin-bottom:14px!important}
.course-home-meta span{padding:5px 8px!important;font-size:9.5px!important}
.course-home-cta{min-height:40px!important;border-radius:9px!important;font-size:10px!important}

/* Two clear learning directions instead of a three-column journey. */
.discover-section{background:#fff;border-bottom:1px solid #edf0f2}
.discover-container{max-width:1200px;margin:0 auto}
.discover-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.discover-card{position:relative;min-height:420px;overflow:hidden;border-radius:18px;border:1px solid #e1e5e9;background:#171b21;color:#fff;display:grid;grid-template-columns:minmax(0,1fr) 190px;padding:32px}
.discover-card.discover-code{background:#f4f5f7;color:#1c2128}
.discover-copy{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start}
.discover-label{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.12);color:#fff;font:800 9px/1 var(--font-heading);letter-spacing:.8px;text-transform:uppercase;margin-bottom:18px}
.discover-code .discover-label{background:#fff;color:var(--fb-red);border:1px solid #e1e4e8}
.discover-card h3{max-width:390px;margin:0 0 10px;font:800 30px/1.12 var(--font-heading);letter-spacing:-.8px}
.discover-card p{max-width:450px;margin:0 0 18px;color:#c7ccd2;font-size:13px;line-height:1.65}
.discover-code p{color:#69717a}
.discover-links{display:grid;gap:8px;width:100%;max-width:470px;margin-bottom:22px}
.discover-links a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.12);color:#fff;font:600 11.5px/1.4 var(--font-heading)}
.discover-code .discover-links a{color:#252a31;border-color:#dde1e5}
.discover-links i{font-size:9px;color:#d84659}
.discover-card .btn{margin-top:auto;min-height:40px;font-size:10px;border-radius:9px;padding-left:16px;padding-right:16px}
.discover-art{position:absolute;right:-26px;bottom:-28px;width:230px;height:230px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(166,25,46,.18);font-size:92px;color:rgba(255,255,255,.16);z-index:1}
.discover-code .discover-art{background:#fff;color:rgba(166,25,46,.11)}

/* How it works: compact 4-step row. */
.how-section{background:#f7f8fa}
.how-container{max-width:1200px;margin:0 auto}
.how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.how-step{position:relative;padding:22px 18px 20px;border:1px solid #e3e7eb;border-radius:14px;background:#fff;min-height:210px}
.how-number{position:absolute;top:16px;right:16px;color:#a8afb7;font:800 10px var(--font-heading);letter-spacing:1px}
.how-step-icon{width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:#fff0f3;color:var(--fb-red);font-size:16px;margin-bottom:18px}
.how-step h3{margin:0 0 8px;font:700 16px/1.25 var(--font-heading);color:#20252b}
.how-step p{margin:0;color:#707881;font-size:12px;line-height:1.6}
.how-actions{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:24px}
.how-actions .btn{min-width:160px}

/* Existing lower sections: remove demo-template visual habits. */
.techwall-section,.curriculum-section,.outcomes-section,.affiliations-section,.faq-section,.feedback-section,.contact-section{border-top:0!important}
.curriculum-section{padding:76px 20px!important}
.curriculum-container>.section-title,.affiliations-section>.section-title,.faq-container>.section-title{display:block!important;width:auto!important;max-width:760px!important;margin:0 auto 12px!important;padding:0!important;border:0!important;text-align:center!important;font:800 clamp(28px,3vw,40px)/1.12 var(--font-heading)!important;letter-spacing:-1px!important}
.curriculum-sub{max-width:700px!important;margin:0 auto 34px!important;text-align:center!important}
.curriculum-grid{grid-template-columns:repeat(4,1fr)!important;gap:14px!important}
.month-card{border-radius:14px!important;padding:22px 18px!important;box-shadow:none!important;background:#fff!important}
.month-card::before{font-size:48px!important;top:5px!important;right:8px!important}
.month-tag{font-size:8px!important;padding:5px 9px!important}
.month-card h3{font-size:16px!important;margin-bottom:10px!important}
.month-card ul li{font-size:11.5px!important;line-height:1.55!important}

.outcomes-section{background:#fff}
.outcomes-container{max-width:1200px;margin:0 auto}
.outcomes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.outcome-card{padding:22px 18px;border-top:3px solid var(--fb-red);background:#fff;border-left:1px solid #e5e9ed;border-right:1px solid #e5e9ed;border-bottom:1px solid #e5e9ed;border-radius:12px}
.outcome-card>i{font-size:18px;color:var(--fb-red);margin-bottom:14px}
.outcome-card h3{font:700 16px/1.3 var(--font-heading);margin:0 0 7px;color:#20252b}
.outcome-card p{margin:0;color:#707881;font-size:12px;line-height:1.62}
.audience-band{margin-top:20px;padding:22px 24px;border-radius:14px;background:#181c22;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px}
.audience-band .home-kicker{color:#ff8596;margin-bottom:6px}.audience-band h3{margin:0;font:700 20px/1.3 var(--font-heading)}
.audience-band .btn{flex:0 0 auto}

.feedback-section{padding:76px 20px!important;background:#f6f7f9!important}
.feedback-heading{max-width:720px!important;margin-bottom:28px!important}
.feedback-grid{margin-top:0!important;grid-template-columns:repeat(3,1fr)!important;gap:16px!important}
.feedback-card{padding:22px!important;border:1px solid #e4e8ec!important;border-radius:14px!important;box-shadow:none!important}
.feedback-card .stars{font-size:11px!important;margin-bottom:12px!important;color:#f4b400!important}
.feedback-card p{font-size:12.5px!important;line-height:1.7!important;margin-bottom:20px!important;font-style:normal!important;color:#5f6871!important}
.user-avatar{width:34px!important;height:34px!important;font-size:11px!important}
.user-details h5{font-size:12px!important}.user-details span{font-size:10px!important}

.faq-section{padding:76px 20px!important;background:#fff!important}
.faq-item{border-radius:10px!important;box-shadow:none!important;margin-bottom:9px!important}
.faq-question{padding:15px 18px!important;font-size:13px!important}.faq-answer p{font-size:12.5px!important}

.contact-section{padding:76px 20px!important;background:#f6f7f9!important}
.form-card,.contact-info-box{box-shadow:none!important;border-radius:14px!important}

/* Mobile nav typography and mobile homepage density. */
@media(max-width:760px){
  .site-header .nav-container{min-height:68px!important;padding:10px 14px!important}
  .site-header .logo{gap:10px!important}
  .site-header .logo img{width:40px!important;height:40px!important}
  .site-header .logo-text-wrap b{font-size:16px!important;letter-spacing:2.1px!important}
  .site-header .logo-text-wrap>span{display:block!important;font-size:6.8px!important;letter-spacing:1.72px!important;margin-top:4px!important}
  .mobile-toggle{width:44px!important;height:44px!important;font-size:22px!important}
  .drawer-links a{font-size:15px!important;min-height:48px!important;padding:12px 10px!important;font-weight:650!important}
  .drawer-section-label{font-size:10px!important;margin-top:24px!important}

  .notice-bar-inner{height:36px!important;min-height:36px!important;padding:0 8px 0 12px!important;justify-content:space-between!important;gap:6px!important}
  .notice-bar-copy{max-width:none!important;flex:1 1 auto!important;min-width:0!important}
  .notice-badge{display:none!important}
  .notice-message{font-size:9.5px!important;max-width:none!important;line-height:1!important}
  .notice-bar-btn{height:23px!important;min-height:23px!important;padding:0 8px!important;font-size:7.8px!important;white-space:nowrap!important;background:rgba(255,255,255,.13)!important;color:#fff!important;border:1px solid rgba(255,255,255,.22)!important}
  .notice-bar-close{width:23px!important;height:23px!important}

  .hero{padding:54px 16px 46px!important}
  .hero-title{font-size:clamp(34px,10.5vw,46px)!important;line-height:1.04!important;letter-spacing:-1.2px!important}
  .hero-description{font-size:14px!important;line-height:1.65!important}
  .hero-trained-badge{margin-bottom:16px!important;padding:8px 12px!important}
  .hero-trained-badge strong{font-size:11px!important}
  .hero .cta-buttons{display:none!important}

  .proof-strip{overflow:hidden}
  .proof-strip-inner{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory;padding:12px 14px!important;gap:8px!important;scrollbar-width:none}
  .proof-strip-inner::-webkit-scrollbar{display:none}
  .proof-item{flex:0 0 190px!important;scroll-snap-align:start;padding:10px 12px!important;border:1px solid #e7eaee!important;border-radius:12px!important;background:#fff!important;gap:10px!important}
  .proof-item>i{width:32px!important;height:32px!important;flex-basis:32px!important;font-size:13px!important}
  .proof-item strong{font-size:11px!important}.proof-item span{font-size:9px!important}

  .home-section{padding:50px 14px!important}
  .home-heading{margin-bottom:20px!important}
  .home-kicker{font-size:8.5px!important;letter-spacing:1px!important;margin-bottom:7px!important}
  .home-heading h2{font-size:28px!important;line-height:1.1!important;letter-spacing:-.7px!important}
  .home-heading p{font-size:12px!important;line-height:1.62!important;margin-top:9px!important}

  .trust-section{padding:50px 14px!important}
  .home-card-grid{grid-template-columns:1fr!important;gap:10px!important}
  .trust-card{padding:17px!important;display:grid!important;grid-template-columns:38px 1fr!important;column-gap:12px!important;align-items:start!important}
  .home-icon{width:38px!important;height:38px!important;margin:0!important;grid-row:1 / span 2!important}
  .trust-card h3{font-size:14px!important;margin:1px 0 5px!important}.trust-card p{font-size:11px!important;line-height:1.55!important}

  .courses-section{padding:52px 0!important}
  .courses-section .courses-container{padding:0 14px!important}
  .courses-section .section-heading-wrap{text-align:left!important;margin:0 0 18px!important;align-items:flex-start!important}
  .courses-section .section-title{font-size:28px!important}
  .courses-section .carousel-wrapper{margin:0 -14px!important}
  .courses-section .carousel-track{padding:2px 14px 12px!important;gap:12px!important}
  .course-card-home{min-width:246px!important;max-width:246px!important;border-radius:12px!important}
  .course-card-home-media{height:132px!important}
  .course-home-badges{left:9px!important;right:9px!important;top:9px!important}
  .course-home-badge{min-height:21px!important;padding:0 7px!important;font-size:7px!important}
  .course-card-home-content{padding:13px!important}
  .course-home-topline{display:block!important;margin-bottom:7px!important}.course-home-delivery{display:none!important}
  .course-home-provider{font-size:8.5px!important}
  .course-card-home-content h3{font-size:15px!important;line-height:1.28!important;margin-bottom:6px!important}
  .course-card-home-content p{font-size:10px!important;line-height:1.5!important;-webkit-line-clamp:2!important;margin-bottom:10px!important}
  .course-home-meta{display:none!important}.course-home-cta{min-height:34px!important;font-size:8.5px!important;border-radius:8px!important}
  .section-cta-row{margin-top:18px!important}.section-cta-row .btn{width:100%!important}

  .discover-grid{grid-template-columns:1fr!important;gap:12px!important}
  .discover-card{min-height:0!important;grid-template-columns:1fr!important;padding:22px 18px!important;border-radius:14px!important}
  .discover-card h3{font-size:23px!important;max-width:280px!important}.discover-card p{font-size:11.5px!important;line-height:1.58!important;max-width:300px!important}
  .discover-links{gap:3px!important;margin-bottom:16px!important}.discover-links a{padding:8px 0!important;font-size:10px!important}
  .discover-art{width:150px!important;height:150px!important;font-size:60px!important;right:-45px!important;bottom:-45px!important}
  .discover-card .btn{width:auto!important;min-height:35px!important;font-size:8.5px!important}

  .how-grid{grid-template-columns:1fr 1fr!important;gap:9px!important}
  .how-step{min-height:0!important;padding:15px 13px!important;border-radius:12px!important}
  .how-number{top:11px!important;right:11px!important;font-size:8px!important}.how-step-icon{width:34px!important;height:34px!important;font-size:13px!important;margin-bottom:11px!important}
  .how-step h3{font-size:12px!important;margin-bottom:5px!important}.how-step p{font-size:9.5px!important;line-height:1.5!important}
  .how-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:16px!important}.how-actions .btn{min-width:0!important;font-size:8.5px!important;padding:9px 7px!important}

  .curriculum-section{padding:52px 14px!important}
  .curriculum-container>.section-title,.affiliations-section>.section-title,.faq-container>.section-title{font-size:27px!important;text-align:left!important;margin:0 0 10px!important}
  .curriculum-sub{text-align:left!important;font-size:11.5px!important;line-height:1.6!important;margin:0 0 20px!important}
  .curriculum-grid{grid-template-columns:1fr 1fr!important;gap:9px!important}
  .month-card{padding:15px 13px!important;border-radius:12px!important}.month-card::before{font-size:36px!important}
  .month-tag{font-size:7px!important}.month-card h3{font-size:12px!important}.month-card ul li{font-size:9px!important;line-height:1.5!important;padding-left:15px!important}

  .outcomes-grid{grid-template-columns:1fr 1fr!important;gap:9px!important}
  .outcome-card{padding:15px 13px!important}.outcome-card>i{font-size:15px!important;margin-bottom:10px!important}.outcome-card h3{font-size:12px!important}.outcome-card p{font-size:9.5px!important;line-height:1.5!important}
  .audience-band{padding:18px!important;display:block!important}.audience-band h3{font-size:16px!important;margin-bottom:14px!important}.audience-band .btn{width:100%!important}

  .feedback-section{padding:52px 14px!important}
  .feedback-heading{text-align:left!important;margin-left:0!important;margin-right:0!important}
  .feedback-grid{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;gap:10px!important;padding:2px 0 8px!important;scrollbar-width:none}.feedback-grid::-webkit-scrollbar{display:none}
  .feedback-card{flex:0 0 82%!important;scroll-snap-align:start!important;padding:17px!important;border-radius:12px!important}
  .feedback-card p{font-size:11px!important;line-height:1.58!important;margin-bottom:15px!important}.feedback-card .stars{font-size:9px!important}

  .faq-section{padding:52px 14px!important}.faq-container>.section-title{text-align:left!important}.faq-question{font-size:11.5px!important;padding:13px 14px!important}.faq-answer p{font-size:10.5px!important;padding:0 14px 14px!important}
  .contact-section{padding:52px 14px 74px!important}

  /* Reduce competing conversion controls on mobile. */
  body[data-page="home"] .chat-launcher{display:none!important}
  .mobile-cta-bar{padding:8px 10px calc(8px + env(safe-area-inset-bottom))!important;gap:7px!important}
  .mobile-cta-bar .btn{min-height:42px!important;font-size:10px!important}
}

@media(max-width:420px){
  .notice-message{font-size:9px!important}
  .notice-bar-btn{font-size:7.2px!important;padding:0 7px!important}
  .proof-item{flex-basis:176px!important}
  .course-card-home{min-width:232px!important;max-width:232px!important}
  .home-heading h2{font-size:26px!important}
  .how-grid,.outcomes-grid,.curriculum-grid{grid-template-columns:1fr 1fr!important}
}
