
/* SMTasker homepage integration with GeneratePress. */
body.home,
body.front-page,
body.smt-kb-body {
  background: #fff;
}

body.home .site-header,
body.home .site-footer,
body.home .page-header,
body.home .entry-header,
body.home .comments-area,
body.home .paging-navigation,
body.home .generate-back-to-top,
body.smt-kb-body .site-header,
body.smt-kb-body .site-footer,
body.smt-kb-body .page-header,
body.smt-kb-body .entry-header,
body.smt-kb-body .comments-area,
body.smt-kb-body .paging-navigation,
body.smt-kb-body .generate-back-to-top {
  display: none !important;
}

body.smt-kb-body .entry-title,
body.smt-kb-body .page-title,
body.smt-kb-body h1.entry-title,
body.smt-kb-body .inside-article > h1:first-child,
body.smt-kb-body .inside-article > header,
body.smt-kb-body .gb-element-f0594603,
body.smt-kb-body .gb-text-9449d7f6 {
  display: none !important;
}

body.home .site-content,
body.home .inside-article,
body.home .entry-content,
body.smt-kb-body .site-content,
body.smt-kb-body .inside-article,
body.smt-kb-body .entry-content {
  margin: 0;
  padding: 0;
  max-width: none;
}

body.home .site-main,
body.home .entry-content,
body.smt-kb-body .site-main,
body.smt-kb-body .entry-content {
  margin: 0;
}

body.home .entry-content p,
body.home .entry-content h1,
body.home .entry-content h2,
body.home .entry-content h3,
body.smt-kb-body .entry-content p,
body.smt-kb-body .entry-content h1,
body.smt-kb-body .entry-content h2,
body.smt-kb-body .entry-content h3 {
  margin-top: 0;
}

