.hero{color:#fff;text-align:center;clip-path:inset(0);justify-content:center;align-items:center;width:100%;height:100svh;min-height:480px;display:flex;position:relative;overflow:hidden}.hero__container{z-index:3;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:0 20px;animation:1.2s cubic-bezier(.16,1,.3,1) forwards heroEntrance;display:flex;position:relative}.hero__title{letter-spacing:.5px;text-shadow:0 4px 12px #0000004d;margin-bottom:15px;font-size:clamp(2rem,5vw + 1rem,4rem);font-weight:500;line-height:1.2}.hero__subtitle{color:#edcd1f;letter-spacing:1px;text-shadow:0 2px 8px #0006;margin-bottom:40px;font-size:clamp(1.3rem,3vw + .5rem,2.5rem);font-weight:400}.hero__arrow{opacity:.8;justify-content:center;align-items:center;padding:10px;transition:transform .3s,opacity .3s;animation:2s infinite bounce;display:inline-flex}.hero__arrow:hover{opacity:1;transform:translateY(5px)}.hero__arrow svg{filter:drop-shadow(0 2px 4px #0000004d);width:clamp(35px,5vw,55px);height:auto}@keyframes heroEntrance{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(8px)}60%{transform:translateY(4px)}}@media (width<=992px){.hero{height:calc(100svh - 80px)}}@media (width<=768px){.hero{height:calc(100svh - 70px);min-height:420px}.hero__video{height:100%;position:absolute}.hero__subtitle{margin-bottom:25px}}@media (width<=380px){.hero{height:calc(100svh - 60px)}}.about{background-color:#f8f9fa;width:100%;min-height:550px;display:flex}.about__left{flex:1;justify-content:center;align-items:center;padding:clamp(50px,6vw,90px) clamp(30px,5vw,70px);display:flex}.about__content{width:100%;max-width:560px}.about__text{color:#2c3e50;flex-direction:column;gap:clamp(14px,1.8vw,18px);font-size:clamp(14px,.4vw + 13px,16px);line-height:1.7;display:flex}.about__right-wrapper{flex:1;min-height:550px;position:relative;overflow:hidden}.about__right{background-image:url(/images/about.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:transform 1.2s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0}.about__right-wrapper:hover .about__right{transform:scale(1.04)}@media (width<=1100px){.about__right-wrapper{min-height:480px}}@media (width<=900px){.about{flex-direction:column}.about__left{justify-content:center;padding:50px 24px}.about__content{max-width:100%}.about__right-wrapper{width:100%;height:380px;min-height:380px}}@media (width<=480px){.about__left{padding:40px 16px}.about__right-wrapper{height:280px;min-height:280px}}.stats__item{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translateY(40px)}.stats__divider{opacity:0;transition:opacity .6s ease-out .2s,transform .6s ease-out .2s;transform:scaleY(0)}.stats.is-visible .stats__item{opacity:1;transform:translateY(0)}.stats.is-visible .stats__item:last-child{transition-delay:.15s}.stats.is-visible .stats__divider{opacity:1;transform:scaleY(1)}.stats{background-color:#edcd1f;padding:60px 0}.stats__container{justify-content:center;align-items:center;gap:100px;display:flex}.stats__item{text-align:center;flex-direction:column;align-items:center;display:flex}.stats__number{color:#fff;margin-bottom:8px;font-size:clamp(40px,5vw,58px);font-weight:700;line-height:1.1}.stats__text{color:#3d5975;font-size:clamp(20px,1.5vw,22px);font-weight:700;line-height:1.25}.stats__divider{background-color:#fff;flex-shrink:0;width:2px;height:80px}@media (width<=576px){.stats{padding:30px 0}.stats__container{gap:30px}.stats__divider{height:50px}}@media (width<=360px){.stats__container{flex-direction:column;gap:20px}.stats__divider{width:60px;height:2px}}.services{background-color:#0000;padding:90px 0}.services__grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.service-card{background-color:#fff;border:1px solid #00000008;border-radius:12px;flex-direction:column;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000a}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #1e2d3b14}.service-card:hover:before{opacity:1}.service-card__image-wrapper{aspect-ratio:16/10;background-color:#e9ecef;width:100%;position:relative;overflow:hidden}.service-card__image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.service-card:hover .service-card__image{transform:scale(1.06)}.service-card__content{flex-direction:column;flex-grow:1;padding:30px 25px 35px;display:flex}.service-card__title{color:#1e2d3b;margin-bottom:12px;font-size:19px;font-weight:600;line-height:1.35;transition:color .2s}.service-card:hover .service-card__title{color:#bfa110}.service-card__description{color:#5c6b73;font-size:14px;line-height:1.65}@media (width<=992px){.services{padding:70px 0}.services__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (width<=600px){.services{padding:50px 0}.services__grid{grid-template-columns:1fr;gap:20px}.service-card__content{padding:24px 20px 28px}}.clients{background-color:#f7f5f5;padding:90px 0}.clients__logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;display:flex}.clients__item{opacity:0;background-color:#fff;border:1px solid #0000000d;border-radius:12px;justify-content:center;align-items:center;min-width:240px;height:120px;padding:30px 45px;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1),border-color .3s,box-shadow .3s;display:flex;transform:translateY(35px);box-shadow:0 4px 20px #00000008}.clients__item:first-child{transition-delay:.1s}.clients__item:nth-child(2){transition-delay:.2s}.clients__item:nth-child(3){transition-delay:.3s}.clients__item:nth-child(4){transition-delay:.4s}.clients.is-visible .clients__item{opacity:1;transform:translateY(0)}.clients__link{justify-content:center;align-items:center;width:100%;height:100%;text-decoration:none;display:inline-flex}.clients__logo{object-fit:contain;opacity:.85;max-width:150px;height:auto;max-height:55px}@media (hover:hover) and (pointer:fine){.clients__item:hover{border-color:#edcd1f80;box-shadow:0 8px 25px #1e2d3b0f}}@media (width<=768px){.clients{padding:70px 0}.clients__item{min-width:200px;height:100px;padding:20px 30px}.clients__logo{max-width:130px;max-height:45px}}@media (width<=480px){.clients{padding:50px 0}.clients__logos{gap:20px}.clients__item{width:100%;max-width:320px;height:90px}}.projects{background-color:#0000;padding:100px 0}.projects__grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.project-card{background-color:#f7f5f5;border:1px solid #00000008;border-radius:14px;flex-direction:column;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000a}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #1e2d3b17}.project-card__image-wrapper{aspect-ratio:16/11;background-color:#e9ecef;width:100%;position:relative;overflow:hidden}.project-card__image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.project-card__image-wrapper:after{content:"";pointer-events:none;background:linear-gradient(#0003 0%,#0000 40%);position:absolute;inset:0}.project-card__badges{z-index:2;justify-content:space-between;align-items:center;display:flex;position:absolute;top:15px;left:15px;right:15px}.project-card__year{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;letter-spacing:.5px;background-color:#1e2d3bd9;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600}.project-card__status{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#1e2d3b;background-color:#edcd1fe6;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600}.project-card__content{flex-direction:column;flex-grow:1;padding:28px 25px 32px;display:flex}.project-card__title{color:#1e2d3b;margin-bottom:20px;font-size:19px;font-weight:600;line-height:1.35;transition:color .2s}.project-card:hover .project-card__title{color:#bfa110}.project-card__location{color:#5c6b73;margin-top:6px;font-size:14px;font-weight:400;display:block}.project-card__btn{color:#1e2d3b;text-transform:uppercase;letter-spacing:1px;border-top:1px solid #0000000f;justify-content:space-between;align-items:center;margin-top:auto;padding:12px 0;font-size:13px;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.project-card__btn:after{content:"→";font-size:16px;transition:transform .2s}.project-card:hover .project-card__btn{color:#bfa110}.project-card:hover .project-card__btn:after{transform:translate(6px)}@media (width<=992px){.projects{padding:70px 0}.projects__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (width<=600px){.projects{padding:50px 0}.projects__grid{grid-template-columns:1fr;gap:20px}.project-card__content{padding:22px 20px 25px}}.contacts{background-color:#f7f5f5;padding:80px 0}.contacts__content{flex-direction:column;align-items:center;max-width:1000px;margin:0 auto;display:flex}.contacts__map-wrapper{background-color:#e5e3df;border:1px solid #0000000a;border-radius:12px;width:100%;height:420px;margin-bottom:35px;overflow:hidden;box-shadow:0 8px 30px #0000000f}.contacts__map{border:none;width:100%;height:100%}.contacts__card{opacity:0;background-color:#fff;border:1px solid #0000000a;border-radius:12px;width:100%;padding:40px;transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1);transform:translateY(30px);box-shadow:0 10px 40px #0000000a}.contacts.is-visible .contacts__card{opacity:1;transform:translateY(0)}.contacts__header{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;margin-bottom:35px;padding-bottom:20px;display:flex}.contacts__subtitle{color:#1e2d3b;margin:0;font-size:24px;font-weight:700}.contacts__badge{color:#555;letter-spacing:.5px;background-color:#f7f5f5;border-radius:20px;padding:6px 14px;font-size:12px;font-weight:600}.contacts__grid{grid-template-columns:1.2fr 1fr 1fr;gap:30px;display:grid}.contacts__group{background-color:#faf9f9;border:1px solid #0000;border-radius:10px;align-items:flex-start;gap:16px;padding:15px;transition:all .3s;display:flex}@media (hover:hover) and (pointer:fine){.contacts__group:hover{background-color:#fff;border-color:#edcd1f66;transform:translateY(-2px);box-shadow:0 6px 20px #1e2d3b0a}}.contacts__icon-box{color:#1e2d3b;background-color:#edcd1f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 4px 12px #edcd1f4d}.contacts__details{flex-direction:column;display:flex}.contacts__meta-title{text-transform:uppercase;letter-spacing:.8px;color:#888;margin-bottom:6px;font-size:11px;font-weight:700}.contacts__address{color:#2c3e50;font-size:14px;font-style:normal;line-height:1.5}.contacts__links-stack{flex-direction:column;gap:6px;display:flex}.contacts__link{color:#1e2d3b;align-items:center;gap:6px;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.contacts__link:hover{color:#d4ab0f}.contacts__tag{color:#666;background:#eae8e8;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:500}@media (width<=950px){.contacts__grid{grid-template-columns:1fr;gap:15px}.contacts__card{padding:25px 20px}.contacts__map-wrapper{height:320px}.contacts__header{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:25px;padding-bottom:15px}}
