:root{
  --bg:#f3f3f5;
  --panel:#ffffff;
  --panel-soft:#f7f7f8;
  --text:#111111;
  --muted:#6d6f78;
  --line:#e6e7eb;
  --blue:#1437ff;
  --blue-2:#0d2bff;
  --blue-3:#2950ff;
  --dark:#0b0b0f;
  --dark-2:#121317;
  --radius:24px;
  --radius-sm:16px;
  --shadow:0 12px 30px rgba(8,12,24,.08);
  --max:1140px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--text);
  background:var(--bg);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.is-coming-soon{
  background:#1437ff;
}
.is-coming-soon > :not(.coming-soon-screen){
  display:none !important;
}
.coming-soon-screen{
  position:fixed;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#1437ff;
  z-index:9999;
}
.coming-soon-screen p{
  margin:0;
  font-family:"DM Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size:clamp(36px,8vw,88px);
  line-height:1;
  color:#ffffff;
}

img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button{font:inherit}
.container{width:min(calc(100% - 32px), var(--max));margin:0 auto}
.section{padding:30px 0}
.eyebrow{
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--muted);
  font-weight:700;
  margin:0 0 20px;
}
.muted{color:var(--muted)}
.divider{height:1px;background:var(--line);margin:22px 0}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  font-size:14px;
  font-weight:600;
  transition:.18s ease;
  border:1px solid transparent;
  white-space:nowrap;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  color:#fff;
  background:linear-gradient(180deg,var(--blue-3),var(--blue-2));
  box-shadow:0 8px 18px rgba(20,55,255,.22);
}
.btn-secondary{
  background:#fff;
  border-color:#d7dbeb;
  color:#111;
}
.btn-ghost{
  color:#fff;
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.12);
}

.site-header{
  position:sticky;
  top:0;
  z-index:20;
  backdrop-filter:saturate(150%) blur(10px);
  background:rgba(243,243,245,.78);
  border-bottom:1px solid rgba(230,231,235,.72);
}
.nav{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.brand{
  font-weight:800;
  letter-spacing:-.04em;
  font-size:18px;
}
.brand img{
  width:120px;
  height:auto;
}
.brand .amp{color:var(--blue)}
.nav-links{
  display:flex;
  align-items:center;
  gap:28px;
  color:#4d515e;
  font-size:14px;
}
.nav-cta{display:flex;align-items:center;gap:12px}

.hero{padding:30px 0}
.hero-top{
  text-align:center;
  margin-bottom:28px;
  padding:50px 0 50px 0;
}
.hero-title{
  margin:0;
  line-height:0;
}
.hero-title img{
  width:min(760px,100%);
  height:auto;
  margin:0 auto;
}
.hero-sub{
  margin:12px auto 0;
  max-width:720px;
  font-size:18px;
  line-height:1.5;
  color:#535664;
}

.hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:34px;
  align-items:center;
  margin-top:0;
  padding:50px 0 50px 0;
}
.hero-copy h2{
  margin:0 0 16px;
  font-size:clamp(36px,4.5vw,60px);
  line-height:1.02;
  letter-spacing:-.05em;
  font-weight:700;
}
.hero-copy h2 .accent{color:var(--blue)}
.hero-copy p{
  margin:0 0 20px;
  max-width:540px;
  color:#444854;
  font-size:17px;
  line-height:1.65;
}
.hero-copy .eyebrow{
  font-size:11px;
  letter-spacing:.14em;
  color:var(--muted);
  font-weight:700;
  line-height:1;
  margin:0 0 20px;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
p{text-wrap:pretty}

.hero-art{
  background:linear-gradient(180deg,#fbfbfc,#eceef3);
  border:1px solid #e7e8ee;
  border-radius:28px;
  box-shadow:var(--shadow);
  min-height:440px;
  position:relative;
  overflow:hidden;
}
.placeholder{
  position:relative;
  width:100%;
  height:100%;
  min-height:inherit;
  display:grid;
  place-items:center;
  color:#9aa0af;
  font-size:14px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.placeholder::before,
.placeholder::after{
  content:"";
  position:absolute;
  width:72px;height:72px;
  border:2px solid #40424a;
  opacity:.16;
}
.placeholder::before{top:18px;left:18px;border-right:none;border-bottom:none}
.placeholder::after{right:18px;bottom:18px;border-left:none;border-top:none}

.trust{
  padding-top:30px;
  padding-bottom:30px;
}
.trust-row{
  display:grid;
  gap:20px;
  justify-items:center;
  text-align:center;
}
.trust-label{
  font-size:11px;
  font-weight:700;
  letter-spacing:.16em;
  color:var(--blue);
  text-transform:uppercase;
}
.logos{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,180px));
  gap:32px;
  align-items:center;
  justify-content:center;
  width:100%;
  opacity:1;
}
.logos img{
  width:auto;
  max-height:56px;
  justify-self:center;
}
.logo-box{
  min-height:38px;
  border-radius:14px;
  display:grid;
  place-items:center;
  color:#8f95a3;
  font-weight:700;
  background:transparent;
  border:1px dashed #d6d9e5;
}

.intro h3{
  margin:0 0 12px;
  font-size:clamp(34px,4.2vw,56px);
  line-height:1.05;
  letter-spacing:-.05em;
  font-weight:700;
  max-width:760px;
}
.intro h3 .accent{color:var(--blue)}
.intro p{
  max-width:840px;
  color:#434751;
  font-size:17px;
  line-height:1.7;
  margin:0;
}
.intro .eyebrow{
  font-size:11px;
  letter-spacing:.14em;
  color:var(--muted);
  font-weight:700;
  line-height:1;
  margin:0 0 20px;
}

.feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:26px;
  padding-top:24px;
  border-top:none;
}
.feature{
  padding:8px 4px;
}
.icon{
  width:42px;height:42px;
  border-radius:0;
  border:none;
  display:block;
  color:var(--blue);
  margin-bottom:12px;
  background:transparent;
  font-weight:800;
  object-fit:contain;
}
.feature h4{
  margin:0 0 8px;
  font-size:15px;
  letter-spacing:-.02em;
}
.feature p{
  margin:0;
  color:#646978;
  line-height:1.6;
  font-size:14px;
}

