
:root {
  --bg: #05090d;
  --surface: #0a1118;
  --surface-2: #0e1821;
  --text: #f4fbff;
  --muted: #8fa2b1;
  --cyan: #00c8ff;
  --cyan-2: #73e4ff;
  --line: rgba(255,255,255,.09);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Manrope, sans-serif;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
svg { width: 1.3em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.noise {
  position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .035;
  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='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.cursor-glow {
  position: fixed; width: 420px; height: 420px; border-radius: 50%; pointer-events: none; z-index: -1;
  background: radial-gradient(circle, rgba(0,200,255,.11), transparent 68%);
  transform: translate(-50%, -50%);
}
.header {
  position: fixed; z-index: 30; top: 0; left: 0; right: 0; height: 86px;
  display: flex; align-items: center; justify-content: space-between; padding: 0 5vw;
  border-bottom: 1px solid transparent; transition: .3s ease;
}
.header.scrolled { background: rgba(5,9,13,.78); backdrop-filter: blur(18px); border-color: var(--line); }
.brand {
  width: 155px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  flex-shrink: 0;
}

.brand img {
  width: 145px;
  height: 54px;
  object-fit: contain;
  object-position: left center;
  display: block;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.nav { display: flex; gap: 34px; font-size: 14px; color: #bdcad3; }
.nav a { transition: .25s; }
.nav a:hover { color: var(--cyan-2); }
.header-cta {
  padding: 13px 20px; border: 1px solid rgba(0,200,255,.45); border-radius: 999px;
  font-size: 13px; font-weight: 700; background: rgba(0,200,255,.08);
}
.menu-button { display: none; background: none; border: 0; padding: 10px; }
.menu-button span { display:block; width:25px; height:2px; background:white; margin:6px 0; }

.hero {
  min-height: 100vh; position: relative; overflow: hidden; padding: 145px 7vw 70px;
  display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 4vw;
  background:
    radial-gradient(circle at 78% 45%, rgba(0,200,255,.15), transparent 28%),
    linear-gradient(135deg, #05090d 40%, #07131c 100%);
}
.hero-grid {
  position:absolute; inset:0; opacity:.22;
  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: 60px 60px;
  mask-image: linear-gradient(to right, transparent, black 25%, black 80%, transparent);
}
.snow { position:absolute; inset:0; pointer-events:none; }
.snow i { position:absolute; width:3px; height:3px; background:#9defff; border-radius:50%; opacity:.35; animation: snow linear infinite; }
@keyframes snow { from { transform: translateY(-5vh) translateX(0); } to { transform: translateY(110vh) translateX(60px); } }
.hero-copy, .hero-visual { position: relative; z-index: 2; }
.eyebrow, .section-kicker { color: var(--cyan-2); text-transform: uppercase; letter-spacing: .17em; font-size: 12px; font-weight: 800; }
.eyebrow { display:flex; align-items:center; gap:10px; margin-bottom: 24px; }
.pulse { width:9px; height:9px; background:var(--cyan); border-radius:50%; box-shadow:0 0 0 0 rgba(0,200,255,.5); animation:pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow:0 0 0 12px rgba(0,200,255,0); } 100% { box-shadow:0 0 0 0 rgba(0,200,255,0); } }
h1 { margin:0; max-width: 760px; font-family: Orbitron, sans-serif; font-size: clamp(43px, 5.4vw, 82px); line-height: .98; letter-spacing: -.055em; }
h1 span { display:block; color:transparent; -webkit-text-stroke:1px rgba(115,228,255,.7); text-shadow:0 0 35px rgba(0,200,255,.13); }
.hero-copy > p { max-width:690px; color:var(--muted); font-size:17px; line-height:1.75; margin:28px 0 32px; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; }
.button {
  display:inline-flex; align-items:center; justify-content:center; gap:12px; padding:16px 22px;
  border-radius:999px; font-weight:800; font-size:14px; border:1px solid var(--line); transition:.25s;
}
.button:hover { transform:translateY(-3px); }
.button.primary { color:#021016; background:linear-gradient(135deg,var(--cyan-2),var(--cyan)); box-shadow:0 12px 38px rgba(0,200,255,.22); border:0; }
.button.ghost { background:rgba(255,255,255,.035); }
.button.light { color:#021016; background:white; }
.hero-proof { display:flex; align-items:center; gap:24px; margin-top:42px; }
.hero-proof > div:not(.divider) { display:grid; grid-template-columns:auto auto; gap:2px 10px; align-items:center; }
.hero-proof strong { font-family:Orbitron; font-size:21px; }
.hero-proof span { color:#d5e5ed; font-size:13px; }
.hero-proof small { grid-column:1/-1; color:#6f8594; }
.stars { color:#ffd76a !important; letter-spacing:.08em; font-size:12px !important; }
.divider { width:1px; height:42px; background:var(--line); }

.hero-visual { min-height:570px; display:grid; place-items:center; perspective:1000px; }
.ac-scene { width:min(100%,540px); aspect-ratio:1/1; position:relative; display:grid; place-items:center; transform:rotateY(-8deg) rotateX(3deg); }
.wall-light { position:absolute; inset:10%; border-radius:50%; background:radial-gradient(circle, rgba(0,200,255,.27), transparent 64%); filter:blur(22px); }
.ac-unit {
  width:88%; height:31%; position:relative; z-index:2; border-radius:26px 26px 19px 19px;
  background:linear-gradient(160deg,#f9fdff 4%,#cbd9df 52%,#8396a0 100%);
  box-shadow:0 45px 80px rgba(0,0,0,.55), 0 0 70px rgba(0,200,255,.17);
  border:1px solid rgba(255,255,255,.7);
}
.ac-unit:before { content:""; position:absolute; inset:8px 13px auto; height:42%; border-radius:18px; background:linear-gradient(180deg,rgba(255,255,255,.75),transparent); }
.ac-logo { position:absolute; top:44%; left:8%; color:#354750; font-family:Orbitron; font-size:11px; letter-spacing:.2em; }
.ac-display { position:absolute; top:38%; right:9%; color:#009cc7; font-family:Orbitron; font-size:18px; text-shadow:0 0 12px rgba(0,200,255,.7); }
.ac-slot { position:absolute; left:5%; right:5%; bottom:10%; height:14%; border-radius:3px 3px 10px 10px; background:linear-gradient(#202f37,#081117); box-shadow:inset 0 4px 8px rgba(0,0,0,.7); }
.air-flow { position:absolute; top:99%; width:24%; height:170px; border-left:2px solid rgba(115,228,255,.35); border-radius:50%; filter:drop-shadow(0 0 8px var(--cyan)); animation:flow 2.6s ease-in-out infinite; }
.flow-1 { left:20%; transform:rotate(13deg); }
.flow-2 { left:45%; animation-delay:.5s; }
.flow-3 { right:12%; transform:rotate(-13deg); animation-delay:1s; }
@keyframes flow { 0%,100% { opacity:.15; height:120px; } 50% { opacity:.75; height:210px; } }
.orbit { position:absolute; border:1px solid rgba(0,200,255,.17); border-radius:50%; animation:spin 15s linear infinite; }
.orbit:before { content:""; position:absolute; width:9px; height:9px; border-radius:50%; background:var(--cyan); box-shadow:0 0 17px var(--cyan); }
.orbit-one { width:480px; height:480px; }
.orbit-one:before { left:12%; top:13%; }
.orbit-two { width:370px; height:370px; animation-direction:reverse; animation-duration:10s; }
.orbit-two:before { right:5%; bottom:28%; }
@keyframes spin { to { transform:rotate(360deg); } }
.glass { background:rgba(8,20,28,.68); border:1px solid rgba(255,255,255,.12); backdrop-filter:blur(16px); box-shadow:0 20px 50px rgba(0,0,0,.35); }
.temperature-card { position:absolute; z-index:5; top:12%; right:2%; border-radius:20px; padding:18px 22px; display:grid; }
.temperature-card span { color:var(--cyan-2); font-size:9px; letter-spacing:.2em; }
.temperature-card strong { font-family:Orbitron; font-size:33px; }
.temperature-card small { color:var(--muted); }
.status-card { position:absolute; z-index:5; left:0; bottom:12%; border-radius:17px; padding:15px 18px; display:flex; align-items:center; gap:12px; }
.status-dot { width:12px; height:12px; background:#46efa8; border-radius:50%; box-shadow:0 0 14px #46efa8; }
.status-card div { display:grid; gap:2px; }
.status-card small { color:var(--muted); }
.status-card strong { font-size:12px; }
.scroll-indicator { position:absolute; left:50%; bottom:24px; transform:translateX(-50%); z-index:3; font-size:10px; color:#708794; letter-spacing:.16em; text-transform:uppercase; display:grid; justify-items:center; gap:8px; }
.scroll-indicator span { width:1px; height:30px; background:linear-gradient(var(--cyan),transparent); animation:scroll 1.6s infinite; }
@keyframes scroll { 0% { transform:scaleY(0); transform-origin:top; } 50% { transform:scaleY(1); transform-origin:top; } 51% { transform-origin:bottom; } 100% { transform:scaleY(0); transform-origin:bottom; } }

.marquee { overflow:hidden; border-block:1px solid var(--line); background:#071018; }
.marquee-track { width:max-content; display:flex; align-items:center; gap:28px; padding:17px 0; animation:marquee 25s linear infinite; }
.marquee span { font-family:Orbitron; font-size:12px; letter-spacing:.18em; color:#a8bac5; }
.marquee i { width:6px; height:6px; border-radius:50%; background:var(--cyan); box-shadow:0 0 12px var(--cyan); }
@keyframes marquee { to { transform:translateX(-50%); } }

.section { padding:120px 7vw; position:relative; }
.section-heading { display:flex; justify-content:space-between; gap:50px; align-items:end; margin-bottom:55px; }
.section-heading h2, .contact h2 { font-family:Orbitron; font-size:clamp(32px,4vw,58px); line-height:1.08; letter-spacing:-.045em; margin:12px 0 0; max-width:760px; }
.section-heading > p { color:var(--muted); max-width:520px; line-height:1.7; margin:0; }
.services { background:linear-gradient(#05090d,#071019); }
.services-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.service-card { position:relative; min-height:430px; padding:28px; border-radius:var(--radius); border:1px solid var(--line); background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.012)); overflow:hidden; transition:.35s; }
.service-card:before { content:""; position:absolute; inset:auto -20% -45% 20%; height:65%; background:radial-gradient(circle,rgba(0,200,255,.18),transparent 67%); opacity:0; transition:.35s; }
.service-card:hover { transform:translateY(-10px); border-color:rgba(0,200,255,.36); }
.service-card:hover:before { opacity:1; }
.service-card.featured { background:linear-gradient(145deg,rgba(0,200,255,.14),rgba(255,255,255,.02)); border-color:rgba(0,200,255,.28); }
.service-number { position:absolute; top:28px; right:28px; color:#516673; font-family:Orbitron; font-size:12px; }
.service-icon { width:62px; height:62px; display:grid; place-items:center; border-radius:18px; background:rgba(0,200,255,.1); color:var(--cyan-2); margin-bottom:70px; }
.service-icon svg { width:29px; height:29px; }
.service-card h3 { font-family:Orbitron; font-size:23px; margin:0 0 16px; }
.service-card p { color:var(--muted); line-height:1.65; font-size:14px; }
.service-card a { position:absolute; bottom:28px; left:28px; font-size:13px; font-weight:800; color:#d8f7ff; }
.service-card a span { color:var(--cyan); margin-left:7px; }

.process { overflow:hidden; background:#060b10; }
.process-glow { position:absolute; width:700px; height:700px; right:-250px; top:-150px; border-radius:50%; background:radial-gradient(circle,rgba(0,200,255,.13),transparent 65%); }
.process-list { border-top:1px solid var(--line); }
.process-item { display:grid; grid-template-columns:110px 1fr; gap:30px; padding:35px 0; border-bottom:1px solid var(--line); transition:.25s; }
.process-item:hover { padding-left:18px; background:linear-gradient(90deg,rgba(0,200,255,.04),transparent); }
.process-item > span { color:var(--cyan); font-family:Orbitron; }
.process-item div { display:flex; justify-content:space-between; gap:30px; align-items:center; }
.process-item h3 { margin:0; font-family:Orbitron; font-size:24px; }
.process-item p { color:var(--muted); max-width:540px; margin:0; line-height:1.6; }

.reviews { background:linear-gradient(145deg,#06101a,#05090d); }
.reviews-panel { min-height:520px; border-radius:36px; border:1px solid var(--line); overflow:hidden; display:grid; grid-template-columns:.85fr 1.15fr; background:rgba(255,255,255,.025); }
.reviews-score { padding:60px; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; border-right:1px solid var(--line); }
.google-letter { width:45px; height:45px; display:grid; place-items:center; border-radius:50%; background:white; color:#4285f4; font-weight:900; font-size:23px; margin-bottom:22px; }
.reviews-score small { color:var(--muted); }
.reviews-score strong { font-family:Orbitron; font-size:80px; line-height:1; margin:8px 0; }
.stars.large { font-size:20px !important; }
.reviews-score p { color:var(--muted); line-height:1.65; max-width:340px; margin:24px 0 28px; }
.review-showcase { padding:70px; display:flex; flex-direction:column; justify-content:center; background:radial-gradient(circle at 80% 20%,rgba(0,200,255,.13),transparent 40%); }
.quote-mark { font-family:Georgia,serif; font-size:100px; line-height:.5; color:var(--cyan); opacity:.45; }
blockquote { margin:25px 0 40px; font-size:clamp(24px,3vw,42px); line-height:1.3; font-weight:600; letter-spacing:-.03em; }
.review-source { display:flex; align-items:center; gap:14px; }
.avatar { width:47px; height:47px; border-radius:50%; display:grid; place-items:center; background:var(--cyan); color:#00131a; font-weight:900; }
.review-source div:last-child { display:grid; gap:3px; }
.review-source span { color:var(--muted); font-size:12px; }

.contact { padding-top:40px; }
.contact-card { border-radius:36px; padding:70px; background:linear-gradient(135deg,#00c8ff,#8ceaff); color:#02141b; display:grid; grid-template-columns:1.25fr .75fr; gap:70px; box-shadow:0 30px 80px rgba(0,200,255,.18); }
.contact .section-kicker { color:#075c72; }
.contact h2 { max-width:650px; margin-bottom:22px; }
.contact-copy p { max-width:650px; line-height:1.7; color:#164958; margin-bottom:30px; }
.contact-info { border-left:1px solid rgba(0,0,0,.18); padding-left:45px; display:flex; flex-direction:column; justify-content:center; gap:27px; }
.contact-info div { display:grid; gap:6px; }
.contact-info small { color:#286274; }
.contact-info a, .contact-info strong { font-family:Orbitron; font-size:16px; }

footer { padding:60px 7vw 35px; display:grid; grid-template-columns:1fr auto; gap:35px; border-top:1px solid var(--line); }
.footer-brand img { width:130px; }
.footer-brand p { color:var(--muted); max-width:380px; font-size:13px; }
.footer-links { display:flex; gap:30px; align-items:start; color:#b8c9d2; font-size:13px; }
.copyright { grid-column:1/-1; color:#536774; font-size:11px; border-top:1px solid var(--line); padding-top:25px; }

.whatsapp-float { position:fixed; z-index:25; right:22px; bottom:22px; display:flex; align-items:center; gap:10px; padding:12px 16px; border-radius:999px; background:#25d366; color:white; font-size:13px; font-weight:800; box-shadow:0 12px 35px rgba(37,211,102,.35); transition:.25s; }
.whatsapp-float:hover { transform:translateY(-4px) scale(1.02); }
.whatsapp-float svg { width:25px; fill:currentColor; stroke:none; }

.reveal { opacity:0; transform:translateY(30px); transition:opacity .8s ease,transform .8s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 1050px) {
  .nav,.header-cta { display:none; }
  .menu-button { display:block; }
  .nav.open { display:flex; position:absolute; top:75px; left:5vw; right:5vw; padding:25px; border:1px solid var(--line); border-radius:20px; background:#09131a; flex-direction:column; }
  .hero { grid-template-columns:1fr; padding-top:130px; }
  .hero-copy { max-width:800px; }
  .hero-visual { min-height:520px; }
  .services-grid { grid-template-columns:repeat(2,1fr); }
  .reviews-panel,.contact-card { grid-template-columns:1fr; }
  .reviews-score { border-right:0; border-bottom:1px solid var(--line); }
  .contact-info { border-left:0; border-top:1px solid rgba(0,0,0,.18); padding:35px 0 0; }
}
@media (max-width: 680px) {
  .header { height:72px; padding:0 20px; }
  .brand {
    width: 125px;
    height: 54px;
  }

  .brand img {
    width: 118px;
    height: 46px;
  }
  .hero { padding:115px 20px 65px; }
  h1 { font-size:43px; }
  .hero-copy > p { font-size:15px; }
  .hero-proof { align-items:flex-start; gap:14px; }
  .hero-proof > div:not(.divider) { display:block; }
  .hero-proof span,.hero-proof small { display:block; margin-top:4px; }
  .hero-visual { min-height:410px; }
  .ac-scene { width:110%; }
  .orbit-one { width:340px; height:340px; }
  .orbit-two { width:270px; height:270px; }
  .temperature-card { right:-10px; top:4%; }
  .status-card { left:-5px; bottom:5%; }
  .scroll-indicator { display:none; }
  .section { padding:85px 20px; }
  .section-heading { display:block; }
  .section-heading > p { margin-top:22px; }
  .services-grid { grid-template-columns:1fr; }
  .service-card { min-height:390px; }
  .process-item { grid-template-columns:45px 1fr; gap:10px; }
  .process-item div { display:block; }
  .process-item p { margin-top:10px; }
  .reviews-score,.review-showcase { padding:38px 28px; }
  .reviews-score strong { font-size:66px; }
  .contact-card { padding:38px 25px; border-radius:28px; }
  footer { grid-template-columns:1fr; padding-inline:20px; }
  .footer-links { flex-wrap:wrap; }
  .whatsapp-float span { display:none; }
  .whatsapp-float { padding:13px; }
}


@media (max-width: 1180px) and (min-width: 1051px) {
  .header {
    padding-inline: 3vw;
  }

  .brand {
    width: 135px;
  }

  .brand img {
    width: 128px;
    height: 49px;
  }

  .nav {
    gap: 24px;
  }
}

/* Serviços realizados */
.projects { background: linear-gradient(180deg, #071019, #05090d); }
.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 285px;
  gap: 16px;
}
.project-card {
  position: relative;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 25px;
  overflow: hidden;
  background: #0b141b;
  cursor: zoom-in;
  color: white;
  text-align: left;
}
.project-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .65s ease, filter .4s ease; }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 35%, rgba(2,8,12,.86)); }
.project-card:hover img { transform: scale(1.065); filter: brightness(1.08); }
.project-tall { grid-row: span 2; }
.project-wide { grid-column: span 2; }
.project-overlay { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; display: grid; gap: 5px; }
.project-overlay small { color: var(--cyan-2); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.project-overlay strong { font-family: Orbitron; font-size: 16px; }
.maintenance-showcase {
  margin-top: 80px;
  padding: 45px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: radial-gradient(circle at 85% 20%, rgba(0,200,255,.12), transparent 35%), rgba(255,255,255,.025);
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 50px;
}
.maintenance-copy h3 { font-family: Orbitron; font-size: clamp(29px,3.2vw,48px); letter-spacing: -.04em; margin: 13px 0 20px; }
.maintenance-copy p { color: var(--muted); line-height: 1.75; margin-bottom: 28px; }
.before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.before-after figure { position: relative; margin: 0; height: 390px; overflow: hidden; border-radius: 23px; border: 1px solid var(--line); }
.before-after img { width: 100%; height: 100%; object-fit: cover; }
.before-after figcaption { position: absolute; left: 15px; top: 15px; padding: 8px 13px; border-radius: 999px; background: rgba(4,12,17,.82); backdrop-filter: blur(10px); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.before-after figure:last-child figcaption { background: var(--cyan); color: #00141b; }

/* PMOC */
.pmoc { background: #060b10; overflow: hidden; }
.pmoc::before { content: "PMOC"; position: absolute; right: -2vw; top: 0; font: 800 clamp(110px,20vw,310px)/1 Orbitron; color: rgba(255,255,255,.018); pointer-events: none; }
.pmoc-shell { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; padding: 65px; border-radius: 36px; border: 1px solid rgba(0,200,255,.2); background: linear-gradient(145deg, rgba(0,200,255,.09), rgba(255,255,255,.015)); }
.pmoc-copy h2 { font-family: Orbitron; font-size: clamp(34px,4vw,58px); line-height: 1.08; letter-spacing: -.045em; margin: 14px 0 25px; }
.pmoc-copy > p { color: var(--muted); line-height: 1.8; font-size: 16px; }
.pmoc-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 32px; }
.pmoc-law { color: var(--cyan-2); font-weight: 700; font-size: 13px; }
.pmoc-benefits { display: grid; align-content: center; }
.pmoc-benefits article { display: grid; grid-template-columns: 45px 1fr; gap: 15px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.pmoc-benefits article:first-child { border-top: 1px solid var(--line); }
.pmoc-benefits span { font-family: Orbitron; color: var(--cyan); font-size: 12px; }
.pmoc-benefits strong { font-family: Orbitron; font-size: 15px; }
.pmoc-benefits p { color: var(--muted); line-height: 1.55; font-size: 13px; margin: 7px 0 0; }

/* Galeria ampliada */
.gallery-modal { position: fixed; z-index: 100; inset: 0; padding: 6vh 5vw; display: grid; place-items: center; background: rgba(0,5,8,.92); backdrop-filter: blur(16px); opacity: 0; visibility: hidden; transition: .3s; }
.gallery-modal.open { opacity: 1; visibility: visible; }
.gallery-modal img { max-width: min(100%,1100px); max-height: 88vh; border-radius: 24px; box-shadow: 0 35px 100px #000; }
.gallery-close { position: absolute; top: 22px; right: 28px; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.07); color: white; font-size: 30px; cursor: pointer; }

@media (max-width: 1050px) {
  .projects-grid { grid-template-columns: repeat(2,1fr); }
  .project-wide { grid-column: span 1; }
  .maintenance-showcase, .pmoc-shell { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .projects-grid { grid-template-columns: 1fr; grid-auto-rows: 300px; }
  .project-tall { grid-row: span 1; }
  .project-wide { grid-column: span 1; }
  .maintenance-showcase { margin-top: 50px; padding: 24px; }
  .before-after { gap: 8px; }
  .before-after figure { height: 280px; border-radius: 16px; }
  .pmoc-shell { padding: 28px 22px; gap: 35px; }
  .pmoc-actions { align-items: flex-start; flex-direction: column; }
}


/* Atualização: instalação agrupada, higienização e PMOC nos cards */
.services-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pmoc-card { border-color: rgba(0,200,255,.45); background: linear-gradient(145deg, rgba(0,200,255,.16), rgba(255,255,255,.02)); }
.pmoc-card p strong { color: #dff9ff; }
.pmoc-mini-info { display: grid; gap: 6px; margin-top: 18px; color: #8fcfe0; font-size: 11px; }
.pmoc-card > a { bottom: 28px; }
.pmoc-card .pmoc-mini-info { position: absolute; left: 28px; right: 20px; bottom: 62px; }

.installation-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 245px; gap: 16px; }
.installation-gallery .project-card { min-height: 0; }
.installation-gallery .project-tall { grid-row: span 2; }
.installation-gallery .project-wide { grid-column: span 2; }
.installation-gallery .project-card::after { content: "Ver instalação"; position: absolute; left: 18px; bottom: 16px; padding: 8px 12px; border-radius: 999px; background: rgba(2,12,18,.78); border: 1px solid rgba(255,255,255,.12); color: white; font-size: 11px; font-weight: 800; opacity: 0; transform: translateY(8px); transition: .25s; }
.installation-gallery .project-card:hover::after { opacity: 1; transform: none; }

.cleaning-section { margin-top: 75px; padding: 48px; border-radius: 34px; border: 1px solid rgba(0,200,255,.22); background: linear-gradient(145deg, rgba(0,200,255,.08), rgba(255,255,255,.018)); display: grid; grid-template-columns: .82fr 1.18fr; gap: 45px; align-items: center; }
.cleaning-copy h3 { font-family: Orbitron; font-size: clamp(30px,3.2vw,48px); line-height: 1.08; margin: 14px 0 20px; }
.cleaning-copy p { color: var(--muted); line-height: 1.75; }
.cleaning-copy ul { list-style: none; padding: 0; margin: 24px 0 30px; display: grid; gap: 11px; }
.cleaning-copy li { color: #d9edf5; font-size: 13px; }
.cleaning-copy li::before { content: "✓"; color: var(--cyan); margin-right: 10px; font-weight: 900; }
.cleaning-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.cleaning-photo { position: relative; margin: 0; min-height: 235px; border-radius: 22px; overflow: hidden; border: 1px solid var(--line); background: #08131b; }
.cleaning-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s; }
.cleaning-photo:hover img { transform: scale(1.045); }
.cleaning-photo figcaption { position: absolute; left: 12px; bottom: 12px; padding: 8px 11px; border-radius: 999px; background: rgba(2,10,15,.82); backdrop-filter: blur(8px); font-size: 10px; font-weight: 800; color: white; }
.cleaning-photo.after figcaption { background: rgba(0,137,177,.88); }
.cleaning-photo.illustrative figcaption { color: #bdefff; }

@media (max-width: 1120px) {
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .installation-gallery { grid-template-columns: repeat(2,1fr); }
  .cleaning-section { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .services-grid { grid-template-columns: 1fr; }
  .pmoc-card { min-height: 470px; }
  .installation-gallery { grid-template-columns: 1fr; grid-auto-rows: 300px; }
  .installation-gallery .project-tall, .installation-gallery .project-wide { grid-row: auto; grid-column: auto; }
  .cleaning-section { padding: 28px 20px; }
  .cleaning-gallery { grid-template-columns: 1fr; }
  .cleaning-photo { min-height: 280px; }
}


/* Carrossel responsivo de instalações */
.installation-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 14px;
}
.installation-gallery {
  display: flex !important;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 4px 2px 12px;
  grid-auto-rows: unset !important;
}
.installation-gallery::-webkit-scrollbar { display: none; }
.installation-gallery .project-card,
.installation-gallery .project-tall,
.installation-gallery .project-wide {
  flex: 0 0 calc((100% - 32px) / 3);
  height: 360px;
  min-height: 360px;
  grid-row: auto !important;
  grid-column: auto !important;
  scroll-snap-align: start;
}
.carousel-arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(0,200,255,.35);
  background: rgba(7,18,26,.9);
  color: var(--cyan-2);
  font-size: 31px;
  line-height: 1;
  cursor: pointer;
  transition: .25s;
  z-index: 3;
}
.carousel-arrow:hover { transform: scale(1.08); background: rgba(0,200,255,.13); }
.carousel-arrow:disabled { opacity: .3; cursor: default; transform: none; }
.carousel-hint { display: none; margin-top: 10px; color: var(--muted); font-size: 11px; text-align: center; }

/* Higienização com as duas fotos reais fornecidas */
.cleaning-section { grid-template-columns: .82fr 1.18fr; }

.cleaning-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cleaning-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,.025);
}

.cleaning-photo button {
  width: 100%;
  height: 330px;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
}

.cleaning-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .45s ease;
}

.cleaning-photo:hover img {
  transform: scale(1.045);
}

.cleaning-photo figcaption {
  padding: 15px 18px;
  color: #d9edf5;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 1120px) {
  .installation-gallery .project-card,
  .installation-gallery .project-tall,
  .installation-gallery .project-wide { flex-basis: calc((100% - 16px) / 2); }
}
@media (max-width: 680px) {
  .installation-carousel { display: block; }
  .installation-gallery { gap: 12px; padding-inline: 2px; }
  .installation-gallery .project-card,
  .installation-gallery .project-tall,
  .installation-gallery .project-wide {
    flex: 0 0 86%;
    height: 330px;
    min-height: 330px;
  }
  .carousel-arrow { display: none; }
  .carousel-hint { display: block; }
  .cleaning-section { grid-template-columns: 1fr; }
  .cleaning-gallery {
    grid-template-columns: 1fr;
  }
  .cleaning-photo button {
    height: 360px;
  }
}


@media (max-width: 900px) {
  .cleaning-gallery {
    grid-template-columns: 1fr;
  }

  .cleaning-photo button {
    height: 390px;
  }
}


/* Atualização: cinco serviços, análise instrumental, horários e Instagram */
.services-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.service-card {
  min-height: 475px;
}

.air-analysis-card {
  border-color: rgba(0,200,255,.5);
  background: linear-gradient(145deg, rgba(0,200,255,.17), rgba(255,255,255,.018));
}

.air-analysis-card h3 {
  font-size: 20px;
  line-height: 1.25;
}

.air-analysis-info {
  position: absolute;
  left: 28px;
  right: 20px;
  bottom: 65px;
  display: grid;
  gap: 6px;
  color: #8fcfe0;
  font-size: 11px;
}

.schedule-proof strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.schedule-proof strong svg {
  width: 22px;
  height: 22px;
  color: var(--cyan);
}

.instagram-contact a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #f1fbff;
  transition: color .25s ease;
}

.instagram-contact a:hover {
  color: var(--cyan-2);
}

.instagram-contact svg {
  width: 21px;
  height: 21px;
  color: #ff59a8;
}

@media (max-width: 1450px) {
  .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1000px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .air-analysis-card {
    min-height: 500px;
  }
}


/* Seção completa de PMOC */
.pmoc-section {
  background:
    radial-gradient(circle at 85% 20%, rgba(0,200,255,.12), transparent 30%),
    linear-gradient(180deg, #05090d, #07111a);
}

.pmoc-showcase {
  display: grid;
  grid-template-columns: .72fr 1fr .58fr;
  gap: 18px;
  align-items: stretch;
}

.pmoc-main-image,
.pmoc-analysis-image,
.equipment-register-image {
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #071018;
  cursor: zoom-in;
}

.pmoc-main-image img,
.pmoc-analysis-image img,
.equipment-register-image img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: block;
  object-fit: cover;
  transition: transform .5s ease;
}

.pmoc-main-image:hover img,
.pmoc-analysis-image:hover img,
.equipment-register-image:hover img {
  transform: scale(1.035);
}

.pmoc-content {
  padding: 44px;
  border: 1px solid rgba(0,200,255,.24);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 0%, rgba(0,200,255,.13), transparent 38%),
    rgba(255,255,255,.025);
}

.pmoc-content h3 {
  margin: 15px 0 20px;
  font-family: Orbitron, sans-serif;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.12;
  letter-spacing: -.04em;
}

.pmoc-content > p {
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 30px;
}

.pmoc-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 30px;
}

.pmoc-benefits article {
  min-height: 130px;
  padding: 19px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.025);
}

.pmoc-benefits strong {
  color: #e9faff;
  font-size: 14px;
}

.pmoc-benefits span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.pmoc-analysis-image span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 17px;
  display: grid;
  gap: 4px;
  color: white;
  text-align: left;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 17px;
  background: rgba(4,11,16,.78);
  backdrop-filter: blur(12px);
}

.pmoc-analysis-image small {
  color: var(--cyan-2);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 9px;
}

/* Cadastramento e identificação individual */
.equipment-register {
  padding-top: 35px;
  background: #07111a;
}

.equipment-register-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  min-height: 640px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 15% 20%, rgba(0,200,255,.11), transparent 33%),
    rgba(255,255,255,.022);
}

.equipment-register-copy {
  padding: 65px;
  align-self: center;
}

.equipment-register-copy h2 {
  max-width: 690px;
  margin: 14px 0 22px;
  font-family: Orbitron, sans-serif;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.equipment-register-copy > p {
  max-width: 650px;
  color: var(--muted);
  line-height: 1.75;
}

.equipment-register-copy ul {
  margin: 28px 0 32px;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.equipment-register-copy li {
  position: relative;
  padding-left: 28px;
  color: #d5e7ef;
  font-size: 14px;
}

.equipment-register-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--cyan);
  font-weight: 900;
}

.equipment-register-image {
  border: 0;
  border-left: 1px solid var(--line);
  border-radius: 0;
}

.equipment-register-image img {
  min-height: 640px;
}

.equipment-tag {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 18px 20px;
  display: grid;
  gap: 5px;
  text-align: left;
  color: white;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(4,11,16,.78);
  backdrop-filter: blur(14px);
}

.equipment-tag span {
  color: var(--cyan-2);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

@media (max-width: 1250px) {
  .pmoc-showcase {
    grid-template-columns: .8fr 1.2fr;
  }

  .pmoc-analysis-image {
    grid-column: 1 / -1;
    height: 440px;
  }

  .pmoc-analysis-image img {
    min-height: 440px;
  }
}

@media (max-width: 900px) {
  .pmoc-showcase,
  .equipment-register-card {
    grid-template-columns: 1fr;
  }

  .pmoc-main-image img,
  .pmoc-analysis-image img {
    min-height: 480px;
  }

  .pmoc-content,
  .equipment-register-copy {
    padding: 38px 28px;
  }

  .equipment-register-image {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .equipment-register-image img {
    min-height: 520px;
  }
}

@media (max-width: 600px) {
  .pmoc-benefits {
    grid-template-columns: 1fr;
  }

  .pmoc-main-image img,
  .pmoc-analysis-image img {
    min-height: 390px;
  }

  .pmoc-analysis-image {
    height: auto;
  }

  .equipment-register-copy {
    padding: 34px 22px;
  }

  .equipment-register-image img {
    min-height: 440px;
  }
}

/* Versão compacta + PMOC unificado em slider */
.section { padding-top: 88px; padding-bottom: 88px; }
.section-heading { margin-bottom: 38px; }
.pmoc-section { padding-top: 78px; padding-bottom: 78px; }
.pmoc-compact { display:grid; grid-template-columns:.82fr 1.18fr; gap:28px; align-items:center; }
.pmoc-copy { padding:34px; border:1px solid rgba(0,200,255,.22); border-radius:26px; background:rgba(255,255,255,.025); }
.pmoc-copy h3 { margin:12px 0 16px; font-family:Orbitron,sans-serif; font-size:clamp(26px,2.7vw,40px); line-height:1.12; }
.pmoc-copy > p { color:var(--muted); line-height:1.65; margin:0 0 22px; }
.pmoc-points { display:grid; gap:9px; margin:0 0 25px; color:#d8edf5; font-size:13px; }
.pmoc-slider { position:relative; min-width:0; }
.pmoc-slides { display:flex; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; border-radius:26px; }
.pmoc-slides::-webkit-scrollbar { display:none; }
.pmoc-slide { flex:0 0 100%; scroll-snap-align:start; height:min(600px,64vw); min-height:430px; padding:0; border:1px solid var(--line); border-radius:26px; overflow:hidden; background:#061019; cursor:zoom-in; }
.pmoc-slide img { width:100%; height:100%; display:block; object-fit:contain; background:#061019; }
.pmoc-arrow { position:absolute; top:50%; transform:translateY(-50%); z-index:3; width:46px; height:46px; border:1px solid rgba(255,255,255,.18); border-radius:50%; background:rgba(4,11,16,.78); color:#fff; font-size:30px; cursor:pointer; backdrop-filter:blur(10px); }
.pmoc-prev { left:14px; } .pmoc-next { right:14px; }
.pmoc-dots { display:flex; justify-content:center; gap:7px; margin-top:14px; }
.pmoc-dot { width:7px; height:7px; border-radius:50%; background:rgba(255,255,255,.25); transition:.2s; }
.pmoc-dot.active { width:22px; border-radius:8px; background:var(--cyan); }
@media (max-width:900px){ .section{padding-top:68px;padding-bottom:68px}.pmoc-compact{grid-template-columns:1fr}.pmoc-copy{padding:28px 24px}.pmoc-slide{height:72vh;min-height:430px}.pmoc-arrow{width:42px;height:42px} }
@media (max-width:600px){ .section{padding-top:56px;padding-bottom:56px}.section-heading{margin-bottom:28px}.pmoc-section{padding-top:56px;padding-bottom:56px}.pmoc-slide{height:68vh;min-height:390px}.pmoc-slide img{object-fit:contain} }
