:root {
  --blue-900: #071b3a;
  --blue-700: #0757b8;
  --cyan-500: #08b6d6;
  --green-500: #21c45d;
  --ink: #142033;
  --muted: #5e6b7d;
  --line: #dbe5ee;
  --soft: #f4f8fb;
  --white: #fff;
  --shadow: 0 18px 50px rgba(7, 27, 58, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif; line-height: 1.5; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.site-header { position: fixed; z-index: 30; top: 0; left: 0; right: 0; display: flex; align-items: center; gap: 24px; min-height: 76px; padding: 14px clamp(18px, 4vw, 56px); color: var(--white); background: rgba(7, 27, 58, 0.82); border-bottom: 1px solid rgba(255, 255, 255, 0.14); backdrop-filter: blur(14px); }
.logo { margin-right: auto; }
.logo img, .site-footer img { width: 168px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 20px; font-size: 0.95rem; font-weight: 700; }
.desktop-nav a, .mobile-nav a { opacity: 0.9; }
.desktop-nav a:hover, .mobile-nav a:hover { opacity: 1; }
.header-action, .primary-btn, .secondary-btn, .plan-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border-radius: 8px; font-weight: 800; white-space: nowrap; }
.header-action, .primary-btn, .plan-button { color: var(--white); background: linear-gradient(135deg, var(--green-500), #079b45); box-shadow: 0 12px 24px rgba(33, 196, 93, 0.22); }
.secondary-btn { color: var(--white); border: 1px solid rgba(255, 255, 255, 0.45); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255, 255, 255, 0.32); border-radius: 8px; background: transparent; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--white); }
.mobile-nav { position: fixed; z-index: 25; top: 76px; left: 0; right: 0; display: none; grid-template-columns: 1fr; gap: 1px; padding: 10px 18px 18px; color: var(--white); background: rgba(7, 27, 58, 0.96); }
.mobile-nav a { padding: 14px; border-radius: 8px; background: rgba(255, 255, 255, 0.08); font-weight: 800; }
.mobile-nav.is-open { display: grid; }

.hero { position: relative; min-height: 760px; overflow: hidden; color: var(--white); background: var(--blue-900); }
.hero-media, .hero-media::before { position: absolute; inset: 0; }
.hero-media { background-position: center; background-size: cover; --hero-image: none; --hero-mobile-image: var(--hero-image); transition: opacity 420ms ease, transform 680ms ease; filter: brightness(1.12) saturate(1.06); }
.hero-media.is-changing { opacity: 0.2; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 27, 58, 0.62) 0%, rgba(7, 27, 58, 0.34) 42%, rgba(7, 27, 58, 0.02) 100%), linear-gradient(0deg, rgba(7, 27, 58, 0.26), transparent 46%); }
.hero-content { position: relative; z-index: 2; width: min(680px, calc(100% - 36px)); padding: 190px 0 140px; margin-left: clamp(18px, 7vw, 96px); }
.eyebrow { margin: 0 0 12px; color: var(--cyan-500); font-size: 0.82rem; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
.hero h1, .section-heading h2, .feature-copy h2, .skeelo-section h2, .why-section h2, .coverage-section h2, .app-page-hero h1, .app-functions-section h2, .app-tv-section h2 { margin: 0; letter-spacing: 0; line-height: 1.03; }
.hero h1 { max-width: 720px; font-size: clamp(2.5rem, 5vw, 5.8rem); }
.hero p:not(.eyebrow) { max-width: 560px; margin: 22px 0 0; color: rgba(255, 255, 255, 0.86); font-size: clamp(1.05rem, 1.7vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-controls { position: absolute; z-index: 4; left: clamp(18px, 7vw, 96px); bottom: 44px; display: flex; gap: 10px; }
.hero-dot { width: 42px; height: 5px; padding: 0; cursor: pointer; border: 0; border-radius: 99px; background: rgba(255, 255, 255, 0.38); }
.hero-dot.is-active { background: var(--white); }

.support-hero { position: relative; display: grid; align-content: end; min-height: 760px; padding: 150px clamp(18px, 6vw, 96px) 72px; color: var(--white); overflow: hidden; background: linear-gradient(90deg, rgba(7, 27, 58, 0.92) 0%, rgba(7, 27, 58, 0.72) 42%, rgba(7, 27, 58, 0.24) 100%), linear-gradient(0deg, rgba(0, 55, 198, 0.72), rgba(0, 55, 198, 0) 52%), var(--support-image, url("assets/img/suporte-24h.jpg")) center / cover no-repeat; }
.support-hero-content { width: min(720px, 100%); }
.support-hero h1 { margin: 0; font-size: clamp(3rem, 6vw, 6rem); line-height: 0.98; text-shadow: 0 18px 44px rgba(0, 0, 0, 0.34); }
.support-hero-content p:not(.eyebrow) { max-width: 620px; margin: 22px 0 0; color: rgba(255, 255, 255, 0.9); font-size: clamp(1.05rem, 1.7vw, 1.32rem); }
.support-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; width: min(1120px, 100%); margin-top: 48px; }
.support-actions a { display: grid; gap: 8px; min-height: 168px; padding: 26px; color: var(--white); background: rgba(5, 18, 45, 0.62); border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 8px; box-shadow: 0 28px 58px rgba(0, 0, 0, 0.24); backdrop-filter: blur(14px); transition: transform 180ms ease, border-color 180ms ease, background 180ms ease; }
.support-actions a:hover { transform: translateY(-6px); background: rgba(7, 87, 184, 0.72); border-color: rgba(112, 234, 255, 0.62); }
.support-actions span { width: max-content; padding: 6px 10px; color: #70eaff; background: rgba(112, 234, 255, 0.12); border-radius: 99px; font-size: 0.78rem; font-weight: 900; text-transform: uppercase; }
.support-actions strong { font-size: 1.45rem; line-height: 1.1; }
.support-actions small { color: rgba(255, 255, 255, 0.74); font-size: 0.98rem; }

.section { padding: 86px clamp(18px, 5vw, 72px); }
.section-heading { width: min(760px, 100%); margin: 0 auto 42px; text-align: center; }
.section-heading h2, .feature-copy h2, .skeelo-section h2 { color: var(--blue-900); font-size: clamp(2rem, 3.6vw, 3.5rem); }
.plans-section { background: linear-gradient(180deg, #ffffff 0%, #f8fcff 44%, #eef7fc 100%); }
.plans-section .section-heading h2 { color: #061a3a; text-shadow: 0 2px 0 rgba(255, 255, 255, 0.86); }
.plans-section .eyebrow { color: #008fbd; }
.plans-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; max-width: 1320px; margin: 0 auto; perspective: 1200px; }
.plan-card { position: relative; display: flex; flex-direction: column; min-height: 590px; padding: 34px 30px 30px; isolation: isolate; background: linear-gradient(150deg, #ffffff 0%, #f9fdff 46%, #eef8ff 100%); border: 1px solid rgba(7, 87, 184, 0.28); border-radius: 8px; box-shadow: 0 28px 0 -14px rgba(7, 87, 184, 0.22), 0 42px 70px rgba(7, 27, 58, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.95); transform: translateY(0) rotateX(0deg); transition: transform 220ms ease, box-shadow 220ms ease; }
.plan-card:hover { transform: translateY(-12px) rotateX(2deg); box-shadow: 0 34px 0 -14px rgba(7, 87, 184, 0.2), 0 56px 86px rgba(7, 27, 58, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.95); }
.plan-card.is-highlight { color: var(--white); background: linear-gradient(150deg, #06224d 0%, #0758a8 58%, #009ac3 100%); border-color: transparent; box-shadow: 0 30px 0 -13px rgba(0, 154, 195, 0.34), 0 54px 92px rgba(7, 27, 58, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.24); transform: translateY(-18px) scale(1.04) rotateX(2deg); }
.plan-badge { width: max-content; margin-bottom: 24px; padding: 8px 12px; border-radius: 99px; color: var(--blue-900); background: #ffe66d; font-size: 0.8rem; font-weight: 900; text-transform: uppercase; box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18); }
.plan-speed { display: flex; align-items: end; gap: 10px; color: var(--blue-700); text-shadow: 0 3px 0 rgba(255, 255, 255, 0.9), 0 8px 18px rgba(7, 87, 184, 0.2); }
.plan-card.is-highlight .plan-speed, .plan-card.is-highlight .plan-price, .plan-card.is-highlight li { color: var(--white); text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28); }
.plan-speed strong { font-size: clamp(4.8rem, 5.4vw, 6rem); line-height: 0.8; }
.plan-speed span { padding-bottom: 6px; font-size: 1.38rem; font-weight: 900; }
.plan-price { margin: 28px 0; color: #061a3a; text-shadow: 0 3px 0 rgba(255, 255, 255, 0.86), 0 8px 16px rgba(7, 27, 58, 0.14); }
.plan-price small { font-weight: 800; }
.plan-price strong { font-size: 3rem; line-height: 1; }
.plan-card ul { display: grid; gap: 14px; padding: 0; margin: 0 0 30px; list-style: none; }
.plan-card li { display: flex; gap: 10px; color: #31435a; font-size: 1.02rem; font-weight: 800; }
.plan-card li::before { content: ""; flex: 0 0 9px; width: 9px; height: 9px; margin-top: 8px; border-radius: 50%; background: #14b95a; box-shadow: 0 0 0 5px rgba(20, 185, 90, 0.14), 0 3px 8px rgba(20, 185, 90, 0.28); }
.plan-card .skeelo-logo { width: 112px; height: auto; margin: auto 0 22px; filter: drop-shadow(0 5px 9px rgba(7, 27, 58, 0.16)); }
.plan-button { margin-top: auto; min-height: 56px; font-size: 1.02rem; box-shadow: 0 16px 0 -9px rgba(4, 126, 56, 0.78), 0 22px 34px rgba(33, 196, 93, 0.24); }
.plans-cta { display: flex; align-items: center; justify-content: space-between; gap: 22px; max-width: 980px; margin: 48px auto 0; padding: 22px 26px; background: rgba(255,255,255,.82); border: 1px solid rgba(7,87,184,.16); border-radius: 18px; box-shadow: 0 22px 56px rgba(7,27,58,.1); backdrop-filter: blur(12px); }
.plans-cta p { margin: 0; color: #31435a; font-weight: 800; }

.why-section { position: relative; padding: 96px clamp(18px, 6vw, 96px); overflow: hidden; background: radial-gradient(circle at 12% 12%, rgba(8,182,214,.18), transparent 28%), linear-gradient(180deg, #ffffff 0%, #f1f8ff 100%); }
.why-section::before { content: ""; position: absolute; inset: 32px clamp(14px, 3vw, 48px); border: 1px solid rgba(7,87,184,.12); border-radius: 28px; pointer-events: none; }
.why-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; max-width: 1180px; margin: 0 auto; }
.why-grid article { position: relative; min-height: 168px; padding: 28px 26px 26px; overflow: hidden; background: rgba(255,255,255,.86); border: 1px solid rgba(7,87,184,.16); border-radius: 22px; box-shadow: 0 24px 60px rgba(7,27,58,.1); backdrop-filter: blur(12px); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.why-grid article:hover { transform: translateY(-8px); border-color: rgba(8,182,214,.42); box-shadow: 0 34px 76px rgba(7,27,58,.16); }
.why-grid article::before { content: "✓"; display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 18px; color: var(--white); background: linear-gradient(135deg, var(--green-500), #08b6d6); border-radius: 14px; font-weight: 950; box-shadow: 0 14px 26px rgba(33,196,93,.22); }
.why-grid strong { display: block; margin-bottom: 8px; color: var(--blue-900); font-size: 1.14rem; line-height: 1.18; }
.why-grid span { display: block; color: #5e6b7d; font-size: .98rem; line-height: 1.6; }

.feature-section, .skeelo-section { position: relative; display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr); gap: clamp(28px, 6vw, 76px); align-items: center; padding: 96px clamp(18px, 6vw, 96px); overflow: hidden; }
.feature-section { background: radial-gradient(circle at 8% 16%, rgba(8, 182, 214, 0.18), transparent 26%), linear-gradient(135deg, #f7fbff 0%, #eaf6ff 100%); }
.feature-section.reverse { grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr); background: radial-gradient(circle at 84% 18%, rgba(33, 196, 93, 0.12), transparent 26%), linear-gradient(135deg, #eef8ff 0%, #ffffff 64%); }
.feature-section.reverse .feature-copy { order: 2; }
.feature-copy { max-width: 640px; padding: clamp(22px, 3vw, 34px); background: rgba(255, 255, 255, 0.74); border: 1px solid rgba(7, 87, 184, 0.12); border-radius: 8px; box-shadow: 0 24px 52px rgba(7, 27, 58, 0.08); backdrop-filter: blur(12px); }
.feature-media { display: block; padding: 12px; background: linear-gradient(135deg, rgba(7, 27, 58, 0.96), rgba(7, 87, 184, 0.82)); border-radius: 8px; box-shadow: 0 28px 70px rgba(7, 27, 58, 0.18); }
.feature-media img, .feature-section > img { width: 100%; height: auto; border-radius: 8px; box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18); }
.feature-copy p { max-width: 560px; margin-top: 18px; font-size: 1.08rem; }
.feature-copy .primary-btn, .feature-copy .feature-actions, .feature-copy .store-actions { margin-top: 28px; }
.feature-actions, .store-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.store-btn { position: relative; display: grid; grid-template-columns: 46px 1fr; grid-template-rows: auto auto; column-gap: 14px; align-items: center; min-width: 220px; min-height: 72px; padding: 13px 18px; color: var(--white); background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.03)), #061a3a; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; box-shadow: 0 18px 38px rgba(0,0,0,.22); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease; }
.store-btn:hover { transform: translateY(-4px); border-color: rgba(112,234,255,.55); background: linear-gradient(145deg, rgba(8,182,214,.20), rgba(255,255,255,.04)), #071b3a; box-shadow: 0 24px 48px rgba(0,0,0,.28); }
.store-btn.is-google::before { content: "▶"; color: #35e66d; }
.store-btn.is-apple::before { content: ""; color: var(--white); font-size: 1.32rem; }
.store-btn::before { display: grid; grid-row: 1 / 3; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: rgba(255,255,255,.13); font-size: 1.16rem; font-weight: 950; }
.store-btn span { font-size: .74rem; font-weight: 800; line-height: 1; opacity: .78; white-space: nowrap; }
.store-btn strong { font-size: 1.24rem; font-weight: 950; line-height: 1.05; letter-spacing: -.02em; white-space: nowrap; }

.coverage-section { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; margin: 0 clamp(18px, 5vw, 72px) 86px; padding: clamp(34px, 5vw, 58px); color: var(--white); background: radial-gradient(circle at 8% 18%, rgba(112,234,255,.34), transparent 28%), linear-gradient(135deg, #061a3a 0%, #0757b8 58%, #08b6d6 100%); border-radius: 28px; box-shadow: 0 30px 80px rgba(7,27,58,.2); }
.coverage-section h2 { color: var(--white); font-size: clamp(2rem, 3.6vw, 3.5rem); }
.coverage-section p:not(.eyebrow) { max-width: 620px; margin: 16px 0 0; color: rgba(255,255,255,.82); font-size: 1.08rem; }
.coverage-section .eyebrow { color: #70eaff; }

.app-page-hero { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 86px); align-items: center; min-height: 760px; padding: 150px clamp(18px, 6vw, 96px) 96px; overflow: hidden; color: var(--white); background: radial-gradient(circle at 12% 18%, rgba(8,182,214,.32), transparent 28%), linear-gradient(135deg, #061a3a 0%, #0757b8 58%, #08b6d6 100%); }
.app-page-hero::before { content: ""; position: absolute; inset: 34px clamp(14px, 3vw, 48px); border: 1px solid rgba(255,255,255,.16); border-radius: 28px; pointer-events: none; }
.app-page-copy, .app-page-media { position: relative; z-index: 1; }
.app-page-copy { max-width: 720px; }
.app-page-copy .eyebrow { color: #70eaff; }
.app-page-copy h1 { max-width: 760px; font-size: clamp(2.6rem, 5.4vw, 5.7rem); text-shadow: 0 18px 44px rgba(0,0,0,.24); }
.app-page-copy p:not(.eyebrow) { max-width: 620px; margin: 22px 0 0; color: rgba(255,255,255,.88); font-size: clamp(1.05rem, 1.7vw, 1.32rem); }
.app-download-actions { margin-top: 34px; }
.app-page-media { display: block; padding: 12px; background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.06)); border: 1px solid rgba(255,255,255,.22); border-radius: 24px; box-shadow: 0 34px 78px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.app-page-media img { width: 100%; height: auto; border-radius: 18px; box-shadow: 0 18px 44px rgba(0,0,0,.2); }
.app-functions-section { padding: 96px clamp(18px, 6vw, 96px); background: linear-gradient(180deg, #ffffff 0%, #f1f8ff 100%); }
.app-functions-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; max-width: 1240px; margin: 0 auto; }
.app-functions-grid article { position: relative; min-height: 250px; padding: 30px; overflow: hidden; background: linear-gradient(150deg, rgba(255,255,255,.96), rgba(243,250,255,.92)); border: 1px solid rgba(7,87,184,.16); border-radius: 18px; box-shadow: 0 24px 58px rgba(7,27,58,.1); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.app-functions-grid article:hover { transform: translateY(-8px); border-color: rgba(8,182,214,.42); box-shadow: 0 34px 76px rgba(7,27,58,.16); }
.app-functions-grid article::before { content: ""; display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 18px; color: var(--white); background: linear-gradient(135deg, var(--blue-700), var(--cyan-500)); border-radius: 14px; box-shadow: 0 14px 28px rgba(8,182,214,.22); font-weight: 950; }
.app-functions-grid article:nth-child(1)::before { content: "R$"; }
.app-functions-grid article:nth-child(2)::before { content: "24"; }
.app-functions-grid article:nth-child(3)::before { content: "↯"; }
.app-functions-grid article:nth-child(4)::before { content: "✓"; }
.app-functions-grid span { display: inline-flex; margin-bottom: 10px; color: var(--cyan-500); font-size: .78rem; font-weight: 950; text-transform: uppercase; }
.app-functions-grid h3 { margin: 0 0 12px; color: var(--blue-900); font-size: 1.24rem; line-height: 1.18; }
.app-functions-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.app-tv-section { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; padding: 72px clamp(18px, 6vw, 96px); color: var(--white); background: radial-gradient(circle at 80% 20%, rgba(112,234,255,.24), transparent 24%), linear-gradient(135deg, #071b3a 0%, #06224d 58%, #0757b8 100%); }
.app-tv-section .eyebrow { color: #70eaff; }
.app-tv-section h2 { color: var(--white); font-size: clamp(2rem, 3.6vw, 3.5rem); }
.app-tv-section p { max-width: 720px; margin: 18px 0 0; color: rgba(255,255,255,.82); font-size: 1.08rem; }
.app-info-cta { margin-top: 86px; }

.skeelo-section { grid-template-columns: minmax(0, 1fr) minmax(180px, 280px); margin: 0 clamp(18px, 5vw, 72px) 86px; color: var(--white); background: radial-gradient(circle at 16% 12%, rgba(112, 234, 255, 0.28), transparent 28%), linear-gradient(135deg, #061a3a 0%, #0757b8 58%, #001cff 100%); border-radius: 8px; box-shadow: 0 30px 70px rgba(7, 27, 58, 0.18); }
.skeelo-section .eyebrow { color: #70eaff; }
.skeelo-section h2 { color: var(--white); }
.skeelo-section p { color: rgba(255, 255, 255, 0.82); }
.skeelo-section img { width: min(260px, 70vw); justify-self: center; filter: drop-shadow(0 24px 42px rgba(0, 0, 0, 0.26)); }
.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 34px; padding: 52px clamp(18px, 5vw, 72px); color: var(--white); background: var(--blue-900); }
.site-footer p { max-width: 680px; color: rgba(255, 255, 255, 0.74); }
.footer-links { display: grid; gap: 10px; align-content: start; }
.footer-links a { font-weight: 800; }
.footer-dev { width: 100%; margin-top: 18px; font-size: 11px; opacity: 0.65; color: #bdbdbd; text-align: left; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 40; display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 20px; color: var(--white); background: linear-gradient(135deg, var(--green-500), #079b45); border-radius: 999px; box-shadow: 0 16px 34px rgba(33, 196, 93, 0.32); font-weight: 900; }

@media (max-width: 1040px) { .desktop-nav, .header-action { display: none; } .menu-toggle { display: block; } .plans-grid, .why-grid, .app-functions-grid { grid-template-columns: repeat(2, 1fr); } .feature-section, .feature-section.reverse, .skeelo-section, .site-footer, .coverage-section, .app-page-hero, .app-tv-section { grid-template-columns: 1fr; } .feature-section.reverse .feature-copy { order: 0; } .app-page-hero { padding-top: 132px; } }
@media (max-width: 720px) { .site-header { min-height: 66px; padding: 12px 16px; } .logo img { width: 145px; } .mobile-nav { top: 66px; } .hero { min-height: calc(100vw * 16 / 9); max-height: 920px; margin-top: 66px; background: #061a3a; } .hero-media { overflow: hidden; background-image: none !important; background-position: center; background-repeat: no-repeat; background-size: contain; background-color: #061a3a; } .hero-media::before { content: ""; inset: -24px; z-index: 0; background-image: var(--hero-mobile-image); background-position: center; background-size: cover; filter: blur(20px) saturate(1.18); opacity: 0.42; transform: scale(1.08); } .hero-media::after { content: ""; position: absolute; z-index: 1; inset: 0; background-image: var(--hero-mobile-image); background-position: center; background-repeat: no-repeat; background-size: contain; } .hero-overlay { background: linear-gradient(0deg, rgba(7, 27, 58, 0.9) 0%, rgba(7, 27, 58, 0.64) 34%, rgba(7, 27, 58, 0.18) 72%, rgba(7, 27, 58, 0.06) 100%); } .hero-content { position: absolute; z-index: 3; left: 0; right: 0; bottom: clamp(54px, 13vw, 86px); width: auto; margin: 0; padding: 0 22px; } .hero .eyebrow.is-offer { display: inline-flex; width: fit-content; padding: 6px 10px; color: #061a3a; background: linear-gradient(135deg, #ffe66d, #35e8ff); border: 1px solid rgba(255,255,255,.7); border-radius: 6px; box-shadow: 0 0 0 4px rgba(53,232,255,.16), 0 12px 24px rgba(0,0,0,.24); text-shadow: none; } .hero h1 { max-width: 10.5ch; font-size: clamp(2.15rem, 10.6vw, 3.45rem); line-height: 1; text-shadow: 0 5px 18px rgba(0,0,0,.48); } .hero p:not(.eyebrow) { max-width: 34ch; margin-top: 16px; color: rgba(255,255,255,.96); font-size: 1.02rem; text-shadow: 0 3px 12px rgba(0,0,0,.52); } .hero-actions, .store-actions { display: grid; gap: 12px; margin-top: 24px; } .hero-controls { left: 16px; bottom: 18px; } .plans-grid, .support-actions, .why-grid, .app-functions-grid { grid-template-columns: 1fr; } .section, .feature-section, .skeelo-section, .why-section, .app-functions-section { padding-top: 64px; padding-bottom: 64px; } .feature-section, .why-section, .app-functions-section { padding-left: 18px; padding-right: 18px; } .feature-copy { padding: 22px; } .plan-card, .plan-card.is-highlight { min-height: auto; transform: none; } .plans-cta { display: grid; text-align: center; padding: 22px; } .coverage-section, .skeelo-section { margin-left: 18px; margin-right: 18px; border-radius: 22px; text-align: left; } .app-page-hero { min-height: auto; padding: 118px 18px 64px; } .app-page-copy h1 { font-size: clamp(2.45rem, 12vw, 3.8rem); } .app-page-media { padding: 8px; border-radius: 18px; } .app-functions-grid article { min-height: auto; padding: 24px; } .app-tv-section { padding: 58px 18px; } .floating-whatsapp { right: 14px; bottom: 14px; min-height: 48px; padding: 0 16px; } }

.app-download-actions, .feature-section[data-home-section="app"] .store-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; width: 100%; }
.app-download-actions .store-btn, .feature-section[data-home-section="app"] .store-btn { min-width: 0; width: 100%; min-height: 66px; grid-template-columns: 34px 1fr; column-gap: 9px; padding: 10px; border-radius: 15px; }
.app-download-actions .store-btn::before, .feature-section[data-home-section="app"] .store-btn::before { width: 34px; height: 34px; border-radius: 11px; font-size: .92rem; }
.app-download-actions .store-btn span, .feature-section[data-home-section="app"] .store-btn span { font-size: .56rem; white-space: nowrap; }
.app-download-actions .store-btn strong, .feature-section[data-home-section="app"] .store-btn strong { font-size: .84rem; line-height: 1; white-space: nowrap; }

.plan-card .skeelo-logo { width: 96px; height: auto; margin: auto 0 22px; opacity: 0.85 !important; visibility: visible !important; padding: 0; background: transparent !important; box-shadow: none !important; border-radius: 0; filter: drop-shadow(0 4px 8px rgba(7, 27, 58, 0.10)) !important; }
.plan-card:not(.is-highlight) .skeelo-logo { opacity: 0.72 !important; filter: brightness(0) saturate(100%) invert(16%) sepia(23%) saturate(1399%) hue-rotate(178deg) brightness(92%) contrast(91%) drop-shadow(0 4px 8px rgba(7, 27, 58, 0.08)) !important; }
.plan-card.is-highlight .skeelo-logo { opacity: 0.92 !important; filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.20)) !important; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 40; display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 24px; color: #ffffff; background: linear-gradient(135deg, #21c45d, #079b45); border-radius: 999px; box-shadow: 0 16px 34px rgba(33, 196, 93, 0.32), 0 0 0 0 rgba(33, 196, 93, 0.35); font-weight: 950; font-size: 1rem; letter-spacing: -0.01em; animation: whatsappPulse 2.4s ease-in-out infinite; transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease; }
.floating-whatsapp:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 22px 44px rgba(33, 196, 93, 0.42), 0 0 0 8px rgba(33, 196, 93, 0.12); }
.floating-whatsapp.is-stopped { position: absolute; bottom: auto; }
@keyframes whatsappPulse { 0% { transform: translateY(0) scale(1); box-shadow: 0 16px 34px rgba(33, 196, 93, 0.32), 0 0 0 0 rgba(33, 196, 93, 0.34); } 50% { transform: translateY(-3px) scale(1.02); box-shadow: 0 20px 42px rgba(33, 196, 93, 0.38), 0 0 0 10px rgba(33, 196, 93, 0.08); } 100% { transform: translateY(0) scale(1); box-shadow: 0 16px 34px rgba(33, 196, 93, 0.32), 0 0 0 0 rgba(33, 196, 93, 0); } }
@media (max-width: 720px) { .floating-whatsapp { right: 14px; bottom: 14px; min-height: 50px; padding: 0 18px; font-size: 0.92rem; } }

@media (max-width: 720px) { .feature-section { gap: 0; padding-top: 56px; padding-bottom: 56px; } .feature-section .feature-copy { position: relative; z-index: 2; padding: 34px 26px 30px; border-radius: 24px 24px 0 0; border-bottom: 0; box-shadow: 0 18px 42px rgba(7, 27, 58, 0.10); } .feature-section .feature-media { position: relative; z-index: 1; margin-top: -1px; padding: 12px; border-radius: 0 0 24px 24px; border-top: 0; box-shadow: 0 28px 58px rgba(7, 27, 58, 0.16); } .feature-section .feature-media img { border-radius: 16px; } .feature-section .feature-copy h2 { font-size: clamp(2.25rem, 10vw, 3.45rem); } .feature-section .feature-copy p { font-size: 1.08rem; line-height: 1.55; } .feature-section .feature-copy .primary-btn, .feature-section .feature-copy .feature-actions, .feature-section .feature-copy .store-actions { margin-top: 30px; } }

.feature-section { max-width: min(1320px, calc(100% - 36px)); margin: 76px auto; padding: clamp(22px, 3vw, 34px); gap: 0; border-radius: 34px; background: radial-gradient(circle at 10% 10%, rgba(8, 182, 214, 0.20), transparent 28%), linear-gradient(135deg, rgba(255,255,255,.92), rgba(238,248,255,.96)); border: 1px solid rgba(7, 87, 184, 0.16); box-shadow: 0 30px 80px rgba(7, 27, 58, 0.14); }
.feature-section.reverse { background: radial-gradient(circle at 88% 16%, rgba(33, 196, 93, 0.12), transparent 28%), linear-gradient(135deg, rgba(238,248,255,.96), rgba(255,255,255,.94)); }
.feature-section .feature-copy { z-index: 2; max-width: none; height: 100%; padding: clamp(34px, 5vw, 70px); background: transparent; border: 0; border-radius: 28px; box-shadow: none; backdrop-filter: none; }
.feature-section .feature-copy h2 { max-width: 620px; }
.feature-section .feature-copy p { max-width: 560px; }
.feature-section .feature-media { position: relative; z-index: 1; align-self: stretch; display: grid; place-items: center; min-height: 430px; padding: clamp(18px, 2.5vw, 30px); overflow: hidden; border-radius: 28px; background: radial-gradient(circle at 20% 20%, rgba(112, 234, 255, 0.26), transparent 28%), linear-gradient(135deg, #061a3a 0%, #0757b8 58%, #08b6d6 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 28px 64px rgba(7, 27, 58, 0.20); }
.feature-section .feature-media::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; pointer-events: none; }
.feature-section .feature-media::after { content: ""; position: absolute; width: 240px; height: 240px; right: -70px; bottom: -90px; background: radial-gradient(circle, rgba(33,196,93,.25), transparent 68%); pointer-events: none; }
.feature-section .feature-media img { position: relative; z-index: 1; width: 100%; height: auto; max-height: 520px; object-fit: contain; border-radius: 20px; box-shadow: 0 22px 54px rgba(0,0,0,.22); transform: scale(1.01); }

@media (max-width: 1040px) { .feature-section, .feature-section.reverse { grid-template-columns: 1fr; margin: 58px 18px; } .feature-section.reverse .feature-copy { order: 0; } .feature-section .feature-copy { padding: 36px 30px 24px; } .feature-section .feature-media { min-height: 0; } }
@media (max-width: 720px) { .feature-section, .feature-section.reverse { margin: 48px 16px; padding: 12px; border-radius: 28px; } .feature-section .feature-copy { padding: 32px 24px 26px; } .feature-section .feature-copy h2 { font-size: clamp(2.05rem, 9.5vw, 3.15rem); } .feature-section .feature-copy p { font-size: 1.02rem; line-height: 1.55; } .feature-section .feature-media { padding: 12px; border-radius: 22px; background: radial-gradient(circle at 18% 18%, rgba(112, 234, 255, 0.24), transparent 32%), linear-gradient(135deg, #071b3a 0%, #0757b8 64%, #08b6d6 100%); } .feature-section .feature-media::before { inset: 10px; border-radius: 18px; } .feature-section .feature-media img { border-radius: 16px; box-shadow: 0 16px 38px rgba(0,0,0,.20); } }
@media (min-width: 1041px) { .feature-section .feature-media { align-self: center !important; min-height: 0 !important; height: auto !important; padding: 10px !important; background: transparent !important; border: 1px solid rgba(7, 87, 184, 0.18) !important; border-radius: 22px !important; box-shadow: 0 14px 34px rgba(7, 27, 58, 0.10) !important; overflow: hidden; } .feature-section .feature-media::before, .feature-section .feature-media::after { display: none !important; } .feature-section .feature-media img { display: block; width: 100%; height: auto; max-height: none !important; object-fit: contain; border-radius: 16px !important; box-shadow: none !important; } }

@media (max-width: 720px) { .floating-whatsapp { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(18px) scale(0.96); transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, box-shadow 0.18s ease; } .floating-whatsapp.is-visible-mobile { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1); } }

.hero { height: 760px; min-height: 760px; max-height: 760px; }
.hero-media { height: 100%; min-height: 100%; background-size: cover; background-position: center; }
.hero-content { min-height: 430px; display: flex; flex-direction: column; justify-content: center; }
.hero h1 { max-width: 760px; }
@media (max-width: 720px) { .hero { height: auto; min-height: calc(100vw * 16 / 9); max-height: 920px; } .hero-content { min-height: 0; display: block; } }

.feature-section, .feature-section.reverse { align-items: center; }
.feature-section .feature-media { height: clamp(360px, 38vw, 560px) !important; min-height: 0 !important; align-self: center !important; overflow: hidden; }
.feature-section .feature-media img { width: 100%; height: 100% !important; max-height: none !important; object-fit: cover; object-position: center; }
.feature-section .feature-copy h2 { font-size: clamp(2rem, 3.6vw, 3.5rem); line-height: 1.05; }
.feature-section .feature-copy p { font-size: clamp(1rem, 1.4vw, 1.12rem); line-height: 1.6; }
@media (max-width: 720px) { .feature-section .feature-media { height: clamp(260px, 72vw, 420px) !important; } .feature-section .feature-copy h2 { font-size: clamp(1.9rem, 8vw, 2.8rem); line-height: 1.05; } .feature-section .feature-copy p { font-size: clamp(0.98rem, 4vw, 1.08rem); line-height: 1.55; } }

/* Correção final do texto do banner principal */
.hero {
  height: auto !important;
  min-height: 760px !important;
  max-height: none !important;
}

.hero-content {
  width: min(620px, calc(100% - 44px)) !important;
  min-height: 0 !important;
  padding-top: clamp(120px, 15vh, 170px) !important;
  padding-bottom: clamp(96px, 12vh, 150px) !important;
}

.hero h1 {
  max-width: 620px !important;
  font-size: clamp(2.35rem, 4.1vw, 4.6rem) !important;
  line-height: 1.08 !important;
  overflow-wrap: break-word;
}

.hero p:not(.eyebrow) {
  max-width: 520px !important;
  font-size: clamp(1rem, 1.35vw, 1.22rem) !important;
}

@media (max-width: 1040px) {
  .hero-content {
    width: min(560px, calc(100% - 40px)) !important;
  }

  .hero h1 {
    max-width: 560px !important;
    font-size: clamp(2.2rem, 6.4vw, 4rem) !important;
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: 720px !important;
    max-height: none !important;
  }

  .hero-content {
    position: absolute !important;
    bottom: 58px !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    padding: 0 20px !important;
  }

  .hero h1 {
    max-width: 12.5ch !important;
    font-size: clamp(1.85rem, 8.5vw, 2.85rem) !important;
    line-height: 1.06 !important;
  }

  .hero p:not(.eyebrow) {
    max-width: 32ch !important;
    font-size: 0.98rem !important;
  }
}
/* Desktop: banner principal com imagem/tamanho fixo e texto adaptável */
@media (min-width: 721px) {
  .hero {
    height: 760px !important;
    min-height: 760px !important;
    max-height: 760px !important;
    overflow: hidden !important;
  }

  .hero-media {
    height: 760px !important;
    min-height: 760px !important;
    background-size: cover !important;
    background-position: center !important;
  }

  .hero-content {
    position: relative !important;
    width: min(620px, calc(100% - 44px)) !important;
    height: 760px !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin-left: clamp(18px, 7vw, 96px) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .hero h1 {
    max-width: 620px !important;
    font-size: clamp(2.2rem, 3.8vw, 4.25rem) !important;
    line-height: 1.08 !important;
    overflow-wrap: break-word !important;
  }

  .hero p:not(.eyebrow) {
    max-width: 520px !important;
    font-size: clamp(0.98rem, 1.25vw, 1.18rem) !important;
    line-height: 1.45 !important;
  }
}
/* Ajuste desktop: imagem sem zoom e sem espaço grande em volta */
@media (min-width: 1041px) {
  .feature-section {
    padding: 14px !important;
    gap: 18px !important;
  }

  .feature-section .feature-media {
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 18px !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  .feature-section .feature-media::before,
  .feature-section .feature-media::after {
    display: none !important;
  }

  .feature-section .feature-media img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    border-radius: 18px !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
  }

  .feature-section:hover .feature-media img {
    transform: none !important;
  }
}
/* Mobile: imagem sem zoom e com espaço ajustado */
@media (max-width: 720px) {
  .feature-section,
  .feature-section.reverse {
    margin: 36px 12px !important;
    padding: 8px !important;
    gap: 0 !important;
    border-radius: 22px !important;
  }

  .feature-section .feature-media {
    height: auto !important;
    min-height: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 16px !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  .feature-section .feature-media::before,
  .feature-section .feature-media::after {
    display: none !important;
  }

  .feature-section .feature-media img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    border-radius: 16px !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
  }

  .feature-section:hover .feature-media img {
    transform: none !important;
  }

  .feature-section .feature-copy {
    padding: 24px 18px 20px !important;
    border-radius: 18px !important;
  }
}
/* Mobile: remove zoom e ajusta a imagem ao card */
@media (max-width: 720px) {
  .feature-section,
  .feature-section.reverse {
    margin: 36px 12px !important;
    padding: 8px !important;
    gap: 0 !important;
    border-radius: 22px !important;
  }

  .feature-section .feature-media {
    height: auto !important;
    min-height: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 16px !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  .feature-section .feature-media::before,
  .feature-section .feature-media::after {
    display: none !important;
  }

  .feature-section .feature-media img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    border-radius: 16px !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
  }

  .feature-section:hover .feature-media img {
    transform: none !important;
  }

  .feature-section .feature-copy {
    padding: 24px 18px 20px !important;
    border-radius: 18px !important;
  }
}
/* Fundo escurecido atrás do menu mobile */
.mobile-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 24;
  background: rgba(3, 12, 28, 0.62);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
  backdrop-filter: blur(2px);
}

.mobile-menu-backdrop.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Menu mobile com animação suave */
@media (max-width: 1040px) {
  .mobile-nav {
    display: grid !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-18px);
    transition:
      opacity 0.28s ease,
      transform 0.28s ease,
      visibility 0.28s ease;
  }

  .mobile-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}
/* Fundo escurecido atrás do menu mobile */
.mobile-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 24;
  background: rgba(3, 12, 28, 0.62);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
  backdrop-filter: blur(2px);
}

.mobile-menu-backdrop.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Menu mobile com animação suave */
@media (max-width: 1040px) {
  .mobile-nav {
    display: grid !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-18px);
    transition:
      opacity 0.28s ease,
      transform 0.28s ease,
      visibility 0.28s ease;
  }

  .mobile-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}
/* Fundo escurecido atrás do menu mobile */
.mobile-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 24;
  background: rgba(3, 12, 28, 0.62);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
  backdrop-filter: blur(2px);
}

.mobile-menu-backdrop.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Menu mobile com animação suave */
@media (max-width: 1040px) {
  .mobile-nav {
    display: grid !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-18px);
    transition:
      opacity 0.28s ease,
      transform 0.28s ease,
      visibility 0.28s ease;
  }

  .mobile-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}
