:root{--white: #ffffff;--black: #000000;--gray-300: #d4d4d4;--gray-500: #737373;--gray-700: #404040;--gray-900: #171717;--gray-100: #F5F5F7;--gray-200: #B3B3BD;--accent-primary: #3a78ff;--accent-secondary: #3b82f6;--accent-dark: #1e40af;--black-90: #111111;--black-70: #1C1C1C;--black-50: #121212;--black-40: #202020;--text-primary: var(--gray-100);--text-secondary: var(--gray-500);--text-light: var(--gray-200);--bg-dark: #1a1a1a;--bg-secondary: #f8fafc;--border-dark: #8A8A95;--border-light: #e5e7eb;--border-medium: var(--gray-300);--success: #10b981;--error: #ef4444;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-lg-acent: 0 20px 20px -3px rgba(35, 50, 255, .1);--shadow-sm-acent: 0 10px 15px -3px rgba(35, 50, 255, .1);--container-padding: clamp(1rem, 3vw, 1.4rem);--section-padding: clamp(1.5rem, 4vw, 2.5rem);--mobile-padding: .5rem}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--black-50);font-family:Inter,sans-serif;line-height:1.6;color:var(--text-primary)}h1,.header2,h3,h4,h5,h6{font-family:SpaceGrotesk,sans-serif;font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:3.5rem;font-weight:700}.header2{font-size:2.5rem;color:var(--accent-primary);font-weight:700;white-space:nowrap}h3{font-size:clamp(1.4rem,3vw,1.75rem)}a{text-decoration:none}nav{display:flex;align-items:center;justify-content:center;gap:1.2rem}nav .footer__link{color:var(--text-secondary);font-size:1.3rem}.container{max-width:100rem;margin:0 auto;padding:0 var(--container-padding);position:relative}.section{width:100%;padding:var(--section-padding) var(--mobile-padding);margin-bottom:clamp(2rem,6vw,5rem);min-height:100vh}.flex-column{display:flex;flex-direction:column}.text{font-size:1.2rem;color:var(--text-light);margin-bottom:1rem}.section__header{margin-bottom:3.5rem;display:flex;flex-direction:column;gap:.75rem;align-items:flex-start;text-align:left}.section__header--center{align-items:center;text-align:center;margin-left:auto;margin-right:auto}.section__eyebrow{display:inline-block;font-family:SpaceGrotesk,sans-serif;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.14em;color:var(--accent-primary)}.section__title{font-family:SpaceGrotesk,sans-serif;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:600;color:var(--text-primary);line-height:1.1;letter-spacing:-.03em;margin:0}.section__lead{font-size:1rem;line-height:1.65;color:var(--text-light);opacity:.75;max-width:48ch;margin:0}.section__header--center .section__lead{margin-left:auto;margin-right:auto}@media(max-width:768px){.section__header{margin-bottom:2.5rem}.section__title{font-size:clamp(1.5rem,5vw,2rem)}.section__lead{font-size:.95rem;max-width:100%}}@media(max-width:480px){.section__header{margin-bottom:2rem}.section__eyebrow{font-size:.7rem}.section__title{font-size:1.5rem}.section__lead{font-size:.9rem}}@media(max-width:1440px){.text{font-size:1.1rem}}@media(max-width:1024px){.text,.text .link{font-size:1rem}h1{font-size:2.5rem}.header2{font-size:2rem}}@media(max-width:768px){.section{min-height:auto;padding-top:1.5rem;padding-bottom:1.5rem}nav .footer__link{font-size:1rem}}@media(max-width:480px){:root{--container-padding: .75rem}.section{padding-left:.25rem;padding-right:.25rem}nav{gap:.8rem}nav .footer__link{font-size:.9rem}.header2{font-size:1.5rem}.text,.text .link{font-size:.9rem}}#about{padding-top:10rem;padding-bottom:6rem}.about__header{margin-bottom:4rem}.about__eyebrow{display:inline-block;font-family:SpaceGrotesk,sans-serif;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.14em;color:var(--accent-primary);margin-bottom:.75rem}.about__title{font-family:SpaceGrotesk,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:600;color:var(--text-primary);line-height:1.1;letter-spacing:-.03em;margin:0}.about__content{display:flex;flex-wrap:wrap;gap:5rem;align-items:flex-start}.about__sidebar{flex:0 0 350px;display:flex;flex-direction:column;gap:1rem;position:sticky;top:6rem}.about__image-wrapper{position:relative;width:100%;aspect-ratio:3/4;border-radius:.875rem;overflow:hidden;box-shadow:0 0 0 1px #3a78ff26,0 8px 40px #3a78ff1f,0 2px 8px #0006}.about__image{width:100%;height:100%;object-fit:cover;display:block}.about__image-badge{position:absolute;bottom:.875rem;left:.875rem;background:#080808b8;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:2rem;padding:.3rem .85rem}.about__image-badge span{font-family:SpaceGrotesk,sans-serif;font-size:.78rem;font-weight:600;color:var(--text-primary);letter-spacing:.03em}.about__stats{display:flex;justify-content:space-between;padding:.875rem .25rem;background:var(--black-90);border-radius:.75rem;border:1px solid rgba(255,255,255,.06)}.stat-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.25rem 0;border-right:1px solid rgba(255,255,255,.06)}.stat-item:last-child{border-right:none}.stat-number{font-family:SpaceGrotesk,sans-serif;font-size:1.3rem;font-weight:700;color:var(--accent-primary);line-height:1;letter-spacing:-.02em}.stat-label{font-size:.65rem;color:var(--text-light);text-transform:uppercase;letter-spacing:.06em;opacity:.5;text-align:center}.about__main{flex:1;display:flex;flex-direction:column;gap:2.5rem;padding-top:.25rem}.about__bio{display:flex;flex-direction:column;gap:1.1rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.06)}.about__name{font-family:SpaceGrotesk,sans-serif;font-size:1.05rem;font-weight:600;color:var(--text-primary);letter-spacing:-.01em}.about__lead{font-size:1.05rem;line-height:1.75;color:var(--text-light)}.about__directions-wrap{display:flex;flex-direction:column;gap:1rem}.about__directions-label{font-family:SpaceGrotesk,sans-serif;font-size:.72rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--text-light);opacity:.4}.about__directions{display:flex;flex-wrap:wrap;gap:.75rem}.direction{flex:1;min-width:180px;display:flex;flex-direction:column;gap:.5rem;padding:1.1rem;background:var(--black-90);border:1px solid rgba(255,255,255,.05);border-radius:.75rem;transition:border-color .25s ease,background .25s ease,transform .25s ease}.direction:hover{border-color:#3a78ff59;background:var(--black-70);transform:translateY(-2px)}.direction__header{display:flex;align-items:center;gap:.5rem}.direction__index{font-family:SpaceGrotesk,sans-serif;font-size:.68rem;font-weight:600;color:var(--accent-primary);opacity:.45;letter-spacing:.06em;flex-shrink:0}.direction__title{font-family:SpaceGrotesk,sans-serif;font-size:.9rem;font-weight:600;color:var(--text-primary);line-height:1.2;margin:0}.direction__text{font-size:.8rem;line-height:1.55;color:var(--text-light);opacity:.65;margin:0}@media(max-width:1024px){#about{padding-top:7rem;padding-bottom:4rem}.about__sidebar{flex:0 0 320px;position:static}.about__directions{flex-direction:column}.direction{min-width:auto}.about__lead{font-size:1rem}}@media(max-width:768px){#about{padding-top:5rem;padding-bottom:3rem}.about__header{margin-bottom:2.5rem}.about__content{flex-direction:column;gap:2.5rem}.about__sidebar{flex:0 0 auto;max-width:320px;width:100%;margin:0 auto;position:static}.about__stats{padding:.875rem .25rem}.stat-number{font-size:1.2rem}.about__main{gap:2rem}.about__bio{gap:1rem;padding-bottom:2rem}.about__lead{font-size:1rem;line-height:1.7}.direction{padding:1rem 1.1rem;gap:.4rem}.direction__text{font-size:.82rem;opacity:.7}}@media(max-width:480px){#about{padding-top:4rem;padding-bottom:2.5rem}.about__header{margin-bottom:2rem}.about__title{font-size:1.65rem}.about__sidebar{max-width:260px}.stat-number{font-size:1.1rem}.stat-label{font-size:.6rem}.about__lead{font-size:.95rem;line-height:1.7}.about__name{font-size:1rem}.direction{padding:.875rem 1rem}.direction__title{font-size:.875rem}.direction__text{font-size:.78rem}}.footer{position:relative;padding:clamp(3rem,6vw,5rem) 0 2rem;background:var(--black-90);color:var(--text-light);border-top:1px solid rgba(255,255,255,.06);overflow:hidden}.footer__bg-glow{position:absolute;border-radius:50%;filter:blur(100px);opacity:.12;pointer-events:none;z-index:0}.footer__bg-glow--left{width:18rem;height:18rem;background:#3a78ff2e;left:-6rem;top:2rem}.footer__bg-glow--right{width:16rem;height:16rem;background:#3a78ff1f;right:-4rem;bottom:2rem}.footer__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:2rem}.footer__main{display:grid;grid-template-columns:1.3fr .8fr .9fr 1fr;gap:2rem;padding:1rem 0}.footer__brand,.footer__column{min-width:0}.footer__brand-link{display:inline-flex;align-items:center;gap:1rem;margin-bottom:1.2rem;text-decoration:none}.footer_logo{width:4.5rem;height:4.5rem;border-radius:1rem;box-shadow:0 8px 24px #3a78ff1f;transition:transform .35s ease,box-shadow .35s ease;flex-shrink:0}.footer_logo:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 12px 32px #3a78ff33}.footer__brand-meta{display:flex;flex-direction:column;gap:.2rem}.footer__brand-name{font-size:1.8rem;font-family:Manrope,sans-serif;color:var(--accent-primary);line-height:1.1}.footer__brand-role{color:var(--text-secondary);font-size:.85rem;letter-spacing:.01em}.footer__brand-text{font-size:.9rem;color:var(--text-light);opacity:.75;line-height:1.65;margin-bottom:1.25rem;max-width:28rem}.footer__status{display:inline-flex;align-items:center;gap:.5rem;width:fit-content;padding:.45rem 1rem;border-radius:2rem;background:#3a78ff1a;border:1px solid rgba(58,120,255,.3)}.footer__status-dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--accent-primary);box-shadow:0 0 8px #3a78ffcc;animation:pulse-footer-dot 2s ease-in-out infinite;flex-shrink:0}@keyframes pulse-footer-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.7}}.footer__status-text{font-family:SpaceGrotesk,sans-serif;font-size:.8rem;font-weight:500;color:var(--accent-primary);letter-spacing:.02em}.footer__column-title{margin-bottom:1rem;color:var(--text-secondary);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.footer__links,.footer__list{display:flex;flex-direction:column;gap:.75rem}.footer__link{width:fit-content;font-size:.9rem;color:var(--text-light);opacity:.8;transition:opacity .2s ease,color .2s ease}.footer__link:hover{opacity:1;color:var(--text-primary)}.footer__list-item{color:var(--text-light);opacity:.7;position:relative;padding-left:1rem;font-size:.875rem;line-height:1.4}.footer__list-item:before{content:"";position:absolute;left:0;top:.5rem;width:.28rem;height:.28rem;border-radius:50%;background:#3a78ff99}.footer__social{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;align-items:center}.footer__social-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:2.75rem;height:2.75rem;border-radius:.75rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);transition:background .3s ease,border-color .3s ease,transform .3s ease;flex-shrink:0}.footer__social-link:hover{background:#ffffff14;border-color:#ffffff26;transform:translateY(-2px)}.footer__social-link img{width:1.25rem;height:1.25rem;display:block;filter:brightness(0) invert(1);opacity:.75;transition:filter .3s ease,opacity .3s ease}.footer__social-link:hover img{opacity:1}.footer__social-link.youtube:hover img{filter:invert(16%) sepia(99%) saturate(7454%) hue-rotate(0deg) brightness(100%) contrast(118%)}.footer__social-link.telegram:hover img{filter:invert(48%) sepia(98%) saturate(2085%) hue-rotate(165deg) brightness(94%) contrast(101%)}.footer__social-link.tiktok:hover img{filter:none;opacity:1}.footer__social-link.instagram:hover img{filter:invert(26%) sepia(89%) saturate(2085%) hue-rotate(295deg) brightness(98%) contrast(92%)}.footer__contact-note{color:var(--text-secondary);font-size:.9rem;line-height:1.6;opacity:.85}.footer__bottom{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer__copy-text{color:var(--text-secondary);font-size:.82rem;opacity:.7}.footer__bottom-links{display:flex;align-items:center;gap:1rem}.footer_copy{font-family:SpaceGrotesk,sans-serif;font-size:.82rem;color:var(--accent-primary);opacity:.6;transition:opacity .25s ease,transform .25s ease}.footer_copy:hover{opacity:1;transform:translateY(-1px)}.scroll-top-btn{position:fixed;bottom:2rem;right:2rem;z-index:999;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(58,120,255,.3);border-radius:.75rem;background:#0e0e12d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:var(--accent-primary);cursor:pointer;box-shadow:0 8px 24px #0000004d,0 0 16px #3a78ff1a;transition:border-color .3s ease,box-shadow .3s ease}.scroll-top-btn:hover{border-color:#3a78ff8c;box-shadow:0 10px 28px #00000059,0 0 24px #3a78ff2e}.scroll-top-btn__icon{width:1.2rem;height:1.2rem}@media(max-width:1200px){.footer__main{grid-template-columns:1fr 1fr;gap:2.5rem 2rem}}@media(max-width:768px){.footer{padding:2.5rem 0 1.5rem}.footer__main{grid-template-columns:1fr 1fr;gap:2rem 1.5rem;padding-top:.5rem}.footer__brand{grid-column:1 / -1}.footer_logo{width:3.5rem;height:3.5rem}.footer__brand-name{font-size:1.4rem}.footer__brand-role{font-size:.8rem}.footer__brand-text{font-size:.875rem}.footer__social-link{width:2.6rem;height:2.6rem}.footer__social-link img{width:1.15rem;height:1.15rem}.footer__bottom{flex-direction:column;align-items:flex-start;gap:.5rem}.scroll-top-btn{bottom:1.5rem;right:1.5rem;width:2.75rem;height:2.75rem}}@media(max-width:480px){.footer{padding:2rem 0 1.2rem}.footer__main{grid-template-columns:1fr;gap:1.75rem}.footer_logo{width:3rem;height:3rem}.footer__brand-name{font-size:1.3rem}.footer__social-link{width:2.5rem;height:2.5rem;border-radius:.65rem}.footer__social-link img{width:1.1rem;height:1.1rem}.scroll-top-btn{bottom:1.2rem;right:1.2rem;width:2.5rem;height:2.5rem;border-radius:.65rem}.scroll-top-btn__icon{width:1rem;height:1rem}}.link{color:var(--text-primary);text-decoration:none;font-size:1.2rem;opacity:.9;border-bottom:2px solid transparent;transition:all .3s ease}.link:hover{color:var(--accent-primary);border-bottom:2px solid var(--accent-secondary);opacity:1}.link__text{color:var(--text-primary);font-style:italic;font-size:1rem;text-decoration:none;border-bottom:2px solid transparent;transition:all .3s ease}.link__text:hover{border-bottom:2px solid var(--accent-secondary)}.header__logo{text-decoration:none;display:flex;align-items:center;justify-content:center;gap:.5rem}.footer_copy{color:var(--accent-primary);opacity:.7;transition:all .5s ease}.footer_copy:hover{opacity:1}.social{display:inline-block;transition:transform .5s cubic-bezier(.34,1.56,.64,1)}.social img{width:24px;height:24px;transition:filter .3s ease}.social:hover{transform:scale(1.15) rotate(-5deg)}.social.youtube:hover img{filter:invert(16%) sepia(99%) saturate(7454%) hue-rotate(0deg) brightness(100%) contrast(118%)}.social.telegram:hover img{filter:invert(48%) sepia(98%) saturate(2085%) hue-rotate(165deg) brightness(94%) contrast(101%)}.social.tiktok:hover img{filter:invert(9%) sepia(99%) saturate(7453%) hue-rotate(317deg) brightness(101%) contrast(101%)}.social.instagram:hover img{filter:invert(26%) sepia(89%) saturate(2085%) hue-rotate(295deg) brightness(98%) contrast(92%)}#home{position:relative;overflow:hidden;margin-bottom:0}.container__hero{margin-top:7%;display:flex;align-items:center;z-index:2;gap:2rem}.hero-img{max-height:140%;position:absolute;right:-2rem;top:5%;transform:none;filter:drop-shadow(0 -10px 3rem rgba(37,99,235,.5));z-index:1;overflow:hidden;width:auto}@media(max-width:1440px){.hero-img{top:10%;right:1rem;max-height:142%}}@media(max-width:1280px){.container__hero{flex-direction:column-reverse;gap:0}.image_container{order:1;width:100%;position:relative;height:50vh}.hero-img{position:relative;height:100%;object-fit:cover;max-height:none;right:-38%;top:20%;transform:none}}@media(max-width:768px){.container__hero{flex-direction:column;gap:0;z-index:1;margin-top:20%}.image_container{order:1;width:100%;position:relative;height:50vh}.hero-img{right:-28%;top:5%}}@media(max-width:480px){.image_container .hero-img{right:-18%;top:13%;max-height:100%;min-height:100%}.container__hero{margin-top:25%}}.position{position:absolute;top:0;left:0;width:100%;z-index:10;padding:1rem 0;background-color:#cfe5ff;background:#fff0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #0000001a}.container__header{display:flex;justify-content:space-between;align-items:center;max-width:100rem;padding:0 3rem;margin:0 auto;width:100%}.header__logo{display:flex;align-items:center;gap:.5rem}.logo__text{font-size:1.8rem;font-family:Manrope,sans-serif;color:var(--accent-primary)}.logo{width:2.5rem;height:2.5rem;border-radius:.5rem}.nav .link{color:var(--white)}.burger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:5px;z-index:1001}.burger span{width:25px;height:3px;background:var(--accent-primary);margin:3px 0;transition:.3s;border-radius:2px}.side-menu{position:fixed;top:0;right:-100%;width:70%;height:100vh;background-color:#1c1c1c;background:#1c1c1ccc;transition:.3s ease-in-out;z-index:1000;padding:80px 20px 20px;box-shadow:-5px 0 15px #0000001a;z-index:11}.side-menu--active{right:0}.side-nav{display:flex;flex-direction:column;gap:20px;color:var(--white)}.side-nav .link{padding:12px 0;font-size:1.2rem;border-bottom:2px solid #eee;color:var(--white)}.side-menu:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;opacity:0;visibility:hidden;transition:.3s;z-index:-1}.side-menu--active:before{opacity:1;visibility:visible}.burger--active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.burger--active span:nth-child(2){opacity:0}.burger--active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media(max-width:768px){.burger{display:flex}.nav{display:none}.logo__text{font-size:1.5rem}.logo{width:2rem;height:2rem}.side-menu{width:20rem}}@media(max-width:480px){.logo__text{font-size:1.3rem}.side-menu{width:85%}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:Inter,sans-serif;font-weight:600;line-height:1;letter-spacing:-.01em;text-decoration:none;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;border:1px solid transparent;position:relative;transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease,border-color .22s ease,color .22s ease,opacity .22s ease}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0) scale(.98)}.btn:focus-visible{outline:none;box-shadow:0 0 0 3px #3a78ff3d}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.btn--primary{background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-secondary) 100%);color:var(--white);border-color:transparent;box-shadow:0 12px 28px #3a78ff47,inset 0 1px #ffffff29}.btn--primary:hover{color:var(--white);box-shadow:0 18px 34px #3a78ff57,inset 0 1px #ffffff2e}.btn--secondary{background:#ffffff05;color:var(--text-primary);border-color:#ffffff24;box-shadow:inset 0 1px #ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn--secondary:hover{background:#3a78ff14;color:var(--white);border-color:#3a78ff8c;box-shadow:0 10px 24px #0000003d}.btn--guide{background:linear-gradient(180deg,#fff,#f3f7ff);color:var(--gray-900);border-color:#3a78ff33;box-shadow:0 10px 24px #00000024,inset 0 1px #ffffffd9}.btn--guide:hover{background:linear-gradient(180deg,#fff,#edf4ff);color:var(--gray-900);border-color:var(--accent-primary);box-shadow:0 14px 30px #3a78ff2e,0 8px 20px #0000001f}.btn--small{padding:.75rem 1rem;font-size:.92rem;border-radius:.9rem}.btn--normal{padding:.95rem 1.45rem;font-size:1rem;border-radius:1rem}.btn--big{padding:1.1rem 1.8rem;font-size:1.08rem;border-radius:1.1rem}@media(max-width:480px){.btn--big{font-size:1rem;padding:1rem 1.35rem}.btn--normal{font-size:.95rem;padding:.9rem 1.2rem}.btn--small{font-size:.88rem;padding:.7rem .95rem}}.hero__text{margin-top:10rem;flex:.6;padding:2rem 2.5rem;max-width:52rem;border-radius:1rem;background:#0a0a0a73;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.07);box-shadow:0 8px 32px #00000040,inset 0 1px #ffffff0d;z-index:2}.hero__text__title{display:flex;flex-direction:column;position:relative;font-size:5rem;margin-bottom:1.25rem;line-height:1.05}.hero__text__title .name{white-space:nowrap;color:var(--accent-primary);margin-bottom:0;font-size:.72em;letter-spacing:-.02em}.text_hero{color:#f5f5f7cc;font-size:1.05rem;line-height:1.6;margin-bottom:0}.text_hero span{color:var(--accent-primary)}.hero__actions{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;margin-top:1.75rem;margin-bottom:1.5rem}.hero__status{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem 1rem;background:#3a78ff1a;border:1px solid rgba(58,120,255,.3);border-radius:2rem;white-space:nowrap}.hero__status-dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--accent-primary);box-shadow:0 0 8px #3a78ffcc;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.7}}.hero__status-text{font-family:SpaceGrotesk,sans-serif;font-size:.8rem;font-weight:500;color:var(--accent-primary);letter-spacing:.02em}.buttons{display:flex;gap:.75rem;flex-wrap:wrap}.hero__offer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.4rem;background:#3a78ff14;border:1px solid rgba(58,120,255,.2);border-radius:.875rem;transition:all .3s ease}.hero__offer:hover{background:#3a78ff1f;border-color:#3a78ff59;transform:translateY(-1px);box-shadow:0 4px 20px #3a78ff26}.hero__offer-content{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.hero__offer-icon{font-size:1.4rem;flex-shrink:0;animation:bounce-icon 3s ease-in-out infinite}@keyframes bounce-icon{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.hero__offer-text{font-size:.9rem;font-weight:500;color:var(--text-primary);opacity:.9;margin:0;line-height:1.4}.hero__offer-btn{flex-shrink:0;background-color:var(--white)!important;color:var(--gray-900)!important;border:none!important;font-weight:600!important;padding:.8rem 1.25rem!important;font-size:.875rem!important;white-space:nowrap;border-radius:1rem!important}.hero__offer-btn:hover{background-color:var(--gray-100)!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #00000026!important}.changing-adjectives{display:inline-block;position:relative;height:1.2em;min-width:150px;text-align:left;overflow:hidden}.adjective{position:absolute;color:var(--white);top:0;left:0;opacity:0;animation:wordCycle 20s infinite ease-in-out;animation-fill-mode:both}.adjective:nth-child(1){animation-delay:0s}.adjective:nth-child(2){animation-delay:4s}.adjective:nth-child(3){animation-delay:8s}.adjective:nth-child(4){animation-delay:12s}.adjective:nth-child(5){animation-delay:16s}@keyframes wordCycle{0%{opacity:0;transform:translateY(20px)}5%{opacity:0;transform:translateY(10px)}10%{opacity:1;transform:translateY(0)}20%{opacity:1;transform:translateY(0)}25%{opacity:0;transform:translateY(-10px)}30%,to{opacity:0;transform:translateY(-20px)}}@media(max-width:1440px){.hero__text__title{font-size:4rem;margin-bottom:1rem}}@media(max-width:1280px){.hero__text{margin-top:5rem;padding:1.75rem 2rem}.hero__text__title{font-size:3rem;max-width:30rem}}@media(max-width:1024px){.hero__actions{flex-direction:column;align-items:stretch}.hero__status{align-self:flex-start}.buttons{width:100%}.hero__offer{padding:1rem 1.1rem}}@media(max-width:768px){.hero__text{order:2;padding:1.5rem 1.25rem;max-width:100%;margin:0;border-radius:.75rem}.hero__text__title{font-size:2.5rem}.text_hero{font-size:.95rem}.hero__actions{margin-top:1.25rem;margin-bottom:1.25rem;gap:.875rem}.buttons{flex-direction:column;gap:.6rem}.hero__offer{flex-direction:column;align-items:stretch;text-align:center;padding:1rem}.hero__offer-content{flex-direction:column;gap:.5rem}.hero__offer-btn{width:100%;padding:.75rem 1rem!important}}@media(max-width:480px){.hero__text{padding:1.25rem 1rem}.hero__text__title{font-size:1.9rem}.text_hero{font-size:.9rem}.hero__status{padding:.4rem .85rem}.hero__status-text{font-size:.75rem}.hero__offer{padding:.875rem}.hero__offer-text{font-size:.82rem}.hero__offer-icon{font-size:1.2rem}}.video-background{--mouse-x: 0px;--mouse-y: 0px;--video-rotate: 90deg;--video-scale: 1.02;position:relative;width:100%;min-height:100vh;overflow:hidden;isolation:isolate}.video-background__media{position:absolute;inset:0;z-index:1;overflow:hidden}.video-background__video{position:absolute;top:50%;left:50%;width:auto;height:max(115vw,115vh);object-fit:cover;pointer-events:none;transform:translate(calc(-50% + var(--mouse-x)),calc(-50% + var(--mouse-y))) rotate(var(--video-rotate)) scale(var(--video-scale));transform-origin:center center;transition:transform .28s cubic-bezier(.22,.61,.36,1);will-change:transform;z-index:1}.video-background__overlay{position:absolute;inset:0;background:#00000059;z-index:2;pointer-events:none}.video-background__content{position:relative;z-index:3;min-height:100vh}@media(min-width:1401px){.video-background{--video-rotate: 90deg;--video-scale: 1.04}.video-background__video{height:max(125vw,120vh)}}@media(max-width:1400px)and (min-width:1025px){.video-background{--video-rotate: 90deg;--video-scale: 1.1}.video-background__video{height:max(115vw,115vh)}}@media(max-width:1280px){.video-background{--video-rotate: 0deg;--video-scale: 1.3}}@media(max-width:1024px){.video-background{--video-rotate: 0deg;--video-scale: 1.02}.video-background__video{width:max(110vw,110vh);height:auto}}@media(max-width:768px){.video-background{--video-scale: 1.1}.video-background__video{width:max(105vw,105vh)}}.form__group{margin-bottom:1.5rem}.form__label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-primary);font-size:.95rem}.form__input{width:100%;padding:.9rem;border:2px solid var(--border-dark);border-radius:8px;font-size:1rem;transition:all .3s ease;background:var(--black-50);color:var(--text-light);font-family:Inter,sans-serif}.form__input[type=select],select.form__input{height:auto;min-height:auto;padding:.9rem}.form__input:disabled{opacity:.6;cursor:not-allowed;background:var(--black-70)}.form__input:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px #2563eb1a;background:var(--black-70)}.form__input--error{border-color:var(--error)}.form__input--error:focus{border-color:var(--error);box-shadow:0 0 0 3px #ef44441a}.form__textarea{resize:vertical;min-height:100px;line-height:1.5}.form__error{color:var(--error);font-size:.85rem;margin-top:.4rem;display:block}#order{background-color:var(--black-90)}.order__wrapper{display:flex;justify-content:space-between;align-items:flex-start;gap:4rem;min-height:80vh}.order__info{flex:1;display:flex;flex-direction:column;gap:2rem;text-align:center}.order__photo-container{width:100%;display:flex;justify-content:center}.order__photo{border-radius:50%;object-fit:cover;object-position:center;width:100%;max-width:400px;height:400px;box-shadow:var(--shadow-lg-acent)}.order__text h3{color:var(--accent-primary);font-size:2.2rem;margin-bottom:1.5rem;line-height:1.3}.order__description{font-size:1.1rem;color:var(--text-light);line-height:1.6;margin-bottom:2rem}.order__form-container{flex:1}.order__form{background:var(--black-90);padding:2.5rem;border-radius:16px;box-shadow:var(--shadow-lg);border:1px solid var(--border-dark);position:sticky;top:2rem}.form__title{color:var(--accent-primary);margin-bottom:.5rem;text-align:center;font-size:1.5rem;font-weight:600;line-height:1.2}.form__subtitle{color:var(--text-light);text-align:center;margin-bottom:2rem;font-size:.95rem}.form__button{width:100%;padding:1rem;font-size:1.1rem;font-weight:600;margin-top:.5rem}.submit-message{margin-top:20px;padding:15px;border-radius:8px;text-align:center;font-weight:500;animation:slideIn .3s ease-out,fadeOut .5s ease-out 4.5s forwards}.submit-message--success{background-color:#d4edda;color:var(--success);border:1px solid #c3e6cb}.submit-message--error{background-color:#f8d7da;color:var(--error);border:1px solid #f5c6cb}.form__button:disabled{opacity:.6;cursor:not-allowed;transform:none!important}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:968px){.order__wrapper{flex-direction:column;gap:3rem}.order__form-container{flex:1;width:100%;max-width:500px;margin:0 auto}.order__info{text-align:center;align-items:center}.order__photo{max-width:300px;height:300px}.order__text h3{font-size:2rem}}@media(max-width:480px){.order__form{padding:2rem 1.5rem}.order__photo{max-width:200px;height:200px}}@media(max-width:360px){.order__photo{max-width:180px;height:180px}}.case__wallaper{display:flex;flex-direction:column;width:100%;max-width:100%;background:#fff;border-radius:1rem;overflow:hidden;box-shadow:var(--shadow-lg-acent);border:1.5px solid var(--accent-primary)}.project__image__block{width:100%;position:relative}.project__image{display:block;width:100%;height:30rem;overflow:hidden}.project__image img{width:100%;height:100%;object-fit:cover;object-position:center}.project__result{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#00000080);padding:1rem;color:#fff}.result{font-size:.9rem;font-weight:500}.project__review__block{cursor:grab;display:flex;flex-direction:column;flex-grow:1;padding:1.5rem;background-color:var(--black-70)}.project__text{flex-grow:1;margin-bottom:1.5rem}.project__title{color:var(--accent-primary);font-size:1.7rem;margin-bottom:.5rem;font-weight:600}.project__content{display:flex;align-items:center;justify-content:space-between}.review__author{display:flex;align-items:center;gap:.75rem}.author__avatar{width:3rem;height:3rem;border-radius:50%;object-fit:cover}.author__name{font-weight:500;font-size:1.1rem;color:var(--accent-primary)}@media(max-width:1024px){.project__image{height:350px}}@media(max-width:768px){.project__image{height:300px}.project__review__block{padding:1.25rem}.project__title{font-size:1.1rem}}@media(max-width:480px){.project__result{background:linear-gradient(transparent,#000c)}.result{font-size:.7rem;font-weight:400}.project__image{height:250px}.project__review__block{padding:1rem}.project__title{font-size:1rem}.review__author{gap:.5rem}.author__avatar{width:35px;height:35px}.author__name{font-size:.9rem}}.portfolio__text{text-align:center;margin-bottom:2rem}.portfolio__wrapper{position:relative;width:100%}.portfolio__slider-container{position:relative;overflow:hidden;width:100%;margin-top:2rem;user-select:none;-webkit-user-select:none;touch-action:pan-y}.portfolio__slider-track{display:flex;will-change:transform;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.portfolio__slide{flex:0 0 100%;min-width:100%;width:100%;padding:0 1rem;box-sizing:border-box}.portfolio__indicators{display:flex;justify-content:center;gap:1rem;margin-top:2.5rem}.portfolio__indicator{width:14px;height:14px;border-radius:50%;border:none;background:#007bff4d;cursor:pointer;transition:all .3s ease}.portfolio__indicator--active{background:#007bff;transform:scale(1.3);box-shadow:0 0 8px #007bff80}@media(max-width:768px){.portfolio__indicator{width:12px;height:12px}}@media(max-width:480px){.portfolio__indicator{width:10px;height:10px}}.pricing-card{display:flex;flex-direction:column;flex:1;max-width:100%;min-height:52rem;padding:3rem;border:1px solid rgba(138,138,149,.3);border-radius:1.2rem;background-color:var(--black-90);box-shadow:0 8px 24px #0003;transition:all .35s ease;position:relative;overflow:hidden}.pricing-card:hover{transform:translateY(-5px);border-color:#3a78ff8c;box-shadow:0 14px 35px #0000004d,0 0 25px #3a78ff26}.pricing-card.popular{border-color:#3a78ff66;background:linear-gradient(135deg,#111111fa,#11141efa);box-shadow:0 10px 30px #0062ff14,0 8px 15px #00000026}.pricing-card.popular:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top,rgba(58,120,255,.06),transparent 50%);pointer-events:none}.pricing-card.popular:hover{transform:translateY(-5px);border-color:#3a78ffa6;box-shadow:0 16px 40px #0062ff26,0 12px 20px #00000040}.popular-badge{position:absolute;top:.5rem;right:1rem;z-index:2;display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .6rem;border-radius:2rem;background:#3a78ff1f;border:1px solid rgba(58,120,255,.4);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 2px 12px #3a78ff33;transition:all .3s ease}.pricing-card.popular:hover .popular-badge{box-shadow:0 4px 18px #3a78ff59;border-color:#3a78ff99}.popular-badge__icon{font-size:.85rem;line-height:1}.popular-badge__text{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--accent-primary);white-space:nowrap}.pricing-card__header{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(138,138,149,.25);min-height:220px;display:flex;flex-direction:column;justify-content:flex-start;position:relative;z-index:1}.pricing-card__name{font-size:1.75rem;color:var(--accent-primary);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px;font-weight:700;min-height:50px;display:flex;align-items:center;justify-content:center}.pricing-card__price-block{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:1rem;min-height:90px}.price-old-row{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.45rem}.price-old-label{font-size:.62rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary);background:#ffffff0a;border:1px solid rgba(255,255,255,.06);padding:.2rem .5rem;border-radius:999px}.price-old{font-size:1.05rem;font-weight:500;color:#b3b3bd99;text-decoration:line-through;text-decoration-thickness:2px;text-decoration-color:#b3b3bd66}.pricing-card__price{display:flex;align-items:baseline;justify-content:center;flex-wrap:wrap;gap:.3rem}.price-amount{font-size:2.4rem;font-weight:800;color:var(--white);letter-spacing:-.02em}.pricing-card.popular .price-amount{text-shadow:0 0 20px rgba(58,120,255,.12)}.price-period{font-size:1rem;color:var(--text-light);opacity:.85}.pricing-card__description{color:var(--text-light);font-size:1rem;opacity:.85;min-height:24px}.pricing-card__features{flex:1;margin-bottom:2rem;position:relative;z-index:1}.features-list{list-style:none;display:flex;flex-direction:column;gap:1.1rem}.feature-item{display:flex;align-items:flex-start;gap:1rem;color:var(--text-light);font-size:1rem;line-height:1.6}.feature-icon{color:var(--accent-primary);font-weight:700;font-size:1.2rem;flex-shrink:0;margin-top:.1rem}.pricing-card__cta{margin-top:auto;position:relative;z-index:1}.pricing-card__cta .btn{width:100%;display:flex;justify-content:center;align-items:center}@media(max-width:1024px){.pricing-card{min-height:50rem;padding:2.5rem}.pricing-card__header{min-height:200px}.price-amount{font-size:2.1rem}}@media(max-width:768px){.popular-badge{top:.3rem}.pricing-card{min-height:auto;padding:2rem}.pricing-card__header{min-height:auto}.pricing-card__name{margin-top:1.5rem;font-size:1.5rem;min-height:auto}.pricing-card__price-block{min-height:auto}.price-amount{font-size:2rem}.price-old{font-size:.95rem}.popular-badge{top:1rem;right:1rem;padding:.4rem .8rem}.popular-badge__text{font-size:.65rem}.popular-badge__icon{font-size:.75rem}}@media(max-width:480px){.pricing-card{padding:1.75rem}.feature-item{font-size:.95rem}.price-amount{font-size:1.75rem}.price-old-row{gap:.35rem}.price-old-label{font-size:.65rem;padding:.18rem .45rem}.price-old{font-size:.9rem}.popular-badge{padding:.35rem .7rem;gap:.3rem;top:.8rem}.popular-badge__text{font-size:.6rem}}#service{display:flex;align-items:center;justify-content:center;background-color:var(--black-90)}.text__block{text-align:center;margin-bottom:3rem}.text__block p{color:var(--text-primary)}.you{color:var(--accent-primary)}.services-switch-wrapper{display:flex;justify-content:center;margin-bottom:4rem}.services-switch{position:relative;display:inline-flex;background-color:var(--bg);border:1px solid var(--border-dark);border-radius:3rem;padding:.4rem}.switch-option{position:relative;padding:.975rem 2.5rem;font-size:1rem;font-weight:600;color:var(--text-light);background:transparent;border:none;border-radius:2.5rem;cursor:pointer;transition:color .3s ease;z-index:2;flex:1;min-width:200px}.switch-option.active{color:var(--black-90)}.switch-slider{position:absolute;top:.4rem;left:.4rem;width:calc(50% - .4rem);height:calc(100% - .8rem);background:var(--white);border-radius:2.5rem;transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:1;box-shadow:0 2px 8px #00000026}.switch-slider[data-active=montage]{transform:translate(100%)}.pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;width:100%}.services-note{text-align:center;margin-top:3rem;font-size:.875rem;line-height:1.6;color:var(--text-secondary);max-width:600px;margin-left:auto;margin-right:auto}.services-note__link{color:var(--accent-primary);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.services-note__link:hover{border-bottom-color:var(--accent-primary)}@media(max-width:768px){.services-note{margin-top:2rem;font-size:.8rem;padding:0 1rem}}@media(max-width:1200px){.pricing-cards{grid-template-columns:repeat(2,1fr);gap:2rem}.pricing-cards>:last-child:nth-child(odd){grid-column:1 / -1;max-width:550px;margin:0 auto}}@media(max-width:1024px){.pricing-cards{gap:1.5rem}}@media(max-width:768px){.pricing-cards{grid-template-columns:1fr;padding:0 1rem;gap:2rem}.pricing-cards>:last-child:nth-child(odd){max-width:100%}.switch-option{padding:.75rem 2rem;font-size:.95rem;min-width:120px}}@media(max-width:480px){.pricing-cards{padding:0}.switch-option{padding:.7rem 1.5rem;font-size:.9rem;min-width:100px}.services-switch{padding:.3rem}}.cta__text{text-align:center;margin-bottom:4rem}.social__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;justify-content:center}.extra_text{text-align:center;margin-top:5rem}.text_social{color:var(--text-light);font-size:1rem;font-style:italic}.social-card{display:block;background:var(--border-dark);border-radius:1rem;padding:2px;text-decoration:none;color:inherit;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:var(--shadow-lg-acent);border:2px solid transparent;height:280px;min-width:220px}.social-card:before{content:"";position:absolute;inset:0;border-radius:14px;padding:2px;background:linear-gradient(135deg,var(--accent-color),color-mix(in srgb,var(--accent-color) 30%,transparent));mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:source-out;mask-composite:subtract;opacity:.7;transition:all .3s ease}.social-card:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 20px 40px #00000026}.social-card:hover .social-card__name{color:var(--accent-color)}.social-card:hover:before{opacity:1;background:linear-gradient(135deg,var(--accent-color),color-mix(in srgb,var(--accent-color) 70%,transparent))}.social-card__inner{position:relative;height:100%;background:var(--black-70);border-radius:14px;padding:32px 24px;display:flex;flex-direction:column;justify-content:space-between;z-index:2}.social-card__content{flex-grow:1;display:flex;flex-direction:column;align-items:center;text-align:center}.social-card__icon{margin-bottom:1rem}.social-card__name{font-size:1.5rem;font-weight:700;color:#333;margin:0 0 8px;line-height:1.2;transition:all .3s cubic-bezier(.4,0,.2,1)}.social-card__subscribers{font-size:.9rem;color:var(--text-light);margin-bottom:16px;font-weight:500}.social-card__description{font-size:.95rem;line-height:1.4;color:var(--text-light);margin:0;flex-grow:1;display:flex;align-items:center}.social-card__hover{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(28,28,28,.95) 60%,transparent);padding:40px 24px 24px;border-radius:0 0 14px 14px;opacity:0;transform:translateY(20px);transition:all .3s cubic-bezier(.4,0,.2,1)}.social-card:hover .social-card__hover{opacity:1;transform:translateY(0)}.social-card__button{width:100%;padding:12px 24px;background:var(--accent-color);color:#fff;border:none;font-weight:500;border-radius:.5rem;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.social-card__button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.layout{min-height:100vw;width:100%;overflow-x:hidden}
