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

:root{
  --navy:#172b45;
  --navy-dark:#071a2d;
  --orange:#f58220;
  --orange-dark:#df6e13;
  --text:#182536;
  --muted:#68778a;
  --light:#f5f7f9;
  --border:#e4e9ee;
  --white:#ffffff;
}

html{
  scroll-behavior:smooth;
}

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

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

.wrap{
  width:min(1380px,calc(100% - 80px));
  margin:0 auto;
}


/* ============================================================
   HEADER
   ============================================================ */

.site-header{
  height:102px;
  background:#0D1B2A;
  border-bottom:1px solid #0D1B2A;
  position:relative;
  z-index:20;
}

.header-inner{
  height:100%;
  display:flex;
  align-items:center;
  gap:35px;
}

.brand{
  width:360px;
  flex:0 0 360px;
  display:flex;
  align-items:center;
  background:#0D1B2A;
}

.brand img{
  width:315px;
  height:auto;
  max-height:86px;
  object-fit:contain;
  object-position:left center;
  display:block;
}

.main-nav{
  flex:1;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:38px;
}

.main-nav a{
  position:relative;
  padding:40px 0;
  font-size:14px;
  font-weight:700;
  color:#fff;
  white-space:nowrap;
}

.main-nav a.active{
  color:var(--orange);
}

.main-nav a.active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:31px;
  height:3px;
  border-radius:3px;
  background:var(--orange);
}

.header-inner > .btn{
  flex:0 0 auto;
}


/* ============================================================
   BUTTONS
   ============================================================ */

.btn{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 25px;
  border-radius:7px;
  font-size:13px;
  font-weight:800;
  transition:.2s ease;
}

.btn-orange{
  color:#fff;
  background:var(--orange);
  box-shadow:0 8px 18px rgba(245,130,32,.20);
}

.btn-orange:hover{
  background:var(--orange-dark);
  transform:translateY(-1px);
}

.btn-outline{
  color:var(--navy);
  border:1px solid rgba(13,27,42,.28);
  background:#fff;
}


/* ============================================================
   HERO
   ============================================================ */

.hero{
  position:relative;
  min-height:620px;
  overflow:hidden;
  background:#f2f4f7;
}

.hero-background{
  position:absolute;
  inset:0;
  opacity:.10;
  background:
    linear-gradient(90deg,
      rgba(13,27,42,.16) 0%,
      rgba(13,27,42,.08) 45%,
      rgba(13,27,42,.02) 100%
    ),
    repeating-linear-gradient(
      90deg,
      rgba(13,27,42,.035) 0 1px,
      transparent 1px 90px
    );
}

.hero-background::before{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:65%;
  height:80%;
  opacity:.10;
  background:
    linear-gradient(to top,rgba(13,27,42,.18),transparent),
    repeating-linear-gradient(
      90deg,
      transparent 0 25px,
      rgba(13,27,42,.05) 26px 31px,
      transparent 32px 65px
    );
  clip-path:polygon(
    0 60%,5% 45%,11% 58%,17% 35%,22% 50%,
    28% 28%,35% 51%,41% 20%,48% 42%,54% 30%,
    62% 52%,69% 25%,76% 48%,83% 20%,90% 44%,
    100% 28%,100% 100%,0 100%
  );
}

.hero-grid{
  position:relative;
  z-index:2;
  min-height:620px;
  display:grid;
  grid-template-columns:minmax(0,43%) minmax(0,57%);
  align-items:center;
  gap:28px;
  padding:42px 0;
}

.hero-copy{
  max-width:560px;
  color:var(--navy);
}

.hero h1{
  font-size:54px;
  line-height:1.03;
  letter-spacing:-2.5px;
  font-weight:800;
}

.hero h1 span{
  color:var(--orange);
}

.hero-description{
  max-width:500px;
  margin-top:22px;
  color:#d4deea;
  font-size:16px;
  line-height:1.55;
}

.hero-actions{
  display:flex;
  gap:12px;
  margin-top:20px;
}

.hero-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:22px;
  max-width:390px;
}

.hero-stats div{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
  min-height:78px;
  padding:12px 14px;
  box-sizing:border-box;
  border-radius:12px;
  background:#fff;
  box-shadow:0 8px 22px rgba(0,0,0,.12);
}

.hero-stats strong{
  color:#172b45;
  font-size:21px;
  line-height:1;
}

.hero-stats span{
  color:var(--orange);
  font-size:11px;
  line-height:1.2;
}


/* ============================================================
   DASHBOARD
   ============================================================ */

.dashboard{
  position:relative;
  top:5px;
  width:100%;
  min-width:0;
  padding:24px;
  border-radius:18px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(255,255,255,.8);
  box-shadow:0 28px 60px rgba(0,0,0,.28);
}

