*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

:root{
  --bg: #ffffff;
  --bg2:#111120;
  --card: #e9e9e9;
  --card2:#181828;
  --border: rgb(0 0 0 / 9%);
  --purple: #6963d9;
  --purple-light:#463ed7;
  --purple-bright:#4239da;
  --purple-glow:#3b33c782;
  /* --text: #111; */
  --muted: #222222;
  --white: #111;
}

html{scroll-behavior:smooth}
body{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
  overflow-x:hidden
}

/* NAV */
#mainNav{
  position:sticky;
  top:0;
  z-index:100;
  height:64px;
  background:var(--bg);
  backdrop-filter:blur(12px);
}
#mainNav .content{
    
display: flex;
    
align-items: center;
    
justify-content: space-between;
    
height: 64px;
    
max-width: 1280px;
    
margin: 0 auto;
    
padding: 0 40px;
}

.hero-badge {
    color: #777;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 30px;
}

.nav-logo{
  display:flex;align-items:center;gap:10px;
  font-weight:700;font-size:16px;color:var(--white);
  flex:2;text-decoration:none
}
.nav-logo .logo-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center}
.nav-logo .logo-icon img{width:100%;border-radius:100px}
.nav-links{display:flex;gap:28px;list-style:none;margin-right:40px}
.nav-links a{color:var(--muted);text-decoration:none;font-size:14px;font-weight:500;transition:color .2s}
.nav-links a:hover,.nav-links a.active{color:var(--white)}
.nav-links a.active{border-bottom:2px solid var(--purple);padding-bottom:5px}
.nav-actions{display:flex;gap:10px;align-items:center}
.btn-primary{
  padding:8px 18px;
  background:linear-gradient(90deg,var(--purple-light) 0%,var(--purple-light) 50%,#7049f3 100%);
  border-radius:6px;
  background: linear-gradient(90deg, rgba(85, 110, 255, 1) 0%, rgba(184, 58, 241, 1) 100%);
  color: var(--bg);
  font-size:14px;
  font-weight:600;
  cursor:pointer;
  text-decoration:none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  border:none;
  transition:filter .2s;
}
.btn-primary:hover{filter:brightness(1.2)}

#main{max-width:1280px;margin:0 auto;padding:0 40px}

/* HERO */
.hero{
  position:relative;
  min-height: 600px;
  display:flex;
  align-items: self-start;
  justify-content: space-between;
  margin-bottom: 0;
}
#main::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:
    radial-gradient(52% 60% at 92% 2%, rgba(255,199,222,.65) 0%, rgba(255,199,222,0) 68%),
    radial-gradient(58% 65% at 63% -8%, rgba(180,168,255,.5) 0%, rgba(180,168,255,0) 70%),
    radial-gradient(40% 55% at 100% 55%, rgba(112,73,243,.16) 0%, rgba(112,73,243,0) 72%);
  pointer-events: none;
}
.hero-content{max-width: 720px;position:relative;z-index:2;margin-top: 80px;}
.hero h1{font-size:45px;font-weight:800;line-height:1.15;margin-bottom:20px;color:var(--white)}
.hero h1 span{
  background: linear-gradient(90deg,rgba(85, 110, 255, 1) 0%, rgba(184, 58, 241, 1) 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text
}
.hero-sub{font-size:16px;color:var(--muted);margin-bottom:36px;line-height: 1.4;font-weight: 500;}
.hero-btns{display:flex;gap:14px;margin-bottom:36px;flex-wrap:wrap}
.btn-hero-primary{
  display:flex;
  align-items:center;
  gap:8px;
  padding:14px 28px;
  background: linear-gradient(90deg, rgba(85, 110, 255, 1) 0%, rgba(184, 58, 241, 1) 100%);
  border-radius:7px;
  color: var(--bg);
  font-size:15px;
  font-weight:600;
  text-decoration:none;
  border:none;
  cursor:pointer;
  transition:filter .2s,transform .1s
}
.btn-hero-primary:hover{transform:translateY(-1px);filter:brightness(1.2)}
.btn-hero-secondary{
  display:flex;align-items:center;gap:8px;
  padding:14px 28px;border:1px solid var(--border);border-radius:10px;
  color:var(--text);font-size:15px;font-weight:500;text-decoration:none;
  background:transparent;cursor:pointer;transition:border-color .2s
}
.btn-hero-secondary:hover{border-color:rgba(124,58,237,.5)}
.hero-badges{display:flex;gap:20px;flex-wrap:wrap}
.hero-badge-item{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--muted)}
.hero-badge-item svg{opacity:.6}

