@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Raleway:wght@400;600;700;800&display=swap');

:root {
  --bg: #fffaf5;
  --bg-soft: #ffffff;
  --bg-warm: #fff3e6;
  --bg-card: rgba(255, 255, 255, 0.88);
  --navy: #001427;
  --navy-soft: #0d2d4d;
  --orange: #FFA64C;
  --orange-bright: #ffc978;
  --orange-deep: #FF6C27;
  --orange-glow: rgba(255, 166, 76, 0.45);
  --gradient: linear-gradient(135deg, #FFB347 0%, #FF6C27 45%, #FFA64C 100%);
  --gradient-hero: linear-gradient(145deg, #ffffff 0%, #fff8f0 30%, #ffe9cc 65%, #ffd4a0 100%);
  --gradient-shine: linear-gradient(105deg, transparent 38%, rgba(255,255,255,0.75) 50%, transparent 62%);
  --text: #001427;
  --text-soft: #2d4a66;
  --gray: #5f7389;
  --white: #ffffff;
  --border: rgba(255, 108, 39, 0.14);
  --border-strong: rgba(255, 108, 39, 0.28);
  --glass: rgba(255, 255, 255, 0.78);
  --shadow: 0 20px 60px rgba(255, 108, 39, 0.12), 0 4px 16px rgba(0, 20, 39, 0.06);
  --shadow-card: 0 12px 40px rgba(255, 140, 50, 0.15);
  --radius: 18px;
  --radius-lg: 28px;
  --ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  --font: 'Plus Jakarta Sans', 'Raleway', -apple-system, sans-serif;
  --nav-h: 64px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background-image:
    radial-gradient(ellipse 90% 55% at 10% -8%, rgba(255, 166, 76, 0.28), transparent 55%),
    radial-gradient(ellipse 70% 45% at 95% 5%, rgba(255, 200, 120, 0.22), transparent 50%),
    radial-gradient(ellipse 60% 40% at 50% 100%, rgba(255, 108, 39, 0.1), transparent 55%),
    linear-gradient(180deg, #fffefb 0%, #fffaf5 50%, #fff5eb 100%);
}

#particles {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: 0.35;
}

.glow-layer {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden;
}
.glow-orb {
  position: absolute; border-radius: 50%; filter: blur(110px); opacity: 0.55;
  animation: glowDrift 18s ease-in-out infinite;
}
.glow-orb.g1 { width: 520px; height: 520px; top: -5%; left: -10%; background: rgba(255, 180, 90, 0.45); }
.glow-orb.g2 { width: 440px; height: 440px; top: 40%; right: -12%; background: rgba(255, 140, 60, 0.32); animation-delay: -6s; }
.glow-orb.g3 { width: 360px; height: 360px; bottom: 5%; left: 30%; background: rgba(255, 220, 160, 0.4); animation-delay: -11s; }
@keyframes glowDrift {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.45; }
  50% { transform: translate(22px, -16px) scale(1.08); opacity: 0.7; }
}

/* Nav */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: var(--nav-h);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 4px 24px rgba(255, 140, 50, 0.08);
  transition: background 0.4s var(--ease), box-shadow 0.4s;
}
.nav.scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 32px rgba(255, 108, 39, 0.12);
}
.nav-inner {
  max-width: 1200px; height: 100%; margin: 0 auto; padding: 0 1.25rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.logo { display: flex; align-items: center; flex-shrink: 0; }
.logo-img { height: 40px; width: auto; display: block; filter: drop-shadow(0 2px 8px rgba(255, 108, 39, 0.2)); }
.nav-links {
  display: flex; align-items: center; gap: 0.1rem; flex-wrap: wrap; justify-content: center;
}
.nav-links a {
  color: var(--text-soft); text-decoration: none; font-size: 0.82rem; font-weight: 600;
  padding: 0.45rem 0.65rem; border-radius: 8px; transition: color 0.2s, background 0.2s;
}
.nav-links a:hover, .nav-links a.nav-active {
  color: var(--orange-deep); background: rgba(255, 166, 76, 0.14);
}
.nav-right { display: flex; align-items: center; gap: 0.65rem; flex-shrink: 0; }

/* Lang flags */
.lang-flags { display: flex; align-items: center; gap: 0.35rem; }
.lang-flag-btn {
  background: rgba(255, 255, 255, 0.6); border: 1px solid var(--border); cursor: pointer;
  padding: 0.2rem; border-radius: 6px; transition: transform 0.2s, box-shadow 0.2s;
}
.lang-flag-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(255, 140, 50, 0.2); }
.lang-flag-btn.active { box-shadow: 0 0 0 2px rgba(255, 108, 39, 0.45); border-color: var(--orange-deep); }
.lang-flag-btn:not(.active) .lang-flag-fi { opacity: 0.55; filter: grayscale(0.35); }
.lang-flag-btn.active .lang-flag-fi { opacity: 1; filter: none; }
.lang-flag-btn:hover .lang-flag-fi { opacity: 0.95; filter: grayscale(0); }
.lang-flag-fi {
  flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  width: 1.75rem; height: 1.1rem;
  transform-origin: 12% 88%;
  animation: langFlagFlutter 2.4s ease-in-out infinite;
}
.lang-flag-fi--delay-1 { animation-delay: 0.15s; }
.lang-flag-fi--delay-2 { animation-delay: 0.3s; }
.lang-flag-img {
  display: block; width: auto; height: 100%; max-width: 100%;
  aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: 2px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.lang-flag-emoji { display: none; font-size: 1.1rem; line-height: 1; }
.lang-flag-fi--fallback .lang-flag-img { display: none; }
.lang-flag-fi--fallback .lang-flag-emoji { display: block; }
@keyframes langFlagFlutter {
  0%, 100% { transform: rotate(-6deg) skewX(-3deg) scale(1); }
  25% { transform: rotate(5deg) skewX(4deg) scale(1.02); }
  50% { transform: rotate(-3deg) skewX(-2deg) scale(1); }
  75% { transform: rotate(7deg) skewX(3deg) scale(1.02); }
}
.lang-flags--stacked { flex-direction: column; align-items: stretch; gap: 0.35rem; }
.lang-flag-btn--stacked {
  display: flex; align-items: center; gap: 0.65rem; width: 100%;
  padding: 0.5rem 0.75rem; border-radius: 10px;
  background: var(--bg-soft); border: 1px solid var(--border);
}
.lang-flag-btn--stacked:hover { background: rgba(255, 166, 76, 0.1); }
.lang-flag-btn--stacked.active { border-color: var(--orange-deep); background: rgba(255, 166, 76, 0.12); }
.lang-flag-lbl { font-size: 0.84rem; font-weight: 600; color: var(--text); }
@media (prefers-reduced-motion: reduce) {
  .lang-flag-fi, .glow-orb, .clients-track { animation: none; }
}

.nav-toggle {
  display: none; width: 38px; height: 38px; border: 1px solid var(--border);
  background: var(--white); color: var(--text); border-radius: 8px; cursor: pointer; font-size: 1.1rem;
}
body.nav-open { overflow: hidden; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  padding: 0.7rem 1.35rem; border-radius: 999px; font-weight: 700; font-size: 0.88rem;
  text-decoration: none; border: none; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s;
  font-family: inherit; position: relative; overflow: hidden;
}
.btn::after {
  content: ''; position: absolute; inset: 0;
  background: var(--gradient-shine); transform: translateX(-120%);
  transition: transform 0.55s var(--ease);
}
.btn:hover::after { transform: translateX(120%); }
.btn:hover { transform: translateY(-2px); }
.btn-gradient {
  background: var(--gradient); color: var(--white);
  box-shadow: 0 10px 32px var(--orange-glow), inset 0 1px 0 rgba(255,255,255,0.35);
}
.btn-gradient:hover { box-shadow: 0 14px 40px rgba(255, 108, 39, 0.45); }
.btn-ghost {
  background: var(--white); color: var(--navy);
  border: 2px solid rgba(255, 108, 39, 0.35);
  box-shadow: 0 4px 16px rgba(255, 140, 50, 0.1);
}
.btn-ghost:hover { border-color: var(--orange-deep); color: var(--orange-deep); }
.btn-outline {
  background: var(--white); color: var(--orange-deep);
  border: 1px solid var(--border-strong); padding: 0.5rem 0.9rem; font-size: 0.78rem;
}
.btn-outline:hover { background: rgba(255, 166, 76, 0.12); }
.btn-sm { padding: 0.45rem 1rem; font-size: 0.8rem; }
.nav-cta i { width: 16px; height: 16px; }

/* Hero */
main { position: relative; z-index: 1; padding-top: var(--nav-h); }
.hero {
  min-height: calc(100vh - var(--nav-h));
  max-width: 1200px; margin: 0 auto; padding: 4rem 1.5rem 3rem;
  display: flex; flex-direction: column; justify-content: center; gap: 3rem;
  position: relative;
}
.hero::before {
  content: ''; position: absolute; inset: -2rem -1.5rem 0;
  background: var(--gradient-hero);
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  z-index: -1;
  box-shadow: inset 0 -1px 0 rgba(255, 166, 76, 0.2);
}
.hero::after {
  content: ''; position: absolute; top: 10%; right: 5%; width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(255, 200, 100, 0.5), transparent 70%);
  border-radius: 50%; filter: blur(40px); z-index: -1;
  animation: heroPulse 6s ease-in-out infinite;
}
@keyframes heroPulse {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.1); }
}
.hero-content { position: relative; }
.hero-eyebrow {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--orange-deep); margin-bottom: 1rem;
  display: inline-block; padding: 0.35rem 0.85rem; border-radius: 999px;
  background: rgba(255, 255, 255, 0.7); border: 1px solid var(--border);
  box-shadow: 0 4px 16px rgba(255, 140, 50, 0.12);
}
.hero h1 {
  font-size: clamp(2rem, 5vw, 3.35rem); font-weight: 800; line-height: 1.1;
  letter-spacing: -0.03em; max-width: 20ch; color: var(--navy);
  text-shadow: 0 2px 24px rgba(255, 166, 76, 0.15);
}
.hero h1 span.highlight {
  background: var(--gradient);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-lead { font-size: 1.05rem; color: var(--gray); max-width: 52ch; margin: 1.25rem 0 2rem; line-height: 1.7; }
.cta-row { display: flex; flex-wrap: wrap; gap: 0.85rem; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 580px; }
.stat-card {
  padding: 1.35rem; border-radius: var(--radius);
  background: var(--glass); border: 1px solid var(--border-strong);
  backdrop-filter: blur(12px); box-shadow: var(--shadow-card);
  transition: transform 0.3s, box-shadow 0.3s;
}
.stat-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(255, 140, 50, 0.22); }
.stat-card strong {
  display: block; font-size: 1.85rem; font-weight: 800;
  background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  line-height: 1.1; margin-bottom: 0.35rem;
}
.stat-card span { font-size: 0.78rem; color: var(--gray); font-weight: 600; }

