/* TOP GAMES CENTRO — Landing page estática e editável */
:root {
  --black: #070709;
  --black-2: #101014;
  --surface: #15151b;
  --surface-2: #1b1b22;
  --red: #e20b17;
  --red-dark: #98070e;
  --yellow: #ffd21c;
  --white: #f7f7f8;
  --muted: #b8b8c1;
  --line: rgba(255,255,255,.12);
  --green: #25d366;
  --shadow: 0 25px 70px rgba(0,0,0,.36);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 6%, rgba(226,11,23,.17), transparent 30%),
    radial-gradient(circle at 90% 35%, rgba(255,210,28,.08), transparent 22%),
    var(--black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select { font: inherit; }
.container { width: min(var(--container), calc(100% - 36px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; background: var(--yellow); color: #000; padding: 12px 16px; border-radius: 10px; font-weight: 900; }
.skip-link:focus { top: 12px; }

.top-strip { background: linear-gradient(90deg, var(--red-dark), var(--red)); border-bottom: 1px solid rgba(255,255,255,.16); }
.top-strip__inner { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 36px; font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(7,7,9,.82); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 26px; }
.brand img { width: 260px; height: auto; }
.nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.nav a { text-decoration: none; color: #ddd; font-weight: 800; font-size: .92rem; }
.nav a:hover { color: var(--yellow); }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; color: #fff; font-size: 1.6rem; cursor: pointer; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 14px; text-decoration: none; font-weight: 950; letter-spacing: .015em; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 44px; padding-inline: 17px; font-size: .87rem; }
.button--primary { color: #090909; background: linear-gradient(135deg, var(--yellow), #ff9f00); box-shadow: 0 15px 35px rgba(255,184,0,.18); }
.button--ghost { background: rgba(255,255,255,.03); border-color: rgba(255,255,255,.22); }
.button--ghost:hover { border-color: var(--red); background: rgba(226,11,23,.1); }
.button--whatsapp { background: var(--green); color: #06150b; box-shadow: 0 14px 32px rgba(37,211,102,.16); }
.button--full { width: 100%; }

.hero { position: relative; padding: 62px 0 72px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, rgba(226,11,23,.12), transparent 35%, rgba(255,210,28,.05)); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .75fr; align-items: center; gap: 62px; }
.eyebrow { display: inline-flex; color: var(--yellow); font-weight: 950; letter-spacing: .14em; text-transform: uppercase; font-size: .78rem; }
h1, h2, h3 { margin: 0; line-height: 1.04; letter-spacing: -.035em; }
h1 { margin-top: 16px; max-width: 730px; font-size: clamp(3rem, 6.8vw, 6.2rem); text-transform: uppercase; font-style: italic; }
h1 strong { color: var(--red); text-shadow: 0 0 32px rgba(226,11,23,.3); }
.hero-lead { max-width: 670px; color: #d5d5db; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 20px; padding: 0; margin: 0; list-style: none; color: #ddd; font-weight: 760; }
.trust-list b { color: var(--yellow); }
.price-note { margin-top: 17px; color: #85858f; font-size: .78rem; }
.hero-art { position: relative; width: min(100%, 490px); margin-left: auto; }
.hero-art::before { content: ""; position: absolute; inset: 5% -8% -6%; z-index: -1; background: radial-gradient(circle, rgba(226,11,23,.48), transparent 66%); filter: blur(20px); }
.hero-art img { width: 100%; max-height: 720px; object-fit: cover; object-position: center top; border: 1px solid rgba(255,255,255,.18); border-radius: 30px; box-shadow: var(--shadow); }
.hero-badge { position: absolute; left: -42px; bottom: 54px; display: grid; padding: 12px 22px; background: var(--yellow); color: #050505; border: 6px solid #111; transform: rotate(-7deg); box-shadow: 0 12px 32px rgba(0,0,0,.5); }
.hero-badge span { font-size: .7rem; letter-spacing: .15em; font-weight: 900; }
.hero-badge strong { font-size: 1.22rem; }

.ticker { overflow: hidden; border-block: 1px solid rgba(255,255,255,.11); background: var(--red); transform: rotate(-1deg); box-shadow: 0 10px 40px rgba(226,11,23,.2); }
.ticker-track { display: flex; width: max-content; gap: 18px; padding: 12px 0; animation: ticker 28s linear infinite; color: #fff; font-weight: 950; letter-spacing: .11em; }
.ticker-track i { color: var(--yellow); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 96px 0; }
.section--dark { background: linear-gradient(180deg, #0e0e12, #09090c); border-block: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.section-heading h2 { margin-top: 8px; font-size: clamp(2rem, 4vw, 3.7rem); text-transform: uppercase; font-style: italic; }
.section-heading > p { max-width: 480px; color: var(--muted); }
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.filter { border: 1px solid var(--line); color: #ddd; background: #111116; padding: 10px 16px; border-radius: 999px; font-weight: 900; cursor: pointer; }
.filter:hover, .filter.active { background: var(--red); border-color: var(--red); color: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.product-card { position: relative; display: flex; flex-direction: column; min-height: 100%; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, #17171d, #0d0d11); overflow: hidden; box-shadow: 0 14px 40px rgba(0,0,0,.2); transition: transform .25s ease, border-color .25s ease; }
.product-card:hover { transform: translateY(-7px); border-color: rgba(226,11,23,.6); }
.product-card__media { aspect-ratio: 16/10; overflow: hidden; background: #0d0d11; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-card__media img { transform: scale(1.04); }
.product-card__body { display: flex; flex-direction: column; flex: 1; padding: 22px; }
.product-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 11px; }
.badge { display: inline-flex; padding: 6px 9px; border-radius: 8px; font-size: .68rem; font-weight: 950; letter-spacing: .07em; text-transform: uppercase; }
.badge--new { color: #041207; background: #68f08e; }
.badge--used { color: #fff; background: var(--red); }
.badge--order { color: #151000; background: var(--yellow); }
.badge--brand { color: #ddd; background: rgba(255,255,255,.08); }
.product-card h3 { font-size: 1.42rem; }
.product-description { min-height: 48px; color: var(--muted); font-size: .92rem; }
.price-block { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 16px 0; }
.price { padding: 12px; border-radius: 13px; background: #0a0a0d; border: 1px solid rgba(255,255,255,.09); }
.price small { display: block; color: #8f8f99; font-size: .67rem; font-weight: 850; text-transform: uppercase; }
.price strong { display: block; color: var(--yellow); font-size: 1.3rem; line-height: 1.15; }
.product-features { display: grid; gap: 6px; padding: 0; margin: 0 0 20px; list-style: none; color: #d6d6da; font-size: .86rem; }
.product-features li::before { content: "✓"; color: var(--yellow); font-weight: 950; margin-right: 7px; }
.product-card .button { margin-top: auto; }
.no-products { grid-column: 1/-1; color: var(--muted); padding: 40px; text-align: center; border: 1px dashed var(--line); border-radius: var(--radius); }

.trade-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: center; }
.trade-copy h2 { margin-top: 12px; font-size: clamp(2.2rem, 4.5vw, 4.2rem); text-transform: uppercase; }
.trade-copy > p { color: var(--muted); font-size: 1.08rem; max-width: 650px; }
.steps { display: grid; gap: 14px; padding: 0; margin: 30px 0 0; list-style: none; }
.steps li { display: flex; gap: 14px; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.025); }
.steps li > span { display: grid; place-items: center; flex: 0 0 44px; height: 44px; border-radius: 50%; background: var(--red); font-weight: 950; }
.steps b, .steps small { display: block; }
.steps small { color: var(--muted); }
.trade-form, .hours-card { padding: 28px; border: 1px solid rgba(226,11,23,.42); border-radius: var(--radius); background: linear-gradient(160deg, rgba(226,11,23,.16), #121217 42%); box-shadow: var(--shadow); }
.form-head { display: grid; margin-bottom: 18px; }
.form-head span { color: var(--yellow); font-size: .75rem; font-weight: 950; letter-spacing: .14em; }
.form-head strong { font-size: 1.7rem; }
.trade-form label { display: grid; gap: 7px; margin-top: 13px; color: #ddd; font-size: .85rem; font-weight: 800; }
.trade-form input, .trade-form select { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: #0d0d11; color: #fff; padding: 13px 14px; outline: none; }
.trade-form input:focus, .trade-form select:focus { border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(255,210,28,.1); }
.trade-form .button { margin-top: 18px; }
.trade-form > small { display: block; margin-top: 10px; color: #85858f; text-align: center; }

.benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.benefit { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
.benefit > span { font-size: 2rem; }
.benefit h3 { margin: 12px 0 8px; font-size: 1.2rem; }
.benefit p { margin: 0; color: var(--muted); }

.cta-section { padding: 20px 0 92px; }
.cta-box { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 42px; border-radius: 28px; background: linear-gradient(110deg, var(--red-dark), var(--red) 60%, #ff3a1a); box-shadow: 0 22px 65px rgba(226,11,23,.22); }
.cta-box h2 { margin-top: 7px; max-width: 800px; font-size: clamp(2rem, 4vw, 3.5rem); text-transform: uppercase; }
.cta-box p { margin-bottom: 0; }
.cta-box .eyebrow { color: var(--yellow); }

.contact { border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 50px; align-items: center; }
.contact h2 { margin: 10px 0 20px; font-size: clamp(2rem, 4vw, 3.5rem); text-transform: uppercase; }
.contact-links { display: grid; gap: 10px; }
.contact-links a { width: fit-content; color: var(--yellow); font-weight: 900; text-underline-offset: 4px; }
.hours-card span { color: var(--yellow); font-size: .76rem; font-weight: 950; letter-spacing: .14em; }
.hours-card strong { display: block; margin: 8px 0 13px; font-size: 1.5rem; }
.hours-card p { color: var(--muted); }

.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 90; display: flex; align-items: center; gap: 9px; padding: 12px 16px; border-radius: 999px; background: var(--green); color: #06150b; font-weight: 950; text-decoration: none; box-shadow: 0 12px 34px rgba(0,0,0,.4); }
.footer { padding: 26px 0; border-top: 1px solid var(--line); background: #050507; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer img { width: 210px; }
.footer p { margin: 0; color: #85858f; font-size: .8rem; text-align: right; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .header-cta { display: none; }
  .nav { gap: 16px; }
  .hero-grid { grid-template-columns: 1fr .7fr; gap: 30px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .trade-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 760px) {
  .top-strip__inner { justify-content: flex-start; overflow: hidden; white-space: nowrap; gap: 24px; }
  .brand img { width: 205px; }
  .menu-toggle { display: block; }
  .nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 18px 18px; background: rgba(7,7,9,.98); border-bottom: 1px solid var(--line); }
  .nav.open { display: flex; }
  .nav a { padding: 13px 8px; border-bottom: 1px solid var(--line); }
  .hero { padding-top: 44px; }
  .hero-grid { grid-template-columns: 1fr; }
  h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .hero-art { width: 100%; margin: 10px auto 0; }
  .hero-art img { max-height: none; }
  .hero-badge { left: 10px; bottom: 25px; }
  .section { padding: 72px 0; }
  .section-heading { display: block; }
  .product-grid, .benefit-grid, .contact-grid { grid-template-columns: 1fr; }
  .price-block { grid-template-columns: 1fr 1fr; }
  .cta-box { display: block; padding: 30px 24px; }
  .cta-box .button { width: 100%; margin-top: 20px; }
  .footer-inner { display: grid; justify-items: center; text-align: center; }
  .footer p { text-align: center; }
  .floating-whatsapp span { display: none; }
}

@media (max-width: 420px) {
  .container { width: min(100% - 24px, var(--container)); }
  .hero-actions .button { width: 100%; }
  .trust-list { display: grid; }
  .price-block { grid-template-columns: 1fr; }
  .product-card__body { padding: 18px; }
}

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