:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.legal-page-wrapper{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#ffffff)}.legal-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:4rem 0 3rem;margin-bottom:3rem;box-shadow:0 4px 20px rgba(0,0,0,.1)}.legal-hero-content h1{font-size:3rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.02em}.legal-hero-content .lead{font-size:1.25rem;opacity:.95;margin-bottom:1rem}.legal-hero-content .text-muted{font-size:.95rem;opacity:.85}.legal-content{padding:2rem 0 4rem}.legal-section{margin-bottom:3.5rem;background:white;padding:2.5rem;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.06)}.legal-intro{font-size:1.1rem;line-height:1.8;color:#2d3748;margin-bottom:1.25rem}.section-title{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:3px solid #667eea;display:inline-block}.subsection{margin-bottom:2rem}.subsection-title{font-size:1.35rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.legal-list{list-style:none;padding-left:0;margin-bottom:1.5rem}.legal-list li{padding-left:2rem;margin-bottom:.75rem;line-height:1.7;color:#4a5568;position:relative}.legal-list li:before{content:"→";position:absolute;left:.5rem;color:#667eea;font-weight:700}.legal-list li strong{color:#2d3748}.highlight-text{background:linear-gradient(120deg,#84fab0,#8fd3f4);padding:1rem 1.5rem;border-radius:8px;font-weight:600;font-size:1.1rem;color:#1a202c;margin-bottom:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.08)}.security-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin:2rem 0}.security-item{background:#f7fafc;padding:1.5rem;border-radius:10px;border-left:4px solid #667eea;transition:transform .2s,box-shadow .2s}.security-item:hover{transform:translateY(-3px);box-shadow:0 6px 16px rgba(102,126,234,.15)}.security-item h4{font-size:1.1rem;margin-bottom:.5rem;color:#2d3748}.security-item p{font-size:.95rem;color:#4a5568;margin:0}.rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;margin:2rem 0}.right-item{background:white;border:2px solid #e2e8f0;padding:1.5rem;border-radius:10px;text-align:center;transition:all .3s}.right-item:hover{border-color:#667eea;box-shadow:0 8px 20px rgba(102,126,234,.2);transform:translateY(-3px)}.right-icon{font-size:2.5rem;margin-bottom:.75rem}.right-item h4{font-size:1.1rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.right-item p{font-size:.9rem;color:#718096;margin:0}.alert-box{padding:1.5rem;border-radius:10px;margin:1.5rem 0;border-left:5px solid}.alert-box.info{background:#ebf8ff;border-color:#3182ce;color:#2c5282}.alert-box p{margin:0;line-height:1.7}.contact-info{background:#f7fafc;padding:1.5rem;border-radius:10px;margin:1.5rem 0}.contact-item{margin-bottom:.75rem;font-size:1.05rem;color:#2d3748}.contact-item:last-child{margin-bottom:0}.contact-item a{color:#667eea;text-decoration:none;font-weight:500}.contact-item a:hover{text-decoration:underline}.compliance-badges{display:flex;gap:1rem;flex-wrap:wrap;margin:1.5rem 0}.badge-item{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;font-size:.95rem;box-shadow:0 4px 12px rgba(102,126,234,.3)}.legal-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid #e2e8f0}.legal-footer p{color:#718096;font-size:.95rem}@media (max-width:768px){.legal-hero-content h1{font-size:2rem}.legal-hero{padding:3rem 0 2rem}.legal-section{padding:1.5rem}.section-title{font-size:1.5rem}.rights-grid,.security-grid{grid-template-columns:1fr}}.legal-document h1{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.legal-document h2{font-size:1.75rem;font-weight:600;color:#2c3e50;margin-top:2rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e0e0e0}.legal-document h3{font-size:1.25rem;font-weight:600;color:#34495e;margin-top:1.5rem;margin-bottom:.75rem}.legal-document p{font-size:1rem;line-height:1.7;color:#444;margin-bottom:1rem}.legal-document ul{margin-bottom:1rem;padding-left:2rem}.legal-document ul li{margin-bottom:.5rem;line-height:1.6}.legal-document a{color:#007bff;text-decoration:underline}.legal-document a:hover{color:#0056b3}.legal-document .alert{padding:1rem;margin-bottom:1rem;border-radius:.25rem;border:1px solid transparent}.legal-document .alert-warning{background-color:#fff3cd;border-color:#ffc107;color:#856404}.legal-document .alert-danger{background-color:#f8d7da;border-color:#dc3545;color:#721c24}.legal-document .alert-info{background-color:#d1ecf1;border-color:#17a2b8;color:#0c5460}.legal-document section{scroll-margin-top:100px}@media (prefers-color-scheme:dark){.legal-document h1{color:#f0f0f0}.legal-document h2{color:#e0e0e0;border-bottom-color:#444}.legal-document h3{color:#d0d0d0}.legal-document p{color:#c0c0c0}.legal-document a{color:#4dabf7}.legal-document a:hover{color:#74c0fc}}.get-in-touch-main{padding:60px 0;background:#f8f9fa}.get-in-touch-contents input,.get-in-touch-contents textarea{width:100%;max-width:600px;padding:15px 20px;margin-bottom:20px;border:1px solid #ddd;border-radius:8px;font-size:18px;transition:border-color .3s ease}.get-in-touch-contents input:focus,.get-in-touch-contents textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.get-in-touch-contents input:disabled,.get-in-touch-contents textarea:disabled{background-color:#f5f5f5;cursor:not-allowed}.get-in-touch-contents textarea{min-height:150px;resize:vertical;font-family:inherit}.btn-style{display:inline-block;padding:14px 40px;background:linear-gradient(135deg,#667eea,#764ba2);color:white;border:none;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.get-in-touch-title h4{font-size:28px;font-weight:700}.get-in-touch-title p{font-size:18px}.btn-style:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px rgba(102,126,234,.3)}.btn-style:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width:768px){.get-in-touch-main{padding:40px 20px}.get-in-touch-contents input,.get-in-touch-contents textarea{max-width:100%}}.privacy-page-container{min-height:100vh;background:#0a0d14;color:#e0e0e0;padding-top:120px;padding-bottom:3rem}.privacy-layout{display:flex;max-width:1140px;margin:0 auto;gap:2rem;padding:0 2rem}.privacy-sidebar{flex:0 0 280px;position:fixed;top:120px;width:280px;height:calc(100vh - 140px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(59,130,246,.3) transparent;background:rgba(21,26,34,.6);border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10}.privacy-sidebar::-webkit-scrollbar{width:6px}.privacy-sidebar::-webkit-scrollbar-track{background:transparent}.privacy-sidebar::-webkit-scrollbar-thumb{background:rgba(59,130,246,.3);border-radius:3px}.privacy-sidebar::-webkit-scrollbar-thumb:hover{background:rgba(59,130,246,.5)}.sidebar-content{background:transparent;padding:0;height:100%}.sidebar-title{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem;padding-left:.5rem}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem}.sidebar-nav a{display:block;padding:.65rem .75rem;color:#6b7280;font-size:.95rem;line-height:1.5;border-radius:6px;transition:all .15s ease;text-decoration:none;border-left:2px solid transparent}.sidebar-nav a:hover{color:#e5e7eb;background:rgba(255,255,255,.03)}.sidebar-nav a.active{color:#3b82f6;background:rgba(59,130,246,.08);border-left-color:#3b82f6;font-weight:500}.privacy-main-content{flex:1 1;min-width:0;margin-left:300px}.privacy-header{margin-bottom:3rem;text-align:center}.privacy-header h1{font-size:3rem;font-weight:700;margin-bottom:.5rem}.privacy-header .text-primary{color:#3b82f6}.privacy-content-wrapper{background:rgba(255,255,255,.02);border-radius:12px;padding:2.5rem;border:1px solid rgba(255,255,255,.08)}.privacy-section{margin-bottom:3rem;scroll-margin-top:100px}.privacy-section:last-child{margin-bottom:0}.privacy-section h2{font-size:1.75rem;font-weight:600;color:#ffffff;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid rgba(59,130,246,.3)}.privacy-section p{font-size:1.05rem;line-height:1.8;color:#ffffff;margin-bottom:1.25rem}.privacy-section ul{margin:1rem 0;padding-left:0;list-style:none}.privacy-section ul li{padding-left:1.5rem;margin-bottom:.85rem;line-height:1.8;color:#ffffff;position:relative;font-size:1.05rem}.privacy-section ul li:before{content:"●";position:absolute;left:0;color:#3b82f6}.privacy-section a{color:#3b82f6;text-decoration:none;transition:color .2s ease}.privacy-section a:hover{color:#60a5fa;text-decoration:underline}.privacy-section .text-muted{color:#6b7280!important;font-size:.9rem}.privacy-section .contact-info{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);padding:1.5rem;border-radius:8px;margin:1.5rem 0}.privacy-section .contact-info p{margin-bottom:.5rem;color:#e0e0e0}.privacy-section .contact-info p:last-child{margin-bottom:0}@media (max-width:1024px){.privacy-page-container{padding-top:100px}.privacy-layout{flex-direction:column;padding:0 1.5rem}.privacy-sidebar{position:relative;top:0;flex:none;width:100%;height:auto;max-height:none;margin-bottom:2rem}.privacy-main-content{margin-left:0}.sidebar-nav{flex-direction:row;flex-wrap:wrap;gap:.5rem}.sidebar-nav a{padding:.5rem 1rem;font-size:.85rem}}@media (max-width:768px){.privacy-page-container{padding-top:90px;padding-bottom:2rem}.privacy-layout{padding:0 1rem;gap:1rem}.privacy-header h1{font-size:2rem}.privacy-content-wrapper{padding:1.5rem}.privacy-section h2{font-size:1.35rem}.privacy-section p{font-size:.95rem;color:#ffffff}.privacy-section ul li{font-size:.95rem}.sidebar-nav{display:none}.sidebar-title{text-align:center}}