@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800;900&family=Vazirmatn:wght@500;700&display=swap');

:root {
  --purple: #5820f5;
  --purple-dark: #3d12c8;
  --purple-soft: #8151ff;
  --ink: #07040d;
  --muted: #5d5275;
  --glass: rgba(255, 255, 255, 0.58);
  --stroke: rgba(255, 255, 255, 0.86);
}

* { box-sizing: border-box; }

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.96) 0 18%, transparent 42%),
    radial-gradient(circle at 82% 62%, rgba(190,153,255,.38), transparent 32%),
    radial-gradient(circle at 18% 78%, rgba(255,255,255,.70), transparent 28%),
    linear-gradient(180deg, #cab9ff 0%, #f4f0ff 36%, #f6f2ff 66%, #dacbff 100%);
  font-family: Inter, Vazirmatn, system-ui, sans-serif;
}

.poster-viewport {
  width: min(100vw, 720px);
  height: min(1280px, calc(100vw * 1.7777778));
  position: relative;
  overflow: hidden;
}

.poster {
  --poster-scale: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 720px;
  max-width: none;
  height: 1280px;
  min-height: 1280px;
  transform: scale(var(--poster-scale));
  transform-origin: top left;
  overflow: hidden;
  color: var(--ink);
  isolation: isolate;
  box-shadow: 0 0 110px 65px rgba(239, 233, 255, .82);
}

.poster::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.poster::before {
  content: "";
  position: absolute;
  inset: 0;
 
  z-index: -2;
}

.glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(22px);
  pointer-events: none;
}

.glow-1 {
  width: 330px;
  height: 330px;
  background: rgba(111, 43, 255, .20);
  top: 330px;
  right: 20px;
}

.glow-2 {
  width: 380px;
  height: 260px;
  background: rgba(255, 255, 255, .45);
  bottom: 90px;
  left: 120px;
}

.brand {
  width: 100%;
  padding-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  text-align: left;
}


.bot-logo::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 15px;
  border-radius: 99px;

  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}

.bot-logo span {
  width: 35px;
  height: 22px;
  border: 3px solid white;
  border-radius: 12px;
  position: relative;
}

.bot-logo span::before,
.bot-logo span::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 6px;
  background: white;
  border-radius: 50%;
}
.bot-logo span::before { left: 8px; }
.bot-logo span::after { right: 8px; }

.brand h1 {
  margin: 0;
  font-size: 32px;
  letter-spacing: -2px;
  font-weight: 900;
  line-height: .92;
}

.brand h1 span { color: var(--purple); }
.brand h1 small { font-size: 20px; letter-spacing: -1px; }
.brand p {
  margin: 13px 0 0;
  font-size: 12px;
  letter-spacing: 8px;
  font-weight: 700;
  color: #3c304e;
}

.hero-copy {
  text-align: center;
  margin-top: 27px;
}

.hero-copy h2,
.hero-copy h3 {
  margin: 0;
  font-size: 52px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -2.2px;
}

.hero-copy h3 {
  color: var(--purple);
  font-size: 51px;
}

.divider {
  width: 450px;
  height: 34px;
  margin: 8px auto 0;
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--purple);
  font-size: 28px;
}

.divider::before,
.divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(85,42,171,.25), transparent);
}

.hero-copy p {
  margin: 0;
  direction: rtl;
  font-family: Vazirmatn, Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #4d405e;
}

.content {
  position: relative;
  margin-top: 44px;
  min-height: 620px;
}

.features {
  position: absolute;
  left: 28px;
  top: 5px;
  width: 255px;
  z-index: 5;
}

.feature-card {
  height: 106px;
  margin-bottom: 13px;
  padding: 18px 13px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.75);
  background: linear-gradient(135deg, rgba(255,255,255,.84), rgba(255,255,255,.45));
  box-shadow: 0 14px 30px rgba(74, 29, 164, .12), inset 0 1px 0 rgba(255,255,255,.8);
  backdrop-filter: blur(12px);
}

.tilted-one { transform: rotate(3deg); }
.tilted-two { transform: rotate(2deg); }
.tilted-three { transform: rotate(1deg); }
.tilted-four { transform: rotate(-1deg); }

