* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --bg: #030806;
  --panel: rgba(9, 24, 16, 0.72);
  --panel-border: rgba(139, 255, 84, 0.16);
  --text: #f5fff7;
  --muted: #9fb2a5;
  --green: #a9ff38;
  --green-deep: #0a8f50;
}

html { scroll-behavior: smooth; }

body {
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 12%, rgba(36, 156, 79, 0.13), transparent 34%),
    radial-gradient(circle at 86% 72%, rgba(169, 255, 56, 0.08), transparent 30%),
    var(--bg);
}

.background-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.25;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.glow {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(110px);
  pointer-events: none;
  opacity: 0.16;
}

.glow-one { background: var(--green); top: -220px; right: -120px; }
.glow-two { background: #008a4b; bottom: -250px; left: -180px; }

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  min-height: 100vh;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.brand {
  padding: 28px 0 10px;
}

.logo {
  display: block;
  width: clamp(190px, 22vw, 300px);
  height: 92px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 18px rgba(119, 255, 64, 0.16));
}

.hero {
  flex: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 70px;
  padding: 45px 0 70px;
}

.status-pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  margin-bottom: 28px;
  border: 1px solid var(--panel-border);
  border-radius: 999px;
  background: rgba(12, 31, 20, 0.75);
  color: #d8ffe0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(169, 255, 56, 0.09), 0 0 14px var(--green);
  animation: pulse 2s ease-in-out infinite;
}

.eyebrow {
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 16px;
}

h1 {
  max-width: 720px;
  font-size: clamp(48px, 6.3vw, 86px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 800;
}

h1 span {
  color: var(--green);
  text-shadow: 0 0 35px rgba(169, 255, 56, 0.16);
}

.description {
  max-width: 650px;
  margin-top: 28px;
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.75;
}

.progress-card {
  max-width: 590px;
  margin-top: 34px;
  padding: 20px;
  border: 1px solid var(--panel-border);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(14, 35, 23, 0.88), rgba(5, 14, 9, 0.72));
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 70px rgba(0,0,0,0.25);
}

.progress-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #dce9df;
  font-size: 13px;
  font-weight: 600;
}

.progress-top strong { color: var(--green); }

.progress-track {
  height: 8px;
  margin: 14px 0 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,0.07);
}

.progress-track span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green-deep), var(--green));
  box-shadow: 0 0 18px rgba(169, 255, 56, 0.3);
  animation: progressGlow 2.4s ease-in-out infinite alternate;
}

.progress-card p {
  color: #7f9586;
  font-size: 12px;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.service-tags span {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 9px;
  color: #a8b8ad;
  background: rgba(255,255,255,0.025);
  font-size: 12px;
}

.visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.visual::before {
  content: "";
  position: absolute;
  inset: 15% 5%;
  border-radius: 50%;
  background: rgba(80, 255, 110, 0.12);
  filter: blur(80px);
}

.visual-card {
  position: relative;
  width: min(100%, 540px);
  padding: 32px;
  border: 1px solid rgba(169, 255, 56, 0.13);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(15, 37, 24, 0.7), rgba(5, 13, 9, 0.42));
  box-shadow: 0 40px 100px rgba(0,0,0,0.42);
  backdrop-filter: blur(14px);
}

.visual-card::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255,255,255,0.035);
  border-radius: 24px;
  pointer-events: none;
}

.visual-card img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(0.85) hue-rotate(55deg) drop-shadow(0 25px 35px rgba(0,0,0,0.3));
  animation: float 5s ease-in-out infinite;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0 28px;
  border-top: 1px solid rgba(255,255,255,0.06);
  color: #6f8175;
  font-size: 12px;
}

.footer-status {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-status span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(169, 255, 56, 0.5);
}

@keyframes pulse {
  50% { transform: scale(0.78); opacity: 0.65; }
}

@keyframes progressGlow {
  to { filter: brightness(1.2); }
}

@keyframes float {
  50% { transform: translateY(-10px); }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 45px;
    padding-top: 35px;
  }

  .content { text-align: center; }
  .status-pill { margin-inline: auto; }
  .description, .progress-card { margin-left: auto; margin-right: auto; }
  .service-tags { justify-content: center; }
  .visual-card { max-width: 600px; }
}

@media (max-width: 600px) {
  .page-shell { width: min(100% - 28px, 1180px); }
  .brand { padding-top: 18px; }
  .logo { width: 190px; height: 70px; }
  .hero { padding: 24px 0 45px; }
  h1 { font-size: clamp(42px, 14vw, 62px); }
  .description { font-size: 15px; }
  .visual-card { padding: 18px; border-radius: 24px; }
  footer { flex-direction: column; align-items: center; text-align: center; }
}

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

#moleculeCanvas{position:fixed;inset:0;width:100%;height:100%;z-index:0;pointer-events:auto}
.page-shell{z-index:1;pointer-events:none}.page-shell a{pointer-events:auto}
.brand{display:flex;justify-content:center;padding-top:20px}
.logo{width:clamp(320px,36vw,520px);height:160px;object-position:center;opacity:.72;mix-blend-mode:screen}
.whatsapp-button{width:fit-content;max-width:100%;display:inline-flex;align-items:center;gap:13px;margin-top:25px;padding:13px 17px;border:1px solid rgba(169,255,56,.25);border-radius:14px;background:rgba(10,55,30,.78);color:#effff2;text-decoration:none;box-shadow:0 14px 40px rgba(0,0,0,.2);transition:.3s}
.whatsapp-button:hover{transform:translateY(-3px);border-color:rgba(169,255,56,.55)}
.wa-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--green);color:#06200f;font-size:20px;font-weight:800}
.whatsapp-button small,.whatsapp-button strong{display:block}.whatsapp-button small{margin-bottom:3px;color:#a8b8ad;font-size:11px}.whatsapp-button strong{font-size:14px}
@media(max-width:900px){.brand{justify-content:flex-start}.logo{width:240px;height:100px;object-position:left center;opacity:.65}.whatsapp-button{margin-left:auto;margin-right:auto;text-align:left}}
@media(max-width:600px){.logo{width:210px;height:82px}}
