.elementor-50625 .elementor-element.elementor-element-4adce2b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-e473845 */:root {
  --bg: #f5f8fb;
  --bg-soft: #edf4fa;
  --surface: #ffffff;
  --surface-2: #f9fbfd;
  --text: #172532;
  --muted: #5f6f7f;
  --line: rgba(20, 43, 64, 0.12);
  --blue: #0b4d79;
  --blue-dark: #072f4d;
  --cyan: #17a7c8;
  --mint: #53d0b2;
  --shadow: 0 24px 70px rgba(8, 42, 68, 0.14);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1180px;
  --font-display: "Funnel Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  background: var(--blue-dark);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  z-index: 1000;
}

.skip-link:focus {
  left: 12px;
}

.container {
  width: min(100% - 40px, var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand img {
  width: 196px;
  height: auto;
}

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
  color: #294457;
  font-size: 0.95rem;
  font-weight: 300;
}

.main-nav a {
  position: relative;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 1px;
  background: var(--cyan);
  transition: width 0.25s ease;
}

.main-nav a:hover::after {
  width: 100%;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(11, 77, 121, 0.18);
  border-radius: 999px;
  color: var(--blue);
  font-size: 0.94rem;
  font-weight: 400;
  background: #fff;
  box-shadow: 0 10px 28px rgba(8, 42, 68, 0.07);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: rgba(11, 77, 121, 0.08);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 1px;
  background: var(--blue-dark);
  margin: 5px auto;
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: #fff;
  background: var(--blue-dark);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 28, 47, 0.92), rgba(4, 40, 70, 0.78) 44%, rgba(7, 47, 77, 0.38)),
    linear-gradient(180deg, rgba(7, 47, 77, 0.12), rgba(7, 47, 77, 0.88)),
    url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
  transform: scale(1.02);
}

.hero::after {
  content: "";
  position: absolute;
  right: -220px;
  top: 120px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(83, 208, 178, 0.26), rgba(23, 167, 200, 0.04) 62%, transparent 70%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.62fr);
  gap: 52px;
  align-items: center;
  padding: 92px 0 76px;
}

.eyebrow,
.section-kicker,
.panel-topline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before,
.panel-topline::before {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
}

.hero h1,
.section-heading h2,
.intro-grid h2,
.path-copy h2,
.human-copy h2,
.contact-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(2rem, 5vw, 4rem);
  color:#FFF;
}

.hero-lead {
  max-width: 680px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  font-weight: 300;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 500;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--cyan), #0876a8);
  box-shadow: 0 18px 38px rgba(23, 167, 200, 0.24);
}

.btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}

.trust-row span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.06);
}

.hero-panel {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(24px);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.18);
}

.hero-panel h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.6vw, 2.65rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
  color:#FFF;
}

.hero-panel p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.metric-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 26px;
}

.metric-grid div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.metric-grid strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 500;
}

.metric-grid span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.intro-section,
.programs-section,
.path-section,
.human-section,
.outcomes-section,
.contact-section {
  padding: 96px 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 64px;
  align-items: end;
}

.intro-grid h2,
.section-heading h2,
.path-copy h2,
.human-copy h2,
.contact-copy h2 {
  font-size:3.15rem;
  color: var(--text);
}

.intro-grid p,
.section-heading p,
.path-copy p,
.human-copy p,
.contact-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.section-heading p {
  margin-top: 18px;
}

.programs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.program-card {
  position: relative;
  overflow: hidden;
  min-height: 392px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: 0 16px 46px rgba(8, 42, 68, 0.06);
}

.program-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--cyan), var(--mint));
}

.program-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.program-meta span,
.level-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.84rem;
  color: #315065;
  background: #edf7fb;
}

.program-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.5rem;
  line-height: 1.12;
  letter-spacing: -0.025em;
  font-weight: 400;
}

.program-card p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 26px;
}

.card-link,
.card-whatsapp {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 14px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.92rem;
}

.card-link {
  color: #fff;
  background: var(--blue);
}

.card-whatsapp {
  color: var(--blue);
  border: 1px solid rgba(11, 77, 121, 0.18);
  background: #fff;
}