/* Sections */
.section {
  max-width: 1200px; margin: 0 auto; padding: 5rem 1.5rem;
}
.section-dark {
  max-width: none;
  background: linear-gradient(180deg, transparent, rgba(255, 243, 230, 0.7) 12%, rgba(255, 235, 210, 0.5) 50%, rgba(255, 243, 230, 0.7) 88%, transparent);
  padding-left: max(1.5rem, calc((100vw - 1200px) / 2 + 1.5rem));
  padding-right: max(1.5rem, calc((100vw - 1200px) / 2 + 1.5rem));
}
.section-head { margin-bottom: 2.5rem; max-width: 640px; }
.section-eyebrow {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--orange-deep); margin-bottom: 0.65rem;
}
.section-title {
  font-size: clamp(1.65rem, 3.5vw, 2.35rem); font-weight: 800;
  letter-spacing: -0.025em; line-height: 1.15; margin-bottom: 0.75rem; color: var(--navy);
}
.section-desc { color: var(--gray); font-size: 1rem; line-height: 1.7; }

.glass {
  background: var(--glass); border: 1px solid var(--border-strong);
  border-radius: var(--radius); backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

/* About */
.about-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 1.25rem; margin-bottom: 2.5rem; }
.about-card { padding: 1.75rem; line-height: 1.75; color: var(--text-soft); }
.about-card.accent {
  border-color: rgba(255, 108, 39, 0.35);
  background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255, 235, 210, 0.6));
}
.about-card h3 { color: var(--orange-deep); font-size: 1rem; margin-bottom: 0.75rem; font-weight: 700; }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.pillar {
  padding: 1.5rem; border-radius: var(--radius);
  background: var(--white); border: 1px solid var(--border);
  box-shadow: var(--shadow-card); transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.pillar:hover {
  border-color: rgba(255, 108, 39, 0.4); transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(255, 140, 50, 0.2);
}
.pillar i { width: 28px; height: 28px; color: var(--orange-deep); margin-bottom: 1rem; }
.pillar h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--navy); }
.pillar p { font-size: 0.88rem; color: var(--gray); line-height: 1.65; }

