:root{--roxo: #9B5DE5;--rosa: #FF6B6B;--roxo-rgb: 155, 93, 229;--rosa-rgb: 255, 107, 107;--gradiente: linear-gradient(135deg, var(--roxo), var(--rosa));--texto: #111827;--texto-medio: #374151;--texto-suave: #6B7280;--fundo-hero: linear-gradient(160deg, #fff0f5 0%, #fce7f3 60%, #f3e8ff 100%);--fundo-cinza: #f9fafb;--fundo-lilas: #f9f6ff;--fundo-rosa: #fff0f5;--fundo-escuro: linear-gradient(160deg, #0d0118 0%, #1a0a2e 100%);--fonte: "Plus Jakarta Sans", sans-serif;--fonte-serifada: Georgia, serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--fonte);color:var(--texto);line-height:1.5;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}.serif-accent{font-family:var(--fonte-serifada);font-style:italic;color:var(--roxo)}.grad-text{background:var(--gradiente);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.btn{display:inline-block;font-weight:700;font-size:16px;padding:14px 28px;border-radius:50px;transition:transform .22s cubic-bezier(.34,1.56,.64,1),box-shadow .22s ease;cursor:pointer;border:none;text-align:center}.btn:hover{transform:translateY(-3px) scale(1.03)}.btn:active{transform:scale(.97)}.btn-lg{font-size:18px;padding:18px 40px}.btn-primary{background:var(--gradiente);color:#fff;box-shadow:0 8px 24px rgba(var(--roxo-rgb),.35)}.btn-outline{background:#fff;color:var(--roxo);border:2px solid var(--roxo)}.btn-outline-purple{background:rgba(var(--roxo-rgb),.08);color:var(--roxo);border:1px solid rgba(var(--roxo-rgb),.3);font-size:14px;padding:10px 20px;margin-top:12px}.btn-outline-light{background:#ffffff1f;color:#fff;border:1px solid rgba(var(--roxo-rgb),.5);width:100%}.btn-white{background:#fff;color:var(--roxo);box-shadow:0 4px 16px #00000026}.btn-pulse{animation:pulseGlow 2.5s ease-in-out infinite}@keyframes pulseGlow{0%,to{box-shadow:0 8px 24px rgba(var(--roxo-rgb),.4)}50%{box-shadow:0 8px 48px rgba(var(--rosa-rgb),.65),0 0 0 8px rgba(var(--roxo-rgb),.08)}}.navbar{position:sticky;top:0;z-index:100;background:#fffffff7;box-shadow:0 2px 12px #00000012}.nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:14px 32px;gap:16px}.logo{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:800;white-space:nowrap}.nav-links{display:flex;gap:20px;flex:1;justify-content:center}.nav-links a{font-size:15px;font-weight:600;color:var(--texto);position:relative;padding:8px 4px;transition:color .2s ease}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--roxo),var(--rosa));transition:width .3s ease;border-radius:2px}.nav-links a:hover{color:var(--roxo)}.nav-links a:hover:after{width:100%}.nav-cta{font-size:14px;padding:10px 20px;white-space:nowrap}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}.hamburger span{width:24px;height:2.5px;background:var(--roxo);border-radius:2px;transition:all .3s ease}.mobile-drawer{display:none;flex-direction:column;background:#fff;padding:16px 24px 24px;gap:14px}.mobile-drawer a{font-weight:600;font-size:15px}.mobile-drawer.open{display:flex}@media(max-width:880px){.nav-links,.nav-cta{display:none}.hamburger{display:flex}}.hero{background:var(--fundo-hero);padding:90px 24px}.hero-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:48px}.hero-text{width:50%;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.hero-text h1{font-size:56px;font-weight:700;line-height:1.15em;color:var(--texto)}.hero-text .lead{font-size:20px;color:var(--texto-medio);line-height:1.6em}.hero-btns{display:flex;gap:16px;align-items:center}.hero-player{width:45%;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000001f}.player-header{padding:18px 20px 14px;position:relative;min-height:100px;background:var(--gradiente)}.player-tag{font-size:11px;color:#fffc;font-weight:600;margin-bottom:6px}.player-quote{font-size:13px;color:#fff;font-style:italic;line-height:1.5;margin-bottom:10px}.player-title{font-size:20px;font-weight:700;color:#fff}.player-genre{font-size:12px;color:#fffc}.player-nav{position:absolute;top:50%;right:14px;transform:translateY(-50%);display:flex;flex-direction:column;gap:6px}.player-nav button{width:28px;height:28px;border-radius:50%;background:#ffffff40;border:none;color:#fff;cursor:pointer}.player-nav button:hover{background:#ffffff73}.player-body{padding:16px 20px 20px}.visualizer{width:100%;height:60px;background:#f8f4ff;border-radius:10px;display:flex;align-items:flex-end;justify-content:center;gap:2px;padding:6px 10px;margin-bottom:14px;overflow:hidden}.viz-bar{width:4px;border-radius:3px 3px 0 0;background:linear-gradient(to top,var(--roxo),var(--rosa));height:4px;transition:height .05s ease}.player-controls{display:flex;align-items:center;gap:12px}.play-btn{width:48px;height:48px;border-radius:50%;background:var(--gradiente);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(var(--roxo-rgb),.4);flex-shrink:0}.play-icon{width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:14px solid #fff;margin-left:3px}.pause-icon{display:none;gap:3px}.pause-icon span{width:4px;height:16px;background:#fff;border-radius:2px}.prog-wrap{flex:1}.prog-outer{width:100%;height:4px;background:#e9d5ff;border-radius:2px;cursor:pointer}.prog-inner{height:100%;background:linear-gradient(90deg,var(--roxo),var(--rosa));border-radius:2px;width:0%}.times{display:flex;justify-content:space-between;margin-top:4px;font-size:11px;color:var(--roxo);font-weight:600}.dots{display:flex;justify-content:center;gap:6px;margin-top:12px}.dot{width:7px;height:7px;border-radius:50%;background:#e9d5ff;cursor:pointer;transition:all .3s ease}.dot.active{background:var(--gradiente);transform:scale(1.3)}@media(max-width:880px){.hero-inner{flex-direction:column}.hero-text{width:100%;align-items:flex-start}.hero-text h1{font-size:34px}.hero-player{display:none}.hero-btns{flex-direction:column;width:100%}.hero-btns .btn{width:100%}}.numbers-bar{display:flex;justify-content:center;padding:0 24px;margin-top:-32px;position:relative;z-index:5}.numbers-card{background:#fff;border-radius:16px;display:flex;max-width:860px;width:100%;box-shadow:0 4px 32px rgba(var(--roxo-rgb),.12)}.num-item{flex:1;text-align:center;padding:32px 24px;border-right:1px solid #e5e7eb}.num-item.no-border{border-right:none}.num-item h2{font-size:42px;font-weight:700;color:var(--roxo)}.num-item p{font-size:12px;font-weight:700;letter-spacing:.12em;color:var(--texto-suave);margin-top:4px}@media(max-width:700px){.numbers-card{flex-direction:column}.num-item{border-right:none;border-bottom:1px solid #e5e7eb}.num-item.no-border{border-bottom:none}}.section{padding:80px 24px;display:flex;flex-direction:column;align-items:center;gap:48px}.section-white{background:#fff}.section-gray{background:var(--fundo-cinza)}.section-lilac{background:var(--fundo-lilas)}.section-pink{background:var(--fundo-rosa)}.section-dark{background:var(--fundo-escuro)}.section-title{font-size:42px;font-weight:700;text-align:center;max-width:800px;line-height:1.2em}.section-title-light{color:#fff}.section-sub{font-size:17px;color:var(--texto-suave);text-align:center;max-width:640px;margin-top:-24px}.section-sub-light{color:#c8aaf0}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.2em;color:var(--roxo);text-align:center}.eyebrow-light{color:#c084fc}@media(max-width:600px){.section-title{font-size:28px}}.steps-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px 40px;max-width:1100px;width:100%}.step{display:flex;gap:18px;align-items:flex-start}.step-num{background:rgba(var(--roxo-rgb),.12);color:var(--roxo);font-weight:700;font-size:18px;min-width:44px;height:44px;border-radius:50px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step h3{font-size:18px;font-weight:700;margin-bottom:6px}.step p{font-size:15px;color:var(--texto-suave);line-height:1.6em}.step-cta-wrap{grid-column:1 / -1;display:flex;justify-content:center}@media(max-width:700px){.steps-grid{grid-template-columns:1fr}}.compare-grid{display:flex;gap:24px;max-width:1000px;width:100%;align-items:stretch}.compare-card{flex:1;background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000f;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.compare-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(var(--roxo-rgb),.15)}.compare-highlight{border:2px solid rgba(var(--roxo-rgb),.4);box-shadow:0 16px 50px rgba(var(--roxo-rgb),.25)}.compare-head{padding:22px 28px;font-size:18px;font-weight:700;color:var(--texto-suave);border-bottom:1px solid #e5e7eb}.compare-head-grad{background:var(--gradiente);color:#fff;display:flex;justify-content:space-between;align-items:center;border-bottom:none}.badge{font-size:11px;font-weight:700;letter-spacing:.08em;color:#ffe664;background:#fff3;padding:6px 12px;border-radius:20px}.compare-list{padding:24px 28px;display:flex;flex-direction:column;gap:14px}.compare-list li{font-size:15px;color:var(--texto);line-height:1.5em}.compare-card:not(.compare-highlight) .compare-list li{color:var(--texto-suave)}.compare-highlight .btn{margin:0 28px 28px}@media(max-width:760px){.compare-grid{flex-direction:column}}.proof-grid{display:flex;align-items:center;gap:48px;max-width:1100px;width:100%}.proof-img{width:45%;border-radius:16px;transition:transform .4s ease}.proof-img-placeholder{width:45%;min-height:320px;border-radius:16px;background:var(--gradiente);display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;font-size:15px;padding:24px}.proof-img-placeholder small{font-size:12px;opacity:.85}.proof-img:hover{transform:scale(1.03)}.proof-card{width:50%;background:#fff;border-radius:16px;padding:36px;box-shadow:0 4px 24px #00000014}.stars{font-size:18px;margin-bottom:16px}.proof-quote{font-size:20px;font-style:italic;line-height:1.65em;margin-bottom:18px}.proof-author{display:flex;align-items:center;gap:12px}.avatar{width:42px;height:42px;border-radius:50%;background:rgba(var(--roxo-rgb),.15);color:var(--roxo);font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(max-width:760px){.proof-grid{flex-direction:column}.proof-img,.proof-card{width:100%}}.carousel-wrap{display:flex;align-items:center;gap:10px;max-width:1100px;width:100%}.carousel-arrow{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:#fff;border:2px solid rgba(var(--roxo-rgb),.25);color:var(--roxo);font-size:20px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;box-shadow:0 2px 8px #00000014}.carousel-arrow:hover{background:var(--roxo);color:#fff;transform:scale(1.08)}.carousel-wrap .testi-track-wrap,.carousel-wrap .phones-track-wrap{flex:1;min-width:0;cursor:grab}.carousel-wrap .testi-track-wrap:active,.carousel-wrap .phones-track-wrap:active{cursor:grabbing}@media(max-width:700px){.carousel-arrow{width:32px;height:32px;font-size:16px}}.phones-track-wrap{max-width:1100px;width:100%;overflow:hidden}.phones-track{display:flex;gap:32px;transition:transform .5s ease}.iph-wrap{display:flex;justify-content:center;min-width:calc(33.333% - 22px);flex-shrink:0}.iph2{position:relative;width:220px}.phones-dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.phones-dots .dot{width:8px;height:8px}@media(max-width:980px){.iph-wrap{min-width:calc(50% - 16px)}}@media(max-width:620px){.iph-wrap{min-width:100%}}.iph2-outer{background:#1c1c1e;border-radius:44px;padding:8px;box-shadow:0 10px 24px #0000002e;position:relative}.iph2-pill{width:100px;height:26px;background:#1c1c1e;border-radius:20px;position:absolute;top:8px;left:50%;transform:translate(-50%);z-index:10}.iph2-btn-r{position:absolute;right:-6px;top:100px;width:4px;height:48px;background:#3a3a3a;border-radius:0 3px 3px 0}.iph2-screen{background:#ece5d8;border-radius:36px;overflow:hidden;aspect-ratio:9 / 19.5;display:flex;flex-direction:column}.iph2-notch-area{height:40px;background:#fff;position:relative;flex-shrink:0}.iph2-time{position:absolute;top:10px;left:16px;font-size:11px;font-weight:600}.iph2-status-icons{position:absolute;top:10px;right:14px;font-size:10px;display:flex;gap:3px;align-items:center}.iph2-status-icons .g{font-size:9px;font-weight:600}.iph2-header{background:#fff;border-bottom:.5px solid #e5e5e5;padding:8px 14px;display:flex;align-items:center;gap:8px;flex-shrink:0}.iph2-back{color:#007aff;font-size:18px;font-weight:500}.iph2-avatar{width:34px;height:34px;border-radius:50%;background:#c7c7cc;display:flex;align-items:center;justify-content:center;flex-shrink:0}.iph2-avatar svg{width:20px;height:20px;fill:#8e8e93}.iph2-cname{flex:1;font-size:14px;font-weight:600}.iph2-hicons{display:flex;gap:16px;color:#007aff;font-size:18px}.iph2-body{background:#ece5d8;padding:10px 8px;flex:1;display:flex;flex-direction:column;gap:5px;overflow:hidden}.msg-out,.msg-in{max-width:84%;padding:6px 10px 4px;border-radius:12px;font-size:12px;box-shadow:0 1px 1px #0000001a}.msg-out{background:#d9fdd3;align-self:flex-end;border-top-right-radius:2px}.msg-in{background:#fff;align-self:flex-start;border-top-left-radius:2px}.msg-time{font-size:9.5px;color:#8696a0;text-align:right;margin-top:3px}.msg-time .blue{color:#4fc3f7}.msg-file{background:#25d366;border-radius:8px;padding:8px 10px;color:#fff;font-size:11.5px;line-height:1.4}.iph2-input{background:#f0f2f5;padding:6px 10px;display:flex;align-items:center;gap:6px;border-top:.5px solid #ddd;flex-shrink:0}.iph2-input .plus{color:#8696a0;font-size:20px;font-weight:300}.iph2-input .field{flex:1;background:#fff;border-radius:20px;padding:7px 14px;font-size:12px;color:#8696a0}.iph2-input .mic{color:#8696a0;font-size:18px}.iph2-screen-video video{width:100%;height:100%;object-fit:cover;display:block}.genre-filter-wrap{width:100%;max-width:1100px;overflow-x:auto;padding-bottom:4px}.genre-filter{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;max-width:1100px}.genre-chip{background:#fff;border:2px solid #e5d4fa;color:#6b46a8;border-radius:20px;padding:7px 16px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s;white-space:nowrap}.genre-chip:hover{border-color:var(--roxo)}.genre-chip.active{background:var(--gradiente);border-color:transparent;color:#fff}.genre-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1100px;width:100%}@media(max-width:900px){.genre-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.genre-grid{grid-template-columns:1fr}}.genre-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:14px;padding:14px 16px;box-shadow:0 2px 10px #0000000d;display:flex;flex-direction:column;gap:10px}.genre-card-top{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.genre-card-title{font-size:14px;font-weight:700;color:#1f2937}.genre-card-tag{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--roxo);white-space:nowrap}.genre-card-row{display:flex;align-items:center;gap:10px}.genre-play-btn{width:34px;height:34px;border-radius:50%;background:var(--gradiente);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;font-size:13px;transition:transform .15s}.genre-play-btn:hover{transform:scale(1.08)}.genre-progress-wrap{flex:1}.genre-progress-outer{height:5px;background:#eee;border-radius:3px;cursor:pointer}.genre-progress-inner{height:100%;background:linear-gradient(90deg,var(--roxo),var(--rosa));border-radius:3px;width:0%}.genre-time{font-size:11px;color:#9ca3af;margin-top:3px}.genre-showmore-btn{display:none;background:#fff;border:2px solid var(--roxo);color:var(--roxo);border-radius:24px;padding:10px 24px;font-size:14px;font-weight:700;font-family:inherit;cursor:pointer;transition:all .2s}.genre-showmore-btn:hover{background:var(--roxo);color:#fff}.occasion-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1200px;width:100%}.occasion-card{background:#fff;border-radius:16px;padding:28px 24px;box-shadow:0 2px 12px #0000000f;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.occasion-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px rgba(var(--roxo-rgb),.2)}.occ-icon{font-size:40px;background:var(--gradiente);width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.occasion-card h3{font-size:18px;font-weight:700;margin-bottom:8px}.occasion-card p{font-size:14px;color:var(--texto-suave);line-height:1.6em}@media(max-width:900px){.occasion-grid{grid-template-columns:1fr 1fr}}@media(max-width:500px){.occasion-grid{grid-template-columns:1fr}}.pricing-grid{display:flex;gap:24px;max-width:860px;width:100%}.price-card{flex:1;background:#ffffff0f;border:1px solid rgba(var(--roxo-rgb),.25);border-radius:20px;padding:40px 32px;text-align:center;color:#fff}.price-highlight{background:linear-gradient(145deg,#7c3aed,#a855f7);border:none;box-shadow:0 16px 50px rgba(var(--roxo-rgb),.55)}.price-icon{font-size:32px;color:#c084fc;margin-bottom:8px}.price-highlight .price-icon{color:#fff}.price-card h3{font-size:22px;font-weight:700;margin-bottom:8px}.price-old{font-size:16px;text-decoration:line-through;opacity:.55;color:#c084fc;margin-bottom:2px}.price-highlight .price-old{color:#f0e6ff}.price-val{font-size:52px;font-weight:700;color:#c084fc;margin-bottom:4px}.price-highlight .price-val{color:#fff}.price-suffix{font-size:15px;font-weight:600}.price-alt{font-size:14px;color:#c8aaf0;margin-bottom:20px}.price-highlight .price-alt{color:#f0e6ff}.price-badge{font-size:12px;font-weight:700;letter-spacing:.15em;color:#ffe664;margin-bottom:8px}.price-list{display:flex;flex-direction:column;gap:14px;margin-bottom:24px;text-align:left;font-size:15px;color:#c8aaf0}.price-highlight .price-list{color:#f0e6ff}@media(max-width:760px){.pricing-grid{flex-direction:column}}.testi-track-wrap{max-width:1100px;width:100%;overflow:hidden}.testi-track{display:flex;gap:24px;transition:transform .5s ease}.testi-card{min-width:calc(33.333% - 16px);background:var(--fundo-cinza);border-radius:16px;padding:28px 24px;box-shadow:0 2px 8px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease}.testi-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(var(--roxo-rgb),.15)}.quote-mark{font-size:50px;color:rgba(var(--roxo-rgb),.25);line-height:.5em;margin-bottom:8px}.testi-card p{font-size:15px;color:var(--texto-medio);line-height:1.65em;margin-bottom:18px}.testi-author{display:flex;align-items:center;gap:12px;font-size:14px}.testi-avatar{width:36px;height:36px;border-radius:50%;background:rgba(var(--roxo-rgb),.15);color:var(--roxo);font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.testi-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.testi-author span:not(.testi-avatar){color:var(--texto-suave);font-size:13px}.testi-dots{display:flex;justify-content:center;gap:8px}.testi-dots .dot{width:8px;height:8px}@media(max-width:980px){.testi-card{min-width:calc(50% - 12px)}}@media(max-width:620px){.testi-card{min-width:100%}}.accordion{display:flex;flex-direction:column;gap:12px;max-width:780px;width:100%}.acc-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000a;overflow:hidden;transition:transform .2s ease}.acc-item:hover{transform:translate(6px)}.acc-head{width:100%;background:none;border:none;padding:18px 20px;display:flex;justify-content:space-between;align-items:center;font-size:17px;font-weight:600;text-align:left;cursor:pointer;color:var(--texto)}.acc-item.active .acc-head{color:var(--roxo);background:var(--fundo-lilas)}.acc-icon{background:var(--fundo-lilas);color:var(--roxo);width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.acc-body{max-height:0;overflow:hidden;transition:max-height .3s ease}.acc-item.active .acc-body{max-height:300px}.acc-body p{padding:0 20px 18px;font-size:15px;color:var(--texto-medio);line-height:1.7em}.cta-final{background:var(--gradiente);padding:80px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px}.cta-final h2{font-size:44px;font-weight:700;color:#fff;max-width:800px;line-height:1.2em}.cta-final p{font-size:18px;color:#ffffffe6}.cta-foot{font-size:13px}@media(max-width:600px){.cta-final h2{font-size:26px}}.footer{background:#111827;padding:64px 24px 0}.footer-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;gap:48px;flex-wrap:wrap}.footer-col{display:flex;flex-direction:column;gap:12px}.footer-brand{max-width:320px}.logo-footer{font-size:22px;font-weight:700;color:#fff;margin-bottom:4px}.footer-col p{font-size:14px;color:#9ca3af;line-height:1.6em}.footer-col h4{font-size:16px;font-weight:700;color:#fff;margin-bottom:4px}.footer-col a{font-size:14px;color:#9ca3af;transition:color .2s ease}.footer-col a:hover{color:#c084fc}.footer-bottom{max-width:1200px;margin:40px auto 0;border-top:1px solid #374151;padding:24px 0;text-align:center}.footer-bottom p{font-size:13px;color:#6b7280;margin-bottom:6px}.footer-bottom a{color:#9ca3af;text-decoration:underline}[data-aos]{opacity:0;transform:translateY(40px);transition:opacity .7s ease,transform .7s ease}[data-aos=fadeInLeft]{transform:translate(-48px)}[data-aos=fadeInRight]{transform:translate(48px)}[data-aos=zoomIn]{transform:scale(.85)}[data-aos].aos-animate{opacity:1;transform:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(var(--roxo),var(--rosa));border-radius:3px}::selection{background:rgba(var(--roxo-rgb),.25)}body{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}input,textarea{-webkit-user-select:text;user-select:text}img,video{-webkit-user-drag:none;user-drag:none}
