:root{--font-family-sans: system-ui, Avenir, Helvetica, Arial, sans-serif;--text-color: rgba(255, 255, 255, .87);--background-color: #242424;--background-color-light: #1a1a1a;--link-color: #646cff;--link-hover-color: #535bf2;--focus-outline-color: #646cff}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{min-height:100vh;min-width:320px;font-family:var(--font-family-sans);line-height:1.6;font-weight:400;background-color:var(--background-color);color:var(--text-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--link-color);text-decoration:none;transition:color .25s}a:hover{color:var(--link-hover-color)}h1{font-size:2.5rem;line-height:1.2;font-weight:700}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--background-color-light);color:inherit;cursor:pointer;transition:border-color .25s,background-color .25s}button:hover{border-color:var(--link-color)}button:focus,button:focus-visible{outline:4px auto var(--focus-outline-color)}@media(prefers-color-scheme:light){:root{--text-color: #213547;--background-color: #ffffff;--background-color-light: #f9f9f9;--link-hover-color: #747bff}}@media(min-width:768px){h1{font-size:3.2rem}}@media(max-width:480px){body{line-height:1.5}h1{font-size:2.2rem}button{padding:.8em 1.4em}}.home-page{background-color:#f8f9fa;color:#343a40}.section-header{text-align:center;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.section-tagline{display:inline-block;color:#dc3545;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.875rem}.section-title{font-size:2.5rem;font-weight:800;color:#212529;margin-bottom:1rem}.section-description{font-size:1.125rem;color:#6c757d;line-height:1.7}.hero-section{position:relative;height:80vh;min-height:500px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background-image:url(https://images.unsplash.com/photo-1598514983318-2f64f16428d8?q=80&w=2070&auto=format&fit=crop);background-size:cover;background-position:center;background-attachment:fixed}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#000000b3,#0006)}.hero-content-container{position:relative;z-index:2}.hero-content{max-width:800px;margin:0 auto;animation:fadeInDown 1s ease-out}.hero-title{font-size:3.5rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem;text-shadow:2px 2px 8px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;line-height:1.8;text-shadow:1px 1px 4px rgba(0,0,0,.5)}.hero-button{display:inline-block;background-color:#dc3545;color:#fff;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;border-radius:50px;text-decoration:none;transition:transform .3s ease,background-color .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #dc354566}.hero-button:hover{background-color:#c82333;transform:translateY(-3px);box-shadow:0 7px 20px #dc354599}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.features-section{padding:6rem 0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.feature-card{background-color:#fff;padding:2.5rem;text-align:center;border-radius:12px;box-shadow:0 10px 30px #00000012;border:1px solid #e9ecef;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0000001a}.feature-icon{width:50px;height:50px;color:#dc3545;margin-bottom:1.5rem}.feature-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#343a40}.feature-description{font-size:1rem;line-height:1.7;color:#6c757d}.process-section{padding:6rem 0;background-color:#fff}.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;position:relative;margin-top:3rem}.process-grid:before{content:"";position:absolute;top:30px;left:5%;width:90%;height:2px;background-image:linear-gradient(to right,#dee2e6 50%,transparent 50%);background-size:20px 1px;z-index:0}.process-step{text-align:center;position:relative;padding-top:3rem}.process-number{width:60px;height:60px;border-radius:50%;background-color:#fff;border:2px solid #dc3545;color:#dc3545;font-size:1.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;z-index:1;position:relative}.process-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.process-description{color:#6c757d}.testimonials-section{padding:6rem 0;background-color:#f8f9fa}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}.testimonial-card{background-color:#fff;padding:2.5rem;border-left:5px solid #dc3545;border-radius:8px;box-shadow:0 10px 30px #0000000d}.testimonial-text{font-size:1.1rem;font-style:italic;color:#495057;line-height:1.8;margin-bottom:1.5rem}.testimonial-author{font-weight:700;color:#212529}.cta-section{padding:5rem 0;background:linear-gradient(45deg,#dc3545,#c82333);color:#fff;text-align:center}.cta-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.cta-text{font-size:1.125rem;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;opacity:.9}.cta-button{display:inline-block;background-color:#fff;color:#dc3545;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;border-radius:50px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.cta-button:hover{transform:translateY(-3px);box-shadow:0 7px 20px #00000026}@media(min-width:768px){.testimonials-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.process-grid:before{display:none}.process-step{padding-top:0}}.about-page-container{background-color:#f5f5f5;color:#333;font-family:Poppins,sans-serif}.container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.content-card{background-color:#fff;border-radius:12px;box-shadow:0 8px 25px #00000014;padding:3rem;margin-bottom:3rem}.about-hero{background:#2c3e50;color:#fff;text-align:center;padding:6rem 1rem}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:.5rem;letter-spacing:1px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.5rem;font-weight:400}.section-header{text-align:center;margin-bottom:2rem}.section-title{font-size:2.5rem;color:#1a1a1a;font-weight:600;margin-bottom:.25rem;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:80px;height:4px;background-color:#dc2626;border-radius:2px}.section-subtitle{font-size:1.2rem;color:#666;margin-top:5px}.story-content{display:flex;gap:3rem;align-items:center}.story-text{flex:1;line-height:1.8;color:#555;font-size:1.1rem}.story-text strong{color:#dc2626;font-weight:700}.story-image-container{flex:1;min-width:300px;text-align:center}.story-image{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 15px #0000001a}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;text-align:center;padding:1.5rem 0}.value-item{background-color:#fff;padding:2.25rem;border-radius:12px;border:1px solid #e0e0e0;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 10px #0000000d}.value-item:hover{transform:translateY(-8px);box-shadow:0 15px 30px #0000001f;border-color:#dc2626}.value-icon{font-size:3.2rem;color:#dc2626;margin-bottom:1.2rem;transition:color .3s ease,transform .3s ease}.value-item:hover .value-icon{transform:scale(1.1);color:#b00000}.value-title{font-size:1.5rem;font-weight:600;margin-bottom:.6rem;color:#1a1a1a;line-height:1.3}.value-description{font-size:1rem;color:#555;line-height:1.7;margin-bottom:0;flex-grow:1}@media(max-width:768px){.values-grid{gap:1rem}.value-item{padding:2rem 1.5rem}.value-icon{font-size:2.8rem;margin-bottom:1rem}.value-title{font-size:1.3rem;margin-bottom:.5rem}.value-description{font-size:.95rem}}@media(max-width:480px){.values-grid{grid-template-columns:1fr}.value-item{padding:1.8rem 1.2rem}}body{margin:0;font-family:sans-serif}.contact-page{min-height:100vh;background-color:#f9fafb;color:#1f2937}.container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.site-header{background-color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;position:sticky;top:0;z-index:50}.logo{height:3rem}.nav-link{color:#4b5563;text-decoration:none;transition:color .3s ease}.nav-link.active{color:#dc2626;font-weight:600;border-bottom:2px solid #dc2626;padding-bottom:.25rem}.main-content{padding-top:0rem;padding-bottom:0rem}.content-card{background-color:#fff;padding:2.5rem;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border:1px solid #f3f4f6}.page-header{text-align:center;margin-bottom:3rem}.page-title{font-size:2.25rem;font-weight:800;color:#111827}.page-subtitle{color:#4b5563;margin-top:.5rem;font-size:1.125rem}.contact-grid{display:grid;gap:3rem}@media(min-width:768px){.contact-grid{grid-template-columns:repeat(2,1fr)}}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-input,.form-textarea{width:100%;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.form-input:focus,.form-textarea:focus{border-color:#ef4444;box-shadow:0 0 0 1px #ef4444;outline:none}.form-button{width:100%;background-color:#dc2626;color:#fff;font-weight:700;padding:.75rem 1.5rem;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .3s ease}.contact-info{color:#374151;display:flex;flex-direction:column;gap:1.5rem}.info-title{font-size:1.5rem;font-weight:700;color:#111827}.info-list{display:flex;flex-direction:column;gap:1rem}.info-item{display:flex}.info-item.align-start{align-items:flex-start}.info-item.align-center{align-items:center}.contact-icon{height:1.5rem;width:1.5rem;color:#dc2626;margin-right:1rem;flex-shrink:0}.info-item strong{display:block}.site-footer{background-color:#1f2937;color:#fff;padding:2.5rem 0}.footer-container{text-align:center}.login-page{display:flex;flex-direction:column;min-height:100vh;background-color:#f9fafb;color:#1f2937}.login-main{display:flex;align-items:center;justify-content:center;flex-grow:1;padding:2rem 1rem}.login-card{background-color:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border:1px solid #f3f4f6;width:100%;max-width:28rem;box-sizing:border-box}.card-header{text-align:center;margin-bottom:2rem}.card-title{font-size:1.75rem;font-weight:800;color:#111827}.card-subtitle{color:#4b5563;margin-top:.5rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}.form-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;transition:border-color .2s,box-shadow .2s;box-sizing:border-box;font-size:1rem}.form-input:focus{border-color:#ef4444;box-shadow:0 0 0 1px #ef4444;outline:none}.form-button{width:100%;background-color:#dc2626;color:#fff;font-weight:700;font-size:1rem;padding:.75rem 1.5rem;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .3s ease}.form-button:hover{background-color:#b91c1c}.form-status{text-align:center;color:#16a34a;margin-top:1rem}.password-input-container{position:relative;margin-bottom:1.5rem}.input-wrapper{position:relative;width:100%}.password-toggle-icon{position:absolute;top:50%;right:1rem;transform:translateY(-50%);cursor:pointer;color:#6b7280;font-size:1.25rem}.password-toggle-icon:hover{color:#4b5563}.form-input{width:100%;padding:.75rem 3rem .75rem 1rem}@media(min-width:768px){.login-main{padding:4rem 1.5rem}.card-title{font-size:2rem}.login-card{padding:2.5rem}}@media(min-width:1024px){.login-main{padding:5rem 1.5rem}}.site-header{background-color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;position:sticky;top:0;z-index:50;border-bottom:1px solid #e5e7eb}.nav-container{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;padding-bottom:1rem}.logo-container{display:flex;flex-direction:column;align-items:center}.logo-tagline{font-size:.9rem;color:#6b7280;margin-top:-1.75rem;margin-bottom:0}.logo{height:10rem;width:auto;vertical-align:middle}@media(max-width:768px){.logo{height:12rem}}.nav-links{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:1.5rem}.nav-link{color:#4b5563;text-decoration:none;padding-bottom:.25rem;border-bottom:2px solid transparent;transition:color .3s ease,border-color .3s ease}.nav-link:hover{color:#dc2626}.nav-link.active{color:#dc2626;font-weight:600;border-bottom-color:#dc2626}.site-footer{background-color:#fff;color:#fff;padding:3rem 1rem;font-family:Arial,sans-serif}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;padding-bottom:2rem;border-bottom:1px solid #444}.footer-logo-section,.footer-links-section,.footer-contact-section,.footer-social-section{flex:1;min-width:200px;margin-bottom:1rem}.footer-logo{height:auto;max-height:180px;width:auto}.footer-tagline{margin-top:1rem;font-size:1rem;color:#ccc}.site-footer h4{color:#fff;font-size:1.25rem;margin-bottom:1rem;position:relative}.site-footer h4:after{content:"";position:absolute;bottom:-5px;left:0;width:250px;height:3px;background-color:#dc3545}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer ul li{margin-bottom:.75rem}.site-footer ul li a{color:#ccc;text-decoration:none;transition:color .3s ease}.site-footer ul li a:hover{color:#dc2626}.social-icons{display:flex;gap:1.5rem;margin-top:1rem;margin-left:70px}.social-icons a{color:#fff;font-size:1.5rem;transition:color .3s ease}.social-icons a:hover{color:#dc2626}.footer-bottom{text-align:center;padding-top:2rem}.footer-bottom p{margin:0;font-size:.9rem;color:#ccc}@media(max-width:768px){.footer-content{flex-direction:column;align-items:center;text-align:center}.footer-logo-section,.footer-links-section,.footer-contact-section,.footer-social-section{min-width:unset;width:100%}.social-icons{justify-content:center}}@media(max-width:480px){.site-footer{padding:2rem 1rem}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb;color:#1f2d37;line-height:1.6}.app-container{display:flex;flex-direction:column;min-height:100vh;width:100%;overflow-x:hidden}.main-content{flex-grow:1}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;box-sizing:border-box}.site-footer{background-color:#1f2937;color:#fff;padding:2.5rem 1rem;text-align:center}.footer-tagline{color:#9ca3af;margin-top:.5rem}@media(max-width:768px){body{font-size:15px}.container{padding-left:1rem;padding-right:1rem}.site-footer{padding-top:2rem;padding-bottom:2rem}}@media(max-width:480px){body{font-size:14px}.container{padding-left:.75rem;padding-right:.75rem}.site-footer{padding-top:1.5rem;padding-bottom:1.5rem}}