/* Services */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.service-card {
  padding: 1.75rem; border-radius: var(--radius-lg);
  background: var(--white); border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 108, 39, 0.4);
  box-shadow: 0 20px 56px rgba(255, 140, 50, 0.22);
}
.svc-tag {
  display: inline-block; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--orange-deep); margin-bottom: 0.85rem;
  padding: 0.25rem 0.6rem; border-radius: 999px;
  background: rgba(255, 166, 76, 0.15); border: 1px solid rgba(255, 166, 76, 0.3);
}
.service-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.65rem; line-height: 1.3; color: var(--navy); }
.service-card p { font-size: 0.88rem; color: var(--gray); line-height: 1.65; }

/* Connect */
.connect-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.connect-card { padding: 2rem 1.75rem; transition: transform 0.3s; }
.connect-card:hover { transform: translateY(-4px); }
.connect-card i { width: 32px; height: 32px; color: var(--orange-deep); margin-bottom: 1rem; }
.connect-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.65rem; color: var(--navy); }
.connect-card p { font-size: 0.88rem; color: var(--gray); line-height: 1.65; }

/* WiFi */
.wifi-wrap { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 2.5rem; align-items: center; }
.wifi-logo { margin-bottom: 1rem; filter: drop-shadow(0 4px 16px rgba(255, 108, 39, 0.25)); }
.wifi-list { list-style: none; margin-top: 1.5rem; }
.wifi-list li {
  position: relative; padding-left: 1.5rem; margin-bottom: 0.75rem;
  font-size: 0.92rem; color: var(--text-soft);
}
.wifi-list li::before {
  content: ''; position: absolute; left: 0; top: 0.55em;
  width: 8px; height: 8px; border-radius: 50%; background: var(--gradient);
  box-shadow: 0 0 10px var(--orange-glow);
}
.wifi-visual {
  aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
  background: linear-gradient(145deg, #fff, #fff0e0);
}
.wifi-rings { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.wifi-rings span {
  position: absolute; border-radius: 50%; border: 2px solid rgba(255, 108, 39, 0.3);
  animation: wifiPulse 3s ease-out infinite;
}
.wifi-rings span:nth-child(1) { width: 40%; height: 40%; animation-delay: 0s; }
.wifi-rings span:nth-child(2) { width: 65%; height: 65%; animation-delay: 0.6s; }
.wifi-rings span:nth-child(3) { width: 90%; height: 90%; animation-delay: 1.2s; }
@keyframes wifiPulse {
  0% { transform: scale(0.85); opacity: 0.8; }
  100% { transform: scale(1.15); opacity: 0; }
}
.wifi-icon { width: 64px; height: 64px; color: var(--orange-deep); position: relative; z-index: 1; }

/* Coverage */
.coverage-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 1.5rem; }
.coverage-map { padding: 2rem; }
.coverage-map i { width: 28px; height: 28px; color: var(--orange-deep); margin-bottom: 1rem; }
.coverage-map p { font-size: 0.92rem; line-height: 1.75; color: var(--gray); }
.coverage-map strong { color: var(--navy); }
.coverage-cities h3 {
  font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--orange-deep); margin: 1.25rem 0 0.75rem;
}
.coverage-cities h3:first-child { margin-top: 0; }
.city-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.city-tags span {
  font-size: 0.78rem; font-weight: 600; padding: 0.4rem 0.75rem;
  border-radius: 999px; background: var(--white);
  border: 1px solid var(--border); color: var(--text-soft);
  transition: border-color 0.2s, background 0.2s, color 0.2s;
  box-shadow: 0 2px 8px rgba(255, 140, 50, 0.06);
}
.city-tags span:hover {
  border-color: rgba(255, 108, 39, 0.45); background: rgba(255, 166, 76, 0.12); color: var(--orange-deep);
}

