* {
  box-sizing:border-box;
  font-family:'Inter',sans-serif
}
html {
  scroll-behavior:smooth;
  overflow-x:hidden
}
body {
  margin:0;
  color:#000;
  background:#fff;
  overflow-x:hidden;
  width:100%;
  position:relative
}
a {
  text-decoration:none;
  color:inherit
}
.navbar {
  position:fixed;
  inset:0 0 auto;
  z-index:50;
  transition:.3s;
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(12px);
  box-shadow:0 10px 30px rgba(0,0,0,.1);
  border-bottom:1px solid rgba(0,0,0,.1);
  color:#000
}
.navbar.scrolled {
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(12px);
  box-shadow:0 10px 30px rgba(0,0,0,.1);
  border-bottom:1px solid rgba(0,0,0,.1);
  color:#000
}
.nav-container {
  max-width:1280px;
  margin:auto;
  padding:16px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.brand {
  display:flex;
  align-items:center
}
.brand-logo {
  display:block;
  height:80px;
  width:auto;
  max-width:100%;
  object-fit:contain
}
.footer-brand .brand-logo {
  height:110px
}
.footer-mark {
  display:block;
  width:100%;
  max-width:280px;
  height:auto;
  margin:0 0 10px;
  object-fit:contain
}
.hero-mark {
  display:block;
  width:100%;
  max-width:340px;
  height:auto;
  margin:0 auto 32px;
  object-fit:contain
}
.desktop-nav {
  display:flex;
  gap:32px;
  color:#000
}
.navbar.scrolled .desktop-nav {
  color:#000
}
.desktop-nav a {
  font-size:14px;
  font-weight:600
}
.nav-cta {
  border:2px solid currentColor;
  color:#000;
  padding:10px 20px;
  text-transform:uppercase;
  font-weight:800;
  font-size:13px;
  letter-spacing:.15em
}
.navbar.scrolled .nav-cta {
  color:#000
}
.nav-cta:hover {
  background:#fff;
  color:#000
}
.navbar.scrolled .nav-cta:hover {
  background:#000;
  color:#fff
}
.menu-btn {
  display:none;
  background:none;
  border:0;
  flex-direction:column;
  gap:6px
}
.menu-btn span {
  width:26px;
  height:2px;
  background:#000;
  display:block;
  transition:.3s
}
.navbar.scrolled .menu-btn span,.menu-btn.open span {
  background:#000
}
.menu-btn.open span:nth-child(1) {
  transform:rotate(45deg) translate(6px,6px)
}
.menu-btn.open span:nth-child(2) {
  opacity:0
}
.menu-btn.open span:nth-child(3) {
  transform:rotate(-45deg) translate(5px,-5px)
}
.mobile-menu {
  display:none;
  background:#fff;
  color:#000;
  max-height:0;
  overflow:hidden;
  transition:.3s;
  padding:0 20px
}
.mobile-menu.open {
  max-height:420px;
  padding:12px 20px 20px
}
.mobile-menu a {
  display:block;
  padding:14px;
  border-bottom:1px solid #eee
}
.hero {
  min-height:calc(100svh - 56px);
  background:url('img/ChatGPT Image 11 jun 2026, 02_02_36 p.m..png') center/cover no-repeat;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  overflow:hidden;
  color:#fff
}
.grid-bg {
  position:absolute;
  inset:0;
  opacity:.1;
  background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);
  background-size:60px 60px
}
.circle {
  position:absolute;
  border:1px solid rgba(255,255,255,.1);
  border-radius:50%;
  animation:spin 20s linear infinite
}
.circle-1 {
  width:380px;
  height:380px;
  top:20%;
  left:15%
}
.circle-2 {
  width:280px;
  height:280px;
  bottom:20%;
  right:15%;
  animation-duration:30s;
  animation-direction:reverse
}
.hero-content {
  position:relative;
  z-index:2;
  max-width:980px;
  padding:112px 20px 52px
}
.badge {
  display:inline-flex;
  gap:10px;
  align-items:center;
  border:1px solid rgba(255,255,255,.2);
  padding:10px 16px;
  margin-bottom:32px;
  color:rgba(255,255,255,.6);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.3em;
  font-weight:700
}
.badge span {
  width:7px;
  height:7px;
  background:#fff;
  border-radius:50%;
  animation:pulse 2s infinite
}
.hero h1 {
  font-size:clamp(42px,8vw,96px);
  line-height:.92;
  margin:0 0 24px;
  font-weight:900;
  letter-spacing:-.05em
}
.hero h1 span {
  background:linear-gradient(90deg,#fff,#888);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent
}
.hero p {
  max-width:680px;
  margin:0 auto 40px;
  color:rgba(255,255,255,.5);
  font-size:clamp(16px,2vw,20px);
  line-height:1.7
}
.hero-actions {
  display:flex;
  gap:16px;
  justify-content:center;
  flex-wrap:wrap
}
.btn-primary {
  background:#000;
  color:#fff;
  border:2px solid #000;
  padding:14px 32px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.12em;
  cursor:pointer;
  display:inline-block;
  text-align:center
}
.btn-primary:hover {
  background:#fff;
  color:#000
}
.btn-primary.light {
  background:#fff;
  color:#000;
  border-color:#fff
}
.btn-primary.light:hover {
  background:#000;
  color:#fff
}
.btn-outline-light {
  border:2px solid rgba(255,255,255,.2);
  color:rgba(255,255,255,.7);
  padding:14px 32px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.12em
}
.btn-outline-light:hover {
  border-color:#fff;
  color:#fff
}
.stats {
  border-top:1px solid rgba(255,255,255,.1);
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:56px;
  padding-top:28px
}
.stat-logo-item {
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:96px
}
.stat-logo {
  display:block;
  width:100%;
  max-width:260px;
  height:112px;
  object-fit:contain;
  filter:drop-shadow(0 10px 20px rgba(0,0,0,.2))
}
.stat-logo-pacheco {
  max-width:320px
}
.stat-logo-netprem {
  max-width:220px
}
.stat-logo-tolufuego {
  max-width:220px
}
.scroll-indicator {
  position:absolute;
  bottom:26px;
  left:50%;
  transform:translateX(-50%);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:rgba(255,255,255,.3);
  animation:float 4s infinite
}
.scroll-indicator div {
  width:1px;
  height:30px;
  background:linear-gradient(rgba(255,255,255,.3),transparent);
  margin:8px auto
}
.ticker {
  background:#000;
  color:#fff;
  border-block:1px solid #000;
  overflow:hidden;
  padding:18px 0
}
.ticker div {
  display:flex;
  width:max-content;
  animation:marquee 22s linear infinite
}
.ticker span {
  margin:0 26px;
  font-weight:800;
  letter-spacing:.3em;
  text-transform:uppercase;
  font-size:13px
}
.section {
  max-width:1280px;
  margin:auto;
  padding:100px 24px
}
.section.dark {
  max-width:none;
  background:#000;
  color:#fff;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  scroll-margin-top:80px
}
.section.dark>* {
  max-width:1280px;
  margin-left:auto;
  margin-right:auto
}
.eyebrow {
  text-align:center;
  color:#999;
  text-transform:uppercase;
  letter-spacing:.3em;
  font-size:12px;
  font-weight:700;
  margin:0 0 16px
}
.section-title {
  text-align:center;
  font-size:clamp(34px,5vw,56px);
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.04em;
  margin:0 0 70px
}
.section-title.left,.about .eyebrow,.contact .eyebrow {
  text-align:left
}
.services-showcase {
  background:#ececec;
  padding:124px 24px 108px;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  scroll-margin-top:80px
}
.services-showcase-inner {
  max-width:1360px;
  margin:0 auto
}
.service-header {
  max-width:920px;
  margin:0 auto 68px;
  text-align:center
}
.service-header h2 {
  margin:0 0 18px;
  color:#000;
  font-size:clamp(44px,5vw,62px);
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.04em
}
.service-header p {
  margin:0 auto;
  max-width:860px;
  color:#48526a;
  font-size:17px;
  line-height:1.7
}
.service-layout {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:32px
}
.service-box {
  min-height:488px;
  background:#ececec;
  border:2px solid #191919;
  border-radius:10px;
  padding:34px 32px 30px;
  color:#000;
  display:flex;
  flex-direction:column
}
.service-box-head {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:46px
}
.service-icon-wrap {
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center
}
.service-icon-wrap svg {
  width:40px;
  height:40px;
  color:#000
}
.service-badge {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 15px;
  border-radius:999px;
  background:#000;
  color:#fff;
  font-size:13px;
  font-weight:800;
  line-height:1
}
.service-box h3 {
  margin:0 0 18px;
  font-size:26px;
  line-height:1.15;
  font-weight:900;
  color:#000
}
.service-box p {
  margin:0 0 28px;
  color:#4a556d;
  font-size:17px;
  line-height:1.65
}
.service-list {
  list-style:none;
  padding:0;
  margin:0 0 32px;
  display:flex;
  flex-direction:column;
  gap:16px
}
.service-list li {
  position:relative;
  padding-left:36px;
  color:#33415d;
  font-size:17px;
  line-height:1.4
}
.service-list li:before {
  content:'';
  position:absolute;
  left:0;
  top:1px;
  width:19px;
  height:19px;
  border:1.8px solid #000;
  border-radius:50%
}
.service-list li:after {
  content:'';
  position:absolute;
  left:6px;
  top:7px;
  width:7px;
  height:4px;
  border-left:1.8px solid #000;
  border-bottom:1.8px solid #000;
  transform:rotate(-45deg)
}
.service-link {
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#000;
  font-size:17px;
  font-weight:800
}
.service-link span {
  font-size:24px;
  line-height:1;
  transform:translateY(-1px)
}
.cards,.services-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  background:#ddd;
  gap:1px
}
.card {
  background:#fff;
  padding:38px;
  transition:.3s
}
.card:hover,.case:hover,.about-stats div:hover {
  transform:translateY(-6px);
  box-shadow:0 20px 60px rgba(0,0,0,.15)
}
.icon {
  font-size:38px;
  margin-bottom:20px
}
.card h3,.dark-card h3 {
  font-size:20px;
  margin:0 0 12px;
  font-weight:900
}
.card p,.dark-card p,.case p,.muted {
  color:#666;
  line-height:1.7;
  font-size:15px
}
.tags {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px
}
.tags span {
  border:1px solid rgba(0,0,0,.1);
  padding:6px 10px;
  font-size:12px;
  color:#666
}
.process-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  background:rgba(255,255,255,.1)
}
.dark-card {
  background:#000;
  padding:40px
}
.dark-card b {
  font-size:52px;
  color:rgba(255,255,255,.1)
}
.dark-card p {
  color:rgba(255,255,255,.45)
}
.case-grid,.testimonial-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px
}
.case {
  border:1px solid #eee;
  padding:38px;
  transition:.3s
}
.case span {
  border:1px solid #eee;
  color:#999;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  padding:6px 10px
}
.case h3 {
  font-size:24px;
  margin:24px 0 6px
}
.case>b {
  font-size:28px
}
.case div {
  display:grid;
  grid-template-columns:1fr 1fr;
  border-top:1px solid #eee;
  margin-top:24px;
  padding-top:20px
}
.case strong {
  font-size:22px
}
.case small,.about-stats small,.testimonial small {
  display:block;
  color:#999;
  font-size:12px;
  font-weight:400;
  margin-top:4px
}
.portfolio-section {
  padding-top:120px;
  padding-bottom:120px
}
.portfolio-header {
  max-width:900px;
  margin:0 auto 48px;
  text-align:center
}
.portfolio-section .section-title {
  margin:0 0 18px;
  color:#fff;
  text-align:center
}
.portfolio-subtitle {
  max-width:560px;
  margin:0 auto;
  text-align:center;
  color:rgba(255,255,255,.65);
  font-size:16px;
  line-height:1.7
}
.portfolio-grid {
  max-width:660px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px
}
.project-card {
  min-height:224px;
  border-radius:6px;
  padding:22px 20px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 10px 30px rgba(0,0,0,.18)
}
.project-card.light {
  background:#f5f5f5;
  color:#111;
  border-color:rgba(255,255,255,.15)
}
.project-card.placeholder {
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));
  color:#fff
}
.project-card-top {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px
}
.project-card h3 {
  margin:0 0 6px;
  font-size:18px;
  line-height:1.3;
  font-weight:900
}
.project-card small {
  display:block;
  color:#7a7a7a;
  font-size:13px;
  line-height:1.4
}
.project-card.light p {
  margin:18px 0 18px;
  color:#5f6875;
  font-size:13px;
  line-height:1.75
}
.project-card.placeholder p {
  margin:8px 0 0;
  color:rgba(255,255,255,.62);
  font-size:13px;
  line-height:1.6
}
.project-tags {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:18px
}
.project-tags span {
  background:#000;
  color:#fff;
  border-radius:999px;
  padding:5px 9px;
  font-size:10px;
  font-weight:700;
  line-height:1
}
.project-link {
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:700;
  color:#111
}
.project-link span {
  font-size:16px;
  line-height:1
}
.project-icon {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  color:#111;
  flex-shrink:0
}
.project-icon svg {
  width:18px;
  height:18px
}
.project-card.placeholder>div {
  margin:auto;
  text-align:center
}
.about {
  max-width:none;
  background:#f3f3f3;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  scroll-margin-top:80px
}
.about-grid,.contact-grid {
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center
}
.values {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:28px
}
.values div {
  background:#fff;
  border:1px solid #ddd;
  padding:18px;
  font-weight:700;
  font-size:14px
}
.about-stats {
  display:flex;
  align-items:center;
  justify-content:center
}
.about-logo {
  display:block;
  width:auto;
  max-width:200%;
  height:900px;
  max-height:150%;
  object-fit:contain
}
.testimonial {
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1);
  padding:38px
}
.testimonial>b {
  font-size:44px;
  color:rgba(255,255,255,.2)
}
.testimonial p {
  color:rgba(255,255,255,.7);
  line-height:1.7
}
.testimonial strong {
  display:block;
  border-top:1px solid rgba(255,255,255,.1);
  padding-top:20px
}
.contact {
  max-width:1120px;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  scroll-margin-top:80px
}
.contact-list {
  display:flex;
  flex-direction:column;
  gap:22px
}
.contact-list div {
  display:flex;
  gap:14px;
  align-items:center;
  font-size:20px
}
.contact-list span {
  font-size:15px
}
.contact-list small {
  display:block;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  font-size:11px
}
.form {
  border:1px solid #000;
  padding:30px;
  display:flex;
  flex-direction:column;
  gap:18px
}
.two {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px
}
label {
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.15em;
  color:#888;
  font-weight:700
}
input,select,textarea {
  width:100%;
  margin-top:8px;
  border:1px solid #ddd;
  padding:14px;
  font-size:14px;
  outline:none;
  background:#fff
}
input:focus,select:focus,textarea:focus {
  border-color:#000
}
.footer {
  background:#000;
  color:#fff;
  padding:76px 24px 28px
}
.footer-grid {
  max-width:1280px;
  margin:auto;
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr;
  gap:48px
}
.footer .brand {
  color:#fff
}
.footer p,.footer a,.footer span {
  display:block;
  color:rgba(255,255,255,.4);
  font-size:14px;
  line-height:1.8
}
.footer h4 {
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:12px
}
.footer-bottom {
  max-width:1280px;
  margin:50px auto 0;
  padding-top:26px;
  border-top:1px solid rgba(255,255,255,.1);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px
}
.footer-bottom p {
  margin:0;
  color:rgba(255,255,255,.35);
  font-size:14px;
  line-height:1.8
}
.footer-signature {
  text-align:right
}
.whatsapp-float {
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:60;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:14px 18px;
  border:2px solid #000;
  border-radius:999px;
  background:#fff;
  color:#000;
  box-shadow:0 18px 40px rgba(0,0,0,.18);
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  transition:transform .25s ease,background .25s ease,color .25s ease,box-shadow .25s ease
}
.whatsapp-float:hover {
  background:#000;
  color:#fff;
  transform:translateY(-2px)
}
.whatsapp-float svg {
  width:22px;
  height:22px;
  display:block;
  flex:none
}
.noise:before {
  content:'';
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:9999;
  opacity:.02;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")
}
.reveal,.reveal-left,.reveal-right {
  opacity:0;
  transition:.8s
}
.reveal {
  transform:translateY(30px)
}
.reveal-left {
  transform:translateX(-30px)
}
.reveal-right {
  transform:translateX(30px)
}
.visible {
  opacity:1;
  transform:none
}
.fade-up {
  opacity:0;
  animation:fadeUp .8s forwards
}
.delay-2 {
  animation-delay:.2s
}
.delay-4 {
  animation-delay:.4s
}
.delay-5 {
  animation-delay:.5s
}
.delay-7 {
  animation-delay:.7s
}
@keyframes fadeUp {
  to {
    opacity:1;
    transform:translateY(0)
  }
  from {
    opacity:0;
    transform:translateY(35px)
  }
}
@keyframes marquee {
  to {
    transform:translateX(-50%)
  }
}
@keyframes spin {
  to {
    transform:rotate(360deg)
  }
}
@keyframes float {
  50% {
    transform:translate(-50%,-12px)
  }
}
@keyframes pulse {
  50% {
    box-shadow:0 0 0 8px rgba(255,255,255,0)
  }
}
@media(max-width:900px) {
  .desktop-nav,.nav-cta {
    display:none
  }
  .menu-btn {
    display:flex
  }
  .mobile-menu {
    display:block
  }
  .service-layout,.cards,.services-grid,.process-grid,.case-grid,.testimonial-grid,.portfolio-grid,.contact-grid,.footer-grid {
    grid-template-columns:1fr
  }
  .footer-grid {
    text-align:center;
    justify-items:center
  }
  .footer-grid>div {
    width:100%
  }
  .footer-mark {
    margin:0 auto 10px
  }
  .two,.values {
    grid-template-columns:1fr
  }
  .about-grid {
    grid-template-columns:1fr 1fr;
    gap:40px
  }
  .hero-actions {
    flex-direction:column
  }
  .section {
    padding:78px 18px
  }
  .services-showcase {
    padding:92px 18px 84px
  }
  .service-header {
    margin-bottom:42px
  }
  .service-header h2 {
    font-size:clamp(36px,10vw,54px)
  }
  .service-header p {
    font-size:16px
  }
  .service-box {
    min-height:auto;
    padding:28px 24px 26px
  }
  .service-box-head {
    margin-bottom:34px
  }
  .service-box h3 {
    font-size:24px
  }
  .service-box p,.service-list li,.service-link {
    font-size:16px
  }
  .stat-logo-item {
    min-height:auto
  }
  .stat-logo {
    height:88px;
    max-width:220px
  }
  .stat-logo-pacheco {
    max-width:260px
  }
  .footer-bottom {
    flex-direction:column;
    text-align:center;
    align-items:center
  }
  .footer-signature {
    text-align:center
  }
  .about-logo {
    height:480px
  }
  .circle-1 {
    width:260px;
    height:260px
  }
  .circle-2 {
    width:200px;
    height:200px
  }
}
@media(max-width:600px) {
  .nav-container {
    padding: 8px 24px;
  }
  .brand-logo {
    height: 40px;
  }
  .whatsapp-float {
    right:16px;
    bottom:16px;
    padding:12px 16px
  }
  .about-grid {
    grid-template-columns:1fr;
    gap:32px
  }
  .about-logo {
    height:320px
  }
}
