
/* ====================================================
   CSS CUSTOM PROPERTIES
==================================================== */
:root {
  --navy: #000;
  --blue: #0D3B6E;
  --mid: #f39200;
  --accent: #7EC8F5;

  --light: #F7FAFD;
  --border: #DAE6F0;
  --text: #1A2236;
  --muted: #1A2236;
  --subtle: #1A2236;
  --green: #0D6E4A;
  --green-light: #E6F5EE;
  --green-border: #9FD6BE;
  --red: #C0392B;
  --red-light: #FFF5F5;
  --yellow-bg: #FFF8E6;
  --yellow-border: #F0C040;
  --white: #ffffff;

  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 20px;
  --shadow-sm: 0 1px 4px rgba(10,34,64,0.08);
  --shadow-md: 0 4px 16px rgba(10,34,64,0.10);
  --shadow-lg: 0 8px 32px rgba(10,34,64,0.12);

}

/* ====================================================
   RESET & BASE
==================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth;  }
body { color: var(--text); background: var(--white); font-size:15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: var(--mid); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
button { cursor: pointer; border: none; }
input, select, textarea {  }

/* ====================================================
   UTILITY
==================================================== */

.section { padding: 60px 0 0 0; margin:0; background:#fff; }
.section-alt { }
.section-tag { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--mid); font-weight: 600; margin-bottom: 8px; }
.section-title { font-family: var(--font-display); font-size: clamp(22px, 4vw, 30px); font-weight: 700; color: var(--navy); margin-bottom: 8px; line-height: 1.25; }
.section-sub { font-size: 16px; color: var(--muted); max-width: 640px; margin-bottom: 36px; line-height: 1.75; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }


