
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #F9F0E4; color: #312258; font-family: 'DM Sans', 'Segoe UI', system-ui, sans-serif; font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: #312258; text-decoration: none; } a:hover { color: #E53068; }
h1, h2, h3, .display { font-family: 'Outfit', 'Century Gothic', 'DM Sans', sans-serif; font-weight: 600; letter-spacing: -0.02em; margin: 0; }
p { margin: 0; }
img { max-width: 100%; }
.eyebrow-pill { display: inline-flex; flex-wrap: wrap; line-height: 1.6; align-items: center; align-self: flex-start; padding: 7px 16px; border-radius: 999px; border: 1.5px solid currentColor; font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; }
.ticker-wrap { background: #FFD892; color: #312258; padding: 10px 40px; overflow: hidden; }
.ticker { display: flex; white-space: nowrap; font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; }
.ticker span { display: inline-flex; align-items: center; gap: 48px; padding-right: 48px; animation: tick 40s linear infinite; }
.ticker i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #312258; }
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-100%); } }
.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.narrow { width: 100%; max-width: 760px; margin: 0 auto; }
.grid3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.grid2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.hero-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; align-items: center; }
.card { background: #FFFFFF; border-radius: 28px; padding: 32px; display: flex; flex-direction: column; gap: 18px; min-height: 300px; border: 1px solid rgba(49,34,88,0.06); transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(49,34,88,0.10); color: #312258; }
.pill { display: inline-flex; align-items: center; padding: 6px 14px; border-radius: 999px; font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; background: #F9F0E4; color: #312258; }
.pill-dark { background: rgba(249,240,228,0.12); color: #F9F0E4; border: 1px solid rgba(249,240,228,0.25); }
.num { font-family: 'Outfit', 'Century Gothic', sans-serif; font-weight: 700; font-size: 40px; line-height: 1.05; letter-spacing: -0.03em; color: #312258; }
.tile { background: #FFFFFF; border-radius: 28px; padding: 32px; display: flex; flex-direction: column; gap: 10px; border: 1px solid rgba(49,34,88,0.06); }
.tile-num { font-family: 'Outfit', 'Century Gothic', sans-serif; font-weight: 700; font-size: 52px; line-height: 1; letter-spacing: -0.03em; color: #312258; }
.step { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 20px; padding: 28px 0; border-top: 1px solid rgba(249,240,228,0.18); }
.step:last-child { border-bottom: 1px solid rgba(249,240,228,0.18); }
.step-num { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 15px; color: #FFD892; padding-top: 6px; }
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 26px; border-radius: 999px; font-weight: 600; font-size: 16px; min-height: 44px; }
.btn-solar { background: #FFD892; color: #312258; } .btn-solar:hover { background: #ffe3ab; color: #312258; }
.btn-ghost { border: 1.5px solid rgba(249,240,228,0.5); color: #F9F0E4; } .btn-ghost:hover { border-color: #FFD892; color: #FFD892; }
.logo-slot { height: 44px; display: flex; align-items: center; }
.logo-slot img { max-height: 44px; max-width: 160px; width: auto; }
.logo-text { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 20px; letter-spacing: -0.02em; color: #312258; }
.ph { border: 2px dashed rgba(229,48,104,0.5); border-radius: 20px; background: rgba(229,48,104,0.05); color: #E53068; font-weight: 600; font-size: 14px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 20px; }
.xx { color: #E53068; font-weight: 600; }
.stk { filter: drop-shadow(0 22px 28px rgba(0,0,0,0.35)); pointer-events: none; overflow: visible; }
.glass { display: flex; flex-direction: column; gap: 14px; padding: 18px; border-radius: 22px; background: rgba(249,240,228,0.10); border: 1px solid rgba(249,240,228,0.22); backdrop-filter: blur(14px); }
.nav-links { display: flex; align-items: center; gap: 32px; }
.stack-row { display: flex; }
.hero-pad { padding: 96px 40px 112px; }
/* mockup de navegador */
.browser { border-radius: 20px; overflow: hidden; background: #FFFFFF; border: 1px solid rgba(49,34,88,0.10); box-shadow: 0 24px 60px rgba(49,34,88,0.14); display: flex; flex-direction: column; align-self: center; }
.browser-bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px; background: #EFE8DB; border-bottom: 1px solid rgba(49,34,88,0.08); }
.browser-bar i { width: 10px; height: 10px; border-radius: 50%; background: rgba(49,34,88,0.18); display: inline-block; }
.browser-bar span { margin-left: 10px; flex: 1; background: #FFFFFF; border-radius: 8px; padding: 5px 12px; font-size: 12px; color: #696969; }
.browser img { display: block; width: 100%; height: auto; }
/* galeria: vídeo com play e imagem */
.media { position: relative; border-radius: 20px; overflow: hidden; background: #1E1440; aspect-ratio: 9 / 16; }
.media video, .media img { width: 100%; height: 100%; object-fit: contain; display: block; }
.media .play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(30,20,64,0.18); border: 0; cursor: pointer; padding: 0; transition: background .2s ease; }
.media .play:hover { background: rgba(30,20,64,0.30); }
.media .play i { width: 76px; height: 76px; border-radius: 50%; background: #FFD892; display: flex; align-items: center; justify-content: center; box-shadow: 0 14px 30px rgba(0,0,0,0.30); transition: transform .15s ease; }
.media .play:hover i { transform: scale(1.06); }
.media.playing .play { display: none; }
.tl { background: #312258; color: #F9F0E4; height: 100%; padding: 20px 20px 16px; display: flex; flex-direction: column; gap: 9px; overflow: hidden; }
.tl-head { display: flex; flex-direction: column; gap: 10px; margin-bottom: 4px; }
.tl-title { font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 18px; line-height: 1.2; }
.tl-item { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 12px; align-items: start; }
.tl-dot { width: 30px; height: 30px; border-radius: 50%; background: #FFD892; color: #312258; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 12px; display: flex; align-items: center; justify-content: center; }
.tl-body { display: flex; flex-direction: column; gap: 0; padding-bottom: 7px; border-bottom: 1px solid rgba(249,240,228,0.16); }
.tl-nome { font-weight: 600; font-size: 14px; }
.tl-per { font-size: 12px; color: rgba(249,240,228,0.6); }
.tl-verba { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 16px; color: #FFD892; margin-top: 2px; }
.tl-res { font-size: 12px; line-height: 1.35; color: rgba(249,240,228,0.8); }
.tl-total { margin-top: auto; font-size: 13px; font-weight: 600; color: #FFD892; }
.gal2 .media { aspect-ratio: auto; min-height: 560px; }
.gal2 .serp { justify-content: center; gap: 24px; }
.serp-ad .h { font-size: 18px; }
.serp { background: #FFFFFF; height: 100%; padding: 22px 20px; display: flex; flex-direction: column; gap: 18px; font-family: Arial, Helvetica, sans-serif; overflow: hidden; }
.serp-bar { display: flex; align-items: center; gap: 10px; border: 1px solid #dfe1e5; border-radius: 999px; padding: 9px 14px; font-size: 13px; color: #202124; }
.serp-bar svg { flex-shrink: 0; }
.serp-ad { display: flex; flex-direction: column; gap: 3px; }
.serp-ad .tag { font-size: 12px; font-weight: 700; color: #202124; }
.serp-ad .url { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #202124; }
.serp-ad .url i { width: 22px; height: 22px; border-radius: 50%; background: #F1F3F4; display: inline-flex; align-items: center; justify-content: center; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 10px; color: #1a0dab; font-style: normal; }
.serp-ad .url small { color: #5f6368; font-size: 11px; }
.serp-ad .h { font-size: 17px; line-height: 1.3; color: #1a0dab; }
.serp-ad .d { font-size: 13px; line-height: 1.45; color: #4d5156; }
.serp-ad .links { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: 13px; color: #1a0dab; }
.case-hero-pad { padding: 88px 40px 96px; }
/* animações */
.rise { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.rise.in { opacity: 1; transform: none; }
.hero-in > * { opacity: 0; transform: translateY(16px); animation: fadeUp .8s ease forwards; }
.hero-in > *:nth-child(1) { animation-delay: .05s } .hero-in > *:nth-child(2) { animation-delay: .18s } .hero-in > *:nth-child(3) { animation-delay: .32s } .hero-in > *:nth-child(4) { animation-delay: .46s } .hero-in > *:nth-child(5) { animation-delay: .6s }
@keyframes fadeUp { to { opacity: 1; transform: none; } }
.stk { animation: floaty 7s ease-in-out infinite; }
.stk:nth-of-type(2) { animation-duration: 8.5s; animation-delay: -2s; }
.stk:nth-of-type(3) { animation-duration: 6.5s; animation-delay: -4s; }
@keyframes floaty { 0%, 100% { translate: 0 0; } 50% { translate: 0 -10px; } }
.pop { opacity: 0; scale: .85; animation: popIn .9s cubic-bezier(.2,.8,.2,1) forwards; }
.pop:nth-of-type(1) { animation-delay: .3s } .pop:nth-of-type(2) { animation-delay: .45s } .pop:nth-of-type(3) { animation-delay: .6s }
@keyframes popIn { to { opacity: 1; scale: 1; } }
.glass.rise { transition-delay: .5s; }
.btn { transition: transform .15s ease, background .15s ease, border-color .15s ease; }
.btn:hover { transform: translateY(-2px); }
@media (prefers-reduced-motion: reduce) {
  .rise, .hero-in > * { opacity: 1 !important; transform: none !important; animation: none !important; transition: none !important; }
  .pop { opacity: 1 !important; scale: 1 !important; animation: none !important; }
  .stk, .ticker span { animation: none !important; }
}
@media (max-width: 720px) {
  .wrap { padding: 0 20px; }
  .ticker-wrap { padding: 10px 20px; }
  .grid3, .grid2 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .hero-grid { grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 40px; }
  h1.hero { font-size: 40px !important; }
  h1.case-hero { font-size: 36px !important; }
  .hero-pad { padding: 64px 20px 64px; }
  .case-hero-pad { padding: 56px 20px 64px; }
  .num { font-size: 34px; }
  .tile-num { font-size: 42px; }
  .nav-links { display: none; }
  .section-title { font-size: 30px !important; }
  .cta-title { font-size: 34px !important; }
  .stack-row { flex-direction: column !important; align-items: flex-start !important; }
  .step { grid-template-columns: 40px minmax(0, 1fr); }
  .hero-star { width: 110px !important; right: -30px !important; top: -30px !important; opacity: 0.3 !important; }
  .sticky { position: static !important; }
}
