
:root{--primary:#0A42FF;--primary-2:#1E6DFF;--primary-3:#60A5FF;--cyan:#36D6FF;--orange:#FF7A1A;--green:#13B981;--navy:#06162F;--navy-2:#081F49;--ink:#0B1A3B;--text:#13213B;--muted:#65758F;--muted-2:#8BA0BA;--line:#DCE8F7;--line-2:#EDF4FC;--bg:#F6FAFF;--card:#fff;--shadow:0 16px 50px rgba(18,45,88,.10);--shadow-2:0 32px 90px rgba(7,27,61,.22);--container:1200px;--radius:22px;--header:72px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input{font:inherit}.container{width:min(calc(100% - 72px),var(--container));margin-inline:auto}.skip-link{position:fixed;left:16px;top:12px;z-index:9999;padding:10px 14px;background:#fff;color:var(--primary);border-radius:10px;transform:translateY(-140%)}.skip-link:focus{transform:none}.site-header{height:var(--header);position:sticky;top:0;z-index:1000;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:box-shadow .2s,background .2s}.site-header--light{background:rgba(255,255,255,.90);border-bottom:1px solid rgba(222,234,249,.9);box-shadow:0 8px 30px rgba(20,44,83,.05)}.site-header--dark{background:rgba(4,14,32,.92);border-bottom:1px solid rgba(255,255,255,.08)}.site-header.is-scrolled{box-shadow:0 10px 36px rgba(8,24,55,.13)}.header__inner{height:var(--header);display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:8px;font-weight:900;white-space:nowrap;color:var(--ink)}.brand img{width:34px;height:34px}.brand span,.brand strong{font-size:18px}.brand em{font-style:normal;opacity:.45}.site-header--dark .brand,.brand--footer{color:#fff}.nav{display:flex;align-items:center;gap:30px;font-size:15px;font-weight:800}.nav a{position:relative;padding:26px 0;color:#1B2845}.site-header--dark .nav a{color:rgba(255,255,255,.86)}.nav a:hover,.nav a.is-active{color:var(--primary-2)}.site-header--dark .nav a:hover,.site-header--dark .nav a.is-active{color:#fff}.nav a.is-active:after{content:"";position:absolute;left:18%;right:18%;bottom:17px;height:3px;background:linear-gradient(90deg,var(--primary-3),var(--primary-2));border-radius:99px}.header__actions{display:flex;align-items:center;gap:12px}.btn{height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;border:1px solid transparent;padding:0 20px;font-weight:900;cursor:pointer;transition:transform .18s,box-shadow .18s,background .18s;color:inherit;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn:focus-visible,input:focus-visible,summary:focus-visible,.menu-button:focus-visible{outline:3px solid rgba(96,165,255,.36);outline-offset:3px}.btn--primary{background:linear-gradient(135deg,var(--primary),#2E85FF);color:#fff;box-shadow:0 12px 28px rgba(30,109,255,.28)}.btn--orange{background:linear-gradient(135deg,var(--orange),#FF9F2A);color:#fff;border:0;box-shadow:0 14px 30px rgba(255,122,26,.28)}.btn--ghost{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.18)}.site-header--light .btn--ghost,.btn--light{color:#163050;background:#fff;border-color:#C9DAF2}.btn--light{box-shadow:0 8px 26px rgba(25,61,114,.08)}.text-link{color:var(--primary-2);font-weight:900}.menu-button{display:none;width:44px;height:44px;border:0;background:transparent;border-radius:12px;color:currentColor}.menu-button span{display:block;width:23px;height:2px;background:currentColor;margin:6px auto;border-radius:4px}.site-header--dark .menu-button{color:#fff}.hero{position:relative;overflow:hidden}.hero__inner{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:56px;min-height:620px;padding:76px 0}.hero--dark{background:radial-gradient(circle at 76% 25%,rgba(39,126,255,.42),transparent 32%),linear-gradient(180deg,#06162F 0%,#082A5F 54%,#06162F 100%);color:#fff}.hero--dark:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:80px 80px;mask-image:linear-gradient(180deg,#000,transparent 74%);opacity:.55}.hero--light{background:radial-gradient(circle at 76% 38%,rgba(73,151,255,.24),transparent 34%),linear-gradient(135deg,#F8FBFF 0%,#F2F8FF 58%,#EAF3FF 100%)}.hero--home .hero__inner{min-height:690px}.hero--resources .hero__inner{min-height:560px}.hero__copy,.hero__visual{position:relative;z-index:1}.eyebrow{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:8px 14px;font-size:14px;font-weight:900;margin-bottom:18px}.eyebrow--dark{background:rgba(255,255,255,.12);color:#CDE8FF;border:1px solid rgba(255,255,255,.14)}.eyebrow--light{background:#F0F6FF;color:#1747C8;border:1px solid #D9E7FF}.hero h1{margin:0 0 22px;font-size:clamp(42px,5vw,72px);line-height:1.13;letter-spacing:-1.8px;font-weight:950}.hero--dark h1{color:#fff}.hero p{margin:0 0 28px;font-size:19px;color:#34435C;max-width:660px}.hero--dark p{color:#D7E8FF}.hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin:24px 0 18px}.hero__badges{display:flex;gap:16px;flex-wrap:wrap;color:#65758F;font-size:14px;font-weight:800}.hero--dark .hero__badges{color:#D7E8FF}.hero__badges span{display:inline-flex;align-items:center;gap:6px}.hero__badges span:before,.cta-banner__notes span:before{content:"✓";color:var(--primary-3);font-weight:950}.slice-frame{border-radius:28px;padding:12px;background:rgba(255,255,255,.82);border:1px solid rgba(221,234,250,.95);box-shadow:var(--shadow);overflow:hidden}.slice-frame--hero{background:linear-gradient(135deg,rgba(255,255,255,.14),rgba(255,255,255,.04));border-color:rgba(160,204,255,.24);box-shadow:var(--shadow-2),0 0 80px rgba(30,109,255,.18)}.slice-frame--hero img{filter:drop-shadow(0 24px 48px rgba(0,0,0,.22))}.slice-frame--wide img{width:100%;border-radius:20px}.slice-frame--transparent{background:transparent;border:0;box-shadow:none;padding:0}.slice-frame img{border-radius:20px}.mt-32{margin-top:32px}.center-note{text-align:center;color:#6C7A92;font-size:14px;margin-top:20px}.logo-strip{background:#fff;border-top:1px solid #EEF4FE;border-bottom:1px solid #EEF4FE;padding:22px 0}.logo-strip p{text-align:center;color:#41536F;font-weight:800;margin:0 0 14px}.logo-strip__row{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}.client-logo{height:36px;display:inline-flex;align-items:center;padding:0 16px;border-right:1px solid #DFE9F7;font-weight:950;letter-spacing:.2px}.client-logo.red{color:#D92320}.client-logo.blue{color:#1656D9}.logo-strip a{color:var(--primary-2);font-weight:900}.section{padding:86px 0;background:var(--bg)}.section--white{background:#fff}.section-title{text-align:center;margin-bottom:36px}.section-title--left{text-align:left}.section-title h2{margin:0;font-size:clamp(28px,3vw,38px);line-height:1.24;color:var(--ink);letter-spacing:-.3px}.section-title p{margin:10px auto 0;color:var(--muted);max-width:760px}.section-title--left p{margin-left:0}.grid{display:grid;gap:22px}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.grid--5{grid-template-columns:repeat(5,1fr)}.grid--6{grid-template-columns:repeat(6,1fr)}.card{background:rgba(255,255,255,.94);border:1px solid var(--line-2);border-radius:var(--radius);box-shadow:0 14px 42px rgba(18,45,88,.07);position:relative}.feature-card{padding:26px;min-height:205px}.feature-card h3{font-size:20px;margin:14px 0 8px;color:var(--ink)}.feature-card p{margin:0;color:var(--muted)}.icon-bubble{width:64px;height:64px;border-radius:20px;background:linear-gradient(145deg,#F0F7FF,#fff);display:grid;place-items:center;box-shadow:inset 0 0 0 1px #DDEAFF;color:var(--primary-2);font-size:24px;font-weight:950}.step-row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}.step-card{position:relative;background:#fff;border:1px solid #DFEAFE;border-radius:24px;padding:28px;box-shadow:0 14px 38px rgba(16,48,95,.08);min-height:170px}.step-card:not(:last-child):after{content:"→";position:absolute;right:-22px;top:50%;transform:translateY(-50%);color:#84AEFF;font-size:26px;font-weight:950}.step-card span{color:#91B5F8;font-size:28px;font-weight:950;font-style:italic}.step-card h3{font-size:30px;margin:8px 0 2px;color:var(--ink)}.step-card p{margin:0;color:#50647D}.capability-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.capability-card{background:#fff;border:1px solid var(--line-2);border-radius:24px;padding:22px;box-shadow:0 14px 42px rgba(18,45,88,.07);min-height:280px;overflow:hidden}.capability-card h3{font-size:20px;margin:12px 0 6px;color:var(--ink)}.capability-card p{color:var(--muted);margin:0}.capability-card--dark{background:linear-gradient(145deg,#061B3D,#0A3B8B);color:#fff}.capability-card--dark h3,.capability-card--dark p{color:#fff}.capability-card--dark img{margin-top:18px;width:130%;max-width:none;transform:translateX(-15%)}.metric{background:#fff;border:1px solid #E3EEFC;border-radius:18px;padding:16px;box-shadow:0 10px 30px rgba(18,45,88,.05)}.metric b{display:inline-block;font-size:30px;line-height:1.05;color:var(--primary-2);font-weight:950}.metric span{margin-left:8px;color:var(--green);font-size:13px;font-weight:900}.metric p{margin:6px 0 0!important;color:#65758F;font-size:13px}.mini-chart{width:100%;height:70px;margin-top:8px}.mini-chart__line{fill:none;stroke:var(--primary-2);stroke-width:4;stroke-linecap:round}.mini-chart__area{fill:url(#unused);fill:#D9ECFF;opacity:.7}.platform-panel{display:grid;grid-template-columns:1.2fr .65fr .75fr;gap:22px;align-items:stretch;background:#fff;border:1px solid #DFEAFE;border-radius:26px;padding:24px;box-shadow:var(--shadow)}.platform-list{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.platform-list span{height:44px;display:inline-flex;align-items:center;padding:0 16px;border-radius:13px;background:#F6FAFF;border:1px solid #DDEAFF;font-weight:900;color:#274060}.metrics-compact{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.chart-card{background:#F8FBFF;border:1px solid #E1ECFA;border-radius:20px;padding:18px}.knowledge-panel{display:grid;grid-template-columns:280px 1fr 280px;align-items:center;gap:28px;background:linear-gradient(135deg,#F8FBFF,#EAF3FF);border:1px solid #DCE8F7;border-radius:28px;padding:30px;box-shadow:var(--shadow)}.check-list{list-style:none;margin:16px 0 0;padding:0;display:grid;gap:10px}.check-list li{position:relative;padding-left:26px;color:#526780}.check-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--primary-2);font-weight:950}.sales-panel{display:grid;grid-template-columns:.8fr 1.3fr .9fr;gap:22px}.list-card{padding:24px}.list-card h3{margin:0 0 4px;color:var(--ink)}.list-card p{margin:0 0 16px;color:var(--muted)}.metric-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.bars-card{padding:24px}.bars{display:grid;gap:12px}.bars span{display:grid;grid-template-columns:1fr 48px;gap:10px;font-size:13px;color:#4B617C;position:relative;padding-bottom:13px}.bars span:after{content:"";position:absolute;left:0;right:54px;bottom:0;height:8px;border-radius:999px;background:linear-gradient(90deg,var(--primary-2),#9CCBFF);width:var(--w)}.bars span:before{content:"";position:absolute;left:0;right:54px;bottom:0;height:8px;border-radius:999px;background:#E5EFFC}.cta-section{padding:58px 0;background:#fff}.cta-banner{position:relative;overflow:hidden;display:grid;grid-template-columns:90px 1fr 440px;gap:24px;align-items:center;padding:32px 38px;border-radius:30px;background:radial-gradient(circle at 7% 50%,rgba(39,132,255,.5),transparent 22%),linear-gradient(135deg,#06173A,#04122C 65%,#092E70);color:#fff;box-shadow:var(--shadow-2)}.cta-banner:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(100deg,rgba(125,211,252,.08) 0 1px,transparent 1px 82px);opacity:.55}.cta-banner>*{position:relative;z-index:1}.cta-banner__icon{width:86px;height:86px;border-radius:22px;background:linear-gradient(135deg,#0A66FF,#54C7FF);box-shadow:0 0 45px rgba(10,102,255,.6);display:grid;place-items:center;font-size:28px;font-weight:950}.cta-banner h2{margin:0 0 4px;font-size:28px}.cta-banner p{margin:0;color:#C7DCF8}.cta-form{display:flex;background:#fff;border-radius:14px;padding:5px;box-shadow:0 12px 34px rgba(0,0,0,.20);position:relative}.cta-form input{flex:1;min-width:0;border:0;height:48px;border-radius:10px;padding:0 16px;outline:0}.cta-banner__notes{grid-column:2/4;display:flex;gap:22px;color:#CFE4FF;font-size:13px;flex-wrap:wrap}.form-status{position:absolute;left:0;right:0;bottom:-24px;font-size:13px;color:#72E0A8}.form-status.error{color:#FFBAA8}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:stretch}.pricing-card{padding:30px;min-height:470px;background:#fff;border:1px solid #DFEAFE;border-radius:26px;box-shadow:0 18px 52px rgba(18,45,88,.08);position:relative}.pricing-card--featured{border:2px solid var(--primary-2);box-shadow:0 28px 80px rgba(30,109,255,.18);transform:translateY(-10px)}.plan-badge{position:absolute;top:-15px;left:50%;transform:translateX(-50%);background:var(--primary-2);color:#fff;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:950}.plan-icon{width:74px;height:74px;border-radius:24px;background:linear-gradient(145deg,#F0F7FF,#fff);box-shadow:inset 0 0 0 1px #DDEAFF;display:grid;place-items:center;font-size:30px;color:var(--primary-2);font-weight:950}.pricing-card h3{font-size:28px;margin:18px 0 2px}.plan-subtitle{font-weight:900;color:var(--primary-2)!important}.pricing-card p{color:var(--muted)}.plan-cycle{display:flex;justify-content:space-between;border-top:1px solid #EAF2FB;padding-top:16px;margin:20px 0}.plan-cycle span{color:#6B7F98}.compare-layout{display:grid;grid-template-columns:1fr 330px;gap:24px;align-items:start}.comparison{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #DDEBFA;border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.comparison th,.comparison td{padding:16px 18px;border-bottom:1px solid #EDF4FF;text-align:left}.comparison th{background:#F3F8FF;color:#243B5C}.comparison tr:last-child td{border-bottom:0}.comparison td:nth-child(3),.comparison th:nth-child(3){color:var(--primary-2);font-weight:900;border-left:1px solid #CDE0FF;border-right:1px solid #CDE0FF;background:rgba(10,102,255,.03)}.comparison th span{background:var(--primary-2);color:#fff;border-radius:999px;padding:2px 8px;font-size:12px}.why-card{padding:26px}.tabs{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:34px}.tabs a{height:48px;display:inline-flex;align-items:center;padding:0 24px;border-radius:14px;background:#fff;border:1px solid #DCE8F7;font-weight:900;color:#334155}.tabs .is-active{background:linear-gradient(135deg,var(--primary),#2E85FF);color:#fff;border-color:transparent;box-shadow:0 14px 30px rgba(10,102,255,.22)}.solution-block{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}.solution-block + .solution-block{margin-top:60px}.scene-card{border-radius:28px;padding:12px;background:#fff;border:1px solid #DFEAFE;box-shadow:var(--shadow-2);overflow:hidden}.scene-card img{width:100%;border-radius:20px}.num-label{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:12px;background:var(--primary-2);color:#fff;font-size:22px;font-weight:950}.solution-copy h2{font-size:34px;margin:14px 0 2px;color:var(--ink)}.lead-small{font-size:18px;color:#4A5D78;margin-top:0}.question-box{background:#fff;border:1px solid #DFEAFE;border-radius:20px;padding:20px;margin:20px 0}.question-box h3{margin:0 0 12px}.question-box span{display:block;border:1px solid #E7EFFB;border-radius:12px;padding:10px 12px;margin-top:8px;color:#475A74;background:#FAFCFF;font-size:14px}.process-mini{display:flex;align-items:center;gap:10px;justify-content:space-between;background:#fff;border:1px solid #DFEAFE;border-radius:18px;padding:16px;margin:16px 0;color:var(--primary-2);font-weight:900}.metric-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.metric-row--compact .metric{padding:12px}.metric-row--compact .metric b{font-size:22px}.case-card{display:grid;grid-template-columns:310px 1fr 330px;gap:24px;background:#fff;border:1px solid #DFEAFE;border-radius:26px;padding:22px;box-shadow:0 18px 50px rgba(18,45,88,.08);margin-bottom:24px}.case-card__image img{width:100%;height:220px;object-fit:cover;border-radius:18px}.case-card__body h2{font-size:24px;margin:14px 0 8px}.case-card__body p{color:var(--muted)}.case-tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.case-tags span{background:#F2F7FF;border:1px solid #DCE8F7;border-radius:999px;padding:6px 12px;font-size:13px;color:#42546E;font-weight:800}.case-card__metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.diagnosis-layout{display:grid;grid-template-columns:1fr 420px;gap:54px;align-items:center;padding:76px 0}.diagnosis-hero h1{font-size:56px}.form-panel{background:#fff;color:var(--text);border-radius:26px;padding:34px;box-shadow:0 30px 70px rgba(0,0,0,.22)}.form-panel h2{margin:0;text-align:center}.form-panel p{text-align:center;color:var(--muted);margin:4px 0 20px}.lead-form{display:grid;gap:13px}.lead-form label{font-weight:900;color:#455871;font-size:14px}.lead-form input{width:100%;height:48px;border:1px solid #DCE8F7;border-radius:12px;padding:0 14px;outline:0;margin-top:6px}.lead-form input:focus{border-color:var(--primary-2);box-shadow:0 0 0 4px rgba(30,109,255,.10)}.lead-form .btn{width:100%;margin-top:8px}.lead-form small{display:block;text-align:center;color:#7C8BA0}.search-section{position:relative;margin-top:-28px;z-index:4;padding-bottom:22px}.search-box{width:min(760px,100%);margin:0 auto 18px;display:flex;background:#fff;border:1px solid #DCE8F7;border-radius:16px;box-shadow:0 18px 46px rgba(37,85,145,.10);overflow:hidden}.search-box input{flex:1;height:56px;border:0;padding:0 18px;outline:0}.search-box button{width:60px;border:0;background:#fff;color:var(--primary-2);font-size:24px}.featured-resource{display:grid;grid-template-columns:1fr 360px;gap:28px;align-items:center;border-radius:26px;padding:36px 42px;background:linear-gradient(135deg,#06162F,#0A3A91);color:#fff;box-shadow:var(--shadow-2)}.featured-resource h2{font-size:34px;margin:12px 0}.featured-resource p{color:#CDE0FF}.article-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.article-card{overflow:hidden;background:#fff;border:1px solid #DFEAFE;border-radius:20px;box-shadow:0 14px 38px rgba(18,45,88,.07)}.article-thumb{height:150px;background:radial-gradient(circle at 78% 20%,rgba(125,211,252,.45),transparent 40%),linear-gradient(135deg,#071B3D,#0A66FF);padding:18px;color:#fff;display:flex;flex-direction:column;justify-content:space-between}.article-thumb span{align-self:flex-start;background:var(--primary-2);border-radius:999px;padding:4px 10px;font-size:13px}.article-thumb h3{font-size:18px;line-height:1.35;margin:0}.article-card div:last-child{padding:18px}.article-card p{margin:0 0 12px;color:var(--muted);font-size:14px}.article-card small{color:#8B9AB0}.doc-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.doc-card{padding:14px;border:1px solid #DFEAFE;background:#fff;border-radius:18px;box-shadow:0 14px 38px rgba(18,45,88,.06)}.doc-cover{height:156px;border-radius:14px;background:radial-gradient(circle at 70% 20%,rgba(96,165,255,.5),transparent 38%),linear-gradient(145deg,#06162F,#0A42FF);color:#fff;padding:14px;display:flex;align-items:flex-end;font-weight:900}.doc-card h3{font-size:15px;line-height:1.35;margin:12px 0 4px}.doc-card p{font-size:12px;color:#7B8DA5;margin:0 0 8px}.doc-card a{color:var(--primary-2);font-weight:900;font-size:13px}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.faq-item{background:#fff;border:1px solid #DDEBFA;border-radius:16px;box-shadow:0 10px 26px rgba(15,35,75,.05);overflow:hidden}.faq-item summary{list-style:none;cursor:pointer;padding:18px 20px;font-weight:900;color:#17263E;display:flex;justify-content:space-between;gap:20px}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{padding:0 20px 18px;margin:0;color:var(--muted)}.faq-item[open] summary span{transform:rotate(180deg)}.design-panel{padding:28px;background:#fff;border:1px solid #DFEAFE;border-radius:28px;box-shadow:var(--shadow)}.token-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}.token-card{padding:24px}.swatches{display:flex;gap:12px}.swatches i{display:block;width:64px;height:64px;border-radius:16px;border:1px solid rgba(0,0,0,.05);box-shadow:0 10px 20px rgba(18,45,88,.08)}.page-link{padding:26px}.page-link h3{margin:0 0 8px}.page-link p{color:var(--muted);margin:0}.footer{background:linear-gradient(180deg,#071A3B,#031126);color:#DCEBFF;padding:52px 0 28px}.footer__grid{display:grid;grid-template-columns:1.35fr repeat(5,.75fr) .9fr;gap:28px}.footer__brand p,.footer__col a{color:#91A8C6;font-size:14px}.footer__col{display:flex;flex-direction:column;gap:7px}.footer__col h3{color:#fff;margin:0 0 10px;font-size:16px}.footer__contact b{color:#57A8FF;font-size:22px}.qr{width:96px;border-radius:10px;background:#fff}.socials{display:flex;gap:10px;margin-top:16px}.socials span{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.08);display:grid;place-items:center;font-size:13px}.footer__bottom{margin-top:38px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:#7C91AF;font-size:12px}.modal-backdrop{position:fixed;inset:0;z-index:2000;background:rgba(3,12,30,.68);display:none;align-items:center;justify-content:center;padding:24px}.modal-backdrop.is-open{display:flex}.modal{width:min(520px,100%);position:relative}.modal__close{position:absolute;right:18px;top:18px;border:0;background:#F0F5FF;border-radius:10px;width:36px;height:36px;cursor:pointer;font-size:24px;color:#1B2B45;z-index:2}.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.reveal.is-visible,.reveal-group.is-visible > *{opacity:1;transform:none}.reveal-group > *{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}.reveal-group > *:nth-child(2){transition-delay:.06s}.reveal-group > *:nth-child(3){transition-delay:.12s}.reveal-group > *:nth-child(4){transition-delay:.18s}.reveal-group > *:nth-child(5){transition-delay:.24s}.reveal-group > *:nth-child(6){transition-delay:.3s}@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.reveal,.reveal-group>*{opacity:1;transform:none}}@media (max-width:1120px){.container{width:min(calc(100% - 44px),var(--container))}.nav{gap:18px}.hero__inner,.diagnosis-layout,.platform-panel,.knowledge-panel,.sales-panel,.compare-layout,.solution-block,.featured-resource,.cta-banner{grid-template-columns:1fr}.grid--4,.grid--5,.grid--6,.capability-grid,.doc-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid,.step-row{grid-template-columns:repeat(2,1fr)}.step-card:after{display:none}.footer__grid{grid-template-columns:repeat(2,1fr)}.case-card{grid-template-columns:1fr}.case-card__image img{height:auto}.case-card__metrics{grid-template-columns:repeat(2,1fr)}.cta-form{max-width:680px}.cta-banner__notes{grid-column:1}.metrics-compact{grid-template-columns:repeat(3,1fr)}.article-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:860px){:root{--header:64px}.nav{position:fixed;top:var(--header);left:0;right:0;display:none;flex-direction:column;align-items:flex-start;background:#fff;border-bottom:1px solid #E9F1FC;padding:16px 24px}.site-header--dark .nav{background:#06162F}.nav.is-open{display:flex}.nav a{padding:10px 0}.nav a.is-active:after{display:none}.menu-button{display:block}.header__actions .btn--ghost{display:none}.hero__inner{min-height:unset;padding:58px 0}.hero h1{font-size:42px}.hero p{font-size:16px}.grid--3,.grid--4,.grid--5,.grid--6,.capability-grid,.pricing-grid,.step-row,.metric-row,.faq-grid,.doc-grid,.article-grid{grid-template-columns:1fr}.hero__actions,.hero__badges{gap:10px}.metrics-compact,.metric-grid{grid-template-columns:1fr}.process-mini{flex-wrap:wrap}.cta-form{flex-direction:column;background:transparent;box-shadow:none;padding:0}.cta-form input{border:1px solid #DCE8F7}.featured-resource{padding:28px}.comparison{font-size:13px}.comparison th,.comparison td{padding:12px 10px}.token-grid{grid-template-columns:1fr}}@media (max-width:540px){.container{width:min(calc(100% - 28px),var(--container))}.brand strong,.brand em{display:none}.brand span{font-size:16px}.brand img{width:30px;height:30px}.header__actions .btn--primary{height:40px;padding:0 12px}.section{padding:58px 0}.hero h1{font-size:34px}.diagnosis-hero h1{font-size:34px}.slice-frame{border-radius:20px;padding:8px}.pricing-card--featured{transform:none}.client-logo{border-right:0}.form-panel{padding:24px}.cta-banner{padding:24px}.cta-banner h2{font-size:24px}.footer__grid{grid-template-columns:1fr}.case-card__metrics{grid-template-columns:1fr}}

.legal-content{max-width:900px;margin:0 auto;background:#fff;border:1px solid #DFEAFE;border-radius:28px;box-shadow:0 18px 50px rgba(15,35,75,.10);padding:42px}.legal-content h1{font-size:42px;line-height:1.2;margin:0 0 18px;color:#07172F}.legal-content h2{font-size:22px;margin:28px 0 10px;color:#07172F}.legal-content p{color:#607189}.legal-content a{color:#0A66FF}@media(max-width:640px){.legal-content{padding:26px}.legal-content h1{font-size:32px}}


/* Production refinements */
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.form-status{min-height:20px;margin-top:8px;font-size:13px;font-weight:800;color:#42607F}.form-status.success{color:#10B981}.form-status.error{color:#E11D48}.lead-form small a{color:#0A66FF}.btn[disabled]{opacity:.62;cursor:not-allowed;transform:none!important;box-shadow:none!important}.footer__col a:hover,.footer__bottom a:hover{color:#fff}.utility-card .btn{margin-right:10px;margin-top:12px}.site-header--dark .brand img{filter:none}@media(max-width:860px){body.nav-open{overflow:hidden}.nav.is-open{box-shadow:0 22px 48px rgba(8,24,55,.18)}.site-header--dark .nav.is-open{box-shadow:0 22px 48px rgba(0,0,0,.45)}}@media(max-width:540px){.footer__contact .qr{width:84px;height:84px}.hero__badges span{font-size:13px}.cta-banner__notes{font-size:12px}}


/* === Visual refinement pass: closer to supplied UI mockups === */
:root{--container:1288px;--header:68px;--radius:20px;--shadow:0 18px 54px rgba(18,45,88,.105);--shadow-2:0 32px 90px rgba(3,18,46,.28)}
body{font-family:"Alibaba PuHuiTi","HarmonyOS Sans SC","PingFang SC","Microsoft YaHei","Noto Sans CJK SC",Arial,sans-serif;font-size:16px;letter-spacing:.005em;background:linear-gradient(180deg,#f7fbff 0%,#f4f9ff 45%,#f7fbff 100%)}
.container{width:min(calc(100% - 88px),var(--container))}.site-header{box-shadow:none}.site-header--light{background:rgba(255,255,255,.88);border-bottom:1px solid rgba(226,236,249,.92)}.site-header--dark{background:rgba(3,13,31,.95);border-bottom:1px solid rgba(142,184,255,.12)}
.brand img{width:32px;height:32px}.brand span,.brand strong{font-size:17px;letter-spacing:-.01em}.brand em{margin-inline:2px;opacity:.38}.nav{gap:34px;font-size:14px;letter-spacing:.02em}.nav a{padding:24px 0}.nav a.is-active:after{bottom:13px;height:3px;left:12%;right:12%}
.btn{height:44px;border-radius:11px;padding-inline:22px;font-size:15px;letter-spacing:.02em;box-shadow:none}.btn--primary{box-shadow:0 12px 26px rgba(30,109,255,.22)}.btn--orange{background:linear-gradient(135deg,#ff6f0f 0%,#ff962a 100%);box-shadow:0 14px 28px rgba(255,122,26,.25)}
.hero{isolation:isolate}.hero__inner{gap:44px;padding:64px 0}.hero h1{font-weight:950;letter-spacing:-.055em}.hero p{font-size:18px;line-height:1.78}.hero--dark{background:radial-gradient(circle at 72% 26%,rgba(45,128,255,.46),transparent 31%),linear-gradient(180deg,#031229 0%,#061e48 56%,#06162f 100%)}.hero--dark:after{content:"";position:absolute;inset:auto 0 0;height:220px;background:linear-gradient(180deg,transparent,rgba(7,32,75,.7));z-index:0;pointer-events:none}.hero--light{background:radial-gradient(circle at 80% 42%,rgba(72,144,255,.22),transparent 36%),linear-gradient(135deg,#fbfdff 0%,#f4f9ff 58%,#eaf4ff 100%)}
.hero--home .hero__inner{grid-template-columns:.92fr 1.08fr;min-height:650px;padding-top:56px;padding-bottom:42px}.hero--home h1{font-size:clamp(52px,5.2vw,74px);line-height:1.08;margin-bottom:22px;color:#081535}.hero--home p{max-width:620px;color:#2e3b55}.hero--home .hero__badges{color:#62738e;margin-top:10px}.hero--home .slice-frame--hero{background:transparent;border:0;box-shadow:none;padding:0;overflow:visible}.hero--home .slice-frame--hero img{border-radius:0;filter:drop-shadow(0 28px 56px rgba(34,74,137,.16));transform:translateX(20px) scale(1.06);transform-origin:center}.hero--home .btn--orange,.hero--home .btn--light{height:54px;border-radius:14px;padding-inline:30px}
.hero--resources .hero__inner{min-height:520px}.hero--resources .slice-frame--hero{background:transparent;border:0;box-shadow:none}.hero--resources .slice-frame--hero img{filter:drop-shadow(0 22px 52px rgba(23,73,148,.16))}.eyebrow{font-size:13px;font-weight:900;letter-spacing:.03em;padding:7px 14px}.eyebrow--light{background:#eef6ff;border-color:#d7e8ff;color:#204dd8}.eyebrow--dark{background:rgba(64,132,255,.16);border-color:rgba(126,188,255,.25);color:#cfe7ff}
.slice-frame{border-radius:24px;padding:10px;background:rgba(255,255,255,.72);border-color:#dbe9fb;box-shadow:0 20px 60px rgba(19,55,103,.10)}.slice-frame img{border-radius:16px}.slice-frame--hero{background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.035));border-color:rgba(127,188,255,.32);box-shadow:0 28px 82px rgba(3,20,49,.25),0 0 60px rgba(30,109,255,.12)}.slice-frame--transparent{padding:0;border:0;background:transparent;box-shadow:none}.slice-frame--wide{padding:8px;background:rgba(255,255,255,.86)}
.section{padding:78px 0}.section--white{background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)}.section-title{margin-bottom:34px}.section-title h2{font-size:clamp(30px,3.1vw,42px);letter-spacing:-.04em;font-weight:950;color:#071735}.section-title p{font-size:16px;color:#667992;line-height:1.75}.card,.feature-card,.capability-card,.plan-card,.case-card,.article-card,.doc-card,.form-panel{border:1px solid #dce9f8;box-shadow:0 18px 56px rgba(13,43,84,.075);background:rgba(255,255,255,.94)}.feature-card{padding:28px;min-height:186px}.feature-card h3,.capability-card h3,.plan-card h3{font-weight:950;letter-spacing:-.02em;color:#0b1a3b}.feature-card p,.capability-card p,.plan-card p{color:#63758f;line-height:1.72}.icon-bubble{width:60px;height:60px;border-radius:18px;background:linear-gradient(145deg,#eaf4ff,#fff);box-shadow:inset 0 0 0 1px #d8e8fb,0 12px 24px rgba(27,103,211,.10)}
.logo-strip{padding:20px 0;background:rgba(255,255,255,.95)}.logo-strip p{font-size:15px;color:#354765}.client-logo{height:34px;padding:0 18px;font-size:16px}.step-card{padding:28px 24px;border-radius:24px;min-height:170px}.step-card h3{font-size:28px;margin-top:4px}.step-card p{font-size:15px}.capability-grid{gap:22px}.capability-card{border-radius:22px;padding:26px}.capability-card--dark{background:radial-gradient(circle at 50% 20%,#175dff 0%,#0a3dc9 34%,#08245c 100%);border-color:rgba(100,168,255,.42);box-shadow:0 24px 70px rgba(6,34,95,.28)}.platform-panel,.knowledge-panel,.sales-panel,.comparison-wrap{border-radius:28px;border:1px solid #dce9f8;background:rgba(255,255,255,.83);box-shadow:0 20px 60px rgba(20,56,105,.08)}.metric b{letter-spacing:-.035em}.mini-chart__line{stroke-width:4}.bars span:after{height:8px;border-radius:99px;background:linear-gradient(90deg,#1e6dff,#6db0ff)}
.cta-section{padding:56px 0;background:linear-gradient(180deg,#f6fbff 0%,#fff 100%)}.cta-banner{min-height:158px;border-radius:26px;background:radial-gradient(circle at 8% 55%,rgba(68,146,255,.36),transparent 22%),linear-gradient(120deg,#061a3b 0%,#071d47 62%,#0a3a91 100%);box-shadow:0 28px 78px rgba(5,24,57,.22);border:1px solid rgba(103,165,255,.22)}.cta-banner__icon{background:radial-gradient(circle,#3d93ff,#0a42ff 58%,#05245c);box-shadow:0 0 42px rgba(70,157,255,.48)}.cta-form input,.form-panel input,.search-box input{border:1px solid #d9e7f8;border-radius:12px}.cta-form input:focus,.form-panel input:focus,.search-box input:focus{border-color:#60a5ff;box-shadow:0 0 0 4px rgba(96,165,255,.18);outline:0}.footer{background:linear-gradient(180deg,#061833 0%,#041125 100%);border-top:1px solid rgba(126,188,255,.12)}.footer__grid{padding:54px 0 38px}.footer__col h3{color:#e8f3ff}.footer__col a,.footer__brand p{color:rgba(221,235,255,.68)}.footer__contact b{color:#67b0ff}.qr{background:#fff;border-radius:10px;padding:6px}
body[data-page="product"] .hero__inner{grid-template-columns:1fr;min-height:620px;text-align:center;gap:24px;padding-top:56px}body[data-page="product"] .hero__copy{max-width:920px;margin-inline:auto}body[data-page="product"] .hero__copy p{margin-inline:auto}body[data-page="product"] .hero__actions,body[data-page="product"] .hero__badges{justify-content:center}body[data-page="product"] .hero__visual{max-width:1020px;margin-inline:auto;width:100%}body[data-page="product"] .hero__visual .slice-frame{padding:0;background:transparent;border:0;box-shadow:none}body[data-page="product"] .hero__visual img{width:100%;height:auto;border-radius:0;filter:drop-shadow(0 32px 80px rgba(0,76,255,.18))}
body[data-page="pricing"] .hero__visual .slice-frame,body[data-page="solutions"] .hero__visual .slice-frame,body[data-page="cases"] .hero__visual .slice-frame,body[data-page="diagnosis"] .hero__visual .slice-frame{padding:0;background:transparent;border:0;box-shadow:none;overflow:visible}body[data-page="pricing"] .hero__visual img,body[data-page="solutions"] .hero__visual img,body[data-page="cases"] .hero__visual img,body[data-page="diagnosis"] .hero__visual img{border-radius:0;filter:drop-shadow(0 30px 70px rgba(0,31,92,.25))}
@media (max-width:1100px){.container{width:min(calc(100% - 48px),var(--container))}.hero__inner,.hero--home .hero__inner{grid-template-columns:1fr;min-height:auto;padding:58px 0;text-align:left}.hero--home .hero__visual{order:2}.hero--home .slice-frame--hero img{transform:none;max-width:720px;margin:auto}.grid--4,.grid--5,.grid--6{grid-template-columns:repeat(2,1fr)}.step-row{grid-template-columns:repeat(2,1fr)}.capability-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:760px){:root{--header:64px}.container{width:min(calc(100% - 32px),var(--container))}.site-header{height:64px}.header__inner{height:64px}.nav{gap:0}.hero h1,.hero--home h1{font-size:42px;line-height:1.14;letter-spacing:-.05em}.hero p{font-size:16px}.hero__inner,.hero--home .hero__inner{padding:42px 0}.hero__actions{gap:10px}.btn{width:auto;height:42px;padding-inline:16px}.hero--home .btn--orange,.hero--home .btn--light{height:46px}.grid,.grid--2,.grid--3,.grid--4,.grid--5,.grid--6,.step-row,.sales-panel,.knowledge-panel{grid-template-columns:1fr!important}.section{padding:56px 0}.section-title h2{font-size:28px}.logo-strip__row{gap:8px}.client-logo{font-size:13px;height:30px;padding-inline:10px}.cta-banner{padding:24px;align-items:flex-start}.cta-form{grid-template-columns:1fr;width:100%}.footer__grid{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}.footer__bottom{display:grid;gap:10px}.slice-frame--wide{overflow:hidden}.hero--home .hero__visual{margin-top:10px}.hero--home .slice-frame--hero img{max-width:100%}.hero__badges{gap:10px;font-size:13px}}
@media (max-width:520px){.footer__grid{grid-template-columns:1fr}.hero h1,.hero--home h1{font-size:36px}.hero__actions .btn{flex:1}.section-title{text-align:left}.section-title p{margin-left:0}.doc-grid{grid-template-columns:1fr 1fr}.doc-cover{min-height:132px}.cta-banner__icon{display:none}}


/* === Final UI precision pass 2026-05-17 ===
   Dark premium home hero + refined typography and image rendering. */
body[data-page="home"] .site-header--dark{background:rgba(3,13,31,.82);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(143,196,255,.13)}
body[data-page="home"] .hero--home{background:radial-gradient(circle at 71% 35%,rgba(42,130,255,.42),transparent 32%),radial-gradient(circle at 23% 18%,rgba(49,122,255,.16),transparent 30%),linear-gradient(180deg,#06162f 0%,#071d48 56%,#06162f 100%);color:#fff;overflow:hidden}
body[data-page="home"] .hero--home:before{opacity:.48;background-image:linear-gradient(rgba(118,178,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(118,178,255,.05) 1px,transparent 1px);background-size:88px 88px}
body[data-page="home"] .hero--home:after{height:230px;background:linear-gradient(180deg,transparent,rgba(6,22,47,.78)),radial-gradient(ellipse at 72% 72%,rgba(43,128,255,.32),transparent 48%)}
body[data-page="home"] .hero--home .hero__inner{grid-template-columns:.90fr 1.10fr;min-height:650px;padding-top:60px;padding-bottom:54px}
body[data-page="home"] .hero--home h1{color:#fff;font-size:clamp(48px,4.8vw,66px);line-height:1.12;letter-spacing:-.055em;max-width:640px;text-shadow:0 16px 42px rgba(0,0,0,.22)}
body[data-page="home"] .hero--home p{color:#d9eaff;font-size:18px;line-height:1.85;max-width:620px}
body[data-page="home"] .hero--home .eyebrow{background:rgba(109,181,255,.13);border:1px solid rgba(167,213,255,.24);color:#d8ecff;box-shadow:inset 0 0 28px rgba(74,158,255,.08)}
body[data-page="home"] .hero--home .btn--primary{height:48px;border-radius:13px;padding-inline:26px;background:linear-gradient(135deg,#0a56ff 0%,#1f7cff 56%,#61bdff 100%);box-shadow:0 16px 34px rgba(30,109,255,.34)}
body[data-page="home"] .hero--home .btn--ghost{height:48px;border-radius:13px;padding-inline:26px;color:#eaf4ff;background:rgba(255,255,255,.075);border-color:rgba(207,230,255,.24)}
body[data-page="home"] .hero--home .hero__badges{color:#dceeff;font-size:13.5px}.hero--dark .hero__badges span:before{color:#68b7ff}
body[data-page="home"] .hero--home .slice-frame--hero{padding:0;background:transparent;border:0;box-shadow:none;overflow:visible}
body[data-page="home"] .hero--home .slice-frame--hero img{width:100%;height:auto;border-radius:24px;transform:none;filter:drop-shadow(0 34px 70px rgba(0,0,0,.36)) saturate(1.08) contrast(1.04);image-rendering:auto}
body[data-page="home"] .hero__visual{position:relative}body[data-page="home"] .hero__visual:before{content:"";position:absolute;left:8%;right:-2%;bottom:-6%;height:42%;background:radial-gradient(ellipse at center,rgba(38,133,255,.42),rgba(38,133,255,.12) 48%,transparent 72%);filter:blur(18px);z-index:-1;pointer-events:none}
.section-title h2{font-weight:950}.feature-card h3,.capability-card h3,.pricing-card h3,.case-card__body h2,.case-card__body h3{font-weight:950}.feature-card p,.capability-card p,.case-card__body p,.pricing-card p{font-weight:400}
@media(max-width:1100px){body[data-page="home"] .hero--home .hero__inner{grid-template-columns:1fr;min-height:auto;padding:54px 0 62px}body[data-page="home"] .hero__visual{max-width:760px;margin-inline:auto}}
@media(max-width:760px){body[data-page="home"] .hero--home h1{font-size:40px;letter-spacing:-.04em}body[data-page="home"] .hero--home p{font-size:16px}.section{padding:58px 0}.hero__badges{gap:10px}}
@media(max-width:520px){body[data-page="home"] .hero--home h1{font-size:33px}body[data-page="home"] .hero--home .btn--primary,body[data-page="home"] .hero--home .btn--ghost{width:100%}}


/* === Design-grade refinement pass 2026-05-17 ===
   Page-by-page fidelity improvements for product/solutions/pricing/diagnosis. */
.showcase-section{padding:46px 0}
.showcase-section.section--tight{padding-top:24px;padding-bottom:24px}
.slice-frame--showcase{padding:0;background:transparent;border:0;box-shadow:none;border-radius:26px;overflow:hidden}
.slice-frame--showcase img{display:block;width:100%;height:auto;border-radius:26px;box-shadow:0 28px 78px rgba(10,31,71,.10);border:1px solid rgba(214,230,248,.95)}
.tabs--wide{justify-content:center;gap:14px}
.tabs--wide a{padding:14px 22px;font-size:15px;font-weight:800;box-shadow:0 8px 24px rgba(17,54,104,.06)}
body[data-page="product"] .hero--dark,
body[data-page="solutions"] .hero--dark,
body[data-page="pricing"] .hero--dark,
body[data-page="diagnosis"] .hero--dark{background:radial-gradient(circle at 72% 22%,rgba(35,121,255,.18),transparent 25%),linear-gradient(180deg,#07162f 0%,#0a1f46 58%,#08214d 100%)}
body[data-page="product"] .hero__copy h1,
body[data-page="solutions"] .hero__copy h1,
body[data-page="pricing"] .hero__copy h1,
body[data-page="diagnosis"] .diagnosis-copy h1{font-size:clamp(44px,4.5vw,66px);line-height:1.10;letter-spacing:-.055em;color:#fff;text-shadow:0 14px 34px rgba(0,0,0,.22)}
body[data-page="product"] .hero__copy p,
body[data-page="solutions"] .hero__copy p,
body[data-page="pricing"] .hero__copy p,
body[data-page="diagnosis"] .diagnosis-copy p{font-size:17px;line-height:1.85;color:#dcecff;max-width:620px}
body[data-page="solutions"] .hero__inner,
body[data-page="pricing"] .hero__inner{grid-template-columns:.9fr 1.1fr;align-items:center;min-height:540px;padding-top:52px;padding-bottom:34px;gap:34px}
body[data-page="solutions"] .hero__visual,
body[data-page="pricing"] .hero__visual{width:100%;max-width:760px;justify-self:end}
body[data-page="solutions"] .hero__visual img,
body[data-page="pricing"] .hero__visual img{width:100%;max-width:760px}
body[data-page="solutions"] .hero__copy,
body[data-page="pricing"] .hero__copy{max-width:560px}
body[data-page="solutions"] .hero--dark{background:radial-gradient(circle at 73% 38%,rgba(32,123,255,.44),transparent 31%),radial-gradient(circle at 18% 26%,rgba(53,141,255,.10),transparent 25%),linear-gradient(180deg,#020b1b 0%,#061a3a 56%,#031025 100%)}
body[data-page="solutions"] .hero--dark:before{background-image:linear-gradient(rgba(110,171,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(110,171,255,.045) 1px,transparent 1px);background-size:82px 82px;opacity:.45}
body[data-page="solutions"] .hero--dark:after{height:185px;background:linear-gradient(180deg,transparent,rgba(3,14,31,.86)),radial-gradient(ellipse at 72% 78%,rgba(24,112,255,.34),transparent 48%)}
body[data-page="solutions"] .hero__inner{min-height:500px;padding-top:44px;padding-bottom:30px;gap:30px}
body[data-page="solutions"] .hero__copy{max-width:600px}
body[data-page="solutions"] .hero__copy h1{font-size:clamp(42px,4.1vw,58px);letter-spacing:-.045em;line-height:1.12}
body[data-page="solutions"] .hero__copy p{font-size:18px;line-height:1.72;max-width:560px}
body[data-page="solutions"] .solution-hero-tabs{width:min(100%,520px);display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin:24px 0 18px;padding:4px;border-radius:14px;background:rgba(255,255,255,.08);border:1px solid rgba(155,198,255,.22);box-shadow:inset 0 0 28px rgba(53,133,255,.10)}
body[data-page="solutions"] .solution-hero-tabs a{min-height:44px;display:flex;align-items:center;justify-content:center;padding:0 10px;border-radius:11px;color:#d5e8ff;font-size:14px;font-weight:900;border:1px solid transparent}
body[data-page="solutions"] .solution-hero-tabs a.is-active{color:#fff;background:linear-gradient(135deg,#0a56ff,#287cff);border-color:rgba(155,207,255,.42);box-shadow:0 12px 28px rgba(20,104,255,.30)}
body[data-page="solutions"] .hero__badges{color:#d6e9ff;font-size:13px}
body[data-page="solutions"] .hero__badges span{background:rgba(255,255,255,.08);border:1px solid rgba(157,202,255,.16);border-radius:999px;padding:5px 9px}
body[data-page="solutions"] .hero__visual{max-width:620px}
body[data-page="solutions"] .hero__visual .slice-frame{transform:translate(8px,-12px)}
body[data-page="solutions"] .hero__visual img{max-width:620px;height:auto;border-radius:0;filter:drop-shadow(0 34px 76px rgba(0,70,190,.30)) saturate(1.08) contrast(1.04);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 7%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 7%,#000 100%)}
body[data-page="pricing"] .hero--dark{color:#0b1a3b;background:linear-gradient(90deg,rgba(247,251,255,.98) 0%,rgba(238,247,255,.96) 44%,rgba(221,239,255,.82) 70%,rgba(206,231,255,.88) 100%)}
body[data-page="pricing"] .hero--dark:before{background-image:linear-gradient(rgba(86,132,188,.10) 1px,transparent 1px),linear-gradient(90deg,rgba(86,132,188,.08) 1px,transparent 1px);background-size:86px 86px;mask-image:linear-gradient(180deg,#000,transparent 86%);opacity:.26}
body[data-page="pricing"] .hero--dark:after{height:170px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.76)),linear-gradient(145deg,transparent 0 40%,rgba(168,207,244,.34) 40% 46%,transparent 46%),linear-gradient(35deg,transparent 0 58%,rgba(190,221,249,.32) 58% 64%,transparent 64%)}
body[data-page="pricing"] .hero__inner{min-height:500px;padding-top:48px;padding-bottom:36px;gap:28px}
body[data-page="pricing"] .hero__copy h1{color:#071833;text-shadow:none;font-size:clamp(44px,4.5vw,66px);letter-spacing:-.045em}
body[data-page="pricing"] .hero__copy p{color:#31455f;max-width:620px}
body[data-page="pricing"] .eyebrow--dark{background:rgba(255,255,255,.72);border-color:rgba(62,128,255,.18);color:#1c55d9;box-shadow:inset 0 0 28px rgba(74,151,255,.10)}
body[data-page="pricing"] .hero__actions .btn--ghost{color:#17406e;background:rgba(255,255,255,.66);border-color:rgba(126,166,218,.42)}
body[data-page="pricing"] .hero__badges{color:#2f5f96;margin-top:8px}
body[data-page="pricing"] .hero__badges span{background:rgba(255,255,255,.58);border:1px solid rgba(120,168,230,.22);border-radius:999px;padding:5px 10px}
body[data-page="pricing"] .hero__badges span:before{color:#2f78ff}
body[data-page="pricing"] .hero__visual{max-width:700px}
body[data-page="pricing"] .hero__visual .slice-frame{transform:translate(12px,-28px)}
body[data-page="pricing"] .hero__visual img{max-width:700px;height:auto;border-radius:0;filter:drop-shadow(0 34px 70px rgba(42,107,190,.22)) saturate(1.05) contrast(1.02);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 8%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 8%,#000 100%)}
body[data-page="product"] .hero__copy h1{font-size:clamp(48px,5vw,72px)}
body[data-page="product"] .hero__copy p{font-size:18px}
body[data-page="product"] .hero__badges span,
body[data-page="diagnosis"] .hero__badges span{background:rgba(255,255,255,.08);border:1px solid rgba(196,223,255,.16);color:#e6f3ff}
body[data-page="product"] .section-title h2,
body[data-page="solutions"] .section-title h2,
body[data-page="pricing"] .section-title h2,
body[data-page="diagnosis"] .section-title h2{font-size:clamp(32px,3vw,44px)}
body[data-page="diagnosis"] .diagnosis-layout{display:grid;grid-template-columns:1.02fr .78fr;align-items:start;gap:30px;min-height:620px;padding-top:54px;padding-bottom:38px}
body[data-page="diagnosis"] .diagnosis-copy .slice-frame--hero{padding:0;background:transparent;border:0;box-shadow:none;max-width:660px}
body[data-page="diagnosis"] .diagnosis-copy .slice-frame--hero img{width:100%;height:auto;border-radius:24px;box-shadow:0 26px 72px rgba(2,25,62,.28)}
body[data-page="diagnosis"] .form-panel{padding:28px;border-radius:24px;background:rgba(255,255,255,.97);box-shadow:0 28px 82px rgba(5,23,57,.28)}
body[data-page="diagnosis"] .form-panel h2{font-size:32px;letter-spacing:-.04em}
body[data-page="diagnosis"] .lead-form label{font-size:14px;color:#445571;font-weight:700}
body[data-page="diagnosis"] .lead-form input{margin-top:8px;height:48px}
body[data-page="pricing"] #faq .faq-grid,
body[data-page="diagnosis"] #report-content .faq-grid{margin-top:10px}
body[data-page="pricing"] .section#faq,
body[data-page="diagnosis"] .section#report-content{padding-top:54px}
body[data-page="solutions"] .tabs--wide{margin-top:-8px;margin-bottom:6px}
body[data-page="product"] .showcase-section .section-title p,
body[data-page="solutions"] .showcase-section .section-title p,
body[data-page="pricing"] .showcase-section .section-title p,
body[data-page="diagnosis"] .showcase-section .section-title p{max-width:760px;margin-inline:auto}
@media (max-width:1100px){
  body[data-page="solutions"] .hero__inner,
  body[data-page="pricing"] .hero__inner,
  body[data-page="diagnosis"] .diagnosis-layout{grid-template-columns:1fr;min-height:auto}
  body[data-page="solutions"] .hero__visual,
  body[data-page="pricing"] .hero__visual{max-width:100%;justify-self:start}
  body[data-page="solutions"] .hero__copy,
  body[data-page="pricing"] .hero__copy,
  body[data-page="diagnosis"] .diagnosis-copy{max-width:none}
}
@media (min-width:861px) and (max-width:1100px){
  .brand span,.brand strong{font-size:15px}
  .nav{gap:18px;font-size:12px;letter-spacing:0}
  .nav a{white-space:nowrap}
  .header__actions{gap:8px}
  .header__actions .btn{height:42px;padding-inline:14px}
  body[data-page="solutions"] .hero__inner{grid-template-columns:.92fr 1.08fr;min-height:468px;padding-top:38px;padding-bottom:28px;gap:18px;text-align:left}
  body[data-page="solutions"] .hero__copy{max-width:440px}
  body[data-page="solutions"] .hero__copy h1{font-size:43px}
  body[data-page="solutions"] .hero__copy p{font-size:15px}
  body[data-page="solutions"] .solution-hero-tabs{width:430px;margin:18px 0 14px}
  body[data-page="solutions"] .solution-hero-tabs a{font-size:12px;min-height:38px}
  body[data-page="solutions"] .hero__visual{max-width:500px;justify-self:end}
  body[data-page="solutions"] .hero__visual img{max-width:500px}
  body[data-page="pricing"] .hero__inner{grid-template-columns:.82fr 1.18fr;min-height:468px;padding-top:42px;padding-bottom:28px;gap:18px;text-align:left}
  body[data-page="pricing"] .hero__copy{max-width:430px}
  body[data-page="pricing"] .hero__copy h1{font-size:50px}
  body[data-page="pricing"] .hero__copy p{font-size:15px;line-height:1.72}
  body[data-page="pricing"] .hero__actions{margin:18px 0 14px}
  body[data-page="pricing"] .hero__visual{max-width:520px;justify-self:end}
  body[data-page="pricing"] .hero__visual img{max-width:520px}
}
@media (max-width:760px){
  .showcase-section{padding:34px 0}
  .showcase-section.section--tight{padding-top:18px;padding-bottom:18px}
  .slice-frame--showcase img{border-radius:18px;box-shadow:0 18px 48px rgba(10,31,71,.08)}
  .tabs--wide{justify-content:flex-start;overflow:auto;padding-bottom:8px}
  .tabs--wide a{white-space:nowrap;padding:12px 16px;font-size:14px}
  body[data-page="product"] .hero__copy h1,
  body[data-page="solutions"] .hero__copy h1,
  body[data-page="pricing"] .hero__copy h1,
  body[data-page="diagnosis"] .diagnosis-copy h1{font-size:38px;line-height:1.12}
  body[data-page="product"] .hero__copy p,
  body[data-page="solutions"] .hero__copy p,
  body[data-page="pricing"] .hero__copy p,
  body[data-page="diagnosis"] .diagnosis-copy p{font-size:15px;line-height:1.72}
  body[data-page="solutions"] .solution-hero-tabs{grid-template-columns:1fr;width:100%;margin:18px 0 14px}
  body[data-page="solutions"] .solution-hero-tabs a{min-height:38px}
  body[data-page="diagnosis"] .form-panel{padding:22px;border-radius:20px}
  body[data-page="diagnosis"] .form-panel h2{font-size:26px}
}
@media (max-width:520px){
  body[data-page="product"] .hero__copy h1,
  body[data-page="solutions"] .hero__copy h1,
  body[data-page="pricing"] .hero__copy h1,
  body[data-page="diagnosis"] .diagnosis-copy h1{font-size:32px}
  .tabs--wide a{padding:11px 14px;font-size:13px}
}

/* Clickable overlays for high-fidelity image sections used in the static launch site. */
.slice-frame--showcase,
.slice-frame--wide,
.featured-resource{position:relative}
.slice-hotspots{position:absolute;inset:0;z-index:4;pointer-events:none}
.slice-hotspots a{position:absolute;display:block;border-radius:14px;color:transparent;font-size:0;line-height:0;background:rgba(10,66,255,0);pointer-events:auto}
.slice-hotspots a:hover{background:rgba(10,66,255,.035)}
.slice-hotspots a:focus-visible{outline:3px solid rgba(96,165,255,.78);outline-offset:3px;background:rgba(10,66,255,.06)}
.search-box button{cursor:pointer}

/* Launch conversion fix: keep the diagnosis form in the first viewport on desktop/tablet. */
body[data-page="diagnosis"] .diagnosis-hero-shot{display:none}
@media (min-width:900px){
  body[data-page="diagnosis"] .diagnosis-layout{grid-template-columns:minmax(0,1fr) 430px;align-items:center;gap:42px}
  body[data-page="diagnosis"] .form-panel{padding:24px 28px}
  body[data-page="diagnosis"] .form-panel h2{font-size:30px}
  body[data-page="diagnosis"] .lead-form{gap:10px}
  body[data-page="diagnosis"] .lead-form input{height:44px}
}

/* Pricing reference restoration: real DOM text + cropped complex right-side visual. */
body[data-page="pricing"] .site-header{height:52px}
body[data-page="pricing"] .header__inner{height:52px}
body[data-page="pricing"] .brand img{width:26px;height:26px}
body[data-page="pricing"] .brand span,
body[data-page="pricing"] .brand strong{font-size:14px}
body[data-page="pricing"] .nav{gap:30px;font-size:12px}
body[data-page="pricing"] .nav a{padding:17px 0}
body[data-page="pricing"] .nav a.is-active:after{bottom:8px}
body[data-page="pricing"] .header__actions .btn{height:34px;border-radius:8px;padding-inline:14px;font-size:12px}
body[data-page="pricing"] .hero--dark{background:
  radial-gradient(circle at 73% 20%,rgba(255,255,255,.68),transparent 24%),
  linear-gradient(100deg,#eef8ff 0%,#eaf6ff 42%,#cfe8ff 72%,#b8dcff 100%)}
body[data-page="pricing"] .hero--dark:before{background-image:linear-gradient(rgba(86,132,188,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(86,132,188,.06) 1px,transparent 1px);background-size:80px 80px;opacity:.18}
body[data-page="pricing"] .hero--dark:after{height:88px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.66))}
body[data-page="pricing"] .hero__inner{grid-template-columns:.84fr 1.16fr;min-height:270px;padding-top:40px;padding-bottom:18px;gap:22px}
body[data-page="pricing"] .hero__copy{max-width:430px}
body[data-page="pricing"] .hero__copy h1{margin:0 0 6px;color:#071833;font-size:clamp(46px,5.1vw,58px);line-height:1;letter-spacing:-.045em;text-shadow:none}
body[data-page="pricing"] .pricing-hero-lead{margin:0 0 12px!important;color:#071833!important;font-size:clamp(22px,2.7vw,30px)!important;line-height:1.22!important;font-weight:950;letter-spacing:-.04em}
body[data-page="pricing"] .hero__copy p:not(.pricing-hero-lead){margin:0;color:#31455f;font-size:14px;line-height:1.72;max-width:390px}
body[data-page="pricing"] .hero__actions{display:none}
body[data-page="pricing"] .hero__badges{gap:28px;margin-top:24px;color:#2f5f96;font-size:13px}
body[data-page="pricing"] .hero__badges span{padding:0;border:0;background:transparent}
body[data-page="pricing"] .hero__visual{width:100%;max-width:590px;justify-self:end}
body[data-page="pricing"] .hero__visual .slice-frame{transform:translate(8px,-5px);padding:0;background:transparent;border:0;box-shadow:none}
body[data-page="pricing"] .hero__visual img.pricing-hero-object{width:100%;max-width:590px;height:auto;border-radius:0;filter:drop-shadow(0 24px 48px rgba(50,120,200,.20)) saturate(1.04) contrast(1.02);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 6%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 6%,#000 100%)}
@media (min-width:1101px){
  body[data-page="pricing"] .hero__inner{min-height:300px;padding-top:46px;padding-bottom:24px}
  body[data-page="pricing"] .hero__visual{max-width:680px}
  body[data-page="pricing"] .hero__visual img.pricing-hero-object{max-width:680px}
}
@media (max-width:860px){
  body[data-page="pricing"] .site-header,
  body[data-page="pricing"] .header__inner{height:64px}
  body[data-page="pricing"] .hero__inner{grid-template-columns:1fr;min-height:auto;padding-top:38px;padding-bottom:28px}
  body[data-page="pricing"] .hero__visual{max-width:100%;justify-self:start}
  body[data-page="pricing"] .hero__visual .slice-frame{transform:none}
  body[data-page="pricing"] .hero__visual img.pricing-hero-object{max-width:100%}
}

/* Real-page replacements: remove full-section screenshots while preserving launch visual density. */
body[data-page="product"] .product-live .grid--6{grid-template-columns:repeat(3,1fr)}
body[data-page="home"] .hero--home .hero__visual img.home-hero-object{width:auto;max-width:100%;max-height:620px;margin-inline:auto;border-radius:0}
body[data-page="product"] .hero__visual img.product-hero-object{border-radius:0}
body[data-page="cases"] .hero__visual img.case-hero-object{max-width:620px;width:100%;height:auto;border-radius:0}
body[data-page="resources"] .hero__visual .slice-frame{padding:0;background:transparent;border:0;box-shadow:none;overflow:visible}
body[data-page="resources"] .hero__visual img.resource-hero-object{max-width:620px;width:100%;height:auto;border-radius:0;filter:drop-shadow(0 30px 70px rgba(38,92,160,.20))}
body[data-page="pricing"] .pricing-card .btn{width:100%;margin-top:16px}
body[data-page="pricing"] .pricing-start{margin-top:34px}
body[data-page="solutions"] .solution-live .btn{margin-top:18px}
body[data-page="diagnosis"] .diagnosis-live .section-title{margin-bottom:28px}
body[data-page="diagnosis"] .report-grid{display:grid;grid-template-columns:.86fr 1fr 1fr;gap:22px;align-items:stretch}
body[data-page="diagnosis"] .report-score{padding:28px;background:linear-gradient(150deg,#071a3b 0%,#0a3f99 100%);color:#fff;overflow:hidden}
body[data-page="diagnosis"] .report-score:after{content:"";position:absolute;right:-42px;bottom:-42px;width:160px;height:160px;border-radius:50%;background:rgba(96,165,255,.22)}
body[data-page="diagnosis"] .report-score span{display:block;color:#bcdcff;font-weight:900}
body[data-page="diagnosis"] .report-score b{display:block;margin:10px 0;font-size:78px;line-height:1;letter-spacing:-.06em}
body[data-page="diagnosis"] .report-score p{margin:0;color:#dbeaff;line-height:1.76}
body[data-page="diagnosis"] .report-card{padding:26px}
body[data-page="diagnosis"] .report-card h3{margin:0 0 10px;color:#071735;font-size:22px}
body[data-page="diagnosis"] .report-card--wide{grid-column:2 / 4}
body[data-page="diagnosis"] .tag-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
body[data-page="diagnosis"] .tag-row span{display:inline-flex;align-items:center;min-height:38px;border-radius:999px;padding:0 14px;background:#eef6ff;border:1px solid #d7e9fb;color:#1c4ed8;font-weight:900}
.reveal,
.reveal-group > *{opacity:1;transform:none}
@media (max-width:1100px){
  body[data-page="product"] .product-live .grid--6{grid-template-columns:repeat(2,1fr)}
  body[data-page="diagnosis"] .report-grid{grid-template-columns:1fr 1fr}
  body[data-page="diagnosis"] .report-score{grid-row:span 2}
  body[data-page="diagnosis"] .report-card--wide{grid-column:1 / -1}
}
@media (max-width:760px){
  body[data-page="product"] .product-live .grid--6,
  body[data-page="diagnosis"] .report-grid{grid-template-columns:1fr}
  body[data-page="diagnosis"] .report-score,
  body[data-page="diagnosis"] .report-card--wide{grid-column:auto;grid-row:auto}
  body[data-page="diagnosis"] .report-score b{font-size:64px}
}

/* === Effect-reference fidelity pass 2026-05-18 ===
   Keep the pages as real HTML, while matching the supplied hero compositions more closely. */
body[data-page="home"] .hero--home{
  color:#081735;
  background:
    radial-gradient(circle at 77% 42%,rgba(92,160,255,.24),transparent 34%),
    linear-gradient(180deg,#f7fbff 0%,#edf7ff 54%,#eaf4ff 100%)!important;
}
body[data-page="home"] .hero--home:before{
  opacity:.24;
  background-image:linear-gradient(rgba(69,117,176,.10) 1px,transparent 1px),linear-gradient(90deg,rgba(69,117,176,.08) 1px,transparent 1px);
  background-size:92px 92px;
}
body[data-page="home"] .hero--home:after{display:none}
body[data-page="home"] .hero--home .hero__inner{
  grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);
  min-height:620px;
  padding-top:54px;
  padding-bottom:42px;
  gap:30px;
}
body[data-page="home"] .hero--home .eyebrow{
  color:#263b59;
  background:rgba(255,255,255,.78);
  border-color:#d8e8f8;
  box-shadow:0 10px 28px rgba(37,86,143,.07);
}
body[data-page="home"] .hero--home h1{
  max-width:560px;
  color:#071735!important;
  font-size:clamp(48px,5vw,72px);
  line-height:1.11;
  text-shadow:none!important;
}
body[data-page="home"] .hero--home p{
  max-width:560px;
  color:#263852!important;
  font-size:18px;
  line-height:1.75;
}
body[data-page="home"] .hero-check-form{
  position:relative;
  width:min(100%,560px);
  min-height:78px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 158px;
  gap:0;
  align-items:start;
  margin:24px 0 16px;
  padding:10px;
  border:1px solid rgba(207,222,241,.88);
  border-radius:20px;
  background:rgba(255,255,255,.92);
  box-shadow:0 18px 48px rgba(45,82,128,.12);
}
body[data-page="home"] .hero-check-form input{
  min-width:0;
  height:54px;
  padding:0 18px;
  border:0;
  outline:0;
  border-radius:14px;
  color:#17263e;
  background:#fff;
}
body[data-page="home"] .hero-check-form .btn{
  height:54px;
  border-radius:14px;
  padding-inline:16px;
}
body[data-page="home"] .hero-check-form .form-status{left:12px;right:12px;bottom:-25px}
body[data-page="home"] .hero--home .hero__badges{
  max-width:560px;
  gap:18px;
  color:#60728b!important;
}
body[data-page="home"] .hero--home .hero__badges span:before{color:#4284ff}
body[data-page="home"] .hero--home .slice-frame--hero img.home-hero-object{
  width:100%;
  max-width:580px;
  max-height:560px;
  object-fit:contain;
  filter:drop-shadow(0 28px 58px rgba(31,88,164,.18)) saturate(1.04) contrast(1.02);
}

body[data-page="product"] .hero--dark{
  color:#071735;
  background:
    radial-gradient(circle at 50% 7%,rgba(255,255,255,.95),transparent 35%),
    radial-gradient(circle at 50% 82%,rgba(52,139,255,.20),transparent 34%),
    linear-gradient(180deg,#f7fbff 0%,#eef7ff 56%,#e6f2ff 100%)!important;
}
body[data-page="product"] .hero--dark:before{
  opacity:.20;
  background-image:linear-gradient(rgba(80,129,190,.10) 1px,transparent 1px),linear-gradient(90deg,rgba(80,129,190,.08) 1px,transparent 1px);
}
body[data-page="product"] .hero--dark:after{display:none}
body[data-page="product"] .hero__copy h1{
  color:#071735!important;
  text-shadow:none!important;
}
body[data-page="product"] .hero__copy p{color:#243852!important}
body[data-page="product"] .eyebrow--dark{
  color:#1c55d9;
  background:rgba(255,255,255,.72);
  border-color:rgba(76,139,255,.18);
}
body[data-page="product"] .hero__actions .btn--ghost{
  color:#17406e;
  background:rgba(255,255,255,.72);
  border-color:rgba(126,166,218,.45);
}
body[data-page="product"] .hero__badges span{
  color:#31506f;
  background:rgba(255,255,255,.72);
  border-color:#d8e8f9;
}
body[data-page="product"] .hero__badges span:before{color:#2f78ff}
body[data-page="product"] .hero__visual img.product-hero-object{
  filter:drop-shadow(0 30px 72px rgba(37,95,176,.20)) saturate(1.04) contrast(1.02);
}

body[data-page="diagnosis"] .hero--dark{
  background:
    radial-gradient(circle at 78% 80%,rgba(32,128,255,.28),transparent 30%),
    linear-gradient(180deg,rgba(4,18,40,.88),rgba(6,27,67,.90)),
    linear-gradient(135deg,#020b1a 0%,#061b40 50%,#082552 100%)!important;
}
body[data-page="diagnosis"] .hero--dark:after{height:120px;background:linear-gradient(180deg,transparent,rgba(5,20,46,.70))}

@media (min-width:761px) and (max-width:1100px){
  body[data-page="home"] .hero--home .hero__inner{
    grid-template-columns:minmax(0,1fr) minmax(330px,.92fr)!important;
    min-height:570px;
    padding-top:42px;
    padding-bottom:34px;
    gap:20px;
    text-align:left;
  }
  body[data-page="home"] .hero--home h1{font-size:47px;max-width:460px}
  body[data-page="home"] .hero--home p{font-size:15px;max-width:455px}
  body[data-page="home"] .hero-check-form{width:455px;grid-template-columns:minmax(0,1fr) 134px;min-height:66px;padding:7px;border-radius:17px}
  body[data-page="home"] .hero-check-form input,
  body[data-page="home"] .hero-check-form .btn{height:50px;font-size:13px}
  body[data-page="home"] .hero--home .hero__badges{max-width:460px;gap:10px;font-size:12px}
  body[data-page="home"] .hero--home .hero__visual{max-width:none;margin:0;justify-self:end}
  body[data-page="home"] .hero--home .slice-frame--hero img.home-hero-object{max-width:390px;max-height:470px}

  body[data-page="solutions"] .hero__inner{
    grid-template-columns:minmax(0,1.15fr) minmax(250px,.85fr)!important;
    min-height:465px;
    gap:18px;
  }
  body[data-page="solutions"] .hero__copy{max-width:500px}
  body[data-page="solutions"] .hero__copy h1{font-size:37px;line-height:1.16;max-width:500px}
  body[data-page="solutions"] .hero__copy p{font-size:15px}
  body[data-page="solutions"] .solution-hero-tabs{width:430px}
  body[data-page="solutions"] .hero__visual{max-width:360px}
  body[data-page="solutions"] .hero__visual img{max-width:360px}

  body[data-page="diagnosis"] .diagnosis-layout{
    grid-template-columns:minmax(0,1fr) 330px!important;
    min-height:610px;
    padding-top:38px;
    padding-bottom:34px;
    gap:22px;
    align-items:center;
  }
  body[data-page="diagnosis"] .diagnosis-copy h1{font-size:39px;line-height:1.12}
  body[data-page="diagnosis"] .diagnosis-copy p{font-size:15px;line-height:1.65;max-width:460px}
  body[data-page="diagnosis"] .diagnosis-copy .slice-frame--hero{max-width:485px;margin-top:22px}
  body[data-page="diagnosis"] .form-panel{padding:22px 24px;border-radius:22px}
  body[data-page="diagnosis"] .form-panel h2{font-size:24px}
  body[data-page="diagnosis"] .form-panel p{font-size:14px;margin-bottom:12px}
  body[data-page="diagnosis"] .lead-form{gap:8px}
  body[data-page="diagnosis"] .lead-form label{font-size:13px}
  body[data-page="diagnosis"] .lead-form input{height:40px;margin-top:5px}
  body[data-page="diagnosis"] .lead-form .btn{height:42px;margin-top:4px}
  body[data-page="diagnosis"] .lead-form small{font-size:11px}

  body[data-page="cases"] .hero__inner,
  body[data-page="resources"] .hero__inner{
    grid-template-columns:minmax(0,.92fr) minmax(330px,1.08fr)!important;
    min-height:520px;
    padding-top:46px;
    padding-bottom:34px;
    gap:24px;
    text-align:left;
  }
  body[data-page="cases"] .hero__copy,
  body[data-page="resources"] .hero__copy{max-width:420px}
  body[data-page="cases"] .hero h1,
  body[data-page="resources"] .hero h1{font-size:42px;line-height:1.15}
  body[data-page="cases"] .hero__visual,
  body[data-page="resources"] .hero__visual{justify-self:end;max-width:420px}
  body[data-page="cases"] .hero__visual img.case-hero-object,
  body[data-page="resources"] .hero__visual img.resource-hero-object{max-width:420px}

  body[data-page="about"] .hero__inner{
    grid-template-columns:minmax(0,.92fr) minmax(330px,1.08fr)!important;
    min-height:520px;
    padding-top:46px;
    padding-bottom:34px;
    gap:24px;
    text-align:left;
  }
  body[data-page="about"] .hero__copy{max-width:430px}
  body[data-page="about"] .hero h1{font-size:40px;line-height:1.16}
  body[data-page="about"] .hero__visual{justify-self:end;max-width:420px}
  body[data-page="about"] .hero__visual .slice-frame{padding:0;background:transparent;border:0;box-shadow:none}
  body[data-page="about"] .hero__visual img{max-width:420px;border-radius:18px}
}

@media (max-width:760px){
  body[data-page="home"] .hero--home .hero__inner{grid-template-columns:1fr!important}
  body[data-page="home"] .hero--home h1{font-size:36px}
  body[data-page="home"] .hero-check-form{grid-template-columns:1fr;width:100%;padding:8px;gap:8px}
  body[data-page="home"] .hero-check-form input,
  body[data-page="home"] .hero-check-form .btn{height:46px;width:100%}
}

/* === Below-fold reference alignment 2026-05-18 === */
body[data-page="home"] #capabilities,
body[data-page="home"] #monitoring,
body[data-page="home"] #sales-assistant{display:none}
body[data-page="home"] #logos{display:none}
body[data-page="home"] #pain-points{padding:56px 0 44px}
body[data-page="home"] #pain-points .section-title{margin-bottom:28px}
body[data-page="home"] #pain-points .section-title h2{font-size:clamp(28px,2.8vw,38px)}
body[data-page="home"] #pain-points .grid--4{grid-template-columns:repeat(3,1fr)}
body[data-page="home"] #pain-points .feature-card:nth-child(4){display:none}
body[data-page="home"] #pain-points .feature-card{
  min-height:118px;
  display:grid;
  grid-template-columns:72px 1fr;
  grid-template-rows:auto auto;
  column-gap:18px;
  align-items:center;
  padding:22px 24px;
  border:0;
  box-shadow:none;
  background:transparent;
}
body[data-page="home"] #pain-points .feature-card:after{
  content:"";
  position:absolute;
  top:22px;
  bottom:22px;
  right:-11px;
  width:1px;
  background:#dbe8f7;
}
body[data-page="home"] #pain-points .feature-card:nth-child(3):after{display:none}
body[data-page="home"] #pain-points .icon-bubble{
  grid-row:1 / 3;
  width:66px;
  height:66px;
  border-radius:50%;
  font-size:0;
  background:radial-gradient(circle,#fff 0 36%,#dcecff 37% 64%,#f6fbff 65%);
  box-shadow:0 14px 36px rgba(42,112,210,.12),inset 0 0 0 1px #d9eaff;
}
body[data-page="home"] #pain-points .feature-card:nth-child(1) .icon-bubble:before{content:"⌕";font-size:26px}
body[data-page="home"] #pain-points .feature-card:nth-child(2) .icon-bubble:before{content:"▥";font-size:25px}
body[data-page="home"] #pain-points .feature-card:nth-child(3) .icon-bubble:before{content:"◎";font-size:27px}
body[data-page="home"] #pain-points .feature-card h3{margin:0 0 4px;font-size:18px}
body[data-page="home"] #pain-points .feature-card p{font-size:14px;line-height:1.55}
body[data-page="home"] #workflow{padding:42px 0 64px;background:#fff}
body[data-page="home"] #workflow .step-row,
body[data-page="product"] #workflow .step-row{
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
body[data-page="home"] #workflow .step-card,
body[data-page="product"] #workflow .step-card{
  min-height:150px;
  padding:22px 18px 22px 92px;
  border:0;
  background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(242,248,255,.92));
  box-shadow:none;
  overflow:visible;
}
body[data-page="home"] #workflow .step-card:before,
body[data-page="product"] #workflow .step-card:before{
  content:"";
  position:absolute;
  left:18px;
  top:28px;
  width:58px;
  height:58px;
  border-radius:50%;
  background:radial-gradient(circle,#fff 0 35%,#d7eaff 36% 66%,#f6fbff 67%);
  box-shadow:0 12px 30px rgba(35,110,220,.12),inset 0 0 0 1px #d7e8fb;
}
body[data-page="home"] #workflow .step-card:not(:last-child):after,
body[data-page="product"] #workflow .step-card:not(:last-child):after{
  display:block;
  content:"→";
  right:-20px;
  color:#2f78ff;
  opacity:.60;
}
body[data-page="home"] #workflow .step-card span,
body[data-page="product"] #workflow .step-card span{font-size:24px}
body[data-page="home"] #workflow .step-card h3,
body[data-page="product"] #workflow .step-card h3{font-size:28px;margin:4px 0}
body[data-page="home"] #workflow .step-card p,
body[data-page="product"] #workflow .step-card p{font-size:13px;line-height:1.55}
body[data-page="home"] #workflow .step-card{min-height:172px;padding:24px 112px 24px 24px}
body[data-page="home"] #workflow .step-card:before{
  left:auto;
  right:10px;
  top:50%;
  width:104px;
  height:104px;
  border-radius:0;
  transform:translateY(-50%);
  background:transparent center/contain no-repeat;
  box-shadow:none;
}
body[data-page="home"] #workflow .step-card:nth-child(1):before{background-image:url("/assets/img/crops/home-step-1.png?v=20260807-home-hero-premium")}
body[data-page="home"] #workflow .step-card:nth-child(2):before{background-image:url("/assets/img/crops/home-step-2.png?v=20260807-home-hero-premium")}
body[data-page="home"] #workflow .step-card:nth-child(3):before{background-image:url("/assets/img/crops/home-step-3.png?v=20260807-home-hero-premium")}
body[data-page="home"] #workflow .step-card:nth-child(4):before{background-image:url("/assets/img/crops/home-step-4.png?v=20260807-home-hero-premium")}
body[data-page="product"] #workflow .step-card:nth-child(1):before{background:transparent url("/assets/img/crops/home-step-1.png?v=20260807-home-hero-premium") center/contain no-repeat;box-shadow:none}
body[data-page="product"] #workflow .step-card:nth-child(2):before{background:transparent url("/assets/img/crops/home-step-2.png?v=20260807-home-hero-premium") center/contain no-repeat;box-shadow:none}
body[data-page="product"] #workflow .step-card:nth-child(3):before{background:transparent url("/assets/img/crops/home-step-3.png?v=20260807-home-hero-premium") center/contain no-repeat;box-shadow:none}
body[data-page="product"] #workflow .step-card:nth-child(4):before{background:transparent url("/assets/img/crops/home-step-4.png?v=20260807-home-hero-premium") center/contain no-repeat;box-shadow:none}
body[data-page="home"] #knowledge-graph{padding:42px 0 64px}
body[data-page="home"] #knowledge-graph .section-title{display:none}
body[data-page="home"] #knowledge-graph .knowledge-panel{
  grid-template-columns:.55fr 1.45fr;
  gap:18px;
  min-height:230px;
  padding:32px 34px;
  background:linear-gradient(105deg,#eef7ff 0%,#f8fcff 46%,#edf7ff 100%);
  border-color:#dceafa;
  overflow:hidden;
}
body[data-page="home"] #knowledge-graph .knowledge-panel > div:first-child h3{
  margin:0 0 14px;
  font-size:30px;
  line-height:1.25;
}
body[data-page="home"] #knowledge-graph .knowledge-panel > div:first-child h3:before{
  content:"核心亮点";
  display:inline-flex;
  margin-bottom:12px;
  padding:6px 12px;
  border-radius:999px;
  color:#1e6dff;
  background:#e6f1ff;
  font-size:13px;
}
body[data-page="home"] #knowledge-graph .knowledge-panel > div:nth-child(2){
  order:2;
  align-self:center;
}
body[data-page="home"] #knowledge-graph .knowledge-panel > div:nth-child(2) img{
  width:100%;
  max-width:none;
  transform:scale(1.12) translateX(28px);
}
body[data-page="home"] #knowledge-graph .knowledge-panel > div:nth-child(3){display:none}

@media (min-width:761px){
  body[data-page="product"] #capabilities{padding:54px 0 44px}
  body[data-page="product"] #capabilities .grid--6{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:12px;
  }
  body[data-page="product"] #capabilities .feature-card{
    min-height:246px;
    padding:18px 14px 102px;
    border-radius:16px;
    overflow:hidden;
  }
  body[data-page="product"] #capabilities .feature-card:after{
    content:"";
    position:absolute;
    left:12px;
    right:12px;
    bottom:12px;
    height:82px;
    border-radius:13px;
    background:center/contain no-repeat;
  }
  body[data-page="product"] #capabilities .feature-card:nth-child(1):after{background-image:url("/assets/img/crops/product-matrix-1.png")}
  body[data-page="product"] #capabilities .feature-card:nth-child(2):after{background-image:url("/assets/img/crops/product-matrix-2.png")}
  body[data-page="product"] #capabilities .feature-card:nth-child(3):after{background-image:url("/assets/img/crops/product-matrix-3.png")}
  body[data-page="product"] #capabilities .feature-card:nth-child(4):after{background-image:url("/assets/img/crops/product-matrix-4.png")}
  body[data-page="product"] #capabilities .feature-card:nth-child(5):after{background-image:url("/assets/img/crops/product-matrix-5.png")}
  body[data-page="product"] #capabilities .feature-card:nth-child(6){display:none}
  body[data-page="product"] #capabilities .feature-card:nth-child(3){
    color:#fff;
    background:radial-gradient(circle at 50% 15%,#175dff 0%,#082b72 58%,#061b45 100%);
    border-color:#1f6dff;
  }
  body[data-page="product"] #capabilities .feature-card:nth-child(3) h3,
  body[data-page="product"] #capabilities .feature-card:nth-child(3) p{color:#fff}
  body[data-page="product"] #capabilities .icon-bubble{
    width:48px;
    height:48px;
    border-radius:14px;
    font-size:18px;
  }
  body[data-page="product"] #capabilities .feature-card h3{font-size:17px;line-height:1.25}
  body[data-page="product"] #capabilities .feature-card p{font-size:12px;line-height:1.55}
  body[data-page="product"] #workflow{padding:42px 0;background:#eef7ff}
  body[data-page="product"] #workflow .section-title h2{font-size:30px}
  body[data-page="product"] #monitoring .platform-panel{
    grid-template-columns:210px minmax(0,1fr) 250px;
    gap:14px;
    padding:22px;
  }
  body[data-page="product"] #monitoring .metrics-compact{grid-template-columns:1fr}
  body[data-page="product"] #monitoring .platform-list span{height:38px;font-size:13px}
  body[data-page="product"] #knowledge-base .knowledge-panel{
    grid-template-columns:190px minmax(0,1fr) 170px;
    gap:16px;
    padding:24px;
  }
  body[data-page="product"] #knowledge-base .knowledge-panel img{transform:scale(1.12)}
  body[data-page="product"] #knowledge-base .metric{padding:12px}
  body[data-page="product"] #sales-assistant .sales-panel{
    grid-template-columns:.9fr 1fr .9fr;
    gap:14px;
  }
  body[data-page="product"] #sales-assistant .metric-grid{gap:10px}
}

@media (min-width:761px) and (max-width:1100px){
  body[data-page="solutions"] .solution-live{padding:42px 0}
  body[data-page="solutions"] .solution-block{
    grid-template-columns:minmax(0,.82fr) minmax(360px,1.18fr)!important;
    gap:22px;
    align-items:center;
  }
  body[data-page="solutions"] .solution-block--reverse{
    grid-template-columns:minmax(360px,1.18fr) minmax(0,.82fr)!important;
  }
  body[data-page="solutions"] .solution-copy h2{font-size:30px}
  body[data-page="solutions"] .lead-small{font-size:15px}
  body[data-page="solutions"] .question-box{padding:16px;margin:14px 0}
  body[data-page="solutions"] .question-box span{padding:8px 10px;font-size:12px}
  body[data-page="solutions"] .check-list{gap:6px;font-size:13px}
  body[data-page="solutions"] .scene-card{padding:8px;border-radius:20px}
  body[data-page="solutions"] .scene-card img{border-radius:14px}
}

@media (min-width:761px){
  body[data-page="pricing"] #plans .pricing-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:18px;
  }
  body[data-page="pricing"] #plans .pricing-card{
    min-height:590px;
    padding:24px 22px;
    overflow:hidden;
  }
  body[data-page="pricing"] #plans .pricing-card:after{
    content:"";
    position:absolute;
    left:50%;
    top:204px;
    width:150px;
    height:138px;
    transform:translateX(-50%);
    background:center/contain no-repeat;
    z-index:0;
    pointer-events:none;
  }
  body[data-page="pricing"] #plans .pricing-card > *{position:relative;z-index:1}
  body[data-page="pricing"] #plans .pricing-card:nth-child(1):after{background-image:url("/assets/img/crops/pricing-plan-1.png")}
  body[data-page="pricing"] #plans .pricing-card:nth-child(2):after{background-image:url("/assets/img/crops/pricing-plan-2.png")}
  body[data-page="pricing"] #plans .pricing-card:nth-child(3):after{background-image:url("/assets/img/crops/pricing-plan-3.png")}
  body[data-page="pricing"] #plans .pricing-card .plan-subtitle{margin-bottom:176px}
  body[data-page="pricing"] #plans .pricing-card h3{font-size:26px}
  body[data-page="pricing"] #plans .pricing-card p,
  body[data-page="pricing"] #plans .check-list{font-size:13px}
  body[data-page="pricing"] .compare-layout{
    grid-template-columns:minmax(0,1fr) 260px;
    gap:18px;
  }
  body[data-page="pricing"] .comparison th,
  body[data-page="pricing"] .comparison td{padding:12px 10px;font-size:13px}
  body[data-page="pricing"] .pricing-start .step-row{grid-template-columns:repeat(4,1fr)}
  body[data-page="pricing"] .pricing-start .step-card{min-height:150px;padding:20px 16px}
  body[data-page="pricing"] .pricing-start .step-card h3{font-size:22px}
}

body[data-page="diagnosis"] .diagnosis-proof{
  padding:22px 0 30px;
  background:#fff;
  border-top:0;
}
body[data-page="diagnosis"] .diagnosis-proof p{
  margin-bottom:14px;
  color:#0b1a3b;
  font-size:18px;
}
body[data-page="diagnosis"] .diagnosis-proof .client-logo{
  height:34px;
  background:#fff;
}

@media (min-width:761px){
  body[data-page="diagnosis"] #free-report .step-row{
    grid-template-columns:repeat(3,1fr)!important;
    gap:0;
    padding:16px;
    border:1px solid #dceafa;
    border-radius:18px;
    background:rgba(247,251,255,.92);
    box-shadow:0 16px 42px rgba(18,45,88,.07);
  }
  body[data-page="diagnosis"] #free-report .step-card{
    min-height:132px;
    padding:22px 18px 22px 102px;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
  }
  body[data-page="diagnosis"] #free-report .step-card:not(:last-child){
    border-right:1px solid #e3eefb;
  }
  body[data-page="diagnosis"] #free-report .step-card:before{
    content:"";
    position:absolute;
    left:16px;
    top:50%;
    width:72px;
    height:72px;
    transform:translateY(-50%);
    background:center/contain no-repeat;
  }
  body[data-page="diagnosis"] #free-report .step-card:nth-child(1):before{background-image:url("/assets/img/crops/diagnosis-step-1.png")}
  body[data-page="diagnosis"] #free-report .step-card:nth-child(2):before{background-image:url("/assets/img/crops/diagnosis-step-2.png")}
  body[data-page="diagnosis"] #free-report .step-card:nth-child(3):before{background-image:url("/assets/img/crops/diagnosis-step-3.png")}
  body[data-page="diagnosis"] #free-report .step-card:not(:last-child):after{
    display:block;
    content:"→";
    right:-13px;
    color:#2f78ff;
    opacity:.45;
    z-index:2;
  }
  body[data-page="diagnosis"] #free-report .step-card span{font-size:18px}
  body[data-page="diagnosis"] #free-report .step-card h3{font-size:20px;margin:4px 0 2px}
  body[data-page="diagnosis"] #free-report .step-card p{font-size:13px;line-height:1.55}
  body[data-page="diagnosis"] #customers .grid--4{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:14px;
  }
  body[data-page="diagnosis"] #customers .feature-card{
    min-height:190px;
    padding:20px 16px;
  }
  body[data-page="diagnosis"] #customers .feature-card h3{font-size:18px}
  body[data-page="diagnosis"] #customers .feature-card p{font-size:12px}
  body[data-page="diagnosis"] #report-sample .report-grid{
    grid-template-columns:.78fr 1fr 1fr!important;
    gap:16px;
  }
  body[data-page="diagnosis"] #report-sample .report-score b{font-size:62px}
body[data-page="diagnosis"] #report-sample .report-card{padding:20px}
}

/* Launch polish pass 2026-05-18: utility contrast and resource card imagery. */
.legal-content a.btn--primary,
.utility-card a.btn--primary,
.legal-content button.btn--primary{color:#fff}
.legal-content a.btn--primary:hover,
.utility-card a.btn--primary:hover{color:#fff}
body[data-page="resources"] .article-thumb,
body[data-page="resources"] .doc-cover{
  position:relative;
  overflow:hidden;
  background-size:cover;
  background-position:center;
}
body[data-page="resources"] .article-thumb > *,
body[data-page="resources"] .doc-cover{position:relative;z-index:1}
body[data-page="resources"] .article-thumb:before,
body[data-page="resources"] .doc-cover:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(135deg,rgba(4,17,42,.88),rgba(10,66,255,.50));
}
body[data-page="resources"] .article-card:nth-child(1) .article-thumb{background-image:url("/assets/img/slices/resources-feature.webp?v=20260807-secondary-noshot")}
body[data-page="resources"] .article-card:nth-child(2) .article-thumb{background-image:url("/assets/img/slices/product-flow.webp?v=20260807-secondary-noshot")}
body[data-page="resources"] .article-card:nth-child(3) .article-thumb{background-image:url("/assets/img/slices/product-kg.webp?v=20260807-secondary-noshot")}
body[data-page="resources"] .article-card:nth-child(4) .article-thumb{background-image:url("/assets/img/slices/cases-hero-object.png?v=20260807-secondary-noshot")}
body[data-page="resources"] .doc-card:nth-child(1) .doc-cover{background-image:url("/assets/img/slices/resources-book.webp?v=20260807-secondary-noshot")}
body[data-page="resources"] .doc-card:nth-child(2) .doc-cover{background-image:url("/assets/img/slices/design-board-components.webp?v=20260807-secondary-noshot")}
body[data-page="resources"] .doc-card:nth-child(3) .doc-cover{background-image:url("/assets/img/slices/diagnosis-report.webp?v=20260807-secondary-noshot")}
body[data-page="resources"] .doc-card:nth-child(4) .doc-cover{background-image:url("/assets/img/slices/product-monitor-full.webp?v=20260807-secondary-noshot")}
body[data-page="resources"] .doc-card:nth-child(5) .doc-cover{background-image:url("/assets/img/slices/home-kg.webp?v=20260807-home-hero-premium")}
body[data-page="resources"] .doc-card:nth-child(6) .doc-cover{background-image:url("/assets/img/slices/diagnosis-reportcards-full.webp?v=20260807-secondary-noshot")}

/* Launch QA hardening 2026-05-18: keep hidden anti-spam fields from creating mobile horizontal scroll. */
.hp-field{
  position:absolute!important;
  left:0!important;
  top:0!important;
  width:1px!important;
  height:1px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
  opacity:0!important;
  pointer-events:none!important;
}
@media (max-width:760px){
  html,
  body{
    max-width:100%;
    overflow-x:clip;
  }
  body[data-page="home"] .hero__visual:before{
    right:0;
  }
  .design-panel{
    padding:18px;
    overflow:hidden;
  }
  .token-grid{
    grid-template-columns:minmax(0,1fr)!important;
  }
  .token-card{
    min-width:0;
    padding:20px;
  }
  .swatches{
    flex-wrap:wrap;
  }
  .swatches i{
    width:56px;
    height:56px;
  }
  .check-list{
    min-width:0;
  }
}

/* Final product lower-screen cleanup: use clean section cutouts and remove stale wide backgrounds. */
@media (min-width:901px){
  body[data-page="product"] #workflow .container,
  body[data-page="product"] #knowledge-base .container{
    height:auto!important;
    background:none!important;
  }
  body[data-page="product"] #knowledge-base .section-title,
  body[data-page="product"] #knowledge-base .knowledge-panel{
    opacity:1!important;
    pointer-events:auto!important;
  }
  body[data-page="product"] #monitoring,
  body[data-page="product"] #knowledge-base,
  body[data-page="product"] #sales-assistant{
    display:block!important;
    padding:22px 0!important;
  }
  body[data-page="product"] #monitoring .section-title,
  body[data-page="product"] #knowledge-base .section-title,
  body[data-page="product"] #sales-assistant .section-title{
    display:none!important;
  }
  body[data-page="product"] #monitoring .platform-panel,
  body[data-page="product"] #knowledge-base .knowledge-panel,
  body[data-page="product"] #sales-assistant .sales-panel{
    display:block!important;
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:0!important;
    border:0!important;
    border-radius:14px!important;
    box-shadow:none!important;
    overflow:hidden!important;
    background-color:transparent!important;
    background-repeat:no-repeat!important;
    background-position:center center!important;
  }
  body[data-page="product"] #monitoring .platform-panel{
    min-height:258px!important;
    background-image:url("/assets/img/slices/product-monitor-clean.webp?v=20260807-secondary-noshot")!important;
    background-size:cover!important;
  }
  body[data-page="product"] #knowledge-base .knowledge-panel{
    min-height:260px!important;
    background-image:url("/assets/img/slices/product-kg.webp?v=20260807-secondary-noshot")!important;
    background-size:contain!important;
  }
  body[data-page="product"] #sales-assistant .sales-panel{
    min-height:220px!important;
    background-image:url("/assets/img/slices/product-sales-clean.webp?v=20260807-secondary-noshot")!important;
    background-size:cover!important;
  }
  body[data-page="product"] #monitoring .platform-panel > *,
  body[data-page="product"] #knowledge-base .knowledge-panel > *,
  body[data-page="product"] #sales-assistant .sales-panel > *{
    display:none!important;
    opacity:0!important;
    pointer-events:none!important;
  }
}

/* Mobile solutions contrast pass. */
@media (max-width:900px){
  body[data-page="solutions"] .hero--dark{
    background:
      radial-gradient(circle at 76% 26%,rgba(39,126,255,.36),transparent 34%),
      linear-gradient(180deg,#06162f 0%,#082554 58%,#06162f 100%)!important;
    color:#fff!important;
  }
  body[data-page="solutions"] .hero--dark .hero__copy h1{
    color:#fff!important;
    text-shadow:0 12px 30px rgba(0,0,0,.26);
  }
  body[data-page="solutions"] .hero--dark .hero__copy p,
  body[data-page="solutions"] .hero--dark .hero__badges{
    color:#d7e8ff!important;
  }
}

/* Final no-large-text-screenshot pass: keep this block last. */
body[data-page="solutions"] .solution-hero-object,
body[data-page="solutions"] .scene-card > img,
body[data-page="resources"] .resource-hero-object,
body[data-page="resources"] .featured-resource .slice-frame > img,
body[data-page="product"] .product-hero-object,
body[data-page="product"] #knowledge-base .slice-frame > img,
body[data-page="pricing"] .pricing-hero-object,
body[data-page="diagnosis"] .diagnosis-copy .slice-frame > img{
  display:none!important;
}

.product-hero-ui,
.solution-hero-ui,
.resource-hero-ui,
.pricing-hero-ui,
.diagnosis-report-ui,
.resource-report-ui,
.knowledge-map{
  display:block;
}

@media (min-width:901px){
  body[data-page="solutions"] .hero--dark,
  body[data-page="resources"] .hero--resources,
  body[data-page="product"] .hero--dark,
  body[data-page="pricing"] .hero--dark,
  body[data-page="diagnosis"] .diagnosis-hero{
    background:
      radial-gradient(circle at 75% 20%,rgba(39,126,255,.34),transparent 32%),
      linear-gradient(180deg,#06162f 0%,#082554 58%,#06162f 100%)!important;
  }
  body[data-page="resources"] .hero--resources{
    background:
      radial-gradient(circle at 76% 25%,rgba(39,126,255,.22),transparent 34%),
      linear-gradient(135deg,#f8fbff 0%,#eef7ff 58%,#e7f2ff 100%)!important;
  }
  body[data-page="solutions"] .hero__inner,
  body[data-page="resources"] .hero--resources .hero__inner{
    min-height:520px!important;
    padding:52px 0 46px!important;
  }
  body[data-page="solutions"] .hero__copy,
  body[data-page="solutions"] .hero__visual,
  body[data-page="resources"] .hero--resources .hero__copy,
  body[data-page="resources"] .hero--resources .hero__visual{
    opacity:1!important;
    pointer-events:auto!important;
  }
  body[data-page="solutions"] .hero__copy h1{
    font-size:clamp(42px,4.3vw,60px)!important;
    line-height:1.15!important;
    letter-spacing:0!important;
  }
  body[data-page="resources"] .hero--resources h1{
    font-size:clamp(42px,4.4vw,62px)!important;
    line-height:1.12!important;
    letter-spacing:0!important;
  }
  body[data-page="solutions"] .slice-frame--hero,
  body[data-page="resources"] .slice-frame--hero,
  body[data-page="product"] .slice-frame--hero,
  body[data-page="pricing"] .slice-frame--hero{
    min-height:320px!important;
    padding:24px!important;
    border-radius:28px!important;
    background:
      radial-gradient(circle at 72% 18%,rgba(54,214,255,.18),transparent 30%),
      linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.04))!important;
    border:1px solid rgba(160,204,255,.28)!important;
    box-shadow:0 28px 76px rgba(5,22,52,.20)!important;
  }
  body[data-page="resources"] .slice-frame--hero{
    background:
      radial-gradient(circle at 80% 20%,rgba(54,214,255,.18),transparent 28%),
      linear-gradient(145deg,rgba(255,255,255,.95),rgba(238,247,255,.76))!important;
  }

  .solution-hero-ui,
  .product-hero-ui,
  .resource-hero-ui{
    position:relative;
    min-height:280px;
    border-radius:22px;
    overflow:hidden;
    background:
      radial-gradient(circle at 78% 20%,rgba(54,214,255,.24),transparent 32%),
      linear-gradient(135deg,#071a3a,#0a3a82 62%,#06162f);
  }
  .solution-hero-ui:before,
  .product-hero-ui:before,
  .resource-hero-ui:before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
      linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),
      linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);
    background-size:48px 48px;
    opacity:.7;
  }
  .hero-panel,
  .hero-dashboard-card,
  .resource-book-card,
  .resource-list-card{
    position:absolute;
    z-index:1;
    border:1px solid rgba(198,224,255,.62);
    border-radius:18px;
    background:rgba(255,255,255,.90);
    box-shadow:0 18px 46px rgba(4,18,42,.20);
    color:#10213c;
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
  }
  .hero-panel--main{
    left:30px;
    top:34px;
    width:250px;
    padding:22px;
  }
  .hero-panel--main span,
  .hero-panel--questions span,
  .hero-dashboard-card span,
  .resource-book-card span,
  .resource-list-card span{
    display:block;
    color:#527099;
    font-size:13px;
    font-weight:900;
  }
  .hero-panel--main b{
    display:block;
    color:#0a42ff;
    font-size:46px;
    line-height:1;
    margin:10px 0 4px;
  }
  .hero-panel--main small,
  .hero-dashboard-card small,
  .resource-book-card small{
    color:#11a078;
    font-weight:900;
  }
  .hero-panel--main i{
    display:block;
    height:66px;
    margin-top:16px;
    border-radius:14px;
    background:
      linear-gradient(135deg,rgba(10,66,255,.08),rgba(54,214,255,.12)),
      repeating-linear-gradient(90deg,transparent 0 26px,rgba(10,66,255,.12) 27px 29px);
  }
  .hero-panel--questions{
    right:26px;
    bottom:28px;
    width:270px;
    padding:18px;
  }
  .hero-panel--questions p,
  .resource-list-card p{
    margin:10px 0 0;
    padding:10px 12px;
    border-radius:10px;
    background:#f3f8ff;
    color:#334b6d;
    font-size:13px;
    font-weight:800;
  }

  .hero-dashboard-card--score{
    left:24px;
    top:24px;
    width:182px;
    padding:18px;
  }
  .hero-dashboard-card--score b{
    display:block;
    margin:8px 0 4px;
    color:#0a42ff;
    font-size:44px;
    line-height:1;
  }
  .hero-dashboard-card--chart{
    right:24px;
    top:36px;
    width:250px;
    height:132px;
    padding:18px;
  }
  .hero-dashboard-card--chart i{
    display:inline-block;
    width:40px;
    margin:24px 8px 0 0;
    border-radius:9px 9px 0 0;
    background:linear-gradient(180deg,#36d6ff,#0a42ff);
    vertical-align:bottom;
  }
  .hero-dashboard-card--chart i:nth-child(2){height:46px}
  .hero-dashboard-card--chart i:nth-child(3){height:72px}
  .hero-dashboard-card--chart i:nth-child(4){height:58px}
  .hero-dashboard-card--chart i:nth-child(5){height:88px}
  .hero-dashboard-card--map{
    left:90px;
    bottom:28px;
    right:70px;
    padding:18px;
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
  }
  .hero-dashboard-card--map span{
    width:100%;
  }
  .hero-dashboard-card--map em{
    font-style:normal;
    padding:8px 12px;
    border-radius:999px;
    background:#eef6ff;
    color:#0a42ff;
    font-size:13px;
    font-weight:900;
  }

  .resource-book-card{
    left:36px;
    top:30px;
    width:230px;
    min-height:220px;
    padding:24px 22px;
    background:linear-gradient(160deg,#fff,#eef7ff);
  }
  .resource-book-card:after{
    content:"";
    position:absolute;
    left:22px;
    right:22px;
    bottom:28px;
    height:62px;
    border-radius:12px;
    background:repeating-linear-gradient(180deg,#d9e8ff 0 8px,transparent 8px 18px);
  }
  .resource-book-card b{
    display:block;
    margin:10px 0;
    color:#0b1a3b;
    font-size:22px;
    line-height:1.22;
  }
  .resource-list-card{
    right:32px;
    bottom:34px;
    width:270px;
    padding:18px;
  }

  body[data-page="solutions"] .solution-live{
    padding:44px 0!important;
    background:linear-gradient(180deg,#f8fbff 0%,#eef7ff 100%)!important;
  }
  body[data-page="solutions"] .solution-live .container{
    width:min(calc(100% - 72px),var(--container))!important;
    max-width:var(--container)!important;
  }
  body[data-page="solutions"] .solution-block,
  body[data-page="solutions"] #complex-sales .solution-block{
    display:grid!important;
    grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr)!important;
    gap:34px!important;
    align-items:center!important;
    min-height:0!important;
    padding:28px!important;
    border:1px solid rgba(208,225,248,.92)!important;
    border-radius:24px!important;
    background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(242,248,255,.88))!important;
    box-shadow:0 24px 70px rgba(14,48,98,.10)!important;
  }
  body[data-page="solutions"] #knowledge-intensive .solution-block,
  body[data-page="solutions"] #content-assets .solution-block{
    background-image:linear-gradient(135deg,rgba(255,255,255,.96),rgba(242,248,255,.88))!important;
  }
  body[data-page="solutions"] #complex-sales .solution-block{
    grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr)!important;
    background-image:linear-gradient(135deg,rgba(255,255,255,.96),rgba(242,248,255,.88))!important;
  }
  body[data-page="solutions"] .solution-block > *{
    display:block!important;
    opacity:1!important;
    pointer-events:auto!important;
  }
  body[data-page="solutions"] .scene-card{
    position:relative!important;
    display:flex!important;
    align-items:flex-end!important;
    min-height:360px!important;
    height:auto!important;
    padding:24px!important;
    border-radius:22px!important;
    overflow:hidden!important;
    border:1px solid rgba(179,207,242,.5)!important;
    box-shadow:0 26px 70px rgba(8,30,68,.16)!important;
    background:#071a3a!important;
  }
  body[data-page="solutions"] .scene-card:before,
  body[data-page="solutions"] .scene-card:after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
  }
  body[data-page="solutions"] .scene-card:after{
    z-index:1;
    background:
      linear-gradient(180deg,rgba(5,18,42,.08),rgba(5,18,42,.62)),
      radial-gradient(circle at 80% 18%,rgba(71,147,255,.32),transparent 34%);
  }
  body[data-page="solutions"] .scene-card--knowledge:before{
    background:
      linear-gradient(90deg,rgba(5,18,42,.12),rgba(5,18,42,.52)),
      url("/assets/img/slices/solutions-scene1-bg.webp?v=20260807-secondary-noshot") left center/48% auto no-repeat,
      radial-gradient(circle at 78% 20%,rgba(75,153,255,.35),transparent 34%),
      linear-gradient(135deg,#0b234d,#07142f);
  }
  body[data-page="solutions"] .scene-card--complex:before{
    background:
      radial-gradient(circle at 18% 18%,rgba(58,154,255,.36),transparent 30%),
      radial-gradient(circle at 78% 22%,rgba(54,214,255,.18),transparent 24%),
      linear-gradient(135deg,#061a3d,#0a2f66 62%,#07142f);
  }
  body[data-page="solutions"] .scene-card--content:before{
    background:
      radial-gradient(circle at 18% 24%,rgba(54,214,255,.20),transparent 28%),
      linear-gradient(90deg,rgba(13,74,154,.74) 0 1px,transparent 1px 98px),
      linear-gradient(180deg,rgba(13,74,154,.46) 0 1px,transparent 1px 74px),
      linear-gradient(135deg,#06162f,#0a3a82 58%,#06162f);
  }
  body[data-page="solutions"] .scene-ui{
    position:relative!important;
    z-index:2!important;
    width:min(78%,420px)!important;
    margin-left:auto!important;
    padding:20px!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.90)!important;
    border:1px solid rgba(220,234,250,.86)!important;
    box-shadow:0 20px 48px rgba(4,18,42,.22)!important;
    color:#10213c!important;
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
  }
  body[data-page="solutions"] .scene-card--complex .scene-ui{
    margin-left:0!important;
    margin-right:auto!important;
  }

  body[data-page="resources"] .featured-resource{
    display:grid!important;
    grid-template-columns:1fr 360px!important;
    gap:28px!important;
    align-items:center!important;
    min-height:0!important;
    padding:36px 42px!important;
    border-radius:26px!important;
    background:linear-gradient(135deg,#06162f,#0a3a91)!important;
    box-shadow:0 32px 90px rgba(7,27,61,.22)!important;
    color:#fff!important;
  }
  body[data-page="resources"] .featured-resource > div:first-child{
    padding-left:0!important;
  }
  body[data-page="resources"] .featured-resource .eyebrow{
    display:inline-flex!important;
    color:#cde8ff!important;
    background:rgba(255,255,255,.12)!important;
    border:1px solid rgba(255,255,255,.14)!important;
    padding:8px 14px!important;
    margin-bottom:18px!important;
    font-size:14px!important;
  }
  body[data-page="resources"] .featured-resource h2{
    margin:12px 0!important;
    font-size:30px!important;
    line-height:1.22!important;
    color:#fff!important;
  }
  body[data-page="resources"] .featured-resource p,
  body[data-page="resources"] .featured-resource .hero__badges{
    display:flex!important;
    opacity:1!important;
    pointer-events:auto!important;
  }
  body[data-page="resources"] .featured-resource p{
    display:block!important;
    color:#cde0ff!important;
  }
  body[data-page="resources"] .featured-resource .slice-frame{
    min-height:236px!important;
    padding:20px!important;
    border-radius:22px!important;
    background:
      radial-gradient(circle at 78% 20%,rgba(54,214,255,.24),transparent 32%),
      linear-gradient(145deg,#0b234d,#07142f)!important;
  }
  .resource-report-ui{
    min-height:196px;
    padding:24px;
    border-radius:18px;
    background:linear-gradient(160deg,#fff,#eef7ff);
    color:#0b1a3b;
    box-shadow:0 16px 42px rgba(4,18,42,.18);
  }
  .resource-report-ui span{
    display:block;
    color:#0a42ff;
    font-size:12px;
    font-weight:950;
    letter-spacing:.12em;
  }
  .resource-report-ui b{
    display:block;
    margin:18px 0 12px;
    font-size:24px;
    line-height:1.24;
  }
  .resource-report-ui small{
    color:#637898;
    font-weight:900;
  }
  body[data-page="resources"] .article-thumb,
  body[data-page="resources"] .doc-cover{
    background-image:none!important;
    background:
      radial-gradient(circle at 78% 22%,rgba(96,165,255,.42),transparent 36%),
      linear-gradient(145deg,#06162f,#0a42ff)!important;
    font-size:14px!important;
  }

  body[data-page="product"] #capabilities .grid--6{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:18px!important;
    min-height:0!important;
    background:none!important;
  }
  body[data-page="product"] #capabilities .feature-card{
    display:block!important;
    min-height:172px!important;
    padding:22px!important;
  }
  body[data-page="product"] #workflow .step-row{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:18px!important;
    min-height:0!important;
    background:none!important;
    opacity:1!important;
    pointer-events:auto!important;
  }
  body[data-page="product"] #workflow .step-card{
    display:block!important;
    min-height:148px!important;
  }
  body[data-page="product"] #monitoring .section-title,
  body[data-page="product"] #knowledge-base .section-title,
  body[data-page="product"] #sales-assistant .section-title{
    display:block!important;
  }
  body[data-page="product"] #monitoring .platform-panel,
  body[data-page="product"] #knowledge-base .knowledge-panel,
  body[data-page="product"] #sales-assistant .sales-panel{
    background-image:none!important;
    min-height:0!important;
    border:1px solid #dfeafe!important;
    box-shadow:0 18px 52px rgba(18,45,88,.08)!important;
  }
  body[data-page="product"] #monitoring .platform-panel{
    display:grid!important;
    grid-template-columns:1.1fr .72fr .9fr!important;
    gap:22px!important;
    padding:24px!important;
    border-radius:26px!important;
    background:#fff!important;
  }
  body[data-page="product"] #knowledge-base .knowledge-panel{
    display:grid!important;
    grid-template-columns:280px 1fr 280px!important;
    gap:28px!important;
    padding:30px!important;
    border-radius:28px!important;
    background:linear-gradient(135deg,#f8fbff,#eaf3ff)!important;
  }
  body[data-page="product"] #sales-assistant .sales-panel{
    display:grid!important;
    grid-template-columns:.8fr 1.3fr .9fr!important;
    gap:22px!important;
    background:none!important;
    border:0!important;
    box-shadow:none!important;
  }
  body[data-page="product"] #monitoring .platform-panel > *,
  body[data-page="product"] #knowledge-base .knowledge-panel > *,
  body[data-page="product"] #sales-assistant .sales-panel > *{
    display:block!important;
    opacity:1!important;
    pointer-events:auto!important;
  }
  .knowledge-map{
    position:relative;
    min-height:205px;
    border-radius:22px;
    background:
      radial-gradient(circle at 50% 50%,#1e6dff 0 26px,transparent 27px),
      radial-gradient(circle at 24% 32%,#8dbdff 0 13px,transparent 14px),
      radial-gradient(circle at 76% 30%,#8dbdff 0 13px,transparent 14px),
      radial-gradient(circle at 30% 76%,#8dbdff 0 13px,transparent 14px),
      radial-gradient(circle at 72% 74%,#8dbdff 0 13px,transparent 14px),
      linear-gradient(135deg,#eef6ff,#fff);
    border:1px solid #dce8f7;
    overflow:hidden;
  }
  .knowledge-map:before,
  .knowledge-map:after{
    content:"";
    position:absolute;
    inset:50% auto auto 50%;
    width:250px;
    height:1px;
    background:#9fc7ff;
    transform-origin:left center;
  }
  .knowledge-map:before{transform:rotate(25deg)}
  .knowledge-map:after{transform:rotate(-28deg)}
  .knowledge-map b,
  .knowledge-map span{
    position:absolute;
    z-index:1;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:#fff;
    border:1px solid #d7e8ff;
    color:#204368;
    font-size:12px;
    font-weight:950;
    box-shadow:0 10px 24px rgba(18,45,88,.08);
  }
  .knowledge-map b{
    left:50%;
    top:50%;
    width:96px;
    height:36px;
    transform:translate(-50%,-50%);
    color:#fff;
    background:#0a42ff;
    border-color:#0a42ff;
  }
  .knowledge-map span{width:62px;height:30px}
  .knowledge-map span:nth-child(1){left:10%;top:26%}
  .knowledge-map span:nth-child(2){right:10%;top:24%}
  .knowledge-map span:nth-child(3){left:13%;bottom:18%}
  .knowledge-map span:nth-child(4){right:11%;bottom:19%}
  .knowledge-map span:nth-child(5){left:50%;bottom:8%;transform:translateX(-50%)}

  .pricing-hero-ui{
    min-height:280px;
    display:grid;
    grid-template-columns:1fr 52px 1fr 52px 1fr;
    align-items:center;
    gap:0;
  }
  .pricing-hero-ui div{
    min-height:180px;
    padding:24px 20px;
    border-radius:22px;
    background:rgba(255,255,255,.92);
    border:1px solid rgba(220,234,250,.86);
    box-shadow:0 18px 46px rgba(4,18,42,.20);
    color:#10213c;
  }
  .pricing-hero-ui span{
    display:inline-grid;
    place-items:center;
    width:42px;
    height:42px;
    border-radius:14px;
    background:#0a42ff;
    color:#fff;
    font-weight:950;
  }
  .pricing-hero-ui b{
    display:block;
    margin:18px 0 8px;
    font-size:22px;
    color:#0b1a3b;
  }
  .pricing-hero-ui small{
    color:#65758f;
    font-weight:900;
  }
  .pricing-hero-ui i{
    height:2px;
    background:linear-gradient(90deg,#60a5ff,#36d6ff);
  }

  .diagnosis-report-ui{
    display:grid;
    grid-template-columns:150px 1fr;
    gap:18px;
    min-height:196px;
    padding:22px;
    border-radius:22px;
    background:rgba(255,255,255,.94);
    color:#10213c;
    box-shadow:0 18px 46px rgba(4,18,42,.20);
  }
  .diagnosis-report-ui span{
    color:#527099;
    font-size:13px;
    font-weight:950;
  }
  .diagnosis-report-ui b{
    display:block;
    margin:10px 0 6px;
    color:#0a42ff;
    font-size:52px;
    line-height:1;
  }
  .diagnosis-report-ui small{
    color:#637898;
    font-weight:900;
  }
  .diagnosis-report-ui ul{
    display:grid;
    gap:10px;
    align-content:center;
    list-style:none;
    margin:0;
    padding:0;
  }
  .diagnosis-report-ui li{
    padding:10px 12px;
    border-radius:12px;
    background:#f3f8ff;
    color:#334b6d;
    font-size:13px;
    font-weight:900;
  }
  body[data-page="diagnosis"] #free-report .step-row{
    background:none!important;
    min-height:0!important;
  }
  body[data-page="diagnosis"] #free-report .step-card{
    opacity:1!important;
    pointer-events:auto!important;
  }
}

@media (max-width:900px){
  .product-hero-ui,
  .solution-hero-ui,
  .resource-hero-ui,
  .pricing-hero-ui,
  .diagnosis-report-ui,
  .resource-report-ui,
  .knowledge-map{
    min-height:220px;
  }
  body[data-page="solutions"] .solution-block{
    background-image:none!important;
  }
  body[data-page="resources"] .article-thumb,
  body[data-page="resources"] .doc-cover,
  body[data-page="product"] #capabilities .grid--6,
  body[data-page="product"] #workflow .step-row,
  body[data-page="diagnosis"] #free-report .step-row{
    background-image:none!important;
  }
  .solution-hero-ui,
  .product-hero-ui,
  .resource-hero-ui{
    position:relative;
    border-radius:18px;
    background:
      radial-gradient(circle at 78% 20%,rgba(54,214,255,.22),transparent 34%),
      linear-gradient(135deg,#071a3a,#0a3a82 62%,#06162f);
  }
  .hero-panel,
  .hero-dashboard-card,
  .resource-book-card,
  .resource-list-card{
    position:relative;
    margin:10px;
    padding:14px;
    border-radius:14px;
    background:rgba(255,255,255,.92);
    color:#10213c;
  }
  .hero-panel--questions,
  .hero-dashboard-card--chart,
  .hero-dashboard-card--map,
  .resource-list-card{
    display:none;
  }
  .pricing-hero-ui{
    display:grid;
    gap:10px;
  }
  .pricing-hero-ui div,
  .diagnosis-report-ui,
  .resource-report-ui{
    padding:16px;
    border-radius:16px;
    background:#fff;
    color:#10213c;
  }
  .pricing-hero-ui i{
    display:none;
  }
  .diagnosis-report-ui{
    display:grid;
    gap:12px;
  }
  .knowledge-map{
    position:relative;
    border-radius:18px;
    background:linear-gradient(135deg,#eef6ff,#fff);
  }
}

/* End-of-file solutions live-DOM override: no screenshot text on solutions page. */
body[data-page="solutions"] .scene-ui,
body[data-page="solutions"] .scene-ui *{
  box-sizing:border-box;
}
body[data-page="solutions"] .scene-ui{
  position:relative;
  z-index:2;
  padding:20px;
  border-radius:18px;
  background:rgba(255,255,255,.90);
  border:1px solid rgba(220,234,250,.86);
  box-shadow:0 20px 48px rgba(4,18,42,.22);
  color:#10213c;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
body[data-page="solutions"] .scene-ui__eyebrow{
  display:inline-flex;
  margin-bottom:8px;
  color:#1e6dff;
  font-size:12px;
  font-weight:950;
}
body[data-page="solutions"] .scene-ui h3{
  margin:0 0 12px;
  font-size:20px;
  line-height:1.25;
  color:#081a3a;
}
body[data-page="solutions"] .scene-ui ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:8px;
}
body[data-page="solutions"] .scene-ui li{
  position:relative;
  padding-left:18px;
  color:#526780;
  font-size:13px;
  line-height:1.45;
}
body[data-page="solutions"] .scene-ui li:before{
  content:"";
  position:absolute;
  left:0;
  top:.58em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#1e6dff;
}
body[data-page="solutions"] .scene-metrics{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:6px 10px;
  align-items:baseline;
}
body[data-page="solutions"] .scene-metrics b{
  color:#0a42ff;
  font-size:26px;
  line-height:1;
}
body[data-page="solutions"] .scene-metrics span{
  color:#526780;
  font-size:13px;
  font-weight:800;
}
body[data-page="solutions"] .scene-flow{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
body[data-page="solutions"] .scene-flow span{
  height:32px;
  display:inline-flex;
  align-items:center;
  padding:0 12px;
  border-radius:10px;
  background:#eef5ff;
  color:#1d4ed8;
  font-size:13px;
  font-weight:900;
}
body[data-page="solutions"] .scene-flow i{
  width:18px;
  height:2px;
  background:#9fc2ff;
  border-radius:99px;
}

@media (min-width:901px){
  body[data-page="solutions"] .hero--dark{
    min-height:auto!important;
    background:
      radial-gradient(circle at 74% 24%,rgba(39,126,255,.36),transparent 32%),
      radial-gradient(circle at 18% 20%,rgba(35,211,255,.10),transparent 28%),
      linear-gradient(180deg,#06162f 0%,#082554 58%,#06162f 100%)!important;
  }
  body[data-page="solutions"] .hero__inner{
    min-height:520px!important;
    padding:52px 0 42px!important;
    display:grid!important;
    grid-template-columns:.92fr 1.08fr!important;
    gap:38px!important;
    align-items:center!important;
  }
  body[data-page="solutions"] .hero__copy,
  body[data-page="solutions"] .hero__visual{
    opacity:1!important;
    pointer-events:auto!important;
  }
  body[data-page="solutions"] .hero__visual img{
    max-width:610px!important;
    opacity:1!important;
  }
  body[data-page="solutions"] .solution-live{
    padding:44px 0!important;
    background:linear-gradient(180deg,#f8fbff 0%,#eef7ff 100%)!important;
  }
  body[data-page="solutions"] .solution-live .container{
    width:min(calc(100% - 72px),var(--container))!important;
    max-width:var(--container)!important;
  }
  body[data-page="solutions"] .solution-block,
  body[data-page="solutions"] #complex-sales .solution-block{
    display:grid!important;
    grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr)!important;
    gap:34px!important;
    align-items:center!important;
    min-height:0!important;
    padding:28px!important;
    border:1px solid rgba(208,225,248,.92)!important;
    border-radius:24px!important;
    background:
      linear-gradient(135deg,rgba(255,255,255,.96),rgba(242,248,255,.88))!important;
    box-shadow:0 24px 70px rgba(14,48,98,.10)!important;
  }
  body[data-page="solutions"] #complex-sales .solution-block{
    grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr)!important;
  }
  body[data-page="solutions"] .solution-block > *{
    opacity:1!important;
    pointer-events:auto!important;
  }
  body[data-page="solutions"] .solution-copy h2{
    font-size:32px!important;
    line-height:1.18!important;
    margin:10px 0 4px!important;
    color:#081a3a!important;
  }
  body[data-page="solutions"] .lead-small{
    font-size:15px!important;
    color:#526780!important;
  }
  body[data-page="solutions"] .question-box{
    background:#fff!important;
    border:1px solid #dbe8f8!important;
    box-shadow:0 14px 34px rgba(18,45,88,.06)!important;
  }
  body[data-page="solutions"] .question-box span{
    background:#f8fbff!important;
    color:#344967!important;
  }
  body[data-page="solutions"] .scene-card{
    position:relative!important;
    display:flex!important;
    align-items:flex-end!important;
    min-height:360px!important;
    height:auto!important;
    padding:24px!important;
    border-radius:22px!important;
    overflow:hidden!important;
    border:1px solid rgba(179,207,242,.5)!important;
    box-shadow:0 26px 70px rgba(8,30,68,.16)!important;
    background:#071a3a!important;
  }
  body[data-page="solutions"] .scene-card img{
    display:none!important;
  }
  body[data-page="solutions"] .scene-card:before,
  body[data-page="solutions"] .scene-card:after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
  }
  body[data-page="solutions"] .scene-card:after{
    background:
      linear-gradient(180deg,rgba(5,18,42,.08),rgba(5,18,42,.62)),
      radial-gradient(circle at 80% 18%,rgba(71,147,255,.32),transparent 34%);
    z-index:1;
  }
  body[data-page="solutions"] .scene-card--knowledge:before{
    background:
      linear-gradient(90deg,rgba(5,18,42,.12),rgba(5,18,42,.52)),
      url("/assets/img/slices/solutions-scene1-bg.webp?v=20260807-secondary-noshot") left center/48% auto no-repeat,
      radial-gradient(circle at 78% 20%,rgba(75,153,255,.35),transparent 34%),
      linear-gradient(135deg,#0b234d,#07142f);
  }
  body[data-page="solutions"] .scene-card--complex:before{
    background:
      radial-gradient(circle at 18% 18%,rgba(58,154,255,.36),transparent 30%),
      radial-gradient(circle at 78% 22%,rgba(54,214,255,.18),transparent 24%),
      linear-gradient(135deg,#061a3d,#0a2f66 62%,#07142f);
  }
  body[data-page="solutions"] .scene-card--content:before{
    background:
      radial-gradient(circle at 18% 24%,rgba(54,214,255,.20),transparent 28%),
      linear-gradient(90deg,rgba(13,74,154,.74) 0 1px,transparent 1px 98px),
      linear-gradient(180deg,rgba(13,74,154,.46) 0 1px,transparent 1px 74px),
      linear-gradient(135deg,#06162f,#0a3a82 58%,#06162f);
  }
  body[data-page="solutions"] .scene-ui{
    position:relative;
    z-index:2;
    width:min(78%,420px);
    margin-left:auto;
    padding:20px;
    border-radius:18px;
    background:rgba(255,255,255,.90);
    border:1px solid rgba(220,234,250,.86);
    box-shadow:0 20px 48px rgba(4,18,42,.22);
    color:#10213c;
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
  }
  body[data-page="solutions"] .scene-card--complex .scene-ui{
    margin-left:0;
    margin-right:auto;
  }
  body[data-page="solutions"] .scene-ui__eyebrow{
    display:inline-flex;
    margin-bottom:8px;
    color:#1e6dff;
    font-size:12px;
    font-weight:950;
  }
  body[data-page="solutions"] .scene-ui h3{
    margin:0 0 12px;
    font-size:20px;
    line-height:1.25;
    color:#081a3a;
  }
  body[data-page="solutions"] .scene-ui ul{
    list-style:none;
    margin:0;
    padding:0;
    display:grid;
    gap:8px;
  }
  body[data-page="solutions"] .scene-ui li{
    position:relative;
    padding-left:18px;
    color:#526780;
    font-size:13px;
    line-height:1.45;
  }
  body[data-page="solutions"] .scene-ui li:before{
    content:"";
    position:absolute;
    left:0;
    top:.58em;
    width:7px;
    height:7px;
    border-radius:50%;
    background:#1e6dff;
  }
  body[data-page="solutions"] .scene-metrics{
    display:grid;
    grid-template-columns:auto 1fr;
    gap:6px 10px;
    align-items:baseline;
  }
  body[data-page="solutions"] .scene-metrics b{
    color:#0a42ff;
    font-size:26px;
    line-height:1;
  }
  body[data-page="solutions"] .scene-metrics span{
    color:#526780;
    font-size:13px;
    font-weight:800;
  }
  body[data-page="solutions"] .scene-flow{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
  }
  body[data-page="solutions"] .scene-flow span{
    height:32px;
    display:inline-flex;
    align-items:center;
    padding:0 12px;
    border-radius:10px;
    background:#eef5ff;
    color:#1d4ed8;
    font-size:13px;
    font-weight:900;
  }
  body[data-page="solutions"] .scene-flow i{
    width:18px;
    height:2px;
    background:#9fc2ff;
    border-radius:99px;
  }
}

@media (max-width:900px){
  body[data-page="solutions"] .scene-card{
    min-height:300px!important;
    padding:18px!important;
  }
  body[data-page="solutions"] .scene-card img{
    display:none!important;
  }
  body[data-page="solutions"] .scene-ui{
    width:100%;
    margin:0!important;
  }
}

/* End-of-file text-image audit: large screenshot text is disabled in favor of live DOM. */
@media (min-width:901px){
  body[data-page="resources"] .hero--resources,
  body[data-page="pricing"] .hero--dark,
  body[data-page="product"] .hero--dark,
  body[data-page="diagnosis"] .hero--dark{
    background:
      radial-gradient(circle at 74% 28%,rgba(48,132,255,.20),transparent 32%),
      linear-gradient(135deg,#f8fbff 0%,#eef7ff 58%,#e7f2ff 100%)!important;
    color:#0b1a3b!important;
  }
  body[data-page="product"] .hero--dark,
  body[data-page="diagnosis"] .hero--dark{
    background:
      radial-gradient(circle at 74% 24%,rgba(39,126,255,.34),transparent 34%),
      linear-gradient(180deg,#06162f 0%,#082554 58%,#06162f 100%)!important;
    color:#fff!important;
  }
  body[data-page="resources"] .hero--resources .hero__copy,
  body[data-page="resources"] .hero--resources .hero__visual,
  body[data-page="pricing"] .hero__copy,
  body[data-page="pricing"] .hero__visual,
  body[data-page="product"] .hero__copy,
  body[data-page="product"] .hero__visual,
  body[data-page="diagnosis"] .diagnosis-copy{
    opacity:1!important;
    pointer-events:auto!important;
  }
  body[data-page="resources"] .hero--resources .hero__inner,
  body[data-page="pricing"] .hero__inner,
  body[data-page="product"] .hero__inner{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    min-height:520px!important;
    padding:58px 0!important;
    gap:44px!important;
  }
  body[data-page="resources"] .resource-hero-object,
  body[data-page="pricing"] .pricing-hero-object,
  body[data-page="product"] .product-hero-object,
  body[data-page="diagnosis"] .diagnosis-copy .slice-frame img{
    display:none!important;
  }
  body[data-page="resources"] .hero__visual .slice-frame,
  body[data-page="pricing"] .hero__visual .slice-frame,
  body[data-page="product"] .hero__visual .slice-frame,
  body[data-page="diagnosis"] .diagnosis-copy .slice-frame{
    position:relative!important;
    min-height:320px!important;
    border:1px solid rgba(190,214,246,.78)!important;
    border-radius:26px!important;
    background:
      radial-gradient(circle at 78% 18%,rgba(54,214,255,.20),transparent 26%),
      linear-gradient(145deg,rgba(255,255,255,.92),rgba(238,247,255,.74))!important;
    box-shadow:0 26px 70px rgba(18,45,88,.12)!important;
    overflow:hidden!important;
  }
  body[data-page="product"] .hero__visual .slice-frame,
  body[data-page="diagnosis"] .diagnosis-copy .slice-frame{
    background:
      radial-gradient(circle at 72% 30%,rgba(37,99,235,.32),transparent 32%),
      linear-gradient(145deg,#061a3d,#0b367b)!important;
    border-color:rgba(130,180,255,.30)!important;
  }
  body[data-page="resources"] .hero__visual .slice-frame:before,
  body[data-page="pricing"] .hero__visual .slice-frame:before,
  body[data-page="product"] .hero__visual .slice-frame:before,
  body[data-page="diagnosis"] .diagnosis-copy .slice-frame:before{
    content:"";
    position:absolute;
    inset:34px 46px;
    border-radius:22px;
    background:
      linear-gradient(90deg,rgba(10,66,255,.18) 0 28%,transparent 28% 100%),
      repeating-linear-gradient(180deg,rgba(30,109,255,.14) 0 10px,transparent 10px 28px),
      rgba(255,255,255,.72);
    border:1px solid rgba(205,224,250,.84);
    box-shadow:0 20px 48px rgba(17,60,121,.14);
  }
  body[data-page="product"] .hero__visual .slice-frame:before,
  body[data-page="diagnosis"] .diagnosis-copy .slice-frame:before{
    background:
      repeating-linear-gradient(90deg,rgba(68,138,255,.18) 0 2px,transparent 2px 72px),
      repeating-linear-gradient(180deg,rgba(68,138,255,.14) 0 2px,transparent 2px 62px),
      rgba(7,28,66,.92);
    border-color:rgba(128,180,255,.34);
  }

  body[data-page="resources"] .featured-resource{
    grid-template-columns:1fr 300px!important;
    background:linear-gradient(135deg,#061a3d,#0a3b8b)!important;
  }
  body[data-page="resources"] .featured-resource .slice-frame{
    min-height:190px!important;
    background:
      radial-gradient(circle at 76% 20%,rgba(54,214,255,.28),transparent 30%),
      linear-gradient(145deg,#08275d,#0a42ff)!important;
  }
  body[data-page="resources"] .featured-resource .slice-frame img{
    display:none!important;
  }
  body[data-page="resources"] .article-thumb,
  body[data-page="resources"] .doc-cover{
    background:
      radial-gradient(circle at 78% 22%,rgba(96,165,255,.42),transparent 36%),
      linear-gradient(145deg,#06162f,#0a42ff)!important;
  }

  body[data-page="pricing"] #plans .pricing-card:after,
  body[data-page="product"] #capabilities .feature-card:after,
  body[data-page="diagnosis"] #free-report .step-card:before{
    display:none!important;
  }

  body[data-page="product"] #capabilities .grid--6{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:18px!important;
    min-height:0!important;
    background:none!important;
  }
  body[data-page="product"] #capabilities .feature-card{
    display:block!important;
    min-height:168px!important;
  }
  body[data-page="product"] #workflow{
    display:block!important;
    padding:54px 0!important;
    background:#eef7ff!important;
  }
  body[data-page="product"] #workflow .container{
    height:auto!important;
    background:none!important;
  }
  body[data-page="product"] #workflow .section-title,
  body[data-page="product"] #workflow .step-row{
    opacity:1!important;
    pointer-events:auto!important;
  }
  body[data-page="product"] #workflow .step-row{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    min-height:0!important;
    background:none!important;
  }
  body[data-page="product"] #workflow .step-card{
    display:block!important;
  }
  body[data-page="product"] #monitoring .section-title,
  body[data-page="product"] #knowledge-base .section-title,
  body[data-page="product"] #sales-assistant .section-title{
    display:block!important;
  }
  body[data-page="product"] #monitoring .platform-panel{
    display:grid!important;
    grid-template-columns:1.1fr .72fr .9fr!important;
    min-height:0!important;
    padding:24px!important;
    border:1px solid #dfeafe!important;
    border-radius:26px!important;
    background:#fff!important;
    box-shadow:0 18px 52px rgba(18,45,88,.08)!important;
  }
  body[data-page="product"] #monitoring .platform-panel > *,
  body[data-page="product"] #knowledge-base .knowledge-panel > *,
  body[data-page="product"] #sales-assistant .sales-panel > *{
    display:revert!important;
    opacity:1!important;
    pointer-events:auto!important;
  }
  body[data-page="product"] #monitoring .platform-list{
    display:flex!important;
  }
  body[data-page="product"] #monitoring .metrics-compact{
    display:grid!important;
  }
  body[data-page="product"] #knowledge-base .knowledge-panel{
    display:grid!important;
    grid-template-columns:280px 1fr 280px!important;
    min-height:0!important;
    padding:30px!important;
    border:1px solid #dce8f7!important;
    border-radius:28px!important;
    background:linear-gradient(135deg,#f8fbff,#eaf3ff)!important;
    box-shadow:0 18px 52px rgba(18,45,88,.08)!important;
  }
  body[data-page="product"] #knowledge-base .slice-frame img{
    display:none!important;
  }
  body[data-page="product"] #knowledge-base .slice-frame{
    min-height:180px;
    border-radius:22px;
    background:
      radial-gradient(circle at 50% 50%,#1e6dff 0 22px,transparent 23px),
      radial-gradient(circle at 24% 32%,#8dbdff 0 12px,transparent 13px),
      radial-gradient(circle at 76% 30%,#8dbdff 0 12px,transparent 13px),
      radial-gradient(circle at 30% 76%,#8dbdff 0 12px,transparent 13px),
      radial-gradient(circle at 72% 74%,#8dbdff 0 12px,transparent 13px),
      linear-gradient(135deg,#eef6ff,#fff)!important;
  }
  body[data-page="product"] #sales-assistant .sales-panel{
    display:grid!important;
    grid-template-columns:.8fr 1.3fr .9fr!important;
    min-height:0!important;
    background:none!important;
  }

  body[data-page="diagnosis"] #free-report .step-row{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    min-height:0!important;
    background:none!important;
    opacity:1!important;
  }
  body[data-page="diagnosis"] #free-report .step-card{
    display:block!important;
  }
}

@media (max-width:900px){
  body[data-page="resources"] .resource-hero-object,
  body[data-page="pricing"] .pricing-hero-object,
  body[data-page="product"] .product-hero-object,
  body[data-page="diagnosis"] .diagnosis-copy .slice-frame img{
    display:none!important;
  }
  body[data-page="resources"] .article-thumb,
  body[data-page="resources"] .doc-cover{
    background:
      radial-gradient(circle at 78% 22%,rgba(96,165,255,.42),transparent 36%),
      linear-gradient(145deg,#06162f,#0a42ff)!important;
  }
}

/* Brand and typography pass 2026-05-18: new AIRank logo and Alibaba Cloud-style compact header. */
:root{--header:60px}
body{
  font-family:"Alibaba PuHuiTi 3.0","Alibaba PuHuiTi","Alibaba Sans","HarmonyOS Sans SC","PingFang SC","Microsoft YaHei","Noto Sans CJK SC",Arial,sans-serif;
  letter-spacing:0;
}
.site-header,
body[data-page="pricing"] .site-header{
  height:var(--header);
}
.header__inner,
body[data-page="pricing"] .header__inner{
  height:var(--header);
}
.brand{
  gap:0;
  min-width:0;
  flex:0 0 auto;
}
.brand span,
.brand em,
.brand strong{
  display:none!important;
}
.site-header .brand img,
body[data-page="pricing"] .brand img{
  width:auto!important;
  height:34px!important;
  max-width:172px;
  object-fit:contain;
}
.site-header--dark .brand,
.footer .brand--footer{
  padding:4px 8px;
  border-radius:10px;
  background:rgba(255,255,255,.96);
  box-shadow:0 8px 22px rgba(0,0,0,.10);
}
.footer .brand--footer{
  width:max-content;
  max-width:220px;
}
.footer .brand--footer img{
  width:auto!important;
  height:42px!important;
  max-width:190px;
}
.nav,
body[data-page="pricing"] .nav{
  gap:28px;
  font-size:13px!important;
  font-weight:600!important;
  letter-spacing:0;
}
.nav a,
body[data-page="pricing"] .nav a{
  padding:20px 0;
}
.nav a.is-active:after,
body[data-page="pricing"] .nav a.is-active:after{
  bottom:10px;
  height:2px;
}
.header__actions .btn,
body[data-page="pricing"] .header__actions .btn{
  height:36px;
  padding-inline:15px;
  border-radius:8px;
  font-size:13px;
  font-weight:700;
  letter-spacing:0;
}
.btn{
  font-weight:700;
}
.hero h1,
.section-title h2,
body[data-page="product"] .hero__copy h1,
body[data-page="solutions"] .hero__copy h1,
body[data-page="pricing"] .hero__copy h1,
body[data-page="diagnosis"] .diagnosis-copy h1{
  font-weight:850;
}
@media (max-width:1120px){
  .nav,
  body[data-page="pricing"] .nav{
    gap:18px;
    font-size:12px!important;
  }
}
@media (max-width:860px){
  :root{--header:62px}
  .nav{
    top:var(--header);
  }
  .site-header .brand img,
  body[data-page="pricing"] .brand img{
    height:30px!important;
    max-width:138px;
  }
  .site-header--dark .brand{
    padding:3px 6px;
    border-radius:9px;
  }
  .header__actions .btn,
  body[data-page="pricing"] .header__actions .btn{
    height:36px;
    padding-inline:12px;
    font-size:12px;
  }
}
@media (max-width:390px){
  .site-header .brand img,
  body[data-page="pricing"] .brand img{
    max-width:124px;
  }
  .header__actions{
    gap:8px;
  }
  .header__actions .btn,
  body[data-page="pricing"] .header__actions .btn{
    padding-inline:10px;
  }
}

/* Transparent cutout fidelity pass 2026-05-18.
   Keep DOM text/buttons real, but restore the hard-to-code 3D icon artwork from the design references. */
body[data-page="pricing"] .pricing-card .plan-subtitle::after{
  content:"";
  display:block;
  width:150px;
  height:118px;
  margin:12px auto 16px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  filter:drop-shadow(0 20px 30px rgba(49,116,210,.16));
}
body[data-page="pricing"] .pricing-card:nth-child(1) .plan-subtitle::after{
  background-image:url("/assets/img/cutouts/pricing-plan-1.png");
}
body[data-page="pricing"] .pricing-card:nth-child(2) .plan-subtitle::after{
  background-image:url("/assets/img/cutouts/pricing-plan-2.png");
}
body[data-page="pricing"] .pricing-card:nth-child(3) .plan-subtitle::after{
  background-image:url("/assets/img/cutouts/pricing-plan-3.png");
}
body[data-page="pricing"] .pricing-card{
  overflow:visible;
}
body[data-page="pricing"] .pricing-card .plan-icon{
  width:46px;
  height:46px;
  border-radius:50%;
  color:#fff;
  background:linear-gradient(135deg,#1e75ff,#7d5bff);
  box-shadow:0 12px 24px rgba(38,105,225,.24);
  font-size:21px;
}
body[data-page="home"] #workflow .step-card,
body[data-page="product"] #workflow .step-card{
  min-height:206px;
  padding-top:104px;
  overflow:visible;
}
body[data-page="home"] #workflow .step-card::before,
body[data-page="product"] #workflow .step-card::before{
  content:"";
  position:absolute;
  top:18px;
  left:24px;
  width:82px;
  height:74px;
  background-repeat:no-repeat;
  background-position:left center;
  background-size:contain;
  filter:drop-shadow(0 18px 28px rgba(48,119,220,.18));
}
body[data-page="home"] #workflow .step-card:nth-child(1)::before,
body[data-page="product"] #workflow .step-card:nth-child(1)::before{
  background-image:url("/assets/img/cutouts/home-step-1.png?v=20260807-home-hero-premium");
}
body[data-page="home"] #workflow .step-card:nth-child(2)::before,
body[data-page="product"] #workflow .step-card:nth-child(2)::before{
  background-image:url("/assets/img/cutouts/home-step-2.png?v=20260807-home-hero-premium");
}
body[data-page="home"] #workflow .step-card:nth-child(3)::before,
body[data-page="product"] #workflow .step-card:nth-child(3)::before{
  background-image:url("/assets/img/cutouts/home-step-3.png?v=20260807-home-hero-premium");
}
body[data-page="home"] #workflow .step-card:nth-child(4)::before,
body[data-page="product"] #workflow .step-card:nth-child(4)::before{
  background-image:url("/assets/img/cutouts/home-step-4.png?v=20260807-home-hero-premium");
}
body[data-page="home"] #workflow .step-card span,
body[data-page="product"] #workflow .step-card span{
  position:absolute;
  top:24px;
  right:24px;
  font-size:20px;
  color:#6d9cff;
}
body[data-page="home"] #workflow .step-card h3,
body[data-page="product"] #workflow .step-card h3{
  font-size:28px;
}
@media (max-width:760px){
  body[data-page="pricing"] .pricing-card .plan-subtitle::after{
    width:132px;
    height:96px;
    margin:10px auto 12px;
  }
  body[data-page="home"] #workflow .step-card,
  body[data-page="product"] #workflow .step-card{
    padding-top:96px;
  }
}

/* Final UI fidelity pass 2026-05-18.
   Tighten every long page back toward the design comps while keeping real DOM text,
   forms, navigation, and primary links clickable. */
@media (min-width:900px){
  .container{max-width:1120px}
  .section{padding:54px 0}
  .section-title{margin-bottom:24px}
  .section-title h2{font-size:clamp(28px,2.55vw,36px);line-height:1.18}
  .section-title p{font-size:14px;line-height:1.65}
  .feature-card,
  .capability-card,
  .pricing-card,
  .case-card,
  .article-card,
  .doc-card,
  .report-card,
  .faq-item{
    border-color:#d8e8fb;
    box-shadow:0 16px 42px rgba(20,57,108,.075);
  }
  .btn{height:42px;border-radius:10px;padding-inline:20px;font-size:14px}
  .hero__actions{gap:12px}
  .cta-section{padding:34px 0}
  .cta-banner{
    min-height:126px;
    display:grid;
    grid-template-columns:auto minmax(260px,1fr) minmax(360px,520px);
    align-items:center;
    gap:18px;
    padding:24px 34px;
    border-radius:18px;
  }
  .cta-banner__icon{
    width:72px;
    height:72px;
    border-radius:20px;
    font-size:26px;
  }
  .cta-banner__copy h2{font-size:26px;line-height:1.2;margin:0 0 6px}
  .cta-banner__copy p{font-size:14px;margin:0}
  .cta-form{grid-template-columns:minmax(0,1fr) 154px;gap:0}
  .cta-form input{height:46px;border-radius:12px 0 0 12px}
  .cta-form .btn{height:46px;border-radius:0 12px 12px 0}
  .cta-banner__notes{
    grid-column:2 / 4;
    margin-top:-4px;
    gap:18px;
    font-size:12px;
  }
  .footer__grid{
    display:grid;
    grid-template-columns:1.45fr repeat(5,minmax(86px,.72fr)) minmax(130px,.9fr)!important;
    gap:20px;
    padding:38px 0 22px;
    align-items:start;
  }
  .footer__brand p{font-size:12px;line-height:1.65;margin:12px 0}
  .footer .brand--footer img{height:30px!important;max-width:150px}
  .footer__col h3{font-size:13px;margin:0 0 10px}
  .footer__col a{font-size:12px;line-height:1.86}
  .footer__contact b{font-size:18px;margin-bottom:4px}
  .footer__contact .qr{width:72px;height:72px;padding:5px}
  .socials{gap:7px}
  .socials span{width:26px;height:26px;font-size:11px}
  .footer__bottom{padding:14px 0 18px;font-size:11px}

  body[data-page="home"] .hero--home .slice-frame--hero{
    min-height:560px;
    background:url("/assets/img/slices/home-hero-object.png?v=20260807-home-hero-premium") center/contain no-repeat!important;
  }
  body[data-page="home"] .hero--home .slice-frame--hero img.home-hero-object{
    opacity:0;
  }

  body[data-page="resources"] .hero--resources .hero__inner{
    min-height:390px;
    grid-template-columns:.88fr 1.12fr;
    gap:26px;
    padding:42px 0 26px;
  }
  body[data-page="resources"] .hero--resources h1{
    font-size:52px;
    line-height:1.15;
    letter-spacing:-.045em;
  }
  body[data-page="resources"] .hero--resources p{font-size:16px;max-width:440px}
  body[data-page="resources"] .hero--resources .hero__badges{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    max-width:500px;
    gap:18px;
    margin-top:26px;
  }
  body[data-page="resources"] .hero--resources .hero__badges span{
    font-size:12px;
    color:#1d5fe8;
    font-weight:800;
  }
  body[data-page="resources"] .hero--resources .slice-frame--hero img{
    max-width:560px;
    transform:translateX(10px) scale(1.05);
  }
  body[data-page="resources"] .search-section{padding:26px 0 12px}
  body[data-page="resources"] .search-box{
    max-width:650px;
    height:44px;
    border-radius:12px;
  }
  body[data-page="resources"] .tabs{gap:14px;margin-top:14px}
  body[data-page="resources"] .tabs a{
    min-height:36px;
    padding:0 18px;
    font-size:13px;
    border-radius:9px;
  }
  body[data-page="resources"] #featured{padding:22px 0 42px}
  body[data-page="resources"] .featured-resource{
    display:grid;
    grid-template-columns:260px minmax(0,1fr);
    gap:22px;
    min-height:196px;
    padding:24px 28px;
    border-radius:14px;
    color:#fff;
    background:
      linear-gradient(90deg,rgba(4,20,54,.94),rgba(4,41,104,.82)),
      url("/assets/img/slices/resources-feature.webp?v=20260807-secondary-noshot") center/cover no-repeat;
    box-shadow:0 22px 58px rgba(6,28,70,.18);
  }
  body[data-page="resources"] .featured-resource .eyebrow{width:max-content}
  body[data-page="resources"] .featured-resource h2{
    color:#fff;
    font-size:30px;
    line-height:1.22;
    margin:12px 0 10px;
  }
  body[data-page="resources"] .featured-resource p{color:#dceaff;font-size:14px;line-height:1.68}
  body[data-page="resources"] .featured-resource .slice-frame{align-self:center}
  body[data-page="resources"] .featured-resource img{
    border-radius:12px;
    filter:drop-shadow(0 16px 28px rgba(0,0,0,.28));
  }
  body[data-page="resources"] #articles,
  body[data-page="resources"] #downloads,
  body[data-page="resources"] #learning{padding:34px 0}
  body[data-page="resources"] .article-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
  }
  body[data-page="resources"] .article-card{border-radius:10px;overflow:hidden}
  body[data-page="resources"] .article-thumb{
    min-height:116px;
    padding:18px;
    border-radius:0;
  }
  body[data-page="resources"] .article-thumb span{
    font-size:11px;
    padding:5px 8px;
    border-radius:999px;
    background:#1b6dff;
    color:#fff;
  }
  body[data-page="resources"] .article-thumb h3{
    margin-top:18px;
    color:#fff;
    font-size:16px;
    line-height:1.35;
  }
  body[data-page="resources"] .article-card > div:not(.article-thumb){
    padding:16px 16px 18px;
  }
  body[data-page="resources"] .article-card p{font-size:13px;line-height:1.62}
  body[data-page="resources"] .article-card small{font-size:11px}
  body[data-page="resources"] .doc-grid{
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:18px;
  }
  body[data-page="resources"] .doc-card{
    padding:12px 12px 14px;
    border-radius:10px;
  }
  body[data-page="resources"] .doc-cover{
    min-height:148px;
    border-radius:8px;
    padding:14px;
    font-size:14px;
    line-height:1.35;
    color:#fff;
    display:flex;
    align-items:flex-end;
  }
  body[data-page="resources"] .doc-card h3{font-size:13px;margin:12px 0 4px}
  body[data-page="resources"] .doc-card p,
  body[data-page="resources"] .doc-card a{font-size:12px}
  body[data-page="resources"] #learning .grid--5{
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:18px;
  }
  body[data-page="resources"] #learning .feature-card{
    min-height:142px;
    padding:18px;
  }
  body[data-page="resources"] #learning .feature-card h3{font-size:16px}
  body[data-page="resources"] #learning .feature-card p{font-size:12px}

  body[data-page="solutions"] .solution-live{padding:0}
  body[data-page="solutions"] .solution-block{
    min-height:310px;
    grid-template-columns:.82fr 1.18fr!important;
    gap:26px;
    align-items:center;
    padding:28px 0;
    border:0;
    background:transparent;
    box-shadow:none;
  }
  body[data-page="solutions"] #complex-sales .solution-block{
    grid-template-columns:1.18fr .82fr!important;
  }
  body[data-page="solutions"] .solution-copy h2{font-size:30px;line-height:1.2;margin:6px 0}
  body[data-page="solutions"] .lead-small{font-size:14px;line-height:1.55}
  body[data-page="solutions"] .num-label{
    width:46px;
    height:46px;
    border-radius:12px;
    font-size:24px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }
  body[data-page="solutions"] .question-box{
    margin:14px 0;
    padding:14px;
    border-radius:12px;
    background:rgba(255,255,255,.76);
  }
  body[data-page="solutions"] .question-box h3{font-size:14px;margin-bottom:8px}
  body[data-page="solutions"] .question-box span{
    display:block;
    padding:7px 10px;
    border-radius:8px;
    font-size:12px;
  }
  body[data-page="solutions"] .check-list{gap:5px;font-size:12px;line-height:1.45}
  body[data-page="solutions"] .solution-copy .btn{height:38px;font-size:13px;margin-top:10px}
  body[data-page="solutions"] .scene-card{
    height:275px;
    padding:0;
    border-radius:16px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 24px 58px rgba(15,57,111,.13);
  }
  body[data-page="solutions"] .scene-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:16px;
  }
  body[data-page="solutions"] #knowledge-intensive .scene-card{
    background:#fff url("/assets/img/slices/solutions-scene1.webp?v=20260807-secondary-noshot") center/cover no-repeat;
  }
  body[data-page="solutions"] #complex-sales .scene-card{
    background:#fff url("/assets/img/slices/solutions-scene2.webp?v=20260807-secondary-noshot") center/cover no-repeat;
  }
  body[data-page="solutions"] #content-assets .scene-card{
    background:#fff url("/assets/img/slices/solutions-scene3.webp?v=20260807-secondary-noshot") center/cover no-repeat;
  }
  body[data-page="solutions"] #support{padding:42px 0 46px}
  body[data-page="solutions"] #support .grid--4{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
  }
  body[data-page="solutions"] #support .feature-card{
    min-height:154px;
    padding:18px;
  }
  body[data-page="solutions"] #support .feature-card h3{font-size:17px}
  body[data-page="solutions"] #support .feature-card p{font-size:12px}

  body[data-page="cases"] .hero__inner{
    min-height:500px;
    grid-template-columns:.92fr 1.08fr;
    padding:42px 0 34px;
  }
  body[data-page="cases"] .hero h1{font-size:52px;line-height:1.14}
  body[data-page="cases"] .hero__visual img.case-hero-object{max-width:560px}
  body[data-page="cases"] #featured-cases{padding:36px 0}
  body[data-page="cases"] #featured-cases .section-title{margin-bottom:18px}
  body[data-page="cases"] .case-card{
    position:relative;
    display:grid;
    grid-template-columns:.47fr .53fr;
    min-height:245px;
    margin:18px 0;
    padding:0;
    overflow:hidden;
    border-radius:15px;
    background:linear-gradient(90deg,#fff 0%,#f8fbff 46%,rgba(255,255,255,.45) 66%,rgba(255,255,255,.10) 100%);
  }
  body[data-page="cases"] .case-card__image{
    grid-column:2;
    grid-row:1 / 3;
    height:100%;
    min-height:245px;
  }
  body[data-page="cases"] .case-card__image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }
  body[data-page="cases"] .case-card__image:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.72) 22%,rgba(255,255,255,.10) 52%,rgba(5,23,56,.18) 100%);
    pointer-events:none;
  }
  body[data-page="cases"] .case-card__body{
    grid-column:1;
    grid-row:1;
    z-index:2;
    padding:24px 22px 12px;
  }
  body[data-page="cases"] .case-card__body h2{
    font-size:20px;
    line-height:1.3;
    margin:4px 0 10px;
  }
  body[data-page="cases"] .case-card__body p{font-size:12px;line-height:1.62}
  body[data-page="cases"] .case-tags{gap:8px;margin-top:12px}
  body[data-page="cases"] .case-tags span{
    font-size:11px;
    padding:6px 8px;
    border-radius:8px;
  }
  body[data-page="cases"] .case-card__metrics{
    grid-column:1 / 3;
    grid-row:2;
    z-index:3;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:0;
    align-self:end;
    margin:0 20px 18px;
    max-width:720px;
    justify-self:end;
    border:1px solid rgba(207,225,249,.82);
    background:rgba(255,255,255,.78);
    backdrop-filter:blur(10px);
    border-radius:10px;
    overflow:hidden;
  }
  body[data-page="cases"] .case-card__metrics .metric{
    padding:12px 14px;
    border-radius:0;
    box-shadow:none;
    background:transparent;
    border-right:1px solid #dfebfa;
  }
  body[data-page="cases"] .case-card__metrics .metric:last-child{border-right:0}
  body[data-page="cases"] .case-card__metrics b{font-size:22px}
  body[data-page="cases"] .case-card__metrics p{font-size:11px}
  body[data-page="cases"] #delivery{padding:34px 0 42px}
  body[data-page="cases"] #delivery .grid--5{
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:16px;
  }
  body[data-page="cases"] #delivery .feature-card{
    min-height:132px;
    padding:16px;
  }
  body[data-page="cases"] #delivery .feature-card h3{font-size:15px}
  body[data-page="cases"] #delivery .feature-card p{font-size:12px}

  body[data-page="pricing"] .pricing-live{padding:36px 0 32px}
  body[data-page="pricing"] #plans .section-title{margin-bottom:22px}
  body[data-page="pricing"] #plans .pricing-card{
    min-height:470px;
    padding:22px 22px 18px;
    border-radius:14px;
  }
  body[data-page="pricing"] #plans .pricing-card:after{display:none}
  body[data-page="pricing"] #plans .pricing-card .plan-subtitle{margin-bottom:0}
  body[data-page="pricing"] .pricing-card .plan-subtitle::after{
    width:130px;
    height:96px;
    margin:8px auto 12px;
  }
  body[data-page="pricing"] #plans .pricing-card h3{font-size:25px;margin:10px 0 4px}
  body[data-page="pricing"] #plans .pricing-card > p:not(.plan-subtitle){
    min-height:42px;
    font-size:12px;
    line-height:1.55;
    margin-bottom:10px;
  }
  body[data-page="pricing"] #plans .pricing-card .check-list{font-size:12px;gap:5px}
  body[data-page="pricing"] .plan-cycle{
    margin-top:12px;
    padding-top:12px;
  }
  body[data-page="pricing"] .plan-cycle b{font-size:15px}
  body[data-page="pricing"] #plans .pricing-card .btn{height:38px;font-size:13px}
  body[data-page="pricing"] .compare-layout{
    grid-template-columns:minmax(0,1fr) 256px;
    margin-top:24px;
  }
  body[data-page="pricing"] .comparison th,
  body[data-page="pricing"] .comparison td{
    padding:9px 10px;
    font-size:12px;
  }
  body[data-page="pricing"] .why-card{padding:20px;border-radius:12px}
  body[data-page="pricing"] .why-card h3{font-size:18px}
  body[data-page="pricing"] .pricing-start{
    margin-top:22px;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:0;
    padding:12px;
    border:1px solid #dbeafa;
    border-radius:14px;
    background:#fff;
  }
  body[data-page="pricing"] .pricing-start .step-card{
    min-height:98px;
    padding:14px 16px 12px 70px;
    border:0;
    box-shadow:none;
    border-radius:0;
    background:transparent;
  }
  body[data-page="pricing"] .pricing-start .step-card:not(:last-child){border-right:1px solid #e2eefb}
  body[data-page="pricing"] .pricing-start .step-card span{
    position:absolute;
    left:16px;
    top:20px;
    font-size:20px;
  }
  body[data-page="pricing"] .pricing-start .step-card h3{font-size:18px;margin:4px 0}
  body[data-page="pricing"] .pricing-start .step-card p{font-size:12px;line-height:1.45}
  body[data-page="pricing"] #faq{padding:36px 0}
  body[data-page="pricing"] #faq .faq-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }
  body[data-page="pricing"] #faq .faq-item summary{
    min-height:48px;
    padding:0 18px;
    font-size:14px;
  }

  body[data-page="diagnosis"] #free-report,
  body[data-page="diagnosis"] #customers,
  body[data-page="diagnosis"] #report-sample,
  body[data-page="diagnosis"] #report-content{
    padding:34px 0;
  }
  body[data-page="diagnosis"] #free-report .section-title,
  body[data-page="diagnosis"] #customers .section-title,
  body[data-page="diagnosis"] #report-sample .section-title{margin-bottom:20px}
  body[data-page="diagnosis"] #free-report .step-row{
    min-height:150px;
    background:
      linear-gradient(180deg,rgba(255,255,255,.86),rgba(255,255,255,.68)),
      url("/assets/img/slices/diagnosis-steps-full.webp?v=20260807-secondary-noshot") center/cover no-repeat;
  }
  body[data-page="diagnosis"] #free-report .step-card{
    padding-left:96px;
    min-height:118px;
  }
  body[data-page="diagnosis"] #customers .grid--4{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    gap:18px;
  }
  body[data-page="diagnosis"] #customers .feature-card{
    min-height:146px;
    padding:18px 14px;
    text-align:left;
  }
  body[data-page="diagnosis"] #customers .icon-bubble{
    width:46px;
    height:46px;
    border-radius:14px;
  }
  body[data-page="diagnosis"] #customers .feature-card h3{font-size:15px;line-height:1.3}
  body[data-page="diagnosis"] #customers .feature-card p{font-size:11px;line-height:1.5}
  body[data-page="diagnosis"] #report-sample .report-grid{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:16px;
  }
  body[data-page="diagnosis"] #report-sample .report-score,
  body[data-page="diagnosis"] #report-sample .report-card,
  body[data-page="diagnosis"] #report-sample .report-card--wide{
    grid-column:auto;
    min-height:150px;
    padding:18px;
    border-radius:12px;
  }
  body[data-page="diagnosis"] #report-sample .report-score b{font-size:44px}
  body[data-page="diagnosis"] #report-sample .report-card h3{font-size:15px}
  body[data-page="diagnosis"] #report-sample .check-list{font-size:11px;gap:4px}
  body[data-page="diagnosis"] #report-sample .tag-row span{font-size:11px;padding:6px 8px}
  body[data-page="diagnosis"] #report-content .faq-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }
  body[data-page="diagnosis"] #report-content .faq-item summary{
    min-height:46px;
    padding:0 16px;
    font-size:13px;
  }

  body[data-page="product"] #monitoring,
  body[data-page="product"] #knowledge-base,
  body[data-page="product"] #sales-assistant{
    padding:38px 0;
  }
  body[data-page="product"] #monitoring .section-title,
  body[data-page="product"] #knowledge-base .section-title,
  body[data-page="product"] #sales-assistant .section-title{margin-bottom:20px}
  body[data-page="product"] #monitoring .platform-panel{
    min-height:238px;
    grid-template-columns:1fr;
    padding:0;
    border-radius:18px;
    overflow:hidden;
    background:#f4f9ff url("/assets/img/slices/product-monitor-full.webp?v=20260807-secondary-noshot") center bottom/cover no-repeat;
    box-shadow:0 20px 58px rgba(24,62,114,.10);
  }
  body[data-page="product"] #monitoring .platform-panel > *{
    opacity:0;
    pointer-events:none;
  }
  body[data-page="product"] #knowledge-base .knowledge-panel{
    min-height:236px;
    grid-template-columns:230px minmax(0,1fr) 190px;
    padding:22px 24px;
    border-radius:18px;
    overflow:hidden;
    background:
      linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.86) 25%,rgba(255,255,255,.40) 50%,rgba(255,255,255,.96) 78%),
      url("/assets/img/slices/product-kg.webp?v=20260807-secondary-noshot") center/82% auto no-repeat,
      #f8fbff;
    box-shadow:0 20px 58px rgba(24,62,114,.09);
  }
  body[data-page="product"] #knowledge-base .knowledge-panel > div:nth-child(2){
    opacity:0;
    pointer-events:none;
  }
  body[data-page="product"] #knowledge-base .knowledge-panel h3{font-size:18px}
  body[data-page="product"] #knowledge-base .knowledge-panel .check-list{font-size:13px;gap:8px}
  body[data-page="product"] #knowledge-base .knowledge-panel .metric{padding:12px}
  body[data-page="product"] #knowledge-base .knowledge-panel .metric b{font-size:28px}
  body[data-page="product"] #sales-assistant .sales-panel{
    min-height:230px;
    grid-template-columns:1fr;
    padding:0;
    border-radius:18px;
    overflow:hidden;
    background:#f9fcff url("/assets/img/slices/product-sales-full.webp?v=20260807-secondary-noshot") center bottom/cover no-repeat;
    box-shadow:0 20px 58px rgba(24,62,114,.10);
  }
  body[data-page="product"] #sales-assistant .sales-panel > *{
    opacity:0;
    pointer-events:none;
  }
  body[data-page="product"] #capabilities{
    padding:40px 0 36px;
  }
  body[data-page="product"] #capabilities .grid--6{
    gap:14px;
  }
  body[data-page="product"] #capabilities .feature-card{
    min-height:210px;
    padding:18px 16px;
  }
  body[data-page="product"] #capabilities .feature-card:after{
    left:18px;
    right:18px;
    bottom:14px;
    height:58px;
    background-size:contain;
  }
  body[data-page="product"] #capabilities .feature-card h3{
    font-size:16px;
    line-height:1.25;
  }
  body[data-page="product"] #capabilities .feature-card p{
    font-size:12px;
    line-height:1.48;
  }
  body[data-page="product"] #workflow{
    padding:34px 0 42px;
  }
  body[data-page="product"] #workflow .section-title{
    margin-bottom:18px;
  }
  body[data-page="product"] #workflow .step-card{
    min-height:160px;
  }
  body[data-page="product"] #workflow{
    padding:0;
    background:#eef7ff;
  }
  body[data-page="product"] #workflow .container{
    height:318px;
    background:url("/assets/img/slices/product-monitor-full.webp?v=20260807-secondary-noshot") center/contain no-repeat;
  }
  body[data-page="product"] #workflow .section-title,
  body[data-page="product"] #workflow .step-row{
    opacity:0;
    pointer-events:none;
  }
  body[data-page="product"] #monitoring,
  body[data-page="product"] #sales-assistant{
    display:none;
  }
  body[data-page="product"] #knowledge-base{
    padding:0;
    background:#f8fbff;
  }
  body[data-page="product"] #knowledge-base .container{
    height:318px;
    background:url("/assets/img/slices/product-sales-full.webp?v=20260807-secondary-noshot") center/contain no-repeat;
  }
  body[data-page="product"] #knowledge-base .section-title,
  body[data-page="product"] #knowledge-base .knowledge-panel{
    opacity:0;
    pointer-events:none;
  }
}

