:root {
  --lime: red;
  --lime-deep: #00DB40;
  --black: #094d8c;
  --black-soft: #1ASFAD;
  --graphite: #171b18;
  --line: rgba(255, 255, 255, 0.12);
  --white: #ffffff;
  --muted: #aab1aa;
  --surface: #f4f6f2;
  --gold: #FFD700;
  --green: #25D366;
  --lightred: #f45555;
  --text: #151815;
  --radius: 10px;
  --container: 1180px;
  --header-height: 88px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Inter", sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }
body.is-loading { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; font-size:18px;}
button, input, textarea, select { font: inherit; }
button { border: 0; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section { padding: 120px 0; }

.solo-celular {
  display: none;
}

.loader { position: fixed; inset: 0; z-index: 9999; display: grid; place-content: center; justify-items: center; background: var(--black); color: var(--white); transition: opacity .6s ease, visibility .6s ease; }
.loader.is-hidden { opacity: 0; visibility: hidden; }
.loader__mark { width: 112px; height: 112px; display: grid; place-items: center; animation: loaderFloat 1.8s ease-in-out infinite; }
.loader__mark img { width: 100%; filter: drop-shadow(0 0 24px rgba(183,255,0,.35)); }
.loader__bar { width: 220px; height: 3px; overflow: hidden; background: rgba(255,255,255,.12); margin-top: 26px; }
.loader__bar span { display: block; width: 55%; height: 100%; background: var(--lime); animation: loadingBar 1.2s ease-in-out infinite; }
.loader p { margin: 16px 0 0; color: var(--white); font-size: 16px; letter-spacing: .12em; text-transform: uppercase; font-weight: bold; }
@keyframes loaderFloat { 50% { transform: translateY(-8px) scale(1.03); } }
@keyframes loadingBar { from { transform: translateX(-120%); } to { transform: translateX(220%); } }

.cursor-glow { position: fixed; width: 200px; height: 200px; border-radius: 50%; pointer-events: none; z-index: 2; background: radial-gradient(circle, rgba(183,255,0,.09), transparent 66%); transform: translate(-50%, -50%); opacity: 0; transition: opacity .2s; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: var(--header-height); display: flex; align-items: center; border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease, height .3s ease; }
.site-header.is-scrolled { height: 72px; background: rgba(9,77,140,.94); border-color: var(--line); backdrop-filter: blur(18px); }
.header__inner { display: flex; align-items: center; gap: 34px; }
.brand { width: 250px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.main-nav a { position: relative; color: rgba(255,255,255,.78); font-size: 15px; font-weight: 600; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--lime); transition: right .25s ease; }
.main-nav a:hover { color: var(--white); }
.main-nav a:hover::after, .main-nav a.is-active::after { right: 0; }
.header__cta { flex: 0 0 auto; }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--white); transition: .25s; }

