.hero{align-items:center;min-height:100vh;padding-top:100px;padding-bottom:120px;display:flex;position:relative;overflow:hidden}.hero-background{z-index:1;background-image:url(/fundohero.png);background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.hero-background:before{content:"";background:radial-gradient(ellipse at 70% 30%, rgba(var(--gold-rgb), .35) 0%, rgba(var(--gold-rgb), .15) 30%, transparent 60%);mix-blend-mode:color-dodge;pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}.hero-background:after{content:"";background:linear-gradient(to bottom, transparent, var(--bg-deep-black));pointer-events:none;z-index:2;width:100%;height:400px;position:absolute;bottom:0;left:0}.hero-overlay{z-index:3;background:linear-gradient(90deg,#000 0%,#000000f2 25%,#05030099 50%,#0000 85%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-container{z-index:4;justify-content:flex-start;width:100%;max-width:1440px;margin:0 auto;padding-left:32px;padding-right:32px;display:flex;position:relative}.hero-content{text-align:left;flex-direction:column;align-items:flex-start;max-width:1100px;display:flex}.hero-logo-large{margin-top:-60px;margin-bottom:1.5rem;margin-left:-50px}.hero-logo-large img{filter:drop-shadow(0 15px 30px #000)drop-shadow(0 25px 60px #000)drop-shadow(0 0 25px #000000f2);width:130%;max-width:1100px;height:auto}.hero-desc{font-family:var(--font-sans);color:var(--text-light);letter-spacing:.5px;text-align:left;text-shadow:0 4px 20px #000,0 2px 5px #000c;margin-bottom:2.5rem;font-size:1.65rem;line-height:1.7}.hero-text-and-buttons{flex-direction:column;align-items:flex-start;max-width:fit-content;margin-bottom:2rem;margin-left:20px;display:flex}.gold-text{color:var(--gold-metallic);text-shadow:0 0 20px rgba(var(--gold-rgb), .5);font-weight:600}.hero-actions{justify-content:center;gap:1.5rem;margin-bottom:4rem;display:flex}.cta-button{cursor:pointer;border-radius:4px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex}.primary-btn{-webkit-backdrop-filter:blur(8px);color:var(--bg-deep-black);box-shadow:0 5px 15px rgba(var(--gold-rgb), .3);background:linear-gradient(135deg,#e8d8bad9 0%,#bfa15fd9 35%,#8c7343d9 70%,#4a3a17d9 100%);border:1px solid #bfa15f80}.primary-btn:hover{box-shadow:0 10px 30px rgba(var(--gold-rgb), .6);transform:translateY(-3px)}.secondary-btn{-webkit-backdrop-filter:blur(5px);color:var(--text-light);border:1px solid rgba(var(--gold-rgb), .4);background:#0a0a0a80}.secondary-btn:hover{border-color:var(--gold-metallic);color:var(--gold-metallic);background:rgba(var(--gold-rgb), .15);transform:translateY(-3px);box-shadow:0 10px 25px #0009}.hero-mini-benefits{gap:2.5rem;margin-left:20px;display:flex}.mini-benefit{text-align:center;color:var(--text-muted);letter-spacing:.5px;text-shadow:0 4px 15px #000,0 1px 4px #000c;flex-direction:column;flex:1;align-items:center;gap:.75rem;font-size:.75rem;display:flex}.mini-benefit svg{color:var(--gold-metallic);width:34px;height:34px;filter:drop-shadow(0 0 8px rgba(var(--gold-rgb), .5)) drop-shadow(0 4px 10px #000000e6)}.mini-benefit strong{color:var(--text-light);font-size:.85rem;font-weight:600}.hero-bottom-cards{z-index:3;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%;max-width:1440px;padding:0 32px;display:grid;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.category-card-mini{-webkit-backdrop-filter:blur(12px);border:1px solid rgba(var(--gold-rgb), .25);cursor:pointer;background:#0a0a0a80;border-radius:8px;align-items:center;gap:1.5rem;padding:1rem 1.75rem 1rem .75rem;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex;box-shadow:0 10px 30px #00000080}.category-card-mini:hover{border-color:rgba(var(--gold-rgb), .6);box-shadow:0 15px 40px #000c, 0 0 20px rgba(var(--gold-rgb), .15);background:#0f0f0fb3;transform:translateY(-4px)}.card-mini-img{mix-blend-mode:screen;width:100px;height:100px;filter:drop-shadow(0 0 10px rgba(var(--gold-rgb), .2));background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:8px;-webkit-mask-image:linear-gradient(90deg,#000 80%,#0000 100%);mask-image:linear-gradient(90deg,#000 80%,#0000 100%)}.card-mini-content h4{color:var(--gold-metallic);font-family:var(--font-sans);letter-spacing:1px;margin:0 0 .35rem;font-size:1.15rem;font-weight:600}.card-mini-content span{color:var(--text-light);opacity:.8;align-items:center;gap:.5rem;font-size:.85rem;transition:color .3s;display:flex}.card-mini-content span svg{color:var(--gold-metallic)}.category-card-mini:hover .card-mini-content span{opacity:1}.hero-scroll-indicator{color:var(--text-muted);letter-spacing:2px;z-index:2;flex-direction:column;align-items:center;gap:.5rem;font-size:.65rem;animation:2s infinite bounce;display:flex;position:absolute;bottom:.5rem;left:50%;transform:translate(-50%)}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%)}40%{transform:translate(-50%,-10px)}60%{transform:translate(-50%,-5px)}}@media (max-width:968px){.hero-overlay{background:linear-gradient(#000000fa 0%,#000000e6 40%,#000000a6 70%,#0000 100%)}.hero-container{justify-content:center}.hero-content{text-align:center;align-items:center}.hero-actions{flex-direction:column;width:100%}.cta-button{justify-content:center;width:100%}.hero-mini-benefits{flex-wrap:wrap;justify-content:center}.hero-bottom-cards{display:none}}@media (max-width:600px){.hero{flex-direction:column;justify-content:flex-end;min-height:100vh;padding-top:0;padding-bottom:40px;display:flex}.hero-container{flex-direction:column;justify-content:flex-end;height:100%;padding-bottom:2rem;display:flex}.hero-logo-large{justify-content:center;width:100%;margin-top:-3rem;margin-bottom:2rem;margin-left:0;display:flex}.hero-logo-large img{filter:drop-shadow(0 10px 20px #000);width:95%;max-width:95%}.hero-desc{text-shadow:0 2px 10px #000,0 4px 15px #000;letter-spacing:2px;margin-bottom:3rem;padding:0 20px;font-size:1rem;font-weight:300}.hero-actions{flex-direction:column;gap:1rem;width:100%;margin-bottom:3rem;padding:0 20px}.cta-button{letter-spacing:2px;text-transform:uppercase;border-radius:2px;justify-content:center;width:100%;padding:1.2rem 2rem;font-size:.85rem}.hero-mini-benefits{flex-wrap:nowrap;justify-content:center;gap:1rem;width:100%;margin-left:0;padding:0 10px}.mini-benefit{letter-spacing:1px;opacity:.8;gap:.5rem;font-size:.6rem}.mini-benefit svg{width:18px;height:18px}.mini-benefit strong{font-size:.6rem;font-weight:400}.desktop-break{display:none}}
