:root {
  --navy: #052d67;
  --navy-deep: #031f49;
  --blue: #075cf0;
  --cyan: #00cfff;
  --sky: #e8f8ff;
  --sand: #fff8e8;
  --yellow: #ffd21c;
  --yellow-soft: #fff2b8;
  --ink: #10233f;
  --muted: #53647b;
  --white: #ffffff;
  --border: rgba(5, 45, 103, .12);
  --shadow: 0 24px 60px rgba(4, 49, 105, .14);
  --radius: 28px;
  --display: "Baloo 2", "Arial Rounded MT Bold", Arial, sans-serif;
  --body: "Nunito", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
html[data-font-scale="small"] { font-size: 90%; }
html[data-font-scale="large"] { font-size: 112.5%; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.whatsapp-icon { display: block; width: 1.15em; height: 1.15em; fill: currentColor; }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; padding: 10px 16px; background: var(--white); border-radius: 10px; color: var(--navy); font-weight: 800; }
.skip-link:focus { top: 16px; }
.accessibility-tools { position: fixed; z-index: 120; left: 14px; top: 50%; display: grid; gap: 5px; padding: 6px; border: 1px solid rgba(5,45,103,.14); border-radius: 15px; background: rgba(255,255,255,.94); box-shadow: 0 12px 30px rgba(3,31,73,.16); backdrop-filter: blur(12px); transform: translateY(-50%); }
.accessibility-tools button { display: grid; place-items: center; width: 38px; height: 36px; padding: 0; border: 0; border-radius: 10px; background: transparent; color: var(--navy); cursor: pointer; font: 900 .78rem/1 var(--body); }
.accessibility-tools button:hover, .accessibility-tools button[aria-pressed="true"] { background: var(--navy); color: var(--white); }
.contrast-toggle span { font-size: 1.15rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255, 255, 255, .90);
  border-bottom: 1px solid rgba(7, 105, 215, .10);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 auto; width: 230px; }