/* ====================================================
   ALERT BANNER
==================================================== */
.alert-banner {
  background: var(--yellow-bg);
  border-bottom: 2px solid var(--yellow-border);
  padding: 10px 24px;
  display: flex; align-items: center; justify-content: center;
  gap: 20px; flex-wrap: wrap;
  font-size: 13px;
}
.alert-banner strong { color: #7A4F00; }
.alert-banner span { color: #5A3C00; }
.alert-btn {
  background: #E8A800; color: #3A2500;
  padding: 5px 16px; border-radius: 15px;
  font-size: 12px; font-weight: 600;
  transition: background 0.15s; white-space: nowrap;
}
.alert-btn:hover { background: #D09800; }

/* ====================================================
   HERO
==================================================== */
.hero {
  
  padding: 64px 0px 0;
  position: relative; overflow: hidden;
}

.hero .promo{padding-right:30px}
.hero .promo .box a.button{position:relative; margin:0; top:unset;}

.hero-stats {
 
  padding: 18px 24px;
  display: flex; gap: 0; overflow-x: auto;  justify-content:space-between;
}
.hero-stat { display: flex; flex-direction: column; padding: 4px 32px 4px 0; width:auto;  text-align:center; }
.hero-stat + .hero-stat { padding-left: 32px; border-left: 1px solid rgba(255,255,255,0.12); }
.hero-stat-n { font-size: 30px; font-weight: 600; color: #0a2240; }
.hero-stat-l { font-size: 16px; color: #000; letter-spacing: 0.5px; margin-top: 2px; }

/* ====================================================
   WHY CHOOSE
==================================================== */
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.why-card {
  background: var(--white); border: 1px solid var(--border);
  border-left: 4px solid var(--mid);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  padding: 22px 24px;
  transition: box-shadow 0.2s;
}
.why-card:hover { box-shadow: var(--shadow-md); }
.why-card h4 { font-size: 18px; font-weight: 600; color: var(--navy); margin-bottom: 7px; }
.why-card p { font-size: 16px; color: var(--muted); line-height: 1.65; }

/* ====================================================
   WHO SHOULD ATTEND
==================================================== */
.attend-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.attend-item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 13px 16px; border-radius: var(--radius-md);
  border: 1px solid var(--border); background: var(--white);
}
.attend-item.excluded {
  background: var(--red-light); border-color: #F5C0C0;
}
.attend-check {
  width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0; margin-top: 1px;
  display: flex; align-items: center; justify-content: center;
}
.attend-check.yes { background: var(--mid); }
.attend-check.no { background: var(--red); }
.attend-check svg { width: 11px; height: 11px; }
.attend-item span { font-size: 16px; color: var(--muted); line-height: 1.55; }
.attend-item.excluded span { color: #8B2020; }

/* ====================================================
   WHAT YOU LEARN
==================================================== */
.learn-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.learn-item {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 11px 14px; background: var(--pale);
  border-radius: var(--radius-md); border: 1px solid var(--border);
}
.learn-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mid); flex-shrink: 0; margin-top: 6px; }
.learn-item span { font-size: 16px; color: var(--muted); line-height: 1.55; }

/* ====================================================
   CURRICULUM
==================================================== */
.day-tabs { display: flex; gap: 8px; margin-bottom: 24px; }
.day-tab {
  padding: 9px 24px; border-radius: 22px;
  font-size: 13px; font-weight: 500; cursor: pointer;
  border: 1.5px solid var(--border); background: var(--white);
  color: var(--muted); transition: all 0.15s;
}
.day-tab:hover { border-color: var(--mid); color: var(--mid); }
.day-tab.active { background: var(--navy); color: white; border-color: var(--navy); }
.day-panel { display: none; }
.day-panel.active { display: block; }
.day-header {
  background: var(--pale); border: 1px solid var(--border);
  border-radius: var(--radius-md); padding: 14px 20px;
  margin-bottom: 12px; display: flex;
  align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px;
}
.day-header h3 { font-size: 18px; font-weight: 600; color: var(--navy); margin:0; }
.day-header span { font-size: 14px; color: var(--subtle); }
.module-list { display: flex; flex-direction: column; gap: 7px; }
.module-row {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 13px 16px; background: var(--white);
  border: 1px solid var(--border); border-radius: var(--radius-md);
  transition: box-shadow 0.15s;
}
.module-row:hover { box-shadow: var(--shadow-sm); }
.module-row.exercise { background: #EAF5EE; border-color: #B0D9C0; }
.module-row.exercise .module-num { background: #D0F0DC; border-color: #90C8A8; color: #0D5A30; }
.module-num {
  background: var(--pale); border: 1px solid var(--border);
  border-radius: 5px; padding: 3px 9px;
  font-size: 11.5px; font-weight: 700; color: var(--navy);
  flex-shrink: 0; min-width: 34px; text-align: center; align-self: flex-start; margin-top: 2px;
}
.module-info h4 { font-size: 16px; font-weight: 500; color: var(--navy); margin-bottom: 3px; }
.module-info span { font-size: 14px; color: var(--subtle); }

/* ====================================================
   WHAT YOU RECEIVE
==================================================== */
.receive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.receive-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 24px 20px; text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
}
.receive-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.receive-icon {
  width: 48px; height: 48px; background: var(--pale); border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 14px;
}
.receive-icon svg { width: 22px; height: 22px; fill: var(--mid); }
.receive-card h4 { font-size: 18px; font-weight: 600; color: var(--navy); margin-bottom: 5px; }
.receive-card p { font-size: 16px; color: var(--muted); line-height: 1.55; }

/* ====================================================
   CERTIFICATION
==================================================== */
.cert-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cert-box { border-radius: var(--radius-lg); padding: 30px 24px; text-align: center; border: 2px solid; }
.cert-box.pass { border-color: var(--green); background: var(--green-light); }
.cert-box.part { border-color: var(--border); background: var(--pale); }
.cert-score { font-family: var(--font-display); font-size: 40px; font-weight: 700; margin-bottom: 6px; }
.cert-box.pass .cert-score { color: var(--green); }
.cert-box.part .cert-score { color: var(--subtle); }
.cert-box h4 { font-size: 18px; font-weight: 600; color: var(--navy); margin-bottom: 8px; }
.cert-box p { font-size: 16px; color: var(--muted); line-height: 1.6; }
.cert-note {
  background: var(--pale); border: 1px solid var(--border);
  border-radius: var(--radius-md); padding: 16px 20px;
  margin-top: 16px; font-size: 14px; color: var(--muted); line-height: 1.65;
}
.cert-note strong { color: var(--navy); }

/* ====================================================
   TRAINERS
==================================================== */
.trainer-note {
  background: var(--pale); border: 1px solid var(--border);
  border-left: 4px solid var(--mid);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  padding: 24px 28px;
}
.trainer-note h3 { font-size: 18px; font-weight: 600; color: var(--navy); margin-bottom: 8px; }
.trainer-note p { font-size: 16px; color: var(--muted); line-height: 1.7; }

/* ====================================================
   DETAILS TABLE
==================================================== */
.details-table { width: 100%; border-collapse: collapse; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); }
.details-table tr { border-bottom: 1px solid var(--border); }
.details-table tr:last-child { border-bottom: none; }
.details-table td { padding: 13px 18px; font-size: 16px; }
.details-table td:first-child { background: var(--pale); font-weight: 600; color: var(--navy); width: 190px; }
.details-table td:last-child { color: var(--muted); background: var(--white); }
.details-table td.deadline { color: var(--red); font-weight: 600; }

/* ====================================================
   PRICING
==================================================== */
.price-wrap { max-width: 520px; margin: 0 auto; }
.price-card {
  background: var(--navy);
  border-radius: var(--radius-xl); padding: 44px 36px;
  text-align: center; color: white;
  box-shadow: var(--shadow-lg);
}
.price-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--mild); margin-bottom: 12px; }
.price-amount { font-family: var(--font-display); font-size: 58px; font-weight: 700; color: white; line-height: 1; margin-bottom: 8px; }
.price-desc { font-size: 14px; color: rgba(255,255,255,0.58); margin-bottom: 28px; }
.price-features { display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; text-align: left; }
.price-feature { display: flex; align-items: center; gap: 10px; font-size: 16px; color: rgba(255,255,255,0.82); }
.price-feature-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
.btn-register {
  width: 100%; background:  var(--mid); color: white;
  padding: 15px; border-radius: 10px;
  font-size: 15px; font-weight: 700;
  transition: transform 0.15s, box-shadow 0.15s;
  display: block; text-align: center;
}
.btn-register:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(0,0,0,0.25); }
.price-deadline { margin-top: 14px; font-size: 12px; color: rgba(255,255,255,0.8); }

