:root {
  --purple: #331263;
  --purple-2: #51218d;
  --purple-3: #1f0a3e;
  --green: #6eb227;
  --green-2: #89cd3f;
  --orange: #f58220;
  --white: #fefefe;
  --ink: #211c29;
  --muted: #6e6877;
  --surface: #f7f5fa;
  --line: #e8e3ed;
  --shadow: 0 24px 60px rgba(51, 18, 99, .13);
  --radius: 28px;
  --container: min(1180px, calc(100% - 40px));
  --font: 'Montserrat', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 9999; padding: 12px 18px; background: var(--purple); color: white; border-radius: 10px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  background: rgba(254,254,254,.88);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: .25s ease;
}
.site-header.is-scrolled { border-color: rgba(51,18,99,.08); box-shadow: 0 10px 30px rgba(33,28,41,.06); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 190px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.btn) { position: relative; }
.main-nav > a:not(.btn)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--green); transition: .2s ease; }
.main-nav > a:not(.btn):hover::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; background: var(--surface); border-radius: 14px; padding: 13px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--purple); border-radius: 10px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  border-radius: 14px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 14px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.btn-sm { min-height: 42px; padding-inline: 18px; }
.btn-lg { min-height: 56px; padding-inline: 26px; border-radius: 16px; }
.btn-primary { background: linear-gradient(135deg, var(--purple), var(--purple-2)); color: white; box-shadow: 0 13px 28px rgba(51,18,99,.24); }
.btn-primary:hover { box-shadow: 0 16px 34px rgba(51,18,99,.32); }
.btn-ghost { color: var(--purple); background: rgba(51,18,99,.06); border-color: rgba(51,18,99,.08); }
.btn-outline { color: var(--purple); background: transparent; border-color: rgba(51,18,99,.22); }
.btn-outline:hover { border-color: var(--purple); background: rgba(51,18,99,.04); }
.btn-orange { background: var(--orange); color: white; box-shadow: 0 12px 28px rgba(245,130,32,.24); }
.btn-white { background: white; color: var(--purple); }
.btn-block { width: 100%; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 144px 0 76px;
  min-height: 760px;
  background:
    radial-gradient(circle at 16% 20%, rgba(110,178,39,.12), transparent 26%),
    radial-gradient(circle at 87% 34%, rgba(245,130,32,.11), transparent 24%),
    linear-gradient(145deg, #fefefe 0%, #faf8fd 58%, #f4f0fa 100%);
}
.hero::before { content: ''; position: absolute; width: 620px; height: 620px; border: 1px solid rgba(51,18,99,.08); border-radius: 50%; right: -260px; top: 60px; box-shadow: inset 0 0 0 90px rgba(51,18,99,.018), inset 0 0 0 180px rgba(110,178,39,.016); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero-orb-a { width: 110px; height: 110px; background: rgba(110,178,39,.14); left: 7%; bottom: 13%; }
.hero-orb-b { width: 80px; height: 80px; background: rgba(245,130,32,.12); right: 10%; top: 18%; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 60px; position: relative; z-index: 2; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 800; color: var(--purple); }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(110,178,39,.13); }
.hero h1 { margin: 20px 0 24px; max-width: 680px; font-size: clamp(50px, 5.6vw, 76px); line-height: .98; letter-spacing: -.055em; color: var(--purple-3); }
.hero h1 span { color: var(--green); }
.hero h1 em { font-style: normal; position: relative; }
.hero h1 em::after { content: ''; position: absolute; left: 1%; right: 2%; bottom: -8px; height: 8px; border-radius: 999px; background: var(--orange); opacity: .95; transform: rotate(-1.5deg); }
.hero-lead { max-width: 620px; margin: 0; color: #625c69; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.hero-proof { list-style: none; margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 20px; color: #625c69; font-size: 13px; font-weight: 600; }
.hero-proof span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 5px; background: rgba(110,178,39,.12); color: var(--green); border-radius: 50%; }
.hero-visual { position: relative; min-height: 590px; isolation: isolate; }
.hero-visual::before { content: ''; position: absolute; z-index: 0; width: 430px; height: 430px; right: 4%; top: 9%; border-radius: 46% 54% 57% 43% / 42% 45% 55% 58%; background: radial-gradient(circle at 35% 25%, rgba(255,255,255,.95) 0 10%, transparent 11%), linear-gradient(145deg, rgba(51,18,99,.17), rgba(110,178,39,.18) 56%, rgba(245,130,32,.15)); filter: blur(.2px); transform: rotate(-7deg); box-shadow: 0 32px 80px rgba(51,18,99,.12); }
.hero-visual::after { content: ''; position: absolute; z-index: 0; width: 390px; height: 390px; right: -2%; top: 15%; border-radius: 50%; border: 1px solid rgba(51,18,99,.11); box-shadow: 0 0 0 48px rgba(110,178,39,.025), 0 0 0 96px rgba(245,130,32,.02); }
.network-pattern { position: absolute; z-index: 0; inset: 9% -3% 2% 5%; opacity: .28; background-image: radial-gradient(circle, rgba(51,18,99,.55) 1.3px, transparent 1.4px); background-size: 25px 25px; -webkit-mask-image: radial-gradient(ellipse at 65% 43%, #000 8%, rgba(0,0,0,.72) 36%, transparent 72%); mask-image: radial-gradient(ellipse at 65% 43%, #000 8%, rgba(0,0,0,.72) 36%, transparent 72%); }
.hero-photo-card { position: absolute; z-index: 2; inset: -10px 2% -40px 8%; overflow: visible; border-radius: 0; background: transparent; box-shadow: none; }
.hero-photo-card::before { content: ''; position: absolute; z-index: 0; width: 68%; height: 15%; left: 20%; bottom: 4%; border-radius: 50%; background: radial-gradient(ellipse, rgba(51,18,99,.18), transparent 70%); filter: blur(24px); pointer-events: none; }
.hero-photo-card::after { content: ''; position: absolute; z-index: 1; width: 82%; height: 70%; right: -2%; top: 16%; border-radius: 50%; border: 1px solid rgba(51,18,99,.10); box-shadow: 22px -10px 55px rgba(110,178,39,.10), -18px 24px 55px rgba(245,130,32,.10); transform: rotate(-10deg); pointer-events: none; }
.hero-photo-card img { position: relative; z-index: 3; width: 100%; height: 100%; object-fit: contain; object-position: 56% bottom; padding: 0; filter: drop-shadow(0 30px 34px rgba(51,18,99,.16)); }
.photo-shade { position: absolute; z-index: 1; width: 72%; height: 52%; right: 4%; bottom: 6%; border-radius: 50%; background: radial-gradient(circle at 38% 55%, rgba(110,178,39,.11), transparent 54%), radial-gradient(circle at 72% 32%, rgba(245,130,32,.10), transparent 42%); filter: blur(20px); pointer-events: none; }
.floating-chip { position: absolute; z-index: 6; display: grid; grid-template-columns: 38px 1fr; column-gap: 9px; align-items: center; min-width: 174px; padding: 11px 13px; background: rgba(254,254,254,.92); border: 1px solid rgba(51,18,99,.07); box-shadow: 0 16px 38px rgba(51,18,99,.10); backdrop-filter: blur(16px); border-radius: 16px; }
.floating-chip::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 3px; border-radius: 18px 0 0 18px; background: var(--green); }
.floating-chip strong, .floating-chip small { grid-column: 2; }
.floating-chip strong { color: var(--purple); font-size: 13px; }
.floating-chip small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.chip-icon { grid-row: 1 / span 2; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: white; background: var(--purple); font-weight: 800; }
.chip-speed { left: 0; top: 38%; }
.chip-speed .chip-icon { background: var(--green); }
.chip-support { right: -2px; bottom: 17%; }
.chip-support::before { background: var(--orange); }
.chip-support .chip-icon { background: var(--orange); }
.hero-bottom-wave { position: absolute; left: -10%; right: -10%; bottom: -80px; height: 160px; background: var(--white); border-radius: 50% 50% 0 0 / 30% 30% 0 0; }

.quick-benefits { position: relative; z-index: 5; margin-top: -12px; }
.benefits-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 24px; padding: 12px; box-shadow: 0 20px 50px rgba(51,18,99,.08); }
.benefits-row article { display: flex; gap: 13px; padding: 17px; border-radius: 17px; opacity: 0; transform: translateY(10px); transition: .45s ease; }
.benefits-row article.is-visible { opacity: 1; transform: none; }
.benefits-row article:hover { background: var(--surface); }
.mini-icon { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--purple); background: rgba(51,18,99,.07); font-size: 18px; }
.benefits-row article:nth-child(2) .mini-icon { color: var(--green); background: rgba(110,178,39,.12); }
.benefits-row article:nth-child(3) .mini-icon { color: var(--orange); background: rgba(245,130,32,.13); }
.benefits-row article:nth-child(4) .mini-icon { color: white; background: linear-gradient(135deg, var(--purple), var(--orange)); }
.benefits-row strong { display: block; color: var(--purple); font-size: 13px; }
.benefits-row span { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.45; }

