@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);:root{--background:#fff;--foreground:#020618;--muted:#f8fafc;--muted-foreground:#64748b;--border:#e2e8f0;--primary:#0f172a;--primary-foreground:#fff;--radius:0.5rem;--shadow-sm:0 1px 2px 0 #0000000d}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--background);color:#020618;color:var(--foreground);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none;transition:color .2s ease}ul{list-style:none}img{height:auto;max-width:100%}.container{margin:0 auto;max-width:1200px;padding:0 24px}html{scroll-behavior:smooth}.btn{align-items:center;border:1px solid #0000;border-radius:.5rem;border-radius:var(--radius);cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:500;justify-content:center;padding:.625rem 1.25rem;transition:background-color .2s,color .2s,border-color .2s}.btn-primary{background-color:#0f172a;background-color:var(--primary);color:#fff;color:var(--primary-foreground)}.btn-primary:hover{background-color:#1e293b}.btn-outline{background-color:initial;border-color:#e2e8f0;border-color:var(--border);color:#020618;color:var(--foreground)}.btn-outline:hover{background-color:#f8fafc;background-color:var(--muted)}.navbar{background:var(--background);border-bottom:1px solid var(--border);left:0;position:-webkit-sticky;position:sticky;right:0;top:0;transition:all .3s ease;z-index:1000}.navbar-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 1.5rem}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{color:var(--foreground);font-size:1.125rem;gap:.5rem}.navbar-logo strong{font-weight:700;letter-spacing:-.025em}.logo-text-primary{color:var(--primary);font-weight:500}.navbar-menu{align-items:center;display:flex;gap:2rem}.navbar-link{color:var(--foreground);font-size:.9rem;font-weight:500;transition:color .2s ease}.navbar-link.active,.navbar-link:hover{color:var(--muted-foreground)}.navbar-cta{font-size:.9rem;padding:.5rem 1rem}.navbar-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;padding:4px}.navbar-toggle span{background:var(--foreground);border-radius:2px;height:2px;transition:all .3s ease;width:24px}.navbar-toggle.active span:first-child{transform:rotate(45deg) translate(4px,4px)}.navbar-toggle.active span:nth-child(2){opacity:0}.navbar-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}@media (max-width:768px){.navbar-menu{background:var(--background);border-bottom:1px solid var(--border);-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0);clip-path:polygon(0 0,100% 0,100% 0,0 0);flex-direction:column;gap:1.5rem;left:0;padding:1.5rem;position:absolute;right:0;top:100%;transition:-webkit-clip-path .3s ease;transition:clip-path .3s ease;transition:clip-path .3s ease,-webkit-clip-path .3s ease}.navbar-menu.active{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.navbar-toggle{display:flex}.navbar-cta{display:none}}.footer{background:var(--background);border-top:1px solid var(--border);color:var(--foreground);padding:4rem 0 3rem}.footer-container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.footer-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr}.footer-logo{align-items:center;display:flex;font-size:1.125rem;gap:.5rem;margin-bottom:1rem}.footer-logo strong{font-weight:700;letter-spacing:-.025em}.footer-logo-text{color:var(--foreground);font-weight:500}.footer-description{color:var(--muted-foreground);font-size:.9rem;line-height:1.6;max-width:400px}.footer-title{font-size:.9rem;font-weight:600;margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:var(--muted-foreground);font-size:.9rem;transition:color .2s ease}.footer-links a:hover{color:var(--foreground)}.footer-contact-details{color:var(--muted-foreground);display:flex;flex-direction:column;font-size:.9rem;gap:.75rem}@media (max-width:768px){.footer-grid{gap:2rem;grid-template-columns:1fr}}.whatsapp-button{align-items:center;background:var(--foreground);border-radius:50%;bottom:30px;box-shadow:var(--shadow-sm);color:var(--background);display:flex;height:56px;justify-content:center;position:fixed;right:30px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;width:56px;z-index:999}.whatsapp-button:hover{background:#27272a;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.whatsapp-icon{height:28px;width:28px}.whatsapp-text{display:none}@media (max-width:576px){.whatsapp-button{bottom:20px;height:48px;right:20px;width:48px}.whatsapp-icon{height:24px;width:24px}}.border-top{border-top:1px solid var(--border)}.section-title{color:var(--foreground);font-size:2rem;font-weight:700;letter-spacing:-.025em;margin-bottom:1rem}.section-text{line-height:1.7}.section-subtitle,.section-text{color:var(--muted-foreground);font-size:1rem}.section-subtitle{margin-bottom:3rem}.center-container{max-width:800px;padding-bottom:5rem;padding-top:5rem;text-align:center}.center{text-align:center}.hero-section{background:var(--muted);padding:6rem 0}.hero-container{align-items:center;display:flex;flex-direction:column;text-align:center}.hero-pill{border:1px solid var(--foreground);border-radius:50px;display:inline-block;font-size:.875rem;font-weight:500;margin-bottom:2rem;padding:.35rem 1rem}.hero-title{color:var(--foreground);font-size:4rem;font-weight:800;letter-spacing:-.05em;margin-bottom:1rem}.hero-subtitle{color:var(--muted-foreground);font-size:1.25rem;margin-bottom:2.5rem}.hero-actions{display:flex;gap:1rem}.about-section{background:var(--background)}.services-section{background:var(--muted);padding:5rem 0}.services-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:0 auto;max-width:900px}.service-card{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:border-color .2s}.service-card:hover{border-color:var(--muted-foreground)}.service-card-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.service-card-desc{color:var(--muted-foreground);font-size:.9rem;line-height:1.6}.why-choose-section{background:var(--background);padding:5rem 0}.why-choose-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;max-width:1000px}.why-choose-list{display:flex;flex-direction:column;gap:1rem}.feature-item{align-items:center;background:var(--background);border:1px solid var(--border);border-radius:var(--radius);display:flex;font-size:.95rem;font-weight:500;gap:1rem;padding:1rem 1.25rem}.checkmark{font-weight:700}.mission-section{background:var(--muted)}.mission-action{margin-top:2.5rem}.quick-links-section{background:var(--muted);padding:5rem 0}.quick-links-section .section-title{font-size:1.5rem;margin-bottom:2rem}.quick-links-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.quick-link-card{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);display:block;padding:1.5rem;transition:border-color .2s,box-shadow .2s}.quick-link-card:hover{border-color:var(--muted-foreground);box-shadow:var(--shadow-sm)}.quick-link-title{font-size:1rem;font-weight:600;margin-bottom:.25rem}.quick-link-desc{color:var(--muted-foreground);font-size:.875rem}@media (max-width:768px){.hero-title{font-size:2.5rem}.why-choose-container{gap:2rem;grid-template-columns:1fr}.hero-actions{flex-direction:column;max-width:300px;width:100%}.center-container{padding-bottom:3rem;padding-top:3rem}}.privacy-policy-page,.terms-conditions-page{padding-bottom:5rem}.content-card{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);margin:0 auto;max-width:800px;padding:3rem}.policy-section{margin-bottom:2.5rem}.policy-section:last-child{margin-bottom:0}.policy-section h2{border-bottom:1px solid var(--border);color:var(--foreground);font-size:1.5rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem}.policy-section h3{color:var(--foreground);font-size:1.125rem;font-weight:600;margin-bottom:.75rem;margin-top:1.5rem}.policy-section p{color:var(--muted-foreground);font-size:1rem;line-height:1.7;margin-bottom:1rem}.policy-section ul{color:var(--muted-foreground);list-style-type:disc;margin-bottom:1.5rem;padding-left:1.5rem}.policy-section li{line-height:1.6;margin-bottom:.5rem}.contact-info-box{background:var(--muted);border:1px solid var(--border);border-radius:var(--radius);margin-top:1rem;padding:1.5rem}.contact-info-box p{color:var(--foreground);margin-bottom:.25rem}.contact-info-box strong{display:block;font-weight:600;margin-bottom:.5rem}.contact-info-box a{color:var(--foreground);font-weight:500}.contact-info-box a:hover{text-decoration:underline}@media (max-width:768px){.content-card{padding:1.5rem}}.contact-us-page{padding-bottom:5rem}.contact-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:900px}.contact-card{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;text-align:center;transition:border-color .2s,box-shadow .2s}.contact-card:hover{border-color:var(--muted-foreground);box-shadow:var(--shadow-sm)}.contact-card-title{color:var(--foreground);font-size:1.125rem;font-weight:600;margin-bottom:1rem}.contact-card-text{color:var(--muted-foreground);font-size:.95rem;line-height:1.6}.contact-card-text a{color:var(--foreground);font-weight:500}.contact-card-text a:hover{text-decoration:underline}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}
/*# sourceMappingURL=main.a32e38c1.css.map*/