:root {
  --navy: #0d1f3c;
  --navy-alt: #112347;
  --red: #cc1f1f;
  --red-dark: #a81919;
  --white: #ffffff;
  --off-white: #f4f6f9;
  --gray-light: #e2e8f0;
  --gray-mid: #6b7a8d;
  --card-bg: #ffffff;
  --card-border: #e2e8f0;
  --card-shadow: 0 4px 20px rgba(13,31,60,0.08);
  --radius: 12px;
  --radius-lg: 20px;
  --font-head: 'Manrope', sans-serif;
  --font-body: 'Source Sans 3', sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background-color: var(--off-white); color: var(--navy); font-family: var(--font-body); font-size: 16px; line-height: 1.6; }
a { color: var(--red); text-decoration: none; }
a:hover { color: var(--red-dark); }
h1,h2,h3,h4 { font-family: var(--font-head); line-height: 1.2; color: var(--navy); }
h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; }
h3 { font-size: 1.1rem; font-weight: 700; }
img { max-width: 100%; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-header { text-align: center; max-width: 720px; margin: 0 auto 52px; }
.section-header h2 { margin-bottom: 12px; }
.section-header p { color: var(--gray-mid); font-size: 1.05rem; }
.eyebrow { display: inline-block; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.78rem; font-weight: 700; color: var(--red); font-family: var(--font-head); margin-bottom: 10px; }
.button { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: var(--radius); font-family: var(--font-head); font-weight: 700; font-size: 0.92rem; cursor: pointer; transition: all 0.2s ease; border: 2px solid transparent; text-align: center; white-space: nowrap; }
.button-primary { background: var(--navy); color: var(--white); border-color: var(--navy); }
.button-primary:hover { background: var(--navy-alt); color: var(--white); }
.button-red { background: var(--red); color: var(--white); border-color: var(--red); }
.button-red:hover { background: var(--red-dark); border-color: var(--red-dark); color: var(--white); }
.button-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.button-outline:hover { background: var(--navy); color: var(--white); }
.button-outline-white { background: transparent; color: var(--white); border-color: var(--white); }
.button-outline-white:hover { background: var(--white); color: var(--navy); }
.button-sm { padding: 9px 18px; font-size: 0.85rem; }
.button-full { width: 100%; justify-content: center; }
#cookie-banner { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: var(--navy); border-top: 1px solid rgba(255,255,255,0.1); padding: 16px 24px; align-items: center; gap: 16px; z-index: 1000; flex-wrap: wrap; }
#cookie-banner p { flex: 1; font-size: 0.9rem; color: rgba(255,255,255,0.75); }
#cookie-banner button { padding: 8px 20px; border-radius: 8px; font-weight: 700; cursor: pointer; border: none; font-size: 0.9rem; }
#cookie-banner button:first-of-type { background: var(--red); color: var(--white); }
#cookie-banner button:last-of-type { background: transparent; color: rgba(255,255,255,0.5); border: 1px solid rgba(255,255,255,0.2); }
.site-header { position: sticky; top: 0; z-index: 100; background: var(--navy); border-bottom: 1px solid rgba(255,255,255,0.08); }
.nav-shell { display: flex; align-items: center; gap: 24px; height: 68px; }
.brand { display: flex; align-items: center; }
.brand-logo { height: 52px; width: auto; object-fit: contain; }
.site-nav { display: flex; gap: 24px; margin-left: auto; }
.site-nav a { color: rgba(255,255,255,0.8); font-family: var(--font-head); font-weight: 600; font-size: 0.9rem; transition: color 0.2s; }
.site-nav a:hover { color: var(--white); }
.header-cta { margin-left: 8px; padding: 9px 20px; font-size: 0.88rem; }

.hero-section { position: relative; min-height: 600px; display: flex; align-items: center; background: linear-gradient(135deg, rgba(13,31,60,0.85) 0%, rgba(13,31,60,0.70) 100%), url('/assets/images/hero/private-training-scene.jpg') center 65%/cover no-repeat; padding: 100px 0; }\n.hero-content { position: relative; z-index: 1; max-width: 680px; }
.hero-content h1 { color: var(--white); margin-bottom: 20px; line-height: 1.1; }
.hero-content p { color: rgba(255,255,255,0.85); font-size: 1.15rem; margin-bottom: 36px; line-height: 1.7; max-width: 560px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-trust {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.15);
  flex-wrap: nowrap;
  overflow: hidden;
}
.hero-trust-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-shrink: 0;
  min-width: 0;
}
.hero-trust-item span:first-child {
  color: rgba(255,255,255,0.5);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: var(--font-head);
  font-weight: 600;
  white-space: nowrap;
}
.hero-trust-item span:last-child {
  color: var(--white);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.88rem;
  white-space: nowrap;
}
.hero-trust-divider {
  width: 1px;
  height: 28px;
  background: rgba(255,255,255,0.25);
  flex-shrink: 0;
}
.trust-bar { background: var(--white); border-bottom: 1px solid var(--gray-light); padding: 36px 0; box-shadow: 0 2px 12px rgba(13,31,60,0.06); }
.trust-bar-inner { display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; }
.trust-item { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 0 40px; text-align: center; }
.trust-item img {
  height: 72px;
  width: auto;
  object-fit: contain;
}
.trust-item span { color: var(--navy); font-family: var(--font-head); font-weight: 700; font-size: 1rem; }
.trust-divider { width: 1px; height: 72px; background: var(--gray-light); flex-shrink: 0; }
.trust-bullets { display: flex; flex-direction: column; gap: 6px; padding: 0 40px; text-align: center; }
.trust-bullets span { color: var(--navy); font-family: var(--font-head); font-weight: 600; font-size: 1rem; }
.photo-strip { height: 320px; overflow: hidden; position: relative; }
.photo-strip img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.photo-strip-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(13,31,60,0.75) 0%, rgba(13,31,60,0.4) 100%); display: flex; align-items: center; }
.photo-strip-content { padding: 0 48px; max-width: 600px; }
.photo-strip-content h2 { color: var(--white); margin-bottom: 12px; }
.photo-strip-content p { color: rgba(255,255,255,0.85); font-size: 1.05rem; margin-bottom: 24px; }
.instructor-montage { background: var(--off-white); padding: 0; }
.montage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; height: 280px; }
.montage-item { overflow: hidden; height: 280px; }
.montage-item img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 0.4s ease; filter: brightness(0.9); }
.montage-item:hover img { transform: scale(1.05); filter: brightness(1); }
.montage-caption { text-align: center; padding: 20px 24px; background: var(--white); border-bottom: 1px solid var(--gray-light); }
.montage-caption p { color: var(--gray-mid); font-size: 0.9rem; font-style: italic; }
.org-section { background: var(--navy); padding: 80px 0; }
.value-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius-lg); overflow: hidden; transition: transform 0.2s; }
.value-card:hover { transform: translateY(-4px); }
.value-card-image { height: 180px; overflow: hidden; }
.value-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.value-card:hover .value-card-image img { transform: scale(1.05); }
.value-card-body { padding: 24px; }
.value-card-body h3 { color: var(--white); margin-bottom: 8px; }
.value-card-body p { color: rgba(255,255,255,0.65); font-size: 0.95rem; line-height: 1.6; }
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.card-grid.three-col { grid-template-columns: repeat(3, 1fr); }
.section-cta { text-align: center; margin-top: 48px; }
.upsell-line { margin-top: 16px; color: rgba(255,255,255,0.55); font-size: 0.95rem; }
.upsell-line a { color: rgba(255,255,255,0.85); font-weight: 600; }
.course-section { background: var(--off-white); padding: 80px 0; }
.course-authority-bar { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 48px; flex-wrap: wrap; }
.authority-badge { display: flex; align-items: center; gap: 10px; background: var(--white); border: 1px solid var(--gray-light); border-radius: 40px; padding: 10px 20px; box-shadow: var(--card-shadow); }
.authority-badge img { height: 32px; width: auto; object-fit: contain; }
.authority-badge span { font-family: var(--font-head); font-weight: 700; font-size: 0.9rem; color: var(--navy); }
.tab-bar { display: flex; gap: 8px; margin-bottom: 36px; flex-wrap: wrap; border-bottom: 2px solid var(--gray-light); padding-bottom: 0; }
.tab-btn { padding: 10px 22px; border-radius: 8px 8px 0 0; border: none; background: transparent; color: var(--gray-mid); font-family: var(--font-head); font-weight: 600; font-size: 0.9rem; cursor: pointer; transition: all 0.2s; border-bottom: 3px solid transparent; margin-bottom: -2px; }
.tab-btn:hover { color: var(--navy); }
.tab-btn.active { color: var(--red); border-bottom: 3px solid var(--red); }
.tab-content { display: none; }
.tab-content.active { display: block; }
.course-card { background: var(--white); border: 1px solid var(--card-border); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--card-shadow); transition: transform 0.2s, box-shadow 0.2s; }
.course-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(13,31,60,0.12); }
.course-image-frame { height: 160px; background: var(--off-white); display: flex; align-items: center; justify-content: center; padding: 16px; border-bottom: 1px solid var(--gray-light); }
.course-image-frame img { width: 100%; height: 100%; object-fit: contain; }
.course-card-body { padding: 20px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.course-card-body h3 { color: var(--navy); font-size: 1rem; }
.course-subtitle { display: inline-block; color: var(--red); font-family: var(--font-head); font-weight: 700; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 4px; }
.course-card-body p { color: var(--gray-mid); font-size: 0.88rem; line-height: 1.5; flex: 1; }
.course-card-actions { display: flex; flex-direction: column; gap: 8px; padding: 0 20px 20px; }
.schedule-section { background: var(--white); padding: 80px 0; }
.schedule-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--card-shadow); border: 1px solid var(--gray-light); }
.schedule-table th { background: var(--navy); color: var(--white); font-family: var(--font-head); font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; padding: 16px 20px; text-align: left; }
.schedule-table td { padding: 16px 20px; border-bottom: 1px solid var(--gray-light); font-size: 0.95rem; vertical-align: middle; }
.schedule-table tr:last-child td { border-bottom: none; }
.schedule-table tr:hover td { background: #fafbfd; }
.schedule-badge { display: inline-block; background: rgba(204,31,31,0.08); color: var(--red); font-family: var(--font-head); font-weight: 700; font-size: 0.78rem; padding: 3px 10px; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.06em; }
.schedule-badge.sold-out { background: rgba(107,122,141,0.1); color: var(--gray-mid); }
.seats-remaining { font-size: 0.85rem; color: var(--gray-mid); font-family: var(--font-head); font-weight: 600; }
.seats-low { color: var(--red); }
.schedule-empty { text-align: center; padding: 48px 20px; color: var(--gray-mid); }
.schedule-note { text-align: center; margin-top: 24px; color: var(--gray-mid); font-size: 0.95rem; }
.private-section { background: var(--off-white); padding: 80px 0; }
.private-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.private-copy h2 { margin-bottom: 20px; }
.private-list { list-style: none; margin-bottom: 24px; }
.private-list li { padding: 12px 0 12px 28px; position: relative; color: var(--gray-mid); border-bottom: 1px solid var(--gray-light); font-size: 0.95rem; }
.private-list li::before { content: "→"; position: absolute; left: 0; color: var(--red); font-weight: 700; }
.private-fit { background: var(--white); border: 1px solid var(--gray-light); border-radius: var(--radius); padding: 16px 20px; color: var(--gray-mid); font-size: 0.92rem; margin-bottom: 28px; box-shadow: var(--card-shadow); }
.private-image img { border-radius: var(--radius-lg); box-shadow: 0 12px 40px rgba(13,31,60,0.15); width: 100%; height: 460px; object-fit: cover; }
.compliance-section { background: var(--navy); padding: 80px 0; }
.compliance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.compliance-copy h2 { color: var(--white); margin-bottom: 16px; }
.compliance-copy p { color: rgba(255,255,255,0.7); font-size: 1rem; line-height: 1.7; margin-bottom: 24px; }
.compliance-features { list-style: none; margin-bottom: 32px; display: flex; flex-direction: column; gap: 10px; }
.compliance-features li { color: rgba(255,255,255,0.85); font-size: 0.95rem; }
.screenshot-stack { position: relative; height: 420px; }
.screenshot-main { position: absolute; width: 85%; border-radius: var(--radius-lg); box-shadow: 0 24px 60px rgba(0,0,0,0.4); top: 0; left: 0; z-index: 1; border: 1px solid rgba(255,255,255,0.1); }
.screenshot-float { position: absolute; width: 55%; border-radius: var(--radius); box-shadow: 0 16px 40px rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.1); }
.screenshot-float-1 { bottom: 40px; right: 0; z-index: 2; }
.screenshot-float-2 { bottom: -20px; right: 40px; z-index: 3; }
.why-section { background: var(--white); padding: 80px 0; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why-card { background: var(--white); border: 1px solid var(--gray-light); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--card-shadow); transition: transform 0.2s, box-shadow 0.2s; }
.why-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(13,31,60,0.12); }
.why-image { height: 220px; overflow: hidden; }
.why-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.why-card:hover .why-image img { transform: scale(1.04); }
.why-content { padding: 24px; }
.why-content h3 { color: var(--red); margin-bottom: 8px; }
.why-content p { color: var(--gray-mid); font-size: 0.92rem; line-height: 1.6; }
.contact-section { background: var(--off-white); padding: 80px 0; }
.form-shell { max-width: 720px; margin: 0 auto; background: var(--white); border: 1px solid var(--gray-light); border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--card-shadow); }
.form-row { display: flex; gap: 20px; }
.form-row.two-col > * { flex: 1; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 20px; }
.form-group label { font-family: var(--font-head); font-weight: 600; font-size: 0.88rem; color: var(--navy); }
.form-group input, .form-group select, .form-group textarea { background: var(--off-white); border: 1px solid var(--gray-light); border-radius: 8px; padding: 12px 16px; color: var(--navy); font-family: var(--font-body); font-size: 0.95rem; transition: border-color 0.2s; width: 100%; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(204,31,31,0.08); }
.form-success { background: rgba(204,31,31,0.06); border: 1px solid var(--red); border-radius: var(--radius); padding: 24px; text-align: center; color: var(--red); font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; }
.contact-direct { text-align: center; margin-top: 32px; }
.contact-direct-label { color: var(--gray-mid); font-size: 0.82rem; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.08em; font-family: var(--font-head); font-weight: 600; }
.contact-direct-links { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.contact-direct-btn { display: flex; align-items: center; gap: 8px; color: var(--red); font-family: var(--font-head); font-weight: 700; font-size: 1.15rem; text-decoration: none; transition: color 0.2s; }
.contact-direct-btn:hover { color: var(--red-dark); }
.contact-direct-divider { color: var(--gray-mid); font-size: 1.2rem; }
.site-footer { background: var(--navy); padding: 64px 0 0; }
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-logo { height: 48px; width: auto; object-fit: contain; object-position: left center; margin-bottom: 4px; }
.footer-tagline { color: rgba(255,255,255,0.55); font-size: 0.88rem; line-height: 1.6; max-width: 240px; }
.footer-col-title { color: var(--red); font-family: var(--font-head); font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 4px; }
.footer-col a { color: rgba(255,255,255,0.6); font-size: 0.88rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--white); }
.footer-badges { display: flex; gap: 12px; align-items: center; margin-top: 8px; }
.footer-badges img { height: 36px; width: auto; object-fit: contain; opacity: 0.8; }
.footer-bottom { padding: 20px 0; }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; }
.footer-bottom p { color: rgba(255,255,255,0.4); font-size: 0.82rem; }
.footer-bottom a { color: rgba(255,255,255,0.4); font-size: 0.82rem; transition: color 0.2s; }
.footer-bottom a:hover { color: var(--white); }
@media (max-width: 900px) {
  .card-grid.three-col { grid-template-columns: 1fr 1fr; }
  .private-grid { grid-template-columns: 1fr; }
  .private-image { order: -1; }
  .private-image img { height: 300px; }
  .compliance-grid { grid-template-columns: 1fr; }
  .screenshot-stack { height: 280px; margin-top: 32px; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 600px) {
  .section { padding: 56px 0; }
  .site-nav { display: none; }
  .card-grid { grid-template-columns: 1fr; }
  .card-grid.three-col { grid-template-columns: 1fr; }
  .form-row.two-col { flex-direction: column; }
  .trust-bar-inner { flex-direction: column; gap: 20px; }
  .trust-divider { display: none; }
  .why-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom-inner { flex-direction: column; gap: 8px; text-align: center; }
  .hero-actions { flex-direction: column; }
  .montage-grid { grid-template-columns: 1fr 1fr; height: auto; }
  .montage-item { height: 160px; }
  .tab-btn { font-size: 0.8rem; padding: 8px 12px; }
  .form-shell { padding: 24px 16px; }
  .photo-strip-content { padding: 0 24px; }
}
.geo-note {
  text-align: center;
  color: rgba(255,255,255,0.5);
  font-size: 0.82rem;
  margin-top: 12px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}




