*{box-sizing:border-box;margin:0;padding:0}:root{--primary-purple:#8b2cf5;--purple-dark:#6e1ccb;--purple-light:#f5f0ff;--accent-yellow:#ffc700;--yellow-hover:#e6b400;--bg-main:#f8f9fd;--card-bg:#fff;--text-dark:#1e1e24;--text-muted:#64748b;--text-light:#fff;--border-color:#e2e8f0}body{background-color:var(--bg-main);color:var(--text-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}.header{z-index:100;-webkit-backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #e2e8f0cc;transition:all .3s;position:sticky;top:0;box-shadow:0 4px 20px -2px #0f172a0d}.header-container{justify-content:space-between;align-items:center;max-width:1240px;height:76px;margin:0 auto;padding:0 24px;display:flex}.brand{align-items:center;text-decoration:none;display:inline-flex}.brand-logo-img{-o-object-fit:contain;object-fit:contain;width:auto;max-width:220px;height:64px;transition:transform .25s cubic-bezier(.4,0,.2,1);display:block}.brand-logo-img:hover{transform:scale(1.04)}.nav-links{color:#475569;align-items:center;gap:36px;font-size:.95rem;font-weight:600;display:none}.nav-links a{padding:8px 0;transition:color .2s;position:relative}.nav-links a:after{content:"";background-color:var(--primary-purple);border-radius:99px;width:0%;height:2px;transition:width .25s;position:absolute;bottom:0;left:0}.nav-links a:hover{color:var(--primary-purple)}.nav-links a:hover:after{width:100%}.btn-header{background:var(--primary-purple);color:#fff;border:1px solid #fff3;border-radius:999px;align-items:center;gap:8px;padding:12px 24px;font-size:.92rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 14px #8b2cf547}.btn-header:hover{background:var(--purple-dark);transform:translateY(-2px);box-shadow:0 6px 20px #8b2cf566}.btn-header:active{transform:translateY(0)}@media (width>=768px){.nav-links{display:flex}}.hero-section{color:#fff;background-color:#54119e;background-image:url(/imagens/fundohero.png),url(/fundohero.png);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:48px 24px 60px;position:relative;overflow:hidden}.hero-container{z-index:2;grid-template-columns:1fr;align-items:center;gap:36px;max-width:1240px;margin:0 auto;display:grid;position:relative}.hero-content{flex-direction:column;gap:20px;display:flex}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes heroFadeInScale{0%{opacity:0;transform:scale(.95)translateY(16px)}to{opacity:1;transform:scale(1)translateY(0)}}.hero-title{letter-spacing:-.6px;color:#fff;text-shadow:0 3px 14px #00000073;font-size:2.15rem;font-weight:850;line-height:1.18;animation:.7s cubic-bezier(.16,1,.3,1) forwards heroFadeUp}.hero-desc{color:#f0e6ff;text-shadow:0 2px 8px #00000059;opacity:0;max-width:580px;font-size:1rem;font-weight:400;line-height:1.6;animation:.7s cubic-bezier(.16,1,.3,1) .18s forwards heroFadeUp}.hero-actions{opacity:0;flex-direction:column;gap:12px;padding-top:4px;animation:.7s cubic-bezier(.16,1,.3,1) .32s forwards heroFadeUp;display:flex}.hero-badges{opacity:0;border-top:1px solid #fff3;flex-direction:column;gap:10px;padding-top:16px;animation:.7s cubic-bezier(.16,1,.3,1) .45s forwards heroFadeUp;display:flex}.hero-media{opacity:0;justify-content:center;width:100%;animation:.85s cubic-bezier(.16,1,.3,1) .25s forwards heroFadeInScale;display:flex}.text-yellow{color:#facc15;-webkit-text-fill-color:initial;background:0 0;font-weight:850}.btn-hero-primary{color:#1a1001;letter-spacing:.3px;cursor:pointer;background:#facc15;border:1px solid #fff6;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px 28px;font-size:.98rem;font-weight:850;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 22px -3px #0000004d}.btn-hero-primary:hover{background:#f5bc00;transform:translateY(-2px);box-shadow:0 12px 28px -3px #0006}.btn-hero-primary:active{transform:translateY(0)}.btn-hero-secondary{color:#fff;-webkit-backdrop-filter:blur(12px);cursor:pointer;background:#ffffff1f;border:1px solid #ffffff59;border-radius:14px;justify-content:center;align-items:center;width:100%;padding:15px 24px;font-size:.98rem;font-weight:650;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 12px #00000026}.btn-hero-secondary:hover{background:#ffffff38;border-color:#fff9;transform:translateY(-2px)}.btn-hero-secondary:active{transform:translateY(0)}.badge-item{color:#ede2fe;align-items:center;gap:10px;font-size:.88rem;font-weight:600;display:flex}.hero-card-wrapper{width:100%;max-width:360px;position:relative}.hero-image-box{aspect-ratio:4/3.2;background:#fff;border:3px solid #ffffff4d;border-radius:24px;overflow:hidden;box-shadow:0 16px 36px -10px #00000073}.hero-image-box img{-o-object-fit:cover;object-fit:cover;-o-object-position:center 20%;object-position:center 20%;width:100%;height:100%;display:block}@media (width>=640px){.hero-section{padding:44px 24px 54px}.hero-title{font-size:2.6rem}.hero-desc{font-size:1.1rem}.hero-actions{flex-direction:row;align-items:center}.btn-hero-primary,.btn-hero-secondary{width:fit-content}.hero-badges{flex-flow:wrap;gap:20px}.hero-card-wrapper{max-width:440px}}@media (width>=992px){.hero-section{padding:56px 24px 64px}.hero-container{grid-template-columns:1.15fr .85fr;gap:48px}.hero-title{letter-spacing:-1.2px;font-size:3.25rem;line-height:1.14}.hero-card-wrapper{max-width:480px}.hero-image-box{aspect-ratio:4/3.4;border-width:4px;border-radius:30px}}.services-section{background-color:#f6f8fc;background-image:url(/imagens/fundoservices.png),url(/fundoservices.png),url(/imagens/fundoservices.webp),url(/fundoservices.webp),url(/imagens/fundoservices.jpg),url(/fundoservices.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:56px 24px 68px;position:relative;overflow:hidden}.services-glow{display:none}.services-container{z-index:2;max-width:1240px;margin:0 auto;position:relative}@keyframes servicesFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes servicesCardSpawn{0%{opacity:0;transform:translateY(32px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.services-header{text-align:center;flex-direction:column;align-items:center;gap:12px;max-width:740px;margin:0 auto 40px;display:flex}.services-pill{color:#7920dc;letter-spacing:.5px;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;background-color:#f3e8ff;border-radius:999px;align-items:center;gap:8px;padding:6px 16px;font-size:.78rem;font-weight:800;animation:.65s cubic-bezier(.16,1,.3,1) .1s forwards servicesFadeUp;display:inline-flex;box-shadow:inset 0 0 0 1px #7920dc2e}.pill-icon{color:#7920dc}.services-heading{color:#0f172a;letter-spacing:-.8px;opacity:0;font-size:2.45rem;font-weight:850;line-height:1.18;animation:.7s cubic-bezier(.16,1,.3,1) .22s forwards servicesFadeUp}.services-subheading{color:#475569;opacity:0;font-size:1.05rem;font-weight:450;line-height:1.6;animation:.7s cubic-bezier(.16,1,.3,1) .34s forwards servicesFadeUp}.services-grid{grid-template-columns:1fr;align-items:stretch;gap:26px;display:grid}.service-card{-webkit-backdrop-filter:blur(12px);opacity:0;background:#fffffffa;border:1px solid #e2e8f0e6;border-radius:26px;flex-direction:column;justify-content:space-between;padding:32px 26px;transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s,box-shadow .3s;animation:.75s cubic-bezier(.16,1,.3,1) forwards servicesCardSpawn;display:flex;position:relative;box-shadow:0 4px 6px -1px #0f172a0a,0 16px 32px -4px #0f172a0f}.services-grid .service-card:first-child{animation-delay:.4s}.services-grid .service-card:nth-child(2){animation-delay:.52s}.services-grid .service-card:nth-child(3){animation-delay:.64s}.service-card:hover{border-color:#7920dc66;transform:translateY(-6px);box-shadow:0 12px 24px -6px #7920dc24,0 24px 48px -12px #7920dc14}.popular-card{border:1.5px solid #facc15;box-shadow:0 10px 24px -4px #eab3082e,0 4px 12px #eab30814}.popular-card:hover{border-color:#eab308;transform:translateY(-6px);box-shadow:0 16px 32px -6px #eab30840,0 6px 14px #eab3081f}.popular-card .card-icon-box{color:#854d0e;background:#fef9c3}.popular-card:hover .card-icon-box{color:#1a1001;background:#facc15}.popular-card .list-check-icon{color:#ca8a04}.card-header{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.card-icon-box{color:#7920dc;background:#f3e8ff;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .25s;display:flex}.service-card:hover .card-icon-box{transform:scale(1.06)}.card-badge{letter-spacing:.3px;color:#475569;background-color:#f1f5f9;border-radius:999px;padding:6px 13px;font-size:.74rem;font-weight:800}.badge-yellow{color:#713f12;background:#fef08a;border:1px solid #eab3084d}.card-title{color:#0f172a;letter-spacing:-.3px;margin-bottom:8px;font-size:1.38rem;font-weight:800;line-height:1.25}.card-description{color:#64748b;min-height:52px;font-size:.94rem;line-height:1.62}.card-divider{background:#f1f5f9;height:1px;margin:18px 0}.card-list{flex-direction:column;gap:12px;margin-bottom:26px;list-style:none;display:flex}.card-list-item{color:#334155;align-items:flex-start;gap:10px;font-size:.9rem;font-weight:600;line-height:1.45;display:flex}.list-check-icon{color:#7920dc;flex-shrink:0;margin-top:2px}.btn-service{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 22px;font-size:.94rem;font-weight:750;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex}.btn-arrow{transition:transform .2s}.service-card:hover .btn-service{color:#fff;background:#7920dc;border-color:#7920dc;box-shadow:0 6px 18px -3px #7920dc59}.popular-card:hover .btn-service{color:#1a1001;background:#facc15;border-color:#facc15;box-shadow:0 6px 18px -3px #eab30859}.service-card:hover .btn-arrow{transform:translate(4px)}@media (width>=768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1080px){.services-grid{grid-template-columns:repeat(3,1fr)}.services-heading{font-size:2.6rem}}@media (width<=640px){.services-section{padding:38px 16px 46px}.services-heading{font-size:1.95rem}.service-card{padding:24px 20px}}.rates-section{color:#0f172a;background-color:#fff;background-image:url(/imagens/fundoabout.png),url(/fundoabout.png),url(/imagens/fundoabout.webp),url(/fundoabout.webp),url(/imagens/fundoabout.jpg),url(/fundoabout.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-top:1px solid #edf2f7;border-bottom:1px solid #edf2f7;padding:60px 20px;position:relative;overflow:hidden}.rates-container{z-index:2;grid-template-columns:1fr;align-items:center;gap:40px;max-width:1240px;margin:0 auto;display:grid;position:relative}.rates-visual-column{justify-content:center;align-items:center;display:flex}.collaborator-photo-wrapper{background-color:#f8fafc;border:4px solid #fff;border-radius:32px;width:100%;max-width:440px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;overflow:hidden;box-shadow:0 20px 45px -10px #6d20c72e,0 4px 16px #0f172a0f}.collaborator-photo-wrapper:hover{transform:translateY(-4px);box-shadow:0 24px 50px -10px #6d20c740,0 6px 18px #0f172a14}.collaborator-img{-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;width:100%;height:100%;display:block}.rates-content-column{flex-direction:column;gap:20px;display:flex}.rates-pill{color:#7920dc;text-transform:uppercase;letter-spacing:.6px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#f3e8ffe6;border:1px solid #7920dc33;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:6px 14px;font-size:.78rem;font-weight:800;display:inline-flex}.rates-title{letter-spacing:-.6px;color:#0f172a;font-size:2.1rem;font-weight:850;line-height:1.18}.text-purple-highlight{color:#7920dc}.rates-text-lead{color:#334155;font-size:1.08rem;font-weight:500;line-height:1.6}.rates-text-detail{color:#64748b;font-size:.96rem;line-height:1.65}.rates-text-detail strong{color:#0f172a;font-weight:700}.benefits-checklist{flex-direction:column;gap:14px;padding:4px 0;display:flex}.benefit-item{color:#1e293b;align-items:flex-start;gap:12px;font-size:.94rem;font-weight:600;line-height:1.45;display:flex}.check-purple{color:#7920dc;flex-shrink:0;margin-top:2px}.rates-cta{padding-top:8px}.btn-rates-primary{color:#1a1001;background:linear-gradient(#fed434 0%,#f5b700 100%);border:1px solid #fff6;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;padding:15px 32px;font-size:.96rem;font-weight:850;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 10px 22px -4px #f5b70066}.btn-rates-primary:hover{transform:translateY(-2px);box-shadow:0 14px 28px -4px #f5b7008c}.btn-rates-primary:active{transform:translateY(0)}@media (width>=640px){.btn-rates-primary{width:fit-content}}@media (width>=992px){.rates-section{padding:85px 24px}.rates-container{grid-template-columns:.92fr 1.08fr;gap:64px}.rates-title{font-size:2.85rem}.rates-text-lead{font-size:1.18rem}.rates-text-detail{font-size:1.02rem}}@media (width<=991px){.rates-visual-column{display:none}}.testimonials-section{background-color:#f8fafc;background-image:url(/imagens/fundotestemunha.png),url(/fundotestemunha.png),url(/imagens/fundotestemunha.webp),url(/fundotestemunha.webp),url(/imagens/fundotestemunha.jpg),url(/fundotestemunha.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-top:1px solid #edf2f7;border-bottom:1px solid #edf2f7;padding:64px 24px 80px;position:relative;overflow:hidden}.testimonials-container{z-index:2;max-width:1240px;margin:0 auto;position:relative}.testimonials-header{flex-direction:column;gap:24px;margin-bottom:44px;display:flex}.header-text-group{flex-direction:column;gap:10px;max-width:700px;display:flex}.testimonials-title{color:#0f172a;letter-spacing:-.9px;font-size:2.5rem;font-weight:850;line-height:1.16}.text-purple-gradient{background:linear-gradient(135deg,#7920dc 0%,#9333ea 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.testimonials-desc{color:#475569;font-size:1.05rem;font-weight:450;line-height:1.6}.trust-rating-pill{-webkit-backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #e2e8f0;border-radius:20px;align-self:flex-start;align-items:center;gap:16px;padding:14px 22px;display:flex;box-shadow:0 4px 14px #0f172a0d}.stars-row{gap:3px;display:flex}.star-filled{color:#facc15;fill:#facc15}.rating-metrics{flex-direction:column;display:flex}.rating-metrics strong{color:#0f172a;font-size:1.02rem;font-weight:800;line-height:1.2}.rating-metrics span{color:#64748b;font-size:.78rem;font-weight:600}.testimonials-grid{grid-template-columns:1fr;gap:26px;display:grid}.testimonial-card{-webkit-backdrop-filter:blur(12px);background:#fffffff5;border:1px solid #e2e8f0e6;border-radius:24px;flex-direction:column;justify-content:space-between;padding:32px 28px 26px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 4px 6px -1px #0f172a0a,0 16px 32px -4px #0f172a0d}.testimonial-card:hover{border-color:#7920dc59;transform:translateY(-5px);box-shadow:0 14px 28px -4px #7920dc1f,0 24px 44px -8px #0f172a12}.quote-icon{color:#f3e8ff;stroke-width:1.5px;position:absolute;top:24px;right:24px}.card-stars{gap:3px;margin-bottom:16px;display:flex}.testimonial-quote{color:#334155;z-index:1;margin-bottom:24px;font-size:.95rem;font-weight:450;line-height:1.65;position:relative}.testimonial-author{border-top:1px solid #f1f5f9;align-items:center;gap:16px;padding-top:20px;display:flex}.author-avatar-box{background-color:#f3e8ff;border:3px solid #f3e8ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;min-width:64px;height:64px;display:flex;overflow:hidden;box-shadow:0 4px 10px #7920dc1f}.author-avatar-img{-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;width:100%;height:100%;display:block;transform:scale(1.1)}.avatar-fallback:after{content:attr(data-initial);color:#7920dc;font-size:1.3rem;font-weight:800}.author-meta{flex-direction:column;gap:3px;display:flex}.author-name-row{align-items:center;gap:6px;display:flex}.author-name{color:#0f172a;font-size:1.05rem;font-weight:850}.verified-icon{color:#7920dc;flex-shrink:0}.author-role{color:#7920dc;text-transform:uppercase;letter-spacing:.4px;font-size:.8rem;font-weight:750}@media (width>=992px){.testimonials-header{flex-direction:row;justify-content:space-between;align-items:flex-end}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:28px}.testimonials-title{font-size:2.75rem}}@media (width<=640px){.testimonials-title{font-size:1.95rem}.testimonials-section{padding:44px 16px 54px}.testimonial-card{padding:26px 20px 22px}.author-avatar-box{width:58px;min-width:58px;height:58px}}.footer-section{color:#64748b;background-color:#fff;border-top:1px solid #edf2f7;font-size:.92rem;line-height:1.6}.footer-container{max-width:1240px;margin:0 auto;padding:0 20px}.footer-social-bar{background-color:#fff;border-bottom:1px solid #edf2f7;padding:20px 0}.social-bar-content{text-align:center;flex-direction:column;align-items:center;gap:14px;display:flex}.social-label-group{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.social-pill{color:#7920dc;text-transform:uppercase;letter-spacing:.5px;background:#f3e8ff;border:1px solid #7920dc33;border-radius:999px;padding:4px 12px;font-size:.74rem;font-weight:800}.social-callout{color:#0f172a;font-size:.96rem;font-weight:700}.social-icons-group{justify-content:center;align-items:center;gap:10px;display:flex}.social-btn{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 1px 3px #0f172a0a}.social-btn:hover{color:#fff;background:#7920dc;border-color:#7920dc;transform:translateY(-2px);box-shadow:0 6px 14px -3px #7920dc59}.social-btn.whatsapp-highlight:hover{background:#22c55e;border-color:#22c55e;box-shadow:0 6px 14px -3px #22c55e59}.footer-main{background-color:#fff;padding:48px 0 40px}.footer-grid{flex-direction:column;gap:32px;display:flex}.footer-col{flex-direction:column;display:flex}.footer-col-title{color:#0f172a;letter-spacing:-.2px;width:fit-content;margin-bottom:16px;font-size:1rem;font-weight:800;display:inline-block;position:relative}.footer-col-title:after{content:"";background:#facc15;border-radius:2px;width:24px;height:2px;position:absolute;bottom:-4px;left:0}.brand-col{text-align:center;border-bottom:1px solid #f1f5f9;flex-direction:column;align-items:center;gap:16px;padding-bottom:8px;display:flex}.footer-brand-logo{-o-object-fit:contain;object-fit:contain;max-width:180px;height:auto}.footer-brand-desc{color:#475569;max-width:360px;font-size:.9rem;line-height:1.6}.secure-tag{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;width:fit-content;padding:6px 12px;font-size:.78rem;font-weight:600;display:inline-flex}.secure-tag svg{color:#eab308}.footer-links-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.footer-links-list a{color:#64748b;padding:2px 0;font-size:.92rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.footer-links-list a:hover{color:#7920dc;transform:translate(3px)}.contact-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.contact-list li{color:#475569;align-items:flex-start;gap:10px;font-size:.9rem;line-height:1.5;display:flex}.contact-icon{color:#7920dc;flex-shrink:0;margin-top:3px}.contact-list a{color:#475569;text-decoration:none;transition:color .2s}.contact-list a:hover{color:#7920dc}.footer-bottom{background-color:#f8fafc;border-top:1px solid #edf2f7;padding:22px 0 28px}.bottom-flex{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.legal-info{flex-direction:column;gap:4px;display:flex}.corporate-name{color:#0f172a;font-size:.88rem;line-height:1.4}.cnpj-text{color:#64748b;font-size:.82rem}.copyright-text{color:#94a3b8;margin-top:2px;font-size:.8rem}.legal-nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.legal-nav a,.legal-link-btn{cursor:pointer;color:#64748b;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s}.legal-nav a:hover,.legal-link-btn:hover{color:#7920dc}.legal-nav .divider{color:#cbd5e1}@media (width>=640px){.footer-container{padding:0 24px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:36px;display:grid}.brand-col{text-align:left;border-bottom:none;grid-column:span 2;align-items:flex-start;padding-bottom:0}}@media (width>=992px){.social-bar-content{text-align:left;flex-direction:row;justify-content:space-between}.footer-main{padding:60px 0 50px}.footer-grid{grid-template-columns:1.4fr .9fr .9fr 1.3fr;gap:48px}.brand-col{grid-column:span 1}.footer-brand-logo{max-width:200px}.bottom-flex{text-align:left;flex-direction:row;justify-content:space-between}.legal-info{text-align:left}}.legal-page-wrapper{color:#0f172a;background:linear-gradient(#f8fafc 0%,#edf2f7 100%);flex-direction:column;min-height:100vh;display:flex}.legal-header{z-index:100;-webkit-backdrop-filter:blur(12px);background:#ffffffe6;border-bottom:1px solid #e2e8f0cc;position:sticky;top:0;box-shadow:0 4px 20px -4px #0f172a08}.legal-nav-container{justify-content:space-between;align-items:center;max-width:980px;margin:0 auto;padding:14px 24px;display:flex}.legal-back-btn{color:#7920dc;cursor:pointer;background:#fff;border:1.5px solid #e9d5ff;border-radius:999px;align-items:center;gap:10px;padding:8px 18px;font-size:.86rem;font-weight:750;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 2px 6px #7920dc0f}.legal-back-btn:hover{color:#fff;background:#7920dc;border-color:#7920dc;transform:translate(-3px);box-shadow:0 6px 16px -2px #7920dc4d}.legal-logo{-o-object-fit:contain;object-fit:contain;width:auto;height:38px}.legal-container{width:100%;max-width:980px;margin:40px auto 80px;padding:0 20px}.legal-container>div,.legal-container{background:#fff;border:1px solid #e2e8f0e6;border-radius:28px;padding:56px 48px;box-shadow:0 10px 25px -5px #0f172a0a,0 20px 48px -10px #0f172a08}.legal-title{color:#0f172a;letter-spacing:-.8px;margin-bottom:6px;font-size:2.5rem;font-weight:850;line-height:1.15}.legal-company-subtitle{color:#7920dc;letter-spacing:.2px;border-bottom:1.5px solid #f1f5f9;margin-bottom:36px;padding-bottom:20px;font-size:.98rem;font-weight:700}.legal-section-block{margin-bottom:30px}.legal-section-block h3{color:#0f172a;letter-spacing:-.3px;align-items:center;gap:8px;margin-bottom:12px;font-size:1.22rem;font-weight:800;display:flex}.legal-section-block h3:before{content:"";background:#facc15;border-radius:4px;width:4px;height:16px;display:inline-block}.legal-section-block p{color:#334155;margin-bottom:14px;font-size:.98rem;line-height:1.75}.legal-list{background:#f8fafc;border-left:3px solid #7920dc;border-radius:16px;margin:14px 0 18px;padding:12px 18px;list-style:none}.legal-list li{color:#334155;padding:6px 0 6px 18px;font-size:.94rem;line-height:1.6;position:relative}.legal-list li:before{content:"•";color:#7920dc;font-size:1.2rem;font-weight:900;position:absolute;top:3px;left:0}.legal-section-block p strong{color:#0f172a}.legal-footer-box{text-align:center;color:#64748b;border-top:1px solid #f1f5f9;margin-top:50px;padding-top:24px;font-size:.84rem;line-height:1.6}.legal-footer-box p:first-child{color:#334155;font-weight:700}@media (width<=768px){.legal-container{border-radius:20px;margin:20px auto 40px;padding:32px 20px}.legal-title{font-size:1.95rem}.legal-section-block h3{font-size:1.1rem}.legal-nav-container{padding:12px 16px}.legal-back-btn span{font-size:.82rem}}
