:root{
  --bg:#050505;--panel:#101010;--panel2:#171717;--text:#fff;--muted:#bdbdbd;
  --cyan:#00aeef;--blue:#0957ff;--mag:#ec008c;--yellow:#ffd400;--orange:#ff9b4a;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 15% 0,#1d1d1d,#050505 42%,#000);color:var(--text);font-family:Arial,Helvetica,sans-serif}
.header{position:sticky;top:0;z-index:20;background:rgba(0,0,0,.82);backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:space-between;padding:14px 6vw;border-bottom:1px solid #222}
.brand img{width:230px;display:block}nav{display:flex;align-items:center;gap:22px}nav a{color:#eee;text-decoration:none;font-size:13px;letter-spacing:.07em;text-transform:uppercase}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:999px;background:linear-gradient(90deg,var(--cyan),var(--mag),var(--yellow));color:#000;text-decoration:none;font-weight:900;box-shadow:0 0 28px rgba(0,174,239,.2)}
.btn.ghost{background:transparent;color:#fff;border:1px solid #444}.btn.small{padding:9px 15px;font-size:12px}
.hero{min-height:88vh;display:grid;place-items:center;padding:80px 6vw;position:relative;overflow:hidden}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,174,239,.13),transparent 38%),linear-gradient(135deg,rgba(236,0,140,.13),transparent 48%)}
.glow{position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(0,174,239,.18),transparent 65%);filter:blur(10px);right:-140px;top:80px}
.hero-content{position:relative;max-width:1050px;text-align:center}.hero-logo{width:min(900px,92vw);filter:drop-shadow(0 0 34px rgba(0,174,239,.18))}
.tag,.eyebrow{letter-spacing:.55em;color:#ddd;font-size:12px}.hero h1{font-size:clamp(38px,7vw,82px);line-height:.95;margin:28px 0 20px}.lead{font-size:clamp(17px,2vw,23px);color:var(--muted);max-width:820px;margin:auto;line-height:1.45}.actions{margin-top:34px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.section{padding:90px 6vw}.section h2{font-size:clamp(30px,4vw,54px);margin:10px 0 36px}
.cards{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.cards article,.grid div{background:linear-gradient(180deg,var(--panel2),#090909);border:1px solid #282828;border-radius:22px;padding:24px;text-align:left;min-height:210px;position:relative;overflow:hidden}
.cards article:before,.grid div:before{content:"";position:absolute;inset:0;border-top:3px solid transparent;border-image:linear-gradient(90deg,var(--cyan),var(--mag),var(--yellow)) 1}
.cards span{color:var(--cyan);font-weight:900}.cards h3{font-size:20px}.cards p,.grid small,.cta p,footer p{color:var(--muted);line-height:1.55}
.trabajos{background:#080808}.work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.work-card{background:#111;border:1px solid #292929;border-radius:24px;overflow:hidden;box-shadow:0 20px 45px rgba(0,0,0,.35);transition:.25s}.work-card:hover{transform:translateY(-6px);border-color:#444}.work-card img{width:100%;height:320px;object-fit:cover;display:block}.work-card div{padding:18px 20px}.work-card h3{margin:0;font-size:19px}
.catalogo{background:#050505}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.grid div{min-height:130px;font-size:19px;font-weight:900}.grid small{display:block;margin-top:8px;font-size:14px;font-weight:400}
.cta{text-align:center;background:linear-gradient(90deg,rgba(0,174,239,.16),rgba(236,0,140,.12),rgba(255,214,74,.12))}.cta p{font-size:20px}
footer{padding:44px 6vw;display:flex;gap:30px;align-items:center;justify-content:space-between;background:#000;border-top:1px solid #222}footer img{width:320px}
@media(max-width:1100px){.cards{grid-template-columns:1fr 1fr}.work-grid{grid-template-columns:1fr 1fr}.grid{grid-template-columns:1fr 1fr}nav{display:none}}
@media(max-width:650px){.brand img{width:185px}.cards,.work-grid,.grid{grid-template-columns:1fr}.work-card img{height:260px}.hero h1{font-size:39px}.tag,.eyebrow{letter-spacing:.25em}.section{padding:60px 22px}footer{flex-direction:column;text-align:center}footer img{width:260px}}


/* --- Sección empresa agregada --- */
.empresa{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:34px;
  align-items:center;
  background:
    radial-gradient(circle at 95% 20%, rgba(0,174,239,.13), transparent 32%),
    linear-gradient(180deg,#070707,#0d0d0d);
}
.empresa-text{
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
  border:1px solid #272727;
  border-radius:28px;
  padding:38px;
}
.empresa-lead{
  font-size:22px;
  line-height:1.55;
  color:#f2f2f2;
  margin-bottom:16px;
}
.empresa-text p:not(.eyebrow){
  color:var(--muted);
  line-height:1.65;
}
.stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:26px;
}
.stats div{
  border:1px solid #2b2b2b;
  border-radius:18px;
  padding:18px;
  background:#090909;
}
.offset-machine{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:24px;
    display:block;
}
.stats strong{
  display:block;
  font-size:28px;
  background:linear-gradient(90deg,var(--cyan),var(--mag),var(--yellow));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.stats span{display:block;color:#cfcfcf;font-size:13px;margin-top:6px}
.empresa-media{position:relative}
.machine-card{
  border:1px solid #2c2c2c;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 28px 70px rgba(0,0,0,.45);
  background:#050505;
}
.machine-card svg{display:block;width:100%;height:auto}

/* --- Contacto con iconos --- */
footer{
  align-items:flex-start;
}
.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  max-width:760px;
  width:100%;
}
.contact-item{
  display:flex;
  gap:13px;
  align-items:center;
  padding:14px;
  border:1px solid #242424;
  border-radius:18px;
  background:#080808;
  text-decoration:none;
  color:white;
}
.contact-item p{margin:0}
.contact-item small{
  display:block;
  color:#9c9c9c;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.contact-item strong{color:#fff;font-size:14px}
.icon{
  width:38px;height:38px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  border:1px solid currentColor;
  flex:0 0 auto;
  background-repeat:no-repeat;
  background-position:center;
  background-size:22px 22px;
}
.icon.phone{color:var(--cyan);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2300aeef' stroke-width='2'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2A19.8 19.8 0 0 1 3.09 5.18 2 2 0 0 1 5.11 3h3a2 2 0 0 1 2 1.72c.12.9.33 1.77.62 2.6a2 2 0 0 1-.45 2.11L9 10.7a16 16 0 0 0 4.3 4.3l1.27-1.27a2 2 0 0 1 2.11-.45c.83.29 1.7.5 2.6.62A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E")}
.icon.location{color:var(--yellow);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffd400' stroke-width='2'%3E%3Cpath d='M21 10c0 7-9 12-9 12S3 17 3 10a9 9 0 1 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E")}
.icon.whatsapp{color:#25d366;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%2325d366'%3E%3Cpath d='M16 3C9 3 3.3 8.7 3.3 15.7c0 2.3.6 4.4 1.7 6.3L3 29l7.2-1.9c1.8 1 3.8 1.5 5.8 1.5 7 0 12.7-5.7 12.7-12.7S23 3 16 3zm0 23.4c-1.8 0-3.5-.5-5-1.4l-.4-.2-4.3 1.1 1.1-4.2-.3-.4c-1-1.6-1.6-3.5-1.6-5.5C5.5 9.9 10.2 5.2 16 5.2S26.5 9.9 26.5 15.7 21.8 26.4 16 26.4zm5.8-7.8c-.3-.2-1.9-.9-2.2-1-.3-.1-.5-.2-.7.2s-.8 1-.9 1.2c-.2.2-.3.2-.6.1-.3-.2-1.3-.5-2.5-1.5-.9-.8-1.5-1.8-1.7-2.1-.2-.3 0-.5.1-.6.1-.1.3-.3.5-.5.1-.2.2-.3.3-.5.1-.2 0-.4 0-.5s-.7-1.7-1-2.3c-.3-.6-.5-.5-.7-.5h-.6c-.2 0-.5.1-.8.4-.3.3-1 1-1 2.4s1 2.8 1.2 3c.2.2 2 3.1 4.9 4.3.7.3 1.2.5 1.6.6.7.2 1.3.2 1.8.1.6-.1 1.9-.8 2.1-1.5.3-.7.3-1.4.2-1.5 0-.1-.2-.2-.5-.4z'/%3E%3C/svg%3E")}
.icon.instagram{color:var(--mag);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ec008c' stroke-width='2'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='1' fill='%23ec008c'/%3E%3C/svg%3E")}

@media(max-width:950px){
  .empresa{grid-template-columns:1fr}
  .stats{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
}
