.elementor-kit-6{--e-global-color-primary:#2DD4BF;--e-global-color-secondary:#0D9488;--e-global-color-text:#0F172A;--e-global-color-accent:#0891B2;--e-global-color-fcc02e9:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:72px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-word-spacing:20px;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ======================================================
   GLOBAL TOKENS
====================================================== */

:root{
  --nativa-container:1280px;
  --nativa-x:80px;

  --nativa-teal:#0D9488;
  --nativa-teal-light:#2DD4BF;
  --nativa-navy:#061A3A;
}

/* ======================================================
   HOME HEADER - TRANSPARENTE SIN STICKY
   Nota: el header interno usa #nativa-header-interno y se mantiene intacto.
====================================================== */

body.home #nativa-header{
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  z-index:9999 !important;

  background:transparent !important;
  box-shadow:none !important;
  border-bottom:none !important;

  transition:
    background .35s ease,
    box-shadow .35s ease;
}

/* Desactiva cualquier clase sticky residual de Elementor solo en home */
body.home #nativa-header.elementor-sticky,
body.home #nativa-header.elementor-sticky--active,
body.home #nativa-header.elementor-sticky--effects,
body.home #nativa-header.e-sticky,
body.home #nativa-header.e-sticky--active,
body.home #nativa-header.e-con.elementor-sticky--active,
body.home #nativa-header.e-con.elementor-sticky--effects{
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;

  background:transparent !important;
  box-shadow:none !important;
  border-bottom:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

/* ======================================================
   HOME HEADER - MENU ITEMS
====================================================== */

body.home #nativa-header .elementor-item{
  color:#FFFFFF !important;
  border-radius:10px;
  padding:12px 18px;

  transition:
    background .25s ease,
    color .25s ease,
    transform .25s ease;
}

body.home #nativa-header .elementor-item:hover{
  background:rgba(255,255,255,.10);
  color:#14B8A6 !important;
}

body.home #nativa-header .elementor-item-active,
body.home #nativa-header .current-menu-item > a,
body.home #nativa-header .current_page_item > a,
body.home #nativa-header .current-menu-ancestor > a{
  background:#E8F7F4 !important;
  color:#0D9488 !important;
  border-radius:10px;
  padding:12px 18px;
}

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

.nativa-hero-content{
  width:100%;
  max-width:var(--nativa-container);

  margin:0 auto;

  padding:
    170px
    var(--nativa-x)
    0;

  box-sizing:border-box;

  color:#FFFFFF;
  position:relative;
  z-index:2;
}

.nativa-hero-inner{
  max-width:760px;
}

.nativa-badge{
  display:inline-flex;
  align-items:center;

  padding:10px 18px;
  margin-bottom:36px;

  border:1px solid rgba(45,212,191,.45);
  border-radius:999px;

  background:rgba(20,184,166,.14);

  color:#5EEAD4;

  font-family:Inter,sans-serif;
  font-size:13px;
  font-weight:700;
  letter-spacing:1.2px;
  line-height:1;
}

.nativa-hero-content h1{
  margin:0 0 24px;

  font-family:Inter,sans-serif;
  font-size:72px;
  font-weight:800;
  line-height:.95em;
  letter-spacing:-2.5px;

  color:#FFFFFF;
}

.nativa-hero-content h1 span{
  color:#2DD4BF;
}

.nativa-hero-content p{
  max-width:640px;
  margin:0 0 42px;

  color:rgba(255,255,255,.82);

  font-family:Inter,sans-serif;
  font-size:20px;
  line-height:1.55em;
}

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

.nativa-hero-buttons{
  display:flex;
  align-items:center;
  gap:18px;

  margin-bottom:58px;
}

.nativa-btn-primary,
.nativa-btn-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-height:62px;
  padding:0 36px;

  border-radius:999px;

  font-family:Inter,sans-serif;
  font-size:17px;
  font-weight:700;

  text-decoration:none;

  transition:
    background .25s ease,
    border .25s ease,
    color .25s ease,
    transform .25s ease;
}

.nativa-btn-primary{
  background:#0D9488;
  color:#FFFFFF;
}

.nativa-btn-primary:hover{
  background:#14B8A6;
  color:#FFFFFF;
  transform:translateY(-2px);
}

.nativa-btn-secondary{
  border:2px solid rgba(255,255,255,.35);
  background:rgba(255,255,255,.03);
  color:#FFFFFF;
}

.nativa-btn-secondary:hover{
  border-color:#2DD4BF;
  background:rgba(45,212,191,.08);
  color:#2DD4BF;
  transform:translateY(-2px);
}

/* ======================================================
   STATS
====================================================== */

.nativa-stats{
  display:flex;
  align-items:flex-start;
  gap:58px;
}

.nativa-stats div{
  display:flex;
  flex-direction:column;
}

.nativa-stats strong{
  margin-bottom:8px;

  color:#2DD4BF;

  font-family:Inter,sans-serif;
  font-size:32px;
  font-weight:800;
}

.nativa-stats span{
  color:rgba(255,255,255,.68);

  font-family:Inter,sans-serif;
  font-size:14px;
  line-height:1.4em;
}

/* ======================================================
   ABOUT SECTION
====================================================== */

.nativa-about-section{
  background:#FFFFFF;
  padding:100px 0 90px;
}

.nativa-about-inner{
  width:100%;
  max-width:var(--nativa-container);

  margin:0 auto;

  padding-left:var(--nativa-x);
  padding-right:var(--nativa-x);

  box-sizing:border-box;
}

.nativa-about-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.nativa-section-label{
  display:block;
  margin-bottom:22px;

  color:#0D9488;

  font-family:Inter,sans-serif;
  font-size:14px;
  font-weight:700;
  letter-spacing:3px;
}

.nativa-about-copy h2{
  margin:0 0 28px;

  color:#061A3A;

  font-family:Inter,sans-serif;
  font-size:46px;
  font-weight:800;
  line-height:1.04em;
  letter-spacing:-1.5px;
}

.nativa-about-copy p{
  max-width:650px;
  margin:0 0 22px;

  color:#334155;

  font-family:Inter,sans-serif;
  font-size:17px;
  line-height:1.65em;
}

.nativa-about-bold{
  color:#061A3A !important;
  font-weight:800 !important;
}

/* ======================================================
   ABOUT IMAGES
====================================================== */

.nativa-about-images{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:start;
}

.nativa-about-images .about-img{
  position:relative;
  width:100%;
  height:255px;
  object-fit:cover;
  border-radius:18px;
  display:block;
}

.about-img-1{
  margin-top:0;
}

.about-img-2{
  margin-top:34px;
}

/* ======================================================
   ABOUT CARDS
====================================================== */

.nativa-about-cards{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  margin-top:80px;
}

.nativa-about-card{
  min-height:190px;
  padding:24px;

  border:1px solid rgba(20,184,166,.22);
  border-radius:14px;

  background:
    linear-gradient(
      180deg,
      #F8FFFF 0%,
      #FFFFFF 100%
    );
}

.nativa-card-icon{
  width:56px;
  height:56px;

  margin-bottom:20px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:12px;

  overflow:hidden;

  background:
    linear-gradient(
      135deg,
      #14B8A6,
      #0891B2
    );

  color:#FFFFFF;
}

.nativa-card-icon svg{
  width:26px;
  height:26px;

  stroke:currentColor;
  stroke-width:2.2;

  fill:none;

  stroke-linecap:round;
  stroke-linejoin:round;
}

.nativa-about-card h3{
  margin:0 0 12px;

  color:#061A3A;

  font-family:Inter,sans-serif;
  font-size:15px;
  font-weight:800;
  line-height:1.25em;
  letter-spacing:-0.2px;

  white-space:nowrap;
}

.nativa-about-card p{
  margin:0;

  color:#475569;

  font-family:Inter,sans-serif;
  font-size:14px;
  line-height:1.65em;

  text-align:left;
}

/* ======================================================
   SERVICES SECTION
====================================================== */

.nativa-services-section{
  width:100vw;

  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);

  background:#F8FAFC;

  padding:100px 0 110px;

  box-sizing:border-box;
}

.nativa-services-inner{
  width:100%;
  max-width:var(--nativa-container);

  margin:0 auto;

  padding-left:var(--nativa-x);
  padding-right:var(--nativa-x);

  box-sizing:border-box;
}

.nativa-services-header{
  display:grid;
  grid-template-columns:1.2fr .8fr;

  gap:80px;

  align-items:end;

  margin-bottom:54px;
}

.nativa-services-header h2{
  margin:0;

  color:#061A3A;

  font-family:Inter,sans-serif;
  font-size:48px;
  font-weight:800;
  line-height:1.05em;
  letter-spacing:-1.6px;
}

.nativa-services-header p{
  margin:0;

  color:#475569;

  font-family:Inter,sans-serif;
  font-size:17px;
  line-height:1.65em;
}

.nativa-services-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);

  gap:24px;
}

.nativa-service-card{
  min-height:245px;

  padding:28px;

  border:1px solid rgba(15,23,42,.08);
  border-radius:14px;

  background:#FFFFFF;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border .25s ease;
}

.nativa-service-card:hover{
  transform:translateY(-4px);

  border-color:rgba(20,184,166,.26);

  box-shadow:
    0 18px 45px rgba(15,23,42,.08);
}

.nativa-services-section .nativa-card-icon svg{
  width:26px;
  height:26px;

  stroke:currentColor;
  stroke-width:2.2;

  fill:none;

  stroke-linecap:round;
  stroke-linejoin:round;
}

.nativa-service-card h3{
  margin:0 0 14px;

  color:#061A3A;

  font-family:Inter,sans-serif;
  font-size:18px;
  font-weight:800;
  line-height:1.25em;
}

.nativa-service-card p{
  margin:0;

  color:#475569;

  font-family:Inter,sans-serif;
  font-size:14px;
  line-height:1.7em;
}

/* ======================================================
   PROCESS SECTION
====================================================== */

.nativa-process-section{
  background:#FFFFFF;
  padding:110px 0 120px;
}

