.insight-page { color: var(--ink); }
.insight-page section[id] { scroll-margin-top: 96px; }
.insight-hero { position: relative; overflow: hidden; padding: 62px 0; color: #fff; background: radial-gradient(circle at 82% 20%,rgba(44,89,205,.48),transparent 28%),linear-gradient(125deg,#061631,#092655 62%,#18123c); }
.insight-hero::before { content:""; position:absolute; inset:0; opacity:.16; background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); background-size:42px 42px; }
.insight-hero-grid { position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,.95fr) minmax(420px,.8fr); gap:70px; align-items:center; }
.insight-hero .breadcrumb { color:rgba(255,255,255,.72); }.insight-hero .breadcrumb a { color:inherit; }.insight-hero .eyebrow { color:#ff6674; }
.insight-hero h1 { max-width:680px; margin:12px 0 18px; color:#fff; font-size:clamp(42px,5vw,66px); line-height:1.02; letter-spacing:-.035em; }.insight-hero h1 em { color:#ff3c4f; font-style:normal; }
.insight-hero-copy > p:last-of-type { max-width:650px; color:rgba(255,255,255,.76); font-size:17px; line-height:1.7; }
.hero-actions { display:flex; flex-wrap:wrap; align-items:center; gap:24px; margin-top:28px; }.hero-actions .text-link { color:#fff; font-size:13px; font-weight:800; }.hero-actions .text-link span { color:#ff5362; }
.insight-visual { position:relative; min-height:410px; border:1px solid rgba(255,255,255,.16); border-radius:28px; background:rgba(255,255,255,.07); box-shadow:0 28px 70px rgba(0,0,0,.25); backdrop-filter:blur(10px); }
.ai-visual::before,.ai-visual::after { content:""; position:absolute; inset:70px; border:1px solid rgba(255,255,255,.18); border-radius:50%; }.ai-visual::after { inset:115px; border-color:rgba(255,72,90,.34); }
.visual-core { position:absolute; left:50%; top:50%; z-index:2; width:126px; height:126px; display:grid; place-items:center; transform:translate(-50%,-50%); border-radius:28px; background:linear-gradient(145deg,#fff,#ffecef); box-shadow:0 20px 50px rgba(237,16,34,.25); }.visual-core img { width:42px; height:42px; }.visual-core strong { color:#ed1022; font-size:15px; }
.visual-node { position:absolute; z-index:3; padding:10px 14px; border:1px solid rgba(255,255,255,.18); border-radius:999px; color:#fff; background:#132f68; font-size:11px; font-weight:800; }.node-a{left:7%;top:18%}.node-b{right:6%;top:25%}.node-c{left:8%;bottom:18%}.node-d{right:8%;bottom:16%}
.proof-strip { background:#fff; border-bottom:1px solid var(--line); box-shadow:0 10px 28px rgba(16,22,41,.05); }.proof-strip .container { display:grid; grid-template-columns:repeat(4,1fr); }.proof-strip span { min-height:90px; display:grid; place-items:center; align-content:center; border-right:1px solid var(--line); color:var(--muted); font-size:11px; }.proof-strip span:last-child{border:0}.proof-strip b{display:block;margin-bottom:5px;color:var(--ink);font-size:16px}
.section-heading.centered { max-width:780px; margin:0 auto 32px; text-align:center; }.section-heading h2 { margin:8px 0 10px; font-size:clamp(31px,3vw,43px); }.section-heading > p:last-child { color:var(--muted); line-height:1.65; }.section-heading.light h2{color:#fff}.section-heading.light>p:last-child{color:rgba(255,255,255,.7)}
.capability-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }.capability-grid article { min-height:300px; padding:25px; border:1px solid var(--line); border-radius:16px; background:linear-gradient(145deg,#fff,#fafbff); box-shadow:0 14px 34px rgba(16,22,41,.06); transition:transform .2s,border-color .2s,box-shadow .2s; }.capability-grid article:hover{transform:translateY(-4px);border-color:#ffc4ca;box-shadow:0 20px 42px rgba(16,22,41,.1)}
.capability-grid article>span { width:54px;height:54px;display:grid;place-items:center;border-radius:14px;background:#fff0f2; }.capability-grid img{width:28px;height:28px;filter:invert(19%) sepia(96%) saturate(4511%) hue-rotate(346deg) brightness(99%)}.capability-grid h3{margin:18px 0 9px;font-size:19px}.capability-grid p,.capability-grid li{color:var(--muted);font-size:12px;line-height:1.65}.capability-grid ul{margin:15px 0 0;padding:0;list-style:none}.capability-grid li{position:relative;padding:3px 0 3px 19px}.capability-grid li::before{content:"✓";position:absolute;left:0;color:#ed1022;font-weight:900}
.soft-section { background:linear-gradient(180deg,#f6f8fd,#fff); }.two-panel { display:grid;grid-template-columns:1fr .82fr;gap:56px;align-items:center}.two-panel h2{font-size:clamp(31px,3vw,43px);margin:8px 0 12px}.two-panel>div>p:last-of-type{color:var(--muted);line-height:1.7}.outcome-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.outcome-list span{display:flex;align-items:center;gap:10px;padding:14px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:12px;font-weight:700}.outcome-list b{width:27px;height:27px;display:grid;place-items:center;flex:0 0 27px;border-radius:50%;color:#fff;background:#ed1022;font-size:9px}
.dark-card { padding:32px!important;border-radius:18px;color:#fff;background:radial-gradient(circle at 90% 5%,rgba(237,16,34,.32),transparent 25%),linear-gradient(135deg,#071936,#0d2b60);box-shadow:0 24px 55px rgba(7,25,54,.2)}.dark-card h3{margin:0 0 22px;color:#fff;font-size:24px}.dark-card ol{display:grid;gap:16px;margin:0;padding:0;list-style:none}.dark-card li{display:grid;grid-template-columns:90px 1fr;gap:12px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.12)}.dark-card li:last-child{border:0;padding:0}.dark-card b{color:#ff5262}.dark-card span{color:rgba(255,255,255,.7);font-size:12px;line-height:1.5}
.insight-cta { display:flex;justify-content:space-between;align-items:center;gap:28px;margin-bottom:30px;padding:32px 38px;border-radius:16px;color:#fff;background:linear-gradient(105deg,#d80d22,#6b1231 45%,#0b2050)}.insight-cta p{margin:0 0 5px;color:#ffced3;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.insight-cta h2{margin:0;color:#fff;font-size:26px}.insight-cta .btn{white-space:nowrap}
.analytics-hero { background:radial-gradient(circle at 82% 20%,rgba(64,102,220,.45),transparent 30%),linear-gradient(125deg,#07182f,#112e68 65%,#251342); }.dashboard-visual{padding:24px;background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.045))}.dash-top{display:flex;gap:6px}.dash-top span{width:8px;height:8px;border-radius:50%;background:#ff5262}.dash-top span:nth-child(2){background:#ffd166}.dash-top span:nth-child(3){background:#56d39b}.dash-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px}.dash-kpis b{padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:11px;color:rgba(255,255,255,.6);font-size:10px}.dash-kpis em{display:block;margin-top:7px;color:#fff;font-size:18px;font-style:normal}.dash-chart{height:160px;display:flex;align-items:end;justify-content:center;gap:16px;margin-top:25px;padding:20px 25px 0;border-left:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}.dash-chart i{width:28px;border-radius:6px 6px 0 0;background:linear-gradient(#ff5362,#bd1630)}.dash-chart i:nth-child(1){height:32%}.dash-chart i:nth-child(2){height:48%}.dash-chart i:nth-child(3){height:42%}.dash-chart i:nth-child(4){height:68%}.dash-chart i:nth-child(5){height:78%}.dash-chart i:nth-child(6){height:94%}.dash-line{position:absolute;left:12%;right:9%;bottom:80px;height:2px;background:#66a0ff;transform:rotate(-8deg);box-shadow:0 0 16px #66a0ff}.analytics-proof b{color:#163e82}
.analytics-lifecycle{color:#fff;background:linear-gradient(135deg,#071936,#0e2e68)}.lifecycle-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:28px}.lifecycle-grid article{position:relative;padding:24px 18px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(255,255,255,.06);text-align:center}.lifecycle-grid b{width:34px;height:34px;display:grid;place-items:center;margin:0 auto 13px;border-radius:50%;background:#ed1022;font-size:10px}.lifecycle-grid h3{margin:0 0 6px;color:#fff;font-size:16px}.lifecycle-grid p{margin:0;color:rgba(255,255,255,.65);font-size:11px;line-height:1.55}
.use-case-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:60px;align-items:center}.use-case-layout h2{font-size:clamp(30px,3vw,42px);margin:8px 0 10px}.use-case-layout>div>p:last-child{color:var(--muted)}.use-case-tags{display:flex;flex-wrap:wrap;gap:11px}.use-case-tags span{padding:13px 16px;border:1px solid var(--line);border-radius:999px;background:#fff;box-shadow:0 8px 20px rgba(16,22,41,.05);font-size:12px;font-weight:700}
.resources-hero{background:radial-gradient(circle at 82% 22%,rgba(237,16,34,.35),transparent 28%),linear-gradient(125deg,#071730,#142a5d 64%,#44132b)}.library-visual{perspective:900px}.book{position:absolute;width:180px;height:240px;padding:26px;border-radius:10px 20px 20px 10px;color:#fff;box-shadow:15px 22px 35px rgba(0,0,0,.28);transform:rotateY(-15deg) rotateZ(-5deg)}.book::before{content:"";position:absolute;left:13px;top:0;bottom:0;width:2px;background:rgba(255,255,255,.24)}.book span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.book b{display:block;margin-top:10px;font-size:24px}.book-a{left:14%;top:72px;background:linear-gradient(145deg,#db1026,#84172c)}.book-b{left:38%;top:94px;background:linear-gradient(145deg,#244fc1,#102d76)}.book-c{right:8%;top:58px;background:linear-gradient(145deg,#6928b8,#30165f)}.library-badge{position:absolute;right:12%;bottom:32px;display:flex;align-items:center;gap:9px;padding:11px 15px;border-radius:999px;color:#172038;background:#fff;font-size:11px;font-weight:800;box-shadow:0 12px 28px rgba(0,0,0,.2)}.library-badge img{width:20px;height:20px}
.resource-categories{position:relative;z-index:2;margin-top:-24px}.resource-categories .container{display:grid;grid-template-columns:repeat(4,1fr);padding:0;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 18px 42px rgba(16,22,41,.11);overflow:hidden}.resource-categories a{display:flex;align-items:center;gap:13px;min-height:96px;padding:18px 20px;border-right:1px solid var(--line)}.resource-categories a:last-child{border:0}.resource-categories img{width:30px;height:30px}.resource-categories span{display:grid;gap:3px}.resource-categories b{color:var(--ink);font-size:14px}.resource-categories small{color:var(--muted);font-size:10px}
.resource-library-grid{display:grid;gap:20px}.resource-library-grid article{display:grid;grid-template-columns:220px 1fr;gap:28px;padding:22px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 14px 34px rgba(16,22,41,.06)}.resource-cover{min-height:250px;display:flex;flex-direction:column;justify-content:space-between;padding:24px;border-radius:13px;color:#fff;background:#132d67}.resource-cover span{width:fit-content;padding:5px 9px;border:1px solid rgba(255,255,255,.28);border-radius:999px;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.resource-cover img{width:48px;height:48px;filter:brightness(0) invert(1)}.ai-cover{background:linear-gradient(145deg,#bf1025,#67172d)}.cloud-cover{background:linear-gradient(145deg,#1949b8,#0a285e)}.product-cover{background:linear-gradient(145deg,#6e28b9,#31135f)}.security-cover{background:linear-gradient(145deg,#0b765d,#064235)}.resource-library-grid article>div:last-child{padding:8px 8px 8px 0}.resource-label{margin:0;color:#ed1022;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.resource-library-grid h3{margin:8px 0 10px;font-size:23px}.resource-library-grid p{color:var(--muted);font-size:12px;line-height:1.65}.resource-library-grid h4{margin:16px 0 7px;font-size:12px}.resource-library-grid ul{margin:0;padding-left:18px;color:var(--muted);font-size:11px;line-height:1.75}.resource-library-grid a{display:inline-flex;gap:8px;margin-top:18px;color:#ed1022;font-size:11px;font-weight:800}
.resource-help{display:grid;grid-template-columns:.85fr 1.15fr;gap:55px;align-items:center}.resource-help h2{font-size:clamp(31px,3vw,43px);margin:8px 0 12px}.resource-help>div>p:last-child{color:var(--muted);line-height:1.7}.help-points{display:grid;gap:12px}.help-points span{display:grid;grid-template-columns:48px 1fr;column-gap:14px;padding:16px;border:1px solid var(--line);border-radius:13px;background:#fff}.help-points img{grid-row:1/3;width:27px;height:27px;align-self:center}.help-points b{font-size:13px}.help-points small{color:var(--muted);font-size:10px}
@media(max-width:1050px){.insight-hero-grid{grid-template-columns:1fr}.insight-visual{min-height:380px}.capability-grid{grid-template-columns:repeat(2,1fr)}.lifecycle-grid{grid-template-columns:repeat(3,1fr)}.resource-categories .container{grid-template-columns:repeat(2,1fr)}.resource-categories a:nth-child(2){border-right:0}.resource-categories a:nth-child(-n+2){border-bottom:1px solid var(--line)}}
@media(max-width:700px){.insight-hero{padding:42px 0}.insight-hero-grid{gap:34px}.insight-hero h1{font-size:42px}.insight-visual{min-height:320px}.proof-strip .container,.capability-grid,.lifecycle-grid{grid-template-columns:1fr}.proof-strip span{border-right:0;border-bottom:1px solid var(--line)}.two-panel,.use-case-layout,.resource-help{grid-template-columns:1fr;gap:28px}.outcome-list{grid-template-columns:1fr}.insight-cta{flex-direction:column;align-items:flex-start;padding:26px 22px}.insight-cta .btn{width:100%}.dash-kpis{grid-template-columns:1fr}.dash-kpis b{padding:10px}.book{width:135px;height:190px;padding:20px}.book-a{left:7%}.book-b{left:33%}.book-c{right:4%}.book b{font-size:18px}.resource-categories{margin-top:0}.resource-categories .container{grid-template-columns:1fr}.resource-categories a{border-right:0;border-bottom:1px solid var(--line)!important}.resource-library-grid article{grid-template-columns:1fr}.resource-cover{min-height:190px}.resource-library-grid article>div:last-child{padding:5px}.hero-actions{align-items:flex-start;flex-direction:column}}
