.hero{margin-top:80px;background:linear-gradient(135deg,#6c3483 0,#8e5a9b 25%,#4a9bd9 50%,#2980b9 75%,#5dade2 100%);color:#fff;padding:100px 2rem;position:relative;overflow:hidden;min-height:60vh;display:flex;align-items:center}.hero-grid,.hero::before{position:absolute;top:0;left:0}.hero::before{content:"";right:0;bottom:0;background:linear-gradient(135deg,rgba(108,52,131,.3)0,rgba(142,90,155,.3) 50%,rgba(74,155,217,.3) 100%);animation:gradientShift 8s ease infinite}.hero-grid{width:100%;height:100%;opacity:.1;pointer-events:none}.hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:10;text-align:center}.hero h1{font-size:56px;margin-bottom:1rem;text-shadow:2px 2px 8px rgba(0,0,0,.3);animation:fadeInUp 1s ease-out;line-height:1.2;font-weight:800}.hero-subtitle{font-size:20px;margin-bottom:0;opacity:.95;animation:fadeInUp 1s ease-out .2s backwards;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.legal-content-section{padding:80px 2rem 120px;background:linear-gradient(to bottom,#fff 0,#f8fafc 100%)}.legal-layout{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:300px 1fr;gap:4rem;align-items:start;position:relative}.legal-toc{position:sticky;top:100px;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);padding:2rem;border-radius:20px;box-shadow:0 8px 30px rgba(0,0,0,.08);border:1px solid rgba(255,255,255,.4);max-height:calc(100vh - 120px);overflow-y:auto}.legal-toc h2{font-size:18px;margin-bottom:1.5rem;font-weight:700;background:var(--gradient-secondary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.toc-list{list-style:none;padding:0;margin:0}.legal-section li,.toc-list li{margin-bottom:.75rem}.toc-list a{display:block;padding:.75rem 1rem;color:var(--text-primary);text-decoration:none;border-radius:10px;font-size:14px;font-weight:500;transition:all .3s ease;border-left:3px solid transparent}.toc-list a:hover{background:rgba(59,130,246,.1);border-left-color:var(--blue);transform:translateX(5px)}.toc-list a.active{background:rgba(59,130,246,.15);border-left-color:var(--blue);color:var(--blue)}.legal-toc::-webkit-scrollbar{width:6px}.legal-toc::-webkit-scrollbar-track{background:rgba(0,0,0,.05);border-radius:10px}.legal-toc::-webkit-scrollbar-thumb{background:rgba(59,130,246,.3);border-radius:10px}.legal-toc::-webkit-scrollbar-thumb:hover{background:rgba(59,130,246,.5)}.legal-document{background:rgba(255,255,255,.95);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.4);border-radius:25px;padding:4rem;box-shadow:0 10px 40px rgba(0,0,0,.08);transition:all .4s ease}.legal-section{margin-bottom:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(0,0,0,.08);scroll-margin-top:100px}.legal-section:last-of-type{border-bottom:none;margin-bottom:2rem}.legal-section h2{font-size:32px;margin-bottom:2rem;font-weight:800;background:var(--gradient-secondary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.3}.legal-section h3,.legal-section h4{font-size:22px;margin-bottom:1rem;margin-top:2.5rem;font-weight:700;color:var(--text-primary)}.legal-section h4{font-size:18px;margin-bottom:.75rem;margin-top:1.5rem;font-weight:600}.legal-section p{font-size:17px;line-height:1.8;color:var(--text-subtle);margin-bottom:1.5rem}.legal-section p:last-child{margin-bottom:0}.legal-section ol,.legal-section ul{font-size:17px;line-height:1.8;color:var(--text-subtle);margin-bottom:1.5rem;padding-left:2rem}.legal-section strong{color:var(--text-primary);font-weight:600}.legal-section a{color:var(--blue);text-decoration:none;transition:all .3s ease;word-break:break-all}.legal-section a:hover{color:var(--purple);text-decoration:underline}.legal-section address{font-style:normal;line-height:1.8;margin:1rem 0}.legal-section em{font-style:italic;color:var(--text-subtle)}.legal-info{background:rgba(59,130,246,.03);padding:1.5rem;border-radius:15px;margin-bottom:2rem;border-left:4px solid var(--blue)}.legal-info h3{margin-top:0;font-size:20px}.legal-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.08);text-align:center}.legal-footer p{font-size:14px}.legal-footer small{font-size:13px}.legal-footer p,.text-muted{color:var(--text-subtle)}.back-to-top{position:fixed;bottom:40px;right:40px;width:56px;height:56px;background:var(--gradient-secondary);border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 30px rgba(59,130,246,.3);transition:all .3s ease;opacity:0;visibility:hidden;z-index:100}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(59,130,246,.4)}.back-to-top svg{width:24px;height:24px;stroke:#fff;stroke-width:3;fill:none}@media print{.back-to-top,.hero,.legal-toc,footer,header{display:none}.legal-layout{grid-template-columns:1fr}.legal-document{box-shadow:none;border:0;padding:0}.legal-section{page-break-inside:avoid}.legal-section h2{page-break-after:avoid}a{color:var(--text-primary);text-decoration:underline}}@media (max-width:1200px){.legal-layout{grid-template-columns:280px 1fr;gap:3rem}}@media (max-width:968px){.legal-layout{grid-template-columns:1fr}.legal-toc{position:static;margin-bottom:3rem;max-height:400px}.back-to-top{bottom:20px;right:20px;width:48px;height:48px}.back-to-top svg{width:20px;height:20px}}@media (max-width:768px){.hero{padding:60px 2rem;min-height:auto}.hero h1{font-size:36px}.hero-subtitle,.legal-section ol,.legal-section p,.legal-section ul{font-size:16px}.legal-content-section{padding:60px 1rem 80px}.legal-document{padding:2.5rem 2rem}.legal-section{margin-bottom:3rem;padding-bottom:2rem}.legal-section h2{font-size:26px}.legal-section h3{font-size:20px}.legal-section h4{font-size:17px}.legal-toc{padding:1.5rem}.toc-list a{font-size:13px;padding:.6rem .75rem}}