/* Clients carousel */
.section-clients {
  max-width: none; padding-bottom: 4rem;
  background: linear-gradient(180deg, transparent, rgba(255, 248, 240, 0.9) 20%, rgba(255, 235, 210, 0.5) 50%, transparent);
}
.clients-carousel {
  overflow: hidden; margin: 0 auto 1rem; max-width: 1200px; padding: 0 1rem;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.clients-track {
  display: flex; width: max-content;
  animation: clientsScroll 38s linear infinite;
}
.clients-set {
  display: flex; align-items: center; gap: 1.25rem; padding: 0.5rem 0.75rem;
}
.client-logo {
  flex-shrink: 0; margin: 0; width: 168px; height: 88px;
  display: flex; align-items: center; justify-content: center;
  padding: 1rem 1.25rem; border-radius: 16px;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: 0 8px 28px rgba(255, 140, 50, 0.1);
  transition: transform 0.35s var(--ease), box-shadow 0.35s, border-color 0.35s;
}
.client-logo:hover {
  transform: translateY(-6px) scale(1.03);
  border-color: rgba(255, 108, 39, 0.45);
  box-shadow: 0 16px 40px rgba(255, 140, 50, 0.22);
}
.client-logo img {
  max-width: 100%; max-height: 52px; width: auto; height: auto;
  object-fit: contain; filter: grayscale(0.15) contrast(1.05);
  transition: filter 0.35s;
}
.client-logo:hover img { filter: grayscale(0) contrast(1.1); }
@keyframes clientsScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.clients-carousel:hover .clients-track { animation-play-state: paused; }

/* Contact */
.contact-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; }
.contact-list { list-style: none; margin-top: 1.5rem; }
.contact-list li {
  display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem;
  font-size: 0.95rem; color: var(--gray);
}
.contact-list i { width: 20px; height: 20px; color: var(--orange-deep); flex-shrink: 0; }
.contact-list a { color: var(--navy); text-decoration: none; font-weight: 600; }
.contact-list a:hover { color: var(--orange-deep); }
.contact-form { padding: 2rem; display: flex; flex-direction: column; gap: 0.85rem; }
.contact-form input, .contact-form textarea {
  width: 100%; padding: 0.85rem 1rem; border-radius: 12px;
  border: 1px solid var(--border-strong); background: var(--white);
  color: var(--text); font-family: inherit; font-size: 0.92rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.contact-form input:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--orange-deep);
  box-shadow: 0 0 0 3px rgba(255, 166, 76, 0.2);
}
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #9aabb8; }
.form-note { font-size: 0.85rem; color: var(--orange-deep); font-weight: 600; }

