html{scroll-behavior:smooth;scroll-padding-top:82px}body{margin:0;font-family:JetBrains Mono,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#141516;background-image:linear-gradient(to bottom,#0d0d0e,#141516);color:#fff;overflow-x:hidden;line-height:1.75;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}p,li,.faq-answer,.about-intro,.about-content p,.big-card p{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.background{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#141516;background-image:linear-gradient(rgba(255,255,255,.024) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px);background-size:100px 100px;background-attachment:fixed;z-index:-2}@media (max-width: 768px){.background{background-size:60px 60px}}@media (max-width: 480px){.background{background-size:40px 40px}}.background:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.15) 60%,rgba(0,0,0,.25) 100%);z-index:-1;pointer-events:none}.background:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,#ffffff03,#ffffff01 30%,#fff0 55%),radial-gradient(ellipse at center,#0000,#00000007 40%,#0001),url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.02'/%3E%3C/svg%3E");z-index:-1;pointer-events:none}.overlay{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:#00000040;z-index:-1}.reveal{opacity:0;transform:translateY(18px);animation:revealAnim .18s cubic-bezier(.4,0,.2,1) forwards}@keyframes revealAnim{to{opacity:1;transform:translateY(0)}}.scroll-reveal{opacity:0;transform:translateY(8px);transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1);will-change:opacity,transform}.scroll-reveal.scroll-reveal-visible{opacity:1;transform:translateY(0)}.header{height:62px;display:flex;align-items:center;padding:10px 80px;justify-content:space-between;position:fixed;top:0;left:0;right:0;z-index:1000;background:#141516b3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06);box-shadow:0 1px 20px #00000014;flex-wrap:nowrap;min-width:0}.header-logo{display:flex;align-items:center;text-decoration:none;color:#fffffff5;font-size:28px;font-weight:600;transition:color .13s cubic-bezier(.4,0,.2,1),transform .13s cubic-bezier(.4,0,.2,1),opacity .13s cubic-bezier(.4,0,.2,1);letter-spacing:.2px;opacity:.95}.header-logo:hover{color:#c25a22;transform:scale(1.03);opacity:1}.logo-text{font-weight:600;letter-spacing:.2px}.logo-f{color:#c25a22}.header .nav{position:absolute;left:50%;transform:translate(-50%);white-space:nowrap;max-width:70%;overflow:hidden}.header-right{display:flex;align-items:center;gap:6px;justify-content:flex-end;flex-shrink:0}.header-social-link{display:flex;align-items:center;gap:8px;color:#ffffffd9;text-decoration:none;font-size:14px;position:relative;padding:3px;white-space:nowrap;overflow:hidden;transition:all .25s cubic-bezier(.4,0,.2,1);border-radius:4px;flex:0 0 auto}.header-social-link svg{flex-shrink:0;opacity:.85;transition:opacity .2s cubic-bezier(.4,0,.2,1);color:#ffffffd9}.header-social-text{opacity:0;max-width:0;overflow:hidden;padding-left:0;transform:translate(0);transition:opacity .6s cubic-bezier(.4,0,.2,1),max-width .6s cubic-bezier(.4,0,.2,1),padding-left .6s cubic-bezier(.4,0,.2,1);white-space:nowrap}.header-social-link:after{content:"";position:absolute;bottom:4px;left:4px;width:0;height:.5px;background:#fff6;transition:width .2s cubic-bezier(.4,0,.2,1)}.header-social-link:hover{color:#fff;padding-right:12px}.header-social-link:hover svg{opacity:1;color:#fff}.header-social-link:hover .header-social-text{opacity:1;max-width:140px;padding-left:6px}.header-social-link:hover:after{width:calc(100% - 16px)}.header-right:hover .header-social-link:not(:hover){transform:translate(0)}.social-icon{width:20px;height:20px;transition:opacity .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;opacity:.4}.social-icon:hover{opacity:.7}.social-icon svg{width:100%;height:100%;color:#fff;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.burger-btn{display:none;width:42px;height:42px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#141516b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);align-items:center;justify-content:center;gap:6px;flex-direction:column;padding:8px;cursor:pointer;transition:background .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1);position:relative;z-index:1002}.burger-btn span{display:block;width:100%;height:2px;background:#ffffffe6;border-radius:1px;transition:transform .2s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1)}.burger-btn.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.burger-btn.is-open span:nth-child(2){opacity:0}.burger-btn.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1);z-index:999;pointer-events:none}.mobile-overlay.is-open{display:block;opacity:1;pointer-events:auto}.mobile-menu{display:none;position:fixed;top:0;right:0;width:82%;max-width:400px;height:100vh;background:#060607f0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-left:1px solid rgba(255,255,255,.08);box-shadow:-12px 0 32px #0000007a;transform:translate(100%);transition:transform .26s cubic-bezier(.4,0,.2,1);z-index:1001;padding:72px 28px 32px 36px;flex-direction:column;gap:20px;pointer-events:none;overflow-y:auto}.mobile-menu.is-open{transform:translate(0);pointer-events:auto}.mobile-menu-nav{display:flex;flex-direction:column;gap:18px;margin:0 0 24px}.mobile-menu-nav a{color:#ffffffe6;text-decoration:none;font-size:19px;font-weight:600;line-height:1.55;padding:12px 0 12px 2px;text-align:left}.mobile-menu-nav a.active{color:#d78a2dc7}.mobile-menu-socials{display:flex;flex-direction:column;gap:12px;padding-top:24px;margin-top:28px;border-top:1px solid rgba(255,255,255,.12)}.mobile-menu-socials .header-social-link{display:flex;align-items:center;gap:8px;padding:0;text-align:left}.mobile-menu-socials .header-social-text{opacity:1;max-width:none;padding-left:0}.mobile-menu-title{margin:0 0 22px;font-size:21px;font-weight:700;color:#ffffffe6;letter-spacing:-.01em}@media (max-width: 1360px){.header{padding:10px 48px}.header-logo{font-size:26px}.header .nav{max-width:65%}.header .nav a{margin:0 14px;font-size:15px}}@media (max-width: 1100px){.header{padding:10px 28px}.header-logo{font-size:22px}.header .nav{max-width:60%}.header .nav a{margin:0 10px;font-size:14px}.header-right{gap:4px}.header-social-link{padding:2px}}@media (max-width: 768px){.header{padding:10px 20px}.header .nav a{margin:0 10px;font-size:14px}.header-right{gap:4px}.hero{padding:90px 6% 110px}.hero-title{font-size:68px;margin-bottom:6px}.hero-sub{font-size:24px;line-height:1.72;max-width:95%;margin:6px auto 20px}.hero-gallery{margin-top:28px;margin-bottom:32px}.slider{height:clamp(220px,70vw,360px)}.slide{width:90%;max-width:92%}.slider-arrow{width:44px;height:44px}.slider-arrow.left{left:-42px}.slider-arrow.right{right:-42px}.big-btn{padding:28px 70px;font-size:24px}.section{padding:140px 6%}.section h2{font-size:56px;margin-bottom:60px}}.logo{font-size:32px;font-weight:600}.nav a{margin:0 18px;color:#ffffffd9;text-decoration:none;font-size:16px;position:relative;transition:color .4s cubic-bezier(.4,0,.2,1);letter-spacing:-.3px}.nav a:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:0;height:1px;background:#fff6;transition:width .4s cubic-bezier(.4,0,.2,1);box-shadow:none}.nav a:hover{color:#fff}.nav a:hover:after{width:70%}.nav a.active{color:#fff}.nav a.active:after{width:70%;background:#ffffff80;box-shadow:none}.hero{padding:115px 5% 130px;max-width:95%;margin:0 auto;text-align:center;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 46%,#ffffff0a,#ffffff05 26%,#ffffff03 45%,#fff0 65%);filter:blur(200px);opacity:.075;pointer-events:none;z-index:-1}.hero-title{font-size:108px;font-weight:700;margin-bottom:12px;letter-spacing:1.2px;position:relative;line-height:1.14;opacity:0;transform:translateY(16px);animation:heroFadeIn .22s cubic-bezier(.4,0,.2,1) .05s forwards}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes heroSliderIn{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.hero-title:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:120px;height:.5px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.08) 20%,rgba(255,255,255,.08) 80%,transparent 100%)}.hero-orange{color:#d78a2d;text-shadow:0 0 12px rgba(215,138,45,.55)}.hero-sub{font-size:35px;max-width:90%;margin:4px auto 28px;line-height:1.82;color:#ffffffd1;letter-spacing:.5px;font-family:JetBrains Mono,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;opacity:0;transform:translateY(12px);animation:heroFadeIn .14s cubic-bezier(.4,0,.2,1) .12s forwards}.big-btn{display:inline-block;margin-top:32px;padding:33px 86px;font-size:30px;border-radius:14px;border:1px solid rgba(215,138,45,.28);background:#d78a2d2e;color:#fff;text-decoration:none;box-shadow:0 8px 22px #0000004d;position:relative;transition:color .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1),background .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);touch-action:manipulation;-webkit-tap-highlight-color:transparent;font-weight:500;opacity:0;transform:translateY(12px);animation:heroFadeIn .26s cubic-bezier(.4,0,.2,1) .32s forwards}.big-btn span{display:block}.big-btn:hover{color:#fff;background:#d78a2d;border-color:#d78a2d;transform:translateY(0) scale(1.028);box-shadow:0 0 0 1px #d78a2d6b,0 10px 26px #00000052}.big-btn:active{color:#fffffffa;background:#d78a2d42;border-color:#d78a2d66;box-shadow:0 6px 18px #00000047}.hero-gallery{margin-top:44px;margin-bottom:40px;display:flex;justify-content:center;align-items:center;opacity:0;transform:translateY(10px) scale(.98);animation:heroSliderIn .24s cubic-bezier(.4,0,.2,1) .22s forwards}.slider{position:relative;width:100%;max-width:1200px;margin:0 auto;height:clamp(300px,58vw,540px);display:flex;align-items:center;justify-content:center;backdrop-filter:none;-webkit-backdrop-filter:none;filter:none;box-shadow:none}.slide{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:78%;max-width:1040px;border-radius:14px;background-size:contain;background-repeat:no-repeat;background-position:center;transition:transform .45s cubic-bezier(.4,0,.2,1),opacity .45s cubic-bezier(.4,0,.2,1),filter .45s cubic-bezier(.4,0,.2,1);will-change:transform,opacity;box-shadow:none}.slide-left{transform:translate(-34%) scale(.92);opacity:.55;z-index:1;filter:blur(.1px)}.slide-center{transform:translate(0) scale(1);opacity:1;z-index:3}.slide-right{transform:translate(34%) scale(.92);opacity:.55;z-index:1;filter:blur(.1px)}.slider.is-animating .slide-center{transform:translate(0) scale(.98)}.slider.is-animating .slide-left,.slider.is-animating .slide-right{opacity:.8}.slider.is-next .slide-left{transform:translate(-120%) scale(.88);opacity:0}.slider.is-next .slide-center{transform:translate(-34%) scale(.92);opacity:.82;z-index:2}.slider.is-next .slide-right{transform:translate(0) scale(1);opacity:1;z-index:3}.slider.is-prev .slide-right{transform:translate(120%) scale(.88);opacity:0}.slider.is-prev .slide-center{transform:translate(34%) scale(.92);opacity:.82;z-index:2}.slider.is-prev .slide-left{transform:translate(0) scale(1);opacity:1;z-index:3}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);font-size:0;line-height:1;padding:0;cursor:pointer;opacity:.75;transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1),color .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;z-index:5;color:#ffffffe6;background:#0000002e;border:1px solid rgba(255,255,255,.08);border-radius:50%;width:52px;height:52px;display:grid;place-items:center}.slider-arrow:after{content:"";width:12px;height:12px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:translate(-3px,-7px) rotate(45deg);display:block}.slider-arrow.left:after{transform:translate(3px,-7px) rotate(225deg)}.slider-arrow.left{left:-56px}.slider-arrow.right{right:-56px}.slider-arrow:hover{opacity:1;transform:translateY(-50%) scale(1.05);color:#ff9b4b;border-color:#ff9b4b66}.slider-arrow:disabled{opacity:.4;cursor:default;pointer-events:none}.slider.no-transition .slide{transition:none!important}.section{padding:200px 5%;max-width:95%;margin:0 auto;scroll-margin-top:82px}#features{margin-bottom:140px;scroll-margin-top:64px;padding-top:80px}#about{margin-bottom:160px;padding:0 5% 180px}.about-subtitle{font-size:13px;font-weight:500;color:#ffffff80;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;position:relative;padding-left:0}.about-subtitle:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:24px;height:.5px;background:#fff3;margin-right:12px}.about-title{text-align:left;margin-bottom:24px;position:relative;letter-spacing:.5px;font-size:80px}.about-title:after{content:"";position:absolute;bottom:-16px;left:0;width:140px;height:.5px;background:linear-gradient(90deg,rgba(255,255,255,.12) 0%,rgba(255,255,255,.08) 50%,transparent 100%)}#faq{padding-top:120px!important;padding-bottom:200px;margin-bottom:0;scroll-margin-top:82px}.section h2{font-size:72px;margin-bottom:80px;margin-top:0;padding-top:0;color:#fffffffa;font-weight:700;letter-spacing:-.018em;text-shadow:0 2px 8px rgba(0,0,0,.2)}#features h2{margin-bottom:56px}.big-cards{display:grid;grid-template-columns:repeat(3,minmax(340px,1fr));gap:44px;align-items:stretch;width:100%}.big-card{padding:72px 60px;background:radial-gradient(circle at top left,#ffffff14,#ffffff04 45%) #0c0c0df5;border-radius:30px;font-size:30px;line-height:1.7;color:#ffffffb3;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;justify-content:flex-start;-webkit-user-select:none;user-select:none;cursor:default;border:1px solid rgba(255,255,255,.04);position:relative;overflow:hidden;box-shadow:0 26px 80px #0009;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);touch-action:manipulation;-webkit-tap-highlight-color:rgba(255,255,255,.1);min-height:320px}.big-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:30px;background:linear-gradient(180deg,#ffffff08,#ffffff04 45%,#ffffff05);pointer-events:none;z-index:0}.big-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:30px;background:linear-gradient(135deg,#fff0,#ffffff14,#fff0);opacity:0;transition:opacity .5s cubic-bezier(.4,0,.2,1);pointer-events:none;z-index:1}.big-card h3{font-size:44px;font-weight:700;color:#fffffff2;margin:0 0 20px;-webkit-user-select:none;user-select:none;letter-spacing:-.01em;position:relative;z-index:2}.big-card p{margin:0;color:#ffffffc7;flex:1;-webkit-user-select:none;user-select:none;position:relative;z-index:2;letter-spacing:.005em}.big-card.about-card{grid-column:1 / -1}.big-card.about-card p{margin-bottom:20px}.big-card.about-card p:last-child{margin-bottom:0}.big-card:hover{background:radial-gradient(circle at top left,#ffffff24,#ffffff08 50%) #0f0f10fa;transform:translateY(-2px) scale(1.02);box-shadow:0 32px 90px #000000bf}.big-card:hover:before{opacity:1}.about-content{position:relative;max-width:85%;margin:0;padding:0;background:none;border-radius:0;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none}.about-content .about-intro{font-size:32px;line-height:1.95;color:#ffffffd9;margin:0 0 40px;letter-spacing:.01em;max-width:100%}.about-content p:not(.about-intro){font-size:24px;line-height:1.7;color:#ffffffbf;margin:24px 0 0;letter-spacing:.01em}.about-content p:last-of-type{margin-bottom:0}.big-card.scroll-reveal{transform:translateY(10px);transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}@media (max-width: 1400px){.big-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px}.big-card{padding:48px 40px;font-size:26px;line-height:1.55;min-height:260px}.big-card h3{font-size:34px;margin-bottom:14px}.big-card p{line-height:1.5}}@media (max-width: 1200px){.big-cards{grid-template-columns:1fr;gap:28px}.big-card{padding:40px 32px;font-size:24px;line-height:1.5;min-height:220px}.big-card h3{font-size:30px}}@media (max-width: 600px){.hero-title{font-size:54px}.hero-sub{font-size:20px;line-height:1.65}.slider{height:clamp(200px,72vw,320px)}.slide{width:94%}.slider-arrow{width:38px;height:38px}.big-btn{padding:24px 60px;font-size:22px}.big-card{padding:32px 24px;font-size:22px;line-height:1.48;min-height:unset}.big-card h3{font-size:28px;margin-bottom:10px}.big-card p{line-height:1.45}}.about-badges{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.about-badge{display:inline-block;padding:8px 18px;font-size:14px;line-height:1.5;color:#ffffffb3;background:#14141499;border:1px solid rgba(255,255,255,.18);border-radius:20px;letter-spacing:.02em;-webkit-user-select:none;user-select:none;cursor:default;transition:background .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 10px 22px #00000040}.about-badge:hover{background:#ffffff1f;transform:translateY(-2px);box-shadow:0 16px 30px #00000059}@media (max-width: 1360px){.big-card{padding:52px 42px;font-size:26px;line-height:1.58;min-height:260px}.big-card h3{font-size:34px;margin-bottom:14px}.big-card p{line-height:1.5}}.faq-title{position:relative;margin-bottom:80px;text-align:left;font-size:72px}.faq-title:after{content:"";position:absolute;bottom:-16px;left:0;width:120px;height:.5px;background:linear-gradient(90deg,rgba(255,255,255,.08) 0%,rgba(255,255,255,.05) 50%,transparent 100%)}.faq-item{background:#ffffff09;padding:32px 56px 32px 72px;border-radius:20px;margin-bottom:16px;cursor:pointer;transition:background .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;border:1px solid rgba(255,255,255,.04);max-width:90%;margin-left:auto;margin-right:auto;box-shadow:none;position:relative;overflow:visible;touch-action:manipulation;-webkit-tap-highlight-color:rgba(255,255,255,.1)}.faq-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:20px;background:linear-gradient(135deg,#fff0,#ffffff0a,#fff0);opacity:0;transition:opacity .2s cubic-bezier(.4,0,.2,1);pointer-events:none;z-index:1}.faq-item:after{display:none}.faq-item:not(.open){background:#ffffff08}.faq-item.open{background:#ffffff0e;box-shadow:none}.faq-item:hover{background:#ffffff0d;transform:translateY(-2px);box-shadow:0 4px 24px #00000026,0 2px 12px #0000001a}.faq-item:hover:before{opacity:1}.faq-item.open:hover{background:#fff1}.faq-question{font-size:36px;font-weight:700;color:#fffffff2;-webkit-user-select:none;user-select:none;line-height:1.5;letter-spacing:-.01em;display:flex;align-items:center;justify-content:space-between;gap:16px;position:relative;z-index:2}.faq-arrow{flex-shrink:0;color:#ffffffd9;transition:transform .2s cubic-bezier(.4,0,.2,1)}.faq-item.open .faq-arrow{transform:rotate(180deg)}.faq-answer{-webkit-user-select:none;user-select:none}.faq-answer-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .2s cubic-bezier(.4,0,.2,1);overflow:hidden;position:relative;z-index:2}.faq-item.open .faq-answer-wrapper{grid-template-rows:1fr}.faq-answer{min-height:0;font-size:20px;line-height:1.7;opacity:0;padding-top:0;transform:translateY(-6px);transition:opacity .2s cubic-bezier(.4,0,.2,1),padding-top .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1);color:#ffffffa6}.faq-item.open .faq-answer{opacity:.85;padding-top:14px;transform:translateY(0)}.faq-answer a{color:#d78a2d;text-decoration:none}.faq-answer a:hover{text-decoration:underline}.footer{padding:50px 60px 60px;text-align:center;font-size:20px;opacity:.75;color:#fff6;position:relative;margin-top:40px;max-width:1000px;margin-left:auto;margin-right:auto}.footer:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:400px;height:1px;background:#ffffff0d}.footer-content{display:flex;flex-direction:column;align-items:center;gap:14px}.footer-text{margin-bottom:0}.footer-social{display:flex;align-items:center;justify-content:center;gap:16px}.footer-social-icon{width:18px;height:18px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;opacity:.4}.footer-social-icon:hover{opacity:.7}.footer-social-icon svg{width:100%;height:100%;color:#fff;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.carousel-wrapper{position:relative;width:936px;height:540px;overflow:hidden;margin:0 auto 50px;border-radius:18px}.carousel-track{display:flex;height:100%;transition:transform .45s ease}.carousel-image{width:936px;height:540px;object-fit:contain;background:#111;flex-shrink:0;border-radius:18px}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);font-size:52px;cursor:pointer;opacity:.6;transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;z-index:10;color:#fffc}.carousel-arrow:hover{opacity:1;transform:translateY(-50%) scale(1.08);color:#fff}.carousel-arrow.left{left:-45px}.carousel-arrow.right{right:-45px}@media (max-width: 900px){.header{padding:10px 32px;height:60px}.header-logo{font-size:15px}.header-right{gap:0}.header-telegram-link{font-size:12px;gap:5px}.header-telegram-link svg{width:13px;height:13px}.nav a{margin:0 14px;font-size:14px}.header-social{right:32px;gap:10px}.social-icon{width:18px;height:18px}.hero-gallery{flex-direction:column;gap:24px;margin-bottom:40px}.slider{height:clamp(240px,60vw,420px)}.slide{width:88%;max-width:100%}.slider-arrow.left{left:-26px}.slider-arrow.right{right:-26px}.hero{padding:120px 32px 60px}.section{padding:100px 32px}#about{margin-bottom:80px;padding-left:32px;padding-right:32px}#faq{padding-top:20px;margin-bottom:50px}.faq-item,.about-content{max-width:100%}.about-content .about-intro{font-size:20px}.about-content p:not(.about-intro){font-size:18px}.about-title{text-align:left}.faq-item{padding:32px 36px 32px 48px;margin-bottom:12px}.faq-question{font-size:24px}.faq-answer{font-size:16px}.footer{padding:50px 40px 60px;font-size:18px}.footer-content{gap:12px}.footer-social{gap:16px}.footer-social-icon{width:18px;height:18px}.big-card{padding:32px}.big-cards{gap:24px}.section h2{margin-bottom:40px;font-size:40px}}@media (max-width: 768px){html{scroll-padding-top:70px}.header{padding:10px 20px;height:58px}.header-logo{font-size:14px;flex-shrink:0}.nav,.header-right{display:none}.burger-btn{display:inline-flex}.mobile-menu{display:flex}.mobile-overlay{display:block}.hero{padding:100px 20px 40px}.hero-title{font-size:42px;margin-bottom:16px}.hero-sub{font-size:18px;margin-bottom:40px;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word}.big-btn{padding:18px 48px;font-size:18px;min-height:54px;display:inline-flex;align-items:center;justify-content:center}.hero-gallery{margin-bottom:30px}.slider{height:clamp(220px,68vw,360px)}.slide{width:92%;max-width:100%;border-radius:12px}.slider-arrow{font-size:36px;width:46px;height:46px}.slider-arrow.left{left:6px}.slider-arrow.right{right:6px}.section{padding:80px 20px}.section h2{font-size:32px;margin-bottom:32px}.big-cards{grid-template-columns:1fr;gap:20px}.big-card{padding:28px;font-size:18px}.big-card h3{font-size:22px;margin-bottom:12px}#about{padding:80px 20px;margin-bottom:60px}.about-subtitle{font-size:11px;margin-bottom:10px}.about-title{font-size:32px;margin-bottom:20px}.about-content .about-intro{font-size:18px;line-height:1.7;margin-bottom:32px}.about-content p:not(.about-intro){font-size:16px;line-height:1.6;margin-top:20px}.about-badges{gap:10px;margin-top:20px}.about-badge{padding:6px 14px;font-size:12px}#faq{padding:60px 20px 100px}.faq-title{font-size:32px;margin-bottom:40px}.faq-item{padding:20px 24px 20px 32px;margin-bottom:10px;border-radius:16px}.faq-question{font-size:18px;line-height:1.4}.faq-answer{font-size:14px;line-height:1.6}.footer{padding:40px 20px 50px;font-size:16px}.footer:before{width:200px}.footer-content{gap:10px}.footer-social{gap:14px}.footer-social-icon{width:16px;height:16px}}@media (max-width: 480px){.header{padding:8px 16px;height:56px}.header-logo{font-size:13px}.nav{gap:4px}.nav a{font-size:11px;padding:3px 4px}.header-telegram-link{padding:4px}.header-telegram-link svg{width:14px;height:14px}.hero{padding:90px 16px 30px}.hero-title{font-size:36px;margin-bottom:14px}.hero-sub{font-size:16px;margin-bottom:32px;letter-spacing:.3px;word-wrap:break-word;overflow-wrap:break-word}.big-btn{padding:16px 36px;font-size:16px;width:100%;max-width:280px;min-height:50px}.slider{height:clamp(200px,72vw,320px)}.slide{width:94%}.slider-arrow{width:40px;height:40px;font-size:30px}.section{padding:60px 16px}.section h2{font-size:28px;margin-bottom:28px}.big-card{padding:24px;font-size:16px}.big-card h3{font-size:20px;margin-bottom:10px}#about{padding:60px 16px;margin-bottom:50px}.about-subtitle{font-size:10px}.about-title{font-size:28px;margin-bottom:18px}.about-content .about-intro{font-size:16px;margin-bottom:28px}.about-content p:not(.about-intro){font-size:15px;margin-top:18px}.about-badge{padding:5px 12px;font-size:11px}#faq{padding:50px 16px 80px}.faq-title{font-size:28px;margin-bottom:32px}.faq-item{padding:18px 20px 18px 28px;margin-bottom:8px;border-radius:12px}.faq-question{font-size:16px}.faq-answer{font-size:13px}.footer{padding:35px 16px 40px;font-size:14px}.footer:before{width:150px}.footer-social-icon{width:15px;height:15px}}@media (max-width: 360px){.hero-title{font-size:32px}.hero-sub{font-size:15px}.section h2,.about-title,.faq-title{font-size:24px}.big-card{padding:20px;font-size:15px}.big-card h3{font-size:18px}}
