body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*,body,html{margin:0;padding:0}body,html{height:100%}.loading-spinner{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:300px;padding:2rem;text-align:center}.spinner{animation:spin 1s ease-in-out infinite;border:5px solid #0000001a;border-radius:50%;border-top-color:#fb6d34;height:50px;margin-bottom:1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-spinner p{color:#666;font-size:1.1rem;margin-top:1rem}:root{--nav-height:70px;--nav-bg:#fff;--dropdown-bg:#fff;--nav-color:#334155;--primary-color:#f7243c;--accent-color:#fb6d34;--border-radius:6px;--shadow:0 2px 10px #0f172a14;--shadow-hover:0 4px 20px #0f172a1f}.navigation{background:#fff;background:var(--nav-bg);border-bottom:1px solid #e2e8f0;box-shadow:0 2px 10px #0f172a14;box-shadow:var(--shadow);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{height:70px;height:var(--nav-height);justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1.5rem}.brand,.nav-container{align-items:center;display:flex}.brand{gap:10px;text-decoration:none}.logo{height:36px}.brand-text{color:#f7243c;color:var(--primary-color);font-size:1.4rem;font-weight:700}.nav-content,.nav-menu{align-items:center;display:flex}.nav-menu{gap:2px;list-style:none;margin:0;padding:0}.nav-item{position:relative}.dropdown-btn,.nav-menu li a{align-items:center;background:#0000;border:none;border-radius:6px;border-radius:var(--border-radius);color:#334155;color:var(--nav-color);cursor:pointer;display:flex;font-size:18px;font-weight:500;gap:6px;padding:10px 16px;text-decoration:none;transition:all .2s ease;white-space:nowrap}.dropdown-btn:hover,.nav-menu li a:hover{background:#f8fafc;color:#fb6d34;color:var(--accent-color)}.dropdown-btn.active,.nav-menu li a.active{background:#fef2f2;color:#fb6d34;color:var(--accent-color);font-weight:600}.nav-dropdown,.nav-dropdown li,.nav-menu,.nav-menu li{list-style:none;margin:0;padding:0}.dropdown-container{position:relative}.nav-dropdown{background:#fff;background:var(--dropdown-bg);border:1px solid #e2e8f0;border-radius:6px;border-radius:var(--border-radius);box-shadow:0 4px 20px #0f172a1f;box-shadow:var(--shadow-hover);display:none;left:0;margin-top:4px;min-width:200px;position:absolute;top:100%}.nav-dropdown.show{display:block}.nav-dropdown li a{border-bottom:1px solid #f1f5f9;border-radius:0;display:block;font-weight:400;padding:10px 16px}.nav-dropdown li:last-child a{border-bottom:none}.nav-dropdown li a:hover{background:#f8fafc}.nav-dropdown li a.active{background:#fef2f2}.arrow{font-size:10px;margin-left:4px;transition:transform .2s ease}.arrow.rotate{transform:rotate(180deg)}.nav-mobile{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:25px;justify-content:space-between;margin:8px;padding:8px;position:relative;width:44px}.nav-mobile span{background:#334155;background:var(--nav-color);border-radius:1px;display:block;height:2px;transform-origin:center;transition:all .3s ease;width:100%}.nav-mobile span:first-child{transform:translateY(0)}.nav-mobile span:nth-child(2){transform:translateY(6px)}.nav-mobile span:nth-child(3){transform:translateY(12px)}.nav-mobile.active span:first-child{background:#fb6d34;background:var(--accent-color);transform:rotate(45deg) translate(-2px,6px)}.nav-mobile.active span:nth-child(2){opacity:0}.nav-mobile.active span:nth-child(3){background:#fb6d34;background:var(--accent-color);transform:rotate(-45deg) translate(-1px,-6px)}@media (max-width:768px){.nav-container{padding:0 1rem}.nav-mobile{display:flex}.nav-menu{background:#fff;background:var(--nav-bg);border-top:1px solid #e2e8f0;box-shadow:0 4px 20px #0f172a1a;display:none;flex-direction:column;left:0;padding:1rem;position:fixed;top:70px;top:var(--nav-height);width:100%}.nav-menu.open{display:flex}.nav-item{width:95%}.dropdown-btn,.nav-menu li a{justify-content:space-between;margin:1px 0;padding:12px 16px;width:95%}.nav-dropdown{border:1px solid #f1f5f9;box-shadow:none;display:none;margin:4px 0;position:static;width:95%}.nav-dropdown.show{display:block}.brand-text{font-size:1.3rem}.logo{height:32px}}.dropdown-btn:focus-visible,.nav-menu li a:focus-visible{outline:2px solid #fb6d34;outline:2px solid var(--accent-color);outline-offset:1px}:root{--primary-red:#f7243c;--primary-orange:#fb6d34;--accent-color:#fd9130;--dark-bg:#f7243c;--card-bg:#ffffff0d;--text-primary:#fff;--text-secondary:#fffc;--text-muted:#fff9;--border-color:#ffffff1a;--hover-transition:all 0.3s cubic-bezier(0.4,0,0.2,1);--glow-effect:0 8px 32px #f7243c26}.modern-footer{color:#fff;color:var(--text-primary);overflow:hidden}.footer-background,.modern-footer{background:#f7243c;background:var(--dark-bg);position:relative}.footer-background:before{background:linear-gradient(90deg,#0000,#f7243c 50%,#0000);background:linear-gradient(90deg,#0000 0,var(--primary-red) 50%,#0000 100%);content:"";height:1px;left:0;position:absolute;right:0;top:0}.footer-container{margin:0 auto;max-width:1280px;padding:0 2rem}.footer-main{grid-gap:4rem;border-bottom:1px solid #ffffff1a;border-bottom:1px solid var(--border-color);display:grid;gap:4rem;grid-template-columns:1.2fr 2fr;padding:5rem 0 3rem}.footer-brand{display:flex;flex-direction:column;gap:2rem}.brand-header{align-items:center;display:flex;gap:1rem}.brand-logo{filter:drop-shadow(0 4px 12px rgba(247,36,60,.3));height:60px;object-fit:contain;width:60px}.brand-text{display:flex;flex-direction:column}.brand-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#fd9130);background:linear-gradient(135deg,var(--text-primary) 0,var(--accent-color) 100%);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;letter-spacing:-.5px;margin:0}.brand-subtitle{color:#fff;font-size:.9rem;font-weight:500;margin-top:.25rem}.brand-description{color:#fffc;color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin:0}.social-section{display:flex;flex-direction:column;gap:1rem}.social-label{color:#fff;font-size:.9rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.social-links{display:flex;gap:.75rem}.social-link{align-items:center;background:#fb6d34;border:1px solid #ffffff1a;border:1px solid var(--border-color);border-radius:12px;color:#fffc;color:var(--text-secondary);display:flex;height:44px;justify-content:center;overflow:hidden;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--hover-transition);width:44px}.social-link:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.social-link:hover:before{left:100%}.social-link:hover{background:linear-gradient(135deg,#f7243c,#fb6d34);background:linear-gradient(135deg,var(--primary-red),var(--primary-orange));border-color:#0000;box-shadow:0 8px 32px #f7243c26;box-shadow:var(--glow-effect);color:#fff;transform:translateY(-2px)}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.link-group{display:flex;flex-direction:column;gap:1.25rem}.link-title{color:#fff;color:var(--text-primary);font-size:1.1rem;font-weight:700;margin:0;padding-bottom:.75rem;position:relative}.link-title:after{border-radius:1px;bottom:0;content:"";height:2px;left:0;position:absolute;width:30px}.link-list{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.link-item{color:#fffc;color:var(--text-secondary);font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--hover-transition)}.link-item:before{background:#f7243c;background:var(--primary-red);border-radius:2px;content:"";height:0;left:-8px;position:absolute;top:50%;transform:translateY(-50%);transition:height .3s ease;width:4px}.link-item:hover{color:#fff;color:var(--text-primary);transform:translateX(8px)}.link-item:hover:before{height:60%}.footer-bottom{padding:2rem 0}.footer-bottom-content{align-items:center;display:flex;gap:2rem;justify-content:space-between}.copyright-text{color:#fff;font-size:.9rem;font-weight:500;margin:0}.footer-legal{gap:2rem}.footer-legal,.legal-links{align-items:center;display:flex}.legal-links{gap:.75rem}.legal-link{color:#fff;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--hover-transition)}.legal-link:hover{color:#fff9;color:var(--text-muted)}.link-separator{color:#fff;font-size:.75rem}@media (max-width:1024px){.footer-main{gap:3rem;grid-template-columns:1fr}.footer-links{gap:2rem;grid-template-columns:repeat(2,1fr)}.newsletter-content{flex-direction:column;gap:2rem;text-align:center}.newsletter-form{flex:1 1;max-width:400px;width:100%}}@media (max-width:768px){.footer-container{padding:0 1.5rem}.footer-main{padding:3rem 0 2rem}.footer-links{gap:2rem;grid-template-columns:1fr}.newsletter-content{padding:2rem}.newsletter-form{flex-direction:column}.footer-bottom-content{text-align:center}.footer-bottom-content,.footer-legal{flex-direction:column;gap:1.5rem}}@media (max-width:480px){.footer-container{padding:0 1rem}.brand-header{flex-direction:column;gap:.75rem;text-align:center}.brand-name{font-size:1.75rem}.social-links{justify-content:center}}.footer-main>*{animation:fadeInUp .6s ease-out}.footer-brand{animation-delay:.1s}.footer-links{animation-delay:.2s}.footer-bottom{animation-delay:.4s}.modern-home-container{margin:0 auto;max-width:1400px;padding:0 1rem}.modern-hero-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #e0e0e0;border-radius:1.5rem;margin:2rem 0;padding:4rem 2rem;text-align:center}.hero-content{margin:0 auto;max-width:800px}.hero-icon{font-size:3rem;margin-bottom:1.5rem}.hero-icon i{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f7243c,#fb6d34);-webkit-background-clip:text;background-clip:text;margin:0 .5rem}.modern-hero-title{color:#2c3e50;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.modern-hero-subtitle{color:#6c757d;font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px}.hero-stats{display:flex;gap:3rem;justify-content:center;margin-top:2rem}.stat-item{text-align:center}.stat-number{color:#f7243c;display:block;font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#6c757d;font-size:.9rem;font-weight:500}.features-section{margin:4rem 0}.section-header-3{align-items:center;display:flex;gap:10px;justify-content:center}.section-header-3 i{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f7243c,#fb6d34);-webkit-background-clip:text;background-clip:text;font-size:2rem;margin-bottom:1rem}.section-header-3 h2{color:#2c3e50;font-size:2.5rem;margin-bottom:2rem}.section-subtitle{color:#6c757d;font-size:1.1rem;margin:10px auto 1rem;max-width:700px;text-align:center}.features-grid1{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card1{background:#fff;border:1px solid #e9ecef;border-radius:1rem;box-shadow:0 4px 20px #00000014;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card1:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-5px)}.feature-icon{color:#f7243c;font-size:2.5rem;margin-bottom:1rem}.feature-title{color:#2c3e50;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.feature-description{color:#6c757d;line-height:1.5}.tools-section{margin:4rem 0}.tools-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.category-card{background:#fff;border:1px solid #e9ecef;border-radius:1rem;box-shadow:0 4px 20px #00000014;padding:2rem;transition:transform .3s ease}.category-card:hover{transform:translateY(-2px)}.category-header{align-items:center;border-bottom:2px solid #f1f3f4;display:flex;margin-bottom:1.5rem;padding-bottom:1rem}.category-header i{color:#f7243c;font-size:1.5rem;margin-right:1rem}.category-title{color:#2c3e50;font-size:1.5rem;font-weight:600;margin:0}.tools-list{display:flex;flex-direction:column;gap:.75rem}.tool-item{align-items:center;background:#f8f9fa;border:1px solid #0000;border-radius:.75rem;color:#2c3e50;display:flex;font-weight:500;justify-content:space-between;padding:1rem 1.25rem;text-decoration:none;transition:all .3s ease}.tool-item:hover{background:linear-gradient(135deg,#f7243c,#fb6d34);border-color:#f7243c;color:#fff;transform:translateX(5px)}.tool-item:hover .tool-name{color:#fff}.tool-item:hover i{transform:translateX(3px)}.tool-name{transition:color .3s ease}.tool-item i{opacity:.7;transition:transform .3s ease}.cta-section{background:linear-gradient(135deg,#f7243c,#fb6d34);border-radius:1.5rem;color:#fff;margin:4rem 0;padding:4rem 2rem;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-btn{align-items:center;border-radius:.75rem;display:inline-flex;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-btn.primary{background:#fff;color:#f7243c}.cta-btn.primary:hover{background:#f8f9fa;transform:translateY(-2px)}.cta-btn.secondary{background:#0000;border:2px solid #fff;color:#fff}.cta-btn.secondary:hover{background:#fff;color:#f7243c;transform:translateY(-2px)}.content-section{margin:4rem 0}.modern-content-container{margin:0 auto;max-width:1000px}.content-title{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.content-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:4rem}.content-card{background:#fff;border:1px solid #e9ecef;border-radius:1rem;box-shadow:0 4px 20px #00000014;padding:2rem}.content-header{align-items:center;display:flex;margin-bottom:1rem}.content-header i{color:#f7243c;font-size:1.5rem;margin-right:1rem}.content-header h3{color:#2c3e50;font-size:1.25rem;font-weight:600;margin:0}.content-card p{color:#6c757d;line-height:1.6;margin:0}.benefits-section{background:#f8f9fa;border-radius:1rem;margin-top:3rem;padding:3rem}.benefits-section h2{color:#2c3e50;font-size:2rem;margin-bottom:2rem;text-align:center}.benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.benefit-item{align-items:flex-start;display:flex;gap:1rem}.benefit-item i{color:#f7243c;font-size:1.5rem;margin-top:.25rem}.benefit-item div{display:flex;flex-direction:column}.benefit-item strong{color:#2c3e50;font-size:1.1rem;margin-bottom:.25rem}.benefit-item span{color:#6c757d;font-size:.9rem}.search-container{margin:2rem auto;max-width:600px;position:relative}.search-input-wrapper{position:relative;width:100%}.search-input{background:#fff;border:2px solid #e0e0e0;border-radius:1rem;box-shadow:0 2px 10px #0000000d;color:#2c3e50;font-size:1.1rem;outline:none;padding:1rem 3rem 1rem 3.5rem;transition:all .3s ease;width:100%}.search-input:focus{border-color:#f7243c;box-shadow:0 0 0 3px #f7243c1a;transform:translateY(-1px)}.search-input::placeholder{color:#9e9e9e}.search-icon{font-size:1.1rem;left:1.25rem}.search-clear-btn,.search-icon{color:#9e9e9e;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.search-clear-btn{background:none;border:none;cursor:pointer;font-size:1rem;padding:.25rem;right:1rem;transition:color .3s ease}.search-clear-btn:hover{color:#f7243c}.search-suggestions{animation:fadeInUp .3s ease;background:#fff;border:1px solid #e9ecef;border-radius:1rem;box-shadow:0 10px 40px #0000001a;left:0;max-height:400px;overflow-y:auto;position:absolute;right:0;top:calc(100% + .5rem);z-index:1000}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.suggestions-header{background:#f8f9fa;border-bottom:1px solid #f1f3f4;border-radius:1rem 1rem 0 0;padding:1rem 1.5rem}.suggestion-count{color:#6c757d;font-size:.9rem;font-weight:500}.suggestion-item{align-items:center;border-bottom:1px solid #f8f9fa;color:#2c3e50;display:flex;padding:1rem 1.5rem;text-decoration:none;transition:all .3s ease}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background:linear-gradient(135deg,#f7243c0d,#fb6d340d);transform:translateX(5px)}.suggestion-icon{align-items:center;background:linear-gradient(135deg,#f7243c1a,#fb6d341a);border-radius:.75rem;display:flex;height:40px;justify-content:center;margin-right:1rem;width:40px}.suggestion-icon i{color:#f7243c;font-size:1rem}.suggestion-content{flex:1 1}.suggestion-name{color:#2c3e50;font-weight:600;margin-bottom:.25rem}.suggestion-category{color:#6c757d;font-size:.85rem;font-weight:500}.suggestion-arrow{color:#9e9e9e;font-size:.9rem;transition:transform .3s ease}.suggestion-item:hover .suggestion-arrow{color:#f7243c;transform:translateX(3px)}.no-results{color:#6c757d;padding:2rem;text-align:center}.no-results i{color:#e0e0e0;font-size:2rem;margin-bottom:1rem}.no-results p{font-size:1rem;margin:0}.no-results-tip{color:#9e9e9e;font-size:.9rem;margin-top:.5rem}@media (max-width:768px){.modern-hero-title{font-size:2.5rem}.hero-stats{gap:2rem}.stat-number{font-size:1.5rem}.content-grid,.tools-grid{grid-template-columns:1fr}.cta-buttons{align-items:center;flex-direction:column}.cta-btn{justify-content:center;width:200px}.search-input{font-size:1rem;padding:.875rem 3rem .875rem 3.5rem}.search-suggestions{max-height:350px}.suggestion-item{padding:.875rem 1rem}}@media (max-width:480px){.modern-hero-title{font-size:2rem}.modern-hero-subtitle{font-size:1.1rem}.hero-stats{flex-direction:column;gap:1.5rem}.section-header h2{font-size:2rem}.category-card,.content-card{padding:1.5rem}.search-container{margin:1.5rem auto}.search-input{font-size:.95rem;padding:.75rem 2.5rem .75rem 3rem}.search-icon{font-size:1rem;left:1rem}.search-clear-btn{right:.75rem}}:root{--primary-dark:#f7243c;--primary-green:#fb6d34;--accent-hover:#fd9130;--pure-white:#fff;--background-light:#f8f9fa;--text-dark:#1a202c;--text-muted:#718096;--border-light:#f0e9e2;--border-lighter:#f1f5f9;--gradient-primary:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary-green) 100%);--gradient-light:linear-gradient(135deg,#f7243c1a,#fb6d344d);--shadow-light:0 2px 20px #19692c14;--shadow-medium:0 8px 30px #19692c1f}.privacy-policy{background:#fff;background:var(--pure-white);min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.policy-header{background:linear-gradient(135deg,#f7243c,#fb6d34);background:var(--gradient-primary);color:#fff;color:var(--pure-white);padding:4rem 0;text-align:center}.header-content h1{font-size:3rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.last-updated{font-size:1rem;font-weight:500;margin-bottom:1.5rem;opacity:.9}.header-description{font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:800px;opacity:.9}.policy-content{padding:4rem 0}.policy-grid{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:300px 1fr}.table-of-contents{background:#f0e9e2;border:1px solid #f0e9e2;border:1px solid var(--border-light);border-radius:12px;margin-left:20px;margin-right:20px;padding:2rem;position:-webkit-sticky;position:sticky;top:2rem}.table-of-contents h3{border-bottom:2px solid #fb6d34;border-bottom:2px solid var(--primary-green);color:#1a202c;color:var(--text-dark);font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.5rem}.table-of-contents ul{display:flex;flex-direction:column;gap:.75rem;list-style:none}.table-of-contents li a{border-bottom:1px solid #0000;color:#1a202c;color:var(--text-dark);display:block;font-weight:500;padding:.5rem 0;text-decoration:none;transition:all .3s ease}.table-of-contents li a:hover{border-bottom-color:#fb6d34;border-bottom-color:var(--primary-green);color:#f7243c;color:var(--primary-dark);transform:translateX(4px)}.policy-sections{display:flex;flex-direction:column;gap:3rem;margin-left:20px;margin-right:20px}.policy-section{scroll-margin-top:2rem}.policy-section h2{border-bottom:2px solid #f1f5f9;border-bottom:2px solid var(--border-lighter);font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.5rem}.policy-section h2,.section-content{color:#1a202c;color:var(--text-dark)}.section-content{line-height:1.7}.section-content h3{color:#f7243c;color:var(--primary-dark);font-size:1.25rem;font-weight:600;margin:2rem 0 1rem}.section-content h4{color:#1a202c;color:var(--text-dark);font-size:1.1rem;font-weight:600;margin:1.5rem 0 .5rem}.section-content p{color:#1a202c;color:var(--text-dark);margin-bottom:1rem}.section-content ul{margin:1rem 0;padding-left:1.5rem}.section-content li{color:#1a202c;color:var(--text-dark);margin-bottom:.5rem}.section-content strong{color:#f7243c;color:var(--primary-dark);font-weight:600}.security-features{background:linear-gradient(135deg,#f7243c1a,#fb6d344d);background:var(--gradient-light);border-left:4px solid #fb6d34;border-left:4px solid var(--primary-green);border-radius:12px;margin:1.5rem 0;padding:1.5rem}.security-features h3{color:#f7243c!important;color:var(--primary-dark)!important;margin-top:0!important}.rights-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0}.right-item{background:#f8f9fa;background:var(--background-light);border:1px solid #f0e9e2;border:1px solid var(--border-light);border-radius:8px;padding:1.5rem;transition:all .3s ease}.right-item:hover{border-color:#fb6d34;border-color:var(--primary-green);box-shadow:0 2px 20px #19692c14;box-shadow:var(--shadow-light);transform:translateY(-2px)}.right-item h4{color:#f7243c;color:var(--primary-dark);font-size:1.1rem;margin:0 0 .5rem}.right-item p{color:#1a202c;font-size:.9rem;margin:0}.contact-info{background:#f8f9fa;background:var(--background-light);border-radius:12px;margin-top:1rem;padding:1.5rem}.contact-item{color:#1a202c;color:var(--text-dark);margin-bottom:.5rem}.contact-item strong{color:#f7243c;color:var(--primary-dark)}.policy-actions{background:linear-gradient(135deg,#f7243c1a,#fb6d344d);background:var(--gradient-light);padding:4rem 0;text-align:center}.actions-content h3{color:#1a202c;color:var(--text-dark);font-size:2rem;font-weight:700;margin-bottom:1rem}.actions-content p{color:#1a202c;font-size:1.1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.action-buttons{display:flex;gap:1rem}.action-buttons,.btn{justify-content:center}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;padding:12px 32px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#f7243c,#fb6d34);background:var(--gradient-primary);box-shadow:0 2px 20px #19692c14;box-shadow:var(--shadow-light);color:#fff;color:var(--pure-white)}.btn-primary:hover{box-shadow:0 8px 30px #19692c1f;box-shadow:var(--shadow-medium);transform:translateY(-2px)}.btn-secondary{background:#fff;background:var(--pure-white);border:2px solid #f0e9e2;border:2px solid var(--border-light);color:#f7243c;color:var(--primary-dark)}.btn-secondary:hover{border-color:#fb6d34;border-color:var(--primary-green);transform:translateY(-2px)}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:2rem 0}.team-member{align-items:center;background:#f8f9fa;background:var(--background-light);border:1px solid #f0e9e2;border:1px solid var(--border-light);border-radius:12px;display:flex;flex-direction:column;padding:2rem;text-align:center;transition:all .3s ease}.team-member:hover{border-color:#fb6d34;border-color:var(--primary-green);box-shadow:0 8px 30px #19692c1f;box-shadow:var(--shadow-medium);transform:translateY(-4px)}.member-avatar{font-size:3rem;margin-bottom:1rem}.member-info h4{color:#1a202c;color:var(--text-dark);font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.member-role{color:#fb6d34;color:var(--primary-green);font-weight:600;margin-bottom:.25rem}.member-expertise{color:#718096;color:var(--text-muted);font-size:.9rem;margin-bottom:1rem}.member-description{color:#1a202c;color:var(--text-dark);line-height:1.5;margin-bottom:1rem}.member-focus{color:#718096;color:var(--text-muted);font-size:.9rem;margin-bottom:0}.values-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0}.value-item{align-items:flex-start;background:#fff;background:var(--pure-white);border:1px solid #f0e9e2;border:1px solid var(--border-light);border-radius:12px;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.value-item:hover{border-color:#fb6d34;border-color:var(--primary-green);box-shadow:0 2px 20px #19692c14;box-shadow:var(--shadow-light);transform:translateY(-2px)}.value-icon{align-items:center;background:linear-gradient(135deg,#f7243c1a,#fb6d344d);background:var(--gradient-light);border-radius:10px;display:flex;flex-shrink:0;font-size:2rem;height:60px;justify-content:center;padding:.5rem;width:60px}.value-content h4{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.value-content h4,.value-content p{color:#1a202c;color:var(--text-dark)}.value-content p{font-size:.9rem;line-height:1.5;margin:0}.timeline{display:flex;flex-direction:column;gap:2rem;margin:2rem 0;position:relative}.timeline:before{background:#fb6d34;background:var(--primary-green);bottom:0;content:"";left:30px;opacity:.3;position:absolute;top:0;width:2px}.timeline-item{align-items:flex-start;display:flex;gap:1.5rem;position:relative}.timeline-year{background:linear-gradient(135deg,#f7243c,#fb6d34);background:var(--gradient-primary);border-radius:20px;color:#fff;color:var(--pure-white);flex-shrink:0;font-size:.9rem;font-weight:700;min-width:80px;padding:.5rem 1rem;position:relative;text-align:center;z-index:2}.timeline-content{background:#f8f9fa;background:var(--background-light);border:1px solid #f0e9e2;border:1px solid var(--border-light);border-radius:12px;flex:1 1;padding:1.5rem}.timeline-content h4{color:#1a202c;color:var(--text-dark);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.timeline-content p{color:#1a202c;color:var(--text-dark);line-height:1.5;margin:0}@media (max-width:968px){.policy-grid{gap:3rem;grid-template-columns:1fr}.table-of-contents{position:static}.rights-grid{grid-template-columns:1fr}}@media (max-width:768px){.container{padding:0 1.5rem}.policy-header{padding:3rem 0}.header-content h1{font-size:2.5rem}.policy-content{padding:3rem 0}.action-buttons{align-items:center;flex-direction:column}.btn{width:200px}.team-grid,.values-grid{grid-template-columns:1fr}.timeline:before{left:20px}.timeline-year{font-size:.8rem;min-width:60px;padding:.5rem .75rem}.value-item{align-items:center;flex-direction:column;text-align:center}.value-icon{margin-bottom:.5rem}}@media (max-width:480px){.container{padding:0 1rem}.header-content h1{font-size:2rem}.table-of-contents{padding:1.5rem}.policy-section h2{font-size:1.5rem}.right-item{padding:1rem}.team-member{padding:1.5rem}.timeline-item{flex-direction:column;gap:1rem}.timeline:before{display:none}.timeline-year{align-self:flex-start}}@media print{.policy-actions,.table-of-contents{display:none}.policy-grid{grid-template-columns:1fr}.policy-header{background:none;color:#1a202c;color:var(--text-dark);padding:2rem 0}}.btn:focus-visible,.table-of-contents a:focus-visible{border-radius:4px;outline:2px solid #fb6d34;outline:2px solid var(--primary-green);outline-offset:2px}.contact-container{color:#2d3748;font-family:Inter,sans-serif;margin:0 auto;max-width:1200px;padding:0 20px}.contact-header{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:0 0 30px 30px;margin-bottom:40px;padding:80px 0 60px;text-align:center}.header-badge{background:linear-gradient(135deg,#f7243c,#fb6d34);border-radius:20px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:20px;padding:8px 20px}.contact-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2d3748,#4a5568);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;margin-bottom:20px}.contact-header p{color:#718096;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.contact-methods{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:60px}.method-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 20px #00000014;overflow:hidden;padding:40px 30px;position:relative;text-align:center;transition:all .3s ease}.method-card:before{background:linear-gradient(135deg,#f7243c,#fb6d34);content:"";height:4px;left:0;position:absolute;right:0;top:0}.method-card:hover{box-shadow:0 12px 40px #f7243c26;transform:translateY(-8px)}.method-icon{align-items:center;background:linear-gradient(135deg,#f7243c,#fb6d34);border-radius:50%;color:#fff;display:flex;font-size:1.8rem;height:80px;justify-content:center;margin:0 auto 25px;width:80px}.method-card h3{color:#2d3748;font-size:1.5rem;font-weight:600;margin-bottom:10px}.method-card p{color:#718096;font-size:.95rem;margin-bottom:15px}.method-card a,.method-card span{color:#2d3748;display:block;font-size:1.1rem;font-weight:600;margin-bottom:20px;text-decoration:none}.method-card a:hover{color:#f7243c}.availability,.office-hours,.response-time{align-items:center;border-top:1px solid #e2e8f0;color:#718096;display:flex;font-size:.9rem;gap:8px;justify-content:center;padding-top:15px}.contact-main{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin-bottom:80px}.form-section{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 20px #00000014;padding:40px}.form-header h2{color:#2d3748;font-size:2rem;font-weight:700;margin-bottom:10px}.form-header p{color:#718096;margin-bottom:30px}.contact-form{display:flex;flex-direction:column;gap:25px}.input-group{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.input-field{display:flex;flex-direction:column}.input-field label{color:#2d3748;font-size:.95rem;font-weight:600;margin-bottom:8px}.input-field input,.input-field textarea{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;font-family:Inter,sans-serif;font-size:1rem;padding:15px;transition:all .3s ease}.input-field input:focus,.input-field textarea:focus{background:#fff;border-color:#fb6d34;box-shadow:0 0 0 3px #fb6d341a;outline:none}.input-field textarea{min-height:120px;resize:vertical}.submit-button{align-items:center;background:linear-gradient(135deg,#f7243c,#fb6d34);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:12px;justify-content:center;margin-top:10px;padding:18px 40px;transition:all .3s ease}.submit-button:hover{box-shadow:0 8px 25px #f7243c66;transform:translateY(-2px)}.map-section{display:flex;flex-direction:column;gap:25px}.map-header h2{color:#2d3748;font-size:2rem;font-weight:700;margin-bottom:10px}.map-header p{color:#718096}.map-container{border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 20px #00000014;overflow:hidden}.map-container iframe{border:0;display:block;height:300px;width:100%}.location-info{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 20px #00000014;padding:30px}.info-item{align-items:flex-start;border-bottom:1px solid #e2e8f0;display:flex;gap:15px;padding:15px 0}.info-item:last-child{border-bottom:none}.info-item i{color:#fb6d34;font-size:1.2rem;margin-top:2px;min-width:20px}.info-item div{display:flex;flex-direction:column}.info-item strong{color:#2d3748;margin-bottom:4px}.info-item span{color:#718096;font-size:.95rem}@media (max-width:968px){.contact-main{gap:40px;grid-template-columns:1fr}.contact-header h1{font-size:2.8rem}.contact-methods{grid-template-columns:1fr}}@media (max-width:768px){.input-group{grid-template-columns:1fr}.form-section{padding:30px 25px}.contact-header{padding:60px 0 40px}.contact-header h1{font-size:2.2rem}.form-header h2,.map-header h2{font-size:1.7rem}}@media (max-width:480px){.contact-container{padding:0 15px}.method-card{padding:30px 20px}.contact-header h1{font-size:2rem}.contact-header p{font-size:1rem}.method-icon{font-size:1.5rem;height:70px;width:70px}}
/*# sourceMappingURL=main.2285e03c.css.map*/