
:root{
  --navy:#06214a;
  --navy2:#031934;
  --teal:#0791bb;
  --teal2:#11a4ce;
  --ink:#0d2346;
  --white:#fff;
  --soft:#f7fbfd;
  --line:#dce7ed;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.wrap{max-width:1460px;margin:auto}
.topbar{background:#fff;position:sticky;top:0;z-index:100;border-bottom:1px solid #e3ebef}
.nav{height:112px;padding:0 34px;display:flex;align-items:center;justify-content:space-between}
.brand img{width:230px;height:92px;object-fit:contain}
nav{display:flex;align-items:center;gap:31px;font-size:13px;font-weight:800;text-transform:uppercase}
nav a:hover{color:var(--teal)}
.login{border:1px solid var(--navy);padding:13px 18px;border-radius:4px}
.start{background:var(--teal);color:#fff;padding:14px 20px;border-radius:4px}
.menu{display:none}
.hero{min-height:670px;display:grid;grid-template-columns:43% 57%;position:relative;background:var(--navy2);overflow:hidden}
.hero-left{display:flex;align-items:center;background:
linear-gradient(125deg,rgba(4,28,59,1),rgba(1,18,39,.96))}
.hero-copy{padding:70px 38px 105px max(40px,calc((100vw - 1460px)/2 + 55px));color:#fff}
.kicker{text-transform:uppercase;letter-spacing:.14em;color:#42bedf;font-size:12px;font-weight:900}
.kicker.navy{color:var(--teal)}
h1{font-size:clamp(58px,6vw,96px);line-height:.9;margin:14px 0 24px;letter-spacing:-.055em;text-transform:uppercase}
.teal-line{font-size:22px;line-height:1.35;color:#18a7cd;font-weight:800;max-width:520px}
.lead{font-size:18px;line-height:1.55;max-width:540px;color:#edf4f8}
.actions{display:flex;gap:14px;margin-top:30px;flex-wrap:wrap}
.btn{display:inline-block;border:0;border-radius:4px;padding:15px 22px;text-transform:uppercase;font-weight:900;cursor:pointer}
.btn.teal{background:var(--teal);color:#fff}
.btn.outline{border:1px solid #fff;background:transparent;color:#fff}
.navyBtn{background:var(--navy);color:#fff}
.hero-right{background:#e8f0f5;overflow:hidden}
.hero-right img{width:100%;height:100%;object-fit:cover;object-position:50% 52%}
.aircraft-float{position:absolute;right:4.5%;bottom:24px;width:min(480px,39vw);background:rgba(2,26,55,.96);color:#fff;border:2px solid #fff;border-radius:11px;padding:12px;box-shadow:0 18px 45px rgba(0,0,0,.3)}
.aircraft-float img{width:100%;height:155px;object-fit:cover;border-radius:7px;margin-bottom:10px}
.aircraft-float small{display:block;text-transform:uppercase;color:#b9cbd6;font-weight:800}
.aircraft-float strong{display:block;font-size:24px;margin:2px 0}
.aircraft-float span{color:#64c6e1}
.section{max-width:1460px;margin:auto;padding:74px 50px}
.section-title{display:flex;align-items:center;gap:18px;justify-content:center;margin-bottom:40px}
.section-title span{width:120px;height:2px;background:var(--teal)}
.section-title h2{text-transform:uppercase;font-size:22px;letter-spacing:.08em;margin:0}
.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;text-align:center}
.icon{width:82px;height:82px;border:3px solid var(--teal);border-radius:50%;margin:0 auto 14px;display:grid;place-items:center;color:#fff;background:var(--navy);font-size:33px}
.steps b{text-transform:uppercase}
.steps p{margin-top:7px}
.benefits{margin-top:40px;padding-top:30px;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.benefits h3{font-size:15px;text-transform:uppercase;color:var(--navy);margin-bottom:4px}
.benefits p{font-size:14px;margin-top:0}
.dark-section{max-width:none;background:var(--navy);color:#fff;display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center;padding-left:max(50px,calc((100vw - 1460px)/2 + 50px));padding-right:max(50px,calc((100vw - 1460px)/2 + 50px))}
.dark-section h2,.aircraft h2{font-size:50px;line-height:1;margin:8px 0 20px}
.dark-section>img{border-radius:10px;width:100%;height:470px;object-fit:cover}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}
.cards article{background:#0a2c59;border:1px solid #31547a;border-radius:7px;padding:18px}
.cards h3{margin-top:0;color:#6bcbe5}
.cards p{font-size:14px;line-height:1.5}
.about{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}
.about-photo img{width:100%;max-height:600px;object-fit:cover;border-radius:9px}
.about h2,.resources h2,.contact h2{font-size:46px;margin:4px 0 8px}
.ratings{font-size:23px;font-weight:900;color:var(--teal);letter-spacing:.07em}
.about-text>p{font-size:17px;line-height:1.6}
.quals{display:grid;grid-template-columns:1fr 1fr;gap:10px 22px;margin-top:25px}
.quals span{padding:9px 0;border-bottom:1px solid var(--line);font-weight:700}
.aircraft{max-width:none;background:#061c3b;color:#fff;display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center;padding-left:max(50px,calc((100vw - 1460px)/2 + 50px));padding-right:max(50px,calc((100vw - 1460px)/2 + 50px))}
.aircraft img{width:100%;border-radius:10px}
.price{font-size:25px;color:#4fc1df;font-weight:900}
.price small{font-size:12px;color:#bfcbd4;font-weight:400}
.aircraft ul{columns:2;line-height:1.9}
.note{border-left:3px solid var(--teal);padding-left:13px;color:#cad7df;font-size:14px}
.resources{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}
.portal{background:var(--navy);color:#fff;border-radius:10px;padding:28px}
.portal h3{font-size:28px;margin-top:0}
.portal div{border-top:1px solid #2f5072;padding:13px 0}
.contact{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;background:var(--soft);max-width:none;padding-left:max(50px,calc((100vw - 1460px)/2 + 50px));padding-right:max(50px,calc((100vw - 1460px)/2 + 50px))}
form{display:grid;grid-template-columns:1fr 1fr;gap:12px}
input,textarea{width:100%;border:1px solid #bdccd5;border-radius:5px;padding:14px;font:inherit}
textarea{grid-column:1/-1}
form button{grid-column:1/-1}
#status{grid-column:1/-1;margin:0}
footer{background:var(--navy2);color:#d5e2e8;padding:18px}
.footer-wrap{display:flex;justify-content:space-between;padding:0 30px;font-size:13px;text-transform:uppercase}
@media(max-width:1000px){
  .nav{height:92px}
  .brand img{width:185px;height:76px}
  .menu{display:block;background:var(--navy);color:#fff;border:0;padding:10px 14px;border-radius:4px}
  nav{display:none;position:absolute;left:0;right:0;top:92px;background:#fff;padding:25px;flex-direction:column;align-items:flex-start}
  nav.open{display:flex}
  .hero{grid-template-columns:1fr;min-height:0}
  .hero-left{min-height:520px}
  .hero-right{height:auto}
  .hero-right img{height:auto;object-fit:contain}
  .aircraft-float{position:relative;right:auto;bottom:auto;width:auto;margin:0;background:var(--navy2);border-radius:0;border:0}
  .aircraft-float img{height:auto;max-height:300px}
  .steps{grid-template-columns:repeat(2,1fr)}
  .benefits{grid-template-columns:1fr 1fr}
  .dark-section,.about,.aircraft,.resources,.contact{grid-template-columns:1fr}
}
@media(max-width:620px){
  .section{padding:55px 22px}
  .hero-copy{padding:60px 24px}
  h1{font-size:58px}
  .steps,.benefits,.cards,.quals{grid-template-columns:1fr}
  form{grid-template-columns:1fr}
  textarea,form button,#status{grid-column:auto}
  .footer-wrap{flex-direction:column;gap:8px;text-align:center}
}

/* Public-site polish */
.skip-link{position:absolute;left:-9999px;top:10px;background:#fff;color:var(--navy);padding:10px 14px;z-index:999;font-weight:800}
.skip-link:focus{left:10px}
.hero-note{margin-top:22px;color:#b9cbd6;font-size:13px;line-height:1.5}
.section-intro{max-width:760px;margin:-20px auto 38px;text-align:center;line-height:1.6;color:#4f6175}
.cards{grid-template-columns:repeat(3,1fr)}
.independent-note{margin-top:24px;padding:14px 16px;border-left:3px solid var(--teal);background:#f5f9fb;font-size:13px!important;color:#4f6175}
.portalSoon{background:#dce7ed;color:#526674;cursor:not-allowed}
.fineprint{font-size:13px;color:#607286;line-height:1.5;margin-top:12px}
.contact-links{margin-top:25px}
.contact-links p{margin:8px 0}
.contact-links a{color:var(--teal);font-weight:800}
.contact-links a:hover{text-decoration:underline}
form label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#324a62}
form label em{font-style:normal;font-weight:400;text-transform:none;letter-spacing:0}
form label.full{grid-column:1/-1}
.honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.privacy-note{grid-column:1/-1;margin:4px 0 0;font-size:12px;line-height:1.5;color:#657789}
#status{min-height:20px;font-weight:800;color:#087a55}
form button:disabled{opacity:.65;cursor:wait}
input:focus,textarea:focus,a:focus-visible,button:focus-visible{outline:3px solid rgba(7,145,187,.28);outline-offset:2px}
@media(max-width:620px){
  form label.full,.privacy-note{grid-column:auto}
  .section-intro{text-align:left;margin:-16px 0 30px}
}

/* Public student resource downloads */
.resource-library{grid-column:1/-1;margin-top:1rem;padding-top:1.25rem;border-top:1px solid rgba(15,38,58,.12)}
.resource-library-head{max-width:760px;margin-bottom:1rem}
.resource-library-head h3{font-size:clamp(1.5rem,2.2vw,2rem);margin:.2rem 0 .45rem;color:var(--navy,#0f263a)}
.resource-library-head p{margin:.2rem 0;color:#52616d}
.resource-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.resource-download{display:flex;gap:1rem;padding:1.15rem;border:1px solid rgba(15,38,58,.13);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(15,38,58,.06)}
.resource-download h4{margin:0 0 .35rem;font-size:1.08rem;color:var(--navy,#0f263a)}
.resource-download p{margin:0 0 .8rem;color:#52616d;line-height:1.5}
.resource-icon{flex:0 0 auto;min-width:54px;height:54px;border-radius:14px;display:grid;place-items:center;padding:0 .5rem;background:var(--navy,#0f263a);color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.03em}
.resource-link{display:inline-flex;align-items:center;gap:.35rem;font-weight:800;color:var(--teal,#0b8f8f);text-decoration:none}
.resource-link:hover,.resource-link:focus{text-decoration:underline}
@media (max-width:760px){.resource-cards{grid-template-columns:1fr}.resource-download{padding:1rem}.resource-icon{min-width:48px;height:48px}}

/* Student portal */
.portal-page{background:#f4f7f9;color:#24364a}
.portal-header{background:#fff;border-bottom:1px solid #dce5ea;position:sticky;top:0;z-index:30}
.portal-header-wrap{max-width:1320px;margin:auto;min-height:88px;padding:8px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.portal-brand img{width:190px;max-height:72px;object-fit:contain}
.portal-header-actions{display:flex;align-items:center;gap:16px}
.portal-badge{background:#e8f5f8;color:#08677f;border:1px solid #b9e1ea;border-radius:999px;padding:8px 12px;text-transform:uppercase;font-size:11px;font-weight:900;letter-spacing:.08em}
.portal-back{font-weight:850;color:var(--navy);text-decoration:none}
.portal-back:hover{text-decoration:underline}
.portal-hero{background:linear-gradient(120deg,#041b3a 0%,#0a315d 100%);color:#fff;padding:74px 40px}
.portal-hero>div{max-width:1200px;margin:auto}
.portal-hero h1{font-size:clamp(52px,8vw,92px);line-height:.92;margin:8px 0 20px;text-transform:uppercase;letter-spacing:-.045em}
.portal-lead{max-width:780px;font-size:20px;line-height:1.6;color:#dce9f0}
.portal-callout{max-width:820px;margin-top:28px;border-left:4px solid var(--teal);background:rgba(255,255,255,.08);padding:16px 18px;line-height:1.55}
.portal-shell{max-width:1320px;margin:auto;padding:64px 40px}
.portal-shell.portal-alt{max-width:none;background:#edf3f6;padding-left:max(40px,calc((100vw - 1320px)/2 + 40px));padding-right:max(40px,calc((100vw - 1320px)/2 + 40px))}
.portal-section-heading{max-width:760px;margin-bottom:28px}
.portal-section-heading h2{font-size:clamp(32px,4vw,48px);color:var(--navy);margin:5px 0 8px}
.portal-section-heading p:last-child{line-height:1.6;color:#596b7c}
.portal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.portal-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.portal-card{background:#fff;border:1px solid #dce5ea;border-radius:12px;padding:24px;box-shadow:0 8px 28px rgba(6,28,59,.055);display:flex;flex-direction:column;min-height:260px}
.portal-card.featured{border-top:4px solid var(--teal)}
.doc-tag{align-self:flex-start;background:#e9f4f7;color:#08718b;border-radius:5px;padding:5px 8px;font-size:10px;font-weight:900;letter-spacing:.1em;margin-bottom:18px}
.portal-card h3{color:var(--navy);font-size:22px;margin:0 0 10px}
.portal-card p{color:#5b6c7b;line-height:1.55;margin:0 0 22px}
.portal-card a{margin-top:auto;align-self:flex-start;background:var(--navy);color:#fff;text-decoration:none;font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.05em;padding:11px 15px;border-radius:4px}
.portal-card a:hover,.portal-card a:focus{background:#0b3769}
.portal-help{background:var(--navy2);color:#fff;padding:54px max(40px,calc((100vw - 1240px)/2 + 40px));display:flex;align-items:center;justify-content:space-between;gap:40px}
.portal-help>div{max-width:830px}
.portal-help h2{font-size:38px;margin:5px 0 8px}
.portal-help p:last-child{line-height:1.6;color:#d1dee7}
.portal-footer{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;background:#03142b;color:#bdccd6;padding:20px max(32px,calc((100vw - 1240px)/2 + 32px));font-size:12px;text-transform:uppercase;letter-spacing:.04em}
.portal-footer a{color:#64c6e1;text-decoration:none}
@media(max-width:850px){.portal-grid,.portal-grid.two{grid-template-columns:1fr}.portal-help{flex-direction:column;align-items:flex-start}.portal-header-actions{gap:10px}.portal-badge{display:none}}
@media(max-width:560px){.portal-header-wrap{padding:8px 18px;min-height:76px}.portal-brand img{width:150px;height:58px}.portal-back{font-size:13px}.portal-hero{padding:55px 22px}.portal-shell,.portal-shell.portal-alt{padding:48px 22px}.portal-card{min-height:0}.portal-footer{padding:18px 22px}}

/* Student milestone board */
.milestone-board{max-width:1320px;margin:-30px auto 0;padding:0 40px 26px;position:relative;z-index:4}
.milestone-board-head{background:#fff;border:1px solid #dce5ea;border-bottom:0;border-radius:16px 16px 0 0;padding:28px 30px 22px;display:flex;justify-content:space-between;align-items:flex-end;gap:24px}
.milestone-board-head h2{font-size:clamp(30px,4vw,46px);color:var(--navy);margin:4px 0 8px}
.milestone-board-head p:last-child{max-width:760px;color:#5b6c7b;line-height:1.5;margin:0}
.milestone-legend{font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.05em;color:#526779;white-space:nowrap}
.legend-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:var(--teal);margin-right:7px;box-shadow:0 0 0 4px #e5f6f9}
.milestone-programs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:#dce5ea;border:1px solid #dce5ea;border-radius:0 0 16px 16px;overflow:hidden;box-shadow:0 16px 42px rgba(6,28,59,.09)}
.milestone-program{background:#fff;padding:24px 22px 26px}
.milestone-program-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}
.milestone-program-title>div{display:flex;align-items:center;gap:10px}
.program-step{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#eaf5f8;color:#08677f;font-size:11px;font-weight:900}
.milestone-program h3{margin:0;color:var(--navy);font-size:20px}
.milestone-count{font-size:12px;color:#607285}
.milestone-progress{height:7px;background:#e9eff2;border-radius:999px;overflow:hidden;margin-bottom:16px}
.milestone-progress span{display:block;height:100%;width:0;background:var(--teal);transition:width .25s ease}
.milestone-list{display:grid;gap:8px}
.milestone{appearance:none;width:100%;border:1px solid #dce5ea;background:#f9fbfc;border-radius:10px;padding:11px 12px;display:flex;align-items:center;gap:11px;text-align:left;color:#24364a;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease}
.milestone:hover{transform:translateY(-1px);border-color:#a8c9d3;background:#fff}
.milestone:focus-visible{outline:3px solid rgba(20,166,193,.28);outline-offset:2px}
.milestone-icon{flex:0 0 31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#eaf0f3;color:#34506a;font-weight:900;font-size:14px}
.milestone b{display:block;color:var(--navy);font-size:13px;line-height:1.25}
.milestone small{display:block;color:#70808f;font-size:11px;margin-top:2px;line-height:1.25}
.milestone.major{border-color:#aadbe5;background:#f1fbfd}
.milestone.major .milestone-icon{background:var(--teal);color:#fff}
.milestone.finish{border-width:2px}
.milestone.done{background:#eef8f4;border-color:#9acdb9}
.milestone.done .milestone-icon{background:#176f57;color:#fff}
.milestone.done b{text-decoration:line-through;text-decoration-thickness:1px;text-decoration-color:#7a938a}
.milestone.done::after{content:'DONE';margin-left:auto;font-size:9px;font-weight:900;letter-spacing:.08em;color:#176f57}
@media(max-width:1050px){.milestone-programs{grid-template-columns:1fr}.milestone-program{border-bottom:1px solid #dce5ea}.milestone-program:last-child{border-bottom:0}}
@media(max-width:700px){.milestone-board{padding:0 22px 16px;margin:-18px auto 0}.milestone-board-head{padding:22px 20px 18px;align-items:flex-start;flex-direction:column}.milestone-legend{white-space:normal}.milestone-program{padding:20px 16px}.milestone{padding:10px}.milestone b{font-size:12px}}


/* =========================================================
   FLIGHT LEVEL DREAMS — SIGNATURE PREMIUM SYSTEM
   Design language: restraint, precision, confidence.
   ========================================================= */

:root{
  --navy:#081722;
  --navy2:#050d14;
  --teal:#1689a9;
  --teal2:#49b8ce;
  --ink:#101b24;
  --white:#ffffff;
  --soft:#f6f4ef;
  --line:#dedbd2;
  --champagne:#c6a45d;
  --champagne-soft:#eee2c5;
  --warm:#faf8f3;
  --shadow-soft:0 14px 34px rgba(8,23,34,.07);
  --shadow-deep:0 26px 70px rgba(5,13,20,.18);
}

body{
  background:var(--warm);
  color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

h1,h2{
  font-family:"Iowan Old Style","Baskerville","Times New Roman",serif;
  font-weight:500;
}

p{line-height:1.72}

/* NAVIGATION */
.topbar{
  background:rgba(255,255,255,.97);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(8,23,34,.09);
  box-shadow:0 8px 28px rgba(8,23,34,.035);
}
.nav{
  height:104px;
  padding:0 38px;
}
.brand img{
  width:214px;
  height:84px;
}
nav{
  gap:28px;
  font-size:11px;
  letter-spacing:.12em;
  font-weight:800;
}
nav a{
  position:relative;
  transition:color .2s ease;
}
nav a:not(.login):not(.start)::after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:-8px;
  height:1px;
  background:var(--champagne);
  transition:right .24s ease;
}
nav a:not(.login):not(.start):hover::after{right:0}
nav a:hover{color:var(--navy)}
.login{
  border:1px solid rgba(8,23,34,.22);
  padding:12px 17px;
  border-radius:999px;
}
.start{
  background:var(--navy);
  color:#fff;
  border:1px solid var(--navy);
  padding:13px 20px;
  border-radius:999px;
  box-shadow:0 8px 24px rgba(8,23,34,.12);
}
.start:hover{
  color:#fff;
  background:#102a3c;
}

/* HERO — editorial, quiet confidence */
.hero{
  min-height:730px;
  grid-template-columns:47% 53%;
  background:var(--navy2);
}
.hero-left{
  background:
    radial-gradient(circle at 10% 12%,rgba(198,164,93,.12),transparent 28%),
    linear-gradient(125deg,#07131e 0%,#0c2233 100%);
}
.hero-copy{
  padding-top:90px;
  padding-bottom:125px;
}
.kicker{
  color:var(--champagne);
  letter-spacing:.21em;
  font-size:10px;
  font-weight:850;
}
h1{
  font-size:clamp(64px,6.5vw,105px);
  line-height:.88;
  letter-spacing:-.045em;
  margin:18px 0 28px;
}
.teal-line{
  color:#b8dfe7;
  font-size:14px;
  letter-spacing:.02em;
  font-weight:650;
}
.hero .lead{
  max-width:610px;
  font-size:17px;
  color:rgba(255,255,255,.77);
}
.actions{gap:12px;margin-top:30px}
.btn{
  border-radius:999px;
  padding:15px 22px;
  font-size:11px;
  letter-spacing:.10em;
  text-transform:uppercase;
  font-weight:850;
}
.btn.teal{
  background:var(--champagne);
  color:#07131e;
  border-color:var(--champagne);
}
.btn.teal:hover{background:#d4b56e}
.btn.outline{
  border-color:rgba(255,255,255,.28);
  background:rgba(255,255,255,.03);
}
.hero-note{
  margin-top:24px;
  color:rgba(255,255,255,.48);
  font-size:12px;
  letter-spacing:.04em;
}
.hero-right{
  position:relative;
}
.hero-right::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(5,13,20,.35),transparent 24%);
}
.hero-right img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.aircraft-float{
  border:1px solid rgba(198,164,93,.35);
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(16px);
  border-radius:20px;
  box-shadow:var(--shadow-deep);
}
.aircraft-float small{
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:9px;
  color:#7b6a43;
}
.aircraft-float strong{
  font-family:"Iowan Old Style","Baskerville","Times New Roman",serif;
  font-weight:600;
  font-size:19px;
}

/* SECTION RHYTHM */
.section{
  padding-top:105px;
  padding-bottom:105px;
}
.section-title{
  gap:24px;
}
.section-title span{
  background:var(--champagne);
  opacity:.6;
}
.section-title h2,
.private h2,
.about h2,
.aircraft h2,
.resources h2,
.contact h2{
  letter-spacing:-.025em;
}
.section-intro{
  max-width:760px;
  font-size:16px;
  color:#66717b;
}

/* METHOD */
.method{
  background:var(--warm);
}
.steps{
  gap:0;
  border-top:1px solid #e2ded5;
  border-bottom:1px solid #e2ded5;
  padding:34px 0;
}
.steps article{
  border-right:1px solid #e5e1d8;
  padding:8px 22px;
}
.steps article:last-child{border-right:0}
.steps .icon{
  background:transparent;
  border:1px solid rgba(198,164,93,.52);
  color:#80692f;
  box-shadow:none;
}
.steps b{
  color:var(--navy);
  letter-spacing:.02em;
}
.benefits{
  gap:14px;
}
.benefits article{
  background:#fff;
  border:1px solid #e4e0d7;
  border-radius:18px;
  box-shadow:var(--shadow-soft);
  padding:28px;
}
.benefits h3{
  font-family:"Iowan Old Style","Baskerville","Times New Roman",serif;
  font-size:22px;
  font-weight:600;
}

/* TRAINING */
.private{
  background:linear-gradient(135deg,#07131e 0%,#0b1f2e 100%);
  grid-template-columns:55% 45%;
}
.private>div{
  padding-top:100px;
  padding-bottom:100px;
}
.private h2{
  font-size:clamp(50px,5vw,76px);
  font-weight:500;
}
.private>div>p:not(.kicker){
  color:rgba(255,255,255,.68);
  max-width:720px;
}
.private .cards{
  gap:12px;
}
.private .cards article{
  border:1px solid rgba(255,255,255,.11);
  background:rgba(255,255,255,.035);
  border-radius:16px;
  padding:22px;
}
.private .cards h3{
  color:#fff;
  font-size:16px;
  letter-spacing:.02em;
}
.private .cards p{
  color:rgba(255,255,255,.62);
}
.private>img{
  height:100%;
  object-fit:cover;
}

/* ABOUT */
.about{
  background:#fff;
  gap:72px;
}
.about-photo{
  border-radius:3px;
  overflow:hidden;
  box-shadow:0 30px 70px rgba(8,23,34,.13);
}
.about-text h2{
  font-size:clamp(52px,5vw,78px);
  color:var(--navy);
}
.ratings{
  color:#80692f;
  font-size:12px;
  letter-spacing:.17em;
  text-transform:uppercase;
  font-weight:850;
}
.quals{
  gap:8px;
}
.quals span{
  background:transparent;
  border:1px solid #ddd8cd;
  color:#33434e;
  border-radius:999px;
  padding:10px 13px;
  font-size:11px;
  letter-spacing:.04em;
}
.independent-note{
  border-left:2px solid var(--champagne);
  background:var(--warm);
}

/* AIRCRAFT */
.aircraft{
  background:var(--soft);
  border-top:1px solid #e3ded4;
  border-bottom:1px solid #e3ded4;
}
.aircraft-text h2{
  font-size:clamp(48px,5vw,74px);
  color:var(--navy);
}
.price{
  color:#81682e;
  font-family:"Iowan Old Style","Baskerville","Times New Roman",serif;
  font-size:34px;
}
.aircraft li::marker{color:var(--champagne)}
.aircraft .note{
  background:#fff;
  border-left:2px solid var(--champagne);
  box-shadow:var(--shadow-soft);
}
.aircraft>img{
  filter:none;
  background:#fff;
  border:1px solid #e0dcd2;
  border-radius:20px;
  padding:24px;
  box-shadow:var(--shadow-soft);
}

/* RESOURCES */
.resources{
  background:#fff;
}
.resources h2{
  font-size:clamp(48px,5vw,72px);
  color:var(--navy);
}
.navyBtn{
  background:var(--navy);
  border-color:var(--navy);
}
.portal{
  background:
    radial-gradient(circle at top right,rgba(198,164,93,.16),transparent 30%),
    linear-gradient(135deg,#081722 0%,#102a3d 100%);
  border-radius:22px;
  box-shadow:var(--shadow-deep);
  border:1px solid rgba(198,164,93,.22);
}
.portal h3{
  font-family:"Iowan Old Style","Baskerville","Times New Roman",serif;
  font-size:30px;
  font-weight:600;
}
.portal div{
  border-color:rgba(255,255,255,.10);
  color:rgba(255,255,255,.72);
}
.resource-library{
  border-top:1px solid #e2ded5;
}
.resource-cards{
  gap:14px;
}
.resource-download{
  border:1px solid #e2ded5;
  border-radius:18px;
  background:var(--warm);
  box-shadow:var(--shadow-soft);
  transition:transform .18s ease,box-shadow .18s ease;
}
.resource-download:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 42px rgba(8,23,34,.10);
}
.resource-icon{
  background:var(--navy);
  color:#fff;
  border-radius:14px;
  letter-spacing:.03em;
}
.resource-link{
  color:#7c642e;
  font-weight:850;
}

/* CONTACT */
.contact{
  background:linear-gradient(180deg,var(--warm) 0%,#f1eee7 100%);
}
.contact h2{
  font-size:clamp(50px,5vw,76px);
  color:var(--navy);
}
.contact-links{
  border-top:1px solid #ddd8ce;
  padding-top:14px;
}
#contactForm{
  background:#fff;
  border:1px solid #ded9ce;
  border-radius:22px;
  box-shadow:0 24px 60px rgba(8,23,34,.10);
  padding:30px;
}
#contactForm label span{
  text-transform:uppercase;
  letter-spacing:.10em;
  font-size:10px;
  font-weight:850;
  color:#56636c;
}
#contactForm input,
#contactForm textarea{
  border:1px solid #ddd8cf;
  border-radius:12px;
  background:#fbfaf7;
}
#contactForm input:focus,
#contactForm textarea:focus{
  outline:2px solid rgba(198,164,93,.28);
  border-color:var(--champagne);
}

/* FOOTER */
footer{
  background:#050d14;
  border-top:1px solid rgba(198,164,93,.20);
}
.footer-wrap{
  color:rgba(255,255,255,.60);
  letter-spacing:.05em;
  font-size:11px;
  text-transform:uppercase;
}

/* MICRO-DETAILS */
::selection{
  background:var(--champagne-soft);
  color:#111;
}
button,a,.btn{
  transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.btn:hover,.start:hover,.login:hover{
  transform:translateY(-1px);
}
@media(max-width:900px){
  .nav{height:auto;padding-top:14px;padding-bottom:14px}
  .hero{grid-template-columns:1fr;min-height:auto}
  .hero-right{min-height:470px}
  .private{grid-template-columns:1fr}
  .private>img{max-height:520px}
}


/* =========================================================
   FINAL INSTRUCTOR PROFILE / PHOTO PASS
   ========================================================= */
.hero-right img{
  object-position:58% 50%;
}
.hero-right::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(5,13,20,.46) 0%,rgba(5,13,20,.08) 28%,transparent 55%);
}
.hero-right img{position:relative;z-index:0}
.instructor-profile{
  display:grid !important;
  grid-template-columns:.92fr 1.08fr !important;
  gap:64px !important;
  align-items:start !important;
  background:#fff !important;
}
.about-intro{padding-top:8px}
.about-intro h2{margin-bottom:10px}
.profile-lead{
  font-size:18px;
  line-height:1.75;
  color:#263744;
  max-width:720px;
}
.profile-resume{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.profile-card{
  min-height:180px;
  padding:24px;
  border:1px solid #e2ded5;
  border-radius:18px;
  background:linear-gradient(180deg,#fff 0%,#faf8f3 100%);
  box-shadow:0 14px 34px rgba(8,23,34,.06);
}
.profile-card-featured{
  border-color:rgba(198,164,93,.55);
  box-shadow:0 16px 38px rgba(160,127,50,.10);
}
.profile-label{
  display:block;
  margin-bottom:12px;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:10px;
  font-weight:850;
  color:#80692f;
}
.profile-card h3{
  margin:.1rem 0 .55rem;
  color:#081722;
  font-family:"Iowan Old Style","Baskerville","Times New Roman",serif;
  font-size:24px;
  font-weight:600;
}
.profile-card p{
  margin:0;
  color:#5e6b74;
  font-size:14px;
  line-height:1.62;
}
.profile-note{
  grid-column:1/-1;
  margin-top:-14px;
}
@media(max-width:900px){
  .instructor-profile{grid-template-columns:1fr !important;gap:30px !important}
}
@media(max-width:600px){
  .profile-resume{grid-template-columns:1fr}
}


/* =========================================================
   CORRECTED INSTRUCTOR PHOTO / RESUME PROFILE
   Keep hero jet photo; new cockpit photo appears only here.
   ========================================================= */
.instructor-profile{
  grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr) !important;
  gap:68px !important;
  align-items:center !important;
}
.profile-photo{
  position:relative;
  overflow:hidden;
  min-height:650px;
  border-radius:22px;
  background:#081722;
  box-shadow:0 28px 70px rgba(8,23,34,.16);
  border:1px solid #ded8ca;
}
.profile-photo img{
  width:100%;
  height:100%;
  min-height:650px;
  display:block;
  object-fit:cover;
  object-position:54% 50%;
}
.profile-photo::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,transparent 58%,rgba(5,13,20,.82) 100%);
}
.profile-photo-caption{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:2;
  color:#fff;
}
.profile-photo-caption span{
  display:block;
  margin-bottom:7px;
  color:#d8bd78;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:10px;
  font-weight:850;
}
.profile-photo-caption strong{
  display:block;
  font-family:"Iowan Old Style","Baskerville","Times New Roman",serif;
  font-size:22px;
  font-weight:600;
  line-height:1.2;
}
.profile-content{
  min-width:0;
}
.profile-content .profile-resume{
  margin-top:26px;
}
.profile-content .profile-note{
  margin-top:18px;
}
@media(max-width:980px){
  .instructor-profile{
    grid-template-columns:1fr !important;
    gap:34px !important;
  }
  .profile-photo,
  .profile-photo img{
    min-height:520px;
  }
}
@media(max-width:620px){
  .profile-photo,
  .profile-photo img{
    min-height:440px;
  }
}


/* =========================================================
   FLIGHT LEVEL DREAMS — AIRPORT-STYLE FLIGHT OPERATIONS BOARD
   Inspired by terminal departure boards; not a calendar grid.
   ========================================================= */
.flight-board-section{
  background:
    radial-gradient(circle at 90% 4%,rgba(198,164,93,.10),transparent 28%),
    linear-gradient(180deg,#07121b 0%,#0a1c29 100%);
  padding:74px 34px 82px;
  border-top:1px solid rgba(198,164,93,.16);
  border-bottom:1px solid rgba(198,164,93,.18);
}
.flight-board-wrap{
  max-width:1380px;
  margin:0 auto;
}
.flight-board-heading{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:26px;
  margin-bottom:24px;
}
.flight-board-kicker{
  margin:0 0 8px;
  color:#c9aa64;
  font-size:10px;
  font-weight:900;
  letter-spacing:.20em;
  text-transform:uppercase;
}
.flight-board-heading h2{
  margin:0;
  color:#fff;
  font-family:"Iowan Old Style","Baskerville","Times New Roman",serif;
  font-weight:500;
  font-size:clamp(38px,4.5vw,65px);
  letter-spacing:-.035em;
}
.flight-board-subtitle{
  margin:12px 0 0;
  max-width:780px;
  color:#aebbc4;
  font-size:14px;
  line-height:1.65;
}
.flight-board-clock{
  min-width:150px;
  text-align:right;
  color:#fff;
}
.clock-label{
  display:block;
  color:#c9aa64;
  font-size:9px;
  font-weight:900;
  letter-spacing:.16em;
}
.flight-board-clock strong{
  display:block;
  margin:5px 0 2px;
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  font-size:31px;
  letter-spacing:.04em;
  font-variant-numeric:tabular-nums;
}
.flight-board-clock span:last-child{
  display:block;
  color:#aab7c0;
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.flight-board-shell{
  background:#02070b;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 30px 80px rgba(0,0,0,.34);
}
.flight-board-topline{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding:15px 20px;
  background:#061018;
  border-bottom:1px solid rgba(255,255,255,.09);
  color:#dbe2e7;
  font-size:10px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.board-ident{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.board-ident strong{color:#fff}
.board-ident span:last-child{color:#85939e}
.board-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#c9aa64;
  box-shadow:0 0 12px rgba(201,170,100,.55);
}
.board-feed-status{
  color:#c9aa64;
  font-weight:900;
  text-align:right;
}
.flight-board-scroll{
  overflow-x:auto;
  scrollbar-color:#263744 #081119;
}
.flight-board-table{
  width:100%;
  min-width:880px;
  border-collapse:collapse;
  table-layout:fixed;
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;
  font-variant-numeric:tabular-nums;
}
.flight-board-table th{
  text-align:left;
  color:#788995;
  font-size:10px;
  letter-spacing:.14em;
  font-weight:800;
  padding:13px 18px;
  background:#050c11;
  border-bottom:1px solid #17232b;
}
.flight-board-table th:nth-child(1){width:11%}
.flight-board-table th:nth-child(2){width:18%}
.flight-board-table th:nth-child(3){width:25%}
.flight-board-table th:nth-child(4){width:15%}
.flight-board-table th:nth-child(5){width:13%}
.flight-board-table th:nth-child(6){width:18%}
.flight-board-table td{
  padding:16px 18px;
  border-bottom:1px solid #101a21;
  color:#e8edf0;
  font-size:14px;
  letter-spacing:.035em;
  background:linear-gradient(180deg,#050c11 0%,#040a0e 100%);
}
.flight-board-table tbody tr:last-child td{border-bottom:0}
.flight-board-table tbody tr:not(.flight-board-empty):hover td{
  background:#0a1720;
}
.flight-time{
  color:#fff !important;
  font-size:18px !important;
  font-weight:900;
}
.flight-student{
  color:#e8d4a0 !important;
  font-weight:800;
}
.flight-aircraft{
  color:#a9d4df !important;
  font-weight:850;
}
.flight-duration{color:#bdc8ce !important}
.status-chip{
  display:inline-flex;
  align-items:center;
  gap:7px;
  border:1px solid #35434d;
  border-radius:999px;
  padding:6px 10px;
  color:#cbd4da;
  font-size:10px;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.status-chip::before{
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:#87949d;
}
.status-chip.scheduled{
  border-color:rgba(101,184,207,.38);
  color:#a9dbe8;
}
.status-chip.scheduled::before{background:#54b1cc}
.status-chip.completed{
  border-color:rgba(79,174,127,.38);
  color:#9edab9;
}
.status-chip.completed::before{background:#4faf7f}
.status-chip.cancelled{
  border-color:rgba(202,111,102,.35);
  color:#e1a6a0;
}
.status-chip.cancelled::before{background:#c96d63}
.flight-board-empty td{
  padding:42px 22px !important;
}
.board-empty-state{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:7px;
  text-align:center;
}
.board-empty-state strong{
  color:#e6d19d;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:15px;
}
.board-empty-state span{
  max-width:680px;
  color:#788894;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:13px;
  line-height:1.6;
}
.flight-board-footer{
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  padding:13px 20px;
  background:#061018;
  border-top:1px solid rgba(255,255,255,.08);
  color:#74838d;
  font-size:9px;
  letter-spacing:.07em;
  text-transform:uppercase;
}
@media(max-width:760px){
  .flight-board-section{padding:56px 18px 62px}
  .flight-board-heading{align-items:flex-start;flex-direction:column}
  .flight-board-clock{text-align:left}
  .flight-board-topline{align-items:flex-start;flex-direction:column}
  .board-feed-status{text-align:left}
}


/* =========================================================
   FLIGHT LEVEL DREAMS — PREMIUM OPERATIONS + WEATHER CENTER
   ========================================================= */
.ops-weather-section{
  background:
    radial-gradient(circle at 80% 0%,rgba(198,164,93,.11),transparent 28%),
    linear-gradient(180deg,#06111a 0%,#081722 54%,#061019 100%);
  padding:76px 34px 82px;
  border-top:1px solid rgba(198,164,93,.18);
  border-bottom:1px solid rgba(198,164,93,.20);
}
.ops-weather-wrap{max-width:1380px;margin:0 auto}
.ops-masthead{
  display:flex;justify-content:space-between;align-items:flex-end;
  gap:34px;margin-bottom:26px;
}
.ops-kicker,.metar-eyebrow{
  margin:0 0 8px;color:#c9aa64;font-size:10px;font-weight:900;
  letter-spacing:.20em;text-transform:uppercase;
}
.ops-masthead h2{
  margin:0;color:#fff;font-family:"Iowan Old Style","Baskerville","Times New Roman",serif;
  font-size:clamp(38px,4.6vw,66px);font-weight:500;letter-spacing:-.035em;
}
.ops-subtitle{margin:12px 0 0;color:#a9b6bf;max-width:760px;font-size:14px;line-height:1.65}
.premium-clock{
  min-width:270px;padding:18px 20px 16px;border-radius:16px;
  background:linear-gradient(145deg,rgba(15,31,43,.95),rgba(4,11,17,.98));
  border:1px solid rgba(198,164,93,.38);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 18px 40px rgba(0,0,0,.22);
}
.premium-clock-top{display:flex;align-items:center;gap:8px;color:#8e9ba4}
.clock-airport{color:#d9bd76;font-weight:950;letter-spacing:.15em}
.clock-live-dot{width:6px;height:6px;border-radius:50%;background:#7dbf93;box-shadow:0 0 10px rgba(125,191,147,.55)}
.clock-caption{font-size:9px;letter-spacing:.15em;font-weight:850}
.premium-clock-time{
  margin:8px 0 5px;color:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  font-size:31px;letter-spacing:.055em;font-weight:760;font-variant-numeric:tabular-nums;
}
.premium-clock-meta{display:flex;align-items:center;gap:10px;color:#8f9da6;font-size:9px;letter-spacing:.08em;text-transform:uppercase}
.premium-clock-meta strong{color:#d7e0e5;font-weight:800}
.clock-divider{width:1px;height:11px;background:rgba(198,164,93,.45)}

.ops-grid{
  display:grid;grid-template-columns:minmax(0,1.65fr) minmax(340px,.75fr);
  gap:22px;align-items:stretch;
}
.flight-board-shell{
  background:#02070b;border:1px solid rgba(255,255,255,.10);border-radius:18px;overflow:hidden;
  box-shadow:0 30px 80px rgba(0,0,0,.30);
}
.flight-board-topline{
  display:flex;justify-content:space-between;align-items:center;gap:18px;
  padding:15px 20px;background:#061018;border-bottom:1px solid rgba(255,255,255,.09);
  color:#dbe2e7;font-size:10px;letter-spacing:.12em;text-transform:uppercase;
}
.board-ident{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.board-ident strong{color:#fff}.board-ident span:last-child{color:#85939e}
.board-dot{width:7px;height:7px;border-radius:50%;background:#c9aa64;box-shadow:0 0 12px rgba(201,170,100,.55)}
.board-feed-status{
  display:inline-flex;align-items:center;border-radius:999px;padding:6px 9px;
  font-size:9px;font-weight:950;letter-spacing:.12em;text-align:right;
}
.board-feed-status.sample{color:#d9bd76;border:1px solid rgba(198,164,93,.35);background:rgba(198,164,93,.08)}
.board-feed-status.live{color:#a4dbc1;border:1px solid rgba(79,174,127,.34);background:rgba(79,174,127,.08)}
.flight-board-scroll{overflow-x:auto;scrollbar-color:#263744 #081119}
.flight-board-table{
  width:100%;min-width:835px;border-collapse:collapse;table-layout:fixed;
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;
  font-variant-numeric:tabular-nums;
}
.flight-board-table th{
  text-align:left;color:#788995;font-size:9px;letter-spacing:.14em;font-weight:850;
  padding:12px 15px;background:#050c11;border-bottom:1px solid #17232b;
}
.flight-board-table th:nth-child(1){width:11%}
.flight-board-table th:nth-child(2){width:18%}
.flight-board-table th:nth-child(3){width:25%}
.flight-board-table th:nth-child(4){width:15%}
.flight-board-table th:nth-child(5){width:13%}
.flight-board-table th:nth-child(6){width:18%}
.flight-board-table td{
  padding:15px;border-bottom:1px solid #101a21;color:#e8edf0;font-size:13px;letter-spacing:.03em;
  background:linear-gradient(180deg,#050c11 0%,#040a0e 100%);
}
.flight-board-table tbody tr:last-child td{border-bottom:0}
.flight-board-table tbody tr:hover td{background:#091720}
.flight-time{color:#fff!important;font-size:17px!important;font-weight:900}
.flight-day{color:#687984;font-size:9px;display:block;margin-bottom:2px}
.flight-student{color:#e8d4a0!important;font-weight:850}
.flight-aircraft{color:#a9d4df!important;font-weight:850}
.flight-duration{color:#bdc8ce!important}
.status-chip{
  display:inline-flex;align-items:center;gap:7px;border:1px solid #35434d;border-radius:999px;padding:5px 9px;
  color:#cbd4da;font-size:9px;font-weight:900;letter-spacing:.10em;text-transform:uppercase;
}
.status-chip::before{content:"";width:6px;height:6px;border-radius:50%;background:#87949d}
.status-chip.scheduled{border-color:rgba(101,184,207,.38);color:#a9dbe8}
.status-chip.scheduled::before{background:#54b1cc}
.status-chip.completed{border-color:rgba(79,174,127,.38);color:#9edab9}
.status-chip.completed::before{background:#4faf7f}
.status-chip.cancelled{border-color:rgba(202,111,102,.35);color:#e1a6a0}
.status-chip.cancelled::before{background:#c96d63}
.flight-board-footer{
  display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;padding:12px 18px;background:#061018;
  border-top:1px solid rgba(255,255,255,.08);color:#74838d;font-size:8px;letter-spacing:.07em;text-transform:uppercase;
}

/* KPWK METAR */
.metar-card{
  display:flex;flex-direction:column;background:
    radial-gradient(circle at 100% 0%,rgba(198,164,93,.10),transparent 32%),
    linear-gradient(180deg,#0a1924,#061018);
  border:1px solid rgba(198,164,93,.28);border-radius:18px;padding:20px;
  box-shadow:0 30px 70px rgba(0,0,0,.24);
}
.metar-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}
.metar-card h3,.wx-map-header h3{
  margin:0;color:#fff;font-family:"Iowan Old Style","Baskerville","Times New Roman",serif;
  font-size:27px;font-weight:550;letter-spacing:-.02em;
}
.fltcat-badge{
  border-radius:999px;padding:7px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size:10px;font-weight:950;letter-spacing:.10em;border:1px solid #4a5660;color:#b8c2c8;background:#0b151c;
}
.fltcat-badge.vfr{color:#9fe0b7;border-color:rgba(71,179,112,.48);background:rgba(71,179,112,.10)}
.fltcat-badge.mvfr{color:#9ec8f7;border-color:rgba(66,137,221,.52);background:rgba(66,137,221,.10)}
.fltcat-badge.ifr{color:#f1a39c;border-color:rgba(213,75,67,.52);background:rgba(213,75,67,.10)}
.fltcat-badge.lifr{color:#dfa6ea;border-color:rgba(179,80,197,.52);background:rgba(179,80,197,.10)}
.fltcat-badge.pending{color:#d9bd76;border-color:rgba(198,164,93,.38);background:rgba(198,164,93,.08)}
.metar-raw{
  margin:18px 0;padding:15px;border-radius:12px;background:#02070b;border:1px solid rgba(255,255,255,.08);
  color:#d9e2e7;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  font-size:12px;line-height:1.55;min-height:74px;
}
.metar-metrics{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.metar-metric{
  padding:11px 12px;border-radius:10px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07)
}
.metar-metric span{display:block;color:#71818c;font-size:8px;font-weight:900;letter-spacing:.12em}
.metar-metric strong{
  display:block;margin-top:5px;color:#f0f3f5;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size:12px;font-weight:800;
}
.metar-source-row{
  margin-top:auto;padding-top:17px;display:flex;justify-content:space-between;gap:12px;align-items:center;
  color:#71818c;font-size:8px;font-weight:850;letter-spacing:.06em;text-transform:uppercase;
}
.metar-source-row a{color:#d9bd76;text-decoration:none}
.metar-source-row a:hover{text-decoration:underline}

/* Weather map */
.wx-map-shell{
  margin-top:22px;overflow:hidden;border:1px solid rgba(255,255,255,.10);border-radius:18px;
  background:#050c11;box-shadow:0 30px 80px rgba(0,0,0,.25)
}
.wx-map-header{
  display:flex;justify-content:space-between;align-items:center;gap:22px;padding:18px 20px;background:#07131c;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.wx-legend{display:flex;gap:14px;flex-wrap:wrap;color:#a8b4bc;font-size:9px;font-weight:850;letter-spacing:.08em}
.wx-legend span{display:flex;align-items:center;gap:6px}
.wx-legend i{display:inline-block;width:9px;height:9px;border-radius:50%}
.wx-legend i.vfr{background:#39a85f}.wx-legend i.mvfr{background:#397dd2}
.wx-legend i.ifr{background:#c8443f}.wx-legend i.lifr{background:#a847bc}
.wx-map-wrap{position:relative}
.wx-map{height:390px;background:#071019}
.wx-map-loading{
  position:absolute;z-index:500;left:50%;top:50%;transform:translate(-50%,-50%);
  width:min(420px,calc(100% - 36px));padding:18px 20px;border-radius:13px;text-align:center;
  background:rgba(4,12,18,.93);border:1px solid rgba(198,164,93,.33);color:#87959e;
  pointer-events:none;
}
.wx-map-loading strong{display:block;color:#d9bd76;font-size:10px;letter-spacing:.13em;margin-bottom:7px}
.wx-map-loading span{font-size:11px;line-height:1.5}
.wx-map-foot{
  display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;padding:11px 18px;background:#061018;
  color:#74838d;font-size:8px;letter-spacing:.07em;text-transform:uppercase;border-top:1px solid rgba(255,255,255,.08)
}

/* Leaflet premium override */
.wx-map .leaflet-container{font-family:inherit}
.wx-map .leaflet-control-zoom a{
  background:#07131c;color:#d8e0e5;border-color:#26343e
}
.wx-map .leaflet-control-attribution{background:rgba(4,11,17,.82);color:#82909a}
.wx-map .leaflet-control-attribution a{color:#d9bd76}
.wx-div-icon{background:transparent!important;border:0!important}
.wx-airport-marker{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  width:64px;height:36px;border-radius:9px;background:#0a151d;border:1px solid #4e5c66;
  color:#fff;box-shadow:0 6px 18px rgba(0,0,0,.36);
}
.wx-airport-marker span{font-size:10px;font-weight:950;letter-spacing:.06em}
.wx-airport-marker strong{font-size:8px;letter-spacing:.07em}
.wx-airport-marker.vfr{border-color:#42a968;color:#b7e7c7}
.wx-airport-marker.mvfr{border-color:#4786d1;color:#b4d5fb}
.wx-airport-marker.ifr{border-color:#c64b46;color:#f2b6b1}
.wx-airport-marker.lifr{border-color:#aa4ebd;color:#e4b4ec}
.wx-airport-marker.pending{color:#b8c2c8}
.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#07131c;color:#dbe3e8}
.leaflet-popup-content{font-size:11px;line-height:1.45}
.leaflet-popup-content strong{color:#d9bd76}

@media(max-width:1050px){
  .ops-grid{grid-template-columns:1fr}
  .metar-card{min-height:0}
}
@media(max-width:760px){
  .ops-weather-section{padding:56px 18px 62px}
  .ops-masthead{align-items:flex-start;flex-direction:column}
  .premium-clock{width:100%;min-width:0}
  .flight-board-topline{align-items:flex-start;flex-direction:column}
  .board-feed-status{text-align:left}
  .wx-map-header{align-items:flex-start;flex-direction:column}
  .wx-map{height:330px}
}
@media(max-width:520px){
  .metar-metrics{grid-template-columns:1fr}
  .metar-source-row{align-items:flex-start;flex-direction:column}
}


/* =========================================================
   FLIGHT LEVEL DREAMS — DEPARTURES + FLIGHTAWARE TRAFFIC
   Weather map / METAR removed.
   ========================================================= */
.ops-traffic-section{
  background:
    radial-gradient(circle at 78% 0%,rgba(198,164,93,.10),transparent 28%),
    linear-gradient(180deg,#06111a 0%,#081722 56%,#061019 100%);
  padding:76px 34px 82px;
  border-top:1px solid rgba(198,164,93,.18);
  border-bottom:1px solid rgba(198,164,93,.20);
}
.ops-traffic-wrap{max-width:1380px;margin:0 auto}
.ops-traffic-masthead{
  display:flex;justify-content:space-between;align-items:flex-end;gap:34px;margin-bottom:26px;
}
.ops-traffic-kicker,.traffic-eyebrow{
  margin:0 0 8px;color:#c9aa64;font-size:10px;font-weight:900;
  letter-spacing:.20em;text-transform:uppercase;
}
.ops-traffic-masthead h2{
  margin:0;color:#fff;font-family:"Iowan Old Style","Baskerville","Times New Roman",serif;
  font-size:clamp(38px,4.6vw,66px);font-weight:500;letter-spacing:-.035em;
}
.ops-traffic-subtitle{margin:12px 0 0;color:#a9b6bf;max-width:760px;font-size:14px;line-height:1.65}
.ops-traffic-grid{
  display:grid;grid-template-columns:minmax(0,1.62fr) minmax(360px,.78fr);
  gap:22px;align-items:stretch;
}

/* Preserve premium local/Zulu clock */
.premium-clock{
  min-width:270px;padding:18px 20px 16px;border-radius:16px;
  background:linear-gradient(145deg,rgba(15,31,43,.95),rgba(4,11,17,.98));
  border:1px solid rgba(198,164,93,.38);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 18px 40px rgba(0,0,0,.22);
}
.premium-clock-top{display:flex;align-items:center;gap:8px;color:#8e9ba4}
.clock-airport{color:#d9bd76;font-weight:950;letter-spacing:.15em}
.clock-live-dot{width:6px;height:6px;border-radius:50%;background:#7dbf93;box-shadow:0 0 10px rgba(125,191,147,.55)}
.clock-caption{font-size:9px;letter-spacing:.15em;font-weight:850}
.premium-clock-time{
  margin:8px 0 5px;color:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  font-size:31px;letter-spacing:.055em;font-weight:760;font-variant-numeric:tabular-nums;
}
.premium-clock-meta{display:flex;align-items:center;gap:10px;color:#8f9da6;font-size:9px;letter-spacing:.08em;text-transform:uppercase}
.premium-clock-meta strong{color:#d7e0e5;font-weight:800}
.clock-divider{width:1px;height:11px;background:rgba(198,164,93,.45)}

/* FlightAware traffic panel */
.traffic-card{
  display:flex;flex-direction:column;
  background:
    radial-gradient(circle at 100% 0%,rgba(58,139,172,.12),transparent 33%),
    linear-gradient(180deg,#0a1924,#061018);
  border:1px solid rgba(198,164,93,.26);
  border-radius:18px;padding:20px;
  box-shadow:0 30px 70px rgba(0,0,0,.24);
}
.traffic-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:15px}
.traffic-card h3{
  margin:0;color:#fff;font-family:"Iowan Old Style","Baskerville","Times New Roman",serif;
  font-size:28px;font-weight:550;letter-spacing:-.02em;
}
.traffic-live-chip{
  display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:7px 10px;
  color:#a9dbe8;border:1px solid rgba(84,177,204,.36);
  background:rgba(84,177,204,.07);font-size:9px;font-weight:900;letter-spacing:.10em;
}
.traffic-live-chip i{width:6px;height:6px;border-radius:50%;background:#54b1cc;box-shadow:0 0 9px rgba(84,177,204,.7)}

.traffic-radar{
  position:relative;display:block;min-height:315px;overflow:hidden;border-radius:14px;
  background:
    linear-gradient(rgba(102,161,183,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(102,161,183,.055) 1px,transparent 1px),
    radial-gradient(circle at center,#0d2634 0%,#07141e 52%,#03090e 100%);
  background-size:32px 32px,32px 32px,auto;
  border:1px solid rgba(110,173,196,.18);
  text-decoration:none;
  isolation:isolate;
}
.radar-ring{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  border:1px solid rgba(107,190,217,.15);border-radius:50%;
}
.ring-one{width:105px;height:105px}
.ring-two{width:205px;height:205px}
.ring-three{width:310px;height:310px}
.radar-crosshair{position:absolute;background:rgba(107,190,217,.09)}
.radar-crosshair.horizontal{height:1px;left:0;right:0;top:50%}
.radar-crosshair.vertical{width:1px;top:0;bottom:0;left:50%}
.radar-sweep{
  position:absolute;width:50%;height:50%;left:50%;top:0;transform-origin:left bottom;
  background:conic-gradient(from 180deg at 0 100%,rgba(91,186,216,.19),rgba(91,186,216,0) 34deg);
  animation:fldRadarSweep 5s linear infinite;
  z-index:1;pointer-events:none;
}
@keyframes fldRadarSweep{to{transform:rotate(360deg)}}
.radar-center{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  display:flex;flex-direction:column;align-items:center;z-index:4;
  color:#d9bd76;font-size:10px;letter-spacing:.12em;
}
.radar-airport-dot{
  width:11px;height:11px;border-radius:50%;margin-bottom:7px;
  background:#d9bd76;border:3px solid rgba(217,189,118,.22);
  box-shadow:0 0 15px rgba(217,189,118,.55);
}
.traffic-aircraft{
  position:absolute;z-index:3;color:#d7e7ec;font-size:19px;
  filter:drop-shadow(0 0 5px rgba(130,205,229,.32));
  opacity:.88;
}
.plane-a{left:13%;top:21%;transform:rotate(38deg);animation:planeDriftA 9s ease-in-out infinite alternate}
.plane-b{right:13%;top:29%;transform:rotate(118deg);animation:planeDriftB 11s ease-in-out infinite alternate}
.plane-c{left:24%;bottom:20%;transform:rotate(-16deg);animation:planeDriftC 8s ease-in-out infinite alternate}
.plane-d{right:22%;bottom:16%;transform:rotate(202deg);animation:planeDriftD 12s ease-in-out infinite alternate}
.plane-e{left:48%;top:16%;transform:rotate(77deg);animation:planeDriftE 10s ease-in-out infinite alternate}
@keyframes planeDriftA{to{translate:18px 10px}}
@keyframes planeDriftB{to{translate:-15px 17px}}
@keyframes planeDriftC{to{translate:21px -12px}}
@keyframes planeDriftD{to{translate:-19px -10px}}
@keyframes planeDriftE{to{translate:9px 23px}}
.traffic-overlay-copy{
  position:absolute;left:16px;right:16px;bottom:15px;z-index:5;
  padding:13px 14px;border-radius:11px;
  background:rgba(3,9,14,.82);border:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(8px);
}
.traffic-overlay-copy span{display:block;color:#d9bd76;font-size:8px;font-weight:900;letter-spacing:.14em}
.traffic-overlay-copy strong{display:block;margin:4px 0;color:#fff;font-size:13px;font-weight:700}
.traffic-overlay-copy small{color:#81939e;font-size:9px}
.traffic-radar:hover{border-color:rgba(198,164,93,.42)}
.traffic-radar:hover .traffic-overlay-copy strong{color:#e9d49f}

.traffic-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}
.traffic-actions a{
  display:flex;align-items:center;justify-content:center;min-height:43px;padding:9px 12px;border-radius:10px;
  text-decoration:none;text-align:center;font-size:9px;font-weight:900;letter-spacing:.08em;
}
.traffic-primary{background:#c6a45d;color:#061018}
.traffic-secondary{border:1px solid rgba(198,164,93,.30);color:#d9bd76;background:rgba(198,164,93,.05)}
.traffic-primary:hover{filter:brightness(1.06)}
.traffic-secondary:hover{background:rgba(198,164,93,.10)}
.traffic-note{
  margin:13px 2px 0;color:#71818b;font-size:9px;line-height:1.55;
}

@media(prefers-reduced-motion:reduce){
  .radar-sweep,.traffic-aircraft{animation:none!important}
}
@media(max-width:1050px){
  .ops-traffic-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .ops-traffic-section{padding:56px 18px 62px}
  .ops-traffic-masthead{align-items:flex-start;flex-direction:column}
  .premium-clock{width:100%;min-width:0}
  .traffic-actions{grid-template-columns:1fr}
}


/* =========================================================
   FLIGHT LEVEL DREAMS — SHARED FLIGHT OPERATIONS CENTER
   Homepage bottom / Student portal top
   ========================================================= */
.ops-center-section{
  background:
    radial-gradient(circle at 82% 0%,rgba(198,164,93,.10),transparent 28%),
    linear-gradient(180deg,#06111a 0%,#081722 56%,#061019 100%);
  padding:76px 34px 82px;
  border-top:1px solid rgba(198,164,93,.18);
  border-bottom:1px solid rgba(198,164,93,.20);
}
.ops-center-wrap{max-width:1380px;margin:0 auto}
.ops-center-masthead{display:flex;justify-content:space-between;align-items:flex-end;gap:34px;margin-bottom:26px}
.ops-center-kicker,.metar-eyebrow,.traffic-eyebrow{
  margin:0 0 8px;color:#c9aa64;font-size:10px;font-weight:900;
  letter-spacing:.20em;text-transform:uppercase;
}
.ops-center-masthead h2{
  margin:0;color:#fff;font-family:"Iowan Old Style","Baskerville","Times New Roman",serif;
  font-size:clamp(38px,4.6vw,66px);font-weight:500;letter-spacing:-.035em;
}
.ops-center-subtitle{margin:12px 0 0;color:#a9b6bf;max-width:760px;font-size:14px;line-height:1.65}
.ops-center-primary-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(350px,.78fr);gap:22px;align-items:stretch}
.ops-center-secondary-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:22px;margin-top:22px}

/* METAR restored */
.metar-card{
  display:flex;flex-direction:column;background:
    radial-gradient(circle at 100% 0%,rgba(198,164,93,.10),transparent 32%),
    linear-gradient(180deg,#0a1924,#061018);
  border:1px solid rgba(198,164,93,.28);border-radius:18px;padding:20px;
  box-shadow:0 30px 70px rgba(0,0,0,.24);
}
.metar-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}
.metar-card h3,.ops-brief-card h3{
  margin:0;color:#fff;font-family:"Iowan Old Style","Baskerville","Times New Roman",serif;
  font-size:27px;font-weight:550;letter-spacing:-.02em;
}
.fltcat-badge{
  border-radius:999px;padding:7px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size:10px;font-weight:950;letter-spacing:.10em;border:1px solid #4a5660;color:#b8c2c8;background:#0b151c;
}
.fltcat-badge.vfr{color:#9fe0b7;border-color:rgba(71,179,112,.48);background:rgba(71,179,112,.10)}
.fltcat-badge.mvfr{color:#9ec8f7;border-color:rgba(66,137,221,.52);background:rgba(66,137,221,.10)}
.fltcat-badge.ifr{color:#f1a39c;border-color:rgba(213,75,67,.52);background:rgba(213,75,67,.10)}
.fltcat-badge.lifr{color:#dfa6ea;border-color:rgba(179,80,197,.52);background:rgba(179,80,197,.10)}
.fltcat-badge.pending{color:#d9bd76;border-color:rgba(198,164,93,.38);background:rgba(198,164,93,.08)}
.metar-raw{
  margin:18px 0;padding:15px;border-radius:12px;background:#02070b;border:1px solid rgba(255,255,255,.08);
  color:#d9e2e7;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  font-size:12px;line-height:1.55;min-height:74px;
}
.metar-metrics{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.metar-metric{padding:11px 12px;border-radius:10px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07)}
.metar-metric span{display:block;color:#71818c;font-size:8px;font-weight:900;letter-spacing:.12em}
.metar-metric strong{display:block;margin-top:5px;color:#f0f3f5;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;font-weight:800}
.metar-source-row{
  margin-top:auto;padding-top:17px;display:flex;justify-content:space-between;gap:12px;align-items:center;
  color:#71818c;font-size:8px;font-weight:850;letter-spacing:.06em;text-transform:uppercase;
}
.metar-source-row a{color:#d9bd76;text-decoration:none}.metar-source-row a:hover{text-decoration:underline}

/* Quick brief */
.ops-brief-card{
  background:linear-gradient(180deg,#0a1822,#061018);border:1px solid rgba(255,255,255,.09);
  border-radius:18px;padding:22px;box-shadow:0 30px 70px rgba(0,0,0,.20)
}
.ops-brief-list{display:grid;gap:10px;margin-top:18px}
.ops-brief-list>div{display:grid;grid-template-columns:38px 1fr;gap:11px;padding:12px 0;border-top:1px solid rgba(255,255,255,.07)}
.ops-brief-list span{color:#d9bd76;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;font-weight:900}
.ops-brief-list p{margin:0;color:#98a8b2;font-size:11px;line-height:1.55}
.ops-brief-list strong{color:#eef3f5}

/* Student portal: keep operations block first and slightly tighter */
#student-flight-operations{padding-top:34px}
#student-flight-operations .ops-center-wrap{max-width:1440px}

/* Ensure prior weather map remnants never display if old CSS remains */
.wx-map-shell,.wx-map-wrap,.wx-map{display:none!important}

@media(max-width:1050px){
  .ops-center-primary-grid,.ops-center-secondary-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .ops-center-section{padding:56px 18px 62px}
  .ops-center-masthead{align-items:flex-start;flex-direction:column}
  .premium-clock{width:100%;min-width:0}
}
@media(max-width:520px){
  .metar-metrics{grid-template-columns:1fr}
  .metar-source-row{align-items:flex-start;flex-direction:column}
}


/* =========================================================
   LIVE ATC ADD-ON — local traffic panel
   ========================================================= */
.traffic-actions-three{
  grid-template-columns:1.15fr .8fr 1fr;
}
.traffic-atc{
  border:1px solid rgba(97,183,208,.34);
  color:#b6e2ee;
  background:rgba(84,177,204,.07);
}
.traffic-atc:hover{
  background:rgba(84,177,204,.13);
  border-color:rgba(97,183,208,.52);
}
@media(max-width:760px){
  .traffic-actions-three{grid-template-columns:1fr}
}


/* =========================================================
   DEBRIEF UX — LATEST ONLY + ARCHIVE + SESSION TYPES
   ========================================================= */
.session-label-row{display:flex;gap:8px;align-items:center;margin-bottom:8px}
.session-type-badge{
  display:inline-flex;align-items:center;justify-content:center;
  padding:6px 9px;border-radius:999px;font-size:9px;font-weight:900;
  letter-spacing:.08em;text-transform:uppercase
}
.session-type-badge.flight{background:#e9f3f7;color:#27657b;border:1px solid #cbe2eb}
.session-type-badge.ground{background:#f4ecda;color:#795f25;border:1px solid #e5d3a7}
.session-type-badge.simulator{background:#eee9f7;color:#674e8b;border:1px solid #d9ccef}
.session-date-label{font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:#8a969e}
.latest-debrief-card{border-top:3px solid #c6a45d !important}
.debrief-archive-card{
  margin-top:14px;display:flex;justify-content:space-between;align-items:center;gap:18px;
  padding:18px 19px;border-radius:16px;border:1px solid #e3ded3;background:#fff;
}
.debrief-archive-copy{display:flex;gap:13px;align-items:flex-start}
.archive-icon{
  width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;
  border-radius:10px;background:#081722;color:#c6a45d;font-weight:900;flex:0 0 auto
}
.debrief-archive-copy strong{display:block;color:#081722;font-family:"Iowan Old Style","Baskerville","Times New Roman",serif;font-size:19px}
.debrief-archive-copy p{margin:4px 0 0;color:#71808a;font-size:11px;line-height:1.5;max-width:650px}
.archive-button{
  flex:0 0 auto;text-decoration:none;border-radius:10px;padding:10px 13px;
  background:#081722;color:#fff;font-size:9px;font-weight:900;letter-spacing:.07em;text-transform:uppercase
}
.archive-button:hover{background:#102b3e}
.student-rate-card{
  margin-top:14px;padding:19px;border:1px solid #e3ded3;border-radius:16px;background:#fff;
}
.student-rate-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}
.student-rate-head>div>strong{display:block;margin-top:5px;color:#081722;font-family:"Iowan Old Style","Baskerville","Times New Roman",serif;font-size:20px}
.rate-eyebrow{font-size:8px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#8c7340}
.student-rate-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:15px}
.student-rate-grid>div{padding:12px;border-radius:12px;background:#f8f6f1;border:1px solid #ece6da}
.student-rate-grid span{display:block;color:#78838a;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.student-rate-grid strong{display:block;margin-top:4px;color:#081722;font-size:18px}
.student-rate-card>p{margin:12px 0 0;color:#7a848a;font-size:10px;line-height:1.5}
.instructor-dashboard select,.form select{
  width:100%;padding:12px 13px;border:1px solid #d7e0e5;border-radius:10px;background:#fff;color:#15232c;
}
@media(max-width:700px){
  .debrief-archive-card,.student-rate-head{flex-direction:column;align-items:flex-start}
  .archive-button{width:100%;text-align:center}
  .student-rate-grid{grid-template-columns:1fr}
}


/* =========================================================
   REDBIRD FMX-1000 — SIMULATOR TRAINING
   ========================================================= */
.simulator{
  display:grid;
  grid-template-columns:minmax(420px,.92fr) minmax(0,1.08fr);
  gap:62px;
  align-items:center;
  background:
    radial-gradient(circle at 14% 18%,rgba(87,170,199,.10),transparent 28%),
    linear-gradient(180deg,#07131d 0%,#0a1b27 100%);
  color:#fff;
  overflow:hidden;
}
.simulator-text{max-width:720px}
.simulator-text .kicker{color:#c6a45d}
.simulator-text h2{
  margin:.15rem 0 1rem;
  color:#fff;
  font-family:"Iowan Old Style","Baskerville","Times New Roman",serif;
  font-size:clamp(40px,5vw,68px);
  font-weight:500;
  letter-spacing:-.035em;
}
.sim-lead{
  color:#b7c4cb;
  font-size:15px;
  line-height:1.7;
  max-width:660px;
  margin:0 0 24px;
}
.sim-specs{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.sim-specs article{
  display:grid;grid-template-columns:34px 1fr;gap:12px;
  padding:15px;border-radius:14px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.08);
}
.sim-spec-number{
  color:#c6a45d;
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size:10px;font-weight:900;letter-spacing:.08em;
  padding-top:2px;
}
.sim-specs strong{display:block;color:#f5f7f8;font-size:13px;margin-bottom:4px}
.sim-specs p{margin:0;color:#8799a4;font-size:10px;line-height:1.5}
.sim-note{
  margin:18px 0 0;
  color:#788994;
  font-size:10px;
  line-height:1.55;
  border-left:2px solid rgba(198,164,93,.55);
  padding-left:12px;
}

.simulator-visual{display:flex;align-items:center;justify-content:center;min-height:460px}
.sim-frame{
  width:min(100%,520px);
  padding:18px 18px 24px;
  border-radius:30px 30px 22px 22px;
  background:linear-gradient(160deg,#1a242b,#080d11 58%,#11191f);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 36px 80px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.06);
  transform:perspective(1000px) rotateY(5deg) rotateX(1deg);
}
.sim-topbar{display:flex;gap:6px;margin:0 0 12px 8px}
.sim-topbar span{width:7px;height:7px;border-radius:50%;background:#53616a}
.sim-topbar span:nth-child(2){background:#8b774a}
.sim-topbar span:nth-child(3){background:#3b7283}
.sim-screen{
  padding:14px;border-radius:17px;
  background:#020607;
  border:1px solid #27343c;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
}
.sim-horizon{
  position:relative;height:245px;overflow:hidden;border-radius:10px;
  background:#0b1a24;border:1px solid #1c2d36;
}
.sim-sky{
  position:absolute;inset:0 0 48% 0;
  background:linear-gradient(180deg,#174d69,#377b98);
}
.sim-ground{
  position:absolute;left:-10%;right:-10%;bottom:-15%;height:67%;
  background:linear-gradient(180deg,#6e5837,#2a3029);
  transform:rotate(-3deg);
}
.sim-aircraft-symbol{
  position:absolute;left:50%;top:49%;transform:translate(-50%,-50%);
  color:#f3cf69;font-size:43px;font-weight:200;
  text-shadow:0 0 10px rgba(243,207,105,.35);
}
.sim-horizon::before,.sim-horizon::after{
  content:"";position:absolute;z-index:5;top:50%;height:1px;background:rgba(255,255,255,.35)
}
.sim-horizon::before{left:15%;width:27%}
.sim-horizon::after{right:15%;width:27%}
.sim-gauges{
  display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px
}
.sim-gauges div{
  text-align:center;padding:9px 6px;border-radius:8px;
  background:#07131a;border:1px solid #172831
}
.sim-gauges strong{display:block;color:#9fd7e8;font-size:10px;letter-spacing:.06em}
.sim-gauges span{display:block;margin-top:3px;color:#5f707a;font-size:7px;text-transform:uppercase;letter-spacing:.06em}
.sim-base{
  display:flex;align-items:end;justify-content:space-between;
  padding:16px 9px 0;color:#5d6c74
}
.sim-base span{font-size:9px;letter-spacing:.18em;font-weight:900}
.sim-base strong{font-size:13px;color:#c9d3d8;letter-spacing:.06em}

@media(max-width:980px){
  .simulator{grid-template-columns:1fr;gap:36px}
  .simulator-visual{min-height:0;order:2}
  .simulator-text{order:1}
}
@media(max-width:620px){
  .sim-specs{grid-template-columns:1fr}
  .simulator-visual{display:none}
}


/* =========================================================
   REDBIRD FMX — VIDEO FEATURE
   ========================================================= */
.sim-video-card{
  margin-top:22px;
  display:grid;
  grid-template-columns:minmax(180px,.7fr) minmax(320px,1.3fr);
  gap:18px;
  padding:18px;
  border-radius:16px;
  background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  border:1px solid rgba(198,164,93,.22);
  box-shadow:0 20px 45px rgba(0,0,0,.16);
}
.sim-video-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:4px 4px 4px 2px;
}
.sim-video-copy>span{
  color:#c6a45d;
  font-size:8px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.sim-video-copy>strong{
  margin-top:7px;
  color:#fff;
  font-family:"Iowan Old Style","Baskerville","Times New Roman",serif;
  font-size:21px;
  font-weight:550;
  line-height:1.15;
}
.sim-video-copy>p{
  margin:9px 0 0;
  color:#84959f;
  font-size:10px;
  line-height:1.55;
}
.sim-video-frame{
  position:relative;
  aspect-ratio:16/9;
  overflow:hidden;
  border-radius:12px;
  background:#020607;
  border:1px solid rgba(255,255,255,.08);
}
.sim-video-frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
@media(max-width:760px){
  .sim-video-card{
    grid-template-columns:1fr;
  }
}



/* =========================================================
   REDBIRD FMX — REAL PHOTO + COMPACT VIDEO
   ========================================================= */
.simulator-visual{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:0;
}
.sim-photo-card{
  width:min(100%,520px);
  margin:0;
  padding:18px;
  border-radius:28px;
  background:linear-gradient(160deg,#171f25,#070c10 58%,#10171c);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 34px 75px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.05);
  transform:perspective(1000px) rotateY(4deg) rotateX(1deg);
}
.sim-photo-wrap{
  position:relative;
  border-radius:18px;
  overflow:hidden;
  background:#f4f5f6;
  border:1px solid rgba(255,255,255,.08);
  aspect-ratio:4/3;
  display:flex;
  align-items:center;
  justify-content:center;
}
.sim-photo-wrap::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,0) 30%, rgba(0,0,0,.06));
  pointer-events:none;
}
.sim-photo{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.sim-photo-caption{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  padding:14px 4px 0;
  flex-wrap:wrap;
}
.sim-photo-caption span{
  display:block;
  color:#c6a45d;
  font-size:9px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
  width:100%;
}
.sim-photo-caption strong{
  color:#eef3f5;
  font-size:16px;
  font-weight:650;
  letter-spacing:.04em;
}
.sim-photo-caption em{
  color:#83939b;
  font-size:10px;
  font-style:normal;
  letter-spacing:.08em;
  text-transform:uppercase;
}

/* disable old synthetic sim styles */
.sim-frame,.sim-topbar,.sim-screen,.sim-horizon,.sim-sky,.sim-ground,.sim-aircraft-symbol,.sim-gauges,.sim-base{display:none !important;}

.sim-video-card{
  margin-top:22px;
  max-width:480px;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  padding:14px;
  border-radius:16px;
  background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  border:1px solid rgba(198,164,93,.22);
  box-shadow:0 20px 45px rgba(0,0,0,.16);
}
.sim-video-copy{padding:2px 2px 0}
.sim-video-copy>strong{font-size:18px}
.sim-video-copy>p{font-size:10px;max-width:40ch}
.sim-video-frame{
  position:relative;
  width:100%;
  max-width:420px;
  aspect-ratio:16/9;
  overflow:hidden;
  border-radius:12px;
  background:#020607;
  border:1px solid rgba(255,255,255,.08);
}
@media(max-width:980px){
  .sim-photo-card{transform:none}
}



/* =========================================================
   FRASCA RTD — CORRECTED SIMULATOR
   ========================================================= */
.sim-uses{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}
.sim-uses span{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  color:#b9c7ce;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.08);
  font-size:8px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