.dashboard-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:16px;
}

.dashboard-title{
  min-width:0;
}

.dashboard-brand{
  display:flex;
  align-items:center;
  gap:7px;
  color:var(--orange);
  font-size:8px;
  font-weight:800;
  letter-spacing:1.2px;
  margin-bottom:4px;
}

.dashboard-mark{
  width:17px;
  height:17px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:2px solid var(--orange);
  font-size:9px;
}

.dashboard-head h2{
  color:var(--navy);
  font-size:17px;
}

.dashboard-head select{
  min-width:145px;
  height:38px;
  padding:0 10px;
  border:1px solid #aeb8c4;
  border-radius:7px;
  background:#fff;
  color:#5e6c7d;
  font-family:inherit;
  font-size:10px;
}

.kpi-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-bottom:12px;
}

.kpi{
  min-width:0;
  padding:14px;
  min-height:96px;
  border:1px solid #e5eaf0;
  border-radius:10px;
  background:#fbfcfd;
}

.kpi span{
  display:block;
  color:#6f7e90;
  font-size:9px;
}

.kpi strong{
  display:block;
  color:#182b42;
  font-size:23px;
  margin:8px 0 4px;
}

.kpi small{
  color:var(--orange);
  font-size:8px;
  font-weight:800;
}

.dashboard-panels{
  display:grid;
  grid-template-columns:minmax(0,2.15fr) minmax(205px,1fr);
  gap:12px;
}

.chart-card,
.portfolio-card{
  min-width:0;
  border:1px solid #e5eaf0;
  border-radius:11px;
  background:#fff;
  padding:16px;
}

.card-title{
  color:#182b42;
  font-size:11px;
  font-weight:800;
  margin-bottom:8px;
}

.chart-card svg{
  width:100%;
  height:185px;
  display:block;
}

.grid-line{
  stroke:#e9edf2;
  stroke-width:1;
}

.recovery-line{
  fill:none;
  stroke:var(--orange);
  stroke-width:4;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.chart-points circle{
  fill:#fff;
  stroke:var(--orange);
  stroke-width:3;
}

.chart-months{
  display:flex;
  justify-content:space-between;
  color:#8794a3;
  font-size:7px;
}

.portfolio-content{
  min-height:216px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
}

.donut{
  flex:0 0 108px;
  width:108px;
  height:108px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:conic-gradient(
    #22c55e 0 28%,
    #4169d8 28% 52%,
    var(--orange) 52% 74%,
    var(--navy) 74% 100%
  );
}

.donut-hole{
  width:66px;
  height:66px;
  border-radius:50%;
  background:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

.donut-hole strong{
  color:var(--navy);
  font-size:16px;
  line-height:1;
}

.donut-hole span{
  color:#8b96a3;
  font-size:8px;
  margin-top:4px;
}

.legend{
  width:100%;
  min-width:0;
}

.legend div{
  display:grid;
  grid-template-columns:8px minmax(0,1fr) auto;
  gap:6px;
  align-items:center;
  margin:4px 0;
  color:#4e5d6e;
  font-size:8px;
  white-space:nowrap;
}

.legend strong{
  color:var(--navy);
  font-size:9px;
}

.dot{
  width:8px;
  height:8px;
  border-radius:2px;
}

.dot.green{background:#22c55e}
.dot.blue{background:#4169d8}
.dot.orange{background:var(--orange)}
.dot.navy{background:var(--navy)}

.dashboard-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-top:1px solid #edf0f3;
  margin-top:13px;
  padding-top:12px;
}

.dashboard-footer span{
  color:var(--navy);
  font-size:9px;
  font-weight:800;
  letter-spacing:1px;
}

.dashboard-footer small{
  color:#8c98a6;
  font-size:8px;
}

.operation-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:7px;
  margin-top:9px;
}

.operation-grid div{
  min-width:0;
  padding:8px;
  border:1px solid #edf0f3;
  border-radius:7px;
  background:#f8fafb;
}

.operation-grid strong{
  display:block;
  color:var(--navy);
  font-size:12px;
}

.operation-grid span{
  display:block;
  color:#7d8998;
  font-size:7px;
  margin-top:2px;
}


/* ============================================================
   PROBLEM
   ============================================================ */

.problem-section{
  background:var(--navy-dark);
  color:#fff;
  padding:55px 0;
}

.section-heading{
  max-width:620px;
}

.section-heading .eyebrow{
  margin-bottom:10px;
}

.section-heading h2{
  font-size:34px;
  line-height:1.15;
  letter-spacing:-1px;
}

.section-heading p{
  color:#b8c6d5;
  font-size:13px;
  line-height:1.7;
  margin-top:15px;
}

.problem-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:30px;
}

.problem-grid article{
  min-height:150px;
  padding:10px 30px;
  border-left:1px solid rgba(255,255,255,.25);
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}

.problem-icon{
  color:var(--orange);
  font-size:39px;
  font-weight:300;
  margin-bottom:18px;
}

.problem-grid h3{
  font-size:14px;
  line-height:1.45;
  font-weight:600;
}


/* ============================================================
   METHOD
   ============================================================ */

.method-section{
  background:#f2f4f7;
  padding:70px 0 0;
}

.method-section .wrap{
  display:block;
}

.method-heading{
  text-align:center;
  max-width:720px;
  margin:0 auto 42px;
}

.method-heading .eyebrow{
  display:inline-block;
  color:var(--orange);
  font-size:11px;
  font-weight:800;
  letter-spacing:1.5px;
  margin-bottom:12px;
}

.method-heading h2{
  color:var(--navy);
  font-size:43px;
  line-height:1.05;
  letter-spacing:-1.5px;
}

.method-heading h2 span{
  color:var(--orange);
}

.method-heading p{
  color:#68778a;
  font-size:13px;
  line-height:1.7;
  max-width:560px;
  margin:16px auto 0;
}

.method-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.method-grid article{
  min-height:175px;
  padding:22px 20px;
  border:1px solid #e2e7ec;
  border-top:4px solid #7F7F7F;
  border-radius:10px;
  background:#fff;
  box-shadow:0 8px 20px rgba(17,35,55,.06);
  text-align:left;
}

.method-grid article > span{
  display:block;
  color:var(--orange);
  font-size:20px;
  font-weight:800;
}

.method-grid h3{
  color:#111827;
  font-size:16px;
  line-height:1.35;
  margin-top:24px;
}

.method-grid p{
  color:#1f2937;
  font-size:11px;
  line-height:1.6;
  margin-top:10px;
}

.method-bottom{
  margin-top:55px;
  background:var(--navy);
  padding:28px 0;
}

.method-bottom p{
  margin:0;
  color:#fff;
  font-size:16px;
  line-height:1.5;
  text-align:center;
}

.method-bottom strong{
  color:var(--orange);
}
/* ============================================================
   TECHNOLOGY
   ============================================================ */

.technology-section{
  background:#f5f7f9;
  padding:60px 0;
}

.technology-section h2{
  max-width:700px;
  color:var(--navy);
  font-size:42px;
  line-height:1.1;
}


/* ============================================================
   CONTACT
   ============================================================ */

.contact-section{
  background:#fff;
  padding:60px 0;
}

.contact-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}

