*,*:before,*:after{box-sizing:border-box}:root{font-family:Segoe UI,system-ui,-apple-system,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6,p{margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit}img{max-width:100%}section{scroll-margin-top:72px}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;border-bottom:1px solid #e8e8e8;transition:box-shadow .3s ease}.navbar--scrolled{box-shadow:0 2px 16px #0000001f}.navbar__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;height:72px;display:flex;align-items:center;gap:1rem}.navbar__logo{cursor:pointer;flex-shrink:0}.navbar__logo img{height:52px;width:auto;display:block}.navbar__nav{display:flex;align-items:center;gap:.25rem;margin-left:1.5rem}.nav-link{background:none;border:none;cursor:pointer;font-size:.95rem;font-weight:500;color:#333;padding:.5rem .9rem;border-radius:6px;position:relative;overflow:hidden;transition:color .25s ease,background .25s ease;letter-spacing:.01em}.nav-link:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%) scaleX(0);width:60%;height:2px;background:#29b9e8;border-radius:2px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.nav-link:hover{color:#29b9e8;background:#29b9e812}.nav-link:hover:after{transform:translate(-50%) scaleX(1)}.navbar__right{margin-left:auto;display:flex;align-items:center;gap:.75rem}.lang-switcher{position:relative}.lang-switcher__current{display:flex;align-items:center;gap:.35rem;background:none;border:2px solid #29b9e8;border-radius:8px;padding:.35rem .65rem;cursor:pointer;font-size:.85rem;font-weight:700;color:#29b9e8;transition:background .2s ease,color .2s ease,transform .15s ease;-webkit-user-select:none;user-select:none}.lang-switcher__current:hover{background:#29b9e8;color:#fff;transform:translateY(-1px)}.lang-switcher__arrow{font-size:.75rem;transition:transform .25s ease;display:inline-block}.lang-switcher__arrow.open{transform:rotate(180deg)}.lang-switcher__dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 8px 24px #00000021;overflow:hidden;animation:dropIn .18s ease;min-width:90px}@keyframes dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.lang-switcher__option{display:flex;align-items:center;gap:.4rem;width:100%;background:none;border:none;padding:.55rem .9rem;cursor:pointer;font-size:.85rem;font-weight:600;color:#333;transition:background .15s ease,color .15s ease}.lang-switcher__option:hover{background:#f0f9fd;color:#29b9e8}.navbar__hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:.4rem;width:38px;height:38px}.navbar__hamburger span{display:block;width:22px;height:2px;background:#333;border-radius:2px;transition:transform .3s ease,opacity .3s ease,width .3s ease;transform-origin:center}.navbar__hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.navbar__hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.navbar__hamburger{display:flex}.navbar__nav{position:fixed;top:72px;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;padding:1rem;gap:.25rem;border-bottom:2px solid #29b9e8;transform:translateY(-110%);opacity:0;pointer-events:none;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .35s ease;margin-left:0}.navbar__nav--open{transform:translateY(0);opacity:1;pointer-events:all}.nav-link{text-align:left;padding:.75rem 1rem;font-size:1rem}}.hero{position:relative;width:100%;height:420px;overflow:hidden;margin-top:72px}.hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 30%}.hero__overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0a1e3c9e,#0a1e3c59)}.hero__content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem}.hero__quote{font-size:clamp(1.4rem,3vw,2.2rem);font-weight:300;color:#fff;margin:0 0 1.25rem;max-width:820px;line-height:1.45;letter-spacing:.01em;text-shadow:0 2px 8px rgba(0,0,0,.4);border:none;padding:0;animation:fadeUp .8s ease both}.hero__author{font-size:1.05rem;color:#e8f4fb;text-align:right;margin:0;line-height:1.6;text-shadow:0 1px 4px rgba(0,0,0,.4);animation:fadeUp .8s .15s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.hero{height:320px}}.features{display:flex;flex-direction:column}.features__card{display:flex;flex-direction:column;align-items:center;padding:3.5rem 2rem;text-align:center;transition:transform .2s ease}.features__card--light{background:#29b9e8}.features__card--mid{background:#1fa8d5}.features__icon-wrap{width:88px;height:88px;background:#ffffff26;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:background .3s ease,transform .3s ease}.features__card:hover .features__icon-wrap{background:#ffffff47;transform:translateY(-4px)}.features__icon{width:52px;height:52px;object-fit:contain;filter:brightness(0) invert(1)}.features__title{font-size:1.15rem;font-weight:700;color:#fff;margin:0 0 .6rem;letter-spacing:.01em}.features__desc{font-size:.95rem;color:#ffffffe6;margin:0;max-width:420px;line-height:1.6}@media(min-width:900px){.features{flex-direction:row}.features__card{flex:1;padding:4rem 2rem}}.about{background:#fff;padding:4rem 1.5rem}.about__inner{max-width:1100px;margin:0 auto;display:flex;gap:3rem;align-items:flex-start}.about__text{flex:1;font-size:.97rem;line-height:1.75;color:#333}.about__text p{margin:0 0 1rem;text-align:justify}.about__text p:last-child{margin-bottom:0}.about__image{flex-shrink:0;width:320px}.about__image img{width:100%;height:auto;display:block;border-radius:4px;box-shadow:0 4px 16px #0000001f}@media(max-width:900px){.about__inner{flex-direction:column-reverse}.about__image{width:100%}}.services{background:#f7f9fc;padding-bottom:4rem}.services__breadcrumb{background:#ececec;padding:.65rem 1.5rem;font-size:.88rem;color:#555;display:flex;align-items:center;gap:.5rem}.services__breadcrumb-home{cursor:pointer;color:#29b9e8;transition:color .2s}.services__breadcrumb-home:hover{color:#1a90b8}.services__breadcrumb-sep{color:#aaa}.services__breadcrumb-current{font-weight:600;color:#333}.services__inner{max-width:1100px;margin:3rem auto 0;padding:0 1.5rem;display:flex;gap:3rem;align-items:flex-start}.services__image{flex-shrink:0;width:340px}.services__image img{width:100%;height:auto;display:block;border-radius:4px;box-shadow:0 4px 16px #0000001f}.services__content{flex:1;font-size:.97rem;line-height:1.75;color:#333}.services__content p{margin:0 0 .85rem}.services__title{font-size:1.6rem;font-weight:700;color:#1a2744;margin:0 0 1.25rem;border-bottom:3px solid #29b9e8;padding-bottom:.5rem;display:inline-block}.services__offer-title{font-size:1rem;font-weight:700;color:#1a2744;margin:1.5rem 0 .75rem}.services__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.45rem}.services__list-item{display:flex;align-items:center;gap:.7rem;font-size:.95rem}.services__bullet{width:8px;height:8px;background:#29b9e8;border-radius:50%;flex-shrink:0}@media(max-width:900px){.services__inner{flex-direction:column}.services__image{width:100%}}.refs{background:#fff;padding-bottom:4rem}.refs__breadcrumb{background:#ececec;padding:.65rem 1.5rem;font-size:.88rem;color:#555;display:flex;align-items:center;gap:.5rem}.refs__breadcrumb-home{cursor:pointer;color:#29b9e8;transition:color .2s}.refs__breadcrumb-home:hover{color:#1a90b8}.refs__breadcrumb-sep{color:#aaa}.refs__breadcrumb-current{font-weight:600;color:#333}.refs__inner{max-width:1100px;margin:3rem auto 0;padding:0 1.5rem}.refs__title{font-size:1.6rem;font-weight:700;color:#1a2744;margin:0 0 2rem;border-bottom:3px solid #29b9e8;padding-bottom:.5rem;display:inline-block}.refs__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.refs__card{position:relative;cursor:pointer;overflow:hidden;border-radius:6px;box-shadow:0 2px 10px #0000001a;aspect-ratio:4/3;background:#e0e0e0}.refs__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s cubic-bezier(.25,.46,.45,.94)}.refs__card:hover .refs__img{transform:scale(1.07)}.refs__caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#0a1e3cbf);color:#fff;font-size:.88rem;font-weight:600;padding:1.5rem .75rem .6rem;transition:opacity .3s ease}.refs__hover-overlay{position:absolute;inset:0;background:#29b9e82e;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.refs__card:hover .refs__hover-overlay{opacity:1}.refs__zoom-icon{font-size:2.5rem;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.4)}.lightbox{position:fixed;inset:0;background:#000c;z-index:2000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease;padding:1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox__box{position:relative;background:#fff;border-radius:10px;overflow:hidden;max-width:820px;width:100%;animation:scaleIn .25s cubic-bezier(.34,1.56,.64,1)}@keyframes scaleIn{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}.lightbox__box img{width:100%;height:auto;display:block;max-height:72vh;object-fit:contain}.lightbox__box p{margin:0;padding:.75rem 1rem;font-weight:600;color:#1a2744;font-size:1rem;background:#f7f9fc;text-align:center}.lightbox__close{position:absolute;top:.6rem;right:.6rem;background:#0000008c;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:.95rem;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease;z-index:1}.lightbox__close:hover{background:#000c;transform:scale(1.1)}@media(max-width:700px){.refs__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.refs__grid{grid-template-columns:1fr}}.contact{background:#f7f9fc;padding-bottom:4rem}.contact__breadcrumb{background:#ececec;padding:.65rem 1.5rem;font-size:.88rem;color:#555;display:flex;align-items:center;gap:.5rem}.contact__breadcrumb-home{cursor:pointer;color:#29b9e8;transition:color .2s}.contact__breadcrumb-home:hover{color:#1a90b8}.contact__breadcrumb-sep{color:#aaa}.contact__breadcrumb-current{font-weight:600;color:#333}.contact__inner{max-width:1100px;margin:3rem auto 0;padding:0 1.5rem;display:flex;gap:3.5rem;align-items:flex-start}.contact__details{flex:1}.contact__section-title{font-size:1.4rem;font-weight:700;color:#1a2744;margin:0 0 1.5rem;border-bottom:3px solid #29b9e8;padding-bottom:.5rem;display:inline-block}.contact__info-item{display:flex;gap:.9rem;align-items:flex-start;margin-bottom:1.1rem;font-size:.95rem;line-height:1.6;color:#333}.contact__info-icon{font-size:1.15rem;margin-top:.1rem;flex-shrink:0}.contact__info-item a{color:#29b9e8;text-decoration:none;transition:color .2s}.contact__info-item a:hover{color:#1a90b8;text-decoration:underline}.contact__map{margin-top:1.5rem}.contact__form-wrap{flex:1.2}.contact__form-subtitle{color:#555;font-size:.95rem;margin:-.75rem 0 .5rem}.contact__required-note{font-size:.82rem;color:#888;margin:0 0 1.25rem}.contact__form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group label{font-size:.88rem;font-weight:600;color:#444}.form-group input,.form-group textarea{border:1px solid #d0d8e4;border-radius:6px;padding:.6rem .85rem;font-size:.95rem;font-family:inherit;color:#333;background:#fff;transition:border-color .25s ease,box-shadow .25s ease;outline:none}.form-group input:focus,.form-group textarea:focus{border-color:#29b9e8;box-shadow:0 0 0 3px #29b9e826}.form-group textarea{resize:vertical;min-height:110px}.form-group--checkbox .checkbox-label{display:flex;gap:.75rem;align-items:flex-start;font-size:.85rem;color:#555;line-height:1.55;cursor:pointer;font-weight:400}.form-group--checkbox input[type=checkbox]{width:16px;height:16px;margin-top:2px;flex-shrink:0;accent-color:#29b9e8}.btn-send{display:inline-flex;align-items:center;gap:.6rem;background:#29b9e8;color:#fff;border:none;border-radius:8px;padding:.72rem 1.75rem;font-size:.97rem;font-weight:700;cursor:pointer;position:relative;overflow:hidden;transition:background .25s ease,transform .2s ease,box-shadow .25s ease;align-self:flex-start;letter-spacing:.02em}.btn-send:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.18) 0%,transparent 60%);opacity:0;transition:opacity .25s ease}.btn-send:hover:not(:disabled){background:#1a9fc8;transform:translateY(-2px);box-shadow:0 6px 18px #29b9e866}.btn-send:hover:before{opacity:1}.btn-send:active:not(:disabled){transform:translateY(0);box-shadow:none}.btn-send:disabled{opacity:.7;cursor:not-allowed}.btn-send__icon{font-size:1rem}.btn-send__spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .65s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.contact__success{display:flex;align-items:center;gap:.75rem;background:#e6f9f0;border:1px solid #4cba7a;border-radius:8px;padding:1.2rem 1.5rem;color:#2b7a4e;font-weight:600;font-size:1rem;animation:fadeUp .4s ease}.contact__success-icon{font-size:1.4rem;background:#4cba7a;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.contact__inner{flex-direction:column}}.footer{background:#162030;color:#ffffffc7}.footer__inner{max-width:1200px;margin:0 auto;padding:3.5rem 1.5rem 2.5rem;display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem}.footer__col{font-size:.9rem;line-height:1.75}.footer__heading{color:#29b9e8;font-size:.95rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin:0 0 1rem}.footer__col p{margin:0 0 .6rem}.footer__icon{margin-right:.5rem;font-size:.9rem}.footer__link{color:#ffffffc7;text-decoration:none;transition:color .2s ease}.footer__link:hover{color:#29b9e8}.footer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.3rem}.footer__list--nav .footer__nav-btn{background:none;border:none;color:#ffffffc7;font-size:.9rem;cursor:pointer;padding:0;font-family:inherit;transition:color .2s ease,transform .2s ease;text-align:left}.footer__list--nav .footer__nav-btn:hover{color:#29b9e8;transform:translate(4px)}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);text-align:center;padding:1.25rem 1.5rem;font-size:.82rem;color:#ffffff73}.footer__bottom p{margin:0}@media(max-width:900px){.footer__inner{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.footer__inner{grid-template-columns:1fr;gap:2rem}}.app{display:flex;flex-direction:column;min-height:100vh}.app main{flex:1}
