.header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border-bottom:1px solid #e9eef5;width:100%;position:absolute;top:0;left:0}.header__inner{justify-content:space-between;align-items:center;gap:35px;width:min(1240px,100% - 48px);min-height:82px;margin:0 auto;display:flex}.header__logo{letter-spacing:-.8px;color:#102a43;white-space:nowrap;align-items:center;font-size:20px;font-weight:900;display:inline-flex}.header__logo span{color:#f47b20}.header__nav{align-items:center;gap:30px;margin-left:auto;display:flex}.header__nav a{color:#526173;font-size:14px;font-weight:600;transition:color .2s;position:relative}.header__nav a:after{content:"";background:#f47b20;border-radius:10px;width:0;height:2px;transition:width .2s;position:absolute;bottom:-7px;left:0}.header__nav a:hover{color:#102a43}.header__nav a:hover:after{width:100%}.header__actions{align-items:center;gap:20px;display:flex}.header__phone{color:#102a43;white-space:nowrap;font-size:14px;font-weight:700;transition:color .2s}.header__phone:hover{color:#f47b20}.header__button{color:#fff;background:#102a43;border-radius:7px;justify-content:center;align-items:center;min-height:44px;padding:0 20px;font-size:13px;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.header__button:hover{background:#f47b20;transform:translateY(-2px)}@media (width<=1050px){.header__nav{gap:18px}.header__phone{display:none}}@media (width<=800px){.header__inner{width:min(100% - 28px,1240px);min-height:72px}.header__nav{display:none}.header__actions{margin-left:auto}.header__button{min-height:40px;padding:0 15px;font-size:12px}.header__logo{font-size:17px}}.theme-toggle{color:#142338;cursor:pointer;background:#fff;border:1px solid #dfe5eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:all .25s;display:flex}.theme-toggle:hover{transform:translateY(-2px)}body.dark .header{background:#080808;border-bottom-color:#222}body.dark .header__logo{color:#fff}body.dark .header__logo span{color:#e50914}body.dark .header__nav a{color:#b5b5b5}body.dark .header__nav a:hover,body.dark .header__phone{color:#fff}body.dark .header__button{color:#fff;background:#e50914}body.dark .header__button:hover{background:#b80710}body.dark .theme-toggle{color:#fff;background:#111;border-color:#333}body.dark .theme-toggle:hover{color:#e50914;border-color:#e50914}@media (width<=768px){.header__inner{gap:15px;width:calc(100% - 30px);min-height:68px}.header__logo{white-space:nowrap;font-size:18px}.header__nav{display:none}.header__actions{gap:8px;margin-left:auto}.header__phone{display:none}.header__button{white-space:nowrap;padding:10px 14px;font-size:11px}.theme-toggle{flex-shrink:0;width:38px;height:38px}}@media (width<=430px){.header__inner{width:calc(100% - 24px)}.header__logo{font-size:16px}.header__button{padding:9px 11px;font-size:10px}.theme-toggle{width:36px;height:36px}}.header{animation:.6s cubic-bezier(.22,1,.36,1) forwards headerIn}@keyframes headerIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translate(0,0)}}.hero{background:radial-gradient(circle at 85% 20%,#f47b2014,#0000 28%),#f8fafc;min-height:100vh;padding-top:82px;position:relative;overflow:hidden}.hero__inner{grid-template-columns:.95fr 1.05fr;align-items:center;gap:80px;width:min(1240px,100% - 48px);min-height:calc(100vh - 82px);margin:0 auto;padding-top:55px;padding-bottom:90px;display:grid}.hero__content{z-index:5;position:relative}.hero__label{color:#64748b;letter-spacing:.9px;background:#fff;border:1px solid #dce5ee;border-radius:100px;align-items:center;gap:9px;margin-bottom:25px;padding:8px 13px;font-size:10px;font-weight:800;display:inline-flex}.hero__label span{background:#f47b20;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #f47b201f}.hero__title{color:#102a43;letter-spacing:-4px;max-width:650px;font-size:clamp(48px,5.3vw,76px);font-weight:900;line-height:.98}.hero__title strong{color:#0756a5}.hero__description{color:#64748b;max-width:560px;margin-top:28px;font-size:16px;line-height:1.7}.hero__buttons{align-items:center;gap:12px;margin-top:32px;display:flex}.hero__button{border-radius:7px;justify-content:center;align-items:center;min-height:52px;padding:0 24px;font-size:13px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.hero__button--primary{color:#fff;background:#f47b20;box-shadow:0 12px 25px #f47b2033}.hero__button--primary:hover{transform:translateY(-3px);box-shadow:0 16px 30px #f47b2047}.hero__button--secondary{color:#102a43;background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(45deg,#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5) border-box;border:2px solid #0000;transition:transform .25s}.hero__button--secondary:hover{transform:translateY(-2px)}.hero__stats{align-items:center;gap:38px;margin-top:48px;display:flex}.hero__stat{flex-direction:column;gap:5px;display:flex}.hero__stat strong{color:#102a43;font-size:21px;font-weight:900}.hero__stat span{color:#94a3b8;font-size:11px}.hero__visual{justify-content:center;align-items:center;height:620px;display:flex;position:relative}.hero__slider{background:#102a43;border-radius:28px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 35px 80px #102a4329}.hero__slide{opacity:0;visibility:hidden;transition:opacity .6s,transform 1s;position:absolute;inset:0;transform:scale(1.03)}.hero__slide--active{opacity:1;visibility:visible;transform:scale(1)}.hero__slide video,.hero__slide img{object-fit:cover;width:100%;height:100%;display:block}.hero__slide:after{content:"";pointer-events:none;background:linear-gradient(#102a4308 40%,#102a4373 100%);position:absolute;inset:0}.hero__arrow{z-index:10;color:#102a43;background:#ffffffeb;border:1px solid #ffffff73;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:20px;transition:background .2s,color .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero__arrow:hover{color:#fff;background:#f47b20;transform:translateY(-50%)scale(1.06)}.hero__arrow--left{left:18px}.hero__arrow--right{right:18px}.hero__dots{z-index:10;align-items:center;gap:7px;display:flex;position:absolute;bottom:22px;left:50%;transform:translate(-50%)}.hero__dot{background:#ffffff8c;border:0;border-radius:50%;width:7px;height:7px;padding:0;transition:width .25s,background .25s}.hero__dot--active{background:#fff;border-radius:20px;width:24px}.hero__card{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border:1px solid #e2e8f0e6;border-radius:12px;align-items:center;gap:12px;padding:14px 17px;display:flex;position:absolute;box-shadow:0 15px 40px #102a431f}.hero__card--top{top:35px;left:-28px}.hero__card--bottom{bottom:35px;right:-28px}.hero__card-icon{color:#fff;background:#0756a5;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;font-weight:900;display:flex}.hero__card-content{flex-direction:column;gap:3px;display:flex}.hero__card-content strong{color:#102a43;font-size:12px}.hero__card-content span{color:#94a3b8;font-size:10px}.hero__placeholder{color:#fff;background:radial-gradient(circle at 30% 20%,#174f7e,#0000 35%),#102a43;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:100%;height:100%;display:flex;box-shadow:0 35px 80px #102a4329}.hero__placeholder span{font-size:28px;font-weight:700}.hero__placeholder strong{color:#f47b20;font-size:48px;font-weight:900}.hero__ticker{color:#fff;background:#102a43;width:100%;height:46px;position:absolute;bottom:0;left:0;overflow:hidden}.hero__ticker-track{white-space:nowrap;align-items:center;gap:24px;width:max-content;height:100%;animation:28s linear infinite heroTicker;display:flex}.hero__ticker span{letter-spacing:.8px;font-size:11px;font-weight:800}.hero__ticker b{color:#f47b20;font-size:15px}@keyframes heroTicker{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=1050px){.hero__inner{grid-template-columns:1fr 1fr;gap:40px}.hero__title{font-size:clamp(44px,5vw,62px)}.hero__visual{height:540px}.hero__card--top{left:-15px}.hero__card--bottom{right:-15px}}@media (width<=800px){.hero{padding-top:72px}.hero__inner{grid-template-columns:1fr;gap:45px;width:min(100% - 28px,1240px);min-height:auto;padding-top:45px;padding-bottom:85px}.hero__title{letter-spacing:-2.5px;font-size:clamp(43px,11vw,60px)}.hero__description{font-size:15px}.hero__visual{height:480px}.hero__card--top{top:20px;left:12px}.hero__card--bottom{bottom:20px;right:12px}}@media (width<=500px){.hero__buttons{flex-direction:column;align-items:stretch}.hero__button{width:100%}.hero__stats{gap:20px}.hero__stat strong{font-size:17px}.hero__stat span{font-size:9px}.hero__visual{height:420px}.hero__card{padding:10px 12px}.hero__card-icon{width:32px;height:32px}.hero__card-content strong{font-size:10px}.hero__card-content span{font-size:8px}.hero__arrow{width:40px;height:40px}}.hero__instagram{opacity:0;visibility:hidden;background:#000;width:100%;height:100%;transition:opacity .5s,transform .6s;position:absolute;inset:0;transform:scale(1.02)}.hero__instagram--active{opacity:1;visibility:visible;z-index:2;transform:scale(1)}.hero__instagram iframe{border:0;width:100%;height:100%;display:block}.hero{width:100%;position:relative;overflow:hidden}.hero__inner{width:min(1200px,100% - 40px);margin:0 auto}.hero__ticker{width:100%;position:relative;overflow:hidden}.hero__ticker-track{white-space:nowrap;align-items:center;width:max-content;animation:25s linear infinite ticker;display:flex}.hero__ticker-track span,.hero__ticker-track b{flex-shrink:0}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}body.dark .hero{color:#fff;background:#080808}body.dark .hero__label{color:#fff;background:#111;border-color:#292929}body.dark .hero__label span{background:#e50914;box-shadow:0 0 0 4px #e5091426}body.dark .hero__title{color:#fff}body.dark .hero__title strong{color:#e50914}body.dark .hero__description{color:#b5b5b5}body.dark .hero__button--primary{color:#fff;background:#e50914;box-shadow:0 10px 25px #e5091433}body.dark .hero__button--primary:hover{background:#b80710}body.dark .hero__button--secondary{color:#fff;background:#111;border-color:#333}body.dark .hero__button--secondary:hover{color:#e50914;border-color:#e50914}body.dark .hero__stat strong{color:#fff}body.dark .hero__stat span{color:#999}body.dark .hero__slider{background:#111;box-shadow:0 25px 60px #00000080}body.dark .hero__placeholder{color:#999;background:#111}body.dark .hero__placeholder strong{color:#e50914}body.dark .hero__arrow{color:#fff;background:#111;border:1px solid #333}body.dark .hero__arrow:hover{color:#e50914;background:#1a1a1a;border-color:#e50914}body.dark .hero__dot{background:#555}body.dark .hero__dot--active{background:#e50914}body.dark .hero__card{background:#111;border-color:#292929;box-shadow:0 15px 35px #00000080}body.dark .hero__card-icon{color:#fff;background:#e50914}body.dark .hero__card-content strong{color:#fff}body.dark .hero__card-content span{color:#999}.hero__content,.hero__visual,.hero__ticker{opacity:0;will-change:transform, opacity}.hero__content{animation:.65s cubic-bezier(.22,1,.36,1) 50ms forwards heroContentIn}.hero__visual{animation:.7s cubic-bezier(.22,1,.36,1) .12s forwards heroVisualIn}.hero__ticker{animation:.5s ease-out .25s forwards heroTickerIn}@keyframes heroContentIn{0%{opacity:0;transform:translate(-35px)}to{opacity:1;transform:translate(0,0)}}@keyframes heroVisualIn{0%{opacity:0;transform:translate(35px)scale(.98)}to{opacity:1;transform:translate(0,0)scale(1)}}@media (prefers-reduced-motion:reduce){.hero__content,.hero__visual,.hero__ticker{opacity:1;animation:none;transform:none}}@media (width<=768px){.hero__inner{flex-direction:column;align-items:stretch;gap:38px;width:calc(100% - 30px);min-height:auto;padding:45px 0;display:flex}.hero__content{width:100%;max-width:none}.hero__label{letter-spacing:.7px;margin-bottom:20px;padding:7px 12px;font-size:9px}.hero__title{letter-spacing:-2px;font-size:clamp(40px,11vw,54px);line-height:.98}.hero__description{max-width:100%;margin-top:22px;font-size:14px;line-height:1.6}.hero__buttons{flex-direction:column;align-items:stretch;gap:10px;width:100%;margin-top:25px}.hero__button{width:100%;min-height:48px;padding:0 18px;font-size:13px}.hero__stats{grid-template-columns:repeat(3,1fr);gap:10px;width:100%;margin-top:30px;display:grid}.hero__stat{min-width:0}.hero__stat strong{font-size:18px}.hero__stat span{font-size:9px}.hero__visual{justify-self:auto;width:100%;max-width:none}.hero__slider,.hero__placeholder{border-radius:20px;width:100%;height:430px}.hero__card{display:none}.hero__arrow{width:38px;height:38px;font-size:17px}.hero__arrow--left{left:12px}.hero__arrow--right{right:12px}.hero__dots{bottom:14px}.hero__ticker{height:46px}.hero__ticker-track span{padding:0 16px;font-size:10px}}.hero{opacity:0;transition:opacity .8s,transform .8s cubic-bezier(.22,1,.36,1);transform:translateY(35px)}.hero.scroll-visible{opacity:1;transform:translate(0,0)}.hero.scroll-visible .hero__content{animation:.7s cubic-bezier(.22,1,.36,1) both heroContentIn}.hero.scroll-visible .hero__visual{animation:.8s cubic-bezier(.22,1,.36,1) .12s both heroVisualIn}.wc-section{max-width:1200px;margin:0 auto;padding:80px 24px}.wc-eyebrow{color:#f5811f;letter-spacing:.06em;margin-bottom:8px;font-size:13px;font-weight:700}.wc-heading{color:#142338;margin:0 0 32px;font-size:34px;font-weight:800}.wc-status{color:#6b7484;padding:24px 0;font-size:15px}.wc-status-error{color:#d0453a}.wc-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (width<=980px){.wc-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.wc-grid{grid-template-columns:1fr}}.wc-card{background:#fff;border:1px solid #eceef1;border-radius:16px;overflow:hidden;box-shadow:0 10px 24px #1423380f}.wc-images{background:#eceef1;grid-template-columns:1fr 1fr;gap:2px;display:grid}.wc-half{aspect-ratio:4/5;background:#dfe2e7;position:relative;overflow:hidden}.wc-img{object-fit:cover;width:100%;height:100%;display:block}.wc-badge{letter-spacing:.04em;color:#fff;border-radius:6px;padding:4px 10px;font-size:10px;font-weight:800;position:absolute;top:10px;left:10px}.wc-badge-before{background:#142338bf}.wc-badge-after{background:#f5811f}.wc-caption{color:#142338;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#ffffffd9;padding:6px 10px;font-size:11px;position:absolute;bottom:0;left:0;right:0}.wc-caption-label{letter-spacing:.03em;font-weight:800}.wc-footer{justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.wc-title{color:#142338;font-size:15px;font-weight:700}.wc-subtitle{color:#8b93a1;font-size:13px}.wc-card{cursor:pointer;transition:transform .25s,box-shadow .25s}.wc-card:hover{transform:translateY(-7px);box-shadow:0 18px 35px #1423381f}.wc-img{transition:transform .3s}.wc-half:hover .wc-img{transform:scale(1.04)}.wc-modal-close{color:#142338;cursor:pointer;background:#fff;border:none;border-radius:50%;width:42px;height:42px;font-size:28px;line-height:1;position:absolute;top:20px;right:25px}.wc-modal-close:hover{transform:scale(1.05)}.wc-half{cursor:pointer}.wc-modal{z-index:9999;cursor:pointer;background:#0a121ce6;justify-content:center;align-items:center;padding:40px;display:flex;position:fixed;inset:0}.wc-modal-img{object-fit:contain;cursor:default;border-radius:12px;max-width:85vw;max-height:85vh;box-shadow:0 20px 60px #0006}.wc-modal-close{color:#142338;cursor:pointer;z-index:10;background:#fff;border:none;border-radius:50%;width:44px;height:44px;font-size:28px;position:absolute;top:20px;right:25px}.wc-modal-arrow{z-index:10;color:#142338;cursor:pointer;background:#fff;border:none;border-radius:50%;width:48px;height:48px;font-size:22px;position:absolute;top:50%;transform:translateY(-50%)}.wc-modal-arrow:hover{transform:translateY(-50%)scale(1.05)}.wc-modal-arrow-left{left:30px}.wc-modal-arrow-right{right:30px}.wc-modal-counter{color:#142338;background:#ffffffe6;border-radius:20px;padding:7px 12px;font-size:12px;font-weight:700;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}@media (width<=640px){.wc-modal{padding:20px}.wc-modal-img{max-width:92vw;max-height:80vh}.wc-modal-arrow{width:40px;height:40px}.wc-modal-arrow-left{left:12px}.wc-modal-arrow-right{right:12px}}body.dark .wc-section{background:#080808}body.dark .wc-eyebrow{color:#e50914}body.dark .wc-heading{color:#fff}body.dark .wc-status{color:#999}body.dark .wc-card{background:#111;border-color:#292929;box-shadow:0 10px 30px #0006}body.dark .wc-card:hover{box-shadow:0 18px 40px #0000008c}body.dark .wc-images{background:#292929}body.dark .wc-half{background:#151515}body.dark .wc-badge-before{color:#fff;background:#000c}body.dark .wc-badge-after{color:#fff;background:#e50914}body.dark .wc-footer{background:#111}body.dark .wc-title{color:#fff}body.dark .wc-subtitle{color:#999}body.dark .wc-modal{background:#000000f0}body.dark .wc-modal-close{color:#fff;background:#111;border:1px solid #333}body.dark .wc-modal-close:hover{color:#e50914;background:#1a1a1a;border-color:#e50914}body.dark .wc-modal-arrow{color:#fff;background:#111;border:1px solid #333}body.dark .wc-modal-arrow:hover{color:#e50914;background:#1a1a1a;border-color:#e50914}body.dark .wc-modal-counter{color:#fff;background:#111;border:1px solid #333}.wc-section{opacity:0;animation:.65s cubic-bezier(.22,1,.36,1) .1s forwards beforeAfterSectionIn}.wc-card{opacity:0;will-change:transform, opacity;animation:.6s cubic-bezier(.22,1,.36,1) forwards beforeAfterCardIn}.wc-card:first-child{animation-delay:.15s}.wc-card:nth-child(2){animation-delay:.22s}.wc-card:nth-child(3){animation-delay:.29s}.wc-card:nth-child(4){animation-delay:.36s}.wc-card:nth-child(5){animation-delay:.43s}.wc-card:nth-child(6){animation-delay:.5s}@keyframes beforeAfterSectionIn{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translate(0,0)}}@keyframes beforeAfterCardIn{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translate(0,0)}}@media (prefers-reduced-motion:reduce){.wc-section,.wc-card{opacity:1;animation:none;transform:none}}@media (width<=768px){.wc-section{width:calc(100% - 30px);margin:0 auto;padding:60px 0}.wc-eyebrow{font-size:11px}.wc-heading{margin-bottom:25px;font-size:28px}.wc-grid{grid-template-columns:repeat(2,1fr);gap:14px}.wc-card{border-radius:12px}.wc-images{gap:2px}.wc-half{aspect-ratio:3/4}.wc-badge{padding:3px 7px;font-size:8px;top:7px;left:7px}.wc-footer{padding:12px}.wc-title{font-size:12px}}.wc-section{opacity:0;transition:opacity .7s,transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(45px)}.wc-section.scroll-visible{opacity:1;transform:translate(0,0)}.wc-section.scroll-visible .wc-card{animation:.6s cubic-bezier(.22,1,.36,1) both wcCardIn}.wc-section.scroll-visible .wc-card:nth-child(2){animation-delay:.1s}.wc-section.scroll-visible .wc-card:nth-child(3){animation-delay:.2s}.wc-section.scroll-visible .wc-card:nth-child(4){animation-delay:.3s}@keyframes wcCardIn{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translate(0,0)}}.gallery-section{max-width:1200px;margin:0 auto;padding:100px 24px;overflow:hidden}.gallery-header{max-width:650px;margin-bottom:45px}.gallery-eyebrow{color:#f5811f;letter-spacing:.08em;margin-bottom:10px;font-size:13px;font-weight:800;display:inline-block}.gallery-title{color:#142338;margin:0;font-size:42px;font-weight:800;line-height:1.05}.gallery-description{color:#6b7484;max-width:600px;margin:15px 0 0;font-size:15px;line-height:1.7}.gallery-table{background:linear-gradient(135deg,#d9c2a0,#b89468);border-radius:28px;width:100%;min-height:540px;padding:45px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff26,0 25px 60px #14233826}.gallery-table:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff14,#0000);position:absolute;inset:0}.gallery-table-surface{grid-template-columns:repeat(4,1fr);place-items:center;gap:25px;width:100%;min-height:450px;display:grid;position:relative}.gallery-item{aspect-ratio:4/5;cursor:pointer;background:#fff;border-radius:4px;width:100%;max-width:210px;padding:7px;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 15px 25px #00000040}.gallery-item:first-child{transform:rotate(-7deg)translateY(15px)}.gallery-item:nth-child(2){transform:rotate(4deg)translateY(-18px)}.gallery-item:nth-child(3){transform:rotate(-3deg)translateY(12px)}.gallery-item:nth-child(4){transform:rotate(7deg)translateY(-20px)}.gallery-item:nth-child(5){transform:rotate(-5deg)translateY(-5px)}.gallery-item:nth-child(6){transform:rotate(5deg)translateY(20px)}.gallery-item:hover{z-index:5;transform:rotate(0)translateY(-15px)scale(1.05);box-shadow:0 25px 45px #00000059}.gallery-item img,.gallery-item video{object-fit:cover;border-radius:2px;width:100%;height:100%;display:block}.gallery-video-icon{color:#fff;pointer-events:none;background:#000000b3;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:15px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gallery-status{color:#6b7484;text-align:center;padding:50px 0}.gallery-modal{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#080c12eb;justify-content:center;align-items:center;padding:40px;display:flex;position:fixed;inset:0}.gallery-modal-media{cursor:default;max-width:88vw;max-height:88vh}.gallery-modal-media img,.gallery-modal-media video{object-fit:contain;border-radius:10px;width:auto;max-width:88vw;height:auto;max-height:88vh;display:block;box-shadow:0 25px 70px #00000080}.gallery-close{color:#fff;cursor:pointer;z-index:10;background:#111;border:1px solid #333;border-radius:50%;width:44px;height:44px;font-size:28px;position:absolute;top:20px;right:25px}.gallery-arrow{color:#fff;cursor:pointer;z-index:10;background:#111;border:1px solid #333;border-radius:50%;width:50px;height:50px;font-size:22px;transition:all .2s;position:absolute;top:50%;transform:translateY(-50%)}.gallery-arrow:hover{background:#e50914;border-color:#e50914}.gallery-arrow-left{left:30px}.gallery-arrow-right{right:30px}.gallery-counter{color:#142338;background:#ffffffe6;border-radius:20px;padding:7px 13px;font-size:12px;font-weight:700;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.gallery-header{opacity:0;animation:.65s cubic-bezier(.22,1,.36,1) 50ms forwards galleryHeaderIn}.gallery-table{opacity:0;animation:.7s cubic-bezier(.22,1,.36,1) .15s forwards galleryTableIn}.gallery-item{opacity:0;animation:.6s cubic-bezier(.22,1,.36,1) forwards galleryItemIn}.gallery-item:first-child{animation-delay:.25s}.gallery-item:nth-child(2){animation-delay:.32s}.gallery-item:nth-child(3){animation-delay:.39s}.gallery-item:nth-child(4){animation-delay:.46s}.gallery-item:nth-child(5){animation-delay:.53s}.gallery-item:nth-child(6){animation-delay:.6s}@keyframes galleryHeaderIn{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translate(0,0)}}@keyframes galleryTableIn{0%{opacity:0;transform:translateY(30px)scale(.98)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes galleryItemIn{0%{opacity:0;transform:translateY(25px)scale(.95)}to{opacity:1}}@media (prefers-reduced-motion:reduce){.gallery-header,.gallery-table,.gallery-item{opacity:1;animation:none}}body.dark .gallery-section{background:#080808}body.dark .gallery-eyebrow{color:#e50914}body.dark .gallery-title{color:#fff}body.dark .gallery-description,body.dark .gallery-status{color:#999}body.dark .gallery-table{background:linear-gradient(135deg,#151515,#080808);box-shadow:inset 0 0 0 1px #292929,0 25px 60px #00000080}body.dark .gallery-item{background:#fff;box-shadow:0 15px 30px #0009}body.dark .gallery-item:hover{box-shadow:0 25px 50px #000000bf}body.dark .gallery-video-icon{background:#e50914}body.dark .gallery-modal{background:#000000f5}body.dark .gallery-close{color:#fff;background:#111;border-color:#333}body.dark .gallery-close:hover{color:#e50914;border-color:#e50914}body.dark .gallery-arrow{color:#fff;background:#111;border-color:#333}body.dark .gallery-arrow:hover{background:#e50914;border-color:#e50914}body.dark .gallery-counter{color:#fff;background:#111;border:1px solid #333}@media (width<=768px){.gallery-section{width:calc(100% - 30px);padding:65px 0}.gallery-header{margin-bottom:30px}.gallery-title{font-size:30px}.gallery-description{font-size:14px}.gallery-table{border-radius:20px;min-height:520px;padding:30px 15px}.gallery-table-surface{grid-template-columns:repeat(2,1fr);gap:20px;min-height:460px}.gallery-item{max-width:150px}.gallery-item:first-child{transform:rotate(-5deg)}.gallery-item:nth-child(2){transform:rotate(5deg)}.gallery-item:nth-child(3){transform:rotate(3deg)}.gallery-item:nth-child(4){transform:rotate(-4deg)}.gallery-item:nth-child(5){transform:rotate(-3deg)}.gallery-item:nth-child(6){transform:rotate(5deg)}.gallery-modal{padding:15px}.gallery-modal-media,.gallery-modal-media img,.gallery-modal-media video{max-width:92vw;max-height:80vh}.gallery-arrow{width:40px;height:40px;font-size:17px}.gallery-arrow-left{left:10px}.gallery-arrow-right{right:10px}.gallery-close{width:38px;height:38px;font-size:24px;top:12px;right:12px}}.gallery-section{opacity:0;transition:opacity .7s,transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(45px)}.gallery-section.scroll-visible{opacity:1;transform:translate(0,0)}.gallery-section.scroll-visible .gallery-card{animation:.6s cubic-bezier(.22,1,.36,1) both galleryCardIn}.gallery-section.scroll-visible .gallery-card:nth-child(2){animation-delay:.1s}.gallery-section.scroll-visible .gallery-card:nth-child(3){animation-delay:.2s}.gallery-section.scroll-visible .gallery-card:nth-child(4){animation-delay:.3s}@keyframes galleryCardIn{0%{opacity:0;transform:translateY(25px)scale(.98)}to{opacity:1;transform:translate(0,0)scale(1)}}.reviews-section{max-width:1200px;margin:0 auto;padding:100px 24px;overflow:hidden}.reviews-header{text-align:center;max-width:650px;margin:0 auto 55px}.reviews-eyebrow{color:#f5811f;letter-spacing:.08em;margin-bottom:10px;font-size:13px;font-weight:800;display:inline-block}.reviews-title{color:#142338;margin:0;font-size:42px;font-weight:800;line-height:1.1}.reviews-description{color:#6b7484;margin:15px 0 0;font-size:15px;line-height:1.7}.reviews-carousel{justify-content:center;align-items:center;gap:30px;min-height:390px;display:flex;position:relative}.review-center{z-index:3;width:470px;position:relative}.review-side{cursor:pointer;filter:blur(2px);opacity:.55;width:330px;transition:transform .4s,opacity .4s,filter .4s}.review-side:hover{filter:blur();opacity:.8}.review-side--left{transform:translate(40px)scale(.85)}.review-side--right{transform:translate(-40px)scale(.85)}.review-side--left:hover{transform:translate(35px)scale(.88)}.review-side--right:hover{transform:translate(-35px)scale(.88)}.review-card{box-sizing:border-box;background:#fff;border:1px solid #eceef1;border-radius:22px;flex-direction:column;justify-content:space-between;min-height:300px;padding:35px;transition:transform .35s,box-shadow .35s;display:flex;box-shadow:0 20px 50px #14233814}.review-card--active{min-height:340px;box-shadow:0 25px 65px #14233821}.review-card--active:hover{transform:translateY(-5px);box-shadow:0 30px 75px #14233829}.review-text{color:#142338;margin:0;font-size:18px;font-weight:500;line-height:1.65}.review-author{align-items:center;margin-top:30px;display:flex}.review-author strong{color:#142338;font-size:14px;font-weight:800;display:block}.review-author span{color:#8b93a1;margin-top:4px;font-size:12px;display:block}.reviews-arrow{color:#142338;cursor:pointer;z-index:5;background:#fff;border:1px solid #e0e3e8;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;padding:0;font-size:18px;transition:background .2s,border-color .2s,color .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.reviews-arrow:hover{color:#fff;background:#f5811f;border-color:#f5811f;transform:translateY(-50%)scale(1.06)}.reviews-arrow--left{left:80px}.reviews-arrow--right{right:80px}.reviews-dots{justify-content:center;align-items:center;gap:7px;margin-top:20px;display:flex}.reviews-dot{cursor:pointer;background:#d6dbe1;border:0;border-radius:50%;width:7px;height:7px;padding:0;transition:width .25s,background .25s}.reviews-dot:hover{background:#aeb5bf}.reviews-dot--active{background:#f5811f;border-radius:10px;width:24px}.review-form-wrapper{box-sizing:border-box;background:#fff;border:1px solid #eceef1;border-radius:22px;max-width:650px;margin:75px auto 0;padding:35px;box-shadow:0 15px 40px #1423380f}.review-form-header{margin-bottom:25px}.review-form-header>span{color:#f5811f;letter-spacing:.08em;font-size:11px;font-weight:800}.review-form-header h3{color:#142338;margin:7px 0 5px;font-size:25px;line-height:1.2}.review-form-header p{color:#8b93a1;margin:0;font-size:13px;line-height:1.5}.review-form{flex-direction:column;gap:12px;display:flex}.review-form input,.review-form textarea{box-sizing:border-box;color:#142338;background:#f8f9fa;border:1px solid #e1e5ea;border-radius:10px;outline:none;width:100%;font-family:inherit;font-size:14px;transition:border-color .2s,background .2s,box-shadow .2s}.review-form input{height:48px;padding:0 15px}.review-form textarea{resize:vertical;min-height:120px;padding:14px 15px}.review-form input::placeholder,.review-form textarea::placeholder{color:#9ca3af}.review-form input:focus,.review-form textarea:focus{background:#fff;border-color:#f5811f;box-shadow:0 0 0 3px #f5811f14}.review-form button{color:#fff;cursor:pointer;background:#f5811f;border:0;border-radius:10px;min-height:48px;margin-top:4px;font-size:12px;font-weight:800;transition:transform .2s,opacity .2s,background .2s}.review-form button:hover{transform:translateY(-2px)}.review-form button:active{transform:translateY(0)}.review-form button:disabled{opacity:.6;cursor:not-allowed;transform:none}.reviews-status{color:#6b7484;text-align:center;padding:60px 0;font-size:15px}.reviews-header,.reviews-carousel,.review-form-wrapper{opacity:0;transform:translateY(35px)}.reviews-section.reviews-visible .reviews-header{animation:.65s cubic-bezier(.22,1,.36,1) forwards reviewsHeaderIn}.reviews-section.reviews-visible .reviews-carousel{animation:.7s cubic-bezier(.22,1,.36,1) .12s forwards reviewsCarouselIn}.reviews-section.reviews-visible .review-form-wrapper{animation:.6s cubic-bezier(.22,1,.36,1) .25s forwards reviewsFormIn}@keyframes reviewsHeaderIn{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translate(0,0)}}@keyframes reviewsCarouselIn{0%{opacity:0;transform:translateY(45px)scale(.97)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes reviewsFormIn{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translate(0,0)}}body.dark .reviews-section{background:#080808}body.dark .reviews-title{color:#fff}body.dark .reviews-description{color:#999}body.dark .review-card{background:#111;border-color:#292929;box-shadow:0 25px 60px #0000008c}body.dark .review-card--active{box-shadow:0 30px 75px #000000b3}body.dark .review-card--active:hover{box-shadow:0 35px 85px #000c}body.dark .review-text,body.dark .review-author strong{color:#fff}body.dark .review-author span{color:#777}body.dark .reviews-arrow{color:#fff;background:#111;border-color:#333}body.dark .reviews-arrow:hover{color:#fff;background:#e50914;border-color:#e50914}body.dark .reviews-dot{background:#333}body.dark .reviews-dot:hover{background:#555}body.dark .reviews-dot--active{background:#e50914}body.dark .review-form-wrapper{background:#111;border-color:#292929;box-shadow:0 25px 60px #00000080}body.dark .review-form-header h3{color:#fff}body.dark .review-form-header p{color:#777}body.dark .review-form input,body.dark .review-form textarea{color:#fff;background:#080808;border-color:#333}body.dark .review-form input::placeholder,body.dark .review-form textarea::placeholder{color:#666}body.dark .review-form input:focus,body.dark .review-form textarea:focus{background:#0c0c0c;border-color:#e50914;box-shadow:0 0 0 3px #e509141a}body.dark .review-form button{background:#e50914}body.dark .review-form button:hover{background:#c90812}body.dark .reviews-status{color:#777}@media (width<=1100px){.reviews-carousel{gap:10px}.review-center{width:430px}.review-side{width:280px}.reviews-arrow--left{left:25px}.reviews-arrow--right{right:25px}}@media (width<=768px){.reviews-section{width:calc(100% - 30px);padding:70px 0}.reviews-header{margin-bottom:35px}.reviews-title{font-size:30px}.reviews-description{font-size:14px}.reviews-carousel{width:100%;min-height:360px}.review-center{width:100%}.review-card--active{border-radius:18px;min-height:310px;padding:25px}.review-side{display:none}.reviews-arrow{width:40px;height:40px}.reviews-arrow--left{left:8px}.reviews-arrow--right{right:8px}.review-text{font-size:16px;line-height:1.6}.review-author{margin-top:25px}.review-form-wrapper{border-radius:18px;margin-top:55px;padding:25px 20px}.review-form-header h3{font-size:22px}}@media (width<=430px){.reviews-section{width:calc(100% - 24px);padding:60px 0}.reviews-title{font-size:27px}.reviews-description{font-size:13px}.reviews-carousel{min-height:330px}.review-card--active{border-radius:16px;min-height:285px;padding:22px}.review-text{font-size:15px}.review-author strong{font-size:13px}.review-author span{font-size:11px}.reviews-arrow{width:36px;height:36px;font-size:15px}.reviews-arrow--left{left:5px}.reviews-arrow--right{right:5px}.review-form-wrapper{padding:22px 16px}}@media (prefers-reduced-motion:reduce){.reviews-header,.reviews-carousel,.review-form-wrapper{opacity:1;transform:none;animation:none!important}.review-card,.review-side,.reviews-arrow,.reviews-dot,.review-form button{transition:none}}.contacts-section{opacity:0;background:#fff;width:100%;transition:opacity .7s,transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(45px)}.contacts-section.scroll-visible{opacity:1;transform:translate(0,0)}.contacts-container{width:min(1200px,100% - 48px);margin:0 auto;padding:100px 0 90px}.contacts-header{text-align:center;max-width:650px;margin:0 auto 55px}.contacts-eyebrow{color:#f5811f;letter-spacing:.08em;margin-bottom:10px;font-size:13px;font-weight:800;display:inline-block}.contacts-title{color:#142338;margin:0;font-size:42px;font-weight:800;line-height:1.1}.contacts-description{color:#6b7484;margin:15px 0 0;font-size:15px;line-height:1.7}.contacts-content{grid-template-columns:1fr 1fr;align-items:center;gap:70px;display:grid}.contacts-info{flex-direction:column;gap:25px;display:flex}.contact-item{align-items:center;gap:16px;display:flex}.contact-icon{color:#f5811f;background:#f5f6f8;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:19px;display:flex}.contact-item span{color:#8b93a1;margin-bottom:4px;font-size:12px;font-weight:600;display:block}.contact-item a,.contact-item strong{color:#142338;font-size:15px;font-weight:700;display:block}.contact-item a{transition:color .2s}.contact-item a:hover{color:#f5811f}.contacts-form-wrapper{background:#fff;border:1px solid #eceef1;border-radius:22px;padding:35px;box-shadow:0 20px 50px #14233812}.contacts-form-header{margin-bottom:25px}.contacts-form-header>span{color:#f5811f;letter-spacing:.08em;font-size:11px;font-weight:800}.contacts-form-header h3{color:#142338;margin:7px 0;font-size:25px}.contacts-form-header p{color:#8b93a1;margin:0;font-size:13px;line-height:1.6}.contacts-form{flex-direction:column;gap:12px;display:flex}.contacts-form input{box-sizing:border-box;color:#142338;background:#f8f9fa;border:1px solid #e1e5ea;border-radius:10px;outline:none;width:100%;height:50px;padding:0 15px;font-family:inherit;font-size:14px;transition:border-color .2s,background .2s}.contacts-form input:focus{background:#fff;border-color:#f5811f}.contacts-form button{color:#fff;cursor:pointer;background:#f5811f;border:0;border-radius:10px;min-height:50px;font-size:12px;font-weight:800;transition:transform .2s,opacity .2s}.contacts-form button:hover{transform:translateY(-2px)}.contacts-success{color:#28a745;text-align:center;margin:12px 0 0;font-size:13px}.contacts-map{width:100%;height:450px;overflow:hidden}.contacts-map iframe{border:0;width:100%;height:100%;display:block}body.dark .contacts-section{background:#080808}body.dark .contacts-title{color:#fff}body.dark .contacts-description{color:#999}body.dark .contact-icon{color:#e50914;background:#111}body.dark .contact-item a,body.dark .contact-item strong{color:#fff}body.dark .contact-item a:hover{color:#e50914}body.dark .contacts-form-wrapper{background:#111;border-color:#292929;box-shadow:0 25px 60px #00000080}body.dark .contacts-form-header h3{color:#fff}body.dark .contacts-form-header p{color:#777}body.dark .contacts-form input{color:#fff;background:#080808;border-color:#333}body.dark .contacts-form input::placeholder{color:#666}body.dark .contacts-form input:focus{border-color:#e50914}body.dark .contacts-form button{background:#e50914}body.dark .contacts-form button:hover{background:#b80710}@media (width<=800px){.contacts-container{width:calc(100% - 30px);padding:75px 0 65px}.contacts-title{font-size:32px}.contacts-description{font-size:14px}.contacts-content{grid-template-columns:1fr;gap:40px}.contacts-form-wrapper{border-radius:18px;padding:25px 20px}.contacts-map{height:350px}}@media (width<=430px){.contacts-container{width:calc(100% - 24px)}.contacts-title{font-size:28px}.contact-item{gap:12px}.contact-icon{width:44px;height:44px}.contacts-form-header h3{font-size:21px}.contacts-map{height:300px}}@media (prefers-reduced-motion:reduce){.contacts-section{opacity:1;transition:none;transform:none}}.footer{color:#fff;background:#142338;width:100%}.footer__inner{grid-template-columns:1.5fr 1fr 1fr;gap:70px;width:min(1200px,100% - 48px);margin:0 auto;padding:65px 0;display:grid}.footer__logo{color:#fff;letter-spacing:-.8px;margin-bottom:15px;font-size:22px;font-weight:900;display:inline-block}.footer__logo span{color:#f5811f}.footer__brand p{color:#aeb8c5;max-width:330px;margin:0;font-size:13px;line-height:1.7}.footer__links,.footer__contact{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.footer__title{color:#f5811f;letter-spacing:.08em;margin-bottom:8px;font-size:11px;font-weight:800}.footer__links a,.footer__contact a,.footer__contact span:not(.footer__title){color:#c4ccd6;font-size:13px;transition:color .2s,transform .2s}.footer__links a:hover,.footer__contact a:hover{color:#f5811f;transform:translate(3px)}.footer__bottom{color:#7f8b99;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;width:min(1200px,100% - 48px);margin:0 auto;padding:20px 0;font-size:11px;display:flex}body.dark .footer{background:#050505}body.dark .footer__logo span,body.dark .footer__title,body.dark .footer__links a:hover,body.dark .footer__contact a:hover{color:#e50914}@media (width<=800px){.footer__inner{grid-template-columns:1fr 1fr;gap:40px;width:calc(100% - 30px);padding:50px 0}.footer__brand{grid-column:1/-1}.footer__bottom{flex-direction:column;align-items:flex-start;gap:10px;width:calc(100% - 30px)}}@media (width<=430px){.footer__inner{grid-template-columns:1fr;gap:30px;width:calc(100% - 24px)}.footer__brand{grid-column:auto}.footer__bottom{width:calc(100% - 24px)}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#111827;background:#f7f9fc;font-family:Arial,Helvetica,sans-serif}button,input,textarea{font-family:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.container{width:min(1200px,100% - 40px);margin:0 auto}html,body,#root{width:100%;min-height:100%;margin:0;padding:0;overflow-x:hidden}:root{--bg:#f7f9fc;--surface:#fff;--text:#142338;--text-secondary:#6b7484;--border:#eceef1;--accent:#f5811f;--dark:#142338}body{background:var(--bg);color:var(--text);margin:0;transition:background .3s,color .3s}body.dark{--bg:#080808;--surface:#111;--text:#fff;--text-secondary:#b5b5b5;--border:#292929;--accent:#e50914;--dark:#fff;color:#fff;background:#080808}
