.hero{padding-top:140px;padding-bottom:60px}.hero__top{grid-template-columns:1fr 300px;gap:0 40px;margin-bottom:48px;display:grid;position:relative}.hero__title{letter-spacing:-.02em;text-transform:uppercase;flex-direction:column;font-size:clamp(48px,7vw,88px);font-weight:800;line-height:1.05;display:flex;position:relative}.hero__line{display:block}.hero__desc{max-width:280px;color:var(--gray-800);grid-area:1/2;align-self:end;padding-bottom:8px;font-size:18px;font-weight:400;line-height:1.7}.hero__visual{margin-bottom:48px}.hero__video-placeholder{border-radius:var(--radius-lg);background:#1a1a1a;justify-content:center;align-items:center;width:100%;height:480px;display:flex;position:relative;overflow:hidden}.hero__video-placeholder-img{object-fit:cover;object-position:top center;width:100%;height:100%}.play-btn{z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:64px;height:64px;transition:background var(--transition), transform var(--transition);background:#ffffff26;border:1.5px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.play-btn:hover{background:#ffffff40;transform:scale(1.1)}@media (max-width:1024px){.hero__top{grid-template-columns:1fr;gap:24px}.hero__desc{grid-area:auto/1;max-width:100%}}@media (max-width:768px){.hero__desc{grid-column:1;max-width:100%}.hero__video-placeholder{height:280px}}
.offer{border-top:1px solid var(--gray-200);padding:100px 0}.offer__top{grid-template-columns:1fr 1fr;align-items:end;gap:48px 60px;margin-bottom:56px;display:grid}.offer__title{letter-spacing:-.02em;text-transform:uppercase;font-size:clamp(32px,4.5vw,52px);font-weight:800;line-height:1.08}.offer__lead{color:var(--gray-600);justify-self:end;max-width:520px;font-size:16px;line-height:1.75}.offer__grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.offer__card{border:1px solid var(--gray-200);border-radius:var(--radius-md);background:var(--white);transition:border-color var(--transition), box-shadow var(--transition);padding:32px}.offer__card:hover{border-color:#ff450040;box-shadow:0 12px 40px #0000000a}.offer__index{letter-spacing:.08em;color:var(--orange);margin-bottom:20px;font-size:12px;font-weight:600;display:block}.offer__card-title{letter-spacing:-.01em;margin-bottom:12px;font-size:20px;font-weight:700}.offer__card-text{color:var(--gray-600);font-size:14px;line-height:1.7}@media (max-width:1024px){.offer__top{grid-template-columns:1fr;gap:24px}.offer__lead{justify-self:start;max-width:100%}.offer__grid{grid-template-columns:1fr}}
.project-modal{z-index:200;pointer-events:none;visibility:hidden;text-transform:none;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.project-modal.is-open{pointer-events:auto;visibility:visible}.project-modal__backdrop{-webkit-backdrop-filter:blur(6px);opacity:0;background:#0000008c;position:absolute;inset:0}.project-modal__dialog{background:var(--white);border-radius:var(--radius-lg);opacity:0;width:100%;max-width:1040px;max-height:calc(100vh - 48px);position:relative;overflow:hidden;transform:translateY(32px)scale(.96);box-shadow:0 24px 80px #00000040}.project-modal__close{z-index:2;width:44px;height:44px;color:var(--black);transition:background var(--transition), transform var(--transition);background:#ffffffeb;border:1px solid #00000014;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:16px;right:16px}.project-modal__close:hover{background:var(--white);transform:scale(1.05)}.project-modal__scroll{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#ff450073 transparent;max-height:calc(100vh - 48px);overflow-y:auto}.project-modal__scroll::-webkit-scrollbar{width:6px}.project-modal__scroll::-webkit-scrollbar-track{background:0 0;margin:8px 0}.project-modal__scroll::-webkit-scrollbar-thumb{background:#ff450059 padding-box padding-box;border:2px solid #0000;border-radius:999px}.project-modal__scroll::-webkit-scrollbar-thumb:hover{background:#ff4500a6 padding-box padding-box}.project-modal__image{background:var(--gray-100);background-position:50%;background-size:cover;width:100%;height:380px;overflow:hidden}.project-modal__image img{object-fit:cover;object-position:top center;width:100%;height:100%;display:block}.project-modal__image--kontako{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%)}.project-modal__image--barder{background:linear-gradient(135deg,#2c2420 0%,#4a3f38 40%,#8b7355 100%)}.project-modal__image--Violto{background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 45%,#312e81 100%)}.project-modal__body{padding:36px 48px 48px}.project-modal__header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;display:flex}.project-modal__heading{flex:1;min-width:0}.project-modal__title{letter-spacing:-.02em;margin-bottom:6px;font-size:clamp(28px,4vw,40px);font-weight:800}.project-modal__subtitle{color:var(--gray-400);margin-bottom:0;font-size:14px;font-weight:500}.project-modal__subtitle[hidden]{display:none}.project-modal__title:has(+.project-modal__subtitle[hidden]){margin-bottom:0}.project-modal__meta{border-bottom:1px solid var(--gray-200);flex-direction:column;gap:20px;margin-bottom:28px;padding-bottom:28px;display:flex}.project-modal__tags{flex-wrap:wrap;gap:8px;display:flex}.project-modal__tag{color:var(--orange);background:#ff450014;border-radius:50px;align-items:center;padding:6px 14px;font-size:12px;font-weight:500;display:inline-flex}.project-modal__meta-row{flex-wrap:wrap;gap:32px;display:flex}.project-modal__meta-item{flex-direction:column;gap:4px;display:flex}.project-modal__meta-label{color:var(--gray-400);font-size:12px;font-weight:500}.project-modal__meta-value{color:var(--black);font-size:15px;font-weight:600}.project-modal__content{flex-direction:column;gap:24px;display:flex}.project-modal__link{flex-shrink:0;display:inline-flex}.project-modal__section-title{letter-spacing:-.01em;color:var(--black);margin-bottom:8px;font-size:16px;font-weight:700}.project-modal__section-text{color:var(--gray-600);font-size:15px;line-height:1.75}.project-modal__section-image{border-radius:var(--radius-sm);object-fit:cover;width:100%;height:auto;margin-top:12px;margin-bottom:20px;display:block}.project-modal__section-image--bottom{margin-bottom:0}.project-modal__section-image:not(img){background-color:var(--gray-100);background-position:50%;background-size:cover;height:260px}.project-modal__section-image--compact{object-fit:contain;width:65%;max-width:480px;margin-left:auto;margin-right:auto}.project-modal__section-image--kontako-layout{background:linear-gradient(160deg,#1a1a2e 0%,#243b55 50%,#0f3460 100%)}.project-modal__section-image--barder-dashboard{background:linear-gradient(160deg,#2c2420 0%,#3d342e 45%,#5c4d42 100%)}.project-modal__section-image--barder-schedule{background:linear-gradient(160deg,#f5f0eb 0%,#e0d5c8 50%,#c9b8a8 100%)}body.modal-open{overflow:hidden}@media (max-width:768px){.project-modal{padding:12px}.project-modal__dialog{border-radius:var(--radius-md);max-height:calc(100vh - 24px)}.project-modal__scroll{max-height:calc(100vh - 24px)}.project-modal__image{height:220px}.project-modal__body{padding:24px 20px 28px}.project-modal__section-image:not(img){height:180px}.project-modal__meta-row{gap:20px}.project-modal__header{flex-direction:column;align-items:stretch}.project-modal__link{align-self:flex-start}}
.project-card{cursor:pointer;overflow:hidden}.project-card:focus-visible{outline:2px solid var(--orange);outline-offset:4px;border-radius:var(--radius-md)}.project-card__image--kontako{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%)}.project-card__image{background:var(--gray-100);border-radius:var(--radius-md);transform-origin:50%;will-change:transform;width:100%;height:420px;position:relative;overflow:hidden}.project-card__image>img{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.project-card__overlay{background:linear-gradient(#0000 40%,#00000080 100%);flex-direction:column;justify-content:flex-end;padding:32px;display:flex;position:absolute;inset:0}.project-card__overlay--light{background:0 0;justify-content:center;align-items:center}.project-card__tagline{color:var(--white);letter-spacing:-.01em;font-size:28px;font-weight:700;line-height:1.2}.project-card__tagline--dark{color:var(--black);text-align:center;font-size:32px}.project-card__mini-arrow{background:var(--orange);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-top:16px;display:flex}.project-card__info{justify-content:space-between;align-items:flex-start;gap:16px;min-height:86px;padding-top:24px;display:flex}.project-card__title{letter-spacing:.02em;margin-bottom:4px;font-size:24px;font-weight:800}.project-card__subtitle{color:var(--gray-400);letter-spacing:.05em;text-transform:uppercase;font-size:12px;font-weight:500}@media (max-width:768px){.project-card__image{height:300px}}
.projects{padding:80px 0}.projects__grid{grid-template-columns:1fr 1fr;align-items:start;gap:32px;display:grid}@media (max-width:1024px){.projects__grid{grid-template-columns:1fr}}
.services{padding:100px 0}.services__title{letter-spacing:-.02em;text-transform:uppercase;margin-bottom:60px;font-size:clamp(36px,5vw,56px);font-weight:800;line-height:1.1}.services__list{border-top:1px solid var(--gray-200)}.service-item{border-bottom:1px solid var(--gray-200)}.service-item__header{text-align:left;width:100%;transition:color var(--transition);grid-template-columns:1fr auto auto;align-items:center;gap:24px;padding:28px 0;display:grid}.service-item__header:hover{color:var(--orange)}.service-item__name{letter-spacing:.02em;text-transform:uppercase;font-size:clamp(20px,3vw,32px);font-weight:700}.service-item__index{color:var(--gray-400);font-size:14px;font-weight:500}.service-item__arrow{width:32px;height:32px;color:var(--gray-400);transition:transform var(--transition), color var(--transition);justify-content:center;align-items:center;display:flex}.service-item--active .service-item__arrow{color:var(--black)}.service-item__body{opacity:0;grid-template-columns:200px 1fr auto;align-items:center;gap:32px;height:0;padding-bottom:0;display:grid;overflow:hidden}.service-item--active .service-item__body{opacity:1}.service-item__thumb{border-radius:var(--radius-sm);flex-shrink:0;width:200px;height:140px}.service-item__desc{color:var(--gray-600);max-width:480px;font-size:14px;line-height:1.7}@media (max-width:1024px){.service-item__body{grid-template-columns:1fr;gap:20px}.service-item__thumb{width:100%;height:180px}}
.stats{padding:20px 0 80px}.stats__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.stats__item{border:1px solid var(--gray-200);border-radius:var(--radius-md);background:var(--white);transition:border-color var(--transition), box-shadow var(--transition);flex-direction:column;gap:10px;padding:36px 32px;display:flex}.stats__item:hover{border-color:#ff450040;box-shadow:0 12px 40px #0000000a}.stats__value{letter-spacing:-.02em;color:var(--orange);font-size:clamp(40px,5vw,64px);font-weight:800;line-height:1}.stats__label{color:var(--gray-600);font-size:14px;line-height:1.6}@media (max-width:768px){.stats__grid{grid-template-columns:1fr}}
