.elementor-kit-9{--e-global-color-primary:#FF7222;--e-global-color-secondary:#E9601A;--e-global-color-text:#0D2062;--e-global-color-accent:#1F67AB;--e-global-color-a6407fd:#EFEEEA;--e-global-color-d25cda5:#E0DFD9;--e-global-color-7d7f827:#FFFFFF;--e-global-color-8d404c3:#D2CFC7;--e-global-color-6d336ab:#1C1D28;--e-global-color-41e59d3:#52535F;--e-global-color-e3d4fae:#707174;--e-global-color-08a27b3:#E4E4E4;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-size:62px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-line-height:1.08px;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-size:43px;--e-global-typography-secondary-font-weight:800;--e-global-typography-secondary-line-height:1.4px;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:800;--e-global-typography-text-line-height:1.26px;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-size:19px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-line-height:1.3px;--e-global-typography-989507c-font-family:"Plus Jakarta Sans";--e-global-typography-989507c-font-size:13px;--e-global-typography-989507c-font-weight:700;--e-global-typography-989507c-text-transform:uppercase;--e-global-typography-544f2e8-font-family:"Plus Jakarta Sans";--e-global-typography-544f2e8-font-size:19px;--e-global-typography-544f2e8-font-weight:400;--e-global-typography-544f2e8-text-transform:none;--e-global-typography-544f2e8-line-height:1.6px;--e-global-typography-3d5a8c7-font-family:"Plus Jakarta Sans";--e-global-typography-3d5a8c7-font-size:17px;--e-global-typography-3d5a8c7-font-weight:400;--e-global-typography-3d5a8c7-text-transform:none;--e-global-typography-3d5a8c7-line-height:1.7px;--e-global-typography-c51d660-font-family:"Plus Jakarta Sans";--e-global-typography-c51d660-font-size:14px;--e-global-typography-c51d660-font-weight:500;--e-global-typography-c51d660-text-transform:none;--e-global-typography-c51d660-font-style:normal;--e-global-typography-c51d660-line-height:1.55px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.elementor-location-header .elementor-section-wrap,
.elementor-location-header > .e-con,
.elementor-location-header .elementor-container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* ─── Header shell ─── */
.header {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
  transition: box-shadow 0.3s ease, padding 0.3s ease;
}

.header.scrolled {
  box-shadow: 0 2px 20px rgba(0,0,0,0.12);
}

/* ─── Nav container ─── */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  height: 80px;
  transition: height 0.3s ease;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.header.scrolled .nav {
  height: 64px;
}

/* ─── Logo ─── */
.nav-logo img {
  height: 52px;
  width: auto;
  display: block;
  transition: height 0.3s ease;
}

.header.scrolled .nav-logo img {
  height: 42px;
}

/* ─── Nav Menu ─── */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu li a {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #1a2044;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.nav-menu li a:hover {
  color: #e85d1a;
}

/* Hide mobile-only actions from desktop nav */
.nav-menu .m-actions {
  display: none;
}

/* ─── Nav Actions (desktop buttons) ─── */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* ─── Base ─── */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.5rem;
  border-radius: 50px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid transparent;
  white-space: nowrap;
  transition: color 0.35s ease, box-shadow 0.35s ease, transform 0.2s ease;
  z-index: 0;
  vertical-align: middle;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transition: top 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.btn:hover::before {
  top: 0;
}

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

.btn svg,
.btn .btn-icon {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.btn:hover svg,
.btn:hover .btn-icon {
  transform: translateX(3px);
}

.btn-primary {
  background-color: #e85d1a;
  color: #ffffff;
  border-color: #e85d1a;
  box-shadow: 0 4px 15px rgba(232, 93, 26, 0.35);
}

.btn-primary::before {
  background-color: #1a2044;
}

.btn-primary:hover {
  color: #ffffff;
  border-color: #1a2044;
  box-shadow: 0 6px 20px rgba(26, 32, 68, 0.4);
}

.btn-ghost {
  background-color: #1a2044;
  color: #ffffff;
  border-color: #1a2044;
  box-shadow: 0 4px 15px rgba(26, 32, 68, 0.3);
}

.btn-ghost::before {
  background-color: #e85d1a;
}

.btn-ghost:hover {
  color: #ffffff;
  border-color: #e85d1a;
  box-shadow: 0 6px 20px rgba(232, 93, 26, 0.4);
}

.btn-light {
  background-color: #ffffff;
  color: #1a2044;
  border-color: #ffffff;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

.btn-light::before {
  background-color: #1a2044;
}

.btn-light:hover {
  color: #ffffff;
  border-color: #1a2044;
  box-shadow: 0 6px 20px rgba(26, 32, 68, 0.35);
}

.btn-outline-light {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
}

.btn-outline-light::before {
  background-color: #ffffff;
}

.btn-outline-light:hover {
  color: #1a2044;
  border-color: #ffffff;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.25);
}

.btn-lg {
  padding: 0.85rem 2rem;
  font-size: 16px;
}

/* ─── Burger button ─── */
.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  width: 44px;
  height: 44px;
}

.burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #1a2044;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* ─── Mobile ─── */
@media (max-width: 1024px) {
  .nav-menu {
    display: none;
    position: fixed;
    top: 80px; left: 0;
    width: 100%;
    background: #ffffff;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 2rem;
    gap: 1.25rem;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    z-index: 9998;
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-menu .m-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    padding-top: 0.5rem;
    border-top: 1px solid #e5e7eb;
    width: 100%;
  }

  .nav-actions {
    display: none;
  }

  .burger {
    display: flex;
  }

  .burger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .burger.open span:nth-child(2) {
    opacity: 0;
  }
  .burger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

@media (max-width: 480px) {
  .nav {
    padding: 0 1rem;
  }
}
/* Reset Elementor container for footer */
.elementor-location-footer .elementor-section-wrap,
.elementor-location-footer > .e-con,
.elementor-location-footer .elementor-container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* Footer shell */
.footer {
  background-color: #0d1b3e;
  color: #fff;
  font-family: inherit;
  padding: 60px 0 0;
  width: 100%;
}

/* Container inside footer */
.footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Grid layout */
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 2.5rem 3rem;
  margin-bottom: 2.5rem;
}

/* Column base */
.footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-col h4 {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.6rem;
}

.footer-col a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s;
  line-height: 1.7;
}

.footer-col a:hover {
  color: #ff7222;
}

/* Logo */
.footer-logo {
  margin-bottom: 1rem;
}

.footer-logo img {
  height: 50px;
  width: auto;
}

/* About text */
.footer-about {
  color: rgba(255,255,255,0.7);
  font-size: 0.85rem;
  line-height: 1.6;
  margin: 0 0 1.2rem;
}

/* Social icons */
.footer-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  transition: background 0.2s;
}