/* HERO REVIEWS (Ãƒâ€˜Ã‹â€ ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â½ÃƒÂÃ‚Â° ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â³Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½ÃƒÂÃ‚Â° hero-content, ÃƒÂÃ‚Â½ÃƒÂÃ‚Âµ ÃƒÂÃ‚Â½ÃƒÂÃ‚Â° ÃƒÂÃ‚Â²ÃƒÂÃ‚ÂµÃƒâ€˜Ã‚ÂÃƒâ€˜Ã…â€™ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°ÃƒÂÃ‚Â½) */
.hero-reviews{margin-top:32px;max-width:100%}
.hero-reviews-viewport{display:flex;align-items:center;gap:10px}
.hero-reviews-arrow{flex-shrink:0;width:36px;height:36px}
.hero-reviews-track-wrap{
  flex:1;min-width:0;overflow:hidden;
  -webkit-mask-image:linear-gradient(to right,#000 0%,#000 88%,transparent 100%);
  mask-image:linear-gradient(to right,#000 0%,#000 88%,transparent 100%)
}
.hero-reviews-track{
  display:flex;gap:14px;overflow-x:auto;scroll-behavior:smooth;
  scroll-snap-type:x proximity;padding:4px 2px 8px;
  -ms-overflow-style:none;scrollbar-width:none
}
.hero-reviews-track::-webkit-scrollbar{display:none}
.hero-review-card{
  scroll-snap-align:start;
  flex-shrink:0;
  width:220px;
  background: transparent;
  border: 1px solid rgb(0 0 0 / 12%);
  border-radius:14px;
  padding:16px;
  display:flex;
  flex-direction:column;
  gap:10px;
  transition:border-color .2s,transform .2s
}
.hero-review-card:hover{border-color:rgba(112,73,243,.4);transform:translateY(-2px)}
.hero-review-top{display:flex;align-items:center;gap:10px}
.hero-review-avatar{
  width:36px;height:36px;border-radius:50%;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  font-size:12px;font-weight:700;color:#fff
}
.hero-review-name{font-size:13px;font-weight:600;color:var(--white);line-height:1.3}
.hero-review-handle{font-size:11.5px;color:var(--muted);line-height:1.3}
.hero-review-stars{color:#f5c842;font-size: 17px;letter-spacing:1px;line-height: 1;}
.hero-review-text{color:var(--text);font-size:13px;line-height:1.6}
.hero-reviews-dots{display:flex;align-items:center;gap:6px;margin-top:14px;display: none;}
.hero-reviews-dot{
  width:6px;height:6px;padding:0;border:none;border-radius:3px;
  background:var(--border);cursor:pointer;transition:width .25s,background .25s
}
.hero-reviews-dot.active{width:20px;background:linear-gradient(90deg,var(--purple-light),#7049f3)}
.hero-visual{
  width: 350px;
  display:flex;
  align-items: self-start;
  justify-content:center;
  z-index:1;
  margin-top: 30px;
}
fsf{width: 100%;height: auto;opacity: 0.9;}


.tg-login-wrap {
  position: relative;
  display: inline-block;
}
.tg-login-visual {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  pointer-events: none;
  line-height: 2px;
}
.tg-login-wrap iframe {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.user-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  border-radius: 20px;
  text-decoration: none;
  color: inherit;
  transition: background .2s;
}
.user-chip:hover {
  background: rgba(0,0,0,0.05);
}
.user-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}
.user-name {
  font-size: 14px;
  font-weight: 500;
}

/* STATS */
.stats-bar{
  margin:0 0 60px;
  background: linear-gradient(135deg, rgba(112,73,243,.12), rgba(112,73,243,.05));
  border: 1px solid rgb(0 0 0 / 9%);
  border-radius:16px;
  display:flex;
  justify-content:space-between;
  padding:32px 40px;
  gap:20px;
  min-height: 117px;
}
.stat-item{position:relative;display:flex;gap:10px}
.stat-item:not(:last-child)::after{
  /* content:''; */
  position:absolute;
  right:0;
  top:10%;
  height:80%;
  width:1px;
  background:#0d111c
}
.stat-num{font-size:26px;font-weight:800;color:var(--white);line-height:1;margin-bottom:5px}
.stat-label{font-size:13px;color:var(--muted)}

/* SECTIONS */
section{margin-bottom: 60px;}
.section-head{margin-bottom: 20px;}
.section-label{
  font-size:13px;
  font-weight:600;
  letter-spacing:1px;
  text-transform:uppercase;
  color: #8884c6;
  margin-bottom:10px
}
.section-head h2{font-size:36px;font-weight:800;color:var(--white);margin-bottom:12px}
.section-head p{font-size:15px;color:var(--muted);max-width:500px;margin:0 auto}

/* FEATURES */
.features-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.feature-card{
  background: linear-gradient(135deg, rgba(112,73,243,.12), rgba(112,73,243,.05));
  border:1px solid #0b0f1b;
  border: 1px solid rgb(0 0 0 / 9%);
  border-radius:14px;
  padding:28px 22px;
  transition:border-color .2s,transform .2s
}
.feature-card:hover{border-color:rgba(124,58,237,.4);transform:translateY(-4px)}
.feature-icon{
  width:44px;height:44px;background:rgba(124,58,237,.15);
  border-radius:10px;display:flex;align-items:center;justify-content:center;
  margin-bottom:16px;font-size:20px
}
.feature-card h3{font-size:15px;font-weight:700;color:var(--white);margin-bottom:8px}
.feature-card p{font-size:13px;color:var(--muted);line-height:1.6}

/* HOW IT WORKS */
.steps-container{display:flex;gap:0;align-items:flex-start;position:relative;margin-bottom:60px}
.steps-container::before{
  content:'';position:absolute;top:24px;left:10%;right:10%;height:2px;
  background:linear-gradient(90deg,var(--purple),rgba(124,58,237,.2));z-index:0
}
.step{flex:1;text-align:center;position:relative;z-index:1;padding:0 10px}
.step-num{
  width:48px;
  height:48px;
  background: linear-gradient(90deg, rgba(85, 110, 255, 1) 0%, rgba(184, 58, 241, 1) 100%);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  font-weight:700;
  color: var(--bg);
  margin:0 auto 16px;
  border:3px solid var(--bg);
  box-shadow: 0 0 0 3px var(--purple);
}
.step h3{font-size:15px;font-weight:700;color:var(--white);margin-bottom:8px}
.step p{font-size:13px;color:var(--muted);line-height:1.6}
.cta-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.cta-card{
  background: linear-gradient(135deg, rgba(112,73,243,.12), rgba(112,73,243,.05));
  border:1px solid #0b0f1b;
  border: 1px solid rgb(0 0 0 / 9%);
  border-radius:14px;
  padding:28px 26px;
  display:flex;
  flex-direction:column;
  height:100%
}
.cta-card h3{font-size:17px;font-weight:700;color:var(--white);margin-bottom:8px}
.cta-card .cta-sub{font-size:13px;color:var(--muted);margin-bottom:16px}

/* CUSTOM BOT */
.custom-bg{background: linear-gradient(135deg, rgba(112,73,243,.12), rgba(112,73,243,.05));padding:0;border-radius:15px;border: 1px solid rgb(0 0 0 / 9%);}
.custom-inner{display:flex;gap:20px;align-items:center;/* background: linear-gradient(135deg, rgba(112,73,243,.12), rgba(112,73,243,.05)); */border-radius:15px}
.robot-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  padding:35px 40px;
  width:35%;
  /* background: #140f24; */
  border-radius:15px 0 0 15px
}
.robot-wrap img{width:100%}
.custom-features{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.cf-item{display:flex;align-items:flex-start;gap:14px}
.cf-icon{
  width:40px;height:40px;min-width:40px;background:rgba(124,58,237,.15);
  border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px
}
.cf-item h3{font-size:14px;font-weight:700;color:var(--white);margin-bottom:4px}
.cf-item p{font-size:13px;color:var(--muted);line-height:1.5}
.robot-info{
  padding:20px 70px 20px 20px;
  width:65%;
  background: transparent;
  border-radius:0 15px 15px 0
}

/* BLOG */
.blog-inner{
  position:relative;
  overflow:hidden
}
.blog-inner::before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:300px;
  pointer-events:none;
  /* background:radial-gradient(circle at 0% 50%,rgba(124,58,237,.15),transparent 70%); */
}

/* Blog carousel head */
.blog-carousel-head{
  position:relative;
  z-index:1;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:32px;
  padding-right:40px
}
.blog-carousel-head h2{font-size:30px;font-weight:800;color:var(--white);margin-bottom:8px}
.blog-carousel-head p{font-size:14.5px;color:var(--muted);/* max-width:420px; */}
.blog-carousel-controls{display:flex;align-items:center;gap:16px;flex-shrink:0}
.blog-carousel-all{
  font-size:14px;font-weight:600;color:var(--purple);text-decoration:none;
  white-space:nowrap;transition:opacity .2s
}
.blog-carousel-all:hover{opacity:.7}
.blog-carousel-arrows{display:flex;gap:8px}
.carousel-arrow-btn{
  width:40px;
  height:40px;
  border-radius:50%;
  border:1px solid var(--border);
  background:var(--bg);
  color: var(--purple-light);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:border-color .2s,color .2s,background .2s
}
.carousel-arrow-btn:hover{border-color:var(--purple-light);color:var(--purple-light)}
.carousel-arrow-btn:disabled{opacity:.35;cursor:default;pointer-events:none}

/* Blog carousel track */
.blog-carousel-viewport{position:relative;z-index:1;overflow:hidden;margin:0 -40px 0 0}
.blog-carousel-track{
  display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;
  scroll-snap-type:x proximity;padding:4px 40px 12px 0;
  -ms-overflow-style:none;scrollbar-width:none
}
.blog-carousel-track::-webkit-scrollbar{display:none}
.blog-carousel-item{
  scroll-snap-align:start;
  flex-shrink:0;
  width:300px;
  display:flex;
  flex-direction:column;
  background:var(--bg);
  border: 1px solid rgb(0 0 0 / 12%);
  border-radius:14px;
  overflow:hidden;
  text-decoration:none;
  transition:border-color .2s,transform .2s,box-shadow .2s;
}
.blog-carousel-item:hover{
  border-color:rgba(112,73,243,.4);transform:translateY(-3px);
  box-shadow:0 12px 24px rgba(20,10,60,.08)
}
.blog-carousel-thumb{
  width:100%;
  aspect-ratio:16/10;
  flex-shrink:0;
  background:linear-gradient(135deg,rgba(112,73,243,.18),rgba(112,73,243,.06));
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border: 5px solid rgb(237 233 253);
  background: rgb(237 233 253);
}
.blog-carousel-thumb img{width:100%;height:100%;object-fit:cover;display:block;border-radius: 9px 9px 0 0;}
.blog-carousel-item-body{padding:18px 18px 20px;display:flex;flex-direction:column;flex:1;background: linear-gradient(135deg, rgba(112, 73, 243, .12), rgba(112, 73, 243, .05));}
.blog-carousel-item-body h3{
  font-size:16px;font-weight:700;color:var(--white);line-height:1.35;margin-bottom:8px;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden
}
.blog-carousel-item-body p{
  font-size:13px;color:var(--muted);line-height:1.55;margin-bottom:16px;flex:1;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden
}

/* CHANNEL (reuses .blog-carousel-* layout, adds just the CTA button) */
.channel-go-btn{
  padding:10px 18px;
  font-size:14px;
  border-radius:8px;
  white-space:nowrap;
}
.channel-go-btn svg{flex-shrink:0}

/* Shared article preview bits (also used on /blog) */
.article-category{
  font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;
  color:var(--purple-light);margin-bottom:8px
}
.article-emoji{font-size:36px;line-height:1}
.article-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted);margin-top:auto}
.article-meta .dot{opacity:.5}
.article-meta .read-time{display:flex;align-items:center;gap:4px}

/* FOOTER */
footer{border-top:1px solid rgb(110 122 206 / 7%);padding:60px 40px 30px}
.footer-grid{display:grid;grid-template-columns:280px repeat(4,1fr);gap:40px;margin-bottom:10px}
.footer-brand p{font-size:13px;color:var(--muted);margin:12px 0 20px;line-height:1.6}
.social-links{display:flex;gap:10px}
.social-link{
  width:34px;
  height:34px;
  background: linear-gradient(135deg, rgba(112,73,243,.12), rgba(112,73,243,.05));
  border:1px solid var(--border);
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  text-decoration:none;
  color:var(--muted);
  transition:border-color .2s,color .2s
}
.social-link:hover{border-color:var(--purple);color:var(--purple-bright)}
.footer-col h3{font-size:13px;font-weight:700;color:var(--white);margin-bottom:14px;text-transform:uppercase;letter-spacing:.5px}
.footer-col ul{list-style:none}
.footer-col li{margin-bottom:10px}
.footer-col a{font-size:13px;color:var(--muted);text-decoration:none;transition:color .2s}
.footer-col a:hover{color:var(--white)}
.footer-bottom{padding-top:24px;text-align:center;font-size:13px;color:var(--muted)}

/* FAQ */
.faq-section{padding: 0;}
.faq-inner{max-width:800px;margin:0 auto}
.faq-inner h2{font-size:36px;font-weight:800;color:var(--white);margin-bottom:12px}
.faq-sub{color:var(--muted);font-size:16px;margin-bottom:48px}
.faq-list{display:flex;flex-direction:column}
.faq-item{border-bottom:1px solid var(--border)}
.faq-item:first-child{border-top:1px solid var(--border)}
.faq-q{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:22px 0;background:transparent;border:none;color:var(--white);
  font-size:16px;font-weight:600;font-family:Inter,sans-serif;text-align:left;
  cursor:pointer;transition:color .2s
}
.faq-q:hover{color:#a58fff}
.faq-icon{
  flex-shrink:0;display:flex;align-items:center;justify-content:center;
  width:28px;height:28px;border-radius:50%;
  background:rgba(112,73,243,.12);color:#7049f3;transition:transform .3s,background .2s
}
.faq-q[aria-expanded=true] .faq-icon{transform:rotate(180deg);background:rgba(112,73,243,.22)}
.faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s}
.faq-a.open{grid-template-rows:1fr}
.faq-a-inner{overflow:hidden;color:var(--muted);font-size:15px;line-height:1.7;padding-bottom:0;transition:padding-bottom .3s}
.faq-a.open .faq-a-inner{padding-bottom:22px}

/* REVIEWS */
.reviews-section{padding:100px 0;overflow:hidden;margin-bottom:0}
.reviews-inner{max-width:1280px;margin:0 auto;padding:0 40px}
.reviews-inner h2{font-size:36px;font-weight:800;color:var(--white);margin-bottom:12px}
.reviews-sub{color:var(--muted);font-size:16px;margin-bottom:48px}
.reviews-track-wrap{
  overflow:hidden;margin:0 -40px;
  -webkit-mask-image:linear-gradient(to right,transparent 0%,#000 8%,#000 92%,transparent 100%);
  mask-image:linear-gradient(to right,transparent 0%,#000 8%,#000 92%,transparent 100%)
}
.reviews-track{
  display:flex;gap:20px;width:max-content;
  animation:reviews-scroll 40s linear infinite;padding:8px 40px
}
.reviews-track:hover{animation-play-state:paused}
@keyframes reviews-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.review-card{
  width:320px;flex-shrink:0;background:var(--card);border:1px solid var(--border);
  border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:16px;
  transition:border-color .2s,transform .2s
}
.review-card:hover{border-color:rgba(112,73,243,.4);transform:translateY(-3px)}
.review-stars{color:#f5c842;font-size:16px;letter-spacing:2px}
.review-text{color:var(--text);font-size:14px;line-height:1.7;flex:1}
.review-author{display:flex;align-items:center;gap:12px;margin-top:4px}
.review-avatar{
  width:40px;height:40px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:13px;font-weight:700;color:#fff;flex-shrink:0
}
.review-name{font-size:14px;font-weight:600;color:var(--white)}
.review-meta{font-size:12px;color:var(--muted);margin-top:2px}

#how{padding: 0;}

/* CONTACTS */
.contacts-section{padding: 0x 40px;}
.contacts-inner{max-width:860px;margin:0 auto}
.contacts-inner h2{font-size:36px;font-weight:800;color:var(--white);margin-bottom:12px}
.contacts-sub{color:var(--muted);font-size:16px;margin-bottom:48px}
.contacts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.contact-card{
  display:flex;
  align-items:center;
  gap:16px;
  padding:20px 22px;
  background: linear-gradient(135deg, rgba(112,73,243,.12), rgba(112,73,243,.05));
  border:1px solid var(--border);
  border-radius:16px;
  text-decoration:none;
  transition:border-color .2s,transform .2s,background .2s
}
.contact-card:hover{
  border-color:rgba(112,73,243,.45);
  background: linear-gradient(135deg, rgba(112,73,243,.12), rgba(112,73,243,.05));
  transform:translateY(-2px)
}
.contact-icon{
  width:48px;height:48px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;flex-shrink:0
}
.contact-info{flex:1}
.contact-label{font-size:12px;color:var(--muted);margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}
.contact-value{font-size:15px;font-weight:600;color:var(--white)}
.contact-arrow{color:var(--muted);transition:color .2s,transform .2s;flex-shrink:0}
.contact-card:hover .contact-arrow{color:#7049f3;transform:translateX(3px)}

/* RESPONSIVE */
@media(max-width:1024px){
  .nav-links{gap:18px;margin-right:20px}
  .hero{/* min-height:70vh; *//* padding:60px 40px; *//* height: max-content; */}
  .hero h1{font-size:38px}
  .hero-visual{width:340px;/* height:340px; */right:3%}
  .stats-bar{padding:24px 28px;gap:12px}
  .stat-num{font-size:22px}
  .features-grid{grid-template-columns:repeat(3,1fr)}
  .cta-cards{gap:14px}
  .robot-wrap{padding:50px 30px}
  .footer-grid{grid-template-columns:220px repeat(4,1fr);gap:28px}
}

@media(max-width:768px){
  #mainNav .content{padding:0 20px;position:relative}
  .nav-links{display:none}
  .nav-actions .btn-primary{padding:8px 14px;font-size:13px}
  .nav-burger{
    display:flex;flex-direction:column;justify-content:center;gap:5px;
    width:36px;height:36px;background:transparent;border:1px solid var(--border);
    border-radius:8px;cursor:pointer;padding:0 8px;margin-left:10px
  }
  .nav-burger span{display:block;width: 100%;height:2px;background:var(--white);border-radius:2px;transition:transform .25s,opacity .25s}
  nav.nav-open .nav-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  nav.nav-open .nav-burger span:nth-child(2){opacity:0}
  nav.nav-open .nav-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  nav.nav-open .nav-links{
    display:flex;
    flex-direction:column;
    gap:0;
    position:absolute;
    top:64px;
    left:0;
    width: 100%;
    right:0;
    background:var(--bg);
    border-bottom:1px solid var(--border);
    padding:12px 0;
    z-index:200;
    list-style:none
  }
  nav.nav-open .nav-links li a{display:block;padding:12px 24px;font-size:15px;color:var(--text)}
  nav.nav-open .nav-links li a:hover,
  nav.nav-open .nav-links li a.active{color:var(--white);background:rgba(112,73,243,.07)}
  .hero{flex-direction:column;align-items:flex-start;min-height:unset;padding:60px 20px 40px;gap:40px}
  .hero-content{max-width:100%;margin-top: 0;}
  .hero h1{font-size:32px}
  .hero-sub{font-size:15px}
  .hero-visual{position:relative;right:auto;top:auto;transform:none;width:100%;height:auto;justify-content:center;display: none;}
  .hero-visual img{width:80%;max-width:320px;height: auto;}
  .robot-info{width:100%;padding:0}
  .stats-bar{flex-wrap:wrap;justify-content:flex-start;gap:0;padding:0;border-radius:12px;margin: 0 0 32px;}
  .stat-item{width:50%;padding:20px 24px;/* border-right:1px solid #0d111c; *//* border-bottom:1px solid #0d111c; */}
  .stat-item:nth-child(even){border-right:none}
  .stat-item:nth-last-child(-n+2){border-bottom:none}
  .stat-item::after{display:none}
  .features-grid{grid-template-columns:repeat(2,1fr)}
  .steps-container{flex-direction:column;align-items:center;gap:32px}
  .steps-container::before{display:none}
  .step{width:100%;max-width:340px}
  .cta-cards{grid-template-columns:1fr;margin:0 auto}
  .custom-inner{flex-direction:column}
  .robot-wrap{width:100%;border-radius:15px 15px 0 0;padding:40px 20px;display:none}
  .custom-bg>div{padding:30px 24px;/* background:#0b0e19; */}
  .blog-inner{padding:36px 24px}
  .blog-carousel-head{flex-direction:column;align-items:flex-start;gap:16px;padding-right:0;margin-bottom:24px}
  .blog-carousel-head h2{font-size:26px}
  .blog-carousel-controls{width:100%;justify-content:space-between}
  .blog-carousel-viewport{margin:0 -24px 0 0}
  .blog-carousel-track{padding:4px 24px 12px 0}
  .blog-carousel-item{width:260px}
  .channel-go-btn{padding:9px 14px;font-size:13px}
  .reviews-section{padding:60px 0}
  .custom-bg,#blog{margin: 60px 0;margin-top: 0;margin-bottom: 30px;}
  .reviews-inner{padding:0 20px}
  .reviews-track-wrap{margin:0 -20px}
  .review-card{width:280px}
  .hero-reviews{margin-top:24px}
  .hero-review-card{width:200px}
  .faq-section{padding:60px 20px}
  .faq-q{font-size:15px}
  .contacts-section{padding:60px 20px}
  .contacts-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px}
  .footer-brand{grid-column:1/-1}
  footer{padding:48px 20px 24px}
  .section-head h2,.faq-inner h2,.reviews-inner h2,.contacts-inner h2{font-size:28px}
  #how,#slot-mechanic{padding: 0;}
}

@media(max-width:640px){
  #main{padding:0 20px}
  .hero h1{font-size:28px}
  .hero-btns{flex-direction:column;gap:10px}
  .btn-hero-primary,.btn-hero-secondary{justify-content:center;width:100%}
  .hero-badges{gap:12px}
  .custom-features{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .footer-brand{grid-column:auto}
}

@media(max-width:480px){
  .nav-logo{font-size:14px}
  .hero{padding: 48px 0 0;margin-bottom: 60px;}
  .hero h1{font-size:24px}
  .hero-visual img{width:90%;height: auto;}
  .stat-item{width:100%;border-right:none}
  .stat-item:nth-last-child(-n+2){/* border-bottom:1px solid #0d111c; */}
  .stat-item:last-child{border-bottom:none}
  .features-grid{grid-template-columns:1fr}
  .faq-section,.contacts-section{padding: 0;}
  .reviews-inner{padding:0 16px}
  .reviews-track-wrap{margin:0 -16px}
  .features-bg{padding: 0px 0 0;}
  .blog-inner::after{background:none}
  .blog-inner{padding: 0;}
  footer{padding: 40px 0 20px;}
  .footer-grid{gap:24px}
}

@media(min-width:769px){
  .nav-burger{display:none}
}

.review-modal-overlay{
  position:fixed;inset:0;background:rgba(0,0,0,.5);
  display:none;align-items:center;justify-content:center;
  z-index:1000;padding:20px;
}
.review-modal-overlay.open{display:flex}
.review-modal{
  background:var(--bg);border-radius:16px;padding:32px;
  max-width:420px;width:100%;position:relative;
  box-shadow:0 20px 60px rgba(0,0,0,.25);
}
.review-modal-close{
  position:absolute;
  top: 29px;
  right: 21px;
  background:transparent;
  border:none;
  font-size:24px;
  cursor:pointer;
  color:var(--muted);
  line-height:1;
  left: auto;
  justify-content: flex-end;
}
.review-modal h3{font-size:20px;font-weight:800;color:var(--white);margin-bottom:20px}
.review-modal-field{margin-bottom:16px}
.review-modal-field label{display:block;font-size:13px;font-weight:600;color:var(--muted);margin-bottom:6px}
.review-modal-field input,.review-modal-field textarea{
  width:100%;padding:10px 12px;border:1px solid var(--border);
  border-radius:8px;font-family:inherit;font-size:14px;color:var(--text);resize:vertical;
}
.review-modal-field input:focus,.review-modal-field textarea:focus{outline:none;border-color:var(--purple)}
.review-modal-msg{margin-top:12px;font-size:13px}
.review-modal-msg.success{color:#2e9e4f}
.review-modal-msg.error{color:#e0433c}