.contact-inner h2{
  color:var(--navy);
  font-size:40px;
  line-height:1.1;
}


/* ============================================================
   FOOTER
   ============================================================ */

footer{
  background:var(--navy);
  color:#fff;
  padding:35px 0;
}

.footer-inner{
  display:flex;
  align-items:center;
}

.footer-inner strong{
  display:block;
  font-size:17px;
}

.footer-inner span{
  display:block;
  color:#a8b7c7;
  font-size:10px;
  margin-top:5px;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media(max-width:1200px){

  .brand{
    width:280px;
    flex-basis:280px;
  }

  .brand img{
    width:250px;
  }

  .main-nav{
    gap:22px;
  }

  .hero-grid{
    grid-template-columns:1fr;
  }

  .hero-copy{
    max-width:700px;
  }

  .dashboard{
    max-width:950px;
  }
}

@media(max-width:850px){

  .wrap{
    width:min(100% - 32px,1380px);
  }

  .site-header{
    height:auto;
  }

  .header-inner{
    min-height:80px;
  }

  .brand{
    width:auto;
    flex:0 0 auto;
  }

  .brand img{
    width:190px;
  }

  .main-nav{
    display:none;
  }

  .hero-grid{
    min-height:auto;
    padding:55px 0;
  }

  .hero h1{
    font-size:43px;
  }

  .kpi-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .dashboard-panels{
    grid-template-columns:1fr;
  }

  .problem-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .method-section .wrap{
    grid-template-columns:1fr;
  }

  .method-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:560px){

  .header-inner > .btn{
    display:none;
  }

  .brand img{
    width:180px;
  }

  .hero h1{
    font-size:35px;
  }

  .hero-actions{
    flex-wrap:wrap;
  }

  .hero-stats{
    flex-wrap:wrap;
  }

  .kpi-grid{
    grid-template-columns:1fr;
  }

  .operation-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .problem-grid,
  .method-grid{
    grid-template-columns:1fr;
  }

  .contact-inner{
    flex-direction:column;
    align-items:flex-start;
  }
}
/* ============================================================
   V30.1 — ICONOS METODO G360
   ============================================================ */

.method-grid .method-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  color:var(--orange);
  margin-bottom:18px;
}