@media (min-width:900px) and (max-width:1160px){
  .container{max-width:calc(100% - 96px)}
  .footer__grid{
    grid-template-columns:1.35fr repeat(5,minmax(76px,.7fr)) minmax(112px,.82fr)!important;
    gap:16px;
  }
  .footer__col a{font-size:11px}
  body[data-page="resources"] .doc-grid{gap:14px}
  body[data-page="resources"] .doc-cover{min-height:130px;font-size:12px}
  body[data-page="solutions"] .scene-card{height:260px}
  body[data-page="cases"] .case-card__metrics{max-width:620px}
  body[data-page="cases"] .case-card__metrics b{font-size:19px}
}

@media (max-width:899px){
  .section{padding:48px 0}
  .cta-banner{
    border-radius:20px;
    padding:24px 20px;
  }
  .cta-form{gap:8px}
  .cta-form input,
  .cta-form .btn{border-radius:12px}
  .footer__grid{padding:40px 0 26px}
  body[data-page="solutions"] .solution-block,
  body[data-page="solutions"] #complex-sales .solution-block{
    gap:20px;
    padding:20px 0;
  }
  body[data-page="solutions"] .scene-card{
    max-height:300px;
    overflow:hidden;
  }
  body[data-page="solutions"] .scene-card img{
    width:100%;
    height:100%;
    object-fit:cover;
  }
  body[data-page="cases"] .case-card{
    overflow:hidden;
  }
  body[data-page="cases"] .case-card__image img{
    width:100%;
    height:auto;
  }
}