.brand img { width: 100%; height: 62px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 28px; margin-left: auto; }
.site-nav a { position: relative; font-size: .93rem; font-weight: 750; color: #29405e; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 3px; border-radius: 99px; background: var(--cyan); transition: right .25s ease; }
.site-nav a:hover::after { right: 0; }
.site-nav a:first-child { padding: 9px 13px; border-radius: 999px; background: var(--yellow); color: var(--navy); }
.site-nav a:first-child::after { display: none; }
.header-cta { flex: 0 0 auto; gap: 8px; }
.header-client-link { flex: 0 0 auto; padding: 10px 16px; border: 1px solid #bfd7ee; border-radius: 999px; color: var(--navy); background: #f7fbff; font-size: .9rem; font-weight: 900; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.header-client-link:hover { transform: translateY(-1px); border-color: var(--cyan); background: #fff; }
.menu-button { display: none; margin-left: auto; border: 0; background: transparent; padding: 10px; }
.menu-button span { display: block; width: 26px; height: 3px; margin: 5px; border-radius: 4px; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--blue), #0450ad);
  box-shadow: 0 12px 28px rgba(7, 105, 215, .23);
  color: var(--white);
  font-size: .96rem;
  font-weight: 850;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.button:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(7, 105, 215, .28); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: .88rem; border-radius: 13px; }
.button-light { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.45); box-shadow: none; }
.button-light:hover { background: rgba(255,255,255,.17); box-shadow: none; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: 690px;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(3, 31, 73, .98), rgba(5, 65, 140, .94) 58%, rgba(10, 139, 195, .88)),
    var(--navy);
  color: var(--white);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .16;
  background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 1px);
  background-size: 27px 27px;
  mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
}
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(8px); opacity: .38; }
.hero-glow-one { width: 420px; height: 420px; right: -130px; top: -170px; background: var(--cyan); }
.hero-glow-two { width: 300px; height: 300px; left: 42%; bottom: -210px; background: var(--yellow); opacity: .22; }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.05fr .72fr; align-items: center; gap: 88px; padding-block: 70px 92px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 14px; color: #bdf4ff; font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px rgba(255,201,40,.14); }
.eyebrow-blue { color: var(--blue); }
.hero h1, .section h2 { font-family: var(--display); letter-spacing: -.045em; line-height: .98; }
.hero h1 { max-width: 740px; margin: 0; font-size: clamp(3rem, 5.9vw, 5.4rem); }
.hero-lead { max-width: 650px; margin: 26px 0 0; color: #d8efff; font-size: clamp(1.03rem, 1.5vw, 1.22rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 22px 28px; margin: 38px 0 0; padding: 0; list-style: none; }
.hero-points li { display: flex; align-items: center; gap: 10px; }
.point-icon { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid rgba(255,255,255,.28); border-radius: 12px; background: rgba(255,255,255,.08); color: var(--yellow); font-weight: 900; }
.hero-points span:last-child { display: grid; color: #c7dff4; font-size: .76rem; line-height: 1.25; }
.hero-points strong { color: var(--white); font-size: .88rem; }

.hero-visual { position: relative; display: grid; place-items: center; min-width: 0; }
.hero-card { position: relative; width: min(100%, 420px); aspect-ratio: 4 / 4.8; overflow: hidden; border: 10px solid rgba(255,255,255,.92); border-radius: 34px; background: #dff4ff; box-shadow: 0 40px 80px rgba(0, 12, 41, .38); transform: rotate(2.5deg); animation: cardFloat 5s ease-in-out infinite; }
.hero-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.sun-badge { position: absolute; z-index: 3; top: 7%; right: -25px; display: grid; place-items: center; width: 96px; height: 96px; border-radius: 50%; border: 8px solid rgba(255,255,255,.7); background: var(--yellow); color: var(--navy); font-family: var(--display); font-size: .78rem; font-weight: 900; line-height: 1.05; text-align: center; transform: rotate(8deg); box-shadow: 0 18px 40px rgba(0,0,0,.18); }
.sun-badge small { font-size: .58rem; letter-spacing: .16em; }
.signal-pill { position: absolute; z-index: 4; left: -55px; bottom: 9%; display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-radius: 999px; background: rgba(255,255,255,.96); color: var(--navy); box-shadow: 0 18px 50px rgba(1,22,60,.25); font-size: .82rem; font-weight: 850; }
.signal-pill span { width: 10px; height: 10px; border-radius: 50%; background: #25c777; box-shadow: 0 0 0 6px rgba(37,199,119,.14); }
.tide-line { position: absolute; z-index: -1; left: -2%; right: -2%; bottom: -42px; height: 84px; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: var(--white); }
@keyframes cardFloat { 0%,100% { transform: rotate(2.5deg) translateY(0); } 50% { transform: rotate(1.3deg) translateY(-11px); } }

.trust-bar { border-bottom: 1px solid var(--border); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 24px; }
.trust-grid p { margin: 0; padding: 5px 24px; color: var(--muted); text-align: center; }
.trust-grid p + p { border-left: 1px solid var(--border); }
.trust-grid strong { margin-right: 6px; color: var(--navy); }

.promo-video-section { position: relative; overflow: hidden; padding-block: 82px; background: linear-gradient(145deg, #fffaf0, #effaff 68%, #e8faff); }
.promo-video-section::after { content: ""; position: absolute; right: -110px; bottom: -150px; width: 330px; height: 330px; border: 58px solid rgba(0,207,255,.10); border-radius: 50%; pointer-events: none; }
.promo-video-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .62fr 1.38fr; align-items: center; gap: 54px; }
.promo-video-copy h2 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(2.3rem, 4.3vw, 4rem); line-height: .98; letter-spacing: -.05em; }
.promo-video-copy > p:not(.eyebrow) { margin: 22px 0 26px; color: var(--muted); font-size: .98rem; }
.promo-video-frame { position: relative; padding: 10px; border: 1px solid rgba(7,92,240,.13); border-radius: 30px; background: var(--white); box-shadow: 0 30px 70px rgba(3,45,108,.18); }
.promo-video-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; border-radius: 21px; background: var(--navy-deep); object-fit: cover; }
.video-label { position: absolute; z-index: 2; top: -18px; right: 28px; display: flex; align-items: center; gap: 8px; min-height: 38px; padding: 0 15px; border: 4px solid var(--white); border-radius: 999px; background: var(--yellow); box-shadow: 0 10px 25px rgba(3,45,108,.15); color: var(--navy); font-size: .74rem; font-weight: 950; text-transform: uppercase; }
.video-label span { font-size: .66rem; }
.promo-video-dialog { width: min(1240px, calc(100% - 24px)); max-width: none; max-height: min(94vh, 840px); padding: 0; overflow: visible; border: 0; border-radius: 28px; background: var(--white); box-shadow: 0 36px 95px rgba(0,22,57,.44); }
.promo-video-dialog::backdrop { background: rgba(3,31,73,.72); backdrop-filter: blur(8px); }
.promo-video-dialog-card { position: relative; padding: 24px; }
.promo-video-close { position: absolute; z-index: 5; top: -16px; right: -14px; display: grid; place-items: center; width: 44px; height: 44px; padding: 0 0 4px; border: 4px solid var(--white); border-radius: 50%; background: var(--navy); box-shadow: 0 12px 28px rgba(0,22,57,.3); color: var(--white); cursor: pointer; font: inherit; font-size: 1.65rem; line-height: 1; }
.promo-video-modal-grid { display: grid; grid-template-columns: 1.55fr .65fr; align-items: center; gap: 28px; }
.promo-video-modal-copy h2 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(2rem, 3.8vw, 3.35rem); line-height: .98; letter-spacing: -.045em; }
.promo-video-modal-copy > p:not(.eyebrow) { margin: 15px 0 18px; color: var(--muted); font-size: .95rem; }
.promo-video-steps { display: grid; gap: 10px; }
.promo-video-steps > div { display: grid; gap: 2px; padding: 13px 14px; border: 1px solid rgba(7,92,240,.11); border-radius: 15px; background: #f4faff; }
.promo-video-steps strong { color: var(--navy); font-size: .9rem; }
.promo-video-steps span { color: var(--muted); font-size: .84rem; line-height: 1.45; }
.promo-video-regulation { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; color: var(--blue); font-size: .88rem; font-weight: 900; }

.section { padding-block: 108px; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; margin-bottom: 48px; }
.section-heading h2 { max-width: 690px; margin: 0; color: var(--navy); font-size: clamp(2.4rem, 4.8vw, 4.25rem); }
.section-heading > p { max-width: 510px; margin: 0 0 6px; color: var(--muted); font-size: 1.05rem; }
.section-heading-plans { grid-template-columns: 1fr; }
.section-heading-plans h2 { max-width: none; white-space: nowrap; font-size: clamp(1.85rem, 3vw, 2.8rem); letter-spacing: -.045em; }
.plans-subtitle { max-width: 780px; margin: 14px 0 0; color: var(--muted); font-size: 1.02rem; line-height: 1.6; }

.plans-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 15%, rgba(255,210,28,.16), transparent 19%),
    radial-gradient(circle at 92% 74%, rgba(0,207,255,.13), transparent 23%),
    linear-gradient(180deg, #fff 0%, #eefaff 64%, #fffaf0 100%);
}
.plans-carousel { position: relative; margin-inline: 0; padding-inline: 50px; }
.plans-grid { display: grid; grid-template-columns: repeat(7, calc((100% - 36px) / 3)); align-items: start; gap: 18px; margin: -12px -10px 0; padding: 12px 10px 26px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; touch-action: pan-x; }
.plans-grid::-webkit-scrollbar { display: none; width: 0; height: 0; }
.plans-nav { position: absolute; z-index: 5; top: 50%; display: grid; place-items: center; width: 42px; height: 62px; padding: 0 0 4px; border: 1px solid rgba(7,92,240,.18); border-radius: 16px; background: rgba(255,255,255,.90); box-shadow: 0 12px 30px rgba(3,45,108,.18); color: var(--blue); cursor: pointer; font-family: var(--body); font-size: 2rem; line-height: 1; transform: translateY(-50%); transition: opacity .22s ease, visibility .22s ease, transform .22s ease, box-shadow .22s ease; backdrop-filter: blur(8px); }
.plans-prev { left: 4px; }
.plans-next { right: 4px; }
.plans-nav:hover, .plans-nav:focus-visible { box-shadow: 0 16px 36px rgba(3,45,108,.26); }
.plans-prev:hover, .plans-prev:focus-visible { transform: translateY(-50%) translateX(-3px); }
.plans-next:hover, .plans-next:focus-visible { transform: translateY(-50%) translateX(3px); }
.plans-nav.is-hidden, .plans-nav:disabled { opacity: 0; visibility: hidden; pointer-events: none; }
.plan-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid rgba(7,92,240,.13); border-radius: 28px; background: rgba(255,255,255,.96); box-shadow: 0 20px 48px rgba(4,49,105,.10); scroll-snap-align: start; transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.plan-card:hover { transform: translateY(-7px); border-color: rgba(7,92,240,.29); box-shadow: 0 30px 62px rgba(4,49,105,.16); }
.plan-summary { display: grid; gap: 10px; padding: 18px 16px 20px; cursor: default; list-style: none; }
.plan-summary::-webkit-details-marker { display: none; }
.plan-art-shell { display: grid; place-items: center; min-height: 225px; padding: 4px 8px; border-radius: 22px; background: radial-gradient(circle, rgba(0,207,255,.12), transparent 67%); }
.plan-art-link { cursor: pointer; outline: none; }
.plan-art-link:focus-visible { box-shadow: 0 0 0 3px rgba(7,92,240,.22); }
.plan-art { width: auto; max-width: 100%; max-height: 235px; object-fit: contain; filter: drop-shadow(0 18px 20px rgba(2,43,111,.15)); transition: transform .3s ease, filter .3s ease; }
.plan-card:hover .plan-art { transform: scale(1.025); }
.plan-art-100 { transform: translateY(-24px); }
.plan-card:hover .plan-art-100 { transform: translateY(-24px) scale(1.025); }
.plan-art-play { transform: translateY(-18px); }
.plan-card:hover .plan-art-play { transform: translateY(-18px) scale(1.025); }
.plan-intro { display: grid; }
.plan-tag { position: relative; width: max-content; max-width: 100%; margin-top: 10px; padding: 6px 10px; overflow: hidden; border-radius: 999px; background: var(--yellow-soft); color: var(--navy); font-size: .75rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.plan-name { margin-top: 2px; color: var(--navy); font-family: var(--display); font-size: clamp(1.55rem, 2.2vw, 1.9rem); line-height: 1; letter-spacing: -.035em; }
.plan-price { display: grid; justify-items: center; gap: 3px; margin-top: 12px; padding: 12px 10px 13px; border: 2px solid rgba(0,207,255,.34); border-radius: 17px; background: linear-gradient(145deg, #052d67, #075cf0); box-shadow: inset 0 1px 0 rgba(255,255,255,.22), inset 0 -5px 12px rgba(2,28,78,.24), 0 10px 22px rgba(4,49,105,.18); cursor: pointer; text-align: center; transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.plan-price:hover, .plan-price:focus-visible { transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255,255,255,.22), inset 0 -5px 12px rgba(2,28,78,.24), 0 14px 28px rgba(4,49,105,.25); filter: brightness(1.06); }
.plan-price small { color: #bdf4ff; font-size: .72rem; font-weight: 900; letter-spacing: .09em; line-height: 1; text-transform: uppercase; }
.plan-price-row { display: flex; align-items: flex-start; justify-content: center; width: 100%; padding: 3px 2px 7px; overflow: visible; line-height: 1; white-space: nowrap; }
.plan-price-row i { margin: 19px 6px 0 0; color: var(--white); font-size: 1.05rem; font-style: normal; font-weight: 950; text-shadow: 0 2px 0 #063782, 0 4px 6px rgba(1,21,64,.35); }
.plan-price-row strong, .plan-price-row sup { color: var(--yellow); background: linear-gradient(180deg, #fff8a7 2%, #ffe240 37%, #ffbd12 72%, #f79400 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke: .28px rgba(198,92,0,.78); filter: drop-shadow(0 2px 0 #f6a000) drop-shadow(0 4px 0 #cf6800) drop-shadow(0 7px 7px rgba(112,49,0,.24)); text-rendering: geometricPrecision; -webkit-font-smoothing: antialiased; }
.plan-price-row strong { font-family: var(--display); font-size: 4.15rem; font-weight: 800; letter-spacing: -.055em; }
.plan-price-row sup { margin: 5px 0 0 3px; font-family: var(--display); font-size: 1.48rem; font-weight: 800; }
.plan-price-row em { align-self: flex-end; margin: 0 0 4px 6px; color: #d5ebff; font-size: .78rem; font-style: normal; font-weight: 800; line-height: 1; }
.plan-details-cue { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 12px; margin-top: 12px; padding: 12px 0 0; border: 0; border-top: 1px solid rgba(5,45,103,.09); background: transparent; color: #718198; cursor: pointer; font: inherit; font-size: .75rem; font-weight: 800; text-align: left; }
.plan-details-cue:hover, .plan-details-cue:focus-visible { color: var(--blue); }
.plan-details-cue b { display: grid; place-items: center; flex: 0 0 26px; width: 26px; height: 26px; border-radius: 50%; background: rgba(7,92,240,.08); color: var(--blue); font-family: var(--body); font-size: 1.05rem; line-height: 1; transition: transform .25s ease; }
.plan-card-turbo { border-color: rgba(0,176,240,.40); animation: turboCardPulse 3.4s ease-in-out infinite; }
.plan-card-turbo .plan-art-shell { background: radial-gradient(circle, rgba(0,211,255,.28), rgba(7,92,240,.08) 48%, transparent 70%); }
.plan-card-turbo .plan-art { animation: turboGlow 3.8s ease-in-out infinite; }
.plan-card-turbo .plan-tag { background: var(--navy); color: var(--cyan); }
.plan-card-turbo .plan-tag::after { content: ""; position: absolute; top: -70%; left: -48%; width: 34%; height: 240%; opacity: 0; background: linear-gradient(100deg, transparent, rgba(255,255,255,.95), transparent); pointer-events: none; transform: skewX(-22deg); }
.plan-card-turbo:hover .plan-tag::after { animation: turboTagSweep .62s ease-out; }
.plan-card-premium { border-color: rgba(207,157,28,.60); background: linear-gradient(155deg, #fff 0%, #fffdf5 52%, #fff4cf 100%); box-shadow: 0 22px 52px rgba(3,45,108,.15), 0 0 0 1px rgba(255,210,28,.16); }
.plan-card-premium:hover { border-color: rgba(224,169,24,.88); box-shadow: 0 32px 70px rgba(3,45,108,.20), 0 0 28px rgba(255,190,20,.22); }
.plan-card-premium .plan-art-shell { border: 1px solid rgba(221,166,20,.20); background: radial-gradient(circle, rgba(255,222,95,.32), rgba(7,92,240,.07) 54%, transparent 72%); }
.plan-card-premium .plan-name { color: #04275a; text-shadow: 0 2px 0 rgba(255,210,28,.28); }
.plan-card-premium .plan-tag { border: 1px solid rgba(255,210,28,.42); background: linear-gradient(135deg, #031f49, #0752ad); box-shadow: 0 7px 16px rgba(3,31,73,.18); color: #ffe66d; }
.plan-card-premium .plan-price { border-color: rgba(255,210,28,.58); background: linear-gradient(145deg, #021733, #063c83); box-shadow: inset 0 1px 0 rgba(255,255,255,.18), inset 0 -6px 14px rgba(0,15,42,.34), 0 12px 26px rgba(3,31,73,.24); }
.plan-card-premium .plan-price small { color: #ffe9a3; }
.plan-card-premium .plan-details-cue b { background: rgba(255,210,28,.22); color: #8a6100; }
.plan-card-flex { border-color: rgba(95,220,199,.48); background: linear-gradient(155deg, #fff 0%, #f4fffd 56%, #eafff8 100%); }
.plan-card-flex:hover { border-color: rgba(61,212,181,.82); box-shadow: 0 30px 68px rgba(24,142,124,.18), 0 0 30px rgba(108,255,224,.24); }
.plan-flex-shell { position: relative; overflow: hidden; background: radial-gradient(circle, rgba(126,255,224,.20), rgba(7,92,240,.07) 58%, transparent 72%); }
.plan-flex-art { position: relative; z-index: 1; display: grid; place-items: center; width: 100%; min-height: 205px; filter: drop-shadow(0 16px 20px rgba(2,43,111,.13)); }
.plan-flex-art img { position: relative; z-index: 2; width: auto; max-width: 100%; max-height: 235px; object-fit: contain; transition: transform .3s ease, filter .3s ease; }
.plan-card-flex:hover .plan-flex-art img { transform: scale(1.025); filter: drop-shadow(0 0 9px rgba(102,255,212,.32)); }
.flex-speed-arrows { position: absolute; z-index: 3; top: 5px; right: 5px; width: 76%; opacity: 0; fill: none; stroke: #8dffe3; stroke-width: 5; stroke-linecap: square; stroke-linejoin: bevel; filter: drop-shadow(0 0 4px rgba(63,255,214,.98)) drop-shadow(0 0 12px rgba(32,213,255,.62)); transform: translateY(24px) scale(.95); mix-blend-mode: screen; }
.flex-speed-arrows path { stroke-dasharray: 11 7; stroke-dashoffset: 0; }
.flex-speed-arrows path:nth-child(even) { stroke: #77eaff; }
.plan-card-flex:hover .flex-speed-arrows { animation: flexArrowsTechRise .5s linear 4; }
.plan-card-flex:hover .flex-speed-arrows path { animation: flexArrowDataFlow .25s linear 8; }
.plan-card-flex .plan-tag { background: #d9fff5; color: #075c64; }
.plan-dialog { width: min(570px, calc(100% - 28px)); max-width: none; max-height: min(84vh, 760px); padding: 0; overflow: auto; border: 0; border-radius: 26px; background: var(--white); box-shadow: 0 34px 90px rgba(0,22,57,.42); }
.plan-dialog::backdrop { background: rgba(3,31,73,.56); backdrop-filter: blur(9px); }
.plan-dialog-card { padding: 26px; }
.plan-dialog-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; }
.plan-dialog-heading .eyebrow { margin-bottom: 8px; }
.plan-dialog-heading h3 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(1.8rem, 4vw, 2.6rem); line-height: 1; letter-spacing: -.04em; }
.plan-dialog-close { display: grid; place-items: center; flex: 0 0 40px; width: 40px; height: 40px; padding: 0 0 4px; border: 0; border-radius: 13px; background: #edf6ff; color: var(--navy); cursor: pointer; font: inherit; font-size: 1.55rem; line-height: 1; }
.plan-dialog-list { display: grid; gap: 9px; margin: 22px 0 0; padding: 0; list-style: none; }
.plan-dialog-list li { position: relative; min-height: 44px; padding: 12px 14px 12px 42px; border: 1px solid rgba(7,92,240,.09); border-radius: 14px; background: #f6fbff; color: #334d6c; font-size: .84rem; font-weight: 750; line-height: 1.45; }
.plan-dialog-list li::before { content: "✓"; position: absolute; top: 11px; left: 13px; display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: rgba(0,207,255,.15); color: var(--blue); font-size: .72rem; font-weight: 950; }
.watch-channels { margin-top: 12px; }
.watch-channels-toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 12px 15px; border: 1px solid rgba(7,92,240,.12); border-radius: 14px; background: var(--white); color: var(--blue); cursor: pointer; font: inherit; font-size: .82rem; font-weight: 900; }
.watch-channels-toggle span { font-size: 1.15rem; transition: transform .2s ease; }
.watch-channels-toggle[aria-expanded="true"] span { transform: rotate(45deg); }
.watch-channels-content { margin-top: 8px; padding: 13px 15px; border-radius: 13px; background: var(--yellow-soft); }
.watch-channels-content p { margin: 0; color: #5c6878; font-size: .76rem; line-height: 1.5; }
.plan-dialog-whatsapp { width: 100%; min-height: 50px; margin-top: 20px; }
@keyframes turboTagSweep { 0% { left: -48%; opacity: 0; } 18% { opacity: .92; } 100% { left: 122%; opacity: 0; } }
@keyframes turboGlow { 0%, 100% { filter: drop-shadow(0 18px 20px rgba(2,43,111,.17)) drop-shadow(0 0 5px rgba(0,207,255,.22)); } 50% { filter: drop-shadow(0 20px 24px rgba(2,43,111,.20)) drop-shadow(0 0 15px rgba(0,207,255,.48)); } }
@keyframes turboCardPulse {
  0%, 100% { box-shadow: 0 20px 48px rgba(0,118,224,.14), 0 0 16px rgba(0,207,255,.15); }
  50% { box-shadow: 0 27px 58px rgba(0,118,224,.24), 0 0 38px rgba(0,207,255,.36), 0 0 0 2px rgba(0,207,255,.16); }
}
@keyframes flexArrowsTechRise {
  0% { opacity: 0; transform: translateY(25px) scale(.95); }
  18% { opacity: .98; }
  74% { opacity: .9; }
  100% { opacity: 0; transform: translateY(-18px) scale(1.03); }
}
@keyframes flexArrowDataFlow {
  to { stroke-dashoffset: -36; }
}
.limited-note { max-width: 920px; margin: 18px auto 0; color: #718198; font-size: .72rem; line-height: 1.5; text-align: center; }

.water-section { position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(135deg, #062f6e, #0769d7 60%, #04a5cf); color: var(--white); }
.water-section::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .12; background-image: linear-gradient(45deg, transparent 46%, #fff 47%, #fff 49%, transparent 50%); background-size: 30px 30px; }
.water-section::after { content: ""; position: absolute; z-index: -1; inset: 0 0 auto; height: 105px; background: linear-gradient(180deg, #fffaf0 0%, rgba(255,250,240,.58) 30%, transparent 100%); pointer-events: none; }
.water-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); }
.water-orb-one { width: 480px; height: 480px; right: -210px; top: -160px; background: rgba(255,255,255,.10); }
.water-orb-two { width: 330px; height: 330px; left: -140px; bottom: -190px; background: rgba(19,201,237,.27); }
.button-yellow { background: var(--yellow); color: var(--navy); box-shadow: 0 14px 30px rgba(255,201,40,.18); }
.water-heading { margin-bottom: 42px; }
.water-heading .eyebrow, .water-delivery .eyebrow { color: var(--yellow); }
.water-heading h2 { max-width: none; margin: 0; color: var(--white); white-space: nowrap; font-size: clamp(1.85rem, 3vw, 2.8rem); letter-spacing: -.045em; }
.water-products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.water-product { overflow: hidden; border: 1px solid rgba(255,255,255,.24); border-radius: 26px; background: rgba(255,255,255,.96); box-shadow: 0 24px 58px rgba(0,22,57,.22); color: var(--navy); transition: transform .28s ease, box-shadow .28s ease; }
.water-product:hover { transform: translateY(-7px); box-shadow: 0 32px 68px rgba(0,22,57,.30); }
.water-product figure { display: grid; place-items: center; min-height: 285px; margin: 0; padding: 18px; background: radial-gradient(circle, #effdff, #d8f5ff 58%, #c6eaff); }
.water-product figure img { width: 100%; height: 250px; object-fit: contain; filter: drop-shadow(0 18px 20px rgba(2,43,111,.14)); transition: transform .3s ease; }
.water-product:hover figure img { transform: scale(1.035); }
.water-product > div { padding: 22px; }
.water-product > div > span { color: var(--blue); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.water-product h3 { margin: 7px 0 18px; color: var(--navy); font-family: var(--display); font-size: 1.65rem; line-height: 1; }
.water-product a { display: flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 20px; border: 1px solid rgba(7,92,240,.15); border-radius: 14px; background: linear-gradient(135deg, var(--blue), #078ad9); box-shadow: 0 11px 22px rgba(7,92,240,.20); color: var(--white); font-size: .86rem; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.water-product a:hover { transform: translateY(-2px); box-shadow: 0 15px 28px rgba(7,92,240,.28); }
.water-promo-callout { position: relative; display: grid; grid-template-columns: 145px 1fr; align-items: center; gap: 28px; width: min(100%, 880px); min-height: 190px; margin: 26px auto 0; padding: 22px 32px; overflow: hidden; border: 1px solid rgba(255,229,74,.72); border-radius: 28px; background: linear-gradient(120deg, #fff9cf, #fff 47%, #dff8ff); box-shadow: 0 24px 58px rgba(0,22,57,.22); color: var(--navy); }
.water-promo-callout::before { content: ""; position: absolute; width: 260px; height: 260px; right: -95px; top: -125px; border-radius: 50%; background: rgba(255,210,38,.28); }
.water-promo-badge { position: relative; z-index: 1; width: 138px; height: 138px; object-fit: contain; filter: drop-shadow(0 12px 16px rgba(4,49,105,.18)); }
.water-promo-copy { position: relative; z-index: 1; }
.water-promo-copy h3 { max-width: 650px; margin: 0 0 9px; font-family: var(--display); font-size: clamp(1.7rem, 3vw, 2.65rem); line-height: 1; letter-spacing: -.04em; }
.water-promo-copy p { max-width: 690px; margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.5; }
.water-promo-copy a { display: inline-flex; align-items: center; gap: 9px; margin-top: 15px; color: var(--blue); font-size: .78rem; font-weight: 950; }
.water-promo-copy p .water-promo-registration { display: inline; margin: 0; padding: 0; font-size: inherit; text-decoration: underline; text-decoration-color: rgba(7,92,240,.35); text-underline-offset: 3px; }
.water-promo-copy a span { transition: transform .2s ease; }
.water-promo-copy a:hover span { transform: translateX(4px); }
.water-delivery { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; min-height: 390px; margin-top: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 30px; background: linear-gradient(135deg, rgba(3,31,73,.82), rgba(7,92,240,.60)); box-shadow: 0 28px 68px rgba(0,22,57,.24); }
.water-delivery-copy { padding: 42px; }
.water-delivery h3 { margin: 0; color: var(--white); font-family: var(--display); font-size: clamp(2rem, 3.7vw, 3.2rem); line-height: 1; letter-spacing: -.04em; }
.water-delivery-copy > p:not(.eyebrow) { margin: 18px 0 0; color: #d8efff; font-size: .95rem; line-height: 1.6; }
.water-delivery-copy > p.water-delivery-description { margin: 22px 0 34px; }
.water-service-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 22px 0; }
.water-service-tags span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.09); color: var(--white); font-size: .75rem; font-weight: 850; }
.water-distributor-map { align-self: center; width: min(calc(100% - 24px), 275px); margin: 24px auto; padding: 8px; border: 1px solid rgba(255,255,255,.26); border-radius: 22px; background: rgba(255,255,255,.97); box-shadow: 0 20px 42px rgba(0,22,57,.22); color: var(--navy); }
.water-distributor-map-label { display: flex; align-items: center; gap: 10px; padding: 7px 7px 12px; }
.water-distributor-map-label > span { color: var(--blue); font-size: 1rem; text-shadow: 0 0 12px rgba(7,92,240,.3); }
.water-distributor-map-label small, .water-distributor-map-label strong { display: block; }
.water-distributor-map-label small { margin-bottom: 2px; color: var(--blue); font-size: .61rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.water-distributor-map-label strong { font-size: .78rem; line-height: 1.2; }
.water-distributor-map iframe { display: block; width: 100%; height: auto; aspect-ratio: 1; border: 0; border-radius: 15px; }
.water-pickup { display: grid; grid-template-columns: 1fr minmax(360px, 410px); align-items: center; gap: 26px; margin-top: 24px; padding: 30px; border: 1px solid rgba(255,255,255,.48); border-radius: 30px; background: rgba(255,255,255,.96); box-shadow: 0 24px 58px rgba(0,22,57,.20); color: var(--navy); }
.water-pickup-copy { padding: 12px 18px; }
.water-pickup-saving { display: inline-flex; align-items: center; margin-bottom: 8px; padding: 8px 12px; border-radius: 999px; background: linear-gradient(135deg, #e4f8ff, #dfffe9); color: #087348; font-size: .72rem; font-weight: 950; letter-spacing: .06em; text-transform: uppercase; }
.water-pickup-copy h3 { max-width: 620px; margin: 5px 0 14px; font-family: var(--display); font-size: clamp(2rem, 3.5vw, 3.15rem); line-height: 1; letter-spacing: -.04em; }
.water-pickup-copy > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: .95rem; }
.water-pickup-hours { display: grid; width: fit-content; margin-top: 24px; padding: 17px 20px; border: 1px solid rgba(7,92,240,.13); border-radius: 17px; background: #eef7ff; }
.water-pickup-hours span { color: var(--blue); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.water-pickup-hours strong { margin-top: 4px; color: var(--navy); font-size: 1.05rem; }
.water-pickup-hours small { margin-top: 3px; color: var(--muted); font-size: .72rem; }
.water-pickup .water-distributor-map { justify-self: end; width: 100%; margin: 0; border-color: rgba(7,92,240,.12); background: var(--white); box-shadow: 0 18px 38px rgba(7,53,113,.15); }
.water-pickup .water-distributor-map iframe { aspect-ratio: 1.25; }
.water-delivery-visual { align-self: stretch; display: grid; place-items: center; margin: 0; padding: 25px 22px 12px; background: radial-gradient(circle, rgba(255,255,255,.19), transparent 68%); }
.water-delivery-route { position: relative; isolation: isolate; overflow: hidden; background: #bfe8ff; }
.water-delivery-route::before { content: ""; position: absolute; inset: -5%; z-index: -2; background-image: url("assets/rua-bloquetes-postes-v3.png"); background-repeat: no-repeat; background-position: center; background-size: cover; animation: deliveryRoadFlow 4.8s ease-in-out infinite alternate; will-change: transform; }
.water-delivery-route::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,45,99,.16), transparent 18%, transparent 82%, rgba(4,45,99,.16)); pointer-events: none; }
.water-delivery-visual img { width: 100%; max-height: 350px; object-fit: contain; filter: drop-shadow(0 24px 24px rgba(0,20,56,.28)); }
.delivery-tricycle { position: relative; z-index: 1; align-self: end; justify-self: center; width: 92%; margin-bottom: -8px; animation: deliveryTricycleDrive 2.2s ease-in-out infinite alternate; will-change: transform; }
.delivery-tricycle img { display: block; }
@keyframes deliveryTricycleDrive {
  from { transform: translateX(-3%); }
  to { transform: translateX(3%); }
}
@keyframes deliveryRoadFlow {
  from { transform: scale(1.07) translateX(3.5%); }
  to { transform: scale(1.07) translateX(-3.5%); }
}
@media (prefers-reduced-motion: reduce) {
  .water-delivery-route::before, .delivery-tricycle { animation: none; }
}

.local-section { background: linear-gradient(180deg, #04a5cf 0%, #dff5ff 95px, #f7fbff 190px); }
.local-heading { align-items: center; }
.local-heading h2 { max-width: 760px; }
.contact-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 22px; }
.map-card { position: relative; min-height: 500px; overflow: hidden; border: 8px solid var(--white); border-radius: var(--radius); background: #d9e7f4; box-shadow: var(--shadow); }
.map-card iframe { display: block; width: 100%; height: 100%; min-height: 500px; filter: saturate(.9) contrast(1.02); }
.local-map-label { position: absolute; z-index: 2; top: 18px; left: 18px; display: flex; align-items: center; gap: 11px; padding: 11px 15px; border: 1px solid rgba(7,92,240,.11); border-radius: 16px; background: rgba(255,255,255,.95); box-shadow: 0 14px 30px rgba(3,45,108,.17); backdrop-filter: blur(10px); }
.local-map-label > span { color: var(--blue); font-size: 1.08rem; text-shadow: 0 0 12px rgba(7,92,240,.28); }
.local-map-label small, .local-map-label strong { display: block; }
.local-map-label small { color: var(--blue); font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.local-map-label strong { color: var(--navy); font-size: .9rem; }
.local-map-card, .local-map-card iframe { min-height: 390px; }
.contact-card { display: flex; flex-direction: column; padding: 34px; border-radius: var(--radius); background: var(--navy); box-shadow: var(--shadow); color: var(--white); }
.contact-kicker { margin: 0; color: var(--cyan); font-size: .72rem; font-weight: 900; letter-spacing: .15em; }
.contact-card h3 { margin: 12px 0 24px; font-family: var(--display); font-size: 2.1rem; line-height: 1.08; letter-spacing: -.04em; }
.local-services-intro { margin: -10px 0 20px; color: #cfe6ff; font-size: .88rem; line-height: 1.55; }
.local-services-list { display: grid; gap: 8px; margin-bottom: 22px; }
.local-services-list span { position: relative; padding: 9px 11px 9px 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.06); color: #e6f5ff; font-size: .8rem; font-weight: 750; }
.local-services-list span::before { content: "✓"; position: absolute; left: 11px; color: var(--cyan); font-weight: 950; }
.contact-link { display: flex; align-items: center; gap: 13px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.14); }
.contact-symbol { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 13px; background: rgba(19,201,237,.16); color: var(--cyan); font-weight: 950; }
.contact-symbol-whatsapp { background: #25d366; color: var(--white); box-shadow: 0 8px 20px rgba(37,211,102,.22); }
.contact-symbol-whatsapp .whatsapp-icon { width: 24px; height: 24px; }
.contact-link > span:last-child { display: grid; min-width: 0; }
.contact-link small { color: #b7d0e8; font-size: .74rem; }
.contact-link strong { overflow-wrap: anywhere; font-size: .88rem; }
.contact-tip { display: flex; align-items: flex-start; gap: 13px; margin-top: auto; padding: 18px; border-radius: 18px; background: var(--yellow); color: var(--navy); }
.contact-tip > span { font-size: 1.5rem; }
.contact-tip p { display: grid; margin: 0; font-size: .78rem; line-height: 1.45; }
.contact-tip strong { font-size: .86rem; }

.careers-open { width: fit-content; padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; font-size: .86rem; text-align: left; }
.careers-open:hover { color: var(--cyan); }
.careers-dialog, .subscriber-dialog { padding: 0; border: 0; background: transparent; }
.careers-dialog::backdrop, .subscriber-dialog::backdrop { background: rgba(3,31,73,.68); backdrop-filter: blur(8px); }
.careers-dialog { width: min(510px, calc(100% - 24px)); }
.careers-dialog-card { position: relative; padding: 38px; border-radius: 26px; background: var(--white); box-shadow: 0 30px 80px rgba(0,20,55,.35); }
.careers-dialog-card h2 { margin: 0; color: var(--navy); font-family: var(--display); font-size: 2.3rem; line-height: 1; }
.careers-dialog-card > p:not(.eyebrow) { margin: 20px 0 8px; color: var(--muted); }
.careers-dialog-card > a { color: var(--blue); font-weight: 900; overflow-wrap: anywhere; }
.careers-close, .subscriber-close { display: grid; place-items: center; width: 40px; height: 40px; padding: 0 0 3px; border: 0; border-radius: 12px; background: var(--navy); color: var(--white); cursor: pointer; font: 400 1.6rem/1 var(--body); }
.careers-close { position: absolute; right: 18px; top: 18px; }

.subscriber-section { overflow: hidden; background: linear-gradient(180deg, #f7fbff, #edf8ff); }
.subscriber-card { position: relative; display: grid; grid-template-columns: 1fr .95fr; gap: 54px; padding: clamp(38px, 5vw, 64px); border-radius: 34px; background: linear-gradient(135deg, #043a8b, #0879dd 62%, #04b7d1); box-shadow: 0 30px 70px rgba(4,59,139,.22); color: var(--white); }
.subscriber-card::after { content: ""; position: absolute; width: 300px; height: 300px; right: -120px; top: -150px; border: 54px solid rgba(255,255,255,.11); border-radius: 50%; }
.subscriber-copy, .subscriber-features { position: relative; z-index: 1; }
.subscriber-copy h2 { max-width: 590px; margin: 0; font-size: clamp(2.55rem, 4.6vw, 4.25rem); }
.subscriber-copy > p:not(.eyebrow) { max-width: 580px; margin: 22px 0 0; color: #dcefff; }
.subscriber-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 28px; }
.subscriber-external { color: var(--white); font-size: .84rem; font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }
.subscriber-note { display: block; margin-top: 18px; color: #c6e5fa; font-size: .72rem; }
.subscriber-features { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-content: center; }
.subscriber-features article { display: grid; grid-template-columns: 42px 1fr; column-gap: 12px; align-items: center; padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.1); backdrop-filter: blur(10px); }
.subscriber-features article > span { grid-row: 1 / 3; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: rgba(255,210,28,.18); color: var(--yellow); font-size: 1.3rem; font-weight: 900; }
.subscriber-features strong { font-size: .9rem; }
.subscriber-features small { color: #d1eafb; font-size: .7rem; line-height: 1.35; }
.subscriber-dialog { width: min(1180px, calc(100% - 24px)); max-width: none; max-height: calc(100vh - 24px); }
.subscriber-dialog-card { padding: 16px; border-radius: 28px; background: #f6faff; box-shadow: 0 30px 90px rgba(0,20,55,.4); }
.subscriber-dialog-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 2px 2px 16px; }
.subscriber-dialog-heading .eyebrow { margin-bottom: 3px; }
.subscriber-dialog-heading h2 { margin: 0; color: var(--navy); font-family: var(--display); font-size: 2rem; line-height: 1; }
.subscriber-dialog-heading .subscriber-close { margin-left: auto; }
.subscriber-demo-badge { padding: 7px 11px; border: 1px solid #b8dbf5; border-radius: 999px; background: #e8f5ff; color: #0561a7; font-size: .68rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.subscriber-app { position: relative; height: min(75vh, 720px); min-height: 570px; overflow: hidden; border: 1px solid #d9e6f3; border-radius: 20px; background: #fff; color: #17324d; }
.subscriber-login-view { display: grid; grid-template-columns: 1.08fr .92fr; height: 100%; background: linear-gradient(118deg, #053a84 0 49%, #fff 49.1%); }
.subscriber-login-brand { position: absolute; top: 24px; left: 30px; z-index: 2; display: flex; align-items: center; gap: 12px; color: #fff; font-weight: 900; }
.subscriber-login-brand img { width: 145px; height: 46px; object-fit: contain; filter: brightness(0) invert(1); }
.subscriber-login-brand span { padding-left: 12px; border-left: 1px solid rgba(255,255,255,.35); }
.subscriber-login-copy { align-self: center; max-width: 470px; padding: 90px 60px 48px; color: #fff; }
.subscriber-login-mark { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 22px; border-radius: 18px; background: linear-gradient(135deg,#ffdd3d,#ffb500); box-shadow: 0 14px 35px rgba(255,196,0,.3); color: #063875; font-size: 1.6rem; font-weight: 900; }
.subscriber-login-copy h3 { max-width: 420px; margin: 0; font: 800 clamp(2.2rem,4vw,3.6rem)/.98 var(--display); }
.subscriber-login-copy p { max-width: 430px; margin: 18px 0; color: #d8ecff; }
.subscriber-login-copy ul { display: grid; gap: 9px; margin: 24px 0 0; padding: 0; list-style: none; font-size: .82rem; font-weight: 800; }
.subscriber-login-copy li::before { content: "✓"; margin-right: 9px; color: #ffd51c; }
.subscriber-login-form { align-self: center; width: min(390px, calc(100% - 50px)); margin-inline: auto; }
.subscriber-login-form h3 { margin: 2px 0 4px; color: var(--navy); font: 800 2.25rem/1 var(--display); }
.subscriber-login-form > div > p:not(.eyebrow) { margin: 0 0 25px; color: var(--muted); font-size: .82rem; }
.subscriber-login-form label { display: grid; gap: 7px; margin-top: 16px; color: #294762; font-size: .76rem; font-weight: 900; }
.subscriber-login-form input { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid #cdddea; border-radius: 12px; outline: 0; background: #f9fcff; color: var(--navy); font: 700 .88rem var(--body); }
.subscriber-login-form input:focus { border-color: #0781df; box-shadow: 0 0 0 4px rgba(7,129,223,.12); }
.subscriber-password-field { position: relative; display: block; }
.subscriber-password-field input { padding-right: 78px; }
.subscriber-password-toggle { position: absolute; top: 50%; right: 9px; transform: translateY(-50%); padding: 7px; border: 0; background: transparent; color: var(--blue); cursor: pointer; font: 900 .68rem var(--body); }
.subscriber-login-submit { width: 100%; margin-top: 22px; border: 0; background: linear-gradient(135deg,#0568bd,#058bdc); color: #fff; box-shadow: 0 13px 28px rgba(5,104,189,.2); }
.subscriber-login-form > small { display: block; margin-top: 13px; color: #778b9f; font-size: .66rem; line-height: 1.45; text-align: center; }
.subscriber-dashboard-view { display: grid; grid-template-columns: 220px 1fr; height: 100%; background: #f4f8fc; }
.subscriber-sidebar { display: flex; flex-direction: column; padding: 24px 16px; background: linear-gradient(180deg,#053c87,#032b64); color: #fff; }
.subscriber-sidebar-brand { display: grid; justify-items: center; gap: 4px; padding-bottom: 23px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.subscriber-sidebar-brand img { width: 155px; height: 48px; object-fit: contain; filter: brightness(0) invert(1); }
.subscriber-sidebar nav { display: grid; gap: 7px; margin-top: 24px; }
.subscriber-sidebar nav button, .subscriber-demo-logout { display: flex; align-items: center; gap: 11px; min-height: 45px; padding: 0 14px; border: 0; border-radius: 12px; background: transparent; color: #dcecff; cursor: pointer; font: 800 .76rem var(--body); text-align: left; }
.subscriber-sidebar nav button span, .subscriber-demo-logout span { width: 20px; color: #ffd21d; font-size: 1.05rem; text-align: center; }
.subscriber-sidebar nav button:hover, .subscriber-sidebar nav button.is-active { background: rgba(255,255,255,.13); color: #fff; }
.subscriber-demo-logout { margin-top: auto; }
.subscriber-dashboard-main { min-width: 0; overflow-y: auto; }
.subscriber-dashboard-topbar { display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 0 30px; border-bottom: 1px solid #dce7f1; background: #fff; }
.subscriber-dashboard-topbar div { display: grid; }
.subscriber-dashboard-topbar small { color: #7890a4; font-size: .67rem; }
.subscriber-dashboard-topbar strong { color: var(--navy); font-size: .9rem; }
.subscriber-connection-status { display: flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: #e9f9ef; color: #14733b; font-size: .67rem; font-weight: 900; }
.subscriber-connection-status i { width: 8px; height: 8px; border-radius: 50%; background: #20b864; box-shadow: 0 0 0 4px rgba(32,184,100,.13); }
.subscriber-tab-panel { padding: 28px 30px 35px; }
.subscriber-dashboard-welcome { display: flex; align-items: center; justify-content: space-between; padding: 22px 26px; overflow: hidden; border-radius: 20px; background: linear-gradient(120deg,#0575c9,#05a9cf); color: #fff; box-shadow: 0 16px 35px rgba(5,117,201,.16); }
.subscriber-dashboard-welcome small, .subscriber-panel-title small { color: #caefff; font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.subscriber-dashboard-welcome h3, .subscriber-panel-title h3 { margin: 2px 0 3px; font: 800 1.7rem/1 var(--display); }
.subscriber-dashboard-welcome p { margin: 0; color: #ddf4ff; font-size: .76rem; }
.subscriber-dashboard-welcome > span { color: #ffdc2e; font-size: 4.7rem; line-height: .8; filter: drop-shadow(0 8px 12px rgba(0,0,0,.08)); }
.subscriber-summary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 17px; }
.subscriber-summary-grid article { position: relative; min-height: 152px; padding: 22px; overflow: hidden; border: 1px solid #dce8f2; border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(14,54,90,.06); }
.subscriber-summary-grid article > span, .subscriber-summary-grid article > small { display: block; color: #768da1; font-size: .68rem; }
.subscriber-summary-grid article > strong { display: block; margin: 5px 0 2px; color: var(--navy); font: 800 1.35rem var(--display); }
.subscriber-plan-summary > div { position: absolute; right: 19px; bottom: 12px; display: flex; align-items: baseline; color: #0877c8; }
.subscriber-plan-summary > div b { font: 900 3.4rem/1 var(--display); }
.subscriber-plan-summary > div em { font-size: .7rem; font-style: normal; font-weight: 900; }
.subscriber-invoice-actions { display: flex; gap: 8px; margin-top: 17px; }
.subscriber-invoice-actions button, .subscriber-bill-buttons button { min-height: 34px; padding: 0 13px; border: 1px solid #bad9ed; border-radius: 9px; background: #eef8ff; color: #0568ae; cursor: pointer; font: 900 .68rem var(--body); }
.subscriber-invoice-actions button:first-child, .subscriber-bill-buttons button:first-child { border-color: #0578c6; background: #0578c6; color: #fff; }
.subscriber-section-label { margin: 24px 0 11px; color: var(--navy); font-size: .79rem; }
.subscriber-quick-grid, .subscriber-support-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.subscriber-quick-grid button, .subscriber-support-grid button, .subscriber-support-grid a { display: grid; justify-items: start; min-height: 104px; padding: 16px; border: 1px solid #dae7f1; border-radius: 15px; background: #fff; color: inherit; cursor: pointer; text-align: left; text-decoration: none; }
.subscriber-quick-grid span, .subscriber-support-grid span { color: #0877c8; font-size: 1.35rem; }
.subscriber-quick-grid b, .subscriber-support-grid b { margin-top: 5px; color: var(--navy); font-size: .76rem; }
.subscriber-quick-grid small, .subscriber-support-grid small { color: #71899d; font-size: .64rem; }
.subscriber-panel-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.subscriber-panel-title small { color: #1682c7; }
.subscriber-panel-title h3 { color: var(--navy); font-size: 2rem; }
.subscriber-panel-title > span:not(.subscriber-connection-status) { padding: 7px 11px; border-radius: 999px; background: #fff3ce; color: #8b6100; font-size: .66rem; font-weight: 900; }
.subscriber-bill-card { display: grid; grid-template-columns: 1.4fr .65fr auto; align-items: center; gap: 22px; margin-bottom: 12px; padding: 20px; border: 1px solid #dce7ef; border-radius: 16px; background: #fff; box-shadow: 0 8px 22px rgba(15,51,84,.05); }
.subscriber-bill-card > div { display: grid; gap: 3px; }
.subscriber-bill-card small { color: #758b9f; font-size: .65rem; }
.subscriber-bill-card strong { color: var(--navy); font-size: .83rem; }
.subscriber-bill-status { width: fit-content; margin-bottom: 6px; padding: 5px 9px; border-radius: 999px; background: #fff0ca; color: #805a00; font-size: .6rem; font-weight: 900; text-transform: uppercase; }
.subscriber-bill-card.is-paid .subscriber-bill-status { background: #e8f8ee; color: #14733b; }
.subscriber-bill-buttons { display: flex !important; gap: 7px !important; }
.subscriber-paid-check { color: #148648; font-size: .72rem; font-weight: 900; }
.subscriber-service-card { display: grid; grid-template-columns: 190px 1fr; gap: 28px; padding: 27px; border: 1px solid #dce8f2; border-radius: 20px; background: #fff; }
.subscriber-service-speed { display: grid; place-items: center; align-content: center; min-height: 190px; border-radius: 18px; background: linear-gradient(145deg,#064aa0,#079ed1); color: #fff; }
.subscriber-service-speed b { font: 900 4.5rem/.8 var(--display); }
.subscriber-service-speed span { color: #ffda28; font-weight: 900; letter-spacing: .13em; }
.subscriber-service-card > div:nth-child(2) > small { color: #1682c7; font-size: .66rem; font-weight: 900; text-transform: uppercase; }
.subscriber-service-card h4 { margin: 4px 0; color: var(--navy); font: 800 1.8rem var(--display); }
.subscriber-service-card p { margin: 0 0 20px; color: #6e8497; font-size: .76rem; }
.subscriber-service-card dl { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 0; }
.subscriber-service-card dl div { padding: 12px; border-radius: 11px; background: #f3f8fc; }
.subscriber-service-card dt { color: #7b90a1; font-size: .6rem; }
.subscriber-service-card dd { margin: 3px 0 0; color: var(--navy); font-size: .73rem; font-weight: 900; }
.subscriber-demo-toast { position: absolute; right: 20px; bottom: 20px; z-index: 5; max-width: 330px; padding: 13px 17px; border-radius: 12px; background: #073b84; box-shadow: 0 12px 30px rgba(0,31,76,.24); color: #fff; font-size: .73rem; font-weight: 800; opacity: 0; pointer-events: none; transform: translateY(12px); transition: .25s ease; }
.subscriber-demo-toast.is-visible { opacity: 1; transform: translateY(0); }

.final-socials { display: flex; align-items: center; gap: 10px; }
.final-social-link { display: block; color: var(--white); transition: transform .2s ease; }
.final-social-link:hover { transform: translateY(-2px); }
.final-social-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.22); border-radius: 13px; background: rgba(255,255,255,.08); box-shadow: 0 10px 22px rgba(0,12,41,.2); color: var(--white); }
.final-social-icon svg { width: 21px; height: 21px; fill: currentColor; }
.final-social-icon rect, .final-social-icon circle { fill: none; stroke: currentColor; stroke-width: 1.9; }
.final-social-icon .social-icon-dot { fill: currentColor; stroke: none; }

.site-footer { padding: 70px 0 24px; background: var(--navy-deep); color: #c8d8eb; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .55fr .75fr .55fr; gap: 48px; }
.footer-brand img { width: 270px; height: 82px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); opacity: .98; }
.footer-brand p { max-width: 480px; margin: 18px 0 0; color: #98afc9; font-size: .9rem; }
.footer-grid h2 { margin: 0 0 16px; color: var(--white); font-family: var(--body); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a { font-size: .86rem; }
.footer-grid a:hover { color: var(--cyan); }
.footer-social-block .final-socials { flex-direction: row; gap: 10px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.10); color: #7993b0; font-size: .76rem; }
.footer-bottom p { margin: 0; }

.whatsapp-float { position: fixed; z-index: 85; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; min-height: 54px; padding: 7px 16px 7px 7px; border: 2px solid rgba(255,255,255,.9); border-radius: 999px; background: #25d366; box-shadow: 0 16px 35px rgba(8,77,35,.28); color: var(--white); transition: transform .22s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.02); }
.whatsapp-float span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--white); color: #25d366; }
.whatsapp-float .whatsapp-icon { width: 23px; height: 23px; }
.whatsapp-float strong { font-size: .84rem; }

.promo-hero {
  position: relative;
  isolation: isolate;
  min-height: 730px;
  overflow: hidden;
  background:
    radial-gradient(circle at 13% 18%, rgba(255, 223, 70, .62), transparent 22%),
    linear-gradient(125deg, #034dbf 0%, #0579e9 48%, #00b4dc 100%);
  color: var(--white);
}
.promo-hero::after { content: ""; position: absolute; z-index: 0; right: 0; bottom: 0; left: 0; height: 115px; background: linear-gradient(180deg, transparent, rgba(255,255,255,.36) 58%, var(--white)); pointer-events: none; }
.promo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .18;
  background-image: radial-gradient(circle at 2px 2px, #fff 1.3px, transparent 1.4px);
  background-size: 30px 30px;
  mask-image: linear-gradient(110deg, black, transparent 72%);
}
.promo-glow { position: absolute; z-index: -1; border-radius: 50%; }
.promo-glow-one { width: 540px; height: 540px; right: -220px; top: -220px; border: 90px solid rgba(255,255,255,.12); }
.promo-glow-two { display: none; }
.promo-hero-grid { position: relative; z-index: 1; min-height: 730px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 38px; padding: 52px clamp(8px, 1.5vw, 20px) 92px; }
.promo-hero-copy { position: relative; z-index: 3; isolation: isolate; }
.promo-hero-copy::before, .promo-hero-copy::after { content: ""; position: absolute; z-index: -1; left: min(250px, 45%); top: 116px; border-radius: 50%; pointer-events: none; transform: translate(-50%, -50%); }
.promo-hero-copy::before { width: min(560px, 94%); height: 330px; background: radial-gradient(ellipse, rgba(255,223,55,.72) 0%, rgba(255,199,19,.38) 38%, rgba(255,202,20,.12) 62%, transparent 76%); filter: blur(24px); }
.promo-hero-copy::after { width: min(410px, 76%); height: 235px; background: radial-gradient(ellipse, rgba(255,244,164,.34), rgba(255,209,31,.16) 48%, transparent 72%); filter: blur(9px); }
.campaign-logo { width: min(500px, 90%); max-height: 280px; object-fit: contain; object-position: left center; margin-bottom: 16px; filter: drop-shadow(0 20px 32px rgba(0,31,100,.32)); animation: campaignLogoGlow 3.8s ease-in-out infinite; }
.promo-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; color: #d7f8ff; font-size: .78rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.promo-kicker span { width: 30px; height: 4px; border-radius: 99px; background: var(--yellow); }
.promo-hero h1 { max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(3.4rem, 6.7vw, 6.2rem); line-height: .9; letter-spacing: -.065em; text-wrap: balance; }
.promo-hero h1 em { display: inline-block; color: var(--yellow); font-style: normal; text-shadow: 0 5px 0 rgba(4,45,116,.3); }
.promo-hero h1.promo-headline { font-size: clamp(2.65rem, 4.8vw, 4.65rem); line-height: .94; letter-spacing: -.052em; }
.promo-headline em { filter: drop-shadow(0 0 13px rgba(255,214,27,.3)); animation: premiumScooterGlow 2.6s ease-in-out infinite; }
.promo-headline strong { display: inline-block; padding: .02em .16em .06em; border: 2px solid rgba(255,255,255,.48); border-radius: .22em; background: linear-gradient(135deg, rgba(255,255,255,.22), rgba(255,214,27,.18)); box-shadow: 0 8px 24px rgba(0,35,112,.22), inset 0 1px 0 rgba(255,255,255,.32); color: var(--white); font: inherit; letter-spacing: -.04em; text-shadow: 0 3px 0 rgba(3,42,111,.34), 0 0 18px rgba(255,255,255,.26); transform: rotate(-1deg); }
@keyframes campaignLogoGlow {
  0%, 100% { filter: drop-shadow(0 20px 32px rgba(0,31,100,.32)) drop-shadow(0 0 12px rgba(255,224,78,.28)); }
  50% { filter: drop-shadow(0 22px 34px rgba(0,31,100,.34)) drop-shadow(0 0 27px rgba(255,232,91,.58)); }
}
@keyframes premiumScooterGlow {
  0%, 100% { color: #ffd91e; text-shadow: 0 5px 0 rgba(4,45,116,.3), 0 0 9px rgba(255,197,17,.42); filter: drop-shadow(0 0 7px rgba(255,208,29,.28)); }
  50% { color: #fff09a; text-shadow: 0 5px 0 rgba(4,45,116,.28), 0 0 16px rgba(255,210,27,.82), 0 0 30px rgba(255,170,0,.38); filter: drop-shadow(0 0 14px rgba(255,218,54,.62)); }
}
@media (prefers-reduced-motion: reduce) {
  .campaign-logo, .promo-headline em { animation: none; }
}
.promo-hero-lead { max-width: 650px; margin: 24px 0 0; color: #e5f7ff; font-size: 1.08rem; line-height: 1.65; }
.promo-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.button-prize { background: linear-gradient(135deg, var(--yellow), #ffae16); color: var(--navy-deep); box-shadow: 0 15px 32px rgba(255,175,18,.26); }
.button-prize:hover { box-shadow: 0 20px 40px rgba(255,175,18,.34); }
.promo-date-row { display: flex; gap: 12px; margin-top: 30px; }
.promo-date-row > div { display: grid; min-width: 150px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 14px; background: rgba(2,49,127,.28); backdrop-filter: blur(10px); }
.promo-date-row small { color: #c3eaff; font-size: .7rem; text-transform: uppercase; }
.promo-date-row strong { color: var(--white); font-size: .95rem; }
.scooter-stage { position: relative; isolation: isolate; align-self: stretch; min-height: 650px; display: grid; place-items: end center; }
.scooter-stage::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 4% -3% 2%;
  border: 2px solid rgba(255,255,255,.28);
  border-radius: 110px 42px 92px 38px;
  background:
    linear-gradient(145deg, rgba(3,69,174,.56), rgba(0,177,220,.30)),
    url("assets/3149ee24-19be-4926-ba8e-935de200d2d3.png") center / cover no-repeat;
  box-shadow: inset 0 0 90px rgba(3,45,103,.30), 0 30px 70px rgba(1,29,82,.18);
  opacity: .72;
}
.prize-sun { position: absolute; z-index: -1; top: 9%; left: 9%; width: 460px; height: 460px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 22px rgba(255,255,255,.10), 0 0 0 50px rgba(255,255,255,.06); }
.prize-emblem { position: absolute; z-index: 6; top: -1%; right: clamp(0px, 1vw, 16px); width: clamp(132px, 16vw, 190px); aspect-ratio: 1; pointer-events: none; filter: drop-shadow(0 16px 18px rgba(40,23,0,.3)); }
.prize-emblem img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: contain; }
.prize-emblem-medal { z-index: 2; clip-path: inset(0 0 40% 0); }
.prize-emblem-ribbons { z-index: 1; clip-path: inset(55% 0 0 0); }
.prize-emblem-shine { position: absolute; z-index: 3; top: 2%; left: 14%; width: 72%; height: 57%; overflow: hidden; border-radius: 50%; }
.prize-emblem-shine::after { content: ""; position: absolute; inset: -18% auto -18% -45%; width: 24%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), rgba(255,255,255,.88), rgba(255,244,171,.35), transparent); filter: blur(1px); transform: skewX(-18deg); animation: prizeGoldSweep 5.8s ease-in-out infinite; }
.scooter-image { position: relative; z-index: 2; width: min(100%, 580px); max-height: 660px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 32px 30px rgba(1,29,82,.38)); animation: scooterFloat 5s ease-in-out infinite; }
.winner-badge { position: absolute; z-index: 4; top: 11%; right: 1%; display: flex; align-items: center; gap: 8px; width: 126px; min-height: 78px; padding: 11px 13px; border: 5px solid rgba(255,255,255,.86); border-radius: 22px; background: var(--navy-deep); box-shadow: 0 18px 38px rgba(1,24,68,.28); transform: rotate(7deg); }
.winner-badge strong { color: var(--yellow); font-family: var(--display); font-size: 2.7rem; line-height: .8; }
.winner-badge span { font-size: .7rem; font-weight: 900; line-height: 1.15; text-transform: uppercase; }
.scooter-caption { position: absolute; z-index: 5; left: 0; bottom: 5%; display: grid; margin: 0; padding: 11px 15px; border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: 0 15px 35px rgba(1,29,82,.22); color: var(--navy); }
.scooter-caption strong { font-size: .83rem; }
.scooter-caption span { color: #61708a; font-size: .62rem; }
@keyframes scooterFloat { 0%, 100% { transform: translateY(0) rotate(-.5deg); } 50% { transform: translateY(-12px) rotate(.7deg); } }
@keyframes prizeGoldSweep {
  0%, 64% { left: -45%; opacity: 0; }
  68% { opacity: .35; }
  80% { left: 122%; opacity: .9; }
  84%, 100% { left: 122%; opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .prize-emblem-shine::after { animation: none; }
}

.campaign-section { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #effaff 62%, #fffaf0 100%); }
.campaign-section::before { content: ""; position: absolute; top: 100px; left: -150px; width: 310px; height: 310px; border: 55px solid rgba(0,207,255,.08); border-radius: 50%; }
.campaign-heading { max-width: 850px; margin: 0 auto 50px; text-align: center; }
.campaign-heading h2 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(2.7rem, 5.2vw, 4.8rem); line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.campaign-heading > p:last-child { max-width: 690px; margin: 22px auto 0; color: var(--muted); font-size: 1.05rem; }
.campaign-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 28px; }
.campaign-poster { position: sticky; top: 104px; margin: 0; overflow: hidden; border: 8px solid var(--white); border-radius: 30px; background: var(--white); box-shadow: 0 28px 68px rgba(3,45,108,.18); transform: rotate(-1.5deg); }
.campaign-poster img { width: 100%; height: auto; }
.campaign-details { padding: 30px; border: 1px solid rgba(7,92,240,.11); border-radius: 30px; background: rgba(255,255,255,.94); box-shadow: 0 24px 58px rgba(3,45,108,.10); }
.prize-callout { display: flex; align-items: center; gap: 16px; padding: 21px; border-radius: 22px; background: linear-gradient(135deg, var(--navy-deep), #0658c7); color: var(--white); }
.prize-mark { display: grid; place-items: center; flex: 0 0 58px; width: 58px; height: 58px; border-radius: 18px; background: var(--yellow); box-shadow: inset 0 -5px 0 rgba(255,151,0,.2); color: var(--navy); font-size: 1.6rem; }
.prize-callout p { margin: 0; color: #8eefff; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.prize-callout h3 { margin: 2px 0; font-family: var(--display); font-size: 2rem; line-height: 1; letter-spacing: -.04em; }
.prize-callout span { color: #d5ebff; font-size: .78rem; }
.detail-title { margin: 28px 0 15px; color: var(--navy); font-family: var(--display); font-size: 1.5rem; letter-spacing: -.03em; }
.coupon-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.coupon-card { display: flex; align-items: flex-start; gap: 13px; padding: 18px; border: 1px solid rgba(7,92,240,.12); border-radius: 18px; background: #f6fbff; }
.coupon-card svg { flex: 0 0 43px; width: 43px; height: 43px; padding: 9px; border-radius: 13px; background: var(--cyan); fill: none; stroke: var(--navy); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.coupon-card strong { display: block; color: var(--navy); font-size: .88rem; }
.coupon-card p { margin: 5px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.coupon-card b { color: var(--blue); }
.campaign-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 18px; overflow: hidden; border: 1px solid var(--border); border-radius: 18px; background: var(--border); }
.campaign-facts div { display: grid; padding: 14px 16px; background: var(--white); }
.campaign-facts small { color: #718198; font-size: .7rem; text-transform: uppercase; }
.campaign-facts strong { color: var(--navy); font-size: .82rem; }
.campaign-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 20px; margin-top: 22px; }
.regulation-link { color: var(--blue); font-size: .85rem; font-weight: 900; }
.campaign-legal { margin: 17px 0 0; color: #75849a; font-size: .68rem; line-height: 1.5; }

.registration-open, .registration-close { font: inherit; cursor: pointer; }
.registration-launch { scroll-margin-top: 100px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; margin-top: 48px; padding: 25px 28px; border: 1px solid rgba(7,92,240,.12); border-radius: 26px; background: rgba(255,255,255,.96); box-shadow: 0 22px 54px rgba(3,45,108,.11); }
.registration-launch h3 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(1.8rem, 3.2vw, 2.7rem); line-height: 1; letter-spacing: -.045em; }
.registration-launch > div > p:last-child { margin: 10px 0 0; color: var(--muted); font-size: .88rem; }
.registration-dialog { width: min(980px, calc(100% - 32px)); max-width: none; height: min(92vh, 960px); max-height: none; padding: 0; overflow: hidden; border: 0; border-radius: 28px; background: var(--white); box-shadow: 0 34px 90px rgba(0,22,57,.38); }
.registration-dialog::backdrop { background: rgba(3,31,73,.68); backdrop-filter: blur(5px); }
.registration-dialog-card { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; gap: 14px; height: 100%; padding: 22px; }
.registration-dialog-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.registration-dialog-heading h3 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1; letter-spacing: -.04em; }
.registration-dialog-actions { display: flex; align-items: center; gap: 14px; }
.registration-external { flex: 0 0 auto; color: var(--blue); font-size: .84rem; font-weight: 900; }
.registration-close { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; padding: 0 0 4px; border: 0; border-radius: 13px; background: var(--navy); color: var(--white); font-size: 1.65rem; line-height: 1; }
.form-frame { min-height: 0; overflow: hidden; border: 1px solid rgba(7,92,240,.12); border-radius: 20px; background: #f3f8fc; }
.form-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.registration-help { margin: 0; color: #718198; font-size: .72rem; text-align: center; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.plans-grid .reveal:nth-child(2) { transition-delay: .08s; }
.plans-grid .reveal:nth-child(3) { transition-delay: .16s; }
.plans-grid .reveal:nth-child(4) { transition-delay: .24s; }
.plans-grid .reveal:nth-child(5) { transition-delay: .32s; }
.plans-grid .reveal:nth-child(6) { transition-delay: .40s; }
.plans-grid .reveal:nth-child(7) { transition-delay: .48s; }

@media (max-width: 1080px) {
  .header-cta { display: none; }
  .header-client-link { margin-left: auto; }
  .site-nav { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr .72fr; gap: 45px; }
  .water-heading { gap: 45px; }
  .contact-grid { grid-template-columns: 1.18fr .82fr; }
  .promo-video-grid { grid-template-columns: .72fr 1.28fr; gap: 35px; }
  .promo-hero-grid { grid-template-columns: 1fr .9fr; }
  .scooter-stage { min-height: 600px; }
  .prize-sun { left: 0; width: 410px; height: 410px; }
  .campaign-layout { grid-template-columns: .72fr 1.28fr; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 30px, 680px); }
  .section-heading-plans h2 { white-space: normal; text-wrap: balance; }
  .plans-carousel { margin-inline: 0; padding-inline: 38px; }
  .plans-grid { cursor: grab; scroll-snap-type: x proximity; }
  .plans-grid:active { cursor: grabbing; }
  .plans-prev { left: 0; }
  .plans-next { right: 0; }
  .plans-grid { grid-template-columns: repeat(7, calc((100% - 18px) / 2)); }
  .header-inner { min-height: 72px; }
  .brand { width: 190px; }
  .brand img { height: 54px; }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .site-nav { position: absolute; left: 15px; right: 15px; top: calc(100% + 8px); display: grid; gap: 0; padding: 12px; border: 1px solid var(--border); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav a { padding: 12px; }
  .site-nav a::after { display: none; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 55px; padding-block: 62px 110px; }
  .hero-copy { text-align: center; }
  .hero h1, .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-points { justify-content: center; }
  .hero-visual { width: min(85%, 430px); margin-inline: auto; }
  .signal-pill { left: -10%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid p + p { border-top: 1px solid var(--border); border-left: 0; }
  .section { padding-block: 84px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .promo-video-grid { grid-template-columns: 1fr; }
  .promo-video-modal-grid { grid-template-columns: 1fr; }
  .promo-video-dialog { max-height: 94vh; overflow-y: auto; }
  .promo-video-copy { max-width: 650px; text-align: center; margin-inline: auto; }
  .promo-video-copy .button { width: min(100%, 320px); }
  .water-heading { grid-template-columns: 1fr; gap: 16px; }
  .water-heading h2 { white-space: normal; text-wrap: balance; }
  .water-products-grid { grid-template-columns: 1fr; }
  .water-promo-callout { grid-template-columns: 112px 1fr; }
  .water-promo-badge { width: 110px; height: 110px; }
  .water-product { display: grid; grid-template-columns: .78fr 1.22fr; }
  .water-product figure { min-height: 100%; }
  .water-product figure img { height: 230px; }
  .water-product p { min-height: 0; }
  .water-delivery { grid-template-columns: 1fr; }
  .water-pickup { grid-template-columns: 1fr; }
  .water-pickup .water-distributor-map { width: min(100%, 380px); margin-inline: auto; }
  .water-distributor-map { width: min(calc(100% - 44px), 285px); }
  .water-delivery-visual { min-height: 300px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { min-height: 470px; }
  .subscriber-card { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid { grid-template-columns: 1.25fr .75fr; gap: 50px; }
  .footer-brand { grid-column: 1 / -1; }
  .promo-hero-grid { grid-template-columns: 1fr; gap: 25px; padding-top: 45px; }
  .promo-hero-copy { text-align: center; }
  .campaign-logo { margin-inline: auto; object-position: center; }
  .promo-hero-copy::before, .promo-hero-copy::after { left: 50%; top: 120px; }
  .promo-kicker, .promo-hero-actions, .promo-date-row { justify-content: center; }
  .promo-hero-lead { margin-inline: auto; }
  .scooter-stage { width: min(100%, 600px); min-height: 580px; margin-inline: auto; }
  .prize-sun { left: 50%; transform: translateX(-50%); }
  .campaign-layout { grid-template-columns: 1fr; }
  .campaign-poster { position: relative; top: auto; width: min(100%, 480px); margin-inline: auto; }
  .offers-heading { grid-template-columns: 1fr; gap: 14px; }
  .registration-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
}

@media (max-width: 580px) {
  .container { width: min(100% - 24px, 480px); }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-points { align-items: stretch; gap: 10px; }
  .hero-points li { width: calc(50% - 5px); min-height: 62px; padding: 8px; border-radius: 14px; background: rgba(255,255,255,.06); text-align: left; }
  .hero-points li:last-child { width: 100%; }
  .hero-visual { width: 89%; }
  .sun-badge { right: -15px; width: 78px; height: 78px; border-width: 6px; }
  .signal-pill { left: -5%; bottom: 7%; }
  .plans-grid { grid-template-columns: repeat(7, calc(100% - 6px)); }
  .plan-summary { padding: 20px 18px 22px; }
  .plan-art-shell { min-height: 270px; padding-inline: 8px; }
  .plan-art { max-height: 290px; }
  .plan-dialog { width: calc(100% - 18px); max-height: 90vh; border-radius: 21px; }
  .plan-dialog-card { padding: 20px 16px; }
  .plan-dialog-list li { font-size: .8rem; }
  .water-product { grid-template-columns: 1fr; }
  .water-product figure { min-height: 265px; }
  .water-product figure img { height: 235px; }
  .water-promo-callout { grid-template-columns: 1fr; gap: 12px; padding: 24px 20px; text-align: center; }
  .water-promo-badge { justify-self: center; }
  .water-promo-copy p { margin-inline: auto; }
  .water-delivery-copy { padding: 30px 22px; }
  .water-pickup { gap: 22px; padding: 22px; }
  .water-pickup-copy { padding: 4px 0; }
  .water-delivery-visual { min-height: 230px; padding: 12px; }
  .map-card, .map-card iframe { min-height: 410px; }
  .local-map-card, .local-map-card iframe { min-height: 340px; }
  .contact-card { min-height: 450px; padding: 28px 22px; }
  .contact-card h3 { font-size: 1.85rem; }
  .promo-video-section { padding-block: 68px; }
  .promo-video-grid { gap: 40px; }
  .promo-video-frame { padding: 6px; border-radius: 22px; }
  .promo-video-frame video { border-radius: 16px; }
  .video-label { right: 12px; }
  .promo-video-dialog { width: calc(100% - 16px); max-height: 94vh; overflow-y: auto; border-radius: 20px; }
  .promo-video-dialog-card { padding: 20px 14px 16px; }
  .promo-video-close { top: 8px; right: 8px; width: 40px; height: 40px; border: 0; border-radius: 13px; }
  .promo-video-modal-grid { gap: 26px; }
  .promo-video-dialog .promo-video-frame { margin-top: 30px; }
  .accessibility-tools { left: 6px; top: auto; bottom: 10px; display: flex; transform: none; }
  .subscriber-card { padding: 30px 22px; border-radius: 24px; }
  .subscriber-features { grid-template-columns: 1fr; }
  .subscriber-actions { display: grid; }
  .subscriber-actions .button { width: 100%; }
  .subscriber-dialog-card { padding: 14px; border-radius: 20px; }
  .subscriber-app { height: min(78vh, 700px); }
  .subscriber-login-view { grid-template-columns: 1fr; overflow-y: auto; background: #fff; }
  .subscriber-login-brand { position: static; padding: 18px 22px; background: #053a84; }
  .subscriber-login-copy { display: none; }
  .subscriber-login-form { width: min(390px, calc(100% - 36px)); padding-block: 40px; }
  .subscriber-dashboard-view { grid-template-columns: 1fr; grid-template-rows: 1fr auto; }
  .subscriber-sidebar { grid-row: 2; display: block; padding: 8px; }
  .subscriber-sidebar-brand, .subscriber-demo-logout { display: none; }
  .subscriber-sidebar nav { grid-template-columns: repeat(4,1fr); gap: 3px; margin: 0; }
  .subscriber-sidebar nav button { display: grid; justify-items: center; gap: 1px; min-height: 50px; padding: 5px 2px; font-size: .55rem; text-align: center; }
  .subscriber-sidebar nav button span { width: auto; font-size: .95rem; }
  .subscriber-dashboard-main { grid-row: 1; }
  .subscriber-dashboard-topbar { padding-inline: 18px; }
  .subscriber-tab-panel { padding: 20px 16px 28px; }
  .subscriber-summary-grid, .subscriber-quick-grid, .subscriber-support-grid { grid-template-columns: 1fr; }
  .subscriber-service-card { grid-template-columns: 1fr; }
  .subscriber-service-speed { min-height: 145px; }
  .subscriber-bill-card { grid-template-columns: 1fr; gap: 13px; }
  .subscriber-bill-buttons { flex-wrap: wrap; }
  .careers-dialog-card { padding: 34px 24px 28px; }
  .final-socials { flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: 14px; padding-right: 7px; }
  .whatsapp-float strong { display: none; }
  .site-nav a:first-child { border-radius: 12px; }
  .promo-hero h1 { font-size: clamp(3.1rem, 16vw, 4.7rem); }
  .campaign-logo { width: min(440px, 96%); }
  .promo-hero-actions { display: grid; }
  .promo-hero-actions .button { width: 100%; }
  .promo-date-row { display: grid; grid-template-columns: 1fr 1fr; }
  .promo-date-row > div { min-width: 0; }
  .scooter-stage { min-height: 455px; }
  .prize-sun { top: 12%; width: 330px; height: 330px; }
  .winner-badge { top: 8%; right: -2%; transform: rotate(4deg) scale(.88); }
  .scooter-caption { left: 2%; right: 2%; bottom: 0; }
  .campaign-details { padding: 20px 16px; }
  .prize-callout { align-items: flex-start; }
  .prize-callout h3 { font-size: 1.6rem; }
  .coupon-grid, .campaign-facts { grid-template-columns: 1fr; }
  .campaign-actions .button { width: 100%; }
  .regulation-link { width: 100%; text-align: center; }
  .registration-launch { grid-template-columns: 1fr; margin-top: 40px; padding: 22px 18px; border-radius: 22px; }
  .registration-launch .button { width: 100%; }
  .registration-dialog { width: calc(100% - 16px); height: 96vh; border-radius: 20px; }
  .registration-dialog-card { gap: 10px; padding: 12px; }
  .registration-dialog-heading { align-items: flex-start; gap: 12px; }
  .registration-dialog-heading .eyebrow { display: none; }
  .registration-dialog-actions { gap: 8px; }
  .registration-external { font-size: .72rem; text-align: right; }
  .registration-close { flex-basis: 38px; width: 38px; height: 38px; }
  .form-frame { border-radius: 14px; }
}

body.high-contrast { --white: #fff; --ink: #fff; --muted: #fff; --border: rgba(255,255,255,.45); background: #000; color: #fff; }
body.high-contrast .site-header, body.high-contrast .section, body.high-contrast .local-section, body.high-contrast .plans-section, body.high-contrast .water-section, body.high-contrast .subscriber-section, body.high-contrast .careers-dialog-card, body.high-contrast .subscriber-dialog-card { background: #000; color: #fff; }
body.high-contrast .site-header { border-bottom-color: #fff; }
body.high-contrast .site-nav a, body.high-contrast .section h2, body.high-contrast .section h3, body.high-contrast .local-services-intro, body.high-contrast .plans-subtitle, body.high-contrast .limited-note, body.high-contrast .careers-dialog-card h2, body.high-contrast .careers-dialog-card p, body.high-contrast .subscriber-dialog-heading h2, body.high-contrast .subscriber-dialog-card > p { color: #fff; }
body.high-contrast .plan-card, body.high-contrast .water-product, body.high-contrast .map-card, body.high-contrast .water-pickup { border: 2px solid #fff; background: #000; }
body.high-contrast .button, body.high-contrast .subscriber-card { border: 2px solid #ffeb00; background: #000; color: #fff; }
body.high-contrast .site-footer, body.high-contrast .contact-card { border-top: 2px solid #fff; background: #000; }
body.high-contrast .accessibility-tools { border: 2px solid #fff; background: #000; }
body.high-contrast .accessibility-tools button { color: #fff; }

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