/* Footer */
.footer {
  position: relative; z-index: 1;
  border-top: 1px solid var(--border);
  background: linear-gradient(180deg, var(--white), #fff5eb);
  padding: 2.5rem 1.5rem 1.5rem;
}
.footer-inner {
  max-width: 1200px; margin: 0 auto 2rem;
  display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem; flex-wrap: wrap;
}
.footer-logo { filter: drop-shadow(0 2px 8px rgba(255, 108, 39, 0.15)); }
.footer-copy {
  max-width: 1200px; margin: 0 auto; text-align: center;
  font-size: 0.82rem; color: var(--gray); line-height: 1.8;
}
.footer-copy a { color: var(--orange-deep); text-decoration: none; font-weight: 600; }
.footer-copy a:hover { text-decoration: underline; }

/* LGPD */
.lgpd-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 300;
  display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap;
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--border-strong);
  backdrop-filter: blur(12px);
  box-shadow: 0 -8px 32px rgba(255, 140, 50, 0.12);
}
.lgpd-bar p { font-size: 0.82rem; color: var(--gray); max-width: 720px; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 1024px) {
  .service-grid, .connect-grid, .pillars { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .wifi-wrap, .coverage-grid, .contact-wrap { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav-links {
    position: fixed; top: var(--nav-h); left: 0; right: 0; bottom: 0;
    flex-direction: column; align-items: stretch; padding: 1.5rem;
    background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(20px);
    transform: translateX(100%); transition: transform 0.35s var(--ease);
    overflow-y: auto; gap: 0.25rem;
    box-shadow: -8px 0 32px rgba(255, 140, 50, 0.1);
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { padding: 0.85rem 1rem; font-size: 1rem; }
  .nav-toggle { display: flex; align-items: center; justify-content: center; }
  .nav-cta span { display: none; }
  .hero-stats { grid-template-columns: 1fr; }
  .service-grid, .connect-grid, .pillars { grid-template-columns: 1fr; }
  .client-logo { width: 140px; height: 76px; }
}
