html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Inter', sans-serif;
  color: #2B2F33;
  background: #FAF9F6;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
img {
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
}
button {
  font-family: inherit;
  cursor: pointer;
}

/* CONTAINER */
.container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 32px;
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 414px) {
  .container {
    padding: 0 15px;
  }
}

/* SECTIONS PARENT CLASS */
.section {
  position: relative;
  width: 100%;
}
.section--pad {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .section--pad {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .section--pad {
    padding: 40px 0;
  }
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 15px 26px;
  border-radius: 8px;
  border: 1.5px solid transparent;
  transition: all .25s ease;
  white-space: nowrap;
}
.btn svg {
  width: 15px;
  height: 15px;
  transition: transform .25s ease;
  flex-shrink: 0;
}
.btn:hover svg {
  transform: translateX(4px);
}
.btn--navy {
  background: #0B2341;
  color: #fff;
}
.btn--navy:hover {
  background: #132c4f;
  box-shadow: 0 10px 24px rgba(11, 35, 65, .25);
  transform: translateY(-2px);
}
.btn--gold {
  background: #C6A25A;
  color: #0B2341;
}
.btn--gold:hover {
  background: #d4b06e;
  box-shadow: 0 10px 24px rgba(198, 162, 90, .35);
  transform: translateY(-2px);
}
.btn--outline-gold {
  background: transparent;
  color: #C6A25A;
  border-color: #C6A25A;
}
.btn--outline-gold:hover {
  background: #C6A25A;
  color: #0B2341;
  transform: translateY(-2px);
}
.btn--outline-navy {
  background: transparent;
  color: #0B2341;
  border-color: ;
}
.btn--outline-navy:hover {
  background: #0B2341;
  color: #fff;
  border-color: #0B2341;
  transform: translateY(-2px);
}
.btn--sm {
  padding: 12px 18px;
  font-size: 12px;
}

/* EYEBROW / SECTION HEAD */
.eyebrow-plain {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #C6A25A;
  margin-bottom: 14px;
}
.section-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}
.section-head .eyebrow-plain {
  text-align: center;
}
.section-head h2 {
  font-family: ;
  font-weight: 700;
  font-size: clamp(26px, 3.2vw, 36px);
  color: #0B2341;
  line-height: 1.25;
}

@media (max-width: 414px) {
  .section-head {
    margin: 0 auto 30px;
  }
  .succeed-grid {
    gap: 15px;
  }
}

/* HERO */
.training-hero {
    background: radial-gradient(ellipse at 92% 15%, rgba(198, 162, 90, .12), transparent 55%), #FAF9F6;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 46px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	margin-bottom:35pt;
}
.training-hero h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(30px, 4.2vw, 46px);
  line-height: 1.25;
  color: #0B2341;
  margin-bottom: 20px;
}
.training-hero h1 .accent {
  color: #C6A25A;
}
.training-hero p {
  color: ;
  font-size:17px;
  max-width:640px;
  margin: 0 auto 34px;
}
.training-hero-actions {
  display: flex;
  gap:16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
.hero-feature-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.hero-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 60px;
  position: relative;
}
.hero-feature-item+.hero-feature-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 1px;
  background: #E6E8EB;
}
.hero-feature-icon {
  width:50px;
  height:50px;
  border-radius: 50%;
  border: 1.5px solid #C6A25A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C6A25A;
  flex-shrink: 0;
}
.hero-feature-icon svg {
  width:32px;
  height:32px;
}
.hero-feature-item span {
  font-size:17px;
  font-weight: 600;
  color: #0B2341;
  text-align: left;
  line-height: 1.3;
}