.path-section {
  background:
    radial-gradient(circle at 20% 10%, rgba(83, 208, 178, 0.18), transparent 26%),
    linear-gradient(135deg, #062a45, #093a62 55%, #061f34);
  color: #fff;
}

.path-layout {
  display: grid;
  grid-template-columns: 0.74fr 1fr;
  gap: 54px;
  align-items: start;
}

.path-copy h2,
.path-copy p {
  color: #fff;
}

.path-copy p {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.74);
}

.path-cards {
  display: grid;
  gap: 16px;
}

.path-card {
  padding: 26px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.path-card span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--mint);
  font-family: var(--font-display);
  font-weight: 500;
}

.path-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.45rem;
  letter-spacing: -0.02em;
  color:#FFF;
}

.path-card p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.human-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 58px;
  align-items: center;
}

.human-image {
  min-height: 560px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(7, 47, 77, 0.08), rgba(7, 47, 77, 0.42)),
    url("https://images.unsplash.com/photo-1551434678-e076c223a692?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
  box-shadow: var(--shadow);
}

.human-copy p {
  margin-top: 22px;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.feature-list div {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.feature-list strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--text);
}

.feature-list span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.96rem;
}

.outcomes-section {
  padding-top: 0;
}

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.outcome-card {
  padding: 28px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--surface);
}

.outcome-card.dark {
  color: #fff;
  background: linear-gradient(135deg, #062a45, #0b4d79);
  border-color: rgba(255,255,255,0.08);
}

.outcome-card span {
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.outcome-card h3 {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.outcome-card.dark h3 {color:#FFF;}


.outcome-card p {
  margin: 14px 0 0;
  color: var(--muted);
}

.outcome-card.dark p {
  color: rgba(255,255,255,0.72);
}

.contact-section {
  background: var(--bg-soft);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 52px;
  align-items: start;
}

.contact-copy p {
  margin-top: 22px;
}

.contact-note {
  display: grid;
  gap: 6px;
  margin-top: 30px;
  padding: 20px;
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid var(--line);
}

.contact-note strong {
  font-family: var(--font-display);
  font-weight: 500;
}

.contact-note span {
  color: var(--muted);
}

.lead-form {
  padding: 30px;
  border-radius: var(--radius-xl);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
}

.two-cols {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lead-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  color: #294457;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 0.94rem;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(20, 43, 64, 0.16);
  border-radius: 14px;
  background: #fbfdff;
  color: var(--text);
  outline: none;
  padding: 13px 14px;
  font-family: var(--font-body);
  font-weight: 300;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: rgba(23, 167, 200, 0.8);
  box-shadow: 0 0 0 4px rgba(23, 167, 200, 0.1);
}

.form-submit {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.form-small {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  text-align: center;
}

.site-footer {
  padding: 34px 0;
  background: #fff;
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: flex;
  align-items: center;
  gap: 22px;
}

.footer-inner img {
  width: 150px;
}

.footer-inner p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.footer-inner a {
  margin-left: auto;
  color: var(--blue);
  font-family: var(--font-display);
  font-weight: 500;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: #139f6b;
  font-family: var(--font-display);
  font-weight: 500;
  box-shadow: 0 18px 38px rgba(12, 96, 68, 0.28);
}

@media (max-width: 1020px) {
  .hero-grid,
  .intro-grid,
  .path-layout,
  .human-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .programs-grid,
  .outcomes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-grid {
    padding-top: 72px;
  }

  .hero-panel {
    max-width: 620px;
  }
}

@media (max-width: 860px) {
  .header-inner {
    min-height: 72px;
  }

  .brand img {
    width: 168px;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .main-nav {
    position: fixed;
    left: 20px;
    right: 20px;
    top: 78px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 12px;
  }

  .header-cta {
    display: none;
  }

  .hero,
  .hero-grid {
    min-height: auto;
  }

  .hero-grid {
    padding: 88px 0 54px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 12vw, 4.2rem);
  }

  .human-image {
    min-height: 420px;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .intro-section,
  .programs-section,
  .path-section,
  .human-section,
  .contact-section {
    padding: 70px 0;
  }

  .programs-grid,
  .outcomes-grid,
  .two-cols {
    grid-template-columns: 1fr;
  }

  .program-card {
    min-height: auto;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-inner a {
    margin-left: 0;
  }

  .floating-whatsapp {
    left: 14px;
    right: 14px;
  }
}/* End custom CSS */