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}:root{--primary-blue:#4d64a8;--pink:#d27f87;--peach:#e9b180;--brown:#b29063;--light-blue:#c2d3dd;--white:#fff;--gray-100:#f8f9fa;--gray-200:#e9ecef;--gray-700:#495057;--gray-900:#212529;--shadow:0 4px 6px #0000001a;--shadow-lg:0 10px 15px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;background-color:var(--white);color:#495057;color:var(--gray-700);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.App{min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.hero{background:#fff;background:var(--white);color:#212529;color:var(--gray-900);overflow:hidden;padding:4rem 0 6rem;position:relative;text-align:center}.hero:before{background:#fffffff2;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero-content{position:relative;z-index:1}.logo{height:400px;margin-bottom:2rem;transition:transform .3s ease;width:auto}.logo:hover{transform:scale(1.05)}.hero-title{color:#4d64a8;color:var(--primary-blue);font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.hero-subtitle{color:#495057;color:var(--gray-700);font-size:1.25rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;justify-content:center;min-width:180px;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-button.primary{background:linear-gradient(135deg,#4d64a8,#c2d3dd);background:linear-gradient(135deg,var(--primary-blue),var(--light-blue));border:none;box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow);color:#fff;color:var(--white);font-weight:700;letter-spacing:.5px}.cta-button.primary:hover{background:linear-gradient(135deg,#b29063,#e9b180);background:linear-gradient(135deg,var(--brown),var(--peach));box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-lg);color:#fff;color:var(--white);transform:translateY(-3px)}.cta-button.secondary{background-color:initial;border:2px solid #fff;border:2px solid var(--white);color:#fff;color:var(--white)}.cta-button.secondary:hover{background-color:#fff;background-color:var(--white);color:#4d64a8;color:var(--primary-blue);transform:translateY(-2px)}.cta-button.large{font-size:1.2rem;padding:1.25rem 2.5rem}section{padding:4rem 0}.section-title{color:#4d64a8;color:var(--primary-blue);font-size:2.5rem;font-weight:700;margin-bottom:3rem;position:relative;text-align:center}.section-title:after{background:linear-gradient(90deg,#d27f87,#e9b180);background:linear-gradient(90deg,var(--pink),var(--peach));border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.services{background-color:#f8f9fa;background-color:var(--gray-100)}.services-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin-top:2rem}.service-card{background:#fff;background:var(--white);border:1px solid #e9ecef;border:1px solid var(--gray-200);border-radius:12px;box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:space-between;min-height:280px;padding:1.5rem;text-align:center;transition:all .3s ease}.service-card:hover{border-color:#4d64a8;border-color:var(--primary-blue);box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-5px)}.service-icon{display:block;font-size:3rem;margin-bottom:1rem}.service-card h3{color:#4d64a8;color:var(--primary-blue);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.service-card p{color:#495057;color:var(--gray-700);line-height:1.6}.trust{background:linear-gradient(135deg,#c2d3dd,#fff);background:linear-gradient(135deg,var(--light-blue) 0,var(--white) 100%)}.trust-content{text-align:center}.trust-content h2{color:#4d64a8;color:var(--primary-blue);font-size:2.5rem;font-weight:700;margin-bottom:3rem}.trust-features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.trust-item{align-items:flex-start;background:#fff;background:var(--white);border-radius:8px;box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow);display:flex;gap:1rem;padding:1.5rem;transition:transform .3s ease}.trust-item:hover{transform:translateY(-3px)}.trust-icon{align-items:center;background:#4d64a8;background:var(--primary-blue);border-radius:50%;color:#fff;color:var(--white);display:flex;flex-shrink:0;font-weight:700;height:40px;justify-content:center;width:40px}.trust-item h4{color:#4d64a8;color:var(--primary-blue);font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.trust-item p{color:#495057;color:var(--gray-700)}.contact{background-color:#fff;background-color:var(--white)}.contact-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-top:2rem}.contact-cta h3,.contact-info h3{color:#4d64a8;color:var(--primary-blue);font-size:1.75rem;font-weight:600;margin-bottom:1.5rem}.contact-item{align-items:center;background:#f8f9fa;background:var(--gray-100);border-radius:8px;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem;transition:background-color .3s ease}.contact-item:hover{background-color:#c2d3dd;background-color:var(--light-blue)}.contact-icon{font-size:1.5rem;text-align:center;width:40px}.contact-item a{color:#4d64a8;color:var(--primary-blue);font-weight:500;text-decoration:none}.contact-item a:hover{text-decoration:underline}.contact-cta{background:linear-gradient(135deg,#4d64a8,#c2d3dd);background:linear-gradient(135deg,var(--primary-blue),var(--light-blue));border-radius:12px;padding:2.5rem;text-align:center}.contact-cta,.contact-cta h3{color:#fff;color:var(--white)}.contact-cta p{margin-bottom:2rem;opacity:.95}.footer{background-color:#fff;background-color:var(--white);border-top:1px solid #e9ecef;border-top:1px solid var(--gray-200);color:#495057;color:var(--gray-700);padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-logo img{height:210px;margin-bottom:1rem;width:auto}.footer-contact p,.footer-logo p{color:#495057;color:var(--gray-700);margin-bottom:.5rem}.footer-contact h4{color:#4d64a8;color:var(--primary-blue);font-size:1.25rem;margin-bottom:1rem}.footer-bottom{border-top:1px solid #e9ecef;border-top:1px solid var(--gray-200);color:#495057;color:var(--gray-700);padding-top:2rem;text-align:center}@media (max-width:768px){.logo{height:250px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{align-items:center;flex-direction:column}.cta-button{max-width:300px;width:100%}.section-title{font-size:2rem}.services-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.service-card{min-height:240px;padding:1.25rem}.contact-grid,.footer-content,.trust-features{grid-template-columns:1fr}.footer-content{text-align:center}.container{padding:0 1rem}section{padding:3rem 0}}@media (max-width:480px){.hero{padding:3rem 0 4rem}.hero-title{font-size:2rem}.logo{height:180px}.services-grid{gap:1rem;grid-template-columns:1fr}.service-card,.trust-item{min-height:auto;padding:1.25rem}.contact-cta{padding:2rem}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.contact-item a:focus,.cta-button:focus{outline:2px solid #e9b180;outline:2px solid var(--peach);outline-offset:2px}html{scroll-behavior:smooth}
/*# sourceMappingURL=main.f9e42a9c.css.map*/