/* ============================================================
   Palpite Premiado — Landing page
   Built on Layers Design System v2 (Nunito, teal/coral, squircles)
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

:root {
  /* festive extensions, harmonious with the DS palette */
  --grass:       #3BB05A;
  --grass-dark:  #2C9A4A;
  --grass-deep:  #1F7E3B;
  --hero-deep:   #0C8077;
  --hero-mid:    #00A69C;
  --mint:        #E7F6F3;
  --max:         1180px;
}

html { font-family: var(--l-font-sans); color: var(--l-fg-1); scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--l-white);
  font-size: 16px;
  line-height: 1.4;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 28px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: inherit; font-weight: var(--l-fw-extrabold);
  border-radius: var(--l-radius-pill);
  transition: transform .18s var(--l-ease), background .18s var(--l-ease),
              box-shadow .18s var(--l-ease), color .18s var(--l-ease);
  white-space: nowrap; cursor: pointer; letter-spacing: -0.01em;
}
.btn svg { width: 1.1em; height: 1.1em; stroke-width: 2.5; }
.btn--primary { background: var(--l-cyan-50); color: #fff; box-shadow: 0 10px 22px -8px rgba(0,166,156,.7); }
.btn--primary:hover { background: var(--l-cyan-70); transform: translateY(-2px); box-shadow: 0 16px 28px -10px rgba(0,166,156,.75); }
.btn--white { background: #fff; color: var(--l-cyan-70); box-shadow: var(--l-shadow-md); }
.btn--white:hover { transform: translateY(-2px); box-shadow: var(--l-shadow-lg); }
.btn--ghost-light { background: rgba(255,255,255,.12); color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.55); backdrop-filter: blur(6px); }
.btn--ghost-light:hover { background: rgba(255,255,255,.2); transform: translateY(-2px); }
.btn--outline { background: #fff; color: var(--l-fg-2); box-shadow: inset 0 0 0 1.5px var(--l-gray-40); }
.btn--outline:hover { box-shadow: inset 0 0 0 1.5px var(--l-cyan-50); color: var(--l-cyan-70); }
.btn--sm { height: 40px; padding: 0 20px; font-size: 14px; }
.btn--md { height: 50px; padding: 0 26px; font-size: 16px; }
.btn--lg { height: 60px; padding: 0 34px; font-size: 19px; }

/* ---------- Brand lockup (usado no footer) ---------- */
.brand { display: flex; align-items: center; gap: 14px; margin-right: auto; }
.brand-logo { height: 22px; width: auto; flex-shrink: 0; display: block; }
.brand-appicon { width: 30px; height: 30px; flex-shrink: 0; display: block; filter: drop-shadow(0 2px 6px rgba(0,0,0,.35)); }
.brand-logo--negative { opacity: 0.9; }
.brand-sep {
  width: 1px; height: 20px; flex-shrink: 0;
  background: var(--l-gray-40);
}
.brand-sep--dark { background: rgba(255,255,255,.2); }
.brand-name { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name b { font-size: 15px; font-weight: 800; color: var(--l-ink); letter-spacing: -0.02em; }
.brand-name span { font-size: 11px; font-weight: 700; color: var(--l-cyan-70); letter-spacing: .02em; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; overflow: hidden;
    background:
    radial-gradient(120% 130% at 78% 18%, #15A89D 0%, #009b91 42%, var(--hero-deep) 100%); }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.10) 1.4px, transparent 1.6px);
  background-size: 22px 22px; opacity: .5; pointer-events: none;
}
.hero-inner {
  position: relative; z-index: 3;
  display: grid; grid-template-columns: 1.02fr .98fr; gap: 32px; align-items: center;
  padding: 32px 0 0;
}
.hero-copy { padding: 8px 0 40px; }

.copa-chip {
  display: inline-flex; align-items: center; gap: 9px;
  background: #fff; color: var(--l-cyan-70);
  font-weight: 800; font-size: 16px; letter-spacing: .04em;
  padding: 9px 18px 9px 10px; border-radius: var(--l-radius-pill);
  box-shadow: var(--l-shadow-md); margin-bottom: 26px;
}
.copa-chip .ball { width: 26px; height: 26px; }

.hero-title {
  font-weight: 800; color: #fff; letter-spacing: -0.03em;
  font-size: clamp(44px, 6.6vw, 78px); line-height: .96; margin: 0;
}
.hero-title .accent { color: #6FE6DC; }
.hl-banner {
  display: inline-flex; align-items: center; gap: 14px; margin-top: 16px;
  background: #fff; color: var(--l-ink);
  font-size: clamp(30px, 4.6vw, 54px); font-weight: 800; letter-spacing: -0.02em;
  line-height: 1; padding: 12px 22px; border-radius: 16px;
  box-shadow: 0 14px 30px -12px rgba(0,0,0,.3); transform: rotate(-1.2deg);
}
.hl-banner-text {
  font-size: 0.62em;
}
.hl-banner-logo {
  height: 0.72em;
  width: auto;
  display: block;
  flex-shrink: 0;
}
.hero-sub {
  margin: 28px 0 0; max-width: 42ch;
  color: rgba(255,255,255,.92); font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 500; line-height: 1.45;
}

/* feature pills */
.features { display: flex; gap: 26px; margin: 34px 0 0; flex-wrap: wrap; }
.feature { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; max-width: 110px; }
.feature-icon {
  width: 60px; height: 60px; border-radius: 17px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 16px -8px rgba(0,0,0,.3);
}
.feature-icon svg { width: 30px; height: 30px; stroke-width: 2.4; }
.feature-icon.fi-cyan  { background: var(--l-cyan-light); color: var(--l-cyan-70); }
.feature-icon.fi-pink  { background: #FCD7DE; color: #E8617B; }
.feature-icon.fi-yellow{ background: var(--l-yellow-light); color: var(--l-yellow-dark); }
.feature-label {
  font-size: 14px; font-weight: 800; color: #fff; letter-spacing: .03em;
  text-transform: uppercase; line-height: 1.15;
}
.feature-divider { width: 1.5px; align-self: stretch; background: rgba(255,255,255,.22); margin: 2px 0; }

.hero-cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; align-items: center; }

/* ---------- Hero visual / phone ---------- */
.hero-visual {
  position: relative; align-self: stretch;
  display: flex; align-items: center; justify-content: center;
  min-height: 560px;
}
.hero-mockup-img {
  width: 100%; max-width: 560px;
  height: auto; object-fit: contain;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,.35));
  animation: float 6s ease-in-out infinite;
}
.deco-yellow {
  position: absolute; width: 230px; height: 230px; border-radius: 50%;
  background: #FFCA65; top: 6px; left: 12%; z-index: 1;
}
.deco-field {
  position: absolute; width: 430px; height: 430px; border-radius: 50%;
  left: 50%; top: 52%; transform: translate(-50%,-50%);
  background: radial-gradient(circle at 50% 38%, var(--grass) 0%, var(--grass-dark) 62%, var(--grass-deep) 100%);
  z-index: 1; box-shadow: inset 0 0 60px rgba(0,0,0,.12);
}
.deco-field::before {
  content: ""; position: absolute; left: 8%; right: 8%; top: 50%; height: 3px;
  background: rgba(255,255,255,.4); transform: translateY(-50%);
}
.deco-field::after {
  content: ""; position: absolute; left: 50%; top: 50%; width: 120px; height: 120px;
  border: 3px solid rgba(255,255,255,.4); border-radius: 50%; transform: translate(-50%,-50%);
}
.deco-ball {
  position: absolute; width: 168px; height: 168px; left: -4%; top: 34%;
  z-index: 6; filter: drop-shadow(0 16px 22px rgba(0,0,0,.28));
  animation: float 6s ease-in-out infinite;
}
.deco-dots {
  position: absolute; right: 0; top: 18px; z-index: 2;
  display: grid; grid-template-columns: repeat(5, 9px); gap: 11px;
}
.deco-dots i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.55); }

.phone-wrap { position: absolute; right: -2%; top: 50%; transform: translateY(-50%); z-index: 5; }

/* floating squircle icons */
.float-tile {
  position: absolute; z-index: 7;
  filter: drop-shadow(0 10px 16px rgba(0,0,0,.22));
  animation: float 5.5s ease-in-out infinite;
}
.ft-br { left: 52%; top: 4%; animation-delay: -1s; }
.ft-ar { left: 38%; top: 58%; animation-delay: -2.4s; }
.ft-de { right: 1%; top: 64%; animation-delay: -0.6s; }
.ft-trophy { left: 31%; top: 2%; right: auto; animation-delay: -3.1s; }
.spark { position: absolute; z-index: 6; color: #BFF4EE; }
.spark.s1 { left: 40%; top: 17%; width: 22px; }
.spark.s2 { right: 12%; top: 9%; width: 16px; }
.deco-pinkdot { position: absolute; border-radius: 50%; background: var(--l-pink-70); z-index: 4; }
.pd1 { width: 22px; height: 22px; left: 42%; top: 12%; }
.pd2 { width: 34px; height: 34px; right: 7%; top: 7%; background: var(--l-pink-50); }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-13px); } }

