main{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 165px);padding-top:110px;margin-bottom:60px}.legal_container{width:85%;max-width:900px;background-color:#fff;padding:60px;border-radius:24px;box-shadow:0 15px 40px rgb(23 28 57 / .04);transition:background-color 0.3s ease}body.dark_mode .legal_container{background-color:#1a1a1a;box-shadow:0 15px 40px rgb(0 0 0 / .3)}.legal_tagline{display:inline-block;color:var(--accent-color);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:10px}.legal_container h1{font-size:2.8rem;font-weight:800;color:var(--secondary-color);margin-bottom:8px;line-height:1.2}.legal_date{font-size:.9rem;color:var(--text-muted);font-style:italic;margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid rgb(107 114 128 / .1)}.legal_content{display:flex;flex-direction:column;gap:35px}.legal_section h2{font-size:1.4rem;font-weight:700;color:var(--secondary-color);margin-bottom:15px}.legal_section p{color:var(--text-muted);font-size:1rem;line-height:1.7;margin-bottom:15px}.legal_section p strong{color:var(--secondary-color)}body.dark_mode .legal_section p strong{color:#fff}.legal_section ul{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:15px;padding-left:5px}.legal_section ul li{font-size:.95rem;color:var(--text-muted);line-height:1.6;padding-left:20px;position:relative}.legal_section ul li::before{content:'';position:absolute;left:0;top:9px;width:6px;height:6px;background-color:var(--accent-color);border-radius:50%}.legal_section ul li strong{color:var(--secondary-color)}body.dark_mode .legal_section ul li strong{color:#fff}.legal_section a{color:var(--hover-color);font-weight:600;text-decoration:underline}@media screen and (max-width:768px){.legal_container{width:90%;padding:40px 25px}.legal_container h1{font-size:2rem}.legal_section h2{font-size:1.25rem}}@media screen and (max-width:500px){main{padding-top:95px}.legal_container{width:95%;padding:30px 15px}.legal_container h1{font-size:1.7rem}}