.nativa-process-inner{
  width:100%;
  max-width:var(--nativa-container);
  margin:0 auto;
  padding-left:var(--nativa-x);
  padding-right:var(--nativa-x);
  box-sizing:border-box;
}

.nativa-process-heading{
  max-width:1180px;
  margin:0 auto 78px;
  text-align:center;
}

.nativa-process-heading h2{
  margin:0 0 22px;
  color:#061A3A;
  font-family:Inter,sans-serif;
  font-size:64px;
  font-weight:800;
  line-height:1em;
  letter-spacing:-2px;
}

.nativa-process-heading p{
  max-width:820px;
  margin:0 auto;
  color:#64748B;
  font-family:Inter,sans-serif;
  font-size:20px;
  line-height:1.7em;
}

/* TIMELINE */

.nativa-process-timeline{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-bottom:90px;
}

.nativa-process-line{
  position:absolute;
  top:38px;
  left:12%;
  right:8%;
  height:2px;
  background:#19C3B3;
  z-index:1;
}

.nativa-process-step{
  position:relative;
  text-align:center;
  z-index:2;
}

.nativa-process-number{
  position:relative;
  width:78px;
  height:78px;
  margin:0 auto 32px;
  border:2px solid #19C3B3;
  border-radius:999px;
  background:#FFFFFF;
  display:flex;
  align-items:center;
  justify-content:center;
}

.nativa-process-number span{
  color:#0D9488;
  font-family:Inter,sans-serif;
  font-size:21px;
  font-weight:800;
}

.nativa-process-icon{
  position:absolute;
  top:-10px;
  right:-8px;
  width:34px;
  height:34px;
  border-radius:999px;
  background:linear-gradient(135deg,#14B8A6,#0891B2);
  display:flex;
  align-items:center;
  justify-content:center;
}

.nativa-process-icon svg{
  width:16px;
  height:16px;
  stroke:#FFFFFF;
  stroke-width:2.2;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.nativa-process-step h3{
  margin:0 auto 14px;
  color:#061A3A;
  font-family:Inter,sans-serif;
  font-size:18px;
  font-weight:800;
  line-height:1.25em;
  white-space:nowrap;
}

.nativa-process-step p{
  max-width:300px;
  margin:0 auto;
  color:#64748B;
  font-family:Inter,sans-serif;
  font-size:13px;
  line-height:1.7em;
}

/* BANNER */

.nativa-process-banner{
  position:relative;
  width:100%;
  overflow:hidden;
  border-radius:28px;
}

.nativa-process-banner img{
  width:100%;
  height:430px;
  object-fit:cover;
  display:block;
}

.nativa-process-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(6,26,58,.78) 0%,
    rgba(6,26,58,.34) 45%,
    rgba(6,26,58,.04) 100%
  );
}

.nativa-process-quote{
  position:absolute;
  top:50%;
  left:74px;
  transform:translateY(-50%);
  max-width:560px;
  z-index:2;
}

.nativa-process-quote p{
  margin:0 0 18px;
  color:#FFFFFF;
  font-family:Inter,sans-serif;
  font-size:21px;
  font-weight:800;
  line-height:1.6em;
}

.nativa-process-quote span{
  color:#2DD4BF;
  font-family:Inter,sans-serif;
  font-size:15px;
  font-weight:800;
}

/* ======================================================
   TABLET
====================================================== */

@media(max-width:1024px){

  :root{
    --nativa-x:48px;
  }

  .nativa-hero-content{
    padding-top:140px;
  }

  .nativa-hero-content h1{
    font-size:56px;
  }

  .nativa-about-grid{
    grid-template-columns:1fr;
    gap:50px;
  }

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

  .nativa-about-card h3{
    white-space:normal;
  }

  .nativa-services-header{
    grid-template-columns:1fr;
    gap:20px;
  }

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

  .nativa-process-heading h2{
    font-size:46px;
  }

  .nativa-process-timeline{
    grid-template-columns:repeat(2,1fr);
    row-gap:54px;
  }

  .nativa-process-line{
    display:none;
  }

  .nativa-process-step h3{
    white-space:normal;
  }

  .nativa-process-banner img{
    height:340px;
  }

  .nativa-process-quote{
    left:48px;
    right:48px;
  }

}

/* ======================================================
   MOBILE
====================================================== */

@media(max-width:767px){

  :root{
    --nativa-x:24px;
  }

  .nativa-hero-content{
    padding-top:140px;
  }

  .nativa-badge{
    display:none;
  }

  .nativa-hero-content h1{
    font-size:32px;
    line-height:1em;
    letter-spacing:-1.4px;
  }

  .nativa-hero-content p{
    font-size:16px;
    line-height:1.6em;
  }

  .nativa-hero-buttons{
    flex-direction:column;
    align-items:stretch;
    gap:14px;
  }

  .nativa-btn-primary,
  .nativa-btn-secondary{
    width:100%;
    min-height:58px;
    font-size:16px;
  }

  .nativa-stats{
    display:grid;
    grid-template-columns:1fr;
    gap:24px;
  }

  .nativa-stats strong{
    font-size:26px;
  }

  .nativa-about-section{
    padding:70px 0;
  }

  .nativa-about-copy h2{
    font-size:36px;
  }

  .nativa-about-copy p{
    font-size:16px;
  }

  .nativa-about-images{
    grid-template-columns:1fr;
    gap:18px;
  }

  .about-img-2{
    margin-top:0;
  }

  .nativa-about-images .about-img{
    width:100%;
    height:230px;
  }

  .nativa-about-cards{
    grid-template-columns:1fr;
    margin-top:50px;
  }

  .nativa-about-card h3{
    white-space:normal;
  }

  .nativa-services-section{
    padding:70px 0;
  }

  .nativa-services-header h2{
    font-size:36px;
  }

  .nativa-services-header p{
    font-size:16px;
  }

  .nativa-services-grid{
    grid-template-columns:1fr;
  }

  .nativa-service-card{
    min-height:auto;
  }

  .nativa-process-section{
    padding:80px 0 90px;
  }

  .nativa-process-heading{
    margin-bottom:58px;
  }

  .nativa-process-heading h2{
    font-size:36px;
  }

  .nativa-process-heading p{
    font-size:16px;
  }

  .nativa-process-timeline{
    grid-template-columns:1fr;
    gap:42px;
  }

  .nativa-process-step h3{
    white-space:normal;
  }

  .nativa-process-banner img{
    height:420px;
  }

  .nativa-process-quote{
    top:auto;
    bottom:32px;
    left:26px;
    right:26px;
    transform:none;
  }

  .nativa-process-quote p{
    font-size:20px;
  }

}

/* ======================================================
   CLIENTS SECTION
====================================================== */

.nativa-clients-section{
  background:#F8FAFC;
  padding:100px 0 90px;
}

.nativa-clients-inner{
  width:100%;
  max-width:var(--nativa-container);

  margin:0 auto;

  padding-left:var(--nativa-x);
  padding-right:var(--nativa-x);

  box-sizing:border-box;
}

/* ======================================================
   HEADING
====================================================== */

.nativa-clients-heading{
  max-width:1180px;
  margin:0 auto 58px;

  text-align:center;
}

.nativa-clients-heading h2{
  margin:0 0 18px;

  color:#061A3A;

  font-family:Inter,sans-serif;
  font-size:48px;
  font-weight:800;
  line-height:1.08em;
  letter-spacing:-1.6px;
}

.nativa-clients-heading p{
  max-width:620px;

  margin:0 auto;

  color:#64748B;

  font-family:Inter,sans-serif;
  font-size:17px;
  line-height:1.65em;
}

/* ======================================================
   GRID
====================================================== */

.nativa-clients-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);

  gap:24px;

  margin-bottom:64px;
}

.nativa-client-card{
  min-height:160px;

  padding:32px;

  border:1px solid rgba(15,23,42,.08);
  border-radius:14px;

  background:#FFFFFF;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border .25s ease;
}

.nativa-client-card:hover{
  transform:translateY(-4px);

  border-color:rgba(20,184,166,.20);

  box-shadow:
    0 18px 45px rgba(15,23,42,.06);
}

/* ======================================================
   LOGOS
====================================================== */

.nativa-client-logo{
  width:64px;
  height:64px;

  margin-bottom:18px;

  border-radius:14px;

  display:flex;
  align-items:center;
  justify-content:center;

  color:#FFFFFF;

  font-family:Inter,sans-serif;
  font-size:20px;
  font-weight:800;
}

.nativa-client-teal{
  background:#14B8A6;
}

.nativa-client-navy{
  background:#334155;
}

.nativa-client-green{
  background:#0D9488;
}

.nativa-client-cyan{
  background:#10AFC0;
}

.nativa-client-emerald{
  background:#059669;
}

.nativa-client-slate{
  background:#3B8890;
}

.nativa-client-card h3{
  margin:0;

  color:#061A3A;

  font-family:Inter,sans-serif;
  font-size:14px;
  font-weight:700;

  text-align:center;
}

/* ======================================================
   BOTTOM BAR
====================================================== */

.nativa-clients-bar{
  padding:32px 34px;

  border-radius:14px;

  background:
    linear-gradient(
      135deg,
      #0D9488,
      #0891B2
    );

  display:flex;
  align-items:center;
  justify-content:space-between;

  gap:36px;
}

.nativa-clients-bar-main{
  color:#FFFFFF;
}

.nativa-clients-bar-main strong{
  display:block;

  margin-bottom:8px;

  font-family:Inter,sans-serif;
  font-size:24px;
  font-weight:800;

  white-space:nowrap;
}

.nativa-clients-bar-main span{
  display:block;

  font-family:Inter,sans-serif;
  font-size:14px;
  line-height:1.5em;
}

.nativa-clients-bar-items{
  display:flex;
  align-items:center;

  gap:34px;
}

.nativa-clients-bar-item{
  display:flex;
  align-items:center;

  gap:10px;

  color:#FFFFFF;

  font-family:Inter,sans-serif;
  font-size:13px;
  font-weight:800;

  white-space:nowrap;
}