/* squircle flag/trophy tiles */
.tile {
  width: 74px; height: 74px; border-radius: 20px; background: #fff;
  padding: 9px; display: flex; align-items: center; justify-content: center;
}
.tile--sm { width: 60px; height: 60px; border-radius: 16px; padding: 7px; }
.tile .flag, .tile .glyph { width: 100%; height: 100%; border-radius: 9px; overflow: hidden; }
.tile .glyph { display: flex; align-items: center; justify-content: center; border-radius: 11px; }

/* ---------- Hero bottom highlight band ---------- */
.hero-highlight { position: relative; z-index: 3; margin-top: 8px; }
.hl-grid {
  display: grid; grid-template-columns: 1.55fr 1fr; gap: 22px; align-items: stretch;
  background: var(--mint); border-radius: 26px 26px 0 0; padding: 26px 30px;
}
.bolao { display: flex; align-items: center; gap: 18px; }
.bolao-icon {
  width: 58px; height: 58px; border-radius: 16px; flex-shrink: 0;
  background: var(--l-cyan-50); color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.bolao-icon svg { width: 30px; height: 30px; }
.bolao h3 { margin: 0 0 4px; font-size: 21px; font-weight: 800; color: var(--l-ink); letter-spacing: -0.01em; }
.bolao p { margin: 0; font-size: 15px; color: var(--l-fg-2); line-height: 1.4; max-width: 46ch; }
.funcard {
  background: var(--l-pink-light); border-radius: 18px; padding: 18px 20px;
  display: flex; align-items: center; gap: 14px;
}
.funcard .conf { width: 42px; height: 42px; flex-shrink: 0; }
.funcard p { margin: 0; font-size: 18px; font-weight: 800; color: #E8617B; line-height: 1.18; letter-spacing: -0.01em; }

/* ============================================================
   PHONE + APP SCREEN
   ============================================================ */
.phone {
  width: 300px; border-radius: 42px; background: #11181F; padding: 11px;
  box-shadow: 0 40px 70px -24px rgba(0,0,0,.5), 0 0 0 2px rgba(255,255,255,.06) inset;
  position: relative;
}
.phone--lg { width: 322px; }
.phone-screen {
  border-radius: 32px; background: #fff; overflow: hidden; position: relative;
  height: 620px;
}
.phone-notch {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 120px; height: 26px; background: #11181F; border-radius: 0 0 16px 16px; z-index: 20;
}
.ap { display: flex; flex-direction: column; height: 100%; }

.ap-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 30px 18px 14px;
}
.ap-burger { display: flex; flex-direction: column; gap: 4px; }
.ap-burger span { width: 20px; height: 2.4px; background: var(--l-ink); border-radius: 2px; }
.ap-head h4 { margin: 0; font-size: 17px; font-weight: 800; color: var(--l-ink); letter-spacing: -0.01em; }
.ap-trophy {
  width: 34px; height: 34px; border-radius: 50%; background: var(--l-cyan-50); color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.ap-trophy svg { width: 18px; height: 18px; }

.ap-body { flex: 1; overflow: hidden; padding: 6px 18px 18px; display: flex; flex-direction: column; gap: 16px; }
.ap-label {
  font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: var(--l-cyan-70); text-align: center;
}
.ap-label--gray { color: var(--l-fg-3); text-align: left; }

.ap-card {
  border: 1px solid var(--l-border-subtle); border-radius: 18px; background: #fff;
  box-shadow: var(--l-shadow-xs);
}
.match { padding: 16px 14px 14px; text-align: center; }
.match-row { display: flex; align-items: center; justify-content: center; gap: 14px; }
.match-team { display: flex; flex-direction: column; align-items: center; gap: 8px; width: 78px; }
.match-team .flag { width: 46px; height: 32px; border-radius: 7px; overflow: hidden; box-shadow: var(--l-shadow-xs); }
.match-team b { font-size: 14px; font-weight: 800; color: var(--l-ink); }
.match-vs {
  font-size: 13px; font-weight: 800; color: var(--l-fg-3);
  background: var(--l-gray-10); border-radius: 9px; padding: 7px 10px;
}
.match-time { margin-top: 12px; font-size: 13px; font-weight: 700; color: var(--l-fg-3); }

.ap-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.ap-stat {
  border: 1px solid var(--l-border-subtle); border-radius: 14px; padding: 11px 6px;
  text-align: center; background: #fff;
}
.ap-stat .ic { color: var(--l-cyan-50); display: flex; justify-content: center; margin-bottom: 5px; }
.ap-stat .ic svg { width: 18px; height: 18px; }
.ap-stat .v { font-size: 19px; font-weight: 800; color: var(--l-ink); letter-spacing: -0.02em; }
.ap-stat .k { font-size: 9px; font-weight: 800; letter-spacing: .07em; color: var(--l-fg-3); text-transform: uppercase; margin-top: 2px; }

.leader {
  background: linear-gradient(135deg, var(--l-cyan-50), var(--l-cyan-70));
  border-radius: 18px; padding: 15px 16px; display: flex; align-items: center; gap: 13px; color: #fff;
}
.leader .lt { width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.18); display: flex; align-items: center; justify-content: center; }
.leader .lt svg { width: 24px; height: 24px; color: #FFD86B; }
.leader .lk { font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; opacity: .85; }
.leader b { display: block; font-size: 17px; font-weight: 800; margin-top: 1px; }
.leader small { font-size: 12px; opacity: .9; font-weight: 600; }

/* palpite screen specifics */
.guess-match { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px; }
.guess-team { display: flex; flex-direction: column; align-items: center; gap: 7px; }
.guess-team .flag { width: 40px; height: 28px; border-radius: 6px; overflow: hidden; }
.guess-team b { font-size: 13px; font-weight: 800; }
.score-box { width: 46px; height: 54px; border-radius: 12px; border: 2px solid var(--l-cyan-50); display: flex; align-items: center; justify-content: center; font-size: 26px; font-weight: 800; color: var(--l-ink); }
.score-x { font-weight: 800; color: var(--l-fg-3); }
.ap-cta { margin-top: auto; height: 46px; border-radius: var(--l-radius-pill); background: var(--l-cyan-50); color: #fff; font-weight: 800; font-size: 15px; display: flex; align-items: center; justify-content: center; gap: 8px; }

/* ranking screen */
.rk { display: flex; align-items: center; gap: 12px; padding: 11px 13px; border-radius: 14px; border: 1px solid var(--l-border-subtle); }
.rk + .rk { margin-top: 8px; }
.rk .pos { width: 26px; font-size: 15px; font-weight: 800; color: var(--l-fg-3); text-align: center; }
.rk .av { width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13px; }
.rk .nm { flex: 1; font-size: 14px; font-weight: 700; color: var(--l-ink); }
.rk .pt { font-size: 13px; font-weight: 800; color: var(--l-cyan-70); }
.rk.me { background: var(--l-cyan-light); border-color: var(--l-cyan-30); }
.rk.gold .pos { color: #E2A300; }

/* ============================================================
   GENERIC SECTION
   ============================================================ */
.section { padding: 96px 0; }
.section--muted { background: var(--l-gray-10); }
.sec-head { max-width: 680px; margin: 0 auto 56px; text-align: center; }
.sec-head.left { margin-left: 0; text-align: left; }
.overline {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: var(--l-cyan-70); background: var(--l-cyan-light);
  padding: 7px 14px; border-radius: var(--l-radius-pill); margin-bottom: 18px;
}
.sec-title { font-size: clamp(30px, 4vw, 46px); font-weight: 800; color: var(--l-ink); letter-spacing: -0.025em; line-height: 1.05; margin: 0; }
.sec-title .em { color: var(--l-cyan-50); }
.sec-desc { margin: 18px 0 0; font-size: 18px; color: var(--l-fg-2); line-height: 1.5; }

/* ---------- Como funciona (steps) ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step {
  position: relative; background: #fff; border: 1px solid var(--l-border-subtle);
  border-radius: 22px; padding: 28px 24px; box-shadow: var(--l-shadow-xs);
  transition: transform .2s var(--l-ease), box-shadow .2s var(--l-ease);
}
.step:hover { transform: translateY(-6px); box-shadow: var(--l-shadow-lg); }
.step-num { font-size: 14px; font-weight: 800; color: var(--l-cyan-50); letter-spacing: .1em; }
.step-icon {
  width: 58px; height: 58px; border-radius: 16px; margin: 16px 0 18px;
  display: flex; align-items: center; justify-content: center;
}
.step-icon svg { width: 28px; height: 28px; stroke-width: 2.3; }
.step h3 { margin: 0 0 8px; font-size: 19px; font-weight: 800; color: var(--l-ink); letter-spacing: -0.01em; }
.step p { margin: 0; font-size: 15px; color: var(--l-fg-2); line-height: 1.5; }
.si-cyan { background: var(--l-cyan-light); color: var(--l-cyan-70); }
.si-pink { background: var(--l-pink-light); color: #E8617B; }
.si-yellow { background: var(--l-yellow-light); color: var(--l-yellow-dark); }
.si-purple { background: var(--l-purple-light); color: var(--l-purple-50); }
.si-green { background: var(--l-success-bg); color: var(--l-success-dark); }

/* ---------- Benefícios ---------- */
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.benefit {
  background: #fff; border: 1px solid var(--l-border-subtle); border-radius: 20px;
  padding: 28px 26px; transition: transform .2s var(--l-ease), box-shadow .2s var(--l-ease);
}
.benefit:hover { transform: translateY(-5px); box-shadow: var(--l-shadow-md); }
.benefit-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.benefit-icon svg { width: 26px; height: 26px; stroke-width: 2.3; }
.benefit h3 { margin: 0 0 8px; font-size: 18px; font-weight: 800; color: var(--l-ink); letter-spacing: -0.01em; }
.benefit p { margin: 0; font-size: 15px; color: var(--l-fg-2); line-height: 1.5; }
.reassure {
  margin-top: 24px; background: var(--l-cyan-light); border-radius: 20px;
  padding: 24px 30px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
}
.reassure .ric { width: 50px; height: 50px; border-radius: 14px; background: var(--l-cyan-50); color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.reassure .ric svg { width: 26px; height: 26px; }
.reassure b { font-size: 18px; font-weight: 800; color: var(--l-cyan-70); }
.reassure span { font-size: 15px; color: var(--l-fg-2); }

/* ---------- Prêmios e gamificação ---------- */
.prizes-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 32px; align-items: start; }
.points-list { display: flex; flex-direction: column; gap: 14px; }
.point-row {
  display: flex; align-items: center; gap: 16px; background: #fff;
  border: 1px solid var(--l-border-subtle); border-radius: 16px; padding: 16px 18px;
}
.point-badge { width: 56px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-weight: 800; font-size: 18px; color: #fff; }
.point-row .pt-txt b { display: block; font-size: 16px; font-weight: 800; color: var(--l-ink); }
.point-row .pt-txt span { font-size: 14px; color: var(--l-fg-2); }
.board {
  background: #fff; border: 1px solid var(--l-border-subtle); border-radius: 24px;
  padding: 24px; box-shadow: var(--l-shadow-sm);
}
.board-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.board-head b { font-size: 18px; font-weight: 800; color: var(--l-ink); }
.board-head .pill { font-size: 12px; font-weight: 800; color: var(--l-cyan-70); background: var(--l-cyan-light); padding: 5px 12px; border-radius: var(--l-radius-pill); }
.podium { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-items: end; margin-bottom: 18px; }
.pod { border-radius: 16px; padding: 14px 8px; text-align: center; color: #fff; }
.pod .av { width: 44px; height: 44px; border-radius: 50%; margin: 0 auto 8px; background: rgba(255,255,255,.25); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 16px; }
.pod .nm { font-size: 13px; font-weight: 800; }
.pod .pt { font-size: 12px; opacity: .9; font-weight: 700; }
.pod .rank { font-size: 11px; font-weight: 800; letter-spacing: .08em; margin-bottom: 6px; opacity: .9; }
.pod.p1 { background: linear-gradient(160deg,#FFD15C,#F0AF09); padding-top: 22px; }
.pod.p2 { background: linear-gradient(160deg,#C8D0D8,#A3B1BF); }
.pod.p3 { background: linear-gradient(160deg,#E8A06B,#CC7A3F); }

/* ---------- Prévia do app ---------- */
.preview { background: radial-gradient(120% 120% at 50% 0%, #15A89D, var(--hero-deep)); position: relative; overflow: hidden; }
.preview::before { content:""; position:absolute; inset:0; background-image: radial-gradient(rgba(255,255,255,.08) 1.4px, transparent 1.6px); background-size: 24px 24px; }
.preview .sec-title, .preview .sec-desc { color: #fff; }
.preview .sec-desc { color: rgba(255,255,255,.9); }
.preview .overline { background: rgba(255,255,255,.16); color: #fff; }
.phones-row { display: flex; justify-content: center; align-items: flex-start; gap: 40px; position: relative; z-index: 2; flex-wrap: wrap; }
.phone-col { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.phone-cap { color: #fff; font-weight: 800; font-size: 16px; letter-spacing: -0.01em; }
.phone-cap span { display: block; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.78); margin-top: 2px; }
.phone-mid { transform: translateY(-26px); }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: #fff; border: 1px solid var(--l-border-subtle); border-radius: 16px;
  padding: 0 22px; transition: border-color .2s var(--l-ease), box-shadow .2s var(--l-ease);
}
.faq-item[open] { border-color: var(--l-cyan-30); box-shadow: var(--l-shadow-sm); }
.faq-item summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 0; font-size: 17px; font-weight: 800; color: var(--l-ink); letter-spacing: -0.01em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: ""; flex-shrink: 0; width: 11px; height: 11px;
  border-right: 2.5px solid var(--l-cyan-50); border-bottom: 2.5px solid var(--l-cyan-50);
  transform: rotate(45deg); transition: transform .2s var(--l-ease); margin-right: 4px;
}
.faq-item[open] summary::after { transform: rotate(-135deg); }
.faq-item p { margin: 0; padding: 0 0 20px; font-size: 15px; color: var(--l-fg-2); line-height: 1.6; max-width: 64ch; }

/* ---------- CTA final ---------- */
.final { position: relative; overflow: hidden; background:
   radial-gradient(110% 140% at 20% 20%, #15A89D, #008178 70%, var(--hero-deep)); padding: 92px 0; }
.final::before { content:""; position:absolute; inset:0; background-image: radial-gradient(rgba(255,255,255,.1) 1.4px, transparent 1.6px); background-size: 22px 22px; opacity:.5; }
.final-inner { position: relative; z-index: 2; text-align: center; max-width: 760px; margin: 0 auto; }
.final h2 { font-size: clamp(34px, 5vw, 56px); font-weight: 800; color: #fff; letter-spacing: -0.03em; line-height: 1.02; margin: 0; }
.final h2 .accent { color: #6FE6DC; }
.final p { font-size: 19px; color: rgba(255,255,255,.92); margin: 22px 0 36px; line-height: 1.5; }
.final-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.final .conf-l, .final .conf-r { position: absolute; width: 84px; z-index: 1; opacity: .9; }
.final .conf-l { left: 5%; top: 24%; transform: rotate(-12deg); }
.final .conf-r { right: 5%; bottom: 18%; transform: rotate(160deg); }

/* ---------- Footer ---------- */
.footer { background: var(--l-ink); color: #fff; padding: 44px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer .brand-name b { color: #fff; }
.footer .brandmark { background: rgba(255,255,255,.12); }
.footer-tag { font-size: 14px; color: rgba(255,255,255,.6); }
.footer-meta { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255,255,255,.55); }
.footer-meta .logo-l { width: 22px; color: rgba(255,255,255,.55); }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--l-ease-out), transform .7s var(--l-ease-out); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .deco-ball, .float-tile { animation: none; }
}

/* ---------- Como habilitar ---------- */
.enable-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 48px; align-items: center; }
.enable-visual { position: relative; }
.enable-mockup { width: 100%; height: auto; display: block; filter: drop-shadow(0 24px 44px rgba(13,42,56,.16)); }

.enable-content { display: flex; flex-direction: column; gap: 20px; }
.enable-help { align-self: flex-start; margin-top: 16px; }
.enable-steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.enable-step {
  display: flex; align-items: flex-start; gap: 16px;
  background: #fff; border: 1px solid var(--l-border-subtle); border-radius: 16px;
  padding: 18px 20px; box-shadow: var(--l-shadow-xs);
  transition: transform .2s var(--l-ease), box-shadow .2s var(--l-ease);
}
.enable-step:hover { transform: translateX(5px); box-shadow: var(--l-shadow-md); }
.enable-num {
  flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%;
  background: var(--l-cyan-50); color: #fff; font-weight: 800; font-size: 16px;
  display: flex; align-items: center; justify-content: center;
}
.enable-step p { margin: 0; font-size: 16px; color: var(--l-fg-2); line-height: 1.45; font-weight: 600; align-self: center; }
.enable-step p b { font-weight: 800; color: var(--l-ink); }
.enable-step p em { font-style: normal; font-weight: 800; color: var(--l-cyan-70); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1020px) {
  .hero-inner { grid-template-columns: 1fr; padding-top: 40px; gap: 8px; }
  .hero-copy { text-align: center; padding-bottom: 8px; display: flex; flex-direction: column; align-items: center; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .features { justify-content: center; }
  .hero-cta-row { justify-content: center; }
  .hero-visual { min-height: 0; max-width: 440px; margin: 0 auto; width: 100%; }
  .hero-mockup-img { max-width: 100%; }
  .hl-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .prizes-grid { grid-template-columns: 1fr; }
  .enable-grid { grid-template-columns: 1fr; gap: 32px; max-width: 560px; margin: 0 auto; }
}
@media (max-width: 720px) {
  .container { padding: 0 20px; }
  .section { padding: 60px 0; }
  .hero-title { font-size: clamp(40px, 13vw, 56px); }
  .hl-banner { transform: none; }
  .features { gap: 14px; width: 100%; }
  .feature-divider { display: none; }
  .feature { flex: 1; max-width: none; align-items: center; text-align: center; gap: 8px; }
  .feature-icon { width: 52px; height: 52px; border-radius: 15px; }
  .feature-icon svg { width: 26px; height: 26px; }
  .feature-label { font-size: 11.5px; }
  .hero-cta-row { width: 100%; flex-direction: column; }
  .hero-cta-row .btn { width: 100%; }
  .sec-head { margin-bottom: 40px; }
  .steps { grid-template-columns: 1fr; gap: 16px; }
  .benefits { grid-template-columns: 1fr; gap: 16px; }
  .bolao { flex-direction: column; text-align: center; gap: 12px; }
  .bolao p { max-width: none; }
  .phones-row { gap: 32px; }
  .footer-inner { flex-direction: column; text-align: center; gap: 16px; }
}
@media (max-width: 420px) {
  .brand-name b { font-size: 14px; }
  .brand-name span { font-size: 10px; }
  .brand-logo { height: 20px; }
  .btn--lg { height: 54px; font-size: 16px; padding: 0 22px; }
  .hl-grid { padding: 22px 20px; }
  .trionda-info { padding: 20px; }
  .trionda-name { font-size: 20px; }
  /* Os mockups têm layout fixo de 300px; reduz a escala para caber sem cortar.
     O margin-bottom negativo no próprio .phone absorve o espaço vazio que o
     scale (origem no topo) deixa na caixa de layout, mantendo a legenda colada
     ao telefone e evitando que a coluna seguinte sobreponha o texto. */
  .phone { transform: scale(0.92); transform-origin: top center; margin-bottom: -52px; }
  .phone--lg { width: 300px; }
}
@media (max-width: 360px) {
  .phone { transform: scale(0.84); margin-bottom: -103px; }
}


/* ---------- Real emoji (Twemoji) ---------- */
img.emoji { height: 1em; width: auto; display: inline-block; vertical-align: -0.12em; margin: 0; }
.copa-chip .ball-img { width: 28px; height: 28px; object-fit: contain; display: block; }
.efl-lg { font-size: 34px; line-height: 1; display: flex; align-items: center; justify-content: center; }
.etr-lg { font-size: 40px; line-height: 1; display: flex; align-items: center; justify-content: center; }
.match-team .flag-emoji { font-size: 32px; line-height: 1; }
.guess-team .flag-emoji { font-size: 27px; line-height: 1; }
.leader .lt.etr-md { font-size: 24px; line-height: 1; }
.funcard .conf-emoji { font-size: 38px; line-height: 1; }
.final .conf-emoji-lg { font-size: 64px; line-height: 1; display: block; }


/* ---------- Prêmios: scoring + special card ---------- */
/* ---------- Trionda prize card ---------- */
.trionda-card {
  position: relative;
  display: flex; flex-direction: column; gap: 0;
  background: #fff; border: 1px solid var(--l-border-subtle);
  border-radius: 24px; overflow: hidden; box-shadow: var(--l-shadow-sm);
}
.trionda-badge {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 14px; border-radius: var(--l-radius-pill);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 8px 22px -10px rgba(16,24,40,.35);
  font-size: 13px; font-weight: 800; color: var(--l-ink); letter-spacing: -0.01em;
}
.trionda-badge i, .trionda-badge svg { width: 16px; height: 16px; color: var(--l-cyan-70); }
.trionda-badge-logo { height: 14px; width: auto; display: block; }
.trionda-photo {
  width: 100%; height: 240px; object-fit: cover; object-position: center 42%;
  display: block;
}
.trionda-info { padding: 24px 26px; }
.trionda-rank {
  font-size: 13px; font-weight: 800; letter-spacing: .06em;
  color: var(--l-warning-dark); text-transform: uppercase; display: block; margin-bottom: 8px;
}
.trionda-name {
  font-size: 22px; font-weight: 800; color: var(--l-ink);
  letter-spacing: -0.02em; margin: 0 0 10px; line-height: 1.15;
}
.trionda-desc { font-size: 15px; color: var(--l-fg-2); line-height: 1.55; margin: 0; }

.prize-subhead { font-size: 18px; font-weight: 800; color: var(--l-ink); margin: 0 0 16px; letter-spacing: -0.01em; }
.special-card { margin-top: 22px; background: linear-gradient(160deg, var(--l-yellow-light), #FFEFCF); border: 1px solid #F6DDA0; border-radius: 20px; padding: 22px; }
.special-head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.special-head .medal { font-size: 28px; line-height: 1; }
.special-head b { display: block; font-size: 17px; font-weight: 800; color: var(--l-ink); }
.special-head span { font-size: 14px; color: var(--l-fg-2); }
.special-rows { display: flex; flex-direction: column; gap: 8px; }
.special-row { display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.72); border-radius: 12px; padding: 12px 16px; }
.special-row b { font-size: 15px; font-weight: 800; color: var(--l-ink); }
.special-row .pts { font-size: 18px; font-weight: 800; color: var(--l-yellow-dark); }
.r-champ-btn svg { width: 16px; height: 16px; }
