:root{
  --blue:#003B80;--dark-blue:#002B5C;--green:#4CAF1A;--dark:#1e293b;--muted:#64748b;--light:#f4f6f8;--white:#fff;--shadow:0 20px 50px rgba(0,43,92,.12)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
section[id], [id="vision-mission"], [id="core-values"]{scroll-margin-top:120px}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--dark);line-height:1.6;background:white}
.container{width:min(1160px,92%);margin:auto}
.whatsapp{position:fixed;right:22px;bottom:22px;z-index:2000;background:#25D366;color:white;text-decoration:none;font-weight:900;padding:13px 18px;border-radius:999px;box-shadow:var(--shadow)}

/* =========================================================
   PREMIUM HEADER AND NAVIGATION
   ========================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 3000;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(0, 59, 128, 0.08);
  box-shadow: 0 6px 28px rgba(0, 43, 92, 0.08);
  backdrop-filter: blur(14px);
}

.navbar {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
}

.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.brand img {
  height: 88px;
  width: auto;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item {
  position: relative;
}

.nav-item > a,
.dropdown-toggle {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 11px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--dark-blue);
  text-decoration: none;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  cursor: pointer;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.nav-item > a:hover,
.nav-item > a:focus-visible,
.dropdown-toggle:hover,
.dropdown-toggle:focus-visible,
.has-dropdown.open > .dropdown-toggle {
  background: rgba(0, 59, 128, 0.07);
  color: var(--green);
  outline: none;
}

.dropdown-arrow {
  display: inline-block;
  font-size: 0.95rem;
  line-height: 1;
  transition: transform 0.25s ease;
}

.has-dropdown.open .dropdown-arrow {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  z-index: 3500;
  width: 290px;
  margin: 0;
  padding: 10px;
  list-style: none;
  background: var(--white);
  border: 1px solid rgba(0, 59, 128, 0.1);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 43, 92, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;
}

.dropdown-wide {
  width: 340px;
}

.dropdown-right {
  left: auto;
  right: 0;
}

.has-dropdown.open > .dropdown-menu,
.has-dropdown:hover > .dropdown-menu,
.has-dropdown:focus-within > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 28px;
  width: 16px;
  height: 16px;
  background: white;
  border-top: 1px solid rgba(0, 59, 128, 0.1);
  border-left: 1px solid rgba(0, 59, 128, 0.1);
  transform: rotate(45deg);
}

.dropdown-right::before {
  left: auto;
  right: 28px;
}

.dropdown-menu li {
  margin: 0;
}

.dropdown-menu a {
  display: block;
  padding: 13px 14px;
  border-radius: 12px;
  color: var(--dark-blue);
  text-decoration: none;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus-visible {
  background: rgba(76, 175, 26, 0.09);
  transform: translateX(3px);
  outline: none;
}

.dropdown-menu strong {
  display: block;
  margin-bottom: 2px;
  color: var(--dark-blue);
  font-size: 0.94rem;
}

.dropdown-menu span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.4;
}

.nav-item > .nav-cta {
  margin-left: 7px;
  padding: 11px 17px;
  border-radius: 999px;
  background: var(--green);
  color: white;
  box-shadow: 0 10px 25px rgba(76, 175, 26, 0.24);
}

.nav-item > .nav-cta:hover,
.nav-item > .nav-cta:focus-visible {
  background: #3d9515;
  color: white;
  transform: translateY(-2px);
}

/* Secure Client Portal navigation button */
.nav-item > .nav-portal {
  min-width: 146px;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--blue), var(--dark-blue));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 25px rgba(0, 43, 92, 0.25);
  white-space: nowrap;
}

.nav-item > .nav-portal:hover,
.nav-item > .nav-portal:focus-visible {
  background: linear-gradient(135deg, #0b4b96, #00356f);
  color: white;
  box-shadow: 0 14px 30px rgba(0, 43, 92, 0.30);
}

.portal-lock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  line-height: 1;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  background: var(--blue);
  color: white;
  font-size: 1.55rem;
  cursor: pointer;
}

