.hero-section{width:100%;overflow:hidden}.hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1400px;margin:0 auto;padding:5rem 2rem 3.5rem;display:grid}.hero-badge{border:1px solid var(--border);background:var(--brand-soft);color:var(--primary);border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.375rem 1rem;font-size:.75rem;font-weight:600;display:inline-flex}.hero-badge-dot{background:var(--primary);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.05}.hero-desc{color:var(--muted-foreground);max-width:32rem;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.hero-ctas{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.hero-btn-primary{background:var(--primary);color:var(--primary-foreground);border-radius:999px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.hero-btn-primary:hover{box-shadow:0 10px 24px var(--brand-soft);transform:translateY(-2px)}.hero-btn-outline{border:1px solid var(--border);background:var(--card);color:var(--foreground);border-radius:999px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:border-color .2s,color .2s;display:inline-flex}.hero-btn-outline:hover{border-color:var(--primary);color:var(--primary)}.hero-ml-wrap{color:var(--muted-foreground);flex-wrap:wrap;align-items:center;gap:.375rem;margin-bottom:2.5rem;font-size:.875rem;display:flex}.hero-ml-link{color:var(--foreground);align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.hero-ml-link:hover{color:var(--primary)}.hero-ml-badge{color:#333;background:#fff159;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;font-size:9px;font-weight:900;display:inline-flex}.hero-stats{border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:1.5rem;padding-top:2rem;display:grid}.hero-stat-num{color:var(--foreground);font-size:clamp(2rem,3vw,3rem);font-weight:800;line-height:1;display:block}.hero-stat-label{color:var(--muted-foreground);margin-top:.375rem;font-size:.8rem;display:block}.hero-right{position:relative}.hero-img-glow{background:linear-gradient(135deg, var(--primary), #f97316);opacity:.15;filter:blur(2rem);pointer-events:none;border-radius:2rem;position:absolute;inset:-1rem}.hero-img-wrapper{border:1px solid var(--border);background:var(--card);aspect-ratio:4/3;border-radius:2rem;position:relative;overflow:hidden;box-shadow:0 24px 80px #00000059;box-shadow:0 24px 80px lab(0% 0 0/.35)}.hero-img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity 1s;position:absolute;inset:0}.hero-img-active{opacity:1}.hero-nav{z-index:10;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000073;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-nav:hover{background:#000000b3;transform:translateY(-50%)scale(1.08)}.hero-nav-prev{left:.75rem}.hero-nav-next{right:.75rem}.hero-dots{z-index:10;gap:.4rem;display:flex;position:absolute;bottom:.75rem;left:50%;transform:translate(-50%)}.hero-dot{cursor:pointer;background:#ffffff73;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:background .2s,transform .2s}.hero-dot-active{background:#fff;transform:scale(1.4)}.hero-float{border:1px solid var(--border);background:var(--card);border-radius:1rem;padding:.625rem 1.25rem;position:absolute;box-shadow:0 8px 24px #0000004d;box-shadow:0 8px 24px lab(0% 0 0/.3)}.hero-float-bottom{bottom:-1rem;left:-1rem}.hero-float-top{top:-1rem;right:-1rem}.hero-float-sun{background:var(--sun)}.hero-float-label{text-transform:uppercase;letter-spacing:.15em;color:var(--muted-foreground);font-family:monospace;font-size:10px}.hero-float-value{color:var(--foreground);font-size:1.1rem;font-weight:800}.hero-float-label-dark{color:var(--ink);opacity:.6}.hero-float-value-dark{color:var(--ink)}@media (max-width:1024px){.hero-inner{grid-template-columns:1fr;gap:2.5rem;padding:3rem 2rem}.hero-title{font-size:2.5rem}.hero-float-bottom,.hero-float-top{display:none}}@media (max-width:640px){.hero-inner{padding:2rem 1rem}.hero-title{font-size:2rem}.hero-desc{font-size:.95rem}.hero-ctas{gap:.5rem}.hero-btn-primary,.hero-btn-outline{padding:.75rem 1.25rem;font-size:.8rem}.hero-stats{gap:1rem}}
.sobre-cta-wrap{width:50%;margin-left:25%}.sobre-cta-link{text-decoration:none}@media (max-width:768px){.sobre-cta-wrap{width:100%;margin-left:0}}.stats-row{flex-wrap:wrap;gap:1rem;display:flex}.stats-row>*{flex:1;min-width:0}@media (max-width:480px){.stats-row{flex-direction:column}}
