@charset "UTF-8";.header{position:fixed;top:0;left:0;right:0;background:rgba(254,254,254,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:.3s ease;border-bottom:1px solid rgba(116,138,158,.1)}.header--scrolled{background:rgba(254,254,254,.98);box-shadow:0 4px 20px #748a9e26}.header__content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.header__logo h2{color:#748a9e;font-family:Playfair Display,serif;margin:0;font-size:1.8rem}.header__nav-list{display:flex;list-style:none;gap:2rem;margin:0}.header__nav-list button{background:none;border:none;color:#4e5a65;font-size:1rem;font-weight:500;cursor:pointer;transition:.2s ease;padding:.5rem 0}.header__nav-list button:hover{color:#748a9e}.header__contact{display:flex;gap:1rem}.header__contact-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#748A9E;color:#fff;border-radius:50%;transition:.2s ease;text-decoration:none}.header__contact-icon:hover{background:#4E5A65;transform:translateY(-2px)}.header__mobile-toggle{display:none;background:none;border:none;color:#748a9e;cursor:pointer}@media (max-width: 768px){.header__nav{position:absolute;top:100%;left:0;right:0;background:white;transform:translateY(-100%);opacity:0;visibility:hidden;transition:.3s ease;box-shadow:0 4px 20px #748a9e26}.header__nav--open{transform:translateY(0);opacity:1;visibility:visible}.header__nav-list{flex-direction:column;padding:2rem;gap:1rem}.header__nav-list button{font-size:1.1rem;padding:1rem 0;text-align:left}.header__contact{display:none}.header__mobile-toggle{display:block}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hero__background{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,rgba(255,255,255,.5),rgba(255,255,255,.25)),url(https://images.unsplash.com/photo-1519741497674-611481863552?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80);background-size:cover;background-position:center}.hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(254,254,254,.1)}.hero__content{position:relative;z-index:2;color:#fff;max-width:800px}.hero__title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.1)}.hero__title--accent{color:#4e5a65;position:relative;font-family:Qwitcher Grypen,Playfair Display,serif;font-size:clamp(5rem,6vw,8rem);line-height:40%}.hero__subtitle{font-size:clamp(1.1rem,2vw,1.3rem);padding-top:1rem;margin-bottom:2.5rem;opacity:.95;line-height:1.6}.hero__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.hero__buttons{flex-direction:column;align-items:center}}.hero__scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);background:rgba(255,255,255,.2);border:2px solid rgba(255,255,255,.3);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s ease;animation:bounce 2s infinite}.hero__scroll-indicator:hover{background:rgba(255,255,255,.3);transform:translate(-50%) translateY(-5px)}@media (max-width: 768px){.hero__scroll-indicator{bottom:1rem}}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.gallery__header{text-align:center;margin-bottom:3rem}.gallery__header h2{color:#fff;margin-bottom:1rem}.gallery__header p{color:#ffffffe6;font-size:1.2rem;max-width:600px;margin:0 auto 2rem}.gallery__filters{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}@media (max-width: 480px){.gallery__filters{gap:.5rem}}.gallery__filter{padding:.75rem 1.5rem;border:2px solid rgba(255,255,255,.3);background:transparent;color:#fff;border-radius:8px;font-weight:500;cursor:pointer;transition:.2s ease}.gallery__filter:hover,.gallery__filter--active{background:#748A9E;color:#fff}@media (max-width: 480px){.gallery__filter{padding:.5rem 1rem;font-size:.9rem}}.gallery__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3rem;position:relative}@media (max-width: 768px){.gallery__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}}.gallery__item{position:relative;aspect-ratio:4/3;border-radius:12px;overflow:hidden;cursor:pointer;transition:.3s ease;background:white}.gallery__item:hover{transform:translateY(-5px);box-shadow:0 8px 30px #4e5a6533}.gallery__item:hover .gallery__overlay{opacity:1}.gallery__image-placeholder{width:100%;height:100%;background-position:center;background-size:cover;display:flex;align-items:center;justify-content:center;color:#000;font-weight:500;text-align:center;padding:1rem;cursor:pointer}.gallery__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(78,90,101,.8);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500;opacity:0;transition:.2s ease}.gallery__modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);align-items:center;justify-content:center;z-index:2000;padding:2rem;display:flex}@media (max-width: 768px){.gallery__modal{padding:1rem}}.gallery__modal-content{position:relative;width:100%;height:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:column}.gallery__modal-close{position:absolute;right:0;background:rgba(255,255,255,.2);border:none;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s ease;z-index:1}.gallery__modal-close:hover{background:rgba(255,255,255,.3)}.gallery__modal-image{height:100%;width:100%;border-radius:12px;overflow:hidden}.gallery__modal-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;font-weight:500;text-align:center}.gallery__modal-placeholder img{max-width:100%;max-height:100%;border-radius:12px}.gallery__modal-desc{padding:20px 0;display:flex;justify-content:center;width:100%}.gallery__modal-nav{background:rgba(255,255,255,.2);border:none;color:#fff;width:50px;height:50px;min-width:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s ease}.gallery__modal-nav:hover{background:rgba(255,255,255,.3)}@media (max-width: 768px){.gallery__modal-nav--prev{width:40px;height:40px;min-width:40px}}@media (max-width: 768px){.gallery__modal-nav--next{width:40px;height:40px;min-width:40px}}@media (max-width: 768px){.gallery__modal-nav{width:40px;height:40px}}.gallery__modal-info{display:flex;justify-content:center;align-items:center;padding:0 20px;width:450px;text-align:center}@media (max-width: 1024px){.gallery__modal-info{width:60%}}.gallery__modal-info h3{color:#fff;margin:0;font-size:1.2rem}.gallery__pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.gallery__pagination button{padding:.5rem 1rem;border:none;background-color:#748a9e;color:#fff;border-radius:8px;cursor:pointer;transition:background-color .3s}.gallery__pagination button:disabled{background-color:#ced6dd;cursor:not-allowed}.gallery__pagination button:hover:not(:disabled){background-color:#5c7083}.gallery__pagination span{font-weight:600}.faq__header{text-align:center;margin-bottom:3rem}.faq__header h2{color:#748a9e;margin-bottom:1rem}.faq__header p{font-size:1.2rem;color:#748a9e;max-width:600px;margin:0 auto}.faq__list{max-width:800px;margin:0 auto}.faq__item{background:white;border-radius:12px;margin-bottom:1rem;box-shadow:0 2px 10px #748a9e1a;overflow:hidden;transition:.3s ease}.faq__item:hover,.faq__item--active{box-shadow:0 4px 20px #748a9e26}.faq__question{width:100%;padding:1.5rem 2rem;background:none;border:none;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-size:1.1rem;font-weight:600;color:#4e5a65;transition:.2s ease}.faq__question:hover{background:rgba(116,138,158,.02)}.faq__question span{flex:1;text-align:left}@media (max-width: 768px){.faq__question{padding:1.25rem 1.5rem;font-size:1rem}}@media (max-width: 480px){.faq__question{padding:1rem;font-size:.95rem}}.faq__icon{color:#748a9e;transition:.2s ease;flex-shrink:0;margin-left:1rem}@media (max-width: 480px){.faq__icon{margin-left:.5rem}}.faq__item--active .faq__icon{transform:rotate(180deg)}.faq__answer{padding:0 2rem 2rem;animation:slideDown .3s ease}.faq__answer p{margin:0;color:#4e5a65;line-height:1.6;font-size:1rem}@media (max-width: 768px){.faq__answer{padding:0 1.5rem 1.5rem}}@media (max-width: 480px){.faq__answer{padding:0 1rem 1rem}}.faq__contact{text-align:center;margin-top:4rem;padding:2rem;background:#B5C9D5;border-radius:12px}.faq__contact p{font-size:1.2rem;color:#4e5a65;margin-bottom:1.5rem}@media (max-width: 768px){.faq__contact{padding:1.5rem;margin-top:3rem}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.contact__header{text-align:center;margin-bottom:4rem}.contact__header h2{color:#fff;margin-bottom:1rem}.contact__header p{color:#ffffffe6;font-size:1.2rem}.contact__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1000px;margin:0 auto}@media (max-width: 1024px){.contact__content{gap:3rem}}@media (max-width: 768px){.contact__content{grid-template-columns:1fr;gap:2rem}}.contact__info{display:flex;flex-direction:column;gap:2rem}@media (max-width: 768px){.contact__info{gap:1.5rem}}.contact__info-item{display:flex;align-items:flex-start;gap:1rem;background:rgba(255,255,255,.06);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.8)}.contact__info-item h3{color:#fff;margin:0 0 .5rem;font-size:1.2rem}.contact__info-item p,.contact__info-item a{color:#fff;margin:0 0 .25rem;font-weight:500}.contact__info-item a{cursor:pointer;text-decoration:none}.contact__info-item small{color:#fff;font-size:.9rem}@media (max-width: 768px){.contact__info-item{padding:1.25rem}}@media (max-width: 480px){.contact__info-item{padding:1rem}}.contact__info-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:white;color:#748a9e;border-radius:50%;flex-shrink:0}@media (max-width: 480px){.contact__info-icon{width:40px;height:40px}}.contact__social{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.2)}.contact__social h3{color:#fff;margin:0 0 1rem;font-size:1.2rem}.contact__social-links{display:flex;gap:1rem}@media (max-width: 768px){.contact__social-links{flex-direction:column}}.contact__social-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;text-decoration:none;font-weight:500;transition:.2s ease}.contact__social-link:hover{transform:translateY(-2px);box-shadow:0 4px 20px #748a9e26}.contact__social-link--whatsapp{background:#25D366;color:#fff}.contact__social-link--messenger{background:#0084FF;color:#fff}.contact__form{background:white;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #748a9e26}.contact__form h3{color:#748a9e;margin:0 0 2rem;font-size:1.5rem}@media (max-width: 768px){.contact__form{padding:1.5rem}}.contact__form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}@media (max-width: 768px){.contact__form-row{grid-template-columns:1fr}}.contact__form-group{margin-bottom:1rem}.contact__form-group label{display:block;margin-bottom:.5rem;color:#4e5a65;font-weight:500}.contact__form-group input,.contact__form-group select,.contact__form-group textarea{width:100%;padding:.75rem;border:2px solid rgba(116,138,158,.2);border-radius:8px;font-size:1rem;transition:.2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.contact__form-group input:focus,.contact__form-group select:focus,.contact__form-group textarea:focus{outline:none;border-color:#748a9e;box-shadow:0 0 0 3px #748a9e1a}.contact__form-group textarea{resize:vertical;min-height:120px}.contact__form-submit{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem}.contact__form-submit:disabled{opacity:.7;cursor:not-allowed}.footer{background:#4E5A65;color:#fff;padding:3rem 0 1rem}.footer__content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}@media (max-width: 1024px){.footer__content{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 768px){.footer__content{grid-template-columns:1fr;gap:2rem}}.footer__section h3{color:#beb8b1;margin-bottom:1rem;font-size:1.5rem;font-family:Playfair Display,serif}.footer__section h4{color:#beb8b1;margin-bottom:1rem;font-size:1.2rem}.footer__section p{color:#fffc;line-height:1.6;margin-bottom:1.5rem}.footer__section ul{list-style:none;padding:0}.footer__section ul li{margin-bottom:.5rem}.footer__section ul li button{background:none;border:none;color:#fffc;cursor:pointer;transition:.2s ease;padding:0;text-align:left;font-size:1rem}.footer__section ul li button:hover{color:#beb8b1}.footer__contact-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:#ffffffe6}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}@media (max-width: 768px){.footer__bottom{flex-direction:column;text-align:center;gap:1rem}}.footer__bottom-content p{margin:0;color:#ffffffb3}.footer__made-with{display:flex;align-items:center;gap:.25rem;margin-top:.5rem}.footer__heart{color:#ff6b6b;animation:heartbeat 1.5s ease-in-out infinite}.footer__back-to-top{background:#748A9E;color:#fff;border:none;padding:.75rem 1rem;border-radius:8px;cursor:pointer;transition:.2s ease;font-weight:500}.footer__back-to-top:hover{background:#B5C9D5;transform:translateY(-2px)}@media (max-width: 768px){.footer{padding:2rem 0 1rem}.footer__content{gap:1.5rem}}@keyframes heartbeat{0%,50%,to{transform:scale(1)}25%,75%{transform:scale(1.1)}}.services{background:#FEFEFE}.services__header{text-align:center;margin-bottom:3rem}.services__header h2{color:#748a9e;margin-bottom:1rem}.services__header p{font-size:1.2rem;color:#748a9e;margin:0 auto}.services__header p:last-of-type{margin:0 auto 2rem}.services__filters{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.services__filter{padding:.75rem 1.5rem;border:2px solid #748A9E;background:transparent;color:#748a9e;border-radius:8px;font-weight:500;cursor:pointer;transition:.2s ease}.services__filter:hover,.services__filter--active{background:#748A9E;color:#fff}.services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}@media (max-width: 768px){.services__grid{grid-template-columns:1fr;gap:1.5rem}}.services__item{background:white;border-radius:12px;box-shadow:0 2px 10px #748a9e1a;transition:.3s ease;border:2px solid transparent}.services__item:hover{box-shadow:0 4px 20px #748a9e26;transform:translateY(-5px);border-color:#748a9e}.services__card{padding:2rem;text-align:center;cursor:pointer;height:100%;display:flex;flex-direction:column;justify-content:space-between}@media (max-width: 768px){.services__card{padding:1.5rem}}.services__icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#748A9E,#B5C9D5);color:#fff;border-radius:50%;margin:0 auto 1.5rem}@media (max-width: 768px){.services__icon{width:60px;height:60px}}.services__card h3{color:#748a9e;margin-bottom:1rem;font-size:1.25rem}.services__short-description{color:#4e5a65;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.services__read-more{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#748a9e;font-weight:500;transition:.2s ease}.services__read-more:hover{color:#4e5a65;transform:translateY(-2px)}.services__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(78,90,101,.8);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeIn .3s ease-out}@media (max-width: 768px){.services__modal-overlay{padding:2rem 1rem 1rem;align-items:flex-start}}.services__modal{background:white;border-radius:12px;box-shadow:0 8px 30px #4e5a6533;max-width:1000px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .4s ease-out}@media (max-width: 768px){.services__modal{max-height:85vh;margin-bottom:2rem}}.services__modal-header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:1px solid rgba(116,138,158,.1);background:linear-gradient(135deg,#B5C9D5,rgba(181,201,213,.3))}@media (max-width: 768px){.services__modal-header{padding:1.5rem}}.services__modal-title{display:flex;align-items:center;gap:1rem}.services__modal-title h2{color:#748a9e;margin:0;font-size:1.75rem}@media (max-width: 768px){.services__modal-title h2{font-size:1.5rem}}.services__modal-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,#748A9E,#B5C9D5);color:#fff;border-radius:50%}@media (max-width: 768px){.services__modal-icon{width:50px;height:50px}}.services__modal-close{background:rgba(78,90,101,.1);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#748a9e;transition:.2s ease}.services__modal-close:hover{background:#748A9E;color:#fff;transform:scale(1.1)}.services__modal-content{padding:2rem}@media (max-width: 768px){.services__modal-content{padding:1.5rem}}.services__modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}@media (max-width: 768px){.services__modal-grid{grid-template-columns:1fr;gap:1.5rem}}.services__modal-description h3,.services__modal-features h3{color:#748a9e;font-size:1.25rem;margin-bottom:1rem}.services__modal-description p,.services__modal-features p{color:#4e5a65;line-height:1.6;margin-bottom:0}.services__modal-description ul,.services__modal-features ul{list-style:none;padding:0;margin:0}.services__modal-description ul li,.services__modal-features ul li{color:#4e5a65;line-height:1.5;position:relative;padding:.2rem 0 .2rem 1.5rem}.services__modal-description ul li:before,.services__modal-features ul li:before{content:"•";color:#748a9e;font-weight:700;position:absolute;top:0;left:0;font-size:1.2rem}.services__modal-images{margin-bottom:2rem}.services__modal-images h3{color:#748a9e;font-size:1.25rem;margin-bottom:1rem}.services__images{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.services__image-placeholder{padding:0;background-size:cover;border-radius:8px;color:#748a9e;font-weight:500;text-align:center;font-size:1rem;border:1px solid rgba(116,138,158,.1)}.services__image-placeholder img{width:100%;height:auto;border-radius:8px}.services__modal-actions{display:flex;gap:1rem;justify-content:center}@media (max-width: 768px){.services__modal-actions{flex-direction:column}}.services__footer{margin-top:4rem;text-align:center}.services__custom{background:rgba(181,201,213,.1);border-radius:12px;padding:3rem 2rem;border:1px solid rgba(116,138,158,.1)}.services__custom h3{color:#748a9e;margin-bottom:1rem;font-size:1.75rem}.services__custom p{color:#4e5a65;margin-bottom:2rem;font-size:1.125rem;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.services__custom{padding:2rem 1rem}.services__custom h3{font-size:1.5rem}.services__custom p{font-size:1rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.btn--primary{background:linear-gradient(135deg,#748A9E,#B5C9D5);color:#fff;border:none}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px -5px #748a9e66}.btn--secondary{background:transparent;color:#748a9e;border:2px solid #748A9E}.btn--secondary:hover{color:#fff}@media (max-width: 768px){.services__modal-overlay{padding-top:1rem}.services__modal{margin:0;border-radius:8px}.services__modal-grid{grid-template-columns:1fr!important}.services__images{grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto;gap:.4rem;line-height:0px}.services__image-placeholder:nth-child(1){grid-column:1/2;grid-row:1}.services__image-placeholder:nth-child(2){grid-column:2/3;grid-row:1}.services__image-placeholder:nth-child(3){grid-column:1/3;grid-row:2}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:#4e5a65;background-color:#fefefe;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.section{padding:4rem 0}@media (max-width: 768px){.section{padding:2rem 0}}.section-alt{background-color:#b5c9d5;background:linear-gradient(135deg,#B5C9D5 0%,rgba(181,201,213,.7) 100%)}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;line-height:1.2;margin-bottom:1rem}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}p{margin-bottom:1rem;font-size:1.1rem}.btn{display:inline-block;padding:1rem 2rem;background:#4E5A65;color:#fff;text-decoration:none;border-radius:12px;font-weight:600;transition:.3s ease;border:none;cursor:pointer;font-size:1rem;box-shadow:0 4px 20px #748a9e26}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #4e5a6533}.btn.btn-outline{background:transparent;border:2px solid white;color:#fff}.btn.btn-outline:hover{background:#4E5A65;color:#fff}@media (max-width: 768px){.btn{padding:.75rem 1.5rem;font-size:.9rem}}
