:root {
  --bg: #080a10;
  --bg-soft: #0f121b;
  --surface: #141823;
  --surface-2: #1a1f2d;
  --text: #f4f2f3;
  --muted: #aeb2be;
  --line: rgba(255,255,255,.1);
  --cta: #1fbf68;
  --cta-hover: #19a95b;
  --font-heading: "Manrope", Arial, sans-serif;
  --font-body: "Inter", Arial, sans-serif;
  --shadow: 0 28px 70px rgba(0,0,0,.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font-body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 1000; background: var(--cta); color: #07130c; padding: 10px 16px; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.07); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-heading); font-weight: 800; }
.brand img { width: 54px; height: 54px; border-radius: 50%; }
.brand strong { color: #f2c53d; }
nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; font-weight: 600; }
nav > a { color: #d6d8df; transition: color .2s ease; }
nav > a:hover { color: #fff; }
.nav-cta { background: var(--cta); color: #07130c !important; padding: 10px 17px; border-radius: 999px; }

.hero { position: relative; min-height: 100vh; padding: 148px 0 42px; background: radial-gradient(circle at 50% 15%, #181221 0, #0b0d14 42%, #080a10 74%); overflow: hidden; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(242,197,61,.7), transparent); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 66px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .18; pointer-events: none; }
.hero-glow-one { width: 360px; height: 360px; background: #572da1; top: 7%; right: 6%; }
.hero-glow-two { width: 280px; height: 280px; background: #e32a69; bottom: 4%; left: -10%; }
.eyebrow { margin: 0 0 18px; color: #d8dae1; text-transform: uppercase; letter-spacing: .13em; font-size: .76rem; font-weight: 700; }
.eyebrow span { display: inline-block; width: 22px; height: 2px; margin: 0 9px 3px 0; background: #f2c53d; }
h1, h2, h3 { margin-top: 0; font-family: var(--font-heading); letter-spacing: -.035em; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(2.35rem, 5.1vw, 4.35rem); line-height: 1.03; font-weight: 800; }
h1 em { color: #f2c53d; font-style: normal; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.7vw, 3.2rem); line-height: 1.12; font-weight: 800; }
h3 { margin-bottom: 10px; font-size: 1.4rem; line-height: 1.2; }
.hero-subtitle { max-width: 650px; margin: 0 0 30px; color: #c1c4ce; font-size: clamp(1.06rem, 1.7vw, 1.24rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 12px; padding: 14px 22px; font-weight: 700; line-height: 1.2; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.button-primary { background: var(--cta); color: #06130b; box-shadow: 0 14px 30px rgba(31,191,104,.22); }
.button-primary:hover { background: var(--cta-hover); }
.button-primary svg { width: 21px; height: 21px; fill: currentColor; }
.admin-note { color: #c8cbd3; font-size: .9rem; }
.admin-note span { color: var(--cta); font-weight: 800; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 26px; color: #8f94a1; font-size: .84rem; }
.trust-row span::before { content: "•"; color: #f2c53d; margin-right: 8px; }

.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.logo-halo { position: absolute; width: 75%; aspect-ratio: 1; border-radius: 50%; background: conic-gradient(from 40deg, #e32a69, #572da1, #12a1a8, #d7e30b, #f3a009, #e32a69); filter: blur(28px); opacity: .28; }
.hero-logo { position: relative; width: min(100%, 500px); border-radius: 50%; clip-path: circle(50% at 50% 50%); filter: drop-shadow(0 28px 42px rgba(0,0,0,.48)); animation: float 6s ease-in-out infinite; }
.orbit { position: absolute; padding: 8px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(12,14,21,.82); backdrop-filter: blur(10px); box-shadow: 0 10px 28px rgba(0,0,0,.3); font-size: .77rem; font-weight: 700; }
.orbit-tech { top: 10%; left: 2%; color: #c7a8ff; }
.orbit-moda { top: 19%; right: 0; color: #ff7cab; }
.orbit-casa { bottom: 21%; left: -2%; color: #65d6dc; }
.orbit-esporte { bottom: 8%; right: 11%; color: #d7e30b; }
.orbit-bebidas { bottom: 42%; right: -5%; color: #f3a009; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .hero-logo { animation: none; } .button { transition: none; } }

.quick-groups { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 30px; }
.quick-groups a { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.04); font-size: .84rem; font-weight: 700; transition: background .2s ease, border-color .2s ease; }
.quick-groups a:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.22); }
.quick-groups span { color: var(--cta); }

section { position: relative; }
.benefits { padding: 112px 0; background: #0c0f17; }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.06rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.benefit-grid article { min-height: 235px; padding: 30px 26px; background: #11151f; border-right: 1px solid var(--line); }
.benefit-grid article:last-child { border-right: 0; }
.benefit-grid article:hover { background: #151a26; }
.benefit-number { display: block; margin-bottom: 32px; color: #f2c53d; font: 800 .78rem/1 var(--font-heading); letter-spacing: .12em; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: .93rem; }

.groups { padding: 112px 0; background: linear-gradient(180deg, #080a10, #0b0d14); }
.group-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.group-card { --card-accent: #572da1; position: relative; display: grid; grid-template-columns: 210px 1fr; min-height: 330px; overflow: hidden; border: 1px solid color-mix(in srgb, var(--card-accent) 40%, transparent); border-radius: 20px; background: linear-gradient(135deg, color-mix(in srgb, var(--card-accent) 15%, #11141d), #11141d 62%); box-shadow: var(--shadow); }
.group-card::before { content: ""; position: absolute; width: 220px; height: 220px; top: -90px; left: -100px; border-radius: 50%; background: var(--card-accent); filter: blur(80px); opacity: .3; }
.card-tech { --card-accent: #572da1; }
.card-moda { --card-accent: #e32a69; }
.card-casa { --card-accent: #12a1a8; }
.card-esporte { --card-accent: #a0ba12; }
.card-bebidas { --card-accent: #f3a009; }
.card-off { --card-accent: #a634af; }
.image-wrap { position: relative; display: grid; place-items: center; align-self: center; padding: 20px 0 20px 18px; }
.image-wrap img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; border-radius: 50%; clip-path: circle(50% at 50% 50%); filter: drop-shadow(0 18px 22px rgba(0,0,0,.4)); }
.group-content { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 28px 28px 28px 20px; }
.category-tag { display: inline-flex; margin-bottom: 12px; border: 1px solid color-mix(in srgb, var(--card-accent) 55%, transparent); border-radius: 999px; padding: 5px 9px; color: color-mix(in srgb, var(--card-accent) 80%, white); font-size: .69rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.group-content h3 { font-size: 1.75rem; }
.group-content > p { margin: 0 0 22px; color: #b7bbc5; font-size: .92rem; line-height: 1.6; }
.button-whatsapp { width: 100%; margin-top: auto; background: var(--cta); color: #07130c; padding-inline: 15px; font-size: .86rem; box-shadow: 0 12px 26px rgba(31,191,104,.18); }
.button-whatsapp:hover { background: var(--cta-hover); }
.whatsapp-dot { display: inline-grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: rgba(0,0,0,.13); }
.age-warning { margin: -9px 0 18px; color: #d8b171; font-size: .72rem; line-height: 1.45; }
.age-warning strong { color: #ffd992; }
.price-note { max-width: 870px; margin: 28px auto 0; color: #7f8592; font-size: .78rem; text-align: center; }

.marketplaces { padding: 20px 0 112px; background: #0b0d14; }
.marketplace-panel { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; padding: 52px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(130deg, #15101e, #10141b); }
.marketplace-panel h2 { font-size: clamp(1.8rem, 3vw, 2.65rem); }
.marketplace-panel p:not(.eyebrow) { color: var(--muted); margin-bottom: 0; }
.marketplace-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.marketplace-list span { min-height: 72px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.04); font-family: var(--font-heading); font-weight: 700; }

.final-cta { padding: 0 0 112px; background: #0b0d14; }
.final-cta-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; padding: 34px 40px; border: 1px solid rgba(242,197,61,.24); border-radius: 22px; background: linear-gradient(110deg, #17141d, #11151d); }
.final-cta img { width: 110px; border-radius: 50%; }
.final-cta h2 { max-width: 620px; margin-bottom: 0; font-size: clamp(1.55rem, 2.7vw, 2.45rem); }
.final-cta .eyebrow { margin-bottom: 8px; }

.site-footer { padding: 62px 0 34px; background: #06070b; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 50px; padding-bottom: 42px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { border-radius: 50%; }
.footer-brand strong, .footer-links strong { display: block; margin-bottom: 8px; font-family: var(--font-heading); }
.footer-brand p { margin: 0; color: #858a97; font-size: .86rem; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-links a { color: #9da2ad; font-size: .86rem; }
.footer-links a:hover { color: #fff; }
.footer-legal { padding-top: 26px; border-top: 1px solid var(--line); color: #747986; font-size: .72rem; }
.footer-legal p { max-width: 970px; margin: 0 0 7px; }
.footer-legal > span { display: block; margin-top: 16px; }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .hero-copy { text-align: center; }
  .hero-subtitle { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-height: 440px; max-width: 560px; width: 100%; margin-inline: auto; }
  .quick-groups { grid-template-columns: repeat(3, 1fr); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid article { border-bottom: 1px solid var(--line); }
  .benefit-grid article:nth-child(2) { border-right: 0; }
  .benefit-grid article:nth-child(n+3) { border-bottom: 0; }
  .group-grid { grid-template-columns: 1fr; }
  .group-card { grid-template-columns: 235px 1fr; }
  .marketplace-panel { gap: 36px; }
  .final-cta-inner { grid-template-columns: auto 1fr; }
  .final-cta .button { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .site-header { position: absolute; }
  .header-inner { min-height: 70px; }
  .brand span { font-size: .9rem; }
  .brand img { width: 44px; height: 44px; }
  nav > a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 9px 14px; font-size: .8rem; }
  .hero { padding-top: 116px; padding-bottom: 34px; }
  h1 { font-size: clamp(2.15rem, 11vw, 3.15rem); }
  .hero-subtitle { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-visual { min-height: 330px; }
  .hero-logo { width: 84%; }
  .orbit { font-size: .66rem; padding: 6px 9px; }
  .orbit-tech { left: 0; }
  .orbit-moda { right: 1%; }
  .orbit-casa { left: 0; }
  .orbit-bebidas { right: 0; }
  .quick-groups { grid-template-columns: repeat(2, 1fr); margin-top: 14px; }
  .benefits, .groups { padding: 82px 0; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .benefit-grid article:last-child { border-bottom: 0 !important; }
  .benefit-number { margin-bottom: 22px; }
  .section-heading { margin-bottom: 34px; }
  .group-card { grid-template-columns: 1fr; }
  .image-wrap { width: 100%; padding: 24px 34px 0; }
  .image-wrap img { width: min(100%, 360px); height: auto; aspect-ratio: 1 / 1; object-fit: contain; }
  .group-content { padding: 20px 22px 24px; }
  .button-whatsapp { min-height: 58px; }
  .marketplaces { padding-bottom: 82px; }
  .marketplace-panel { grid-template-columns: 1fr; padding: 30px 22px; }
  .marketplace-list { grid-template-columns: 1fr; }
  .marketplace-list span { min-height: 58px; }
  .final-cta { padding-bottom: 82px; }
  .final-cta-inner { grid-template-columns: 1fr; text-align: center; padding: 30px 22px; }
  .final-cta img { margin-inline: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 390px) {
  .brand span { display: none; }
  .quick-groups { grid-template-columns: 1fr; }
}
