.elementor-1655 .elementor-element.elementor-element-6d059403{--display:flex;}.elementor-1655 .elementor-element.elementor-element-70f03d62{width:100%;max-width:100%;top:0px;}.elementor-1655 .elementor-element.elementor-element-70f03d62.elementor-element{--align-self:flex-start;--order:-99999 /* order start hack */;--flex-grow:1;--flex-shrink:0;}body:not(.rtl) .elementor-1655 .elementor-element.elementor-element-70f03d62{left:0px;}body.rtl .elementor-1655 .elementor-element.elementor-element-70f03d62{right:0px;}/* Start custom CSS for html, class: .elementor-element-70f03d62 */:root{
  --yellow:#ffcb29;
  --black:#000000;
  --white:#ffffff;
  --soft:#111111;
  --soft2:#1a1a1a;
  --border:rgba(255,255,255,.08);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Arimo',sans-serif;
  background:var(--black);
  color:var(--white);
  line-height:1.6;
  overflow-x:hidden;
}

h1,h2,h3,.ai-badge,.ai-eyebrow,.ai-btn,.ai-card span,.ai-step strong,.ai-logo{
  font-family:'Montserrat',sans-serif;
}

.ai-site{width:100%}
.ai-container{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
}

.ai-section{
  padding:clamp(72px, 10vw, 120px) 0;
  position:relative;
  overflow:hidden;
}

.ai-grid-2{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:32px;
  align-items:center;
}

.ai-grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.ai-badge,.ai-eyebrow{
  display:inline-flex;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,203,41,.12);
  color:var(--yellow);
  border:1px solid rgba(255,203,41,.22);
  font-size:.85rem;
  margin-bottom:18px;
}

.ai-hero{
  min-height:100svh;
  padding-top:120px;
  display:flex;
  align-items:center;
}

.ai-copy h1{
  font-size:clamp(2.6rem, 6vw, 5.2rem);
  line-height:1.02;
  max-width:11ch;
  margin-bottom:18px;
}

.ai-copy p{
  max-width:58ch;
  font-size:1.05rem;
  color:rgba(255,255,255,.82);
  margin-bottom:28px;
}

.ai-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.ai-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 22px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  transition:transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}
.ai-btn:hover{transform:translateY(-2px)}
.ai-btn-primary{background:var(--yellow);color:var(--black)}
.ai-btn-secondary{border:1px solid rgba(255,255,255,.16);color:var(--white)}

.ai-card,
.ai-step,
.ai-case,
.ai-price-card,
.ai-contact-box,
.ai-hero-card{
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid var(--border);
  border-radius:28px;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
}

.ai-hero-card{padding:24px}

.ai-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-bottom:18px;
}
.ai-stats div{
  background:rgba(0,0,0,.45);
  border:1px solid var(--border);
  border-radius:18px;
  padding:16px;
}
.ai-stats strong{
  display:block;
  color:var(--yellow);
  font-size:1.2rem;
}
.ai-stats span{
  color:rgba(255,255,255,.7);
  font-size:.9rem;
}

.ai-mockup{
  background:var(--soft);
  border:1px solid var(--border);
  border-radius:22px;
  overflow:hidden;
}
.ai-mockup-bar{
  height:46px;
  background:#0a0a0a;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.ai-mockup-content{
  min-height:250px;
  padding:32px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:18px;
}
.ai-pulse{
  width:76px;
  height:76px;
  border-radius:50%;
  background:var(--yellow);
  animation:aiPulse 2s infinite;
}
@keyframes aiPulse{
  0%{box-shadow:0 0 0 0 rgba(255,203,41,.45)}
  70%{box-shadow:0 0 0 22px rgba(255,203,41,0)}
  100%{box-shadow:0 0 0 0 rgba(255,203,41,0)}
}

.ai-section-head{
  max-width:720px;
  margin-bottom:34px;
}
.ai-section-head h2,
.ai-left h2,
.ai-contact-box h2{
  font-size:clamp(2rem, 4vw, 3.4rem);
  line-height:1.08;
}
.ai-section-head p,
.ai-left p,
.ai-card p,
.ai-step p,
.ai-case p,
.ai-price-card li{
  color:rgba(255,255,255,.82);
}

.ai-card,
.ai-step,
.ai-case,
.ai-price-card{
  padding:28px;
}
.ai-card span{
  display:inline-block;
  margin-bottom:14px;
  color:var(--yellow);
  font-weight:700;
}
.ai-card h3,
.ai-step h3,
.ai-case h3,
.ai-price-card h3{
  font-size:1.35rem;
  margin-bottom:10px;
}

.ai-split{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:30px;
}

.ai-step{
  display:flex;
  gap:18px;
  margin-bottom:16px;
}
.ai-step strong{
  min-width:48px;
  font-size:1.4rem;
  color:var(--yellow);
}

.ai-case-grid{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr;
  gap:20px;
}
.ai-case-large{
  min-height:260px;
  display:flex;
  flex-direction:column;
  justify-content:end;
  background:
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.86)),
    radial-gradient(circle at top left, rgba(255,203,41,.45), transparent 40%);
}

.ai-pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.ai-price{
  color:var(--yellow);
  margin-bottom:18px;
  font-weight:700;
}
.ai-price-card ul{
  list-style:none;
}
.ai-price-card li{
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.ai-featured{
  border-color:rgba(255,203,41,.35);
  transform:translateY(-8px);
}

.ai-contact-box{
  padding:34px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  background:linear-gradient(135deg, rgba(255,203,41,.14), rgba(255,255,255,.03));
}

.ai-bg-circle{
  position:absolute;
  border-radius:50%;
  filter:blur(30px);
  opacity:.35;
  pointer-events:none;
}
.ai-c1{
  width:320px;
  height:320px;
  background:var(--yellow);
  top:90px;
  right:-80px;
}
.ai-c2{
  width:240px;
  height:240px;
  background:#2a2a2a;
  bottom:80px;
  left:-60px;
}

.reveal{
  opacity:0;
  transform:translateY(28px);
  animation:revealUp .85s ease forwards;
}
.reveal:nth-child(2){animation-delay:.08s}
.reveal:nth-child(3){animation-delay:.16s}
.reveal:nth-child(4){animation-delay:.24s}
.reveal:nth-child(5){animation-delay:.32s}
.reveal:nth-child(6){animation-delay:.40s}

@keyframes revealUp{
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@media (max-width: 1024px){
  .ai-grid-2,
  .ai-split,
  .ai-grid-3,
  .ai-case-grid,
  .ai-pricing-grid{
    grid-template-columns:1fr;
  }

  .ai-featured,
  .ai-case-large{
    transform:none;
  }
}

@media (max-width: 768px){
  .ai-container{
    width:min(100% - 24px, 1180px);
  }

  .ai-hero{
    min-height:auto;
    padding-top:110px;
  }

  .ai-copy h1{
    max-width:100%;
  }

  .ai-stats{
    grid-template-columns:1fr;
  }

  .ai-contact-box{
    flex-direction:column;
    align-items:flex-start;
  }

  .ai-section{
    padding:72px 0;
  }
}

@media (max-width: 480px){
  .ai-copy h1{
    font-size:2.35rem;
  }

  .ai-btn{
    width:100%;
  }

  .ai-actions{
    flex-direction:column;
  }

  .ai-card,
  .ai-step,
  .ai-case,
  .ai-price-card,
  .ai-contact-box,
  .ai-hero-card{
    padding:22px;
  }
}/* End custom CSS */