
  :root {
    --b: #0051FE;
    --b2: #0040D0;
    --b-soft: #E8F0FF;
    --ink: #0A0F29;
    --ink2: #0D1535;
    --t: #1e293b;
    --m: #64748b;
    --l: #e2e8f0;
    --g: #059669;
    --g-soft: #ecfdf5;
    --amber: #d97706;
    --disp: Inter, "Segoe UI", Arial, sans-serif;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: Inter, system-ui, sans-serif;
    background: #f8fafc;
    color: var(--t);
    -webkit-font-smoothing: antialiased;
    padding-bottom: 0;
  }
  img, svg { display: block; max-width: 100%; }
  .wrap { max-width: 1160px; margin: 0 auto; padding: 0 20px; }
  .eyebrow {
    display: inline-flex; align-items: center; gap: 6px;
    font: 700 12px Inter, sans-serif; letter-spacing: .5px; text-transform: uppercase;
    color: var(--b); background: var(--b-soft); border: 1px solid #c5d9ff;
    padding: 6px 14px; border-radius: 999px; margin-bottom: 16px;
  }
  .eyebrow.dark { color: #a8c5ff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.14); }

  /* ================= TOP PROMO ================= */
  .promo {
    background: linear-gradient(90deg, #0A0F29, #0040D0 45%, #0051FE);
    color: #fff; text-align: center; padding: 11px 16px;
    font-size: 13.5px; font-weight: 600;
  }
  .promo em {
    font-style: normal; background: rgba(255,255,255,.18);
    padding: 2px 10px; border-radius: 6px; margin-left: 8px; font-size: 12px;
  }

  /* ================= HEADER ================= */
  .top { background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--l); position: sticky; top: 0; z-index: 60; }
  .top-in { max-width: 1160px; margin: 0 auto; padding: 0 20px; height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
  .logo { display: flex; align-items: center; gap: 8px; font-family: var(--disp); font-weight: 800; font-size: 21px; letter-spacing: -.5px; color: var(--ink); text-decoration: none; }
  .logo span { color: var(--b); }
  .logo img { height: 32px; width: auto; display: block; max-width: 140px; }
  .logo .mark { width: 30px; height: 30px; border-radius: 9px; background: linear-gradient(135deg, var(--b), #3b82f6); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 14px; font-family: var(--disp); box-shadow: 0 4px 10px rgba(0,81,254,.35); }
  .nav { display: none; gap: 30px; font-size: 14px; font-weight: 500; color: var(--m); }
  .nav a { color: inherit; text-decoration: none; }
  .nav a:hover { color: var(--ink); }
  .nav-actions { display: flex; align-items: center; gap: 10px; }
  .nav-tel { display: none; font-size: 13px; color: var(--m); font-weight: 600; }
  @media (min-width: 900px) { .nav { display: flex; } .nav-tel { display: block; } }

  .btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; font: 600 14px Inter, sans-serif; border-radius: 10px; border: none; cursor: pointer; text-decoration: none; transition: .15s ease; white-space: nowrap; }
  .bp { background: var(--b); color: #fff; padding: 10px 18px; box-shadow: 0 1px 2px rgba(0,81,254,.3); }
  .bp:hover { background: var(--b2); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0,81,254,.32); }
  .bs { background: #fff; color: var(--t); border: 1px solid var(--l); padding: 10px 18px; }
  .bs:hover { border-color: #94a3b8; }
  .bghost { background: transparent; color: var(--b); border: 1.5px solid #a8c5ff; padding: 9.5px 18px; }
  .bghost:hover { background: var(--b-soft); border-color: var(--b); }
  .bf { width: 100%; }
  .blg { padding: 13px 20px; font-size: 15px; }

  /* ================= HERO ================= */
  .hero { background: radial-gradient(700px 320px at 18% -10%, #E8F0FF 0%, rgba(232,240,255,0) 65%), radial-gradient(600px 300px at 100% 0%, #ecfdf5 0%, rgba(236,253,245,0) 60%), #fff; padding: 64px 20px 24px; text-align: center; overflow: hidden; }
  .hero h1 { font-family: var(--disp); font-size: clamp(30px, 4.8vw, 48px); font-weight: 800; letter-spacing: -1.3px; line-height: 1.08; color: var(--ink); margin-bottom: 16px; }
  .hero h1 i { font-style: normal; color: var(--b); }
  .hero p { color: var(--m); font-size: 17px; max-width: 580px; margin: 0 auto 22px; line-height: 1.55; }

  .hero-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 0; }
  .hero-chips span { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 700; color: var(--g); background: var(--g-soft); border: 1px solid #bbf7d0; padding: 7px 13px; border-radius: 999px; }
  .hero-chips svg { width: 13px; height: 13px; flex-shrink: 0; }

  /* ================= HERO VIDEO ================= */
  .hero-video {
    background: #fff;
    padding: 0 20px 52px;
    text-align: center;
  }
  .hero-video-inner {
    max-width: 680px;
    margin: 0 auto;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow:
      0 4px 6px -1px rgba(15, 23, 42, .04),
      0 16px 40px -12px rgba(0, 81, 254, .18);
    background: #0A0F29;
    line-height: 0;
  }
  .hero-video-inner video {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
  }
  @media (max-width: 600px) {
    .hero-video { padding: 0 14px 40px; }
    .hero-video-inner { border-radius: 14px; }
  }

  /* Integrations marquee — brand-style wordmarks */
  .integ-sec {
    background: #f8fafc; padding: 36px 0 42px; overflow: hidden;
    border-top: 1px solid var(--l); border-bottom: 1px solid var(--l);
  }
  .integ-label {
    text-align: center; font-size: 12px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .5px; color: #94a3b8; margin-bottom: 18px;
  }
  .integ-track-wrap {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  }
  .integ-track {
    display: flex; align-items: center; gap: 28px;
    width: max-content;
    animation: integ-scroll 38s linear infinite;
    will-change: transform;
  }
  .integ-track:hover { animation-play-state: paused; }
  .bm {
    flex: 0 0 auto; white-space: nowrap;
    color: #64748b; line-height: 1; user-select: none; opacity: .85;
  }
  /* Entegrasyon markaları tek ve nötr tipografi sistemi kullanır. */













  @keyframes integ-scroll {
    from { transform: translate3d(0,0,0); }
    to { transform: translate3d(-50%,0,0); }
  }

  .sec-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
  .sec-head h2 { font-family: var(--disp); font-size: clamp(24px,3.2vw,32px); font-weight: 800; letter-spacing: -.6px; color: var(--ink); margin-bottom: 10px; }
  .sec-head p { color: var(--m); font-size: 15.5px; line-height: 1.6; }
  .sec-head.dark h2 { color: #fff; }
  .sec-head.dark p { color: #a8c5ff; }

  /* ================= FEATURE GRID ================= */
  .feat-sec { padding: 64px 20px 8px; background: #fff; }
  .fgrid { display: grid; grid-template-columns: 1fr; gap: 16px; max-width: 1100px; margin: 0 auto; }
  @media (min-width: 700px) { .fgrid { grid-template-columns: repeat(2,1fr); } }
  @media (min-width: 1000px) { .fgrid { grid-template-columns: repeat(4,1fr); } }
  .fcard { border: 1px solid var(--l); border-radius: 14px; padding: 22px; background: #fff; transition: .18s; }
  .fcard:hover { border-color: #a8c5ff; box-shadow: 0 10px 26px -14px rgba(0,81,254,.35); transform: translateY(-2px); }
  .fcard .ic { width: 40px; height: 40px; border-radius: 10px; background: var(--b-soft); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; color: var(--b); }
  .fcard .ic svg { width: 20px; height: 20px; }
  .fcard h3 { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
  .fcard p { font-size: 13.5px; color: var(--m); line-height: 1.5; }

  /* ================= BILL TOGGLE + PLANS ================= */
  .bill-wrap { text-align: center; padding: 56px 20px 4px; background: #fff; }
  .bill { display: inline-flex; background: #f1f5f9; border-radius: 999px; padding: 4px; margin-bottom: 6px; }
  .bill button { border: none; background: transparent; font: 600 13.5px Inter, sans-serif; padding: 9px 20px; border-radius: 999px; color: var(--m); cursor: pointer; transition: .15s; }
  .bill button.on { background: #fff; color: var(--ink); box-shadow: 0 1px 3px rgba(0,0,0,.1); }
  .bill .save { color: var(--g); font-size: 11px; font-weight: 700; }

  .plans-wrap { background: #fff; padding: 12px 0 20px; }
  .plans { display: grid; grid-template-columns: 1fr; gap: 18px; max-width: 1100px; margin: 0 auto; padding: 0 16px; }
  @media (min-width: 900px) { .plans { grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; } }

  .card { background: #fff; border: 1px solid var(--l); border-radius: 18px; padding: 30px 26px; display: flex; flex-direction: column; position: relative; transition: .18s; }
  .card:hover { box-shadow: 0 16px 40px -22px rgba(15,23,42,.25); }
  .card.hot { border: 2px solid var(--b); box-shadow: 0 20px 50px rgba(0, 81, 254, .18); background: linear-gradient(180deg, #f5f8ff, #fff 140px); }
  @media (min-width: 900px) { .card.hot { transform: translateY(-10px); } }
  .ribbon { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: linear-gradient(90deg, var(--b), #3b82f6); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .3px; padding: 6px 16px; border-radius: 999px; white-space: nowrap; box-shadow: 0 4px 12px rgba(0,81,254,.4); }
  .card-icon { width: 42px; height: 42px; border-radius: 11px; background: var(--b-soft); color: var(--b); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
  .card.hot .card-icon { background: var(--b); color: #fff; }
  .card-icon svg { width: 21px; height: 21px; }
  .card-name { font-family: var(--disp); font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
  .card-sub { font-size: 13.5px; color: var(--m); margin-bottom: 18px; line-height: 1.45; min-height: 38px; }
  .card-price { font-family: var(--disp); font-size: 40px; font-weight: 800; letter-spacing: -1.5px; color: var(--ink); line-height: 1; }
  .card-price small { font-family: Inter, sans-serif; font-size: 15px; font-weight: 500; color: var(--m); letter-spacing: 0; }
  .card-perday { font-size: 12.5px; color: var(--b); font-weight: 700; margin-top: 6px; }
  .card-year { font-size: 13px; color: var(--m); margin-top: 7px; margin-bottom: 2px; min-height: 18px; }
  .card-year s { color: #94a3b8; }
  .card-year b { color: var(--g); font-weight: 700; }
  .save-badge { display: inline-block; font-size: 11px; font-weight: 700; color: var(--g); background: var(--g-soft); border: 1px solid #bbf7d0; padding: 2px 9px; border-radius: 999px; margin-top: 6px; }
  .card-custom { font-family: var(--disp); font-size: 26px; font-weight: 800; letter-spacing: -.6px; color: var(--ink); margin-bottom: 8px; }
  .card-cta { margin: 20px 0 16px; }
  .card-note { font-size: 12px; color: var(--b); font-weight: 600; margin-bottom: 18px; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; }
  .card-note:hover { text-decoration: underline; }

  .feats-title { font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: var(--m); margin-bottom: 12px; padding-top: 14px; border-top: 1px solid var(--l); }
  .feats { list-style: none; flex: 1; }
  .feats li { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; padding: 6px 0; color: #334155; line-height: 1.4; }
  .feats li .dot { flex-shrink: 0; margin-top: 3px; width: 15px; height: 15px; border-radius: 50%; background: var(--g-soft); position: relative; }
  .feats li .dot::after { content: "✓"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: var(--g); font-size: 9.5px; font-weight: 800; }
  .feats li.hi { color: var(--ink); }
  .feats li.hi .dot { background: var(--b-soft); }
  .feats li.hi .dot::after { color: var(--b); }
  .feats li b { display: block; font-weight: 700; }
  .feats li span.d { display: block; font-weight: 400; color: var(--m); font-size: 12px; margin-top: 1px; }

  .price-note { text-align: center; font-size: 12.5px; color: var(--m); margin-top: 6px; padding-bottom: 28px; background: #fff; }

  /* ================= WHY PROFESSIONAL (dark) ================= */
  .why-pro { background: radial-gradient(700px 320px at 85% 0%, #0033A0 0%, transparent 60%), linear-gradient(180deg, var(--ink), var(--ink2)); padding: 48px 20px; }
  .whp-grid { display: grid; grid-template-columns: 1fr; gap: 14px; max-width: 1100px; margin: 0 auto; }
  @media (min-width: 700px) { .whp-grid { grid-template-columns: repeat(2,1fr); } }
  @media (min-width: 1000px) { .whp-grid { grid-template-columns: repeat(4,1fr); } }
  .whp-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 22px; }
  .whp-card .ic { width: 38px; height: 38px; border-radius: 10px; background: rgba(0,81,254,.18); color: #a8c5ff; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
  .whp-card .ic svg { width: 19px; height: 19px; }
  .whp-card h3 { font-size: 14.5px; font-weight: 700; color: #fff; margin-bottom: 6px; }
  .whp-card p { font-size: 13px; color: #a8c5ff; line-height: 1.5; }

  /* ================= HANGISI BANA UYGUN ================= */
  .fit-sec { padding: 64px 20px; background: #fff; }
  .fit-grid { display: grid; grid-template-columns: 1fr; gap: 14px; max-width: 920px; margin: 0 auto; }
  @media (min-width: 760px) { .fit-grid { grid-template-columns: repeat(3,1fr); } }
  .fit-card { border: 1px solid var(--l); border-radius: 14px; padding: 20px; text-align: center; }
  .fit-card.mid { border: 2px solid var(--b); background: var(--b-soft); position: relative; }
  .fit-q { font-size: 13px; color: var(--m); margin-bottom: 10px; min-height: 40px; }
  .fit-arrow { font-size: 18px; color: var(--l); margin-bottom: 8px; }
  .fit-card.mid .fit-arrow { color: var(--b); }
  .fit-ans { font-family: var(--disp); font-weight: 700; font-size: 16px; color: var(--ink); }
  .fit-card.mid .fit-ans { color: var(--b); }

  /* ================= COMPARE ================= */
  .cmp-section { max-width: 1100px; margin: 0 auto; padding: 44px 16px 20px; }
  .cmp-section h2 { font-family: var(--disp); font-size: 24px; font-weight: 800; letter-spacing: -.5px; text-align: center; margin-bottom: 8px; color: var(--ink); }
  .cmp-section > p.sub { text-align: center; color: var(--m); font-size: 14px; margin-bottom: 26px; }

  .cmp-short { background: #fff; border: 1px solid var(--l); border-radius: 16px; overflow: hidden; margin-bottom: 14px; }
  table.cs { width: 100%; border-collapse: collapse; font-size: 13.5px; }
  table.cs th, table.cs td { padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--l); }
  table.cs th { background: #f8fafc; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .35px; color: var(--m); }
  table.cs th:not(:first-child), table.cs td:not(:first-child) { text-align: center; }
  table.cs th.hlcol { color: var(--b); background: var(--b-soft); }
  table.cs td.hlcol { background: #fafbff; }
  table.cs tr:last-child td { border-bottom: none; }
  table.cs .y { color: var(--g); font-weight: 700; }
  table.cs .n { color: #cbd5e1; }

  .cmp-toggle { display: block; width: 100%; text-align: center; background: #fff; border: 1px dashed var(--l); border-radius: 12px; padding: 13px; font: 600 13.5px Inter, sans-serif; color: var(--b); cursor: pointer; }
  .cmp-toggle:hover { background: var(--b-soft); }
  .cmp-full { display: none; margin-top: 14px; }
  .cmp-full.open { display: block; }

  .cmp-box { background: #fff; border: 1px solid var(--l); border-radius: 16px; overflow: hidden; }
  .cmp-scroll { overflow-x: auto; }
  table.ct { width: 100%; border-collapse: collapse; font-size: 13.5px; min-width: 600px; }
  table.ct th, table.ct td { padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--l); }
  table.ct th { background: #f8fafc; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .35px; color: var(--m); position: sticky; top: 0; }
  table.ct th:not(:first-child), table.ct td:not(:first-child) { text-align: center; }
  table.ct th.hlcol { color: var(--b); }
  table.ct tbody tr:hover { background: #fafbff; }
  table.ct tr:last-child td { border-bottom: none; }
  table.ct .y { color: var(--g); font-weight: 700; }
  table.ct .n { color: #cbd5e1; }
  table.ct td strong { font-weight: 600; color: var(--ink); }

  .cmp-m { display: none; }
  @media (max-width: 700px) {
    .cmp-d { display: none; }
    .cmp-m { display: block; }
    .acc { border-bottom: 1px solid var(--l); }
    .acc:last-child { border-bottom: none; }
    .acc-btn { width: 100%; text-align: left; background: none; border: none; padding: 15px 18px; font: 600 14px Inter, sans-serif; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: var(--t); }
    .acc-btn::after { content: "+"; font-size: 18px; color: var(--m); transition: .15s; }
    .acc.open .acc-btn::after { content: "−"; color: var(--b); }
    .acc-body { display: none; padding: 0 18px 15px; font-size: 13px; color: #334155; }
    .acc.open .acc-body { display: block; }
    .acc-body div { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px dashed var(--l); gap: 12px; }
    .acc-body div:last-child { border: none; }
  }

  /* ================= MİGRATİON / RISK ================= */
  .risk-sec { padding: 64px 20px; background: linear-gradient(180deg, #f8fafc 0%, #fff 100%); }
  .risk-wrap { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 20px; }
  @media (min-width: 900px) { .risk-wrap { grid-template-columns: 1.15fr 0.85fr; gap: 22px; align-items: stretch; } }

  .risk-box {
    background: #fff;
    border: 1px solid var(--l);
    border-radius: 20px;
    padding: 28px 26px 26px;
    position: relative;
    overflow: hidden;
  }
  .risk-box.guarantee {
    box-shadow: 0 12px 40px -20px rgba(15,23,42,.12);
  }
  .risk-box.migrate {
    background: linear-gradient(160deg, #0A0F29 0%, #0D1535 55%, #0033A0 140%);
    border: none;
    color: #fff;
    display: flex;
    flex-direction: column;
  }
  .risk-kicker {
    display: inline-flex; align-items: center; gap: 6px;
    font: 700 11px Inter, sans-serif; letter-spacing: .4px; text-transform: uppercase;
    color: var(--b); background: var(--b-soft); border: 1px solid #c5d9ff;
    padding: 5px 10px; border-radius: 999px; margin-bottom: 12px;
  }
  .risk-box.migrate .risk-kicker {
    color: #a8c5ff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.14);
  }
  .risk-box h3 {
    font-family: var(--disp); font-size: 20px; font-weight: 800;
    letter-spacing: -.3px; color: var(--ink); margin-bottom: 6px;
  }
  .risk-box.migrate h3 { color: #fff; }
  .risk-box .risk-lead {
    font-size: 13.5px; color: var(--m); line-height: 1.5; margin-bottom: 20px;
  }
  .risk-box.migrate .risk-lead { color: #a8c5ff; }

  .risk-grid {
    display: grid; grid-template-columns: 1fr; gap: 10px;
  }
  @media (min-width: 520px) { .risk-grid { grid-template-columns: 1fr 1fr; } }

  .risk-item {
    display: flex; gap: 12px; align-items: flex-start;
    background: #f8fafc; border: 1px solid #eef2f7;
    border-radius: 12px; padding: 12px 14px;
    transition: .15s;
  }
  .risk-item:hover { border-color: #c5d9ff; background: #f5f8ff; }
  .risk-item .ri {
    width: 34px; height: 34px; border-radius: 10px; flex-shrink: 0;
    background: var(--g-soft); color: var(--g);
    display: flex; align-items: center; justify-content: center;
  }
  .risk-item .ri svg { width: 16px; height: 16px; }
  .risk-item b {
    display: block; font-size: 13.5px; font-weight: 700; color: var(--ink); line-height: 1.3;
  }
  .risk-item span {
    display: block; font-size: 12px; color: var(--m); margin-top: 2px; line-height: 1.35;
  }

  .mig-steps { list-style: none; margin: 4px 0 20px; flex: 1; }
  .mig-steps li {
    display: flex; gap: 12px; align-items: flex-start;
    padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.08);
    font-size: 13.5px; color: #e2e8f0; line-height: 1.45;
  }
  .mig-steps li:last-child { border-bottom: none; }
  .mig-steps .num {
    width: 24px; height: 24px; border-radius: 8px; flex-shrink: 0;
    background: rgba(0,81,254,.35); color: #fff;
    font: 700 12px Inter, sans-serif;
    display: flex; align-items: center; justify-content: center;
  }
  .risk-box.migrate .btn {
    margin-top: auto;
    background: #fff; color: var(--ink); border: none;
    box-shadow: 0 4px 14px rgba(0,0,0,.15);
  }
  .risk-box.migrate .btn:hover {
    background: #f1f5f9; transform: translateY(-1px);
  }

  /* ================= TESTIMONIALS ================= */
  .test-sec {
    padding: 72px 20px 68px;
    background:
      radial-gradient(600px 280px at 10% 0%, rgba(0,81,254,.06) 0%, transparent 60%),
      radial-gradient(500px 240px at 90% 100%, rgba(5,150,105,.05) 0%, transparent 55%),
      #fff;
  }
  .test-head { text-align: center; max-width: 560px; margin: 0 auto 36px; }
  .test-head h2 {
    font-family: var(--disp); font-size: clamp(24px, 3.2vw, 32px);
    font-weight: 800; letter-spacing: -.6px; color: var(--ink); margin-bottom: 10px;
  }
  .test-head p { color: var(--m); font-size: 15px; line-height: 1.55; }
  .test-score {
    display: inline-flex; align-items: center; gap: 10px;
    margin-top: 16px; background: #fff; border: 1px solid var(--l);
    border-radius: 999px; padding: 8px 16px 8px 12px;
    box-shadow: 0 4px 14px -8px rgba(15,23,42,.12);
  }
  .test-score .stars { color: var(--amber); font-size: 14px; letter-spacing: 1px; }
  .test-score b { font-size: 13.5px; color: var(--ink); font-weight: 700; }
  .test-score span { font-size: 12.5px; color: var(--m); }

  .test-grid {
    display: grid; grid-template-columns: 1fr; gap: 18px;
    max-width: 1100px; margin: 0 auto;
  }
  @media (min-width: 800px) { .test-grid { grid-template-columns: repeat(3, 1fr); } }

  .test-card {
    background: #fff;
    border: 1px solid var(--l);
    border-radius: 18px;
    padding: 26px 24px 22px;
    display: flex; flex-direction: column;
    box-shadow: 0 8px 28px -18px rgba(15,23,42,.14);
    transition: .18s;
    position: relative;
  }
  .test-card:hover {
    border-color: #c5d9ff;
    box-shadow: 0 16px 40px -20px rgba(0,81,254,.2);
    transform: translateY(-3px);
  }
  .test-card .quote {
    position: absolute; top: 18px; right: 20px;
    font-family: Georgia, serif; font-size: 48px; line-height: 1;
    color: var(--b); opacity: .12; pointer-events: none;
  }
  .test-stars {
    color: var(--amber); font-size: 13px; letter-spacing: 1.5px; margin-bottom: 14px;
  }
  .test-card p.q {
    font-size: 14.5px; color: var(--t); line-height: 1.65;
    margin-bottom: 20px; flex: 1;
  }
  .test-result {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 12px; font-weight: 700; color: var(--g);
    background: var(--g-soft); border: 1px solid #bbf7d0;
    padding: 5px 10px; border-radius: 999px; margin-bottom: 18px;
    width: fit-content;
  }
  .test-who {
    display: flex; align-items: center; gap: 12px;
    padding-top: 16px; border-top: 1px solid #f1f5f9;
  }
  .test-who .av {
    width: 42px; height: 42px; border-radius: 12px;
    background: linear-gradient(135deg, var(--b), #3b82f6);
    color: #fff; display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 14px; font-family: var(--disp);
    box-shadow: 0 4px 12px rgba(0,81,254,.28); flex-shrink: 0;
  }
  .test-who b { display: block; font-size: 13.5px; color: var(--ink); font-weight: 700; }
  .test-who span { display: block; font-size: 12px; color: var(--m); margin-top: 1px; }
  .test-who .ver {
    display: inline-flex; align-items: center; gap: 4px;
    font-size: 11px; font-weight: 600; color: var(--b); margin-top: 3px;
  }
  .test-who .ver svg { width: 12px; height: 12px; }


/* ================= PREMIUM CUSTOMER STORIES ================= */
.customer-stories{padding:76px 20px 72px;background:#fff;border-top:1px solid #edf1f6}
.customer-stories-inner{max-width:1120px;margin:0 auto}
.customer-stories-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:28px}
.customer-stories-head .story-kicker{display:block;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#0051fe;margin-bottom:9px}
.customer-stories-head h2{font-family:var(--disp);font-size:clamp(25px,3.5vw,34px);font-weight:800;letter-spacing:-.75px;line-height:1.08;color:var(--ink);margin:0}
.customer-stories-head p{max-width:430px;margin:0;color:var(--m);font-size:14px;line-height:1.6}
.customer-story-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.customer-story{background:#fff;border:1px solid #e1e7ef;border-radius:20px;padding:24px;display:flex;flex-direction:column;min-height:250px;box-shadow:0 15px 40px -34px rgba(15,23,42,.28);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.customer-story:hover{transform:translateY(-2px);border-color:#c9d8f4;box-shadow:0 22px 48px -32px rgba(0,81,254,.2)}
.customer-story-brand{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px}
.customer-story-logo{height:52px;max-width:168px;display:flex;align-items:center;justify-content:flex-start;flex:0 1 168px}
.customer-story-logo img{display:block;max-width:100%;max-height:48px;width:auto;height:auto;object-fit:contain;object-position:left center}
.customer-story-sector{font-size:11.5px;font-weight:700;color:#64748b;background:#f6f8fb;border:1px solid #e8edf3;border-radius:999px;padding:7px 10px;white-space:nowrap}
.customer-story blockquote{margin:0;font-size:16px;line-height:1.58;letter-spacing:-.15px;color:#1f2c43;font-weight:520;flex:1}
.customer-story-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:24px;padding-top:17px;border-top:1px solid #edf1f5}
.customer-story-footer strong{font-size:13px;color:#111c30;font-weight:750}
.customer-story-footer span{font-size:12px;color:#7a8798;text-align:right}
.customer-story.wide{grid-column:span 2;display:grid;grid-template-columns:220px minmax(0,1fr);gap:34px;min-height:190px;align-items:center}
.customer-story.wide .customer-story-brand{margin:0;display:block}
.customer-story.wide .customer-story-logo{height:72px;max-width:190px;margin-bottom:16px}
.customer-story.wide .customer-story-logo img{max-height:62px}
.customer-story.wide blockquote{font-size:18px;line-height:1.58}
@media(max-width:760px){.customer-stories{padding:56px 14px 58px}.customer-stories-head{display:block;margin-bottom:22px}.customer-stories-head p{margin-top:12px}.customer-story-grid{grid-template-columns:1fr}.customer-story,.customer-story.wide{grid-column:auto;display:flex;min-height:0;padding:20px;border-radius:17px}.customer-story.wide .customer-story-brand{display:flex;margin-bottom:20px}.customer-story.wide .customer-story-logo{height:52px;max-width:168px;margin:0}.customer-story-brand{margin-bottom:18px}.customer-story-logo{height:48px;max-width:150px}.customer-story-logo img{max-height:44px}.customer-story-sector{font-size:10.5px;padding:6px 8px}.customer-story blockquote,.customer-story.wide blockquote{font-size:15px;line-height:1.6}.customer-story-footer{align-items:flex-start}.customer-story-footer span{max-width:48%}}

  /* ================= FAQ ================= */
  .faq-sec { background: #f8fafc; padding: 68px 20px 72px; }
  .faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
  .faq-item {
    background: #fff; border: 1px solid var(--l); border-radius: 14px;
    overflow: hidden; transition: border-color .15s, box-shadow .15s;
  }
  .faq-item:hover { border-color: #c5d9ff; }
  .faq-item.open {
    border-color: #a8c5ff;
    box-shadow: 0 8px 24px -14px rgba(0,81,254,.22);
  }
  .faq-q {
    width: 100%; text-align: left; background: none; border: none; cursor: pointer;
    display: flex; justify-content: space-between; align-items: center; gap: 16px;
    padding: 17px 20px; font: 600 14.5px Inter, sans-serif; color: var(--ink);
  }
  .faq-q::after {
    content: "+"; font-size: 20px; color: var(--m); flex-shrink: 0;
    width: 28px; height: 28px; border-radius: 8px; background: #f1f5f9;
    display: flex; align-items: center; justify-content: center; line-height: 1;
  }
  .faq-item.open .faq-q::after {
    content: "−"; color: var(--b); background: var(--b-soft);
  }
  .faq-a {
    display: none; padding: 0 20px 18px; font-size: 14px; color: #475569; line-height: 1.65;
  }
  .faq-item.open .faq-a { display: block; }
  .faq-a strong { color: var(--ink); font-weight: 600; }
  .faq-more {
    text-align: center; margin-top: 22px; font-size: 13.5px; color: var(--m);
  }
  .faq-more a { color: var(--b); font-weight: 600; text-decoration: none; }
  .faq-more a:hover { text-decoration: underline; }

  /* ================= CTA ================= */
  .cta-sec { max-width: 1100px; margin: 10px auto 56px; padding: 0 16px; }
  .cta-box { background: radial-gradient(600px 260px at 15% 0%, #0033A0 0%, transparent 60%), linear-gradient(135deg, var(--ink), #0D1535); color: #fff; border-radius: 20px; padding: 44px 28px; text-align: center; position: relative; overflow: hidden; }
  .cta-box h3 { font-family: var(--disp); font-size: 23px; font-weight: 700; margin-bottom: 9px; letter-spacing: -.3px; }
  .cta-box p { opacity: .75; font-size: 14.5px; margin-bottom: 22px; }
  .cta-box .btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

  .trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 34px; padding: 0 16px 56px; font-size: 13px; color: var(--m); }
  .trust span { display: flex; align-items: center; gap: 7px; }
  .trust svg { width: 15px; height: 15px; color: var(--g); flex-shrink: 0; }
  .trust strong { color: var(--ink); font-weight: 700; }

  .foot-main { background: #fff; border-top: 1px solid var(--l); padding: 44px 20px 24px; }
  .foot-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 32px; }
  @media (min-width: 760px) { .foot-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
  .foot-brand p { font-size: 13px; color: var(--m); margin-top: 12px; line-height: 1.6; max-width: 260px; }
  .foot-col h5 { font-size: 12.5px; font-weight: 700; color: var(--ink); text-transform: uppercase; letter-spacing: .4px; margin-bottom: 14px; }
  .foot-col a { display: block; font-size: 13.5px; color: var(--m); text-decoration: none; margin-bottom: 10px; }
  .foot-col a:hover { color: var(--b); }
  .foot-bottom { max-width: 1160px; margin: 30px auto 0; padding-top: 20px; border-top: 1px solid var(--l); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; font-size: 12px; color: var(--m); }

  /* ================= STICKY MOBILE CTA ================= */
  .sticky-cta {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
    background: #fff; border-top: 1px solid var(--l); box-shadow: 0 -8px 24px rgba(15,23,42,.08);
    padding: 10px 16px; display: none; align-items: center; justify-content: space-between; gap: 12px;
    transform: translateY(100%); transition: transform .25s ease;
  }
  .sticky-cta.show { transform: translateY(0); }
  .sticky-cta .info b { display: block; font-size: 13px; color: var(--ink); font-family: var(--disp); }
  .sticky-cta .info span { font-size: 11.5px; color: var(--m); }
  @media (max-width: 760px) { .sticky-cta { display: flex; } body { padding-bottom: 66px; } }

  @media (prefers-reduced-motion: reduce) { * { transition: none !important; animation: none !important; } }


/* —— Professional motion (restrained) —— */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
  .reveal.in { opacity: 1; transform: none; }
}
.card, .fcard, .test-card, .whp-card, .risk-box {
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover, .fcard:hover, .test-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px -16px rgba(0,81,254,.18);
}
.btn, .bp, .bs, .bghost {
  transition: background .15s ease, transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.btn:active, .bp:active { transform: scale(.98); }
.top.scrolled { box-shadow: 0 4px 20px -8px rgba(15,23,42,.1); }
.hero h1, .hero p, .hero-chips, .eyebrow {
  animation: fadeUp .55s ease both;
}
.eyebrow { animation-delay: .05s; }
.hero h1 { animation-delay: .1s; }
.hero p { animation-delay: .18s; }
.hero-chips { animation-delay: .26s; }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}
.hero-video-inner {
  transition: box-shadow .25s ease;
}
.hero-video-inner:hover {
  box-shadow: 0 8px 32px -8px rgba(0,81,254,.22), 0 4px 6px -1px rgba(15,23,42,.04);
}
@media (prefers-reduced-motion: reduce) {
  .reveal, .hero h1, .hero p, .hero-chips, .eyebrow {
    animation: none !important; opacity: 1 !important; transform: none !important; transition: none !important;
  }
}


/* Formal testimonials */
.test-grid-lg {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 700px) {
  .test-grid-lg { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}
@media (min-width: 1000px) {
  .test-grid-lg { grid-template-columns: repeat(3, 1fr); }
}
.test-card.formal {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 22px 20px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color .2s ease, box-shadow .25s ease, transform .25s cubic-bezier(.16,1,.3,1);
}
.test-card.formal:hover {
  border-color: #c5d9ff;
  box-shadow: 0 12px 28px -14px rgba(15,23,42,.12);
  transform: translateY(-2px);
}
.test-card.formal .quote,
.test-card.formal .test-stars,
.test-card.formal .test-result { display: none; }
.test-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-logo {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: -.3px;
  color: #fff;
  flex-shrink: 0;
  font-family: Inter, system-ui, sans-serif;
}
.bl-1 { background: #1a1a2e; }
.bl-2 { background: #2c3e50; }
.bl-3 { background: #5c4a3d; }
.bl-4 { background: #1e3a5f; }
.bl-5 { background: #2d4a3e; }
.bl-6 { background: #4a3728; }
.brand-meta b {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #0A0F29;
  letter-spacing: -.2px;
}
.brand-meta span {
  font-size: 12px;
  color: #64748b;
}
.test-card.formal .q {
  font-size: 14px;
  line-height: 1.55;
  color: #334155;
  margin: 0;
  flex: 1;
}
.test-who-line {
  border-top: 1px solid #f1f5f9;
  padding-top: 12px;
}
.test-who-line .ver {
  font-size: 11.5px;
  font-weight: 600;
  color: #059669;
}
.test-head h2 {
  margin-bottom: 28px;
}
.test-head .test-score { display: none; }

/* Stronger pro motion */
.card.hot {
  transition: transform .35s cubic-bezier(.16,1,.3,1), box-shadow .35s ease;
}
.card:hover {
  transform: translateY(-4px);
}
.btn.bp {
  position: relative;
  overflow: hidden;
}
.btn.bp::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.15) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform .45s ease;
}
.btn.bp:hover::after { transform: translateX(120%); }
.hero-video-inner {
  transition: transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s ease;
}
.hero-video-inner:hover {
  transform: translateY(-2px);
}
.fcard {
  transition: transform .3s cubic-bezier(.16,1,.3,1), box-shadow .3s ease, border-color .2s ease;
}


/* =========================================================
   BOTIXX PRO MOTION — E-COMMERCE
   ========================================================= */
:root {
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.22, 1, 0.36, 1);
}

.hero .eyebrow, .hero h1, .hero p, .hero-chips {
  opacity: 0;
  transform: translateY(24px);
  animation: rise 0.85s var(--ease-out) forwards;
}
.hero .eyebrow { animation-delay: 0.05s; }
.hero h1 { animation-delay: 0.12s; }
.hero p { animation-delay: 0.22s; }
.hero-chips { animation-delay: 0.32s; }
@keyframes rise {
  to { opacity: 1; transform: translateY(0); }
}

.hero-video-inner {
  opacity: 0;
  transform: translateY(28px) scale(0.98);
  animation: rise 0.95s var(--ease-out) 0.28s forwards;
  transition: transform 0.45s var(--ease-out), box-shadow 0.45s ease;
}
.hero-video-inner:hover {
  transform: translateY(-4px) scale(1.005);
  box-shadow: 0 24px 56px -16px rgba(0,81,254,.28), 0 4px 6px rgba(15,23,42,.04);
}

.metrics-bar > div > div {
  opacity: 0;
  transform: translateY(12px);
  animation: rise 0.6s var(--ease-out) forwards;
}
.metrics-bar > div > div:nth-child(1) { animation-delay: 0.35s; }
.metrics-bar > div > div:nth-child(2) { animation-delay: 0.42s; }
.metrics-bar > div > div:nth-child(3) { animation-delay: 0.49s; }
.metrics-bar > div > div:nth-child(4) { animation-delay: 0.56s; }

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s var(--ease-out), transform 0.75s var(--ease-out);
  will-change: opacity, transform;
}
.reveal.in { opacity: 1; transform: translateY(0); }

.card, .fcard, .test-card, .whp-card, .risk-box {
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s ease, border-color 0.25s ease;
}
.card:hover, .fcard:hover, .test-card.formal:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px -18px rgba(0,81,254,.22);
}
.card.hot:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 56px -16px rgba(0,81,254,.32);
}

.btn.bp, .bp {
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.2s ease !important;
}
.btn.bp::before, a.bp::before {
  content: "";
  position: absolute;
  top: 0; left: -100%;
  width: 55%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent);
  transition: left 0.5s ease;
  pointer-events: none;
}
.btn.bp:hover::before, a.bp:hover::before { left: 120%; }
.btn.bp:hover, a.bp:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 28px rgba(0,81,254,.38) !important;
}
.btn.bp:active { transform: scale(0.98) !important; }

.top {
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
.top.scrolled {
  box-shadow: 0 8px 28px -12px rgba(15,23,42,.12);
}

.whp-card {
  transition: transform 0.35s var(--ease-out), background 0.3s ease, border-color 0.3s ease;
}
.whp-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,.1) !important;
  border-color: rgba(255,255,255,.22) !important;
}

.integ-track {
  animation-duration: 42s !important;
}

.bill button {
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
.bill button:hover { transform: scale(1.02); }

.cmp-short, .cmp-box {
  transition: box-shadow 0.35s ease, transform 0.35s var(--ease-out);
}
.cmp-short:hover, .cmp-box:hover {
  box-shadow: 0 12px 32px -16px rgba(15,23,42,.12);
}

.test-card.formal {
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s ease, border-color 0.25s ease;
}
.test-card.formal:hover {
  transform: translateY(-5px);
  border-color: #a8c5ff;
  box-shadow: 0 16px 36px -14px rgba(15,23,42,.14);
}

.brand-logo {
  transition: transform 0.35s var(--ease-out);
}
.test-card.formal:hover .brand-logo {
  transform: scale(1.08);
}

.sticky-cta {
  transition: transform 0.4s var(--ease-out), box-shadow 0.3s ease;
}

.promo {
  animation: promoSlide 0.6s var(--ease-out) both;
}
@keyframes promoSlide {
  from { opacity: 0; transform: translateY(-100%); }
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero .eyebrow, .hero h1, .hero p, .hero-chips, .hero-video-inner,
  .metrics-bar > div > div, .reveal, .promo {
    animation: none !important; opacity: 1 !important; transform: none !important;
  }
  .card:hover, .fcard:hover, .test-card.formal:hover { transform: none; }
}

.annual-only{display:flex;flex-wrap:wrap;gap:5px;align-items:center;min-height:28px}
  .annual-only>span:first-child{color:var(--m);font-weight:600}
  .annual-only b{color:var(--g);font-weight:800}
  .annual-payment-note{max-width:820px;margin:10px auto 0;text-align:center;color:var(--m);font-size:12.5px;line-height:1.55}
  @media(max-width:600px){.annual-only{font-size:12.5px}.annual-payment-note{font-size:12px;padding:0 12px}}



html.bx-embedded header.top{display:none!important}
html,body{min-height:100%;}
body{margin-top:0!important;padding-top:0!important}



.bx-product-intent{width:min(1180px,calc(100% - 32px));min-height:clamp(410px,48vw,550px);margin:0 auto;position:relative;overflow:hidden;display:grid;place-items:center;padding:clamp(26px,5vw,64px);border:1px solid #dbe4ef;border-radius:32px;background:radial-gradient(circle at 86% 15%,rgba(11,108,255,.065),transparent 28%),linear-gradient(180deg,#fff 0%,#fbfdff 100%);box-shadow:0 28px 78px rgba(23,51,94,.075);color:#0a1426}
.bx-product-intent:after{content:"";position:absolute;width:320px;height:320px;right:-170px;bottom:-190px;border-radius:50%;background:radial-gradient(circle,rgba(11,108,255,.08),rgba(11,108,255,0) 70%);pointer-events:none}
.bx-product-intent-inner{width:min(100%,1080px);position:relative;z-index:2;text-align:center}
.bx-product-intent-desktop{margin:0 auto;display:flex;align-items:baseline;justify-content:center;gap:.17em;white-space:nowrap;font-size:var(--bx-fit-size,64px);font-weight:820;letter-spacing:-.062em;line-height:1;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif}
.bx-product-intent-fixed,.bx-product-intent-dynamic{flex:0 0 auto}.bx-product-intent-dynamic{color:#0b6cff}
.bx-product-intent-cursor{display:inline-block;width:3px;height:.76em;margin-left:5px;border-radius:999px;background:#0751c7;vertical-align:-.03em;animation:bxProductBlink .8s steps(1) infinite}
@keyframes bxProductBlink{50%{opacity:0}}
.bx-product-intent-mobile{display:none}.bx-product-intent-footer{margin-top:34px;font-size:clamp(15px,1.55vw,19px);font-weight:700;letter-spacing:-.02em;color:#69788e}.bx-product-intent-footer strong{color:#0b6cff;font-weight:840}
.bx-product-intent-measure{position:fixed;left:-99999px;top:-99999px;visibility:hidden;white-space:nowrap;font-weight:820;letter-spacing:-.062em;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif}
.bx-product-intent-corporate{margin-bottom:34px}.bx-product-intent-ecommerce{margin-top:26px;margin-bottom:34px}
@media(max-width:640px){
 .bx-product-intent{width:calc(100% - 20px);min-height:calc(100svh - 112px);max-height:720px;border-radius:25px;padding:34px 20px}
 .bx-product-intent-desktop{display:none}.bx-product-intent-mobile{display:grid;grid-template-rows:auto minmax(2.35em,auto) auto;justify-items:center;align-items:center;row-gap:.10em;font-size:clamp(29px,8.8vw,39px);font-weight:820;letter-spacing:-.056em;line-height:1.04;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif}
 .bx-product-intent-mobile-fixed{display:block;color:#0a1426;white-space:nowrap}.bx-product-intent-mobile-dynamic{width:min(100%,330px);min-height:2.35em;display:flex;align-items:center;justify-content:center;text-align:center;color:#0b6cff;line-height:1.04}.bx-product-intent-mobile-dynamic .bx-product-intent-typed{max-width:100%;white-space:normal}.bx-product-intent-mobile-dynamic .bx-product-intent-cursor{width:2px;height:.78em;margin-left:4px}
 .bx-product-intent-footer{margin-top:28px;padding:0 6px;font-size:clamp(14px,4vw,17px);line-height:1.4}
 .bx-product-intent-corporate,.bx-product-intent-ecommerce{margin-top:16px;margin-bottom:24px}
}
@media(max-width:360px){.bx-product-intent{padding-left:14px;padding-right:14px}.bx-product-intent-mobile{font-size:clamp(27px,8.5vw,31px)}}
@media(max-width:900px) and (orientation:landscape) and (max-height:520px){.bx-product-intent{min-height:300px;max-height:none}.bx-product-intent-mobile{font-size:30px;grid-template-rows:auto minmax(1.7em,auto) auto}.bx-product-intent-mobile-dynamic{min-height:1.7em}.bx-product-intent-footer{margin-top:14px}}



/* Product intent now sits directly on the page — no white card behind it. */
.bx-product-intent{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;width:min(1180px,calc(100% - 28px))!important;min-height:clamp(330px,40vw,470px)!important;padding:clamp(38px,5vw,66px) 0!important}
.bx-product-intent:after{display:none!important;content:none!important}
.bx-product-intent-action{margin-top:24px;display:flex;justify-content:center}
.bx-product-intent-action a{min-height:52px;padding:0 22px;border-radius:14px;background:#0b6cff;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:10px;font:800 13px Inter,system-ui,sans-serif;box-shadow:0 12px 26px rgba(11,108,255,.18);transition:.18s ease}
.bx-product-intent-action a:hover{background:#0758db;transform:translateY(-1px);box-shadow:0 16px 32px rgba(11,108,255,.23)}
.bx-product-intent-action span{font-size:17px}
.bx-product-intent-corporate,.bx-product-intent-ecommerce{margin-top:0!important;margin-bottom:28px!important}
@media(max-width:640px){.bx-product-intent{width:calc(100% - 24px)!important;min-height:330px!important;padding:42px 0 30px!important}.bx-product-intent-action{margin-top:20px}.bx-product-intent-action a{width:min(100%,300px);min-height:50px}.bx-product-intent-footer{margin-top:22px!important}}
@media(max-width:390px){.bx-product-intent{width:calc(100% - 20px)!important;padding-left:0!important;padding-right:0!important}.bx-product-intent-action a{font-size:12.5px}}



.bx-product-intent{min-height:260px!important;padding:30px 0 28px!important;margin-top:0!important;margin-bottom:10px!important}
.bx-product-intent-footer{margin-top:20px!important}
.bx-product-intent-action{margin-top:18px!important}
.bx-product-intent-action a,.bx-product-intent-action a:hover,.bx-product-intent-action a:focus{text-decoration:none!important}
.hero-video{padding-top:0!important}
@media(max-width:640px){.bx-product-intent{min-height:270px!important;padding:30px 0 24px!important;margin-bottom:8px!important}.bx-product-intent-footer{margin-top:18px!important}.bx-product-intent-action{margin-top:16px!important}}


.bx-brand-proof{padding:74px 20px 72px!important;background:#fff!important;border-top:1px solid #edf1f6!important}.bx-brand-proof .customer-stories-inner{max-width:1120px!important;margin:0 auto!important}.bx-brand-proof .customer-stories-head{margin-bottom:30px!important}.bx-proof-list{border-top:1px solid #dfe6ef}.bx-proof-row{display:grid;grid-template-columns:230px minmax(0,1fr) 180px;gap:34px;align-items:center;padding:30px 0;border-bottom:1px solid #dfe6ef;background:transparent}.bx-proof-brand{display:flex;align-items:center;gap:16px;min-width:0}.bx-proof-brand img{width:92px;height:54px;object-fit:contain;object-position:left center;display:block;flex:none}.bx-proof-brand>div{min-width:0}.bx-proof-brand strong{display:block;font-size:13.5px;color:#111c30;font-weight:800}.bx-proof-brand span{display:block;margin-top:4px;font-size:11.5px;color:#7a8798;line-height:1.35}.bx-proof-row blockquote{margin:0;color:#1d2b42;font-size:16.5px;line-height:1.65;letter-spacing:-.015em;font-weight:540}.bx-proof-service{justify-self:end;font-size:11.5px;line-height:1.35;font-weight:750;color:#45607f;text-align:right;max-width:160px}@media(max-width:820px){.bx-proof-row{grid-template-columns:180px minmax(0,1fr);gap:22px}.bx-proof-service{grid-column:2;justify-self:start;text-align:left;margin-top:-12px}}@media(max-width:620px){.bx-brand-proof{padding:54px 14px 58px!important}.bx-proof-row{grid-template-columns:1fr;gap:16px;padding:24px 0}.bx-proof-brand img{width:96px;height:50px}.bx-proof-row blockquote{font-size:15px;line-height:1.65}.bx-proof-service{grid-column:1;justify-self:start;text-align:left;margin-top:0}}


html,body{max-width:100%;overflow-x:hidden}
html.bx-embedded header.top{display:none!important}
.logo img,.foot-brand .logo img,.foot-main .logo img{display:block!important;width:auto!important;height:34px!important;max-width:190px!important;object-fit:contain!important}
@media(max-width:600px){.logo img,.foot-brand .logo img,.foot-main .logo img{height:29px!important;max-width:160px!important}}

/* Botixx v23 — unified public header and typography */
:root{--bx-public-blue:#1265ff;--bx-public-blue2:#0755da;--bx-public-ink:#101828;--bx-public-muted:#667085;--bx-public-line:#e1e7f0;--bx-public-soft:#f0f5ff;--bx-public-radius:14px}
body{font-family:Inter,"Segoe UI",Arial,sans-serif!important;color:#1d2939}
.bx-public-top{background:rgba(255,255,255,.96)!important;border-bottom:1px solid var(--bx-public-line)!important;backdrop-filter:blur(18px) saturate(145%)!important}
.bx-public-top .top-in{width:min(1480px,calc(100% - 42px))!important;max-width:none!important;height:72px!important;padding:0!important;gap:24px!important}
.bx-public-top .logo{width:139px!important;height:40px!important;display:flex!important;align-items:center!important}
.bx-public-top .logo img{width:100%!important;height:auto!important;max-width:none!important}
.bx-public-top .nav{display:flex!important;align-items:center!important;gap:4px!important;font-size:13px!important;font-weight:750!important;color:var(--bx-public-muted)!important}
.bx-public-top .nav a{display:inline-flex!important;align-items:center!important;height:42px!important;padding:0 14px!important;border-radius:12px!important;color:var(--bx-public-muted)!important;transition:background .18s ease,color .18s ease!important}
.bx-public-top .nav a:hover,.bx-public-top .nav a.is-active{background:var(--bx-public-soft)!important;color:#155eef!important}
.bx-public-top .nav-actions{gap:8px!important}
.bx-public-top .header-account{display:flex;align-items:center;gap:8px}
.bx-public-top .header-account a,.bx-context-cta{height:42px!important;padding:0 15px!important;border-radius:12px!important;font-size:12.5px!important;font-weight:800!important;text-decoration:none!important}
.bx-public-top .header-account .account-login-link,.bx-public-top .header-account .account-panel-link{display:inline-flex;align-items:center;background:#f7f9fc;color:#17243d;border:1px solid #dce5f1}
.bx-context-cta{background:#1265ff!important;color:#fff!important;border:1px solid #1265ff!important;box-shadow:0 8px 18px rgba(18,101,255,.14)!important}
.btn,.bp,.bs,.bghost,.cta,.cta-ghost{font-family:Inter,"Segoe UI",Arial,sans-serif!important;border-radius:12px!important}
.hero h1,.sec-head h2,.card-name,.card-price,.card-custom,.fit-ans,.cmp-section h2,.copy h1,.result h3,.step-num{font-family:Inter,"Segoe UI",Arial,sans-serif!important}
@media(max-width:980px){.bx-public-top .nav{display:none!important}.bx-public-top .header-account{display:none!important}.bx-public-top .top-in{width:calc(100% - 28px)!important;height:66px!important}.bx-public-top .logo{width:126px!important}.bx-context-cta{height:40px!important;padding:0 13px!important;font-size:12px!important}}
@media(max-width:420px){.bx-context-cta{display:none!important}}

/* Neutral integration labels — one consistent type system, no fake logo fonts. */
.integ-track{gap:12px!important}
.bm,.bm-ty,.bm-hb,.bm-am,.bm-n11,.bm-cs,.bm-iy,.bm-pt,.bm-yk,.bm-dhl,.bm-aras,.bm-ps,.bm-sh,.bm-woo{font-family:Inter,"Segoe UI",Arial,sans-serif!important;font-style:normal!important;font-size:13px!important;font-weight:750!important;letter-spacing:-.01em!important;text-transform:none!important;color:#475467!important;opacity:1!important;background:#fff!important;border:1px solid #e4e9f0!important;border-radius:12px!important;padding:10px 14px!important;line-height:1.15!important;box-shadow:0 3px 12px rgba(16,24,40,.035)!important}

/* Shared mobile public navigation */
.bx-public-menu-toggle{display:none;width:42px;height:42px;border:1px solid #dce5f1;border-radius:12px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:4px;padding:0}
.bx-public-menu-toggle span{width:17px;height:2px;border-radius:999px;background:#17243d;display:block}
.bx-public-mobile-menu{position:fixed;inset:0;z-index:2400;pointer-events:none;visibility:hidden}
.bx-public-mobile-menu.open{pointer-events:auto;visibility:visible}
.bx-public-mobile-backdrop{position:absolute;inset:0;border:0;background:rgba(5,16,36,.36);opacity:0;transition:.18s}
.bx-public-mobile-menu.open .bx-public-mobile-backdrop{opacity:1}
.bx-public-mobile-panel{position:absolute;right:0;top:0;bottom:0;width:min(340px,88vw);background:#fff;transform:translateX(100%);transition:.22s ease;box-shadow:-18px 0 50px rgba(16,24,40,.15);padding:18px}
.bx-public-mobile-menu.open .bx-public-mobile-panel{transform:none}
.bx-public-mobile-head{height:52px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf1f6;padding-bottom:12px;margin-bottom:12px}
.bx-public-mobile-head img{width:122px;height:auto}.bx-public-mobile-close{width:38px;height:38px;border:0;border-radius:10px;background:#f5f7fa;font-size:24px;color:#344054}
.bx-public-mobile-panel nav{display:grid;gap:6px}.bx-public-mobile-panel nav a{display:flex;align-items:center;min-height:48px;padding:0 12px;border-radius:11px;color:#344054;text-decoration:none;font-size:14px;font-weight:750}.bx-public-mobile-panel nav a:hover{background:#f0f5ff;color:#155eef}
@media(max-width:980px){.bx-public-menu-toggle{display:flex!important}.bx-public-top .nav-actions{display:flex!important}.bx-public-top .header-account,.bx-public-top .nav{display:none!important}.bx-context-cta{display:inline-flex!important}}
@media(max-width:520px){.bx-context-cta{display:none!important}}

/* === Botixx FAQ refresh v24 === */
.faq-sec{
  background:#f7f9fc!important;
  padding:92px 22px 96px!important;
  border-top:1px solid #e9edf3;
}
.faq-sec .bx-faq-pro-head{
  max-width:1040px;
  margin:0 auto 32px!important;
  display:grid!important;
  grid-template-columns:minmax(0,.82fr) minmax(280px,1.18fr);
  gap:64px;
  align-items:end;
  text-align:left!important;
}
.faq-sec .bx-faq-pro-head>div{min-width:0}
.faq-sec .bx-faq-kicker{
  display:block;
  color:#1769ff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
  margin-bottom:12px;
}
.faq-sec .bx-faq-pro-head h2{
  margin:0!important;
  color:#08152d;
  font-family:var(--disp);
  font-size:clamp(34px,4.2vw,52px)!important;
  line-height:1.02;
  letter-spacing:-.052em;
  font-weight:780;
}
.faq-sec .bx-faq-pro-head p{
  margin:0!important;
  max-width:540px;
  color:#6b778c!important;
  font-size:15.5px!important;
  line-height:1.72;
}
.faq-sec .bx-faq-pro-list{
  max-width:1040px!important;
  margin:0 auto!important;
  display:block!important;
  background:#fff;
  border:1px solid #e2e8f1;
  border-radius:26px;
  padding:0 28px;
  box-shadow:0 22px 60px -48px rgba(13,31,67,.34);
  overflow:hidden;
}
.faq-sec .faq-item{
  background:transparent!important;
  border:0!important;
  border-bottom:1px solid #e8edf4!important;
  border-radius:0!important;
  box-shadow:none!important;
  transition:background .2s ease!important;
}
.faq-sec .faq-item:last-child{border-bottom:0!important}
.faq-sec .faq-item:hover,.faq-sec .faq-item.open{background:#fbfcff!important}
.faq-sec .faq-q{
  padding:24px 4px!important;
  font:700 17px/1.35 Inter,sans-serif!important;
  letter-spacing:-.022em;
  color:#111d33!important;
}
.faq-sec .faq-q::after{
  content:"+"!important;
  width:34px!important;
  height:34px!important;
  border-radius:50%!important;
  background:#f1f5fb!important;
  color:#53627a!important;
  font-size:20px!important;
  font-weight:450!important;
}
.faq-sec .faq-item.open .faq-q::after{
  content:"−"!important;
  color:#1769ff!important;
  background:#edf4ff!important;
}
.faq-sec .faq-a{
  padding:0 64px 24px 4px!important;
  color:#637087!important;
  font-size:15px!important;
  line-height:1.72!important;
}
.faq-sec .faq-a strong{color:#14213a!important;font-weight:750!important}
@media(max-width:760px){
  .faq-sec{padding:64px 14px 68px!important}
  .faq-sec .bx-faq-pro-head{grid-template-columns:1fr;gap:15px;margin-bottom:22px!important}
  .faq-sec .bx-faq-pro-head h2{font-size:36px!important}
  .faq-sec .bx-faq-pro-head p{font-size:14.5px!important}
  .faq-sec .bx-faq-pro-list{padding:0 18px;border-radius:20px!important}
  .faq-sec .faq-q{padding:21px 0!important;font-size:16px!important;gap:14px!important}
  .faq-sec .faq-q::after{width:31px!important;height:31px!important;flex:0 0 31px!important}
  .faq-sec .faq-a{padding:0 44px 20px 0!important;font-size:14px!important}
}

/* Mobile promo refinement: same message, less cramped on narrow screens. */
@media (max-width: 600px) {
  .promo {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:5px 8px;
    padding:9px 14px 10px;
    font-size:11.5px;
    line-height:1.45;
    letter-spacing:-.01em;
  }
  .promo em {
    margin-left:0;
    padding:2px 8px;
    font-size:10.5px;
    white-space:nowrap;
  }
}
@media (max-width: 380px) {
  .promo {font-size:11px;padding-inline:12px}
}

.card-price .pv-old{display:block;width:max-content;margin:0 0 7px;font-family:Inter,sans-serif;font-size:14px;font-weight:650;line-height:1;color:#98a2b3;letter-spacing:0;text-decoration-thickness:1.5px;text-decoration-color:#98a2b3}.card-price .pv-old[hidden]{display:none!important}
