:root {
  --bg: #ffffff;
  --panel: rgba(3, 16, 6, 0.04);
  --panel-strong: rgba(3, 16, 6, 0.08);
  --line: rgba(3, 16, 6, 0.14);
  --text: #061007;
  --muted: #405046;
  --green: #15e043;
  --green-dark: #058720;
  --green-soft: rgba(21, 224, 67, 0.16);
  --black: #030403;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  --radius: 28px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  background: radial-gradient(circle at 50% 0%, #f1fff4 0%, #ffffff 45%, #ffffff 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 0%, rgba(21, 224, 67, 0.08) 35%, transparent 70%);
  animation: shine 9s ease-in-out infinite alternate;
  z-index: -6;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.ambient { position: fixed; inset: 0; pointer-events: none; z-index: -10; overflow: hidden; }
.grain {
  position: absolute; inset: 0; opacity: .18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 260 260' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.25'/%3E%3C/svg%3E");
}
.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: 58px 58px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent 80%);
}
.orb {
  position: absolute; width: 520px; height: 520px; border-radius: 999px; filter: blur(70px); opacity: .5;
}
.orb-1 { top: -190px; left: -110px; background: rgba(21,224,67,.58); animation: floatAurora 12s ease-in-out infinite alternate; }
.orb-2 { right: -190px; top: 220px; background: rgba(7,116,33,.72); animation: floatAurora 14s ease-in-out infinite alternate-reverse; }
.orb-3 { left: 35%; bottom: -320px; background: rgba(21,224,67,.22); animation: floatAurora 16s ease-in-out infinite alternate; }

.section-pad { width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: 92px 0; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: rgba(5,8,7,.68);
  backdrop-filter: blur(22px);
  border-radius: 999px;
  box-shadow: 0 16px 50px rgba(0,0,0,.22);
  transition: transform .28s ease;
}
.brand { display: flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark {
  width: 44px; height: 44px; display: grid; place-items: center;
  border-radius: 16px; color: var(--black);
  background: linear-gradient(135deg, #63ff81, var(--green));
  font-size: 1.35rem; font-weight: 1000;
  box-shadow: 0 0 28px rgba(21,224,67,.45);
}
.brand strong { display: block; font-size: 1.02rem; letter-spacing: -.03em; }
.brand small { display: block; color: var(--muted); font-size: .72rem; margin-top: 1px; }
.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: .86rem;
}
.desktop-nav a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(135deg, #1d1d1d, #050505 55%, #000000);
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 1000;
  line-height: 1.05;
  box-shadow: 0 14px 38px rgba(21,224,67,.22);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
  white-space: nowrap;
}
.desktop-nav a:hover {
  color: #041006;
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 20px 54px rgba(21,224,67,.34);
  filter: saturate(1.08);
}
.header-cta {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(135deg, #1d1d1d, #050505 55%, #000000);
  padding: 13px 24px;
  border-radius: 999px;
  font-size: .94rem;
  line-height: 1.08;
  font-weight: 1000;
  box-shadow: 0 18px 54px rgba(21,224,67,.32);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
  white-space: normal;
  max-width: 150px;
}
.header-cta:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 25px 70px rgba(21,224,67,.42);
  filter: saturate(1.08);
}

.hero {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  grid-template-areas:
    "logo logo"
    "copy visual";
  grid-template-rows: auto auto;
  gap: 12px 58px;
  min-height: calc(100vh - 90px);
  align-items: center;
  padding-top: 18px;
}
.hero-logo-slot {
  position: relative;
  grid-area: logo;
  width: 100%;
  min-height: 210px;
  margin: 6px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  z-index: 3;
}
.hero-logo-slot::before {
  content: "";
  position: absolute;
  width: min(760px, 82vw);
  height: 190px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(21,224,67,.22), rgba(21,224,67,.07) 42%, transparent 72%);
  filter: blur(20px);
  opacity: .9;
}
.hero-logo-slot img {
  position: relative;
  width: min(520px, 68vw);
  max-height: 250px;
  object-fit: contain;
  margin: 0 auto;
  filter: drop-shadow(0 22px 34px rgba(0,0,0,.62)) drop-shadow(0 0 28px rgba(21,224,67,.22));
  animation: logoFloat 5.6s ease-in-out infinite;
}

