@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700;800&display=swap";.top-bar{background:#0b224b;color:#fff;padding:.5rem 0;font-size:.875rem}@media(min-width:768px){.top-bar{display:block}}.top-bar .container{width:100%;max-width:1320px;margin:0 auto;padding:0 1.5rem}.top-bar__content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.top-bar__left,.top-bar__right{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.top-bar__item{display:flex;align-items:center;gap:.5rem;color:#fff;transition:all .3s ease;font-size:.75rem}@media(min-width:768px){.top-bar__item{font-size:.875rem}}.top-bar__item svg{font-size:1rem}.top-bar__item span{display:none}@media(min-width:576px){.top-bar__item span{display:inline}}.top-bar__item:hover{color:#98b8f0}.top-bar__whatsapp{display:flex;align-items:center;gap:.5rem;background:#25d366;padding:.35rem .75rem;border-radius:8px;color:#fff;font-weight:500;transition:all .3s ease;font-size:.75rem}@media(min-width:768px){.top-bar__whatsapp{font-size:.875rem;padding:.4rem 1rem}}.top-bar__whatsapp svg{font-size:1.125rem}.top-bar__whatsapp:hover{background:#1da851;transform:translateY(-2px)}.header{background:#fff;box-shadow:0 4px 6px #00000012;position:sticky;top:0;z-index:1000}.header .container{width:100%;max-width:1320px;margin:0 auto;padding:0 1.5rem}.header__content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:1.5rem}.header__logo{height:50px;display:flex;align-items:center}@media(min-width:768px){.header__logo{height:60px}}.header__logo img{height:100%;width:auto;object-fit:contain}.header__nav{display:none}@media(min-width:992px){.header__nav{display:flex;align-items:center;gap:1.5rem}}.header__link{position:relative;padding:.5rem 1rem;color:#333;font-weight:500;font-size:.875rem;transition:all .3s ease;display:flex;align-items:center;gap:.25rem;white-space:nowrap}.header__link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:#0b224b;transition:all .3s ease;transform:translate(-50%)}.header__link:hover,.header__link.active{color:#0b224b}.header__link:hover:after,.header__link.active:after{width:80%}.header__link--dropdown{background:none;border:none;padding:0;font-family:inherit;cursor:pointer}.header__link--cta{background:#0b224b;color:#fff;padding:.5rem 1.5rem;border-radius:8px;margin-left:1rem}.header__link--cta:after{display:none}.header__link--cta:hover{background:#123677;transform:translateY(-2px);box-shadow:0 4px 6px #00000012}.header__dropdown{position:relative}.header__dropdown:hover .header__dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.header__dropdown-menu{position:absolute;top:100%;left:0;background:#fff;box-shadow:0 10px 25px #0000001a;border-radius:8px;padding:1rem 0;min-width:280px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;margin-top:.5rem}.header__dropdown-link{display:block;padding:.5rem 1.5rem;color:#333;font-size:.875rem;transition:all .3s ease;white-space:nowrap}.header__dropdown-link:hover,.header__dropdown-link.active{background:#aec7f3;color:#0b224b;padding-left:2rem}.header__menu-btn{background:none;border:none;padding:0;cursor:pointer;font-family:inherit;font-size:1.875rem;color:#0b224b;display:flex;align-items:center;justify-content:center;padding:.5rem}@media(min-width:992px){.header__menu-btn{display:none}}.header__menu-btn:hover{color:#184aa4}.header__mobile{display:block;max-height:0;overflow:hidden;transition:max-height .4s ease}@media(min-width:992px){.header__mobile{display:none}}.header__mobile--open{max-height:100vh;border-top:1px solid rgb(152.0930232558,183.6511627907,239.9069767442)}.header__mobile-nav{padding:1.5rem 0}.header__mobile-link{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;color:#333;font-weight:500;font-size:1rem;transition:all .3s ease;border-left:3px solid transparent}.header__mobile-link:hover,.header__mobile-link.active{background:#aec7f3;color:#0b224b;border-left-color:#0b224b}.header__mobile-link--dropdown{background:none;border:none;padding:0;cursor:pointer;font-family:inherit;width:100%;padding:1rem 1.5rem!important;text-align:left}.header__mobile-link--cta{margin:1rem 1.5rem;background:#0b224b;color:#fff;border-radius:8px;justify-content:center;border:none}.header__mobile-link--cta:hover{background:#123677}.header__mobile-link svg{transition:all .3s ease}.header__mobile-link svg.rotate{transform:rotate(180deg)}.header__mobile-submenu{background:#bcd0f5;padding:.5rem 0}.header__mobile-sublink{display:block;padding:.5rem 2rem;color:#666;font-size:.875rem;transition:all .3s ease;border-left:3px solid transparent;margin-left:1.5rem}.header__mobile-sublink:hover,.header__mobile-sublink.active{color:#0b224b;border-left-color:#0b224b;padding-left:2.5rem}.footer{background:#0b224b;color:#fff;margin-top:auto}.footer__main{padding:6rem 0 4rem}.footer .container{width:100%;max-width:1320px;margin:0 auto;padding:0 1.5rem}.footer__grid{display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width:768px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.footer__grid{grid-template-columns:1.5fr 1fr 1fr 1.2fr}}.footer__col{display:flex;flex-direction:column;gap:1.5rem}.footer__logo{height:60px;margin-bottom:1rem}.footer__logo img{height:100%;width:auto;object-fit:contain}.footer__description{color:#fffc;font-size:.875rem;line-height:1.7;margin-bottom:0}.footer__social{display:flex;gap:1rem;margin-top:1rem}.footer__social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:8px;color:#fff;font-size:1.125rem;transition:all .3s ease}.footer__social-link:hover{background:#fff;color:#0b224b;transform:translateY(-3px)}.footer__title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#fff;font-family:Poppins,sans-serif}.footer__list{display:flex;flex-direction:column;gap:1rem}.footer__list-link{color:#fffc;font-size:.875rem;transition:all .3s ease;display:inline-block;position:relative;padding-left:1rem}.footer__list-link:before{content:"→";position:absolute;left:0;opacity:0;transition:all .3s ease}.footer__list-link:hover{color:#fff;padding-left:1.5rem}.footer__list-link:hover:before{opacity:1}.footer__services-badge{margin-top:1.5rem;padding:1.5rem;background:#ffffff0d;border-radius:8px;border-left:3px solid #ffffff}.footer__services-badge h5{color:#fff;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.footer__services-badge p{color:#fffc;font-size:.75rem;margin:.25rem 0}.footer__contact{display:flex;flex-direction:column;gap:1.5rem}.footer__contact-item{display:flex;align-items:flex-start;gap:1rem;color:#fffc;font-size:.875rem;transition:all .3s ease}.footer__contact-item svg{font-size:1.25rem;flex-shrink:0;margin-top:.15rem;color:#fff}.footer__contact-item:hover{color:#fff}.footer__contact-item div p{margin:0;line-height:1.5}.footer__whatsapp-btn{display:inline-flex;align-items:center;gap:.5rem;background:#25d366;color:#fff;padding:1rem 1.5rem;border-radius:8px;font-weight:600;font-size:.875rem;transition:all .3s ease;margin-top:1rem;justify-content:center}.footer__whatsapp-btn svg{font-size:1.5rem;margin:0}.footer__whatsapp-btn:hover{background:#1da851;transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.footer__bottom{background:#081835;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.1)}.footer__bottom-content{display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:1rem;text-align:center;font-size:.875rem;color:#ffffffb3}@media(min-width:768px){.footer__bottom-content{flex-direction:row;text-align:left}}.footer__bottom-content p{margin:0}.footer__bottom-links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}@media(min-width:768px){.footer__bottom-links{justify-content:flex-start}}.footer__bottom-links a{color:#ffffffb3;font-size:.875rem;transition:all .3s ease}.footer__bottom-links a:hover{color:#fff}.layout{display:flex;flex-direction:column;min-height:100vh}.layout__main{flex:1}.btn{background:none;border:none;padding:0;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;border-radius:8px;transition:all .3s ease;white-space:nowrap;font-family:Poppins,sans-serif}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--small{padding:.5rem 1.5rem;font-size:.875rem}.btn--medium{padding:1rem 2rem;font-size:1rem}.btn--large{padding:1.5rem 3rem;font-size:1.125rem}.btn--primary{background:#0b224b;color:#fff}.btn--primary:hover:not(:disabled){background:#123677;transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.btn--secondary{background:#fff;color:#0b224b;border:2px solid #0b224b}.btn--secondary:hover:not(:disabled){background:#0b224b;color:#fff;transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.btn--outline{background:transparent;color:#0b224b;border:2px solid #0b224b}.btn--outline:hover:not(:disabled){background:#0b224b;color:#fff}.btn--ghost{background:transparent;color:#0b224b}.btn--ghost:hover:not(:disabled){background:#0b224b1a}.btn--full{width:100%}.btn__icon{display:flex;align-items:center;font-size:1.2em}.helpline-btn-root{position:fixed;bottom:32px;right:32px;z-index:9999;display:flex;flex-direction:column;align-items:flex-end}.helpline-btn-main{background:#0b224b;color:#fff;border:none;border-radius:50%;width:56px;height:56px;font-size:2rem;box-shadow:0 4px 16px #0b224b2e;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.helpline-btn-main:hover{background:#2e8bc0}.helpline-btn-popup{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0b224b2e;margin-bottom:12px;padding:12px 0;display:flex;flex-direction:column;align-items:flex-end;gap:8px;min-width:180px;animation:fadeIn .2s}.helpline-btn-action{background:none;border:none;color:#0b224b;font-size:1rem;padding:8px 20px;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:8px;width:100%;text-align:left;transition:background .15s;text-decoration:none}.helpline-btn-action:hover{background:#f2f6fa}.helpline-modal-overlay{position:fixed;inset:0;background:#0b224b40;z-index:10000;display:flex;align-items:center;justify-content:center}.helpline-modal{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0b224b2e;padding:2rem 2.5rem 1.5rem;min-width:320px;max-width:90vw;position:relative;text-align:center}.helpline-modal-close{position:absolute;top:12px;right:12px;background:none;border:none;color:#0b224b;font-size:1.5rem;cursor:pointer}.helpline-form{display:flex;flex-direction:column;gap:14px}.helpline-form input,.helpline-form textarea{border:1px solid #e0e6ed;border-radius:6px;padding:10px 12px;font-size:1rem;width:100%;resize:none}.helpline-form input:focus,.helpline-form textarea:focus{outline:2px solid #2e8bc0;border-color:#2e8bc0}.helpline-modal-success{color:#0b224b;font-size:1.1rem;padding:2rem 0 1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero{position:relative;padding:3rem 0;min-height:85vh;display:flex;align-items:center;justify-content:center;overflow:hidden;width:100vw;max-width:100vw}@media(min-width:768px){.hero{min-height:90vh}}.hero__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0b224b0d,#ffffffe6)}.hero__svg{position:absolute;bottom:0;left:0;width:100%;height:auto;opacity:.3}.hero .container{width:100%;max-width:1320px;margin:0 auto;padding:0 1.5rem}.hero__content{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center;width:100%;margin:0 auto;box-sizing:border-box}@media(min-width:992px){.hero__content{grid-template-columns:1.1fr 1fr;gap:6rem}}.hero__text{display:flex;flex-direction:column;gap:2rem}.hero__badge{display:inline-block;background:#0b224b1a;color:#0b224b;padding:.5rem 1.5rem;border-radius:50px;font-size:.875rem;font-weight:600;width:fit-content;letter-spacing:.5px}.hero__title{font-size:1.875rem;line-height:1.2;margin:0;color:#0b224b}@media(min-width:768px){.hero__title{font-size:2.25rem}}@media(min-width:992px){.hero__title{font-size:3rem}}.hero__highlight{color:#1a4d8f;display:block;margin-top:.5rem}.hero__description{font-size:1rem;line-height:1.8;color:#666;max-width:600px}@media(min-width:768px){.hero__description{font-size:1.125rem}}.hero__stats{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:1.5rem 0}@media(min-width:576px){.hero__stats{grid-template-columns:repeat(3,1fr);gap:2rem}}.hero__stat{text-align:center;padding:1.5rem;background:#0b224b08;border-radius:12px;border-left:3px solid #0b224b}@media(min-width:768px){.hero__stat{text-align:left;padding:1.5rem 2rem}}.hero__stat h3{font-size:1.5rem;font-weight:700;color:#0b224b;margin:0;font-family:Poppins,sans-serif}@media(min-width:768px){.hero__stat h3{font-size:1.875rem}}.hero__stat p{font-size:.75rem;color:#666;margin:0;margin-top:.25rem}@media(min-width:768px){.hero__stat p{font-size:.875rem}}.hero__actions{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1rem}.hero__whatsapp{margin-top:1rem}.hero__whatsapp-link{display:inline-flex;align-items:center;gap:.5rem;color:#25d366;font-size:.875rem;font-weight:500;transition:all .3s ease}.hero__whatsapp-link svg{font-size:1.25rem}.hero__whatsapp-link:hover{gap:1rem;color:#1da851}.hero__image{position:relative;display:none}@media(min-width:992px){.hero__image{display:block}}.hero__image-wrapper{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #00000026}.hero__image-wrapper img{width:100%;height:auto;display:block;object-fit:cover}.hero__image-wrapper:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(11,34,75,.1) 0%,transparent 100%);pointer-events:none}.hero__image-badge{position:absolute;bottom:2rem;right:2rem;background:#0b224b;color:#fff;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:.875rem;box-shadow:0 10px 25px #0000001a}.hero__image-badge span{display:block}.card{background:#fff;border-radius:12px;overflow:hidden;transition:all .3s ease}.card--default{box-shadow:0 2px 4px #0000000d}.card--elevated{box-shadow:0 4px 6px #00000012}.card--bordered{border:1px solid rgb(190.5078125,190.5078125,192.4921875)}.card--hover:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.services{padding:6rem 0;background:#f5f5f5}.services .container{width:100%;max-width:1320px;margin:0 auto;padding:0 1.5rem}.services__header{text-align:center;max-width:700px;margin:0 auto 6rem}.services__badge{display:inline-block;background:#0b224b1a;color:#0b224b;padding:.5rem 1.5rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:.5px}.services__title{font-size:1.875rem;margin-bottom:1.5rem;color:#0b224b}@media(min-width:768px){.services__title{font-size:2.25rem}}.services__subtitle{font-size:1rem;color:#666;line-height:1.7}@media(min-width:768px){.services__subtitle{font-size:1.125rem}}.services__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:6rem}@media(min-width:576px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.services__grid{grid-template-columns:repeat(3,1fr);gap:3rem}}.services__link{display:block;height:100%}.services__card{padding:3rem;height:100%;display:flex;flex-direction:column;position:relative;overflow:visible;background:#fff;border:1px solid transparent;transition:all .3s ease}.services__card:hover{border-color:#0b224b}.services__card:hover .services__card-icon{background:#0b224b;color:#fff;transform:scale(1.1) rotate(5deg)}.services__card:hover .services__card-arrow{transform:translate(5px)}.services__card-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#0b224b1a;color:#0b224b;border-radius:12px;font-size:1.875rem;margin-bottom:1.5rem;transition:all .3s ease}.services__card-title{font-size:1.25rem;color:#0b224b;margin-bottom:1rem;font-weight:600}.services__card-description{font-size:.875rem;color:#666;line-height:1.7;flex-grow:1;margin-bottom:1.5rem}.services__card-arrow{font-size:1.5rem;color:#0b224b;font-weight:600;transition:all .3s ease;align-self:flex-end}.services__cta{background:#0b224b;border-radius:16px;padding:4rem 3rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}@media(min-width:768px){.services__cta{flex-direction:row;justify-content:space-between;text-align:left;padding:4rem 6rem}}.services__cta-content h3{color:#fff;font-size:1.5rem;margin-bottom:.5rem}@media(min-width:768px){.services__cta-content h3{font-size:1.875rem}}.services__cta-content p{color:#ffffffe6;font-size:1rem;margin:0;max-width:600px}.services__cta-btn{background:#fff;color:#0b224b;padding:1.5rem 3rem;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease;white-space:nowrap}.services__cta-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.why-choose{padding:6rem 0;background:#fff;width:100vw;max-width:100vw}.why-choose .container{width:100%;max-width:1320px;margin:0 auto;padding:0 1.5rem}.why-choose__content{display:grid;grid-template-columns:1fr;gap:6rem;align-items:start;width:100%;margin:0 auto;box-sizing:border-box}@media(min-width:992px){.why-choose__content{grid-template-columns:1fr 1.2fr;gap:9rem}}.why-choose__badge{display:inline-block;background:#0b224b1a;color:#0b224b;padding:.5rem 1.5rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:.5px}.why-choose__title{font-size:1.875rem;color:#0b224b;margin-bottom:1.5rem;line-height:1.2}@media(min-width:768px){.why-choose__title{font-size:2.25rem}}.why-choose__description{font-size:1rem;color:#666;line-height:1.8;margin-bottom:3rem}@media(min-width:768px){.why-choose__description{font-size:1.125rem}}.why-choose__highlights{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3rem}@media(min-width:576px){.why-choose__highlights{grid-template-columns:repeat(3,1fr);gap:2rem}}.why-choose__highlight{text-align:center;padding:1.5rem;background:#0b224b08;border-radius:12px}@media(min-width:768px){.why-choose__highlight{padding:2rem}}.why-choose__highlight h3{font-size:1.5rem;font-weight:700;color:#0b224b;margin:0}@media(min-width:768px){.why-choose__highlight h3{font-size:1.875rem}}.why-choose__highlight p{font-size:.75rem;color:#666;margin:.5rem 0 0}@media(min-width:768px){.why-choose__highlight p{font-size:.875rem}}.why-choose__features{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:576px){.why-choose__features{grid-template-columns:repeat(2,1fr)}}.why-choose__feature{display:flex;gap:1.5rem;padding:2rem;background:#f5f5f5;border-radius:12px;transition:all .3s ease}.why-choose__feature:hover{background:#fff;box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.why-choose__feature:hover .why-choose__feature-icon{background:#0b224b;color:#fff}.why-choose__feature-icon{width:50px;height:50px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#fff;color:#0b224b;border-radius:8px;font-size:1.5rem;transition:all .3s ease}.why-choose__feature-content h4{font-size:1.125rem;color:#0b224b;margin:0 0 .5rem;font-weight:600}.why-choose__feature-content p{font-size:.875rem;color:#666;margin:0;line-height:1.6}.gallery-section{padding:6rem 0;background:#fff}.gallery-section .container{width:100%;max-width:1320px;margin:0 auto;padding:0 1.5rem}.gallery-section__header{text-align:center;max-width:700px;margin:0 auto 6rem}.gallery-section__badge{display:inline-block;background:#0b224b1a;color:#0b224b;padding:.5rem 1.5rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:.5px}.gallery-section__title{font-size:1.875rem;margin-bottom:1.5rem;color:#0b224b}@media(min-width:768px){.gallery-section__title{font-size:2.25rem}}.gallery-section__subtitle{font-size:1rem;color:#666;line-height:1.7}@media(min-width:768px){.gallery-section__subtitle{font-size:1.125rem}}.gallery-section__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:576px){.gallery-section__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.gallery-section__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media(min-width:992px){.gallery-section__grid{grid-template-columns:repeat(4,1fr)}}.gallery-section__item{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease}.gallery-section__item:hover{transform:scale(1.02);box-shadow:0 20px 40px #00000026}.gallery-section__item:hover .gallery-section__overlay{opacity:1}.gallery-section__item:hover img{transform:scale(1.1)}.gallery-section__item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-section__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(11,34,75,.8) 0%,transparent 60%);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease}.gallery-section__category{position:absolute;bottom:1.5rem;left:1.5rem;background:#fff;color:#0b224b;padding:.5rem 1.5rem;border-radius:8px;font-weight:600;font-size:.875rem}.gallery-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#0b224bf2;display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem;animation:fadeIn .3s ease}.gallery-modal__close{position:absolute;top:2rem;right:2rem;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#fff;color:#0b224b;border-radius:50%;font-size:1.5rem;transition:all .3s ease;z-index:10000}.gallery-modal__close:hover{background:#0b224b;color:#fff;transform:rotate(90deg)}.gallery-modal__content{max-width:90vw;max-height:90vh;background:#fff;border-radius:12px;overflow:hidden;animation:zoomIn .3s ease}.gallery-modal__content img{width:100%;height:auto;max-height:75vh;object-fit:contain;display:block}.gallery-modal__info{padding:2rem;background:#fff}.gallery-modal__category{display:inline-block;background:#0b224b1a;color:#0b224b;padding:.5rem 1.5rem;border-radius:8px;font-weight:600;font-size:.875rem;margin-bottom:.5rem}.gallery-modal__info p{margin:0;color:#666;font-size:1rem}.service-page .service-hero{position:relative;background:linear-gradient(135deg,#0b224b,#15408e);padding:6rem 0;color:#fff;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden}@media(min-width:768px){.service-page .service-hero{min-height:60vh}}.service-page .service-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0b224bb3,#0b224b66),url(/patterns/dots.svg) repeat;opacity:1;z-index:1;pointer-events:none}.service-page .service-hero .container{width:100%;max-width:1320px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:2}.service-page .service-hero__content{max-width:800px;text-align:center;margin:0 auto;position:relative;z-index:3}.service-page .service-hero__content h1{font-size:1.875rem;color:#fff;margin-bottom:1.5rem;line-height:1.2;text-shadow:0 2px 16px rgba(0,0,0,.45),0 1px 2px rgba(0,0,0,.25)}@media(min-width:768px){.service-page .service-hero__content h1{font-size:3rem}}.service-page .service-hero__content p{font-size:1rem;color:#fffffff2;margin-bottom:3rem;line-height:1.7;text-shadow:0 2px 12px rgba(0,0,0,.35),0 1px 2px rgba(0,0,0,.18)}@media(min-width:768px){.service-page .service-hero__content p{font-size:1.125rem}}.service-page .service-hero__actions{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.service-page .service-content{padding:6rem 0;background:#fff}.service-page .service-content .container{width:100%;max-width:1320px;margin:0 auto;padding:0 1.5rem}.service-page .service-content__grid{display:grid;grid-template-columns:1fr;gap:6rem}@media(min-width:992px){.service-page .service-content__grid{grid-template-columns:2fr 1fr}}.service-page .service-content__main h2{font-size:1.5rem;color:#0b224b;margin-bottom:1.5rem}@media(min-width:768px){.service-page .service-content__main h2{font-size:1.875rem}}.service-page .service-content__main h3{font-size:1.25rem;color:#0b224b;margin-top:3rem;margin-bottom:1.5rem}@media(min-width:768px){.service-page .service-content__main h3{font-size:1.5rem}}.service-page .service-content__main p{font-size:1rem;color:#666;line-height:1.8;margin-bottom:1.5rem}.service-page .service-content__features{background:#f5f5f5;padding:3rem;border-radius:12px;margin:3rem 0}.service-page .service-content__list{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}@media(min-width:768px){.service-page .service-content__list{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.service-page .service-content__list li{display:flex;align-items:center;gap:1rem;font-size:1rem;color:#333}.service-page .service-content__list li svg{color:#0b224b;font-size:1.25rem;flex-shrink:0}.service-page .service-content__sidebar{display:flex;flex-direction:column;gap:2rem}.service-page .service-sidebar-card{background:#f5f5f5;padding:3rem;border-radius:12px;border:1px solid rgb(190.5078125,190.5078125,192.4921875)}.service-page .service-sidebar-card--highlight{background:#0b224b;color:#fff}.service-page .service-sidebar-card--highlight h3{color:#fff}.service-page .service-sidebar-card--highlight li{color:#ffffffe6}.service-page .service-sidebar-card--highlight li svg{color:#fff}.service-page .service-sidebar-card h3{font-size:1.25rem;color:#0b224b;margin-bottom:1.5rem}.service-page .service-sidebar-card__item{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1.5rem}.service-page .service-sidebar-card__item strong{font-size:.875rem;color:#666;font-weight:600}.service-page .service-sidebar-card__item a{color:#0b224b;font-size:1rem;transition:all .3s ease}.service-page .service-sidebar-card__item a:hover{color:#15408e}.service-page .service-sidebar-card__item span{font-size:1rem;color:#333}.service-page .service-sidebar-card ul{display:flex;flex-direction:column;gap:1rem}.service-page .service-sidebar-card ul li{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.service-page .service-sidebar-card ul li svg{flex-shrink:0;font-size:1.125rem}.service-page .service-sidebar-links li{border-bottom:1px solid rgb(190.5078125,190.5078125,192.4921875);padding:1rem 0}.service-page .service-sidebar-links li:last-child{border-bottom:none}.service-page .service-sidebar-links li a{color:#333;font-size:1rem;transition:all .3s ease;display:flex;align-items:center;justify-content:space-between}.service-page .service-sidebar-links li a:after{content:"→";opacity:0;transition:all .3s ease}.service-page .service-sidebar-links li a:hover{color:#0b224b;padding-left:.5rem}.service-page .service-sidebar-links li a:hover:after{opacity:1}.service-page .service-process{padding:6rem 0;background:#f5f5f5}.service-page .service-process .container{width:100%;max-width:1320px;margin:0 auto;padding:0 1.5rem}.service-page .service-process__header{text-align:center;max-width:700px;margin:0 auto 6rem}.service-page .service-process__header h2{font-size:1.875rem;color:#0b224b;margin-bottom:1.5rem}@media(min-width:768px){.service-page .service-process__header h2{font-size:2.25rem}}.service-page .service-process__header p{font-size:1rem;color:#666}@media(min-width:768px){.service-page .service-process__header p{font-size:1.125rem}}.service-page .service-process__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:576px){.service-page .service-process__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.service-page .service-process__grid{grid-template-columns:repeat(4,1fr)}}.service-page .service-process__step{position:relative;background:#fff;padding:3rem;border-radius:12px;text-align:center;box-shadow:0 2px 4px #0000000d;transition:all .3s ease}.service-page .service-process__step:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.service-page .service-process__step:hover .service-process__icon{background:#0b224b;color:#fff;transform:scale(1.1)}.service-page .service-process__number{position:absolute;top:-15px;left:50%;transform:translate(-50%);width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#0b224b;color:#fff;border-radius:50%;font-weight:700;font-size:1.125rem;box-shadow:0 4px 6px #00000012}.service-page .service-process__icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;margin:1.5rem auto;background:#0b224b1a;color:#0b224b;border-radius:50%;font-size:1.875rem;transition:all .3s ease}.service-page .service-process__step h3{font-size:1.25rem;color:#0b224b;margin-bottom:1rem}.service-page .service-process__step p{font-size:.875rem;color:#666;margin:0;line-height:1.6}.service-page .service-cta{padding:6rem 0;background:linear-gradient(135deg,#0b224beb,#0b224bb3),url("data:image/svg+xml,%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%201440%20320'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3clinearGradient%20id='ctaGradient'%20x1='0'%20y1='0'%20x2='1'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%230a2342'/%3e%3cstop%20offset='100%25'%20stop-color='%232e8bc0'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath%20fill='url(%23ctaGradient)'%20fill-opacity='0.7'%20d='M0,160L60,170.7C120,181,240,203,360,197.3C480,192,600,160,720,133.3C840,107,960,85,1080,101.3C1200,117,1320,171,1380,197.3L1440,224L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z'%3e%3c/path%3e%3c/svg%3e") center bottom/cover no-repeat;color:#fff}.service-page .service-cta .container{width:100%;max-width:1320px;margin:0 auto;padding:0 1.5rem}.service-page .service-cta__content{text-align:center;max-width:800px;margin:0 auto}.service-page .service-cta__content h2{font-size:1.875rem;color:#fff;margin-bottom:1.5rem}@media(min-width:768px){.service-page .service-cta__content h2{font-size:2.25rem}}.service-page .service-cta__content p{font-size:1rem;color:#ffffffe6;margin-bottom:3rem}@media(min-width:768px){.service-page .service-cta__content p{font-size:1.125rem}}.service-page .service-cta__actions{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.contact-page .contact-hero{position:relative;background:linear-gradient(135deg,#0b224b,#15408e);padding:6rem 0;color:#fff;text-align:center}.contact-page .contact-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/patterns/dots.svg) repeat;opacity:.05}.contact-page .contact-hero .container{width:100%;max-width:1320px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.contact-page .contact-hero__content h1{font-size:1.875rem;color:#fff;margin-bottom:1.5rem}@media(min-width:768px){.contact-page .contact-hero__content h1{font-size:3rem}}.contact-page .contact-hero__content p{font-size:1rem;color:#ffffffe6;margin:0}@media(min-width:768px){.contact-page .contact-hero__content p{font-size:1.125rem}}.contact-page .contact-content{padding:6rem 0;background:#f5f5f5}.contact-page .contact-content .container{width:100%;max-width:1320px;margin:0 auto;padding:0 1.5rem}.contact-page .contact-content__grid{display:grid;grid-template-columns:1fr;gap:6rem}@media(min-width:992px){.contact-page .contact-content__grid{grid-template-columns:1.5fr 1fr}}.contact-page .contact-form{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 6px #00000012}@media(min-width:768px){.contact-page .contact-form{padding:4rem}}.contact-page .contact-form__header{margin-bottom:3rem}.contact-page .contact-form__header h2{font-size:1.5rem;color:#0b224b;margin-bottom:1rem}@media(min-width:768px){.contact-page .contact-form__header h2{font-size:1.875rem}}.contact-page .contact-form__header p{font-size:1rem;color:#666;margin:0}.contact-page .contact-form form{display:flex;flex-direction:column;gap:2rem}.contact-page .contact-form .form-row{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.contact-page .contact-form .form-row{grid-template-columns:repeat(2,1fr)}}.contact-page .contact-form .form-group{display:flex;flex-direction:column;gap:.5rem}.contact-page .contact-form .form-group label{font-size:.875rem;font-weight:600;color:#333}.contact-page .contact-form .form-group input,.contact-page .contact-form .form-group select,.contact-page .contact-form .form-group textarea{padding:1rem 1.5rem;border:2px solid rgb(190.5078125,190.5078125,192.4921875);border-radius:8px;font-size:1rem;color:#333;transition:all .3s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.contact-page .contact-form .form-group input:focus,.contact-page .contact-form .form-group select:focus,.contact-page .contact-form .form-group textarea:focus{outline:none;border-color:#0b224b;box-shadow:0 0 0 3px #0b224b1a}.contact-page .contact-form .form-group input::placeholder,.contact-page .contact-form .form-group select::placeholder,.contact-page .contact-form .form-group textarea::placeholder{color:#999}.contact-page .contact-form .form-group textarea{resize:vertical;min-height:120px}.contact-page .contact-form .form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}.contact-page .contact-info{display:flex;flex-direction:column;gap:2rem}.contact-page .contact-card{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 6px #00000012}.contact-page .contact-card--highlight{background:#0b224b;color:#fff}.contact-page .contact-card--highlight h3{color:#fff}.contact-page .contact-card--highlight p,.contact-page .contact-card--highlight ul{color:#ffffffe6}.contact-page .contact-card h3{font-size:1.25rem;color:#0b224b;margin-bottom:1rem}@media(min-width:768px){.contact-page .contact-card h3{font-size:1.5rem}}.contact-page .contact-card>p{font-size:1rem;color:#666;margin-bottom:2rem}.contact-page .contact-card__items{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.contact-page .contact-card__item{display:flex;gap:1.5rem}.contact-page .contact-card__icon{width:50px;height:50px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#0b224b1a;color:#0b224b;border-radius:8px;font-size:1.25rem}.contact-page .contact-card__content{flex:1}.contact-page .contact-card__content h4{font-size:1rem;color:#333;margin-bottom:.25rem;font-weight:600}.contact-page .contact-card__content a{color:#0b224b;font-size:1rem;transition:all .3s ease}.contact-page .contact-card__content a:hover{color:#15408e}.contact-page .contact-card__content p{font-size:.875rem;color:#666;margin:0;line-height:1.6}.contact-page .contact-card ul{list-style:none;padding-left:1.5rem;margin-top:1rem}.contact-page .contact-card ul li{position:relative;font-size:1rem;margin-bottom:.5rem}.contact-page .contact-card ul li:before{content:"•";position:absolute;left:-1.5rem;color:#fff}.contact-page .contact-card strong{display:block;margin-top:1.5rem;margin-bottom:.5rem}.contact-page .contact-whatsapp{display:flex;align-items:center;justify-content:center;gap:1rem;background:#25d366;color:#fff;padding:1.5rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease}.contact-page .contact-whatsapp svg{font-size:1.5rem}.contact-page .contact-whatsapp:hover{background:#1da851;transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.contact-page .contact-map__container{width:100%;height:450px;border-radius:0;overflow:hidden}.contact-page .contact-map__container iframe{filter:grayscale(20%)}.locations-page .locations-hero{position:relative;background:linear-gradient(135deg,#0b224b,#15408e);padding:6rem 0;color:#fff;text-align:center}.locations-page .locations-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/patterns/dots.svg) repeat;opacity:.05}.locations-page .locations-hero .container{width:100%;max-width:1320px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.locations-page .locations-hero__content h1{font-size:1.875rem;color:#fff;margin-bottom:1.5rem}@media(min-width:768px){.locations-page .locations-hero__content h1{font-size:3rem}}.locations-page .locations-hero__content p{font-size:1rem;color:#ffffffe6;margin:0}@media(min-width:768px){.locations-page .locations-hero__content p{font-size:1.125rem}}.locations-page .locations-content{padding:6rem 0;background:#fff}.locations-page .locations-content .container{width:100%;max-width:1320px;margin:0 auto;padding:0 1.5rem}.locations-page .locations-section{margin-bottom:9rem}.locations-page .locations-section:last-child{margin-bottom:0}.locations-page .locations-section--european{background:#f5f5f5;padding:6rem;border-radius:16px;margin-left:-1.5rem;margin-right:-1.5rem}@media(min-width:768px){.locations-page .locations-section--european{margin-left:0;margin-right:0}}.locations-page .locations-section__header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.locations-page .locations-section__header svg{font-size:1.875rem;color:#0b224b}.locations-page .locations-section__header h2{font-size:1.5rem;color:#0b224b;margin:0}@media(min-width:768px){.locations-page .locations-section__header h2{font-size:1.875rem}}.locations-page .locations-section__description{font-size:1rem;color:#666;line-height:1.8;margin-bottom:3rem;max-width:900px}@media(min-width:768px){.locations-page .locations-section__description{font-size:1.125rem}}.locations-page .locations-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:3rem}@media(min-width:576px){.locations-page .locations-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.locations-page .locations-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:992px){.locations-page .locations-grid{grid-template-columns:repeat(5,1fr)}}.locations-page .location-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#fff;border:1px solid rgb(190.5078125,190.5078125,192.4921875);border-radius:8px;font-size:1rem;color:#333;transition:all .3s ease}.locations-page .location-card svg{color:#0b224b;font-size:1.125rem;flex-shrink:0}.locations-page .location-card:hover{border-color:#0b224b;background:#0b224b08;transform:translate(5px)}.locations-page .locations-note{background:#0b224b0d;padding:2rem;border-radius:8px;border-left:4px solid #0b224b}.locations-page .locations-note p{margin:0;font-size:1rem;color:#333}.locations-page .locations-note p strong{color:#0b224b}.locations-page .european-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media(min-width:576px){.locations-page .european-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.locations-page .european-grid{grid-template-columns:repeat(3,1fr)}}.locations-page .european-card{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 2px 4px #0000000d;transition:all .3s ease}.locations-page .european-card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.locations-page .european-card h3{font-size:1.25rem;color:#0b224b;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(11,34,75,.2)}.locations-page .european-card ul{display:flex;flex-direction:column;gap:1rem}.locations-page .european-card ul li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#666}.locations-page .european-card ul li svg{color:#0b224b;font-size:1rem;flex-shrink:0}.locations-page .locations-additional{background:#0b224b;color:#fff;padding:3rem;border-radius:12px;text-align:center}@media(min-width:768px){.locations-page .locations-additional{padding:4rem}}.locations-page .locations-additional h3{font-size:1.25rem;color:#fff;margin-bottom:1.5rem}@media(min-width:768px){.locations-page .locations-additional h3{font-size:1.5rem}}.locations-page .locations-additional p{font-size:1rem;color:#ffffffe6;margin:0;line-height:1.8}@media(min-width:768px){.locations-page .locations-additional p{font-size:1.125rem}}.locations-page .locations-highlights{margin-top:6rem;padding-top:6rem;border-top:2px solid #f5f5f5}.locations-page .locations-highlights h2{text-align:center;font-size:1.5rem;color:#0b224b;margin-bottom:4rem}@media(min-width:768px){.locations-page .locations-highlights h2{font-size:1.875rem}}.locations-page .highlights-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.locations-page .highlights-grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media(min-width:992px){.locations-page .highlights-grid{grid-template-columns:repeat(4,1fr)}}.locations-page .highlight-card{text-align:center;padding:3rem;background:#f5f5f5;border-radius:12px;transition:all .3s ease}.locations-page .highlight-card:hover{background:#fff;box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.locations-page .highlight-card h4{font-size:1.125rem;color:#0b224b;margin-bottom:1rem}.locations-page .highlight-card p{font-size:.875rem;color:#666;margin:0;line-height:1.6}.gallery-page .gallery-hero{position:relative;background:linear-gradient(135deg,#0b224b,#15408e);padding:6rem 0;color:#fff;text-align:center}.gallery-page .gallery-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/patterns/dots.svg) repeat;opacity:.05}.gallery-page .gallery-hero .container{width:100%;max-width:1320px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.gallery-page .gallery-hero__content h1{font-size:1.875rem;color:#fff;margin-bottom:1.5rem}@media(min-width:768px){.gallery-page .gallery-hero__content h1{font-size:3rem}}.gallery-page .gallery-hero__content p{font-size:1rem;color:#ffffffe6;margin:0}@media(min-width:768px){.gallery-page .gallery-hero__content p{font-size:1.125rem}}.gallery-page .gallery-content{padding:6rem 0;background:#fff}.gallery-page .gallery-content .container{width:100%;max-width:1320px;margin:0 auto;padding:0 1.5rem}.gallery-page .gallery-filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:4rem}@media(min-width:768px){.gallery-page .gallery-filters{gap:1.5rem}}.gallery-page .gallery-filter{background:none;border:none;padding:0;cursor:pointer;font-family:inherit;padding:.5rem 2rem;background:#f5f5f5;color:#333;border-radius:50px;font-weight:600;font-size:.875rem;transition:all .3s ease;border:2px solid transparent}@media(min-width:768px){.gallery-page .gallery-filter{padding:1rem 3rem;font-size:1rem}}.gallery-page .gallery-filter:hover{background:#0b224b1a;color:#0b224b}.gallery-page .gallery-filter--active{background:#0b224b;color:#fff;border-color:#0b224b}.gallery-page .gallery-filter--active:hover{background:#123677}.gallery-page .gallery-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:576px){.gallery-page .gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.gallery-page .gallery-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media(min-width:1200px){.gallery-page .gallery-grid{grid-template-columns:repeat(4,1fr)}}.gallery-page .gallery-item{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease}.gallery-page .gallery-item:hover{transform:scale(1.02);box-shadow:0 20px 40px #00000026}.gallery-page .gallery-item:hover img{transform:scale(1.1)}.gallery-page .gallery-item:hover .gallery-item__overlay{opacity:1}.gallery-page .gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-page .gallery-item__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(11,34,75,.9) 0%,transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;opacity:0;transition:all .3s ease}.gallery-page .gallery-item__category{display:inline-block;background:#fff;color:#0b224b;padding:.5rem 1rem;border-radius:4px;font-weight:600;font-size:.75rem;width:fit-content;margin-bottom:.5rem}.gallery-page .gallery-item__title{color:#fff;font-size:1rem;margin:0;font-weight:600}@media(min-width:768px){.gallery-page .gallery-item__title{font-size:1.125rem}}.gallery-page .gallery-empty{text-align:center;padding:6rem;color:#666}.gallery-page .gallery-empty p{font-size:1.125rem;margin:0}.gallery-page .gallery-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#0b224bf7;z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gallery-page .gallery-lightbox__close{position:absolute;top:2rem;right:2rem;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#fff;color:#0b224b;border-radius:50%;font-size:1.5rem;transition:all .3s ease;z-index:10001}@media(min-width:768px){.gallery-page .gallery-lightbox__close{width:60px;height:60px;font-size:1.875rem}}.gallery-page .gallery-lightbox__close:hover{background:#0b224b;color:#fff;transform:rotate(90deg)}.gallery-page .gallery-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;padding:0;cursor:pointer;font-family:inherit;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#ffffffe6;color:#0b224b;border-radius:50%;font-size:1.5rem;transition:all .3s ease;z-index:10001}@media(min-width:768px){.gallery-page .gallery-lightbox__nav{width:60px;height:60px;font-size:1.875rem}}.gallery-page .gallery-lightbox__nav:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.gallery-page .gallery-lightbox__nav--prev{left:2rem}@media(min-width:768px){.gallery-page .gallery-lightbox__nav--prev{left:4rem}}.gallery-page .gallery-lightbox__nav--next{right:2rem}@media(min-width:768px){.gallery-page .gallery-lightbox__nav--next{right:4rem}}.gallery-page .gallery-lightbox__content{max-width:95vw;max-height:95vh;background:#fff;border-radius:12px;overflow:hidden;animation:zoomIn .3s ease;display:flex;flex-direction:column}@media(min-width:992px){.gallery-page .gallery-lightbox__content{max-width:80vw}}@keyframes zoomIn{0%{transform:scale(.8)}to{transform:scale(1)}}.gallery-page .gallery-lightbox__content img{width:100%;height:auto;max-height:70vh;object-fit:contain;display:block;background:#2a2a2a}.gallery-page .gallery-lightbox__info{padding:2rem;background:#fff}@media(min-width:768px){.gallery-page .gallery-lightbox__info{padding:3rem}}.gallery-page .gallery-lightbox__category{display:inline-block;background:#0b224b1a;color:#0b224b;padding:.5rem 1.5rem;border-radius:8px;font-weight:600;font-size:.875rem;margin-bottom:1rem}.gallery-page .gallery-lightbox__info h3{font-size:1.125rem;color:#0b224b;margin-bottom:.5rem}@media(min-width:768px){.gallery-page .gallery-lightbox__info h3{font-size:1.25rem}}.gallery-page .gallery-lightbox__info p{margin:0;color:#666;font-size:.875rem}@media(min-width:768px){.gallery-page .gallery-lightbox__info p{font-size:1rem}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#333;line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul,ol{list-style:none}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:700;line-height:1.2;color:#0b224b;margin-bottom:1rem}h1{font-size:1.875rem}@media(min-width:768px){h1{font-size:3rem}}@media(min-width:1200px){h1{font-size:3.75rem}}h2{font-size:1.5rem}@media(min-width:768px){h2{font-size:2.25rem}}h3{font-size:1.25rem}@media(min-width:768px){h3{font-size:1.875rem}}h4{font-size:1.125rem}@media(min-width:768px){h4{font-size:1.5rem}}h5{font-size:1rem}@media(min-width:768px){h5{font-size:1.25rem}}h6{font-size:.875rem}@media(min-width:768px){h6{font-size:1.125rem}}p{margin-bottom:1rem;color:#666;font-size:1rem;line-height:1.7}.text-large{font-size:1.125rem}@media(min-width:768px){.text-large{font-size:1.25rem}}.text-small{font-size:.875rem}.text-bold{font-weight:600}.text-center{text-align:center}.text-primary{color:#0b224b}.text-white{color:#fff}.container{width:100%;max-width:1320px;margin:0 auto;padding:0 1.5rem}html{scroll-behavior:smooth}::selection{background:#0b224b;color:#fff}::-moz-selection{background:#0b224b;color:#fff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#3f3f41;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0b224b}.loading{display:flex;align-items:center;justify-content:center;min-height:50vh}.loading:after{content:"";width:50px;height:50px;border:5px solid #f5f5f5;border-top-color:#0b224b;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
