@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --navy-950: #041338;
  --navy-900: #071b49;
  --navy-800: #0b2a62;
  --cyan-500: #25d9ee;
  --cyan-300: #78f2fb;
  --ink: #0a1730;
  --muted: #52627d;
  --line: #dce7f2;
  --surface: #f4f9fc;
  --white: #fff;
  --shadow: 0 24px 70px rgba(4, 19, 56, .14);
  --radius: 1.5rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", Arial, sans-serif; font-size: 1rem; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1160px, calc(100% - 2rem)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; transform: translateY(-180%); background: var(--white); color: var(--navy-950); padding: .7rem 1rem; border-radius: .6rem; font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(4, 19, 56, .94); border-bottom: 1px solid rgba(120, 242, 251, .18); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 5rem; display: flex; align-items: center; gap: 2rem; }
.brand { width: 10.75rem; height: 3.25rem; overflow: hidden; display: grid; place-items: center; border-radius: .75rem; }
.brand img { width: 100%; height: auto; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 1.6rem; }
.desktop-nav a { color: #dce9ff; text-decoration: none; font-size: .92rem; font-weight: 700; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--cyan-300); }
.button { min-height: 3.25rem; padding: .78rem 1.25rem; border: 1px solid transparent; border-radius: .9rem; display: inline-flex; align-items: center; justify-content: center; gap: .45rem; text-decoration: none; font-weight: 800; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid #ffc857; outline-offset: 3px; }
.button--compact { min-height: 2.85rem; padding-inline: 1rem; font-size: .9rem; }
.button--cyan { background: var(--cyan-500); color: var(--navy-950); box-shadow: 0 10px 28px rgba(37, 217, 238, .22); }
.button--cyan:hover { background: var(--cyan-300); box-shadow: 0 14px 34px rgba(37, 217, 238, .3); }
.button--ghost { color: var(--white); border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.06); }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: 43rem; padding: 7.2rem 0 6.5rem; overflow: hidden; color: var(--white); background: radial-gradient(circle at 76% 35%, rgba(37,217,238,.22), transparent 28%), linear-gradient(132deg, var(--navy-950) 0%, var(--navy-900) 54%, #0b386b 100%); position: relative; }
.hero::after { content: ""; position: absolute; inset: auto -10% -10rem -10%; height: 14rem; background: var(--white); border-radius: 50% 50% 0 0; transform: scaleX(1.2); }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 4.5rem; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: .65rem; color: var(--cyan-300); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: .55rem; height: .55rem; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 .36rem rgba(120,242,251,.13); }
.hero h1 { max-width: 12ch; margin: 1.1rem 0 1.3rem; font-size: clamp(2.75rem, 6vw, 5.2rem); line-height: .98; letter-spacing: -.055em; }
.hero h1 em { color: var(--cyan-300); font-style: normal; }
.hero-copy > p { max-width: 38rem; color: #d6e3f7; font-size: 1.1rem; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.hero-points { list-style: none; padding: 0; margin: 1.8rem 0 0; display: flex; flex-wrap: wrap; gap: 1.1rem; color: #d7e6f9; font-weight: 700; font-size: .9rem; }
.hero-points span { color: var(--cyan-300); margin-right: .35rem; }
.signal-card { aspect-ratio: 1 / 1.03; margin: 0; position: relative; border: 1px solid rgba(120,242,251,.3); border-radius: 3rem 3rem 3rem .9rem; background: #0b2a62; box-shadow: inset 0 1px rgba(255,255,255,.16), 0 40px 90px rgba(0,0,0,.26); overflow: hidden; }
.signal-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,19,56,.92), transparent 55%), linear-gradient(135deg, rgba(37,217,238,.08), transparent 48%); pointer-events: none; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.hero-photo-brand { position: absolute; z-index: 2; top: 1.25rem; left: 1.25rem; max-width: calc(100% - 2.5rem); padding: .6rem .8rem; border: 1px solid rgba(255,255,255,.2); border-radius: .9rem; background: rgba(4,19,56,.82); backdrop-filter: blur(12px); display: flex; align-items: center; gap: .7rem; }
.hero-photo-brand img { width: 6.4rem; height: auto; }
.hero-photo-brand span { color: #d9fafe; font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.signal-card figcaption { position: absolute; z-index: 3; left: 1.7rem; bottom: 1.5rem; margin: 0; color: #c8d9ef; }
.signal-card strong { color: var(--white); }

.section { padding: 6rem 0; }
.section-heading { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 2rem; margin-bottom: 2.5rem; }
.eyebrow--dark { color: #08758c; }
.section-heading h2 { margin: .4rem 0 0; max-width: 12ch; font-size: clamp(2.25rem, 4vw, 3.8rem); line-height: 1.05; letter-spacing: -.045em; }
.section-heading > p { margin: 0; color: var(--muted); }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.plan-grid--four { grid-template-columns: repeat(4, 1fr); }
.plan-card { min-height: 19rem; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 18px 55px rgba(7,27,73,.07); display: flex; flex-direction: column; }
.plan-card--featured { border-color: #72dfea; background: linear-gradient(155deg, #e8fbfd, #fff); transform: translateY(-.7rem); }
.plan-label { color: #08758c; font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.plan-card h3 { margin: .7rem 0 .6rem; font-size: 1.55rem; line-height: 1.2; }
.plan-card p { margin: 0 0 2rem; color: var(--muted); }
.plan-card a { margin-top: auto; color: #075d72; font-weight: 800; text-decoration: none; }
.plan-card a:hover { color: var(--navy-900); }

.advantages { color: var(--white); background: linear-gradient(132deg, var(--navy-950), #08275a 70%, #0a4770); }
.advantages-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 6rem; align-items: start; }
.advantages-copy { position: sticky; top: 8rem; }
.advantages h2 { margin: 1rem 0 1.3rem; max-width: 9ch; font-size: clamp(2.4rem, 4.8vw, 4.5rem); line-height: 1.02; letter-spacing: -.05em; }
.advantages-copy p { max-width: 32rem; color: #c8d7ed; }
.text-link { display: inline-flex; gap: .6rem; margin-top: 1rem; color: var(--cyan-300); text-decoration: none; font-weight: 800; }
.service-photo { margin: 2.3rem 0 0; overflow: hidden; aspect-ratio: 16 / 10; border: 1px solid rgba(120,242,251,.2); border-radius: 1.5rem 1.5rem 1.5rem .55rem; box-shadow: 0 25px 60px rgba(0,0,0,.24); }
.service-photo img { width: 100%; height: 100%; object-fit: cover; }
.benefit-list { border-top: 1px solid rgba(255,255,255,.18); }
.benefit-list article { min-height: 9.5rem; padding: 1.8rem .5rem; border-bottom: 1px solid rgba(255,255,255,.18); display: grid; grid-template-columns: 4rem 1fr; gap: 1.2rem; }
.benefit-number { color: var(--cyan-300); font-size: .8rem; font-weight: 800; letter-spacing: .1em; }
.benefit-list h3 { margin: -.2rem 0 .35rem; font-size: 1.45rem; }
.benefit-list p { margin: 0; color: #c8d7ed; }

.coverage { padding-top: 7rem; background: var(--surface); }
.coverage-panel { min-height: 31rem; overflow: hidden; display: grid; grid-template-columns: .95fr 1.05fr; border-radius: 2rem; background: var(--navy-900); color: var(--white); box-shadow: var(--shadow); }
.coverage-map { min-height: 31rem; position: relative; overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(37,217,238,.2), transparent 37%), linear-gradient(145deg, #0a2859, #06163d); }
.coverage-map::before, .coverage-map::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(120,242,251,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(120,242,251,.08) 1px, transparent 1px); background-size: 3.4rem 3.4rem; transform: perspective(300px) rotateX(20deg) scale(1.2); }
.coverage-ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(120,242,251,.4); border-radius: 50%; transform: translate(-50%, -50%); }
.coverage-ring--one { width: 14rem; height: 14rem; }
.coverage-ring--two { width: 25rem; height: 25rem; opacity: .5; }
.coverage-pin { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; justify-items: center; gap: .65rem; transform: translate(-50%, -50%); color: var(--white); }
.coverage-pin span { width: 2.2rem; height: 2.2rem; border: .65rem solid var(--cyan-500); border-radius: 50% 50% 50% 0; background: var(--white); box-shadow: 0 0 0 1rem rgba(37,217,238,.12); transform: rotate(-45deg); }
.coverage-pin b { padding: .35rem .7rem; border-radius: .5rem; background: rgba(4,19,56,.86); font-size: .85rem; }
.coverage-copy { padding: clamp(2.2rem, 5vw, 4.8rem); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.coverage-copy h2 { margin: .8rem 0 1rem; max-width: 12ch; font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1.05; letter-spacing: -.045em; }
.coverage-copy > p { max-width: 35rem; margin-top: 0; color: #c8d7ed; }
.coverage-tags { margin: 1.1rem 0 1.8rem; display: flex; flex-wrap: wrap; gap: .6rem; }
.coverage-tags span { padding: .45rem .75rem; border: 1px solid rgba(120,242,251,.34); border-radius: 99rem; color: #d8fafd; font-size: .85rem; font-weight: 700; }

.contact { background: var(--surface); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 5.5rem; align-items: center; }
.contact-copy h2 { margin: .7rem 0 1.2rem; max-width: 10ch; font-size: clamp(2.3rem, 4.5vw, 4.2rem); line-height: 1.04; letter-spacing: -.05em; }
.contact-copy > p { max-width: 34rem; color: var(--muted); }
.contact-links { margin-top: 2rem; display: grid; gap: .75rem; }
.contact-links a { width: fit-content; text-decoration: none; display: grid; }
.contact-links small { color: var(--muted); }
.contact-links strong { color: #086a80; font-size: 1.15rem; }
.contact-form { padding: clamp(1.4rem, 4vw, 2.6rem); border: 1px solid var(--line); border-radius: 1.7rem; background: var(--white); box-shadow: var(--shadow); }
.field { display: grid; gap: .45rem; margin-bottom: 1.1rem; }
.field label { color: #24324a; font-size: .9rem; font-weight: 800; }
.field input, .field select { width: 100%; min-height: 3.35rem; padding: .75rem .9rem; border: 1px solid #cbd9e7; border-radius: .75rem; background: #fbfdff; color: var(--ink); }
.field input:focus, .field select:focus { outline: 3px solid rgba(37,217,238,.28); border-color: #0898ae; }
.button--navy { width: 100%; margin-top: .4rem; background: var(--navy-900); color: var(--white); }
.button--navy:hover { background: var(--navy-800); }
.form-note, .form-status { margin: .8rem 0 0; color: var(--muted); font-size: .79rem; }
.form-status { color: #08758c; font-weight: 700; }

.site-footer { padding: 4.5rem 0 1.5rem; color: #d4e2f3; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 3rem; padding-bottom: 3rem; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: .55rem; }
.footer-brand img { width: 12rem; height: auto; }
.footer-brand p { margin: .7rem 0 0; color: #aebed5; }
.footer-title { margin-bottom: .5rem; color: var(--white); }
.footer-grid a { width: fit-content; color: #bac9dc; text-decoration: none; }
.footer-grid a:hover { color: var(--cyan-300); }
.footer-bottom { padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; gap: 1rem; color: #93a7c2; font-size: .78rem; }
.whatsapp-float { position: fixed; z-index: 45; right: 1rem; bottom: 1rem; min-height: 3.2rem; padding: .65rem 1rem .65rem .7rem; border-radius: 99rem; background: #20c96b; color: #072914; box-shadow: 0 16px 38px rgba(0,0,0,.22); display: flex; align-items: center; gap: .55rem; text-decoration: none; }
.whatsapp-float span { width: 1.9rem; height: 1.9rem; border-radius: 50%; background: rgba(255,255,255,.55); display: grid; place-items: center; font-weight: 900; }
.whatsapp-float b { font-size: .86rem; }

@media (max-width: 900px) {
  .desktop-nav, .desktop-cta { display: none; }
  .nav-wrap { justify-content: space-between; }
  .menu-toggle { display: grid; width: 2.75rem; height: 2.75rem; padding: .65rem; background: transparent; border: 1px solid rgba(255,255,255,.25); border-radius: .75rem; place-content: center; gap: .28rem; }
  .menu-toggle span { width: 1.15rem; height: 2px; background: var(--white); }
  .mobile-nav { padding: .3rem 1rem 1.25rem; background: var(--navy-950); }
  .mobile-nav:not([hidden]) { display: grid; }
  .mobile-nav a:not(.button) { padding: .8rem .25rem; color: var(--white); text-decoration: none; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero { padding-top: 5.2rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero h1 { max-width: 13ch; }
  .signal-card { width: min(100%, 31rem); justify-self: center; }
  .section-heading { grid-template-columns: 1fr; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-grid--four { grid-template-columns: repeat(2, 1fr); }
  .plan-card--featured { transform: none; }
  .advantages-grid, .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .advantages-copy { position: static; }
  .coverage-panel { grid-template-columns: 1fr; }
  .coverage-map { min-height: 22rem; }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 1.25rem, 1160px); }
  .brand { width: 9.25rem; }
  .hero { min-height: auto; padding: 4.5rem 0 7rem; }
  .hero h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .hero-copy > p { font-size: 1rem; }
  .actions .button { width: 100%; }
  .hero-points { display: grid; gap: .55rem; }
  .signal-card { border-radius: 2rem 2rem 2rem .75rem; }
  .hero-photo-brand span { display: none; }
  .section { padding: 4.5rem 0; }
  .section-heading h2 { font-size: 2.55rem; }
  .plan-card { min-height: 16rem; padding: 1.45rem; }
  .plan-grid--four { grid-template-columns: 1fr; }
  .advantages h2, .contact-copy h2 { font-size: 2.65rem; }
  .benefit-list article { grid-template-columns: 3rem 1fr; }
  .coverage { padding-top: 4.5rem; }
  .coverage-panel { border-radius: 1.35rem; }
  .coverage-map { min-height: 17rem; }
  .coverage-copy { padding: 1.5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float b { display: none; }
  .whatsapp-float { width: 3.2rem; padding: .65rem; }
}

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

/* Visual refresh 1.1 — mais fluidez, profundidade e movimento */
:root {
  --soft-cyan: #e9fbfd;
  --aqua-glow: rgba(37, 217, 238, .22);
  --deep-shadow: 0 34px 90px rgba(4, 19, 56, .18);
}

body {
  overflow-x: hidden;
  background: #f7fbfd;
}

.site-header {
  position: fixed;
  width: 100%;
  padding-top: .7rem;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  transition: padding .28s ease;
}

.nav-wrap {
  min-height: 4.45rem;
  padding: .35rem .5rem .35rem 1rem;
  border: 1px solid rgba(120, 242, 251, .2);
  border-radius: 999px;
  background: rgba(4, 19, 56, .82);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .18);
  backdrop-filter: blur(22px) saturate(135%);
  transition: min-height .28s ease, background .28s ease, box-shadow .28s ease;
}

.is-scrolled .site-header { padding-top: .35rem; }
.is-scrolled .nav-wrap {
  min-height: 4rem;
  background: rgba(4, 19, 56, .94);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .24);
}

.brand {
  width: 10.8rem;
  height: 3.05rem;
  padding: .18rem .65rem;
  border-radius: 999px;
}
.brand img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.desktop-nav a { position: relative; }
.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -.45rem;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--cyan-300);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}
.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after { transform: scaleX(1); }

.button { border-radius: 999px; }
.button::after { content: "→"; transition: transform .2s ease; }
.button:hover::after { transform: translateX(.22rem); }
.contact-form .button::after { content: "↗"; }

.hero {
  min-height: 47rem;
  padding: 10.25rem 0 8.5rem;
  background:
    radial-gradient(circle at 82% 18%, rgba(120,242,251,.24), transparent 25%),
    radial-gradient(circle at 10% 80%, rgba(22,120,205,.22), transparent 26%),
    linear-gradient(132deg, #03102f 0%, var(--navy-900) 55%, #0a426d 100%);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 8rem;
  right: -8rem;
  width: 36rem;
  height: 36rem;
  border: 1px solid rgba(120, 242, 251, .14);
  border-radius: 46% 54% 58% 42% / 42% 40% 60% 58%;
  box-shadow: 0 0 0 5rem rgba(120,242,251,.025), 0 0 0 10rem rgba(120,242,251,.018);
  animation: orbit-drift 13s ease-in-out infinite alternate;
}

.hero::after {
  bottom: -8rem;
  height: 13rem;
  border-radius: 50% 46% 0 0 / 74% 62% 0 0;
  transform: scaleX(1.35) rotate(-1.5deg);
}

.hero-grid::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -5rem;
  left: -9rem;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,217,238,.14), transparent 68%);
  filter: blur(8px);
}

.hero h1 {
  max-width: 11ch;
  text-wrap: balance;
  text-shadow: 0 14px 40px rgba(0,0,0,.2);
}
.hero h1 em { position: relative; display: inline; }
.hero h1 em::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -.08em;
  left: .04em;
  height: .1em;
  border-radius: 99rem;
  background: linear-gradient(90deg, transparent, var(--cyan-300), transparent);
  opacity: .65;
}

.hero-points li {
  padding: .42rem .72rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(8px);
}

.signal-card {
  aspect-ratio: .92 / 1;
  overflow: visible;
  border: 0;
  border-radius: 33% 67% 38% 62% / 27% 31% 69% 73%;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 36px 50px rgba(0,0,0,.28));
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform .28s ease, border-radius .5s ease, box-shadow .3s ease;
}
.signal-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border: 1px solid rgba(120,242,251,.4);
  border-radius: inherit;
  box-shadow: inset 0 1px rgba(255,255,255,.18);
  pointer-events: none;
}
.signal-card::after { border-radius: inherit; }
.signal-card:hover {
  border-radius: 42% 58% 32% 68% / 37% 25% 75% 63%;
  box-shadow: none;
}
.hero-photo {
  border-radius: inherit;
  transform: none;
  box-shadow: 0 44px 100px rgba(0,0,0,.34);
  transition: transform .7s cubic-bezier(.2,.8,.2,1), border-radius .5s ease;
}
.signal-card:hover .hero-photo { transform: none; }
.hero-photo-brand {
  top: 1.45rem;
  left: 50%;
  width: max-content;
  max-width: 72%;
  padding: .42rem .85rem .42rem .55rem;
  border-radius: 999px;
  border-color: rgba(120,242,251,.24);
  background: linear-gradient(105deg, rgba(3,16,47,.96) 0%, rgba(5,27,67,.93) 52%, rgba(7,49,91,.88) 100%);
  box-shadow: 0 14px 35px rgba(0,0,0,.25), inset 0 1px rgba(255,255,255,.08);
  transform: translateX(-50%);
}
.hero-photo-brand img { width: 4.8rem; height: auto; flex: 0 0 auto; filter: drop-shadow(0 4px 10px rgba(0,0,0,.22)); }
.hero-photo-brand span { line-height: 1.3; }
.signal-card figcaption {
  left: 50%;
  bottom: 2.35rem;
  width: max-content;
  max-width: calc(100% - 7rem);
  padding: .72rem 1.2rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(4,19,56,.34);
  backdrop-filter: blur(10px);
  text-align: center;
  transform: translateX(-50%);
}
.signal-card figcaption strong,
.signal-card figcaption span { display: block; white-space: nowrap; }
.signal-card figcaption span { margin-top: .08rem; font-size: .88rem; line-height: 1.35; }

.plans {
  position: relative;
  overflow: hidden;
  padding-top: 7.5rem;
  background:
    radial-gradient(circle at 88% 14%, rgba(37,217,238,.13), transparent 23%),
    linear-gradient(180deg, #fff 0%, #f7fbfd 100%);
}
.plans::before {
  content: "";
  position: absolute;
  top: 3.5rem;
  right: -6rem;
  width: 19rem;
  height: 19rem;
  border-radius: 61% 39% 46% 54% / 45% 59% 41% 55%;
  background: linear-gradient(145deg, rgba(37,217,238,.1), rgba(11,42,98,.025));
  animation: blob-morph 10s ease-in-out infinite alternate;
}
.section-heading { position: relative; z-index: 1; }
.section-heading h2 { text-wrap: balance; }
.plan-grid { position: relative; z-index: 1; gap: 1.35rem; align-items: stretch; }
.plan-card {
  position: relative;
  overflow: hidden;
  min-height: 20.5rem;
  padding: 2.2rem;
  border: 0;
  border-top: 4px solid rgba(37,217,238,.68);
  background: rgba(255,255,255,.88);
  box-shadow: 0 22px 65px rgba(7,27,73,.09);
  backdrop-filter: blur(10px);
  transition: transform .34s cubic-bezier(.2,.8,.2,1), box-shadow .34s ease;
}
.plan-card::before {
  content: "";
  position: absolute;
  right: -4rem;
  bottom: -5rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,217,238,.13), transparent 68%);
  transition: transform .4s ease;
}
.plan-card:nth-child(3n + 1) { border-radius: 3.8rem 1.4rem 3.8rem 1.4rem; }
.plan-card:nth-child(3n + 2) { border-radius: 1.4rem 4.8rem 1.4rem 4.8rem; }
.plan-card:nth-child(3n) { border-radius: 4.4rem 1.4rem 4.4rem 1.4rem; }
.plan-card--featured {
  border-color: var(--cyan-500);
  background: linear-gradient(155deg, rgba(226,250,253,.96), #fff 72%);
  transform: translateY(-.9rem);
}
.plan-card:hover {
  transform: translateY(-.65rem) rotate(-.35deg);
  box-shadow: 0 30px 80px rgba(7,27,73,.16);
}
.plan-card--featured:hover { transform: translateY(-1.35rem) rotate(.35deg); }
.plan-card:hover::before { transform: scale(1.22); }
.plan-label {
  width: fit-content;
  padding: .38rem .68rem;
  border-radius: 999px;
  background: var(--soft-cyan);
}
.plan-card h3 { font-size: 1.65rem; }
.plan-card a { position: relative; z-index: 1; display: inline-flex; gap: .45rem; }

.advantages {
  position: relative;
  overflow: hidden;
  margin: 1rem .75rem 0;
  border-radius: 5rem 5rem 4rem 4rem;
  background:
    radial-gradient(circle at 8% 90%, rgba(37,217,238,.16), transparent 24%),
    radial-gradient(circle at 92% 8%, rgba(120,242,251,.12), transparent 25%),
    linear-gradient(132deg, var(--navy-950), #08275a 70%, #0a4770);
}
.advantages::before {
  content: "";
  position: absolute;
  top: -9rem;
  right: -7rem;
  width: 27rem;
  height: 27rem;
  border: 1px solid rgba(120,242,251,.14);
  border-radius: 46% 54% 38% 62%;
  animation: orbit-drift 12s ease-in-out infinite alternate-reverse;
}
.service-photo {
  border: 0;
  border-radius: 4.5rem 1.2rem 4.5rem 1.2rem;
  transform: rotate(-1.2deg);
  transition: transform .35s ease, border-radius .35s ease;
}
.service-photo:hover { transform: rotate(0) scale(1.015); border-radius: 1.2rem 4.5rem 1.2rem 4.5rem; }
.benefit-list { display: grid; gap: .85rem; border: 0; }
.benefit-list article {
  min-height: 8.8rem;
  padding: 1.55rem 1.7rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 1.5rem 4rem 4rem 1.5rem;
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(8px);
  transition: transform .28s ease, background .28s ease, border-color .28s ease;
}
.benefit-list article:nth-child(2) { margin-left: 2.3rem; border-radius: 4rem 1.5rem 1.5rem 4rem; }
.benefit-list article:hover {
  transform: translateX(.55rem);
  border-color: rgba(120,242,251,.3);
  background: rgba(255,255,255,.09);
}
.benefit-number {
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid rgba(120,242,251,.35);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(37,217,238,.08);
}

.coverage {
  position: relative;
  overflow: hidden;
  padding: 8.5rem 0;
  background: linear-gradient(180deg, #f7fbfd, #edf7fa);
}
.coverage::before {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: -8rem;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,217,238,.17), transparent 66%);
}
.coverage-panel {
  position: relative;
  min-height: 33rem;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 7rem 2.2rem 7rem 2.2rem;
  background: linear-gradient(125deg, #071b49, #082c5d);
  box-shadow: var(--deep-shadow);
}
.coverage-map { min-height: 33rem; border-radius: 0 0 7rem 0; }
.coverage-ring { animation: ring-breathe 3.6s ease-in-out infinite; }
.coverage-ring--two { animation-delay: .7s; }
.coverage-pin { animation: pin-float 2.8s ease-in-out infinite; }
.coverage-copy { position: relative; }
.coverage-copy::after {
  content: "";
  position: absolute;
  right: 2.2rem;
  bottom: 2rem;
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid rgba(120,242,251,.18);
  border-radius: 50% 36% 50% 42%;
}

.contact {
  position: relative;
  overflow: hidden;
  padding-top: 7.5rem;
  background:
    radial-gradient(circle at 92% 12%, rgba(37,217,238,.15), transparent 24%),
    linear-gradient(180deg, #edf7fa, #f7fbfd);
}
.contact::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: -6rem;
  width: 18rem;
  height: 18rem;
  border: 1px solid rgba(8,117,140,.12);
  border-radius: 62% 38% 55% 45%;
}
.contact-links { display: flex; flex-wrap: wrap; gap: .8rem; }
.contact-links a {
  padding: .75rem 1rem;
  border: 1px solid rgba(8,117,140,.14);
  border-radius: 1.1rem 2.4rem 2.4rem 1.1rem;
  background: rgba(255,255,255,.72);
  transition: transform .22s ease, box-shadow .22s ease;
}
.contact-links a:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(7,27,73,.09); }
.contact-form {
  position: relative;
  border: 0;
  border-radius: 2.2rem 5.2rem 2.2rem 5.2rem;
  box-shadow: var(--deep-shadow);
}
.contact-form::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -.6rem .8rem .8rem -.6rem;
  border: 1px solid rgba(37,217,238,.28);
  border-radius: inherit;
}
.field input,
.field select { border-radius: 1rem 1.8rem 1.8rem 1rem; background: #f8fcfe; }

.site-footer {
  position: relative;
  margin-top: -1px;
  border-radius: 4.5rem 4.5rem 0 0;
  background: linear-gradient(145deg, #03102f, var(--navy-950) 62%, #082559);
}
.footer-brand img { width: 10.5rem; height: auto; filter: drop-shadow(0 12px 24px rgba(37,217,238,.1)); }
.whatsapp-float { animation: whatsapp-pulse 3.2s ease-in-out infinite; }

.motion-ready .reveal-item {
  opacity: 0;
  transform: translateY(2rem) scale(.985);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1);
  transition-delay: var(--reveal-delay, 0ms);
}
.motion-ready .reveal-item.is-visible { opacity: 1; transform: none; }

@keyframes orbit-drift {
  to { transform: translate(-1.5rem, 1.2rem) rotate(7deg) scale(1.05); border-radius: 57% 43% 47% 53% / 51% 59% 41% 49%; }
}
@keyframes blob-morph {
  to { transform: translate(-2rem, 1rem) rotate(12deg); border-radius: 42% 58% 62% 38% / 59% 43% 57% 41%; }
}
@keyframes ring-breathe {
  0%, 100% { opacity: .5; transform: translate(-50%, -50%) scale(.94); }
  50% { opacity: .9; transform: translate(-50%, -50%) scale(1.05); }
}
@keyframes pin-float {
  0%, 100% { transform: translate(-50%, -50%); }
  50% { transform: translate(-50%, calc(-50% - .5rem)); }
}
@keyframes whatsapp-pulse {
  0%, 100% { box-shadow: 0 16px 38px rgba(0,0,0,.22), 0 0 0 0 rgba(32,201,107,.24); }
  50% { box-shadow: 0 16px 38px rgba(0,0,0,.22), 0 0 0 .75rem rgba(32,201,107,0); }
}

@media (max-width: 900px) {
  .site-header { padding: .55rem .2rem 0; }
  .nav-wrap { padding-left: .7rem; }
  .mobile-nav {
    width: min(94%, 40rem);
    margin: .45rem auto 0;
    padding: .65rem 1rem 1.1rem;
    border: 1px solid rgba(120,242,251,.18);
    border-radius: 1.6rem;
    background: rgba(4,19,56,.96);
    box-shadow: 0 20px 50px rgba(0,0,0,.28);
  }
  .hero { padding-top: 8.8rem; }
  .signal-card { max-width: 34rem; }
  .advantages { border-radius: 3.5rem; }
  .benefit-list article:nth-child(2) { margin-left: 0; }
  .coverage-panel { border-radius: 4.5rem 1.8rem 4.5rem 1.8rem; }
  .coverage-map { border-radius: 0 0 4.5rem 0; }
}

@media (max-width: 560px) {
  .nav-wrap { min-height: 4.2rem; border-radius: 1.5rem; }
  .brand { width: 8.4rem; height: 2.75rem; padding-inline: .4rem; }
  .hero { padding: 8rem 0 7.5rem; }
  .hero::before { width: 22rem; height: 22rem; right: -11rem; }
  .hero h1 { max-width: 12ch; }
  .hero-points li { width: fit-content; }
  .signal-card {
    width: calc(100% - .4rem);
    border-radius: 2.5rem 7rem 2.5rem 6rem;
  }
  .signal-card:hover { border-radius: 3rem 6rem 3rem 5rem; }
  .hero-photo-brand { top: 1rem; left: 50%; max-width: 82%; }
  .hero-photo-brand img { width: 4.15rem; }
  .hero-photo-brand span { font-size: .63rem; }
  .signal-card figcaption { left: 50%; bottom: 1.5rem; max-width: calc(100% - 4.5rem); padding: .62rem .9rem; }
  .signal-card figcaption span { font-size: .76rem; }
  .plans { padding-top: 5.5rem; }
  .plan-grid { gap: 1rem; }
  .plan-card,
  .plan-card--featured { min-height: 17rem; transform: none; }
  .plan-card:nth-child(odd) { border-radius: 2.8rem 1.1rem 2.8rem 1.1rem; }
  .plan-card:nth-child(even) { border-radius: 1.1rem 2.8rem 1.1rem 2.8rem; }
  .plan-card:hover,
  .plan-card--featured:hover { transform: translateY(-.35rem); }
  .advantages { margin-inline: .35rem; border-radius: 3rem 3rem 2.2rem 2.2rem; }
  .service-photo { border-radius: 3rem 1rem 3rem 1rem; }
  .benefit-list article,
  .benefit-list article:nth-child(2) { border-radius: 1.2rem 2.6rem 2.6rem 1.2rem; }
  .coverage { padding: 5.5rem 0; }
  .coverage-panel { border-radius: 3rem 1.2rem 3rem 1.2rem; }
  .coverage-map { border-radius: 0 0 3rem 0; }
  .contact { padding-top: 5.5rem; }
  .contact-form { border-radius: 1.6rem 3.2rem 1.6rem 3.2rem; }
  .site-footer { border-radius: 3rem 3rem 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready .reveal-item { opacity: 1; transform: none; }
  .signal-card { transform: none; }
}