/* Product hero title polish 2026-05-18: keep the launch headline elegant and two-line on desktop. */
body[data-page="product"] .hero__copy h1{
  font-family:"Alibaba PuHuiTi 3.0","Alibaba PuHuiTi","PingFang SC","Microsoft YaHei","Noto Sans CJK SC",Arial,sans-serif;
  font-weight:760!important;
  letter-spacing:0!important;
  text-wrap:balance;
}
body[data-page="product"] .hero__copy h1 span{
  display:block;
}
@media (min-width:900px){
  body[data-page="product"] .hero__inner{
    min-height:590px;
    padding-top:48px;
    padding-bottom:34px;
  }
  body[data-page="product"] .hero__copy{
    max-width:860px;
  }
  body[data-page="product"] .hero__copy h1{
    margin-bottom:16px;
    font-size:clamp(42px,4.25vw,52px)!important;
    line-height:1.18!important;
  }
  body[data-page="product"] .hero__copy p{
    font-size:16px!important;
    line-height:1.72;
  }
  body[data-page="product"] .hero__visual{
    max-width:960px;
  }
}
@media (min-width:900px) and (max-width:1100px){
  body[data-page="product"] .hero__inner{
    gap:18px;
    padding-top:42px;
  }
  body[data-page="product"] .hero__copy h1{
    font-size:clamp(38px,4.55vw,44px)!important;
  }
}

