*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1a1a1a;background-color:#fff}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem;line-height:1.7}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-brand{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.25rem;color:#1f2937}.brand-icon{font-size:1.5rem}.nav-links{display:flex;gap:2rem}.nav-link{text-decoration:none;color:#6b7280;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#3b82f6}.nav-link.active:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:2px;background:#3b82f6;border-radius:1px}.hero{padding:140px 0 100px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-icon{font-size:4rem;margin-bottom:1rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-title{font-size:4rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(45deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.5rem;font-weight:500;margin-bottom:1.5rem;opacity:.9}.hero-description{font-size:1.125rem;margin-bottom:2.5rem;opacity:.8;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid transparent}.btn-primary{background:#fff;color:#3b82f6;border-color:#fff}.btn-primary:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.btn-secondary{background:transparent;color:#fff;border-color:#fff}.btn-secondary:hover{background:#fff;color:#3b82f6;transform:translateY(-2px)}.legal-section{padding:100px 0;background:#fff}.legal-section:nth-child(2n){background:#f8fafc}.legal-header{text-align:center;margin-bottom:4rem}.legal-header h2{color:#1f2937;margin-bottom:.5rem}.last-updated{color:#6b7280;font-size:1rem;font-style:italic}.legal-content{max-width:900px;margin:0 auto}.section{margin-bottom:3rem;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb}.section h3{color:#1f2937;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.section h4{color:#374151;margin:1.5rem 0 .75rem;font-size:1.125rem}.section ul{margin:1rem 0;padding-left:1.5rem}.section li{margin-bottom:.5rem;color:#4b5563}.section p{color:#4b5563;margin-bottom:1rem}.contact-section{padding:100px 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.contact-content{text-align:center;margin-bottom:4rem}.contact-content h2{color:#fff;margin-bottom:1rem}.contact-content p{font-size:1.125rem;opacity:.9;margin-bottom:3rem}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.contact-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:12px;text-align:center;border:1px solid rgba(255,255,255,.2);transition:transform .3s ease,box-shadow .3s ease}.contact-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.contact-icon{font-size:2.5rem;margin-bottom:1rem}.contact-card h3{color:#fff;margin-bottom:1rem;font-size:1.25rem}.contact-card p{opacity:.9;line-height:1.6}.footer{background:#1f2937;color:#d1d5db;padding:3rem 0}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.footer-brand{display:flex;align-items:center;gap:.75rem;font-weight:600;font-size:1.125rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-text{text-align:center;width:100%;margin-top:2rem;padding-top:2rem;border-top:1px solid #374151}.footer-text p{margin:0;opacity:.8}@media (max-width: 768px){.container,.nav-container{padding:0 1rem}.nav-links{gap:1rem}.hero{padding:120px 0 80px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.legal-section{padding:60px 0}.section{padding:1.5rem;margin-bottom:2rem}.contact-grid{grid-template-columns:1fr}.footer-content{flex-direction:column;text-align:center}.footer-links{order:-1}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.125rem}.section{padding:1rem}.nav-links{display:none}}@media (prefers-reduced-motion: no-preference){.section{animation:fadeInUp .6s ease-out}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.nav-link:focus,.btn:focus{outline:2px solid #3b82f6;outline-offset:2px}@media print{.navbar,.hero,.contact-section,.footer{display:none}.legal-section{padding:2rem 0}.section{box-shadow:none;border:1px solid #ccc;break-inside:avoid}}