.feature-icon {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: white;
  font-size: 31px;
  font-weight: 900;
  background: linear-gradient(145deg, #974fff, #4d16e9 70%);
  box-shadow: inset 0 4px 14px rgba(255,255,255,.34), 0 10px 16px rgba(72,28,201,.27);
}

.feature-card h4 {
  margin: 0 0 7px;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -.55px;
}

.feature-card p {
  margin: 0;
  color: #24162e;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
}

.growth { font-size: 42px; transform: rotate(-45deg); }
.target { font-size: 44px; }

.mini-chart {
  position: relative;
  margin-top: 25px;
  width: 226px;
  height: 138px;
  padding: 14px;
  border-radius: 17px;
  background: rgba(255,255,255,.46);
  border: 1px solid rgba(255,255,255,.75);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 18px 30px rgba(74,29,164,.12);
}

.donut {
  position: absolute;
  left: 17px;
  top: 17px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: conic-gradient(#7b43ff 0 25%, rgba(123,67,255,.18) 0 50%, #a879ff 0 75%, rgba(123,67,255,.32) 0);
  -webkit-mask: radial-gradient(circle, transparent 42%, #000 44%);
  mask: radial-gradient(circle, transparent 42%, #000 44%);
}

.mini-chart svg { width: 100%; height: 100%; overflow: visible; }
.area { fill: url(#chartFill); opacity: .45; }
.line { fill: none; stroke: #7b38ff; stroke-width: 7; stroke-linecap: round; }

.robot-zone {
  position: absolute;
  right: 14px;
  top: 5px;
  width: 100%;
  height: 650px;
  z-index: 2;
}

.robot-scene {
  position: absolute;
  right: 0;
  /*top: 120px;*/
  width: 100%;
  /*height: 610px;*/
  object-fit: cover;
  object-position: center;
  mix-blend-mode: normal;
  border-radius: 0 0 130px 90px;
  filter: drop-shadow(0 20px 28px rgba(79,33,150,.18)) saturate(.96) brightness(1.03);
  -webkit-mask-image: radial-gradient(ellipse at 58% 48%, #000 0 55%, rgba(0,0,0,.72) 71%, transparent 94%);
  mask-image: radial-gradient(ellipse at 58% 48%, #000 0 55%, rgba(0,0,0,.72) 71%, transparent 94%);
}

.orbit {
  position: absolute;
  border: 1px solid rgba(145,82,255,.33);
  border-radius: 50%;
  transform: rotate(-18deg);
  box-shadow: 0 0 16px rgba(255,255,255,.8);
}
.orbit-one { width: 360px; height: 220px; top: 130px; left: 18px; }
.orbit-two { width: 455px; height: 310px; top: 210px; left: -20px; }
.orbit-three { width: 360px; height: 430px; top: 115px; left: 50px; }

.social {
  position: absolute;
  z-index: 6;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: white;
  border-radius: 15px;
  box-shadow: 0 10px 22px rgba(93,37,199,.20), inset 0 4px 10px rgba(255,255,255,.35);
}

.google {
  left: 26px; top: 41px; width: 68px; height: 68px;
  background: rgba(255,255,255,.72);
  color: #4285f4;
  font-size: 42px;
  font-family: Arial, sans-serif;
}
.instagram {
  left: 150px; top: -7px; width: 78px; height: 78px;
  background: radial-gradient(circle at 70% 25%, #ffe475 0 10%, transparent 12%), linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}
.instagram::before {
  content: "";
  width: 42px; height: 42px; border: 6px solid white; border-radius: 14px;
}
.instagram::after {
  content: "";
  position: absolute;
  width: 12px; height: 12px; border-radius: 50%; background: white;
}
.whatsapp {
  right: 47px; top: 11px; width: 78px; height: 78px;
  background: linear-gradient(145deg, #24ef72, #00bd58);
  font-size: 42px;
}
.telegram {
  right: 10px; top: 132px; width: 58px; height: 58px;
  background: linear-gradient(145deg, #2bbcff, #186fea);
  font-size: 31px;
}
.like {
  left: 27px; top: 139px; width: 52px; height: 52px;
  background: rgba(255,255,255,.65);
  color: #276cff;
  font-size: 29px;
}
.linkedin {
  left: 0; top: 330px; width: 52px; height: 52px;
  background: linear-gradient(145deg, #27c8ff, #0870b8);
  font-size: 25px;
  font-family: Arial, sans-serif;
}
.heart {
  left: 70px; top: 383px; width: 36px; height: 36px;
  background: transparent;
  color: #ff336d;
  font-size: 36px;
  filter: drop-shadow(0 4px 6px rgba(255,51,109,.24));
  box-shadow: none;
}
.messenger {
  right: 0; top: 240px; width: 66px; height: 66px;
  background: rgba(255,255,255,.72);
  color: #4049ff;
  font-size: 37px;
}

.sparkles span {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 12px 4px rgba(255,255,255,.8);
  animation: twinkle 2.5s infinite ease-in-out alternate;
}

@keyframes twinkle { to { transform: scale(.55); opacity: .35; } }

.bottom-stage {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 280px;
  z-index: 8;
}

.bottom-stage::before {
  content: "";
  position: absolute;
  left: 62px;
  right: 52px;
  top: 10px;
  height: 78px;

}

.plant {
  position: absolute;
  left: 236px;
  top: -102px;
  width: 96px;
  height: 162px;
  z-index: 4;
}
.plant span {
  position: absolute;
  bottom: 45px;
  left: 42px;
  width: 22px;
  height: 84px;
  border-radius: 80% 0;
  background: linear-gradient(160deg, #6928dc, #b889ff);
  transform-origin: bottom center;
}
.plant span:nth-child(1) { transform: rotate(-50deg); height: 76px; }
.plant span:nth-child(2) { transform: rotate(-26deg); height: 100px; }
.plant span:nth-child(3) { transform: rotate(2deg); height: 112px; }
.plant span:nth-child(4) { transform: rotate(28deg); height: 95px; }
.plant span:nth-child(5) { transform: rotate(55deg); height: 74px; }
.plant b {
  position: absolute;
  left: 26px;
  bottom: 0;
  width: 62px;
  height: 52px;
  border-radius: 7px 7px 20px 20px;
  background: linear-gradient(#fff, #e9ddff);
  box-shadow: 0 12px 18px rgba(83,37,164,.18);
}

.mug {
  position: absolute;
  right: 55px;
  top: -5px;
  width: 90px;
  height: 78px;
  border-radius: 10px 10px 28px 28px;
  background: linear-gradient(#ffffff, #eee6ff);
  box-shadow: 0 15px 24px rgba(77,37,143,.16);
  display: grid;
  place-items: center;
  color: #6634ef;
  font-size: 35px;
}
.mug::after {
  content: "";
  position: absolute;
  right: -26px;
  top: 20px;
  width: 32px;
  height: 35px;
  border: 8px solid #f8f2ff;
  border-left: 0;
  border-radius: 0 20px 20px 0;
}

.cta {
  position: absolute;
  left: 50%;
  bottom: 57px;
  transform: translateX(-50%);
  width: 365px;
  height: 78px;
  border: 0;
  border-radius: 34px;
  color: white;
  font-size: 28px;
  font-weight: 900;
  background: linear-gradient(180deg, #632cff, #4d16e7);
  box-shadow: 0 16px 25px rgba(77,22,231,.30), inset 0 2px 0 rgba(255,255,255,.23);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.cta span { margin-left: 18px; font-size: 40px; vertical-align: -3px; }
.cta:hover { transform: translateX(-50%) translateY(-3px); box-shadow: 0 22px 32px rgba(77,22,231,.34); }

@media (max-width: 720px) {
  body {
    display: block;
    min-height: calc(100vw * 1.7777778);
  }

  .poster-viewport {
    width: 100vw;
    height: calc(100vw * 1.7777778);
  }
}

/* Mobile centering and original social icons patch */
.hero-copy h2,
.hero-copy h3 {
  direction: ltr;
  unicode-bidi: isolate;
}

.instagram,
.whatsapp,
.telegram {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  color: transparent !important;
  font-size: 0 !important;
  overflow: hidden;
}

.instagram {
  background-image: url("assets/instagram-original.png") !important;
}
.instagram::before,
.instagram::after {
  display: none !important;
}

.whatsapp {
  background-image: url("assets/whatsapp-original.png") !important;
}

.telegram {
  background-image: url("assets/telegram-original.png") !important;
}

@media (max-width: 720px) {
  html,
  body {
    width: 100%;
    min-height: 100svh;
  }

  body {
    display: grid !important;
    place-items: center !important;
    padding: 0;
  }

  .poster-viewport {
    margin: auto;
  }
}
