*{margin:0;padding:0;box-sizing:border-box}:root{--primary-purple: #a2abb3;--primary-blue: #4c6a9b;--text-dark: #1a1a1a;--text-gray: #666;--bg-light: #fafafa}body{font-family:Agdasima,sans-serif;font-size:18px;background-color:#fff;color:var(--text-dark);line-height:1.6;overflow-x:hidden}.preloader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#a9a9a9;z-index:9999}#app{width:100%;max-width:100%;margin:0;padding:0}.header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:2rem 3rem;position:relative;overflow:hidden}.logo{padding:10px;width:240px;transition:width .3s ease-in-out,padding .3s ease-in-out}.logo:hover{padding:10px;width:220px;transform:translateY(-2px)}.header-right{display:flex;flex-direction:row;align-items:flex-end;margin-top:8rem;gap:3.5rem}.nav-link{text-decoration:none;color:#333;font-size:1.5rem;font-weight:500;transition:color .3s ease;cursor:pointer}.nav-link:hover{color:#666}.logo_text{padding-bottom:1rem;width:300px;height:auto;z-index:10}.cta-button{background-color:var(--primary-purple);color:#fff;border:none;padding:.75rem 1rem;border-radius:25px;font-weight:600;font-size:1rem;cursor:pointer;text-decoration:none;letter-spacing:.05em}.cta-button:hover{position:relative;top:-10px;transform:translateY(-2px);box-shadow:0 4px 12px #4338ca4d}.hero-content{text-align:center;padding:4rem 2rem;position:relative;max-width:900px;margin:0 auto;z-index:1}.fullscreen-image{width:100vw;height:100vh;position:relative;overflow:hidden;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);left:0;right:0}.fullscreen-image img{width:100%;height:100%;object-fit:cover;display:block;will-change:transform}.hero-text{font-size:1.25rem;width:80%;margin-left:auto;margin-right:auto;line-height:1.7;margin-bottom:1.1rem;color:var(--text-dark)}.content-section{text-align:center;padding:4rem 2rem;max-width:80%;margin:0 auto}.section-title{font-family:Barrio,system-ui;font-size:8rem;margin-bottom:2rem;color:var(--text-dark);line-height:1.2}.section-text{font-size:1.25rem;line-height:1.8;margin-bottom:2rem;width:60%;margin-left:auto;margin-right:auto;color:var(--text-dark)}.features-section{padding:4rem 2rem;max-width:1200px;margin:0 auto;text-align:center}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:3rem 0;max-width:900px;margin-left:auto;margin-right:auto}.feature-card{padding:2rem;text-align:center}.feature-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.feature-card p{font-size:1.15rem;line-height:1.6;color:var(--text-gray)}.footer{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;padding:4rem 2rem;background-color:var(--bg-light);margin-top:4rem;align-items:center;justify-items:center;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);left:0;right:0;position:relative}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-column-address{text-align:left}.footer-column-links,.footer-column-logo{text-align:left;align-items:flex-start}.footer-logo-img{width:200px;height:auto;transition:all .3s ease-in-out}.footer-logo-img:hover{transform:translateY(-2px) scale(.95)}.footer h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.footer-text{font-size:1.25rem;line-height:1.8;color:var(--text-dark);margin:0}.footer-link{font-size:1.25rem;color:var(--text-dark);text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--primary-purple);text-decoration:underline}.footer-phone-link{font-size:inherit;color:var(--text-dark);text-decoration:none;transition:color .2s}.footer-phone-link:hover{color:var(--primary-purple);text-decoration:underline}.footer-address-link{font-size:inherit;color:var(--text-dark);text-decoration:none}.footer-address-link:hover{color:var(--primary-purple);text-decoration:underline}.logo-link{text-decoration:none;display:inline-block;position:relative}.header-logo-animate{display:block;will-change:transform,opacity;opacity:0;transform:translate(-1000px) rotate(180deg)}.logo-text-animate{opacity:0;transform:translate(1000px)}.header-nav-animate{opacity:0}.contact-section{margin-bottom:4rem;width:70%;margin-left:auto;margin-right:auto}.contact-section:last-child{margin-bottom:0}.contact-info{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:2rem;max-width:1000px;margin:2rem auto;flex-wrap:wrap}.contact-item{text-align:center;flex:1;min-width:200px}.contact-item .section-text strong{display:block;margin-bottom:.5rem}.contact-link{color:var(--text-dark);text-decoration:none;transition:color .2s}.contact-link:hover{color:var(--primary-purple);text-decoration:underline}.map-container{margin:2rem auto;width:1000px;max-width:100%;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;display:block}.opening-hours{display:flex;flex-direction:column;gap:1rem;max-width:500px;margin:2rem auto;text-align:left}.hours-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e0e0e0}.hours-item:last-child{border-bottom:none}.hours-day{font-weight:700;font-size:1.25rem;color:var(--text-dark)}.hours-time{font-size:1.25rem;color:var(--text-gray)}.privacy-content,.legal-content{max-width:800px;margin:0 auto;text-align:left}.privacy-section,.legal-section{margin-bottom:3rem}.privacy-list,.legal-list{list-style-position:inside;margin-top:1rem;padding-left:0}.privacy-list li,.legal-list li{margin-bottom:.75rem;font-size:1.25rem;line-height:1.8;color:var(--text-dark)}.faq-section{padding:4rem 2rem;max-width:900px;margin:0 auto;text-align:center}.faq-container{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.faq-item{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff;transition:box-shadow .2s}.faq-item:hover{box-shadow:0 2px 8px #0000001a}.faq-question{width:100%;padding:1.5rem;text-align:left;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:Agdasima,sans-serif;font-size:1.25rem;font-weight:700;color:var(--text-dark);transition:background-color .2s}.faq-question:hover{background-color:#f5f5f5}.faq-question span:first-child{flex:1;text-align:left}.faq-icon{font-size:1.5rem;font-weight:400;color:var(--primary-purple);transition:transform .3s;margin-left:1rem;flex-shrink:0}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out,padding .3s ease-out;padding:0 1.5rem}.faq-item.active .faq-answer{max-height:500px;padding:0 1.5rem 1.5rem}.faq-answer p{font-size:1.1rem;line-height:1.8;color:var(--text-gray);margin:0;padding-top:1rem}@media(max-width:1024px){.header{padding:1.5rem 2rem;flex-direction:column;gap:1.5rem;align-items:center}.logo{width:140px;padding:0}.header-right{margin-top:0;gap:2rem;align-items:center;justify-content:center;width:100%;order:3}.nav-link{font-size:1.2rem;padding:.5rem 1rem;min-height:44px;display:flex;align-items:center}.logo_text{width:200px;height:auto;padding-bottom:1rem;order:2}.content-section{text-align:center;padding:4rem 2rem;max-width:1000px;margin:0 auto}.section-text{font-size:1.25rem;line-height:1.8;margin-bottom:2rem;width:70%;margin-left:auto;margin-right:auto;color:var(--text-dark)}}@media(max-width:768px){.header{padding:1rem 1.5rem;flex-direction:column;gap:0rem;align-items:center}.logo{width:200px;padding:0}.logo:hover{width:150px;transform:translateY(-2px)}.logo_text{width:200px;height:auto;padding-top:1rem;padding-bottom:.1 rem;order:2}.header-right{margin-top:0;gap:1.5rem;align-items:center;justify-content:center;width:100%;order:3}.nav-link{font-size:1.5rem;padding:1.5rem;min-height:44px;display:flex;align-items:center}.map-container{margin:1rem 0}.map-container iframe{height:300px}.cta-button{padding:.5rem 1rem;font-size:.75rem}.content-section{padding:2rem 1.5rem}.section-title{margin-top:1rem;font-size:5rem}.image-overlay-text{padding:1rem 1.5rem;width:100%}.image-overlay-text .section-title{font-size:4rem}.image-offset-right{object-position:15% center}.image-offset-left{object-position:80% center}.section-text{font-size:1.25rem;line-height:1.8;margin-bottom:2rem;width:100%;margin-left:auto;margin-right:auto;color:var(--text-dark)}.features-section{padding:3rem 2rem;margin:0 auto;text-align:center}.features-grid{grid-template-columns:1fr;gap:1.5rem}.footer{grid-template-columns:1fr 1fr;grid-template-areas:"address links" "logo logo";text-align:left;gap:2rem;padding:3rem 2rem}.footer-column-address{grid-area:address;text-align:left}.footer-column-links{grid-area:links;text-align:left}.footer-column-logo{grid-area:logo;text-align:center;align-items:center;justify-self:center;margin-top:1rem}}@media(max-width:480px){.header{padding:1rem;flex-direction:column;gap:1rem}.logo{width:140px;padding:2px}.header-right{margin-top:0;gap:1rem;flex-direction:row;flex-wrap:wrap;justify-content:center}.nav-link{font-size:1.5rem;padding:.5rem .75rem;min-height:44px}.logo_text{width:260px;padding-bottom:.5rem}.cta-button{padding:1rem 2rem;font-size:1.3rem}.hero{padding:2rem 1rem}.hero-content{padding:1rem 1rem 2rem}.content-section{padding:2rem 1rem}.section-title{font-size:3.75rem}.features-section{padding:2em .3rem}.footer{grid-template-columns:1fr 1fr;grid-template-areas:"address links" "logo logo";padding:2rem 1rem;gap:1.5rem}.footer-column-address{grid-area:address}.footer-column-links{grid-area:links}.footer-column-logo{grid-area:logo;text-align:center;justify-self:center;margin-top:1rem}.footer-logo-img{width:150px}.footer-text,.footer-link{font-size:1rem}.contact-info{flex-direction:column;gap:1.5rem}.contact-item{min-width:100%}.opening-hours{max-width:100%}.hours-item{flex-direction:column;align-items:flex-start;gap:.5rem}.map-container{margin:1rem 0}}
