*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:3.5rem;font-weight:800}h2{font-size:2.5rem}h3{font-size:1.5rem}p{font-size:1.1rem;line-height:1.7;margin-bottom:1rem;color:#666}.btn-primary,.btn-secondary{display:inline-block;padding:12px 28px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;cursor:pointer;border:none;text-align:center}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea99}.btn-secondary{background:transparent;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.btn-large{padding:16px 36px;font-size:1.1rem}.btn-full{width:100%}.gradient-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;transition:all .3s ease}.navbar.scrolled{background:#fffffffa;box-shadow:0 2px 20px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo h2{font-size:1.8rem;font-weight:800;color:#333;margin:0}.nav-logo span{color:#667eea}.logo-image{height:60px;width:auto;transition:all .3s ease;vertical-align:middle;margin-bottom:-3px}.logo-image:hover{transform:scale(1.05)}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav-menu a:hover{color:#667eea}.hamburger{display:none;flex-direction:column;cursor:pointer}.hamburger span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{min-height:calc(100vh - 50px);display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);margin-top:50px}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-shapes{position:relative;width:100%;height:100%}.shape{position:absolute;border-radius:50%;opacity:.1}.shape-1{width:300px;height:300px;background:linear-gradient(135deg,#667eea,#764ba2);top:20%;left:-150px;animation:float 6s ease-in-out infinite}.shape-2{width:200px;height:200px;background:linear-gradient(135deg,#f093fb,#f5576c);top:60%;right:-100px;animation:float 4s ease-in-out infinite reverse}.shape-3{width:150px;height:150px;background:linear-gradient(135deg,#4facfe,#00f2fe);bottom:20%;left:10%;animation:float 5s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-text{max-width:600px}.hero-buttons{display:flex;gap:1rem;margin:2rem 0}.hero-stats{display:flex;gap:3rem;margin-top:3rem}.stat h3{font-size:2rem;color:#333;margin-bottom:.5rem}.stat p{color:#666;font-size:.9rem;margin:0}.hero-image{display:flex;justify-content:center;align-items:center}.hero-mockup{transform:perspective(1000px) rotateY(-15deg) rotateX(10deg);transition:transform .3s ease}.hero-mockup:hover{transform:perspective(1000px) rotateY(-10deg) rotateX(5deg)}.mockup-browser{width:400px;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;overflow:hidden}.browser-header{background:#f5f5f5;padding:12px;border-bottom:1px solid #ddd}.browser-dots{display:flex;gap:6px}.browser-dots span{width:12px;height:12px;border-radius:50%;background:#ddd}.browser-dots span:nth-child(1){background:#ff5f57}.browser-dots span:nth-child(2){background:#ffbd2e}.browser-dots span:nth-child(3){background:#28ca42}.browser-content{height:300px;background:#fff;overflow:hidden}.demo-website{padding:20px}.demo-header{height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px;margin-bottom:20px}.demo-content{display:flex;flex-direction:column;gap:12px}.demo-card{height:60px;background:#f8f9fa;border-radius:6px;animation:pulse 2s ease-in-out infinite}.demo-card:nth-child(2){animation-delay:.5s}.demo-card:nth-child(3){animation-delay:1s}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}section{padding:6rem 0}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-header h2{margin-bottom:1rem}.services{background:#fff}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 10px 40px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #f0f0f0}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #00000026}.service-icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon i{font-size:1.5rem;color:#fff}.service-card h3{color:#333;margin-bottom:1rem}.service-card p{margin-bottom:1.5rem}.service-card ul{list-style:none}.service-card li{color:#666;position:relative;padding:.5rem 0 .5rem 1.5rem}.service-card li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.portfolio{background:#f8f9fa}.portfolio-filters{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{padding:.5rem 1.5rem;border:2px solid #ddd;background:#fff;color:#666;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:500}.filter-btn.active,.filter-btn:hover{background:#667eea;color:#fff;border-color:#667eea}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:stretch}@media (max-width: 992px){.portfolio-grid{grid-template-columns:repeat(2,1fr)}}.portfolio-item{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0000001a;transition:transform .3s ease;display:flex;flex-direction:column;height:100%}.portfolio-item:hover{transform:translateY(-5px)}.portfolio-image{height:250px;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden;background-size:cover;background-position:center;cursor:pointer}.website-screenshot{width:100%;height:100%;display:flex;flex-direction:column;background:#f8f9fa}.browser-frame{height:35px;background:#e9ecef;display:flex;align-items:center;padding:0 12px;gap:8px;border-bottom:1px solid #dee2e6}.browser-dots{display:flex;gap:4px}.browser-dots span{width:8px;height:8px;border-radius:50%;background:#6c757d}.browser-dots span:nth-child(1){background:#dc3545}.browser-dots span:nth-child(2){background:#ffc107}.browser-dots span:nth-child(3){background:#198754}.browser-url{background:#fff;padding:4px 12px;border-radius:12px;font-size:11px;color:#6c757d;font-family:Inter,sans-serif;flex:1;max-width:150px}.website-content{flex:1;background:#fff;overflow:hidden;position:relative}.screenshot-fallback{width:100%;height:100%;object-fit:cover;object-position:top}.subby-work-preview .screenshot-fallback,.subbywork-preview .screenshot-fallback,.niyani-furniture-preview .screenshot-fallback{display:block;width:100%;height:100%;object-fit:cover;object-position:top}.subby-work-preview .website-content:before,.subbywork-preview .website-content:before,.niyani-furniture-preview .website-content:before{content:"";display:none}.subby-work-preview .website-content:after,.subbywork-preview .website-content:after,.niyani-furniture-preview .website-content:after{content:"";display:none}.subby-work-preview .screenshot-fallback:not([src*=".jpg"]),.subby-work-preview .screenshot-fallback[src=""]{display:none}.subby-work-preview .screenshot-fallback:not([src*=".jpg"])+:before,.subby-work-preview .screenshot-fallback[src=""]+:before{content:"Welcome to Subby.Work";font-size:16px;font-weight:700;color:#1e293b;margin-bottom:8px;display:block}.portfolio-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease}.portfolio-image:after{content:"🔗 View Website";position:absolute;bottom:15px;right:15px;background:#ffffffe6;color:#333;padding:8px 12px;border-radius:20px;font-size:.85rem;font-weight:600;opacity:.8;transition:all .3s ease}.portfolio-item-link{text-decoration:none;color:inherit;display:block}.portfolio-item-link:hover .portfolio-image:after{opacity:1;transform:translateY(-2px)}.portfolio-item:hover .portfolio-overlay{opacity:1}.portfolio-content{text-align:center;color:#fff}.portfolio-content h3{margin-bottom:.5rem}.portfolio-content p{margin-bottom:1rem;color:#ccc}.portfolio-link{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;background:#fff;color:#667eea;border-radius:50%;text-decoration:none;transition:transform .3s ease}.portfolio-link:hover{transform:scale(1.1)}.process{background:#fff}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}.step{text-align:center;position:relative}.step-number{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.step-content h3{margin-bottom:1rem;color:#333}.step-content p{color:#666}.testimonials{background:#f8f9fa}.testimonials-slider{position:relative;max-width:800px;margin:0 auto}.testimonial{display:none;text-align:center;padding:2rem}.testimonial.active{display:block}.testimonial-text{margin-bottom:2rem}.testimonial-text p{font-size:1.2rem;font-style:italic;color:#333;line-height:1.8}.testimonial-author{display:flex;align-items:center;justify-content:center;gap:1rem}.author-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2)}.author-info h4{color:#333;margin-bottom:.25rem}.author-info p{color:#666;font-size:.9rem;margin:0}.testimonial-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.dot{width:12px;height:12px;border-radius:50%;background:#ddd;cursor:pointer;transition:background .3s ease}.dot.active{background:#667eea}.cta-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.cta-content h2{color:#fff;margin-bottom:1rem}.cta-content p{color:#ffffffe6;font-size:1.2rem;margin-bottom:2rem}.cta-buttons{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.cta-guarantee{display:flex;align-items:center;gap:.5rem;color:#ffffffe6;font-size:.9rem}.contact{background:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info h2{margin-bottom:1rem}.contact-details{margin:2rem 0}.contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.contact-item i{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.contact-item h4{margin-bottom:.25rem;color:#333}.contact-item p{margin:0;color:#666}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#f8f9fa;color:#667eea;border-radius:50%;text-decoration:none;transition:all .3s ease}.social-links a:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.contact-form{background:#f8f9fa;padding:2.5rem;border-radius:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:border-color .3s ease;background:#fff;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group textarea{resize:vertical;min-height:120px}.footer{background:#1a1a1a;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#fff;margin-bottom:1rem}.footer-section h3 span{color:#667eea}.footer-section h4{color:#fff;margin-bottom:1rem;font-size:1.1rem}.footer-section p{color:#ccc;line-height:1.6}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#667eea}.footer-bottom{padding-top:2rem;border-top:1px solid #333;color:#999}.footer-legal{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap}.footer-links a{color:#999;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:#667eea}@media (max-width: 768px){.nav-container{padding:0 8px}.nav-cta{margin-right:.25rem}.nav-cta .btn-primary{padding:.5rem .9rem;font-size:.85rem;white-space:nowrap}.nav-menu{position:fixed;left:-100%;top:0;flex-direction:column;background:linear-gradient(135deg,#667eea,#764ba2);width:100%;height:100vh;text-align:center;transition:left .4s ease;padding:4rem 2rem 2rem;z-index:999;overflow-y:auto;max-height:100vh}.nav-menu li{margin:0;padding:0}.nav-menu li a{display:block;padding:1rem 2rem;color:#fff;font-size:1.25rem;font-weight:600;border-radius:12px;transition:all .3s ease;margin:.25rem 0}.nav-menu li a:hover{background:#ffffff26;transform:translate(10px)}.nav-menu.active{left:0}.hamburger{display:flex;margin-left:0;z-index:1000;position:relative}.hamburger.active{margin-left:1rem;margin-right:auto}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}h1{font-size:2.5rem}h2{font-size:2rem}.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-stats{justify-content:center}.hero-buttons{flex-direction:column;align-items:center}.mockup-browser{width:300px;transform:none}.contact-content{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.cta-buttons{padding:0 1rem}.process-steps,.portfolio-grid,.services-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}.footer-legal{flex-direction:column;text-align:center;gap:1rem}.footer-links{justify-content:center;gap:1rem}}@media (max-width: 480px){.container{padding:0 15px}h1{font-size:2rem}.hero-stats{flex-direction:column;gap:1rem}.mockup-browser{width:280px}.service-card,.contact-form{padding:1.5rem}.portfolio-filters{gap:.5rem}.filter-btn{padding:.4rem 1rem;font-size:.9rem}}.fade-in{opacity:0;transform:translateY(30px);transition:all .8s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.loading{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.message{padding:1.25rem 1.5rem;border-radius:12px;margin:1.5rem 0;font-weight:500;font-size:1rem;line-height:1.6;box-shadow:0 4px 12px #00000014;animation:slideInMessage .4s ease-out}@keyframes slideInMessage{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.message.success{background:linear-gradient(135deg,#d4edda,#c3e6cb);color:#155724;border:2px solid #28a745;border-left:5px solid #28a745}.message.error{background:linear-gradient(135deg,#f8d7da,#f5c6cb);color:#721c24;border:2px solid #dc3545;border-left:5px solid #dc3545}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190)}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e5e5;box-shadow:0 -4px 20px #0000001a;z-index:10000;padding:1.5rem 0;transform:translateY(100%);transition:transform .3s ease-in-out}.cookie-banner.show{transform:translateY(0)}.cookie-banner.hide{transform:translateY(100%)}.cookie-banner-content{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cookie-banner-text h4{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:.5rem}.cookie-banner-text p{font-size:.95rem;color:#666;line-height:1.5;margin:0}.cookie-banner-actions{display:flex;gap:1rem;flex-shrink:0}.cookie-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:.9rem;white-space:nowrap}.cookie-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cookie-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.cookie-btn-secondary{background:#f8f9fa;color:#333;border:1px solid #dee2e6}.cookie-btn-secondary:hover{background:#e9ecef}.cookie-btn-tertiary{background:transparent;color:#667eea;border:1px solid #667eea}.cookie-btn-tertiary:hover{background:#667eea;color:#fff}.cookie-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:10001;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease}.cookie-modal.show{opacity:1;visibility:visible}.cookie-modal.hide{opacity:0;visibility:hidden}.cookie-modal-content{background:#fff;border-radius:12px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 40px #0003;transform:scale(.9);transition:transform .3s ease}.cookie-modal.show .cookie-modal-content{transform:scale(1)}.cookie-modal-header{padding:1.5rem;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center}.cookie-modal-header h3{margin:0;font-size:1.5rem;font-weight:600;color:#333}.close-modal{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.close-modal:hover{background:#f5f5f5;color:#333}.cookie-modal-body{padding:1.5rem}.cookie-modal-body p{color:#666;margin-bottom:2rem}.cookie-category{margin-bottom:2rem;padding:1rem;border:1px solid #e5e5e5;border-radius:8px}.cookie-category-header{display:flex;align-items:flex-start;gap:1rem}.cookie-category-info h4{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:#333}.cookie-category-info p{margin:0;font-size:.9rem;color:#666;line-height:1.5}.cookie-switch{position:relative;display:inline-block;width:50px;height:24px;flex-shrink:0}.cookie-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:24px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background:linear-gradient(135deg,#667eea,#764ba2)}input:checked+.slider:before{transform:translate(26px)}.slider.essential{background:linear-gradient(135deg,#667eea,#764ba2);opacity:.7}.slider.essential:before{transform:translate(26px)}.cookie-modal-footer{padding:1.5rem;border-top:1px solid #e5e5e5;display:flex;justify-content:flex-end;gap:1rem}.legal-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8rem 0 4rem;position:relative;overflow:hidden}.legal-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#667eea1a,#764ba21a);z-index:1}.legal-hero-content{position:relative;z-index:2;max-width:800px}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;opacity:.9}.breadcrumb a{color:#fff;text-decoration:none;transition:opacity .3s ease}.breadcrumb a:hover{opacity:.8}.breadcrumb span{opacity:.7}.legal-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1}.legal-subtitle{font-size:1.2rem;color:#fff;margin-bottom:2rem;line-height:1.6}.legal-meta{display:flex;gap:2rem;font-size:.9rem;opacity:.8}.legal-meta span{display:flex;align-items:center;gap:.5rem}.legal-page{padding:4rem 0;background:#fafafa;min-height:80vh}.legal-layout{display:grid;grid-template-columns:300px 1fr;gap:4rem;max-width:1400px;margin:0 auto;padding:0 2rem}.legal-sidebar{position:sticky;top:2rem;height:fit-content}.toc-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid #e5e7eb}.toc-container h3{font-size:1.1rem;font-weight:700;color:#333;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #667eea}.table-of-contents{display:flex;flex-direction:column}.toc-link{color:#555;text-decoration:none;font-size:.9rem;font-weight:500;border-left:3px solid transparent;padding:.75rem 0 .75rem 1rem;margin-left:-1rem;transition:all .3s ease;border-radius:0 6px 6px 0}.toc-link:hover{color:#667eea;background:#667eea0d;border-left-color:#667eea}.toc-link.active{color:#667eea;background:#667eea1a;border-left-color:#667eea;font-weight:600}.cookie-preferences-sidebar{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.cookie-preferences-sidebar h4{font-size:1rem;margin-bottom:1rem;color:#333}.cookie-preferences-sidebar .btn-primary{width:100%;padding:.75rem;font-size:.9rem}.preference-note{font-size:.8rem;color:#666;margin-top:.75rem;line-height:1.4}.legal-content{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;border:1px solid #e5e7eb;overflow:hidden}.legal-section{padding:3rem;border-bottom:1px solid #e5e7eb}.legal-section:last-child{border-bottom:none}.legal-section h2{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2rem;padding-bottom:.75rem;border-bottom:3px solid #667eea;position:relative}.legal-section h2:after{content:"";position:absolute;bottom:-3px;left:0;width:60px;height:3px;background:#764ba2}.legal-section h3{font-size:1.4rem;font-weight:600;color:#374151;margin:2.5rem 0 1.5rem}.legal-section h4{font-size:1.1rem;font-weight:600;color:#4b5563;margin:1.5rem 0 1rem}.legal-section h5{font-size:1rem;font-weight:600;color:#6b7280;margin:1rem 0 .5rem}.legal-section p{font-size:1rem;line-height:1.7;color:#4b5563;margin-bottom:1.5rem}.legal-section ul,.legal-section ol{margin:1rem 0 1.5rem;padding-left:1.5rem}.legal-section li{margin-bottom:.75rem;color:#4b5563;line-height:1.6}.legal-section strong{color:#1f2937;font-weight:600}.highlight-box{background:linear-gradient(135deg,#667eea1a,#764ba21a);border:1px solid rgba(102,126,234,.2);border-radius:8px;padding:1.5rem;margin:2rem 0;position:relative}.highlight-box:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px 0 0 4px}.info-box{background:#3b82f61a;border-color:#3b82f633}.info-box:before{background:#3b82f6}.no-sale-badge{background:linear-gradient(135deg,#22c55e26,#16a34a26);border:2px solid rgba(34,197,94,.3);border-radius:12px;padding:1.5rem;margin:2rem 0;text-align:center;font-weight:600;color:#166534;font-size:1.1rem}.info-grid,.security-grid,.rights-grid,.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.info-card,.security-measure,.right-item,.contact-method{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;transition:all .3s ease}.info-card:hover,.security-measure:hover,.right-item:hover,.contact-method:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a;border-color:#667eea}.info-card h4,.security-measure h4,.right-item h4,.contact-method h4{color:#667eea;margin-bottom:1rem;font-weight:600}.info-card p,.security-measure p,.right-item p,.contact-method p,.cookie-type p,.technology-item p{font-size:.9rem;line-height:1.6;color:#6b7280;font-style:italic}.usage-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.usage-category{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .3s ease}.usage-category:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.category-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem}.category-header h3{margin:0;font-size:1.2rem;font-weight:600}.usage-category ul{padding:1.5rem;margin:0}.usage-category li{padding:.5rem 0;border-bottom:1px solid #f3f4f6}.usage-category li:last-child{border-bottom:none}.cookie-category{margin:3rem 0;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;position:relative;padding-top:7rem}.category-header.essential,.category-header.functional,.category-header.analytics,.category-header.marketing{background:linear-gradient(135deg,#667eea,#764ba2)}.category-header.analytics h3,.category-header.analytics h4,.category-header.marketing h3,.category-header.marketing h4{color:#fff}.cookie-category .category-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;color:#fff;position:absolute;top:0;left:0;right:0;border-top-left-radius:12px;border-top-right-radius:12px}.cookie-category .category-header h3{margin:0;font-size:1.3rem;color:#fff}.cookie-category>p{font-size:.95rem;line-height:1.7;color:#6b7280;font-style:italic;padding:1.5rem;margin:0;background:#fafafa;border-bottom:1px solid #e5e7eb;position:absolute;top:4rem;left:0;right:0}.status{font-size:.8rem;padding:.25rem .75rem;border-radius:20px;font-weight:500}.always-active,.manageable{background:#fff3;color:#fff}.cookie-details{padding:0;background:#fff;margin-top:3rem}.cookie-item{padding:1.75rem 1.5rem;border-bottom:1px solid #e5e7eb}.cookie-item:last-child{border-bottom:none}.cookie-item h4{color:#1f2937;margin-bottom:1rem}.cookie-info p{margin-bottom:.5rem;font-size:.9rem}.service-provider{margin:2rem 0;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.provider-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;display:flex;justify-content:space-between;align-items:center}.provider-header h3,.provider-header h4{color:#fff;margin:0}.provider-type{font-size:.8rem;padding:.25rem .75rem;background:#fff3;border-radius:20px}.service-details{padding:2rem}.privacy-links{margin-top:1rem;display:flex;gap:1rem;flex-wrap:wrap}.privacy-links a{color:#667eea;text-decoration:none;font-size:.9rem;font-weight:500;padding:.5rem 1rem;border:1px solid #667eea;border-radius:6px;transition:all .3s ease}.privacy-links a:hover{background:#667eea;color:#fff}.btn-outline{background:transparent;color:#6b7280;border:1px solid #d1d5db;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;text-decoration:none;display:inline-block;transition:all .3s ease}.btn-outline:hover{background:#f3f4f6;border-color:#9ca3af}.contact-buttons{display:flex;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.action-buttons{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.preference-categories{margin:2rem 0}.preference-category{display:flex;flex-direction:column;padding:1.5rem;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem;background:#fafafa}.preference-category p{font-size:.9rem;line-height:1.6;color:#6b7280;font-style:italic;margin:.75rem 0 0}.category-control{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1rem}.category-control h4{margin:0;color:#374151}.toggle-container{display:flex;align-items:center;gap:.75rem;flex-shrink:0;min-width:150px;justify-content:flex-end}.toggle-switch{position:relative;width:50px;height:24px;background:#d1d5db;border-radius:12px;cursor:pointer;transition:background .3s ease}.toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .3s ease}input[type=checkbox]:checked+.toggle-switch{background:#667eea}input[type=checkbox]:checked+.toggle-switch:after{transform:translate(26px)}input[type=checkbox]{display:none}input[type=checkbox]:disabled+.toggle-switch{background:#9ca3af;cursor:not-allowed}.always-on,.optional{font-size:.75rem;font-weight:600;padding:.35rem .85rem;border-radius:20px}.always-on,.optional{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:1px solid rgba(102,126,234,.3)}.cookie-controls{margin:2rem 0;text-align:center}.pricing-tiers{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin:3rem 0}.tier{background:#fff;border:2px solid #e5e7eb;border-radius:16px;overflow:hidden;transition:all .3s ease;position:relative}.tier:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;border-color:#667eea}.tier-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;text-align:center}.tier-header h4{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:#fff}.tier-price{font-size:1.8rem;font-weight:800;display:block}.tier ul{padding:2rem;margin:0}.tier li{border-bottom:1px solid #f3f4f6;position:relative;padding:.75rem 0 .75rem 1.5rem}.tier li:last-child{border-bottom:none}.tier li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.project-phases{margin:3rem 0}.phase{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:2rem;overflow:hidden;transition:all .3s ease}.phase:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.phase-header{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb}.phase-header h4{margin:0;color:#1f2937;font-size:1.2rem}.phase-duration{background:#667eea;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600}.phase-content{padding:2rem}.phase-content p{margin-bottom:1rem}.technology-grid,.cookie-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}.technology-item,.cookie-type{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;transition:all .3s ease}.technology-item:hover,.cookie-type:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a;border-color:#667eea}.cookie-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cookie-header h4{margin:0;color:#374151}.cookie-type p,.cookie-header+p{font-size:.9rem;line-height:1.6;color:#6b7280;font-style:italic;margin-top:.5rem}.browser-guides{margin:3rem 0}.browser-guide{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:2rem;overflow:hidden}.browser-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem}.browser-header h3{margin:0;font-size:1.3rem;color:#fff}.browser-steps{padding:2rem}.browser-steps ol{background:#f8fafc;padding:1.5rem 1.5rem 1.5rem 3rem;border-radius:8px;border-left:4px solid #667eea;margin-left:0}.browser-steps li{margin-bottom:.75rem;font-weight:500;padding-left:.5rem}.definitions{background:#f8fafc;border-radius:8px;padding:2rem;margin:2rem 0;border-left:4px solid #667eea}.definitions p{margin-bottom:1rem}.classifications{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.classification{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.classification h4{color:#667eea;margin-bottom:1rem;font-weight:600}.warranties{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.warranty{background:linear-gradient(135deg,#22c55e0d,#16a34a0d);border:1px solid rgba(34,197,94,.2);border-radius:8px;padding:1.5rem;position:relative}.warranty:before{content:"";position:absolute;top:0;left:0;bottom:0;width:4px;background:#22c55e;border-radius:4px 0 0 4px}.warranty h4{color:#166534;margin-bottom:1rem}.warranty-limits,.disclaimers{margin:2rem 0}.disclaimer-section{background:#ef44440d;border:1px solid rgba(239,68,68,.2);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;position:relative}.disclaimer-section:before{content:"";position:absolute;top:0;left:0;bottom:0;width:4px;background:#ef4444;border-radius:4px 0 0 4px}.disclaimer-section h4{color:#dc2626;margin-bottom:1rem}.warranty-disclaimer{background:#fef3c7;border:2px solid #f59e0b;border-radius:8px;padding:1.5rem;margin:2rem 0;text-align:center}.warranty-disclaimer p{margin:0;color:#92400e;font-weight:600;font-size:.9rem}.liability-limits{margin:2rem 0}.liability-cap{background:#ef44441a;border:2px solid rgba(239,68,68,.3);border-radius:8px;padding:1.5rem;margin:1.5rem 0;text-align:center}.liability-cap p{margin:0;font-weight:600;color:#dc2626}.excluded-damages{background:#fef2f2;border-radius:8px;padding:1.5rem;border-left:4px solid #ef4444}.liability-notice{background:#fef3c7;border:2px solid #f59e0b;border-radius:8px;padding:1.5rem;margin:2rem 0;text-align:center}.liability-notice p{margin:0;color:#92400e;font-weight:600;font-size:.95rem}.force-majeure-events{margin:2rem 0}.event-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}.event-category{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}.event-category h4{color:#667eea;margin-bottom:1rem}.force-majeure-procedures,.resolution-steps{margin:2rem 0}.procedure,.resolution-step{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1.5rem;position:relative;padding:1.5rem 1.5rem 1.5rem 3rem}.procedure:before,.resolution-step:before{content:counter(step-counter);counter-increment:step-counter;position:absolute;left:1rem;top:1.5rem;background:#667eea;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.force-majeure-procedures,.resolution-steps{counter-reset:step-counter}.procedure h4,.resolution-step h4{margin-top:0;color:#1f2937}.additional-resources{background:#f8fafc;border-radius:12px;padding:2rem;margin:2rem 0}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.resource{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.resource h5{color:#667eea;margin-bottom:1rem}.faq-section{margin:2rem 0}.faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-bottom:1rem;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.faq-item h4{color:#1f2937;margin-bottom:1rem;cursor:pointer;position:relative;padding-right:2rem}.faq-item h4:after{content:"+";position:absolute;right:0;top:0;font-size:1.2rem;color:#667eea;transition:transform .3s ease}.faq-item.active h4:after{content:"−";transform:rotate(180deg)}.faq-item p{max-height:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;opacity:0;margin-bottom:0}.faq-item.active p{max-height:200px;opacity:1;margin-bottom:1rem}@media (max-width: 1024px){.legal-layout{grid-template-columns:1fr;gap:2rem}.legal-sidebar{position:relative;top:auto}.toc-container{padding:1.5rem}}@media (max-width: 768px){.legal-hero{padding:6rem 0 3rem}.legal-hero h1{font-size:2.5rem}.legal-subtitle{font-size:1.1rem}.legal-meta{flex-direction:column;gap:1rem}.legal-layout{padding:0 1rem;gap:1.5rem}.legal-section{padding:2rem 1.5rem}.legal-section h2{font-size:1.6rem;margin-bottom:1.5rem}.legal-section h3{font-size:1.2rem;margin:2rem 0 1rem}.legal-section h4{font-size:1rem;margin:1.25rem 0 .75rem}.legal-section p{font-size:.95rem;margin-bottom:1.25rem}.info-grid,.security-grid,.rights-grid,.contact-grid,.pricing-tiers,.usage-categories,.cookie-types{grid-template-columns:1fr;gap:1.5rem}.info-card,.security-measure,.right-item,.contact-method,.cookie-type,.technology-item{padding:1.25rem;margin-bottom:0}.phase-header{flex-direction:column;gap:1rem;text-align:center}.contact-buttons,.action-buttons{flex-direction:column;gap:1rem}.btn-primary,.btn-secondary,.btn-outline{width:100%;text-align:center}.usage-category,.cookie-category{margin-bottom:1.5rem}.highlight-box,.no-sale-badge{padding:1.25rem;margin:1.5rem 0}.browser-steps{padding:1.5rem 1rem}.browser-steps ol{padding:1.25rem 1.25rem 1.25rem 2.5rem}.browser-steps li{padding-left:.25rem;font-size:.95rem}}@media (max-width: 768px){.cookie-banner-content{flex-direction:column;text-align:center;gap:1.5rem}.cookie-banner-actions{flex-wrap:wrap;justify-content:center}.cookie-btn{padding:.6rem 1.2rem;font-size:.85rem}.cookie-modal-content{width:95%;max-height:85vh}.cookie-modal-header,.cookie-modal-body,.cookie-modal-footer{padding:1rem}.cookie-category-header{flex-direction:column;gap:.5rem}.legal-page h1{font-size:2rem}.legal-page h2{font-size:1.5rem}}.faq-section{padding:80px 0;background:#f8fafc}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.faq-item{background:#fff;padding:0;border-radius:12px;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}.faq-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.faq-question{padding:2rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:#fff;border:none;width:100%;text-align:left;transition:background-color .3s ease}.faq-question:hover{background:#f8fafc}.faq-question.active{background:#f1f5f9}.faq-item h3{color:#333;font-size:1.25rem;font-weight:600;margin:0;line-height:1.4;flex:1}.faq-toggle{font-size:1.5rem;color:#667eea;font-weight:700;transition:transform .3s ease;margin-left:1rem}.faq-question.active .faq-toggle{transform:rotate(45deg)}.faq-answer{max-height:500px;padding:0 2rem 2rem;overflow:hidden;transition:max-height .4s ease,padding .4s ease;background:#fff}.faq-answer.active{max-height:500px;padding:0 2rem 2rem}.faq-answer p{color:#666;line-height:1.6;margin:0}@media (max-width: 768px){.faq-section{padding:60px 0}.faq-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.faq-question{padding:1.5rem}.faq-answer.active{padding:0 1.5rem 1.5rem}.faq-item h3{font-size:1.1rem}.faq-toggle{font-size:1.3rem}}.contact-benefits{display:flex;flex-wrap:wrap;gap:1rem;margin:2rem 0;justify-content:center}.benefit-item{display:flex;align-items:center;gap:.75rem;background:#667eea1a;padding:1rem 1.5rem;border-radius:8px;color:#4a5568;font-weight:500;font-size:.95rem;flex:0 1 auto}.benefit-item i{color:#667eea;font-size:1.1rem;min-width:20px}@media (max-width: 768px){.contact-benefits{flex-direction:column;align-items:center;gap:.75rem;margin:1.5rem 0}.benefit-item{padding:.875rem 1.25rem;font-size:.9rem;width:100%;max-width:300px;justify-content:center}}