.section { padding: 105px 0; }
.section-heading { margin-bottom: 48px; }
.section-heading.centered { text-align: center; }
.section-heading.centered .section-kicker { justify-content: center; }
.section-heading.narrow { max-width: 690px; margin-inline: auto; margin-bottom: 48px; }
.section-heading h2, .why-copy h2, .about-copy h2, .coverage-copy h2, .faq-intro h2 { margin: 13px 0 15px; color: var(--purple-3); font-size: clamp(32px, 4vw, 48px); line-height: 1.12; letter-spacing: -.035em; }
.section-heading p { max-width: 700px; margin: 0 auto; color: var(--muted); line-height: 1.75; }
.plans-section { background: var(--white); }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.plan-card { position: relative; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 14px 40px rgba(51,18,99,.05); opacity: 0; transform: translateY(18px); transition: .45s ease; }
.plan-card.is-visible { opacity: 1; transform: none; }
.plan-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.plan-card.featured { border: 2px solid var(--purple); background: linear-gradient(180deg, #fff 0%, #fbf8ff 100%); transform: scale(1.025); }
.plan-card.featured.is-visible { transform: scale(1.025); }
.plan-card.featured:hover { transform: scale(1.025) translateY(-6px); }
.plan-badge { position: absolute; top: -13px; right: 24px; padding: 8px 13px; color: white; background: var(--orange); border-radius: 999px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.plan-name { color: var(--purple); font-weight: 800; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }
.plan-speed { display: flex; align-items: end; gap: 8px; margin-top: 15px; color: var(--purple-3); }
.plan-speed strong { font-size: 56px; line-height: .9; letter-spacing: -.06em; }
.plan-speed span { font-size: 18px; font-weight: 700; margin-bottom: 4px; }
.plan-top p { color: var(--muted); font-size: 13px; }
.price { display: flex; align-items: flex-start; padding: 22px 0; margin-top: 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--purple); }
.price sup { font-size: 13px; font-weight: 700; margin: 7px 5px 0 0; }
.price strong { font-size: 38px; line-height: 1; letter-spacing: -.04em; }
.price span { align-self: end; color: var(--muted); font-size: 12px; margin: 0 0 3px 5px; }
.plan-benefits { list-style: none; padding: 0; margin: 23px 0; display: grid; gap: 13px; color: #4f4958; font-size: 13px; }
.plan-benefits span { display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; margin-right: 8px; color: white; background: var(--green); font-size: 11px; }
.plan-note { display: block; margin-top: 14px; text-align: center; color: var(--muted); font-size: 10px; }

.why-section { position: relative; overflow: hidden; background: var(--purple-3); color: white; }
.why-section::after { content: ''; position: absolute; width: 620px; height: 620px; right: -280px; top: -180px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: inset 0 0 0 90px rgba(110,178,39,.035), inset 0 0 0 180px rgba(245,130,32,.025); }
.why-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; align-items: center; position: relative; z-index: 2; }
.section-kicker.light { color: var(--green-2); }
.why-copy h2 { color: white; }
.why-copy h2 span { color: var(--green-2); }
.why-copy p { color: rgba(255,255,255,.7); line-height: 1.8; }
.text-link { display: inline-flex; gap: 10px; margin-top: 18px; color: white; font-weight: 700; }
.text-link span { color: var(--orange); }
.feature-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.feature-cards article { padding: 27px; min-height: 210px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08); border-radius: 22px; opacity: 0; transform: translateY(14px); transition: .45s ease; }
.feature-cards article.is-visible { opacity: 1; transform: none; }
.feature-cards article:hover { background: rgba(255,255,255,.09); }
.feature-cards article > span { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.feature-cards h3 { margin: 20px 0 10px; font-size: 19px; }
.feature-cards p { margin: 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.65; }

.about-section { background: var(--surface); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-art { position: relative; min-height: 480px; overflow: hidden; border-radius: 36px; background: radial-gradient(circle at 72% 24%, rgba(245,130,32,.15), transparent 24%), radial-gradient(circle at 20% 74%, rgba(110,178,39,.18), transparent 28%), linear-gradient(145deg, #ffffff, #f5f0fb); border: 1px solid rgba(51,18,99,.08); box-shadow: var(--shadow); }
.w-watermark { position: absolute; inset: 50% auto auto 50%; width: 72%; transform: translate(-50%,-50%); opacity: 1; filter: drop-shadow(0 20px 28px rgba(51,18,99,.10)); }
.signal-ring { position: absolute; border: 1px solid rgba(51,18,99,.10); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.ring-1 { width: 260px; height: 260px; }
.ring-2 { width: 370px; height: 370px; }
.ring-3 { width: 500px; height: 500px; }
.city-pill { position: absolute; left: 28px; bottom: 28px; padding: 12px 16px; border-radius: 14px; background: rgba(255,255,255,.92); color: var(--purple); font-size: 12px; letter-spacing: .12em; font-weight: 800; }
.city-pill strong { color: var(--orange); }
.about-copy p { color: var(--muted); line-height: 1.85; }
.about-emphasis { font-weight: 700; color: var(--purple) !important; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 30px; }
.about-stats div { padding: 18px; background: white; border: 1px solid var(--line); border-radius: 17px; }
.about-stats strong { display: block; color: var(--purple); font-size: 19px; }
.about-stats div:nth-child(2) strong { color: var(--green); }
.about-stats div:nth-child(3) strong { color: var(--orange); }
.about-stats span { display: block; color: var(--muted); font-size: 11px; margin-top: 4px; }

.coverage-section { padding-top: 70px; padding-bottom: 70px; background: var(--surface); }
.coverage-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: center; padding: 52px 58px; border-radius: 32px; color: white; background: linear-gradient(135deg, var(--purple), var(--purple-2)); box-shadow: var(--shadow); }
.coverage-card::before { content: ''; position: absolute; width: 280px; height: 280px; right: -70px; top: -120px; border-radius: 50%; background: rgba(110,178,39,.18); filter: blur(3px); }
.coverage-copy, .coverage-form { position: relative; z-index: 2; }
.coverage-copy h2 { color: white; margin-bottom: 10px; }
.coverage-copy p { color: rgba(255,255,255,.72); margin: 0; line-height: 1.7; }
.coverage-form label { display: block; margin-bottom: 9px; font-size: 12px; font-weight: 700; }
.field-row { display: flex; gap: 10px; }
.field-row input { flex: 1; min-width: 0; height: 54px; padding: 0 17px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.12); color: white; border-radius: 14px; outline: none; }
.field-row input::placeholder { color: rgba(255,255,255,.55); }
.field-row input:focus { border-color: var(--green-2); box-shadow: 0 0 0 4px rgba(110,178,39,.12); }
.form-status { display: block; min-height: 18px; margin-top: 8px; color: #ffd0ab; font-size: 11px; }

.steps-section { background: white; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.steps-grid article { position: relative; padding: 28px 24px; border: 1px solid var(--line); border-radius: 22px; opacity: 0; transform: translateY(12px); transition: .45s ease; }
.steps-grid article.is-visible { opacity: 1; transform: none; }
.steps-grid article > span { display: grid; place-items: center; width: 42px; height: 42px; color: white; background: var(--purple); border-radius: 14px; font-weight: 800; }
.steps-grid article:nth-child(2) > span { background: var(--green); }
.steps-grid article:nth-child(3) > span { background: var(--orange); }
.steps-grid h3 { color: var(--purple); font-size: 16px; margin: 20px 0 9px; }
.steps-grid p { color: var(--muted); font-size: 12px; line-height: 1.65; margin: 0; }

.faq-section { background: var(--surface); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.faq-intro p { color: var(--muted); line-height: 1.7; margin-bottom: 22px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { background: white; border: 1px solid var(--line); border-radius: 17px; padding: 0 20px; }
.faq-list summary { cursor: pointer; padding: 20px 34px 20px 0; color: var(--purple); font-weight: 700; font-size: 14px; list-style: none; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 0; top: 15px; font-size: 24px; color: var(--green); }
.faq-list details[open] summary::after { content: '–'; }
.faq-list details p { margin: 0; padding: 0 20px 20px 0; color: var(--muted); line-height: 1.7; font-size: 13px; }

.final-cta { background: linear-gradient(135deg, var(--green) 0%, #5ea320 48%, var(--orange) 100%); color: white; }
.final-cta-inner { min-height: 220px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta span { font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.final-cta h2 { margin: 7px 0 0; color: white; font-size: clamp(38px, 5vw, 62px); letter-spacing: -.05em; }

.site-footer { padding: 70px 0 24px; background: linear-gradient(180deg, #16072d 0%, #130624 100%); color: rgba(255,255,255,.72); border-top: 3px solid rgba(245,130,32,.7); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr 1fr; gap: 45px; }
.footer-brand-mark { display: inline-flex; align-items: center; justify-content: center; padding: 14px 18px; border-radius: 18px; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.08); box-shadow: 0 18px 40px rgba(0,0,0,.12); margin-bottom: 14px; }
.footer-brand img { width: 190px; height: auto; opacity: 1; }
.footer-brand p { max-width: 260px; font-size: 12px; line-height: 1.65; }
.site-footer h3 { margin: 0 0 18px; color: white; font-size: 13px; }
.site-footer a, .site-footer p { display: block; margin: 9px 0; color: rgba(255,255,255,.64); font-size: 12px; }
.site-footer a:hover { color: var(--green-2); }
.site-footer small { color: rgba(255,255,255,.4); font-size: 9px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); font-size: 10px; color: rgba(255,255,255,.4); }
.footer-bottom a { margin: 0; font-size: 9px; opacity: .5; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 900; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: var(--green); color: white; box-shadow: 0 15px 32px rgba(73,129,18,.32); transition: .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-float svg { width: 31px; fill: currentColor; }

@media (max-width: 1080px) {
  :root { --container: min(100% - 32px, 960px); }
  .hero { padding-top: 126px; }
  .hero-grid { gap: 34px; }
  .hero h1 { font-size: clamp(46px, 6vw, 64px); }
  .hero-visual { min-height: 500px; }
  .chip-support { right: -5px; }
  .benefits-row { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .why-grid { gap: 45px; }
  .coverage-card { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 820px) {
  .header-inner { min-height: 72px; }
  .brand img { width: 155px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 72px 16px auto; display: grid; gap: 0; padding: 10px; background: rgba(254,254,254,.98); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .2s ease; }
  .main-nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 14px; }
  .main-nav .btn { margin-top: 6px; }
  .hero { min-height: auto; padding: 112px 0 72px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { min-height: 590px; max-width: 600px; width: 100%; margin: 0 auto; }
  .hero-photo-card { inset: -4px 3% -28px 3%; }
  .chip-speed { left: 0; }
  .chip-support { right: 0; }
  .plans-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .plan-card.featured, .plan-card.featured.is-visible { transform: none; }
  .plan-card.featured:hover { transform: translateY(-6px); }
  .why-grid, .about-grid, .faq-grid { grid-template-columns: 1fr; }
  .feature-cards { margin-top: 8px; }
  .about-art { min-height: 400px; order: 2; }
  .about-stats { max-width: 570px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .coverage-card { padding: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  :root { --container: calc(100% - 24px); --radius: 22px; }
  .section { padding: 78px 0; }
  .hero { padding-top: 98px; }
  .hero h1 { font-size: clamp(41px, 13vw, 58px); }
  .hero-lead { font-size: 15px; line-height: 1.7; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { gap: 10px 14px; font-size: 11px; }
  .hero-visual { min-height: 475px; }
  .hero-photo-card { inset: 0 -2% -18px -2%; border-radius: 0; }
  .floating-chip { display: none; }
  .benefits-row { grid-template-columns: 1fr; }
  .plans-grid { gap: 15px; }
  .plan-card { padding: 26px; }
  .feature-cards, .steps-grid, .about-stats { grid-template-columns: 1fr; }
  .feature-cards article { min-height: 0; }
  .about-art { min-height: 330px; }
  .coverage-card { padding: 30px 22px; border-radius: 24px; }
  .field-row { display: grid; }
  .field-row .btn { width: 100%; }
  .final-cta-inner { min-height: 260px; flex-direction: column; align-items: flex-start; justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .whatsapp-float { width: 54px; height: 54px; right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* ===== WON FIBRA v1.3 — Hero refinement + reliable brand rendering ===== */
.hero {
  padding: 144px 0 82px;
  min-height: 760px;
  color: #fff;
  background:
    radial-gradient(circle at 76% 20%, rgba(110,178,39,.18), transparent 22%),
    radial-gradient(circle at 91% 66%, rgba(245,130,32,.18), transparent 20%),
    radial-gradient(circle at 15% 86%, rgba(81,33,141,.62), transparent 26%),
    linear-gradient(128deg, #150629 0%, #230b43 44%, #331263 72%, #21083f 100%);
}
.hero::before {
  width: 720px;
  height: 720px;
  right: -310px;
  top: -40px;
  border-color: rgba(255,255,255,.08);
  box-shadow: inset 0 0 0 86px rgba(110,178,39,.025), inset 0 0 0 176px rgba(245,130,32,.02);
}
.hero::after {
  content: '';
  position: absolute;
  inset: 82px 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
  pointer-events: none;
}
.hero-orb-a { background: rgba(110,178,39,.19); filter: blur(18px); }
.hero-orb-b { background: rgba(245,130,32,.18); filter: blur(18px); }
.hero .eyebrow { color: #c9f39d; }
.hero .pulse-dot { background: var(--orange); box-shadow: 0 0 0 5px rgba(245,130,32,.14); }
.hero h1 { color: #fff; text-shadow: 0 14px 50px rgba(0,0,0,.18); }
.hero h1 span { color: #91d643; }
.hero h1 em { color: #fff; }
.hero h1 em::after { height: 7px; background: linear-gradient(90deg, var(--orange), #ffad56); box-shadow: 0 4px 16px rgba(245,130,32,.28); }
.hero-lead { color: rgba(255,255,255,.74); }
.hero .btn-primary { background: linear-gradient(135deg, var(--green), #85cc37); color: #fff; box-shadow: 0 15px 34px rgba(110,178,39,.26); }
.hero .btn-primary:hover { box-shadow: 0 18px 40px rgba(110,178,39,.34); }
.hero .btn-ghost { color: #fff; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.18); }
.hero .btn-ghost:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.28); }
.hero-proof { color: rgba(255,255,255,.70); }
.hero-proof span { background: rgba(145,214,67,.14); color: #a4e45d; }

.hero-visual {
  min-height: 590px;
  isolation: isolate;
}
.hero-visual::before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 470px;
  height: 470px;
  right: 1%;
  top: 6%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(110,178,39,.10), rgba(81,33,141,.08) 46%, transparent 70%);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 0 0 52px rgba(255,255,255,.018), 0 0 0 104px rgba(245,130,32,.014);
}
.hero-visual::after { display: none; }
.hero-signal {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 50%;
  pointer-events: none;
}
.hero-signal-a { width: 390px; height: 390px; right: 9%; top: 11%; box-shadow: inset -2px 0 0 rgba(110,178,39,.26); }
.hero-signal-b { width: 300px; height: 300px; right: 17%; top: 19%; box-shadow: inset 2px 0 0 rgba(245,130,32,.22); }
.hero-photo-wrap {
  position: absolute;
  z-index: 2;
  inset: -18px -60px -60px -38px;
  overflow: hidden;
  border-radius: 42px 42px 18px 18px;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 15%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 15%, #000 100%);
}
.hero-photo-wrap::before {
  content: '';
  position: absolute;
  z-index: 4;
  inset: 0;
  background:
    linear-gradient(to right, rgba(31,10,62,.88) 0%, rgba(31,10,62,.28) 18%, transparent 36%),
    linear-gradient(to top, rgba(31,10,62,.82) 0%, transparent 25%);
  pointer-events: none;
}
.hero-photo-wrap::after {
  content: '';
  position: absolute;
  z-index: 5;
  right: 7%;
  bottom: 12%;
  width: 44%;
  height: 18%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(245,130,32,.16), rgba(110,178,39,.08) 46%, transparent 72%);
  filter: blur(26px);
  pointer-events: none;
}
.hero-photo-wrap picture,
.hero-photo-wrap img { width: 100%; height: 100%; }
.hero-photo-wrap img {
  object-fit: cover;
  object-position: 50% 20%;
  filter: saturate(.92) contrast(1.03) brightness(.98);
}
.hero-status-card {
  position: absolute;
  z-index: 7;
  right: -4px;
  bottom: 12%;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 228px;
  padding: 14px 17px;
  border-radius: 18px;
  background: rgba(20,7,39,.70);
  color: #fff;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 44px rgba(0,0,0,.22);
  backdrop-filter: blur(16px);
}
.status-live {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(110,178,39,.13), 0 0 20px rgba(110,178,39,.45);
}
.hero-status-card strong { display: block; font-size: 12px; }
.hero-status-card small { display: block; margin-top: 3px; color: rgba(255,255,255,.62); font-size: 10px; }
.hero-bottom-wave { background: var(--white); }

/* Better visual balance of the four approved brand colors */
.benefits-row article:nth-child(1) .mini-icon { color: var(--orange); background: rgba(245,130,32,.12); }
.benefits-row article:nth-child(2) .mini-icon { color: var(--green); background: rgba(110,178,39,.12); }
.benefits-row article:nth-child(3) .mini-icon { color: var(--purple); background: rgba(51,18,99,.08); }
.benefits-row article:nth-child(4) .mini-icon { color: #fff; background: linear-gradient(135deg, var(--purple), var(--orange)); }
.plan-card.featured { box-shadow: 0 20px 54px rgba(51,18,99,.11); }
.coverage-card { background: linear-gradient(128deg, #331263 0%, #51218d 67%, #3d176d 100%); }
.coverage-card::after { content:''; position:absolute; right:18%; bottom:-70px; width:220px; height:220px; border-radius:50%; background:rgba(245,130,32,.12); filter:blur(10px); }
.final-cta { background: linear-gradient(110deg, #5da41e 0%, var(--green) 42%, #82c834 70%, var(--orange) 130%); }

/* Exact raster brand artwork avoids inconsistent browser SVG rendering */
.brand img { width: 190px; height: auto; }
.w-watermark img { width: 100%; height: auto; }
.footer-brand-mark { max-width: 235px; }
.footer-brand-mark img { width: 100%; height: auto; }

@media (max-width: 1080px) {
  .hero-visual { min-height: 520px; }
  .hero-photo-wrap { inset: -10px -38px -48px -32px; }
  .hero-status-card { right: 0; bottom: 9%; }
}

@media (max-width: 820px) {
  .hero { padding-top: 112px; padding-bottom: 74px; }
  .hero-copy { text-align: center; }
  .hero .eyebrow, .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { min-height: 560px; max-width: 610px; }
  .hero-photo-wrap {
    inset: 4px 0 -34px 0;
    -webkit-mask-image: linear-gradient(to top, transparent 0%, #000 13%, #000 100%);
    mask-image: linear-gradient(to top, transparent 0%, #000 13%, #000 100%);
  }
  .hero-photo-wrap::before { background: linear-gradient(to top, rgba(31,10,62,.82) 0%, transparent 24%); }
  .hero-status-card { right: 4%; bottom: 10%; }
}

@media (max-width: 560px) {
  .hero { padding-top: 98px; padding-bottom: 66px; }
  .hero h1 { font-size: clamp(40px, 12vw, 54px); }
  .hero-visual { min-height: 445px; margin-top: 8px; }
  .hero-photo-wrap { inset: 0 -22px -24px -22px; border-radius: 28px; }
  .hero-photo-wrap img { object-position: 50% 17%; }
  .hero-status-card { right: 0; bottom: 8%; min-width: 205px; padding: 12px 14px; }
  .hero-status-card strong { font-size: 11px; }
  .hero-status-card small { font-size: 9px; }
  .hero-signal-a { width: 310px; height: 310px; right: 6%; top: 10%; }
  .hero-signal-b { width: 230px; height: 230px; right: 15%; top: 18%; }
}

/* x1.5 — hero, navigation and content coherence polish */
.main-nav { gap: 22px; font-size: 13px; }
.main-nav > a:not(.btn) { white-space: nowrap; }

.hero-visual { min-height: 590px; }
.hero-photo-wrap {
  inset: -4px -18px -42px -8px;
  overflow: visible;
  border-radius: 0;
  -webkit-mask-image: none;
  mask-image: none;
}
.hero-photo-wrap::before,
.hero-photo-wrap::after { display: none; }
.hero-photo-wrap picture { display: block; width: 100%; height: 100%; }
.hero-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 30px 32px rgba(10,4,24,.24));
}
.hero-status-card { right: 1%; bottom: 12%; }

.about-art { background: linear-gradient(145deg, #331263 0%, #260d4d 58%, #1f0a3e 100%); }
.w-watermark { width: 70%; opacity: .96; }

@media (max-width: 1180px) and (min-width: 821px) {
  .main-nav { gap: 16px; font-size: 12px; }
  .main-nav .btn { padding-inline: 15px; }
  .brand img { width: 174px; }
}

@media (max-width: 1080px) {
  .hero-photo-wrap { inset: 0 -8px -34px 0; }
}

@media (max-width: 820px) {
  .main-nav { font-size: 14px; }
  .hero-visual { min-height: 535px; }
  .hero-photo-wrap {
    inset: 0 2% -26px 2%;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .hero-photo-wrap::before,
  .hero-photo-wrap::after { display: none; }
  .hero-photo-wrap img { object-position: center bottom; }
  .hero-status-card { right: 3%; bottom: 8%; }
}

@media (max-width: 560px) {
  .hero-visual { min-height: 410px; }
  .hero-photo-wrap { inset: 0 0 -12px 0; }
  .hero-photo-wrap img {
    object-fit: contain;
    object-position: center bottom;
    transform: scale(.96);
    transform-origin: center bottom;
  }
  .hero-status-card { right: 0; bottom: 6%; min-width: 190px; }
}