.hero--dark:before,
.cta-banner:before{
  pointer-events:none;
}

.form-panel{
  position:relative;
  z-index:1;
}

/* Final fidelity pass 2026-05-18: closer to supplied visual comps while keeping live links/forms. */
@media (min-width:901px){
  body[data-page="resources"] .hero--resources{
    min-height:clamp(330px,33.78vw,486px);
    background:#eef6ff url("/assets/img/slices/resources-hero-wide.webp?v=20260807-secondary-noshot") center top/100% auto no-repeat!important;
  }
  body[data-page="resources"] .hero--resources .hero__inner{
    min-height:clamp(330px,33.78vw,486px)!important;
    padding:0!important;
  }
  body[data-page="resources"] .hero--resources .hero__copy,
  body[data-page="resources"] .hero--resources .hero__visual{
    opacity:0;
    pointer-events:none;
  }
  body[data-page="resources"] .search-section{
    margin-top:0;
    padding:28px 0 12px;
    background:#fff;
  }
  body[data-page="resources"] .search-box{
    width:min(760px,100%);
    height:44px;
    border-radius:10px;
    box-shadow:0 14px 32px rgba(24,62,114,.08);
  }
  body[data-page="resources"] .search-box input{height:42px;font-size:13px}
  body[data-page="resources"] .search-box button{width:48px;font-size:18px}
  body[data-page="resources"] .tabs{
    gap:12px;
    margin-bottom:0;
  }
  body[data-page="resources"] .tabs a{
    height:36px;
    min-width:82px;
    border-radius:8px;
    padding:0 16px;
    font-size:13px;
    background:#fff;
    box-shadow:0 8px 22px rgba(20,52,92,.04);
  }
  body[data-page="resources"] #featured{
    padding:22px 0 38px;
    background:#fff;
  }
  body[data-page="resources"] .featured-resource{
    min-height:238px;
    grid-template-columns:230px 1fr;
    gap:28px;
    padding:0;
    background:transparent;
    box-shadow:none;
    color:#071833;
  }
  body[data-page="resources"] .featured-resource > div:first-child{
    align-self:center;
    padding-left:8px;
  }
  body[data-page="resources"] .featured-resource .eyebrow{
    color:#0b2a5a;
    background:transparent;
    border:0;
    padding:0;
    margin-bottom:6px;
    font-size:20px;
  }
  body[data-page="resources"] .featured-resource h2{
    margin:0;
    font-size:15px;
    line-height:1.45;
    font-weight:700;
    color:#465d78;
  }
  body[data-page="resources"] .featured-resource p,
  body[data-page="resources"] .featured-resource .hero__badges{
    display:none;
  }
  body[data-page="resources"] .featured-resource .slice-frame{
    min-height:238px;
    border-radius:12px;
    background:#061a3d url("/assets/img/slices/resources-feature.webp?v=20260807-secondary-noshot") left center/100% auto no-repeat;
    box-shadow:0 22px 60px rgba(7,31,72,.18);
  }
  body[data-page="resources"] .featured-resource img{
    opacity:0;
  }
  body[data-page="resources"] #articles,
  body[data-page="resources"] #downloads,
  body[data-page="resources"] #learning{
    padding:32px 0;
  }
  body[data-page="resources"] .section-title{
    margin-bottom:18px;
  }
  body[data-page="resources"] .section-title h2{
    font-size:25px;
  }
  body[data-page="resources"] .article-grid{
    gap:20px;
  }
  body[data-page="resources"] .article-card{
    border-radius:9px;
    box-shadow:0 16px 38px rgba(21,55,103,.08);
  }
  body[data-page="resources"] .article-thumb{
    height:122px;
    border-radius:0;
  }
  body[data-page="resources"] .doc-grid{
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:18px;
  }
  body[data-page="resources"] .doc-card{
    border-radius:9px;
    padding:10px;
    box-shadow:0 14px 34px rgba(21,55,103,.07);
  }
  body[data-page="resources"] .doc-cover{
    height:138px;
    min-height:0;
    border-radius:6px;
    align-items:flex-end;
    font-size:0;
  }
  body[data-page="resources"] #learning .grid--5{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:18px;
  }
  body[data-page="resources"] #learning .feature-card{
    min-height:130px;
    padding:18px;
    border-radius:9px;
  }

  body[data-page="solutions"] .hero--dark{
    min-height:clamp(236px,24.16vw,348px);
    background:#031126 url("/assets/img/slices/solutions-hero-wide.webp?v=20260807-secondary-noshot") center top/100% auto no-repeat!important;
  }
  body[data-page="solutions"] .hero__inner{
    min-height:clamp(236px,24.16vw,348px)!important;
    padding:0!important;
  }
  body[data-page="solutions"] .hero__copy,
  body[data-page="solutions"] .hero__visual{
    opacity:0;
    pointer-events:none;
  }
  body[data-page="solutions"] .solution-live{
    padding:0!important;
    background:#f7fbff;
  }
  body[data-page="solutions"] .solution-live .container{
    width:100%!important;
    max-width:none!important;
  }
  body[data-page="solutions"] .solution-block{
    display:block!important;
    width:100%;
    min-height:clamp(400px,40.94vw,590px);
    padding:0!important;
    border-radius:0!important;
    background-position:center top!important;
    background-size:100% auto!important;
    background-repeat:no-repeat!important;
    box-shadow:none!important;
  }
  body[data-page="solutions"] #knowledge-intensive .solution-block{
    background-image:url("/assets/img/slices/solutions-block1-full.webp?v=20260807-secondary-noshot")!important;
  }
  body[data-page="solutions"] #complex-sales .solution-block{
    min-height:clamp(355px,36.34vw,523px);
    background-image:url("/assets/img/slices/solutions-block2-full.webp?v=20260807-secondary-noshot")!important;
  }
  body[data-page="solutions"] #content-assets .solution-block{
    min-height:clamp(375px,38.38vw,553px);
    background-image:url("/assets/img/slices/solutions-block3-full.webp?v=20260807-secondary-noshot")!important;
  }
  body[data-page="solutions"] .solution-block > *{
    opacity:0;
    pointer-events:none;
  }
  body[data-page="solutions"] #support{
    padding:36px 0 40px;
    background:#f7fbff;
  }
  body[data-page="solutions"] #support .section-title{
    margin-bottom:18px;
  }
  body[data-page="solutions"] #support .grid--4{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:16px;
  }
  body[data-page="solutions"] #support .feature-card{
    min-height:136px;
    padding:18px;
    border-radius:12px;
  }

  body[data-page="product"] .section-title{
    margin-bottom:16px;
  }
  body[data-page="product"] #capabilities{
    padding:32px 0 26px;
  }
  body[data-page="product"] #capabilities .section-title h2,
  body[data-page="product"] #workflow .section-title h2,
  body[data-page="product"] #monitoring .section-title h2,
  body[data-page="product"] #knowledge-base .section-title h2,
  body[data-page="product"] #sales-assistant .section-title h2{
    font-size:28px;
    letter-spacing:0;
  }
  body[data-page="product"] #capabilities .section-title p,
  body[data-page="product"] #monitoring .section-title p,
  body[data-page="product"] #knowledge-base .section-title p,
  body[data-page="product"] #sales-assistant .section-title p{
    font-size:13px;
    line-height:1.55;
  }
  body[data-page="product"] #capabilities .grid--6{
    display:block;
    min-height:238px;
    background:url("/assets/img/slices/product-matrix.webp?v=20260807-secondary-noshot") center/contain no-repeat;
  }
  body[data-page="product"] #capabilities .feature-card{
    display:none;
  }
  body[data-page="product"] #workflow{
    display:block!important;
    padding:24px 0 18px!important;
    background:#edf7ff!important;
  }
  body[data-page="product"] #workflow .container{
    height:auto!important;
    background:none!important;
  }
  body[data-page="product"] #workflow .section-title{
    opacity:1!important;
    pointer-events:auto!important;
    margin-bottom:8px;
  }
  body[data-page="product"] #workflow .step-row{
    opacity:1!important;
    pointer-events:auto!important;
    display:block;
    min-height:126px;
    background:url("/assets/img/slices/product-flow.webp?v=20260807-secondary-noshot") center/contain no-repeat;
  }
  body[data-page="product"] #workflow .step-card{
    display:none;
  }
  body[data-page="product"] #monitoring,
  body[data-page="product"] #knowledge-base,
  body[data-page="product"] #sales-assistant{
    display:block!important;
    padding:24px 0!important;
  }
  body[data-page="product"] #monitoring .section-title,
  body[data-page="product"] #sales-assistant .section-title{
    display:none;
  }
  body[data-page="product"] #monitoring .platform-panel,
  body[data-page="product"] #knowledge-base .knowledge-panel,
  body[data-page="product"] #sales-assistant .sales-panel{
    display:block;
    padding:0;
    border:0;
    border-radius:12px;
    box-shadow:none;
    overflow:hidden;
    background-color:transparent;
    background-position:center center!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
  }
  body[data-page="product"] #monitoring .platform-panel{
    min-height:282px;
    background-position:center bottom!important;
    background-image:url("/assets/img/slices/product-monitor-full.webp?v=20260807-secondary-noshot")!important;
  }
  body[data-page="product"] #knowledge-base .knowledge-panel{
    min-height:246px;
    background-image:url("/assets/img/slices/product-kg.webp?v=20260807-secondary-noshot")!important;
  }
  body[data-page="product"] #sales-assistant .sales-panel{
    min-height:252px;
    background-position:center bottom!important;
    background-image:url("/assets/img/slices/product-sales-full.webp?v=20260807-secondary-noshot")!important;
  }
  body[data-page="product"] #monitoring .platform-panel > *,
  body[data-page="product"] #knowledge-base .knowledge-panel > *,
  body[data-page="product"] #sales-assistant .sales-panel > *{
    opacity:0!important;
    pointer-events:none!important;
  }
}

