.hero{min-height:100vh;padding:0 var(--pad-x);padding-top:calc(var(--bar-h,40px) + 80px);align-items:center;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.hero{min-height:auto;padding-top:calc(var(--bar-h,30px) + 56px);padding-bottom:2.5rem}}.hero-inner{z-index:2;width:100%;max-width:var(--max-w);margin:0 auto;padding:8rem 0 4rem;position:relative}@media (max-width:768px){.hero-inner{padding:2.5rem 0 2rem}.hero .hero-line{letter-spacing:0;font-size:clamp(2.35rem,10.5vw,3rem);line-height:1.02}}.hero-eyebrow{gap:1.5rem;margin-bottom:2.5rem;display:flex}.hero-dot-signal{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#08080ab8;border:1px solid #ffffff24;border-radius:.5rem;justify-content:center;align-items:center;min-width:4.75rem;min-height:4.25rem;padding:.5rem;display:inline-flex;box-shadow:inset 0 1px #ffffff0f}.bento-cell .hero-dot-signal{min-width:0;min-height:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;padding:0}.dot-loader{grid-template-columns:repeat(7,.375rem);gap:.125rem;width:fit-content;display:grid}.dot-loader__dot{background:#ffffff1f;border-radius:.125rem;width:.375rem;height:.375rem;transition:background-color .18s,box-shadow .18s,transform .18s}.dot-loader__dot.active{background:#ff6a2a;transform:scale(1.18);box-shadow:0 0 .45rem #ff5a1fb8}.hero-cta-note{max-width:48ch;color:var(--muted);margin:.85rem 0 0;font-size:.88rem;line-height:1.5}@media (max-width:560px){.hero-dot-signal{min-width:4.5rem;min-height:4rem;padding:.45rem}}@media (prefers-reduced-motion:reduce){.dot-loader__dot{transition:none}}.hero-tag{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);border:1px solid var(--border-strong);transition:all .3s var(--ease-out);border-radius:999px;padding:.4rem 1rem;font-size:.75rem;font-weight:600}.hero-tag:hover{background:var(--fg);color:#fff;border-color:var(--fg)}.hero-title{font-family:var(--font-heading);margin-bottom:3rem;font-weight:700}.hero-line{letter-spacing:-.03em;font-size:clamp(3.5rem,8.5vw,8rem);line-height:1;display:block}.hero-line--accent{color:var(--fg)}.hero-line--accent em{color:var(--accent);font-style:italic}.hero-split{border-top:1px solid var(--border);grid-template-columns:1fr 1fr;align-items:end;gap:4rem;padding-top:2rem;display:grid}.hero-desc{color:var(--fg-secondary);max-width:40ch;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.hero-phone{min-height:24px;color:var(--muted);align-items:center;gap:.5rem;margin-top:1.25rem;font-size:.9rem;font-weight:500;transition:color .3s;display:inline-flex}.hero-phone svg{flex-shrink:0}.hero-phone:hover{color:var(--accent)}.hero-contacts{flex-wrap:wrap;align-items:center;gap:1.25rem;margin-top:1.25rem;display:flex}.hero-contacts .hero-phone{margin-top:0}.hero-whatsapp:hover{color:#25d366}.hero-visual{justify-content:flex-end;gap:1rem;display:flex;position:relative}.hero-img-main{border-radius:var(--radius-lg);background:linear-gradient(135deg,#c40 0%,#ff8c42 50%,gold 100%);width:280px;height:380px;position:relative;overflow:hidden}.hero-img-main:after{content:"";mix-blend-mode:overlay;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.12'/%3E%3C/svg%3E");position:absolute;inset:0}.hero-img-float{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--dark), #333);align-self:flex-start;width:160px;height:200px;margin-top:3rem;position:relative;overflow:hidden}.hero-img-float:after{content:"";mix-blend-mode:overlay;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.15'/%3E%3C/svg%3E");position:absolute;inset:0}.btn--sm{gap:.4rem;padding:.5rem 1.25rem;font-size:.8rem}.btn{background:var(--fg);color:#fff;cursor:pointer;transition:all .4s var(--ease-out);letter-spacing:.01em;border:none;border-radius:999px;align-items:center;gap:.75rem;padding:.85rem 2rem;font-size:.9rem;font-weight:600;display:inline-flex}.btn:hover{background:var(--accent);transform:translateY(-2px);box-shadow:0 8px 30px #cc440040}.btn svg{transition:transform .3s var(--ease-out)}.btn:hover svg{transform:translate(4px)}.btn--outline{border:1.5px solid var(--fg);color:var(--fg);background:0 0}.btn--outline:hover{background:var(--fg);color:#fff;border-color:var(--fg);box-shadow:0 8px 30px #00000026}.btn--full{justify-content:center;width:100%;padding:1rem 2rem}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-scale-in{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.hero-eyebrow{animation:.55s cubic-bezier(.23,1,.32,1) both hero-fade-up}.hero-title .hero-line:first-child{animation:.75s cubic-bezier(.23,1,.32,1) .12s both hero-fade-up}.hero-title .hero-line:last-child{animation:.75s cubic-bezier(.23,1,.32,1) .28s both hero-fade-up}.hero-desc-wrap{animation:.65s cubic-bezier(.23,1,.32,1) .45s both hero-fade-up}.hero-visual--bento{animation:.9s cubic-bezier(.23,1,.32,1) .5s both hero-scale-in}.hero-bento{animation:.85s cubic-bezier(.23,1,.32,1) .55s both hero-scale-in}@media (prefers-reduced-motion:reduce){.hero-eyebrow,.hero-title .hero-line,.hero-desc-wrap,.hero-visual--bento,.hero-bento{animation:none}}@media (max-width:900px){.hero-split{align-items:stretch;gap:2rem;padding-top:1.5rem;grid-template-columns:1fr!important}.hero-visual--bento,.hero-bento{margin-top:1rem}.hero:not(.hero--compact) .hero-visual--bento{order:1;margin:1rem 0 0}.hero:not(.hero--compact) .hero-desc-wrap{order:0}}@media (min-width:901px){.hero--compact{min-height:0;padding-top:1rem;padding-bottom:1rem}.hero--compact .hero-inner{grid-template-columns:minmax(0,1.06fr) minmax(390px,.94fr);grid-template-areas:"eyebrow visual""title visual""description visual";align-items:center;column-gap:clamp(3rem,6vw,6rem);padding:1.5rem 0 1rem;display:grid}.hero--compact .hero-eyebrow{flex-wrap:wrap;grid-area:eyebrow;gap:.5rem;margin-bottom:1rem}.hero--compact .hero-title{grid-area:title;margin-bottom:1rem}.hero--compact .hero-line{letter-spacing:0;font-size:3.25rem;line-height:1.02}.hero--compact .hero-split{display:contents}.hero--compact .hero-desc-wrap{grid-area:description}.hero--compact .hero-desc{max-width:56ch;margin-bottom:1rem}.hero--compact .hero-visual--bento{grid-area:visual;align-self:center;min-width:0}.hero--compact .svc-hero-visual{width:min(100%,520px);min-height:0;margin-left:auto}.hero--compact .svc-hero-visual__stage{aspect-ratio:16/10}}@media (max-width:900px){.hero--compact{padding-top:0;padding-bottom:1.5rem}.hero--compact .hero-inner{padding-top:.75rem;padding-bottom:1rem}.hero--compact .hero-eyebrow{gap:.5rem;margin-bottom:1.5rem}.hero--compact .hero-tag:nth-child(n+2),.hero--compact .hero-actions .btn:nth-child(2),.hero--compact .hero-contacts{display:none}.hero--compact .hero-title{margin-bottom:1.5rem}.hero--compact .hero-line{letter-spacing:0;font-size:2.15rem;line-height:1.03}.hero--compact .hero-split{gap:1.25rem;padding-top:1.25rem}.hero--compact .hero-visual--bento{margin:0 0 1.25rem}.hero--compact .svc-hero-visual{min-height:0}.hero--compact .svc-hero-visual__stage{aspect-ratio:16/9}.hero--compact .hero-desc,.hero--compact .svc-hero-visual__chrome,.hero--compact .svc-hero-visual__signals{display:none}}
.sparkles{pointer-events:none;z-index:1;position:absolute;inset:0;overflow:hidden}.sparkle{opacity:0;will-change:transform, opacity;background:#fff;border-radius:50%;width:2px;height:2px;animation:3s ease-in-out infinite sparkle-twinkle;position:absolute}@keyframes sparkle-twinkle{0%,to{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1);box-shadow:0 0 6px #fffc,0 0 12px #c406}}