.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 6px; background: var(--lime); color: var(--white); font-weight: 800; font-size: 14px; letter-spacing: .01em; cursor: pointer; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-3px); background: #3CB371; box-shadow: 0 16px 35px rgba(183,255,0,.18); }
.button--compact { min-height: 44px; padding: 0 18px; }
.button--ghost { color: var(--white); border: 1px solid rgba(255,255,255,.22); }
.button--ghost:hover { background: #3CB371; box-shadow: none; }
.button--full { width: 100%; }

.hero { position: relative; min-height: 840px; overflow: hidden; padding: calc(var(--header-height) + 92px) 0 90px; display: flex; align-items: center; color: var(--white); background: var(--black); }
.hero__noise { position: absolute; inset: 0; opacity: .12; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E"); }
.hero__grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero__orb { position: absolute; border-radius: 50%; filter: blur(10px); background: var(--lime); opacity: .11; }
.hero__orb--one { width: 420px; height: 420px; right: -120px; top: 120px; animation: orbitOne 9s ease-in-out infinite; }
.hero__orb--two { width: 260px; height: 260px; left: 18%; bottom: -160px; animation: orbitTwo 12s ease-in-out infinite; }
@keyframes orbitOne { 50% { transform: translate(-60px, 50px) scale(1.15); } }
@keyframes orbitTwo { 50% { transform: translate(100px, -30px) scale(.9); } }
.hero__inner { position: relative; z-index: 4; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--white); text-transform: uppercase; letter-spacing: .14em; font-size: 14px; font-weight: 800; }
.eyebrow > span { width: 32px; height: 2px; background: currentColor; }
.eyebrow--dark { color: #6d9200; }
.hero h1, .section-heading h2, .services h2, .company h2, .contact h2 { font-family: "Rajdhani", sans-serif; text-transform: uppercase; line-height: .98; letter-spacing: -.025em; }
.hero h1 { max-width: 710px; margin: 50px 0; font-size: clamp(56px, 6vw, 88px); }
.hero h1 strong { color: var(--lime); font-weight: 700; }
.hero__content > p { max-width: 630px; margin: 0; color: var(--white); line-height: 1.8; font-size: 17px; text-align:justify; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.hero__proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 52px; }
.hero__proof div { padding: 0 22px; border-left: 1px solid var(--line); }
.hero__proof div:first-child { padding-left: 0; border-left: 0; }
.hero__proof strong { display: block; color: var(--white); font-family: "Rajdhani", sans-serif; font-size: 40px; }
.hero__proof strong::after { content: ""; color: var(--lime); }
.hero__proof span { color: var(--white)g; font-size: 14px; }
.hero__visual { position: relative; min-height: 560px; display: grid; align-items: center; }
.hero__panel { position: relative; margin-left: 36px; border: 1px solid rgba(183,255,0,.35); border-radius: 10px; overflow: hidden; background: var(--graphite); transform: perspective(1200px) rotateY(-4deg) rotateX(2deg); box-shadow: 0 38px 80px rgba(0,0,0,.42); }
.hero__panel::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(7,9,7,.95), transparent 52%); }
.hero__panel img { width: 100%; height: 470px; object-fit: cover; filter: saturate(.9) contrast(1.08); }
.hero__panel-label { position: absolute; z-index: 2; top: 10px; left: 0px; padding: 8px 12px; background: var(--gold); color: var(--lime); border-radius: 4px; font-size: 16px; font-weight: 800; text-transform: uppercase; }
.hero__machine-info { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 24px; display: flex; align-items: end; justify-content: space-between; }
.hero__machine-info small { display: block; color: var(--muted); font-size: 12px; }
.hero__machine-info strong { font-family: "Rajdhani", sans-serif; font-size: 30px; text-transform: uppercase; }
.hero__machine-info a { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--white); }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 8px; background: rgba(16,20,16,.92); box-shadow: 0 20px 50px rgba(0,0,0,.35); backdrop-filter: blur(16px); animation: floatCard 4s ease-in-out infinite; }
.floating-card--top { top: 42px; right: -30px; }
.floating-card--bottom { bottom: 34px; left: -12px; animation-delay: -2s; }
.floating-card--bottom-right { bottom: 34px; right: -50px; animation-delay: -2s; }
.floating-card--bottom-movil { bottom: 10px; right: -80px; animation-delay: -2s; }
.floating-card .material-icons-outlined { color: var(--lime); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 13px; }
.floating-card small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.pulse-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 rgba(183,255,0,.5); animation: pulse 1.8s infinite; }
@keyframes floatCard { 50% { transform: translateY(-10px); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(183,255,0,0); } }
.scroll-indicator { position: absolute; z-index: 5; left: 50%; bottom: 26px; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; color: var(--white); font-size: 11px; text-transform: uppercase; letter-spacing: .16em; }
.scroll-indicator .material-icons-outlined { color: var(--white); animation: scrollArrow 1.5s infinite; }
@keyframes scrollArrow { 50% { transform: translateY(6px); } }