.runtime{
  margin-top:30px;
  background:linear-gradient(180deg,#0a0b0f,#111319);
  color:#fff;
  border-radius:28px;
  box-shadow:0 22px 44px rgba(8,12,24,.18);
  overflow:hidden;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:0;
  min-height:360px;
}
.runtime-media,
.runtime-copy{padding:36px}
.runtime-media{
  border-right:none;
}
.runtime-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.runtime-copy h3{
  margin:0 0 12px;
  font-size:clamp(30px,3.5vw,48px);
  line-height:1.04;
  letter-spacing:-.04em;
}
.runtime-copy p{
  margin:0 0 18px;
  color:rgba(255,255,255,.72);
  line-height:1.7;
  font-size:15px;
  max-width:380px;
}
.dark-placeholder{
  min-height:280px;
  border-radius:20px;
  background:
    linear-gradient(180deg,rgba(20,55,255,.14),rgba(20,55,255,.05)),
    linear-gradient(180deg,#0f1118,#161922);
  border:1px solid rgba(255,255,255,.08);
  display:grid;
  place-items:center;
  color:rgba(255,255,255,.45);
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:13px;
}

.beyond{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:34px;
  align-items:center;
}
.beyond h3{
  margin:0 0 14px;
  font-size:clamp(34px,4vw,54px);
  line-height:1.03;
  letter-spacing:-.05em;
  font-weight:700;
}
.beyond h3 .accent{color:var(--blue)}
.beyond > div > p{
  margin:0 0 22px;
  color:#474b57;
  font-size:16px;
  line-height:1.72;
  max-width:520px;
}
.num-list{
  display:grid;
  gap:16px;
  margin-top:18px;
}
.num-item{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:14px;
  align-items:start;
}
.num{
  color:var(--blue);
  font-size:36px;
  font-weight:800;
  letter-spacing:-.04em;
  line-height:1;
  padding-top:2px;
}
.num-item p{
  margin:0;
  color:#4f5463;
  font-size:14px;
  line-height:1.65;
}
.art-card{
  background:transparent;
  border:none;
  border-radius:28px;
  min-height:560px;
  box-shadow:none;
  overflow:hidden;
}
.art-card img{
  filter:none;
}

.compare-head{
  text-align:center;
  margin-bottom:50px;
}
.compare-head h3{
  margin:0 0 10px;
  font-size:clamp(34px,4.2vw,56px);
  line-height:1.02;
  letter-spacing:-.05em;
  font-weight:700;
}
.compare-head h3 .accent{color:var(--blue)}
.compare-head p{
  margin:0 auto;
  max-width:720px;
  color:#5f6472;
  line-height:1.65;
}
.compare-head .eyebrow{
  font-size:11px;
  letter-spacing:.14em;
  color:var(--muted);
  font-weight:700;
  line-height:1;
  padding-bottom:20px;
}

.compare-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,300px));
  gap:18px;
  justify-content:center;
  align-items:start;
  margin-bottom:50px;
}
.compare-card{
  border-radius:24px;
  background:var(--panel);
  border:1px solid var(--line);
  padding:24px;
  min-height:360px;
}
.compare-card.primary{
  color:#fff;
  background:linear-gradient(180deg,#1437ff,#0725ca);
  box-shadow:0 18px 32px rgba(20,55,255,.2);
  border:none;
}
.compare-card h4{
  margin:0 0 18px;
  font-size:20px;
  letter-spacing:-.03em;
}
.compare-list{
  display:grid;
  gap:14px;
}
.compare-item{
  font-size:14px;
  line-height:1.5;
  color:#5f6574;
  padding-top:12px;
  border-top:1px solid #eceef3;
}
.primary .compare-item{
  color:rgba(255,255,255,.9);
  border-color:rgba(255,255,255,.14);
}

.quote {
  margin-top: 28px;
  border-radius: 28px;
  overflow: hidden;
  width: 100%;
  min-height: 768px;
  background-image: url('../imgs/t-x-i-testimonialbg.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}
.quote-copy {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 540px;
    margin: 0 auto;
    right: 120px;
}
.quote-copy blockquote {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.55;
  color: #ffffff;
}
.quote-copy .author {
  color: rgba(255,255,255,.72);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  line-height: 1.6;
}
@media (max-width: 760px) {
  .quote { min-height: 520px; }
  .quote-copy { padding: 24px; }
}

.reports h3{
  margin:0 0 50px;
  font-size:clamp(34px,4vw,54px);
  line-height:1.02;
  letter-spacing:-.05em;
}
.reports h3 .accent{color:var(--blue)}
.reports-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-bottom:50px;
}
.report-card{
  padding-right:10px;
}
.report-num{
  font-size:64px;
  line-height:.9;
  font-weight:800;
  letter-spacing:-.06em;
  color:var(--blue);
  margin-bottom:12px;
}
.report-card h4{
  margin:0 0 10px;
  font-size:18px;
  line-height:1.3;
  letter-spacing:-.02em;
}
.report-card p{
  margin:0 0 14px;
  font-size:14px;
  line-height:1.65;
  color:#646979;
}
.report-links{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  font-size:13px;
  font-weight:600;
  color:var(--blue);
}

.wide-blue{
  border-radius:28px;
  overflow:hidden;
  background:linear-gradient(180deg,#173cff,#0421c5);
  min-height:0;
  box-shadow:0 22px 40px rgba(20,55,255,.22);
  display:grid;
  place-items:center;
  color:rgba(255,255,255,.72);
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:14px;
  margin-top:0;
}

.final{
  text-align:center;
  padding-top:30px;
  padding-bottom:30px;
}
.final h1,
.final h3{
  margin:0 0 12px;
  font-size:clamp(36px,4vw,56px);
  line-height:1.02;
  letter-spacing:-.05em;
  font-weight:700;
}
.final h1 .accent,
.final h3 .accent{color:var(--blue)}
.final p{
  max-width:700px;
  margin:0 auto 20px;
  color:#5d6271;
  line-height:1.7;
  font-size:16px;
}
.buy-actions{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}
.buy-note{
  margin:14px auto 0;
  max-width:560px;
  font-size:13px;
  color:#6d6f78;
}
.buy-email{
  margin:16px 0 0;
  font-size:14px;
  font-weight:600;
  color:var(--blue);
}
.btn[aria-disabled="true"]{
  opacity:.62;
  pointer-events:none;
  box-shadow:none;
}
.final-meta{
  margin-top:22px;
  color:#808596;
  font-size:12px;
  display:flex;
  gap:16px;
  justify-content:center;
  flex-wrap:wrap;
}

.footer{
  background:#0c0d11;
  color:#d7d9e2;
  padding:18px 0;
  font-size:12px;
}
.footer-row{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  flex-wrap:wrap;
}

@media (max-width: 1100px){
  .hero-grid,
  .runtime,
  .beyond{
    grid-template-columns:1fr;
  }
  .feature-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .reports-grid{
    grid-template-columns:1fr;
  }
  .compare-grid{
    grid-template-columns:minmax(0,300px);
    justify-content:center;
  }
  .trust-row{
    grid-template-columns:1fr;
  }
  .logos{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .hero-art{min-height:360px}
  .art-card{min-height:420px}
}

@media (max-width: 760px){
  body{
    padding:0 20px;
    text-align:center;
  }
  .footer{
    margin-left:-20px;
    margin-right:-20px;
  }
  .nav{
    min-height:68px;
  }
  .nav-links{
    display:none;
  }
  .container{
    width:min(calc(100% - 22px), var(--max));
  }
  .section{
    padding:30px 0;
  }
  .hero{
    padding:30px 0;
  }
  .hero-title{
    line-height:0;
  }
  .hero-copy h2,
  .intro h3,
  .beyond h3,
  .compare-head h3,
  .reports h3,
  .final h1,
  .final h3{
    font-size:clamp(30px,10vw,44px);
  }
  .feature-grid{
    grid-template-columns:1fr;
  }
  .logos{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .hero-art{min-height:280px}
  .runtime-media,
  .runtime-copy{
    padding:24px;
  }
  .report-num{
    font-size:52px;
  }
  .btn{
    width:50%;
    margin-left:auto;
    margin-right:auto;
  }
  .hero-actions{
    align-items:stretch;
  }
}
.modal{display:none;position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);padding:20px;overflow-y:auto}
.modal.open{display:grid;place-items:start center}
.modal-box{background:#fff;border-radius:24px;padding:36px;max-width:680px;width:100%;margin:60px auto;position:relative}
.modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:20px;cursor:pointer;color:#555}
.modal-date{font-size:12px;color:#888;margin:-8px 0 20px}
@media(max-width:760px){.modal-box{padding:24px;margin:30px auto}}