@media (max-width:900px){
  body[data-page="resources"] .hero--resources,
  body[data-page="solutions"] .hero--dark{
    background-image:none!important;
  }
  body[data-page="resources"] .hero--resources .hero__copy,
  body[data-page="resources"] .hero--resources .hero__visual,
  body[data-page="solutions"] .hero__copy,
  body[data-page="solutions"] .hero__visual,
  body[data-page="solutions"] .solution-block > *,
  body[data-page="product"] #monitoring .platform-panel > *,
  body[data-page="product"] #knowledge-base .knowledge-panel > *,
  body[data-page="product"] #sales-assistant .sales-panel > *{
    opacity:1!important;
    pointer-events:auto!important;
  }
  body[data-page="solutions"] .solution-live{
    padding:34px 0!important;
  }
  body[data-page="solutions"] .solution-block{
    display:grid!important;
    min-height:0!important;
    background-image:none!important;
  }
  body[data-page="product"] #capabilities .grid--6,
  body[data-page="product"] #workflow .step-row{
    min-height:0;
    background:none;
  }
  body[data-page="product"] #capabilities .feature-card,
  body[data-page="product"] #workflow .step-card{
    display:block;
  }
}

@media (max-width:760px){
  .container{width:min(calc(100% - 28px),var(--container))}
  .site-header{height:60px}
  .header__inner{height:60px}
  .brand img{width:108px!important;height:auto!important}
  .header__actions .btn--primary{height:36px;padding:0 12px;font-size:12px;border-radius:10px}
  .hero__inner,
  .hero--home .hero__inner,
  body[data-page="resources"] .hero--resources .hero__inner,
  body[data-page="solutions"] .hero__inner,
  body[data-page="product"] .hero__inner{
    padding:34px 0 38px!important;
    gap:18px!important;
    min-height:auto!important;
  }
  .hero h1,
  body[data-page="resources"] .hero--resources h1,
  body[data-page="solutions"] .hero__copy h1,
  body[data-page="product"] .hero__copy h1{
    font-size:31px!important;
    line-height:1.18!important;
    letter-spacing:0!important;
  }
  .hero p,
  body[data-page="resources"] .hero--resources p,
  body[data-page="solutions"] .hero__copy p,
  body[data-page="product"] .hero__copy p{
    font-size:14px!important;
    line-height:1.65!important;
    margin-bottom:18px!important;
  }
  .hero__actions .btn,
  body[data-page="product"] .hero__actions .btn{
    width:100%;
    height:44px;
  }
  .hero__badges{
    gap:8px;
    font-size:12px;
  }
  .section{padding:42px 0}
  .section-title{margin-bottom:18px}
  .section-title h2{font-size:25px!important;line-height:1.25}
  .grid,
  .grid--2,
  .grid--3,
  .grid--4,
  .grid--5,
  .grid--6,
  .article-grid,
  .doc-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .feature-card,
  .article-card,
  .doc-card,
  .step-card{
    border-radius:14px!important;
  }
  .cta-banner{
    grid-template-columns:1fr!important;
    gap:14px;
    padding:22px!important;
    border-radius:18px!important;
  }
  .cta-banner__icon{width:54px;height:54px;border-radius:16px;font-size:19px}
  .cta-banner h2{font-size:22px;line-height:1.28}
  .cta-form{
    width:100%;
    flex-direction:column;
    gap:10px;
    background:transparent;
    box-shadow:none;
  }
  .cta-form input,
  .cta-form .btn{
    width:100%;
    height:44px;
  }
  .footer__grid{
    grid-template-columns:1fr!important;
    gap:22px!important;
  }
  .footer__bottom{
    display:grid;
    justify-content:start;
    gap:8px;
  }
}

/* End-of-file product lower-screen override: keep this after all legacy desktop rules. */
@media (min-width:901px){
  body[data-page="product"] #workflow .container,
  body[data-page="product"] #knowledge-base .container{
    height:auto!important;
    background:none!important;
  }
  body[data-page="product"] #knowledge-base .section-title,
  body[data-page="product"] #knowledge-base .knowledge-panel{
    opacity:1!important;
    pointer-events:auto!important;
  }
  body[data-page="product"] #monitoring,
  body[data-page="product"] #knowledge-base,
  body[data-page="product"] #sales-assistant{
    display:block!important;
    padding:22px 0!important;
  }
  body[data-page="product"] #monitoring .section-title,
  body[data-page="product"] #knowledge-base .section-title,
  body[data-page="product"] #sales-assistant .section-title{
    display:none!important;
  }
  body[data-page="product"] #monitoring .platform-panel,
  body[data-page="product"] #knowledge-base .knowledge-panel,
  body[data-page="product"] #sales-assistant .sales-panel{
    display:block!important;
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:0!important;
    border:0!important;
    border-radius:14px!important;
    box-shadow:none!important;
    overflow:hidden!important;
    background-color:transparent!important;
    background-repeat:no-repeat!important;
    background-position:center center!important;
  }
  body[data-page="product"] #monitoring .platform-panel{
    min-height:258px!important;
    background-image:url("/assets/img/slices/product-monitor-clean.webp?v=20260807-secondary-noshot")!important;
    background-size:cover!important;
  }
  body[data-page="product"] #knowledge-base .knowledge-panel{
    min-height:260px!important;
    background-image:url("/assets/img/slices/product-kg.webp?v=20260807-secondary-noshot")!important;
    background-size:contain!important;
  }
  body[data-page="product"] #sales-assistant .sales-panel{
    min-height:220px!important;
    background-image:url("/assets/img/slices/product-sales-clean.webp?v=20260807-secondary-noshot")!important;
    background-size:cover!important;
  }
  body[data-page="product"] #monitoring .platform-panel > *,
  body[data-page="product"] #knowledge-base .knowledge-panel > *,
  body[data-page="product"] #sales-assistant .sales-panel > *{
    display:none!important;
    opacity:0!important;
    pointer-events:none!important;
  }
}