.nativa-clients-bar-item svg{
  width:20px;
  height:20px;

  stroke:#FFFFFF;
  stroke-width:2.2;

  fill:none;

  stroke-linecap:round;
  stroke-linejoin:round;
}

/* ======================================================
   TABLET
====================================================== */

@media(max-width:1024px){

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

  .nativa-clients-bar{
    flex-direction:column;
    align-items:flex-start;
  }

  .nativa-clients-bar-items{
    flex-wrap:wrap;
  }

}

/* ======================================================
   MOBILE
====================================================== */

@media(max-width:767px){

  .nativa-clients-section{
    padding:70px 0;
  }

  .nativa-clients-heading h2{
    font-size:36px;
  }

  .nativa-clients-grid{
    grid-template-columns:1fr;
  }

  .nativa-clients-bar{
    padding:28px;
  }

  .nativa-clients-bar-main strong{
    white-space:normal;
  }

  .nativa-clients-bar-items{
    flex-direction:column;
    align-items:flex-start;

    gap:18px;
  }

}

/* ======================================================
   PROJECTS SECTION
====================================================== */

.nativa-projects-section{
  background:#FFFFFF;
  padding:105px 0 110px;
}

.nativa-projects-inner{
  width:100%;
  max-width:var(--nativa-container);
  margin:0 auto;
  padding-left:var(--nativa-x);
  padding-right:var(--nativa-x);
  box-sizing:border-box;
}

.nativa-projects-top{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:80px;
  align-items:end;
  margin-bottom:56px;
}

.nativa-projects-heading h2{
  margin:0;
  color:#061A3A;
  font-family:Inter,sans-serif;
  font-size:48px;
  font-weight:800;
  line-height:1.05em;
  letter-spacing:-1.6px;
}

.nativa-projects-intro p{
  margin:0;
  color:#475569;
  font-family:Inter,sans-serif;
  font-size:17px;
  line-height:1.65em;
}

/* GRID */

.nativa-projects-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

/* CARD */

.nativa-project-card{
  overflow:hidden;
  border:1px solid rgba(15,23,42,.08);
  border-radius:14px;
  background:#FFFFFF;
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border .25s ease;
}

.nativa-project-card:hover{
  transform:translateY(-5px);
  border-color:rgba(20,184,166,.24);
  box-shadow:0 18px 45px rgba(15,23,42,.08);
}

.nativa-project-image{
  height:225px;
  background:
    linear-gradient(
      135deg,
      rgba(45,212,191,.18),
      rgba(8,145,178,.10)
    );
  transition:transform .35s ease;
}

.nativa-project-card:hover .nativa-project-image{
  transform:scale(1.04);
}

.nativa-project-content{
  padding:22px 22px 28px;
  background:#FFFFFF;
  position:relative;
  z-index:2;
}

.nativa-project-meta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-bottom:18px;
}

.nativa-project-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 14px;
  border-radius:999px;
  background:rgba(45,212,191,.24);
  color:#0D9488;
  font-family:Inter,sans-serif;
  font-size:12px;
  font-weight:700;
  line-height:1;
}

.nativa-project-tag.web{
  background:rgba(103,232,249,.28);
  color:#0891B2;
}

.nativa-project-tag.video{
  background:rgba(187,247,208,.55);
  color:#059669;
}

.nativa-project-tag.branding{
  background:#F1F5F9;
  color:#475569;
}

.nativa-project-client{
  color:#94A3B8;
  font-family:Inter,sans-serif;
  font-size:13px;
  font-weight:700;
  white-space:nowrap;
}

.nativa-project-card h3{
  margin:0 0 12px;
  color:#061A3A;
  font-family:Inter,sans-serif;
  font-size:17px;
  font-weight:800;
  line-height:1.3em;
}

.nativa-project-card p{
  margin:0;
  color:#475569;
  font-family:Inter,sans-serif;
  font-size:14px;
  line-height:1.7em;
}

/* BUTTON */

.nativa-projects-button-wrap{
  display:flex;
  justify-content:center;
  margin-top:56px;
}

.nativa-projects-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:58px;
  padding:0 34px;
  border:2px solid #0D9488;
  border-radius:999px;
  color:#0D9488;
  background:#FFFFFF;
  font-family:Inter,sans-serif;
  font-size:16px;
  font-weight:800;
  text-decoration:none;
  transition:
    background .25s ease,
    color .25s ease,
    transform .25s ease;
}