.footer-social a:hover {
  background: #ff7222;
}

/* Contact list */
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: rgba(255,255,255,0.75);
  font-size: 0.85rem;
  line-height: 1.5;
}

.footer-contact li svg {
  flex-shrink: 0;
  margin-top: 2px;
}

/* Aula Virtual button */
.footer-aula {
  display: inline-flex !important;
  align-items: center;
  gap: 0.5rem;
  background: #ff7222;
  color: #fff !important;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  text-decoration: none !important;
  margin-top: 1rem;
  transition: background 0.2s;
  width: fit-content;
}

.footer-aula:hover {
  background: #e05e10;
  color: #fff !important;
}

/* Legal text */
.footer-legal {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 1.5rem 0;
  color: rgba(255,255,255,0.45);
  font-size: 0.75rem;
  line-height: 1.6;
  text-align: left;
}

/* Footer bottom */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 1.2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: rgba(255,255,255,0.5);
  font-size: 0.8rem;
}

.footer-bottom a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #ff7222;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

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

  .footer-bottom {
    flex-direction: column;
    text-align: left;
  }
}
:root{
  /* Marca */
  --orange:#ff7222;
  --orange-deep:#e9601a;
  --navy:#0d2062;
  --navy-700:#16296f;
  /* Degradado para secciones oscuras (navy -> azul -> cálido) */
  --grad-section:linear-gradient(150deg,#0d2062 0%,#1d3576 34%,#3a5793 56%,#8a6d63 76%,#c9854e 100%);
  --blue:#1f67ab;
  --gray:#707174;
  --gray-light:#e4e4e4;
  --black:#101012;
  /* Neutros de interfaz */
  --bg:#efeeea;
  --bg-alt:#e0dfd9;
  --white:#ffffff;
  --ink:#1c1d28;
  --ink-soft:#52535f;
  --line:#d2cfc7;
  --radius:20px;
  --radius-sm:14px;
  --radius-pill:999px;
  --shadow-sm:0 4px 18px rgba(13,32,98,.06);
  --shadow:0 18px 48px -18px rgba(13,32,98,.22);
  --shadow-lg:0 30px 70px -22px rgba(13,32,98,.32);
  --ease:cubic-bezier(.22,.61,.36,1);
  --container:1240px;
}

*{margin:0;padding:0;box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  font-family:'Plus Jakarta Sans',-apple-system,sans-serif;
  background:var(--bg);
  color:var(--ink);
  line-height:1.7;
  font-size:17px;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

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

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

ul{list-style:none}

h1,h2,h3,h4{
  font-family:'Plus Jakarta Sans',-apple-system,sans-serif;
  font-weight:800;
  color:var(--navy);
  line-height:1.14;
  letter-spacing:-.022em;
}

h3,h4{letter-spacing:-.012em;line-height:1.26}

h1 em,h2 em,h3 em{
  font-style:normal;
  font-weight:800;
  color:var(--orange);
}

.container{max-width:var(--container);margin:0 auto;padding:0 32px}

.section{padding:clamp(72px,9vw,128px) 0}

/* ---------- Etiqueta superior (eyebrow) ---------- */

.eyebrow{
  display:inline-flex;align-items:center;gap:9px;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:12.5px;font-weight:700;letter-spacing:.16em;
  text-transform:uppercase;color:var(--orange-deep);
  margin-bottom:20px;
}

.eyebrow::before{
  content:"";width:26px;height:2px;background:var(--orange);border-radius:2px;
}

.eyebrow.center{justify-content:center}

.section-head{max-width:680px;margin-bottom:56px}

.section-head.center{margin-left:auto;margin-right:auto;text-align:center}

.section-head h2{font-size:clamp(2rem,3.7vw,3.05rem)}

.section-head p{margin-top:18px;color:var(--ink-soft);font-size:1.06rem}

.btn{
  display:inline-flex;align-items:center;gap:10px;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-weight:700;font-size:.97rem;letter-spacing:.005em;
  padding:15px 28px;border-radius:var(--radius-pill);
  border:1.5px solid transparent;cursor:pointer;white-space:nowrap;
  background-repeat:no-repeat;background-size:100% 250%;background-position:0 0;
  transition:transform .4s var(--ease),box-shadow .4s var(--ease),
             background-position .55s var(--ease),color .35s var(--ease),
             border-color .35s var(--ease);
}

.btn svg{transition:transform .4s var(--ease)}

.btn:hover svg{transform:translateX(4px)}

.btn:active{transform:translateY(-1px) scale(.99)}

/* Primario: naranja que se rellena de navy */

.btn-primary{
  color:#fff;
  background-image:linear-gradient(to bottom,
    var(--orange) 0%,var(--orange) 47%,#1d3576 53%,#0d2062 100%);
  box-shadow:0 12px 26px -12px rgba(255,114,34,.75);
}

.btn-primary:hover{
  background-position:0 100%;transform:translateY(-3px);
  box-shadow:0 22px 40px -14px rgba(13,32,98,.55);
}

.btn-ghost{
  color:#fff;border-color:var(--navy);
  background-image:linear-gradient(to bottom,
    var(--navy) 0%,var(--navy) 47%,var(--orange) 53%,var(--orange-deep) 100%);
  box-shadow:0 10px 22px -12px rgba(13,32,98,.55);
}

.btn-ghost:hover{
  background-position:0 100%;border-color:var(--orange);
  transform:translateY(-3px);box-shadow:0 18px 34px -14px rgba(255,114,34,.55);
}

.btn-light{
  color:var(--navy);box-shadow:var(--shadow-sm);
  background-image:linear-gradient(to bottom,
    #fff 0%,#fff 47%,#1d3576 53%,#0d2062 100%);
}

.btn-light:hover{
  background-position:0 100%;color:#fff;
  transform:translateY(-3px);box-shadow:var(--shadow);
}

.btn-outline-light{
  color:#fff;border-color:rgba(255,255,255,.45);
  background-image:linear-gradient(to bottom,
    rgba(255,255,255,0) 0%,rgba(255,255,255,0) 47%,#fff 53%,#fff 100%);
}

.btn-outline-light:hover{
  background-position:0 100%;color:var(--navy);border-color:#fff;
  transform:translateY(-3px);
}

.btn-lg{padding:18px 36px;font-size:1.02rem}

.link-arrow{
  display:inline-flex;align-items:center;gap:8px;
  font-weight:700;color:var(--orange-deep);font-size:.96rem;
}

.link-arrow svg{transition:transform .3s var(--ease)}

.link-arrow:hover svg{transform:translateX(5px)}

.img-slot{
  position:relative;
  background:
    linear-gradient(150deg,rgba(13,32,98,.92),rgba(31,103,171,.82) 55%,rgba(255,114,34,.78));
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  color:#fff;text-align:center;padding:30px;overflow:hidden;
}

.img-slot::before{
  content:"";position:absolute;inset:0;
  background-image:radial-gradient(rgba(255,255,255,.16) 1px,transparent 1px);
  background-size:22px 22px;opacity:.5;
}

.img-slot .slot-mark{
  position:absolute;right:-30px;bottom:-40px;width:230px;opacity:.12;
}

.img-slot .slot-ic{
  width:60px;height:60px;border:2px solid rgba(255,255,255,.55);border-radius:16px;
  display:flex;align-items:center;justify-content:center;margin-bottom:16px;position:relative;z-index:1;
}

.img-slot .slot-tag{
  font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  background:rgba(255,255,255,.16);padding:5px 12px;border-radius:var(--radius-pill);
  border:1px solid rgba(255,255,255,.28);
  -webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);
  margin-bottom:12px;position:relative;z-index:1;
}

.img-slot .slot-cap{
  font-size:.92rem;font-style:italic;max-width:280px;
  color:rgba(255,255,255,.92);position:relative;z-index:1;line-height:1.5;
}

.course-tag{
  font-size:.76rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;
  color:var(--orange-deep);margin-bottom:14px;
}

.cert-link{
  margin-top:auto;display:inline-flex;align-items:center;gap:8px;
  font-family:'Plus Jakarta Sans',sans-serif;font-weight:700;font-size:.85rem;
  color:var(--orange);text-decoration:none;
  border:1.6px solid var(--orange);border-radius:var(--radius-pill);
  padding:9px 20px;
  transition:background .35s var(--ease),color .35s var(--ease),
             box-shadow .35s var(--ease),gap .3s var(--ease);
}

.cert-link svg{transition:transform .3s var(--ease)}

.cert-link:hover{
  background:var(--orange);color:#fff;
  box-shadow:0 12px 24px -12px rgba(255,114,34,.7);
}

.cert-link:hover svg{transform:translateX(3px)}

.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s var(--ease),transform .8s var(--ease)}

.reveal.in{opacity:1;transform:none}

@media(prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none}
  .hero-card,.marquee-track{animation:none}
}

@media(max-width:980px){
  .hero-grid,.platform-grid,.about-grid{grid-template-columns:1fr;gap:48px}
  .tst-layout{grid-template-columns:1fr;gap:56px}
  .tst-layout .tst-left{order:2}
  .tst-cluster{order:1;max-width:520px;margin:0 auto;width:100%}
  .hero-visual{max-width:520px;margin:0 auto;width:100%}
  .about-visual{max-width:440px;margin:0 auto;width:100%}
  .courses-grid,.feats-grid,.tst-grid{grid-template-columns:1fr 1fr}
  .platform-feats{grid-template-columns:1fr 1fr}
  .stats-grid{grid-template-columns:1fr 1fr;gap:36px}
  .stat:nth-child(2n){border-right:none}
  .footer-grid{grid-template-columns:1fr 1fr}
  .journey{padding:54px 36px 56px}
  .jgrid{grid-template-columns:repeat(2,1fr);gap:46px 24px}
  .jpath{display:none}
  .jgoal{grid-column:1 / -1}
}

@media(max-width:760px) and (min-width:561px){
  .jgoal .jcard{max-width:340px;margin:0 auto}
}

@media(max-width:760px){
  body{font-size:16px}
  .nav-menu,.nav-actions .btn span,.aula-btn{display:none}
  .nav-menu.mobile-open{
    display:flex;flex-direction:column;align-items:stretch;gap:4px;
    position:absolute;top:100%;left:0;right:0;background:#fff;
    padding:18px 24px 24px;box-shadow:var(--shadow);border-top:1px solid var(--line);
  }
  .nav-menu.mobile-open a{padding:13px 12px;font-size:1rem}
  .nav-menu.mobile-open .m-actions{display:flex;flex-direction:column;gap:10px;margin-top:10px}
  .nav-menu.mobile-open .m-actions .btn{display:inline-flex;justify-content:center}
  .burger{display:flex}
  .courses-grid,.feats-grid,.tst-grid,.platform-feats,.stats-grid{grid-template-columns:1fr}
  .tst-cluster{min-height:420px}
  .tst-controls{justify-content:center}
  .jgrid{grid-template-columns:1fr;gap:46px}
  .jpath{display:none}
  .stat{border-right:none!important;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.1)}
  .stat:last-child{border-bottom:none;padding-bottom:0}
  .footer-grid{grid-template-columns:1fr}
  .hero-card.c1{left:-8px}.hero-card.c2{right:-8px}
  .about-quote{right:0;left:0;max-width:none}
  .empresas-banner,.footer-bottom{flex-direction:column;align-items:flex-start}
  .container{padding:0 22px}
  .nav{padding:14px 22px}
}

.m-actions{display:none}
html,body{overflow-x:clip;}
@media (max-width:767px){.hero .hero-eyebrow.reveal{opacity:1;transform:none;}.faq-grid .faq-wrap{width:100%;max-width:100%;}.faq-grid .faq-item{width:100%;max-width:100%;box-sizing:border-box;}}
@media (max-width:767px){.faq-item .faq-q{white-space:normal;align-items:flex-start;}}
@media (max-width:767px){section.hero{padding-top:104px;}}

/* ===== KICKER / EYEBROW — formato único global ===== */
.eyb{display:inline-flex;align-items:center;gap:9px;font-size:12.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--orange-deep);margin-bottom:16px;background:none;border:0;padding:0}
.eyb::before{content:"";width:26px;height:2px;background:var(--orange);border-radius:2px;flex:none}
.eyb.center{justify-content:center}
/* kicker sobre fondo oscuro (Hero y S.M.A.S.) */
.heroC.dark .eyb,.smas-head .eyb{color:#ff8a3d}
.heroC.dark .eyb::before,.smas-head .eyb::before{background:#ff8a3d}
.smas-head .eyb{justify-content:center}
/* ajuste puntual del fundador */
.f2-tx .eyb{margin-bottom:20px}/* End custom CSS */