:root {
  color-scheme: light;
  --ink: #14201d;
  --muted: #53625f;
  --surface: #ffffff;
  --surface-2: #f6f8f4;
  --mist: #edf4f0;
  --line: #d7e3dd;
  --accent: #0f6f5f;
  --accent-strong: #084d42;
  --coral: #c7472f;
  --amber: #b8791f;
  --sky: #2e6f9e;
  --deep: #10201d;
  --shadow: 0 18px 48px rgba(16, 32, 29, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; color: var(--ink); background: var(--surface-2); line-height: 1.55; }
a { color: var(--accent-strong); }
.skip-link { position: fixed; left: 12px; top: -64px; z-index: 100; padding: 10px 14px; border-radius: 6px; color: #fff; background: var(--accent-strong); font-weight: 800; text-decoration: none; }
.skip-link:focus { top: 12px; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #f0a53b; outline-offset: 3px; }
.topbar { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 72px; padding: 14px clamp(18px, 4vw, 64px); background: rgba(255, 255, 255, .94); border-bottom: 1px solid rgba(215, 227, 221, .86); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; color: var(--ink); font-weight: 900; text-decoration: none; }
.brand img { flex: 0 0 auto; }
.brand .brand-logo { width: clamp(132px, 16vw, 196px); height: auto; max-height: 48px; object-fit: contain; object-position: left center; }
.brand span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
nav { display: flex; align-items: center; gap: 10px 18px; flex-wrap: wrap; }
nav a { color: var(--ink); font-size: .94rem; font-weight: 760; text-decoration: none; overflow-wrap: anywhere; }
nav a:hover { color: var(--accent); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; color: rgba(255, 255, 255, .78); font-size: .9rem; font-weight: 760; }
.breadcrumbs a { color: #d9fff4; text-decoration: none; }
.breadcrumbs span::before { content: "/"; margin-right: 8px; color: rgba(255, 255, 255, .46); }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(310px, .96fr); gap: clamp(30px, 6vw, 88px); align-items: center; min-height: calc(100vh - 72px); padding: clamp(52px, 8vw, 104px) clamp(18px, 6vw, 92px) clamp(44px, 6vw, 76px); color: #fff; background: #10201d url("/assets/images/hero-neighborhood-paraguay.png?v=20260907-3") 58% center/cover; }
.hero::before { content: ""; position: absolute; inset: 0; background: rgba(8, 27, 24, .62); pointer-events: none; }
.hero-copy, .hero-device { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 14px; color: #dff6ef; font-size: .82rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.12; letter-spacing: 0; }
h1 { max-width: 780px; margin: 0; font-size: clamp(2.35rem, 5vw, 4.8rem); }
h2 { margin: 0 0 18px; font-size: clamp(1.65rem, 3vw, 2.55rem); }
h3 { margin: 0 0 10px; font-size: 1.08rem; }
.lead { max-width: 770px; margin: 20px 0 0; color: rgba(255, 255, 255, .90); font-size: clamp(1.08rem, 1.6vw, 1.31rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 16px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; max-width: 100%; padding: 12px 18px; border: 2px solid transparent; border-radius: 8px; font-weight: 860; text-align: center; text-decoration: none; overflow-wrap: anywhere; }
.button.primary { background: #fff; color: var(--accent-strong); box-shadow: 0 12px 28px rgba(0, 0, 0, .16); }
.button.secondary { color: #fff; border-color: rgba(255, 255, 255, .72); background: rgba(255, 255, 255, .08); }
.button.disabled { color: var(--muted); background: #e9efeb; border-color: #e9efeb; cursor: not-allowed; box-shadow: none; }
.download .button.primary { color: #fff; background: var(--accent); box-shadow: none; }
.download .button.secondary { color: var(--accent-strong); border-color: var(--accent); background: #fff; box-shadow: none; }
.download .button.secondary:hover { color: #fff; background: var(--accent-strong); border-color: var(--accent-strong); }
.safety-note { max-width: 780px; margin: 14px 0 0; color: #ffe6c2; font-weight: 800; }
.trust-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; max-width: 760px; margin-top: 28px; }
.trust-strip span { min-height: 42px; padding: 9px 11px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 8px; background: rgba(255, 255, 255, .10); color: rgba(255, 255, 255, .92); font-size: .9rem; font-weight: 760; }
.hero-device { width: min(100%, 430px); justify-self: center; padding: 16px; border: 1px solid rgba(255, 255, 255, .30); border-radius: 28px; background: rgba(255, 255, 255, .13); box-shadow: 0 30px 80px rgba(0, 0, 0, .28); backdrop-filter: blur(16px); }
.phone-shell { overflow: hidden; border: 10px solid #10201d; border-radius: 26px; background: #f7faf7; color: var(--ink); }
.phone-status { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 12px 16px; color: var(--muted); font-size: .82rem; font-weight: 800; }
.phone-map { position: relative; min-height: 192px; background: linear-gradient(90deg, rgba(15, 111, 95, .16) 1px, transparent 1px), linear-gradient(rgba(15, 111, 95, .14) 1px, transparent 1px), #eaf3ef; background-size: 44px 44px; }
.map-pin { position: absolute; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 999px; color: #fff; font-weight: 900; box-shadow: 0 12px 24px rgba(20, 32, 29, .20); }
.map-pin.main { left: 50%; top: 44%; transform: translate(-50%, -50%); background: var(--coral); }
.map-pin.helper { width: 34px; height: 34px; background: var(--accent); font-size: .8rem; }
.map-pin.one { left: 20%; top: 28%; }
.map-pin.two { right: 18%; top: 24%; }
.map-pin.three { right: 26%; bottom: 22%; }
.phone-content { padding: 16px; }
.phone-card { padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.phone-card strong { display: block; font-size: 1.15rem; }
.phone-card p { margin: 6px 0 0; color: var(--muted); }
.countdown-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.countdown-row span { min-height: 40px; display: grid; place-items: center; border-radius: 8px; color: #fff; font-weight: 900; background: var(--accent); }
.countdown-row span:first-child { background: var(--coral); }
.countdown-row span:last-child { background: var(--sky); }
.signal-row { display: flex; gap: 10px; flex-wrap: wrap; padding: 14px clamp(18px, 6vw, 92px); background: var(--deep); color: #fff; }
.signal-row span { padding: 7px 11px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 999px; font-size: .9rem; font-weight: 780; }
.mini-link-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 20px; }
.mini-link-grid a { min-height: 56px; display: flex; align-items: center; padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--accent-strong); font-weight: 850; text-decoration: none; }
.mini-link-grid a:hover { border-color: var(--accent); }
section:not(.hero):not(.signal-row) { padding: clamp(42px, 7vw, 88px) clamp(18px, 6vw, 92px); }
.section-head { max-width: 880px; margin-bottom: 26px; }
.section-head p, .answer-block p, .download p { max-width: 900px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.answer-block { background: #fff; }
.grid-section { background: var(--surface-2); }
.grid, .answer-grid, .status-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
article, .status-card { min-width: 0; padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); box-shadow: 0 10px 28px rgba(16, 32, 29, .06); }
article p, .status-card p { margin: 0; color: var(--muted); }
article a { display: inline-flex; margin-top: 12px; font-weight: 850; }
.faq-list { display: grid; gap: 14px; max-width: 980px; }
.faq-list details { padding: 18px 20px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 10px 28px rgba(16, 32, 29, .05); }
.faq-list summary { cursor: pointer; color: var(--ink); font-weight: 900; }
.faq-list p { margin: 10px 0 0; color: var(--muted); }
.status-card strong { display: block; margin-bottom: 7px; color: var(--ink); font-size: 1.35rem; }
.download { background: var(--mist); }
.download .safety-note { color: #713a18; }
.steps { max-width: 940px; padding-left: 22px; font-size: 1.05rem; }
.steps li { margin-bottom: 10px; }
label { display: grid; gap: 8px; min-width: 0; color: var(--ink); font-weight: 800; }
input, select, textarea { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: var(--ink); font: inherit; }
textarea { min-height: 120px; resize: vertical; }
.wide { grid-column: 1 / -1; }
.consent { display: flex; align-items: flex-start; gap: 10px; font-weight: 700; }
.consent input { width: auto; min-height: auto; margin-top: 6px; }
button.button { border: 0; cursor: pointer; }
footer { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding: 24px clamp(18px, 6vw, 92px); background: var(--deep); color: #fff; }
footer p { margin: 0; font-weight: 800; }
footer a { color: #d9fff4; }
@media (max-width: 960px) { .hero { grid-template-columns: 1fr; min-height: auto; } .hero-device { justify-self: start; } .grid, .answer-grid, .status-grid, .mini-link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) { .topbar { align-items: flex-start; flex-direction: column; gap: 12px; } .topbar nav { width: 100%; gap: 9px 14px; } .trust-strip, .grid, .answer-grid, .status-grid, .mini-link-grid { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .actions { align-items: stretch; flex-direction: column; } .button { width: 100%; } .hero-device { width: 100%; padding: 10px; } .phone-shell { border-width: 8px; } .signal-row span { max-width: 100%; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
