:root{
    --navy: #0E2A44;
    --navy-deep: #081C2E;
    --steel: #6B7B89;
    --steel-light: #AEB9C2;
    --modular: #3E7C74;
    --terracotta: #C1572E;
    --terracotta-deep: #9C4423;
    --paper: #F5F6F7;
    --white: #FFFFFF;
    --surface: #FFFFFF;
    --ink: #14202B;
    --ink-soft: #4A5A68;
    --line: rgba(14,42,68,0.14);
    --line-soft: rgba(255,255,255,0.16);
    --heading: var(--navy);
    --header-bg: rgba(245,246,247,0.92);
    --radius: 2px;
  }

  [data-theme="dark"]{
    --paper: #0B1420;
    --surface: #131F2E;
    --ink: #E8EDF2;
    --ink-soft: #9FB0C0;
    --line: rgba(255,255,255,0.12);
    --line-soft: rgba(255,255,255,0.18);
    --heading: #F2F5F8;
    --header-bg: rgba(11,20,32,0.88);
  }

  html{transition:background-color .25s ease;}
  body{transition:background-color .25s ease, color .25s ease;}

  *{margin:0;padding:0;box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    font-family:'Inter', sans-serif;
    color:var(--ink);
    background:var(--paper);
    line-height:1.55;
    -webkit-font-smoothing:antialiased;
  }
  h1,h2,h3{
    font-family:'Space Grotesk', sans-serif;
    font-weight:600;
    letter-spacing:-0.01em;
    color:var(--heading);
  }
  .mono{
    font-family:'IBM Plex Mono', monospace;
    letter-spacing:0.04em;
  }
  a{color:inherit; text-decoration:none;}
  img{max-width:100%; display:block;}
  .wrap{max-width:1140px; margin:0 auto; padding:0 28px;}
  section{position:relative;}

  /* ---------- NAV ---------- */
  header{
    position:sticky; top:0; z-index:50;
    background:var(--header-bg);
    backdrop-filter:blur(8px);
    border-bottom:1px solid var(--line);
    transition:background-color .25s ease;
  }
  .nav{
    display:flex; align-items:center; justify-content:space-between;
    padding:14px 28px;
    max-width:1140px; margin:0 auto;
    position:relative;
  }
  .brand{display:flex; align-items:center; gap:10px;}
  .brand img{height:38px; width:auto; transition:filter .25s ease;}
  [data-theme="dark"] .brand img{filter:brightness(0) invert(1);}
  .brand span{
    font-family:'Space Grotesk', sans-serif;
    font-weight:600; font-size:15px; color:var(--heading);
    letter-spacing:0.01em;
  }
  .theme-toggle{
    background:none; border:1px solid var(--line); border-radius:50%;
    width:36px; height:36px; min-width:36px; display:flex; align-items:center; justify-content:center;
    cursor:pointer; font-size:15px; color:var(--ink-soft); margin-left:10px;
    transition:background-color .2s, color .2s, border-color .2s;
  }
  .theme-toggle:hover{background:var(--paper); color:var(--heading); border-color:var(--steel-light);}
  .scroll-top-btn{
    position:fixed; bottom:26px; right:26px; z-index:80;
    width:46px; height:46px; border-radius:50%;
    background:var(--surface); border:1px solid var(--line);
    color:var(--heading); font-size:17px;
    display:flex; align-items:center; justify-content:center;
    cursor:pointer; opacity:0; visibility:hidden; transform:translateY(10px);
    transition:opacity .25s ease, transform .25s ease, background-color .25s ease, border-color .25s ease, color .25s ease;
    box-shadow:0 10px 24px rgba(14,42,68,0.18);
  }
  .scroll-top-btn.visible{opacity:1; visibility:visible; transform:translateY(0);}
  .scroll-top-btn:hover{background:var(--terracotta); color:var(--white); border-color:var(--terracotta);}
  .nav-links{display:flex; align-items:center; gap:28px;}
  .nav-right{display:flex; align-items:center; gap:0;}
  .nav-links a{
    font-size:13.5px; font-weight:500; color:var(--ink-soft);
    transition:color .2s;
  }
  .nav-links a:hover{color:var(--heading);}
  .nav-links a.btn, .nav-links a.btn:hover{color:var(--white);}
  .btn{
    display:inline-flex; align-items:center; gap:8px;
    padding:11px 20px;
    background:var(--terracotta);
    color:var(--white);
    font-size:13.5px; font-weight:600;
    border-radius:var(--radius);
    border:none; cursor:pointer;
    transition:background .2s, transform .15s;
    white-space:nowrap;
  }
  .btn:hover{background:var(--terracotta-deep);}
  .btn:active{transform:scale(0.98);}
  .btn-ghost{
    background:transparent; color:var(--heading);
    border:1.5px solid var(--heading);
  }
  .btn-ghost:hover{background:var(--heading); color:var(--paper);}

  /* ---------- HERO ---------- */
  .hero{
    background:var(--navy-deep);
    color:var(--white);
    overflow:hidden;
    padding:96px 0 80px;
  }
  .hero-grid{
    position:absolute; inset:0;
    background-image:
      linear-gradient(var(--line-soft) 1px, transparent 1px),
      linear-gradient(90deg, var(--line-soft) 1px, transparent 1px);
    background-size:44px 44px;
    opacity:.35;
    mask-image:linear-gradient(to bottom, black, transparent 92%);
  }
  .hero-inner{position:relative; z-index:2;}
  .hero-net{position:absolute; inset:0; z-index:1; width:100%; height:100%; opacity:0.9;}
  .eyebrow{
    display:flex; align-items:center; gap:10px;
    font-family:'IBM Plex Mono', monospace;
    font-size:12.5px; letter-spacing:0.12em; text-transform:uppercase;
    color:var(--steel-light);
    margin-bottom:22px;
  }
  .eyebrow::before{
    content:''; width:28px; height:1px; background:var(--terracotta);
  }
  .hero h1{
    color:var(--white);
    font-size:clamp(34px, 5.4vw, 58px);
    line-height:1.08;
    max-width:760px;
    margin-bottom:22px;
  }
  .hero h1 em{
    font-style:normal; color:var(--steel-light);
  }
  .gradient-text{
    background:linear-gradient(95deg, #9D6FFF 0%, #5B8DEF 45%, #2EE6C5 100%);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
    -webkit-text-fill-color:transparent;
  }
  .hero p.lead{
    font-size:17px; color:rgba(255,255,255,0.72);
    max-width:540px; margin-bottom:36px;
  }
  .hero-ctas{display:flex; gap:14px; flex-wrap:wrap; margin-bottom:54px;}
  .hero-ctas .btn-ghost{border-color:rgba(255,255,255,0.4); color:var(--white);}
  .hero-ctas .btn-ghost:hover{background:rgba(255,255,255,0.1); border-color:white;}

  .coverage-map{width:100%; max-width:560px;}
  .coverage-map .cov-line{stroke:var(--heading); stroke-width:1.4; opacity:0.55;}
  .coverage-map .cov-dot{fill:var(--terracotta);}
  .coverage-map .cov-dot-main{fill:var(--terracotta); stroke:var(--surface); stroke-width:2;}
  .coverage-map .cov-label{fill:var(--ink-soft);}
  .coverage-map .cov-label-main{fill:var(--heading); font-weight:600;}
  .coverage-map .cov-sublabel{fill:var(--ink-soft); opacity:0.75;}
  .coverage-map .cov-caption{fill:var(--steel-light); letter-spacing:0.06em;}
  .coverage-map .cov-region{fill:var(--steel-light); letter-spacing:0.1em; opacity:0.7;}

  .meta-row{
    display:flex; gap:34px; flex-wrap:wrap;
    border-top:1px solid var(--line-soft);
    padding-top:26px;
  }
  .meta-item{font-family:'IBM Plex Mono', monospace; font-size:12.5px; color:var(--steel-light);}
  .meta-item b{display:block; color:var(--white); font-size:15px; font-weight:500; margin-top:4px; font-family:'Inter',sans-serif;}

  /* ---------- SECTION HEADERS ---------- */
  .section-head{margin-bottom:48px; max-width:620px;}
  .tag{
    font-family:'IBM Plex Mono', monospace;
    font-size:12px; letter-spacing:0.12em; text-transform:uppercase;
    color:var(--terracotta); margin-bottom:14px; display:block;
  }
  .section-head h2{font-size:clamp(26px,3.2vw,36px); margin-bottom:14px;}
  .section-head p{color:var(--ink-soft); font-size:15.5px;}

  /* ---------- PROCESO (timeline) ---------- */
  .proceso{padding:96px 0; background:var(--surface);}
  .timeline{
    display:grid; grid-template-columns:repeat(5,1fr); gap:0;
    position:relative;
  }
  .timeline::before{
    content:''; position:absolute; top:38px; left:0; right:0; height:1px;
    background:repeating-linear-gradient(90deg, var(--steel) 0 8px, transparent 8px 14px);
  }
  .step{padding:0 16px 0 0; position:relative;}
  .step-num{
    font-family:'IBM Plex Mono', monospace;
    font-size:12px; color:var(--steel);
    background:var(--surface);
    width:fit-content; padding-right:10px;
    margin-bottom:18px; position:relative; z-index:2;
  }
  .step-dot{
    width:9px; height:9px; border-radius:50%;
    background:var(--terracotta); border:2px solid var(--surface);
    position:absolute; top:34px; left:0; z-index:3;
  }
  .step h3{font-size:18px; margin-bottom:8px; margin-top:6px;}
  .step p{font-size:14px; color:var(--ink-soft);}

  /* ---------- SISTEMAS (spec sheet) ---------- */
  .sistemas{padding:96px 0; background:var(--paper); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
  .spec-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
  .spec-card{
    background:var(--surface);
    border:1px solid var(--line);
    border-radius:var(--radius);
    padding:28px;
  }
  .spec-card.modular{border-top:3px solid var(--modular);}
  .spec-card.steel{border-top:3px solid var(--steel);}
  .spec-card.tradicional{border-top:3px solid var(--terracotta);}
  .spec-card .tag-sm{
    font-family:'IBM Plex Mono', monospace; font-size:11.5px;
    letter-spacing:0.1em; text-transform:uppercase; color:var(--ink-soft); margin-bottom:6px; display:block;
  }
  .spec-card h3{font-size:21px; margin-bottom:16px;}
  .spec-card-image{
    margin:-28px -28px 20px -28px;
    padding:4px;
    background:linear-gradient(135deg, #9D6FFF, #2EE6C5);
  }
  .spec-card-image img{
    display:block; width:100%; aspect-ratio:1/1; object-fit:cover; object-position:center;
  }
  .spec-card h3 a{color:var(--heading); transition:color .2s;}
  .spec-card h3 a:hover{color:var(--terracotta);}
  .spec-list{list-style:none; display:flex; flex-direction:column; gap:11px;}
  .spec-list li{
    display:flex; justify-content:space-between; gap:16px;
    font-size:14px; color:var(--ink-soft);
    border-bottom:1px dashed var(--line);
    padding-bottom:11px;
  }
  .spec-list li span:last-child{color:var(--ink); font-weight:500; text-align:right;}
  .modalidades-row{display:flex; gap:6px; flex-wrap:wrap; margin-top:18px;}
  .modalidad-pill{
    font-family:'IBM Plex Mono', monospace; font-size:10.5px; letter-spacing:0.02em;
    padding:5px 10px; border:1px solid var(--line); border-radius:20px; color:var(--ink-soft);
  }
  .spec-card-link{
    display:inline-flex; align-items:center; gap:6px;
    font-size:11.5px; font-weight:700; letter-spacing:0.04em;
    text-transform:uppercase;
    color:var(--heading);
    margin-top:18px;
    padding:10px 20px;
    border:1.5px solid var(--heading);
    border-radius:40%;
    background:transparent;
    width:fit-content;
    transition:background .25s ease, color .25s ease, border-color .25s ease;
  }
  .spec-card-link:hover, .spec-card-link:focus{
    background:linear-gradient(135deg, #6D28D9, #1E5FD9);
    color:#fff;
    border-color:transparent;
  }

  /* ---------- INVERSORES ---------- */
  .inversores{padding:96px 0; background:var(--paper); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
  .invest-grid{display:grid; grid-template-columns:1fr 1fr; gap:24px;}
  .invest-card{
    background:var(--surface); border:1px solid var(--line); border-radius:var(--radius);
    padding:32px; display:flex; flex-direction:column;
  }
  .invest-card h3{font-size:20px; margin-bottom:12px;}
  .invest-card p.desc{color:var(--ink-soft); font-size:14.5px; margin-bottom:18px;}
  .invest-list{list-style:none; display:flex; flex-direction:column; gap:10px; margin-bottom:22px; flex-grow:1;}
  .invest-list li{display:flex; gap:10px; font-size:14px; color:var(--ink-soft); align-items:flex-start;}
  .invest-list li::before{content:'—'; color:var(--terracotta); font-weight:700; flex-shrink:0;}
  .badge-soon{
    display:inline-flex; align-items:center; gap:6px;
    font-family:'IBM Plex Mono', monospace; font-size:10.5px; letter-spacing:0.04em; text-transform:uppercase;
    background:rgba(193,87,46,0.1); color:var(--terracotta-deep);
    padding:5px 10px; border-radius:20px; margin-bottom:18px; width:fit-content;
  }
  .badge-soon::before{content:''; width:6px; height:6px; border-radius:50%; background:var(--terracotta);}

  /* ---------- PAGINAS DE SISTEMA (detalle) ---------- */
  .breadcrumb{
    font-family:'IBM Plex Mono', monospace; font-size:12px; color:var(--steel-light);
    margin-bottom:18px; display:flex; gap:8px; align-items:center;
  }
  .breadcrumb a{color:var(--steel-light);}
  .breadcrumb a:hover{color:var(--white);}
  .sys-hero{background:var(--navy-deep); color:var(--white); padding:70px 0 56px; overflow:hidden; position:relative;}
  .sys-hero .hero-grid{opacity:.3;}
  .sys-hero h1{color:var(--white); font-size:clamp(30px,4.6vw,48px); line-height:1.1; max-width:680px; margin-bottom:16px;}
  .sys-hero p.lead{font-size:16px; color:rgba(255,255,255,0.72); max-width:560px; margin-bottom:0;}
  .sys-overview{padding:80px 0; background:var(--surface);}
  .nosotros{padding:90px 0 80px; background:var(--surface);}
  .servicios{padding:80px 0 90px; background:var(--paper); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}

  .servicio-group{margin-bottom:44px;}
  .servicio-group:last-of-type{margin-bottom:32px;}
  .servicio-group-title{
    display:flex; align-items:center; gap:12px;
    font-size:15.5px; font-family:'Space Grotesk',sans-serif; font-weight:600;
    color:var(--heading); margin-bottom:20px; padding-bottom:14px;
    border-bottom:1px solid var(--line);
  }
  .servicio-group-num{
    font-family:'IBM Plex Mono',monospace; font-size:11.5px; color:var(--terracotta);
    background:rgba(193,87,46,0.1); padding:4px 10px; border-radius:20px; flex-shrink:0;
  }
  .servicio-grid{display:grid; gap:20px;}
  .servicio-grid.cols-3{grid-template-columns:repeat(3,1fr);}
  .servicio-grid.cols-2{grid-template-columns:repeat(2,1fr);}
  .servicio-grid.cols-1{grid-template-columns:minmax(0,1fr); max-width:420px;}

  .servicio-card{
    background:var(--navy); border:1px solid var(--line); border-radius:var(--radius);
    padding:26px; display:flex; flex-direction:column;
  }
  .servicio-card h4{font-size:16.5px; margin-bottom:8px; font-family:'Space Grotesk'; color:#fff; font-weight:600;}
  .servicio-card p{font-size:13.5px; color:rgba(255,255,255,0.68); flex-grow:1; margin-bottom:16px;}
  .service-cta{
    display:inline-flex; align-items:center; gap:6px;
    font-size:12.5px; font-weight:600; color:var(--terracotta);
    width:fit-content;
  }
  .service-cta:hover{color:var(--terracotta-deep);}
  .sys-overview-grid{display:grid; grid-template-columns:1.2fr 1fr; gap:48px; align-items:start;}
  .sys-overview-grid p{color:var(--ink-soft); font-size:15.5px; margin-bottom:16px;}
  .sys-spec-box{
    background:var(--paper); border:1px solid var(--line); border-radius:var(--radius); padding:26px;
  }
  .sys-spec-box h4{font-family:'IBM Plex Mono', monospace; font-size:11.5px; letter-spacing:0.1em; text-transform:uppercase; color:var(--ink-soft); margin-bottom:16px;}

  .modalidades{padding:80px 0; background:var(--paper); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
  .modalidad-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
  .modalidad-card{background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:28px;}
  .modalidad-card .num{font-family:'IBM Plex Mono', monospace; font-size:12px; color:var(--terracotta); margin-bottom:10px; display:block;}
  .modalidad-card h3{font-size:19px; margin-bottom:10px;}
  .modalidad-card p{color:var(--ink-soft); font-size:14px; margin-bottom:14px;}
  .modalidad-card ul{list-style:none; display:flex; flex-direction:column; gap:8px;}
  .modalidad-card ul li{display:flex; gap:8px; font-size:13.5px; color:var(--ink-soft); align-items:flex-start;}
  .modalidad-card ul li::before{content:'✓'; color:var(--modular); font-weight:700; flex-shrink:0;}

  .beneficios{padding:80px 0; background:var(--surface);}
  .beneficios-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:24px;}
  .beneficio-item{display:flex; gap:14px; align-items:flex-start;}
  .beneficio-item .b-icon{
    font-family:'IBM Plex Mono', monospace; font-size:12px; color:var(--white);
    background:var(--navy); width:30px; height:30px; border-radius:50%;
    display:flex; align-items:center; justify-content:center; flex-shrink:0;
  }
  .beneficio-item h4{font-size:15.5px; margin-bottom:4px; font-family:'Space Grotesk'; color:var(--heading);}
  .beneficio-item p{font-size:13.5px; color:var(--ink-soft);}

  .cross-links{padding:56px 0; background:var(--navy); text-align:center;}
  .cross-links p{color:rgba(255,255,255,0.6); font-size:13.5px; margin-bottom:16px; font-family:'IBM Plex Mono', monospace; text-transform:uppercase; letter-spacing:0.08em;}
  .cross-links-row{display:flex; gap:14px; justify-content:center; flex-wrap:wrap;}
  .cross-links-row a{
    border:1px solid rgba(255,255,255,0.25); color:var(--white); padding:10px 20px;
    border-radius:var(--radius); font-size:13.5px; font-weight:500;
  }
  .cross-links-row a:hover{background:rgba(255,255,255,0.1);}

  /* ---------- TRANSPARENCIA / REPORTES ---------- */
  .transparencia{padding:96px 0; background:var(--navy);}
  .transparencia .section-head h2, .transparencia .section-head p{color:var(--white);}
  .transparencia .section-head p{color:rgba(255,255,255,0.65);}
  .tr-grid{display:grid; grid-template-columns:1.1fr 1fr; gap:48px; align-items:center;}
  .tr-points{display:flex; flex-direction:column; gap:24px;}
  .tr-point{display:flex; gap:16px;}
  .tr-icon{
    width:38px; height:38px; flex-shrink:0;
    border:1px solid rgba(255,255,255,0.25);
    display:flex; align-items:center; justify-content:center;
    font-family:'IBM Plex Mono', monospace; font-size:13px; color:var(--steel-light);
  }
  .tr-point h4{color:var(--white); font-family:'Space Grotesk'; font-size:16px; margin-bottom:5px; font-weight:600;}
  .tr-point p{color:rgba(255,255,255,0.6); font-size:14px;}

  .report-card{
    background:var(--surface);
    border-radius:var(--radius);
    padding:0;
    overflow:hidden;
    box-shadow:0 24px 60px rgba(0,0,0,0.35);
  }
  .report-card .rc-head{
    background:var(--paper); padding:14px 20px;
    display:flex; justify-content:space-between; align-items:center;
    border-bottom:1px solid var(--line);
    font-family:'IBM Plex Mono', monospace; font-size:11.5px; color:var(--ink-soft);
  }
  .rc-dot{width:8px;height:8px;border-radius:50%; background:#2E9E5B; display:inline-block; margin-right:6px;}
  .rc-body{padding:22px 20px;}
  .rc-row{display:flex; justify-content:space-between; padding:10px 0; border-bottom:1px solid var(--line); font-size:13.5px;}
  .rc-row:last-child{border-bottom:none;}
  .rc-row span:first-child{color:var(--ink-soft);}
  .rc-row span:last-child{font-weight:600; color:var(--heading); font-family:'IBM Plex Mono', monospace; font-size:12.5px;}
  .rc-bar{height:6px; background:var(--paper); border-radius:3px; margin-top:14px; overflow:hidden;}
  .rc-bar i{display:block; height:100%; width:64%; background:var(--terracotta);}

  /* ---------- UBICACION ---------- */
  .ubicacion{padding:90px 0; background:var(--surface);}
  .ubi-grid{display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center;}
  .ubi-list{display:flex; flex-direction:column; gap:18px; margin-top:24px;}
  .ubi-list li{display:flex; gap:12px; align-items:flex-start; font-size:14.5px; color:var(--ink-soft); list-style:none;}
  .ubi-list li::before{content:'—'; color:var(--terracotta); font-weight:700; flex-shrink:0;}


  /* ---------- CTA FINAL ---------- */
  .cta-final{
    padding:100px 0; text-align:center;
    background:var(--paper);
    border-top:1px solid var(--line);
  }
  .cta-final h2{font-size:clamp(28px,4vw,42px); max-width:640px; margin:0 auto 18px;}
  .cta-final p{color:var(--ink-soft); max-width:480px; margin:0 auto 36px; font-size:15.5px;}
  .cta-final .btn{font-size:15px; padding:16px 32px;}
  .btn-stack{flex-direction:column; gap:2px; line-height:1.35; text-align:center;}
  .btn-stack span{display:block;}

  /* ---------- FOOTER ---------- */
  footer{background:var(--navy-deep); color:rgba(255,255,255,0.55); padding:48px 0 28px;}
  .foot-grid{display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap; gap:28px; padding-bottom:28px; border-bottom:1px solid var(--line-soft); margin-bottom:22px;}
  .foot-brand{display:flex; align-items:center; gap:10px;}
  .foot-brand img{height:54px; width:auto;}
  .foot-brand span{color:var(--white); font-family:'Space Grotesk'; font-weight:600; font-size:14px;}
  .foot-cols{display:flex; gap:56px; flex-wrap:wrap;}
  .foot-col h5{font-family:'IBM Plex Mono', monospace; font-size:11.5px; letter-spacing:0.1em; text-transform:uppercase; color:var(--steel-light); margin-bottom:14px;}
  .foot-col a, .foot-col p{display:block; font-size:13.5px; margin-bottom:8px; color:rgba(255,255,255,0.6);}
  .foot-col a:hover{color:var(--white);}
  .foot-bottom{font-size:12.5px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:8px;}

  /* ---------- MOBILE ---------- */
  .menu-toggle{display:none; background:none; border:none; cursor:pointer; color:var(--heading); font-size:24px; line-height:1; padding:4px;}
  @media (max-width:860px){
    .hero-net{display:none;}
    .nav-links{
      display:none;
      position:absolute; top:100%; left:0; right:0;
      background:var(--surface);
      flex-direction:column; align-items:stretch;
      padding:18px 28px 22px;
      border-bottom:1px solid var(--line);
      box-shadow:0 16px 28px rgba(14,42,68,0.12);
      gap:16px;
      z-index:60;
    }
    .nav-links.open{display:flex;}
    .nav-links a{font-size:15.5px; padding:4px 0;}
    .nav-links a.btn{width:100%; justify-content:center; margin-top:8px; padding:13px 20px;}
    .menu-toggle{display:block;}
    .timeline{grid-template-columns:1fr; gap:36px;}
    .timeline::before{display:none;}
    .step-dot{display:none;}
    .spec-grid, .tr-grid, .ubi-grid{grid-template-columns:1fr;}
    .invest-grid, .modalidad-grid, .sys-overview-grid, .beneficios-grid{grid-template-columns:1fr;}
    .servicio-grid.cols-3, .servicio-grid.cols-2{grid-template-columns:1fr;}
    .foot-grid{flex-direction:column;}
  }