.trust-strip { position: relative; z-index: 5; background: var(--white); color: var(--lime);}
.trust-strip__inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip__inner > div { min-height: 116px; padding: 24px 28px; display: flex; align-items: center; gap: 16px; border-right: 1px solid rgba(0,0,0,.16); }
.trust-strip__inner > div:last-child { border-right: 0; }
.trust-strip .material-icons-outlined { font-size: 34px; }
.trust-strip p { margin: 0; }
.trust-strip strong, .trust-strip small { display: block; }
.trust-strip strong { font-size: 15px; text-transform: uppercase; }
.trust-strip small { margin-top: 4px; font-size: 15px; line-height: 1.4; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 48px; }
.section-heading h2 { max-width: 700px; margin: 18px 0 0; font-size: clamp(42px, 5vw, 68px); }
.section-heading > p { max-width: 430px; margin: 0; color: #667066; line-height: 1.75; text-align:justify;}
.section-heading--light { color: var(--white); }
.equipment { background: var(--surface); }
.equipment-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.equipment-tab { padding: 6px 9px; border: 1px solid #d8ddd5; border-radius: 5px; background: transparent; color: #596159; font-weight: 700; cursor: pointer; transition: .25s; }
.equipment-tab.is-active, .equipment-tab:hover { border-color: var(--black); background: var(--black); color: var(--white); }
.equipment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.equipment-card { overflow: hidden; border: 1px solid #dfe3dd; border-radius: var(--radius); background: var(--white); transition: transform .3s ease, box-shadow .3s ease, opacity .25s ease; }
.equipment-card:hover { transform: translateY(-8px); box-shadow: 0 28px 60px rgba(15,20,15,.1); }
.equipment-card.is-hidden { display: none; }
.equipment-card__image { position: relative; overflow: hidden; height: 270px; background: #ddd; }
.equipment-card__image img { text-align:center; width: 96%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.equipment-card:hover .equipment-card__image img { transform: scale(1.06); }
.equipment-card__image > span { position: absolute; left: 16px; top: 16px; padding: 7px 10px; border-radius: 4px; background: var(--lime); color: var(--white); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.equipment-card__body { padding: 24px; }
.equipment-card__meta { display: flex; gap: 8px; }
.equipment-card__meta span { padding: 5px 8px; border-radius: 3px; background: #edf0eb; color: var(--white) ; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.equipment-card h3 { margin: 16px 0 10px; font-family: "Rajdhani", sans-serif; font-size: 28px; text-transform: uppercase; }
.equipment-card p { min-height: 72px; margin: 0; color: #687068; line-height: 1.65; font-size: 14px; text-align: justify;}
.equipment-card__specs { display: flex; flex-wrap: wrap; gap: 14px; padding: 18px 0; margin-top: 20px; border-top: 1px solid #e5e8e3; border-bottom: 1px solid #e5e8e3; }
.equipment-card__specs span { display: flex; align-items: center; gap: 6px; color: red; font-size: 14px; font-weight: 600; }
.equipment-card__specs i { font-size: 18px; }
.equipment-card__body > a { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; font-size: 13px; font-weight: 800; }
.equipment-card__body > a .material-icons-outlined { color: #7fae00; }
.equipment-card--featured { background: var(--black); color: var(--white); }
.equipment-card--featured .equipment-card__visual-icon { height: 270px; display: grid; place-items: center; background: radial-gradient(circle, rgba(183,255,0,.18), transparent 60%), repeating-linear-gradient(-45deg, rgba(255,255,255,.025) 0 1px, transparent 1px 10px); }
.equipment-card--featured .equipment-card__visual-icon span { color: var(--lime); font-size: 120px; filter: drop-shadow(0 0 30px rgba(183,255,0,.25)); }
.equipment-card--featured p { color: var(--whitw); }
.equipment-card--featured .equipment-card__meta span { background: var(--white); color: var(--lime); }
.equipment-card--featured .equipment-card__specs { border-color: var(--line); }
.equipment-card--featured .equipment-card__specs span { color: #c9cec9; }

.services { position: relative; overflow: hidden; color: var(--white); background: var(--black); }
.services::after { content: "SR"; position: absolute; right: -20px; bottom: -110px; color: rgba(255,255,255,.025); font: 700 360px/1 "Rajdhani", sans-serif; }
.services__layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .82fr; gap: 90px; align-items: center; }
.services h2, .company h2, .contact h2 { margin: 20px 0; font-size: clamp(42px, 5vw, 66px); }
.services__content > p { max-width: 650px; color: var(--white); line-height: 1.8; }
.service-list { margin-top: 34px; border-top: 1px solid var(--line); }
.service-item { width: 100%; padding: 22px 0; display: grid; grid-template-columns: 44px 1fr 28px; gap: 16px; align-items: center; text-align: left; color: inherit; background: transparent; border-bottom: 1px solid var(--line); cursor: pointer; transition: padding .25s ease, color .25s ease; }
.service-item:hover, .service-item.is-active { padding-left: 10px; color: var(--lightred); }
.service-item__number { color: var(--white); font-family: "Rajdhani", sans-serif; font-size: 30px; }
.service-item strong, .service-item small { display: block; }
.service-item strong { font-family: "Rajdhani", sans-serif; font-size: 24px; text-transform: uppercase; }
.service-item small { margin-top: 4px; color: var(--white); line-height: 1.5; }
.services__visual { position: relative; min-height: 590px; }
.services__image { position: absolute; inset: 0 0 42px 44px; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); }
.services__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,9,7,.75), transparent 55%); }
.services__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, opacity .3s ease; }
.services__visual.is-changing img { transform: scale(1.04); opacity: .55; }
.services__card { position: absolute; left: 0; bottom: 0; width: 230px; padding: 24px; border-radius: 8px; background: var(--lime); color: var(--white); box-shadow: 0 30px 60px rgba(0,0,0,.35); }
.services__card .material-icons-outlined { font-size: 34px; }
.services__card strong, .services__card small { display: block; }
.services__card strong { margin-top: 24px; font-family: "Rajdhani", sans-serif; font-size: 24px; text-transform: uppercase; }
.services__card small { margin-top: 6px; line-height: 1.5; }


.company { background: var(--white); }
.company__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.company__visual { position: relative; min-height: 560px; display: grid; place-items: center; border-radius: var(--radius); overflow: hidden; background: var(--black); }
.company__visual::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(183,255,0,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(183,255,0,.035), 0 0 0 140px rgba(183,255,0,.02); animation: rotateHalo 16s linear infinite; }
@keyframes rotateHalo { to { transform: rotate(360deg); } }
.company__logo-stage { position: relative; z-index: 2; width: 70%; }
.company__logo-stage img { filter: drop-shadow(0 0 28px rgba(183,255,0,.24)); }
.company__metric { position: absolute; z-index: 3; right: 0; bottom: 0; padding: 24px 28px; display: flex; align-items: center; gap: 12px; background: var(--lime); color: var(--white); }
.company__metric strong { font-family: "Rajdhani", sans-serif; font-size: 60px; }
.company__metric span { font-size: 15px; font-weight: 700; text-transform: uppercase; }
.company__content > p { color: #687068; line-height: 1.85; }
.company__points { margin-top: 32px; }
.company__points > div { padding: 18px 0; display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: start; border-bottom: 1px solid #e3e7e1; }
.company__points .material-icons-outlined { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 5px; color: red; }
.company__points p { margin: 0; }
.company__points strong, .company__points small { display: block; }
.company__points small { margin-top: 5px; color: #737b73; line-height: 1.5; }

.process { padding: 110px 0; color: var(--white); background: var(--graphite); }
.process__track { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.process__track::before { content: ""; position: absolute; left: 10%; right: 10%; top: 55px; height: 1px; background: linear-gradient(90deg, transparent, rgba(183,255,0,.6), transparent); }
.process__step { position: relative; text-align: center; }
.process__step > span { color: var(--white); font-family: "Rajdhani", sans-serif; font-size: 20px; }
.process__icon { position: relative; z-index: 2; width: 74px; height: 74px; margin: 18px auto 22px; display: grid; place-items: center; border: 1px solid rgba(183,255,0,.45); border-radius: 50%; background: var(--white); color: var(--lime); transition: .3s; }
.process__step:hover .process__icon { background: var(--lime); color: var(--white); transform: translateY(-6px); box-shadow: 0 16px 35px rgba(183,255,0,.16); }
.process__step h3 { margin: 0; font-family: "Rajdhani", sans-serif; font-size: 23px; text-transform: uppercase; }
.process__step p { margin: 8px 0 0; color: var(--white); font-size: 16px; }

.contact { background: var(--surface); }
.contact__shell { position: relative; overflow: hidden; padding: 70px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; border-radius: var(--radius); color: var(--white); background: var(--black); }
.contact__shell::before { content: ""; position: absolute; width: 420px; height: 420px; left: -180px; bottom: -220px; border-radius: 50%; background: var(--lime); filter: blur(80px); opacity: .12; }
.contact__intro, .quote-form { position: relative; z-index: 2; }
.contact__intro > p { color: #a8b0a8; line-height: 1.75; }
.contact__details { margin-top: 34px; }
.contact__details a { padding: 15px 0; display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); }
.contact__details .material-icons-outlined { color: var(--lime); }
.contact__details p { margin: 0; }
.contact__details small, .contact__details strong { display: block; }
.contact__details small { color: #7f877f; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.contact__details strong { margin-top: 4px; font-size: 14px; }
.socials { display: flex; gap: 10px; margin-top: 28px; }
.socials a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 5px; transition: .25s; }
.socials a:hover { border-color: var(--lime); background: var(--lime); color: var(--black); transform: translateY(-3px); }
.quote-form { padding: 32px; border-radius: 8px; background: var(--white); color: var(--text); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: block; margin-bottom: 16px; color: #394039; font-size: 12px; font-weight: 700; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; margin-top: 8px; padding: 14px 15px; border: 1px solid #dce1da; border-radius: 5px; outline: 0; background: #f8faf7; transition: border-color .2s, box-shadow .2s; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: #8fbe10; box-shadow: 0 0 0 3px rgba(183,255,0,.15); }
.quote-form textarea { resize: vertical; }
.form-note { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 12px 0 0; color: #818881; font-size: 10px; }
.form-note .material-icons-outlined { font-size: 14px; }

.site-footer { padding: 46px 0 22px; color: var(--white); background: #050605; }
.footer__top { display: grid; grid-template-columns: 240px 1fr 48px; gap: 40px; align-items: center; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.footer__top img { width: 230px; }
.footer__top p { margin: 0; color: #8d958d; }
.back-to-top { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--lime); }
.footer__bottom { padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; color: #687068; font-size: 11px; }
.whatsapp-float { position: fixed; z-index: 900; right: 24px; bottom: 24px; min-width: 54px; height: 54px; padding: 0 18px; display: flex; align-items: center; gap: 10px; border-radius: 30px; color: var(--white); background: var(--green); box-shadow: 0 18px 40px rgba(0,0,0,.25); font-size: 12px; font-weight: 800; transition: .25s; }
.whatsapp-float i { font-size: 22px; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.02); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal--delay { transition-delay: .15s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .header__cta { display: none; }
  .hero__inner { gap: 36px; }
  .hero__visual { min-height: 500px; }
  .floating-card--top { right: 0; }
  .trust-strip__inner { grid-template-columns: repeat(2, 1fr); }
  .trust-strip__inner > div:nth-child(2) { border-right: 0; }
  .trust-strip__inner > div:nth-child(-n+2) { border-bottom: 1px solid rgba(0,0,0,.16); }
  .services__layout, .company__grid { gap: 55px; }
  .contact__shell { padding: 48px; gap: 44px; }
}

@media (max-width: 860px) {
  :root { --header-height: 76px; }
  .section { padding: 86px 0; }
  .brand { width: 200px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: var(--header-height) 0 auto; padding: 24px 20px 30px; display: grid; gap: 0; background: rgba(7,9,7,.98); border-top: 1px solid var(--line); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: .3s; }
  .main-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .main-nav a { padding: 16px 0; border-bottom: 1px solid var(--line); }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding-top: 135px; }
  .hero__inner, .services__layout, .company__grid, .contact__shell { grid-template-columns: 1fr; }
  .hero__content { text-align: center; }
  .hero__content > p { margin-inline: auto; }
  .hero__actions { justify-content: center; }
  .hero__proof { max-width: 620px; margin-inline: auto; margin-top: 44px; }
  .hero__visual { max-width: 650px; width: 100%; margin: 30px auto 0; }
  .hero__panel { margin-left: 0; transform: none; }
  .scroll-indicator { display: none; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 20px; }
  .equipment-grid { grid-template-columns: 1fr 1fr; }
  .equipment-card--featured { grid-column: 1 / -1; }
  .services__visual { max-width: 620px; width: 100%; margin: 0 auto; }
  .company__visual { order: 2; min-height: 480px; }
  .process__track { grid-template-columns: repeat(2, 1fr); gap: 48px 20px; }
  .process__track::before { display: none; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .brand { width: 175px; }
  .hero { padding-top: 120px; padding-bottom: 70px; }
  .hero h1 { font-size: 50px; }
  .hero__actions { display: grid; }
  .hero__proof { grid-template-columns: 1fr; gap: 18px; text-align: left; }
  .hero__proof div, .hero__proof div:first-child { padding: 0 0 0 16px; border-left: 2px solid var(--lime); }
  .hero__visual { min-height: 410px; }
  .hero__panel img { height: 360px; }
  .floating-card--top { top: 8px; right: 8px; }
  .floating-card--bottom { left: 8px; bottom: 8px; }
  .trust-strip__inner { grid-template-columns: 1fr; }
  .trust-strip__inner > div { min-height: 92px; border-right: 0; border-bottom: 1px solid rgba(0,0,0,.16); }
  .equipment-grid { grid-template-columns: 1fr; }
  .equipment-card--featured { grid-column: auto; }
  .equipment-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; }
  .equipment-tab { white-space: nowrap; }
  .section-heading h2, .services h2, .company h2, .contact h2 { font-size: 44px; }
  .services__visual { min-height: 450px; }
  .services__image { inset: 0 0 50px 20px; }
  .service-item { grid-template-columns: 34px 1fr 22px; }
  .service-item strong { font-size: 20px; }
  .company__visual { min-height: 400px; }
  .company__metric { padding: 18px; }
  .process__track { grid-template-columns: 1fr; }
  .contact__shell { padding: 34px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 22px 16px; }
  .footer__top { grid-template-columns: 1fr 48px; }
  .footer__top p { grid-column: 1 / -1; grid-row: 2; }
  .footer__bottom { display: grid; }
  .whatsapp-float { width: 54px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
  .cursor-glow { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Footer */
.site-footer {
  position: relative;
  overflow: hidden;
  padding: 74px 0 24px;
  color: var(--white);
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    #050605;
  background-size: 42px 42px;
}
.footer__glow {
  position: absolute;
  top: -220px;
  right: -140px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(183,255,0,.11);
  filter: blur(95px);
  pointer-events: none;
}
.footer__main {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr .65fr 1fr .9fr;
  gap: 52px;
  padding-bottom: 52px;
}
.footer__brand img { width: min(260px, 100%); }
.footer__brand p {
  max-width: 390px;
  margin: 24px 0 0;
  color: #9ca49c;
  line-height: 1.75;
}
.footer__socials { display: flex; gap: 10px; margin-top: 26px; }
.footer__socials a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 7px;
  color: #cbd1cb;
  background: rgba(255,255,255,.025);
  transition: transform .25s ease, border-color .25s ease, color .25s ease, background .25s ease;
}
.footer__socials a:hover {
  transform: translateY(-4px);
  border-color: var(--white);
  color: var(--lime);
  background: var(--white);
}
.footer__title {
  display: block;
  margin-bottom: 22px;
  color: var(--white);
  font-family: "Rajdhani", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer__nav { display: grid; gap: 13px; }
.footer__nav a {
  width: max-content;
  color: #969e96;
  font-size: 13px;
  transition: color .2s ease, transform .2s ease;
}
.footer__nav a::before { content: ""; display: inline-block; width: 0; height: 1px; margin-right: 0; vertical-align: middle; background: var(--lime); transition: .2s ease; }
.footer__nav a:hover { color: var(--white); transform: translateX(3px); }
.footer__nav a:hover::before { width: 14px; margin-right: 8px; }
.footer__contact { display: grid; gap: 17px; }
.footer__contact a { display: flex; gap: 12px; align-items: flex-start; color: #d6dbd6; font-size: 12px; }
.footer__contact .material-icons-outlined { color: var(--lime); font-size: 20px; }
.footer__contact small { display: block; margin-bottom: 3px; color: #737b73; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.footer__cta-card {
  align-self: start;
  padding: 25px;
  border: 1px solid rgba(183,255,0,.22);
  border-radius: 9px;
  background: linear-gradient(145deg, rgba(183,255,0,.09), rgba(255,255,255,.02));
}
.footer__cta-card > .material-icons-outlined { color: var(--lime); font-size: 32px; }
.footer__cta-card small { display: block; margin-top: 16px; color: #929a92; }
.footer__cta-card strong { display: block; margin: 7px 0 20px; font-family: "Rajdhani", sans-serif; font-size: 23px; line-height: 1.05; }
.footer__cta-card a { display: inline-flex; align-items: center; gap: 7px; color: var(--lime); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.footer__cta-card a .material-icons-outlined { font-size: 17px; transition: transform .2s ease; }
.footer__cta-card a:hover .material-icons-outlined { transform: translateX(5px); }
.footer__bottom {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 44px;
  gap: 24px;
  align-items: center;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: #707870;
  font-size: 11px;
}
.footer__developer a { color: #cbd1cb; font-weight: 700; transition: color .2s ease; }
.footer__developer a:hover { color: var(--lime); }
.back-to-top {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 7px;
  color: var(--lime);
  background: rgba(255,255,255,.025);
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.back-to-top:hover { transform: translateY(-4px); color: var(--black); background: var(--lime); }

@media (max-width: 1080px) {
  .footer__main { grid-template-columns: 1.2fr .8fr 1fr; }
  .footer__cta-card { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .site-footer { padding-top: 58px; }
  .footer__main { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer__brand, .footer__cta-card { grid-column: 1 / -1; }
  .footer__bottom { grid-template-columns: 1fr 44px; }
  .footer__developer { grid-column: 1; grid-row: 2; }
  .back-to-top { grid-column: 2; grid-row: 1 / span 2; }
  
  .solo-celular {
    display: block; /* o flex, inline-block, según necesites */
  }
}
@media (max-width: 480px) {
  .footer__main { grid-template-columns: 1fr; }
  .footer__brand, .footer__cta-card { grid-column: auto; }
}
