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-color:#866baf;--secondary-color:#b5d2b8;--background-color:#fdfbf7;--text-dark:#2c3e50;--text-light:#7f8c8d;--white:#fff;--shadow:0 4px 6px #0000001a;--border-radius:8px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fdfbf7;background-color:var(--background-color);color:#2c3e50;color:var(--text-dark);font-family:Open Sans,Roboto,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Lora,Playfair Display,serif;font-weight:600;margin-bottom:1rem}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{border:none;border-radius:8px;border-radius:var(--border-radius);cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn-primary{background-color:#866baf;background-color:var(--primary-color);color:#fff;color:var(--white)}.btn-primary:hover{background-color:#7a5fa0;transform:translateY(-2px)}.btn-secondary{background-color:#b5d2b8;background-color:var(--secondary-color);color:#2c3e50;color:var(--text-dark)}.btn-secondary:hover{background-color:#a4c4a7;transform:translateY(-2px)}.btn-outline{background-color:initial;border:2px solid #866baf;border:2px solid var(--primary-color);color:#866baf;color:var(--primary-color)}.btn-outline:hover{background-color:#866baf;background-color:var(--primary-color);color:#fff;color:var(--white)}.section{padding:80px 0}.section-title{color:#866baf;color:var(--primary-color);font-size:2.5rem;margin-bottom:3rem;text-align:center}.card{background:#fff;background:var(--white);border-radius:8px;border-radius:var(--border-radius);box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow);padding:2rem;transition:transform .3s ease}.card:hover{transform:translateY(-5px)}.grid{grid-gap:2rem;display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}@media (max-width:768px){.container{padding:0 15px}.section{padding:60px 0}.section-title{font-size:2rem}.grid-2,.grid-3{grid-template-columns:1fr}}.fade-in{animation:fadeIn .8s ease-in forwards;opacity:0}@keyframes fadeIn{to{opacity:1}}.slide-up{animation:slideUp .8s ease-out forwards;opacity:0;transform:translateY(30px)}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}.navbar{background:var(--white);box-shadow:var(--shadow);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar .container{align-items:center;display:flex;justify-content:space-between}.navbar-brand{align-items:center;display:flex;font-family:Lora,serif;font-size:1.5rem;font-weight:700;text-decoration:none}.logo-icon,.navbar-brand{color:var(--primary-color)}.logo-icon{font-size:1.8rem;margin-right:.5rem}.brand-text{color:var(--primary-color)}.navbar-menu{align-items:center;display:flex;gap:2rem}.nav-link{color:var(--text-dark);font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-link.active,.nav-link:hover{color:var(--primary-color)}.nav-link.active:after{background-color:var(--primary-color);bottom:-5px;content:"";height:2px;left:0;position:absolute;width:100%}.nav-cta{margin-left:1rem}.navbar-toggle{color:var(--primary-color);cursor:pointer;display:none;font-size:1.5rem}@media (max-width:768px){.navbar-menu{background:var(--white);box-shadow:var(--shadow);flex-direction:column;gap:1rem;left:0;opacity:0;padding:2rem;position:fixed;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.navbar-menu.active{opacity:1;transform:translateY(0);visibility:visible}.nav-link{padding:.5rem 0}.nav-cta,.nav-link{text-align:center;width:100%}.nav-cta{margin-left:0;margin-top:1rem}.navbar-toggle{display:block}}.footer{background:var(--text-dark);color:var(--white);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-section h4{color:var(--primary-color);font-size:1.2rem;margin-bottom:1rem}.footer-brand{align-items:center;display:flex;margin-bottom:1rem}.footer-logo{color:var(--primary-color);font-size:2rem;margin-right:.5rem}.footer-brand h3{color:var(--primary-color);margin:0}.footer-tagline{color:var(--secondary-color);font-size:1.1rem;font-style:italic;margin-bottom:1rem}.footer-description{color:#bdc3c7;line-height:1.6}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--primary-color)}.contact-info{margin-bottom:1.5rem}.contact-item{margin-bottom:.8rem}.contact-icon,.contact-item{align-items:center;display:flex}.contact-icon{background:#9b59b61f;border-radius:50%;font-size:1.4rem;height:38px;justify-content:center;margin-right:.8rem;transition:background .3s,color .3s;width:38px}.contact-item a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.contact-item a:hover,.social-links h5{color:var(--primary-color)}.social-links h5{font-size:1rem;margin-bottom:1rem}.social-icons{display:flex;gap:1rem}.social-icon{align-items:center;background:var(--primary-color);border-radius:50%;color:var(--white);display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-icon:hover{background:var(--secondary-color);color:var(--text-dark);transform:translateY(-2px)}.footer-bottom{border-top:1px solid #34495e;padding-top:1rem}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-bottom p{color:#bdc3c7;margin:0}.footer-bottom-links{display:flex;gap:1rem}.footer-bottom-links a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:var(--primary-color)}@media (max-width:768px){.footer{padding:2rem 0 1rem}.footer-content{gap:1.5rem;grid-template-columns:1fr}.footer-bottom-content{flex-direction:column;text-align:center}.footer-bottom-links{justify-content:center}}.hero{align-items:center;background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:var(--white);display:flex;min-height:80vh;padding:100px 0}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.hero-title{font-size:3rem;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-image{align-items:center;display:flex;justify-content:center}.hero-placeholder{background:#ffffff1a;border:2px dashed #ffffff4d;border-radius:var(--border-radius);max-width:400px;padding:3rem;text-align:center;width:100%}.hero-icon{font-size:4rem;margin-bottom:1rem;opacity:.7}.hero-img-real{border-radius:var(--border-radius);box-shadow:var(--shadow);display:block;height:100%;margin:0 auto;max-height:450px;max-width:100%;object-fit:cover;width:100%}.about-section{background:var(--white)}.about-content h2{color:var(--primary-color);margin-bottom:1.5rem}.about-content p{color:var(--text-light);line-height:1.7;margin-bottom:1.5rem}.about-image,.image-placeholder{align-items:center;display:flex;justify-content:center}.image-placeholder{background:var(--background-color);border:2px dashed var(--primary-color);border-radius:var(--border-radius);flex-direction:column;height:300px;padding:3rem;text-align:center}.placeholder-icon{color:var(--primary-color);font-size:3rem;margin-bottom:1rem}.why-choose-section{background:var(--background-color);padding:64px 0 48px}.hygiene-content{margin:0 auto;max-width:700px;text-align:center}.hygiene-intro{color:var(--text-light);font-size:1.05rem;line-height:1.6}.hygiene-benefits,.hygiene-intro{margin-bottom:1.5rem}.benefit-item{background:#fff;border:1px solid #ececec;border-radius:10px;box-shadow:none;gap:.75rem;justify-content:flex-start;margin-bottom:.5rem;padding:.85rem 1.2rem;text-align:left;transition:background .2s}.benefit-item:not(:last-child){border-bottom:1px solid #f3f3f3}.checkmark{align-items:center;background:#eafbe7;border-radius:50%;color:#6cbb6c;display:flex;flex-shrink:0;font-size:1.15rem;height:1.7em;justify-content:center;width:1.7em}.benefit-item span:last-child{color:var(--text-dark);font-size:1.05rem;line-height:1.5}.hygiene-conclusion{background:#f8f8f8;border:1px solid #ececec;border-radius:8px;box-shadow:none;color:var(--text-light);font-size:.98rem;line-height:1.6;margin-top:1.5rem;padding:1.1rem 1.2rem}.testimonials-section{background:var(--white)}.testimonial-card{padding:2.5rem}.testimonial-stars{color:gold;display:flex;gap:.5rem;margin-bottom:1.5rem}.testimonial-text{color:var(--text-dark);font-size:1.1rem;font-style:italic;line-height:1.7;margin-bottom:1.5rem}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.testimonial-author strong{color:var(--primary-color)}.testimonial-author span{color:var(--text-light);font-size:.9rem}@media (max-width:768px){.hero{min-height:auto;padding:60px 0}.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-buttons{justify-content:center}.hero-placeholder{padding:2rem}.hero-icon{font-size:3rem}.image-placeholder{height:200px;padding:2rem}.placeholder-icon{font-size:2rem}.hygiene-content{padding:0 .5rem}.hygiene-intro{font-size:1.1rem}.benefit-item{padding:.7rem}.benefit-item span:last-child{font-size:1rem}.hygiene-conclusion{font-size:1rem;padding:.8rem .7rem}.testimonial-card{padding:2rem}.cta-buttons{align-items:center;flex-direction:column}.cta-buttons .btn{max-width:300px;width:100%}}@media (max-width:480px){.hero-title{font-size:1.8rem}.hero-buttons{align-items:center;flex-direction:column}.hero-buttons .btn{max-width:250px;width:100%}}@media (max-width:900px){.hero-img-real{max-height:300px}}@media (max-width:600px){.hero-img-real{max-height:200px}}.page-hero{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:var(--white);padding:80px 0;text-align:center}.page-hero h1{color:var(--white);font-size:3rem;margin-bottom:1rem}.page-hero p{font-size:1.2rem;margin:0 auto;max-width:600px;opacity:.9}.vision-section{background:var(--white)}.vision-content h2{color:var(--primary-color);margin-bottom:1.5rem}.vision-content p{color:var(--text-light);line-height:1.7;margin-bottom:1.5rem}.vision-image-center{margin:3rem 0;padding:0 1rem;text-align:center}.vision-hero-image{align-self:center;border-radius:var(--border-radius);box-shadow:var(--shadow);display:block;height:auto;margin:0 auto;max-height:400px;max-width:100%;object-fit:cover;width:auto}.vision-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:2rem}.stat-item{background:var(--background-color)}.stat-item h3{font-size:2rem}.backstory-section{background:var(--background-color)}.backstory-content h2{color:var(--primary-color);margin-bottom:1.5rem}.backstory-content p{color:var(--text-light);line-height:1.7;margin-bottom:1.5rem}.team-section{background:var(--white)}.section-subtitle{color:var(--text-light);font-size:1.1rem;margin-bottom:3rem}.team-card{padding:2.5rem 2rem;text-align:center}.team-avatar{align-items:center;background:var(--primary-color);border-radius:50%;color:var(--white);display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.team-card h3{color:var(--primary-color);margin-bottom:.5rem}.team-role{color:var(--secondary-color);font-weight:600;margin-bottom:1rem}.team-description{color:var(--text-light);line-height:1.6;margin-bottom:1.5rem}.team-credentials{display:flex;flex-direction:column;gap:.5rem}.credential{align-items:center;color:var(--text-light);display:flex;font-size:.9rem;gap:.5rem}.credential svg{color:var(--primary-color)}.values-section{background:var(--background-color)}.value-card{padding:2.5rem 2rem;text-align:center}.value-icon{color:var(--primary-color);font-size:3rem;margin-bottom:1.5rem}.value-card h3{color:var(--primary-color);margin-bottom:1rem}.value-card p{color:var(--text-light);line-height:1.6}@media (max-width:768px){.page-hero{padding:60px 0}.page-hero h1{font-size:2rem}.page-hero p{font-size:1rem}.vision-image-center{margin:2rem 0}.vision-hero-image{max-height:300px}.vision-stats{gap:1rem;grid-template-columns:1fr}.stat-item{padding:1rem}.stat-item h3{font-size:1.5rem}.team-card{padding:2rem 1.5rem}.team-avatar{font-size:1.5rem;height:60px;width:60px}.value-card{padding:2rem 1.5rem}.value-icon{font-size:2.5rem}}@media (max-width:480px){.page-hero h1{font-size:1.8rem}.team-credentials{font-size:.8rem}}.backstory-align,.vision-align{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr;height:100%}.backstory-align-image,.vision-align-image{align-items:flex-start;display:flex;height:100%;justify-content:center;min-height:0;min-height:auto}.backstory-align-image{align-items:center;display:flex;height:100%;justify-content:center}.backstory-img-real{align-self:center;height:auto;width:auto}@media (max-width:900px){.backstory-align,.vision-align{gap:2rem;grid-template-columns:1fr}.backstory-align-image,.vision-align-image{margin-bottom:2rem;margin-top:2rem}.vision-hero-image{max-height:250px}}@media (max-width:600px){.vision-hero-image{max-height:150px}}.about-overview-section{background:var(--background-color);padding:3rem 0}.about-overview-content{color:var(--text-dark);font-size:1.15rem;line-height:1.8;margin:0 auto;max-width:900px;text-align:center}.about-overview-content p{margin-bottom:1.5rem}.about-img-real,.backstory-img-real{border-radius:var(--border-radius);box-shadow:var(--shadow);display:block;height:100%;margin:0 auto;max-height:400px;max-width:100%;object-fit:cover;width:100%}.services-overview{background:var(--white)}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.service-card{padding:2.5rem;text-align:center}.service-icon{color:var(--primary-color);font-size:3rem;margin-bottom:1.5rem}.service-card h3{color:var(--primary-color);font-size:1.3rem;margin-bottom:1rem}.service-description{color:var(--text-light);font-style:italic;margin-bottom:1.5rem}.service-details{list-style:none;padding:0;text-align:left}.service-details li{align-items:flex-start;color:var(--text-dark);display:flex;gap:.5rem;line-height:1.5;margin-bottom:.8rem}.check-icon{color:var(--secondary-color);flex-shrink:0;margin-top:.2rem}.process-section{background:var(--background-color)}.process-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.process-step{padding:2rem;text-align:center}.step-number{align-items:center;background:var(--primary-color);border-radius:50%;color:var(--white);display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.process-step h3{color:var(--primary-color);margin-bottom:1rem}.process-step p{color:var(--text-light);line-height:1.6}.features-section{background:var(--white)}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.feature-item{padding:2rem;text-align:center}.feature-icon{color:var(--primary-color);font-size:2.5rem;margin-bottom:1.5rem}.feature-item h3{color:var(--primary-color);margin-bottom:1rem}.feature-item p{color:var(--text-light);line-height:1.6}@media (max-width:768px){.services-grid{grid-template-columns:1fr}.service-card{padding:2rem 1.5rem}.service-icon{font-size:2.5rem}.process-grid{grid-template-columns:1fr}.process-step{padding:1.5rem}.step-number{font-size:1.2rem;height:50px;width:50px}.features-grid{grid-template-columns:1fr}.feature-item{padding:1.5rem}.feature-icon{font-size:2rem}.cta-buttons{align-items:center;flex-direction:column}.cta-buttons .btn{max-width:300px;width:100%}}@media (max-width:480px){.service-details li{font-size:.9rem}.feature-item h3,.process-step h3{font-size:1.1rem}}.needs-section{background:var(--white)}.hygiene-importance{margin:0 auto;max-width:900px;padding:2rem 0}.importance-intro{color:var(--text-dark);font-size:1.3rem;font-weight:500;line-height:1.6;margin-bottom:3rem;text-align:center}.benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.hygiene-benefit-item{align-items:flex-start;background:var(--background-color);border-radius:var(--border-radius);box-shadow:var(--shadow);display:flex;gap:1.5rem;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.hygiene-benefit-item:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.hygiene-benefit-icon{align-items:center;background:var(--primary-color);border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.benefit-content h3{color:var(--primary-color);font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.benefit-content p{color:var(--text-light);line-height:1.5;margin:0}.service-locations{background:var(--primary-color);border-radius:var(--border-radius);color:#fff;margin-top:2rem;padding:2rem;text-align:center}.service-locations p{font-size:1.1rem;font-weight:500;line-height:1.6;margin:0}.needs-content{padding:2rem}.needs-content h3{color:var(--primary-color);font-size:1.5rem;margin-bottom:1.5rem}.needs-content p{color:var(--text-light);line-height:1.7;margin-bottom:1.5rem}.needs-icon{color:var(--primary-color);font-size:3rem;margin-top:2rem;text-align:center}.infection-section{background:var(--background-color)}.infection-content h2{color:var(--primary-color);margin-bottom:1.5rem}.infection-content p{color:var(--text-light);line-height:1.7;margin-bottom:1.5rem}.infection-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin:2rem 0}.stat-item{background:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow);padding:1.5rem;text-align:center}.stat-item h3{color:var(--primary-color);font-size:2.5rem;margin-bottom:.5rem}.stat-item p{color:var(--text-light);font-size:.9rem;margin:0}.stats-section{background:var(--white)}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.stat-card{padding:2.5rem 2rem;text-align:center}.stat-icon{font-size:3rem;margin-bottom:1.5rem}.stat-card h3,.stat-icon{color:var(--primary-color)}.stat-card h3{font-size:2.5rem;margin-bottom:1rem}.stat-card p{color:var(--text-light);line-height:1.6}.grooming-section{background:var(--background-color)}.grooming-intro{color:var(--text-dark);font-size:1.2rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.grooming-benefit{padding:2rem;text-align:center}.benefit-icon{color:var(--primary-color);font-size:2.5rem;margin-bottom:1.5rem}.grooming-benefit h3{color:var(--primary-color);margin-bottom:1rem}.grooming-benefit ul{list-style:none;padding:0;text-align:left}.grooming-benefit li{color:var(--text-light);padding:.5rem 0 .5rem 1.5rem;position:relative}.grooming-benefit li:before{color:var(--secondary-color);content:"✓";font-weight:700;left:0;position:absolute}.caregiver-section{background:var(--white)}.caregiver-content h2{color:var(--primary-color);margin-bottom:1.5rem}.caregiver-content p{color:var(--text-light);line-height:1.7;margin-bottom:1.5rem}.caregiver-benefits{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.benefit-item{align-items:center;background:var(--background-color);border-radius:var(--border-radius);display:flex;gap:1rem;padding:1rem}.benefit-item svg{color:var(--primary-color);font-size:1.2rem}.benefit-item span{color:var(--text-dark);font-weight:500}.cta-section{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:var(--white)}.cta-content h2{color:var(--white);margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (max-width:768px){.hygiene-importance{padding:1rem 0}.importance-intro{font-size:1.1rem;margin-bottom:2rem}.benefits-grid{gap:1.5rem;grid-template-columns:1fr}.hygiene-benefit-item{padding:1rem}.hygiene-benefit-icon{height:40px;width:40px}.service-locations{margin-top:1.5rem;padding:1.5rem}.service-locations p{font-size:1rem}.needs-content{padding:1.5rem}.needs-content h3{font-size:1.3rem}.needs-icon{font-size:2.5rem}.infection-stats{gap:1rem;grid-template-columns:1fr}.stat-item{padding:1rem}.stat-item h3{font-size:2rem}.stats-grid{grid-template-columns:1fr}.stat-card{padding:2rem 1.5rem}.stat-icon{font-size:2.5rem}.stat-card h3{font-size:2rem}.grooming-benefit{padding:1.5rem}.benefit-icon{font-size:2rem}.caregiver-benefits{gap:.8rem}.benefit-item{padding:.8rem}.cta-buttons{align-items:center;flex-direction:column}.cta-buttons .btn{max-width:300px;width:100%}}@media (max-width:480px){.grooming-intro{font-size:1rem}.stat-card h3{font-size:1.8rem}.grooming-benefit li{font-size:.9rem}}.why-img-real{border-radius:var(--border-radius);box-shadow:var(--shadow);display:block;height:100%;margin:0 auto;max-height:350px;max-width:100%;object-fit:cover;width:100%}@media (max-width:900px){.why-img-real{max-height:200px}}@media (max-width:600px){.why-img-real{max-height:120px}}.contact-info-section{background:var(--white)}.contact-card{padding:2.5rem 2rem;text-align:center}.contact-icon{color:var(--primary-color);font-size:3rem;margin-bottom:1.5rem}.contact-card h3{color:var(--primary-color);margin-bottom:1rem}.contact-card p{color:var(--text-light);margin-bottom:1rem}.contact-link{color:var(--primary-color);font-weight:600;text-decoration:none;transition:color .3s ease}.contact-link:hover{color:var(--secondary-color)}.contact-form-section{background:var(--background-color)}.contact-form-container h2{color:var(--primary-color);margin-bottom:1rem}.form-description{color:var(--text-light);line-height:1.6;margin-bottom:2rem}.contact-form{background:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow);padding:2rem}.form-group textarea{min-height:120px}.contact-details h2{color:var(--primary-color);margin-bottom:2rem}.detail-item{background:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow);display:flex;gap:1rem;margin-bottom:2rem;padding:1.5rem}.detail-icon{color:var(--primary-color);font-size:1.5rem;margin-top:.2rem}.detail-content h3{color:var(--primary-color);font-size:1.1rem;margin-bottom:.5rem}.detail-content p{color:var(--text-light);line-height:1.6;margin:0}.detail-content strong{color:var(--text-dark)}.map-section{background:var(--white)}.map-container{margin:0 auto;max-width:800px}.map-placeholder{background:var(--background-color);border:2px dashed var(--primary-color);border-radius:var(--border-radius);padding:4rem 2rem;text-align:center}.map-icon{color:var(--primary-color);font-size:4rem;margin-bottom:1rem}.map-placeholder p{color:var(--text-dark);font-size:1.2rem;margin-bottom:.5rem}.map-note{color:var(--text-light);font-size:1rem}@media (max-width:768px){.contact-card{padding:2rem 1.5rem}.contact-icon{font-size:2.5rem}.contact-form{padding:1.5rem}.detail-item{flex-direction:column;padding:1rem;text-align:center}.detail-icon{margin-bottom:.5rem;margin-top:0}.map-placeholder{padding:2rem 1rem}.map-icon{font-size:3rem}}@media (max-width:480px){.contact-form{padding:1rem}.form-group input,.form-group select,.form-group textarea{padding:.6rem}.map-placeholder p{font-size:1rem}}.form-section{background:var(--background-color)}.form-container{margin:0 auto;max-width:800px}.form-header{margin-bottom:3rem;text-align:center}.form-header h2{color:var(--primary-color);margin-bottom:1rem}.form-header p{color:var(--text-light);line-height:1.6}.interest-form{background:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow);padding:3rem}.form-section-group{border-bottom:1px solid #e5e7eb;margin-bottom:2.5rem;padding-bottom:2rem}.form-section-group:last-of-type{border-bottom:none}.form-section-group h3{color:var(--primary-color);font-size:1.3rem;margin-bottom:1.5rem}.form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-dark);display:block;font-weight:600;line-height:1.4;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:var(--white);border:2px solid #e5e7eb;border-radius:var(--border-radius);font-size:1rem;padding:.8rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #866baf1a;outline:none}.form-group textarea{min-height:100px;resize:vertical}.form-group select{cursor:pointer}.form-submit{border-top:1px solid #e5e7eb;margin-top:2rem;padding-top:2rem;text-align:center}.form-submit .btn{font-size:1.1rem;padding:1rem 2rem}.form-note{color:var(--text-light);font-size:.9rem;line-height:1.4;margin-top:1rem}.success-section{background:var(--white)}.success-content{margin:0 auto;max-width:600px}.success-icon{color:var(--secondary-color);font-size:4rem;margin-bottom:1.5rem}.success-content h2{color:var(--primary-color);margin-bottom:1rem}.success-content p{color:var(--text-light);line-height:1.6;margin-bottom:2rem}.success-details{background:var(--background-color);border-radius:var(--border-radius);margin-bottom:2rem;padding:2rem;text-align:left}.success-details p{color:var(--text-dark);font-weight:600;margin-bottom:1rem}.success-details ul{list-style:none;padding:0}.success-details li{color:var(--text-light);padding:.5rem 0 .5rem 1.5rem;position:relative}.success-details li:before{color:var(--secondary-color);content:"✓";font-weight:700;left:0;position:absolute}@media (max-width:768px){.interest-form{padding:2rem}.form-section-group{margin-bottom:2rem;padding-bottom:1.5rem}.form-section-group h3{font-size:1.2rem}.form-grid{gap:1rem;grid-template-columns:1fr}.form-group{margin-bottom:1rem}.form-group input,.form-group select,.form-group textarea{padding:.7rem}.form-submit .btn{font-size:1rem;padding:.8rem 1.5rem}.success-icon{font-size:3rem}.success-details{padding:1.5rem}}@media (max-width:480px){.interest-form{padding:1.5rem}.form-header{margin-bottom:2rem}.form-section-group{margin-bottom:1.5rem;padding-bottom:1rem}.form-group input,.form-group select,.form-group textarea{font-size:.9rem;padding:.6rem}.form-group label{font-size:.9rem}.success-content h2{font-size:1.5rem}.success-details{padding:1rem}}.featured-post-section{background:var(--white)}.featured-post{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr;padding:3rem}.featured-post-content h2{color:var(--primary-color);font-size:1.8rem;margin-bottom:1rem}.featured-post .excerpt{color:var(--text-light);line-height:1.6;margin-bottom:1.5rem}.post-meta{display:flex;gap:1rem;margin-bottom:1rem}.category{background:var(--secondary-color);border-radius:20px;color:var(--text-dark);font-size:.8rem;font-weight:600;padding:.3rem .8rem}.date{color:var(--text-light);font-size:.9rem}.post-footer{justify-content:space-between;margin-bottom:1.5rem}.author,.post-footer{align-items:center;display:flex}.author{gap:.5rem}.author,.read-time{color:var(--text-light);font-size:.9rem}.featured-post-image{align-items:center;display:flex;justify-content:center}.featured-post .btn{align-items:center;display:flex;gap:.5rem}.blog-posts-section{background:var(--background-color)}.blog-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.blog-card{overflow:hidden;transition:transform .3s ease}.blog-card:hover{transform:translateY(-5px)}.blog-card-image{height:200px;overflow:hidden}.blog-card-content{padding:2rem}.blog-card-content h3{color:var(--primary-color);font-size:1.3rem;margin-bottom:1rem}.blog-card .excerpt{color:var(--text-light);line-height:1.6;margin-bottom:1.5rem}.blog-card .btn{align-items:center;display:flex;gap:.5rem;margin-top:1rem}.newsletter-section{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:var(--white)}.newsletter-icon{font-size:3rem;margin-bottom:1.5rem;opacity:.8}.newsletter-content h2{color:var(--white);margin-bottom:1rem}.newsletter-content p{font-size:1.1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.newsletter-form{display:flex;gap:1rem;margin:0 auto 1rem;max-width:500px}.newsletter-input{border:none;border-radius:var(--border-radius);flex:1 1;font-size:1rem;padding:.8rem}.newsletter-input:focus{box-shadow:0 0 0 3px #fff3;outline:none}.newsletter-note{font-size:.9rem;opacity:.7}.categories-section{background:var(--white)}.categories-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.category-card{background:var(--background-color);border-radius:var(--border-radius);padding:2.5rem 2rem;text-align:center;transition:transform .3s ease}.category-card:hover{transform:translateY(-5px)}.category-card svg{color:var(--primary-color);font-size:3rem;margin-bottom:1.5rem}.category-card h3{color:var(--primary-color);margin-bottom:1rem}.category-card p{color:var(--text-light);line-height:1.6}@media (max-width:768px){.featured-post{gap:2rem;grid-template-columns:1fr;padding:2rem}.featured-post-content h2{font-size:1.5rem}.blog-grid{grid-template-columns:1fr}.blog-card-content{padding:1.5rem}.blog-card-content h3{font-size:1.2rem}.newsletter-form{flex-direction:column;gap:.5rem}.newsletter-input{width:100%}.categories-grid{grid-template-columns:1fr}.category-card{padding:2rem 1.5rem}.category-card svg{font-size:2.5rem}}@media (max-width:480px){.featured-post{padding:1.5rem}.featured-post-content h2{font-size:1.3rem}.post-footer,.post-meta{flex-direction:column;gap:.5rem}.post-footer{align-items:flex-start}.blog-card-image{height:150px}.newsletter-content h2{font-size:1.5rem}.newsletter-content p{font-size:1rem}}.blog-img-real{border-radius:var(--border-radius);box-shadow:var(--shadow);display:block;height:100%;margin:0 auto;max-height:250px;max-width:100%;object-fit:cover;width:100%}@media (max-width:900px){.blog-img-real{max-height:150px}}@media (max-width:600px){.blog-img-real{max-height:90px}}
/*# sourceMappingURL=main.a2c7d0d0.css.map*/