.elementor-9817 .elementor-element.elementor-element-215cfa1{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9817 .elementor-element.elementor-element-445c91f{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-445c91f */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Roboto+Condensed:wght@300;400;500;700;900&display=swap');
 
.sb-section {
  --sm-dark: #343E48;
  --sm-dark-deep: #2A323B;
  --sm-lime: #D4DA30;
  --sm-lime-dark: #B0BF25;
  --sm-blue: #406A85;
  --sm-blue-light: #5482AA;
  --sm-white: #FFFFFF;
  --sm-gray-light: #F5F5F5;
  --sm-gray-soft: #FAFAFA;
  --sm-text: #343E48;
  --sm-text-soft: #5A6470;
  --sm-text-light: #8A929C;
  --sm-border: #E5E7EB;
  --sm-font-title: 'Roboto Condensed', sans-serif;
  --sm-font-body: 'Poppins', system-ui, sans-serif;
 
  font-family: var(--sm-font-body);
  color: var(--sm-text);
  font-size: 16px;
  line-height: 1.65;
  padding: 100px 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.sb-section *, .sb-section *::before, .sb-section *::after { box-sizing: border-box; }
.sb-section h1, .sb-section h2, .sb-section h3, .sb-section h4, .sb-section h5, .sb-section h6,
.sb-section p, .sb-section ul, .sb-section li { margin: 0; padding: 0; }
 
.sb-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 24px; border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px; font-weight: 500;
  text-decoration: none; cursor: pointer; border: none;
  transition: all 0.25s; white-space: nowrap;
}
.sb-btn-primary { background: #D4DA30; color: #343E48; font-weight: 600; }
.sb-btn-primary:hover { background: #B0BF25; transform: translateY(-1px); box-shadow: 0 8px 20px -8px rgba(176,191,37,0.6); }
.sb-btn-outline-light { background: transparent; color: white; border: 1.5px solid rgba(255,255,255,0.4); }
.sb-btn-outline-light:hover { background: white; color: #343E48; border-color: white; }
.sb-btn-outline-dark { background: transparent; color: #343E48; border: 1.5px solid #343E48; }
.sb-btn-outline-dark:hover { background: #343E48; color: white; transform: translateY(-1px); }
.sb-btn-large { padding: 15px 30px; font-size: 15px; }
 
.sb-container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.sb-container-narrow { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
 
.sb-eyebrow {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #B0BF25; margin-bottom: 20px;
}
.sb-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05; color: #343E48;
  margin-bottom: 24px; letter-spacing: -0.01em;
  max-width: 900px;
}
.sb-title .sb-accent { color: #B0BF25; }
.sb-lead {
  font-family: 'Poppins', sans-serif;
  font-size: 17px; line-height: 1.7;
  color: #5A6470; max-width: 760px; font-weight: 400;
}
 
/* ===== HERO (versión clara) ===== */
.sb-hero {
  background: #FFFFFF;
  color: #343E48;
  padding: 60px 0 0;
  position: relative;
  overflow: hidden;
}
.sb-hero-bg-decor { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.sb-hero-bg-decor::before {
  content: '';
  position: absolute;
  top: -200px; right: -150px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(212,218,48,0.10) 0%, transparent 60%);
}
.sb-hero-bg-decor::after {
  content: '';
  position: absolute;
  bottom: 100px; left: -100px;
  width: 350px; height: 350px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(84,130,170,0.08) 0%, transparent 60%);
}
.sb-hero-circles { position: absolute; inset: 0; pointer-events: none; }
.sb-hero-circle { position: absolute; border-radius: 50%; opacity: 0.5; }
.sb-hero-circle:nth-child(1) { width: 14px; height: 14px; background: #D4DA30; top: 18%; right: 10%; animation: sbFloat 8s ease-in-out infinite; }
.sb-hero-circle:nth-child(2) { width: 8px; height: 8px; background: #B0BF25; top: 30%; right: 18%; animation: sbFloat 10s ease-in-out infinite reverse; }
.sb-hero-circle:nth-child(3) { width: 18px; height: 18px; background: #5482AA; top: 50%; right: 8%; animation: sbFloat 12s ease-in-out infinite; }
.sb-hero-circle:nth-child(4) { width: 10px; height: 10px; background: #D4DA30; top: 65%; right: 22%; animation: sbFloat 9s ease-in-out infinite; }
@keyframes sbFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }
.sb-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px 100px;
  position: relative;
  z-index: 2;
}
.sb-hero-tag {
  display: inline-flex; align-items: center; gap: 12px;
  background: transparent;
  border: 1.5px solid #B0BF25;
  padding: 7px 18px; border-radius: 30px;
  margin-bottom: 32px;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: #343E48;
}
.sb-hero-tag::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #D4DA30; }
.sb-hero-h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.98;
  color: #343E48;
  max-width: 1100px;
  margin-bottom: 24px;
  letter-spacing: -0.015em;
}
.sb-hero-h1 .sb-accent { color: #B0BF25; }
.sb-hero-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  color: #5A6470;
  margin-bottom: 32px;
  font-weight: 400;
  max-width: 720px;
}
.sb-hero-lead {
  font-size: 17px; line-height: 1.7;
  color: #5A6470;
  max-width: 680px; margin-bottom: 48px;
  font-weight: 400;
}
.sb-hero-cta { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 72px; }
.sb-hero-stats {
  display: flex; gap: 56px; flex-wrap: wrap;
  padding-top: 40px;
  border-top: 1px solid #E5E7EB;
}
.sb-hero-stat-num {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700; font-size: 40px;
  color: #343E48; line-height: 1;
  letter-spacing: -0.02em;
}
.sb-hero-stat-num .sb-accent { color: #B0BF25; }
.sb-hero-stat-label {
  font-size: 13px; color: #5A6470;
  margin-top: 8px; font-weight: 400;
}
 
/* ===== PROBLEMA ===== */
.sb-section-problem { background: #FFFFFF; }
.sb-gap-diagram { margin: 64px 0 48px; background: #FAFAFA; padding: 56px 48px; border-radius: 16px; border: 1px solid #E5E7EB; }
.sb-gap-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 24px; align-items: stretch; }
.sb-gap-node { background: white; padding: 28px 24px; border-radius: 12px; border: 1px solid #E5E7EB; transition: all 0.25s; }
.sb-gap-node:hover { border-color: #D4DA30; transform: translateY(-3px); box-shadow: 0 12px 24px -16px rgba(52,62,72,0.2); }
.sb-gap-tag { display: inline-block; background: #343E48; color: white; font-size: 10px; font-weight: 600; letter-spacing: 0.12em; padding: 5px 10px; border-radius: 4px; margin-bottom: 16px; }
.sb-gap-node-title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 22px; color: #343E48; margin-bottom: 10px; line-height: 1.2; }
.sb-gap-node-desc { font-size: 14px; line-height: 1.6; color: #5A6470; }
.sb-gap-arrow { align-self: center; position: relative; }
.sb-gap-arrow-label { position: absolute; top: -32px; left: 50%; transform: translateX(-50%); font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: #B0BF25; white-space: nowrap; font-weight: 600; }
.sb-gap-conclusion { background: #343E48; color: white; padding: 32px 40px; border-radius: 12px; margin-top: 32px; font-size: 17px; line-height: 1.6; font-weight: 400; }
.sb-gap-conclusion strong { color: #D4DA30; font-weight: 600; }
.sb-symptoms { margin-top: 56px; background: #FAFAFA; padding: 48px; border-radius: 16px; border: 1px solid #E5E7EB; }
.sb-symptoms-header { display: flex; align-items: center; gap: 16px; margin-bottom: 32px; }
.sb-symptoms-icon { width: 48px; height: 48px; border-radius: 50%; background: #D4DA30; display: flex; align-items: center; justify-content: center; color: #343E48; font-weight: 700; font-size: 22px; font-family: 'Roboto Condensed', sans-serif; }
.sb-symptoms-title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 24px; color: #343E48; }
.sb-symptoms-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 32px; }
.sb-symptoms-list li { padding: 14px 0 14px 32px; border-bottom: 1px solid #E5E7EB; color: #343E48; font-size: 15px; line-height: 1.55; position: relative; font-weight: 400; }
.sb-symptoms-list li::before { content: ''; position: absolute; left: 4px; top: 22px; width: 12px; height: 12px; border-radius: 50%; background: #D4DA30; }
 
/* ===== MÉTODO ===== */
.sb-section-method { background: #343E48; color: white; position: relative; overflow: hidden; }
.sb-section-method .sb-title { color: white; }
.sb-section-method .sb-lead { color: rgba(255,255,255,0.75); }
.sb-section-method .sb-eyebrow { color: #D4DA30; }
.sb-section-method::before { content: ''; position: absolute; top: 60px; right: -100px; width: 280px; height: 280px; border-radius: 50%; background: rgba(212,218,48,0.06); pointer-events: none; }
.sb-section-method::after { content: ''; position: absolute; bottom: 80px; left: -80px; width: 200px; height: 200px; border-radius: 50%; background: rgba(84,130,170,0.08); pointer-events: none; }
.sb-ladder { margin-top: 72px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; position: relative; z-index: 1; }
.sb-ladder-step { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 32px 24px; transition: all 0.3s; }
.sb-ladder-step:hover { transform: translateY(-6px); border-color: #D4DA30; background: rgba(212,218,48,0.08); }
.sb-ladder-num { width: 48px; height: 48px; border-radius: 50%; background: #D4DA30; color: #343E48; display: flex; align-items: center; justify-content: center; font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 20px; margin-bottom: 20px; }
.sb-ladder-title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 18px; line-height: 1.2; color: white; margin-bottom: 12px; }
.sb-ladder-desc { font-size: 13.5px; line-height: 1.55; color: rgba(255,255,255,0.7); margin-bottom: 16px; font-weight: 400; }
.sb-ladder-out { padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.15); }
.sb-ladder-out-label { font-size: 10px; font-weight: 600; color: #D4DA30; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 4px; }
.sb-ladder-out-text { font-size: 12.5px; color: rgba(255,255,255,0.85); line-height: 1.4; font-weight: 400; }
.sb-method-note { position: relative; z-index: 1; margin-top: 56px; padding: 32px 40px; background: rgba(212,218,48,0.08); border-radius: 12px; border-left: 4px solid #D4DA30; font-size: 16px; line-height: 1.65; color: white; max-width: 900px; font-weight: 400; }
.sb-method-note strong { color: #D4DA30; font-weight: 600; }
 
/* ===== PILARES ===== */
.sb-section-pillars { background: #FFFFFF; }
.sb-pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 64px; }
.sb-pillar { background: #FAFAFA; border-radius: 16px; padding: 40px 36px; border: 1px solid #E5E7EB; transition: transform 0.3s, box-shadow 0.3s; position: relative; overflow: hidden; }
.sb-pillar:hover { transform: translateY(-4px); box-shadow: 0 16px 32px -16px rgba(52,62,72,0.18); border-color: #D4DA30; }
.sb-pillar::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: #D4DA30; transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.sb-pillar:hover::before { transform: scaleX(1); }
.sb-pillar-icon { width: 56px; height: 56px; border-radius: 12px; background: #D4DA30; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; color: #343E48; }
.sb-pillar:nth-child(2) .sb-pillar-icon { background: #343E48; color: white; }
.sb-pillar:nth-child(3) .sb-pillar-icon { background: #406A85; color: white; }
.sb-pillar-title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 26px; color: #343E48; margin-bottom: 16px; line-height: 1.15; }
.sb-pillar-desc { font-size: 15px; line-height: 1.65; color: #5A6470; font-weight: 400; }
 
/* ===== OPS ===== */
.sb-section-tools { background: #FAFAFA; }
.sb-ops-block { margin-top: 64px; background: white; border-radius: 16px; padding: 56px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 56px; align-items: center; border: 1px solid #E5E7EB; position: relative; overflow: hidden; }
.sb-ops-block::before { content: ''; position: absolute; top: 0; right: 0; width: 200px; height: 200px; background: radial-gradient(circle at top right, rgba(212,218,48,0.15) 0%, transparent 60%); pointer-events: none; }
.sb-ops-visual { display: flex; align-items: center; justify-content: center; }
.sb-ops-svg { width: 100%; max-width: 300px; height: auto; }
.sb-ops-tag { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #343E48; background: #D4DA30; padding: 6px 14px; border-radius: 4px; margin-bottom: 20px; }
.sb-ops-title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 40px; color: #343E48; margin-bottom: 24px; line-height: 1.05; }
.sb-ops-item { margin-bottom: 20px; }
.sb-ops-label { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #B0BF25; margin-bottom: 6px; }
.sb-ops-text { font-size: 15px; line-height: 1.65; color: #5A6470; font-weight: 400; }
.sb-ops-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; color: #343E48; font-weight: 600; text-decoration: none; font-size: 14px; transition: gap 0.2s; padding-bottom: 4px; border-bottom: 2px solid #D4DA30; }
.sb-ops-link:hover { gap: 12px; }
 
/* ===== RESULTADOS ===== */
.sb-section-results { background: #FFFFFF; }
.sb-case-header { margin-bottom: 48px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.sb-case-pill { display: inline-flex; align-items: center; gap: 8px; background: #FAFAFA; padding: 8px 16px; border-radius: 30px; font-size: 13px; font-weight: 500; color: #343E48; border: 1px solid #E5E7EB; }
.sb-case-pill::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #D4DA30; }
.sb-kpis-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sb-kpi { background: #FAFAFA; padding: 36px 32px; border-radius: 12px; border: 1px solid #E5E7EB; transition: all 0.25s; position: relative; }
.sb-kpi:hover { transform: translateY(-3px); box-shadow: 0 12px 24px -16px rgba(52,62,72,0.2); border-color: #D4DA30; }
.sb-kpi-num { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 52px; color: #343E48; line-height: 1; margin-bottom: 12px; letter-spacing: -0.02em; }
.sb-kpi-num .sb-unit { font-size: 0.5em; font-weight: 500; margin-left: 3px; color: #B0BF25; }
.sb-kpi-num.sb-highlight { color: #B0BF25; }
.sb-kpi-label { font-size: 14px; color: #5A6470; line-height: 1.5; font-weight: 400; }
.sb-caveats { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.sb-caveat { padding: 28px 32px; border-radius: 12px; background: #FAFAFA; border-left: 4px solid #D4DA30; }
.sb-caveat.sb-no { border-left-color: #343E48; }
.sb-caveat-title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 18px; color: #343E48; margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.sb-caveat-icon { width: 22px; height: 22px; border-radius: 50%; background: #D4DA30; color: #343E48; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; }
.sb-caveat.sb-no .sb-caveat-icon { background: #343E48; color: white; }
.sb-caveat-text { font-size: 14px; line-height: 1.65; color: #5A6470; font-weight: 400; }
 
/* ===== MECANISMO ===== */
.sb-section-mechanism { background: #FAFAFA; }
.sb-mech-content { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; margin-top: 56px; align-items: center; }
.sb-mech-svg-wrap { background: white; padding: 40px; border-radius: 16px; border: 1px solid #E5E7EB; }
.sb-mech-vias { display: flex; flex-direction: column; gap: 16px; }
.sb-mech-via { padding: 20px 24px; background: white; border-radius: 12px; border-left: 4px solid #D4DA30; border-top: 1px solid #E5E7EB; border-right: 1px solid #E5E7EB; border-bottom: 1px solid #E5E7EB; transition: transform 0.25s; }
.sb-mech-via:hover { transform: translateX(4px); }
.sb-mech-via:nth-child(2) { border-left-color: #406A85; }
.sb-mech-via:nth-child(3) { border-left-color: #5482AA; }
.sb-mech-via:nth-child(4) { border-left-color: #343E48; }
.sb-mech-via-title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 17px; color: #343E48; margin-bottom: 6px; }
.sb-mech-via-desc { font-size: 13.5px; line-height: 1.6; color: #5A6470; font-weight: 400; }
 
/* ===== TRAYECTORIA ===== */
.sb-section-track { background: #343E48; color: white; }
.sb-section-track .sb-title { color: white; }
.sb-section-track .sb-lead { color: rgba(255,255,255,0.75); }
.sb-section-track .sb-eyebrow { color: #D4DA30; }
.sb-track-numbers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 64px; margin-bottom: 80px; }
.sb-track-num { padding-top: 28px; border-top: 2px solid rgba(255,255,255,0.2); }
.sb-track-num-big { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 72px; line-height: 1; color: white; letter-spacing: -0.02em; margin-bottom: 16px; }
.sb-track-num-big .sb-accent { color: #D4DA30; }
.sb-track-num-label { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.55; max-width: 240px; font-weight: 400; }
.sb-awards-title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 28px; color: white; margin-bottom: 32px; }
.sb-awards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.sb-award { padding: 28px 32px; background: rgba(255,255,255,0.06); border-radius: 12px; display: flex; gap: 24px; align-items: flex-start; border: 1px solid rgba(255,255,255,0.1); transition: all 0.25s; }
.sb-award:hover { background: rgba(212,218,48,0.08); border-color: #D4DA30; }
.sb-award-year { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 32px; color: #D4DA30; line-height: 1; flex: 0 0 auto; }
.sb-award-name { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 17px; color: white; margin-bottom: 6px; line-height: 1.3; }
.sb-award-desc { font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.65); font-weight: 400; }
 
/* ===== RECURSOS ===== */
.sb-section-resources { background: #FFFFFF; }
.sb-resources-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.sb-resource-card { background: #FAFAFA; border-radius: 16px; padding: 36px 32px; transition: all 0.3s; text-decoration: none; color: #343E48; display: flex; flex-direction: column; gap: 16px; border: 1px solid #E5E7EB; }
.sb-resource-card:hover { transform: translateY(-4px); border-color: #D4DA30; box-shadow: 0 16px 32px -16px rgba(52,62,72,0.18); }
.sb-resource-icon { width: 52px; height: 52px; border-radius: 12px; background: #D4DA30; color: #343E48; display: flex; align-items: center; justify-content: center; margin-bottom: 4px; }
.sb-resource-card:nth-child(2) .sb-resource-icon { background: #343E48; color: #D4DA30; }
.sb-resource-card:nth-child(3) .sb-resource-icon { background: #406A85; color: white; }
.sb-resource-title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 22px; color: #343E48; line-height: 1.2; }
.sb-resource-desc { font-size: 14px; line-height: 1.6; color: #5A6470; flex: 1; font-weight: 400; }
.sb-resource-link { color: #343E48; font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; padding-bottom: 4px; border-bottom: 2px solid #D4DA30; align-self: flex-start; }
 
/* ===== FAQs ===== */
.sb-section-faqs { background: #FAFAFA; }
.sb-faq-cats { margin-top: 56px; display: flex; flex-direction: column; gap: 16px; }
.sb-faq-cat { background: white; border-radius: 12px; overflow: hidden; border: 1px solid #E5E7EB; transition: all 0.2s; }
.sb-faq-cat.sb-open { box-shadow: 0 8px 24px -12px rgba(52,62,72,0.12); border-color: #D4DA30; }
.sb-faq-cat-header { padding: 24px 32px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background 0.2s; }
.sb-faq-cat.sb-open .sb-faq-cat-header { background: #FAFAFA; }
.sb-faq-cat-title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 20px; color: #343E48; display: flex; align-items: center; gap: 16px; }
.sb-faq-cat-num { width: 32px; height: 32px; border-radius: 50%; background: #D4DA30; color: #343E48; font-family: 'Roboto Condensed', sans-serif; font-size: 14px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.sb-faq-cat-toggle { font-size: 28px; color: #343E48; transition: transform 0.25s; font-weight: 300; line-height: 1; }
.sb-faq-cat.sb-open .sb-faq-cat-toggle { transform: rotate(45deg); color: #B0BF25; }
.sb-faq-cat-body { max-height: 0; overflow: hidden; transition: max-height 0.3s; }
.sb-faq-cat.sb-open .sb-faq-cat-body { max-height: 800px; }
.sb-faq-cat-body-inner { padding: 0 32px 28px; }
.sb-faq-q { padding: 16px 0; border-bottom: 1px solid #E5E7EB; color: #343E48; font-size: 15px; line-height: 1.5; cursor: pointer; display: flex; justify-content: space-between; gap: 16px; font-weight: 400; transition: color 0.2s; }
.sb-faq-q:last-child { border-bottom: none; }
.sb-faq-q:hover { color: #B0BF25; }
.sb-faq-q-arrow { color: #8A929C; flex: 0 0 auto; }
 
/* ===== CTA ===== */
.sb-section-cta { background: #343E48; color: white; padding: 120px 0; position: relative; overflow: hidden; }
.sb-section-cta::before { content: ''; position: absolute; top: -150px; right: -150px; width: 500px; height: 500px; background: radial-gradient(circle, #D4DA30 0%, transparent 60%); opacity: 0.12; pointer-events: none; }
.sb-section-cta::after { content: ''; position: absolute; bottom: -100px; left: -100px; width: 400px; height: 400px; background: radial-gradient(circle, #5482AA 0%, transparent 60%); opacity: 0.1; pointer-events: none; }
.sb-cta-inner { position: relative; z-index: 1; max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.sb-cta-title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: clamp(40px, 5.5vw, 64px); color: white; line-height: 1.05; margin-bottom: 24px; letter-spacing: -0.015em; }
.sb-cta-title .sb-accent { color: #D4DA30; }
.sb-cta-lead { font-size: 17px; line-height: 1.7; color: rgba(255,255,255,0.78); max-width: 720px; margin-bottom: 48px; font-weight: 400; }
.sb-cta-form { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.15); border-radius: 16px; padding: 40px; }
.sb-cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 28px; }
.sb-cta-field label { display: block; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #D4DA30; margin-bottom: 8px; }
.sb-cta-field input, .sb-cta-field select { width: 100%; background: transparent !important; border: none; border-bottom: 1px solid rgba(255,255,255,0.25) !important; padding: 12px 0; color: white !important; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 400; transition: border-color 0.2s; box-shadow: none !important; border-radius: 0 !important; }
.sb-cta-field input:focus, .sb-cta-field select:focus { outline: none; border-bottom-color: #D4DA30 !important; }
.sb-cta-field input::placeholder { color: rgba(255,255,255,0.4); }
.sb-cta-field-full { grid-column: 1 / -1; }
.sb-cta-field select option { color: #000; }
.sb-cta-actions { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); }
.sb-cta-direct { font-size: 14px; color: rgba(255,255,255,0.6); font-weight: 400; }
.sb-cta-direct a { color: #D4DA30; text-decoration: none; font-weight: 500; }
 
/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .sb-gap-grid { grid-template-columns: 1fr; gap: 16px; }
  .sb-gap-arrow { transform: rotate(90deg); margin: 0 auto; }
  .sb-gap-arrow-label { display: none; }
  .sb-ladder { grid-template-columns: repeat(2, 1fr); }
  .sb-pillars-grid { grid-template-columns: 1fr; }
  .sb-ops-block { grid-template-columns: 1fr; padding: 40px; gap: 32px; }
  .sb-kpis-grid { grid-template-columns: 1fr 1fr; }
  .sb-caveats { grid-template-columns: 1fr; }
  .sb-mech-content { grid-template-columns: 1fr; gap: 32px; }
  .sb-track-numbers { grid-template-columns: 1fr; }
  .sb-awards-grid { grid-template-columns: 1fr; }
  .sb-resources-grid { grid-template-columns: 1fr; }
  .sb-symptoms-list { grid-template-columns: 1fr; }
  .sb-cta-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .sb-section { padding: 72px 0; }
  .sb-hero { padding-top: 40px; }
  .sb-hero-inner { padding: 60px 24px 80px; }
  .sb-ladder { grid-template-columns: 1fr; }
  .sb-kpis-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Roboto+Condensed:wght@300;400;500;700;900&display=swap');
 
.sb-section {
  --sm-dark: #343E48;
  --sm-dark-deep: #2A323B;
  --sm-lime: #D4DA30;
  --sm-lime-dark: #B0BF25;
  --sm-blue: #406A85;
  --sm-blue-light: #5482AA;
  --sm-white: #FFFFFF;
  --sm-gray-light: #F5F5F5;
  --sm-gray-soft: #FAFAFA;
  --sm-text: #343E48;
  --sm-text-soft: #5A6470;
  --sm-text-light: #8A929C;
  --sm-border: #E5E7EB;
  --sm-font-title: 'Roboto Condensed', sans-serif;
  --sm-font-body: 'Poppins', system-ui, sans-serif;
 
  font-family: var(--sm-font-body);
  color: var(--sm-text);
  font-size: 16px;
  line-height: 1.65;
  padding: 100px 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.sb-section *, .sb-section *::before, .sb-section *::after { box-sizing: border-box; }
.sb-section h1, .sb-section h2, .sb-section h3, .sb-section h4, .sb-section h5, .sb-section h6,
.sb-section p, .sb-section ul, .sb-section li { margin: 0; padding: 0; }
 
.sb-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 24px; border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px; font-weight: 500;
  text-decoration: none; cursor: pointer; border: none;
  transition: all 0.25s; white-space: nowrap;
}
.sb-btn-primary { background: #D4DA30; color: #343E48; font-weight: 600; }
.sb-btn-primary:hover { background: #B0BF25; transform: translateY(-1px); box-shadow: 0 8px 20px -8px rgba(176,191,37,0.6); }
.sb-btn-outline-light { background: transparent; color: white; border: 1.5px solid rgba(255,255,255,0.4); }
.sb-btn-outline-light:hover { background: white; color: #343E48; border-color: white; }
.sb-btn-large { padding: 15px 30px; font-size: 15px; }
 
.sb-container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.sb-container-narrow { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
 
.sb-eyebrow {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #B0BF25; margin-bottom: 20px;
}
.sb-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05; color: #343E48;
  margin-bottom: 24px; letter-spacing: -0.01em;
  max-width: 900px;
}
.sb-title .sb-accent { color: #B0BF25; }
.sb-lead {
  font-family: 'Poppins', sans-serif;
  font-size: 17px; line-height: 1.7;
  color: #5A6470; max-width: 760px; font-weight: 400;
}
 
/* ===== HERO ===== */
.sb-hero { background: #343E48; color: white; padding: 100px 0 0; position: relative; overflow: hidden; }
.sb-hero-bg-decor { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.sb-hero-bg-decor::before { content: ''; position: absolute; top: -150px; right: -100px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle at center, rgba(212,218,48,0.08) 0%, transparent 60%); }
.sb-hero-bg-decor::after { content: ''; position: absolute; bottom: 200px; left: -100px; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle at center, rgba(84,130,170,0.08) 0%, transparent 60%); }
.sb-hero-circles { position: absolute; inset: 0; pointer-events: none; }
.sb-hero-circle { position: absolute; border-radius: 50%; opacity: 0.5; }
.sb-hero-circle:nth-child(1) { width: 14px; height: 14px; background: #D4DA30; top: 18%; right: 10%; animation: sbFloat 8s ease-in-out infinite; }
.sb-hero-circle:nth-child(2) { width: 8px; height: 8px; background: #D4DA30; top: 30%; right: 18%; animation: sbFloat 10s ease-in-out infinite reverse; }
.sb-hero-circle:nth-child(3) { width: 18px; height: 18px; background: #5482AA; top: 50%; right: 8%; animation: sbFloat 12s ease-in-out infinite; }
.sb-hero-circle:nth-child(4) { width: 10px; height: 10px; background: #D4DA30; top: 65%; right: 22%; animation: sbFloat 9s ease-in-out infinite; }
@keyframes sbFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }
.sb-hero-inner { max-width: 1280px; margin: 0 auto; padding: 0 40px 180px; position: relative; z-index: 2; }
.sb-hero-tag { display: inline-flex; align-items: center; gap: 12px; background: rgba(212,218,48,0.12); border: 1px solid rgba(212,218,48,0.3); padding: 6px 16px; border-radius: 30px; margin-bottom: 32px; font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: #D4DA30; }
.sb-hero-tag::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #D4DA30; }
.sb-hero-h1 { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: clamp(42px, 7vw, 88px); line-height: 0.98; color: white; max-width: 1100px; margin-bottom: 24px; letter-spacing: -0.015em; }
.sb-hero-h1 .sb-accent { color: #D4DA30; }
.sb-hero-subtitle { font-family: 'Poppins', sans-serif; font-size: clamp(18px, 2vw, 22px); color: rgba(255,255,255,0.85); margin-bottom: 32px; font-weight: 300; max-width: 720px; }
.sb-hero-lead { font-size: 17px; line-height: 1.7; color: rgba(255,255,255,0.72); max-width: 680px; margin-bottom: 48px; font-weight: 400; }
.sb-hero-cta { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 72px; }
.sb-hero-stats { display: flex; gap: 56px; flex-wrap: wrap; padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.15); }
.sb-hero-stat-num { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 40px; color: white; line-height: 1; letter-spacing: -0.02em; }
.sb-hero-stat-num .sb-accent { color: #D4DA30; }
.sb-hero-stat-label { font-size: 13px; color: rgba(255,255,255,0.65); margin-top: 8px; font-weight: 300; }
.sb-hero-wave { position: absolute; bottom: 0; left: 0; right: 0; line-height: 0; z-index: 1; }
.sb-hero-wave svg { display: block; width: 100%; height: 100px; }
 
/* ===== PROBLEMA ===== */
.sb-section-problem { background: #FFFFFF; }
.sb-gap-diagram { margin: 64px 0 48px; background: #FAFAFA; padding: 56px 48px; border-radius: 16px; border: 1px solid #E5E7EB; }
.sb-gap-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 24px; align-items: stretch; }
.sb-gap-node { background: white; padding: 28px 24px; border-radius: 12px; border: 1px solid #E5E7EB; transition: all 0.25s; }
.sb-gap-node:hover { border-color: #D4DA30; transform: translateY(-3px); box-shadow: 0 12px 24px -16px rgba(52,62,72,0.2); }
.sb-gap-tag { display: inline-block; background: #343E48; color: white; font-size: 10px; font-weight: 600; letter-spacing: 0.12em; padding: 5px 10px; border-radius: 4px; margin-bottom: 16px; }
.sb-gap-node-title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 22px; color: #343E48; margin-bottom: 10px; line-height: 1.2; }
.sb-gap-node-desc { font-size: 14px; line-height: 1.6; color: #5A6470; }
.sb-gap-arrow { align-self: center; position: relative; }
.sb-gap-arrow-label { position: absolute; top: -32px; left: 50%; transform: translateX(-50%); font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: #B0BF25; white-space: nowrap; font-weight: 600; }
.sb-gap-conclusion { background: #343E48; color: white; padding: 32px 40px; border-radius: 12px; margin-top: 32px; font-size: 17px; line-height: 1.6; font-weight: 400; }
.sb-gap-conclusion strong { color: #D4DA30; font-weight: 600; }
.sb-symptoms { margin-top: 56px; background: #FAFAFA; padding: 48px; border-radius: 16px; border: 1px solid #E5E7EB; }
.sb-symptoms-header { display: flex; align-items: center; gap: 16px; margin-bottom: 32px; }
.sb-symptoms-icon { width: 48px; height: 48px; border-radius: 50%; background: #D4DA30; display: flex; align-items: center; justify-content: center; color: #343E48; font-weight: 700; font-size: 22px; font-family: 'Roboto Condensed', sans-serif; }
.sb-symptoms-title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 24px; color: #343E48; }
.sb-symptoms-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 32px; }
.sb-symptoms-list li { padding: 14px 0 14px 32px; border-bottom: 1px solid #E5E7EB; color: #343E48; font-size: 15px; line-height: 1.55; position: relative; font-weight: 400; }
.sb-symptoms-list li::before { content: ''; position: absolute; left: 4px; top: 22px; width: 12px; height: 12px; border-radius: 50%; background: #D4DA30; }
 
/* ===== MÉTODO ===== */
.sb-section-method { background: #343E48; color: white; position: relative; overflow: hidden; }
.sb-section-method .sb-title { color: white; }
.sb-section-method .sb-lead { color: rgba(255,255,255,0.75); }
.sb-section-method .sb-eyebrow { color: #D4DA30; }
.sb-section-method::before { content: ''; position: absolute; top: 60px; right: -100px; width: 280px; height: 280px; border-radius: 50%; background: rgba(212,218,48,0.06); pointer-events: none; }
.sb-section-method::after { content: ''; position: absolute; bottom: 80px; left: -80px; width: 200px; height: 200px; border-radius: 50%; background: rgba(84,130,170,0.08); pointer-events: none; }
.sb-ladder { margin-top: 72px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; position: relative; z-index: 1; }
.sb-ladder-step { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 32px 24px; transition: all 0.3s; }
.sb-ladder-step:hover { transform: translateY(-6px); border-color: #D4DA30; background: rgba(212,218,48,0.08); }
.sb-ladder-num { width: 48px; height: 48px; border-radius: 50%; background: #D4DA30; color: #343E48; display: flex; align-items: center; justify-content: center; font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 20px; margin-bottom: 20px; }
.sb-ladder-title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 18px; line-height: 1.2; color: white; margin-bottom: 12px; }
.sb-ladder-desc { font-size: 13.5px; line-height: 1.55; color: rgba(255,255,255,0.7); margin-bottom: 16px; font-weight: 400; }
.sb-ladder-out { padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.15); }
.sb-ladder-out-label { font-size: 10px; font-weight: 600; color: #D4DA30; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 4px; }
.sb-ladder-out-text { font-size: 12.5px; color: rgba(255,255,255,0.85); line-height: 1.4; font-weight: 400; }
.sb-method-note { position: relative; z-index: 1; margin-top: 56px; padding: 32px 40px; background: rgba(212,218,48,0.08); border-radius: 12px; border-left: 4px solid #D4DA30; font-size: 16px; line-height: 1.65; color: white; max-width: 900px; font-weight: 400; }
.sb-method-note strong { color: #D4DA30; font-weight: 600; }
 
/* ===== PILARES ===== */
.sb-section-pillars { background: #FFFFFF; }
.sb-pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 64px; }
.sb-pillar { background: #FAFAFA; border-radius: 16px; padding: 40px 36px; border: 1px solid #E5E7EB; transition: transform 0.3s, box-shadow 0.3s; position: relative; overflow: hidden; }
.sb-pillar:hover { transform: translateY(-4px); box-shadow: 0 16px 32px -16px rgba(52,62,72,0.18); border-color: #D4DA30; }
.sb-pillar::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: #D4DA30; transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.sb-pillar:hover::before { transform: scaleX(1); }
.sb-pillar-icon { width: 56px; height: 56px; border-radius: 12px; background: #D4DA30; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; color: #343E48; }
.sb-pillar:nth-child(2) .sb-pillar-icon { background: #343E48; color: white; }
.sb-pillar:nth-child(3) .sb-pillar-icon { background: #406A85; color: white; }
.sb-pillar-title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 26px; color: #343E48; margin-bottom: 16px; line-height: 1.15; }
.sb-pillar-desc { font-size: 15px; line-height: 1.65; color: #5A6470; font-weight: 400; }
 
/* ===== OPS ===== */
.sb-section-tools { background: #FAFAFA; }
.sb-ops-block { margin-top: 64px; background: white; border-radius: 16px; padding: 56px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 56px; align-items: center; border: 1px solid #E5E7EB; position: relative; overflow: hidden; }
.sb-ops-block::before { content: ''; position: absolute; top: 0; right: 0; width: 200px; height: 200px; background: radial-gradient(circle at top right, rgba(212,218,48,0.15) 0%, transparent 60%); pointer-events: none; }
.sb-ops-visual { display: flex; align-items: center; justify-content: center; }
.sb-ops-svg { width: 100%; max-width: 300px; height: auto; }
.sb-ops-tag { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #343E48; background: #D4DA30; padding: 6px 14px; border-radius: 4px; margin-bottom: 20px; }
.sb-ops-title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 40px; color: #343E48; margin-bottom: 24px; line-height: 1.05; }
.sb-ops-item { margin-bottom: 20px; }
.sb-ops-label { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #B0BF25; margin-bottom: 6px; }
.sb-ops-text { font-size: 15px; line-height: 1.65; color: #5A6470; font-weight: 400; }
.sb-ops-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; color: #343E48; font-weight: 600; text-decoration: none; font-size: 14px; transition: gap 0.2s; padding-bottom: 4px; border-bottom: 2px solid #D4DA30; }
.sb-ops-link:hover { gap: 12px; }
 
/* ===== RESULTADOS ===== */
.sb-section-results { background: #FFFFFF; }
.sb-case-header { margin-bottom: 48px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.sb-case-pill { display: inline-flex; align-items: center; gap: 8px; background: #FAFAFA; padding: 8px 16px; border-radius: 30px; font-size: 13px; font-weight: 500; color: #343E48; border: 1px solid #E5E7EB; }
.sb-case-pill::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #D4DA30; }
.sb-kpis-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sb-kpi { background: #FAFAFA; padding: 36px 32px; border-radius: 12px; border: 1px solid #E5E7EB; transition: all 0.25s; position: relative; }
.sb-kpi:hover { transform: translateY(-3px); box-shadow: 0 12px 24px -16px rgba(52,62,72,0.2); border-color: #D4DA30; }
.sb-kpi-num { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 52px; color: #343E48; line-height: 1; margin-bottom: 12px; letter-spacing: -0.02em; }
.sb-kpi-num .sb-unit { font-size: 0.5em; font-weight: 500; margin-left: 3px; color: #B0BF25; }
.sb-kpi-num.sb-highlight { color: #B0BF25; }
.sb-kpi-label { font-size: 14px; color: #5A6470; line-height: 1.5; font-weight: 400; }
.sb-caveats { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.sb-caveat { padding: 28px 32px; border-radius: 12px; background: #FAFAFA; border-left: 4px solid #D4DA30; }
.sb-caveat.sb-no { border-left-color: #343E48; }
.sb-caveat-title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 18px; color: #343E48; margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.sb-caveat-icon { width: 22px; height: 22px; border-radius: 50%; background: #D4DA30; color: #343E48; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; }
.sb-caveat.sb-no .sb-caveat-icon { background: #343E48; color: white; }
.sb-caveat-text { font-size: 14px; line-height: 1.65; color: #5A6470; font-weight: 400; }
 
/* ===== MECANISMO ===== */
.sb-section-mechanism { background: #FAFAFA; }
.sb-mech-content { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; margin-top: 56px; align-items: center; }
.sb-mech-svg-wrap { background: white; padding: 40px; border-radius: 16px; border: 1px solid #E5E7EB; }
.sb-mech-vias { display: flex; flex-direction: column; gap: 16px; }
.sb-mech-via { padding: 20px 24px; background: white; border-radius: 12px; border-left: 4px solid #D4DA30; border-top: 1px solid #E5E7EB; border-right: 1px solid #E5E7EB; border-bottom: 1px solid #E5E7EB; transition: transform 0.25s; }
.sb-mech-via:hover { transform: translateX(4px); }
.sb-mech-via:nth-child(2) { border-left-color: #406A85; }
.sb-mech-via:nth-child(3) { border-left-color: #5482AA; }
.sb-mech-via:nth-child(4) { border-left-color: #343E48; }
.sb-mech-via-title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 17px; color: #343E48; margin-bottom: 6px; }
.sb-mech-via-desc { font-size: 13.5px; line-height: 1.6; color: #5A6470; font-weight: 400; }
 
/* ===== TRAYECTORIA ===== */
.sb-section-track { background: #343E48; color: white; }
.sb-section-track .sb-title { color: white; }
.sb-section-track .sb-lead { color: rgba(255,255,255,0.75); }
.sb-section-track .sb-eyebrow { color: #D4DA30; }
.sb-track-numbers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 64px; margin-bottom: 80px; }
.sb-track-num { padding-top: 28px; border-top: 2px solid rgba(255,255,255,0.2); }
.sb-track-num-big { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 72px; line-height: 1; color: white; letter-spacing: -0.02em; margin-bottom: 16px; }
.sb-track-num-big .sb-accent { color: #D4DA30; }
.sb-track-num-label { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.55; max-width: 240px; font-weight: 400; }
.sb-awards-title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 28px; color: white; margin-bottom: 32px; }
.sb-awards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.sb-award { padding: 28px 32px; background: rgba(255,255,255,0.06); border-radius: 12px; display: flex; gap: 24px; align-items: flex-start; border: 1px solid rgba(255,255,255,0.1); transition: all 0.25s; }
.sb-award:hover { background: rgba(212,218,48,0.08); border-color: #D4DA30; }
.sb-award-year { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 32px; color: #D4DA30; line-height: 1; flex: 0 0 auto; }
.sb-award-name { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 17px; color: white; margin-bottom: 6px; line-height: 1.3; }
.sb-award-desc { font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.65); font-weight: 400; }
 
/* ===== RECURSOS ===== */
.sb-section-resources { background: #FFFFFF; }
.sb-resources-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.sb-resource-card { background: #FAFAFA; border-radius: 16px; padding: 36px 32px; transition: all 0.3s; text-decoration: none; color: #343E48; display: flex; flex-direction: column; gap: 16px; border: 1px solid #E5E7EB; }
.sb-resource-card:hover { transform: translateY(-4px); border-color: #D4DA30; box-shadow: 0 16px 32px -16px rgba(52,62,72,0.18); }
.sb-resource-icon { width: 52px; height: 52px; border-radius: 12px; background: #D4DA30; color: #343E48; display: flex; align-items: center; justify-content: center; margin-bottom: 4px; }
.sb-resource-card:nth-child(2) .sb-resource-icon { background: #343E48; color: #D4DA30; }
.sb-resource-card:nth-child(3) .sb-resource-icon { background: #406A85; color: white; }
.sb-resource-title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 22px; color: #343E48; line-height: 1.2; }
.sb-resource-desc { font-size: 14px; line-height: 1.6; color: #5A6470; flex: 1; font-weight: 400; }
.sb-resource-link { color: #343E48; font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; padding-bottom: 4px; border-bottom: 2px solid #D4DA30; align-self: flex-start; }
 
/* ===== FAQs ===== */
.sb-section-faqs { background: #FAFAFA; }
.sb-faq-cats { margin-top: 56px; display: flex; flex-direction: column; gap: 16px; }
.sb-faq-cat { background: white; border-radius: 12px; overflow: hidden; border: 1px solid #E5E7EB; transition: all 0.2s; }
.sb-faq-cat.sb-open { box-shadow: 0 8px 24px -12px rgba(52,62,72,0.12); border-color: #D4DA30; }
.sb-faq-cat-header { padding: 24px 32px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background 0.2s; }
.sb-faq-cat.sb-open .sb-faq-cat-header { background: #FAFAFA; }
.sb-faq-cat-title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 20px; color: #343E48; display: flex; align-items: center; gap: 16px; }
.sb-faq-cat-num { width: 32px; height: 32px; border-radius: 50%; background: #D4DA30; color: #343E48; font-family: 'Roboto Condensed', sans-serif; font-size: 14px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.sb-faq-cat-toggle { font-size: 28px; color: #343E48; transition: transform 0.25s; font-weight: 300; line-height: 1; }
.sb-faq-cat.sb-open .sb-faq-cat-toggle { transform: rotate(45deg); color: #B0BF25; }
.sb-faq-cat-body { max-height: 0; overflow: hidden; transition: max-height 0.3s; }
.sb-faq-cat.sb-open .sb-faq-cat-body { max-height: 800px; }
.sb-faq-cat-body-inner { padding: 0 32px 28px; }
.sb-faq-q { padding: 16px 0; border-bottom: 1px solid #E5E7EB; color: #343E48; font-size: 15px; line-height: 1.5; cursor: pointer; display: flex; justify-content: space-between; gap: 16px; font-weight: 400; transition: color 0.2s; }
.sb-faq-q:last-child { border-bottom: none; }
.sb-faq-q:hover { color: #B0BF25; }
.sb-faq-q-arrow { color: #8A929C; flex: 0 0 auto; }
 
/* ===== CTA ===== */
.sb-section-cta { background: #343E48; color: white; padding: 120px 0; position: relative; overflow: hidden; }
.sb-section-cta::before { content: ''; position: absolute; top: -150px; right: -150px; width: 500px; height: 500px; background: radial-gradient(circle, #D4DA30 0%, transparent 60%); opacity: 0.12; pointer-events: none; }
.sb-section-cta::after { content: ''; position: absolute; bottom: -100px; left: -100px; width: 400px; height: 400px; background: radial-gradient(circle, #5482AA 0%, transparent 60%); opacity: 0.1; pointer-events: none; }
.sb-cta-inner { position: relative; z-index: 1; max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.sb-cta-title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: clamp(40px, 5.5vw, 64px); color: white; line-height: 1.05; margin-bottom: 24px; letter-spacing: -0.015em; }
.sb-cta-title .sb-accent { color: #D4DA30; }
.sb-cta-lead { font-size: 17px; line-height: 1.7; color: rgba(255,255,255,0.78); max-width: 720px; margin-bottom: 48px; font-weight: 400; }
.sb-cta-form { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.15); border-radius: 16px; padding: 40px; }
.sb-cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 28px; }
.sb-cta-field label { display: block; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #D4DA30; margin-bottom: 8px; }
.sb-cta-field input, .sb-cta-field select { width: 100%; background: transparent !important; border: none; border-bottom: 1px solid rgba(255,255,255,0.25) !important; padding: 12px 0; color: white !important; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 400; transition: border-color 0.2s; box-shadow: none !important; border-radius: 0 !important; }
.sb-cta-field input:focus, .sb-cta-field select:focus { outline: none; border-bottom-color: #D4DA30 !important; }
.sb-cta-field input::placeholder { color: rgba(255,255,255,0.4); }
.sb-cta-field-full { grid-column: 1 / -1; }
.sb-cta-field select option { color: #000; }
.sb-cta-actions { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); }
.sb-cta-direct { font-size: 14px; color: rgba(255,255,255,0.6); font-weight: 400; }
.sb-cta-direct a { color: #D4DA30; text-decoration: none; font-weight: 500; }
 
/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .sb-gap-grid { grid-template-columns: 1fr; gap: 16px; }
  .sb-gap-arrow { transform: rotate(90deg); margin: 0 auto; }
  .sb-gap-arrow-label { display: none; }
  .sb-ladder { grid-template-columns: repeat(2, 1fr); }
  .sb-pillars-grid { grid-template-columns: 1fr; }
  .sb-ops-block { grid-template-columns: 1fr; padding: 40px; gap: 32px; }
  .sb-kpis-grid { grid-template-columns: 1fr 1fr; }
  .sb-caveats { grid-template-columns: 1fr; }
  .sb-mech-content { grid-template-columns: 1fr; gap: 32px; }
  .sb-track-numbers { grid-template-columns: 1fr; }
  .sb-awards-grid { grid-template-columns: 1fr; }
  .sb-resources-grid { grid-template-columns: 1fr; }
  .sb-symptoms-list { grid-template-columns: 1fr; }
  .sb-cta-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .sb-section { padding: 72px 0; }
  .sb-hero { padding-top: 60px; }
  .sb-hero-inner { padding-bottom: 120px; }
  .sb-ladder { grid-template-columns: 1fr; }
  .sb-kpis-grid { grid-template-columns: 1fr; }
}/* End custom CSS */