.method-grid .method-icon svg{
  width:42px;
  height:42px;
  display:block;
  overflow:visible;
}

.method-grid .method-icon svg circle,
.method-grid .method-icon svg line,
.method-grid .method-icon svg path,
.method-grid .method-icon svg polyline{
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.method-grid .method-icon svg circle[fill="currentColor"]{
  fill:currentColor;
  stroke:none;
}

/* ============================================================
   V32 — ICONOS EL COSTO DE NO ACTUAR
   ============================================================ */

.problem-icon-svg{
  display:flex;
  align-items:center;
  justify-content:center;
  height:82px;
  margin-bottom:22px;
}

.problem-icon-svg svg{
  width:72px;
  height:72px;
  overflow:visible;
}

.problem-icon-svg svg rect,
.problem-icon-svg svg path,
.problem-icon-svg svg circle{
  fill:none;
  stroke:var(--orange);
  stroke-width:3;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.problem-icon-svg svg rect{
  fill:transparent;
}

/* ============================================================
   G360-WEB — V33
   CONTACTO FUNCIONAL
   ============================================================ */

.contact-v33{
  display:grid;
  grid-template-columns:minmax(0, .9fr) minmax(420px, 1.1fr);
  gap:64px;
  align-items:start;
  padding:72px 0;
}

.contact-v33-intro{
  max-width:560px;
}

.contact-v33-intro h2{
  margin-top:10px;
  margin-bottom:20px;
  color:#102b4a;
}

.contact-v33-intro h2 span{
  color:var(--orange);
}

.contact-v33-intro p{
  max-width:520px;
  margin-bottom:34px;
}

.contact-links{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.contact-link{
  display:flex;
  align-items:center;
  gap:13px;
  padding:15px;
  border:1px solid #dce2e8;
  border-radius:10px;
  background:#fff;
  text-decoration:none;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease;
}

.contact-link:hover{
  transform:translateY(-2px);
  border-color:var(--orange);
  box-shadow:0 8px 20px rgba(16,43,74,.08);
}

.contact-link-icon{
  width:38px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 38px;
  border:1.5px solid var(--orange);
  border-radius:50%;
  color:var(--orange);
  font-size:17px;
  font-weight:700;
}

.contact-link small{
  display:block;
  margin-bottom:3px;
  color:#7b8794;
  font-size:9px;
  letter-spacing:1px;
  font-weight:700;
}

.contact-link strong{
  display:block;
  color:#102b4a;
  font-size:13px;
}

.contact-form-card{
  padding:30px;
  border:1px solid #dce2e8;
  border-radius:16px;
  background:#fff;
  box-shadow:0 12px 35px rgba(16,43,74,.08);
}

.contact-form-heading{
  margin-bottom:22px;
}

.contact-form-heading h3{
  margin:7px 0 6px;
  color:#102b4a;
  font-size:25px;
}

.contact-form-heading p{
  margin:0;
}

.contact-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.contact-field{
  margin-bottom:16px;
}

.contact-field label{
  display:block;
  margin-bottom:7px;
  color:#102b4a;
  font-size:12px;
  font-weight:700;
}

.contact-field input,
.contact-field textarea{
  width:100%;
  box-sizing:border-box;
  border:1px solid #d7dee6;
  border-radius:8px;
  padding:12px 13px;
  background:#fff;
  color:#102b4a;
  font-family:inherit;
  font-size:13px;
  outline:none;
  transition:border-color .18s ease, box-shadow .18s ease;
}

.contact-field input:focus,
.contact-field textarea:focus{
  border-color:var(--orange);
  box-shadow:0 0 0 3px rgba(245,130,32,.10);
}

.contact-field textarea{
  resize:vertical;
  min-height:120px;
}

.contact-submit{
  border:none;
  cursor:pointer;
  margin-top:2px;
}

.contact-form-note{
  margin:12px 0 0;
  color:#7b8794;
  font-size:10px;
  line-height:1.5;
}

.footer-contact{
  display:flex;
  align-items:center;
  gap:22px;
}

.footer-contact a{
  color:#fff;
  text-decoration:none;
  font-size:12px;
}

.footer-contact a:hover{
  color:var(--orange);
}


/* ============================================================
   V33 — RESPONSIVE CONTACTO
   ============================================================ */

@media(max-width:900px){

  .contact-v33{
    grid-template-columns:1fr;
    gap:38px;
  }

}

@media(max-width:620px){

  .contact-links{
    grid-template-columns:1fr;
  }

  .contact-form-grid{
    grid-template-columns:1fr;
    gap:0;
  }

  .contact-form-card{
    padding:22px;
  }

  .footer-contact{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
    margin-top:18px;
  }

}