.nativa-projects-button svg{
  width:18px;
  height:18px;
  stroke:currentColor;
  stroke-width:2.4;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.nativa-projects-button:hover{
  background:#0D9488;
  color:#FFFFFF;
  transform:translateY(-2px);
}

/* RESPONSIVE */

@media(max-width:1024px){
  .nativa-projects-top{
    grid-template-columns:1fr;
    gap:22px;
  }

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

@media(max-width:767px){
  .nativa-projects-section{
    padding:70px 0;
  }

  .nativa-projects-heading h2{
    font-size:36px;
  }

  .nativa-projects-intro p{
    font-size:16px;
  }

  .nativa-projects-grid{
    grid-template-columns:1fr;
  }

  .nativa-project-image{
    height:210px;
  }
}

/* =========================================================
   TESTIMONIOS
========================================================= */

.nativa-testimonials-section{
  padding:95px 0 100px;
  background:#F8FAFC;
}

.nativa-testimonials-inner{
  width:100%;
  max-width:var(--nativa-container);
  margin:0 auto;
  padding-left:var(--nativa-x);
  padding-right:var(--nativa-x);
  box-sizing:border-box;
}

/* HEADER */

.nativa-testimonials-heading{
  text-align:center;
  margin-bottom:44px;
  position:relative;
}

.nativa-testimonials-heading::before{
  content:"“";
  position:absolute;
  top:-34px;
  left:50%;
  transform:translateX(-50%);
  font-size:90px;
  line-height:1;
  color:rgba(13,148,136,.06);
  font-weight:800;
}

.nativa-testimonials-heading .nativa-section-label{
  display:inline-block;
  font-size:14px;
  font-weight:700;
  letter-spacing:3px;
  color:#0D9488;
  margin-bottom:18px;
}

.nativa-testimonials-heading h2{
  max-width:900px;
  margin:0 auto;
  color:#061A3A;
  font-family:Inter,sans-serif;
  font-size:48px;
  font-weight:800;
  line-height:1.08em;
  letter-spacing:-1.6px;
}

/* CARD */

.nativa-testimonial-card{
  position:relative;
  max-width:820px;
  margin:0 auto;
  background:#FFFFFF;
  border:1px solid rgba(20,184,166,.20);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(15,23,42,.035);
}

.nativa-testimonial-slide{
  display:none;
  padding:48px 56px 46px;
  animation:nativaFade .35s ease;
}

.nativa-testimonial-slide.active{
  display:block;
}

@keyframes nativaFade{
  from{
    opacity:0;
    transform:translateY(8px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

/* STARS */

.nativa-testimonial-stars{
  margin-bottom:28px;
  color:#F59E0B;
  font-family:Inter,sans-serif;
  font-size:18px;
  letter-spacing:2px;
}

/* TEXT */

.nativa-testimonial-text{
  max-width:680px;
  margin:0 0 34px;
  color:#061A3A;
  font-family:Inter,sans-serif;
  font-size:20px;
  font-weight:700;
  line-height:1.65em;
  letter-spacing:-0.2px;
}

/* AUTHOR */

.nativa-testimonial-author{
  display:flex;
  align-items:center;
  gap:15px;
}

.nativa-testimonial-avatar{
  width:54px;
  height:54px;
  border-radius:999px;
  background:linear-gradient(135deg,#14B8A6,#0891B2);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#FFFFFF;
  font-family:Inter,sans-serif;
  font-size:16px;
  font-weight:800;
  flex-shrink:0;
}

.nativa-testimonial-author strong{
  display:block;
  margin-bottom:4px;
  color:#061A3A;
  font-family:Inter,sans-serif;
  font-size:16px;
  font-weight:800;
  line-height:1.25em;
}

.nativa-testimonial-author span{
  display:block;
  margin-bottom:3px;
  color:#0D9488;
  font-family:Inter,sans-serif;
  font-size:13px;
  font-weight:700;
}

.nativa-testimonial-author small{
  display:block;
  color:#94A3B8;
  font-family:Inter,sans-serif;
  font-size:12px;
  font-weight:500;
}

/* CONTROLS */

.nativa-testimonial-controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  margin-top:32px;
}

/* ARROWS */

.nativa-testimonial-arrow{
  width:40px;
  height:40px;
  border:1px solid rgba(15,23,42,.10) !important;
  border-radius:999px;
  background:#FFFFFF !important;
  color:#061A3A !important;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  padding:0;
  outline:none !important;
  box-shadow:none !important;
  appearance:none;
  transition:
    color .25s ease,
    border .25s ease,
    transform .25s ease,
    background .25s ease;
}

.nativa-testimonial-arrow svg{
  width:17px;
  height:17px;
  stroke:currentColor;
  stroke-width:2.4;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.nativa-testimonial-arrow:hover,
.nativa-testimonial-arrow:focus,
.nativa-testimonial-arrow:active{
  background:#FFFFFF !important;
  color:#0D9488 !important;
  border-color:#0D9488 !important;
  box-shadow:none !important;
  transform:translateY(-2px);
}

/* DOTS */

.nativa-testimonial-dots{
  display:flex;
  align-items:center;
  gap:8px;
}

.nativa-testimonial-dots button{
  width:8px;
  height:8px;
  padding:0;
  border:0 !important;
  border-radius:999px;
  background:#CBD5E1 !important;
  cursor:pointer;
  appearance:none;
  outline:none !important;
  box-shadow:none !important;
  transition:
    width .25s ease,
    background .25s ease,
    transform .25s ease;
}

.nativa-testimonial-dots button.active{
  width:32px;
  background:#0D9488 !important;
}

.nativa-testimonial-dots button:hover{
  transform:scale(1.12);
}

/* RESPONSIVE */

@media(max-width:1024px){

  .nativa-testimonials-heading h2{
    font-size:42px;
  }

  .nativa-testimonial-slide{
    padding:44px 42px;
  }

  .nativa-testimonial-text{
    font-size:19px;
  }

}

@media(max-width:767px){

  .nativa-testimonials-section{
    padding:70px 0;
  }

  .nativa-testimonials-heading{
    margin-bottom:38px;
  }

  .nativa-testimonials-heading h2{
    font-size:32px;
  }

  .nativa-testimonial-slide{
    padding:34px 26px;
  }

  .nativa-testimonial-stars{
    font-size:17px;
    margin-bottom:22px;
  }

  .nativa-testimonial-text{
    font-size:17px;
    line-height:1.6em;
    margin-bottom:30px;
  }

  .nativa-testimonial-avatar{
    width:50px;
    height:50px;
    font-size:15px;
  }

  .nativa-testimonial-controls{
    margin-top:28px;
  }

}

/* ======================================================
   FINAL CTA SECTION
====================================================== */

.nativa-final-cta-section{
  position:relative;
  overflow:hidden;
  width:100vw;
  margin-left:calc(50% - 50vw);
  min-height:680px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#061A3A;
}

.nativa-final-cta-bg{
  position:absolute;
  inset:0;
  background-image:url("https://nativa360.pe/wp-content/uploads/2026/05/magnific_create-an-ultrarealistic-_2994500528-scaled.png");
  background-size:cover;
  background-position:center;
  transform:scale(1.03);
  z-index:1;
}

.nativa-final-cta-overlay{
  position:absolute;
  inset:0;
  z-index:2;
  background:
    radial-gradient(circle at 12% 45%, rgba(13,148,136,.42) 0%, rgba(13,148,136,.12) 28%, transparent 52%),
    radial-gradient(circle at 88% 48%, rgba(13,148,136,.38) 0%, rgba(13,148,136,.10) 30%, transparent 55%),
    linear-gradient(180deg, rgba(6,26,58,.78) 0%, rgba(6,26,58,.66) 45%, rgba(6,26,58,.82) 100%),
    linear-gradient(90deg, rgba(13,148,136,.42) 0%, rgba(6,26,58,.50) 28%, rgba(6,26,58,.48) 70%, rgba(13,148,136,.40) 100%);
}

.nativa-final-cta-section::before,
.nativa-final-cta-section::after{
  content:"";
  position:absolute;
  width:7px;
  height:7px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  z-index:3;
}

.nativa-final-cta-section::before{
  top:80px;
  left:70px;
}

.nativa-final-cta-section::after{
  bottom:64px;
  right:130px;
}

.nativa-final-cta-inner{
  position:relative;
  z-index:4;
  width:100%;
  max-width:1280px;
  margin:0 auto;
  padding:110px 24px;
  text-align:center;
  box-sizing:border-box;
}

.nativa-final-cta-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 18px;
  margin-bottom:34px;
  border:1px solid rgba(45,212,191,.45);
  border-radius:999px;
  background:rgba(20,184,166,.14);
  color:#5EEAD4;
  font-family:Inter,sans-serif;
  font-size:12px;
  font-weight:800;
  letter-spacing:1px;
  line-height:1;
}

.nativa-final-cta-inner h2{
  margin:0 0 24px;
  color:#FFFFFF;
  font-family:Inter,sans-serif;
  font-size:72px;
  font-weight:800;
  line-height:0.98em;
  letter-spacing:-2.4px;
}

.nativa-final-cta-inner p{
  max-width:820px;
  margin:0 auto 42px;
  color:rgba(255,255,255,.88);
  font-family:Inter,sans-serif;
  font-size:20px;
  line-height:1.55em;
}

.nativa-final-cta-buttons{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin-bottom:38px;
}

.nativa-final-btn-primary,
.nativa-final-btn-whatsapp{
  min-height:60px;
  padding:0 36px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-family:Inter,sans-serif;
  font-size:16px;
  font-weight:800;
  text-decoration:none;
  transition:all .25s ease;
}

.nativa-final-btn-primary{
  background:#FFFFFF;
  color:#0D9488;
}

.nativa-final-btn-primary svg{
  width:18px;
  height:18px;
  stroke:currentColor;
  stroke-width:2.3;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.nativa-final-btn-whatsapp{
  background:rgba(255,255,255,.03);
  color:#25D366;
  border:2px solid #25D366;
}

.nativa-final-btn-whatsapp:hover{
  background:#25D366;
  border-color:#25D366;
  color:#FFFFFF;
}

.nativa-final-cta-features{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:30px;
}

.nativa-final-cta-features div{
  display:flex;
  align-items:center;
  gap:8px;
  color:rgba(255,255,255,.82);
  font-family:Inter,sans-serif;
  font-size:14px;
  font-weight:500;
}

.nativa-final-cta-features svg{
  width:17px;
  height:17px;
  stroke:#2DD4BF;
  stroke-width:2.2;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* RESPONSIVE */

@media(max-width:1024px){

  .nativa-final-cta-inner h2{
    font-size:56px;
  }

}

@media(max-width:767px){

  .nativa-final-cta-section{
    min-height:auto;
  }

  .nativa-final-cta-inner{
    padding:90px 24px;
  }

  .nativa-final-cta-inner h2{
    font-size:38px;
    line-height:1.05em;
  }

  .nativa-final-cta-inner p{
    font-size:16px;
  }

  .nativa-final-cta-buttons{
    flex-direction:column;
    align-items:stretch;
  }

  .nativa-final-btn-primary,
  .nativa-final-btn-whatsapp{
    width:100%;
  }

  .nativa-final-cta-features{
    flex-direction:column;
    gap:14px;
  }

}

/* ======================================================
   CONTACT SECTION - LEFT SIDE
====================================================== */

.nativa-contact-left{
    width:100%;
    max-width:560px;
}

.nativa-contact-label{
    display:inline-block;
    margin-bottom:24px;
    color:#0D9488;
    font-family:'Inter',sans-serif;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.nativa-contact-left h2{
    margin:0 0 28px;
    color:#031B4E;
    font-family:'Inter',sans-serif;
    font-size:64px;
    font-weight:800;
    line-height:1em;
    letter-spacing:-2px;
}

.nativa-contact-description{
    margin:0 0 52px;
    color:#64748B;
    font-family:'Inter',sans-serif;
    font-size:18px;
    font-weight:400;
    line-height:1.8em;
    max-width:540px;
}

.nativa-contact-items{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.nativa-contact-item{
    display:flex;
    align-items:center;
    gap:18px;
}

.nativa-contact-icon{
    width:58px;
    height:58px;
    min-width:58px;
    border-radius:18px;
    background:#ECF4F4;
    display:flex;
    align-items:center;
    justify-content:center;
}

.nativa-contact-icon svg{
    width:25px;
    height:25px;
    color:#0D9488;
    fill:currentColor;
    flex-shrink:0;
}

.nativa-contact-item:nth-child(2) .nativa-contact-icon svg,
.nativa-contact-item:nth-child(3) .nativa-contact-icon svg{
    fill:none;
    stroke:currentColor;
}

.nativa-contact-content{
    display:flex;
    flex-direction:column;
    gap:4px;
}

.nativa-contact-content h4{
    margin:0;
    color:#031B4E;
    font-family:'Inter',sans-serif;
    font-size:22px;
    font-weight:700;
    line-height:1.2em;
}

.nativa-contact-content a{
    color:#0D9488;
    text-decoration:none;
    font-family:'Inter',sans-serif;
    font-size:17px;
    font-weight:600;
    transition:all .25s ease;
}

.nativa-contact-content a:hover{
    opacity:.75;
}

.nativa-contact-content span{
    color:#64748B;
    font-family:'Inter',sans-serif;
    font-size:17px;
    line-height:1.6em;
}

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

@media(max-width:1024px){

    .nativa-contact-left h2{
        font-size:52px;
    }

}

@media(max-width:767px){

    .nativa-contact-left{
        max-width:100%;
    }

    .nativa-contact-left h2{
        font-size:42px;
        line-height:1.05em;
    }

    .nativa-contact-description{
        font-size:16px;
        margin-bottom:42px;
    }

    .nativa-contact-item{
        align-items:flex-start;
    }

    .nativa-contact-content h4{
        font-size:20px;
    }

}

/* =========================
   CONTACT FORM SECTION
========================= */

.nativa-contact-form-card{
    background: #FFFFFF;
    border: 1px solid #E8EDF2;
    border-radius: 32px;
    padding: 42px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
    width: 100%;
    max-width: 640px;
    margin-left: auto;
}

.nativa-contact-form{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* =========================
   ROW
========================= */

.nativa-form-row{
    display: flex;
    gap: 18px;
}

.nativa-form-row .nativa-form-group{
    flex: 1;
}

/* =========================
   LABELS
========================= */

.nativa-form-group label{
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #071B4D;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}

/* =========================
   INPUTS
========================= */

.nativa-form-group input,
.nativa-form-group textarea,
.nativa-form-group select{
    width: 100%;
    border: 1px solid #D9E2EC;
    border-radius: 16px;
    background: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    color: #071B4D;
    padding: 0 18px;
    transition: all 0.25s ease;
    outline: none;
    font-family: inherit;
}

/* INPUT HEIGHT */

.nativa-form-group input,
.nativa-form-group select{
    height: 58px;
}

/* TEXTAREA */

.nativa-form-group textarea{
    min-height: 140px;
    padding-top: 18px;
    resize: none;
    line-height: 1.7;
}

/* PLACEHOLDER */

.nativa-form-group input::placeholder,
.nativa-form-group textarea::placeholder{
    color: #A0AEC0;
}

/* HOVER */

.nativa-form-group input:hover,
.nativa-form-group textarea:hover,
.nativa-form-group select:hover{
    border-color: #B9C7D8;
}

/* FOCUS */

.nativa-form-group input:focus,
.nativa-form-group textarea:focus,
.nativa-form-group select:focus{
    border-color: #0D9488;
    box-shadow: 0 0 0 4px rgba(13, 148, 136, 0.10);
}

/* =========================
   SELECT
========================= */

.nativa-select-wrapper{
    position: relative;
}

.nativa-form-group select{
    appearance: none;
    cursor: pointer;
    padding-right: 54px;
}

.nativa-select-arrow{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #071B4D;
    pointer-events: none;
}

/* =========================
   BUTTON
========================= */

.nativa-form-button{
    width: 100%;
    height: 64px;
    border: none;
    border-radius: 18px;
    background: linear-gradient(135deg, #0D9488 0%, #14B8A6 100%);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.02em;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    transition: all 0.3s ease;

    margin-top: 8px;

    box-shadow: 0 10px 24px rgba(13, 148, 136, 0.18);
}

/* BUTTON HOVER */

.nativa-form-button:hover{
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(13, 148, 136, 0.28);
    filter: brightness(1.03);
}

/* BUTTON ICON */

.nativa-form-button svg{
    width: 19px;
    height: 19px;
}

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

@media(max-width: 767px){

    .nativa-contact-form-card{
        padding: 28px;
        border-radius: 24px;
    }

    .nativa-form-row{
        flex-direction: column;
        gap: 24px;
    }

    .nativa-form-button{
        height: 58px;
        font-size: 16px;
    }

}

/* =========================================================
   OCULTAR TÍTULO AUTOMÁTICO DE LA PÁGINA
========================================================= */

.page-title,
.entry-title,
.elementor-page-title,
h1.entry-title {
  display: none !important;
}


/* =========================================================
   HEADER - PÁGINAS INTERNAS
========================================================= */

body:not(.home) .elementor-location-header,
body:not(.home) .site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 99999 !important;

  background: #ffffff !important;

  box-shadow: none !important;
  border-bottom: none !important;
}


/* =========================================================
   RESET GENERAL PARA EVITAR ESPACIOS EXTRA
========================================================= */

body:not(.home) main,
body:not(.home) .site-main,
body:not(.home) .elementor {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* =========================================================
   HERO - NOSOTROS
========================================================= */

.about-hero {
  position: relative;

  width: 100vw;

  height: 350px;
  min-height: 350px;

  margin-top: 0 !important;
  margin-left: calc(50% - 50vw);

  padding-top: 0 !important;

  display: flex;
  align-items: center;

  background-image: url("https://nativa360.pe/wp-content/uploads/2026/05/confident-business-team-having-quick-meeting-while-standing-near-office-desk-together.png");
  background-size: cover;
  background-position:center 38%;

  overflow: hidden;
}


/* =========================================================
   OVERLAY OSCURO
========================================================= */

.about-hero__overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
    90deg,
    rgba(15, 23, 42, 0.92) 0%,
    rgba(15, 23, 42, 0.78) 38%,
    rgba(15, 23, 42, 0.48) 70%,
    rgba(15, 23, 42, 0.20) 100%
  );

  z-index: 1;
}


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

.about-hero__content {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1280px;

  margin: 0 auto;

  padding: 0 55px;

  box-sizing: border-box;

  color: #ffffff;
}


/* =========================================================
   ETIQUETA SUPERIOR
========================================================= */

.about-hero__tag {
  display: inline-block;

  margin-bottom: 18px;

  padding: 8px 18px;

  border: 1px solid #2dd4bf;
  border-radius: 999px;

  color: #2dd4bf;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
}


/* =========================================================
   TÍTULO PRINCIPAL
========================================================= */

.about-hero h1 {
  margin: 0 0 18px;

  font-family: "Inter", sans-serif;

  font-size: clamp(36px, 4vw, 46px);

  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -1.8px;

  color: #ffffff;
}


/* =========================================================
   DESCRIPCIÓN
========================================================= */

.about-hero p {
  max-width: 640px;

  margin: 0;

  font-family: "Inter", sans-serif;

  font-size: clamp(16px, 1vw, 25px);

  line-height: 1.45;
  font-weight: 400;

  color: #ffffff;
}


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

@media (max-width: 768px) {

  .about-hero {
    height: auto;
    min-height: 430px;

    padding: 50px 0;
  }

  .about-hero__overlay {
    background: rgba(15, 23, 42, 0.84);
  }

  .about-hero__content {
    margin-left: 0;

    padding: 0 24px;
  }

  .about-hero h1 {
    font-size: 36px;
  }

}

/* ======================================================
   TEAM SECTION
====================================================== */

.nativa-team-section{
  padding:120px 0 90px;

  background:#F8FAFC;
}


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

.nativa-team-header{
  max-width:760px;

  margin:0 auto 70px;

  text-align:center;
}

.nativa-team-header h2{
  margin:18px 0 22px;

  color:#061A3A;

  font-family:"Inter",sans-serif;
  font-size:64px;
  line-height:1em;
  font-weight:800;
  letter-spacing:-2px;
}

.nativa-team-header p{
  color:#64748B;

  font-family:"Inter",sans-serif;
  font-size:20px;
  line-height:1.7em;
}


/* ======================================================
   GRID
====================================================== */

.nativa-team-grid{
  width:100%;
  max-width:1280px;

  margin:0 auto;

  padding:0 40px;

  box-sizing:border-box;

  display:grid;
  grid-template-columns:repeat(3,1fr);

  gap:32px;
}


/* ======================================================
   CARD
====================================================== */

.nativa-team-card{
  overflow:hidden;

  border:1px solid rgba(15,23,42,.06);
  border-radius:28px;

  background:#ffffff;

  transition:
    transform .35s ease,
    box-shadow .35s ease;
}

.nativa-team-card:hover{
  transform:translateY(-8px);

  box-shadow:
    0 24px 60px rgba(15,23,42,.08);
}


/* ======================================================
   IMAGE AREA
====================================================== */

.nativa-team-image{
  position:relative;

  height:260px;

  background:
    linear-gradient(
      135deg,
      #DCEFF0 0%,
      #EDF6F7 100%
    );

  overflow:hidden;
}

.nativa-team-placeholder{
  width:100%;
  height:100%;

  display:flex;
  align-items:center;
  justify-content:center;

  color:#0D9488;

  font-family:"Inter",sans-serif;
  font-size:18px;
  font-weight:600;
}

.nativa-team-tag{
  position:absolute;

  left:20px;
  bottom:18px;

  padding:10px 16px;

  border-radius:999px;

  background:
    linear-gradient(
      135deg,
      #14B8A6 0%,
      #0891B2 100%
    );

  color:#ffffff;

  font-family:"Inter",sans-serif;
  font-size:13px;
  font-weight:700;
}


/* ======================================================
   CONTENT
====================================================== */

.nativa-team-content{
  padding:30px 28px 26px;
}

.nativa-team-content h3{
  margin:0 0 10px;

  color:#061A3A;

  font-family:"Inter",sans-serif;
  font-size:32px;
  line-height:1.05em;
  font-weight:800;
  letter-spacing:-1px;
}

.nativa-team-role{
  display:block;

  margin-bottom:20px;

  color:#0D9488;

  font-family:"Inter",sans-serif;
  font-size:16px;
  font-weight:600;
}

.nativa-team-content p{
  margin:0;

  color:#475569;

  font-family:"Inter",sans-serif;
  font-size:17px;
  line-height:1.8em;
}


/* ======================================================
   SOCIALS
====================================================== */

.nativa-team-socials{
  display:flex;
  gap:12px;

  margin-top:26px;
}

.nativa-team-socials a{
  width:44px;
  height:44px;

  display:flex;
  align-items:center;
  justify-content:center;

  border:1px solid rgba(15,23,42,.10);
  border-radius:999px;

  text-decoration:none;

  color:#64748B;

  font-family:"Inter",sans-serif;
  font-size:14px;
  font-weight:700;

  transition:
    background .25s ease,
    color .25s ease,
    transform .25s ease;
}

.nativa-team-socials a:hover{
  background:#0D9488;

  color:#ffffff;

  transform:translateY(-3px);
}


/* ======================================================
   CTA
====================================================== */

.nativa-team-cta{
  max-width:1230px;

  margin:90px auto 0;

  padding:70px 40px;

  border-radius:28px;

  background:
    linear-gradient(
      135deg,
      #0D9488 0%,
      #0891B2 100%
    );

  text-align:center;
}

.nativa-team-cta h3{
  margin:0 0 18px;

  color:#ffffff;

  font-family:"Inter",sans-serif;
  font-size:44px;
  line-height:1em;
  font-weight:800;
}

.nativa-team-cta p{
  max-width:620px;

  margin:0 auto 34px;

  color:rgba(255,255,255,.92);

  font-family:"Inter",sans-serif;
  font-size:18px;
  line-height:1.7em;
}

.nativa-team-cta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  padding:16px 34px;

  border-radius:999px;

  background:#ffffff;

  color:#0D9488;

  text-decoration:none;

  font-family:"Inter",sans-serif;
  font-size:16px;
  font-weight:700;

  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.nativa-team-cta-btn:hover{
  transform:translateY(-3px);

  box-shadow:
    0 18px 40px rgba(255,255,255,.18);
}


/* ======================================================
   TABLET
====================================================== */

@media(max-width:1100px){

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

}


/* ======================================================
   MOBILE
====================================================== */

@media(max-width:767px){

  .nativa-team-section{
    padding:90px 0 70px;
  }

  .nativa-team-header{
    margin-bottom:50px;

    padding:0 24px;
  }

  .nativa-team-header h2{
    font-size:44px;

    letter-spacing:-1.5px;
  }

  .nativa-team-header p{
    font-size:17px;
  }

  .nativa-team-grid{
    grid-template-columns:1fr;

    padding:0 24px;
  }

  .nativa-team-content h3{
    font-size:28px;
  }

  .nativa-team-cta{
    margin:70px 24px 0;

    padding:50px 28px;
  }

  .nativa-team-cta h3{
    font-size:32px;
  }

  .nativa-team-cta p{
    font-size:16px;
  }

}

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

.services-hero{
  position:relative;

  width:100vw;

  height:350px;
  min-height:350px;

  margin-left:calc(50% - 50vw);

  display:flex;
  align-items:center;

  overflow:hidden;

  background-image:url("https://nativa360.pe/wp-content/uploads/2026/05/group-people-using-laptop.png");

  background-size:cover;

  background-position:center 55%; /* imagen subida */
}


/* ======================================================
   OVERLAY
====================================================== */

.services-hero__overlay{
  position:absolute;
  inset:0;

  background:
    linear-gradient(
      90deg,
      rgba(6,26,58,.90) 0%,
      rgba(6,26,58,.76) 38%,
      rgba(6,26,58,.48) 68%,
      rgba(6,26,58,.22) 100%
    );

  z-index:1;
}


/* ======================================================
   CONTENT
====================================================== */

.services-hero__content{
  position:relative;
  z-index:2;

  width:100%;
  max-width:1280px;

  margin:0 auto;

  padding:0 55px;

  box-sizing:border-box;

  color:#ffffff;
}


/* ======================================================
   TAG
====================================================== */

.services-hero__tag{
  display:inline-flex;
  align-items:center;

  padding:10px 18px;

  margin-bottom:22px;

  border:1px solid rgba(45,212,191,.45);
  border-radius:999px;

  background:rgba(20,184,166,.10);

  color:#5EEAD4;

  font-family:"Inter",sans-serif;
  font-size:13px;
  font-weight:700;
  letter-spacing:1.8px;

  text-transform:uppercase;
}


/* ======================================================
   TITLE
====================================================== */

.services-hero h1{
  max-width:760px;

  margin:0 0 20px;

  font-family:"Inter",sans-serif;

  font-size:clamp(40px,4.8vw,48px);

  line-height:.95em;
  letter-spacing:-2.8px;
  font-weight:800;

  color:#ffffff;
}


/* ======================================================
   TEXT
====================================================== */

.services-hero p{
  max-width:700px;

  margin:0;

  color:rgba(255,255,255,.92);

  font-family:"Inter",sans-serif;
  font-size:18px;
  line-height:1.6em;
  font-weight:400;
}


/* ======================================================
   TABLET
====================================================== */

@media(max-width:1024px){

  .services-hero{
    height:350px;
    min-height:350px;
  }

  .services-hero__content{
    padding:0 48px;
  }

  .services-hero h1{
    font-size:54px;
  }

}


/* ======================================================
   MOBILE
====================================================== */

@media(max-width:767px){

  .services-hero{
    min-height:480px;

    padding:70px 0;

    background-position:center;
  }

  .services-hero__content{
    padding:0 24px;
  }

  .services-hero h1{
    font-size:40px;

    line-height:1em;

    letter-spacing:-1.6px;
  }

  .services-hero p{
    font-size:16px;
  }

}

/* ======================================================
   SERVICES LIST SECTION
====================================================== */

.nativa-services-list-section{
  padding:110px 0 120px;
  background:#ffffff;
}

.nativa-services-list-inner{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  padding:0 80px;
  box-sizing:border-box;
}

.nativa-services-list-header{
  max-width:980px;
  margin:0 auto 70px;
  text-align:center;
}

.nativa-services-list-header h2{
  margin:18px 0 18px;
  color:#061A3A;
  font-family:"Inter",sans-serif;
  font-size:56px;
  font-weight:800;
  line-height:1.05em;
  letter-spacing:-2px;
}

.nativa-services-list-header p{
  max-width:650px;
  margin:0 auto;
  color:#64748B;
  font-family:"Inter",sans-serif;
  font-size:17px;
  line-height:1.65em;
}

/* GRID */

.nativa-services-list-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:32px;
}

/* CARD */

.nativa-service-detail-card{
  display:grid;
  grid-template-columns:56px 1fr;
  gap:28px;
  padding:34px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
  background:#ffffff;
  transition:.3s ease;
}

.nativa-service-detail-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 40px rgba(15,23,42,.08);
}

/* ICON */

.nativa-service-detail-icon{
  width:56px;
  height:56px;
  border-radius:14px;
  background:linear-gradient(135deg,#14B8A6,#0891B2);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  color:#ffffff !important;
}

.nativa-service-detail-icon svg{
  width:27px;
  height:27px;
}

.nativa-service-detail-icon svg,
.nativa-service-detail-icon svg *{
  stroke:#ffffff !important;
  fill:none !important;
  stroke-width:1.8 !important;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* CONTENT */

.nativa-service-detail-card h3{
  margin:0 0 12px;
  color:#061A3A;
  font-family:"Inter",sans-serif;
  font-size:22px;
  font-weight:800;
  line-height:1.25em;
}

.nativa-service-detail-card p{
  margin:0 0 22px;
  color:#64748B;
  font-family:"Inter",sans-serif;
  font-size:15px;
  line-height:1.7em;
}

/* LIST */

.nativa-service-detail-card ul{
  margin:0;
  padding:0;
  list-style:none;
}

.nativa-service-detail-card li{
  margin-bottom:12px;
  color:#334155;
  font-family:"Inter",sans-serif;
  font-size:15px;
  line-height:1.4em;
}

.nativa-service-detail-card li::before{
  content:"✓";
  margin-right:14px;
  color:#0D9488;
  font-weight:800;
}

/* CTA */

.nativa-services-list-cta{
  margin-top:70px;
  text-align:center;
}

.nativa-services-list-cta p{
  margin:0 0 26px;
  color:#64748B;
  font-family:"Inter",sans-serif;
  font-size:17px;
}

.nativa-services-list-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:0 34px;
  border-radius:999px;
  background:#0D9488;
  color:#ffffff;
  font-family:"Inter",sans-serif;
  font-size:16px;
  font-weight:800;
  text-decoration:none;
  transition:.3s ease;
}

.nativa-services-list-cta a:hover{
  transform:translateY(-2px);
  opacity:.92;
}

@media(max-width:1024px){

  .nativa-services-list-inner{
    padding:0 48px;
  }

  .nativa-services-list-header h2{
    font-size:44px;
  }

  .nativa-services-list-grid{
    grid-template-columns:1fr;
  }

}

@media(max-width:767px){

  .nativa-services-list-section{
    padding:80px 0 90px;
  }

  .nativa-services-list-inner{
    padding:0 24px;
  }

  .nativa-services-list-header h2{
    font-size:36px;
  }

  .nativa-service-detail-card{
    grid-template-columns:1fr;
    gap:22px;
    padding:28px 24px;
  }

}

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

.nativa-projects-hero{
  position:relative;

  width:100vw;
  height:350px;
  min-height:350px;

  margin-left:calc(50% - 50vw);

  display:flex;
  align-items:center;

  overflow:hidden;

  background-image:url("https://nativa360.pe/wp-content/uploads/2026/05/proyectos.png");
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}

.nativa-projects-hero-overlay{
  position:absolute;
  inset:0;

  background:
  linear-gradient(
    90deg,
    rgba(6,26,58,.88) 0%,
    rgba(6,26,58,.72) 34%,
    rgba(6,26,58,.28) 68%,
    rgba(6,26,58,.10) 100%
  );

  z-index:1;
}

.nativa-projects-hero-inner{
  position:relative;
  z-index:2;

  width:100%;
  max-width:1280px;

  margin:0 auto;
  padding:0 55px;

  box-sizing:border-box;
}

.nativa-projects-hero .nativa-section-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  height:36px;
  padding:0 18px;

  border-radius:999px;

  border:1px solid rgba(45,212,191,.7);

  background:rgba(13,148,136,.16);

  color:#38E2CF;

  font-family:"Inter",sans-serif;
  font-size:14px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;

  margin-bottom:24px;
}

.nativa-projects-hero h1{
  max-width:650px;

  margin:0 0 22px;

  color:#ffffff;

  font-family:"Inter",sans-serif;
  font-size:48px;
  font-weight:800;
  line-height:1.05em;
  letter-spacing:-2px;
}

.nativa-projects-hero p{
  max-width:720px;

  margin:0;

  color:rgba(255,255,255,.92);

  font-family:"Inter",sans-serif;
  font-size:18px;
  line-height:1.65em;
}

/* RESPONSIVE */

@media(max-width:1024px){

  .nativa-projects-hero{
    height:350px;
    min-height:350px;
  }

  .nativa-projects-hero-inner{
    padding:80px 48px;
  }

  .nativa-projects-hero h1{
    font-size:42px;
  }

}

@media(max-width:767px){

  .nativa-projects-hero{
    min-height:420px;
    background-position:center center;
  }

  .nativa-projects-hero-inner{
    padding:70px 24px;
  }

  .nativa-projects-hero h1{
    font-size:36px;
    letter-spacing:-1px;
  }

  .nativa-projects-hero p{
    font-size:16px;
  }

}

/* ======================================================
   PROJECT GALLERY SECTION
====================================================== */

.nativa-project-gallery-section{
  padding:90px 0 110px;
  background:#ffffff;
}

.nativa-project-gallery-inner{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  padding:0 80px;
  box-sizing:border-box;
}

/* FILTERS */

.nativa-project-filters{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:58px;
}

.nativa-project-filters button{
  border:0;
  padding:12px 24px;
  border-radius:999px;
  background:#F1F3F5;
  color:#0F172A;
  font-family:"Inter",sans-serif;
  font-size:14px;
  font-weight:600;
  cursor:pointer;
  transition:.25s ease;
}

.nativa-project-filters button:hover{
  background:#E8F7F4;
  color:#0D9488;
}

.nativa-project-filters button.active{
  background:#0D9488;
  color:#ffffff;
}

/* GRID */

.nativa-project-gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:34px;
}

/* CARD */

.nativa-project-item{
  overflow:hidden;
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
  background:#ffffff;
  transition:.3s ease;
}

.nativa-project-item:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 45px rgba(15,23,42,.08);
}

.nativa-project-thumb{
  height:255px;
  background:
    linear-gradient(
      135deg,
      rgba(45,212,191,.26),
      rgba(255,255,255,.85)
    );
}

/* CONTENT */

.nativa-project-info{
  padding:24px 26px 28px;
}

.nativa-project-meta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  margin-bottom:12px;
}

.nativa-project-meta span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 16px;
  border-radius:999px;
  font-family:"Inter",sans-serif;
  font-size:12px;
  font-weight:600;
  letter-spacing:.01em;
  line-height:1;
  white-space:nowrap;
}

.nativa-project-meta span.redes{
  background:#DDF8F3;
  color:#0D9488;
}

.nativa-project-meta span.web{
  background:#DDF5FF;
  color:#0EA5E9;
}

.nativa-project-meta span.branding{
  background:#F1F5F9;
  color:#64748B;
}

.nativa-project-meta span.audiovisual{
  background:#DCFCE7;
  color:#16A34A;
}

.nativa-project-meta small{
  color:#94A3B8;
  font-family:"Inter",sans-serif;
  font-size:12px;
  font-weight:600;
}

.nativa-project-info h3{
  margin:0 0 12px;
  color:#061A3A;
  font-family:"Inter",sans-serif;
  font-size:16px;
  font-weight:800;
  line-height:1.3em;
}

.nativa-project-info p{
  margin:0 0 18px;
  color:#64748B;
  font-family:"Inter",sans-serif;
  font-size:14px;
  line-height:1.75em;
}

.nativa-project-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.nativa-project-tags span{
  padding:6px 11px;
  border-radius:8px;
  background:#F8FAFC;
  color:#94A3B8;
  font-family:"Inter",sans-serif;
  font-size:11px;
  font-weight:500;
  letter-spacing:.01em;
  white-space:nowrap;
}

/* RESPONSIVE */

@media(max-width:1024px){

  .nativa-project-gallery-inner{
    padding:0 48px;
  }

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

}

@media(max-width:767px){

  .nativa-project-gallery-section{
    padding:70px 0 90px;
  }

  .nativa-project-gallery-inner{
    padding:0 24px;
  }

  .nativa-project-filters{
    justify-content:flex-start;
    gap:10px;
  }

  .nativa-project-filters button{
    padding:10px 18px;
    font-size:14px;
  }

  .nativa-project-gallery-grid{
    grid-template-columns:1fr;
  }

  .nativa-project-thumb{
    height:220px;
  }

}

/* ======================================================
   PROJECTS HERO BANNER
====================================================== */

.projects-hero{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  height:350px;
  min-height:350px;
  overflow:hidden;

  display:flex;
  align-items:center;

  background-image:url('https://nativa360.pe/wp-content/uploads/2026/05/portrait-surgeons-standing-operation-theater.png');
  background-size:cover;
  background-position:center 45%; /* imagen bajada */
  background-repeat:no-repeat;
}

.projects-hero__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      90deg,
      rgba(6,26,58,.88) 0%,
      rgba(6,26,58,.68) 38%,
      rgba(6,26,58,.48) 65%,
      rgba(6,26,58,.58) 100%
    );
  z-index:1;
}

.projects-hero__content{
  position:relative;
  z-index:2;

  width:100%;
  max-width:1280px;

  margin:0 auto;
  padding:0 55px;

  box-sizing:border-box;
}

.projects-hero__tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  padding:11px 20px;
  margin-bottom:28px;

  border-radius:999px;
  border:1px solid rgba(45,212,191,.55);

  background:rgba(13,148,136,.22);
  backdrop-filter:blur(10px);

  color:#2DD4BF;
  font-family:"Inter",sans-serif;
  font-size:14px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.projects-hero h1{
  margin:0 0 26px;

  max-width:720px;

  color:#ffffff;
  font-family:"Inter",sans-serif;
  font-size:48px;
  font-weight:800;
  line-height:1.08em;
  letter-spacing:-0.03em;
}

.projects-hero p{
  margin:0;

  max-width:720px;

  color:rgba(255,255,255,.92);
  font-family:"Inter",sans-serif;
  font-size:17px;
  font-weight:400;
  line-height:1.65em;
}

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

@media(max-width:1024px){

  .projects-hero{
    height:350px;
    min-height:350px;
  }

  .projects-hero__content{
    padding:80px 48px;
  }

  .projects-hero h1{
    font-size:42px;
  }

}

@media(max-width:767px){

  .projects-hero{
    min-height:auto;
    background-position:center;
  }

  .projects-hero__content{
    padding:72px 24px;
  }

  .projects-hero__tag{
    font-size:12px;
    padding:10px 16px;
    margin-bottom:22px;
  }

  .projects-hero h1{
    font-size:32px;
    line-height:1.12em;
    margin-bottom:22px;
  }

  .projects-hero p{
    font-size:15px;
    line-height:1.7em;
  }

}

/* ======================================================
   FIX FINAL - ALINEACIÓN Y ALTURA DE BANNERS INTERNOS
   Mantiene todos los banners internos con el mismo alto
   y el mismo eje horizontal de contenido.
====================================================== */

.about-hero,
.services-hero,
.nativa-projects-hero,
.projects-hero{
  height:350px !important;
  min-height:350px !important;
}

.about-hero__content,
.services-hero__content,
.nativa-projects-hero-inner,
.projects-hero__content{
  width:100% !important;
  max-width:1280px !important;
  margin:0 auto !important;
  padding:0 55px !important;
  box-sizing:border-box !important;
}

@media(max-width:1024px){
  .about-hero__content,
  .services-hero__content,
  .nativa-projects-hero-inner,
  .projects-hero__content{
    padding:0 48px !important;
  }
}

@media(max-width:767px){
  .about-hero,
  .services-hero,
  .nativa-projects-hero,
  .projects-hero{
    height:auto !important;
    min-height:430px !important;
  }

  .about-hero__content,
  .services-hero__content,
  .nativa-projects-hero-inner,
  .projects-hero__content{
    padding:0 24px !important;
  }
}

/* ======================================================
   STATS CARDS SECTION - COMPACT PREMIUM
====================================================== */

.nativa-stats-cards-section{
  padding:32px 0 58px;
  background:#ffffff;
}

.nativa-stats-cards-inner{
  width:100%;
  max-width:1080px;
  margin:0 auto;
  padding:0 40px;
  box-sizing:border-box;

  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.nativa-stat-card{
  min-height:136px;
  padding:20px 18px;

  border:1px solid rgba(20,184,166,.16);
  border-radius:16px;

  background:
    linear-gradient(
      180deg,
      #F8FFFF 0%,
      #FFFFFF 100%
    );

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;

  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.nativa-stat-card:hover{
  transform:translateY(-3px);
  border-color:rgba(13,148,136,.24);
  box-shadow:0 16px 34px rgba(15,23,42,.045);
}

.nativa-stat-icon{
  width:40px;
  height:40px;
  margin-bottom:12px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:12px;
  background:linear-gradient(135deg,#14B8A6,#0891B2);
  color:#ffffff;
}

.nativa-stat-icon svg{
  width:20px;
  height:20px;
  stroke:currentColor;
  stroke-width:1.9;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.nativa-stat-card strong{
  display:block;
  margin-bottom:6px;

  color:#0D9488;
  font-family:"Inter",sans-serif;
  font-size:32px;
  font-weight:800;
  line-height:1;
  letter-spacing:-.8px;
}

.nativa-stat-card p{
  margin:0;
  color:#64748B;
  font-family:"Inter",sans-serif;
  font-size:13px;
  font-weight:500;
  line-height:1.4em;
}

@media(max-width:1024px){

  .nativa-stats-cards-section{
    padding:50px 0 68px;
  }

  .nativa-stats-cards-inner{
    max-width:760px;
    grid-template-columns:repeat(2,1fr);
    padding:0 48px;
  }

}

@media(max-width:767px){

  .nativa-stats-cards-section{
    padding:44px 0 60px;
  }

  .nativa-stats-cards-inner{
    grid-template-columns:1fr;
    padding:0 24px;
  }

  .nativa-stat-card{
    min-height:145px;
  }

  .nativa-stat-card strong{
    font-size:32px;
  }

}

/* ======================================================
   AJUSTES FINALES VERIFICADOS - BANNERS Y STATS
   1. Servicios: imagen de fondo subida visualmente.
   2. Clientes: imagen de fondo bajada visualmente.
   3. Stats: cards más compactas y sección más cercana al banner.
====================================================== */

.services-hero{
  background-position:center 55% !important;
}

.projects-hero{
  background-position:center 45% !important;
}

.nativa-stats-cards-section{
  padding:32px 0 58px !important;
  margin-top:0 !important;
}

.nativa-stats-cards-inner{
  max-width:1080px !important;
  gap:20px !important;
}

.nativa-stat-card{
  min-height:136px !important;
  padding:20px 18px !important;
  border-radius:16px !important;
}

.nativa-stat-icon{
  width:40px !important;
  height:40px !important;
  margin-bottom:12px !important;
  border-radius:12px !important;
}

.nativa-stat-icon svg{
  width:19px !important;
  height:19px !important;
}

.nativa-stat-card strong{
  font-size:32px !important;
  margin-bottom:5px !important;
}

.nativa-stat-card p{
  font-size:13px !important;
  line-height:1.35em !important;
}

/* ======================================================
   CLIENTES DETALLE SECTION
====================================================== */

.nativa-clientes-section{
  padding:90px 0 110px;
  background:#ffffff;
}

.nativa-clientes-inner{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  padding:0 80px;
  box-sizing:border-box;
}

.nativa-clientes-header{
  text-align:center;
  margin-bottom:54px;
}

.nativa-clientes-header span{
  display:block;
  margin-bottom:18px;
  color:#0D9488;
  font-family:"Inter",sans-serif;
  font-size:14px;
  font-weight:700;
  letter-spacing:3px;
}

.nativa-clientes-header h2{
  margin:0;
  color:#061A3A;
  font-family:"Inter",sans-serif;
  font-size:42px;
  font-weight:800;
  line-height:1.1em;
  letter-spacing:-1.4px;
}

.nativa-clientes-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.cliente-card{
  padding:28px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:16px;
  background:#ffffff;
  transition:.3s ease;
}

.cliente-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(15,23,42,.06);
  border-color:rgba(13,148,136,.18);
}

.cliente-top{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:24px;
}

.cliente-logo{
  width:56px;
  height:56px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ffffff;
  font-family:"Inter",sans-serif;
  font-size:20px;
  font-weight:800;
  flex-shrink:0;
}

.cliente-logo.teal{background:linear-gradient(135deg,#14B8A6,#0891B2);}
.cliente-logo.navy{background:#334155;}
.cliente-logo.green{background:linear-gradient(135deg,#10B981,#059669);}
.cliente-logo.cyan{background:linear-gradient(135deg,#22D3EE,#0891B2);}
.cliente-logo.slate{background:linear-gradient(135deg,#64748B,#0D9488);}

.cliente-top h3{
  margin:0 0 5px;
  color:#061A3A;
  font-family:"Inter",sans-serif;
  font-size:18px;
  font-weight:800;
  line-height:1.2em;
}

.cliente-top small{
  color:#0D9488;
  font-family:"Inter",sans-serif;
  font-size:13px;
  font-weight:700;
}

.cliente-card p{
  min-height:82px;
  margin:0 0 22px;
  color:#64748B;
  font-family:"Inter",sans-serif;
  font-size:14px;
  line-height:1.75em;
}

.cliente-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:24px;
}

.tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 13px;
  border-radius:999px;
  font-family:"Inter",sans-serif;
  font-size:12px;
  font-weight:600;
  line-height:1;
  white-space:nowrap;
}

.tag.redes{
  background:#DDF8F3;
  color:#0D9488;
}

.tag.web{
  background:#DDF5FF;
  color:#0EA5E9;
}

.tag.branding,
.tag.identidad{
  background:#EFE7FF;
  color:#6D28D9;
}

.tag.audiovisual{
  background:#DCFCE7;
  color:#16A34A;
}

.tag.estrategia{
  background:#EDE9FE;
  color:#5B21B6;
}

.tag.contenido{
  background:#FEF3C7;
  color:#D97706;
}

.tag.personal,
.tag.instagram{
  background:#FCE7F3;
  color:#DB2777;
}

.cliente-card strong{
  display:block;
  color:#0D9488;
  font-family:"Inter",sans-serif;
  font-size:14px;
  font-weight:800;
}

/* RESPONSIVE */

@media(max-width:1024px){
  .nativa-clientes-inner{
    padding:0 48px;
  }

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

@media(max-width:767px){
  .nativa-clientes-section{
    padding:70px 0 90px;
  }

  .nativa-clientes-inner{
    padding:0 24px;
  }

  .nativa-clientes-header h2{
    font-size:34px;
  }

  .nativa-clientes-grid{
    grid-template-columns:1fr;
  }

  .cliente-card p{
    min-height:auto;
  }
}

/* ======================================================
   CONTACTO BANNER
====================================================== */

.nativa-contact-banner{
  position:relative;
  width:100vw;
  min-height:350px;

  display:flex;
  align-items:center;

  margin-left:calc(50% - 50vw);

  overflow:hidden;

  background-image:url("https://nativa360.pe/wp-content/uploads/2026/05/contacto.png");
  background-size:cover;
  background-position:center 34%;
  background-repeat:no-repeat;
}

.nativa-contact-banner-overlay{
  position:absolute;
  inset:0;

  background:
    linear-gradient(
      90deg,
      rgba(6,26,58,.88) 0%,
      rgba(6,26,58,.72) 32%,
      rgba(6,26,58,.40) 60%,
      rgba(6,26,58,.18) 100%
    );

  z-index:1;
}

.nativa-contact-banner-inner{
  position:relative;
  z-index:2;

  width:100%;
  max-width:1280px;

  margin:0 auto;
  padding:0 80px;
  box-sizing:border-box;

  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.nativa-contact-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  padding:10px 18px;
  margin-bottom:22px;

  border:1px solid rgba(45,212,191,.8);
  border-radius:999px;

  color:#2DD4BF;
  font-family:"Inter",sans-serif;
  font-size:14px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;

  background:rgba(13,148,136,.14);
  backdrop-filter:blur(4px);
}

.nativa-contact-banner h1{
  max-width:650px;
  margin:0 0 20px;

  color:#ffffff;
  font-family:"Inter",sans-serif;
  font-size:48px;
  font-weight:800;
  line-height:1.05em;
  letter-spacing:-2px;
  text-align:left;
}

.nativa-contact-banner p{
  max-width:760px;
  margin:0;

  color:rgba(255,255,255,.92);
  font-family:"Inter",sans-serif;
  font-size:17px;
  font-weight:400;
  line-height:1.6em;
  text-align:left;
}

/* RESPONSIVE */

@media(max-width:1024px){

  .nativa-contact-banner{
    min-height:320px;
  }

  .nativa-contact-banner-inner{
    padding:0 48px;
  }

  .nativa-contact-banner h1{
    font-size:40px;
  }

}

@media(max-width:767px){

  .nativa-contact-banner{
    min-height:300px;
    background-position:72% center;
  }

  .nativa-contact-banner-inner{
    padding:0 24px;
  }

  .nativa-contact-banner h1{
    font-size:34px;
    letter-spacing:-1px;
  }

  .nativa-contact-banner p{
    font-size:16px;
  }

  .nativa-contact-label{
    font-size:12px;
    letter-spacing:1.5px;
  }

}

/* ======================================================
   FOOTER - COLUMNA MARCA
====================================================== */

.nativa-footer-brand{
  max-width:300px;
}

.nativa-footer-logo{
  width:48px;
  height:48px;

  margin-bottom:22px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:10px;
  background:#ffffff;

  overflow:hidden;
}

.nativa-footer-logo img{
  width:38px;
  height:auto;
  display:block;
}

.nativa-footer-brand p{
  margin:0 0 28px;

  color:#CBD5E1;
  font-family:"Inter",sans-serif;
  font-size:14px;
  font-weight:400;
  line-height:1.8em;
}

.nativa-footer-socials{
  display:flex;
  align-items:center;
  gap:12px;
}

.nativa-footer-socials a{
  width:38px;
  height:38px;

  display:flex;
  align-items:center;
  justify-content:center;

  border:1px solid rgba(203,213,225,.24);
  border-radius:999px;

  color:#CBD5E1;
  text-decoration:none;

  transition:.25s ease;
}

.nativa-footer-socials a:hover{
  border-color:#2DD4BF;
  color:#2DD4BF;

  transform:translateY(-2px);
}

.nativa-footer-socials svg{
  width:16px;
  height:16px;

  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;

  fill:none;
}

/* ======================================================
   FOOTER - LISTAS
====================================================== */

.nativa-footer-list h3{
  margin:0 0 24px;

  color:#ffffff;
  font-family:"Inter",sans-serif;
  font-size:14px;
  font-weight:800;
  letter-spacing:.5px;
}

.nativa-footer-list ul{
  margin:0;
  padding:0;
  list-style:none;
}

.nativa-footer-list li{
  margin-bottom:18px;
}

.nativa-footer-list a{
  color:#CBD5E1;
  font-family:"Inter",sans-serif;
  font-size:14px;
  font-weight:400;
  text-decoration:none;
  transition:.25s ease;
}

.nativa-footer-list a:hover{
  color:#2DD4BF;
}

/* ======================================================
   FOOTER - CLIENTES
====================================================== */

.nativa-footer-list h3{
  margin:0 0 24px;

  color:#ffffff;
  font-family:"Inter",sans-serif;
  font-size:14px;
  font-weight:800;
  letter-spacing:.5px;
}

.nativa-footer-list ul{
  margin:0;
  padding:0;
  list-style:none;
}

.nativa-footer-list li{
  margin-bottom:18px;
}

.nativa-footer-list a{
  color:#CBD5E1;
  font-family:"Inter",sans-serif;
  font-size:14px;
  font-weight:400;
  text-decoration:none;
  transition:.25s ease;
}

.nativa-footer-list a:hover{
  color:#2DD4BF;
}

/* ======================================================
   FOOTER - CONTACTO
====================================================== */

.nativa-footer-contact h3{
  margin:0 0 26px;
  color:#ffffff;
  font-family:"Inter",sans-serif;
  font-size:14px;
  font-weight:800;
  letter-spacing:.5px;
}

.nativa-contact-list{
  display:flex;
  flex-direction:column;
  gap:22px;
  margin-bottom:34px;
}

.nativa-contact-item{
  display:flex;
  align-items:center;
  gap:14px;
  color:#CBD5E1;
  text-decoration:none;
  font-family:"Inter",sans-serif;
  font-size:15px;
  font-weight:500;
  transition:.25s ease;
}

.nativa-contact-item:hover{
  color:#2DD4BF;
}

.nativa-contact-icon{
  width:58px;
  height:30px;
  border-radius:999px;
  background:#F8FAFC;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#0D9488;
  flex-shrink:0;
}

.nativa-contact-icon svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.nativa-contact-item:first-child .nativa-contact-icon svg{
  width:18px;
  height:18px;
  fill:currentColor;
  stroke:none;
}

.nativa-footer-btn{
  width:fit-content;
  display:flex;
  align-items:center;
  gap:10px;
  padding:16px 24px;
  border-radius:999px;
  background:linear-gradient(135deg,#14B8A6,#0EA5A4);
  color:#ffffff;
  text-decoration:none;
  font-family:"Inter",sans-serif;
  font-size:15px;
  font-weight:700;
  transition:.3s ease;
}

.nativa-footer-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(20,184,166,.28);
}

.nativa-footer-btn svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
}

/* HEADER INTERNO: quitar separación superior */
body:not(.home) #nativa-header-interno,
body:not(.home) #nativa-header{
  top:0 !important;
  margin-top:0 !important;
  transform:none !important;
}

/* HOME: header transparente, no sticky y un poco más abajo */
body.home #nativa-header{
  position:absolute !important;
  top:22px !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;

  background:transparent !important;
  box-shadow:none !important;
  border-bottom:none !important;

  z-index:9999 !important;
}

/* HOME: asegurar que no se vuelva sticky */
body.home #nativa-header.elementor-sticky,
body.home #nativa-header.elementor-sticky--active,
body.home #nativa-header.elementor-sticky--effects{
  position:absolute !important;
  top:22px !important;
  background:transparent !important;
  box-shadow:none !important;
}/* End custom CSS */