@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap');

:root { --ink: #101c28; --navy: #152c3e; --cream: #f4f1e9; --amber: #f2a442; --line: rgba(16, 28, 40, .16); --muted: #67727a; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: 'DM Sans', sans-serif; }
a { color: inherit; text-decoration: none; }
.site-header { align-items: center; background: var(--cream); display: flex; justify-content: space-between; padding: 24px 5vw; position: absolute; top: 0; width: 100%; z-index: 4; }
.brand { align-items: center; display: inline-flex; gap: 12px; }
.brand-mark { align-items: center; background: var(--amber); color: var(--ink); display: inline-flex; font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 700; height: 38px; justify-content: center; letter-spacing: -.06em; transform: skew(-10deg); width: 38px; }
.brand-copy { display: flex; flex-direction: column; line-height: .9; }
.brand-copy strong { font-size: 11px; letter-spacing: .1em; }
.brand-copy small { font-size: 9px; letter-spacing: .22em; margin-top: 5px; }
.nav-links { align-items: center; display: flex; gap: clamp(20px, 3vw, 48px); font-size: 12px; font-weight: 600; }
.nav-links a:not(.nav-cta) { color: #4b5962; }
.nav-links a:not(.nav-cta):hover, .footer-links a:hover { color: var(--amber); }
.nav-cta { border: 1px solid var(--ink); padding: 12px 17px; }
.nav-cta span, .button span, .program-card a span { font-size: 17px; margin-left: 12px; }
.menu-toggle { background: none; border: 0; display: none; }
.hero { background: var(--cream); display: grid; grid-template-columns: 46% 54%; min-height: 720px; overflow: hidden; padding-top: 88px; position: relative; }
.hero-content { padding: clamp(60px, 9vw, 130px) 8vw 70px 11vw; position: relative; z-index: 1; }
.eyebrow { align-items: center; color: #6c767b; display: flex; font-size: 10px; font-weight: 700; gap: 9px; letter-spacing: .18em; margin: 0 0 27px; text-transform: uppercase; }
.signal-dot { background: var(--amber); border-radius: 50%; height: 8px; width: 8px; }
h1, h2, h3 { font-family: 'Barlow Condensed', sans-serif; margin: 0; text-transform: uppercase; }
h1 { font-size: clamp(78px, 9vw, 148px); letter-spacing: -.045em; line-height: .82; }
h1 em, h2 em { color: var(--amber); font-style: normal; }
.hero-intro { color: #617079; font-size: 15px; line-height: 1.7; margin: 39px 0 33px; max-width: 385px; }
.hero-actions { align-items: center; display: flex; gap: 28px; }
.button { align-items: center; border: 0; display: inline-flex; font-size: 11px; font-weight: 700; justify-content: space-between; letter-spacing: .08em; padding: 16px 20px; text-transform: uppercase; }
.button-primary { background: var(--amber); color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.text-link { border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 700; padding-bottom: 4px; text-transform: uppercase; }
.text-link span { color: var(--amber); font-size: 18px; margin-left: 11px; }
.hero-meta { border-top: 1px solid var(--line); display: flex; gap: clamp(20px, 4vw, 53px); margin-top: 86px; padding-top: 20px; }
.hero-meta div { align-items: flex-start; display: flex; gap: 11px; }
.hero-meta strong { color: var(--amber); font-size: 11px; }
.hero-meta span { color: #6d777b; font-size: 10px; line-height: 1.25; text-transform: uppercase; }
.hero-image-wrap { position: relative; }
.hero-image { height: 100%; object-fit: cover; width: 100%; }
.hero-image-wrap::after { background: linear-gradient(90deg, rgba(16,28,40,.18), transparent 35%), linear-gradient(0deg, rgba(16,28,40,.32), transparent 35%); content: ''; inset: 0; position: absolute; }
.hero-badge { align-items: center; background: var(--amber); border-radius: 50%; display: flex; flex-direction: column; height: 138px; justify-content: center; position: absolute; right: 9%; top: 21%; transform: rotate(11deg); width: 138px; z-index: 2; }
.hero-badge strong { font-family: 'Barlow Condensed'; font-size: 32px; line-height: .77; text-align: center; }
.badge-top, .badge-bottom { font-size: 7px; font-weight: 700; letter-spacing: .14em; }
.badge-top { margin-bottom: 10px; }.badge-bottom { margin-top: 13px; }
.image-caption { bottom: 25px; color: rgba(255,255,255,.75); display: flex; font-family: 'Barlow Condensed'; font-size: 11px; gap: 13px; letter-spacing: .12em; position: absolute; right: 7%; transform: rotate(-90deg) translateX(100%); transform-origin: right bottom; z-index: 2; }
.caption-line { background: var(--amber); display: block; height: 1px; margin-top: 6px; width: 38px; }.scroll-cue { align-items: center; bottom: 32px; display: flex; gap: 17px; left: 5vw; position: absolute; transform: rotate(-90deg); transform-origin: left center; z-index: 2; }.scroll-cue span { color: #7b8587; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }.scroll-cue i { background: var(--amber); display: block; height: 1px; width: 52px; }
.stats-strip { align-items: center; background: var(--navy); color: white; display: grid; grid-template-columns: repeat(3, 1fr) 1.7fr; padding: 31px 11vw; }.stats-strip > div { align-items: center; border-right: 1px solid rgba(255,255,255,.18); display: flex; gap: 17px; min-height: 45px; padding-right: 4vw; }.stats-strip > div + div { padding-left: 4vw; }.stats-strip strong { color: var(--amber); font-family: 'Barlow Condensed'; font-size: 38px; line-height: .7; }.stats-strip span { color: #cbd1d0; font-size: 10px; line-height: 1.3; text-transform: uppercase; }.stats-note { border: 0 !important; }.stats-note .aircraft-icon { color: var(--amber); font-size: 32px; transform: rotate(-38deg); }.stats-note strong { color: white; font-family: 'DM Sans'; font-size: 10px; }
.training-section { padding: 125px 11vw 133px; }.section-heading { display: inline-block; }.section-heading h2, .story-copy h2, .fleet-copy h2 { font-size: clamp(54px, 6vw, 91px); letter-spacing: -.035em; line-height: .83; }.section-lead { color: var(--muted); float: right; font-size: 14px; line-height: 1.7; margin: 33px 7% 0 0; max-width: 285px; }.program-grid { clear: both; display: grid; gap: 15px; grid-template-columns: repeat(3, 1fr); padding-top: 83px; }.program-card { border: 1px solid var(--line); min-height: 335px; padding: 25px 28px; position: relative; transition: background .25s, color .25s, transform .25s; }.program-card:hover { background: var(--navy); color: white; transform: translateY(-6px); }.program-card.featured { background: var(--amber); border-color: var(--amber); }.program-card.featured:hover { background: #f8ad4b; color: var(--ink); }.program-number { font-size: 10px; font-weight: 700; letter-spacing: .1em; }.program-icon { font-size: 30px; margin: 56px 0 17px; }.program-card h3 { font-size: 36px; letter-spacing: -.02em; line-height: .9; }.program-card p { color: #7b8587; font-size: 12px; line-height: 1.6; max-width: 210px; }.program-card:hover p, .featured p { color: inherit; opacity: .7; }.program-card a { bottom: 26px; font-size: 10px; font-weight: 700; position: absolute; text-transform: uppercase; }.program-card a span { color: var(--amber); }.featured a span { color: var(--ink); }
.story-section { background: #e7e3d9; display: grid; grid-template-columns: 1fr 1fr; }.story-visual { min-height: 570px; position: relative; }.story-visual img { height: 100%; object-fit: cover; width: 100%; }.vertical-label { bottom: 35px; color: white; font-size: 9px; font-weight: 700; letter-spacing: .15em; position: absolute; right: 30px; transform: rotate(-90deg); transform-origin: right; }.story-copy { align-self: center; padding: 70px 11vw 70px 8vw; }.story-copy > p:not(.eyebrow) { color: #687278; font-size: 14px; line-height: 1.7; max-width: 430px; }.story-copy .button { margin-top: 17px; }
.fleet-section { display: grid; grid-template-columns: 38% 62%; min-height: 550px; }.fleet-copy { padding: 100px 5vw 70px 11vw; }.fleet-copy > p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 34px 0; max-width: 285px; }.fleet-controls { align-items: center; display: flex; gap: 10px; margin-top: 58px; }.fleet-arrow { background: transparent; border: 1px solid var(--line); color: var(--ink); cursor: pointer; font-size: 20px; height: 43px; width: 43px; }.fleet-arrow.active { background: var(--amber); border-color: var(--amber); }.fleet-controls span { color: #89908e; font-size: 10px; margin-left: 15px; }.fleet-controls i { background: var(--amber); display: inline-block; height: 2px; margin: 0 7px 3px; width: 42px; }.fleet-image { min-height: 550px; overflow: hidden; position: relative; }.fleet-image img { height: 100%; object-fit: cover; width: 100%; }.aircraft-label { bottom: 35px; color: white; display: flex; flex-direction: column; left: 5vw; position: absolute; z-index: 1; }.aircraft-label strong { font-family: 'Barlow Condensed'; font-size: 38px; }.aircraft-label span { font-size: 9px; letter-spacing: .15em; }
.contact-section { background: var(--navy); color: white; display: grid; gap: 10vw; grid-template-columns: 1fr 1fr; padding: 108px 14vw; }.contact-section h2 { font-size: clamp(60px, 7vw, 105px); line-height: .82; }.contact-section .eyebrow { color: #a9b0ae; }.contact-form { display: flex; flex-direction: column; gap: 20px; padding-top: 10px; }.contact-form label { color: #a9b0ae; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }.contact-form input, .contact-form select { background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.25); color: white; display: block; font-family: inherit; font-size: 14px; margin-top: 9px; outline: 0; padding: 8px 0 13px; width: 100%; }.contact-form input::placeholder { color: #677782; }.contact-form select { background: var(--navy); }.contact-form .button { align-self: flex-start; border: 0; cursor: pointer; margin-top: 12px; }.form-note { color: #677782; font-size: 11px; margin: 0; }
.site-footer { align-items: center; background: #0c1721; color: white; display: grid; grid-template-columns: 1.5fr 1fr 1.5fr auto; padding: 40px 5vw; }.site-footer .brand-copy { color: white; }.site-footer p { color: #75828a; font-size: 11px; }.footer-links { display: flex; gap: 23px; }.footer-links a, .site-footer > small { color: #75828a; font-size: 10px; }.site-footer > small { text-align: right; }
@media (max-width: 900px) { .site-header { padding: 20px 6vw; }.nav-links { gap: 20px; }.hero { grid-template-columns: 1fr 1fr; }.hero-content { padding-left: 8vw; }.stats-strip { padding: 28px 6vw; }.stats-strip > div + div { padding-left: 2vw; }.stats-strip > div { padding-right: 2vw; }.training-section, .story-copy, .fleet-copy { padding-left: 8vw; padding-right: 8vw; }.contact-section { padding: 85px 8vw; }.site-footer { gap: 20px; grid-template-columns: 1fr 1fr; }.site-footer > small { text-align: left; } }
@media (max-width: 650px) { .site-header { position: relative; }.menu-toggle { display: flex; flex-direction: column; gap: 5px; }.menu-toggle span { background: var(--ink); display: block; height: 2px; width: 23px; }.nav-links { background: var(--cream); display: none; flex-direction: column; left: 0; padding: 25px 7vw; position: absolute; right: 0; top: 78px; }.nav-links.open { display: flex; }.hero { display: flex; flex-direction: column; min-height: auto; padding-top: 0; }.hero-content { padding: 70px 8vw 55px; }.hero-image-wrap { height: 430px; }.hero-badge { height: 110px; width: 110px; }.hero-badge strong { font-size: 26px; }.scroll-cue { display: none; }.stats-strip { gap: 22px; grid-template-columns: 1fr 1fr; padding: 28px 8vw; }.stats-strip > div { border: 0; padding: 0 !important; }.stats-note { grid-column: span 2; }.training-section { padding: 78px 8vw; }.section-lead { float: none; margin: 30px 0 0; }.program-grid { grid-template-columns: 1fr; padding-top: 45px; }.program-card { min-height: 300px; }.story-section, .fleet-section, .contact-section { display: flex; flex-direction: column; }.story-visual, .fleet-image { min-height: 400px; }.story-copy { padding: 70px 8vw; }.fleet-copy { order: 2; padding: 70px 8vw; }.contact-section { gap: 55px; padding: 78px 8vw; }.site-footer { align-items: start; display: flex; flex-direction: column; padding: 38px 8vw; }.footer-links { flex-wrap: wrap; }.site-footer > small { text-align: left; } }

.journey-section { background: #dce4e3; display: grid; gap: 8vw; grid-template-columns: .8fr 1.2fr; padding: 112px 11vw; }
.journey-heading h2 { font-family: 'Barlow Condensed'; font-size: clamp(54px, 6vw, 91px); letter-spacing: -.035em; line-height: .83; text-transform: uppercase; }
.journey-heading > p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.7; margin-top: 32px; max-width: 270px; }
.journey-steps { border-top: 1px solid var(--line); }
.journey-step { align-items: flex-start; border-bottom: 1px solid var(--line); display: grid; gap: 30px; grid-template-columns: 45px 1fr; padding: 24px 0; }
.journey-step > strong { color: var(--amber); font-family: 'Barlow Condensed'; font-size: 25px; }
.journey-step h3 { font-size: 26px; letter-spacing: -.01em; }
.journey-step p { color: #697477; font-size: 12px; line-height: 1.6; margin: 9px 0 0; max-width: 390px; }
.reviews-section { display: grid; gap: 18px; grid-template-columns: 1fr 1fr 1fr; padding: 120px 11vw; }
.reviews-heading h2 { font-family: 'Barlow Condensed'; font-size: clamp(54px, 5vw, 78px); letter-spacing: -.035em; line-height: .83; text-transform: uppercase; }
.review-stars { color: var(--amber); font-size: 15px; letter-spacing: .1em; margin-top: 42px; }
.review-stars span { color: var(--muted); display: block; font-size: 10px; letter-spacing: .08em; margin-top: 9px; }
.review-card { background: var(--amber); display: flex; flex-direction: column; min-height: 306px; padding: 27px 30px; }
.muted-card { background: var(--navy); color: white; }.quote-mark { font-family: Georgia, serif; font-size: 65px; height: 55px; line-height: 1; }.review-card blockquote { font-family: 'Barlow Condensed'; font-size: 25px; line-height: 1.04; margin: 17px 0 25px; max-width: 330px; }.review-author { align-items: center; display: flex; gap: 12px; margin-top: auto; }.avatar { align-items: center; background: var(--ink); border-radius: 50%; color: var(--amber); display: inline-flex; font-size: 10px; font-weight: 700; height: 35px; justify-content: center; width: 35px; }.muted-card .avatar { background: var(--amber); color: var(--ink); }.review-author strong, .review-author small { display: block; }.review-author strong { font-size: 11px; }.review-author small { color: #697477; font-size: 9px; margin-top: 3px; }.muted-card .review-author small { color: #aab6b8; }
.contact-note { color: #a9b0ae; font-size: 13px; line-height: 1.7; margin-top: 35px; max-width: 260px; }
.success-toast { align-items: center; background: var(--navy); bottom: 25px; box-shadow: 0 12px 35px rgba(16,28,40,.22); color: white; display: flex; gap: 13px; max-width: calc(100vw - 32px); opacity: 0; padding: 16px 17px; pointer-events: none; position: fixed; right: 25px; transform: translateY(18px); transition: opacity .25s ease, transform .25s ease; width: 330px; z-index: 10; }
.success-toast.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
.toast-icon { align-items: center; background: var(--amber); border-radius: 50%; color: var(--ink); display: inline-flex; font-weight: 700; height: 28px; justify-content: center; width: 28px; }
.success-toast strong, .success-toast small { display: block; }.success-toast strong { font-size: 11px; }.success-toast small { color: #b9c5c5; font-size: 10px; margin-top: 4px; }.success-toast button { background: transparent; border: 0; color: #b9c5c5; cursor: pointer; font-size: 20px; margin-left: auto; }
.pdf-viewer-shell { margin: 0 auto; max-width: 1180px; padding: 58px 6vw 70px; }.pdf-viewer-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 28px; }.pdf-viewer-heading h1 { font-size: clamp(58px, 7vw, 96px); line-height: .8; }.pdf-viewer-heading h1 em { color: var(--amber); font-style: normal; }.pdf-badge { background: var(--amber); font-size: 9px; font-weight: 700; letter-spacing: .12em; padding: 11px 13px; }.pdf-frame-wrap { background: #8b9495; height: min(760px, 72vh); min-height: 480px; overflow: hidden; position: relative; }.pdf-frame-wrap iframe { border: 0; height: 100%; position: relative; width: 100%; z-index: 1; }.pdf-watermark { color: #071725; font-size: clamp(20px, 3vw, 35px); font-weight: 700; left: 50%; letter-spacing: .14em; opacity: .2; pointer-events: none; position: absolute; text-align: center; top: 50%; transform: translate(-50%, -50%) rotate(-24deg); user-select: none; white-space: nowrap; z-index: 2; }.pdf-viewer-note { color: #899294; font-size: 10px; letter-spacing: .05em; margin-top: 14px; text-align: right; }
@media (max-width: 900px) { .journey-section { gap: 45px; padding-left: 8vw; padding-right: 8vw; }.reviews-section { padding-left: 8vw; padding-right: 8vw; }.review-card { padding: 22px; } }
@media (max-width: 650px) { .journey-section, .reviews-section { display: flex; flex-direction: column; padding: 78px 8vw; }.journey-steps { margin-top: 10px; }.reviews-section { gap: 15px; }.reviews-heading { margin-bottom: 30px; }.review-card { min-height: 270px; } }

/* Learning platform pages */
.platform-page { background: #eef1ef; }
.platform-header { align-items: center; background: var(--navy); color: white; display: flex; justify-content: space-between; padding: 19px 5vw; }
.platform-header .brand-copy { color: white; }.platform-nav { align-items: center; display: flex; gap: 31px; font-size: 11px; font-weight: 600; }.platform-nav a { color: #b7c4c7; }.platform-nav a.active, .platform-nav a:hover { color: var(--amber); }.platform-cta { border: 1px solid rgba(255,255,255,.4); color: white !important; padding: 11px 15px; }.platform-cta span { color: var(--amber); font-size: 16px; margin-left: 10px; }
.study-shell { display: grid; grid-template-columns: 290px 1fr; min-height: calc(100vh - 76px); }.course-sidebar { background: #f7f8f5; border-right: 1px solid var(--line); padding: 46px 28px 28px; }.sidebar-kicker { color: #899294; font-size: 9px; font-weight: 700; letter-spacing: .18em; margin: 0 0 25px; }.course-sidebar h1 { font-size: 47px; line-height: .82; }.course-sidebar h1 em { color: var(--amber); font-style: normal; }.course-progress { border-bottom: 1px solid var(--line); margin: 38px 0 25px; padding-bottom: 25px; }.course-progress > div { display: flex; justify-content: space-between; }.course-progress span, .course-progress small { color: #7c8587; font-size: 10px; }.course-progress strong { font-size: 11px; }.course-progress > i { background: #d8dddd; display: block; height: 5px; margin: 10px 0 8px; }.course-progress > i b { background: var(--amber); display: block; height: 100%; width: 32%; }.module-list { display: flex; flex-direction: column; }.module-list a { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 12px; grid-template-columns: 25px 1fr 15px; padding: 17px 0; }.module-list a > span { color: #a4abad; font-family: 'Barlow Condensed'; font-size: 18px; }.module-list a.current > span, .module-list a.current strong { color: var(--ink); }.module-list strong, .module-list small { display: block; }.module-list strong { font-size: 11px; }.module-list small { color: #899294; font-size: 9px; margin-top: 5px; }.module-list b { color: #a7b0ae; font-size: 11px; }.module-list .current b { color: var(--amber); }.side-help { align-items: center; background: var(--navy); color: white; display: grid; gap: 10px; grid-template-columns: 25px 1fr 15px; margin-top: 40px; padding: 16px 13px; }.side-help > span, .quiz-help > span:first-child { align-items: center; background: var(--amber); border-radius: 50%; color: var(--ink); display: inline-flex; font-weight: 700; height: 23px; justify-content: center; width: 23px; }.side-help strong, .side-help small { display: block; }.side-help strong { font-size: 10px; }.side-help small { color: #b4c0c2; font-size: 9px; margin-top: 4px; }.side-help > b { color: var(--amber); }
.study-content { max-width: 1000px; padding: 32px clamp(30px, 6vw, 90px) 80px; width: 100%; }.study-topline { color: #8b9495; display: flex; font-size: 10px; justify-content: space-between; margin-bottom: 60px; }.study-topline a:hover { color: var(--ink); }.study-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 36px; }.study-heading .eyebrow { margin-bottom: 17px; }.study-heading h2 { font-size: clamp(60px, 7vw, 102px); letter-spacing: -.04em; line-height: .78; }.study-heading h2 em { color: var(--amber); font-style: normal; }.study-heading > div:first-child > p:last-child { color: #7c8587; font-size: 11px; margin: 22px 0 0; }.lesson-count { align-items: baseline; display: flex; gap: 7px; }.lesson-count strong { font-family: 'Barlow Condensed'; font-size: 67px; line-height: .7; }.lesson-count span { color: #8a9495; font-size: 9px; letter-spacing: .13em; }
.lesson-player { background: var(--navy); color: white; }.player-screen { align-items: center; background: linear-gradient(135deg, rgba(242,164,66,.2), transparent 48%), #162b3b; display: flex; height: min(420px, 42vw); justify-content: center; min-height: 300px; overflow: hidden; position: relative; }.player-grid { background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 34px 34px; inset: 0; position: absolute; transform: perspective(500px) rotateX(52deg) scale(1.4); transform-origin: bottom; }.play-button { align-items: center; background: var(--amber); border-radius: 50%; color: var(--ink); cursor: pointer; display: flex; font-size: 23px; height: 75px; justify-content: center; padding-left: 4px; position: relative; width: 75px; }.player-label { bottom: 19px; color: #bcc8c9; font-size: 9px; left: 23px; letter-spacing: .16em; position: absolute; }.player-title { bottom: 18px; font-family: 'Barlow Condensed'; font-size: 26px; line-height: .85; position: absolute; right: 23px; text-align: right; text-transform: uppercase; }.player-title small { color: var(--amber); font-family: 'DM Sans'; font-size: 9px; letter-spacing: .1em; }.player-controls { align-items: center; display: flex; gap: 12px; padding: 13px 20px; }.player-controls span { color: #9aabad; font-size: 9px; }.player-controls i { background: #526573; display: block; flex: 1; height: 3px; }.player-controls i b { background: var(--amber); display: block; height: 100%; width: 17%; }.player-controls button { background: transparent; border: 0; color: #b9c6c7; cursor: pointer; font-size: 10px; }.lesson-actions { align-items: end; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 27px 0 25px; }.lesson-tag { color: #929c9c; font-size: 9px; font-weight: 700; letter-spacing: .14em; }.lesson-actions h3 { font-size: 27px; margin-top: 8px; text-transform: none; }.lesson-actions p { color: #778284; font-size: 12px; line-height: 1.5; margin: 8px 0 0; }.complete-button { cursor: pointer; }.resource-row { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; padding: 22px 0 57px; }.resource-card { align-items: center; background: white; border: 1px solid transparent; display: flex; gap: 13px; padding: 16px; }.resource-card:hover { border-color: var(--amber); }.resource-icon { align-items: center; background: #f9dda9; display: inline-flex; font-size: 18px; height: 36px; justify-content: center; width: 36px; }.resource-card strong, .resource-card small { display: block; }.resource-card strong { font-size: 11px; }.resource-card small { color: #899294; font-size: 9px; margin-top: 4px; }.resource-card b { color: var(--amber); font-size: 18px; margin-left: auto; }.up-next-heading { align-items: center; display: flex; justify-content: space-between; }.up-next-heading .eyebrow { margin: 0; }.up-next-heading a { color: #788385; font-size: 10px; }.next-lessons { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; margin-top: 18px; }.next-lesson { align-items: center; background: white; display: grid; gap: 14px; grid-template-columns: 32px 1fr 18px; padding: 15px; }.next-lesson:hover { outline: 1px solid var(--amber); }.next-lesson > span { color: var(--amber); font-family: 'Barlow Condensed'; font-size: 20px; }.next-lesson strong, .next-lesson small { display: block; }.next-lesson strong { font-size: 11px; }.next-lesson small { color: #899294; font-size: 9px; margin-top: 4px; }.next-lesson b { color: var(--amber); font-size: 13px; }
.quiz-shell { margin: 0 auto; max-width: 1250px; padding: 42px 5vw 90px; }.quiz-breadcrumb { color: #899294; display: flex; font-size: 10px; gap: 11px; margin-bottom: 60px; }.quiz-breadcrumb a:hover { color: var(--ink); }.quiz-breadcrumb strong { color: var(--ink); font-weight: 600; }.quiz-layout { display: grid; gap: 70px; grid-template-columns: 1fr 250px; }.quiz-intro { align-items: end; display: flex; justify-content: space-between; }.quiz-intro .eyebrow { margin-bottom: 19px; }.quiz-intro h1 { font-size: clamp(64px, 7vw, 108px); line-height: .78; }.quiz-intro h1 em { color: var(--amber); font-style: normal; }.quiz-stats { display: flex; gap: 22px; }.quiz-stats span { color: #899294; font-size: 9px; letter-spacing: .1em; }.quiz-stats strong { color: var(--ink); display: block; font-family: 'Barlow Condensed'; font-size: 28px; letter-spacing: 0; }.quiz-progress { align-items: center; display: flex; gap: 15px; margin: 57px 0 25px; }.quiz-progress > span { color: #899294; font-size: 9px; letter-spacing: .1em; white-space: nowrap; }.quiz-progress > span:first-child { color: var(--ink); }.quiz-progress > span:first-child b { color: #9ca5a4; font-weight: 400; }.quiz-progress i { background: #d7dcda; display: block; height: 4px; width: 160px; }.quiz-progress i b { background: var(--amber); display: block; height: 100%; width: 10%; }.question-card { background: white; padding: 43px clamp(24px, 4vw, 55px) 30px; }.question-number { color: var(--amber); font-size: 10px; font-weight: 700; letter-spacing: .15em; }.question-card h2 { font-family: 'DM Sans'; font-size: clamp(21px, 2.2vw, 29px); line-height: 1.2; margin: 23px 0 12px; max-width: 700px; text-transform: none; }.question-hint { color: #899294; font-size: 11px; }.answer-list { display: grid; gap: 10px; margin-top: 31px; }.answer-option { align-items: center; background: #f6f8f6; border: 1px solid transparent; cursor: pointer; display: flex; font-family: inherit; font-size: 12px; gap: 13px; padding: 14px 15px; text-align: left; }.answer-option:hover, .answer-option.selected { border-color: var(--amber); }.answer-option span { align-items: center; border: 1px solid #bdc5c3; border-radius: 50%; color: #7d8887; display: inline-flex; font-size: 10px; height: 24px; justify-content: center; width: 24px; }.answer-option.selected span { background: var(--amber); border-color: var(--amber); color: var(--ink); }.answer-option.correct { border-color: #54a47b; background: #eef8f1; }.answer-option.incorrect { border-color: #d66b5f; background: #fff2f0; }.answer-feedback { font-size: 11px; min-height: 20px; padding-top: 14px; }.question-footer { align-items: center; border-top: 1px solid var(--line); display: flex; justify-content: space-between; margin-top: 28px; padding-top: 24px; }.flag-button { background: transparent; border: 0; color: #899294; cursor: pointer; font-size: 10px; }.next-question { cursor: pointer; }.next-question:disabled { cursor: not-allowed; opacity: .45; }.quiz-aside-card { background: var(--navy); color: white; padding: 25px; }.quiz-aside-card .eyebrow { color: #afbdbe; }.score-ring { align-items: center; border: 1px solid var(--amber); border-radius: 50%; display: flex; flex-direction: column; height: 110px; justify-content: center; margin: 28px auto 30px; width: 110px; }.score-ring strong { color: var(--amber); font-family: 'Barlow Condensed'; font-size: 48px; line-height: .8; }.score-ring span { color: #b6c2c2; font-size: 9px; letter-spacing: .12em; margin-top: 9px; }.session-stat { border-top: 1px solid rgba(255,255,255,.16); display: flex; font-size: 10px; justify-content: space-between; padding: 12px 0; }.session-stat span { color: #a6b3b5; }.session-stat strong { color: white; }.question-map { background: white; margin-top: 16px; padding: 23px; }.map-grid { display: grid; gap: 6px; grid-template-columns: repeat(5, 1fr); margin-top: 20px; }.map-number { background: #eff2f0; border: 0; color: #899294; cursor: pointer; font-size: 10px; height: 29px; }.map-number.active { background: var(--amber); color: var(--ink); }.map-legend { color: #899294; font-size: 9px; margin-top: 20px; }.current-dot, .done-dot { background: var(--amber); border-radius: 50%; display: inline-block; height: 6px; margin-right: 4px; width: 6px; }.done-dot { background: #8eb49d; margin-left: 7px; }.quiz-help { align-items: center; background: #dce4e3; display: flex; gap: 10px; margin-top: 16px; padding: 15px; }.quiz-help strong, .quiz-help small { display: block; }.quiz-help strong { font-size: 10px; }.quiz-help small { color: #768184; font-size: 9px; margin-top: 4px; }.quiz-help:last-child { color: var(--amber); margin-left: auto; }
@media (max-width: 800px) { .platform-header { padding: 17px 6vw; }.platform-nav { gap: 14px; }.platform-nav a:nth-child(1), .platform-nav a:nth-child(2) { display: none; }.study-shell { display: block; }.course-sidebar { border-bottom: 1px solid var(--line); border-right: 0; padding: 30px 8vw; }.course-sidebar h1 { font-size: 39px; }.module-list { display: grid; grid-template-columns: 1fr 1fr; }.side-help { margin-top: 25px; }.study-content { padding: 35px 8vw 65px; }.quiz-layout { gap: 35px; grid-template-columns: 1fr; }.quiz-aside { display: grid; gap: 15px; grid-template-columns: 1fr 1fr; }.quiz-help { grid-column: span 2; margin-top: 0; } }
@media (max-width: 560px) { .platform-header { align-items: flex-start; }.platform-nav { flex-wrap: wrap; justify-content: flex-end; }.platform-nav a:nth-child(3) { display: none; }.platform-cta { padding: 9px 10px; }.study-topline { margin-bottom: 42px; }.study-heading { align-items: flex-start; }.lesson-count { display: none; }.player-screen { min-height: 250px; }.player-title { font-size: 20px; }.lesson-actions { align-items: flex-start; flex-direction: column; gap: 22px; }.resource-row, .next-lessons { grid-template-columns: 1fr; }.quiz-shell { padding-top: 30px; }.quiz-breadcrumb { margin-bottom: 40px; }.quiz-intro { align-items: flex-start; flex-direction: column; gap: 25px; }.quiz-stats { gap: 28px; }.quiz-progress { margin-top: 38px; }.quiz-progress i { flex: 1; }.quiz-aside { display: flex; flex-direction: column; }.quiz-help { flex: 1; }.question-card { padding: 30px 20px 23px; } }

.lesson-player { position: relative; }.lesson-video-frame { background: #122638; border: 0; display: block; height: min(420px, 42vw); min-height: 300px; width: 100%; }
.video-caption { align-items: center; background: rgba(16, 28, 40, .92); bottom: 0; display: flex; justify-content: space-between; left: 0; padding: 13px 20px; position: absolute; right: 0; }
.video-caption span { color: #c0cccd; font-size: 9px; letter-spacing: .16em; }
.video-caption strong { color: var(--amber); font-family: 'Barlow Condensed'; font-size: 17px; text-transform: uppercase; }
.screen-watermark { color: #071725; font-size: clamp(22px, 3vw, 36px); font-weight: 700; left: 50%; letter-spacing: .16em; opacity: .2; pointer-events: none; position: fixed; text-align: center; top: 50%; transform: translate(-50%, -50%) rotate(-24deg); user-select: none; white-space: nowrap; z-index: 20; }
.protected-learning { -webkit-user-select: none; user-select: none; }
.protected-learning img, .protected-learning iframe { -webkit-user-drag: none; user-select: none; }
@media (max-width: 560px) { .lesson-video-frame { min-height: 250px; }.video-caption { align-items: flex-start; flex-direction: column; gap: 4px; }.video-caption strong { font-size: 14px; } }
@media (max-width: 560px) { .screen-watermark { font-size: 17px; opacity: .2; } }
@media (max-width: 560px) { .pdf-viewer-shell { padding: 35px 7vw 55px; }.pdf-viewer-heading { align-items: flex-start; flex-direction: column; gap: 22px; }.pdf-viewer-heading h1 { font-size: 58px; }.pdf-frame-wrap { height: 68vh; min-height: 430px; }.pdf-watermark { font-size: 16px; }.pdf-viewer-note { line-height: 1.5; text-align: left; } }

.pdf-frame-wrap { overflow: auto; padding: 14px; }
.pdf-controls { align-items: center; display: flex; gap: 8px; justify-content: flex-end; margin-bottom: 10px; }.pdf-controls button { background: var(--navy); border: 0; color: white; cursor: pointer; font: 700 16px 'DM Sans', sans-serif; min-width: 34px; padding: 8px 12px; }.pdf-controls button:hover { background: var(--amber); color: var(--ink); }.pdf-controls #zoom-reset { font-size: 10px; text-transform: uppercase; }.pdf-controls span { color: var(--muted); font-size: 10px; min-width: 42px; text-align: center; }
.pdf-frame-wrap iframe { display: none; }
.pdf-loading { color: white; font-size: 11px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); white-space: nowrap; z-index: 1; }
.pdf-error { color: #ffd3cc; }
.pdf-page { background: white; box-shadow: 0 4px 18px rgba(16, 28, 40, .25); display: block; height: auto; margin: 0 auto 14px; max-width: 100%; position: relative; z-index: 1; }
.pdf-watermark { position: fixed; }
.module-special strong { color: var(--amber); }
.interview-resource { background: #dce4e3; }
@media (max-width: 560px) { .pdf-loading { font-size: 10px; }.pdf-page { margin-bottom: 10px; } }

/* Small-screen layout refinements */
@media (max-width: 480px) {
	body { overflow-x: hidden; }
	.site-header { min-height: 76px; padding: 18px 6vw; }
	.brand { gap: 9px; max-width: calc(100% - 45px); }
	.brand-mark { flex: 0 0 34px; font-size: 19px; height: 34px; width: 34px; }
	.brand-copy strong { font-size: 9px; letter-spacing: .08em; }
	.brand-copy small { font-size: 7px; letter-spacing: .16em; }
	.nav-links { gap: 18px; padding: 22px 6vw 26px; top: 76px; }
	.nav-links a { font-size: 12px; padding: 4px 0; }
	.nav-cta { align-self: stretch; text-align: center; }
	.hero-content { padding: 58px 7vw 45px; }
	h1 { font-size: clamp(61px, 19vw, 88px); }
	.eyebrow { font-size: 8px; letter-spacing: .14em; margin-bottom: 21px; }
	.hero-intro { font-size: 13px; margin: 27px 0; }
	.hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
	.button { justify-content: center; min-height: 48px; width: 100%; }
	.text-link { align-self: flex-start; }
	.hero-meta { gap: 12px; justify-content: space-between; margin-top: 52px; }
	.hero-meta div { gap: 6px; }.hero-meta span { font-size: 8px; }.hero-image-wrap { height: 360px; }
	.image-caption { bottom: 21px; font-size: 9px; right: 4%; }
	.hero-badge { height: 96px; right: 8%; width: 96px; }.hero-badge strong { font-size: 23px; }
	.stats-strip { gap: 18px 10px; padding: 25px 7vw; }.stats-strip > div { gap: 10px; }.stats-strip strong { font-size: 31px; }.stats-strip span { font-size: 8px; }
	.training-section, .journey-section, .reviews-section { padding: 64px 7vw; }
	.section-heading h2, .story-copy h2, .fleet-copy h2, .journey-heading h2, .reviews-heading h2 { font-size: 56px; }
	.section-lead { font-size: 13px; }.program-grid { gap: 12px; padding-top: 34px; }.program-card { min-height: 278px; padding: 21px; }.program-icon { margin: 39px 0 14px; }.program-card h3 { font-size: 32px; }.program-card p { font-size: 11px; max-width: 240px; }
	.story-visual, .fleet-image { min-height: 320px; }.story-copy, .fleet-copy { padding: 58px 7vw; }.story-copy > p:not(.eyebrow) { font-size: 13px; }
	.journey-step { gap: 15px; grid-template-columns: 31px 1fr; padding: 20px 0; }.journey-step h3 { font-size: 22px; }.journey-step p { font-size: 11px; }
	.reviews-section { gap: 12px; }.review-card { min-height: 250px; padding: 22px; }.review-card blockquote { font-size: 22px; }
	.contact-section { gap: 38px; padding: 64px 7vw; }.contact-section h2 { font-size: 58px; }.contact-form input, .contact-form select { font-size: 13px; }.success-toast { bottom: 15px; right: 16px; width: calc(100% - 32px); }

	.platform-header { min-height: 72px; padding: 16px 6vw; }.platform-header .brand-copy strong { font-size: 9px; }.platform-nav { gap: 8px; }.platform-cta { font-size: 9px; padding: 9px 8px; }.platform-cta span { margin-left: 4px; }
	.course-sidebar { padding: 26px 7vw; }.course-progress { margin-top: 27px; }.module-list { gap: 0 12px; }.module-list a { gap: 7px; grid-template-columns: 22px 1fr; padding: 13px 0; }.module-list a b { display: none; }.module-list strong { font-size: 10px; }.module-list small { font-size: 8px; }
	.study-content { padding: 28px 7vw 55px; }.study-topline { font-size: 9px; margin-bottom: 36px; }.study-topline span { display: none; }.study-heading h2 { font-size: 61px; }.study-heading > div:first-child > p:last-child { font-size: 10px; }.lesson-video-frame { height: 56vw; min-height: 210px; }.lesson-actions h3 { font-size: 23px; }.lesson-actions p { font-size: 11px; }.complete-button { width: auto; }.resource-card { padding: 13px; }.resource-card strong { font-size: 10px; }

	.quiz-shell { padding: 27px 7vw 55px; }.quiz-breadcrumb { flex-wrap: wrap; font-size: 9px; gap: 6px; margin-bottom: 35px; }.quiz-intro h1 { font-size: 61px; }.quiz-stats { gap: 18px; width: 100%; }.quiz-stats span { font-size: 8px; }.quiz-stats strong { font-size: 25px; }.quiz-progress { gap: 8px; margin: 34px 0 18px; }.quiz-progress > span { font-size: 8px; }.question-card h2 { font-size: 19px; }.answer-option { font-size: 11px; padding: 13px 10px; }.question-footer { align-items: stretch; flex-direction: column; gap: 18px; }.flag-button { align-self: flex-start; }.next-question { width: 100%; }.quiz-aside-card, .question-map { padding: 20px; }.score-ring { height: 92px; margin: 20px auto 22px; width: 92px; }
}

/* Authentication and admin portal */
.auth-page { align-items: center; background: radial-gradient(circle at 80% 15%, rgba(57, 99, 120, .28), transparent 28%), var(--navy); display: flex; justify-content: center; min-height: 100vh; padding: 30px 6vw; }
.auth-card { background: var(--cream); max-width: 480px; padding: 42px clamp(25px, 6vw, 60px); width: 100%; }.auth-card .brand { margin-bottom: 55px; }.auth-card h1 { font-size: clamp(60px, 12vw, 95px); line-height: .8; }.auth-card h1 em { color: var(--amber); font-style: normal; }.auth-card > p:not(.eyebrow):not(.auth-error):not(.auth-switch) { color: var(--muted); font-size: 12px; line-height: 1.7; margin: 28px 0; }.auth-form { display: flex; flex-direction: column; gap: 20px; margin-top: 32px; }.auth-form label { color: #697477; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }.auth-form input, .auth-form select { background: transparent; border: 0; border-bottom: 1px solid var(--line); color: var(--ink); display: block; font: 14px 'DM Sans', sans-serif; margin-top: 9px; outline: 0; padding: 8px 0 12px; width: 100%; }.auth-form .button { cursor: pointer; margin-top: 10px; }.auth-switch { color: #697477; font-size: 11px; margin: 25px 0 0; text-align: center; }.auth-switch a { color: var(--ink); font-weight: 700; text-decoration: underline; }.auth-error { background: #ffe9e5; color: #a8463c; font-size: 11px; margin: 20px 0 0; padding: 12px; }.student-greeting { color: #b7c4c7; font-size: 10px; }.student-dashboard { margin: 0 auto; max-width: 930px; padding: 95px 6vw; }.student-dashboard h1 { font-size: clamp(72px, 10vw, 130px); line-height: .8; }.student-dashboard h1 em { color: var(--amber); font-style: normal; }.student-dashboard > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 30px 0; max-width: 480px; }.access-grid { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; margin: 55px 0 30px; }.access-card { background: var(--amber); min-height: 220px; padding: 25px; transition: transform .2s; }.access-card:hover { transform: translateY(-4px); }.access-card:nth-child(2) { background: var(--navy); color: white; }.access-card.locked { background: #dce4e3; color: var(--muted); cursor: not-allowed; }.access-symbol { display: block; font-size: 30px; margin-bottom: 66px; }.access-card strong, .access-card small { display: block; }.access-card strong { font-family: 'Barlow Condensed'; font-size: 32px; text-transform: uppercase; }.access-card small { font-size: 10px; margin-top: 7px; }.dashboard-back { width: auto; }.admin-shell { margin: 0 auto; max-width: 1280px; padding: 75px 5vw 100px; }.admin-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 50px; }.admin-heading h1 { font-size: clamp(70px, 9vw, 122px); line-height: .78; }.admin-heading h1 em { color: var(--amber); font-style: normal; }.admin-heading p:not(.eyebrow) { color: var(--muted); font-size: 13px; margin-top: 25px; }.admin-count { align-items: baseline; display: flex; gap: 10px; }.admin-count strong { font-family: 'Barlow Condensed'; font-size: 75px; line-height: .7; }.admin-count span { color: #899294; font-size: 9px; letter-spacing: .13em; }.admin-message { background: #dcefe2; color: #31835b; font-size: 11px; padding: 12px 15px; }.admin-table-wrap { background: white; }.admin-table-head { border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 22px 25px; }.admin-table-head strong { font-family: 'Barlow Condensed'; font-size: 24px; text-transform: uppercase; }.admin-table-head span { color: #899294; font-size: 10px; }.admin-table { overflow-x: auto; }.admin-row { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 18px; grid-template-columns: 1.3fr 1.5fr 1.1fr 1.5fr; min-width: 850px; padding: 18px 25px; }.admin-row-label { color: #899294; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }.admin-row strong, .admin-row small { display: block; }.admin-row strong { font-size: 11px; }.admin-row small { color: #899294; font-size: 9px; margin-top: 5px; }.course-pill { background: #edf1ef; font-size: 9px; padding: 7px 9px; }.access-actions { display: flex; flex-wrap: wrap; gap: 7px; }.access-actions form { margin: 0; }.access-toggle { background: #edf1ef; border: 0; color: #748080; cursor: pointer; font: 9px 'DM Sans', sans-serif; padding: 9px 10px; }.access-toggle.unlocked { background: var(--amber); color: var(--ink); }.empty-state { color: var(--muted); padding: 35px 25px; }
@media (max-width: 650px) { .auth-card { padding: 32px 25px; }.auth-card .brand { margin-bottom: 42px; }.student-dashboard { padding: 65px 7vw; }.access-grid { grid-template-columns: 1fr; margin-top: 38px; }.access-card { min-height: 175px; }.access-symbol { margin-bottom: 35px; }.admin-shell { padding: 55px 7vw 75px; }.admin-heading { align-items: flex-start; flex-direction: column; gap: 35px; }.admin-heading h1 { font-size: 70px; }.admin-count strong { font-size: 58px; }.admin-table-head { align-items: flex-start; flex-direction: column; gap: 8px; padding: 18px; }.admin-row { padding-left: 18px; padding-right: 18px; } }