/* End-of-file mobile solutions contrast pass. */
@media (max-width:900px){
  body[data-page="solutions"] .hero--dark{
    background:
      radial-gradient(circle at 76% 26%,rgba(39,126,255,.36),transparent 34%),
      linear-gradient(180deg,#06162f 0%,#082554 58%,#06162f 100%)!important;
    color:#fff!important;
  }
  body[data-page="solutions"] .hero--dark .hero__copy h1{
    color:#fff!important;
    text-shadow:0 12px 30px rgba(0,0,0,.26);
  }
  body[data-page="solutions"] .hero--dark .hero__copy p,
  body[data-page="solutions"] .hero--dark .hero__badges{
    color:#d7e8ff!important;
  }
}

/* True EOF no-large-text-screenshot override: must stay after all legacy rules. */
body[data-page="solutions"] .solution-hero-object,
body[data-page="solutions"] .scene-card > img,
body[data-page="resources"] .resource-hero-object,
body[data-page="resources"] .featured-resource .slice-frame > img,
body[data-page="product"] .product-hero-object,
body[data-page="product"] #knowledge-base .slice-frame > img,
body[data-page="pricing"] .pricing-hero-object,
body[data-page="diagnosis"] .diagnosis-copy .slice-frame > img{
  display:none!important;
}

@media (min-width:901px){
  body[data-page="solutions"] .hero--dark{
    min-height:auto!important;
    background:radial-gradient(circle at 75% 20%,rgba(39,126,255,.34),transparent 32%),linear-gradient(180deg,#06162f 0%,#082554 58%,#06162f 100%)!important;
  }
  body[data-page="solutions"] .hero__inner{
    min-height:520px!important;
    padding:52px 0 46px!important;
  }
  body[data-page="solutions"] .hero__copy,
  body[data-page="solutions"] .hero__visual{
    opacity:1!important;
    pointer-events:auto!important;
  }
  body[data-page="solutions"] .solution-live{
    padding:44px 0!important;
    background:linear-gradient(180deg,#f8fbff 0%,#eef7ff 100%)!important;
  }
  body[data-page="solutions"] .solution-live .container{
    width:min(calc(100% - 72px),var(--container))!important;
    max-width:var(--container)!important;
  }
  body[data-page="solutions"] .solution-block,
  body[data-page="solutions"] #complex-sales .solution-block{
    display:grid!important;
    grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr)!important;
    gap:34px!important;
    align-items:center!important;
    min-height:0!important;
    padding:28px!important;
    border:1px solid rgba(208,225,248,.92)!important;
    border-radius:24px!important;
    background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(242,248,255,.88))!important;
    box-shadow:0 24px 70px rgba(14,48,98,.10)!important;
  }
  body[data-page="solutions"] #knowledge-intensive .solution-block,
  body[data-page="solutions"] #content-assets .solution-block{
    background-image:linear-gradient(135deg,rgba(255,255,255,.96),rgba(242,248,255,.88))!important;
  }
  body[data-page="solutions"] #complex-sales .solution-block{
    grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr)!important;
    background-image:linear-gradient(135deg,rgba(255,255,255,.96),rgba(242,248,255,.88))!important;
  }
  body[data-page="solutions"] .solution-block > *{
    display:block!important;
    opacity:1!important;
    pointer-events:auto!important;
  }
  body[data-page="solutions"] .scene-card{
    position:relative!important;
    display:flex!important;
    align-items:flex-end!important;
    min-height:360px!important;
    height:auto!important;
    padding:24px!important;
    border-radius:22px!important;
    overflow:hidden!important;
    border:1px solid rgba(179,207,242,.5)!important;
    box-shadow:0 26px 70px rgba(8,30,68,.16)!important;
    background:#071a3a!important;
  }
  body[data-page="solutions"] .scene-card:before,
  body[data-page="solutions"] .scene-card:after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
  }
  body[data-page="solutions"] .scene-card:after{
    z-index:1;
    background:linear-gradient(180deg,rgba(5,18,42,.08),rgba(5,18,42,.62)),radial-gradient(circle at 80% 18%,rgba(71,147,255,.32),transparent 34%);
  }
  body[data-page="solutions"] .scene-card--knowledge:before{
    background:linear-gradient(90deg,rgba(5,18,42,.12),rgba(5,18,42,.52)),url("/assets/img/slices/solutions-scene1-bg.webp?v=20260807-secondary-noshot") left center/48% auto no-repeat,radial-gradient(circle at 78% 20%,rgba(75,153,255,.35),transparent 34%),linear-gradient(135deg,#0b234d,#07142f);
  }
  body[data-page="solutions"] .scene-card--complex:before{
    background:radial-gradient(circle at 18% 18%,rgba(58,154,255,.36),transparent 30%),radial-gradient(circle at 78% 22%,rgba(54,214,255,.18),transparent 24%),linear-gradient(135deg,#061a3d,#0a2f66 62%,#07142f);
  }
  body[data-page="solutions"] .scene-card--content:before{
    background:radial-gradient(circle at 18% 24%,rgba(54,214,255,.20),transparent 28%),linear-gradient(90deg,rgba(13,74,154,.74) 0 1px,transparent 1px 98px),linear-gradient(180deg,rgba(13,74,154,.46) 0 1px,transparent 1px 74px),linear-gradient(135deg,#06162f,#0a3a82 58%,#06162f);
  }
  body[data-page="solutions"] .scene-ui{
    position:relative!important;
    z-index:2!important;
    width:min(78%,420px)!important;
    margin-left:auto!important;
    padding:20px!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.90)!important;
    border:1px solid rgba(220,234,250,.86)!important;
    box-shadow:0 20px 48px rgba(4,18,42,.22)!important;
    color:#10213c!important;
  }
  body[data-page="solutions"] .scene-card--complex .scene-ui{
    margin-left:0!important;
    margin-right:auto!important;
  }

  body[data-page="resources"] .hero--resources{
    min-height:auto!important;
    background:radial-gradient(circle at 76% 25%,rgba(39,126,255,.22),transparent 34%),linear-gradient(135deg,#f8fbff 0%,#eef7ff 58%,#e7f2ff 100%)!important;
  }
  body[data-page="resources"] .hero--resources .hero__inner{
    min-height:520px!important;
    padding:52px 0 46px!important;
  }
  body[data-page="resources"] .hero--resources .hero__copy,
  body[data-page="resources"] .hero--resources .hero__visual{
    opacity:1!important;
    pointer-events:auto!important;
  }
  body[data-page="resources"] .featured-resource{
    display:grid!important;
    grid-template-columns:1fr 360px!important;
    gap:28px!important;
    align-items:center!important;
    min-height:0!important;
    padding:36px 42px!important;
    border-radius:26px!important;
    background:linear-gradient(135deg,#06162f,#0a3a91)!important;
    box-shadow:0 32px 90px rgba(7,27,61,.22)!important;
    color:#fff!important;
  }
  body[data-page="resources"] .featured-resource p{
    display:block!important;
    color:#cde0ff!important;
  }
  body[data-page="resources"] .featured-resource .hero__badges{
    display:flex!important;
    opacity:1!important;
    pointer-events:auto!important;
  }
  body[data-page="resources"] .article-thumb,
  body[data-page="resources"] .doc-cover{
    background-image:none!important;
    background:radial-gradient(circle at 78% 22%,rgba(96,165,255,.42),transparent 36%),linear-gradient(145deg,#06162f,#0a42ff)!important;
    font-size:14px!important;
  }

  body[data-page="product"] #capabilities .grid--6{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:18px!important;
    min-height:0!important;
    background:none!important;
  }
  body[data-page="product"] #capabilities .feature-card{
    display:block!important;
    min-height:172px!important;
    padding:22px!important;
  }
  body[data-page="product"] #workflow .step-row{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:18px!important;
    min-height:0!important;
    background:none!important;
    opacity:1!important;
    pointer-events:auto!important;
  }
  body[data-page="product"] #workflow .step-card{
    display:block!important;
    min-height:148px!important;
  }
  body[data-page="product"] #monitoring .section-title,
  body[data-page="product"] #knowledge-base .section-title,
  body[data-page="product"] #sales-assistant .section-title{
    display:block!important;
  }
  body[data-page="product"] #monitoring .platform-panel,
  body[data-page="product"] #knowledge-base .knowledge-panel,
  body[data-page="product"] #sales-assistant .sales-panel{
    background-image:none!important;
    min-height:0!important;
  }
  body[data-page="product"] #monitoring .platform-panel{
    display:grid!important;
    grid-template-columns:1.1fr .72fr .9fr!important;
    gap:22px!important;
    padding:24px!important;
    border:1px solid #dfeafe!important;
    border-radius:26px!important;
    background:#fff!important;
    box-shadow:0 18px 52px rgba(18,45,88,.08)!important;
  }
  body[data-page="product"] #knowledge-base .knowledge-panel{
    display:grid!important;
    grid-template-columns:280px 1fr 280px!important;
    gap:28px!important;
    padding:30px!important;
    border:1px solid #dfeafe!important;
    border-radius:28px!important;
    background:linear-gradient(135deg,#f8fbff,#eaf3ff)!important;
    box-shadow:0 18px 52px rgba(18,45,88,.08)!important;
  }
  body[data-page="product"] #sales-assistant .sales-panel{
    display:grid!important;
    grid-template-columns:.8fr 1.3fr .9fr!important;
    gap:22px!important;
    border:0!important;
    box-shadow:none!important;
    background:none!important;
  }
  body[data-page="product"] #monitoring .platform-panel > *,
  body[data-page="product"] #knowledge-base .knowledge-panel > *,
  body[data-page="product"] #sales-assistant .sales-panel > *{
    display:block!important;
    opacity:1!important;
    pointer-events:auto!important;
  }
  body[data-page="product"] .hero__copy,
  body[data-page="product"] .hero__visual{
    opacity:1!important;
    pointer-events:auto!important;
  }
  body[data-page="product"] .hero__copy h1,
  body[data-page="product"] .hero__copy h1 span{
    color:#fff!important;
    text-shadow:0 14px 34px rgba(0,0,0,.30)!important;
  }
  body[data-page="product"] .hero__copy h1{
    font-size:clamp(34px,3.6vw,56px)!important;
    line-height:1.16!important;
    letter-spacing:0!important;
  }
  body[data-page="product"] .hero__copy h1 span{
    display:block!important;
  }
  body[data-page="product"] .hero__copy p,
  body[data-page="product"] .hero__badges{
    color:#d7e8ff!important;
  }
  body[data-page="resources"] .resource-hero-ui{
    display:grid!important;
    grid-template-columns:1fr 1fr;
    gap:16px;
    align-items:stretch;
    padding:24px;
  }
  body[data-page="resources"] .resource-book-card,
  body[data-page="resources"] .resource-list-card{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    width:auto!important;
    min-height:220px;
    display:block!important;
    padding:22px;
    border-radius:18px;
    background:linear-gradient(160deg,#fff,#eef7ff);
    border:1px solid rgba(198,224,255,.72);
    box-shadow:0 18px 46px rgba(4,18,42,.16);
    color:#10213c;
  }
  body[data-page="resources"] .resource-list-card{
    align-self:end;
    min-height:188px;
  }
  body[data-page="resources"] .resource-book-card b{
    color:#0b1a3b;
  }

  body[data-page="diagnosis"] #free-report .step-row{
    background:none!important;
    min-height:0!important;
  }
  body[data-page="diagnosis"] #free-report .step-card{
    opacity:1!important;
    pointer-events:auto!important;
  }
}

@media (max-width:900px){
  body[data-page="solutions"] .solution-block,
  body[data-page="resources"] .article-thumb,
  body[data-page="resources"] .doc-cover,
  body[data-page="product"] #capabilities .grid--6,
  body[data-page="product"] #workflow .step-row,
  body[data-page="diagnosis"] #free-report .step-row{
    background-image:none!important;
  }
}

/* Final solutions hero restoration: keep DOM copy, restore the original high-fidelity visual. */
body[data-page="solutions"] .solution-hero-ui{
  display:none!important;
}
body[data-page="solutions"] .solution-hero-object{
  display:block!important;
}

@media (min-width:901px){
  body[data-page="solutions"] .hero--dark{
    min-height:auto!important;
    background:
      radial-gradient(circle at 72% 50%,rgba(20,115,255,.34),transparent 34%),
      radial-gradient(circle at 22% 26%,rgba(54,214,255,.12),transparent 28%),
      linear-gradient(180deg,#020b1b 0%,#061831 56%,#031025 100%)!important;
  }
  body[data-page="solutions"] .hero--dark:before{
    background-image:
      linear-gradient(rgba(110,171,255,.04) 1px,transparent 1px),
      linear-gradient(90deg,rgba(110,171,255,.04) 1px,transparent 1px)!important;
    background-size:80px 80px!important;
    opacity:.42!important;
  }
  body[data-page="solutions"] .hero__inner{
    grid-template-columns:minmax(500px,.88fr) minmax(0,1.12fr)!important;
    gap:18px!important;
    min-height:390px!important;
    padding:34px 0 18px!important;
    align-items:start!important;
  }
  body[data-page="solutions"] .hero__copy{
    max-width:610px!important;
    z-index:2!important;
  }
  body[data-page="solutions"] .hero__copy .eyebrow{
    display:none!important;
  }
  body[data-page="solutions"] .hero__copy h1{
    margin:0 0 18px!important;
    color:#fff!important;
    font-size:42px!important;
    line-height:1.17!important;
    letter-spacing:0!important;
    text-shadow:0 14px 34px rgba(0,0,0,.26)!important;
  }
  body[data-page="solutions"] .hero__copy h1 span{
    display:block!important;
    white-space:nowrap!important;
  }
  body[data-page="solutions"] .hero__copy p{
    max-width:560px!important;
    margin-bottom:18px!important;
    color:#d7e8ff!important;
    font-size:17px!important;
    line-height:1.65!important;
  }
  body[data-page="solutions"] .solution-hero-tabs{
    width:min(100%,520px)!important;
    margin:18px 0 14px!important;
  }
  body[data-page="solutions"] .hero__badges{
    color:#d7e8ff!important;
  }
  body[data-page="solutions"] .hero__visual{
    width:100%!important;
    max-width:705px!important;
    justify-self:end!important;
    overflow:visible!important;
    z-index:1!important;
  }
  body[data-page="solutions"] .hero__visual .slice-frame{
    min-height:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
    transform:translate(18px,-10px)!important;
  }
  body[data-page="solutions"] .hero__visual img.solution-hero-object{
    width:720px!important;
    max-width:none!important;
    height:auto!important;
    border-radius:0!important;
    filter:drop-shadow(0 34px 86px rgba(0,70,190,.34)) saturate(1.08) contrast(1.04)!important;
    -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.35) 5%,#000 16%,#000 100%)!important;
    mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.35) 5%,#000 16%,#000 100%)!important;
  }
}

@media (min-width:901px) and (max-width:1180px){
  body[data-page="solutions"] .hero__inner{
    grid-template-columns:minmax(470px,.86fr) minmax(0,1.14fr)!important;
    gap:12px!important;
  }
  body[data-page="solutions"] .hero__copy h1{
    font-size:39px!important;
  }
  body[data-page="solutions"] .hero__visual img.solution-hero-object{
    width:650px!important;
  }
  body[data-page="solutions"] .hero__visual .slice-frame{
    transform:translate(-110px,-6px)!important;
  }
}

@media (max-width:900px){
  body[data-page="solutions"] .hero__copy h1{
    font-size:36px!important;
    line-height:1.18!important;
    letter-spacing:0!important;
  }
  body[data-page="solutions"] .hero__copy h1 span{
    display:block!important;
    white-space:normal!important;
  }
  body[data-page="solutions"] .hero__visual .slice-frame{
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  body[data-page="solutions"] .hero__visual img.solution-hero-object{
    width:100%!important;
    max-width:680px!important;
    height:auto!important;
    margin-inline:auto!important;
    border-radius:0!important;
    filter:drop-shadow(0 24px 58px rgba(0,70,190,.26)) saturate(1.06) contrast(1.03)!important;
    -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 10%,#000 100%)!important;
    mask-image:linear-gradient(90deg,transparent 0%,#000 10%,#000 100%)!important;
  }
}

/* Final cross-page image fidelity restoration.
   Keep primary copy/buttons as DOM, but restore the high-fidelity visual slices that match the approved mocks. */
body[data-page="product"] .product-hero-ui,
body[data-page="pricing"] .pricing-hero-ui,
body[data-page="resources"] .resource-hero-ui,
body[data-page="resources"] .resource-report-ui,
body[data-page="diagnosis"] .diagnosis-report-ui{
  display:none!important;
}

body[data-page="product"] .product-hero-object,
body[data-page="pricing"] .pricing-hero-object,
body[data-page="resources"] .resource-hero-object,
body[data-page="resources"] .featured-resource .slice-frame > img,
body[data-page="diagnosis"] .diagnosis-copy .slice-frame > img{
  display:block!important;
}

@media (min-width:901px){
  body[data-page="product"] .hero--dark{
    color:#06162f!important;
    background:
      radial-gradient(circle at 50% 24%,rgba(88,154,255,.18),transparent 34%),
      linear-gradient(180deg,#f9fcff 0%,#eef6ff 58%,#ffffff 100%)!important;
  }
  body[data-page="product"] .hero--dark:before{
    background-image:
      linear-gradient(rgba(12,70,155,.045) 1px,transparent 1px),
      linear-gradient(90deg,rgba(12,70,155,.045) 1px,transparent 1px)!important;
    background-size:80px 80px!important;
    opacity:.55!important;
    mask-image:linear-gradient(180deg,#000,transparent 84%)!important;
  }
  body[data-page="product"] .hero__inner{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    min-height:640px!important;
    padding:32px 0 16px!important;
    align-items:start!important;
    text-align:center!important;
  }
  body[data-page="product"] .hero__copy{
    max-width:900px!important;
    margin-inline:auto!important;
  }
  body[data-page="product"] .hero__copy .eyebrow,
  body[data-page="product"] .hero__actions,
  body[data-page="product"] .hero__badges{
    display:none!important;
  }
  body[data-page="product"] .hero__copy h1,
  body[data-page="product"] .hero__copy h1 span{
    color:#06162f!important;
    text-shadow:none!important;
  }
  body[data-page="product"] .hero__copy h1{
    margin:0 0 10px!important;
    font-size:42px!important;
    line-height:1.16!important;
    letter-spacing:0!important;
  }
  body[data-page="product"] .hero__copy p{
    max-width:760px!important;
    margin:0 auto!important;
    color:#43566f!important;
    font-size:17px!important;
    line-height:1.75!important;
  }
  body[data-page="product"] .hero__visual{
    width:100%!important;
    max-width:1120px!important;
    margin-inline:auto!important;
    justify-self:center!important;
  }
  body[data-page="product"] .hero__visual .slice-frame{
    min-height:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
    transform:none!important;
  }
  body[data-page="product"] .hero__visual img.product-hero-object{
    width:min(1120px,100%)!important;
    max-width:1120px!important;
    height:auto!important;
    margin:0 auto!important;
    border-radius:0!important;
    filter:drop-shadow(0 30px 70px rgba(42,107,190,.18)) saturate(1.05) contrast(1.02)!important;
    -webkit-mask-image:none!important;
    mask-image:none!important;
  }

  body[data-page="pricing"] .hero__visual{
    width:100%!important;
    max-width:650px!important;
    justify-self:end!important;
    overflow:visible!important;
  }
  body[data-page="pricing"] .hero__visual .slice-frame{
    min-height:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
    transform:translate(10px,-8px)!important;
  }
  body[data-page="pricing"] .hero__visual img.pricing-hero-object{
    width:min(650px,100%)!important;
    max-width:650px!important;
    height:auto!important;
    margin-inline:auto!important;
    border-radius:0!important;
    filter:drop-shadow(0 28px 62px rgba(42,107,190,.20)) saturate(1.05) contrast(1.02)!important;
    -webkit-mask-image:none!important;
    mask-image:none!important;
  }

  body[data-page="resources"] .hero--resources{
    background:
      radial-gradient(circle at 78% 28%,rgba(96,165,255,.20),transparent 34%),
      linear-gradient(180deg,#f8fbff 0%,#eef6ff 58%,#ffffff 100%)!important;
  }
  body[data-page="resources"] .hero--resources .hero__inner{
    min-height:560px!important;
    padding:48px 0 32px!important;
  }
  body[data-page="resources"] .hero__visual{
    width:100%!important;
    max-width:650px!important;
    justify-self:end!important;
    overflow:visible!important;
  }
  body[data-page="resources"] .hero__visual .slice-frame{
    min-height:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
    transform:translate(8px,-10px)!important;
  }
  body[data-page="resources"] .hero__visual img.resource-hero-object{
    width:min(630px,100%)!important;
    max-width:630px!important;
    height:auto!important;
    margin-inline:auto!important;
    border-radius:0!important;
    filter:drop-shadow(0 30px 70px rgba(38,92,160,.20)) saturate(1.04) contrast(1.02)!important;
    -webkit-mask-image:none!important;
    mask-image:none!important;
  }
  body[data-page="resources"] .featured-resource .slice-frame{
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  body[data-page="resources"] .featured-resource .slice-frame > img{
    width:100%!important;
    height:auto!important;
    border-radius:16px!important;
    filter:drop-shadow(0 20px 44px rgba(0,38,96,.22)) saturate(1.04) contrast(1.02)!important;
  }

  body[data-page="diagnosis"] .diagnosis-copy .slice-frame{
    min-height:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  body[data-page="diagnosis"] .diagnosis-copy .slice-frame > img{
    width:min(610px,100%)!important;
    max-width:610px!important;
    height:auto!important;
    border-radius:18px!important;
    box-shadow:0 28px 72px rgba(0,24,62,.28)!important;
    filter:saturate(1.04) contrast(1.02)!important;
  }
}

@media (min-width:901px) and (max-width:1180px){
  body[data-page="product"] .hero__copy h1{
    font-size:38px!important;
  }
  body[data-page="product"] .hero__visual img.product-hero-object{
    width:min(1000px,100%)!important;
  }
  body[data-page="pricing"] .hero__visual img.pricing-hero-object{
    width:min(560px,100%)!important;
  }
  body[data-page="resources"] .hero__visual img.resource-hero-object{
    width:min(560px,100%)!important;
  }
}

@media (max-width:900px){
  body[data-page="product"] .product-hero-object,
  body[data-page="pricing"] .pricing-hero-object,
  body[data-page="resources"] .resource-hero-object,
  body[data-page="resources"] .featured-resource .slice-frame > img,
  body[data-page="diagnosis"] .diagnosis-copy .slice-frame > img{
    display:block!important;
    width:100%!important;
    max-width:680px!important;
    height:auto!important;
    margin-inline:auto!important;
  }
  body[data-page="product"] .hero__visual .slice-frame,
  body[data-page="pricing"] .hero__visual .slice-frame,
  body[data-page="resources"] .hero__visual .slice-frame,
  body[data-page="diagnosis"] .diagnosis-copy .slice-frame{
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
}

/* Final full-page fidelity pass: restore complex mock visuals below the fold. */
@media (min-width:901px){
  body[data-page="product"] #capabilities{
    padding:34px 0 22px!important;
    background:#fff!important;
  }
  body[data-page="product"] #capabilities .section-title{
    margin-bottom:14px!important;
  }
  body[data-page="product"] #capabilities .grid--6{
    display:block!important;
    min-height:250px!important;
    background:url("/assets/img/slices/product-matrix.webp?v=20260807-secondary-noshot") center/contain no-repeat!important;
  }
  body[data-page="product"] #capabilities .feature-card{
    display:none!important;
  }
  body[data-page="product"] #workflow{
    padding:24px 0 20px!important;
    background:#edf7ff!important;
  }
  body[data-page="product"] #workflow .section-title{
    margin-bottom:8px!important;
  }
  body[data-page="product"] #workflow .step-row{
    display:block!important;
    min-height:128px!important;
    background:url("/assets/img/slices/product-flow.webp?v=20260807-secondary-noshot") center/contain no-repeat!important;
  }
  body[data-page="product"] #workflow .step-card{
    display:none!important;
  }
  body[data-page="product"] #monitoring,
  body[data-page="product"] #knowledge-base,
  body[data-page="product"] #sales-assistant{
    padding:22px 0!important;
    background:#fff!important;
  }
  body[data-page="product"] #monitoring .section-title,
  body[data-page="product"] #knowledge-base .section-title,
  body[data-page="product"] #sales-assistant .section-title{
    display:none!important;
  }
  body[data-page="product"] #monitoring .platform-panel,
  body[data-page="product"] #knowledge-base .knowledge-panel,
  body[data-page="product"] #sales-assistant .sales-panel{
    display:block!important;
    padding:0!important;
    border:0!important;
    border-radius:14px!important;
    box-shadow:none!important;
    background-color:transparent!important;
    background-repeat:no-repeat!important;
    background-position:center center!important;
    background-size:contain!important;
    overflow:hidden!important;
  }
  body[data-page="product"] #monitoring .platform-panel{
    min-height:392px!important;
    background-image:url("/assets/img/slices/product-monitor-full.webp?v=20260807-secondary-noshot")!important;
  }
  body[data-page="product"] #knowledge-base .knowledge-panel{
    min-height:246px!important;
    background-image:url("/assets/img/slices/product-kg.webp?v=20260807-secondary-noshot")!important;
  }
  body[data-page="product"] #sales-assistant .sales-panel{
    min-height:340px!important;
    background-image:url("/assets/img/slices/product-sales-full.webp?v=20260807-secondary-noshot")!important;
  }
  body[data-page="product"] #monitoring .platform-panel > *,
  body[data-page="product"] #knowledge-base .knowledge-panel > *,
  body[data-page="product"] #sales-assistant .sales-panel > *{
    opacity:0!important;
    pointer-events:none!important;
  }

  body[data-page="solutions"] .solution-live{
    padding:34px 0!important;
    background:#f7fbff!important;
  }
  body[data-page="solutions"] .solution-block,
  body[data-page="solutions"] #complex-sales .solution-block{
    display:grid!important;
    grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;
    gap:28px!important;
    align-items:center!important;
    padding:24px!important;
    border-radius:22px!important;
    border:1px solid rgba(208,225,248,.92)!important;
    background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(241,248,255,.92))!important;
    box-shadow:0 24px 70px rgba(14,48,98,.10)!important;
  }
  body[data-page="solutions"] #complex-sales .solution-block{
    grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)!important;
  }
  body[data-page="solutions"] .solution-block > *{
    opacity:1!important;
    pointer-events:auto!important;
  }
  body[data-page="solutions"] .scene-card{
    position:relative!important;
    display:block!important;
    min-height:0!important;
    padding:0!important;
    border-radius:20px!important;
    background:#071a3a!important;
    border:1px solid rgba(179,207,242,.58)!important;
    box-shadow:0 26px 70px rgba(8,30,68,.16)!important;
    overflow:hidden!important;
  }
  body[data-page="solutions"] .scene-card:before,
  body[data-page="solutions"] .scene-card:after{
    display:none!important;
  }
  body[data-page="solutions"] .scene-card > img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    border-radius:20px!important;
    opacity:1!important;
    filter:saturate(1.04) contrast(1.02)!important;
  }
  body[data-page="solutions"] .scene-ui{
    display:none!important;
  }

  body[data-page="resources"] .featured-resource{
    grid-template-columns:1fr 360px!important;
    gap:30px!important;
    background:
      linear-gradient(90deg,rgba(4,20,54,.94),rgba(4,41,104,.76)),
      url("/assets/img/slices/resources-feature.webp?v=20260807-secondary-noshot") center/cover no-repeat!important;
  }
  body[data-page="resources"] .featured-resource .slice-frame > img{
    display:block!important;
    opacity:1!important;
    width:100%!important;
    height:auto!important;
  }
  body[data-page="resources"] .article-thumb,
  body[data-page="resources"] .doc-cover{
    background-size:cover!important;
    background-position:center!important;
    background-repeat:no-repeat!important;
  }
  body[data-page="resources"] .article-card:nth-child(1) .article-thumb{background-image:url("/assets/img/slices/resources-feature.webp?v=20260807-secondary-noshot")!important}
  body[data-page="resources"] .article-card:nth-child(2) .article-thumb{background-image:url("/assets/img/slices/product-flow.webp?v=20260807-secondary-noshot")!important}
  body[data-page="resources"] .article-card:nth-child(3) .article-thumb{background-image:url("/assets/img/slices/product-kg.webp?v=20260807-secondary-noshot")!important}
  body[data-page="resources"] .article-card:nth-child(4) .article-thumb{background-image:url("/assets/img/slices/cases-hero-object.png?v=20260807-secondary-noshot")!important}
  body[data-page="resources"] .doc-card:nth-child(1) .doc-cover{background-image:url("/assets/img/slices/resources-book.webp?v=20260807-secondary-noshot")!important}
  body[data-page="resources"] .doc-card:nth-child(2) .doc-cover{background-image:url("/assets/img/slices/design-board-components.webp?v=20260807-secondary-noshot")!important}
  body[data-page="resources"] .doc-card:nth-child(3) .doc-cover{background-image:url("/assets/img/slices/diagnosis-report.webp?v=20260807-secondary-noshot")!important}
  body[data-page="resources"] .doc-card:nth-child(4) .doc-cover{background-image:url("/assets/img/slices/product-monitor-full.webp?v=20260807-secondary-noshot")!important}
  body[data-page="resources"] .doc-card:nth-child(5) .doc-cover{background-image:url("/assets/img/slices/home-kg.webp?v=20260807-home-hero-premium")!important}
  body[data-page="resources"] .doc-card:nth-child(6) .doc-cover{background-image:url("/assets/img/slices/diagnosis-reportcards-full.webp?v=20260807-secondary-noshot")!important}

  body[data-page="diagnosis"] #free-report .step-row{
    display:block!important;
    min-height:150px!important;
    background:
      linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.50)),
      url("/assets/img/slices/diagnosis-steps-full.webp?v=20260807-secondary-noshot") center/cover no-repeat!important;
    border:1px solid #e2eefb!important;
    border-radius:18px!important;
    box-shadow:0 16px 46px rgba(18,45,88,.07)!important;
  }
  body[data-page="diagnosis"] #free-report .step-card{
    opacity:0!important;
    pointer-events:none!important;
  }
  body[data-page="diagnosis"] #customers .grid--4{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    gap:18px!important;
  }
  body[data-page="diagnosis"] #customers .feature-card{
    min-height:146px!important;
    padding:18px 14px!important;
    border-radius:14px!important;
  }
  body[data-page="diagnosis"] #customers .feature-card h3{
    font-size:15px!important;
    line-height:1.3!important;
  }
  body[data-page="diagnosis"] #customers .feature-card p{
    font-size:11px!important;
    line-height:1.5!important;
  }
  body[data-page="diagnosis"] #report-sample .report-grid{
    display:block!important;
    min-height:238px!important;
    background:url("/assets/img/slices/diagnosis-reportcards-full.webp?v=20260807-secondary-noshot") center/contain no-repeat!important;
  }
  body[data-page="diagnosis"] #report-sample .report-grid > *{
    opacity:0!important;
    pointer-events:none!important;
  }
}

@media (max-width:900px){
  body[data-page="product"] #capabilities .grid--6,
  body[data-page="product"] #workflow .step-row,
  body[data-page="product"] #monitoring .platform-panel,
  body[data-page="product"] #knowledge-base .knowledge-panel,
  body[data-page="product"] #sales-assistant .sales-panel,
  body[data-page="diagnosis"] #free-report .step-row,
  body[data-page="diagnosis"] #report-sample .report-grid{
    background-size:contain!important;
    background-position:center!important;
    background-repeat:no-repeat!important;
  }
  body[data-page="solutions"] .scene-card > img{
    display:block!important;
    opacity:1!important;
    width:100%!important;
    height:auto!important;
  }
  body[data-page="solutions"] .scene-ui{
    display:none!important;
  }
  body[data-page="resources"] .featured-resource .slice-frame > img{
    opacity:1!important;
  }
}

/* Final spacing correction after high-fidelity slice restoration. */
@media (min-width:901px){
  body[data-page="product"] #monitoring .platform-panel > *,
  body[data-page="product"] #knowledge-base .knowledge-panel > *,
  body[data-page="product"] #sales-assistant .sales-panel > *,
  body[data-page="diagnosis"] #report-sample .report-grid > *{
    display:none!important;
  }
  body[data-page="product"] #monitoring .platform-panel{
    height:392px!important;
  }
  body[data-page="product"] #knowledge-base .knowledge-panel{
    height:246px!important;
  }
  body[data-page="product"] #sales-assistant .sales-panel{
    height:340px!important;
  }
  body[data-page="diagnosis"] #free-report .step-row{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:24px!important;
    min-height:0!important;
    background:none!important;
    border:0!important;
    box-shadow:none!important;
  }
  body[data-page="diagnosis"] #free-report .step-card{
    display:block!important;
    opacity:1!important;
    pointer-events:auto!important;
    min-height:132px!important;
    padding:24px 26px!important;
  }
  body[data-page="diagnosis"] #report-sample .report-grid{
    min-height:238px!important;
  }
}

/* Final product clean-slice correction: avoid duplicated flow artwork inside later modules. */
@media (min-width:901px){
  body[data-page="product"] #monitoring .platform-panel{
    height:258px!important;
    min-height:258px!important;
    background-image:url("/assets/img/slices/product-monitor-clean.webp?v=20260807-secondary-noshot")!important;
    background-size:cover!important;
  }
  body[data-page="product"] #sales-assistant .sales-panel{
    height:220px!important;
    min-height:220px!important;
    background-image:url("/assets/img/slices/product-sales-clean.webp?v=20260807-secondary-noshot")!important;
    background-size:cover!important;
  }
}

/* Imagegen visual polish: use refreshed bitmap art as imagery, keep page text/buttons as real DOM. */
body[data-page="solutions"] .solution-hero-object,
body[data-page="solutions"] .scene-card > img,
body[data-page="resources"] .resource-hero-object,
body[data-page="resources"] .featured-resource .slice-frame > img,
body[data-page="pricing"] .pricing-hero-object,
body[data-page="cases"] .case-hero-object{
  display:block!important;
  opacity:1!important;
}

@media (min-width:901px){
  body[data-page="solutions"] .hero--dark{
    min-height:auto!important;
    background:
      radial-gradient(circle at 73% 24%,rgba(45,128,255,.42),transparent 31%),
      linear-gradient(180deg,#031229 0%,#061e48 56%,#06162f 100%)!important;
  }
  body[data-page="solutions"] .hero__inner{
    display:grid!important;
    grid-template-columns:.92fr 1.08fr!important;
    align-items:center!important;
    min-height:500px!important;
    padding:44px 0 30px!important;
    gap:30px!important;
  }
  body[data-page="solutions"] .hero__copy,
  body[data-page="solutions"] .hero__visual{
    opacity:1!important;
    pointer-events:auto!important;
  }
  body[data-page="solutions"] .solution-live{
    padding:72px 0!important;
    background:#f7fbff!important;
  }
  body[data-page="solutions"] .solution-live.section--white{
    background:#fff!important;
  }
  body[data-page="solutions"] .solution-live .container{
    width:min(calc(100% - 72px),var(--container))!important;
    max-width:var(--container)!important;
  }
  body[data-page="solutions"] .solution-block,
  body[data-page="solutions"] #complex-sales .solution-block,
  body[data-page="solutions"] #content-assets .solution-block{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:46px!important;
    align-items:center!important;
    width:auto!important;
    min-height:0!important;
    padding:0!important;
    border-radius:0!important;
    background:none!important;
    box-shadow:none!important;
  }
  body[data-page="solutions"] .solution-block > *{
    opacity:1!important;
    pointer-events:auto!important;
  }
  body[data-page="solutions"] .scene-card{
    height:auto!important;
    padding:12px!important;
    border-radius:28px!important;
    background:#fff!important;
    box-shadow:var(--shadow-2)!important;
  }
  body[data-page="solutions"] .scene-card > img{
    width:100%!important;
    height:auto!important;
    border-radius:20px!important;
    object-fit:cover!important;
  }
}

/* Homepage refreshed visual assets: vector-control icons instead of text glyphs. */
body[data-page="home"] #pain-points .icon-bubble.icon-bubble--scan{--home-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10.5' cy='10.5' r='5.8'/%3E%3Cpath d='M15 15l5 5M7.6 10.5h5.8M10.5 7.6v5.8'/%3E%3C/svg%3E")}
body[data-page="home"] #pain-points .icon-bubble.icon-bubble--compare{--home-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Crect x='4' y='5' width='6' height='14' rx='2'/%3E%3Crect x='14' y='8' width='6' height='11' rx='2'/%3E%3Cpath d='M5 3h4v2H5zM15 6h4v2h-4z'/%3E%3C/svg%3E")}
body[data-page="home"] #pain-points .icon-bubble.icon-bubble--funnel{--home-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M4 5c0-.55.45-1 1-1h14c.83 0 1.3.96.78 1.6L14 12.7V18c0 .35-.18.68-.47.86l-3 1.8A1 1 0 0 1 9 19.8v-7.1L4.22 5.6A1 1 0 0 1 4 5z'/%3E%3Ccircle cx='17.6' cy='17.4' r='2.5'/%3E%3C/svg%3E")}
body[data-page="home"] #pain-points .icon-bubble.icon-bubble--growth{--home-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 18h16M6 15l4-4 3 3 5-7M15 7h3v3'/%3E%3C/svg%3E")}
body[data-page="home"] #pain-points .feature-card .icon-bubble::before{
  content:""!important;
  width:30px!important;
  height:30px!important;
  display:block!important;
  font-size:0!important;
  background:linear-gradient(135deg,#0669ff 0%,#28d3ff 48%,#7554ff 100%);
  -webkit-mask:var(--home-icon) center/contain no-repeat;
  mask:var(--home-icon) center/contain no-repeat;
}
body[data-page="home"] #pain-points .icon-bubble{
  place-items:center;
}

/* Homepage hero product visual: use the transparent product PNG directly. */
body[data-page="home"] .hero--home .slice-frame--hero{
  width:min(100%,640px)!important;
  min-height:0!important;
  background:transparent!important;
}
body[data-page="home"] .hero--home .slice-frame--hero img.home-hero-object{
  display:block!important;
  opacity:1!important;
  width:100%!important;
  max-width:640px!important;
  max-height:640px!important;
  object-fit:contain!important;
  transform:translateX(14px) scale(1.10)!important;
  filter:drop-shadow(0 34px 72px rgba(0,0,0,.34)) drop-shadow(0 0 44px rgba(44,145,255,.18))!important;
}
@media (max-width:1100px){
  body[data-page="home"] .hero--home .slice-frame--hero{width:min(100%,720px)!important;margin-inline:auto}
  body[data-page="home"] .hero--home .slice-frame--hero img.home-hero-object{transform:none!important;max-height:560px!important}
}
@media (max-width:760px){
  body[data-page="home"] .hero--home .slice-frame--hero{width:100%!important}
  body[data-page="home"] .hero--home .slice-frame--hero img.home-hero-object{max-height:420px!important}
}

/* Homepage lower-section polish: cleaner product controls, no heavy screenshots. */
body[data-page="home"] #pain-points .feature-card{
  min-height:138px!important;
  grid-template-columns:76px 1fr!important;
  column-gap:20px!important;
  padding:26px 28px!important;
}
body[data-page="home"] #pain-points .icon-bubble{
  width:70px!important;
  height:70px!important;
  border-radius:22px!important;
  position:relative!important;
  overflow:hidden!important;
  background:linear-gradient(145deg,#ffffff 0%,#f0f7ff 58%,#e2f0ff 100%)!important;
  box-shadow:0 18px 36px rgba(35,101,202,.13),inset 0 0 0 1px #cfe4fb!important;
}
body[data-page="home"] #pain-points .icon-bubble::after{
  content:"";
  position:absolute;
  inset:8px;
  border-radius:18px;
  border:1px solid rgba(64,140,255,.18);
  background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.86),transparent 34%);
}
body[data-page="home"] #pain-points .feature-card .icon-bubble::before{
  z-index:1;
  width:34px!important;
  height:34px!important;
  background:linear-gradient(135deg,#075cff 0%,#24cfff 54%,#785dff 100%)!important;
}
body[data-page="home"] #pain-points .feature-card h3{
  font-size:20px!important;
  line-height:1.42!important;
  letter-spacing:-.02em;
}
body[data-page="home"] #pain-points .feature-card p{
  font-size:15px!important;
  line-height:1.72!important;
  color:#536982!important;
}

