*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#3b82f6;--primary-dark:#2563eb;--primary-light:#93c5fd;--foreground:#0f172a;--background:#f8fafc;--card:#fff;--muted:#64748b;--border:#e2e8f0;--gray-100:#f1f5f9;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--white:#fff;--shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--radius:.5rem}html{scroll-behavior:smooth}body{color:var(--foreground);background-color:var(--background);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.navbar{z-index:50;background-color:var(--card);box-shadow:var(--shadow);transition:background-color .3s,transform .3s;position:fixed;top:0;left:0;right:0}.navbar.hide{transform:translateY(-100%)}.nav-container{justify-content:space-between;align-items:center;max-width:1280px;height:56px;margin:0 auto;padding:0 1rem;display:flex}.nav-brand{align-items:center;display:flex}.logo-container{width:200px;height:32px;margin-right:.5rem;position:relative}.logo-link{text-decoration:none;display:block}.logo-img{object-fit:contain;width:100%;height:100%}.logo-fallback{background-color:var(--primary);width:40px;height:40px;color:var(--white);border-radius:8px;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:none;position:absolute;top:0;left:0}.brand-text{flex-direction:column;display:none}.brand-name{color:var(--foreground);font-size:1.125rem;font-weight:700;line-height:1.2}.brand-subtitle{letter-spacing:.1em;color:var(--muted);font-size:.625rem;font-weight:500}.nav-links{align-items:center;gap:.25rem;display:none}.nav-link{border-radius:var(--radius);color:var(--foreground);padding:.5rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--primary)}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.hamburger{background-color:var(--foreground);width:24px;height:2px;transition:background-color .3s;position:relative}.hamburger:before,.hamburger:after{content:"";background-color:var(--foreground);width:24px;height:2px;transition:transform .3s;position:absolute}.hamburger:before{top:-8px}.hamburger:after{top:8px}.mobile-menu-btn.active .hamburger{background-color:#0000}.mobile-menu-btn.active .hamburger:before{transform:translateY(8px)rotate(45deg)}.mobile-menu-btn.active .hamburger:after{transform:translateY(-8px)rotate(-45deg)}@media (width>=768px){.nav-links{display:flex}.mobile-menu-btn{display:none}.logo-container{width:250px;height:40px}}@media (width<=767px){.nav-links{background-color:var(--card);border-top:1px solid var(--border);flex-direction:column;padding:1rem;display:none;position:absolute;top:56px;left:0;right:0}.nav-links.active{display:flex}.nav-link{width:100%;padding:.75rem 1rem}.nav-links .btn{width:100%;margin-top:.5rem}}.btn{border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{color:var(--white);background-color:#364561}.btn-primary:hover{background-color:var(--primary-dark)}.btn-secondary{background-color:var(--gray-100);color:var(--foreground)}.btn-secondary:hover{background-color:var(--border)}.btn-white{background-color:var(--white);color:var(--primary)}.btn-white:hover{background-color:var(--gray-100)}.btn-outline{color:#364561;background-color:#0000;border:2px solid #51668d}.btn-outline:hover{background-color:var(--primary-dark);color:var(--white)}.btn-outline-white{border:2px solid var(--white);color:var(--white);background-color:#0000}.btn-outline-white:hover{background-color:var(--white);color:var(--primary)}.btn-full{width:100%}.hero{background:linear-gradient(135deg, var(--gray-800) 0%, var(--gray-900) 100%);color:var(--white);padding-top:72px}.hero-content{text-align:center;padding:6rem 1rem 2rem}.hero-title{margin-bottom:1.5rem;font-size:3.25rem;font-weight:700;line-height:1.2}.hero-title-accent{color:#bfdbfe;display:block}.hero-description{color:#dbeafe;max-width:48rem;margin:0 auto 2rem;font-size:1.125rem}.hero-buttons{flex-direction:column;justify-content:center;gap:2rem;display:flex}@media (width>=640px){.hero-buttons{flex-direction:row}.hero-title{font-size:3.75rem}.hero-description{font-size:1.25rem}}.section{padding:4rem 0;scroll-margin-top:72px}.section-gray{background-color:var(--gray-100)}.section-title{text-align:center;color:var(--foreground);margin-bottom:1rem;font-size:1.875rem;font-weight:700}.section-description{text-align:center;max-width:48rem;color:var(--muted);margin:0 auto 3rem;font-size:1.125rem}@media (width>=768px){.section-title{font-size:2.25rem}}.features-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{text-align:center}.feature-icon{width:64px;height:64px;color:var(--white);background-color:#1e293b;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.feature-title{color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.feature-description{color:var(--muted)}.services-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background-color:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);padding:1.5rem;transition:box-shadow .3s}.service-card:hover{box-shadow:var(--shadow-lg)}.service-icon{color:#0f172a;margin-bottom:1rem}.service-title{color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.service-description{color:var(--muted);margin-bottom:1rem}.service-features{text-align:left;list-style:none}.service-features li{color:var(--muted);padding:.25rem 0;font-size:.875rem}.service-features li:before{content:"•";color:var(--primary);margin-right:.5rem}.expertise-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.expertise-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.expertise-grid{grid-template-columns:repeat(3,1fr)}}.expertise-card{background-color:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;border:1px solid var(--border);flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;transition:box-shadow .3s;display:flex}.expertise-card:hover{box-shadow:var(--shadow-lg)}.expertise-title{color:var(--foreground);text-align:center;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.expertise-description{color:var(--muted);text-align:center;margin-bottom:1rem;font-size:.875rem}.expertise-tags{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.tag{border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.tag-blue{color:#1e40af;background-color:#dbeafe}.tag-green{color:#166534;background-color:#dcfce7}.tag-purple{color:#7c3aed;background-color:#f3e8ff}.tag-red{color:#dc2626;background-color:#fee2e2}.contact-cards{grid-template-columns:1fr;gap:4.5rem;max-width:56rem;margin:0 auto;display:grid}@media (width>=768px){.contact-cards{grid-template-columns:repeat(2,1fr)}}.contact-card{background-color:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);flex-direction:column;justify-content:space-between;padding:1.5rem;display:flex}.contact-card-title{color:#0f172a;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.contact-card-description{color:var(--muted);margin-bottom:1.5rem}.footer{background:linear-gradient(135deg, var(--gray-800) 0%, var(--gray-900) 100%);color:var(--white)}.footer .container{padding:3rem 1rem}.footer-grid{grid-template-columns:1fr;align-items:start;gap:2rem;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.footer-grid{grid-template-columns:minmax(280px,1.2fr) repeat(3,minmax(200px,1fr))}}.footer-brand{flex-direction:column;gap:1rem;max-width:420px;display:flex}.footer-logo{width:100%;max-width:17%;height:auto;display:block}.footer-hero-text{color:#fff;max-width:28rem;margin:0;font-size:1.5rem;font-weight:700;line-height:1.15}.footer-description{color:#9ca3af;margin-bottom:1rem;font-size:.875rem}.social-links{gap:.75rem;display:flex}.social-link{background-color:var(--gray-700);width:40px;height:40px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s;display:flex}.social-link:hover{background-color:var(--primary)}.footer-column-title{margin-bottom:1rem;font-weight:600}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{color:#9ca3af;padding:.25rem 0;font-size:.875rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-bottom{border-top:1px solid var(--gray-700);text-align:center;padding:1rem}.footer-bottom p{color:#9ca3af;font-size:.875rem}.modal{z-index:100;opacity:0;visibility:hidden;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0}.modal.active{opacity:1;visibility:visible}.modal-content{background-color:var(--card);border-radius:var(--radius);width:100%;max-width:672px;max-height:90vh;overflow-y:auto}.modal-header{background-color:var(--primary);color:var(--white);z-index:10;justify-content:space-between;align-items:flex-start;padding:1.5rem;display:flex;position:sticky;top:0}.modal-title{font-size:1.5rem;font-weight:700}.modal-description{color:#fffc;margin-top:.25rem;font-size:.875rem}.modal-close{color:var(--white);cursor:pointer;background:0 0;border:none;margin-left:1rem;padding:0;font-size:2rem;line-height:1}.modal-close:hover{opacity:.7}.modal-form{padding:1.5rem}.form-row{gap:1rem;margin-bottom:1rem;display:grid}@media (width>=768px){.form-row{grid-template-columns:1fr 1fr}}.form-group{flex-direction:column;margin-bottom:1rem;display:flex}.form-group label{color:var(--foreground);margin-bottom:.5rem;font-size:.875rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border);border-radius:var(--radius);padding:.625rem .75rem;font-family:inherit;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical}.form-hint{color:var(--muted);margin-top:.25rem;font-size:.75rem}.form-buttons{gap:1rem;margin-top:1.5rem;display:flex}.form-buttons .btn{flex:1}.scroll-to-top{background-color:var(--white);width:50px;height:50px;color:var(--black);cursor:pointer;opacity:0;visibility:hidden;z-index:1000;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;transition:opacity .3s,visibility .3s,background-color .2s;display:flex;position:fixed;bottom:20px;right:20px}.scroll-to-top:hover{background-color:var(--primary-dark)}.scroll-to-top.show{opacity:1;visibility:visible}.legal-page .legal-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#fffffff2;border-bottom:1px solid #e2e8f0;transition:transform .3s,background .3s;position:fixed;top:0;left:0;right:0}.legal-page .legal-header.hide{transform:translateY(-100%)}.legal-page .nav-content{justify-content:space-between;align-items:center;gap:1rem;height:80px;display:flex}.legal-page .nav-content>a:first-child,.legal-page .nav-content>div:first-of-type{align-items:center;gap:.5rem;display:flex}.legal-page .logo{color:var(--primary);font-size:24px;font-weight:800;text-decoration:none}.legal-page .logo span{color:#10b981}.legal-page .back-link{color:var(--muted);font-size:14px;font-weight:700;text-decoration:none;transition:color .2s}.legal-page .back-link:hover{color:var(--primary)}.back-to-home-btn{z-index:99;background-color:var(--primary);color:#fff;opacity:1;visibility:visible;border-radius:50px;align-items:center;padding:12px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s,opacity .3s;display:inline-flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 12px #0f172a33}.back-to-home-btn:hover{background-color:#0d47a1;transform:translateY(-2px);box-shadow:0 6px 16px #0f172a4d}.back-to-home-btn.hide{opacity:0;visibility:hidden}.legal-page main.container{padding-top:100px;padding-bottom:80px}.legal-page h1{letter-spacing:-1px;margin-bottom:16px;font-size:48px}.legal-page .last-updated{color:var(--muted);margin-bottom:48px;font-style:italic}.legal-page section{margin-bottom:48px}.legal-page h2{margin-bottom:16px;font-size:24px}.legal-page h3{margin-top:24px;margin-bottom:8px;font-size:18px}.legal-page p{color:var(--muted);margin-bottom:16px}.legal-page ul{color:var(--muted);margin-bottom:16px;margin-left:20px}.legal-page li{margin-bottom:8px}.legal-page .contact-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:24px}@media (width<=600px){.legal-page h1{font-size:36px}.legal-page main{padding:40px 0}}
