:root{--accent:#2563eb;--accent-hover:#1d4ed8;--accent-light:#dbeafe;--accent-subtle:#eff6ff;--text:#111827;--text-secondary:#6b7280;--text-tertiary:#9ca3af;--bg:#fff;--surface:#f9fafb;--surface-raised:#fff;--border:#e5e7eb;--border-light:#f3f4f6;--success:#059669;--error:#dc2626;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 1px 3px #0000000f,0 1px 2px #0000000a;--shadow-md:0 4px 6px #0000000a,0 2px 4px #00000008;--shadow-lg:0 10px 15px #0000000a,0 4px 6px #00000005;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-full:9999px;--transition:all .2s ease;--transition-slow:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.main-container{margin-top:4rem}::selection{background:var(--accent-light);color:var(--accent)}@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.navbar{background:var(--bg);position:fixed;z-index:1000;border-bottom:1px solid var(--border);transition:var(--transition);padding:0 2rem;top:0;left:0;right:0}.navbar.scrolled{box-shadow:var(--shadow-sm)}.navbar-container{display:flex;justify-content:space-between;align-items: center;max-width:1200px;height:64px;margin:0 auto}.navbar-logo{display:flex;text-decoration:none;color:var(--text);align-items: center;gap:.625rem}.logo-icon{background:var(--text);border-radius:var(--radius-sm);display:flex;color:#fff;letter-spacing:-.5px;justify-content:center;align-items: center;width:36px;height:36px;font-size:.85rem;font-weight:700}.logo-text{color:var(--text);letter-spacing:-.3px;font-size:1.125rem;font-weight:700}.navbar-menu{list-style:none;display:flex;align-items: center;gap:0;margin:0;padding:0}.navbar-link{color:var(--text-secondary);text-decoration:none;border-radius:var(--radius-sm);transition:var(--transition);padding:.5rem 1rem;font-size:.875rem;font-weight:500}.navbar-link:hover{color:var(--text);background:var(--surface)}.navbar-cta .cta-link{background:var(--text);color:#fff;border-radius:var(--radius-full);transition:var(--transition);padding:.5rem 1.25rem;font-size:.875rem;font-weight:500}.navbar-cta .cta-link:hover{color:#fff;background:#374151}.navbar-toggle{display:none}@media (max-width:768px){.navbar{padding:0 1rem}.navbar-container{height:56px}.navbar-toggle{display:flex;cursor:pointer;z-index:1001;background:0 0;border:none;padding:.5rem}.hamburger{background:var(--text);position:relative;transition:var(--transition);border-radius:1px;width:20px;height:2px}.hamburger:before,.hamburger:after{content:"";position:absolute;background:var(--text);transition:var(--transition);border-radius:1px;width:20px;height:2px}.hamburger:before{transform:translateY(-6px)}.hamburger:after{transform:translateY(6px)}.hamburger.open{background:0 0}.hamburger.open:before{transform:rotate(45deg)}.hamburger.open:after{transform:rotate(-45deg)}.navbar-menu{position:fixed;background:var(--bg);border-left:1px solid var(--border);flex-direction:column;align-items:stretch;gap:0;width:280px;height:100vh;padding:5rem 1.5rem 2rem;transition:transform .3s;top:0;right:0;transform:translate(100%)}.navbar-menu.active{transform:translate(0)}.navbar-link{width:100%;padding:.875rem 1rem}.navbar-cta{margin-top:1rem}.navbar-cta .cta-link{text-align:center;display:block;border-radius:var(--radius-sm)}}body{padding-top:64px}@media (max-width:768px){body{padding-top:56px}}.landing-page{width:100%}.container{max-width:1120px;margin:0 auto;padding:0 2rem}.hero{position:relative;display:flex;background:var(--bg);overflow:hidden;justify-content:center;align-items: center;min-height:calc(100vh - 64px);padding:6rem 2rem}.hero-background{display:none}.hero-content{text-align:center;position:relative;z-index:1;max-width:720px}.hero-badge{display:inline-flex;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-secondary);align-items: center;gap:.5rem;margin-bottom:2rem;padding:.375rem 1rem;font-size:.8rem;font-weight:500}.badge-dot{background:var(--success);border-radius:50%;width:6px;height:6px}.hero-title{color:var(--text);letter-spacing:-1.5px;margin-bottom:1.5rem;font-size:3.75rem;font-weight:700;line-height:1.1}.gradient-text{color:var(--accent);display:inline;-webkit-text-fill-color:unset;background:0 0;-webkit-background-clip:unset;background-clip:unset;filter:none}.hero-subtitle{color:var(--text-secondary);max-width:540px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.7}.hero-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:4rem}.cta-button{display:inline-flex;border-radius:var(--radius-full);cursor:pointer;transition:var(--transition);letter-spacing:0;border:none;align-items: center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500}.cta-button:before{display:none}.cta-button.primary{background:var(--text);color:#fff}.cta-button.primary:hover{box-shadow:none;background:#374151;transform:none}.cta-button.secondary{color:var(--text);border:1px solid var(--border);background:0 0}.cta-button.secondary:hover{background:var(--surface);border-color:var(--text-tertiary);transform:none}.cta-button.large{padding:.875rem 2rem;font-size:.95rem}.button-icon{width:16px;height:16px;transition:transform .2s}.cta-button:hover .button-icon{transform:translate(3px)}.phone-icon{width:16px;height:16px}.hero-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem}.stat-item{text-align:center;transition:none}.stat-item h3{color:var(--text);letter-spacing:-.5px;margin-bottom:.25rem;font-size:2rem;font-weight:700}.stat-item p{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:500}.section-header{text-align:center;margin-bottom:3.5rem}.section-badge{display:inline-block;background:var(--accent-subtle);color:var(--accent);border-radius:var(--radius-full);letter-spacing:.3px;text-transform:uppercase;border:none;margin-bottom:1rem;padding:.375rem 1rem;font-size:.8rem;font-weight:600}.section-header h2{color:var(--text);letter-spacing:-.5px;margin-bottom:.75rem;font-size:2.25rem;font-weight:700}.section-header p{color:var(--text-secondary);max-width:520px;margin:0 auto;font-size:1.05rem}.features-section{background:var(--surface);padding:6rem 0}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.feature-card{background:var(--bg);border-radius:var(--radius-md);border:1px solid var(--border);transition:var(--transition);padding:2rem}.feature-card:after{display:none}.feature-card:hover{border-color:var(--text-tertiary);box-shadow:var(--shadow-md);transform:none}.feature-icon{background:var(--accent-subtle);border-radius:var(--radius-sm);display:flex;box-shadow:none;justify-content:center;align-items: center;width:48px;height:48px;margin-bottom:1.25rem;transform:none}.feature-icon svg{color:var(--accent);width:22px;height:22px}.feature-card h3{color:var(--text);margin-bottom:.5rem;font-size:1rem;font-weight:600;transform:none}.feature-card p{color:var(--text-secondary);font-size:.875rem;line-height:1.6;transform:none}.testimonial-section{background:var(--bg);padding:6rem 0}.testimonial-section:before{display:none}.testimonial-content{text-align:center;max-width:640px;margin:0 auto}.quote-icon{opacity:.15;width:40px;height:40px;margin:0 auto 1.5rem}.quote-icon svg{color:var(--text);width:100%;height:100%}.testimonial-quote{color:var(--text);margin-bottom:2rem;font-size:1.25rem;font-style:italic;font-weight:400;line-height:1.8}.testimonial-author{display:flex;justify-content:center;align-items: center;gap:1rem;margin-bottom:1rem}.author-avatar{overflow:hidden;box-shadow:none;border:none;border-radius:50%;width:48px;height:48px}.author-avatar img{object-fit:cover;width:100%;height:100%}.author-info{text-align:left}.author-info cite{display:block;color:var(--text);font-size:.95rem;font-style:normal;font-weight:600}.author-info span{color:var(--text-secondary);font-size:.8rem}.rating{display:flex;justify-content:center;gap:.125rem}.rating svg{color:#fbbf24;filter:none;width:18px;height:18px}.cta-section{background:var(--text);position:relative;padding:6rem 0}.cta-section:before,.cta-section:after{display:none}.cta-content{text-align:center}.cta-content h2{color:#fff;letter-spacing:-.5px;text-shadow:none;margin-bottom:.75rem;font-size:2.5rem;font-weight:700}.cta-content p{color:#fff9;margin-bottom:2rem;font-size:1.05rem}@media (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero{min-height:auto;padding:4rem 1.5rem}.hero-title{letter-spacing:-1px;font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-stats{gap:2rem}.stat-item h3,.section-header h2{font-size:1.75rem}.features-grid{grid-template-columns:1fr}.testimonial-quote{font-size:1.05rem}.cta-content h2{font-size:2rem}.hero-buttons{flex-direction:column;align-items:stretch}.cta-button{justify-content:center}}@media (max-width:480px){.hero{padding:3rem 1rem}.hero-title{font-size:2rem}.container{padding:0 1rem}}.services-page{width:100%}.container{max-width:1120px;margin:0 auto;padding:0 2rem}.services-hero{position:relative;display:flex;background:var(--bg);text-align:center;justify-content:center;align-items: center;padding:6rem 2rem}.hero-background{display:none}.hero-content{max-width:640px}.hero-badge{display:inline-flex;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-secondary);align-items: center;gap:.5rem;margin-bottom:2rem;padding:.375rem 1rem;font-size:.8rem;font-weight:500}.badge-dot{background:var(--success);border-radius:50%;width:6px;height:6px}.hero-title{color:var(--text);letter-spacing:-1px;text-shadow:none;margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.1}.gradient-text{color:var(--accent);-webkit-text-fill-color:unset;background:0 0;-webkit-background-clip:unset;background-clip:unset;filter:none;display:inline}.hero-description{color:var(--text-secondary);margin-bottom:3rem;font-size:1.05rem;line-height:1.7}.hero-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem}.stat-box{text-align:center;backdrop-filter:none;box-shadow:none;background:0 0;border:none;min-width:auto;padding:0}.stat-box:hover{box-shadow:none;background:0 0;transform:none}.stat-box h3{color:var(--text);margin-bottom:.25rem;font-size:2rem;font-weight:700;transform:none}.stat-box p{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:500;transform:none}.filter-section{background:var(--bg);border-bottom:1px solid var(--border);padding:2rem 0}.filter-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.filter-btn{display:flex;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-secondary);cursor:pointer;transition:var(--transition);box-shadow:none;align-items: center;gap:.375rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transform:none}.filter-btn:hover{border-color:var(--text-tertiary);color:var(--text);transform:none}.filter-btn.active{background:var(--text);color:#fff;border-color:var(--text);box-shadow:none}.filter-btn:active{transform:none}.filter-icon{font-size:1rem}.services-section{background:var(--surface);padding:4rem 0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:2rem}.service-card-modern{background:var(--bg);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);transition:var(--transition);box-shadow:none;scroll-margin-top:100px;transform:none}.service-card-modern:hover{border-color:var(--text-tertiary);box-shadow:var(--shadow-md);transform:none}.card-gradient{display:none}.card-image{position:relative;overflow:hidden;height:240px}.card-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.service-card-modern:hover .card-image img{transform:scale(1.03)}.image-overlay{position:absolute;opacity:.4;background:linear-gradient(#0000 50%,#00000080 100%);width:100%;height:100%;top:0;left:0}.service-icon-float{position:absolute;background:var(--bg);border-radius:var(--radius-md);display:flex;box-shadow:var(--shadow-sm);animation:none;justify-content:center;align-items: center;width:56px;height:56px;font-size:1.5rem;top:1rem;right:1rem}.card-content{padding:1.75rem}.card-header{margin-bottom:1.25rem}.service-subtitle{display:inline-block;color:var(--accent);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.service-title{color:var(--text);letter-spacing:-.3px;margin-bottom:.75rem;font-size:1.35rem;font-weight:700;line-height:1.3}.service-description{color:var(--text-secondary);font-size:.9rem;line-height:1.7}.service-features{display:flex;background:var(--surface);border-radius:var(--radius-sm);flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding:1.25rem}.feature-item{display:flex;color:var(--text-secondary);align-items: center;gap:.625rem;font-size:.85rem}.check-icon{color:var(--success);flex-shrink:0;width:16px;height:16px}.card-footer{display:flex;border-top:1px solid var(--border);justify-content:space-between;align-items: center;padding-top:1.25rem}.stat-value{color:var(--text);margin-bottom:.125rem;font-size:1.5rem;font-weight:700;line-height:1}.stat-label{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:500}.service-cta{display:flex;background:var(--text);color:#fff;border-radius:var(--radius-full);cursor:pointer;transition:var(--transition);box-shadow:none;border:none;align-items: center;gap:.5rem;padding:.625rem 1.25rem;font-size:.85rem;font-weight:500}.service-cta:before{display:none}.service-cta:hover{background:#374151;transform:none}.arrow-icon{width:14px;height:14px;transition:transform .2s}.service-cta:hover .arrow-icon{transform:translate(3px)}.process-section{background:var(--bg);padding:6rem 0}.section-header{text-align:center;margin-bottom:3.5rem}.section-badge{display:inline-block;background:var(--accent-subtle);color:var(--accent);border-radius:var(--radius-full);letter-spacing:.3px;text-transform:uppercase;border:none;margin-bottom:1rem;padding:.375rem 1rem;font-size:.8rem;font-weight:600}.section-header h2{color:var(--text);letter-spacing:-.5px;margin-bottom:.75rem;font-size:2.25rem;font-weight:700}.section-header p{color:var(--text-secondary);max-width:520px;margin:0 auto;font-size:1.05rem}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.process-card{text-align:center;background:var(--bg);border-radius:var(--radius-md);border:1px solid var(--border);transition:var(--transition);padding:2rem 1.5rem}.process-card:before{display:none}.process-card:hover{border-color:var(--text-tertiary);box-shadow:var(--shadow-md);transform:none}.process-number{position:absolute;opacity:0}.process-icon{margin-bottom:1.25rem;font-size:2.5rem;transform:none}.process-card h3{color:var(--text);margin-bottom:.5rem;font-size:1.05rem;font-weight:600;transform:none}.process-card p{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.services-cta{background:var(--text);position:relative;padding:6rem 2rem}.services-cta:before,.services-cta:after{display:none}.cta-content{text-align:center;max-width:600px;margin:0 auto}.cta-content h2{color:#fff;letter-spacing:-.5px;text-shadow:none;margin-bottom:.75rem;font-size:2.5rem;font-weight:700}.cta-content p{color:#fff9;margin-bottom:2.5rem;font-size:1.05rem}.cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.cta-btn{display:inline-flex;border-radius:var(--radius-full);cursor:pointer;transition:var(--transition);border:none;align-items: center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500}.cta-btn:before{display:none}.cta-btn.primary{color:var(--text);background:#fff}.cta-btn.primary:hover{background:#f3f4f6;transform:none}.cta-btn.secondary{color:#fff;backdrop-filter:none;background:0 0;border:1px solid #fff3}.cta-btn.secondary:hover{background:#ffffff14;border-color:#ffffff4d;transform:none}.btn-icon{width:16px;height:16px;transition:transform .2s}.cta-btn:hover .btn-icon{transform:translate(3px)}.phone-icon{width:16px;height:16px}@media (max-width:1024px){.process-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.services-hero{padding:4rem 1.5rem}.hero-title{font-size:2.25rem}.services-grid{grid-template-columns:1fr}.section-header h2{font-size:1.75rem}.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items: center}.cta-btn{justify-content:center;width:100%}}@media (max-width:480px){.hero-title{font-size:2rem}.filter-btn{padding:.5rem 1rem;font-size:.8rem}.process-grid{grid-template-columns:1fr}}.about-page{width:100%}.container{max-width:1120px;margin:0 auto;padding:0 2rem}.about-hero{position:relative;display:flex;background:var(--bg);text-align:center;justify-content:center;align-items: center;padding:6rem 2rem}.hero-background{display:none}.hero-content{max-width:700px}.hero-badge{display:inline-flex;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-secondary);align-items: center;gap:.5rem;margin-bottom:2rem;padding:.375rem 1rem;font-size:.8rem;font-weight:500}.badge-dot{background:var(--success);border-radius:50%;width:6px;height:6px}.hero-title{color:var(--text);letter-spacing:-1px;text-shadow:none;margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.1}.gradient-text{color:var(--accent);-webkit-text-fill-color:unset;background:0 0;-webkit-background-clip:unset;background-clip:unset;filter:none;display:inline}.hero-description{color:var(--text-secondary);max-width:560px;margin:0 auto 2rem;font-size:1.05rem;line-height:1.7}.scroll-indicator{display:flex;flex-direction:column;align-items: center;gap:.5rem;margin-top:3rem}.mouse{border:2px solid var(--border);position:relative;border-radius:14px;width:24px;height:40px}.wheel{background:var(--text-tertiary);position:absolute;animation:scrollWheel 2s infinite;border-radius:2px;width:3px;height:8px;top:6px;left:50%;transform:translate(-50%)}@keyframes scrollWheel{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(12px)}}.scroll-indicator p{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:1.5px;font-size:.7rem}.stats-section{background:var(--surface);padding:4rem 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.stat-card{background:var(--bg);border-radius:var(--radius-md);text-align:center;border:1px solid var(--border);transition:var(--transition);padding:2rem}.stat-card:hover{border-color:var(--text-tertiary);box-shadow:var(--shadow-md);transform:none}.stat-icon{margin-bottom:.75rem;font-size:2rem;transform:none}.stat-number{color:var(--text);background:0 0;-webkit-background-clip:unset;-webkit-text-fill-color:unset;margin-bottom:.25rem;font-size:2.25rem;font-weight:700;transform:none}.stat-label{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:500;transform:none}.story-section{background:var(--bg);padding:6rem 0}.story-content{display:grid;grid-template-columns:1fr 1fr;align-items: center;gap:4rem}.section-badge{display:inline-block;background:var(--accent-subtle);color:var(--accent);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.3px;border:none;margin-bottom:1.5rem;padding:.375rem 1rem;font-size:.8rem;font-weight:600}.story-text h2{color:var(--text);letter-spacing:-.5px;margin-bottom:1.5rem;font-size:2.25rem;font-weight:700}.lead{color:var(--text);margin-bottom:1rem;font-size:1.05rem;font-weight:500;line-height:1.7}.story-text p{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.8}.story-features{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.feature-item{display:flex;background:var(--surface);border-radius:var(--radius-sm);transition:var(--transition);align-items: center;gap:.75rem;padding:.75rem 1rem}.feature-item:hover{background:var(--accent-subtle);box-shadow:none;transform:none}.check-icon{color:var(--success);flex-shrink:0;width:18px;height:18px}.feature-item span{color:var(--text);font-size:.9rem;font-weight:500}.image-wrapper{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);transition:var(--transition)}.image-wrapper:hover{box-shadow:var(--shadow-lg);transform:none}.image-wrapper img{display:block;width:100%;height:auto}.image-decoration{display:none}.mission-vision-section{background:var(--surface);padding:6rem 0}.mission-vision-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.mission-card{background:var(--bg);border-radius:var(--radius-lg);border:1px solid var(--border);transition:var(--transition);padding:2.5rem}.mission-card:before{display:none}.mission-card:hover{border-color:var(--text-tertiary);box-shadow:var(--shadow-md);transform:none}.card-icon{background:var(--accent-subtle);border-radius:var(--radius-md);display:flex;box-shadow:none;justify-content:center;align-items: center;width:56px;height:56px;margin-bottom:1.5rem;transform:none}.card-icon svg{color:var(--accent);width:28px;height:28px}.mission-card h3{color:var(--text);margin-bottom:1rem;font-size:1.5rem;font-weight:700;transform:none}.mission-card p{color:var(--text-secondary);line-height:1.7}.timeline-section{background:var(--bg);padding:6rem 0}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{color:var(--text);letter-spacing:-.5px;margin-bottom:.75rem;font-size:2.25rem;font-weight:700}.section-header p{color:var(--text-secondary);font-size:1.05rem}.timeline{position:relative;max-width:700px;margin:0 auto}.timeline:before{content:"";position:absolute;background:var(--border);box-shadow:none;width:1px;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-item{position:relative;margin-bottom:2.5rem}.timeline-item:nth-child(odd) .timeline-content{text-align:left;margin-left:auto}.timeline-item:nth-child(2n) .timeline-content{text-align:right;margin-right:auto}.timeline-marker{position:absolute;background:var(--bg);border:2px solid var(--accent);z-index:2;box-shadow:none;transition:var(--transition);border-radius:50%;width:12px;height:12px;top:0;left:50%;transform:translate(-50%)}.timeline-item:hover .timeline-marker{background:var(--accent);transform:translate(-50%)scale(1.2)}.timeline-content{background:var(--bg);border-radius:var(--radius-md);border:1px solid var(--border);transition:var(--transition);width:calc(50% - 30px);padding:1.5rem}.timeline-content:hover{border-color:var(--text-tertiary);box-shadow:var(--shadow-sm);transform:none}.timeline-year{display:inline-block;background:var(--accent);color:#fff;border-radius:var(--radius-full);box-shadow:none;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.timeline-content h3{color:var(--text);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.timeline-content p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.values-section{background:var(--surface);padding:6rem 0}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.value-card{background:var(--bg);border-radius:var(--radius-lg);border:1px solid var(--border);transition:var(--transition);position:relative;overflow:hidden;padding:2rem}.value-gradient{display:none}.value-card:hover{border-color:var(--text-tertiary);box-shadow:var(--shadow-md);transform:none}.value-icon{margin-bottom:1rem;font-size:2.5rem;transform:none}.value-card h3{color:var(--text);margin-bottom:.5rem;font-size:1.15rem;font-weight:600;transform:none}.value-card p{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.why-choose-section{background:var(--bg);padding:6rem 0}.why-choose-content{display:grid;grid-template-columns:1fr 1fr;align-items: center;gap:5rem}.image-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.image-grid img{border-radius:var(--radius-md);border:1px solid var(--border);transition:var(--transition);width:100%}.image-grid img:hover{box-shadow:var(--shadow-md);transform:none}.grid-img-1{grid-column:1/3}.why-choose-text h2{color:var(--text);letter-spacing:-.5px;margin-bottom:2rem;font-size:2.25rem;font-weight:700}.why-choose-list{display:flex;flex-direction:column;gap:1.5rem}.why-item{display:flex;align-items: flex-start;gap:1rem}.why-item:hover{transform:none}.why-icon{background:var(--accent-subtle);border-radius:var(--radius-sm);display:flex;box-shadow:none;transition:var(--transition);flex-shrink:0;justify-content:center;align-items: center;width:44px;height:44px}.why-item:hover .why-icon{background:var(--accent-light);transform:none}.why-icon svg{color:var(--accent);width:20px;height:20px}.why-text h4{color:var(--text);margin-bottom:.25rem;font-size:1.05rem;font-weight:600}.why-text p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.about-cta{background:var(--text);padding:6rem 2rem}.about-cta:before,.about-cta:after{display:none}.cta-content{text-align:center;max-width:600px;margin:0 auto}.cta-content h2{color:#fff;letter-spacing:-.5px;text-shadow:none;margin-bottom:.75rem;font-size:2.5rem;font-weight:700}.cta-content p{color:#fff9;margin-bottom:2.5rem;font-size:1.05rem}.cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.cta-btn{display:inline-flex;border-radius:var(--radius-full);cursor:pointer;transition:var(--transition);border:none;align-items: center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500}.cta-btn:before{display:none}.cta-btn.primary{color:var(--text);background:#fff}.cta-btn.primary:hover{background:#f3f4f6;transform:none}.cta-btn.secondary{color:#fff;background:0 0;border:1px solid #fff3}.cta-btn.secondary:hover{background:#ffffff14;transform:none}.btn-icon{width:16px;height:16px;transition:transform .2s}.cta-btn:hover .btn-icon{transform:translate(3px)}@media (max-width:1024px){.story-content,.why-choose-content{grid-template-columns:1fr;gap:3rem}.mission-vision-grid{grid-template-columns:1fr}.values-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero-title{font-size:2.25rem}.section-header h2{font-size:1.75rem}.timeline:before,.timeline-marker{left:16px}.timeline-content{width:calc(100% - 48px);text-align:left!important;margin-left:40px!important}.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items: center}.cta-btn{justify-content:center;width:100%}}@media (max-width:480px){.hero-title{font-size:2rem}.stats-grid,.values-grid,.image-grid{grid-template-columns:1fr}.grid-img-1{grid-column:1}}.contact-page{width:100%}.container{max-width:1120px;margin:0 auto;padding:0 2rem}.contact-hero{position:relative;display:flex;background:var(--bg);text-align:center;justify-content:center;align-items: center;padding:6rem 2rem}.hero-background{display:none}.hero-content{max-width:600px}.hero-badge{display:inline-flex;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-secondary);align-items: center;gap:.5rem;margin-bottom:2rem;padding:.375rem 1rem;font-size:.8rem;font-weight:500}.badge-dot{background:var(--success);border-radius:50%;width:6px;height:6px}.hero-title{color:var(--text);letter-spacing:-1px;text-shadow:none;margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.1}.gradient-text{color:var(--accent);-webkit-text-fill-color:unset;background:0 0;-webkit-background-clip:unset;background-clip:unset;filter:none;display:inline}.hero-description{color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.contact-methods-section{background:var(--surface);padding:3rem 0}.contact-methods-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.contact-method-card{background:var(--bg);border-radius:var(--radius-md);text-align:center;border:1px solid var(--border);transition:var(--transition);text-decoration:none;padding:1.75rem}.method-gradient{display:none}.contact-method-card:hover{border-color:var(--text-tertiary);box-shadow:var(--shadow-md);transform:none}.method-icon{border-radius:var(--radius-sm);display:flex;justify-content:center;align-items: center;width:52px;height:52px;margin:0 auto 1.25rem;background:var(--accent-subtle)!important}.method-icon svg{color:var(--accent);width:24px;height:24px}.contact-method-card h3{color:var(--text);margin-bottom:.375rem;font-size:.95rem;font-weight:600;transform:none}.contact-method-card p{color:var(--text-secondary);font-size:.875rem;transform:none}.main-contact-section{background:var(--bg);padding:5rem 0}.contact-grid{display:grid;grid-template-columns:3fr 2fr;gap:3rem}.form-header{margin-bottom:2rem}.form-header h2{color:var(--text);letter-spacing:-.3px;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.form-header p{color:var(--text-secondary);font-size:.95rem}.success-message,.error-message{display:flex;border-radius:var(--radius-sm);align-items: center;gap:.75rem;margin-bottom:1.5rem;padding:1rem}.success-message{background:#f0fdf4;border:1px solid #bbf7d0}.success-message svg{color:var(--success);flex-shrink:0;width:24px;height:24px}.success-message h4{color:var(--success);margin-bottom:.125rem;font-size:.9rem;font-weight:600}.success-message p{color:var(--text-secondary);margin:0;font-size:.85rem}.error-message{background:#fef2f2;border:1px solid #fecaca}.error-message svg{color:var(--error);flex-shrink:0;width:20px;height:20px}.error-message p{color:var(--error);margin:0;font-size:.875rem;font-weight:500}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:0}.form-group{margin-bottom:1.25rem}.form-group label{display:block;color:var(--text);margin-bottom:.5rem;font-size:.875rem;font-weight:500}.required{color:var(--error)}.input-wrapper{position:relative}.input-icon{position:absolute;color:var(--text-tertiary);pointer-events:none;width:18px;height:18px;top:50%;left:.875rem;transform:translateY(-50%)}.textarea-icon{top:1rem;transform:none}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border);border-radius:var(--radius-sm);transition:var(--transition);background:var(--bg);color:var(--text);width:100%;padding:.75rem .875rem .75rem 2.5rem;font-family:inherit;font-size:.9rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light);transform:none}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-tertiary)}.form-group textarea{resize:vertical;min-height:120px;padding-top:.75rem}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239CA3AF'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-position:right .875rem center;background-repeat:no-repeat;background-size:18px}.submit-button{background:var(--text);color:#fff;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);display:flex;border:none;justify-content:center;align-items: center;gap:.5rem;width:100%;margin-top:.5rem;padding:.875rem 1.5rem;font-size:.9rem;font-weight:500}.submit-button:before{display:none}.submit-button:hover:not(:disabled){background:#374151;transform:none}.submit-button:disabled{opacity:.5;cursor:not-allowed}.button-icon{width:16px;height:16px;transition:transform .2s}.submit-button:hover .button-icon{transform:translate(3px)}.spinner{animation:spin .6s linear infinite;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px}@keyframes spin{to{transform:rotate(360deg)}}.info-card{background:var(--bg);border-radius:var(--radius-md);border:1px solid var(--border);margin-bottom:1.5rem;padding:1.75rem}.info-card:hover{box-shadow:none;transform:none}.info-card h3{color:var(--text);margin-bottom:1.25rem;font-size:1.15rem;font-weight:600}.info-list{display:flex;flex-direction:column;gap:1.25rem}.info-item{display:flex;align-items: flex-start;gap:.75rem}.info-item:hover{transform:none}.item-icon{background:var(--surface);border-radius:var(--radius-sm);display:flex;flex-shrink:0;justify-content:center;align-items: center;width:40px;height:40px;font-size:1.25rem}.info-item:hover .item-icon{transform:none}.item-text h4{color:var(--text);margin-bottom:.125rem;font-size:.9rem;font-weight:600}.item-text p{color:var(--text-secondary);margin:0;font-size:.8rem}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);padding:.875rem 1rem}.faq-item:hover{border-color:var(--text-tertiary);box-shadow:none;transform:none}.faq-item summary{color:var(--text);list-style:none;display:flex;justify-content:space-between;align-items: center;font-size:.875rem;font-weight:500}.faq-item summary:after{content:"+";color:var(--text-tertiary);transition:transform .2s;font-size:1.25rem}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{color:var(--text-secondary);margin:.75rem 0 0;font-size:.85rem;line-height:1.6}.trust-badges{display:grid;grid-template-columns:repeat(3,1fr);background:var(--surface);border-radius:var(--radius-sm);border:1px solid var(--border-light);gap:.75rem;padding:1.25rem}.badge-item{display:flex;text-align:center;flex-direction:column;align-items: center;gap:.375rem}.badge-item:hover{transform:none}.badge-icon{font-size:1.5rem}.badge-item span{color:var(--text-secondary);font-size:.7rem;font-weight:500}.social-proof-section{background:var(--surface);border-top:1px solid var(--border);padding:3rem 0}.social-proof-content{text-align:center}.social-proof-content h3{color:var(--text);margin-bottom:.375rem;font-size:1.5rem;font-weight:700}.social-proof-content p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem}.client-avatars{display:flex;justify-content:center;align-items: center}.avatar{background:var(--border);border:2px solid var(--bg);transition:var(--transition);border-radius:50%;width:40px;height:40px;margin-left:-8px}.avatar:first-child{margin-left:0}.avatar:hover{z-index:2;transform:translateY(-3px)}.avatar-count{background:var(--surface);border:2px solid var(--border);display:flex;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items: center;width:40px;height:40px;margin-left:-8px;font-size:.75rem;font-weight:600}@media (max-width:1024px){.contact-grid{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.hero-title{font-size:2.25rem}.contact-methods-grid{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr}.form-header h2{font-size:1.5rem}}@media (max-width:480px){.container{padding:0 1rem}.hero-title{font-size:2rem}.contact-methods-grid{grid-template-columns:1fr}}.privacy-policy{background:var(--bg);width:100%}.policy-hero{position:relative;display:flex;background:var(--bg);text-align:center;justify-content:center;align-items: center;padding:6rem 2rem 4rem}.hero-background{display:none}.hero-content{position:relative;z-index:1;text-align:center;max-width:640px}.privacy-badge{display:inline-flex;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-secondary);backdrop-filter:none;align-items: center;gap:.5rem;margin-top:0;margin-bottom:2rem;padding:.375rem 1rem;font-size:.8rem;font-weight:500}.privacy-badge svg{color:var(--accent);width:18px;height:18px}.hero-title{color:var(--text);letter-spacing:-1px;margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.1}.hero-description{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.last-updated{display:inline-flex;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-secondary);backdrop-filter:none;align-items: center;gap:.375rem;padding:.375rem 1rem;font-size:.8rem}.last-updated svg{width:14px;height:14px}.trust-section{background:var(--surface);margin-top:0;padding:3rem 0}.container{max-width:1120px;margin:0 auto;padding:0 2rem}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.trust-item{background:var(--bg);border-radius:var(--radius-md);text-align:center;border:1px solid var(--border);transition:var(--transition);box-shadow:none;animation:none;padding:1.75rem}.trust-item:hover{border-color:var(--text-tertiary);box-shadow:var(--shadow-md);transform:none}.trust-icon{color:var(--accent);margin-bottom:.75rem;font-size:2rem}.trust-item h3{color:var(--text);margin-bottom:.375rem;font-size:1rem;font-weight:600}.trust-item p{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.policy-container{max-width:1120px;margin:0 auto;padding:3rem 2rem}.policy-layout{display:grid;grid-template-columns:240px 1fr;gap:3rem}.toc-sticky{position:sticky;background:var(--bg);border-radius:var(--radius-md);border:1px solid var(--border);overflow-y:auto;box-shadow:none;max-height:calc(100vh - 100px);padding:1.5rem;top:80px}.toc-sticky::-webkit-scrollbar{width:4px}.toc-sticky::-webkit-scrollbar-track{background:var(--surface);border-radius:4px}.toc-sticky::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.toc-sticky::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}.toc-sticky h3{color:var(--text);text-transform:uppercase;letter-spacing:.3px;margin-bottom:1rem;font-size:.9rem;font-weight:600}.toc-nav{display:flex;flex-direction:column;gap:.25rem}.toc-item{display:flex;border-radius:var(--radius-sm);text-align:left;cursor:pointer;transition:var(--transition);color:var(--text-secondary);background:0 0;border:none;align-items: center;gap:.5rem;width:100%;padding:.5rem .75rem;font-size:.8rem;font-weight:500}.toc-item:hover{background:var(--surface);color:var(--text)}.toc-item.active{background:var(--accent-subtle);color:var(--accent);font-weight:600}.toc-icon{font-size:1rem}.policy-content{background:var(--bg);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:none;padding:2.5rem}.policy-section{border-bottom:1px solid var(--border);margin-bottom:3rem;padding-bottom:2.5rem}.policy-section:last-child{border-bottom:none}.section-header{display:flex;text-align:left;align-items: center;gap:.75rem;margin-bottom:1.5rem}.section-icon{color:var(--accent);font-size:1.75rem}.section-header h2{color:var(--text);letter-spacing:-.3px;margin:0;font-size:1.5rem;font-weight:700}.section-body{color:var(--text-secondary);font-size:.95rem;line-height:1.8}.section-body p{margin-bottom:1rem}.section-body ul{margin:1rem 0;padding-left:1.5rem}.section-body li{margin-bottom:.5rem;line-height:1.6}.policy-link{color:var(--accent);text-decoration:none;transition:var(--transition);font-weight:500}.policy-link:hover{text-decoration:underline}.highlight-box{display:flex;background:var(--accent-subtle);border-left:3px solid var(--accent);border-radius:var(--radius-sm);align-items: flex-start;gap:.75rem;margin:1.5rem 0;padding:1.25rem}.highlight-box svg{color:var(--accent);flex-shrink:0;width:20px;height:20px;margin-top:.125rem}.highlight-box p{color:var(--text);margin:0;font-size:.9rem}.highlight-box.success{border-color:var(--success);background:#f0fdf4}.highlight-box.success svg{color:var(--success)}.highlight-box.warning{background:#fffbeb;border-color:#f59e0b}.highlight-box.warning svg{color:#f59e0b}.commitment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin:1.5rem 0}.commitment-card{background:var(--surface);border-radius:var(--radius-sm);text-align:center;border:1px solid var(--border-light);transition:var(--transition);padding:1.5rem}.commitment-card:hover{border-color:var(--border);box-shadow:var(--shadow-sm);transform:none}.commitment-icon{color:var(--accent);margin-bottom:.75rem;font-size:2rem}.commitment-card h4{color:var(--text);margin-bottom:.375rem;font-size:.95rem;font-weight:600}.commitment-card p{color:var(--text-secondary);margin:0;font-size:.85rem}.info-category{background:var(--surface);border-radius:var(--radius-sm);border:1px solid var(--border-light);margin:1.5rem 0;padding:1.5rem}.info-category h4{display:flex;color:var(--text);align-items: center;gap:.5rem;margin-bottom:1rem;font-size:1.05rem;font-weight:600}.info-category svg{color:var(--accent);width:20px;height:20px}.info-note{background:var(--bg);border-radius:var(--radius-sm);border:1px solid var(--border-light);margin-top:1rem;padding:.75rem;font-size:.85rem}.what-we-dont-collect{border-radius:var(--radius-sm);border:1px dashed var(--error);background:#fef2f2;margin:1.5rem 0;padding:1.5rem}.what-we-dont-collect h4{color:var(--error);margin-bottom:.75rem;font-size:1.05rem;font-weight:600}.dont-collect-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.5rem}.dont-collect-list li{color:var(--error);font-size:.9rem;font-weight:500}.usage-list{display:flex;flex-direction:column;gap:1.5rem;margin:1.5rem 0}.usage-item{display:flex;align-items: flex-start;gap:1rem}.usage-number{background:var(--text);color:#fff;display:flex;border-radius:50%;flex-shrink:0;justify-content:center;align-items: center;width:40px;height:40px;font-size:1.1rem;font-weight:600}.usage-content h4{color:var(--text);margin-bottom:.25rem;font-size:1.05rem;font-weight:600}.usage-content p{color:var(--text-secondary);margin:0;font-size:.9rem}.protection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem;margin:1.5rem 0}.protection-card{background:var(--surface);border-radius:var(--radius-sm);text-align:center;border:1px solid var(--border-light);transition:var(--transition);padding:1.25rem}.protection-card:hover{background:var(--bg);border-color:var(--border);box-shadow:var(--shadow-sm)}.protection-icon{color:var(--accent);margin-bottom:.75rem;font-size:2rem}.protection-card h4{color:var(--text);margin-bottom:.25rem;font-size:.9rem;font-weight:600}.protection-card p{color:var(--text-secondary);margin:0;font-size:.8rem}.rights-list{display:flex;flex-direction:column;gap:1.25rem;margin:1.5rem 0}.right-item{display:flex;background:var(--surface);border-radius:var(--radius-sm);border:1px solid var(--border-light);transition:var(--transition);gap:1rem;padding:1.5rem}.right-item:hover{border-color:var(--border);box-shadow:var(--shadow-sm)}.right-icon{background:var(--accent-subtle);border-radius:var(--radius-sm);display:flex;flex-shrink:0;justify-content:center;align-items: center;width:48px;height:48px;font-size:1.5rem}.right-content h4{color:var(--text);margin-bottom:.375rem;font-size:1.05rem;font-weight:600}.right-content p{color:var(--text-secondary);margin-bottom:.75rem;font-size:.9rem}.action-button{background:var(--text);color:#fff;border-radius:var(--radius-full);cursor:pointer;transition:var(--transition);border:none;padding:.5rem 1.25rem;font-size:.85rem;font-weight:500}.action-button:hover{box-shadow:none;background:#374151;transform:none}.action-button.danger{background:var(--error)}.action-button.danger:hover{background:#b91c1c}.cookie-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:1.5rem 0}.cookie-type{border-radius:var(--radius-sm);border:1px solid;padding:1.5rem}.cookie-type.essential{background:#f0fdf4;border-color:#bbf7d0}.cookie-type.analytics{background:var(--accent-subtle);border-color:var(--accent-light)}.cookie-badge{display:inline-block;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px;margin-right:.375rem;padding:.25rem .625rem;font-size:.65rem;font-weight:600}.cookie-type.essential .cookie-badge{background:var(--success);color:#fff}.cookie-type.analytics .cookie-badge{background:var(--accent);color:#fff}.cookie-type h4{color:var(--text);margin-bottom:.75rem;font-size:1rem;font-weight:600}.cookie-control{background:var(--surface);border-radius:var(--radius-sm);text-align:center;border:1px solid var(--border-light);margin-top:1.5rem;padding:1.5rem}.cookie-control h4{color:var(--text);margin-bottom:.75rem;font-size:1.05rem;font-weight:600}.sharing-exceptions{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0}.exception-item{background:var(--surface);border-radius:var(--radius-sm);border-left:3px solid var(--accent);padding:1.25rem}.exception-item h4{color:var(--text);margin-bottom:.375rem;font-size:.95rem;font-weight:600}.exception-item p{color:var(--text-secondary);margin:0;font-size:.9rem}.retention-timeline{position:relative;margin:1.5rem 0;padding-left:2.5rem}.retention-timeline:before{content:"";position:absolute;background:var(--border);width:1px;top:0;bottom:0;left:15px}.timeline-item{position:relative;margin-bottom:1.5rem}.timeline-marker{position:absolute;background:var(--bg);border:2px solid var(--accent);display:flex;border-radius:50%;justify-content:center;align-items: center;width:32px;height:32px;font-size:1rem;left:-2.5rem}.timeline-content{background:var(--surface);border-radius:var(--radius-sm);border:1px solid var(--border-light);padding:1.25rem}.timeline-content h4{color:var(--text);margin-bottom:.25rem;font-size:.95rem;font-weight:600}.timeline-content p{color:var(--text-secondary);margin:0;font-size:.85rem}.contact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin:1.5rem 0}.contact-card{background:var(--surface);border-radius:var(--radius-sm);text-align:center;border:1px solid var(--border-light);transition:var(--transition);padding:1.5rem}.contact-card:hover{border-color:var(--border);box-shadow:var(--shadow-sm)}.contact-icon{background:var(--accent-subtle);border-radius:var(--radius-sm);display:flex;justify-content:center;align-items: center;width:48px;height:48px;margin:0 auto 1rem}.contact-icon svg{color:var(--accent);width:22px;height:22px}.contact-card h4{color:var(--text);margin-bottom:.375rem;font-size:.95rem;font-weight:600}.contact-card a,.contact-card address{color:var(--accent);text-decoration:none;font-size:.875rem;font-style:normal;font-weight:500}.contact-card a:hover{text-decoration:underline}.policy-footer{background:var(--surface);border-radius:var(--radius-md);text-align:center;border:1px solid var(--border-light);margin-top:3rem;padding:2.5rem}.policy-footer-content h3{color:var(--text);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.summary-points{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.summary-point{background:var(--bg);border-radius:var(--radius-full);color:var(--text);border:1px solid var(--border);padding:.5rem 1rem;font-size:.85rem;font-weight:500}.footer-note{color:var(--text-secondary);max-width:560px;margin:0 auto;font-size:.85rem}@media (max-width:1024px){.policy-layout{grid-template-columns:1fr}.table-of-contents{display:none}.policy-content{padding:2rem}}@media (max-width:768px){.hero-title{font-size:2.25rem}.trust-grid{grid-template-columns:repeat(2,1fr)}.commitment-grid,.protection-grid{grid-template-columns:1fr}.section-header h2{font-size:1.25rem}.cookie-types{grid-template-columns:1fr}}@media (max-width:480px){.container{padding:0 1rem}.hero-title{font-size:2rem}.trust-grid{grid-template-columns:1fr}.policy-content{padding:1.25rem}.usage-item,.right-item{text-align:center;flex-direction:column}.usage-number,.right-icon{margin:0 auto .75rem}.contact-cards{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.error-container{display:flex;background:var(--bg);text-align:center;flex-direction:column;justify-content:center;align-items: center;min-height:100vh;padding:20px;font-family:Inter,sans-serif}.error-content{max-width:480px;margin-bottom:2rem}.error-title{color:var(--text);letter-spacing:-2px;margin:0;font-size:7rem;font-weight:800;line-height:1}.error-subtitle{color:var(--text);margin:.75rem 0;font-size:1.5rem;font-weight:600}.error-message{color:var(--text-secondary);margin-bottom:2rem;font-size:1rem;line-height:1.6}.home-button{display:inline-block;background:var(--text);color:#fff;text-decoration:none;border-radius:var(--radius-full);transition:var(--transition);padding:.75rem 1.5rem;font-size:.9rem;font-weight:500}.home-button:hover{background:#374151;transform:none}.error-graphic{position:relative;margin-top:2rem}.error-sphere{background:var(--border);animation:float 3s ease-in-out infinite;border-radius:50%;width:80px;height:80px}.error-shadow{filter:blur(4px);animation:shadow 3s ease-in-out infinite;background:#0000000f;border-radius:50%;width:60px;height:8px;margin:16px auto}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes shadow{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(.7);opacity:.3}}.footer{background:var(--surface);color:var(--text);border-top:1px solid var(--border)}.footer-wave{display:none}.footer-container{max-width:1120px;margin:0 auto;padding:4rem 2rem 0}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-brand{max-width:320px}.brand-logo{display:flex;align-items: center;gap:.625rem;margin-bottom:1rem}.logo-icon{background:var(--text);border-radius:var(--radius-sm);display:flex;color:#fff;justify-content:center;align-items: center;width:36px;height:36px;font-size:.85rem;font-weight:700}.brand-logo:hover .logo-icon{transform:none}.logo-text{color:var(--text);-webkit-text-fill-color:unset;background:0 0;-webkit-background-clip:unset;letter-spacing:-.3px;font-size:1.125rem;font-weight:700}.brand-tagline{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.newsletter h4{color:var(--text);margin-bottom:.75rem;font-size:.9rem;font-weight:600}.newsletter-form{display:flex;box-shadow:none;background:0 0;border:none;border-radius:0;gap:0;padding:0}.newsletter-form:focus-within{box-shadow:none;transform:none}.newsletter-input{background:var(--bg);border:1px solid var(--border);color:var(--text);outline:none;border-radius:var(--radius-sm)0 0 var(--radius-sm);border-right:none;flex:1;padding:.625rem .875rem;font-size:.875rem}.newsletter-input:focus{border-color:var(--accent);box-shadow:none}.newsletter-input::placeholder{color:var(--text-tertiary)}.newsletter-btn{background:var(--text);border-radius:0 var(--radius-sm)var(--radius-sm)0;color:#fff;cursor:pointer;display:flex;transition:var(--transition);border:none;justify-content:center;align-items: center;padding:.625rem 1rem}.newsletter-btn:hover{background:#374151;transform:none}.newsletter-btn svg{width:18px;height:18px}.footer-heading{color:var(--text);display:flex;align-items: center;gap:.375rem;margin-bottom:1.25rem;font-size:.9rem;font-weight:600}.heading-icon{font-size:1rem}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.625rem}.footer-links a{color:var(--text-secondary);text-decoration:none;transition:var(--transition);display:flex;align-items: center;gap:0;padding-left:0;font-size:.875rem}.link-arrow{display:none}.footer-links a:hover{color:var(--text);padding-left:0}.contact-item{display:flex;background:0 0;border:none;border-radius:0;gap:.75rem;margin-bottom:1.25rem;padding:0}.contact-item:hover{box-shadow:none;background:0 0;transform:none}.contact-icon{background:var(--accent-subtle);border-radius:var(--radius-sm);display:flex;box-shadow:none;flex-shrink:0;justify-content:center;align-items: center;width:36px;height:36px}.contact-item:hover .contact-icon{transform:none}.contact-icon svg{color:var(--accent);width:18px;height:18px}.contact-details{display:flex;flex-direction:column;gap:.125rem}.contact-label{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:1px;font-size:.65rem;font-weight:600}.contact-details a,.contact-details span{color:var(--text-secondary);text-decoration:none;font-size:.875rem}.contact-details a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--border);padding:2rem 0}.footer-bottom-content{display:flex;text-align:center;flex-direction:column;align-items: center;gap:1.5rem}.social-section h4{color:var(--text);margin-bottom:.75rem;font-size:.9rem;font-weight:600}.social-icons{display:flex;justify-content:center;gap:.5rem}.social-icon{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);display:flex;color:var(--text-secondary);text-decoration:none;transition:var(--transition);justify-content:center;align-items: center;width:36px;height:36px}.social-icon:before{display:none}.social-icon svg{position:relative;z-index:1;width:16px;height:16px}.social-icon:hover{border-color:var(--text-tertiary);color:var(--text);box-shadow:none;transform:none}.legal-links{display:flex;flex-wrap:wrap;justify-content:center;align-items: center;gap:1.5rem}.legal-links a{color:var(--text-tertiary);text-decoration:none;transition:var(--transition);font-size:.8rem}.legal-links a:after{display:none}.legal-links a:hover{color:var(--text)}.divider{color:var(--border);font-size:.8rem}.copyright{color:var(--text-tertiary);font-size:.8rem}.copyright p{margin:.125rem 0}.made-with{display:flex;justify-content:center;align-items: center;gap:.25rem}.heart{animation:none;display:inline-block}.back-to-top{position:absolute;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;display:flex;transition:var(--transition);justify-content:center;align-items: center;width:40px;height:40px;bottom:2rem;right:2rem}.back-to-top:hover{border-color:var(--text-tertiary);color:var(--text);transform:none}.back-to-top svg{width:18px;height:18px}@media (max-width:1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1/-1;max-width:100%}}@media (max-width:768px){.footer-container{padding:3rem 1.5rem 0}.footer-content{grid-template-columns:1fr;gap:2rem}.social-icons{gap:.5rem}.legal-links{flex-direction:column;gap:.5rem}.divider{display:none}}@media (max-width:480px){.footer-container{padding:2rem 1rem 0}}