:root {
      --ink: #151522;
      --muted: #6f7286;
      --soft: #f7f5ff;
      --line: #ece8f6;
      --panel: #ffffff;
      --pink: #7c3aed;
      --violet: #5b36d9;
      --blue: #3d7bff;
      --cyan: #25c9d5;
      --green: #3ddc97;
      --amber: #ffb547;
      --shadow: 0 26px 70px rgba(66, 52, 99, .11);
      --shadow-soft: 0 18px 45px rgba(70, 49, 112, .08);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      background: #fff;
    }

    body {
      margin: 0;
      min-width: 320px;
      color: var(--ink);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      letter-spacing: 0;
      background:
        linear-gradient(180deg, #ffffff 0%, #ffffff 9%, #fbf9ff 22%, #ffffff 38%, #fbfbff 55%, #ffffff 100%);
    }

    .smt-page {
      position: relative;
      width: 100%;
      max-width: none;
      margin: 0;
      overflow: hidden;
      background:
        linear-gradient(90deg, rgba(124, 58, 237, .06), transparent 18%, transparent 82%, rgba(61, 123, 255, .05)),
        #fff;
      box-shadow: none;
    }

    body.home .smt-page::before,
    body.front-page .smt-page::before {
      content: "";
      position: absolute;
      z-index: 0;
      pointer-events: none;
      left: -8%;
      right: -8%;
      top: 58px;
      height: 940px;
      background:
        radial-gradient(circle, rgba(96, 72, 166, .115) 1px, transparent 1.45px) center top / 38px 38px;
      -webkit-mask-image: radial-gradient(ellipse 80% 62% at 50% 36%, #000 0%, rgba(0, 0, 0, .78) 44%, rgba(0, 0, 0, .28) 67%, transparent 100%);
      mask-image: radial-gradient(ellipse 80% 62% at 50% 36%, #000 0%, rgba(0, 0, 0, .78) 44%, rgba(0, 0, 0, .28) 67%, transparent 100%);
    }

    .smt-gb-section {
      position: relative;
      z-index: 1;
    }

    body.home .entry-content > .gb-container.smt-page {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      max-width: none;
    }

    body.smt-kb-body .entry-content > .gb-container.smt-page {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      max-width: none;
    }

    .wrap {
      width: min(1120px, calc(100% - 64px));
      margin: 0 auto;
    }

    .wrap.nav {
      width: min(1180px, calc(100% - 48px));
    }

    .smt-nav,
    .kb-nav {
      position: fixed;
      z-index: 50;
      top: 0;
      left: 0;
      right: 0;
      background: rgba(255, 255, 255, .82);
      border-bottom: 1px solid rgba(141, 92, 255, .08);
      box-shadow: 0 18px 48px rgba(42, 34, 74, .05);
      -webkit-backdrop-filter: blur(18px);
      backdrop-filter: blur(18px);
    }

    .kb-nav {
      width: 100%;
      padding-inline: max(32px, calc((100% - 1120px) / 2));
    }

    body.admin-bar .smt-nav,
    body.admin-bar .kb-nav {
      top: 32px;
    }

    .smt-hero,
    .kb-main {
      padding-top: 92px;
    }

    .nav {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 92px;
      gap: 28px;
      position: relative;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-weight: 900;
      color: #202033;
      text-decoration: none;
      font-size: 20px;
      line-height: 1;
    }

    .nav > .brand {
      left: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }

    .mark {
      width: 54px;
      height: 42px;
      display: inline-block;
      flex: 0 0 54px;
      color: transparent;
      background:
        url("smtasker-robot-logo-mark.svg") center / 39px auto no-repeat,
        linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(247, 242, 255, .92));
      border-radius: 14px;
      box-shadow:
        0 18px 44px rgba(124, 58, 237, .18),
        0 8px 18px rgba(91, 54, 217, .10),
        inset 0 0 0 1px rgba(124, 58, 237, .08);
      font-size: 0;
      overflow: hidden;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 30px;
      font-size: 15px;
      font-weight: 500;
      justify-content: center;
      color: var(--muted);
      min-height: 42px;
    }

    .nav-links a {
      color: inherit;
      letter-spacing: 0;
      line-height: 1;
      text-decoration: none;
      white-space: nowrap;
    }

    .nav-links a:hover {
      color: var(--violet);
    }

    .nav-action,
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      height: 42px;
      border: 0;
      border-radius: 999px;
      padding: 0 18px;
      color: #252238;
      background: #fff;
      box-shadow: 0 10px 30px rgba(62, 45, 96, .08), inset 0 0 0 1px rgba(98, 73, 146, .08);
      font-weight: 700;
      text-decoration: none;
      font-size: 14px;
      white-space: nowrap;
    }

    .nav-action {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
    }

    .btn.primary {
      color: white;
      min-width: 166px;
      background: linear-gradient(135deg, #222337 0%, #101223 100%);
      box-shadow: 0 18px 34px rgba(24, 24, 42, .18);
    }

    .btn.accent {
      color: white;
      min-width: 164px;
      background: linear-gradient(135deg, var(--pink), var(--violet));
      box-shadow: 0 18px 34px rgba(124, 58, 237, .24);
    }

    .btn svg,
    .nav-action svg {
      width: 15px;
      height: 15px;
      flex: 0 0 auto;
    }

    .hero {
      position: relative;
      min-height: 900px;
      padding: 16px 0 34px;
    }

    .hero::before,
    .hero::after {
      content: "";
      position: absolute;
      pointer-events: none;
      border: 1px solid rgba(132, 93, 211, .08);
      background: linear-gradient(145deg, rgba(124, 58, 237, .028), rgba(61, 123, 255, .015));
    }

    .hero::before {
      width: 740px;
      height: 470px;
      border-radius: 48px;
      left: -360px;
      top: 118px;
      transform: rotate(-18deg);
    }

    .hero::after {
      width: 510px;
      height: 760px;
      border-radius: 56px;
      right: -210px;
      top: 380px;
      transform: rotate(13deg);
    }

    .eyebrow {
      width: fit-content;
      max-width: 100%;
      margin: 0 auto 18px;
      padding: 8px 14px;
      border-radius: 999px;
      color: #6842d8;
      background: rgba(124, 58, 237, .08);
      font-size: 13px;
      font-weight: 800;
      box-shadow: inset 0 0 0 1px rgba(124, 58, 237, .10);
    }

    .hero-copy {
      position: relative;
      z-index: 1;
      text-align: center;
      padding-top: 8px;
    }

    h1,
    h2,
    h3,
    p {
      margin-top: 0;
    }

    h1 {
      width: min(1040px, 100%);
      margin: 0 auto 16px;
      font-size: 68px;
      line-height: 1.02;
      font-weight: 900;
      letter-spacing: 0;
    }

    .hero-copy .subtitle {
      width: min(790px, 100%);
      margin: 0 auto 26px;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.55;
    }

    .hero-actions {
      display: flex;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap;
      margin-bottom: 18px;
    }

    .platform-support {
      width: fit-content;
      max-width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin: 0 auto 44px;
      padding: 9px 12px;
      border: 1px solid rgba(141, 92, 255, .13);
      border-radius: 999px;
      background: rgba(255, 255, 255, .76);
      color: var(--muted);
      font-size: 13px;
      font-weight: 800;
      box-shadow: 0 16px 38px rgba(88, 58, 160, .08);
      backdrop-filter: blur(12px);
    }

    .platform-support b {
      display: inline-grid;
      place-items: center;
      min-height: 26px;
      padding: 0 11px;
      border-radius: 999px;
      background: rgba(124, 58, 237, .09);
      color: #5b34d4;
      font-weight: 900;
    }

    .product-stage {
      position: relative;
      isolation: isolate;
      min-height: 510px;
      margin-top: 4px;
    }

    .product-stage::before,
    .product-stage::after {
      content: "";
      position: absolute;
      z-index: 1;
      pointer-events: none;
      border: 1px solid rgba(132, 93, 211, .085);
      background: linear-gradient(135deg, rgba(124, 58, 237, .036), rgba(61, 123, 255, .018));
    }

    .product-stage::before {
      width: 470px;
      height: 355px;
      left: -56px;
      top: -26px;
      border-radius: 40px;
      transform: rotate(11deg);
    }

    .product-stage::after {
      width: 720px;
      height: 235px;
      right: -188px;
      top: 176px;
      border-radius: 52px;
      transform: rotate(-5deg);
    }

    .soft-field {
      position: absolute;
      z-index: 0;
      inset: 66px -64px 6px;
      border-radius: 54px;
      background:
        linear-gradient(115deg, rgba(124, 58, 237, .14), rgba(91, 54, 217, .07) 46%, rgba(37, 201, 213, .08)),
        linear-gradient(180deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, .92));
      clip-path: polygon(4% 0, 96% 0, 100% 14%, 100% 86%, 96% 100%, 4% 100%, 0 86%, 0 14%);
    }

    .signal {
      position: absolute;
      z-index: 2;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--pink), var(--violet));
      box-shadow: 0 0 0 8px rgba(124, 58, 237, .08);
    }

    .signal.blue {
      background: linear-gradient(135deg, var(--blue), var(--cyan));
      box-shadow: 0 0 0 8px rgba(61, 123, 255, .06);
    }

    .signal.green {
      background: linear-gradient(135deg, var(--green), var(--cyan));
      box-shadow: 0 0 0 8px rgba(61, 220, 151, .07);
    }

    .s1 { left: 68px; top: 86px; }
    .s2 { right: 52px; top: 142px; }
    .s3 { left: 120px; bottom: 118px; }
    .s4 { right: 145px; bottom: 108px; }

    .dashboard {
      position: absolute;
      z-index: 2;
      left: 50%;
      top: 98px;
      width: 560px;
      min-height: 362px;
      transform: translateX(-50%);
      border-radius: 28px;
      background: rgba(255, 255, 255, .92);
      box-shadow: var(--shadow);
      border: 1px solid rgba(141, 92, 255, .12);
      overflow: hidden;
    }

    .dashboard.screenshot-dashboard {
      top: 86px;
      width: 760px;
      height: 430px;
      min-height: 0;
      padding: 10px;
      background: rgba(255, 255, 255, .84);
      border: 1px solid rgba(124, 58, 237, .16);
      box-shadow: 0 32px 82px rgba(43, 33, 85, .18);
      backdrop-filter: blur(14px);
    }

    .dashboard.screenshot-dashboard img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center;
      border-radius: 20px;
    }

    .dash-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 64px;
      padding: 0 22px;
      background: linear-gradient(180deg, #fff, #fbf9ff);
      border-bottom: 1px solid var(--line);
    }

    .traffic {
      display: flex;
      gap: 7px;
    }

    .traffic i {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #f0d8ef;
    }

    .traffic i:nth-child(1) { background: var(--pink); }
    .traffic i:nth-child(2) { background: var(--amber); }
    .traffic i:nth-child(3) { background: var(--green); }

    .dash-title {
      font-weight: 900;
      font-size: 14px;
    }

    .dash-live {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #2ab986;
      font-size: 12px;
      font-weight: 800;
    }

    .pulse {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 5px rgba(61, 220, 151, .13);
    }

    .dash-body {
      display: grid;
      grid-template-columns: 1.15fr .85fr;
      gap: 18px;
      padding: 22px;
    }

    .queue-card,
    .run-card,
    .log-strip {
      border-radius: 18px;
      background: #fff;
      box-shadow: inset 0 0 0 1px rgba(118, 90, 164, .08);
    }

    .queue-card {
      padding: 18px;
    }

    .mini-title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 16px;
      color: #29263b;
      font-size: 13px;
      font-weight: 900;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      height: 24px;
      padding: 0 9px;
      border-radius: 999px;
      color: #6842d8;
      background: rgba(124, 58, 237, .09);
      font-size: 11px;
      font-weight: 900;
    }

    .queue-row {
      display: grid;
      grid-template-columns: 32px 1fr auto;
      align-items: center;
      gap: 11px;
      padding: 11px 0;
      border-top: 1px solid #f1edf8;
    }

    .queue-row:first-of-type {
      border-top: 0;
      padding-top: 0;
    }

    .app-icon {
      width: 32px;
      height: 32px;
      border-radius: 11px;
      display: grid;
      place-items: center;
      color: white;
      font-size: 12px;
      font-weight: 900;
      background: linear-gradient(135deg, var(--pink), var(--violet));
    }

    .app-icon.blue { background: linear-gradient(135deg, var(--blue), var(--cyan)); }
    .app-icon.green { background: linear-gradient(135deg, var(--green), #65d77d); }
    .app-icon.dark { background: linear-gradient(135deg, #29273d, #595178); }

    .row-main strong {
      display: block;
      margin-bottom: 3px;
      font-size: 12px;
    }

    .row-main span {
      color: var(--muted);
      font-size: 11px;
    }

    .status {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      color: #2ab986;
      font-size: 11px;
      font-weight: 900;
    }

    .status::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: currentColor;
    }

    .dash-side {
      display: grid;
      gap: 14px;
    }

    .run-card {
      padding: 18px;
    }

    .ring {
      width: 126px;
      height: 126px;
      margin: 14px auto 10px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background:
        conic-gradient(var(--pink) 0 76%, #f2edf8 76% 100%);
      box-shadow: 0 16px 40px rgba(124, 58, 237, .17);
    }

    .ring-inner {
      width: 88px;
      height: 88px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #fff;
      color: #2d293f;
      font-weight: 900;
      font-size: 24px;
      box-shadow: inset 0 0 0 1px rgba(141, 92, 255, .08);
    }

    .metric-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      margin-top: 12px;
    }

    .metric {
      padding: 10px;
      border-radius: 13px;
      background: #fbfaff;
      font-size: 11px;
      color: var(--muted);
    }

    .metric strong {
      display: block;
      color: #252238;
      font-size: 15px;
      margin-bottom: 2px;
    }

    .log-strip {
      padding: 14px;
      color: #6f7286;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: 10px;
      line-height: 1.7;
    }

    .phone {
      position: absolute;
      z-index: 3;
      width: 202px;
      height: 405px;
      border-radius: 34px;
      padding: 12px;
      background: #19192b;
      box-shadow: 0 30px 70px rgba(33, 28, 55, .22);
    }

    .phone.left {
      left: 152px;
      top: 160px;
      transform: rotate(-5deg);
    }

    .phone.right {
      right: 152px;
      top: 168px;
      transform: rotate(5deg);
    }

    .phone-screen {
      height: 100%;
      overflow: hidden;
      border-radius: 25px;
      background: linear-gradient(180deg, #fff, #fbf9ff);
      position: relative;
    }

    .notch {
      position: absolute;
      left: 50%;
      top: 10px;
      width: 72px;
      height: 19px;
      transform: translateX(-50%);
      border-radius: 999px;
      background: #171728;
      z-index: 2;
    }

    .phone-content {
      padding: 46px 18px 18px;
    }

    .phone-kicker {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 20px;
      font-size: 10px;
      color: var(--muted);
      font-weight: 900;
    }

    .phone h3 {
      margin: 0 0 12px;
      font-size: 18px;
      line-height: 1.15;
    }

    .phone p {
      margin: 0 0 18px;
      color: var(--muted);
      font-size: 11px;
      line-height: 1.45;
    }

    .phone-step {
      display: grid;
      grid-template-columns: 24px 1fr;
      gap: 10px;
      align-items: center;
      padding: 11px 0;
      border-top: 1px solid #f0edf7;
    }

    .phone-step b {
      width: 24px;
      height: 24px;
      display: grid;
      place-items: center;
      border-radius: 8px;
      color: white;
      background: linear-gradient(135deg, var(--pink), var(--violet));
      font-size: 9px;
    }

    .phone-step span {
      color: #2d2a3f;
      font-size: 11px;
      font-weight: 800;
    }

    .phone-cta {
      margin-top: 18px;
      height: 36px;
      display: grid;
      place-items: center;
      border-radius: 999px;
      color: white;
      background: linear-gradient(135deg, var(--pink), var(--violet));
      font-size: 11px;
      font-weight: 900;
    }

    .trust {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 14px;
      margin-top: 20px;
      padding: 20px 0 0;
      border-top: 1px solid rgba(141, 92, 255, .09);
    }

    .trust-item {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      color: #444052;
      font-size: 13px;
      font-weight: 900;
    }

    .dot {
      width: 18px;
      height: 18px;
      display: grid;
      place-items: center;
      border-radius: 7px;
      color: #fff;
      font-size: 9px;
      background: linear-gradient(135deg, var(--pink), var(--violet));
    }

    .dot.blue { background: linear-gradient(135deg, var(--blue), var(--cyan)); }
    .dot.green { background: linear-gradient(135deg, var(--green), #5ad269); }
    .dot.amber { background: linear-gradient(135deg, var(--amber), #ff7b5c); }
    .dot.dark { background: linear-gradient(135deg, #272538, #615783); }

    section {
      position: relative;
      padding: 96px 0;
    }

    .section-head {
      text-align: center;
      width: min(760px, 100%);
      margin: 0 auto 54px;
    }

    .section-head .eyebrow {
      margin-bottom: 16px;
    }

    h2 {
      margin-bottom: 12px;
      font-size: 44px;
      line-height: 1.05;
      font-weight: 900;
      letter-spacing: 0;
    }

    .section-head p {
      color: var(--muted);
      font-size: 16px;
      line-height: 1.6;
    }

    .problem-way {
      padding-top: 92px;
      padding-bottom: 72px;
    }

    .problem-way-intro {
      width: min(900px, 100%);
      margin-bottom: 34px;
    }

    .problem-way-intro h2 {
      width: min(820px, 100%);
      margin-bottom: 14px;
      font-size: clamp(34px, 3.8vw, 52px);
      line-height: 1.02;
    }

    .problem-way-intro p {
      width: min(760px, 100%);
      color: var(--muted);
      font-size: 17px;
      line-height: 1.62;
    }

    .problem-way-grid {
      display: grid;
      grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
      gap: 22px;
      align-items: stretch;
    }

    .problem-panel {
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(141, 92, 255, .12);
      border-radius: 26px;
      background: #fff;
      box-shadow: var(--shadow-soft);
      padding: 34px;
    }

    .problem-panel::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background:
        radial-gradient(circle at 14% 0, rgba(124, 58, 237, .10), transparent 34%),
        radial-gradient(circle at 100% 18%, rgba(61, 123, 255, .08), transparent 32%);
    }

    .problem-panel > * {
      position: relative;
      z-index: 1;
    }

    .problem-panel-manual {
      background:
        radial-gradient(circle at 8% 0, rgba(239, 68, 68, .07), transparent 34%),
        linear-gradient(180deg, #fff, #fffbfb);
    }

    .problem-panel-smt {
      border-color: rgba(124, 58, 237, .24);
      background:
        radial-gradient(circle at 12% 0, rgba(124, 58, 237, .16), transparent 36%),
        linear-gradient(180deg, #fff, #faf7ff);
    }

    .panel-kicker {
      width: fit-content;
      margin-bottom: 18px;
      color: #6f38e6;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .14em;
      text-transform: uppercase;
    }

    .problem-panel h3 {
      width: min(590px, 100%);
      margin-bottom: 26px;
      color: var(--ink);
      font-size: clamp(28px, 3.2vw, 44px);
      line-height: 1.08;
      letter-spacing: 0;
    }

    .contrast-list {
      display: grid;
      gap: 18px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .contrast-list li {
      display: grid;
      grid-template-columns: 32px 1fr;
      gap: 12px;
      align-items: start;
    }

    .contrast-list span {
      width: 32px;
      height: 32px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: white;
      font-size: 18px;
      font-weight: 900;
      line-height: 1;
    }

    .contrast-list.negative span {
      background: rgba(239, 68, 68, .10);
      color: #e14d55;
    }

    .contrast-list.positive span {
      background: linear-gradient(135deg, #7c3aed, #4f46e5);
      color: #fff;
      box-shadow: 0 12px 22px rgba(124, 58, 237, .18);
    }

    .contrast-list p {
      margin: 3px 0 0;
      color: #555368;
      font-size: 16px;
      line-height: 1.5;
    }

    .bento {
      display: grid;
      grid-template-columns: 1fr 1.05fr 1fr;
      grid-template-rows: minmax(350px, auto) minmax(360px, auto);
      gap: 20px;
    }

    .feature-card {
      position: relative;
      overflow: hidden;
      border-radius: 20px;
      background: #fff;
      box-shadow: var(--shadow-soft);
      border: 1px solid rgba(141, 92, 255, .10);
      padding: 24px;
      display: flex;
      flex-direction: column;
      min-height: 300px;
    }

    .feature-card h3,
    .pricing-card h3,
    .faq-title,
    .workflow-text h3 {
      font-size: 18px;
      line-height: 1.2;
      margin-bottom: 8px;
      font-weight: 900;
    }

    .feature-card p,
    .pricing-card p,
    .workflow-text p {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.55;
    }

    .wide {
      grid-column: span 2;
    }

    .tall {
      grid-row: auto;
      min-height: 360px;
    }

    .card-icon {
      width: 46px;
      height: 46px;
      margin-bottom: 18px;
      display: grid;
      place-items: center;
      border-radius: 16px;
      color: white;
      background: linear-gradient(135deg, var(--pink), var(--violet));
      box-shadow: 0 14px 30px rgba(124, 58, 237, .21);
    }

    .card-icon svg {
      width: 22px;
      height: 22px;
      stroke-width: 2.2;
    }

    .card-icon.blue { background: linear-gradient(135deg, var(--blue), var(--cyan)); }
    .card-icon.green { background: linear-gradient(135deg, var(--green), #57c76b); }
    .card-icon.dark { background: linear-gradient(135deg, #262539, #665a89); }

    .connection-lines {
      position: relative;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      align-items: end;
      gap: 8px;
      height: 60px;
      margin-top: auto;
      padding-top: 20px;
    }

    .connection-lines i {
      display: block;
      border-radius: 999px;
      background: linear-gradient(180deg, rgba(124, 58, 237, .88), rgba(91, 54, 217, .28));
    }

    .connection-lines i:nth-child(1) { height: 28px; }
    .connection-lines i:nth-child(2) { height: 46px; }
    .connection-lines i:nth-child(3) { height: 36px; }
    .connection-lines i:nth-child(4) { height: 54px; }
    .connection-lines i:nth-child(5) { height: 42px; }

    .mini-dashboard {
      position: relative;
      display: grid;
      gap: 9px;
      margin-top: auto;
      padding-top: 22px;
    }

    .mini-line {
      height: 38px;
      display: grid;
      grid-template-columns: 26px 1fr auto;
      align-items: center;
      gap: 10px;
      padding: 0 12px;
      border-radius: 13px;
      background: #fbf9ff;
      box-shadow: inset 0 0 0 1px rgba(130, 100, 177, .07);
      color: #2c2940;
      font-size: 12px;
      font-weight: 900;
    }

    .mini-line span:last-child {
      color: #2ab986;
      font-size: 11px;
    }

    .module-stack {
      position: relative;
      width: 100%;
      display: grid;
      gap: 10px;
      margin-top: auto;
      padding-top: 18px;
    }

    .module-pill {
      height: 42px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 14px;
      border-radius: 16px;
      background: #fbfaff;
      box-shadow: inset 0 0 0 1px rgba(141, 92, 255, .08);
      color: #252238;
      font-size: 12px;
      font-weight: 900;
    }

    .module-pill small {
      color: #2ab986;
      font-size: 11px;
    }

    .timeline {
      display: grid;
      gap: 15px;
      margin-top: 18px;
    }

    .time-row {
      display: grid;
      grid-template-columns: 30px 1fr;
      gap: 12px;
      align-items: start;
    }

    .time-row b {
      width: 30px;
      height: 30px;
      display: grid;
      place-items: center;
      border-radius: 11px;
      color: white;
      background: linear-gradient(135deg, var(--pink), var(--violet));
      font-size: 11px;
    }

    .time-row span {
      display: block;
      color: #2d293f;
      font-size: 13px;
      font-weight: 900;
      margin-bottom: 2px;
    }

    .time-row small {
      color: var(--muted);
      font-size: 11px;
      line-height: 1.5;
    }

    .ops {
      padding-top: 110px;
    }

    .ops-grid {
      display: grid;
      grid-template-columns: .98fr 1.02fr;
      gap: 58px;
      align-items: center;
    }

    .server-panel {
      position: relative;
      min-height: 520px;
      border-radius: 28px;
      background:
        linear-gradient(135deg, rgba(124, 58, 237, .15), rgba(91, 54, 217, .10) 48%, rgba(37, 201, 213, .12)),
        #fff;
      padding: 64px 56px;
      box-shadow: var(--shadow);
      border: 1px solid rgba(141, 92, 255, .12);
    }

    .server-list {
      width: 360px;
      max-width: 100%;
      border-radius: 22px;
      background: rgba(255, 255, 255, .92);
      padding: 22px;
      box-shadow: 0 22px 58px rgba(73, 45, 115, .13);
    }

    .server-list h3 {
      margin: 0 0 6px;
      font-size: 18px;
    }

    .server-list p {
      margin: 0 0 18px;
      color: var(--muted);
      font-size: 13px;
    }

    .server-row {
      display: grid;
      grid-template-columns: 28px 1fr 56px;
      gap: 12px;
      align-items: center;
      padding: 13px 0;
      border-top: 1px solid #f1edf8;
      font-size: 13px;
      font-weight: 900;
    }

    .bars {
      display: flex;
      gap: 3px;
      justify-content: flex-end;
      align-items: flex-end;
      height: 20px;
    }

    .bars i {
      width: 5px;
      border-radius: 999px;
      background: #d9d2e9;
    }

    .bars i:nth-child(1) { height: 8px; }
    .bars i:nth-child(2) { height: 12px; }
    .bars i:nth-child(3) { height: 17px; background: var(--green); }
    .bars i:nth-child(4) { height: 20px; background: var(--pink); }

    .floating-card {
      position: absolute;
      right: 34px;
      top: 92px;
      width: 216px;
      border-radius: 18px;
      background: white;
      padding: 16px;
      box-shadow: 0 22px 55px rgba(66, 52, 99, .16);
      border: 1px solid rgba(141, 92, 255, .10);
    }

    .floating-card strong {
      display: block;
      margin-bottom: 7px;
      font-size: 13px;
    }

    .floating-card span {
      color: var(--muted);
      font-size: 11px;
      line-height: 1.45;
    }

    .floating-card.bottom {
      right: 72px;
      top: auto;
      bottom: 82px;
      width: 244px;
    }

    .flow-list {
      display: grid;
      gap: 18px;
    }

    .flow-item {
      display: grid;
      grid-template-columns: 54px 1fr;
      gap: 18px;
      padding: 24px;
      border-radius: 22px;
      background: white;
      border: 1px solid rgba(141, 92, 255, .10);
      box-shadow: var(--shadow-soft);
    }

    .flow-num {
      width: 54px;
      height: 54px;
      display: grid;
      place-items: center;
      border-radius: 18px;
      color: white;
      background: linear-gradient(135deg, var(--pink), var(--violet));
      font-weight: 900;
    }

    .flow-item:nth-child(2) .flow-num {
      background: linear-gradient(135deg, var(--blue), var(--cyan));
    }

    .flow-item:nth-child(3) .flow-num {
      background: linear-gradient(135deg, var(--green), #57c76b);
    }

    .platform {
      padding-top: 114px;
      padding-bottom: 86px;
    }

    .platform-stage {
      position: relative;
      min-height: 520px;
      display: grid;
      place-items: center;
      background:
        linear-gradient(135deg, rgba(124, 58, 237, .10), rgba(255, 255, 255, 0) 38%, rgba(61, 123, 255, .07)),
        linear-gradient(180deg, #fff, #fbfaff);
      clip-path: polygon(8% 0, 92% 0, 100% 15%, 100% 85%, 92% 100%, 8% 100%, 0 85%, 0 15%);
    }

    .platform-copy {
      position: relative;
      z-index: 2;
      width: min(620px, 100%);
      text-align: center;
    }

    .platform-copy h2 {
      margin-bottom: 12px;
    }

    .platform-copy p {
      color: var(--muted);
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 24px;
    }

    .platform-icons {
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
    }

    .platform-icon {
      position: absolute;
      width: 70px;
      height: 70px;
      display: grid;
      place-items: center;
      border-radius: 24px;
      color: white;
      background: white;
      box-shadow: var(--shadow-soft);
      border: 1px solid rgba(141, 92, 255, .10);
    }

    .platform-icon svg {
      width: 32px;
      height: 32px;
    }

    .pi1 { left: 9%; top: 122px; color: var(--pink); }
    .pi2 { left: 15%; bottom: 104px; color: var(--blue); }
    .pi3 { right: 15%; top: 112px; color: var(--green); }
    .pi4 { right: 9%; bottom: 126px; color: var(--violet); }
    .pi5 { display: none; }

    .sales-cta {
      padding-top: 0;
      padding-bottom: 0;
    }

    .sales-cta-panel,
    .final-cta-panel {
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(141, 92, 255, .14);
      border-radius: 28px;
      background:
        radial-gradient(circle at 10% 18%, rgba(124, 58, 237, .12), transparent 32%),
        radial-gradient(circle at 88% 16%, rgba(61, 123, 255, .09), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, .97), rgba(250, 248, 255, .92));
      box-shadow: var(--shadow-soft);
    }

    .sales-cta-panel {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 28px;
      align-items: center;
      padding: 36px;
    }

    .sales-cta-panel h2,
    .final-cta-panel h2 {
      margin: 12px 0;
      color: var(--ink);
      font-size: clamp(32px, 4vw, 48px);
      line-height: 1.02;
      letter-spacing: 0;
    }

    .sales-cta-panel p,
    .final-cta-panel p {
      max-width: 720px;
      margin: 0;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.6;
    }

    .sales-cta-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 12px;
    }

    .pricing {
      padding-top: 86px;
    }

    .billing-toggle {
      position: relative;
      display: inline-grid;
      grid-template-columns: 1fr 1fr;
      gap: 4px;
      margin-top: 12px;
      padding: 5px;
      border-radius: 999px;
      background: #f4f0fb;
      box-shadow: inset 0 0 0 1px rgba(141, 92, 255, .08);
    }

    .billing-toggle::before {
      content: "";
      position: absolute;
      left: 5px;
      top: 5px;
      width: calc((100% - 14px) / 2);
      height: calc(100% - 10px);
      border-radius: 999px;
      background: linear-gradient(135deg, var(--pink), var(--violet));
      box-shadow: 0 10px 24px rgba(124, 58, 237, .21);
      transition: transform .24s ease;
    }

    .billing-toggle[data-billing="yearly"]::before {
      transform: translateX(calc(100% + 4px));
    }

    .billing-toggle button {
      position: relative;
      z-index: 1;
      min-width: 128px;
      height: 36px;
      display: grid;
      place-items: center;
      border: 0;
      border-radius: 999px;
      background: transparent;
      color: var(--muted);
      font-size: 12px;
      font-weight: 900;
      font-family: inherit;
      cursor: pointer;
      transition: color .2s ease;
    }

    .billing-toggle button.is-active {
      color: white;
    }

    .pricing-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
      align-items: start;
    }

    .pricing-card {
      position: relative;
      display: flex;
      flex-direction: column;
      height: 654px;
      min-height: 624px;
      border-radius: 24px;
      background: #fff;
      border: 1px solid rgba(141, 92, 255, .10);
      box-shadow: var(--shadow-soft);
      padding: 30px 24px;
    }

    .pricing-card.highlight {
      z-index: 2;
      height: 704px;
      min-height: 674px;
      padding-bottom: 42px;
      transform: translateY(-24px);
      border: 2px solid rgba(124, 58, 237, .62);
      box-shadow: 0 30px 75px rgba(124, 58, 237, .19);
    }

    .popular {
      position: absolute;
      left: 26px;
      right: 26px;
      top: -20px;
      height: 40px;
      display: grid;
      place-items: center;
      border-radius: 999px;
      color: white;
      background: linear-gradient(135deg, #8b5cf6, var(--violet));
      font-size: 12px;
      font-weight: 900;
      box-shadow: 0 16px 28px rgba(124, 58, 237, .18);
    }

    .price {
      margin: 20px 0 20px;
      font-size: 42px;
      line-height: .96;
      font-weight: 900;
    }

    .price small {
      display: block;
      width: fit-content;
      margin-top: 8px;
      max-width: 100%;
      padding: 6px 10px;
      border: 1px solid rgba(124, 58, 237, .13);
      border-radius: 999px;
      background: rgba(124, 58, 237, .07);
      color: #5f43d6;
      font-size: 14px;
      font-weight: 800;
      line-height: 1.15;
    }

    .feature-list {
      display: grid;
      gap: 13px;
      margin: 0;
      padding: 0;
      list-style: none;
      color: #4d4a5e;
      font-size: 13px;
      line-height: 1.35;
    }

    .feature-list li {
      display: grid;
      grid-template-columns: 18px 1fr;
      gap: 9px;
      align-items: start;
    }

    .check {
      width: 18px;
      height: 18px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: white;
      background: linear-gradient(135deg, var(--pink), var(--violet));
      font-size: 11px;
      font-weight: 900;
    }

    .pricing-card .btn {
      margin-top: auto;
      width: 100%;
      font-family: inherit;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1;
    }

    .smt-plan-trigger {
      -webkit-appearance: none;
      appearance: none;
      font-family: inherit;
      cursor: pointer;
    }

    body.smt-trial-modal-open {
      overflow: hidden;
    }

    .smt-trial-modal[hidden] {
      display: none;
    }

    .smt-trial-modal {
      position: fixed;
      z-index: 200;
      inset: 0;
      display: grid;
      place-items: center;
      padding: 24px;
    }

    .smt-trial-backdrop {
      position: absolute;
      inset: 0;
      border: 0;
      background: rgba(18, 17, 31, .34) !important;
      -webkit-backdrop-filter: blur(14px);
      backdrop-filter: blur(14px);
      box-shadow: none !important;
      color: transparent !important;
      cursor: pointer;
    }

    .smt-trial-backdrop:hover,
    .smt-trial-backdrop:focus {
      background: rgba(18, 17, 31, .34) !important;
      box-shadow: none !important;
      outline: 0;
    }

    .smt-trial-dialog {
      position: relative;
      z-index: 1;
      width: min(620px, 100%);
      max-height: calc(100vh - 48px);
      overflow: auto;
      border: 1px solid rgba(141, 92, 255, .18);
      border-radius: 28px;
      background: #fff;
      box-shadow: 0 38px 120px rgba(37, 29, 71, .26);
      padding: 38px;
    }

    .smt-trial-close {
      position: absolute;
      top: 20px;
      right: 20px;
      display: grid;
      place-items: center;
      width: 42px;
      height: 42px;
      padding: 0;
      border: 0;
      border-radius: 50%;
      background: #f3eefc;
      color: var(--violet);
      font-family: inherit;
      font-size: 23px;
      font-weight: 900;
      line-height: 0;
      cursor: pointer;
    }

    .smt-trial-close span {
      display: block;
      line-height: 1;
      transform: translateY(-1px);
    }

    .smt-trial-dialog h3 {
      margin: 16px 46px 12px 0;
      font-size: clamp(32px, 5vw, 48px);
      line-height: .98;
      letter-spacing: 0;
    }

    .smt-trial-summary {
      margin: 0 0 16px;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.55;
    }

    .smt-trial-plan-card {
      display: grid;
      gap: 10px;
      margin: -2px 0 18px;
      border: 1px solid rgba(141, 92, 255, .14);
      border-radius: 18px;
      background:
        linear-gradient(135deg, rgba(124, 58, 237, .07), rgba(61, 123, 255, .04)),
        #fbf9ff;
      padding: 14px;
    }

    .smt-trial-plan-card[hidden] {
      display: none;
    }

    .smt-trial-plan-main {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      gap: 12px;
    }

    .smt-trial-plan-main strong {
      color: var(--ink);
      font-size: 17px;
      font-weight: 900;
      line-height: 1.2;
    }

    .smt-trial-plan-main span {
      color: var(--muted);
      font-size: 13px;
      font-weight: 800;
      line-height: 1.35;
      text-align: right;
    }

    .smt-trial-plan-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .smt-trial-plan-pills span {
      display: inline-flex;
      min-height: 30px;
      align-items: center;
      border-radius: 999px;
      background: rgba(124, 58, 237, .09);
      color: #4f2fc4;
      font-size: 12px;
      font-weight: 900;
      line-height: 1.2;
      padding: 0 11px;
    }

    .smt-trial-plan-card p {
      margin: 0;
      color: #5a596a;
      font-size: 13px;
      line-height: 1.4;
    }

    .smt-trial-form {
      display: grid;
      gap: 12px;
    }

    .smt-trial-form label:not(.smt-trial-consent) {
      color: #5a596a;
      font-size: 15px;
      font-weight: 800;
    }

    .smt-trial-form input[type="email"] {
      width: 100%;
      min-height: 58px;
      border: 1px solid rgba(141, 92, 255, .18);
      border-radius: 999px;
      background: #fbf9ff;
      color: var(--ink);
      font: inherit;
      font-size: 16px;
      padding: 0 22px;
      outline: 0;
      transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
    }

    .smt-trial-form input[type="email"]:focus {
      border-color: rgba(124, 58, 237, .56);
      background: #fff;
      box-shadow: 0 0 0 4px rgba(124, 58, 237, .10);
    }

    .smt-trial-consent {
      display: grid;
      grid-template-columns: 18px 1fr;
      gap: 10px;
      align-items: start;
      margin: 6px 0 2px;
      color: #555368;
      font-size: 14px;
      line-height: 1.45;
    }

    .smt-trial-consent input {
      width: 18px;
      height: 18px;
      accent-color: var(--violet);
      margin: 2px 0 0;
    }

    .smt-trial-consent a {
      color: var(--violet);
      font-weight: 800;
      text-decoration: underline;
      text-decoration-thickness: 1px;
      text-underline-offset: 3px;
    }

    .smt-trial-error {
      margin: 6px 0 2px;
      border: 1px solid rgba(224, 42, 87, .20);
      border-radius: 16px;
      background: rgba(224, 42, 87, .07);
      color: #c01f48;
      font-size: 14px;
      font-weight: 800;
      line-height: 1.45;
      padding: 12px 14px;
    }

    .smt-trial-submit {
      margin-top: 8px;
      min-width: 210px;
      justify-self: center;
      border: 0;
      font-family: inherit;
      cursor: pointer;
    }

    .smt-trial-submit[disabled] {
      cursor: wait;
      opacity: .72;
    }

    .faq {
      padding-top: 110px;
      padding-bottom: 78px;
    }

    .faq-box {
      width: min(820px, 100%);
      margin: 0 auto;
      display: grid;
      gap: 14px;
    }

    .faq-item {
      overflow: hidden;
      border-radius: 18px;
      background: #fff;
      border: 1px solid rgba(141, 92, 255, .10);
      box-shadow: var(--shadow-soft);
    }

    .faq-question {
      width: 100%;
      min-height: 72px;
      display: grid;
      grid-template-columns: 1fr 28px;
      gap: 16px;
      align-items: center;
      padding: 0 24px;
      border: 0;
      background: transparent;
      color: inherit;
      font: inherit;
      text-align: left;
      cursor: pointer;
    }

    .faq-question:hover,
    .faq-question:focus,
    .faq-question:active {
      color: #fff;
      background: #604293;
      outline: 0;
    }

    .faq-item.is-open .faq-question {
      min-height: 66px;
      padding-top: 8px;
      color: #fff;
      background: #604293;
    }

    .faq-answer {
      padding: 14px 64px 26px 24px;
    }

    .faq-answer p {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.55;
      margin: 0;
    }

    .testimonials {
      padding-top: 0;
      padding-bottom: 88px;
    }

    .testimonial-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .testimonial-card {
      position: relative;
      min-height: 270px;
      display: flex;
      flex-direction: column;
      border: 1px solid rgba(141, 92, 255, .12);
      border-radius: 24px;
      background:
        radial-gradient(circle at 18% 0, rgba(124, 58, 237, .10), transparent 36%),
        linear-gradient(180deg, #fff, #fbfaff);
      box-shadow: var(--shadow-soft);
      padding: 28px;
    }

    .stars {
      width: fit-content;
      margin-bottom: 18px;
      color: #6f38e6;
      font-size: 15px;
      letter-spacing: 0;
    }

    .testimonial-card p {
      color: #4f4c60;
      font-size: 15px;
      line-height: 1.62;
      margin: 0 0 28px;
    }

    .testimonial-author {
      display: grid;
      grid-template-columns: 44px 1fr;
      gap: 12px;
      align-items: center;
      margin-top: auto;
    }

    .testimonial-author span {
      width: 44px;
      height: 44px;
      display: grid;
      place-items: center;
      border-radius: 16px;
      color: white;
      background: linear-gradient(135deg, var(--pink), var(--violet));
      font-weight: 900;
      box-shadow: 0 14px 28px rgba(124, 58, 237, .18);
    }

    .testimonial-author strong,
    .testimonial-author small {
      display: block;
    }

    .testimonial-author strong {
      color: var(--ink);
      font-size: 15px;
      line-height: 1.25;
    }

    .testimonial-author small {
      margin-top: 3px;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.35;
    }

    .final-cta {
      padding-top: 0;
      padding-bottom: 44px;
    }

    .final-cta-panel {
      display: grid;
      justify-items: center;
      text-align: center;
      padding: 48px 32px;
    }

    .final-cta-panel .hero-actions {
      margin-top: 24px;
    }

    .plus {
      width: 28px;
      height: 28px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: #6842d8;
      background: rgba(124, 58, 237, .09);
      font-weight: 900;
      transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
    }

    .faq-item.is-open .plus {
      color: #4f2fc4;
      background: #ffffff;
      box-shadow: 0 8px 20px rgba(49, 35, 97, .18);
      transform: rotate(45deg);
    }

    .faq-question:hover .plus,
    .faq-question:focus .plus,
    .faq-question:active .plus {
      color: #4f2fc4;
      background: #ffffff;
      box-shadow: 0 8px 20px rgba(49, 35, 97, .18);
    }

    .footer {
      width: min(100%, 1360px);
      margin: 0 auto;
      padding: 74px 0 0;
      background:
        linear-gradient(180deg, #fff, #fbf7ff),
        #fff;
      border-top-left-radius: 32px;
      border-top-right-radius: 32px;
      box-shadow: 0 -16px 50px rgba(66, 52, 99, .06);
    }

    .footer .brand {
      margin-bottom: 34px;
    }

    .footer .mark {
      width: 64px;
      height: 50px;
      flex-basis: 64px;
      background-size: 46px auto, auto;
      border-radius: 16px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: minmax(280px, 1.5fr) repeat(2, minmax(160px, .8fr));
      gap: 36px;
      align-items: start;
      padding-bottom: 58px;
    }

    .smt-social-links {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 0;
    }

    .smt-social-links a {
      align-items: center;
      background: #fff;
      border: 1px solid #ece5ff;
      border-radius: 999px;
      box-shadow: 0 12px 30px rgba(76, 49, 145, .08);
      color: #6d3bea;
      display: inline-flex;
      height: 42px;
      justify-content: center;
      text-decoration: none;
      transition: transform .18s ease, box-shadow .18s ease, color .18s ease;
      width: 42px;
    }

    .smt-social-links a:hover,
    .smt-social-links a:focus {
      box-shadow: 0 16px 36px rgba(76, 49, 145, .14);
      color: #543593;
      transform: translateY(-2px);
    }

    .smt-social-links svg {
      display: block;
      height: 18px;
      width: 18px;
    }

    .newsletter h3 {
      font-size: 20px;
      margin-bottom: 10px;
    }

    .newsletter p {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.55;
      margin-bottom: 22px;
    }

    .email {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 42px;
      align-items: center;
      width: 310px;
      max-width: 100%;
      height: 52px;
      padding: 5px 5px 5px 18px;
      border-radius: 999px;
      background: white;
      border: 1px solid rgba(141, 92, 255, .12);
      box-shadow: var(--shadow-soft);
      color: #a8a2b6;
      font-size: 13px;
    }

    .email button {
      display: grid;
      place-items: center;
      width: 42px;
      height: 42px;
      min-width: 42px;
      padding: 0;
      border: 0;
      border-radius: 50%;
      color: white;
      background: linear-gradient(135deg, var(--pink), var(--violet));
      font-size: 24px;
      font-weight: 900;
      line-height: 1;
      text-align: center;
      cursor: pointer;
    }

    .email button:hover,
    .email button:focus,
    .email button:active {
      color: #fff;
      background: linear-gradient(135deg, var(--blue), var(--violet));
      outline: 0;
    }

    .footer-col h4 {
      margin: 0 0 17px;
      font-size: 13px;
      font-weight: 900;
    }

    .footer-col span {
      display: block;
      margin-bottom: 12px;
      color: var(--muted);
      font-size: 12px;
    }

    .footer-col a,
    .footer-bottom a {
      color: var(--muted);
      text-decoration: none;
    }

    .footer-col a {
      display: block;
      margin-bottom: 12px;
      font-size: 12px;
    }

    .footer-col a:hover,
    .footer-bottom a:hover {
      color: var(--violet);
    }

    .footer-bottom {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 22px 0 38px;
      border-top: 1px solid rgba(141, 92, 255, .09);
      color: var(--muted);
      font-size: 12px;
    }

    .footer-bottom .smt-social-links {
      justify-content: flex-end;
      margin: 0;
    }

    .footer-bottom .smt-social-links a {
      color: #6d3bea;
    }

    .footer-bottom .smt-social-links a:hover,
    .footer-bottom .smt-social-links a:focus {
      color: #543593;
    }

    .watermark {
      height: 212px;
      margin-top: -8px;
      overflow: hidden;
      color: rgba(124, 58, 237, .12);
      font-size: 196px;
      line-height: .82;
      font-weight: 900;
      letter-spacing: 0;
      white-space: nowrap;
    }

    .smt-kb-page {
      min-height: 100vh;
    }

    .kb-main {
      padding-bottom: 104px;
    }

    body.smt-kb-body .smt-kb-page section {
      padding: 0;
    }

    .kb-nav .nav-links a[href="/#faq"] {
      margin-right: 0;
    }

    .kb-hero {
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
      gap: 34px;
      align-items: end;
      padding: 72px 0 44px;
    }

    .kb-hero h1 {
      max-width: 790px;
      margin-bottom: 18px;
      font-size: 62px;
      line-height: .98;
      font-weight: 900;
    }

    .kb-hero p {
      max-width: 720px;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.65;
    }

    .kb-hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }

    .kb-stats {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      padding: 16px;
      border-radius: 24px;
      background:
        linear-gradient(135deg, rgba(124, 58, 237, .12), rgba(61, 123, 255, .08)),
        #fff;
      border: 1px solid rgba(141, 92, 255, .14);
      box-shadow: var(--shadow-soft);
    }

    .kb-stats div {
      min-height: 112px;
      display: grid;
      align-content: center;
      justify-items: center;
      gap: 8px;
      border-radius: 18px;
      background: rgba(255, 255, 255, .78);
      text-align: center;
    }

    .kb-stats strong {
      color: var(--violet);
      font-size: 34px;
      line-height: 1;
      font-weight: 900;
    }

    .kb-stats span {
      color: var(--muted);
      font-size: 12px;
      font-weight: 800;
    }

    .kb-actions {
      display: flex;
      justify-content: flex-end;
      gap: 12px;
      margin-top: 16px;
      margin-bottom: 28px;
    }

    .kb-action-button,
    .kb-back-to-top {
      min-height: 46px;
      padding: 0 18px;
      border: 0;
      border-radius: 16px;
      color: #fff;
      background: linear-gradient(135deg, var(--pink), var(--violet));
      font-size: 13px;
      font-weight: 900;
      cursor: pointer;
      box-shadow: var(--shadow-soft);
    }

    .kb-action-button.secondary {
      color: #4f2fc4;
      background: #fff;
      border: 1px solid rgba(141, 92, 255, .16);
    }

    .kb-action-button:hover,
    .kb-action-button:focus,
    .kb-back-to-top:hover,
    .kb-back-to-top:focus {
      color: #fff;
      background: linear-gradient(135deg, var(--blue), var(--violet));
      outline: 0;
    }

    .kb-back-to-top {
      position: fixed;
      right: 24px;
      bottom: 24px;
      z-index: 40;
    }

    .kb-shell {
      display: grid;
      grid-template-columns: 260px minmax(0, 1fr);
      gap: 28px;
      align-items: start;
    }

    .kb-sidebar {
      position: sticky;
      top: 18px;
      padding: 18px;
      border-radius: 22px;
      background: #fff;
      border: 1px solid rgba(141, 92, 255, .12);
      box-shadow: var(--shadow-soft);
    }

    .kb-sidebar-title {
      display: block;
      margin-bottom: 12px;
      color: #2b2940;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0;
    }

    .kb-sidebar nav {
      display: grid;
      gap: 8px;
    }

    .kb-sidebar a {
      display: grid;
      gap: 4px;
      padding: 12px;
      border-radius: 14px;
      color: var(--ink);
      background: #fbfaff;
      text-decoration: none;
      border: 1px solid rgba(141, 92, 255, .08);
    }

    .kb-sidebar a:hover {
      background: #f4efff;
      border-color: rgba(124, 58, 237, .20);
    }

    .kb-sidebar strong {
      font-size: 13px;
      line-height: 1.25;
    }

    .kb-sidebar span {
      color: var(--muted);
      font-size: 12px;
    }

    .kb-content {
      display: grid;
      gap: 30px;
      min-width: 0;
    }

    .kb-category {
      display: grid;
      gap: 14px;
      scroll-margin-top: 24px;
    }

    .kb-category.is-hidden-by-search,
    .kb-article.is-hidden-by-search {
      display: none;
    }

    .kb-category-head {
      display: grid;
      grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
      gap: 18px;
      align-items: end;
      padding: 28px;
      border-radius: 24px;
      color: #fff;
      background:
        radial-gradient(circle at 14% 12%, rgba(255, 255, 255, .22), transparent 24%),
        linear-gradient(135deg, #6842d8, #482d70);
      box-shadow: 0 22px 58px rgba(72, 45, 112, .18);
    }

    .kb-category-head span {
      display: inline-flex;
      margin-bottom: 12px;
      padding: 7px 12px;
      border-radius: 999px;
      background: rgba(255, 255, 255, .16);
      font-size: 12px;
      font-weight: 900;
    }

    .kb-category-head h2 {
      margin: 0;
      color: #fff;
      font-size: 34px;
      line-height: 1.05;
    }

    .kb-category-head p {
      margin: 0;
      color: rgba(255, 255, 255, .78);
      font-size: 14px;
      line-height: 1.55;
    }

    .kb-subcategory {
      margin: 18px 0 0;
      color: #2b2940;
      font-size: 18px;
    }

    .kb-article {
      overflow: hidden;
      border-radius: 22px;
      background: #fff;
      border: 1px solid rgba(141, 92, 255, .12);
      box-shadow: var(--shadow-soft);
      scroll-margin-top: 18px;
    }

    .kb-article-head {
      width: 100%;
      display: grid;
      grid-template-columns: 52px minmax(0, 1fr) 34px;
      gap: 16px;
      align-items: center;
      padding: 22px;
      border: 0;
      color: var(--ink);
      background: #fff;
      text-align: left;
      cursor: pointer;
    }

    .kb-article-head:hover,
    .kb-article-head:focus {
      color: var(--ink);
      background: #fbfaff;
      outline: 0;
    }

    .kb-article-number {
      width: 52px;
      height: 52px;
      display: grid;
      place-items: center;
      border-radius: 16px;
      color: #fff;
      background: linear-gradient(135deg, var(--blue), var(--violet));
      font-size: 13px;
      font-weight: 900;
    }

    .kb-article-title-wrap {
      display: grid;
      gap: 6px;
      min-width: 0;
    }

    .kb-article-title {
      color: var(--ink);
      font-size: 20px;
      line-height: 1.2;
      font-weight: 900;
    }

    .kb-article-meta,
    .kb-article-excerpt {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.45;
    }

    .kb-article-icon {
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: #4f2fc4;
      background: rgba(124, 58, 237, .10);
      font-weight: 900;
      transition: transform .2s ease, background .2s ease, color .2s ease;
    }

    .kb-article.is-open .kb-article-icon {
      color: #fff;
      background: linear-gradient(135deg, var(--pink), var(--violet));
      transform: rotate(45deg);
    }

    .kb-article-body {
      padding: 4px 74px 34px 90px;
      color: #3c3a4d;
    }

    .kb-article-body p,
    .kb-article-body li {
      color: #4f4c60;
      font-size: 15px;
      line-height: 1.72;
    }

    .kb-article-body p {
      margin: 0 0 18px;
    }

    .kb-article-body h2,
    .kb-article-body h3,
    .kb-article-body h4 {
      margin: 30px 0 12px;
      color: var(--ink);
      line-height: 1.18;
      font-weight: 900;
    }

    .kb-article-body h2 { font-size: 28px; }
    .kb-article-body h3 { font-size: 22px; }
    .kb-article-body h4 { font-size: 18px; }

    .kb-article-body ul,
    .kb-article-body ol {
      display: grid;
      gap: 8px;
      margin: 0 0 20px;
      padding-left: 24px;
    }

    .kb-article-body a {
      color: var(--violet);
      font-weight: 800;
      text-decoration: none;
    }

    .kb-article-body a:hover {
      text-decoration: underline;
    }

    .kb-article-body img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      margin: 22px auto;
      border-radius: 18px;
      box-shadow: 0 18px 42px rgba(66, 52, 99, .12);
      border: 1px solid rgba(141, 92, 255, .10);
    }

    .kb-article-body table {
      display: block;
      width: 100%;
      overflow-x: auto;
      margin: 22px 0;
      border-collapse: collapse;
      font-size: 14px;
    }

    .kb-article-body th,
    .kb-article-body td {
      padding: 12px;
      border: 1px solid rgba(141, 92, 255, .14);
      text-align: left;
      vertical-align: top;
    }

    .kb-article-body th {
      color: var(--ink);
      background: #f5f1ff;
      font-weight: 900;
    }

    .kb-rule {
      margin: 30px 0;
      border: 0;
      border-top: 1px solid rgba(141, 92, 255, .14);
    }

    .kb-source-link {
      margin-top: 28px !important;
      padding-top: 18px;
      border-top: 1px solid rgba(141, 92, 255, .12);
      font-size: 13px !important;
    }

    .kb-footer {
      padding-top: 0;
      border-radius: 0;
      box-shadow: none;
    }

    @media (max-width: 980px) {
      .wrap {
        width: min(100% - 36px, 720px);
      }

      .wrap.nav {
        width: min(100% - 36px, 720px);
      }

      .kb-nav {
        padding-inline: 18px;
      }

      .nav-links {
        display: none;
      }

      h1 {
        font-size: 52px;
      }

      h2 {
        font-size: 36px;
      }

      .hero {
        min-height: 1020px;
      }

      .product-stage {
        min-height: 640px;
      }

      .platform-stage {
        min-height: 540px;
        padding: 96px 0;
      }

      .platform-copy {
        width: min(560px, calc(100% - 80px));
      }

      .platform-icons {
        opacity: .58;
      }

      .pi1 { left: 34px; top: 70px; }
      .pi2 { left: 46px; bottom: 72px; }
      .pi3 { right: 44px; top: 74px; }
      .pi4 { right: 38px; bottom: 74px; }
      .pi5 { display: none; }

      .sales-cta-panel {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
      }

      .sales-cta-panel p {
        max-width: 640px;
      }

      .sales-cta-actions {
        justify-content: center;
      }

      .dashboard {
        width: min(100%, 540px);
      }

      .dashboard.screenshot-dashboard {
        width: min(100%, 680px);
        height: 420px;
      }

      .server-panel {
        display: grid;
        gap: 18px;
        min-height: auto;
        padding: 38px;
        overflow: hidden;
      }

      .server-list {
        width: 100%;
      }

      .floating-card,
      .floating-card.bottom {
        position: relative;
        inset: auto;
        width: 100%;
        margin: 0;
      }

      .phone.left {
        left: 20px;
        top: 394px;
      }

      .phone.right {
        right: 20px;
        top: 400px;
      }

      .trust {
        grid-template-columns: repeat(3, 1fr);
      }

      .bento,
      .problem-way-grid,
      .ops-grid,
      .testimonial-grid,
      .pricing-grid,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .bento {
        grid-template-rows: none;
      }

      .wide,
      .tall {
        grid-column: auto;
        grid-row: auto;
      }

      .feature-card {
        min-height: 230px;
      }

      .problem-way {
        padding-top: 72px;
      }

      .problem-panel {
        padding: 28px;
      }

      .testimonial-card {
        min-height: auto;
      }

      .pricing-card {
        height: auto;
      }

      .pricing-card.highlight {
        height: auto;
        min-height: 590px;
        padding-bottom: 30px;
        transform: none;
      }

      .footer-grid {
        gap: 24px;
      }

      .watermark {
        height: auto;
        margin-top: 0;
        padding-bottom: 36px;
        overflow: visible;
        font-size: clamp(72px, 18vw, 150px);
        line-height: .9;
        text-align: center;
      }

      .kb-hero {
        grid-template-columns: 1fr;
        align-items: start;
        padding-top: 52px;
      }

      .kb-hero h1 {
        font-size: 48px;
      }

      .kb-shell {
        grid-template-columns: 1fr;
      }

      .kb-sidebar {
        position: relative;
        top: auto;
      }

      .kb-sidebar nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .kb-category-head {
        grid-template-columns: 1fr;
        align-items: start;
      }

      .kb-article-body {
        padding: 0 34px 32px 34px;
      }
    }

    @media (max-width: 620px) {
      body.admin-bar .smt-nav,
      body.admin-bar .kb-nav {
        top: 46px;
      }

      .nav {
        min-height: 74px;
      }

      .smt-hero,
      .kb-main {
        padding-top: 74px;
      }

      .nav-action {
        display: none;
      }

      .smt-trial-modal {
        padding: 14px;
      }

      .smt-trial-dialog {
        max-height: calc(100vh - 28px);
        border-radius: 22px;
        padding: 28px 20px;
      }

      .smt-trial-close {
        top: 14px;
        right: 14px;
        width: 38px;
        height: 38px;
      }

      .smt-trial-dialog h3 {
        margin-right: 44px;
      }

      .smt-trial-plan-main {
        display: grid;
        gap: 4px;
      }

      .smt-trial-plan-main span {
        text-align: left;
      }

      .smt-trial-submit {
        width: 100%;
      }

      h1 {
        font-size: 40px;
      }

      .hero-copy .subtitle,
      .section-head p,
      .problem-way-intro p,
      .platform-copy p,
      .sales-cta-panel p,
      .final-cta-panel p {
        font-size: 15px;
      }

      .problem-way {
        padding-top: 56px;
        padding-bottom: 48px;
      }

      .problem-way-intro {
        margin-bottom: 22px;
      }

      .problem-panel {
        border-radius: 22px;
        padding: 24px 20px;
      }

      .problem-panel h3 {
        font-size: 28px;
      }

      .contrast-list {
        gap: 14px;
      }

      .contrast-list li {
        grid-template-columns: 28px 1fr;
      }

      .contrast-list span {
        width: 28px;
        height: 28px;
        font-size: 16px;
      }

      .contrast-list p {
        font-size: 15px;
      }

      .hero-actions {
        flex-direction: column;
        align-items: stretch;
      }

      .platform-support {
        width: 100%;
        border-radius: 22px;
        margin-bottom: 34px;
      }

      .platform-support span {
        width: 100%;
      }

      .sales-cta {
        padding-top: 0;
      }

      .sales-cta-panel,
      .final-cta-panel {
        border-radius: 22px;
        padding: 28px 20px;
      }

      .sales-cta-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
      }

      .btn {
        width: 100%;
      }

      .dash-body {
        grid-template-columns: 1fr;
      }

      .dashboard {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin: 44px auto 0;
      }

      .dashboard.screenshot-dashboard {
        width: 100%;
        height: auto;
        aspect-ratio: 1.28;
        padding: 8px;
      }

      .phone {
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        margin: 20px auto;
      }

      .product-stage {
        display: none;
      }

      .hero {
        min-height: auto;
      }

      .hero {
        padding-bottom: 64px;
      }

      .hero .hero-actions {
        margin-bottom: 0;
      }

      .trust {
        grid-template-columns: 1fr 1fr;
      }

      .server-panel {
        padding: 24px;
      }

      .server-list {
        padding: 20px 18px;
      }

      .server-row {
        grid-template-columns: 28px minmax(0, 1fr) 38px;
        gap: 10px;
        font-size: 12px;
      }

      .bars {
        gap: 2px;
      }

      .footer-bottom {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        text-align: left;
      }

      .watermark {
        font-size: clamp(58px, 17vw, 88px);
      }

      .kb-main {
        padding-bottom: 68px;
      }

      .kb-hero {
        padding: 36px 0 30px;
      }

      .kb-hero h1 {
        font-size: 38px;
      }

      .kb-hero p {
        font-size: 15px;
      }

      .kb-hero-actions {
        display: grid;
      }

      .kb-stats {
        grid-template-columns: 1fr;
      }

      .kb-stats div {
        min-height: 86px;
      }

      .kb-actions,
      .kb-sidebar nav {
        grid-template-columns: 1fr;
      }

      .kb-actions {
        display: grid;
      }

      .kb-action-button {
        width: 100%;
      }

      .kb-back-to-top {
        right: 16px;
        bottom: 16px;
      }

      .kb-category-head {
        padding: 22px;
      }

      .kb-category-head h2 {
        font-size: 27px;
      }

      .kb-article-head {
        grid-template-columns: 42px minmax(0, 1fr) 30px;
        gap: 12px;
        padding: 16px;
      }

      .kb-article-number {
        width: 42px;
        height: 42px;
        border-radius: 14px;
      }

      .kb-article-title {
        font-size: 16px;
      }

      .kb-article-meta,
      .kb-article-excerpt {
        font-size: 12px;
      }

      .kb-article-icon {
        width: 30px;
        height: 30px;
      }

      .kb-article-body {
        padding: 0 18px 24px;
      }

      .kb-article-body p,
      .kb-article-body li {
        font-size: 14px;
      }

      .kb-article-body h2 { font-size: 23px; }
      .kb-article-body h3 { font-size: 20px; }

      .platform-stage {
        clip-path: none;
        border-radius: 28px;
        min-height: auto;
        padding: 68px 24px;
      }

      .platform-copy {
        width: 100%;
      }

      .platform-icons {
        display: none;
      }
    }