body[data-page="home"] #workflow{
  padding:60px 0 76px!important;
  background:linear-gradient(180deg,#fff 0%,#f7fbff 100%)!important;
}
body[data-page="home"] #workflow .step-row{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  padding:18px!important;
  border-radius:30px!important;
  border:1px solid #dcecff!important;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(239,247,255,.88))!important;
  box-shadow:0 28px 80px rgba(22,66,128,.10)!important;
}
body[data-page="home"] #workflow .step-card{
  min-height:198px!important;
  padding:94px 24px 24px!important;
  border-radius:24px!important;
  border:1px solid rgba(211,230,250,.92)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(247,251,255,.92))!important;
  box-shadow:0 14px 36px rgba(31,91,168,.08)!important;
  overflow:hidden!important;
}
body[data-page="home"] #workflow .step-card::before{
  left:24px!important;
  top:24px!important;
  right:auto!important;
  width:56px!important;
  height:56px!important;
  border-radius:18px!important;
  transform:none!important;
  background:linear-gradient(135deg,#0a66ff,#35d6ff)!important;
  box-shadow:0 16px 32px rgba(20,111,228,.22)!important;
  filter:none!important;
}
body[data-page="home"] #workflow .step-card h3::before{
  content:"";
  position:absolute;
  left:39px;
  top:39px;
  z-index:1;
  width:26px;
  height:26px;
  background:#fff;
  -webkit-mask:var(--step-icon) center/contain no-repeat;
  mask:var(--step-icon) center/contain no-repeat;
}
body[data-page="home"] #workflow .step-card:nth-child(1){--step-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='6'/%3E%3Cpath d='m16 16 5 5M8 11h6M11 8v6'/%3E%3C/svg%3E")}
body[data-page="home"] #workflow .step-card:nth-child(2){--step-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7c0-2 4-3 8-3s8 1 8 3-4 3-8 3-8-1-8-3z'/%3E%3Cpath d='M4 7v5c0 2 4 3 8 3s8-1 8-3V7M4 12v5c0 2 4 3 8 3s8-1 8-3v-5'/%3E%3C/svg%3E")}
body[data-page="home"] #workflow .step-card:nth-child(3){--step-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 5h14v14H5z'/%3E%3Cpath d='M8 10h8M8 14h5M17 17l3 3M19 15l-4 4'/%3E%3C/svg%3E")}
body[data-page="home"] #workflow .step-card:nth-child(4){--step-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 5h16l-6 7v5l-4 2v-7z'/%3E%3Cpath d='M17 17h4M19 15v4'/%3E%3C/svg%3E")}
body[data-page="home"] #workflow .step-card span{
  top:28px!important;
  right:24px!important;
  height:30px;
  min-width:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#edf5ff;
  color:#2575ff!important;
  font-size:15px!important;
  font-weight:950;
  font-style:normal;
}
body[data-page="home"] #workflow .step-card h3{
  font-size:20px!important;
  margin:0 0 9px!important;
  line-height:1.34!important;
  letter-spacing:-.015em!important;
}
body[data-page="home"] #workflow .step-card p{
  font-size:14px!important;
  line-height:1.7!important;
  color:#536982!important;
}
body[data-page="home"] #workflow .step-card:not(:last-child)::after{
  display:block!important;
  content:"";
  top:50%!important;
  right:-24px!important;
  width:30px!important;
  height:2px!important;
  transform:translateY(-50%)!important;
  background:linear-gradient(90deg,#8cbcff,#d9eaff)!important;
  border-radius:999px!important;
  opacity:1!important;
}

body[data-page="home"] #knowledge-graph .knowledge-panel{
  grid-template-columns:306px minmax(0,1fr)!important;
  gap:30px!important;
  min-height:278px!important;
  padding:38px 44px!important;
  border-radius:30px!important;
  background:linear-gradient(110deg,#eef8ff 0%,#f8fcff 44%,#eff7ff 100%)!important;
  box-shadow:0 26px 80px rgba(18,72,138,.09)!important;
}
body[data-page="home"] #knowledge-graph .knowledge-panel > div:first-child h3{
  white-space:nowrap!important;
  font-size:30px!important;
  line-height:1.12!important;
  letter-spacing:-.035em!important;
}
body[data-page="home"] #knowledge-graph .knowledge-panel > div:first-child h3::before{
  display:flex!important;
  width:max-content!important;
  margin-bottom:12px!important;
  white-space:nowrap!important;
}
body[data-page="home"] #knowledge-graph .knowledge-panel > div:nth-child(2) img{
  width:100%!important;
  height:auto!important;
  transform:none!important;
  border-radius:24px!important;
  border:1px solid rgba(192,222,255,.72)!important;
  box-shadow:0 18px 42px rgba(35,100,180,.12)!important;
}

body[data-page="home"] .cta-banner__icon{
  position:relative!important;
  width:90px!important;
  height:90px!important;
  border-radius:24px!important;
  overflow:hidden!important;
  font-size:0!important;
  background:linear-gradient(145deg,#0a66ff 0%,#1457ff 48%,#29d3ff 100%)!important;
  box-shadow:0 18px 42px rgba(18,109,255,.34),inset 0 0 0 1px rgba(255,255,255,.28)!important;
}
body[data-page="home"] .cta-banner__icon::before{
  content:"AI";
  position:absolute;
  inset:10px;
  display:grid;
  place-items:center;
  border-radius:18px;
  color:#fff;
  font-size:30px;
  font-weight:950;
  letter-spacing:.02em;
  background:radial-gradient(circle at 34% 22%,rgba(255,255,255,.24),transparent 36%),rgba(5,35,116,.18);
}
body[data-page="home"] .cta-banner__icon::after{
  content:"";
  position:absolute;
  left:16px;
  right:16px;
  bottom:15px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,#8ff2ff,#fff,#8b6cff);
  opacity:.9;
}

@media (max-width:900px){
  body[data-page="home"] #workflow .step-row{grid-template-columns:1fr 1fr!important}
  body[data-page="home"] #knowledge-graph .knowledge-panel{grid-template-columns:1fr!important;padding:28px 22px!important}
  body[data-page="home"] #knowledge-graph .knowledge-panel > div:first-child h3{white-space:normal!important}
}
@media (max-width:540px){
  body[data-page="home"] #pain-points .feature-card{grid-template-columns:64px 1fr!important;padding:22px 12px!important}
  body[data-page="home"] #pain-points .icon-bubble{width:58px!important;height:58px!important;border-radius:18px!important}
  body[data-page="home"] #workflow .step-row{grid-template-columns:1fr!important;padding:12px!important}
}

/* Secondary pages screenshot cleanup: imagery is text-free, content stays real DOM. */
body[data-page="product"] #capabilities,
body[data-page="product"] #workflow,
body[data-page="product"] #monitoring,
body[data-page="product"] #knowledge-base,
body[data-page="product"] #sales-assistant,
body[data-page="diagnosis"] #free-report,
body[data-page="diagnosis"] #customers,
body[data-page="diagnosis"] #report-sample{
  padding:56px 0!important;
}
body[data-page="product"] #workflow .container,
body[data-page="product"] #knowledge-base .container{
  height:auto!important;
  min-height:0!important;
  background:none!important;
}
body[data-page="product"] #capabilities .grid--6{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  min-height:0!important;
  background:none!important;
}
body[data-page="product"] #capabilities .feature-card,
body[data-page="product"] #workflow .step-card,
body[data-page="diagnosis"] #free-report .step-card,
body[data-page="diagnosis"] #report-sample .report-grid > *{
  display:block!important;
  opacity:1!important;
  pointer-events:auto!important;
}
body[data-page="product"] #capabilities .feature-card{
  min-height:188px!important;
  padding:24px!important;
  border-radius:18px!important;
}
body[data-page="product"] #capabilities .feature-card::after,
body[data-page="pricing"] #plans .pricing-card::after{
  display:none!important;
}
body[data-page="product"] #workflow .section-title,
body[data-page="product"] #monitoring .section-title,
body[data-page="product"] #knowledge-base .section-title,
body[data-page="product"] #sales-assistant .section-title,
body[data-page="diagnosis"] #free-report .section-title,
body[data-page="diagnosis"] #report-sample .section-title{
  display:block!important;
  opacity:1!important;
  pointer-events:auto!important;
}
body[data-page="product"] #workflow .step-row,
body[data-page="diagnosis"] #free-report .step-row{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
  min-height:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
  opacity:1!important;
  pointer-events:auto!important;
}
body[data-page="diagnosis"] #free-report .step-row{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
body[data-page="product"] #workflow .step-card,
body[data-page="diagnosis"] #free-report .step-card{
  min-height:156px!important;
  padding:24px!important;
  border:1px solid #dceafa!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,#fff,#f5faff)!important;
  box-shadow:0 16px 42px rgba(18,45,88,.07)!important;
}
body[data-page="product"] #workflow .step-card::before,
body[data-page="diagnosis"] #free-report .step-card::before{
  content:""!important;
  position:relative!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  display:block!important;
  width:46px!important;
  height:46px!important;
  margin-bottom:14px!important;
  border-radius:15px!important;
  transform:none!important;
  background:linear-gradient(135deg,#0a66ff,#35d6ff)!important;
  box-shadow:0 14px 28px rgba(20,111,228,.18)!important;
}
body[data-page="product"] #workflow .step-card:not(:last-child)::after,
body[data-page="diagnosis"] #free-report .step-card:not(:last-child)::after{
  display:none!important;
}
body[data-page="product"] #workflow .step-card h3,
body[data-page="diagnosis"] #free-report .step-card h3{
  font-size:20px!important;
  line-height:1.35!important;
}
body[data-page="product"] #workflow .step-card p,
body[data-page="diagnosis"] #free-report .step-card p{
  font-size:14px!important;
  line-height:1.68!important;
}
body[data-page="product"] #monitoring,
body[data-page="product"] #knowledge-base,
body[data-page="product"] #sales-assistant{
  display:block!important;
}
body[data-page="product"] #monitoring .platform-panel,
body[data-page="product"] #knowledge-base .knowledge-panel,
body[data-page="product"] #sales-assistant .sales-panel{
  height:auto!important;
  min-height:0!important;
  max-width:none!important;
  padding:24px!important;
  border:1px solid #dceafa!important;
  border-radius:22px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(241,248,255,.92))!important;
  box-shadow:0 20px 58px rgba(24,62,114,.09)!important;
  overflow:visible!important;
}
body[data-page="product"] #monitoring .platform-panel{
  display:grid!important;
  grid-template-columns:1.1fr .75fr .9fr!important;
  gap:18px!important;
}
body[data-page="product"] #knowledge-base .knowledge-panel{
  display:grid!important;
  grid-template-columns:230px minmax(0,1fr) 190px!important;
  gap:22px!important;
}
body[data-page="product"] #sales-assistant .sales-panel{
  display:grid!important;
  grid-template-columns:.86fr 1fr .9fr!important;
  gap:18px!important;
}
body[data-page="product"] #monitoring .platform-panel > *,
body[data-page="product"] #knowledge-base .knowledge-panel > *,
body[data-page="product"] #sales-assistant .sales-panel > *{
  display:block!important;
  opacity:1!important;
  pointer-events:auto!important;
}
body[data-page="product"] #monitoring .platform-list{
  display:flex!important;
}
body[data-page="product"] #monitoring .metrics-compact,
body[data-page="product"] #sales-assistant .metric-grid{
  display:grid!important;
}
body[data-page="product"] #knowledge-base .slice-frame > img{
  opacity:.62!important;
}
body[data-page="product"] #knowledge-base .knowledge-map{
  display:block!important;
  opacity:1!important;
}
body[data-page="diagnosis"] #report-sample .report-grid{
  display:grid!important;
  grid-template-columns:1.05fr 1fr 1fr 1.35fr!important;
  gap:18px!important;
  min-height:0!important;
  padding:0!important;
  background:none!important;
}
body[data-page="diagnosis"] #report-sample .report-score,
body[data-page="diagnosis"] #report-sample .report-card,
body[data-page="diagnosis"] #report-sample .report-card--wide{
  grid-column:auto!important;
  min-height:180px!important;
  padding:22px!important;
  border-radius:18px!important;
}
body[data-page="diagnosis"] #customers .grid--4{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
body[data-page="diagnosis"] .diagnosis-copy .slice-frame{
  position:relative!important;
}
body[data-page="diagnosis"] .diagnosis-report-ui{
  position:absolute!important;
  left:24px!important;
  right:24px!important;
  top:24px!important;
  bottom:24px!important;
  display:grid!important;
  grid-template-columns:150px minmax(0,1fr)!important;
  align-items:center!important;
  opacity:1!important;
  pointer-events:auto!important;
  background:rgba(255,255,255,.88)!important;
  backdrop-filter:blur(12px)!important;
  -webkit-backdrop-filter:blur(12px)!important;
}
body[data-page="solutions"] .hero__copy,
body[data-page="solutions"] .hero__visual,
body[data-page="solutions"] .solution-block > *,
body[data-page="solutions"] .scene-ui{
  display:block!important;
  opacity:1!important;
  pointer-events:auto!important;
}
body[data-page="solutions"] .solution-block{
  background:none!important;
}
@media (max-width:900px){
  body[data-page="product"] #capabilities .grid--6,
  body[data-page="product"] #workflow .step-row,
  body[data-page="product"] #monitoring .platform-panel,
  body[data-page="product"] #knowledge-base .knowledge-panel,
  body[data-page="product"] #sales-assistant .sales-panel,
  body[data-page="diagnosis"] #free-report .step-row,
  body[data-page="diagnosis"] #report-sample .report-grid,
  body[data-page="diagnosis"] #customers .grid--4{
    grid-template-columns:1fr!important;
  }
  body[data-page="diagnosis"] .diagnosis-report-ui{
    position:relative!important;
    inset:auto!important;
    grid-template-columns:1fr!important;
    margin-top:12px!important;
  }
}

/* Final light-theme correction for secondary marketing pages. */
body[data-page="solutions"],
body[data-page="cases"],
body[data-page="about"]{
  background:#f6fbff!important;
  color:#13213b!important;
}
body[data-page="solutions"] .site-header--light,
body[data-page="cases"] .site-header--light,
body[data-page="about"] .site-header--light{
  background:rgba(255,255,255,.94)!important;
  border-bottom:1px solid rgba(217,231,255,.92)!important;
  box-shadow:0 8px 28px rgba(20,44,83,.06)!important;
}
body[data-page="solutions"] .site-header--light .brand,
body[data-page="cases"] .site-header--light .brand,
body[data-page="about"] .site-header--light .brand{
  color:#07142f!important;
}
body[data-page="solutions"] .site-header--light .nav a,
body[data-page="cases"] .site-header--light .nav a,
body[data-page="about"] .site-header--light .nav a{
  color:#1b2845!important;
}
body[data-page="solutions"] .site-header--light .nav a:hover,
body[data-page="solutions"] .site-header--light .nav a.is-active,
body[data-page="cases"] .site-header--light .nav a:hover,
body[data-page="cases"] .site-header--light .nav a.is-active,
body[data-page="about"] .site-header--light .nav a:hover,
body[data-page="about"] .site-header--light .nav a.is-active{
  color:#1668ff!important;
}
body[data-page="solutions"] .hero,
body[data-page="cases"] .hero,
body[data-page="about"] .hero{
  color:#07142f!important;
  background:
    radial-gradient(circle at 77% 35%,rgba(54,139,255,.22),transparent 32%),
    radial-gradient(circle at 18% 20%,rgba(82,217,255,.12),transparent 28%),
    linear-gradient(135deg,#fbfdff 0%,#f4f9ff 56%,#eaf4ff 100%)!important;
}
body[data-page="solutions"] .hero:before,
body[data-page="cases"] .hero:before,
body[data-page="about"] .hero:before{
  background-image:
    linear-gradient(rgba(70,118,180,.08) 1px,transparent 1px),
    linear-gradient(90deg,rgba(70,118,180,.06) 1px,transparent 1px)!important;
  background-size:84px 84px!important;
  opacity:.25!important;
  mask-image:linear-gradient(180deg,#000,transparent 86%)!important;
}
body[data-page="solutions"] .hero:after,
body[data-page="cases"] .hero:after,
body[data-page="about"] .hero:after{
  height:150px!important;
  background:linear-gradient(180deg,transparent,rgba(255,255,255,.82))!important;
}
body[data-page="solutions"] .hero__inner,
body[data-page="cases"] .hero__inner,
body[data-page="about"] .hero__inner{
  display:grid!important;
  grid-template-columns:.96fr 1.04fr!important;
  align-items:center!important;
  gap:46px!important;
  min-height:540px!important;
  padding:58px 0 50px!important;
}
body[data-page="solutions"] .hero__copy,
body[data-page="cases"] .hero__copy,
body[data-page="about"] .hero__copy{
  max-width:640px!important;
  opacity:1!important;
  pointer-events:auto!important;
}
body[data-page="solutions"] .hero__copy .eyebrow,
body[data-page="cases"] .hero__copy .eyebrow,
body[data-page="about"] .hero__copy .eyebrow{
  display:inline-flex!important;
  color:#1747c8!important;
  background:#eef6ff!important;
  border:1px solid #d9e7ff!important;
}
body[data-page="solutions"] .hero__copy h1,
body[data-page="cases"] .hero__copy h1,
body[data-page="about"] .hero__copy h1{
  color:#07142f!important;
  text-shadow:none!important;
  letter-spacing:0!important;
}
body[data-page="solutions"] .hero__copy h1{
  font-size:clamp(42px,4.1vw,58px)!important;
  line-height:1.15!important;
}
body[data-page="solutions"] .hero__copy h1 span{
  display:block!important;
  white-space:normal!important;
}
body[data-page="solutions"] .hero__copy p,
body[data-page="cases"] .hero__copy p,
body[data-page="about"] .hero__copy p{
  color:#34435c!important;
  font-size:18px!important;
  line-height:1.72!important;
  text-shadow:none!important;
}
body[data-page="solutions"] .hero__badges,
body[data-page="cases"] .hero__badges,
body[data-page="about"] .hero__badges{
  color:#50647d!important;
}
body[data-page="solutions"] .hero__badges span,
body[data-page="cases"] .hero__badges span,
body[data-page="about"] .hero__badges span{
  color:#50647d!important;
  background:rgba(255,255,255,.72)!important;
  border:1px solid #dbe7ff!important;
  border-radius:999px!important;
  padding:5px 10px!important;
}
body[data-page="solutions"] .hero .btn--ghost,
body[data-page="cases"] .hero .btn--ghost,
body[data-page="about"] .hero .btn--ghost{
  color:#163050!important;
  background:#fff!important;
  border-color:#c9daf2!important;
  box-shadow:0 8px 26px rgba(25,61,114,.08)!important;
}
body[data-page="solutions"] .hero__visual,
body[data-page="cases"] .hero__visual,
body[data-page="about"] .hero__visual{
  max-width:620px!important;
  justify-self:end!important;
  opacity:1!important;
  pointer-events:auto!important;
}
body[data-page="solutions"] .hero__visual .slice-frame,
body[data-page="cases"] .hero__visual .slice-frame,
body[data-page="about"] .hero__visual .slice-frame{
  min-height:0!important;
  padding:12px!important;
  border:1px solid rgba(207,225,249,.95)!important;
  border-radius:28px!important;
  background:rgba(255,255,255,.82)!important;
  box-shadow:0 24px 70px rgba(21,72,140,.14)!important;
  overflow:hidden!important;
  transform:none!important;
}
body[data-page="solutions"] .hero__visual img.solution-hero-object,
body[data-page="cases"] .hero__visual img.case-hero-object,
body[data-page="about"] .hero__visual img{
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  border-radius:20px!important;
  filter:drop-shadow(0 24px 54px rgba(30,109,255,.16)) saturate(1.04)!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
}
body[data-page="solutions"] .solution-hero-tabs{
  width:min(100%,540px)!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:4px!important;
  margin:22px 0 18px!important;
  padding:4px!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.78)!important;
  border:1px solid #d9e7ff!important;
  box-shadow:0 12px 34px rgba(30,109,255,.08)!important;
}
body[data-page="solutions"] .solution-hero-tabs a{
  color:#29405d!important;
  background:transparent!important;
  border:1px solid transparent!important;
}
body[data-page="solutions"] .solution-hero-tabs a.is-active{
  color:#fff!important;
  background:linear-gradient(135deg,#0a56ff,#287cff)!important;
  box-shadow:0 10px 24px rgba(20,104,255,.20)!important;
}
body[data-page="solutions"] .solution-live,
body[data-page="cases"] #delivery,
body[data-page="about"] #cooperation{
  background:#f7fbff!important;
}

@media (max-width:900px){
  body[data-page="solutions"] .hero__inner,
  body[data-page="cases"] .hero__inner,
  body[data-page="about"] .hero__inner{
    grid-template-columns:1fr!important;
    min-height:0!important;
    padding:44px 0 38px!important;
    gap:28px!important;
  }
  body[data-page="solutions"] .solution-hero-tabs{
    grid-template-columns:1fr!important;
    width:100%!important;
  }
  body[data-page="solutions"] .hero__copy h1,
  body[data-page="cases"] .hero__copy h1,
  body[data-page="about"] .hero__copy h1{
    font-size:36px!important;
    line-height:1.18!important;
  }
}

/* Product page final DOM pass: remove screenshot-backed text blocks. */
body[data-page="product"] #capabilities,
body[data-page="product"] #workflow,
body[data-page="product"] #monitoring,
body[data-page="product"] #knowledge-base,
body[data-page="product"] #sales-assistant{
  display:block!important;
  padding:58px 0!important;
  background:#fff!important;
  background-image:none!important;
}
body[data-page="product"] #workflow,
body[data-page="product"] #knowledge-base{
  background:linear-gradient(180deg,#f7fbff,#fff)!important;
}
body[data-page="product"] #capabilities .section-title,
body[data-page="product"] #workflow .section-title,
body[data-page="product"] #monitoring .section-title,
body[data-page="product"] #knowledge-base .section-title,
body[data-page="product"] #sales-assistant .section-title{
  display:block!important;
  opacity:1!important;
  pointer-events:auto!important;
  margin-bottom:28px!important;
}
body[data-page="product"] #capabilities .grid--6{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  min-height:0!important;
  padding:0!important;
  background:none!important;
  background-image:none!important;
  border:0!important;
  box-shadow:none!important;
}
body[data-page="product"] #capabilities .feature-card{
  display:block!important;
  min-height:184px!important;
  padding:24px!important;
  opacity:1!important;
  pointer-events:auto!important;
  border:1px solid #dbe8fb!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,#fff,#f7fbff)!important;
  box-shadow:0 16px 42px rgba(18,45,88,.07)!important;
  overflow:hidden!important;
}
body[data-page="product"] #capabilities .feature-card:nth-child(6){
  display:block!important;
}
body[data-page="product"] #capabilities .feature-card::after{
  display:none!important;
  content:none!important;
}
body[data-page="product"] #capabilities .icon-bubble{
  width:52px!important;
  height:52px!important;
  border-radius:16px!important;
  color:#0a56ff!important;
  font-size:17px!important;
  background:linear-gradient(145deg,#edf6ff,#fff)!important;
  border:1px solid #d9e8ff!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.72),0 12px 26px rgba(21,91,211,.09)!important;
}
body[data-page="product"] #capabilities .feature-card h3{
  margin:16px 0 8px!important;
  color:#07142f!important;
  font-size:19px!important;
  line-height:1.32!important;
  letter-spacing:0!important;
}
body[data-page="product"] #capabilities .feature-card p{
  color:#50647d!important;
  font-size:14px!important;
  line-height:1.72!important;
}
body[data-page="product"] #workflow .step-row{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
  min-height:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:none!important;
  background-image:none!important;
  box-shadow:none!important;
  opacity:1!important;
  pointer-events:auto!important;
}
body[data-page="product"] #workflow .step-card{
  display:block!important;
  min-height:158px!important;
  padding:24px!important;
  opacity:1!important;
  pointer-events:auto!important;
  border:1px solid #dceafa!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,#fff,#f5faff)!important;
  box-shadow:0 16px 42px rgba(18,45,88,.07)!important;
}
body[data-page="product"] #workflow .step-card::before{
  content:""!important;
  display:block!important;
  position:relative!important;
  inset:auto!important;
  width:46px!important;
  height:46px!important;
  margin-bottom:12px!important;
  border-radius:15px!important;
  transform:none!important;
  background:radial-gradient(circle at 30% 25%,#78e4ff,transparent 34%),linear-gradient(135deg,#0a66ff,#267cff)!important;
  box-shadow:0 14px 28px rgba(20,111,228,.18)!important;
}
body[data-page="product"] #workflow .step-card:not(:last-child)::after{
  display:none!important;
  content:none!important;
}
body[data-page="product"] #workflow .step-card span{
  color:#7ba7f7!important;
  font-size:20px!important;
  line-height:1!important;
}
body[data-page="product"] #workflow .step-card h3{
  color:#07142f!important;
  font-size:22px!important;
  line-height:1.25!important;
}
body[data-page="product"] #workflow .step-card p{
  color:#50647d!important;
  font-size:14px!important;
  line-height:1.68!important;
}
body[data-page="product"] #monitoring .platform-panel,
body[data-page="product"] #knowledge-base .knowledge-panel,
body[data-page="product"] #sales-assistant .sales-panel{
  height:auto!important;
  min-height:0!important;
  max-width:none!important;
  padding:24px!important;
  border:1px solid #dceafa!important;
  border-radius:22px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(241,248,255,.92))!important;
  background-image:none!important;
  box-shadow:0 20px 58px rgba(24,62,114,.09)!important;
  overflow:visible!important;
}
body[data-page="product"] #monitoring .platform-panel{
  display:grid!important;
  grid-template-columns:1.08fr .78fr .92fr!important;
  align-items:stretch!important;
  gap:18px!important;
}
body[data-page="product"] #knowledge-base .knowledge-panel{
  display:grid!important;
  grid-template-columns:230px minmax(0,1fr) 190px!important;
  align-items:center!important;
  gap:22px!important;
}
body[data-page="product"] #sales-assistant .sales-panel{
  display:grid!important;
  grid-template-columns:.86fr 1fr .92fr!important;
  align-items:stretch!important;
  gap:18px!important;
}
body[data-page="product"] #monitoring .platform-panel > *,
body[data-page="product"] #knowledge-base .knowledge-panel > *,
body[data-page="product"] #sales-assistant .sales-panel > *{
  display:block!important;
  opacity:1!important;
  pointer-events:auto!important;
  transform:none!important;
}
body[data-page="product"] #monitoring .platform-list{
  display:flex!important;
  align-content:flex-start!important;
  gap:10px!important;
}
body[data-page="product"] #monitoring .platform-list span{
  height:38px!important;
  padding:0 13px!important;
  border-radius:12px!important;
  color:#274060!important;
  font-size:13px!important;
  background:#fff!important;
  border:1px solid #dbe8fb!important;
  box-shadow:0 8px 20px rgba(18,45,88,.05)!important;
}
body[data-page="product"] #monitoring .metrics-compact,
body[data-page="product"] #sales-assistant .metric-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
}
body[data-page="product"] #monitoring .metrics-compact{
  grid-template-columns:1fr!important;
}
body[data-page="product"] #monitoring .chart-card,
body[data-page="product"] #sales-assistant .list-card,
body[data-page="product"] #sales-assistant .bars-card{
  display:block!important;
  border:1px solid #dbe8fb!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 14px 36px rgba(18,45,88,.06)!important;
}
body[data-page="product"] #knowledge-base .slice-frame{
  display:block!important;
  position:relative!important;
  min-height:220px!important;
  border-radius:22px!important;
  background:radial-gradient(circle at 50% 47%,rgba(30,109,255,.18),transparent 34%),linear-gradient(135deg,#f4f9ff,#fff)!important;
  border:1px solid #dbe8fb!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.86)!important;
  overflow:hidden!important;
}
body[data-page="product"] #knowledge-base .slice-frame > img{
  display:none!important;
}
body[data-page="product"] #knowledge-base .knowledge-map{
  display:block!important;
  position:absolute!important;
  inset:0!important;
  min-height:220px!important;
  opacity:1!important;
  pointer-events:auto!important;
}
body[data-page="product"] #knowledge-base .knowledge-map::before,
body[data-page="product"] #knowledge-base .knowledge-map::after{
  content:""!important;
  position:absolute!important;
  left:13%!important;
  right:13%!important;
  top:50%!important;
  height:1px!important;
  background:linear-gradient(90deg,transparent,#84b9ff,transparent)!important;
}
body[data-page="product"] #knowledge-base .knowledge-map::before{transform:rotate(19deg)!important}
body[data-page="product"] #knowledge-base .knowledge-map::after{transform:rotate(-18deg)!important}
body[data-page="product"] #knowledge-base .knowledge-map b,
body[data-page="product"] #knowledge-base .knowledge-map span{
  position:absolute!important;
  z-index:1!important;
  display:grid!important;
  place-items:center!important;
  color:#0b4bd8!important;
  background:rgba(255,255,255,.9)!important;
  border:1px solid #cfe0ff!important;
  box-shadow:0 14px 32px rgba(18,76,165,.10)!important;
}
body[data-page="product"] #knowledge-base .knowledge-map b{
  left:50%!important;
  top:50%!important;
  width:132px!important;
  height:132px!important;
  border-radius:50%!important;
  transform:translate(-50%,-50%)!important;
  font-size:20px!important;
  line-height:1.25!important;
  font-weight:950!important;
  text-align:center!important;
  background:radial-gradient(circle at 35% 22%,#56deff,transparent 32%),linear-gradient(135deg,#0a66ff,#1647e9)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.56)!important;
  box-shadow:0 24px 56px rgba(30,109,255,.26)!important;
}
body[data-page="product"] #knowledge-base .knowledge-map span{
  width:78px!important;
  height:36px!important;
  border-radius:999px!important;
  font-size:13px!important;
  font-weight:900!important;
}
body[data-page="product"] #knowledge-base .knowledge-map span:nth-child(1){left:8%!important;top:25%!important}
body[data-page="product"] #knowledge-base .knowledge-map span:nth-child(2){right:8%!important;top:24%!important}
body[data-page="product"] #knowledge-base .knowledge-map span:nth-child(3){left:12%!important;bottom:20%!important}
body[data-page="product"] #knowledge-base .knowledge-map span:nth-child(4){right:10%!important;bottom:20%!important}
body[data-page="product"] #knowledge-base .knowledge-map span:nth-child(5){left:50%!important;bottom:8%!important;transform:translateX(-50%)!important}
body[data-page="product"] #sales-assistant .metric-grid .metric,
body[data-page="product"] #monitoring .metric,
body[data-page="product"] #knowledge-base .metric{
  background:#fff!important;
  border:1px solid #e0ebfb!important;
  border-radius:16px!important;
  box-shadow:0 12px 28px rgba(18,45,88,.05)!important;
}
body[data-page="product"] #sales-assistant .bars span{
  color:#465c78!important;
  white-space:normal!important;
}
body[data-page="product"] .hero__visual img.product-hero-object{
  width:100%!important;
  height:auto!important;
  border-radius:0!important;
  filter:drop-shadow(0 24px 48px rgba(0,0,0,.18)) saturate(1.05)!important;
}
@media (max-width:900px){
  body[data-page="product"] #capabilities,
  body[data-page="product"] #workflow,
  body[data-page="product"] #monitoring,
  body[data-page="product"] #knowledge-base,
  body[data-page="product"] #sales-assistant{
    padding:44px 0!important;
  }
  body[data-page="product"] #capabilities .grid--6,
  body[data-page="product"] #workflow .step-row,
  body[data-page="product"] #monitoring .platform-panel,
  body[data-page="product"] #knowledge-base .knowledge-panel,
  body[data-page="product"] #sales-assistant .sales-panel{
    grid-template-columns:1fr!important;
  }
  body[data-page="product"] #capabilities .feature-card,
  body[data-page="product"] #workflow .step-card{
    min-height:0!important;
  }
  body[data-page="product"] #knowledge-base .slice-frame,
  body[data-page="product"] #knowledge-base .knowledge-map{
    min-height:190px!important;
  }
}

/* Product knowledge panel balance: make the graph area feel like a real module. */
body[data-page="product"] #knowledge-base .knowledge-panel{
  align-items:stretch!important;
}
body[data-page="product"] #knowledge-base .knowledge-panel > div:first-child,
body[data-page="product"] #knowledge-base .knowledge-panel > div:last-child{
  display:grid!important;
  align-content:center!important;
}
body[data-page="product"] #knowledge-base .knowledge-panel > div:first-child{
  padding:22px!important;
  border:1px solid #dbe8fb!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.72)!important;
}
body[data-page="product"] #knowledge-base .knowledge-panel > div:last-child{
  gap:12px!important;
}
body[data-page="product"] #knowledge-base .slice-frame{
  height:100%!important;
  min-height:310px!important;
}
body[data-page="product"] #knowledge-base .knowledge-map{
  min-height:100%!important;
}
body[data-page="product"] #knowledge-base .metric{
  padding:14px!important;
}
body[data-page="product"] #knowledge-base .metric b{
  font-size:28px!important;
}
body[data-page="product"] #knowledge-base .mini-chart{
  height:54px!important;
}
@media (max-width:900px){
  body[data-page="product"] #knowledge-base .slice-frame{
    min-height:220px!important;
  }
}

/* Product workflow Image Gen icons. */
body[data-page="product"] #workflow .step-card::before{
  width:72px!important;
  height:72px!important;
  margin-bottom:12px!important;
  border-radius:0!important;
  background-color:transparent!important;
  background-position:center!important;
  background-size:contain!important;
  background-repeat:no-repeat!important;
  box-shadow:none!important;
  filter:drop-shadow(0 14px 22px rgba(30,109,255,.16))!important;
}
body[data-page="product"] #workflow .step-card:nth-child(1)::before{
  background-image:url("/assets/img/cutouts/product-step-1.png?v=20260808-product-imagegen-v2")!important;
}
body[data-page="product"] #workflow .step-card:nth-child(2)::before{
  background-image:url("/assets/img/cutouts/product-step-2.png?v=20260808-product-imagegen-v2")!important;
}
body[data-page="product"] #workflow .step-card:nth-child(3)::before{
  background-image:url("/assets/img/cutouts/product-step-3.png?v=20260808-product-imagegen-v2")!important;
}
body[data-page="product"] #workflow .step-card:nth-child(4)::before{
  background-image:url("/assets/img/cutouts/product-step-4.png?v=20260808-product-imagegen-v2")!important;
}

/* Product CTA logo mark. */
body[data-page="product"] #lead .cta-banner__icon--logo{
  width:88px!important;
  height:88px!important;
  padding:8px!important;
  border-radius:22px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(241,247,255,.94))!important;
  border:1px solid rgba(211,231,255,.96)!important;
  box-shadow:0 18px 42px rgba(0,41,126,.28),0 0 36px rgba(72,155,255,.24)!important;
  overflow:hidden!important;
}
body[data-page="product"] #lead .cta-banner__icon--logo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:16px!important;
}
@media (max-width:520px){
  body[data-page="product"] #lead .cta-banner__icon--logo{
    display:grid!important;
    width:68px!important;
    height:68px!important;
    padding:7px!important;
    border-radius:18px!important;
  }
body[data-page="product"] #lead .cta-banner__icon--logo img{
    border-radius:12px!important;
  }
}

