
:root{
  --bg:#020714;--bg2:#061126;--panel:#0a1d35;--text:#f8fafc;--muted:#a8bad0;
  --blue:#2196f3;--violet:#9c27b0;--cyan:#15c3ea;--green:#4caf50;
  --line:rgba(91,166,255,.22);--container:min(1380px,calc(100% - 44px))
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Manrope,Arial,sans-serif;background:var(--bg);color:var(--text)}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
.container{width:var(--container);margin:auto}
.topbar{background:#010916;border-bottom:1px solid rgba(255,255,255,.08)}
.topbar-inner{min-height:42px;display:flex;align-items:center;gap:28px;font-size:14px;color:#d8e5f4}
.site-header{position:sticky;top:0;z-index:50;background:rgba(2,9,20,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav-wrap{min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:16px}
.brand img{width:96px;height:78px;object-fit:contain}
.brand-copy strong,.brand-copy span,.brand-copy small{display:block}
.brand-copy strong{font-size:25px}
.brand-copy span{font-size:15px;letter-spacing:.18em}
.brand-copy small{font-size:12px;color:#c4d1e0;margin-top:6px}
.site-nav{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:800}
.site-nav a{padding:16px 0}
.site-nav a.active{color:var(--cyan);border-bottom:2px solid var(--cyan)}
.nav-cta{padding:16px 22px!important;border-radius:999px;background:linear-gradient(90deg,#148ff2,#9329e5)}
.menu-toggle{display:none;border:0;background:transparent;color:#fff;font-size:30px}
.page-hero{
  position:relative;min-height:410px;display:flex;align-items:center;overflow:hidden;
  background:#061126
}
.page-hero::before{
  content:"";position:absolute;inset:0;
  background-image:
    linear-gradient(90deg,rgba(2,7,20,.96),rgba(2,7,20,.75),rgba(2,7,20,.30)),
    url('../img/hero-secondary-v30.png');
  background-size:cover;background-position:center 35%;filter:saturate(1.04)
}
.page-hero .container{position:relative;z-index:2}
.page-hero h1{font-size:clamp(46px,5.5vw,76px);margin:0 0 14px;letter-spacing:-.04em}
.page-hero p{max-width:760px;color:#c4d4e5;font-size:18px;line-height:1.7}
.section{padding:88px 0}
.section.light{background:#f5f8fc;color:#0b1930}
.cards-2,.cards-3{display:grid;gap:22px}
.cards-2{grid-template-columns:repeat(2,1fr)}
.cards-3{grid-template-columns:repeat(3,1fr)}
.info-card{
  background:#fff;border:1px solid #dce5ef;border-radius:20px;padding:30px;
  box-shadow:0 18px 44px rgba(17,39,68,.08)
}
.info-card.dark-card{background:linear-gradient(145deg,#07152a,#0d2646);color:#fff;border-color:rgba(116,178,255,.18)}
.info-card h3{font-size:22px;margin:0 0 12px}
.info-card p{margin:0;color:#5b6d82;line-height:1.75}
.dark-card p{color:#c9d8ea}
.section-heading{max-width:850px;margin-bottom:36px}
.section-tag{color:#177fbd;font-size:13px;letter-spacing:.12em;font-weight:800}
.section h2{font-size:clamp(34px,4vw,58px);line-height:1.06;margin:12px 0}
.lead{font-size:18px;line-height:1.7;color:#64748b}
.contact-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:26px}
.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.contact-form .full{grid-column:1/-1}
.contact-form input,.contact-form textarea,.contact-form select{
  width:100%;border:1px solid #d5dfeb;border-radius:12px;padding:14px;background:#fff;color:#102033
}
.contact-form textarea{min-height:150px}
.contact-form button{grid-column:1/-1;border:0;border-radius:999px;padding:16px;color:#fff;font-weight:800;background:linear-gradient(90deg,#148ff3,#9c27e7)}
.form-note{grid-column:1/-1;color:#64748b;font-size:13px}
.footer{background:#020915;border-top:1px solid rgba(255,255,255,.08);padding:58px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .8fr;gap:40px}
.footer-brand{display:flex;align-items:center;gap:12px}
.footer-brand img{width:68px}
.footer-brand strong,.footer-brand span{display:block}
.footer-brand span{font-size:12px;letter-spacing:.16em}
.footer p{color:#9fb1c7;line-height:1.7}
.footer h4{margin-top:0}
.footer-grid>div>a,.footer-grid>div>span{display:block;color:#b9c9db;margin:10px 0}
.footer-bottom{margin-top:34px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;color:#7f93aa;font-size:13px}
.floating-whatsapp{position:fixed;left:22px;bottom:22px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-size:28px;z-index:80}
.chat-launcher{position:fixed;right:22px;bottom:22px;z-index:81;border:0;border-radius:999px;background:linear-gradient(90deg,#148ff2,#9a2ce5);color:#fff;padding:12px 18px;display:flex;align-items:center;gap:8px;font-weight:800}
.chat-launcher img{width:28px;height:28px;object-fit:contain}
.chat-panel{position:fixed;right:22px;bottom:22px;width:360px;height:520px;border:1px solid #294c75;border-radius:18px;overflow:hidden;background:#f8fafc;color:#0b1830;z-index:82;box-shadow:0 26px 65px rgba(0,0,0,.45);display:none}
.chat-panel.open{display:block}
.chat-header{height:70px;background:#06162c;color:#fff;display:flex;align-items:center;gap:12px;padding:12px 16px}
.chat-header img{width:42px;height:42px;object-fit:contain}
.chat-header strong,.chat-header span{display:block}
.chat-header span{font-size:12px;color:#b7c8da}
.chat-header i{display:inline-block;width:8px;height:8px;background:var(--green);border-radius:50%;margin-right:4px}
.chat-close{margin-left:auto;border:0;background:transparent;color:#fff;font-size:28px}
.chat-body{height:390px;overflow:auto;padding:16px;background:#eef3f8}
.chat-bubble{max-width:88%;padding:12px 14px;border-radius:14px;margin-bottom:12px;line-height:1.45;font-size:14px}
.chat-bubble.bot{background:#dce8f7}
.chat-bubble.user{margin-left:auto;background:linear-gradient(135deg,#1755c6,#8c27dc);color:#fff}
.chat-options{display:grid;gap:8px}
.chat-options button{border:1px solid #2d7fe8;background:#fff;color:#1151a9;border-radius:9px;padding:9px}
.chat-form{height:60px;display:flex;padding:9px;background:#fff;border-top:1px solid #d5e0eb}
.chat-form input{flex:1;border:0;background:#edf2f7;border-radius:999px;padding:0 14px;outline:none}
.chat-form button{width:42px;height:42px;border-radius:50%;border:0;background:#1555ca;color:#fff;margin-left:8px}
@media(max-width:920px){
  :root{--container:min(100% - 28px,760px)}
  .topbar-inner{flex-wrap:wrap;padding:8px 0;gap:8px 18px}
  .nav-wrap{min-height:86px}
  .brand img{width:68px;height:58px}
  .brand-copy small{display:none}
  .menu-toggle{display:block}
  .site-nav{display:none;position:absolute;left:14px;right:14px;top:84px;flex-direction:column;align-items:stretch;background:#071529;border:1px solid #234d7b;border-radius:16px;padding:14px}
  .site-nav.open{display:flex}
  .site-nav a{padding:13px}
  .nav-cta{text-align:center}
  .cards-2,.cards-3,.contact-layout,.footer-grid{grid-template-columns:1fr}
  .contact-form{grid-template-columns:1fr}
  .contact-form .full{grid-column:auto}
  .chat-panel{width:min(360px,calc(100% - 28px));right:14px;bottom:14px}
}


/* Tarjeta corporativa visible y correctamente escalada */
.contact-layout .info-card img[src*="contact-card"]{
  width:100%;
  max-width:100%;
  height:auto;
  display:block;
  object-fit:contain;
  background:#fff;
  border-radius:14px;
  margin-bottom:22px;
}


/* =========================================================
   V6 · COHERENCIA VISUAL ENTRE PORTADA Y PÁGINAS INTERNAS
   ========================================================= */

/* Cabecera interna ajustada a la misma escala visual de la portada */
.topbar{
  min-height:42px;
}
.topbar-inner{
  min-height:42px;
  font-size:14px;
}
.site-header{
  background:#020915;
}
.nav-wrap{
  min-height:110px;
}
.brand{
  min-width:400px;
}
.brand img{
  width:98px;
  height:82px;
}
.brand-copy strong{
  font-size:28px;
  line-height:1;
  letter-spacing:.01em;
}
.brand-copy span{
  font-size:16px;
  letter-spacing:.18em;
  margin-top:5px;
}
.brand-copy small{
  font-size:12px;
  margin-top:7px;
}
.site-nav{
  gap:30px;
  font-size:14px;
}
.site-nav a{
  padding:18px 0;
}
.nav-cta{
  padding:17px 24px!important;
}

/* Hero interno: misma familia, peso y jerarquía visual */
.page-hero{
  min-height:430px;
}
.page-hero h1{
  font-family:Manrope,Arial,sans-serif;
  font-size:clamp(48px,4.6vw,72px);
  font-weight:800;
  line-height:1.02;
  letter-spacing:-.04em;
  margin:0 0 18px;
}
.page-hero p{
  font-family:Manrope,Arial,sans-serif;
  font-size:18px;
  line-height:1.65;
  max-width:760px;
  color:#d0dbea;
}

/* Secciones internas: tipografía y escala coherentes */
.section{
  padding:82px 0;
}
.section-tag{
  font-size:13px;
  letter-spacing:.12em;
}
.section h2{
  font-family:Manrope,Arial,sans-serif;
  font-size:clamp(38px,3.8vw,58px);
  line-height:1.06;
  letter-spacing:-.035em;
}
.lead{
  font-size:18px;
  line-height:1.7;
}
.info-card h3{
  font-size:22px;
}
.info-card p{
  font-size:16px;
  line-height:1.72;
}

/* Orden visual y alineación del menú */
.site-nav a:nth-child(1){order:1}
.site-nav a:nth-child(2){order:2}
.site-nav a:nth-child(3){order:3}
.site-nav a:nth-child(4){order:4}
.site-nav a:nth-child(5){order:5}
.site-nav a:nth-child(6){order:6}
.site-nav a.nav-cta{order:7}

/* Tablet */
@media(max-width:1180px){
  .brand{min-width:330px}
  .brand-copy strong{font-size:23px}
  .brand-copy span{font-size:13px}
  .site-nav{gap:18px}
}
@media(max-width:920px){
  .brand{min-width:auto}
  .nav-wrap{min-height:88px}
  .brand img{width:68px;height:58px}
  .brand-copy strong{font-size:18px}
  .brand-copy span{font-size:11px}
  .site-nav{gap:0}
}


/* V9: hero limpio común en todas las páginas internas */
.page-hero::before{
  background-image:
    linear-gradient(90deg,rgba(2,7,20,.97) 0%,rgba(2,7,20,.80) 46%,rgba(2,7,20,.26) 100%),
    url('../img/hero-secondary-v30.png') !important;
  background-size:cover !important;
  background-position:center !important;
}

/* V15: alineacion uniforme de cabeceras y navegacion interna */
@media(min-width:921px){
  .topbar,
  .site-header{
    width:100%;
  }

  .topbar-inner{
    min-height:42px;
    display:flex;
    align-items:center;
    gap:clamp(18px,2.2vw,32px);
    white-space:nowrap;
    overflow:hidden;
  }

  .topbar-inner a,
  .topbar-inner span{
    display:inline-flex;
    align-items:center;
    line-height:1;
  }

  .nav-wrap{
    min-height:104px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:clamp(18px,2vw,34px);
  }

  .brand{
    min-width:360px;
    flex:0 0 auto;
  }

  .site-nav{
    flex:1 1 auto;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:clamp(14px,1.45vw,26px);
    white-space:nowrap;
  }

  .site-nav a{
    position:relative;
    display:inline-flex;
    align-items:center;
    min-height:44px;
    padding:0;
    border-bottom:0;
    line-height:1;
  }

  .site-nav a.active{
    border-bottom:0;
  }

  .site-nav a.active::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-9px;
    height:2px;
    background:var(--cyan);
    border-radius:999px;
  }

  .nav-cta{
    min-height:48px;
    padding:0 22px!important;
    flex:0 0 auto;
  }
}

@media(min-width:921px) and (max-width:1240px){
  .brand{
    min-width:300px;
  }

  .brand img{
    width:78px;
    height:66px;
  }

  .brand-copy strong{
    font-size:22px;
  }

  .brand-copy span{
    font-size:12px;
  }

  .brand-copy small{
    font-size:11px;
  }

  .site-nav{
    gap:12px;
    font-size:13px;
  }

  .nav-cta{
    padding:0 16px!important;
  }
}

/* V16: barra superior homologada con la portada */
.topbar{
  background:#010712;
  border-bottom:1px solid rgba(112,153,205,.18);
}

.topbar-inner{
  min-height:44px;
  display:flex;
  align-items:center;
  gap:0;
  font-family:Manrope,Arial,sans-serif;
  font-size:16px;
  font-weight:700;
  line-height:1;
  color:#eef4fb;
}

.topbar-inner a,
.topbar-inner span{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  color:#eef4fb;
  white-space:nowrap;
}

.topbar-inner a:not(:first-child),
.topbar-inner span:not(:first-child){
  margin-left:18px;
  padding-left:22px;
  border-left:1px solid rgba(107,137,180,.45);
}

.topbar-inner a::first-letter,
.topbar-inner span::first-letter{
  color:#087cff;
}

.topbar-inner a:hover{
  color:#ffffff;
}

@media(max-width:920px){
  .topbar-inner{
    min-height:auto;
    gap:8px 16px;
    padding:9px 0;
    font-size:13px;
    line-height:1.25;
  }

  .topbar-inner a,
  .topbar-inner span{
    min-height:0;
  }

  .topbar-inner a:not(:first-child),
  .topbar-inner span:not(:first-child){
    margin-left:0;
    padding-left:0;
    border-left:0;
  }
}

/* V17: coincidencia fina con la barra superior dibujada en Inicio */
.topbar{
  background:#010711;
  border-bottom:1px solid rgba(64,92,130,.32);
}

.topbar-inner{
  min-height:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:0;
  font-family:Manrope,Arial,sans-serif;
  font-size:14px;
  font-weight:600;
  letter-spacing:0;
  line-height:1;
  color:#d7dbe2;
}

.topbar-link{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#d7dbe2;
  white-space:nowrap;
}

.topbar-inner .topbar-link::first-letter{
  color:inherit;
}

.topbar-link + .topbar-link{
  margin-left:22px;
  padding-left:22px;
  border-left:1px solid rgba(102,128,166,.46);
}

.topbar-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:16px;
  min-width:16px;
  color:#087cff;
  font-size:15px;
  font-weight:800;
  line-height:1;
}

.topbar-link:hover{
  color:#f6f8fb;
}

@media(min-width:921px){
  .topbar-inner a,
  .topbar-inner span{
    min-height:0;
  }

  .topbar-inner a:not(:first-child),
  .topbar-inner span:not(:first-child){
    margin-left:0;
    padding-left:0;
    border-left:0;
  }

  .topbar-inner .topbar-link + .topbar-link{
    margin-left:22px;
    padding-left:22px;
    border-left:1px solid rgba(102,128,166,.46);
  }
}

@media(max-width:920px){
  .topbar-inner{
    height:auto;
    min-height:42px;
    font-size:13px;
    font-weight:600;
  }

  .topbar-link{
    min-height:0;
  }

  .topbar-link + .topbar-link{
    margin-left:0;
    padding-left:0;
    border-left:0;
  }
}

/* V18: marca y cabecera secundaria homologadas con Inicio */
.site-header{
  background:#020914;
  border-bottom:1px solid rgba(74,99,137,.26);
}

.nav-wrap{
  min-height:128px;
}

.brand-home{
  min-width:430px;
  width:430px;
  display:flex;
  align-items:center;
  gap:0;
}

.brand-home .brand-logo-full{
  width:420px;
  height:auto;
  max-width:none;
  object-fit:contain;
}

.topbar{
  background:#010711;
}

.topbar-inner{
  height:42px;
  min-height:42px;
  font-size:14px;
  font-weight:600;
  color:#d8dbe1;
}

.topbar-link{
  gap:10px;
  color:#d8dbe1;
}

.topbar-icon{
  width:16px;
  height:16px;
  min-width:16px;
  color:#087cff;
  fill:none;
  stroke:currentColor;
  stroke-width:2.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.site-nav{
  font-size:14px;
  font-weight:800;
}

@media(min-width:921px) and (max-width:1240px){
  .brand-home{
    min-width:340px;
    width:340px;
  }

  .brand-home .brand-logo-full{
    width:330px;
  }
}

@media(max-width:920px){
  .nav-wrap{
    min-height:92px;
  }

  .brand-home{
    min-width:250px;
    width:250px;
  }

  .brand-home .brand-logo-full{
    width:240px;
  }
}

.footer-brand-home img{
  width:260px;
  height:auto;
  max-width:100%;
  object-fit:contain;
}

/* V19: logo nítido, texto bold y colorimetría integral */
.brand-crisp{
  display:flex;
  align-items:center;
  gap:18px;
  color:#fff;
  text-decoration:none;
}

.brand-crisp .brand-mark{
  width:118px;
  height:88px;
  object-fit:contain;
  flex:0 0 auto;
}

.brand-crisp .brand-text{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
}

.brand-crisp .brand-text strong{
  display:block;
  font-size:34px;
  font-weight:800;
  line-height:.95;
  letter-spacing:.01em;
  color:#ffffff;
}

.brand-crisp .brand-text span{
  display:block;
  margin-top:8px;
  font-size:18px;
  font-weight:800;
  line-height:1;
  letter-spacing:.22em;
  color:#e5e8ee;
}

.brand-crisp .brand-text small{
  display:block;
  margin-top:12px;
  font-size:15px;
  font-weight:800;
  line-height:1.15;
  letter-spacing:0;
  color:#e8edf4;
}

.brand-home{
  min-width:520px;
  width:520px;
}

.brand-home .brand-logo-full{
  display:none;
}

.footer-brand-home{
  align-items:center;
}

.footer-brand-home img.brand-mark{
  width:78px;
  height:58px;
}

.footer-brand-home .brand-text strong{
  font-size:22px;
}

.footer-brand-home .brand-text span{
  font-size:11px;
  margin-top:6px;
}

.footer-brand-home .brand-text small{
  font-size:11px;
  margin-top:7px;
}

.page-hero::before{
  filter:saturate(.88) brightness(.86) !important;
}

@media(min-width:921px) and (max-width:1240px){
  .brand-home{
    min-width:410px;
    width:410px;
  }

  .brand-crisp{
    gap:14px;
  }

  .brand-crisp .brand-mark{
    width:92px;
    height:68px;
  }

  .brand-crisp .brand-text strong{
    font-size:27px;
  }

  .brand-crisp .brand-text span{
    font-size:14px;
  }

  .brand-crisp .brand-text small{
    font-size:12px;
  }
}

@media(max-width:920px){
  .brand-home{
    min-width:270px;
    width:270px;
  }

  .brand-crisp{
    gap:10px;
  }

  .brand-crisp .brand-mark{
    width:62px;
    height:46px;
  }

  .brand-crisp .brand-text strong{
    font-size:18px;
  }

  .brand-crisp .brand-text span{
    margin-top:5px;
    font-size:10px;
    letter-spacing:.18em;
  }

  .brand-crisp .brand-text small{
    display:none;
  }
}

/* V20: proporciones finales de marca sin cortes */
.nav-wrap{
  min-height:112px;
}

.brand-home{
  min-width:455px;
  width:455px;
}

.brand-crisp{
  gap:16px;
}

.brand-crisp .brand-mark{
  width:104px;
  height:82px;
  object-fit:contain;
  object-position:center;
}

.brand-crisp .brand-text strong{
  font-size:30px;
  line-height:.96;
  white-space:nowrap;
}

.brand-crisp .brand-text span{
  margin-top:7px;
  font-size:15px;
  letter-spacing:.21em;
  white-space:nowrap;
}

.brand-crisp .brand-text small{
  margin-top:9px;
  font-size:13px;
  line-height:1.1;
  white-space:nowrap;
}

.footer-brand-home img.brand-mark{
  width:70px;
  height:54px;
}

.footer-brand-home .brand-text strong{
  font-size:20px;
}

.footer-brand-home .brand-text span{
  font-size:10px;
}

.footer-brand-home .brand-text small{
  font-size:10px;
}

@media(min-width:921px) and (max-width:1240px){
  .brand-home{
    min-width:360px;
    width:360px;
  }

  .brand-crisp .brand-mark{
    width:82px;
    height:64px;
  }

  .brand-crisp .brand-text strong{
    font-size:24px;
  }

  .brand-crisp .brand-text span{
    font-size:12px;
  }

  .brand-crisp .brand-text small{
    font-size:11px;
  }
}

@media(max-width:920px){
  .nav-wrap{
    min-height:86px;
  }

  .brand-home{
    min-width:250px;
    width:250px;
  }

  .brand-crisp .brand-mark{
    width:64px;
    height:50px;
  }
}

/* V22: evitar cortes de marca y mejorar respuesta tablet/movil */
.brand-crisp{
  display:grid;
  grid-template-columns:116px max-content;
  align-items:center;
  column-gap:18px;
  overflow:visible;
}

.brand-crisp .brand-mark{
  display:block;
  grid-column:1;
  justify-self:center;
  align-self:center;
  width:116px;
  height:84px;
  object-fit:contain;
  object-position:center;
  overflow:visible;
}

.brand-crisp .brand-text{
  grid-column:2;
  overflow:visible;
  min-width:max-content;
}

.brand-crisp .brand-text small{
  max-width:none;
  overflow:visible;
  text-overflow:clip;
}

.brand-home{
  min-width:520px;
  width:520px;
}

.nav-wrap{
  gap:clamp(18px,2.2vw,40px);
}

.site-nav{
  flex:1 1 auto;
  min-width:0;
}

@media(min-width:921px) and (max-width:1320px){
  :root{--container:min(100% - 32px,1280px)}

  .brand-home{
    min-width:430px;
    width:430px;
  }

  .brand-crisp .brand-mark{
    width:94px;
    height:70px;
  }

  .brand-crisp .brand-text strong{
    font-size:25px;
  }

  .brand-crisp .brand-text span{
    font-size:12px;
  }

  .brand-crisp .brand-text small{
    font-size:11px;
  }

  .site-nav{
    gap:clamp(10px,1vw,16px);
    font-size:13px;
  }

  .nav-cta{
    padding:0 14px!important;
  }
}

@media(max-width:920px){
  .topbar-inner{
    flex-wrap:wrap;
  }

  .brand-crisp .brand-text{
    min-width:0;
  }

  .brand-crisp .brand-text strong,
  .brand-crisp .brand-text span{
    white-space:nowrap;
  }

  .page-hero{
    min-height:360px;
  }

  .page-hero h1{
    font-size:clamp(40px,11vw,62px);
    letter-spacing:0;
  }

  .section{
    padding:54px 0;
  }

  .info-card{
    border-radius:14px;
    padding:24px;
  }

  .chat-launcher{
    right:14px;
    bottom:14px;
    max-width:calc(100% - 92px);
  }
}

@media(max-width:560px){
  :root{--container:calc(100% - 24px)}

  .topbar{
    display:none;
  }

  .nav-wrap{
    min-height:78px;
  }

  .brand-home{
    min-width:250px;
    width:250px;
  }

  .brand-crisp .brand-mark{
    width:62px;
    height:48px;
  }

  .brand-crisp .brand-text strong{
    font-size:16px;
  }

  .brand-crisp .brand-text span{
    font-size:9px;
    letter-spacing:.15em;
  }

  .site-nav{
    top:74px;
  }

  .page-hero{
    min-height:320px;
  }

  .footer-bottom{
    flex-direction:column;
    gap:8px;
  }
}

/* V28: cintillo secundario homologado con Inicio y marca sin eslogan invasivo */
.topbar{
  background:#020711!important;
  border-bottom:1px solid rgba(105,128,160,.22)!important;
}

.topbar-inner{
  height:42px!important;
  min-height:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
  overflow:hidden!important;
  color:#d7dbe2!important;
  font-size:14px!important;
  font-weight:700!important;
}

.topbar-contact{
  display:flex!important;
  align-items:center!important;
  min-width:0!important;
  overflow:hidden!important;
}

.topbar-link{
  height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
  margin:0!important;
  padding:0 22px!important;
  border-right:0!important;
  border-left:1px solid rgba(102,128,166,.42)!important;
  color:#d7dbe2!important;
  line-height:1!important;
  white-space:nowrap!important;
}

.topbar-link:first-child{
  border-left:0!important;
  padding-left:0!important;
}

.topbar-link::before{
  content:none!important;
}

.topbar-symbol{
  display:inline-flex!important;
  width:18px!important;
  min-width:18px!important;
  align-items:center!important;
  justify-content:center!important;
  color:#087cff!important;
  font-size:15px!important;
  line-height:1!important;
  font-weight:800!important;
}

.topbar-social{
  margin-left:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:18px!important;
  color:#f3f5f8!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1!important;
  white-space:nowrap!important;
}

.site-header{
  background:#020711!important;
}

.nav-wrap{
  min-height:104px!important;
  gap:28px!important;
}

.site-header .brand-home.brand-crisp,
.site-header .brand-crisp{
  flex:0 0 auto!important;
  min-width:0!important;
  width:360px!important;
  max-width:360px!important;
  gap:14px!important;
}

.site-header .brand-crisp .brand-mark,
.site-header .brand-crisp img.brand-mark{
  width:76px!important;
  height:58px!important;
  flex:0 0 76px!important;
}

.site-header .brand-crisp .brand-text{
  min-width:0!important;
  max-width:270px!important;
}

.site-header .brand-crisp .brand-text strong{
  font-size:23px!important;
  line-height:1!important;
  font-weight:800!important;
}

.site-header .brand-crisp .brand-text span{
  margin-top:6px!important;
  font-size:11px!important;
  line-height:1!important;
  letter-spacing:.17em!important;
  font-weight:800!important;
}

.site-header .brand-crisp .brand-text small{
  display:none!important;
}

.site-header .site-nav{
  flex:1 1 auto!important;
  justify-content:flex-end!important;
  gap:clamp(16px,1.4vw,26px)!important;
  font-size:14px!important;
}

.site-header .nav-cta{
  flex:0 0 auto!important;
  min-width:230px!important;
  min-height:54px!important;
  padding:0 24px!important;
}

@media(min-width:981px) and (max-width:1380px){
  .site-header .brand-home.brand-crisp,
  .site-header .brand-crisp{
    width:310px!important;
    max-width:310px!important;
  }

  .site-header .brand-crisp .brand-mark,
  .site-header .brand-crisp img.brand-mark{
    width:64px!important;
    height:50px!important;
    flex-basis:64px!important;
  }

  .site-header .brand-crisp .brand-text strong{
    font-size:20px!important;
  }

  .site-header .brand-crisp .brand-text span{
    font-size:9px!important;
  }

  .site-header .site-nav{
    gap:12px!important;
    font-size:12px!important;
  }

  .site-header .nav-cta{
    min-width:200px!important;
    padding:0 18px!important;
  }
}

@media(max-width:980px){
  .topbar{
    display:none!important;
  }

  .site-header .brand-home.brand-crisp,
  .site-header .brand-crisp{
    width:auto!important;
    max-width:calc(100% - 54px)!important;
  }

  .site-header .brand-crisp .brand-text small{
    display:none!important;
  }
}

/* V30 ABSOLUTO: capa final de homogeneidad visual */
:root{
  --bg:#020714;
  --bg2:#061126;
  --panel:#07172d;
  --text:#f4f7fb;
  --muted:#a9b7c8;
  --blue:#176ef3;
  --violet:#9829dd;
  --cyan:#129bd3;
  --green:#35c764;
  --line:rgba(88,132,180,.20);
}

body,
.topbar,
.site-header,
.footer{
  background:#020714!important;
}

.topbar,
.site-header,
.footer{
  border-color:rgba(105,128,160,.18)!important;
}

.topbar-inner,
.site-nav,
.brand-crisp .brand-text strong,
.brand-crisp .brand-text span{
  color:rgba(246,248,251,.88)!important;
}

.topbar-link{
  color:rgba(215,219,226,.88)!important;
  border-left-color:rgba(102,128,166,.34)!important;
}

.topbar-symbol,
.site-nav a.active{
  color:#0b87d4!important;
}

.site-nav a.active{
  border-bottom-color:#0b87d4!important;
}

.nav-cta,
.chat-launcher,
.contact-form button{
  background:linear-gradient(90deg,#176ef3,#9829dd)!important;
}

.page-hero{
  min-height:420px!important;
  background:#020714!important;
}

.page-hero::before{
  background-image:
    linear-gradient(90deg, rgba(2,7,20,.96) 0%, rgba(2,7,20,.82) 42%, rgba(2,7,20,.48) 100%),
    url("../img/hero-secondary-v30.png")!important;
  background-size:cover!important;
  background-position:center 42%!important;
  filter:saturate(.58) brightness(.82) contrast(.90)!important;
}

.page-hero::after{
  background:
    radial-gradient(circle at 72% 42%, rgba(23,110,243,.10), transparent 34%),
    linear-gradient(180deg, rgba(2,7,20,.18), rgba(2,7,20,.64))!important;
}

.page-hero h1{
  color:rgba(255,255,255,.94)!important;
  text-shadow:0 2px 18px rgba(0,0,0,.28)!important;
}

.page-hero p{
  color:rgba(218,226,236,.88)!important;
}

.section.light{
  background:#eef3f8!important;
  color:#0b1930!important;
}

.info-card{
  background:#f8fbff!important;
  border-color:#d9e3ee!important;
  border-radius:16px!important;
  box-shadow:0 16px 38px rgba(17,39,68,.07)!important;
}

.info-card.dark-card{
  background:linear-gradient(145deg,#07162b,#0b2442)!important;
  border-color:rgba(86,139,202,.20)!important;
}

.info-card h3{
  color:#0b1930!important;
}

.dark-card h3{
  color:#fff!important;
}

.info-card p{
  color:#607184!important;
}

.dark-card p{
  color:#cbd8e7!important;
}

@media(max-width:980px){
  .page-hero{
    min-height:350px!important;
  }
}

/* V30 FINAL: tonalidad y resolucion homogénea entre Inicio y páginas internas */
:root{
  --bg:#020714;
  --bg2:#061126;
  --panel:#07172d;
  --text:#f4f7fb;
  --muted:#a9b7c8;
  --blue:#176ef3;
  --violet:#9829dd;
  --cyan:#129bd3;
  --green:#35c764;
  --line:rgba(88,132,180,.20);
}

body{
  background:#020714!important;
}

.topbar,
.site-header{
  background:#020714!important;
  border-color:rgba(105,128,160,.18)!important;
}

.topbar-inner,
.site-nav,
.brand-crisp .brand-text strong,
.brand-crisp .brand-text span{
  color:rgba(246,248,251,.88)!important;
}

.topbar-link{
  color:rgba(215,219,226,.88)!important;
  border-left-color:rgba(102,128,166,.34)!important;
}

.topbar-symbol,
.site-nav a.active{
  color:#0b87d4!important;
}

.site-nav a.active{
  border-bottom-color:#0b87d4!important;
}

.nav-cta,
.chat-launcher,
.contact-form button{
  background:linear-gradient(90deg,#176ef3,#9829dd)!important;
}

.page-hero{
  min-height:420px!important;
  background:#020714!important;
}

.page-hero::before{
  background-image:
    linear-gradient(90deg, rgba(2,7,20,.96) 0%, rgba(2,7,20,.82) 42%, rgba(2,7,20,.48) 100%),
    url("../img/hero-secondary-v30.png")!important;
  background-size:cover!important;
  background-position:center 42%!important;
  filter:saturate(.58) brightness(.82) contrast(.90)!important;
}

.page-hero::after{
  background:
    radial-gradient(circle at 72% 42%, rgba(23,110,243,.10), transparent 34%),
    linear-gradient(180deg, rgba(2,7,20,.18), rgba(2,7,20,.64))!important;
}

.page-hero h1{
  color:rgba(255,255,255,.94)!important;
  text-shadow:0 2px 18px rgba(0,0,0,.28)!important;
}

.page-hero p{
  color:rgba(218,226,236,.88)!important;
}

.section.light{
  background:#eef3f8!important;
  color:#0b1930!important;
}

.info-card{
  background:#f8fbff!important;
  border-color:#d9e3ee!important;
  border-radius:16px!important;
  box-shadow:0 16px 38px rgba(17,39,68,.07)!important;
}

.info-card.dark-card{
  background:linear-gradient(145deg,#07162b,#0b2442)!important;
  border-color:rgba(86,139,202,.20)!important;
}

.info-card h3{
  color:#0b1930!important;
}

.dark-card h3{
  color:#fff!important;
}

.info-card p{
  color:#607184!important;
}

.dark-card p{
  color:#cbd8e7!important;
}

.footer{
  background:#020714!important;
  border-top-color:rgba(105,128,160,.18)!important;
}

@media(max-width:980px){
  .page-hero{
    min-height:350px!important;
  }

  .section.light{
    background:#eef3f8!important;
  }
}

/* V23: isotipo separado y centrado para evitar cortes */
.footer-brand-home{
  grid-template-columns:74px max-content;
  column-gap:14px;
}

.footer-brand-home img.brand-mark,
.footer-brand-home .brand-mark{
  width:74px;
  height:56px;
  object-fit:contain;
  object-position:center;
}

@media(min-width:921px) and (max-width:1320px){
  .brand-crisp{
    grid-template-columns:94px max-content;
    column-gap:14px;
  }
}

@media(max-width:920px){
  .brand-crisp{
    grid-template-columns:62px max-content;
    column-gap:10px;
  }
}

/* V27: saneamiento final para hosting y dispositivos moviles */
svg.topbar-icon{
  display:none!important;
}

.topbar{
  display:block;
  background:#020711;
  border-bottom:1px solid rgba(120,160,210,.16);
  overflow:hidden;
}

.topbar-inner{
  min-height:40px!important;
  height:40px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:0!important;
  flex-wrap:nowrap!important;
  overflow:hidden!important;
  color:#d9dee7!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1!important;
}

.topbar-link{
  min-width:0!important;
  height:40px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:0 20px 0 0!important;
  margin-right:18px!important;
  color:#d9dee7!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  border-right:1px solid rgba(120,160,210,.28);
}

.topbar-link:last-of-type{
  border-right:0;
}

.topbar-link::before{
  width:18px;
  flex:0 0 18px;
  color:#087cff;
  font-size:15px;
  line-height:1;
  text-align:center;
}

.topbar-phone::before{content:"☎";}
.topbar-mail::before{content:"✉";}
.topbar-map::before{content:"⌖";}

.site-header{
  position:sticky;
  top:0;
  z-index:70;
  background:#020711!important;
  border-bottom:1px solid rgba(120,160,210,.16);
}

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

.brand-home.brand-crisp,
.brand-crisp{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:14px!important;
  width:auto!important;
  min-width:360px!important;
  max-width:460px!important;
  overflow:visible!important;
  text-decoration:none!important;
}

.brand-crisp .brand-mark,
.brand-crisp img.brand-mark{
  display:block!important;
  width:78px!important;
  height:58px!important;
  flex:0 0 78px!important;
  object-fit:contain!important;
  object-position:center!important;
}

.brand-crisp .brand-text{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-width:0!important;
  max-width:360px!important;
  overflow:visible!important;
}

.brand-crisp .brand-text strong{
  display:block!important;
  color:#fff!important;
  font-size:24px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
}

.brand-crisp .brand-text span{
  display:block!important;
  margin-top:5px!important;
  color:#eef2f7!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.16em!important;
  white-space:nowrap!important;
}

.brand-crisp .brand-text small{
  display:block!important;
  margin-top:7px!important;
  color:#d9dee7!important;
  font-size:11px!important;
  line-height:1.2!important;
  font-weight:700!important;
  white-space:normal!important;
  max-width:330px!important;
}

.site-nav{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:clamp(12px,1.15vw,22px)!important;
  flex:1 1 auto!important;
  min-width:0!important;
  font-size:14px!important;
  font-weight:800!important;
  white-space:nowrap!important;
}

.site-nav a{
  color:#eef2f7;
  text-decoration:none;
}

.site-nav a.active{
  color:#00aeea!important;
}

.nav-cta{
  min-height:46px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 20px!important;
  border-radius:999px!important;
  color:#fff!important;
}

.page-hero{
  min-height:420px!important;
  display:flex!important;
  align-items:center!important;
  position:relative!important;
  overflow:hidden!important;
  background:#020711!important;
}

.page-hero::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background-image:linear-gradient(90deg, rgba(2,7,17,.94) 0%, rgba(2,7,17,.82) 38%, rgba(2,7,17,.45) 100%), url("../img/hero-secondary-v30.png")!important;
  background-size:cover!important;
  background-position:center!important;
  opacity:1!important;
  filter:saturate(.78) brightness(.72)!important;
}

.page-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(2,7,17,.24), rgba(2,7,17,.72));
  pointer-events:none;
}

.page-hero .container{
  position:relative!important;
  z-index:2!important;
}

.page-hero h1{
  margin:0 0 14px!important;
  color:#fff!important;
  font-size:clamp(46px,5.6vw,78px)!important;
  line-height:1!important;
  letter-spacing:0!important;
}

.page-hero p{
  max-width:780px!important;
  color:#d4deeb!important;
  font-size:18px!important;
  line-height:1.55!important;
}

.footer .brand-crisp{
  min-width:0!important;
  max-width:380px!important;
}

.footer .brand-crisp .brand-mark{
  width:64px!important;
  height:48px!important;
  flex-basis:64px!important;
}

.footer .brand-crisp .brand-text strong{
  font-size:18px!important;
}

.footer .brand-crisp .brand-text span,
.footer .brand-crisp .brand-text small{
  font-size:9px!important;
}

@media(max-width:1320px){
  .brand-home.brand-crisp,
  .brand-crisp{
    min-width:320px!important;
    max-width:390px!important;
  }

  .brand-crisp .brand-mark,
  .brand-crisp img.brand-mark{
    width:68px!important;
    height:52px!important;
    flex-basis:68px!important;
  }

  .brand-crisp .brand-text strong{
    font-size:21px!important;
  }

  .brand-crisp .brand-text span{
    font-size:10px!important;
  }

  .brand-crisp .brand-text small{
    font-size:10px!important;
  }

  .site-nav{
    gap:10px!important;
    font-size:12px!important;
  }
}

@media(max-width:980px){
  .topbar{
    display:none!important;
  }

  .nav-wrap{
    min-height:78px!important;
  }

  .brand-home.brand-crisp,
  .brand-crisp{
    min-width:0!important;
    max-width:calc(100% - 54px)!important;
    gap:10px!important;
  }

  .brand-crisp .brand-mark,
  .brand-crisp img.brand-mark{
    width:56px!important;
    height:42px!important;
    flex-basis:56px!important;
  }

  .brand-crisp .brand-text strong{
    font-size:18px!important;
  }

  .brand-crisp .brand-text span{
    margin-top:4px!important;
    font-size:9px!important;
    letter-spacing:.13em!important;
  }

  .brand-crisp .brand-text small{
    display:none!important;
  }

  .menu-toggle{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:42px!important;
    height:42px!important;
    border:1px solid rgba(120,160,210,.28)!important;
    border-radius:8px!important;
    background:#071322!important;
    color:#fff!important;
    font-size:22px!important;
  }

  .site-nav{
    display:none!important;
    position:absolute!important;
    top:78px!important;
    left:12px!important;
    right:12px!important;
    z-index:80!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:0!important;
    padding:12px!important;
    background:#020711!important;
    border:1px solid rgba(120,160,210,.22)!important;
    border-radius:10px!important;
    box-shadow:0 24px 60px rgba(0,0,0,.42)!important;
  }

  .site-nav.open{
    display:flex!important;
  }

  .site-nav a{
    padding:13px 12px!important;
    border-bottom:1px solid rgba(120,160,210,.14)!important;
  }

  .site-nav a:last-child{
    border-bottom:0!important;
  }

  .nav-cta{
    margin-top:8px!important;
    min-height:44px!important;
  }

  .page-hero{
    min-height:350px!important;
  }

  .page-hero h1{
    font-size:clamp(42px,12vw,64px)!important;
  }

  .cards-2,
  .cards-3,
  .contact-layout,
  .footer-grid{
    grid-template-columns:1fr!important;
  }

  .chat-panel{
    width:min(360px, calc(100vw - 28px))!important;
    right:14px!important;
    bottom:82px!important;
  }
}

@media(max-width:560px){
  :root{--container:calc(100% - 24px)}

  .nav-wrap{
    min-height:72px!important;
  }

  .brand-crisp .brand-mark,
  .brand-crisp img.brand-mark{
    width:50px!important;
    height:38px!important;
    flex-basis:50px!important;
  }

  .brand-crisp .brand-text strong{
    font-size:16px!important;
  }

  .brand-crisp .brand-text span{
    font-size:8px!important;
  }

  .site-nav{
    top:72px!important;
  }

  .page-hero{
    min-height:300px!important;
  }

  .page-hero h1{
    font-size:40px!important;
  }

  .page-hero p{
    font-size:16px!important;
  }

  .section{
    padding:42px 0!important;
  }

  .chat-launcher{
    right:12px!important;
    bottom:12px!important;
    max-width:calc(100vw - 88px)!important;
    min-height:52px!important;
    padding:10px 14px!important;
  }

  .floating-whatsapp{
    width:52px!important;
    height:52px!important;
    left:12px!important;
    bottom:12px!important;
  }
}

/* V28 FINAL: debe quedar al final para homologar secundarias con Inicio */
.topbar{
  display:block!important;
  background:#020711!important;
  border-bottom:1px solid rgba(105,128,160,.22)!important;
  overflow:hidden!important;
}

.topbar-inner{
  height:42px!important;
  min-height:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
  flex-wrap:nowrap!important;
  overflow:hidden!important;
  color:#d7dbe2!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1!important;
}

.topbar-contact{
  display:flex!important;
  align-items:center!important;
  min-width:0!important;
  overflow:hidden!important;
}

.topbar-link{
  height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
  margin:0!important;
  padding:0 22px!important;
  border-right:0!important;
  border-left:1px solid rgba(102,128,166,.42)!important;
  color:#d7dbe2!important;
  line-height:1!important;
  white-space:nowrap!important;
  text-decoration:none!important;
}

.topbar-link:first-child{
  border-left:0!important;
  padding-left:0!important;
}

.topbar-link::before{
  content:none!important;
}

.topbar-symbol{
  display:inline-flex!important;
  width:18px!important;
  min-width:18px!important;
  align-items:center!important;
  justify-content:center!important;
  color:#087cff!important;
  font-size:15px!important;
  line-height:1!important;
  font-weight:800!important;
}

.topbar-social{
  margin-left:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:18px!important;
  color:#f3f5f8!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1!important;
  white-space:nowrap!important;
}

.site-header{
  background:#020711!important;
  border-bottom:1px solid rgba(105,128,160,.22)!important;
}

.nav-wrap{
  min-height:104px!important;
  gap:28px!important;
}

.site-header .brand-home.brand-crisp,
.site-header .brand-crisp{
  flex:0 0 auto!important;
  min-width:0!important;
  width:360px!important;
  max-width:360px!important;
  gap:14px!important;
  overflow:visible!important;
}

.site-header .brand-crisp .brand-mark,
.site-header .brand-crisp img.brand-mark{
  width:76px!important;
  height:58px!important;
  flex:0 0 76px!important;
}

.site-header .brand-crisp .brand-text{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  max-width:270px!important;
}

.site-header .brand-crisp .brand-text strong{
  display:block!important;
  font-size:23px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
}

.site-header .brand-crisp .brand-text span{
  display:block!important;
  margin-top:6px!important;
  font-size:11px!important;
  line-height:1!important;
  letter-spacing:.17em!important;
  font-weight:800!important;
  white-space:nowrap!important;
}

.site-header .brand-crisp .brand-text small{
  display:none!important;
}

.site-header .site-nav{
  flex:1 1 auto!important;
  justify-content:flex-end!important;
  gap:clamp(16px,1.4vw,26px)!important;
  font-size:14px!important;
}

.site-header .nav-cta{
  flex:0 0 auto!important;
  min-width:230px!important;
  min-height:54px!important;
  padding:0 24px!important;
}

@media(min-width:981px) and (max-width:1380px){
  .site-header .brand-home.brand-crisp,
  .site-header .brand-crisp{
    width:310px!important;
    max-width:310px!important;
  }

  .site-header .brand-crisp .brand-mark,
  .site-header .brand-crisp img.brand-mark{
    width:64px!important;
    height:50px!important;
    flex-basis:64px!important;
  }

  .site-header .brand-crisp .brand-text strong{
    font-size:20px!important;
  }

  .site-header .brand-crisp .brand-text span{
    font-size:9px!important;
  }

  .site-header .site-nav{
    gap:12px!important;
    font-size:12px!important;
  }

  .site-header .nav-cta{
    min-width:200px!important;
    padding:0 18px!important;
  }
}

@media(max-width:980px){
  .topbar{
    display:none!important;
  }

  .site-header .brand-home.brand-crisp,
  .site-header .brand-crisp{
    width:auto!important;
    max-width:calc(100% - 54px)!important;
  }

  .site-header .brand-crisp .brand-text small{
    display:none!important;
  }
}

/* V30 ABSOLUTO FINAL REAL: homogeneidad visual al cierre del CSS */
:root{
  --bg:#020714;
  --bg2:#061126;
  --panel:#07172d;
  --text:#f4f7fb;
  --muted:#a9b7c8;
  --blue:#176ef3;
  --violet:#9829dd;
  --cyan:#129bd3;
  --green:#35c764;
  --line:rgba(88,132,180,.20);
}

body,
.topbar,
.site-header,
.footer{
  background:#020714!important;
}

.topbar,
.site-header,
.footer{
  border-color:rgba(105,128,160,.18)!important;
}

.topbar-inner,
.site-nav,
.brand-crisp .brand-text strong,
.brand-crisp .brand-text span{
  color:rgba(246,248,251,.88)!important;
}

.topbar-link{
  color:rgba(215,219,226,.88)!important;
  border-left-color:rgba(102,128,166,.34)!important;
}

.topbar-symbol,
.site-nav a.active{
  color:#0b87d4!important;
}

.site-nav a.active{
  border-bottom-color:#0b87d4!important;
}

.nav-cta,
.chat-launcher,
.contact-form button{
  background:linear-gradient(90deg,#176ef3,#9829dd)!important;
}

.page-hero{
  min-height:420px!important;
  background:#020714!important;
}

.page-hero::before{
  background-image:
    linear-gradient(90deg, rgba(2,7,20,.96) 0%, rgba(2,7,20,.82) 42%, rgba(2,7,20,.48) 100%),
    url("../img/hero-secondary-v30.png")!important;
  background-size:cover!important;
  background-position:center 42%!important;
  filter:saturate(.58) brightness(.82) contrast(.90)!important;
}

.page-hero::after{
  background:
    radial-gradient(circle at 72% 42%, rgba(23,110,243,.10), transparent 34%),
    linear-gradient(180deg, rgba(2,7,20,.18), rgba(2,7,20,.64))!important;
}

.page-hero h1{
  color:rgba(255,255,255,.94)!important;
  text-shadow:0 2px 18px rgba(0,0,0,.28)!important;
}

.page-hero p{
  color:rgba(218,226,236,.88)!important;
}

.section.light{
  background:#eef3f8!important;
  color:#0b1930!important;
}

.info-card{
  background:#f8fbff!important;
  border-color:#d9e3ee!important;
  border-radius:16px!important;
  box-shadow:0 16px 38px rgba(17,39,68,.07)!important;
}

.info-card.dark-card{
  background:linear-gradient(145deg,#07162b,#0b2442)!important;
  border-color:rgba(86,139,202,.20)!important;
}

.info-card h3{
  color:#0b1930!important;
}

.dark-card h3{
  color:#fff!important;
}

.info-card p{
  color:#607184!important;
}

.dark-card p{
  color:#cbd8e7!important;
}

@media(max-width:980px){
  .page-hero{
    min-height:350px!important;
  }
}