@media (max-width: 900px) {
  .hero-feature-item {
    padding: 12px 16px;
  }

  .hero-feature-item+.hero-feature-item::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .training-hero {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

@media (max-width: 414px) {
  .training-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* MORE THAN TRAINING BANNER */
.more-training {
  background: #0B2341;
  border-radius: 20px;
  padding: 44px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.mt-eyebrow {
  font-size:15px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #C6A25A;
  margin-bottom: 16px;
}
.more-training h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 2.8vw, 36px);
  color: #fff;
  line-height: 1.3;
  margin-bottom:15px;
}
.more-training h2 .accent {
  color: #C6A25A;
  display: block;
}
.more-training>div:first-child p {
  color: rgba(255, 255, 255, .65);
  font-size:17px;
  line-height: 1.7;
  max-width:550px;
}
.mt-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:10px;
}
.mt-check-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.mt-check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size:17px;
  font-weight: 500;
}
.mt-check-item svg {
  width: 20px;
  height: 20px;
  color: #C6A25A;
  flex-shrink: 0;
}

@media (max-width: 1000px) {
  .more-training {
    grid-template-columns: 1fr;
  }

  .mt-checklist {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 414px) {
  .more-training {
    padding: 30px;
    gap: 30px;
  }
}

/* EVERYTHING YOU NEED */
.succeed-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.succeed-card {
  background: #fff;
  border: 1px solid #E6E8EB;
  border-radius: 16px;
  padding: 34px 26px;
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease;
}
.succeed-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 40px -18px rgba(11, 35, 65, .16);
}
.succeed-icon {
  width:60px;
  height:60px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #F5F0E8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C6A25A;
}
.succeed-icon svg {
  width:32px;
  height:32px;
}
.succeed-card h3 {
  font-size:17px;
  color: #0B2341;
  font-weight: 700;
  margin-bottom: 12px;
}
.succeed-card p {
  font-size:17px;
  color: #6B7280;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .succeed-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 414px) {
  .succeed-grid {
    gap: 15px;
  }
}

/* TRAINING JOURNEY */
.journey-steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  gap: 6px;
}
.journey-steps::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 6%;
  right: 6%;
  border-top: 2px dotted #C6A25A;
  z-index: 0;
}
.journey-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 170px;
  position: relative;
  z-index: 1;
  transition: transform .25s ease;
}
.journey-step:hover {
  transform: translateY(-6px);
}
.journey-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0B2341;
  color: #C6A25A;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.journey-icon svg {
  width:32px;
  height:32px;
}
.journey-num {
  color: #C6A25A;
  font-weight: 700;
  font-size:17px;
  margin-bottom: 8px;
  letter-spacing: .05em;
}
.journey-step h4 {
  font-size:17px;
  font-weight: 700;
  color: #0B2341;
  margin-bottom: 8px;
}
.journey-step p {
  font-size:17px;
  color: #6B7280;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .journey-steps {
    flex-wrap: wrap;
    justify-content: center;
    gap: 26px;
  }

  .journey-steps::before {
    display: none;
  }
}

/* DEVICE TRAINING PROGRAMS */
.program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.program-card {
  background: #fff;
  border: 1px solid #E6E8EB;
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}
.program-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 40px -18px rgba(11, 35, 65, .16);
}
.program-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
}
.program-top h3 {
  font-family: '', serif;
  font-size:25px;
  color: #0B2341;
  line-height: 1.3;
}
.program-badge {
  font-size:12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #C6A25A;
  background: #F5F0E8;
  padding: 6px 12px;
  border-radius: 20px;
  white-space: nowrap;
}
.program-photo {
  height:250px;
  background: linear-gradient(150deg, #F5F0E8, #fff 65%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.program-photo svg {
  width: 70px;
  height: 70px;
  color: #C6A25A;
  opacity: .55;
}
.program-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
.program-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  color: #2B2F33;
}
.program-list li svg {
  width: 14px;
  height: 14px;
  color: #C6A25A;
  flex-shrink: 0;
}
.program-card .btn {
  margin-top: auto;
  justify-content: center;
}

@media (max-width: 1000px) {
  .program-grid {
    grid-template-columns: 1fr;
  }
}