/* Semantic enterprise visual system: imagery supplies atmosphere; DOM supplies legible content. */
.growth-engine-ui{
  position:absolute!important;
  inset:0!important;
  z-index:3!important;
  pointer-events:none!important;
  color:#0a2448!important;
  font-family:var(--font-sans,Arial,"PingFang SC","Microsoft YaHei",sans-serif)!important;
}
.growth-engine-ui>div{
  position:absolute!important;
  padding:10px 12px!important;
  border:1px solid rgba(145,190,242,.74)!important;
  border-radius:8px!important;
  background:rgba(250,253,255,.84)!important;
  box-shadow:0 14px 34px rgba(26,86,158,.14)!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
}
.growth-engine-ui span,
.growth-engine-ui b,
.growth-engine-ui small{display:block!important;letter-spacing:0!important}
.growth-engine-ui span{font-size:11px!important;color:#55749a!important}
.growth-engine-ui b{font-size:15px!important;line-height:1.25!important;color:#08285a!important}
.growth-engine-ui small{font-size:9px!important;color:#168b76!important}
.growth-engine-ui .engine-platforms{left:3.5%!important;top:27%!important;width:28%!important}
.growth-engine-ui .engine-platforms b{margin-top:4px!important;font-size:10px!important;white-space:nowrap!important}
.growth-engine-ui .engine-score{
  left:50%!important;
  top:48%!important;
  width:20%!important;
  padding:12px 8px!important;
  text-align:center!important;
  transform:translate(-50%,-50%)!important;
  border-color:rgba(29,111,255,.52)!important;
}
.growth-engine-ui .engine-score b{font-size:32px!important;color:#155eea!important}
.growth-engine-ui .engine-growth{right:3.5%!important;top:24%!important;width:21%!important}
.growth-engine-ui .engine-growth b,
.growth-engine-ui .engine-lead b{font-size:20px!important;color:#165fe6!important}
.growth-engine-ui .engine-lead{right:4.5%!important;bottom:18%!important;width:19%!important}
.growth-engine-ui .engine-knowledge{
  left:50%!important;
  bottom:4.5%!important;
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  width:auto!important;
  padding:8px 11px!important;
  transform:translateX(-50%)!important;
  white-space:nowrap!important;
}
.growth-engine-ui .engine-knowledge span{font-size:9px!important;color:#254d7b!important}
.growth-engine-ui .engine-knowledge i{
  display:block!important;
  width:20px!important;
  height:1px!important;
  background:linear-gradient(90deg,#22bce8,#1769ff)!important;
}
body[data-page="home"] .hero--home .hero__visual,
body[data-page="product"] .hero__visual{
  width:100%!important;
  max-width:760px!important;
}
body[data-page="home"] .hero--home .slice-frame--hero,
body[data-page="product"] .hero__visual .slice-frame--hero{
  position:relative!important;
  width:100%!important;
  max-width:none!important;
  aspect-ratio:1942/810!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid rgba(146,193,246,.72)!important;
  border-radius:8px!important;
  background:#edf7ff!important;
  box-shadow:0 24px 64px rgba(29,90,167,.18)!important;
  transform:none!important;
}
body[data-page="home"] .hero--home .slice-frame--hero img.home-hero-object,
body[data-page="product"] .hero__visual img.product-hero-object{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  max-height:none!important;
  margin:0!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:0!important;
  filter:saturate(1.03) contrast(1.02)!important;
  transform:none!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
}
body[data-page="product"] .product-hero-ui{display:none!important}

/* Product knowledge image is a semantic background; every label and metric stays native HTML. */
body[data-page="product"] #knowledge-base .slice-frame{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  border-radius:8px!important;
  background:#eaf5ff!important;
}
body[data-page="product"] #knowledge-base .slice-frame>img{
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  opacity:.64!important;
  filter:saturate(.95) contrast(1.02)!important;
}
body[data-page="product"] #knowledge-base .knowledge-map{
  position:relative!important;
  z-index:1!important;
  background:linear-gradient(135deg,rgba(247,252,255,.66),rgba(229,244,255,.3))!important;
}

/* Solutions: one art direction, three content-specific scenes. */
body[data-page="solutions"] .hero__visual{
  width:100%!important;
  max-width:650px!important;
}
body[data-page="solutions"] .hero__visual .slice-frame--hero{
  position:relative!important;
  width:100%!important;
  aspect-ratio:1942/810!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #bfd8f7!important;
  border-radius:8px!important;
  background:#edf7ff!important;
  box-shadow:0 24px 60px rgba(30,88,160,.15)!important;
  transform:none!important;
}
body[data-page="solutions"] .hero__visual img.solution-hero-object{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:0!important;
  filter:saturate(1.03)!important;
  transform:none!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
}
body[data-page="solutions"] .scene-card{
  position:relative!important;
  min-height:430px!important;
  overflow:hidden!important;
  border:1px solid #d2e3f7!important;
  border-radius:8px!important;
  background:#eaf5ff!important;
  box-shadow:0 20px 50px rgba(28,76,137,.12)!important;
}
body[data-page="solutions"] .scene-card:before,
body[data-page="solutions"] .scene-card:after{display:none!important}
body[data-page="solutions"] .scene-card>img{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  opacity:1!important;
  filter:saturate(1.02) contrast(1.01)!important;
}
body[data-page="solutions"] .scene-card--knowledge>img,
body[data-page="solutions"] .scene-card--content>img{object-position:center!important}
body[data-page="solutions"] .scene-card--complex>img{object-position:58% center!important}
body[data-page="solutions"] .scene-ui{
  position:absolute!important;
  z-index:2!important;
  left:22px!important;
  right:auto!important;
  bottom:22px!important;
  width:min(360px,calc(100% - 44px))!important;
  padding:18px!important;
  border:1px solid rgba(177,207,240,.92)!important;
  border-radius:8px!important;
  background:rgba(250,253,255,.9)!important;
  box-shadow:0 15px 36px rgba(24,63,112,.16)!important;
  backdrop-filter:blur(12px)!important;
  -webkit-backdrop-filter:blur(12px)!important;
}
body[data-page="solutions"] .scene-card--knowledge .scene-ui,
body[data-page="solutions"] .scene-card--content .scene-ui{left:auto!important;right:22px!important}
body[data-page="solutions"] .scene-ui h3,
body[data-page="solutions"] .scene-ui li,
body[data-page="solutions"] .scene-ui span,
body[data-page="solutions"] .scene-ui b{letter-spacing:0!important}

/* Customer cases use industry-specific real subjects, with no screenshot treatments. */
body[data-page="cases"] .hero__visual{
  width:100%!important;
  max-width:660px!important;
}
body[data-page="cases"] .hero__visual .slice-frame--hero{
  width:100%!important;
  aspect-ratio:1893/831!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #c8dff8!important;
  border-radius:8px!important;
  background:#eff8ff!important;
  box-shadow:0 24px 60px rgba(29,80,142,.14)!important;
}
body[data-page="cases"] .hero__visual img.case-hero-object{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:0!important;
  filter:saturate(1.02)!important;
}
body[data-page="cases"] .case-card__image{
  min-height:250px!important;
  height:250px!important;
  overflow:hidden!important;
  border-radius:8px!important;
  background:#edf7ff!important;
}
body[data-page="cases"] .case-card__image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:0!important;
  filter:saturate(1.03) contrast(1.01)!important;
}

/* Resources, pricing, about and diagnosis each receive a purpose-built visual. */
body[data-page="resources"] .hero__visual,
body[data-page="pricing"] .hero__visual,
body[data-page="about"] .hero__visual{width:100%!important;max-width:660px!important}
body[data-page="resources"] .hero__visual .slice-frame--hero,
body[data-page="pricing"] .hero__visual .slice-frame--hero,
body[data-page="about"] .hero__visual .slice-frame--hero{
  position:relative!important;
  width:100%!important;
  aspect-ratio:1.82!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #c8dff7!important;
  border-radius:8px!important;
  background:#edf7ff!important;
  box-shadow:0 24px 60px rgba(29,80,142,.14)!important;
  transform:none!important;
}
body[data-page="resources"] .hero__visual img.resource-hero-object,
body[data-page="pricing"] .hero__visual img.pricing-hero-object,
body[data-page="about"] .hero__visual img{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:0!important;
  filter:saturate(1.02)!important;
  transform:none!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
}
body[data-page="resources"] .resource-hero-ui,
body[data-page="pricing"] .pricing-hero-ui,
body[data-page="diagnosis"] .diagnosis-report-ui{z-index:3!important}
body[data-page="resources"] #featured .slice-frame{
  position:relative!important;
  min-height:240px!important;
  overflow:hidden!important;
  border-radius:8px!important;
  background:#edf7ff!important;
}
body[data-page="resources"] #featured .slice-frame>img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  opacity:.92!important;
}
body[data-page="resources"] .resource-report-ui{
  position:absolute!important;
  z-index:2!important;
  left:28px!important;
  bottom:24px!important;
  display:grid!important;
  gap:5px!important;
  max-width:60%!important;
  padding:14px 16px!important;
  border:1px solid rgba(178,208,241,.92)!important;
  border-radius:8px!important;
  background:rgba(250,253,255,.9)!important;
  box-shadow:0 14px 32px rgba(24,63,112,.14)!important;
}
body[data-page="resources"] .resource-report-ui span,
body[data-page="resources"] .resource-report-ui b,
body[data-page="resources"] .resource-report-ui small{letter-spacing:0!important}
body[data-page="pricing"] .pricing-hero-ui{
  position:absolute!important;
  left:5%!important;
  right:5%!important;
  bottom:7%!important;
  display:grid!important;
  grid-template-columns:1fr 28px 1fr 28px 1fr!important;
  align-items:center!important;
  gap:8px!important;
}
body[data-page="pricing"] .pricing-hero-ui>div{
  padding:10px!important;
  border:1px solid rgba(164,201,239,.9)!important;
  border-radius:8px!important;
  background:rgba(250,253,255,.88)!important;
  box-shadow:0 12px 28px rgba(29,74,129,.12)!important;
}
body[data-page="pricing"] .pricing-hero-ui>div span,
body[data-page="pricing"] .pricing-hero-ui>div b,
body[data-page="pricing"] .pricing-hero-ui>div small{display:block!important;letter-spacing:0!important}
body[data-page="pricing"] .pricing-hero-ui>i{height:1px!important;background:#4e9cff!important}
body[data-page="diagnosis"] .diagnosis-copy .slice-frame--hero{
  position:relative!important;
  width:100%!important;
  max-width:680px!important;
  aspect-ratio:2/1!important;
  overflow:hidden!important;
  border:1px solid rgba(126,183,242,.76)!important;
  border-radius:8px!important;
  background:#eaf5ff!important;
  box-shadow:0 24px 60px rgba(2,25,62,.22)!important;
}
body[data-page="diagnosis"] .diagnosis-copy .slice-frame--hero>img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:0!important;
  box-shadow:none!important;
  filter:saturate(1.03)!important;
}
body[data-page="diagnosis"] .diagnosis-report-ui{
  position:absolute!important;
  left:24px!important;
  right:24px!important;
  bottom:20px!important;
  display:flex!important;
  align-items:end!important;
  justify-content:space-between!important;
  gap:18px!important;
  padding:14px 16px!important;
  border:1px solid rgba(169,205,240,.9)!important;
  border-radius:8px!important;
  background:rgba(249,253,255,.9)!important;
  color:#0b2a55!important;
  box-shadow:0 14px 32px rgba(12,53,105,.14)!important;
}
body[data-page="diagnosis"] .diagnosis-report-ui b{font-size:32px!important;color:#1768ed!important}
body[data-page="diagnosis"] .diagnosis-report-ui span,
body[data-page="diagnosis"] .diagnosis-report-ui small,
body[data-page="diagnosis"] .diagnosis-report-ui li{letter-spacing:0!important}

/* Responsive art direction: keep the visual subject and real text readable. */
@media (max-width:900px){
  body[data-page="home"] .hero--home .hero__visual,
  body[data-page="product"] .hero__visual,
  body[data-page="solutions"] .hero__visual,
  body[data-page="cases"] .hero__visual,
  body[data-page="resources"] .hero__visual,
  body[data-page="pricing"] .hero__visual,
  body[data-page="about"] .hero__visual{max-width:100%!important;justify-self:stretch!important}
  body[data-page="solutions"] .scene-card{min-height:390px!important}
  body[data-page="cases"] .case-card__image{height:220px!important;min-height:220px!important}
}
@media (max-width:620px){
  .growth-engine-ui>div{padding:7px 8px!important}
  .growth-engine-ui span{font-size:8px!important}
  .growth-engine-ui b{font-size:10px!important}
  .growth-engine-ui small{font-size:7px!important}
  .growth-engine-ui .engine-platforms{left:3%!important;top:15%!important;width:43%!important}
  .growth-engine-ui .engine-platforms b{font-size:7px!important}
  .growth-engine-ui .engine-score{left:51%!important;top:49%!important;width:24%!important}
  .growth-engine-ui .engine-score b{font-size:20px!important}
  .growth-engine-ui .engine-growth{right:3%!important;top:12%!important;width:30%!important}
  .growth-engine-ui .engine-growth b,
  .growth-engine-ui .engine-lead b{font-size:13px!important}
  .growth-engine-ui .engine-lead{right:3%!important;bottom:19%!important;width:27%!important}
  .growth-engine-ui .engine-knowledge{bottom:3%!important;gap:4px!important;padding:6px 7px!important}
  .growth-engine-ui .engine-knowledge span{font-size:7px!important}
  .growth-engine-ui .engine-knowledge i{width:10px!important}
  body[data-page="home"] .hero--home .slice-frame--hero,
  body[data-page="product"] .hero__visual .slice-frame--hero{aspect-ratio:1.45!important}
  body[data-page="home"] .hero--home .slice-frame--hero img.home-hero-object,
  body[data-page="product"] .hero__visual img.product-hero-object{object-fit:cover!important}
  body[data-page="solutions"] .hero__visual .slice-frame--hero,
  body[data-page="cases"] .hero__visual .slice-frame--hero,
  body[data-page="resources"] .hero__visual .slice-frame--hero,
  body[data-page="pricing"] .hero__visual .slice-frame--hero,
  body[data-page="about"] .hero__visual .slice-frame--hero{aspect-ratio:1.45!important}
  body[data-page="solutions"] .scene-card{min-height:350px!important}
  body[data-page="solutions"] .scene-ui,
  body[data-page="solutions"] .scene-card--knowledge .scene-ui,
  body[data-page="solutions"] .scene-card--content .scene-ui{
    left:14px!important;
    right:14px!important;
    bottom:14px!important;
    width:auto!important;
    padding:14px!important;
  }
  body[data-page="cases"] .case-card__image{height:190px!important;min-height:190px!important}
  body[data-page="resources"] .resource-hero-ui{transform:scale(.76)!important;transform-origin:right bottom!important}
  body[data-page="resources"] .resource-report-ui{left:14px!important;bottom:14px!important;max-width:76%!important;padding:10px 12px!important}
  body[data-page="pricing"] .pricing-hero-ui{
    left:3%!important;
    right:3%!important;
    bottom:4%!important;
    grid-template-columns:1fr 10px 1fr 10px 1fr!important;
    gap:3px!important;
  }
  body[data-page="pricing"] .pricing-hero-ui>div{padding:6px!important}
  body[data-page="pricing"] .pricing-hero-ui>div span{font-size:8px!important}
  body[data-page="pricing"] .pricing-hero-ui>div b{font-size:10px!important}
  body[data-page="pricing"] .pricing-hero-ui>div small{font-size:7px!important}
  body[data-page="diagnosis"] .diagnosis-copy .slice-frame--hero{aspect-ratio:1.35!important}
  body[data-page="diagnosis"] .diagnosis-report-ui{
    left:12px!important;
    right:12px!important;
    bottom:12px!important;
    display:grid!important;
    grid-template-columns:1fr 1.2fr!important;
    gap:10px!important;
    padding:10px!important;
  }
  body[data-page="diagnosis"] .diagnosis-report-ui b{font-size:24px!important}
  body[data-page="diagnosis"] .diagnosis-report-ui span,
  body[data-page="diagnosis"] .diagnosis-report-ui small,
  body[data-page="diagnosis"] .diagnosis-report-ui li{font-size:8px!important}
}

/* Final semantic cleanup: remove remaining legacy screenshot backgrounds. */
body[data-page="about"] #company .hero__inner{
  grid-template-columns:minmax(560px,.95fr) minmax(0,1.05fr)!important;
  gap:52px!important;
}
body[data-page="about"] #company .hero__copy h1{
  max-width:none!important;
  font-size:46px!important;
  line-height:1.18!important;
  white-space:nowrap!important;
  letter-spacing:0!important;
}
body[data-page="diagnosis"] .diagnosis-report-ui{
  top:auto!important;
  height:auto!important;
  min-height:0!important;
}
body[data-page="resources"] .article-card .article-thumb,
body[data-page="resources"] .doc-card .doc-cover{
  background-position:center!important;
  background-size:cover!important;
  filter:saturate(1.02) contrast(1.01)!important;
}
body[data-page="resources"] .article-card:nth-child(1) .article-thumb{
  background-image:url("/assets/img/visuals/resources-hero.webp?v=20260808-semantic-visuals")!important;
}
body[data-page="resources"] .article-card:nth-child(2) .article-thumb{
  background-image:url("/assets/img/visuals/solutions-content.webp?v=20260808-semantic-visuals")!important;
}
body[data-page="resources"] .article-card:nth-child(3) .article-thumb{
  background-image:url("/assets/img/visuals/solutions-knowledge.webp?v=20260808-semantic-visuals")!important;
}
body[data-page="resources"] .article-card:nth-child(4) .article-thumb{
  background-image:url("/assets/img/visuals/cases-hero.webp?v=20260808-semantic-visuals")!important;
}
body[data-page="resources"] .doc-card:nth-child(1) .doc-cover{
  background-image:url("/assets/img/visuals/resources-hero.webp?v=20260808-semantic-visuals")!important;
}
body[data-page="resources"] .doc-card:nth-child(2) .doc-cover{
  background-image:url("/assets/img/visuals/solutions-content.webp?v=20260808-semantic-visuals")!important;
}
body[data-page="resources"] .doc-card:nth-child(3) .doc-cover{
  background-image:url("/assets/img/visuals/diagnosis-hero.webp?v=20260808-semantic-visuals")!important;
}
body[data-page="resources"] .doc-card:nth-child(4) .doc-cover{
  background-image:url("/assets/img/visuals/airank-growth-engine.webp?v=20260808-semantic-visuals")!important;
}
body[data-page="resources"] .doc-card:nth-child(5) .doc-cover{
  background-image:url("/assets/img/visuals/solutions-knowledge.webp?v=20260808-semantic-visuals")!important;
}
body[data-page="resources"] .doc-card:nth-child(6) .doc-cover{
  background-image:url("/assets/img/visuals/pricing-hero.webp?v=20260808-semantic-visuals")!important;
}
body[data-page="resources"] .article-thumb:before,
body[data-page="resources"] .doc-cover:before{
  background:linear-gradient(135deg,rgba(5,34,82,.26),rgba(18,105,255,.08))!important;
}
body[data-page="pricing"] #plans .pricing-card:nth-child(1):after{
  background-image:url("/assets/img/cutouts/pricing-plan-1.png")!important;
}
body[data-page="pricing"] #plans .pricing-card:nth-child(2):after{
  background-image:url("/assets/img/cutouts/pricing-plan-2.png")!important;
}
body[data-page="pricing"] #plans .pricing-card:nth-child(3):after{
  background-image:url("/assets/img/cutouts/pricing-plan-3.png")!important;
}
@media (max-width:900px){
  body[data-page="about"] #company .hero__inner{grid-template-columns:1fr!important;gap:32px!important}
  body[data-page="about"] #company .hero__copy h1{font-size:42px!important}
}
@media (max-width:620px){
  body[data-page="about"] #company .hero__copy h1{
    font-size:27px!important;
    line-height:1.28!important;
    white-space:nowrap!important;
  }
}

/* Do not fetch legacy screenshot assets behind the rebuilt DOM and semantic visuals. */
body[data-page="product"] #capabilities .feature-card:after{
  background-image:none!important;
}
body[data-page="solutions"] .scene-card:before,
body[data-page="solutions"] .scene-card:after{
  background-image:none!important;
}
body[data-page="resources"] #featured .featured-resource{
  background-image:linear-gradient(100deg,#102a58 0%,#173f77 58%,#2b66a4 100%)!important;
}

/* Auxiliary pages: content-specific visuals with native HTML copy. */
.utility-visual-section,
body[data-page="utility"] main .section{
  min-height:600px!important;
  display:grid!important;
  align-items:center!important;
  padding:72px 0!important;
  background:linear-gradient(135deg,#f8fbff 0%,#eff7ff 58%,#e8f3ff 100%)!important;
}
.utility-visual-grid{
  display:grid!important;
  grid-template-columns:minmax(360px,.82fr) minmax(0,1.18fr)!important;
  align-items:center!important;
  gap:52px!important;
}
.utility-visual-copy h1,
.utility-card__copy h1{
  margin:0 0 18px!important;
  color:#07172f!important;
  font-size:48px!important;
  line-height:1.16!important;
  letter-spacing:0!important;
}
.utility-visual-copy p,
.utility-card__copy p{
  max-width:560px!important;
  margin:0 0 24px!important;
  color:#50647f!important;
  font-size:17px!important;
}
.utility-visual-media,
.utility-card__media{
  position:relative!important;
  overflow:hidden!important;
  aspect-ratio:2.15/1!important;
  border:1px solid #cfe1f6!important;
  border-radius:8px!important;
  background:#eff7ff!important;
  box-shadow:0 24px 60px rgba(25,77,139,.14)!important;
}
.utility-visual-media img,
.utility-card__media img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
.utility-card--visual{
  width:100%!important;
  max-width:1120px!important;
  min-height:430px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(360px,.88fr) minmax(0,1.12fr)!important;
  align-items:center!important;
  gap:42px!important;
  padding:36px!important;
  overflow:hidden!important;
  border:1px solid #d2e3f6!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.9)!important;
  box-shadow:0 22px 58px rgba(20,61,115,.12)!important;
}
.utility-card__copy .hero__actions{margin:22px 0 18px!important}
.utility-card__notes{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin-top:18px!important;
}
.utility-card__notes span{
  padding:6px 10px!important;
  border:1px solid #d8e7f8!important;
  border-radius:999px!important;
  background:#f5f9ff!important;
  color:#47617f!important;
  font-size:12px!important;
  font-weight:800!important;
}
.utility-card__notes span:before{
  content:"✓"!important;
  margin-right:5px!important;
  color:#1e6dff!important;
}
.utility-card__media{aspect-ratio:1.7/1!important}

/* Legal pages retain document focus while adding one restrained trust signal. */
body[data-page="legal"] .legal-shell{
  padding:64px 0 86px!important;
  background:linear-gradient(180deg,#f4f9ff 0,#fff 420px)!important;
}
.legal-hero{
  max-width:1040px!important;
  margin:0 auto 28px!important;
  display:grid!important;
  grid-template-columns:minmax(340px,.9fr) minmax(0,1.1fr)!important;
  align-items:center!important;
  gap:34px!important;
  overflow:hidden!important;
  padding:30px 34px!important;
  border:1px solid #d2e3f6!important;
  border-radius:8px!important;
  background:#f8fbff!important;
  box-shadow:0 18px 46px rgba(20,61,115,.09)!important;
}
.legal-hero h1{
  margin:0 0 12px!important;
  color:#07172f!important;
  font-size:46px!important;
  line-height:1.15!important;
  letter-spacing:0!important;
}
.legal-hero p{margin:0!important;color:#5d718b!important}
.legal-hero img{
  width:100%!important;
  aspect-ratio:2.15/1!important;
  object-fit:cover!important;
  border:1px solid #d9e8f8!important;
  border-radius:8px!important;
}
.legal-content--document{
  max-width:920px!important;
  padding:40px 46px!important;
  border-radius:8px!important;
  box-shadow:0 16px 44px rgba(15,35,75,.08)!important;
}
.legal-content--document h2{
  padding-top:4px!important;
  border-top:1px solid #edf3fa!important;
  font-size:20px!important;
  letter-spacing:0!important;
}
.legal-content--document p{font-size:15px!important;line-height:1.9!important}

/* Design handoff uses a clean semantic visual rather than a screenshot. */
.design-system-visual{
  position:relative!important;
  padding:0!important;
  overflow:hidden!important;
  aspect-ratio:2.15/1!important;
  border-radius:8px!important;
}
.design-system-visual>img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:0!important;
}
.design-system-visual__labels{
  position:absolute!important;
  left:22px!important;
  right:22px!important;
  bottom:18px!important;
  display:flex!important;
  justify-content:center!important;
  gap:8px!important;
  flex-wrap:wrap!important;
}
.design-system-visual__labels span{
  padding:7px 11px!important;
  border:1px solid rgba(167,202,239,.9)!important;
  border-radius:999px!important;
  background:rgba(250,253,255,.88)!important;
  color:#244c79!important;
  font-size:11px!important;
  font-weight:850!important;
  box-shadow:0 10px 24px rgba(28,70,123,.1)!important;
  backdrop-filter:blur(8px)!important;
}

/* Page inventory cards preview their actual destination. */
body[data-page="pages"] main .section{
  background:linear-gradient(180deg,#f5f9ff,#fff)!important;
}
body[data-page="pages"] .page-link{
  min-height:240px!important;
  padding:154px 22px 22px!important;
  overflow:hidden!important;
  border-radius:8px!important;
  transition:transform .2s,box-shadow .2s!important;
}
body[data-page="pages"] .page-link:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 20px 48px rgba(18,62,122,.13)!important;
}
body[data-page="pages"] .page-link:before{
  content:""!important;
  position:absolute!important;
  inset:0 0 auto!important;
  height:132px!important;
  border-bottom:1px solid #dce9f8!important;
  background-position:center!important;
  background-size:cover!important;
}
body[data-page="pages"] .page-link:nth-child(1):before{background-image:url("/assets/img/visuals/airank-growth-engine.webp?v=20260808-all-pages-visuals")!important}
body[data-page="pages"] .page-link:nth-child(2):before{background-image:url("/assets/img/visuals/solutions-content.webp?v=20260808-all-pages-visuals")!important}
body[data-page="pages"] .page-link:nth-child(3):before{background-image:url("/assets/img/visuals/solutions-hero.webp?v=20260808-all-pages-visuals")!important}
body[data-page="pages"] .page-link:nth-child(4):before{background-image:url("/assets/img/visuals/cases-hero.webp?v=20260808-all-pages-visuals")!important}
body[data-page="pages"] .page-link:nth-child(5):before{background-image:url("/assets/img/visuals/resources-hero.webp?v=20260808-all-pages-visuals")!important}
body[data-page="pages"] .page-link:nth-child(6):before{background-image:url("/assets/img/visuals/pricing-hero.webp?v=20260808-all-pages-visuals")!important}
body[data-page="pages"] .page-link:nth-child(7):before{background-image:url("/assets/img/visuals/about-hero.webp?v=20260808-all-pages-visuals")!important}
body[data-page="pages"] .page-link:nth-child(8):before{background-image:url("/assets/img/visuals/diagnosis-hero.webp?v=20260808-all-pages-visuals")!important}
body[data-page="pages"] .page-link:nth-child(9):before{background-image:url("/assets/img/visuals/design-system.webp?v=20260808-all-pages-visuals")!important}
body[data-page="pages"] .page-link:nth-child(10):before{background-image:url("/assets/img/visuals/login-portal.webp?v=20260808-all-pages-visuals")!important}
body[data-page="pages"] .page-link:nth-child(11):before,
body[data-page="pages"] .page-link:nth-child(12):before{background-image:url("/assets/img/visuals/legal-trust.webp?v=20260808-all-pages-visuals")!important}
body[data-page="pages"] .page-link:nth-child(13):before{background-image:url("/assets/img/visuals/success-report.webp?v=20260808-all-pages-visuals")!important}
body[data-page="pages"] .page-link:nth-child(14):before{background-image:url("/assets/img/visuals/not-found-path.webp?v=20260808-all-pages-visuals")!important}
body[data-page="pages"] .page-link h3{font-size:19px!important;letter-spacing:0!important}

@media(max-width:900px){
  .utility-visual-grid,
  .utility-card--visual,
  .legal-hero{grid-template-columns:1fr!important}
  .utility-visual-copy,
  .utility-card__copy{order:1!important}
  .utility-visual-media,
  .utility-card__media{order:2!important}
  .utility-card--visual{gap:28px!important}
  .legal-hero img{max-height:280px!important}
}
@media(max-width:620px){
  .utility-visual-section,
  body[data-page="utility"] main .section{min-height:0!important;padding:42px 0!important}
  .utility-visual-grid{gap:28px!important}
  .utility-visual-copy h1,
  .utility-card__copy h1{font-size:32px!important}
  .utility-visual-copy p,
  .utility-card__copy p{font-size:15px!important}
  .utility-visual-media{aspect-ratio:1.45/1!important}
  .utility-card--visual{min-height:0!important;padding:22px!important;gap:24px!important}
  .utility-card__media{aspect-ratio:1.45/1!important}
  .utility-card__copy .hero__actions{display:grid!important}
  .utility-card__copy .hero__actions .btn{width:100%!important;margin:0!important}
  .utility-card__notes{display:grid!important}
  body[data-page="legal"] .legal-shell{padding:38px 0 58px!important}
  .legal-hero{padding:22px!important;gap:20px!important}
  .legal-hero h1{font-size:34px!important}
  .legal-hero img{aspect-ratio:1.45/1!important}
  .legal-content--document{padding:26px 22px!important}
  .design-system-visual{aspect-ratio:1.25/1!important}
  .design-system-visual__labels{left:10px!important;right:10px!important;bottom:10px!important;gap:5px!important}
  .design-system-visual__labels span{padding:5px 7px!important;font-size:9px!important}
}

/* Preserve the legal illustration's intended wide ratio despite intrinsic HTML dimensions. */
.legal-hero img{
  height:auto!important;
  max-height:none!important;
}

/* Public-copy readability: keep proof points legible on desktop and mobile. */
body[data-page="cases"] .case-card__metrics p{
  font-size:13px!important;
  line-height:1.5!important;
}
body[data-page="cases"] .case-tags span{
  font-size:12px!important;
}
body[data-page="diagnosis"] #customers .feature-card p{
  font-size:13px!important;
  line-height:1.55!important;
}
body[data-page="diagnosis"] #report-sample .check-list{
  font-size:13px!important;
  line-height:1.55!important;
}
body[data-page="diagnosis"] #report-sample .tag-row span{
  font-size:12px!important;
}

/* Homepage hero v2: AIRank visibility graph with a larger, calmer product composition. */
body[data-page="home"] .hero--home .hero__inner{
  grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr)!important;
  gap:48px!important;
}
body[data-page="home"] .hero--home .hero__visual{
  width:100%!important;
  max-width:820px!important;
  justify-self:end!important;
}
body[data-page="home"] .hero--home .slice-frame--hero{
  aspect-ratio:1942/809!important;
  border-color:rgba(113,170,237,.58)!important;
  background:#f6fbff!important;
  box-shadow:0 28px 72px rgba(25,85,160,.2)!important;
}
body[data-page="home"] .hero--home .slice-frame--hero img.home-hero-object{
  object-fit:cover!important;
  object-position:center!important;
  filter:saturate(1.05) contrast(1.025)!important;
}
body[data-page="home"] .hero--home .growth-engine-ui>div{
  padding:10px 12px!important;
  background:rgba(250,253,255,.9)!important;
  border-color:rgba(119,174,235,.68)!important;
  box-shadow:0 12px 28px rgba(28,83,151,.13)!important;
}
body[data-page="home"] .hero--home .growth-engine-ui .engine-platforms{
  left:3.5%!important;
  top:5%!important;
  width:29%!important;
}
body[data-page="home"] .hero--home .growth-engine-ui .engine-knowledge{
  left:auto!important;
  right:3.5%!important;
  top:5%!important;
  bottom:auto!important;
  transform:none!important;
}
body[data-page="home"] .hero--home .growth-engine-ui .engine-score{
  left:4%!important;
  top:auto!important;
  bottom:5%!important;
  width:20%!important;
  transform:none!important;
}
body[data-page="home"] .hero--home .growth-engine-ui .engine-growth{
  left:40%!important;
  right:auto!important;
  top:auto!important;
  bottom:5%!important;
  width:18%!important;
}
body[data-page="home"] .hero--home .growth-engine-ui .engine-lead{
  right:4%!important;
  top:auto!important;
  bottom:5%!important;
  width:18%!important;
}

@media (max-width:900px){
  body[data-page="home"] .hero--home .hero__inner{
    grid-template-columns:1fr!important;
    gap:30px!important;
    padding-top:42px!important;
    padding-bottom:52px!important;
  }
  body[data-page="home"] .hero--home .hero__copy{
    max-width:720px!important;
  }
  body[data-page="home"] .hero--home .hero__visual{
    width:min(100%,780px)!important;
    max-width:780px!important;
    margin-inline:auto!important;
    justify-self:center!important;
  }
}

@media (max-width:620px){
  body[data-page="home"] .hero--home .slice-frame--hero{
    aspect-ratio:1.55!important;
  }
  body[data-page="home"] .hero--home .slice-frame--hero img.home-hero-object{
    object-position:center!important;
  }
  body[data-page="home"] .hero--home .growth-engine-ui .engine-platforms,
  body[data-page="home"] .hero--home .growth-engine-ui .engine-knowledge{
    display:none!important;
  }
  body[data-page="home"] .hero--home .growth-engine-ui .engine-score,
  body[data-page="home"] .hero--home .growth-engine-ui .engine-growth,
  body[data-page="home"] .hero--home .growth-engine-ui .engine-lead{
    bottom:4%!important;
    width:29%!important;
    padding:7px!important;
  }
  body[data-page="home"] .hero--home .growth-engine-ui .engine-score{left:3%!important}
  body[data-page="home"] .hero--home .growth-engine-ui .engine-growth{left:35.5%!important}
  body[data-page="home"] .hero--home .growth-engine-ui .engine-lead{right:3%!important}
}


/* Homepage hero v4: true-alpha AIRank product visual with a larger desktop footprint. */
body[data-page="home"] .hero--home .hero__inner{
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)!important;
  gap:24px!important;
}
body[data-page="home"] .hero--home .hero__visual{
  width:108%!important;
  max-width:860px!important;
  margin-right:-8%!important;
  justify-self:end!important;
}
body[data-page="home"] .hero--home .slice-frame--hero{
  aspect-ratio:1523/719!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body[data-page="home"] .hero--home .slice-frame--hero img.home-hero-object{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  filter:saturate(1.04) contrast(1.03) drop-shadow(0 24px 34px rgba(25,83,153,.17))!important;
}
body[data-page="home"] .hero--home .growth-engine-ui>div{
  padding:8px 10px!important;
  border-color:rgba(105,169,238,.68)!important;
  background:rgba(250,253,255,.92)!important;
  box-shadow:0 10px 24px rgba(29,80,145,.12)!important;
}
body[data-page="home"] .hero--home .growth-engine-ui .engine-platforms{
  left:0!important;
  top:auto!important;
  bottom:2%!important;
  width:29%!important;
}
body[data-page="home"] .hero--home .growth-engine-ui .engine-score{
  left:auto!important;
  right:16%!important;
  top:2%!important;
  bottom:auto!important;
  width:18%!important;
  transform:none!important;
}
body[data-page="home"] .hero--home .growth-engine-ui .engine-score b{
  font-size:26px!important;
}
body[data-page="home"] .hero--home .growth-engine-ui .engine-growth{
  left:auto!important;
  right:14%!important;
  top:auto!important;
  bottom:2%!important;
  width:19%!important;
}
body[data-page="home"] .hero--home .growth-engine-ui .engine-lead{
  right:0!important;
  top:4%!important;
  bottom:auto!important;
  width:15%!important;
}
body[data-page="home"] .hero--home .growth-engine-ui .engine-knowledge{
  display:none!important;
}

@media (max-width:900px){
  body[data-page="home"] .hero--home .hero__inner{
    grid-template-columns:1fr!important;
    gap:28px!important;
  }
  body[data-page="home"] .hero--home .hero__visual{
    width:min(104%,800px)!important;
    max-width:800px!important;
    margin-inline:-2%!important;
    justify-self:center!important;
  }
}

@media (max-width:620px){
  body[data-page="home"] .hero--home .slice-frame--hero{
    aspect-ratio:1.72!important;
  }
  body[data-page="home"] .hero--home .growth-engine-ui .engine-platforms,
  body[data-page="home"] .hero--home .growth-engine-ui .engine-lead{
    display:none!important;
  }
  body[data-page="home"] .hero--home .growth-engine-ui .engine-score{
    display:block!important;
    left:auto!important;
    right:14%!important;
    top:3%!important;
    bottom:auto!important;
    width:25%!important;
    padding:5px 7px!important;
  }
  body[data-page="home"] .hero--home .growth-engine-ui .engine-growth{
    display:block!important;
    left:auto!important;
    right:13%!important;
    top:auto!important;
    bottom:3%!important;
    width:27%!important;
    padding:5px 7px!important;
  }
  body[data-page="home"] .hero--home .growth-engine-ui .engine-score b{
    font-size:17px!important;
  }
}


/* Product hero v5: lightweight glass system visual instead of a framed screenshot. */
body[data-page="product"] .hero__inner{
  min-height:680px!important;
  padding:38px 0 24px!important;
  gap:18px!important;
}
body[data-page="product"] .hero__visual{
  width:100%!important;
  max-width:1120px!important;
  margin-inline:auto!important;
}
body[data-page="product"] .hero__visual .slice-frame--hero{
  position:relative!important;
  width:100%!important;
  min-height:0!important;
  aspect-ratio:1594/769!important;
  padding:0!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body[data-page="product"] .hero__visual .slice-frame--hero:before{
  display:none!important;
}
body[data-page="product"] .hero__visual img.product-hero-object{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  margin:0!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:0!important;
  filter:saturate(1.025) contrast(1.02) drop-shadow(0 26px 38px rgba(29,86,157,.16))!important;
}
body[data-page="product"] .growth-engine-ui--product>div{
  padding:8px 10px!important;
  border-color:rgba(106,169,238,.70)!important;
  background:rgba(250,253,255,.91)!important;
  box-shadow:0 10px 24px rgba(29,80,145,.12)!important;
}
body[data-page="product"] .growth-engine-ui--product .engine-platforms,
body[data-page="product"] .growth-engine-ui--product .engine-knowledge{
  display:none!important;
}
body[data-page="product"] .growth-engine-ui--product .engine-score{
  display:block!important;
  left:4%!important;
  top:auto!important;
  bottom:10%!important;
  width:15%!important;
  transform:none!important;
}
body[data-page="product"] .growth-engine-ui--product .engine-score b{
  font-size:27px!important;
}
body[data-page="product"] .growth-engine-ui--product .engine-growth{
  display:block!important;
  left:39%!important;
  right:auto!important;
  top:auto!important;
  bottom:4%!important;
  width:25%!important;
}
body[data-page="product"] .growth-engine-ui--product .engine-lead{
  display:block!important;
  right:2%!important;
  top:auto!important;
  bottom:16%!important;
  width:13%!important;
}

@media (max-width:900px){
  body[data-page="product"] .hero__inner{
    min-height:0!important;
    padding:42px 0 30px!important;
    gap:24px!important;
  }
  body[data-page="product"] .hero__visual{
    width:104%!important;
    max-width:none!important;
    margin-inline:-2%!important;
  }
}

@media (max-width:620px){
  body[data-page="product"] .hero__visual .slice-frame--hero{
    aspect-ratio:1.62!important;
  }
  body[data-page="product"] .growth-engine-ui--product>div{
    padding:5px 7px!important;
  }
  body[data-page="product"] .growth-engine-ui--product .engine-score{
    left:2%!important;
    top:auto!important;
    bottom:13%!important;
    width:22%!important;
  }
  body[data-page="product"] .growth-engine-ui--product .engine-score b{
    font-size:17px!important;
  }
  body[data-page="product"] .growth-engine-ui--product .engine-growth{
    left:38%!important;
    bottom:5%!important;
    width:28%!important;
  }
  body[data-page="product"] .growth-engine-ui--product .engine-lead{
    right:1%!important;
    top:auto!important;
    bottom:18%!important;
    width:22%!important;
  }
}