body.menu-open {
  overflow: hidden;
}
.hero-split{background:linear-gradient(135deg,#f7fafc 0%,#ffffff 55%,#edf7ea 100%);min-height:670px;display:flex;align-items:center;overflow:hidden;position:relative}
.hero-split:before{content:"";position:absolute;left:-180px;bottom:-240px;width:520px;height:520px;background:rgba(76,175,26,.12);border-radius:50%}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding:54px 0}
.eyebrow,.section-label{display:inline-block;color:var(--green);text-transform:uppercase;letter-spacing:1px;font-weight:900;font-size:.82rem}
.hero-text h1{font-size:clamp(3rem,6vw,5.8rem);line-height:1;margin:14px 0;color:var(--dark-blue)}
.tagline{font-size:1.45rem;color:var(--blue);font-weight:800;margin:0 0 12px}
.hero-text p,.lead{font-size:1.12rem;color:var(--muted);max-width:850px}
.pill-row{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}
.pill{background:white;color:var(--dark-blue);padding:9px 13px;border-radius:999px;font-weight:800;box-shadow:0 6px 18px rgba(0,43,92,.08);border-left:4px solid var(--green)}
.hero-actions{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap}
.btn{display:inline-block;text-decoration:none;padding:14px 24px;border-radius:999px;font-weight:900;border:2px solid transparent;cursor:pointer}
.btn-primary{background:var(--green);color:white}
.btn-outline{border-color:var(--blue);color:var(--blue)}
.hero-slider-card{position:relative;border-radius:32px;overflow:hidden;box-shadow:var(--shadow);height:500px;background:var(--dark-blue);border:10px solid white}
.slide{position:absolute;inset:0;opacity:0;transform:scale(1.04);transition:opacity 1.1s ease-in-out,transform 5s ease}
.slide.active{opacity:1;transform:scale(1)}
.slide img{width:100%;height:100%;object-fit:cover;display:block}
.slider-dots{position:absolute;z-index:5;right:28px;top:24px;display:flex;gap:9px}
.dot{width:12px;height:12px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer}
.dot.active{background:var(--green);border-color:var(--green)}
.slider-arrows{position:absolute;z-index:5;right:24px;bottom:24px;display:flex;gap:10px}
.arrow{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.7);background:rgba(0,0,0,.25);color:white;font-size:1.4rem;cursor:pointer}
.stats-strip{background:var(--dark-blue);color:white;padding:26px 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;text-align:center}
.stats-grid strong{font-size:2.2rem;color:var(--green);display:block}.stats-grid span{font-size:.9rem}
.section{padding:82px 0}.section-muted{background:var(--light)}
h2{color:var(--dark-blue);font-size:clamp(2rem,4vw,3rem);line-height:1.1;margin:10px 0 22px}
.subheading{font-size:2rem;margin-top:46px}
.vision-mission{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:28px}
.vm-card{background:white;border-left:7px solid var(--green);padding:26px;border-radius:20px;box-shadow:var(--shadow)}
.vm-card h3{color:var(--dark-blue);margin-top:0}
.values-grid,.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.value-card,.card{background:white;border-radius:18px;padding:22px;box-shadow:var(--shadow)}
.value-card{text-align:center}.value-card .vicon,.card .icon{width:52px;height:52px;margin:0 auto 10px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:white;font-size:1.35rem}.value-card h3{margin:8px 0;color:var(--green)}
.card{text-align:left;border-top:5px solid var(--green);padding:28px}.card .icon{margin:0 0 12px}.card h3{color:var(--dark-blue)}
.method-section{background:linear-gradient(135deg,var(--blue),var(--dark-blue));color:white;padding:82px 0}.method-section h2{color:white}
.process{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:28px}
.process div{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);padding:20px;border-radius:18px}
.process span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--green);font-weight:900;margin-bottom:14px}
.process strong{display:block;font-size:1.05rem}
.price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:30px 0}
.price-card{background:linear-gradient(135deg,var(--blue),var(--dark-blue));color:white;padding:22px;border-radius:18px;text-align:center;box-shadow:var(--shadow)}
.price-card:nth-child(even){background:linear-gradient(135deg,var(--green),#2e8a10)}
.price-card span{display:block;font-weight:900;text-transform:uppercase}.price-card strong{display:block;font-size:1.7rem;margin-top:8px}
.course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.course-card{background:white;border:1px solid #e2e8f0;border-radius:22px;padding:24px;box-shadow:var(--shadow)}.course-card h3{color:var(--blue)}
.portfolio{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.portfolio div{background:white;border-radius:14px;padding:18px;box-shadow:var(--shadow);font-weight:800;color:var(--dark-blue)}
.download-row{display:grid;grid-template-columns:repeat(2,minmax(220px,360px));gap:20px}.download-card{text-decoration:none;background:white;border-left:6px solid var(--green);padding:24px;border-radius:18px;color:var(--dark-blue);box-shadow:var(--shadow)}.download-card strong,.download-card span{display:block}
.contact-section{background:linear-gradient(135deg,var(--blue),var(--dark-blue));color:white}.contact-section h2{color:white}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px}
.contact-form{background:white;color:var(--dark);padding:28px;border-radius:24px}.contact-form label{display:block;font-weight:700;margin-bottom:14px}.contact-form input,.contact-form textarea,.contact-form select{width:100%;display:block;margin-top:6px;border:1px solid #cbd5e1;border-radius:10px;padding:12px;font:inherit;background:white}
footer{background:#071d3a;color:white;padding:30px 0}.footer-grid{display:flex;align-items:center;justify-content:space-between}footer img{height:80px;background:white;border-radius:10px;padding:4px}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}
@media (max-width: 1080px) {

  .brand img {
    height: 76px;
  }

  .navbar {
    min-height: 90px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: fixed;
    top: 90px;
    right: -100%;
    bottom: 0;
    width: min(390px, 92%);
    display: block;
    padding: 20px;
    overflow-y: auto;
    background: white;
    box-shadow: -20px 20px 50px rgba(0, 43, 92, 0.18);
    transition: right 0.32s ease;
  }

  .nav-links.active {
    right: 0;
  }

  .nav-item {
    width: 100%;
    border-bottom: 1px solid #e8edf3;
  }

  .nav-item > a,
  .dropdown-toggle {
    width: 100%;
    min-height: 54px;
    justify-content: space-between;
    padding: 13px 8px;
    border-radius: 8px;
    text-align: left;
  }

  .dropdown-menu,
  .dropdown-wide,
  .dropdown-right {
    position: static;
    width: 100%;
    max-height: 0;
    margin: 0;
    padding: 0 0 0 10px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    transition:
      max-height 0.35s ease,
      padding 0.35s ease;
  }

  .dropdown-menu::before {
    display: none;
  }

  .has-dropdown:hover > .dropdown-menu,
  .has-dropdown:focus-within > .dropdown-menu {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .has-dropdown.open > .dropdown-menu {
    max-height: 600px;
    padding-top: 5px;
    padding-bottom: 13px;
  }

  .dropdown-menu a {
    padding: 12px;
    border-left: 3px solid rgba(76, 175, 26, 0.35);
    border-radius: 8px;
  }

  .nav-item > .nav-cta {
    justify-content: center;
    margin: 16px 0 5px;
    border-bottom: 0;
  }

  .nav-portal-item {
    border-bottom: 0;
  }

  .nav-item > .nav-portal {
    min-height: 52px;
    width: 100%;
    margin-top: 18px;
  }

  .hero-grid,
  .vision-mission,
  .contact-grid,
  .course-grid {
    grid-template-columns: 1fr;
  }

  .hero-slider-card {
    height: 420px;
  }

  .values-grid,
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .price-grid,
  .stats-grid,
  .portfolio {
    grid-template-columns: repeat(2, 1fr);
  }

  .process {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .navbar { min-height: 78px; }
  .brand img { height: 62px; }
  .menu-toggle { width: 42px; height: 42px; }
  .nav-links { top: 78px; width: 100%; }

  .values-grid,
  .cards,
  .price-grid,
  .download-row,
  .stats-grid,
  .portfolio,
  .process {
    grid-template-columns: 1fr;
  }

  .section { padding: 58px 0; }
  .hero-grid { padding: 38px 0; }
  .hero-slider-card { height: 360px; }
  .slider-arrows { display: none; }
  .footer-grid { display: block; }
  .whatsapp { right: 12px; bottom: 12px; }
}
.section-action {
  margin-top: 40px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-radius: 24px;
  background: linear-gradient(
    135deg,
    var(--dark-blue),
    var(--blue)
  );
  color: white;
  box-shadow: var(--shadow);
}

.section-action h3 {
  margin: 7px 0;
  color: white;
  font-size: 1.65rem;
}

.section-action p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 700px) {
  .section-action {
    align-items: flex-start;
    flex-direction: column;
  }
}
.training-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

/* Newsletter lead-generation section — Sprint 2.6.1 premium redesign */
.newsletter-section {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(70, 182, 73, 0.20), transparent 30%),
    linear-gradient(135deg, #052b61 0%, #073d7d 56%, #0a4f96 100%);
  color: #fff;
}

.newsletter-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.newsletter-decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
}

.newsletter-decoration-one {
  width: 320px;
  height: 320px;
  right: -120px;
  top: -130px;
  background: rgba(255,255,255,.06);
}

.newsletter-decoration-two {
  width: 220px;
  height: 220px;
  left: -90px;
  bottom: -120px;
  border: 42px solid rgba(70,182,73,.12);
}

.newsletter-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  gap: 72px;
  align-items: center;
}

.newsletter-copy {
  max-width: 720px;
}

.newsletter-section .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #a9efc1;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.newsletter-section .section-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: #46b649;
}

.newsletter-copy h2 {
  max-width: 760px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(2.25rem, 4.6vw, 4.25rem);
  line-height: 1.04;
  letter-spacing: -.035em;
}

.newsletter-intro {
  max-width: 690px;
  margin: 0;
  color: rgba(255,255,255,.83);
  font-size: 1.05rem;
  line-height: 1.75;
}

.newsletter-benefits {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.newsletter-benefit {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 14px;
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(8px);
}

.newsletter-benefit-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(70,182,73,.18);
  color: #b6f4c9;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .05em;
}

.newsletter-benefit strong {
  display: block;
  margin: 1px 0 4px;
  color: #fff;
  font-size: .98rem;
}

.newsletter-benefit small {
  display: block;
  color: rgba(255,255,255,.68);
  font-size: .85rem;
  line-height: 1.5;
}

.newsletter-card-wrap {
  position: relative;
}

.newsletter-card-wrap::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border-radius: 24px;
  background: rgba(70,182,73,.20);
}

.newsletter-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 17px;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 24px;
  background: rgba(255,255,255,.985);
  color: #17243a;
  box-shadow: 0 28px 70px rgba(0,0,0,.24);
}

.newsletter-form-heading {
  padding-bottom: 5px;
}

.newsletter-form-eyebrow {
  color: #2d8a3e;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.newsletter-form-heading h3 {
  margin: 8px 0 7px;
  color: #07336d;
  font-size: 1.55rem;
  line-height: 1.2;
}

.newsletter-form-heading p {
  margin: 0;
  color: #66758a;
  font-size: .88rem;
  line-height: 1.55;
}

.newsletter-field label {
  display: block;
  margin-bottom: 7px;
  color: #243750;
  font-size: .82rem;
  font-weight: 800;
}

.newsletter-field input {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 13px 15px;
  border: 1px solid #d8e1eb;
  border-radius: 11px;
  background: #f9fbfd;
  color: #17243a;
  font: inherit;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.newsletter-field input:focus {
  outline: none;
  border-color: #2f9f46;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(47,159,70,.12);
}

.newsletter-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: #5d6b7e;
  font-size: .82rem;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
}

.newsletter-consent input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: #39a845;
}