/* ONGOING SUPPORT */
.ongoing-support {
  background: #0B2341;
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
}
.ongoing-photo {
  background: linear-gradient(150deg, #F5F0E8, #E6E8EB);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ongoing-photo svg {
  width: 80px;
  height: 80px;
  color: #C6A25A;
  opacity: .5;
}
.ongoing-content {
  padding:44px 46px;
}
.ongoing-content .eyebrow-plain {
  margin-bottom: 14px;
}
.ongoing-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 2.8vw, 36px);
  color: #fff;
  margin-bottom: 14px;
}
.ongoing-content> p {
  color: rgba(255, 255, 255, .65);
  font-size:17px;
  line-height: 1.7;
  max-width:660px;
  margin-bottom: 30px;
}
.ongoing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:24px;
}
.ongoing-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ongoing-icon {
  color: #C6A25A;
}
.ongoing-icon svg {
  width:32px;
  height:32px;
}
.ongoing-item h4 {
  color: #fff;
  font-size:17px;
  font-weight: 700;
}
.ongoing-item p {
  color: rgba(255, 255, 255, .6);
  font-size:17px;
  line-height: 1.5;
}

@media (max-width: 1000px) {
  .ongoing-support {
    grid-template-columns: 1fr;
  }
  .ongoing-photo {
    min-height: 220px;
  }
  .ongoing-content {
    padding: 34px 28px;
  }
}

@media (max-width: 700px) {
  .ongoing-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* FAQ */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  margin-bottom: 30px;
}
.faq-item {
  background: #fff;
  border: 1px solid #E6E8EB;
  border-radius: 12px;
  padding:18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:16px;
  cursor: pointer;
  transition: box-shadow .25s ease, border-color .25s ease;
}
.faq-item:hover {
  border-color: #C6A25A;
  box-shadow: 0 12px 24px -14px rgba(11, 35, 65, .18);
}
.faq-item h4 {
  font-size:17px;
  font-weight: 700;
  color: #0B2341;
}
.faq-plus {
  width:32px;
  height:32px;
  border-radius: 50%;
  border: 1.5px solid #C6A25A;
  color: #C6A25A;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.faq-plus svg {
  width:17px;
  height:17px;
}

@media (max-width: 800px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

.faq-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.faq-contact-left {
  display: flex;
  align-items: center;
  gap:17px;
  color: #6B7280;
  font-size:17px;
}
.faq-contact-left svg {
  width:28px;
  height:28px;
  color: #C6A25A;
  flex-shrink: 0;
}
.faq-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #C6A25A;
  font-weight: 700;
  font-size:17px;
}
.faq-contact-link svg {
  width:32px;
  height:32px;
}
.faq-item:hover .faq-chevron {
  transform: translateY(3px);
}
details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  list-style: none;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary::after {
  content: "+";
  font-weight: 500;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid #C6A25A;
  color: #C6A25A;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
details[open] summary::after {
  content: "−";
}
.faq-grid details p {
    font-size:17px;
    color: #6b7281;
    line-height: 1.55;
    background: #fff;
    border: 1px solid #E6E8EB;
    border-radius: 12px;
    padding: 20px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    transition: box-shadow .25s ease, border-color .25s ease;
    margin-top: 7px;
}

/* FINAL CTA */
.final-cta-banner {
  background: #0B2341;
  border-radius: 20px;
  padding: 40px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.final-cta-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: #C6A25A;
}
.cta-left {
  display: flex;
  align-items: center;
  gap: 22px;
  flex: 1;
  min-width: 280px;
}
.cta-icon-circle {
  width:60px;
  height:60px;
  border-radius: 50%;
  border: 1.5px solid #C6A25A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C6A25A;
  flex-shrink: 0;
}
.cta-icon-circle svg {
  width:32px;
  height:32px;
}
.cta-left h3 {
  font-family: 'Playfair Display', serif;
  font-size:28px;;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.3;
}
.cta-left p {
  color: rgba(255, 255, 255, .65);
  font-size:17px;
  max-width: 380px;
}
.cta-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.cta-footer-row {
  display: flex;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  width: 100%;
}
.cta-footer-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size:17px;
  font-weight: 600;
}
.cta-footer-item .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #C6A25A;
  color: #0B2341;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cta-footer-item .dot svg {
  width: 11px;
  height: 11px;
}

@media (max-width: 414px) {
  .final-cta-banner {
    padding: 30px;
    gap: 0;
  }
}