
    :root {
      --navy: #062844;
      --navy-2: #0d3b66;
      --blue: #1e6ea8;
      --gold: #d89b36;
      --gold-2: #f4c979;
      --cream: #fff8ec;
      --text: #10243a;
      --muted: #657487;
      --line: rgba(8, 43, 76, 0.12);
      --bg: #f6f9fd;
      --card: rgba(255,255,255,0.78);
      --shadow: 0 28px 80px rgba(8, 43, 76, 0.14);
      --radius: 30px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    html, body { max-width: 100%; overflow-x: hidden; }
    img { max-width: 100%; height: auto; display: block; }

    body {
      margin: 0;
      font-family: "Vazirmatn", system-ui, sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at 12% 8%, rgba(216,155,54,.24), transparent 28rem),
        radial-gradient(circle at 88% 4%, rgba(30,110,168,.2), transparent 34rem),
        radial-gradient(circle at 50% 45%, rgba(216,155,54,.08), transparent 42rem),
        linear-gradient(180deg, #ffffff 0%, var(--bg) 48%, #ffffff 100%);
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: -1;
      background-image:
        linear-gradient(rgba(8,43,76,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8,43,76,.035) 1px, transparent 1px);
      background-size: 48px 48px;
      mask-image: linear-gradient(180deg, rgba(0,0,0,.8), transparent 70%);
    }

    a { color: inherit; text-decoration: none; }
    .container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
    main, section, header, footer, .container { min-width: 0; }

    .orb {
      position: absolute;
      border-radius: 999px;
      filter: blur(.2px);
      opacity: .9;
      pointer-events: none;
      animation: float 7s ease-in-out infinite;
    }
    .orb.one { width: 92px; height: 92px; background: rgba(216,155,54,.16); top: 18%; right: 4%; }
    .orb.two { width: 54px; height: 54px; background: rgba(13,59,102,.12); top: 42%; left: 7%; animation-delay: 1.2s; }
    .orb.three { width: 18px; height: 18px; background: var(--gold); top: 16%; left: 22%; animation-delay: 2s; }

    @keyframes float {
      0%,100% { transform: translateY(0); }
      50% { transform: translateY(-16px); }
    }

    .nav {
      position: sticky;
      top: 0;
      z-index: 50;
      backdrop-filter: blur(18px);
      background: rgba(255,255,255,.72);
      border-bottom: 1px solid rgba(8,43,76,.09);
    }

    .nav-inner {
      height: 84px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand { display: flex; align-items: center; gap: 12px; font-weight: 950; color: var(--navy); font-size: clamp(1.08rem, 2vw, 1.38rem); min-width: 0; }
    .brand-logo { width: 36px; height: 36px; object-fit: contain; flex: 0 0 auto; }

    .nav-links { display: flex; align-items: center; gap: 28px; color: var(--muted); font-weight: 700; font-size: .95rem; }
    .nav-links a { transition: .2s; }
    .nav-links a:hover { color: var(--navy); }

    .nav-cta,.btn {
      border: 0; cursor: pointer; font-family: inherit; font-weight: 900; border-radius: 999px;
      padding: 13px 23px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; transition: .25s ease;
    }
    .nav-cta { white-space: nowrap; flex-shrink: 0; }
    .nav-cta,.btn-primary { color: #fff; background: linear-gradient(135deg, var(--navy), var(--navy-2)); box-shadow: 0 18px 42px rgba(8,43,76,.24); }
    .btn-gold { color: #321f05; background: linear-gradient(135deg, var(--gold-2), var(--gold)); box-shadow: 0 18px 42px rgba(216,155,54,.25); }
    .btn-secondary { color: var(--navy); background: rgba(255,255,255,.9); border: 1px solid var(--line); box-shadow: 0 14px 34px rgba(8,43,76,.08); }
    .btn:hover,.nav-cta:hover { transform: translateY(-3px); }

    .hero { position: relative; padding: 78px 0 56px; }
    .hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 54px; }

    .eyebrow {
      display: inline-flex; align-items: center; gap: 10px; color: var(--navy);
      background: rgba(255,255,255,.76); border: 1px solid rgba(216,155,54,.3); padding: 9px 15px;
      border-radius: 999px; font-weight: 900; margin-bottom: 22px; box-shadow: 0 14px 34px rgba(8,43,76,.06);
    }
    .eyebrow i { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px rgba(216,155,54,.16); }

    h1 { margin: 0; color: var(--navy); font-size: clamp(2.15rem, 5.2vw, 5.15rem); line-height: 1.13; letter-spacing: -1.1px; font-weight: 950; overflow-wrap: anywhere; }
    .gradient-text { background: linear-gradient(135deg, var(--navy), var(--blue), var(--gold)); -webkit-background-clip: text; background-clip: text; color: transparent; }
    .lead { color: var(--muted); font-size: 1.17rem; line-height: 2.12; margin: 24px 0 30px; max-width: 670px; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 28px; }

    .trust-row { display:flex; align-items:center; gap:14px; color:var(--muted); font-weight:700; margin-bottom:18px; }
    .mini-avatars { display:flex; }
    .mini-avatars span { width:34px; height:34px; border-radius:50%; margin-left:-8px; border:3px solid #fff; background:linear-gradient(135deg,#dfeaf5,#fff); box-shadow:0 8px 18px rgba(8,43,76,.12); }
    .mini-avatars span:nth-child(2){background:linear-gradient(135deg,var(--gold-2),#fff0cf)}
    .mini-avatars span:nth-child(3){background:linear-gradient(135deg,#9bc3e2,#fff)}
    .mini-avatars span:nth-child(4){background:linear-gradient(135deg,#d6e4ef,#fff)}

    .hero-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; max-width: 720px; }
    .stat { background: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.8); border-radius: 22px; padding: 16px; box-shadow: 0 14px 34px rgba(8,43,76,.06); backdrop-filter: blur(14px); }
    .stat strong { display: block; color: var(--navy); font-size: 1.35rem; font-weight: 950; }
    .stat span { color: var(--muted); font-weight: 700; font-size: .83rem; }

    .product-card { position: relative; background: var(--card); border: 1px solid rgba(255,255,255,.8); border-radius: 40px; padding: 20px; box-shadow: var(--shadow); backdrop-filter: blur(22px); }
    .product-card::before { content: ""; position: absolute; inset: -22px -22px auto auto; width: 160px; height: 160px; border-radius: 42px; background: linear-gradient(135deg, rgba(216,155,54,.42), transparent); z-index: -1; }
    .product-card::after { content: ""; position: absolute; inset: auto auto -24px -22px; width: 190px; height: 190px; border-radius: 999px; background: linear-gradient(135deg, rgba(30,110,168,.18), transparent); z-index: -1; }

    .meeting-window { overflow: hidden; border-radius: 30px; background: #fff; border: 1px solid var(--line); }
    .window-top { height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 0 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-weight: 800; }
    .window-top span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .dots { display: flex; gap: 8px; } .dots span { width: 10px; height: 10px; border-radius: 50%; background: #dde4ec; } .dots span:nth-child(2){background:var(--gold-2)} .dots span:nth-child(3){background:var(--navy-2)}

    .video-grid { display: grid; grid-template-columns: 1.38fr 1fr; gap: 12px; padding: 16px; min-height: 380px; background: linear-gradient(180deg, #f8fbff, #eef4fa); min-width: 0; }
    .video-main,.video-side > div { border-radius: 25px; background: linear-gradient(145deg, var(--navy), #15507e); color: #fff; padding: 20px; position: relative; overflow: hidden; isolation:isolate; }
    .video-main::before,.video-side > div::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 24% 12%, rgba(255,255,255,.18), transparent 30%), linear-gradient(135deg, transparent, rgba(216,155,54,.14)); z-index:-1; }
    .video-main { min-height: 348px; display: flex; flex-direction: column; justify-content: space-between; }
    .video-side { display: grid; gap: 12px; min-width: 0; }
    .video-side > div { min-width: 0; overflow-wrap: anywhere; }
    .badge-live { align-self: flex-start; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; padding: 7px 12px; font-size: .82rem; font-weight: 900; }
    .avatar-row { display: flex; gap: 8px; } .avatar { width: 39px; height: 39px; border-radius: 50%; background: #fff; border: 3px solid rgba(255,255,255,.5); } .avatar:nth-child(2){background:var(--gold-2)} .avatar:nth-child(3){background:#c7d6e5}
    .toolbar { display: flex; justify-content: center; gap: 10px; padding: 16px; background: #fff; border-top: 1px solid var(--line); }
    .tool { width: 45px; height: 45px; border-radius: 16px; background: #f2f6fa; display: grid; place-items: center; color: var(--navy); font-weight: 900; }

    .floating-note { position:absolute; right:-18px; bottom:92px; background:#fff; border:1px solid var(--line); border-radius:22px; padding:14px 16px; box-shadow:0 20px 50px rgba(8,43,76,.16); max-width:210px; font-size:.88rem; font-weight:800; color:var(--navy); }
    .floating-note small { display:block; color:var(--muted); font-weight:700; margin-top:5px; line-height:1.6; }

    section { padding: 68px 0; position:relative; }
    section[id] { scroll-margin-top: 100px; }
    .section-head { text-align: center; max-width: 760px; margin: 0 auto 40px; }
    .section-kicker { color:var(--gold); font-weight:950; margin-bottom:8px; }
    .section-head h2 { color: var(--navy); margin: 0 0 14px; font-size: clamp(1.85rem, 3vw, 3.1rem); font-weight: 950; letter-spacing: -.9px; }
    .section-head p { color: var(--muted); line-height: 2; margin: 0; font-size: 1.05rem; }

    .logos { display:grid; grid-template-columns:repeat(5,1fr); gap:14px; margin-top:28px; }
    .logo-pill { background:rgba(255,255,255,.78); border:1px solid var(--line); border-radius:20px; padding:16px; text-align:center; color:var(--muted); font-weight:900; box-shadow:0 14px 30px rgba(8,43,76,.05); }

    .features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
    .feature { background: rgba(255,255,255,.85); border: 1px solid rgba(255,255,255,.85); border-radius: var(--radius); padding: 27px; box-shadow: 0 18px 50px rgba(8,43,76,.06); transition: .25s ease; backdrop-filter: blur(16px); }
    .feature:hover { transform: translateY(-6px); box-shadow: 0 28px 70px rgba(8,43,76,.11); border-color:rgba(216,155,54,.28); }
    .icon { width: 56px; height: 56px; border-radius: 19px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(216,155,54,.17), rgba(30,110,168,.08)); color: var(--gold); font-size: 1.55rem; margin-bottom: 18px; }
    .feature h3 { margin: 0 0 10px; color: var(--navy); font-size: 1.16rem; }
    .feature p { margin: 0; color: var(--muted); line-height: 1.9; font-size: .96rem; }

    .showcase { display:grid; grid-template-columns:1fr 1fr; gap:20px; align-items:stretch; }
    .panel { background:#fff; border:1px solid var(--line); border-radius:32px; padding:30px; box-shadow:0 20px 60px rgba(8,43,76,.07); overflow:hidden; position:relative; }
    .panel.dark { color:#fff; background:linear-gradient(135deg,var(--navy),#124a79); }
    .panel.dark p,.panel.dark li { color:rgba(255,255,255,.77); }
    .panel h3 { color:var(--navy); margin:0 0 14px; font-size:1.65rem; }
    .panel.dark h3 { color:#fff; }
    .panel p { color:var(--muted); line-height:2; margin:0 0 18px; }
    .timeline { list-style:none; padding:0; margin:20px 0 0; display:grid; gap:14px; }
    .timeline li { display:grid; grid-template-columns:auto 1fr; gap:12px; color:var(--muted); line-height:1.8; font-weight:700; }
    .timeline b { width:32px; height:32px; border-radius:12px; display:grid; place-items:center; background:rgba(216,155,54,.18); color:var(--gold); }

    .comparison { overflow:hidden; border-radius:32px; border:1px solid var(--line); background:#fff; box-shadow:0 18px 60px rgba(8,43,76,.07); }
    table { width:100%; border-collapse:collapse; }
    th,td { padding:18px; text-align:right; border-bottom:1px solid var(--line); color:var(--muted); font-weight:700; }
    th { color:var(--navy); background:#f9fbfe; font-weight:950; }
    td.good { color:var(--navy); font-weight:950; }
    td.good::before { content:"✓ "; color:var(--gold); }
    tr:last-child td { border-bottom:0; }

    .pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
    .pricing-card,.audience-card { background: rgba(255,255,255,.86); border: 1px solid rgba(255,255,255,.85); border-radius: var(--radius); padding: 34px; box-shadow: 0 18px 50px rgba(8,43,76,.06); backdrop-filter: blur(14px); }
    .pricing-card.featured { border-color: rgba(216,155,54,.45); box-shadow: 0 28px 72px rgba(216,155,54,.17); transform:translateY(-8px); }
    .plan-tag { display: inline-flex; background: rgba(8,43,76,.08); color: var(--navy); padding: 7px 12px; border-radius: 999px; font-weight: 950; margin-bottom: 16px; }
    .pricing-card.featured .plan-tag { background: rgba(216,155,54,.16); color: #9a6415; }
    .price { color: var(--navy); font-size: 2rem; font-weight: 950; margin: 0 0 6px; }
    .pricing-card p { color: var(--muted); line-height: 1.9; margin: 0 0 22px; }
    .check-list { display:grid; gap:12px; margin:20px 0 26px; padding:0; list-style:none; }
    .check-list li { display:flex; gap:10px; color:var(--muted); line-height:1.75; font-weight:700; }
    .check-list li::before { content:"✓"; flex:0 0 25px; width:25px; height:25px; border-radius:50%; display:grid; place-items:center; background:rgba(216,155,54,.16); color:var(--gold); font-weight:950; margin-top:2px; }

    .audiences { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
    .audience-card { padding: 26px; text-align: center; transition:.25s; }
    .audience-card:hover { transform:translateY(-5px); }
    .audience-card b { display: block; color: var(--navy); margin-top: 12px; font-size: 1.07rem; }
    .audience-card span { display:block; color:var(--muted); line-height:1.8; margin-top:8px; font-size:.9rem; }

    .faq { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
    .faq-item { background:#fff; border:1px solid var(--line); border-radius:24px; padding:22px; box-shadow:0 14px 40px rgba(8,43,76,.05); }
    .faq-item b { color:var(--navy); display:block; margin-bottom:8px; font-size:1.05rem; }
    .faq-item p { color:var(--muted); line-height:1.9; margin:0; }

    .cta-box { overflow: hidden; position: relative; border-radius: 42px; padding: 56px; background: linear-gradient(135deg, var(--navy), #144a78); color: #fff; box-shadow: var(--shadow); }
    .cta-box::before { content: ""; position: absolute; width: 390px; height: 390px; border-radius: 50%; background: rgba(216,155,54,.28); right: -120px; top: -140px; }
    .cta-box::after { content:""; position:absolute; inset:auto -80px -170px auto; width:300px; height:300px; border-radius:50%; border:1px solid rgba(255,255,255,.18); }
    .cta-content { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
    .cta-box h2 { margin: 0 0 12px; font-size: clamp(1.8rem, 3vw, 3.1rem); }
    .cta-box p { margin: 0; color: rgba(255,255,255,.78); line-height: 1.9; max-width: 670px; }
    .demo-actions { display: flex; flex-wrap: wrap; gap: 12px; }
    .demo-actions .btn { min-width: 170px; }

    footer { padding: 44px 0; color: var(--muted); border-top: 1px solid var(--line); }
    .footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }

    @media (max-width: 980px) {
      .nav-links { display: none; }
      .hero-grid,.showcase { grid-template-columns: 1fr; }
      .hero-grid { gap: 32px; }
      .features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .audiences,.logos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .hero-stats { grid-template-columns:repeat(2,1fr); }
      .product-card { order: -1; }
      .floating-note { display:none; }
      .faq { grid-template-columns:1fr; }
      .nav-inner { gap: 14px; }
      .nav-cta { padding: 12px 18px; }
      .hero { padding-top: 54px; }
    }

    @media (max-width: 640px) {
      .container { width: min(100% - 28px, 1180px); }
      .nav { position: static; }
      .nav-inner { height: 68px; gap: 10px; }
      .brand { gap: 8px; font-size: 1.22rem; }
      .brand-logo { width: 30px; height: 30px; }
      .nav-cta { font-size: .95rem; padding: 11px 16px; }
      .hero { padding-top: 18px; padding-bottom: 34px; }
      .hero-grid { gap: 20px; }
      .product-card { order: 1; }
      .eyebrow { max-width: 100%; font-size: .95rem; line-height: 1.6; margin-bottom: 14px; }
      h1 { font-size: clamp(1.82rem, 8.5vw, 2.2rem); letter-spacing: -.4px; line-height: 1.22; text-wrap: balance; }
      .lead { font-size: .98rem; line-height: 1.95; margin: 14px 0 18px; }
      .hero-actions { margin-bottom: 16px; }
      .trust-row { margin-bottom: 14px; font-size: .9rem; line-height: 1.8; }
      .hero-stats,.features,.pricing-grid,.audiences,.logos { grid-template-columns: 1fr; }
      .video-grid { grid-template-columns: 1fr; }
      .video-main { min-height: 240px; }
      .video-main,.video-side > div { border-radius: 20px; padding: 16px; }
      .window-top { height: 54px; padding: 0 12px; font-size: .93rem; }
      .toolbar { gap: 8px; padding: 12px; }
      .tool { width: 40px; height: 40px; border-radius: 14px; }
      .product-card { border-radius: 30px; padding: 12px; }
      .product-card::before,.product-card::after { display: none; }
      .meeting-window { border-radius: 24px; }
      .badge-live { font-size: .74rem; padding: 6px 10px; }
      section { padding: 50px 0; }
      .section-head { margin-bottom: 30px; }
      .section-head h2 { font-size: clamp(1.55rem, 7vw, 2.05rem); }
      .feature,.pricing-card,.audience-card,.faq-item,.panel { padding: 20px; border-radius: 24px; }
      .icon { width: 48px; height: 48px; border-radius: 16px; font-size: 1.28rem; }
      .comparison { overflow-x: auto; }
      table { min-width: 520px; }
      .cta-box { padding: 34px 22px; border-radius: 30px; }
      .cta-content { align-items: stretch; flex-direction: column; }
      .demo-actions { width: 100%; }
      .btn { width: 100%; }
      th,td { padding:14px 12px; font-size:.88rem; }
    }

    @media (max-width: 380px) {
      .brand span { display: none; }
      .nav-cta { font-size: .9rem; padding: 10px 14px; }
      .container { width: min(100% - 20px, 1180px); }
    }