/* ====================================================
   BROCHURE CTA
==================================================== */
.brochure-cta {
  background: linear-gradient(135deg, var(--pale) 0%, #DCF0FF 100%);
  border: 1px solid var(--border); border-radius: var(--radius-xl);
  padding: 36px 40px; display: flex;
  align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.brochure-cta-text h3 { font-family: var(--font-display); font-size: 20px; color: var(--navy); margin-bottom: 7px; }
.brochure-cta-text p { font-size: 13.5px; color: var(--muted); }
.btn-brochure {
  background: var(--mid); color: white;
  padding: 13px 28px; border-radius: 10px;
  font-size: 14px; font-weight: 600; white-space: nowrap;
  display: flex; align-items: center; gap: 8px;
  transition: background 0.15s, transform 0.15s;
}
.btn-brochure:hover { background: var(--blue); transform: translateY(-1px); }

/* ====================================================
   REGISTRATION FORM
==================================================== */
.form-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-xl); padding: 36px 40px;
  box-shadow: var(--shadow-sm);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 24px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full { grid-column: 1 / -1; }
.form-label {
  font-size: 11.5px; font-weight: 600; color: var(--navy);
  text-transform: uppercase; letter-spacing: 0.6px;
}
.form-label .req { color: var(--red); }
.form-input, .form-select {
  border: 1.5px solid var(--border); border-radius: var(--radius-sm);
  padding: 10px 14px; font-size: 14px; color: var(--text);
  background: var(--light); transition: border-color 0.15s, background 0.15s;
  outline: none; width: 100%;
}
.form-input:focus, .form-select:focus { border-color: var(--mid); background: white; }
.form-section-head {
  font-size: 11.5px; font-weight: 600; color: var(--navy);
  text-transform: uppercase; letter-spacing: 0.6px;
  margin-bottom: 10px; margin-top: 4px;
}
.checkbox-row { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 20px; }
.check-label {  align-items: center; gap: 8px; font-size: 13.5px; color: var(--muted); cursor: pointer; }
.check-label input { width: 15px; height: 15px; accent-color: var(--mid); }
.declaration-check { margin-bottom: 20px; }
.declaration-check .check-label { align-items: flex-start; font-size: 13px; line-height: 1.6; }
.declaration-check .check-label input { margin-top: 3px; flex-shrink: 0; }
.form-note { font-size: 12px; color: var(--subtle); font-style: italic; margin-bottom: 18px; }
.form-submit {
  width: 250px; background: var(--mid); color: white;
  padding: 15px; border-radius: var(--radius-md);
  font-size: 15px; font-weight: 600;
  transition: background 0.15s;
}
.form-submit:hover { background: var(--blue); }

/* ====================================================
   FAQ
==================================================== */
.faq-list { display: flex; flex-direction: column; gap: 8px; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; }
.faq-item.highlighted .faq-question { background: var(--pale); }

.faq-question {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 20px; cursor: pointer; background: var(--white);
  transition: background 0.15s; user-select: none; gap: 12px; width:100%; text-align:left;
}
.faq-question:hover { background: var(--pale); }
.faq-q-text { font-size: 18px; font-weight: 500; color: var(--navy); flex: 1; }
.faq-icon {
  width: 18px; height: 18px; flex-shrink: 0;
  transition: transform 0.25s; fill: var(--subtle);
}
.faq-item.open .faq-icon { transform: rotate(180deg); }
.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height 0.3s ease, padding 0.2s;
  background: var(--white); padding: 0 20px;
  font-size: 16px; color: var(--muted); line-height: 1.7;
}
.faq-item.open .faq-answer { max-height: 400px; padding: 4px 20px 18px; }

