:root {
  --navy-950: #020d1c;
  --navy-900: #031428;
  --navy-850: #051c38;
  --navy-800: #082544;
  --cyan: #18d6ff;
  --cyan-strong: #00aeea;
  --blue: #0879e8;
  --white: #ffffff;
  --text: #0e2037;
  --muted: #627187;
  --soft: #f4f8fc;
  --line: #dce6f0;
  --green: #22d49b;
  --shadow: 0 24px 70px rgba(2, 18, 40, .14);
  --container: 1200px;
}

/* ==================================================
   RESETEO GENERAL Y JAVASCRIPT CORRECCIONES
   ================================================== */
* { 
  box-sizing: border-box; 
  margin: 0;
  padding: 0;
}

html { scroll-behavior: smooth; }

body { 
  font-family: "Manrope", sans-serif; 
  color: var(--text); 
  background: #fff; 
  line-height: 1.65; 
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

/* ==================================================
   ESTRUCTURA DE CONTENEDORES
   ================================================== */
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 16px; background: #fff; border-radius: 10px; }
.skip-link:focus { top: 16px; }

/* ==================================================
   TIPOGRAFÍA Y ENCABEZADOS SEO (ESTILO WILLY)
   ================================================== */
h1, h2, h3, strong { font-family: "Poppins", sans-serif; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(2.8rem, 5vw, 5.2rem); line-height: 1.08; letter-spacing: -.045em; }
h1 em { font-style: normal; color: transparent; background: linear-gradient(90deg, #13dcff, #0798ed); background-clip: text; -webkit-background-clip: text; }
h2 { margin-bottom: 22px; font-size: clamp(2rem, 3.5vw, 3.45rem); line-height: 1.15; letter-spacing: -.035em; }
h3 { line-height: 1.25; }

/* ==================================================
   BOTONES DE CONVERSIÓN (CTA)
   ================================================== */
.btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid transparent; border-radius: 11px; font-weight: 800; transition: .22s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--cyan-strong), #0678e8); box-shadow: 0 14px 34px rgba(0,174,234,.25); }
.btn-primary:hover { box-shadow: 0 18px 40px rgba(0,174,234,.38); }
.btn-outline { color: #fff; border-color: rgba(77,196,255,.55); background: rgba(5,29,57,.5); }
.btn-outline:hover { border-color: var(--cyan); background: rgba(19,145,210,.12); }
.btn-nav { min-height: 46px; padding-inline: 20px; color: #fff; background: linear-gradient(135deg, var(--cyan-strong), #0791df); }
.btn-full { width: 100%; border: 0; }

/* ==================================================
   SECCIÓN HERO / ELEMENTOS ILUSTRATIVOS DEL DASHBOARD
   ================================================== */
.hero { position: relative; overflow: hidden; min-height: 820px; padding: 86px 0 38px; color: #fff; background: radial-gradient(circle at 73% 30%, rgba(0,153,255,.13), transparent 27%), linear-gradient(145deg, #020d1c, #03172d 58%, #041d3a); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, #000, transparent 78%); }
.hero-glow { position: absolute; width: 440px; height: 440px; border-radius: 50%; filter: blur(100px); opacity: .15; }
.hero-glow-one { left: -180px; top: 160px; background: #006dff; }
.hero-glow-two { right: -160px; bottom: 40px; background: #00dbff; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .94fr 1.06fr; gap: 60px; align-items: center; }
.hero-copy { padding-top: 8px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #61e5ff; font-size: .79rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.eyebrow span { width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.eyebrow.dark { color: #0875ae; }
.hero-text { max-width: 650px; margin-bottom: 30px; color: #c5d2e2; font-size: clamp(1rem, 1.4vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 36px; }
.hero-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; max-width: 620px; }
.hero-proof div { padding-left: 15px; border-left: 2px solid rgba(24,214,255,.55); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: .91rem; color: #fff; }
.hero-proof span { color: #91a6bf; font-size: .76rem; }

.hero-dashboard { perspective: 1000px; }
.dashboard-shell { position: relative; padding: 22px; border: 1px solid rgba(30,190,255,.48); border-radius: 24px; background: linear-gradient(145deg, rgba(7,38,73,.94), rgba(2,18,40,.94)); box-shadow: 0 35px 100px rgba(0,0,0,.44), 0 0 45px rgba(0,172,255,.13), inset 0 0 30px rgba(29,166,255,.05); transform: rotateY(-4deg) rotateX(1deg); }
.dashboard-shell::after { content: ""; position: absolute; inset: -1px; border-radius: inherit; pointer-events: none; box-shadow: inset -5px 0 18px rgba(25,207,255,.18); }
.dashboard-header { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.dashboard-header span, .dashboard-header strong { display: block; }
.dashboard-header span { color: #8fa6bf; font-size: .72rem; }
.dashboard-header strong { font-size: 1rem; }
.period { align-self: start; padding: 8px 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: rgba(255,255,255,.04); font-size: .64rem; color: #90a7c1; }
.period strong { display: inline; margin-left: 5px; color: #fff; font-size: .66rem; }

/* CUADRÍCULAS DE MÉTRICAS */
.kpi-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; }
.kpi-grid article, .chart-card, .dashboard-lower article { border: 1px solid rgba(70,179,255,.22); background: rgba(4,29,58,.78); }
.kpi-grid article { padding: 12px; border-radius: 10px; }
.kpi-grid span, .kpi-grid strong, .kpi-grid small { display: block; }
.kpi-grid span { color: #9bb0c9; font-size: .59rem; }
.kpi-grid strong { margin: 3px 0; font-size: 1rem; }
.kpi-grid small { color: var(--green); font-size: .57rem; }
.chart-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 9px; margin-top: 9px; }
.chart-card { min-height: 205px; padding: 14px; border-radius: 12px; }
.card-title { margin-bottom: 10px; color: #d9e8f7; font-size: .67rem; font-weight: 800; }
.donut-wrap { display: flex; align-items: center; justify-content: space-around; gap: 14px; height: 158px; }
.donut { width: 104px; height: 104px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(#16cbff 0 38%, #087ce9 38% 66%, #1555a6 66% 86%, #203f6b 86%); position: relative; }
.donut::after { content: ""; position: absolute; width: 65px; height: 65px; border-radius: 50%; background: #062344; }
.donut span { position: relative; z-index: 1; text-align: center; font-size: .72rem; font-weight: 800; }
.donut small { display: block; color: #8aa1bb; font-size: .46rem; }
.donut-wrap ul { margin: 0; padding: 0; list-style: none; font-size: .52rem; color: #a8bdd3; }
.donut-wrap li { display: grid; grid-template-columns: 8px 1fr auto; align-items: center; gap: 6px; margin: 8px 0; }
.donut-wrap li i { width: 7px; height: 7px; border-radius: 2px; background: #16cbff; }
.donut-wrap li:nth-child(2) i { background: #087ce9; }.donut-wrap li:nth-child(3) i { background: #1555a6; }
.donut-wrap b { color: #fff; }
.line-chart { position: relative; height: 158px; overflow: hidden; }
.line-chart svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.line-chart .area { fill: url(#areaGradient); }
.line-chart .line { fill: none; stroke: #18d6ff; stroke-width: 4; filter: drop-shadow(0 0 7px rgba(24,214,255,.7)); }
.grid-line { position: absolute; left: 0; right: 0; height: 1px; background: rgba(255,255,255,.07); }.g1{top:25%}.g2{top:50%}.g3{top:75%}
.dashboard-lower { display: grid; grid-template-columns: .75fr .9fr 1.35fr; gap: 9px; margin-top: 9px; }
.dashboard-lower article { min-height: 84px; padding: 12px; border-radius: 10px; }
.dashboard-lower span, .dashboard-lower strong, .dashboard-lower small { display: block; }
.dashboard-lower span { color: #9bb0c9; font-size: .57rem; }
.dashboard-lower strong { margin: 4px 0; font-size: .9rem; }.dashboard-lower small{color:var(--green);font-size:.52rem}
.bars i { display: block; width: var(--w); height: 5px; margin-top: 7px; border-radius: 99px; background: linear-gradient(90deg,#087ce9,#18d6ff); }
.capability-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; margin-top: 54px; }
.capability-strip span { display: flex; align-items: center; justify-content: center; min-height: 50px; padding: 10px 14px; border: 1px solid rgba(47,183,255,.26); border-radius: 999px; color: #d9efff; background: rgba(4,31,59,.66); font-size: .78rem; font-weight: 700; }

/* ==================================================
   SECCIÓN SERVICIOS
   ================================================== */
.section { padding: 105px 0; }
.section-heading { max-width: 780px; margin-bottom: 46px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { min-height: 330px; padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 14px 38px rgba(9,38,73,.06); transition: .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(8,121,232,.25); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 24px; border: 1px solid rgba(0,174,234,.22); border-radius: 15px; color: #0b95d4; background: #edfaff; font-weight: 800; }
.service-card h3 { font-size: 1.35rem; }.service-card p{color:var(--muted)}
.service-card a { display: inline-flex; gap: 10px; margin-top: 16px; color: #0787c5; font-weight: 800; }

/* ==================================================
   SECCIÓN DIRECCIÓN / PANEL EJECUTIVO
   ================================================== */
.executive-section { color: #fff; background: linear-gradient(145deg,#031326,#062340); }
.executive-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
.executive-copy > p:not(.eyebrow) { color: #a9bdd2; }
.check-list { display: grid; gap: 12px; margin: 28px 0 32px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; color: #d3e0ec; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--cyan); font-weight: 900; }
.executive-panel { padding: 28px; border: 1px solid rgba(45,186,255,.28); border-radius: 24px; background: rgba(4,29,55,.8); box-shadow: 0 25px 75px rgba(0,0,0,.26); }
.panel-title { display: flex; justify-content: space-between; margin-bottom: 22px; }.panel-title span{color:#8fa8c0;font-size:.75rem}.panel-title strong{font-size:.9rem}
.executive-metrics { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.executive-metrics article { padding: 18px; border-radius: 14px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); }
.executive-metrics span, .executive-metrics strong, .executive-metrics small { display: block; }.executive-metrics span{color:#8da6bf;font-size:.72rem}.executive-metrics strong{font-size:1.35rem}.executive-metrics small{color:var(--green);font-size:.64rem}
.executive-bars { display: grid; gap: 14px; margin-top: 20px; }.executive-bars div{display:grid;grid-template-columns:85px 1fr 38px;align-items:center;gap:12px;font-size:.68rem;color:#a8bdd1}.executive-bars i{height:8px;border-radius:99px;background:linear-gradient(90deg,#087ce9,#19d5ff);width:var(--w)}.executive-bars b{color:#fff}

/* ==================================================
   METODOLOGÍA
   ================================================== */
.methodology { background: var(--soft); }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.steps-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.steps-grid article > span { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 13px; color: #fff; background: var(--navy-850); font-family: "Poppins"; font-weight: 800; }
.steps-grid p { margin-bottom: 0; color: var(--muted); }

/* ==================================================
   SOBRE NOSOTROS / SECCIÓN DE VALORES
   ================================================== */
.about-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: center; }
.about-card { overflow: hidden; border-radius: 26px; background: var(--navy-900); box-shadow: var(--shadow); }
.about-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.about-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 28px; }
.about-values div { padding-top: 16px; border-top: 2px solid #dcebf5; }
.about-values strong, .about-values span { display: block; }.about-values strong{font-size:.88rem}.about-values span{color:var(--muted);font-size:.77rem}

/* ==================================================
   BANDA CTA INTERMEDIA
   ================================================== */
.cta-band { padding: 70px 0; color: #fff; background: linear-gradient(135deg,#054a88,#0479bf 55%,#03aee3); }
.cta-band-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; align-items: center; }.cta-band h2{margin-bottom:0}.cta-band .eyebrow{color:#d6f7ff}.cta-band-actions{display:flex;flex-direction:column;gap:12px}.cta-band .btn-outline{background:rgba(0,31,64,.18);border-color:rgba(255,255,255,.45)}

/* ==================================================
   CONTACTO Y FORMULARIO DE LEADS
   ================================================== */
.contact { background: linear-gradient(180deg,#fff,#f2f7fb); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-copy { position: sticky; top: 120px; }.contact-copy > p:not(.eyebrow){color:var(--muted)}
.contact-options { display: grid; gap: 14px; margin-top: 30px; }
.contact-option { display: grid; grid-template-columns: 50px 1fr; gap: 15px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.contact-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: linear-gradient(135deg,#0897d5,#0676d7); font-weight: 900; }
.contact-option small, .contact-option strong, .contact-option em { display: block; }.contact-option small{color:var(--muted);font-size:.68rem}.contact-option strong{font-size:.9rem}.contact-option em{color:#087fb9;font-size:.73rem;font-style:normal}
.contact-form { padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.form-header { margin-bottom: 25px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }.form-header span,.form-header strong{display:block}.form-header span{color:#0b8fc8;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.form-header strong{font-size:1.25rem}
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 16px; font-size: .83rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #cdd9e5; border-radius: 10px; background: #fff; color: var(--text); outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #0799d8; box-shadow: 0 0 0 4px rgba(0,174,234,.1); }
.privacy-check { display: flex !important; grid-template-columns: none !important; align-items: flex-start; gap: 10px !important; font-weight: 500 !important; color: var(--muted); }.privacy-check input{width:auto;margin-top:4px}
.form-message { min-height: 24px; margin: 12px 0 0; font-weight: 800; }.form-message.success{color:#15815b}.form-message.error{color:#c74242}.form-note{display:block;text-align:center;color:var(--muted);margin-top:8px}

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: flex; align-items: center; gap: 9px; padding: 11px 16px 11px 11px; border-radius: 999px; color: #fff; background: #18a864; box-shadow: 0 15px 35px rgba(7,112,64,.35); font-size: .82rem; }.whatsapp-float span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.17);font-weight:900}

/* ==================================================
   FOOTER FINAL
   ================================================== */
.site-footer { padding: 64px 0 22px; color: #fff; background: #020d1c; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 46px; }.footer-brand img{width:220px;height:88px;object-fit:cover}.footer-brand p,.footer-grid a{color:#8fa6bd}.footer-grid>div:not(:first-child){display:grid;align-content:start;gap:10px}.footer-grid strong{margin-bottom:8px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:46px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);color:#8197ae;font-size:.78rem}

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible{opacity:1;transform:none}

/* ==================================================
   RESPONSIVIDAD MEDIA QUERIES (TABLETS GENERAL)
   ================================================== */
@media (max-width: 1040px) {
  .hero-grid, .executive-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-dashboard { max-width: 760px; margin-inline: auto; }
  .capability-strip { grid-template-columns: repeat(3,1fr); }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .steps-grid { grid-template-columns: repeat(2,1fr); }
  .contact-copy { position: static; }
  .cta-band-grid { grid-template-columns: 1fr; }
  .cta-band-actions { flex-direction: row; }
}

/* RESPONSIVIDAD MEDIA QUERIES (DISPOSITIVOS MÓVILES) */
@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { min-height: 72px; }.brand img{width:170px;height:48px}
  .hero { padding-top: 64px; }.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-proof{grid-template-columns:1fr;gap:12px}.hero-proof div{padding:9px 0 9px 14px}
  .dashboard-shell{padding:13px;transform:none}.kpi-grid{grid-template-columns:repeat(2,1fr)}.chart-grid{grid-template-columns:1fr}.donut-card{display:none}.dashboard-lower{grid-template-columns:repeat(2,1fr)}.dashboard-lower .bars{display:none}
  .capability-strip{grid-template-columns:repeat(2,1fr);margin-top:35px}.capability-strip span{font-size:.68rem}
  .section{padding:78px 0}.service-grid,.steps-grid,.form-grid,.about-values,.footer-grid{grid-template-columns:1fr}.service-card{min-height:auto}
  .executive-metrics{grid-template-columns:1fr}.cta-band-actions{flex-direction:column}.contact-form{padding:22px}.footer-bottom{flex-direction:column}.whatsapp-float strong{display:none}.whatsapp-float{padding:10px;right:14px;bottom:14px}
}

/* ==================================================
   HEADER DEFINITIVO: ESCRITORIO, TABLET Y CELULAR
   Mantener este bloque al final del archivo.
================================================== */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(3, 20, 40, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(18px);
}

.site-header .nav-wrap {
  width: min(calc(100% - 40px), 1380px);
  min-height: 104px;
  margin-inline: auto;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.site-header .brand {
  width: 300px;
  max-width: 300px;
  flex: 0 0 300px;
  display: flex;
  align-items: center;
  overflow: visible;
}

.site-header .brand img {
  width: 100%;
  height: 82px;
  max-width: 100%;
  display: block;
  object-fit: contain;
  object-position: left center;
  transform: none;
  border-radius: 4px;
}

.site-header .main-nav {
  position: static;
  width: auto;
  max-width: none;
  margin-left: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  gap: 28px;
  color: #e9f3ff;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.site-header .main-nav > a:not(.btn) {
  width: auto;
  padding: 0;
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0.88;
}

.site-header .main-nav > a:not(.btn):hover {
  color: var(--cyan);
  opacity: 1;
}

.site-header .menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  min-width: 46px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.site-header .menu-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 4px auto;
  background: #ffffff;
  border-radius: 10px;
}

@media (max-width: 1050px) {
  .site-header .nav-wrap {
    width: calc(100% - 32px);
    min-height: 88px;
    padding: 8px 0;
    gap: 12px;
  }

  .site-header .brand {
    width: 210px;
    max-width: calc(100% - 70px);
    flex: 0 1 210px;
  }

  .site-header .brand img {
    width: 100%;
    height: 64px;
    max-height: 64px;
  }

  .site-header .menu-toggle {
    display: flex !important;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 1003;
  }

  .site-header .menu-toggle span {
    width: 24px;
    height: 3px;
    margin: 2.5px 0;
    background: #ffffff;
  }

  .site-header .main-nav {
    position: fixed;
    top: 96px;
    left: 16px;
    right: 16px;
    width: auto;
    max-width: calc(100vw - 32px);
    margin: 0;
    padding: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    color: #ffffff;
    background: #071d39;
    border: 1px solid rgba(65, 168, 238, 0.28);
    border-radius: 18px;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.4);
    z-index: 1002;
  }

  .site-header .main-nav.open {
    display: flex;
  }

  .site-header .main-nav > a:not(.btn) {
    width: 100%;
    padding: 13px 12px;
    color: #ffffff;
  }

  .site-header .main-nav .btn {
    width: 100%;
    margin-top: 8px;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .site-header .nav-wrap {
    width: calc(100% - 24px);
    min-height: 80px;
  }

  .site-header .brand {
    width: 175px;
    max-width: calc(100% - 62px);
    flex: 0 1 175px;
  }

  .site-header .brand img {
    height: 56px;
    max-height: 56px;
  }

  .site-header .main-nav {
    top: 86px;
    left: 12px;
    right: 12px;
    max-width: calc(100vw - 24px);
  }
}