@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
.tj-site-header{position:relative;z-index:1000;height:76px;background:#15052f;color:#fff;font-family:Inter,sans-serif}.tj-site-header__inner{width:min(1180px,calc(100% - 40px));height:100%;margin:0 auto;display:grid;grid-template-columns:180px 1fr 230px;align-items:center}.tj-site-header__brand{display:inline-flex;align-items:center;gap:9px;color:#fff!important;text-decoration:none;font-size:18px;font-weight:800}.tj-site-header__brand-mark{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#a54cff,#7f31ef);box-shadow:0 0 24px rgba(155,69,255,.45);font-size:12px}.tj-site-header__logo{width:29px;height:29px;object-fit:contain}.tj-site-header__nav{display:flex;align-items:center;justify-content:center;gap:42px}.tj-site-header__nav a{color:#a99cb9;text-decoration:none;font-size:12px;font-weight:600;transition:color .2s}.tj-site-header__nav a:hover,.tj-site-header__nav a.active{color:#fff}.tj-site-header__actions{display:flex;justify-content:flex-end;align-items:center;gap:22px}.tj-site-header__signin{color:#c9bed6!important;text-decoration:none;font-size:12px;font-weight:600}.tj-site-header__cta{color:#fff!important;text-decoration:none;font-size:12px;font-weight:700;padding:10px 18px;border-radius:9px;background:linear-gradient(90deg,#8b3bf3,#a84eff);box-shadow:0 8px 24px rgba(141,55,245,.28)}.tj-site-header__toggle{display:none;border:0;background:transparent;color:#fff;font-size:20px}
.tj-home{--ink:#160a35;--dark:#15052f;--dark2:#1d073e;--purple:#8c3cff;--violet:#a75cff;--muted:#7d7890;--light:#f8f7fc;font-family:Inter,sans-serif;color:var(--ink);overflow:hidden}.tj-home *{box-sizing:border-box}.tj-container{width:min(1180px,calc(100% - 40px));margin:auto}.tj-section{padding:105px 0}.tj-light{background:#faf9fe}.tj-tint{background:#f5f3fc}.tj-dark{background:linear-gradient(135deg,#13042b,#210743);color:#fff}.tj-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#9250ff;font-size:12px;font-weight:800;margin-bottom:18px}.tj-title{font-size:42px;line-height:1.08;font-weight:800;letter-spacing:-.04em;margin:0 0 16px}.tj-hero-title{font-size:72px}.tj-gradient{color:#9a46ff}.tj-copy{color:var(--muted);font-size:15px;line-height:1.75;max-width:650px}.tj-center{text-align:center}.tj-center .tj-copy{margin-left:auto;margin-right:auto}.tj-grid{display:grid;gap:22px}.tj-card{background:#fff;border:1px solid #eee9f8;border-radius:16px;padding:26px;box-shadow:0 12px 35px rgba(38,13,75,.06)}.tj-icon{width:40px;height:40px;border-radius:11px;background:#f2e9ff;color:#8d3cff;display:grid;place-items:center;margin-bottom:18px}.tj-card h3{font-size:15px;font-weight:800;margin-bottom:10px}.tj-card p,.tj-card li{font-size:13px;color:#777287;line-height:1.6}.tj-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 25px;border-radius:10px;background:linear-gradient(90deg,#8738f5,#a24fff);color:#fff!important;font-weight:700;text-decoration:none;box-shadow:0 10px 28px rgba(142,55,255,.28)}.tj-btn-ghost{background:transparent;border:1px solid #63349c;box-shadow:none}.tj-dark .tj-copy{color:#9f91b9}.tj-dark-card{background:#2b0b55;border:1px solid #40206c;border-radius:14px}.tj-split{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.tj-list{list-style:none;margin:25px 0 0;padding:0}.tj-list li{margin:14px 0;color:#a99bbb;font-size:14px}.tj-list i{color:#9a47ff;margin-right:11px}.tj-mock{border:1px solid #5f2aa0;background:#200746;border-radius:18px;padding:22px;box-shadow:0 25px 60px rgba(110,38,225,.25)}.tj-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.tj-stat{padding:22px;background:#2b0c57;border:1px solid #3e176b;border-radius:12px}.tj-stat b{display:block;font-size:22px}.tj-stat small{color:#8f7aa8}.tj-chart{height:150px;position:relative;border-bottom:1px solid #412064;margin-top:20px}.tj-chart:after{content:"";position:absolute;inset:35px 8px 25px;background:linear-gradient(165deg,transparent 47%,#9b49ff 48%,#9b49ff 50%,transparent 51%);filter:drop-shadow(0 0 6px #8b35f3)}.tj-pill{display:inline-block;padding:7px 13px;border-radius:30px;background:#eadcff;color:#8431ef;font-size:11px;font-weight:700}.tj-home .accordion-button:not(.collapsed){background:#fff;color:var(--ink);box-shadow:none}.tj-home .accordion-item{border:1px solid #eee9f8!important;border-radius:12px!important;overflow:hidden;margin-bottom:12px}
@media(max-width:900px){.tj-site-header__inner{grid-template-columns:1fr auto}.tj-site-header__nav,.tj-site-header__actions{display:none}.tj-site-header__toggle{display:block}.tj-site-header__mobile{display:none;position:absolute;top:76px;left:0;right:0;padding:22px;background:#1b0738;border-top:1px solid #321254;box-shadow:0 18px 35px rgba(7,0,20,.35)}.tj-site-header__mobile.is-open{display:grid;gap:6px}.tj-site-header__mobile a{color:#c9bed6;text-decoration:none;padding:12px;border-radius:8px;font-size:14px}.tj-site-header__mobile a:hover{color:#fff;background:#2b0c55}.tj-section{padding:72px 0}.tj-title{font-size:34px}.tj-hero-title{font-size:56px}.tj-split{grid-template-columns:1fr;gap:35px}.tj-grid{grid-template-columns:1fr 1fr!important}}@media(min-width:901px){.tj-site-header__mobile{display:none!important}}@media(max-width:600px){.tj-container{width:min(100% - 28px,1180px)}.tj-title{font-size:29px}.tj-hero-title{font-size:43px}.tj-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px}.tj-section{padding:58px 0}.tj-card{padding:18px}}

/* Compact public hero banners */
.tj-home-hero{min-height:540px;padding-top:66px!important}.tj-home-hero .tj-hero-title{font-size:58px}.tj-home-hero__mock{height:265px;overflow:hidden}
.page-hero{padding:48px 0 38px!important}.page-hero-title{font-size:2.35rem!important;color:#fff!important}.page-hero-banner{min-height:210px!important;padding:52px 20px!important}.page-hero-content h1{font-size:38px!important;color:#fff!important}
@media(max-width:900px){.tj-home-hero{min-height:470px;padding-top:50px!important}.tj-home-hero .tj-hero-title{font-size:45px}.tj-home-hero__mock{height:220px}.page-hero{padding:38px 0 30px!important}.page-hero-banner{min-height:170px!important;padding:38px 16px!important}}
@media(max-width:600px){.tj-home-hero{min-height:410px;padding-top:38px!important}.tj-home-hero .tj-hero-title{font-size:36px}.tj-home-hero__mock{height:175px}.page-hero-title,.page-hero-content h1{font-size:29px!important}}

/* RTL: right-align card text in selected home sections (problem, platform offers, services, features, ai engine) */
[dir="rtl"] .tj-cards-rtl .tj-card{text-align:right!important}
[dir="rtl"] .tj-cards-rtl .tj-card .tj-icon:not(.text-center){margin-left:auto!important;margin-right:0!important}

/* ============================================================
   Global horizontal-overflow guard (all front-end pages)
   ============================================================ */
html,body{max-width:100%;overflow-x:hidden}
/* Media and embeds never force the page wider than the viewport */
img,svg,video,iframe,embed,object{max-width:100%}
img{height:auto}
/* Long words/URLs wrap instead of pushing the layout out */
p,h1,h2,h3,h4,h5,h6,li,a,span,td,th,dd,dt{overflow-wrap:break-word;word-wrap:break-word}
/* Wide tables scroll inside their own box, not the whole page */
.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}

/* Audience / User-value section: two columns on desktop, stacked & separated on mobile */
.tj-split--audience{gap:60px}
@media(max-width:900px){.tj-split--audience{gap:40px}}