.hero-copy { grid-area: copy; }
.hero-visual { grid-area: visual; }

.eyebrow, .mini-label {
  display: inline-flex; align-items: center; gap: 9px;
  color: #a7ffb9; text-transform: uppercase; letter-spacing: .12em;
  font-size: .78rem; font-weight: 950;
}
.eyebrow span { width: 10px; height: 10px; border-radius: 999px; background: var(--green); box-shadow: 0 0 22px var(--green); }
.hero h1 { margin-top: 20px; max-width: 780px; font-size: clamp(3rem, 8vw, 7.2rem); line-height: .86; letter-spacing: -.08em; text-transform: uppercase; }
.hero h1 strong { color: var(--green); text-shadow: 0 0 42px rgba(21,224,67,.45); }
.hero h1 span { display: inline-block; color: var(--black); background: var(--text); padding: .03em .14em .08em; border-radius: 18px; transform: rotate(-1.5deg); box-shadow: 0 20px 70px rgba(0,0,0,.38); }
.hero-text { max-width: 620px; margin-top: 28px; color: var(--muted); font-size: clamp(1.04rem, 2vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 56px; padding: 0 24px; border: 0; border-radius: 999px; cursor: pointer;
  font-weight: 950; transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn svg { width: 22px; height: 22px; fill: currentColor; }
.btn-primary { color: #ffffff; background: linear-gradient(135deg, #1d1d1d, #050505 55%, #000000); box-shadow: 0 18px 54px rgba(21,224,67,.32); }
.btn-primary:hover { transform: translateY(-3px) scale(1.01); box-shadow: 0 25px 70px rgba(21,224,67,.42); }
.btn-ghost { border: 1px solid var(--line); color: var(--text); background: rgba(255,255,255,.06); }
.btn-ghost:hover { transform: translateY(-3px); background: rgba(255,255,255,.1); }
.pulse { position: relative; }
.pulse::after { content: ""; position: absolute; inset: -8px; border-radius: inherit; border: 1px solid rgba(21,224,67,.55); opacity: 0; animation: pulseRing 1.8s ease-out infinite; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; max-width: 680px; margin-top: 38px; }
.trust-row div { padding: 17px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.065); backdrop-filter: blur(18px); }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { color: var(--green); font-size: .98rem; }
.trust-row span { margin-top: 4px; color: var(--muted); font-size: .82rem; line-height: 1.35; }

.hero-visual { position: relative; min-height: 640px; display: grid; place-items: center; }
.halo { position: absolute; width: 78%; height: 78%; border-radius: 999px; background: radial-gradient(circle, rgba(21,224,67,.28), transparent 67%); filter: blur(10px); animation: breathe 5s ease-in-out infinite; }
.orbit { position: absolute; border: 1px solid rgba(21,224,67,.35); border-radius: 999px; transform: rotate(-18deg); }
.orbit-a { width: 420px; height: 420px; animation: spin 16s linear infinite; }
.orbit-b { width: 540px; height: 540px; border-style: dashed; opacity: .5; animation: spin 28s linear infinite reverse; }
.phone-stage { position: relative; width: 390px; height: 500px; transform-style: preserve-3d; animation: stageFloat 5.6s ease-in-out infinite; }
.phone { position: absolute; width: 225px; height: 445px; border: 12px solid #101310; border-radius: 42px; box-shadow: var(--shadow), inset 0 0 0 1px rgba(255,255,255,.18); }
.phone-front { left: 24px; top: 20px; background: radial-gradient(circle at 30% 20%, #5dff79, #101511 45%, #030403 100%); transform: rotate(-9deg); z-index: 2; }
.phone-back { right: 20px; bottom: 8px; background: linear-gradient(145deg, #373b38, #080a08); transform: rotate(10deg); z-index: 1; }
.speaker { position: absolute; top: 14px; left: 50%; transform: translateX(-50%); width: 76px; height: 18px; border-radius: 0 0 18px 18px; background: #050505; }
.screen-crack::before, .screen-crack::after { content: ""; position: absolute; background: rgba(255,255,255,.82); transform-origin: top left; }
.screen-crack::before { width: 2px; height: 280px; left: 92px; top: 92px; transform: rotate(28deg); box-shadow: 20px 32px 0 rgba(255,255,255,.45), -30px 80px 0 rgba(255,255,255,.35); }
.screen-crack::after { width: 2px; height: 210px; left: 126px; top: 150px; transform: rotate(-36deg); box-shadow: -42px 45px 0 rgba(255,255,255,.35), 38px 48px 0 rgba(255,255,255,.28); }
.screen-label { position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); width: max-content; padding: 9px 13px; border-radius: 999px; color: #09140b; background: var(--green); font-size: .82rem; font-weight: 950; }
.camera-dot { position: absolute; top: 24px; left: 25px; width: 58px; height: 58px; border: 6px solid #1b1f1c; border-radius: 999px; background: radial-gradient(circle, #2636ff 0 14%, #070807 16% 100%); box-shadow: 68px 0 0 -6px #080908, 0 68px 0 -6px #080908; }
.camera-dot.small { top: 93px; left: 93px; width: 28px; height: 28px; border-width: 4px; box-shadow: none; }
.apple-dot { position: absolute; inset: 0; margin: auto; width: 48px; height: 48px; border-radius: 50% 50% 48% 48%; background: rgba(255,255,255,.16); }
.floating-card { position: absolute; min-width: 210px; padding: 16px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.1); backdrop-filter: blur(22px); box-shadow: 0 24px 80px rgba(0,0,0,.25); animation: cardFloat 4.8s ease-in-out infinite; }
.floating-card span, .floating-card strong, .floating-card small { display: block; }
.floating-card span { font-size: 1.8rem; }
.floating-card strong { margin-top: 8px; font-size: .98rem; }
.floating-card small { color: var(--muted); margin-top: 4px; }
.card-one { top: 80px; right: 0; }
.card-two { bottom: 88px; left: 0; animation-delay: -1.3s; }

.quick-quote { width: min(1120px, calc(100% - 36px)); margin: -24px auto 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 26px; align-items: center; padding: 24px; border: 1px solid rgba(21,224,67,.28); border-radius: var(--radius); background: linear-gradient(135deg, rgba(21,224,67,.15), rgba(255,255,255,.07)); box-shadow: 0 28px 90px rgba(0,0,0,.28); backdrop-filter: blur(24px); }
.quick-quote h2 { margin-top: 10px; font-size: clamp(1.55rem, 3vw, 2.35rem); line-height: 1; letter-spacing: -.06em; }
.quick-quote p { color: var(--muted); margin-top: 10px; line-height: 1.55; }
.quote-form { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.quote-form label { display: grid; gap: 7px; }
.quote-form span { color: var(--muted); font-size: .78rem; font-weight: 800; }
.quote-form input, .quote-form select { width: 100%; height: 54px; border: 1px solid var(--line); border-radius: 16px; outline: 0; color: var(--text); background: rgba(3,4,3,.58); padding: 0 14px; }
.quote-form input:focus, .quote-form select:focus { border-color: rgba(21,224,67,.72); box-shadow: 0 0 0 4px rgba(21,224,67,.12); }
.quote-form option { color: #051006; }

.section-title { text-align: center; max-width: 760px; margin: 0 auto 42px; }
.section-title h2 { margin-top: 10px; font-size: clamp(2.1rem, 5vw, 4.5rem); line-height: .94; letter-spacing: -.075em; }
.section-title p { color: var(--muted); margin: 18px auto 0; font-size: 1.05rem; line-height: 1.7; }
.service-grid, .benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card, .benefit, .flow-step { position: relative; overflow: hidden; border: 1px solid var(--line); background: rgba(255,255,255,.065); backdrop-filter: blur(22px); border-radius: var(--radius); box-shadow: 0 24px 80px rgba(0,0,0,.2); }
.service-card { min-height: 328px; padding: 24px; transition: transform .28s ease, border-color .28s ease, background .28s ease; }
.service-card::after, .benefit::after, .flow-step::after { content: ""; position: absolute; inset: auto -20% -35% -20%; height: 55%; background: radial-gradient(circle, rgba(21,224,67,.22), transparent 62%); opacity: 0; transition: .28s ease; }
.service-card:hover, .flow-step:hover { transform: translateY(-10px); border-color: rgba(21,224,67,.48); background: rgba(255,255,255,.09); }
.service-card:hover::after, .benefit:hover::after, .flow-step:hover::after { opacity: 1; }
.service-icon { position: relative; width: 82px; height: 82px; margin-bottom: 25px; border-radius: 24px; background: rgba(21,224,67,.13); border: 1px solid rgba(21,224,67,.25); }
.screen-icon::before, .battery-icon::before, .camera-icon::before, .back-icon::before { content: ""; position: absolute; inset: 18px 26px; border: 3px solid var(--green); border-radius: 10px; }
.screen-icon::after { content: ""; position: absolute; width: 3px; height: 52px; left: 43px; top: 17px; background: var(--green); transform: rotate(32deg); box-shadow: -14px 10px 0 rgba(21,224,67,.6), 11px 16px 0 rgba(21,224,67,.45); }
.battery-icon::before { inset: 26px 17px; border-radius: 7px; }
.battery-icon::after { content: ""; position: absolute; inset: 31px 24px 31px 24px; background: var(--green); border-radius: 5px; box-shadow: 41px 7px 0 -6px var(--green); }
.camera-icon::before { inset: 19px; border-radius: 999px; }
.camera-icon::after { content: ""; position: absolute; inset: 33px; border-radius: 999px; background: var(--green); box-shadow: 24px -17px 0 -8px var(--green); }
.back-icon::after { content: ""; position: absolute; inset: 23px; border-radius: 12px; border: 3px dashed var(--green); transform: rotate(10deg); }
.service-card h3, .benefit h3, .flow-step h3 { font-size: 1.32rem; letter-spacing: -.04em; }
.service-card p, .benefit p, .flow-step p { margin-top: 12px; color: var(--muted); line-height: 1.62; }
.card-link { display: inline-flex; margin-top: 22px; color: var(--green); font-weight: 950; }
.card-link::after { content: "→"; margin-left: 7px; transition: .2s ease; }
.card-link:hover::after { transform: translateX(5px); }

.flow { padding-top: 26px; }
.flow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.flow-step { padding: 26px; min-height: 220px; transition: .28s ease; }
.flow-step span { display: inline-flex; margin-bottom: 34px; color: var(--green); font-weight: 1000; letter-spacing: .18em; }

.domicilio-card { position: relative; overflow: hidden; display: grid; grid-template-columns: .82fr 1.18fr; gap: 26px; align-items: center; padding: 28px; border-radius: 38px; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(255,255,255,.1), rgba(21,224,67,.08)); box-shadow: var(--shadow); }
.domicilio-card::before { content: ""; position: absolute; width: 330px; height: 330px; border-radius: 999px; right: -120px; top: -120px; background: rgba(21,224,67,.26); filter: blur(35px); }
.domicilio-copy { position: relative; z-index: 2; padding: 12px 10px; }
.domicilio-copy h2 { margin-top: 12px; font-size: clamp(2rem, 4.5vw, 4rem); line-height: .95; letter-spacing: -.075em; }
.domicilio-copy p { margin-top: 18px; color: var(--muted); line-height: 1.72; font-size: 1.02rem; }
.steps { display: grid; gap: 10px; margin: 28px 0; }
.steps div { display: flex; align-items: center; gap: 12px; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: rgba(0,0,0,.2); }
.steps span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 999px; color: #061007; background: var(--green); font-weight: 1000; }
.photo-panel { position: relative; overflow: hidden; border-radius: 30px; border: 1px solid rgba(255,255,255,.18); background: linear-gradient(180deg, #ffffff, #effff3); box-shadow: 0 32px 100px rgba(0,0,0,.36); transform: none; padding: 10px; }
.photo-panel picture { display: block; }
.photo-panel img { display: block; width: 100%; height: auto; max-height: 640px; object-fit: contain; border-radius: 22px; filter: saturate(1.08) contrast(1.04); }
.scan-line { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent, rgba(21,224,67,.24), transparent); height: 28%; animation: scan 4s ease-in-out infinite; }

.benefit { min-height: 230px; padding: 24px; transition: .25s ease; }
.benefit:hover { transform: translateY(-7px); }
.benefit span { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 22px; border-radius: 18px; color: #041006; background: var(--green); font-size: 1.45rem; font-weight: 1000; box-shadow: 0 16px 40px rgba(21,224,67,.25); }
.final-cta { padding-top: 30px; }
.cta-glass { position: relative; overflow: hidden; text-align: center; padding: clamp(34px, 7vw, 78px) clamp(22px, 7vw, 100px); border-radius: 42px; border: 1px solid rgba(21,224,67,.28); background: radial-gradient(circle at 50% 0%, rgba(21,224,67,.28), transparent 48%), rgba(255,255,255,.075); backdrop-filter: blur(24px); box-shadow: var(--shadow); }
.cta-glass::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 0 35%, rgba(255,255,255,.13) 45%, transparent 55% 100%); transform: translateX(-100%); animation: ctaSweep 7s ease-in-out infinite; }
.cta-glass > * { position: relative; z-index: 2; }
.cta-glass h2 { max-width: 850px; margin: 12px auto 0; font-size: clamp(2rem, 5vw, 4.7rem); line-height: .93; letter-spacing: -.08em; }
.cta-glass p { max-width: 640px; margin: 20px auto 30px; color: var(--muted); line-height: 1.7; }
.btn.big { min-height: 64px; padding-inline: 32px; font-size: 1.05rem; }

.site-footer { width: min(1180px, calc(100% - 36px)); margin: 0 auto 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--muted); border-top: 1px solid var(--line); }
.site-footer strong, .site-footer span { display: block; }
.site-footer strong { color: var(--text); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; }
.site-footer a:hover { color: var(--green); }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 120; display: grid; place-items: center; width: 68px; height: 68px; border-radius: 999px; color: #061007; background: var(--green); box-shadow: 0 20px 60px rgba(21,224,67,.38); animation: floatButton 2.5s ease-in-out infinite; }
.whatsapp-float svg { width: 34px; height: 34px; fill: currentColor; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
.delay-3 { transition-delay: .32s; }

@keyframes shine { from { transform: translateX(-16%) translateY(-10%); } to { transform: translateX(12%) translateY(8%); } }
@keyframes floatAurora { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(80px,60px,0) scale(1.14); } }
@keyframes pulseRing { 0% { opacity: .7; transform: scale(.92); } 100% { opacity: 0; transform: scale(1.15); } }
@keyframes breathe { 0%, 100% { transform: scale(.92); opacity: .6; } 50% { transform: scale(1.08); opacity: 1; } }
@keyframes spin { to { transform: rotate(342deg); } }
@keyframes stageFloat { 0%, 100% { transform: translateY(0) rotateX(0deg); } 50% { transform: translateY(-18px) rotateX(2deg); } }
@keyframes cardFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
@keyframes scan { 0% { transform: translateY(-110%); opacity: 0; } 20%, 80% { opacity: 1; } 100% { transform: translateY(360%); opacity: 0; } }
@keyframes ctaSweep { 0%, 35% { transform: translateX(-100%); } 55%, 100% { transform: translateX(100%); } }
@keyframes floatButton { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes logoFloat { 0%, 100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-8px) scale(1.015); } }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .hero, .quick-quote, .domicilio-card { grid-template-columns: 1fr; }
  .hero { grid-template-areas: "logo" "copy" "visual"; padding-top: 34px; gap: 18px; }
  .hero-logo-slot { min-height: 150px; margin: -16px 0 -4px; }
  .hero-logo-slot img { width: min(360px, 60vw); max-height: 205px; }
  .hero-visual { min-height: 520px; }
  .service-grid, .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .flow-grid { grid-template-columns: 1fr; }
  .quote-form { grid-template-columns: repeat(2, 1fr); }
  .photo-panel { transform: none; max-width: 860px; margin-inline: auto; }
}

@media (max-width: 680px) {
  .section-pad { width: min(100% - 24px, 1180px); padding: 62px 0; }
  .site-header { width: calc(100% - 20px); margin-top: 10px; padding: 10px; }
  .brand small { display: none; }
  .header-cta {
    display: inline-flex;
    min-height: 48px;
    max-width: 112px;
    padding: 10px 15px;
    font-size: .78rem;
    line-height: 1.05;
  }
  .hero { min-height: auto; padding-top: 28px; }
  .hero-logo-slot { min-height: 124px; margin: -8px 0 -2px; }
  .hero-logo-slot::before { width: 92vw; height: 118px; }
  .hero-logo-slot img { width: min(285px, 78vw); max-height: 170px; }
  .hero h1 { font-size: clamp(2.65rem, 18vw, 4.3rem); }
  .hero h1 span { border-radius: 12px; }
  .hero-actions, .btn, .btn.big { width: 100%; }
  .trust-row, .service-grid, .benefit-grid, .quote-form { grid-template-columns: 1fr; }
  .hero-visual { min-height: 460px; overflow: hidden; }
  .phone-stage { width: 300px; transform: scale(.82); }
  .orbit-a { width: 315px; height: 315px; }
  .orbit-b { width: 405px; height: 405px; }
  .floating-card { min-width: 175px; padding: 13px; }
  .card-one { right: 4px; top: 44px; }
  .card-two { left: 2px; bottom: 56px; }
  .quick-quote, .domicilio-card { width: calc(100% - 24px); padding: 18px; border-radius: 24px; }
  .photo-panel { padding: 7px; border-radius: 22px; }
  .photo-panel img { max-height: none; border-radius: 16px; }
  .section-title h2, .domicilio-copy h2, .cta-glass h2 { letter-spacing: -.06em; }
  .service-card, .benefit { min-height: auto; }
  .site-footer { width: calc(100% - 24px); flex-direction: column; align-items: flex-start; padding-bottom: 100px; }
  .footer-links { justify-content: flex-start; }
  .whatsapp-float { width: calc(100% - 24px); height: 58px; right: 12px; bottom: 12px; border-radius: 18px; grid-template-columns: auto auto; gap: 10px; }
  .whatsapp-float::after { content: "Chamar no WhatsApp"; font-weight: 1000; }
  .whatsapp-float svg { width: 28px; height: 28px; }
}

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


/* ===== TEMA CLARO FINAL: fundo branco + cabeçalho branco + botões pretos ===== */
body {
  background: radial-gradient(circle at 50% 0%, #f1fff4 0%, #ffffff 42%, #ffffff 100%);
  color: #061007;
}
body::before {
  background: linear-gradient(120deg, transparent 0%, rgba(21, 224, 67, 0.10) 35%, transparent 70%);
}
.grain { opacity: .06; }
.grid {
  background-image: linear-gradient(rgba(3,16,6,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(3,16,6,.055) 1px, transparent 1px);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.45), transparent 82%);
}
.orb-1, .orb-2, .orb-3 { opacity: .18; }

.site-header {
  background: rgba(255,255,255,.92);
  border-color: rgba(3,16,6,.14);
  box-shadow: 0 16px 50px rgba(3,16,6,.10);
}
.brand strong,
.hero h1,
.section-title h2,
.quick-quote h2,
.domicilio-copy h2,
.cta-glass h2,
.service-card h3,
.benefit h3,
.flow-step h3,
.floating-card strong,
.site-footer strong {
  color: #061007;
}
.brand small,
.hero-text,
.section-title p,
.quick-quote p,
.service-card p,
.benefit p,
.flow-step p,
.domicilio-copy p,
.floating-card small,
.trust-row span,
.cta-glass p,
.site-footer,
.quote-form span {
  color: #405046;
}

.hero h1 strong,
.trust-row strong,
.card-link,
.site-footer a:hover,
.eyebrow,
.mini-label {
  color: var(--green);
}
.hero h1 span {
  color: #061007;
  background: #ffffff;
  box-shadow: 0 20px 70px rgba(3,16,6,.12);
}

.desktop-nav a,
.desktop-nav a:hover,
.header-cta,
.btn-primary,
.whatsapp-float {
  color: #ffffff;
  background: linear-gradient(135deg, #202020, #050505 55%, #000000);
  box-shadow: 0 16px 42px rgba(0,0,0,.18);
}
.desktop-nav a:hover,
.header-cta:hover,
.btn-primary:hover {
  box-shadow: 0 22px 58px rgba(0,0,0,.24);
}
.whatsapp-float { box-shadow: 0 20px 60px rgba(0,0,0,.22); }

.btn-ghost {
  color: #061007;
  background: rgba(255,255,255,.72);
  border-color: rgba(3,16,6,.18);
}
.btn-ghost:hover { background: rgba(3,16,6,.06); }

.trust-row div,
.service-card,
.benefit,
.flow-step,
.floating-card,
.quick-quote,
.domicilio-card,
.cta-glass {
  background: rgba(255,255,255,.82);
  border-color: rgba(3,16,6,.14);
  box-shadow: 0 24px 80px rgba(3,16,6,.10);
}
.quick-quote,
.domicilio-card,
.cta-glass {
  background: linear-gradient(135deg, rgba(21,224,67,.08), rgba(255,255,255,.92));
}
.service-card:hover,
.flow-step:hover {
  background: rgba(255,255,255,.96);
}
.quote-form input,
.quote-form select {
  color: #061007;
  background: rgba(255,255,255,.92);
  border-color: rgba(3,16,6,.16);
}
.steps div { background: rgba(3,16,6,.04); }
.photo-panel { box-shadow: 0 32px 100px rgba(3,16,6,.14); }
.site-footer { border-top-color: rgba(3,16,6,.14); }


/* ===== AJUSTE FINAL: fundo 100% branco, sem sombras/brilhos verdes de fundo ===== */
body {
  background: #ffffff !important;
  color: #061007 !important;
}
body::before {
  display: none !important;
  content: none !important;
  background: none !important;
}

/* Remove os efeitos verdes grandes do fundo */
.ambient,
.grain,
.grid,
.orb,
.orb-1,
.orb-2,
.orb-3,
.halo,
.orbit,
.hero-logo-slot::before,
.domicilio-card::before,
.service-card::after,
.benefit::after,
.flow-step::after,
.pulse::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  box-shadow: none !important;
  filter: none !important;
}

/* Remove brilho/sombra verde atrás da logo e nos destaques */
.hero-logo-slot img {
  filter: none !important;
}
.hero h1 strong,
.eyebrow span,
.brand-mark {
  text-shadow: none !important;
  box-shadow: none !important;
}

/* Mantém layout claro: cards e seções sem fundo esverdeado */
.site-header,
.trust-row div,
.service-card,
.benefit,
.flow-step,
.floating-card,
.quick-quote,
.domicilio-card,
.cta-glass,
.steps div,
.photo-panel {
  background: #ffffff !important;
  border-color: rgba(3, 16, 6, 0.14) !important;
}

.quick-quote,
.domicilio-card,
.cta-glass {
  background-image: none !important;
}

/* Sombras agora neutras, sem verde */
.site-header,
.trust-row div,
.service-card,
.benefit,
.flow-step,
.floating-card,
.quick-quote,
.domicilio-card,
.cta-glass,
.photo-panel,
.hero h1 span {
  box-shadow: 0 18px 50px rgba(3, 16, 6, 0.08) !important;
}

/* Botões continuam pretos com letra branca, sem brilho verde */
.desktop-nav a,
.desktop-nav a:hover,
.header-cta,
.header-cta:hover,
.btn-primary,
.btn-primary:hover,
.whatsapp-float,
.whatsapp-float:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #202020, #050505 55%, #000000) !important;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18) !important;
}

/* Verde fica apenas nos textos/ícones importantes, não como sombra de fundo */
.hero h1 strong,
.trust-row strong,
.card-link,
.site-footer a:hover,
.eyebrow,
.mini-label,
.service-card h3,
.benefit h3,
.steps span,
.screen-label {
  color: var(--green) !important;
}

/* Ícones continuam verdes, porém sem fundo/brilho verde espalhado */
.service-icon {
  background: #ffffff !important;
  border-color: rgba(21, 224, 67, 0.55) !important;
}
.benefit span,
.steps span,
.screen-label {
  box-shadow: none !important;
}

/* Campos com foco sem sombra verde */
.quote-form input:focus,
.quote-form select:focus {
  border-color: rgba(21, 224, 67, 0.72) !important;
  box-shadow: none !important;
}

/* Remove linha de varredura verde sobre imagens */
.scan-line {
  display: none !important;
}
