:root{--services-blue:#326bf6;--services-blue-light:#e6efff;--services-black:#050505;--services-white:#fff;--services-gray-bg:#f9f9f9;--services-gray-text:#666;--services-gray-light:#e0e0e0;--services-placeholder:#e4e8eb}.services-page{background:var(--services-white);color:var(--services-black);min-height:100vh}.services-container{width:min(1200px,90%);margin-inline:auto}.services-topbar{inset-inline:0;z-index:100;background:var(--services-blue);color:var(--services-white);justify-content:space-between;align-items:center;padding:16px 5%;display:flex;position:fixed;top:0}.services-topbar__right,.services-topbar__left{align-items:center;gap:14px;display:flex}.services-brand{color:inherit;align-items:center;gap:12px;text-decoration:none;display:flex}.services-brand__mark{background:var(--services-white);width:40px;height:40px;color:var(--services-blue);border-radius:10px;justify-content:center;align-items:center;font-size:22px;display:flex}.services-brand__text{flex-direction:column;line-height:1.2;display:flex}.services-brand__text strong{font-size:18px;font-weight:800}.services-brand__text span{opacity:.85;font-size:14px}.services-topbar__nav{align-items:center;gap:24px;display:flex}.services-topbar__nav a{color:inherit;opacity:.9;font-weight:700;text-decoration:none}.services-topbar__nav a.is-active{opacity:1;text-underline-offset:6px;text-decoration:underline}.services-burger{cursor:pointer;background:0 0;border:none;display:none}.services-burger span{background:var(--services-white);width:24px;height:2px;margin:5px 0;display:block}.services-sidepanel{top:0;z-index:150;background:var(--services-white);width:300px;height:100vh;padding:28px;transition:inset-inline-end .35s;position:fixed;inset-inline-end:-100%;box-shadow:-8px 0 24px #00000024}.services-sidepanel.is-open{inset-inline-end:0}.services-sidepanel__header{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.services-sidepanel__close{cursor:pointer;background:0 0;border:none;font-size:30px}.services-sidepanel__nav{flex-direction:column;gap:18px;display:flex}.services-sidepanel__nav a{color:var(--services-black);font-weight:700;text-decoration:none}.services-sidepanel__nav a.is-active{color:var(--services-blue)}.services-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;padding:14px 28px;font-size:16px;font-weight:800;text-decoration:none;transition:all .25s;display:inline-flex}.services-btn--white-small{background:var(--services-white);color:var(--services-blue);border-radius:20px;padding:8px 16px;font-size:14px}.services-btn--white{background:var(--services-white);color:var(--services-blue)}.services-btn--blue{background:var(--services-blue);color:var(--services-white)}.services-btn--outline-white{color:var(--services-white);border:1px solid var(--services-white);background:0 0}.services-btn--outline-dark{color:var(--services-black);border:1px solid var(--services-black);background:0 0}.services-btn:hover{opacity:.92}.services-hero{background:var(--services-blue);color:var(--services-white);padding:140px 0 80px}.services-hero__inner{grid-template-columns:1.1fr 1fr;align-items:center;gap:40px;display:grid}.services-kicker{opacity:.9;margin-bottom:14px;font-size:14px;font-weight:800;display:inline-block}.services-kicker--dark{color:var(--services-gray-text)}.services-hero__title{margin-bottom:18px;font-size:clamp(36px,5vw,58px);font-weight:800;line-height:1.25}.services-hero__desc{opacity:.92;max-width:680px;font-size:16px;line-height:1.8}.services-hero__actions{flex-wrap:wrap;gap:14px;margin-top:24px;display:flex}.services-imageFrame{background:var(--services-placeholder);border-radius:18px;position:relative;overflow:hidden}.services-imageFrame--hero{min-height:320px}.services-dynamicImage{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .35s}.services-dynamicImage.is-loaded{opacity:1}.services-imageFallback{background:var(--services-placeholder);color:#00000073;text-align:center;justify-content:center;align-items:center;min-height:220px;padding:24px;font-weight:800;display:flex}.services-hero__image{min-height:320px}.services-section{padding:80px 0}.services-section--white{background:var(--services-white)}.services-section--gray{background:var(--services-gray-bg)}.services-sectionHeader{text-align:center;max-width:760px;margin:0 auto 48px}.services-sectionHeader__cta{margin-top:20px}.services-sectionHeader--light{color:var(--services-white)}.services-sectionTitle{margin-bottom:14px;font-size:clamp(30px,4vw,46px);font-weight:800;line-height:1.3}.services-sectionTitle--light{color:var(--services-white)}.services-sectionDesc{color:var(--services-gray-text);font-size:16px;line-height:1.8}.services-sectionDesc--light{color:#b5b5b5}.services-grid{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.services-card{background:var(--services-white);border:1px solid var(--services-gray-light);border-radius:18px;transition:all .25s;overflow:hidden;box-shadow:0 10px 24px #00000008}.services-card:hover{box-shadow:0 16px 36px #00000012}.services-card__media{background:var(--services-gray-bg)}.services-card__image{min-height:220px}.services-card__icon{background:var(--services-blue-light);width:60px;height:60px;color:var(--services-blue);border-radius:18px;justify-content:center;align-items:center;margin:28px 28px 0;font-size:26px;display:flex}.services-card__body{padding:28px}.services-card__title{margin-bottom:10px;font-size:22px;font-weight:800}.services-card__desc{color:var(--services-gray-text);margin-bottom:16px;line-height:1.8}.services-card__link{color:var(--services-blue);font-weight:800;text-decoration:none}.services-testimonialsGrid{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.services-testimonialCard{background:var(--services-white);border-radius:18px;flex-direction:column;justify-content:space-between;gap:24px;padding:28px;display:flex;box-shadow:0 10px 24px #0000000a}.services-testimonialCard__text{font-size:16px;font-weight:500;line-height:1.9}.services-testimonialCard__author{align-items:center;gap:14px;display:flex}.services-avatarFrame{background:var(--services-placeholder);border-radius:50%;flex-shrink:0;width:54px;height:54px;overflow:hidden}.services-avatar{width:54px;height:54px}.services-testimonialCard__authorInfo h4{margin-bottom:4px;font-size:16px;font-weight:800}.services-testimonialCard__authorInfo span{color:var(--services-gray-text);font-size:13px}.services-gallerySection{background:var(--services-black);padding:80px 0}.services-galleryGrid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.services-galleryCard{background:#111;border-radius:18px;overflow:hidden}.services-galleryImage{min-height:320px}.services-ctaSection{background:var(--services-white);padding:80px 0}.services-ctaCard{text-align:center;background:var(--services-white);border:1px solid var(--services-gray-light);border-radius:24px;max-width:860px;margin:0 auto;padding:42px 28px;box-shadow:0 16px 40px #0000000d}.services-ctaCard__actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:22px;display:flex}.services-footer{background:var(--services-black);color:var(--services-white);padding:56px 0 28px}.services-footer__inner{text-align:center}.services-footer__email{color:inherit;margin-bottom:22px;font-weight:600;text-decoration:none;display:inline-block}.services-footer__socials{flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:28px;display:flex}.services-footer__socials a{color:inherit;opacity:.85;text-decoration:none}.services-footer__bottom{opacity:.7;flex-wrap:wrap;justify-content:center;gap:14px;font-size:13px;display:flex}.services-footer__bottom a{color:inherit;text-decoration:none}@media (max-width:991px){.services-topbar__nav{display:none}.services-burger{display:inline-block}.services-hero__inner,.services-grid,.services-testimonialsGrid,.services-galleryGrid{grid-template-columns:1fr}}@media (max-width:640px){.services-topbar{padding:14px 4%}.services-hero{padding:130px 0 70px}.services-hero__title{font-size:34px}.services-hero__desc,.services-sectionDesc{font-size:15px}.services-card__body,.services-testimonialCard,.services-ctaCard{padding:22px}.services-hero__actions,.services-ctaCard__actions{flex-direction:column}}:root{--services-logo-size:96px;--services-logo-scale:1.85}.services-topbar{height:var(--services-logo-size)!important;min-height:var(--services-logo-size)!important;align-items:center!important;padding-top:0!important;padding-bottom:0!important;display:flex!important}.services-topbar__right,.services-topbar__right a,.services-topbar__nav,.services-topbar__left{height:var(--services-logo-size)!important;min-height:var(--services-logo-size)!important;align-items:center!important;display:flex!important}.services-brand-logo-shell,.services-sidepanel-logo-shell{width:var(--services-logo-size)!important;height:var(--services-logo-size)!important;background:radial-gradient(circle at 35% 25%,#fff 0%,#fff8e8 45%,#ead18e 100%)!important;border:3px solid #d4af37f2!important;border-radius:50%!important;flex-shrink:0!important;position:relative!important;overflow:hidden!important;box-shadow:0 5px 14px #00000029,inset 0 0 0 2px #ffffffd9!important}.services-brand-logo-img,.services-sidepanel-logo-img{object-fit:contain!important;object-position:center!important;width:100%!important;height:100%!important;transform:scale(var(--services-logo-scale))!important;transform-origin:50%!important;filter:contrast(1.25)saturate(1.35)brightness(1.08)!important;mix-blend-mode:normal!important}.services-sidepanel__header{justify-content:space-between!important;align-items:center!important;display:flex!important}@media (max-width:1024px){:root{--services-logo-size:84px;--services-logo-scale:1.82}.services-topbar__nav{display:none!important}.services-burger{display:flex!important}}@media (max-width:768px){:root{--services-logo-size:76px;--services-logo-scale:1.78}}@media (max-width:520px){:root{--services-logo-size:70px;--services-logo-scale:1.72}}