/* ====================================================
   POLICIES
==================================================== */
.policy-tabs-bar {
  display: flex; border-bottom: 2px solid var(--border);
  margin-bottom: 0; overflow-x: auto;
}
.policy-tab-btn {
  padding: 11px 24px; font-size: 16px; font-weight: 500;
  color: var(--muted); background: none; border: none;
  border-bottom: 2px solid transparent; margin-bottom: -2px;
  cursor: pointer; white-space: nowrap; transition: color 0.15s;
}
.policy-tab-btn:hover { color: var(--mid); }
.policy-tab-btn.active { color: var(--mid); border-bottom-color: var(--mid); font-weight: 600; }
.policy-panel { display: none; padding: 28px 0 8px; }
.policy-panel.active { display: block; }
.policy-panel h4 { font-size: 14px; font-weight: 600; color: var(--navy); margin: 20px 0 6px; }
.policy-panel h4:first-child { margin-top: 0; }
.policy-panel p { font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 8px; }
.policy-panel ul { padding-left: 20px; margin-bottom: 8px; }
.policy-panel li { font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 4px; }

/* ====================================================
   CONTACT FOOTER
==================================================== */
.contact-strip {
  background: var(--navy); padding: 36px 24px;
}
.contact-inner {
  max-width: var(--max-w); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 20px;
}
.contact-strip h3 { font-family: var(--font-display); font-size: 22px; color: white; margin-bottom: 6px; }
.contact-strip p { font-size: 13.5px; color: rgba(255,255,255,0.55); }
.contact-email { color: var(--accent); font-size: 17px; font-weight: 500; }

/* ====================================================
   SITE FOOTER
==================================================== */
.site-footer {
  background: #070F1A; padding: 28px 24px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
}
.footer-logo { font-family: var(--font-display); font-size: 16px; color: white; font-weight: 700; }
.footer-tagline { font-size: 10px; color: rgba(255,255,255,0.3); letter-spacing: 1px; text-transform: uppercase; margin-top: 2px; }
.footer-right { font-size: 12px; color: rgba(255,255,255,0.3); text-align: right; line-height: 1.6; }

/* ====================================================
   MOBILE NAV
==================================================== */
.mobile-nav {
  display: none; position: fixed; inset: 0; z-index: 999;
  background: var(--navy); padding: 80px 24px 40px;
  flex-direction: column; gap: 8px;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  font-size: 18px; color: rgba(255,255,255,0.85);
  padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.08);
  text-decoration: none;
}
.mobile-nav-close {
  position: absolute; top: 16px; right: 16px;
  background: none; border: none; padding: 10px; cursor: pointer;
}
.mobile-nav-close svg { width: 24px; height: 24px; fill: white; }

/* ====================================================
   RESPONSIVE
==================================================== */
@media (max-width: 680px) {
  :root { --section-pad: 44px 20px; }
  .hero { padding: 44px 20px 0; }
  .hero h1 { font-size: 28px; }
  .why-grid, .learn-grid, .attend-grid, .receive-grid, .cert-row, .form-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .nav-hamburger { display: block; }
  .hero-stats { gap: 0; }
  .hero-stat + .hero-stat { padding-left: 16px; }
  .hero-stat { padding-right: 16px; }
  .brochure-cta { flex-direction: column; }
  .contact-inner { flex-direction: column; text-align: center; }
  .form-card { padding: 24px 20px; }
  .price-card { padding: 32px 24px; }
  .footer-right { text-align: left; }
  .day-tabs { flex-wrap: wrap; }
}

/* ====================================================
   PRINT
==================================================== */
@media print {
  .nav, .alert-banner, .mobile-nav { display: none; }
  .hero { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
}
