:root{--primary-blue: #0052A7;--primary-blue-dark: #002C55;--primary-blue-light: #E6F0FA;--accent-orange: #FF8A3D;--accent-coral: #FF6B5A;--accent-green: #2F9E55;--text-main: #4B4F58;--text-muted: #6B6F78;--bg-light: #F4F5F7;--white: #FFFFFF;--borders-soft: #E1E4EB;--font-title: "Manrope", "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "Inter", "Open Sans", -apple-system, BlinkMacSystemFont, sans-serif;--container-max-width: 1200px;--container-padding: 0 1.5rem;--section-spacing-desktop: 80px;--section-spacing-mobile: 48px;--header-height: 72px;--radius-card: 16px;--radius-button: 999px;--shadow-card: 0 10px 30px rgba(0, 0, 0, .04);--shadow-card-hover: 0 15px 40px rgba(0, 0, 0, .08);--shadow-header: 0 4px 20px rgba(0, 0, 0, .04)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-weight:400;font-size:.95rem;line-height:1.6;color:var(--text-main);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--font-title);font-weight:700;line-height:1.2;color:var(--text-main)}h1{font-weight:800;font-size:clamp(2.2rem,3vw,2.8rem);letter-spacing:-.03em}h2{font-weight:700;font-size:clamp(1.6rem,2.4vw,2rem)}h3{font-weight:600;font-size:1.2rem}p{margin:0;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{max-width:100%;display:block}.container{max-width:var(--container-max-width);margin:0 auto;padding:var(--container-padding)}section{padding:var(--section-spacing-desktop) 0}@media (max-width: 768px){section{padding:var(--section-spacing-mobile) 0}}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-title);font-weight:600;letter-spacing:.03em;text-transform:none;border-radius:var(--radius-button);padding:.9rem 1.8rem;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}.btn-primary{background:var(--primary-blue);color:var(--white)}.btn-primary:hover{background:var(--primary-blue-dark);transform:translateY(-1px)}.btn-secondary{background:var(--white);color:var(--primary-blue);border:1px solid var(--primary-blue)}.btn-secondary:hover{background:var(--primary-blue-light)}.btn-ghost{background:transparent;color:var(--primary-blue);border:none}.btn-ghost:hover{background:var(--primary-blue-light)}.card{background:var(--white);border-radius:var(--radius-card);padding:24px;box-shadow:var(--shadow-card);transition:all .2s ease}.card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.badge{background:var(--primary-blue-light);border-radius:var(--radius-button);padding:.25rem 1rem;font-size:.8rem;color:var(--primary-blue);font-weight:600;display:inline-block;font-family:var(--font-title)}.chip{background:var(--primary-blue-light);color:var(--primary-blue);border-radius:var(--radius-button);padding:.25rem .8rem;font-size:.75rem;font-weight:600;display:inline-block;font-family:var(--font-title)}header{position:sticky;top:0;z-index:50;background:var(--white);box-shadow:var(--shadow-header);height:var(--header-height);display:flex;align-items:center}nav{display:flex;align-items:center;justify-content:space-between;width:100%}.logo{display:flex;align-items:center;font-family:var(--font-title);font-weight:800;font-size:1.25rem;color:var(--primary-blue);text-transform:lowercase;margin-right:2rem}.logo img{height:36px;width:auto}.nav-links{display:flex;align-items:center;gap:2rem}.nav-link{font-size:.9rem;font-weight:500;color:var(--text-main);transition:color .2s ease}.nav-link:hover,.nav-link.active{color:var(--primary-blue)}.burger{display:none;flex-direction:column;gap:4px;width:32px;height:32px;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;padding:0}.burger span{width:20px;height:2px;background:var(--text-main);transition:all .2s ease}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:var(--white);box-shadow:var(--shadow-header);padding:1.5rem;display:none;flex-direction:column;gap:.5rem}.mobile-menu.open{display:flex}.mobile-menu .nav-link{padding:.75rem 1rem;border-radius:8px}.mobile-menu .nav-link:hover{background:var(--primary-blue-light)}@media (max-width: 767px){.nav-links{display:none}.burger{display:flex}}.hero{background:linear-gradient(135deg,var(--primary-blue-light) 0%,rgba(255,138,61,.05) 100%);background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(0,82,167,.02) 10px,rgba(0,82,167,.02) 20px)}.hero-grid{display:grid;gap:3rem;align-items:center}@media (min-width: 1024px){.hero-grid{grid-template-columns:1fr 1fr;gap:4rem}}.hero-content h1{margin-bottom:1.5rem}.hero-content p{color:var(--text-muted);margin-bottom:1rem;font-size:1rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.hero-visual{position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-card-hover)}.hero-visual:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0052a71a,#ff6b5a0d);z-index:1}.hero-visual img{width:100%;height:auto;display:block;position:relative;z-index:0}.key-sectors{background:var(--bg-light)}.key-sectors-header{text-align:center;max-width:800px;margin:0 auto 3rem}.key-sectors-header h2{margin-bottom:1rem}.key-sectors-header p{color:var(--text-muted);font-size:1rem}.sectors-carousel{position:relative;max-width:900px;margin:0 auto}.carousel-container{position:relative;display:flex;align-items:center;gap:1rem}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:2px solid var(--primary-blue);background:var(--white);color:var(--primary-blue);font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s ease;box-shadow:var(--shadow-card)}.carousel-button:hover{background:var(--primary-blue);color:var(--white);transform:translateY(-50%) scale(1.1)}.carousel-button-prev{left:-24px}.carousel-button-next{right:-24px}@media (max-width: 1024px){.carousel-button-prev{left:-12px}.carousel-button-next{right:-12px}}@media (max-width: 768px){.carousel-button{width:40px;height:40px;font-size:1.25rem}.carousel-button-prev{left:8px}.carousel-button-next{right:8px}}.carousel-slides{position:relative;width:100%;overflow:hidden;border-radius:var(--radius-card)}.carousel-slide{display:none;width:100%;opacity:0;transition:opacity .5s ease}.carousel-slide.active{display:block;opacity:1}.sector-card-carousel{background:var(--white);border-radius:var(--radius-card);overflow:hidden;box-shadow:var(--shadow-card-hover);display:flex;flex-direction:column;position:relative;border:1px solid var(--borders-soft);transition:all .3s ease;height:100%}.sector-card-carousel:before{content:"";position:absolute;top:0;left:0;right:0;height:8px;background:linear-gradient(90deg,var(--accent-color, var(--primary-blue)),transparent);z-index:1}.sector-image-wrapper{width:100%;height:400px;overflow:hidden;background:linear-gradient(135deg,var(--bg-light) 0%,rgba(0,82,167,.02) 100%);display:flex;align-items:center;justify-content:center;padding:0;position:relative}.sector-image-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,transparent 0%,rgba(0,82,167,.03) 100%);pointer-events:none;z-index:1}.sector-image-wrapper img{width:100%;height:100%;object-fit:cover;filter:drop-shadow(0 4px 8px rgba(0,0,0,.08));transition:transform .3s ease;position:relative;z-index:0}.carousel-slide.active .sector-image-wrapper img{transform:scale(1.02)}.sector-content{padding:2.5rem;flex-shrink:0}.sector-content h3{margin-bottom:1.25rem;color:var(--text-main);font-size:1.4rem;font-weight:700;line-height:1.3}.sector-content p{color:var(--text-muted);font-size:1.05rem;line-height:1.7}.carousel-indicators{display:flex;justify-content:center;gap:.75rem;margin-top:2rem}.carousel-indicator{width:12px;height:12px;border-radius:50%;border:2px solid var(--borders-soft);background:var(--white);cursor:pointer;transition:all .3s ease;padding:0}.carousel-indicator:hover{transform:scale(1.2)}.carousel-indicator.active{background:var(--accent-color, var(--primary-blue));border-color:var(--accent-color, var(--primary-blue));width:32px;border-radius:6px}@media (max-width: 768px){.sector-image-wrapper{height:250px;padding:1.5rem}.sector-content{padding:1.5rem}}.brands-section{background:var(--white)}.brands-header{text-align:center;max-width:800px;margin:0 auto 3rem}.brands-header h2{margin-bottom:1rem}.brands-header p{color:var(--text-muted);font-size:1rem}.brand-groups{display:grid;gap:3.5rem}.brand-group{display:grid;gap:1.5rem}.brand-group-title{font-family:var(--font-title);font-weight:700;font-size:1.15rem;color:var(--text-main);padding-bottom:1rem;border-bottom:3px solid var(--borders-soft);display:flex;align-items:center;gap:.75rem;position:relative}.brand-group-title:before{content:"";width:6px;height:24px;background:var(--group-color, var(--primary-blue));border-radius:3px;box-shadow:0 2px 4px #0000001a}.brand-group-title:after{content:"";position:absolute;bottom:-3px;left:0;width:60px;height:3px;background:var(--group-color, var(--primary-blue));border-radius:3px 3px 0 0}.brands-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.brand-logo-card{background:var(--white);border:2px solid var(--borders-soft);border-radius:var(--radius-card);padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;transition:all .3s ease;text-align:center;position:relative;overflow:hidden;cursor:pointer}.brand-logo-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--primary-blue);transform:scaleX(0);transition:transform .3s ease}.brand-logo-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-4px);border-color:var(--primary-blue)}.brand-logo-card:hover:before{transform:scaleX(1)}.brand-logo-card:focus{outline:2px solid var(--primary-blue);outline-offset:2px}.brand-logo-card img{max-width:140px;max-height:70px;object-fit:contain;transition:transform .3s ease}.brand-logo-card:hover img{transform:scale(1.05)}.brand-logo-card span{font-size:.85rem;color:var(--text-muted);font-weight:500}.brand-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .3s ease}.brand-modal{background:var(--white);border-radius:var(--radius-card);max-width:700px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.brand-modal-close{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;border-radius:50%;border:none;background:var(--bg-light);color:var(--text-main);font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.brand-modal-close:hover{background:var(--primary-blue);color:var(--white);transform:rotate(90deg)}.brand-modal-content{padding:3rem 2.5rem 2.5rem}.brand-modal-header{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid var(--borders-soft)}.brand-modal-logo{max-width:180px;max-height:80px;object-fit:contain}.brand-modal-header h2{text-align:center;color:var(--text-main);font-size:1.8rem;margin:0}.brand-modal-body{color:var(--text-muted);font-size:1.05rem;line-height:1.7;min-height:200px}.brand-modal-body p{margin:0 0 1rem;line-height:1.8}.brand-modal-section{margin-bottom:2rem}.brand-modal-section:last-child{margin-bottom:0}.brand-modal-section h3{font-size:1.2rem;color:var(--primary-blue);font-weight:700;margin-bottom:1rem;font-family:var(--font-title);border-bottom:2px solid var(--primary-blue-light);padding-bottom:.5rem}.brand-description{display:flex;flex-direction:column;gap:1rem}.brand-description p{margin:0;line-height:1.8;color:var(--text-muted);font-size:.95rem}.brand-description p:first-child{font-size:1.05rem;color:var(--text-main);font-weight:500}.brand-description strong{color:var(--text-main);font-weight:600}.brand-modal-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.brand-modal-list li{font-size:.95rem;color:var(--text-muted);padding-left:1.5rem;position:relative;line-height:1.6}.brand-modal-list li:before{content:"✓";position:absolute;left:0;color:var(--primary-blue);font-weight:700;font-size:1rem}.brand-modal-body p{margin:0}@media (max-width: 768px){.brand-modal{max-width:100%;margin:1rem;max-height:95vh}.brand-modal-content{padding:2.5rem 1.5rem 1.5rem}.brand-modal-close{top:1rem;right:1rem;width:36px;height:36px;font-size:1.3rem}.brand-modal-header h2{font-size:1.5rem}}.brand-logo-card img{max-width:120px;max-height:60px;object-fit:contain}.why-choose-us{background:var(--white)}.why-choose-us-grid{display:grid;gap:3rem;align-items:center}@media (min-width: 1024px){.why-choose-us-grid{grid-template-columns:1fr 1fr}}.why-choose-us-content h2{margin-bottom:1rem}.why-choose-us-content p{color:var(--text-muted);font-size:1rem;margin-bottom:1.5rem}.why-choose-us-cards{display:grid;gap:1.5rem}.why-card{background:var(--white);border:1px solid var(--borders-soft);border-radius:var(--radius-card);padding:24px;transition:all .2s ease}.why-card:hover{box-shadow:var(--shadow-card);border-color:var(--primary-blue)}.why-card h3{margin-bottom:.75rem}.why-card p{color:var(--text-muted);font-size:.95rem;margin:0}.values-section{background:var(--bg-light)}.values-header{text-align:center;max-width:800px;margin:0 auto 3rem}.values-header h2{margin-bottom:1rem}.values-header p{color:var(--text-muted);font-size:1rem}.values-grid{display:grid;gap:1.5rem}@media (min-width: 768px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.values-grid{grid-template-columns:repeat(4,1fr)}}.value-card{background:var(--white);border-radius:var(--radius-card);padding:24px;box-shadow:var(--shadow-card);transition:all .2s ease;text-align:center}.value-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.value-icon{width:56px;height:56px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;border-radius:12px;background:var(--primary-blue-light);color:var(--primary-blue);font-size:1.5rem}.value-card h3{margin-bottom:.75rem;font-size:1.1rem}.value-card p{color:var(--text-muted);font-size:.9rem}.illustrated-steps{background:var(--white)}.illustrated-steps-header{text-align:center;max-width:800px;margin:0 auto 3rem}.illustrated-steps-header h2{margin-bottom:1rem}.steps-dual-columns{display:grid;gap:3rem}@media (min-width: 1024px){.steps-dual-columns{grid-template-columns:1fr 1fr}}.steps-column{background:var(--white);border:1px solid var(--borders-soft);border-radius:var(--radius-card);padding:2rem}.steps-column h3{margin-bottom:1.5rem;color:var(--primary-blue)}.steps-list{display:grid;gap:1.5rem;list-style:none;padding:0;margin:0}.steps-list li{list-style:none}.step-item{display:flex;gap:1rem;padding-left:.5rem}.step-number{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--primary-blue-light);color:var(--primary-blue);border-radius:50%;font-weight:700;font-size:.9rem}.step-content{flex:1}.step-content p{color:var(--text-muted);font-size:.95rem;margin:0}.cta-dual{background:var(--bg-light);padding:2rem 0}.cta-dual-header{text-align:center;max-width:700px;margin:0 auto 2rem;padding:0 1rem}.cta-dual-header h2{margin-bottom:.75rem;font-size:clamp(1.5rem,5vw,2.4rem)}.cta-dual-header p{color:var(--text-muted);font-size:clamp(.9rem,2.5vw,1.1rem);line-height:1.7;padding:0 .5rem}.cta-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:2.5rem;padding:0 1rem}.cta-buttons .btn{width:100%;min-width:unset;padding:1rem 1.5rem;font-size:.95rem;box-shadow:0 4px 12px #0000001a}.cta-buttons .btn:hover{box-shadow:0 6px 20px #00000026}.contact-form-wrapper{max-width:700px;margin:0 auto;padding:0 1rem;animation:slideDown .4s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.contact-form{display:grid;gap:1.25rem;background:var(--white);padding:1.5rem;border-radius:12px;box-shadow:var(--shadow-card-hover);border:1px solid var(--borders-soft);position:relative;overflow:hidden;width:100%}.contact-form:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-blue),var(--accent-orange))}.contact-form label{display:flex;flex-direction:column;gap:.5rem;font-weight:600;color:var(--text-main);font-size:.9rem;font-family:var(--font-title)}.contact-form label:after{content:"";display:block;width:0;height:2px;background:var(--primary-blue);transition:width .3s ease}.contact-form label:has(input:focus):after,.contact-form label:has(select:focus):after,.contact-form label:has(textarea:focus):after{width:100%}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:2px solid var(--borders-soft);border-radius:8px;padding:.85rem 1rem;background:var(--white);font-size:16px;transition:all .3s ease;outline:none;font-family:var(--font-body);color:var(--text-main);-webkit-appearance:none;-moz-appearance:none;appearance:none}.contact-form input:hover,.contact-form select:hover,.contact-form textarea:hover{border-color:var(--primary-blue-light)}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--primary-blue);box-shadow:0 0 0 4px #0052a71a;transform:translateY(-1px)}.contact-form select{cursor:pointer;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='%230052A7' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem}.contact-form textarea{resize:vertical;min-height:120px;line-height:1.6;font-size:16px}.contact-form button[type=submit]{width:100%;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:600;letter-spacing:.05em;box-shadow:0 4px 12px #0052a733}.contact-form button[type=submit]:hover{box-shadow:0 6px 16px #0052a74d;transform:translateY(-2px)}.form-success{background:linear-gradient(135deg,var(--primary-blue-light),rgba(47,158,85,.1));color:var(--primary-blue);padding:1.25rem 1.5rem;border-radius:10px;text-align:center;font-weight:600;margin-top:1rem;border:2px solid var(--primary-blue);animation:slideDown .4s ease-out;display:flex;align-items:center;justify-content:center;gap:.5rem}.form-success:before{content:"✓";display:inline-block;width:24px;height:24px;background:var(--primary-blue);color:var(--white);border-radius:50%;line-height:24px;font-weight:700;font-size:.9rem}.form-error{background:#ef44441a;color:#dc2626;padding:1rem 1.5rem;border-radius:10px;text-align:center;font-weight:600;margin-top:1rem;border:2px solid #dc2626;animation:slideDown .4s ease-out}@media (min-width: 769px){.cta-dual{padding:3rem 0}.cta-dual-header{margin-bottom:3rem;padding:0}.cta-dual-header h2{font-size:clamp(1.8rem,3vw,2.4rem);margin-bottom:1rem}.cta-dual-header p{font-size:1.1rem;padding:0}.cta-buttons{flex-direction:row;gap:1.5rem;margin-bottom:4rem;padding:0}.cta-buttons .btn{width:auto;min-width:220px;padding:1rem 2.5rem;font-size:1rem}.contact-form-wrapper{padding:0}.contact-form{padding:2.5rem;gap:1.5rem;border-radius:var(--radius-card)}.contact-form label{font-size:.95rem;gap:.6rem}.contact-form input,.contact-form select,.contact-form textarea{padding:.9rem 1.2rem;font-size:.95rem;border-radius:10px}.contact-form select{background-position:right 1rem center}.contact-form textarea{min-height:140px;font-size:.95rem}.contact-form button[type=submit]{width:auto;padding:1rem 2rem;margin-top:.5rem}.form-success,.form-error{padding:1.25rem 1.5rem;font-size:1rem}.form-success:before{width:24px;height:24px;line-height:24px;font-size:.9rem}}@media (max-width: 480px){.cta-dual{padding:1.5rem 0}.cta-dual-header{margin-bottom:1.5rem}.cta-dual-header h2{font-size:1.5rem}.cta-dual-header p{font-size:.9rem}.contact-form{padding:1.25rem;gap:1rem}.contact-form label{font-size:.85rem}.contact-form input,.contact-form select,.contact-form textarea{padding:.75rem .9rem}.contact-form textarea{min-height:100px}}.footer{background:var(--primary-blue-dark);color:var(--white);padding:3rem 0 1.5rem}.footer-content{display:grid;gap:2rem;margin-bottom:2rem}.footer-company{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.footer-info{color:#fffc;font-size:.9rem;line-height:1.6}.footer-info a{color:#fffc;text-decoration:none;transition:color .2s ease}.footer-info a:hover{color:var(--white)}.footer-links{display:flex;flex-wrap:wrap;gap:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.footer-links a{color:#fffc;font-size:.9rem;transition:color .2s ease}.footer-links a:hover{color:var(--white)}@media (min-width: 768px){.footer-content{grid-template-columns:2fr 1fr}}.legal-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;animation:fadeIn .3s ease;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.legal-modal{background:var(--white);border-radius:20px;max-width:950px;width:100%;max-height:90vh;overflow:hidden;position:relative;box-shadow:0 25px 80px #00000080;animation:slideUp .4s cubic-bezier(.16,1,.3,1);margin:auto;display:flex;flex-direction:column}@keyframes slideUp{0%{transform:translateY(50px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.legal-modal-close{position:absolute;top:1.5rem;right:1.5rem;width:44px;height:44px;border-radius:50%;border:2px solid var(--borders-soft);background:var(--white);color:var(--text-main);font-size:1.8rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;box-shadow:0 4px 12px #0000001a}.legal-modal-close:hover{background:var(--primary-blue);color:var(--white);border-color:var(--primary-blue);transform:rotate(90deg) scale(1.1);box-shadow:0 6px 20px #0052a74d}.legal-modal-content{padding:4rem 3.5rem 3.5rem;overflow-y:auto;flex:1}.legal-modal-content::-webkit-scrollbar{width:8px}.legal-modal-content::-webkit-scrollbar-track{background:var(--bg-light);border-radius:4px}.legal-modal-content::-webkit-scrollbar-thumb{background:var(--primary-blue);border-radius:4px}.legal-modal-content::-webkit-scrollbar-thumb:hover{background:var(--primary-blue-dark)}.legal-page{padding:0}.legal-page h1{margin-bottom:1.5rem;color:var(--primary-blue);font-size:2.2rem;font-weight:800;line-height:1.2;padding-bottom:1.5rem;border-bottom:3px solid var(--primary-blue-light);position:relative}.legal-page h1:after{content:"";position:absolute;bottom:-3px;left:0;width:100px;height:3px;background:var(--primary-blue)}.legal-page h2{margin-top:3.5rem;margin-bottom:1.5rem;color:var(--text-main);font-size:1.6rem;font-weight:700;line-height:1.3;padding-left:1rem;border-left:4px solid var(--primary-blue)}.legal-page h3{margin-top:2.5rem;margin-bottom:1rem;color:var(--text-main);font-size:1.3rem;font-weight:600}.legal-page section{margin-bottom:3rem;padding:1.5rem;background:var(--bg-light);border-radius:12px;border-left:4px solid var(--primary-blue)}.legal-page section:first-of-type{background:transparent;padding:0;border:none}.legal-page p{margin-bottom:1.25rem;line-height:1.8;color:var(--text-muted);font-size:1rem}.legal-page p strong{color:var(--text-main);font-weight:600}.legal-page ul,.legal-page ol{margin:1.5rem 0;padding-left:2.5rem;line-height:1.8;color:var(--text-muted)}.legal-page ul{list-style:none;padding-left:0}.legal-page ul li{position:relative;padding-left:2rem;margin-bottom:.75rem}.legal-page ul li:before{content:"▸";position:absolute;left:0;color:var(--primary-blue);font-weight:700}.legal-page ol li{margin-bottom:.75rem;padding-left:.5rem}.legal-page a{color:var(--primary-blue);text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:all .2s ease}.legal-page a:hover{color:var(--primary-blue-dark);border-bottom-color:var(--primary-blue-dark)}.legal-update{font-style:italic;color:var(--text-muted);margin-bottom:2.5rem;padding:1rem 1.5rem;background:var(--primary-blue-light);border-radius:8px;border-left:4px solid var(--primary-blue);font-size:.95rem}@media (max-width: 768px){.legal-modal-overlay{padding:1rem}.legal-modal{max-height:95vh;border-radius:16px}.legal-modal-content{padding:3rem 1.5rem 2rem}.legal-modal-close{width:40px;height:40px;font-size:1.6rem;top:1rem;right:1rem}.legal-page h1{font-size:1.8rem;padding-bottom:1rem}.legal-page h2{font-size:1.4rem;margin-top:2.5rem;padding-left:.75rem}.legal-page h3{font-size:1.2rem;margin-top:2rem}.legal-page section{padding:1.25rem;margin-bottom:2rem}.legal-page ul,.legal-page ol,.legal-page ul li{padding-left:1.5rem}}
