@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=Outfit:wght@400;700&display=swap";:root{--bg-color:#f9f8f6;--surface-color:#fff;--surface-color-glass:#ffffffd9;--text-primary:#2c2c2c;--text-secondary:#5e5e5e;--text-muted:#888;--accent-pink:#c94a7a;--accent-green:#678c3c;--accent-yellow:#d19a22;--accent-blue:#3b88c3;--accent-orange:#d16b32;--accent-purple:#865ba6;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text-primary);background-color:var(--bg-color);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.6}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);min-height:100vh;margin:0}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-family:Outfit,sans-serif;line-height:1.2}a{color:var(--accent-blue);text-decoration:none;transition:opacity .3s}a:hover{opacity:.8}.glass-panel{background:var(--surface-color-glass);-webkit-backdrop-filter:blur(12px);border:1px solid #0000000d;border-radius:16px;box-shadow:0 4px 20px #0000000d}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--accent-blue);color:#fff}.btn-primary:hover{background-color:#2c6ca1;transform:translateY(-2px)}.btn-secondary{color:var(--text-primary);border:1px solid var(--accent-blue);background-color:#0000}.btn-secondary:hover{background-color:#3b88c31a;transform:translateY(-2px)}.btn-accent{background-color:var(--accent-green);color:#1e1e1e}.btn-accent:hover{background-color:#c4dcb7;transform:translateY(-2px)}.container{max-width:1100px;margin:0 auto;padding:0 2rem}.section{padding:6rem 0}.section-title{text-align:center;color:var(--accent-blue);margin-bottom:3rem;font-size:2.5rem}.text-gradient{background:linear-gradient(90deg, var(--accent-blue), var(--accent-green));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-gradient-pink{background:linear-gradient(90deg, var(--accent-pink), var(--accent-orange));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{opacity:0;animation:.8s forwards fadeIn}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.4s}.delay-3{animation-delay:.6s}.hero-section{align-items:center;min-height:100vh;padding:6rem 0;display:flex;position:relative;overflow:hidden}.hero-content{z-index:1;justify-content:space-between;align-items:center;gap:4rem;width:100%;display:flex}.hero-text{max-width:600px}.hero-image-container{flex-shrink:0;justify-content:center;align-items:center;display:flex}.hero-image{object-fit:cover;border:4px solid var(--accent-pink);border-radius:50%;width:350px;height:350px;transition:transform .3s}.hero-image:hover{transform:scale(1.02)}.badge{color:var(--accent-green);border:1px solid var(--accent-green);letter-spacing:1px;text-transform:uppercase;background-color:#678c3c1a;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.9rem;font-weight:600;display:inline-block}.hero-title{letter-spacing:-1px;margin-bottom:.5rem;font-size:4.5rem;font-weight:800}.hero-subtitle{color:var(--text-primary);margin-bottom:1.5rem;font-size:2.5rem;font-weight:600}.hero-description{color:var(--text-secondary);max-width:600px;margin-bottom:2.5rem;font-size:1.25rem}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}@media (width<=992px){.hero-content{text-align:center;flex-direction:column-reverse;gap:3rem}.hero-actions{justify-content:center}.hero-image{width:280px;height:280px}.hero-description{margin:0 auto 2.5rem}}@media (width<=768px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.8rem}}.about-section{z-index:2;position:relative}.about-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}@media (width<=992px){.about-grid{grid-template-columns:repeat(2,1fr)}.about-card:last-child{grid-column:1/-1;width:100%;max-width:calc(50% - 1rem);margin:0 auto}}@media (width<=768px){.about-grid{grid-template-columns:1fr}.about-card:last-child{grid-column:auto;max-width:100%}}.about-card{padding:2.5rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.about-card:before{content:"";background:linear-gradient(90deg, var(--accent-blue), #2c6ca1);opacity:0;width:100%;height:4px;transition:opacity .3s;position:absolute;top:0;left:0}.about-card:hover{background-color:var(--surface-color);transform:translateY(-5px)}.about-card:hover:before{opacity:1}.icon-wrapper{background-color:#00000008;border-radius:12px;margin-bottom:1.5rem;padding:1rem;display:inline-flex}.about-card h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.about-text{color:var(--text-secondary);font-size:1.05rem;line-height:1.6}.services-section{z-index:2;background-color:#00000005;position:relative}.services-grid{flex-direction:column;gap:2rem;max-width:900px;margin:0 auto;display:flex}.service-card{border-left:4px solid #0000;align-items:flex-start;gap:2rem;padding:3rem;transition:transform .3s,border-color .3s,background-color .3s;display:flex}.service-card:hover{border-left-color:var(--accent-blue);background-color:#fff;transform:translate(10px)}.service-header{text-align:center;flex-direction:column;align-items:center;gap:1rem;min-width:150px;display:flex}.service-header h3{color:var(--text-primary);margin:0;font-size:1.3rem}.service-card p{color:var(--text-secondary);flex-grow:1;padding-top:.5rem;font-size:1.15rem;line-height:1.7}@media (width<=768px){.service-card{text-align:center;flex-direction:column;align-items:center;padding:2rem}.service-card:hover{border-left-color:#0000;border-bottom:4px solid var(--accent-pink);transform:translateY(-5px)translate(0)}}.newsletter-section{z-index:2;padding:4rem 0 8rem;position:relative}.newsletter-card{text-align:center;border-top:4px solid var(--accent-blue);max-width:800px;margin:0 auto;padding:4rem 3rem}.newsletter-content{flex-direction:column;align-items:center;display:flex}.icon-wrapper.bg-pink{background-color:var(--accent-pink)}.newsletter-section .section-title{color:var(--text-primary);margin-top:1rem;margin-bottom:1.5rem}.newsletter-description{color:var(--text-secondary);max-width:600px;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.6}.newsletter-action{width:100%}.newsletter-action .btn{padding:1rem 2rem;font-size:1.1rem}.footer{z-index:2;background-color:#f0eee9;border-top:1px solid #0000000d;padding:4rem 0 2rem;position:relative}.footer-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:3rem;display:flex}.footer-name{margin-bottom:.5rem;font-size:2rem;font-weight:800}.footer-title{color:var(--text-muted);font-size:1rem}.footer-links{gap:2rem;display:flex}.footer-link{color:var(--text-secondary);background-color:#00000008;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:600;transition:all .3s;display:flex}.footer-link:hover{color:#fff;background-color:var(--accent-blue);transform:translateY(-3px)}.footer-bottom{text-align:center;color:var(--text-muted);border-top:1px solid #0000000d;padding-top:2rem;font-size:.9rem}@media (width<=768px){.footer-container{text-align:center;flex-direction:column;justify-content:center}.footer-links{justify-content:center}}
