@font-face {
  font-family: "Montserrat Local";
  src: url("../fonts/montserrat-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed Local";
  src: url("../fonts/barlow-condensed-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed Local";
  src: url("../fonts/barlow-condensed-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed Local";
  src: url("../fonts/barlow-condensed-800.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --brand-gold: #f7b500;
  --brand-gold-light: #ffc72c;
  --brand-red: #96172a;
  --brand-red-bright: #b51f35;
  --brand-black: #0b0e10;
  --brand-charcoal: #15191c;
  --brand-white: #ffffff;
  --brand-gray: #f4f5f6;
  --brand-line: #e3e5e7;
  --wine: var(--brand-red);
  --wine-dark: #6e0e1d;
  --wine-soft: #fff0f2;
  --ink: #121416;
  --muted: #62676c;
  --cream: #f5f6f7;
  --paper: #fff;
  --gold: var(--brand-gold);
  --line: var(--brand-line);
  --radius: 8px;
  --shadow: 0 16px 42px rgba(10, 14, 16, .09);
}

body.app-body {
  background: #fff;
  color: var(--brand-black);
  font-family: "Montserrat Local", Montserrat, Arial, sans-serif;
}

h1, h2,
.hero-v2__copy h1,
.editorial-hero h1,
.dashboard-hero h1,
.admin-hero h1,
.page-hero h1,
.section-heading h2,
.section h2,
.course-card__body h3,
.my-course h3,
.panel__heading h2,
.panel__heading h3,
.footer-brand strong,
.brand-wordmark strong {
  font-family: "Barlow Condensed Local", "Arial Narrow", Arial, sans-serif;
  font-style: normal;
  letter-spacing: -.01em;
}

h1, h2 { text-wrap: balance; }
.eyebrow { color: var(--brand-red); font-family: "Montserrat Local", Arial, sans-serif; letter-spacing: .13em; }
.utility-bar { background: var(--brand-black); border-bottom: 2px solid var(--brand-gold); }
.utility-inner p strong { color: var(--brand-gold); }
.site-header { background: rgba(255,255,255,.98); border-bottom: 1px solid #e4e4e4; }
.header-inner { min-height: 82px; }
.brand-wordmark strong { color: var(--brand-black); font-size: 29px; font-weight: 800; text-transform: uppercase; }
.brand-wordmark small { color: var(--brand-red); font-weight: 800; }
.main-nav > a, .main-nav .link-button { border-radius: 4px; font-size: 13px; text-transform: uppercase; letter-spacing: .02em; }
.main-nav > a:hover, .main-nav > a.active, .main-nav .link-button:hover { background: #f3f3f3; color: var(--brand-red); }
.main-nav .nav-cta { background: var(--brand-gold); color: var(--brand-black); }
.main-nav .nav-cta:hover { background: var(--brand-gold-light); color: #000; }
.account-link span { background: var(--brand-red); }
.context-nav { background: linear-gradient(90deg, #730e1e, var(--brand-red)); border-bottom: 2px solid var(--brand-gold); box-shadow: 0 7px 18px rgba(70,4,18,.13); }
.context-nav a { border-radius: 3px; }
.context-nav a:hover, .context-nav a.active { background: rgba(255,255,255,.16); }

.hero-modern { min-height: 670px; background-color: #090b0c; }
.hero-modern::before { background: linear-gradient(90deg, rgba(3,5,6,.98) 0%, rgba(3,5,6,.89) 40%, rgba(3,5,6,.25) 72%, rgba(3,5,6,.34) 100%); }
.hero-modern::after { height: 210px; background: linear-gradient(transparent, rgba(0,0,0,.73)); }
.hero-modern .hero-v2__inner { min-height: 670px; padding-block: 88px 36px; }
.hero-modern .hero-v2__copy { max-width: 650px; }
.hero-modern .hero-v2__copy h1 { margin: 10px 0 18px; font-size: clamp(52px, 6.4vw, 88px); font-weight: 800; line-height: .89; text-transform: uppercase; }
.hero-modern .hero-v2__copy h1 em { display: block; color: var(--brand-gold); font-style: normal; }
.hero-modern .hero-v2__copy > p { max-width: 610px; color: #fff; font-size: 17px; font-weight: 500; }
.hero-modern .eyebrow { color: var(--brand-gold); }
.button { border-radius: 4px; text-transform: uppercase; letter-spacing: .025em; font-size: 12px; }
.button--gold { border-color: var(--brand-gold); background: var(--brand-gold); color: #0b0e10; }
.button--gold:hover { border-color: var(--brand-gold-light); background: var(--brand-gold-light); color: #000; }
.hero-features { grid-template-columns: repeat(4, 1fr); margin-top: 55px; border-color: rgba(247,181,0,.35); background: rgba(247,181,0,.25); }
.hero-features div { position: relative; background: rgba(8,10,11,.84); padding: 17px 18px; }
.hero-features b { float: left; margin: 1px 11px 25px 0; color: var(--brand-gold); font: 700 19px/1 "Barlow Condensed Local", sans-serif; }
.hero-features strong { text-transform: uppercase; font-size: 12px; }
.hero-features span { font-size: 11px; }

.quick-info { background: var(--brand-charcoal); color: #fff; border-bottom: 3px solid var(--brand-gold); }
.quick-info__grid { display: grid; grid-template-columns: repeat(3, 1fr) 1.2fr; align-items: stretch; }
.quick-info__grid > div { padding: 21px 22px; border-left: 1px solid rgba(255,255,255,.1); }
.quick-info__grid > div span { display: block; color: var(--brand-gold); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.quick-info__grid > div strong { display: block; margin-top: 3px; font-size: 13px; }
.quick-info__grid > a { display: flex; justify-content: space-between; align-items: center; padding: 18px 24px; background: var(--brand-gold); color: #050505; text-decoration: none; text-transform: uppercase; font-size: 13px; font-weight: 800; }
.quick-info__grid > a:hover { background: var(--brand-gold-light); }
.quick-info__grid > a b { font-size: 22px; }

.section { padding: 76px 0; }
.section--white, .section--paper { background: #fff; }
.section--soft, .section--dashboard { background: var(--brand-gray); }
.section-heading--modern { align-items: center; }
.section-heading--modern h2, .section-heading--center h2 { color: #111; font-size: clamp(37px, 4.8vw, 56px); font-weight: 800; line-height: .96; text-transform: uppercase; }
.section-heading--modern p { max-width: 600px; margin: 10px 0 0; color: var(--muted); }
.section-heading--center { justify-content: center; text-align: center; }
.course-card { border: 1px solid var(--brand-line); border-radius: 7px; box-shadow: 0 8px 28px rgba(8,12,14,.07); }
.course-card:hover { box-shadow: 0 20px 48px rgba(8,12,14,.14); }
.course-card__media::after { background: linear-gradient(transparent 55%, rgba(0,0,0,.56)); }
.course-card__body { padding: 24px; }
.course-card__body h3 { font-size: 29px; font-weight: 700; text-transform: uppercase; }
.course-card__footer a { color: var(--brand-red); }
.badge { border-radius: 3px; background: #fff3d3; color: #7b5400; }
.course-grid > .course-card:only-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1.15fr .85fr; min-height: 390px; }
.course-grid > .course-card:only-child .course-card__media { aspect-ratio: auto; min-height: 390px; }
.course-grid > .course-card:only-child .course-card__body { justify-content: center; padding: clamp(32px, 5vw, 68px); }
.course-grid > .course-card:only-child .course-card__body h3 { max-width: 460px; font-size: clamp(37px, 4vw, 52px); }
.course-grid > .course-card:only-child .course-card__body p { max-width: 520px; }

.training-overview { overflow: hidden; background: var(--brand-black); color: #fff; }
.training-overview__grid { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 570px; }
.training-overview__copy { display: flex; flex-direction: column; justify-content: center; padding: 70px 80px 70px 0; border-right: 1px solid rgba(255,255,255,.12); }
.training-overview__copy .eyebrow { color: var(--brand-gold); }
.training-overview__copy h2 { margin: 8px 0 18px; color: #fff; font-size: clamp(43px, 5vw, 64px); font-weight: 800; line-height: .93; text-transform: uppercase; }
.training-overview__copy p { color: rgba(255,255,255,.74); }
.training-overview__copy .button { align-self: flex-start; margin-top: 15px; }
.training-specs { display: grid; align-content: center; padding: 55px 0 55px 65px; }
.training-specs article { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.training-specs article:last-child { border-bottom: 0; }
.training-specs article > b { width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid var(--brand-gold); color: var(--brand-gold); font: 700 16px "Barlow Condensed Local", sans-serif; }
.training-specs h3 { margin: 0 0 3px; color: var(--brand-gold); font-size: 14px; text-transform: uppercase; }
.training-specs p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; }

.trust-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.trust-panel { position: relative; min-height: 430px; padding: 48px; border: 1px solid var(--brand-line); background: #fff; }
.trust-panel::before { content: ""; position: absolute; left: 0; top: 0; width: 72px; height: 5px; background: var(--brand-gold); }
.trust-panel--certificate { background: linear-gradient(135deg, var(--brand-red), #650c19); color: #fff; border: 0; }
.trust-panel--certificate::before { background: var(--brand-gold); }
.trust-panel .eyebrow { color: var(--brand-gold); }
.trust-panel h2 { margin: 9px 0 17px; font-size: clamp(36px, 4vw, 51px); font-weight: 800; line-height: .96; text-transform: uppercase; }
.trust-panel--certificate h2 { color: #fff; }
.trust-panel--certificate p { color: rgba(255,255,255,.78); }
.trust-panel ul { padding-left: 19px; }
.trust-panel li { margin: 9px 0; }
.certificate-seal { position: absolute; right: 35px; bottom: 30px; width: 138px; height: 138px; display: grid; place-items: center; align-content: center; border: 2px solid var(--brand-gold); border-radius: 50%; color: var(--brand-gold); text-align: center; }
.certificate-seal strong { font: 800 35px/1 "Barlow Condensed Local", sans-serif; }
.certificate-seal span { max-width: 85px; font-size: 9px; font-weight: 800; text-transform: uppercase; }

.faq-section { background: var(--brand-gray); }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.faq-grid details { background: #fff; border: 1px solid var(--brand-line); border-left: 4px solid var(--brand-gold); }
.faq-grid summary { display: flex; justify-content: space-between; gap: 15px; padding: 20px 22px; cursor: pointer; list-style: none; font-size: 13px; font-weight: 800; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary span { color: var(--brand-red); font-size: 20px; line-height: .7; }
.faq-grid details[open] summary span { transform: rotate(45deg); }
.faq-grid details p { margin: 0; padding: 0 22px 22px; color: var(--muted); font-size: 13px; }

.payment-section { padding: 65px 0; background: #fff; }
.payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--brand-line); }
.payment-grid article { padding: 28px 25px; border-right: 1px solid var(--brand-line); text-align: center; }
.payment-grid article:last-child { border-right: 0; }
.payment-grid b { display: grid; place-items: center; width: 36px; height: 36px; margin: 0 auto 14px; background: var(--brand-gold); color: #111; font-size: 11px; }
.payment-grid h3 { margin: 0 0 5px; font-size: 13px; text-transform: uppercase; }
.payment-grid p { margin: 0; color: var(--muted); font-size: 12px; }

.final-cta { padding: 55px 0; background: var(--brand-black); color: #fff; border-top: 4px solid var(--brand-gold); }
.final-cta__inner { display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.final-cta h2 { margin: 6px 0 0; color: #fff; font-size: clamp(37px, 4vw, 53px); font-weight: 800; line-height: .95; text-transform: uppercase; }
.final-cta .eyebrow { color: var(--brand-gold); }

.editorial-hero::before { background: linear-gradient(90deg, rgba(3,5,6,.96), rgba(3,5,6,.38)); }
.editorial-hero h1 { font-size: clamp(46px, 6vw, 72px); font-weight: 800; text-transform: uppercase; }
.editorial-hero .eyebrow { color: var(--brand-gold); }
.dashboard-hero, .admin-hero, .page-hero { background: linear-gradient(115deg, #680d1a, var(--brand-red) 72%, var(--brand-red-bright)); border-bottom: 3px solid var(--brand-gold); }
.dashboard-hero h1, .admin-hero h1, .page-hero h1 { font-weight: 800; text-transform: uppercase; }
.dashboard-hero .eyebrow, .admin-hero .eyebrow, .page-hero .eyebrow { color: var(--brand-gold); }
.panel, .table-card, .stat-grid article { border-radius: 6px; }
.stat-grid strong { color: var(--brand-red); font-family: "Barlow Condensed Local", sans-serif; font-weight: 800; }
.site-footer { background: var(--brand-black); border-top: 4px solid var(--brand-gold); }
.footer-brand strong { font-weight: 800; text-transform: uppercase; }
.whatsapp-float b { background: #22c763; }

@media (max-width: 1000px) {
  .main-nav { background: #fff; }
  .hero-features { grid-template-columns: repeat(2, 1fr); }
  .quick-info__grid { grid-template-columns: repeat(2, 1fr); }
  .training-overview__copy { padding-right: 45px; }
  .training-specs { padding-left: 40px; }
  .payment-grid { grid-template-columns: repeat(2, 1fr); }
  .payment-grid article:nth-child(2) { border-right: 0; }
  .payment-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--brand-line); }
}

@media (max-width: 760px) {
  .header-inner { min-height: 70px; }
  .hero-modern, .hero-modern .hero-v2__inner { min-height: 690px; }
  .hero-modern .hero-v2__inner { padding-top: 80px; }
  .hero-modern .hero-v2__copy h1 { font-size: 52px; }
  .hero-modern .hero-v2__copy > p { font-size: 15px; }
  .hero-features { display: grid; margin-top: 40px; }
  .hero-features div { padding: 13px; }
  .quick-info__grid { width: 100%; grid-template-columns: 1fr; }
  .quick-info__grid > div { padding: 14px 20px; }
  .quick-info__grid > a { padding: 17px 20px; }
  .section-heading--modern { align-items: flex-start; }
  .training-overview__grid { grid-template-columns: 1fr; }
  .training-overview__copy { padding: 60px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .training-specs { padding: 35px 0 55px; }
  .trust-panels { grid-template-columns: 1fr; }
  .course-grid > .course-card:only-child { grid-template-columns: 1fr; }
  .course-grid > .course-card:only-child .course-card__media { min-height: 280px; aspect-ratio: 16 / 10; }
  .trust-panel { min-height: auto; padding: 38px 30px; }
  .trust-panel--certificate { min-height: 430px; }
  .faq-grid { grid-template-columns: 1fr; }
  .final-cta__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .hero-modern .hero-v2__copy h1 { font-size: 43px; }
  .hero-modern, .hero-modern .hero-v2__inner { min-height: 720px; }
  .hero-features { grid-template-columns: 1fr 1fr; }
  .hero-features b { display: none; }
  .payment-grid { grid-template-columns: 1fr; }
  .payment-grid article, .payment-grid article:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--brand-line); }
  .payment-grid article:last-child { border-bottom: 0; }
  .certificate-seal { position: static; margin-top: 30px; }
}