.newsletter-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #2d9d3d, #49b919);
  color: #fff;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 12px 25px rgba(56,164,54,.24);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.newsletter-submit:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 16px 30px rgba(56,164,54,.30);
}

.newsletter-submit:focus-visible {
  outline: 3px solid rgba(70,182,73,.35);
  outline-offset: 3px;
}

.newsletter-privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #7a8798;
  text-align: center;
}

.newsletter-privacy span {
  color: #2f9f46;
  font-weight: 900;
}

.newsletter-privacy small {
  font-size: .76rem;
}

.newsletter-hp {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
}

@media (max-width: 980px) {
  .newsletter-shell {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .newsletter-copy {
    max-width: none;
  }

  .newsletter-card-wrap {
    max-width: 620px;
  }
}

@media (max-width: 620px) {
  .newsletter-section {
    padding: 64px 0;
  }

  .newsletter-copy h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .newsletter-benefit {
    grid-template-columns: 38px 1fr;
    padding: 13px;
  }

  .newsletter-benefit-icon {
    width: 38px;
    height: 38px;
  }

  .newsletter-form {
    padding: 24px 20px;
    border-radius: 19px;
  }

  .newsletter-card-wrap::before {
    inset: 12px -10px -12px 10px;
    border-radius: 20px;
  }
}
