.material-symbols-rounded{font-family:"Material Symbols Rounded";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;font-feature-settings:"liga";-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}

.brand{gap:14px}.brand-logo{display:block;width:142px;height:auto}.brand>small{padding-left:14px;border-left:1px solid var(--line);font-weight:750;white-space:nowrap;color:var(--muted)}
.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.footer-logo{display:block;width:150px;height:auto}.footer-brand small{color:#aebdd0}

.assistant-card{transform:none;align-self:center;margin:0;box-shadow:0 22px 60px rgba(10,40,101,.14)}
.assistant-icon{grid-row:1/3;width:36px;height:36px;border-radius:11px;background:var(--teal);color:white;display:grid;place-items:center;font-size:21px}
.assistant-head{align-items:center}.quick-prompt button{display:flex;align-items:center;gap:10px}.quick-prompt button span{display:inline;color:inherit;font-size:14px;font-weight:650;text-transform:none;letter-spacing:0;margin:0}.quick-prompt button .material-symbols-rounded{font-size:19px;color:var(--blue);font-weight:normal}

.quick-card{position:relative;overflow:hidden}.quick-card:after{content:"";position:absolute;width:70px;height:70px;border-radius:50%;right:-38px;top:-38px;background:color-mix(in srgb,var(--quick-color,var(--blue)) 11%,transparent)}.card-top{display:flex;align-items:center;justify-content:space-between}.quick-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:color-mix(in srgb,var(--quick-color,var(--blue)) 13%,white);color:var(--quick-color,var(--blue));font-size:24px}.quick-card:nth-child(1){--quick-color:#149fc1}.quick-card:nth-child(2){--quick-color:#67b75a}.quick-card:nth-child(3){--quick-color:#ec7b2d}.quick-card:nth-child(4){--quick-color:#6759b8}.quick-card:nth-child(5){--quick-color:#008b79}.quick-card:nth-child(6){--quick-color:#d69808}.quick-card h3{margin-top:20px}.quick-card .num{color:var(--quick-color,var(--blue))}

.insight-section{max-width:1400px;margin:auto;display:grid;grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);gap:clamp(34px,6vw,80px);align-items:center;background:white}.insight-visual{position:relative;min-height:460px;border-radius:26px;overflow:hidden;background:#fff8df;box-shadow:0 22px 65px rgba(10,40,101,.12)}.insight-visual img{display:block;width:100%;height:100%;min-height:460px;object-fit:cover}.visual-source{position:absolute;left:14px;bottom:14px;padding:7px 10px;border-radius:8px;background:rgba(7,31,78,.88);color:white;font-size:12px}.insight-copy h2{font-size:clamp(36px,4vw,54px);line-height:1.05;letter-spacing:-.04em;color:var(--navy);margin:10px 0 18px}.insight-copy>p{color:var(--muted);max-width:670px;font-size:18px}.action-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:12px;align-items:center;margin-top:30px}.action-flow>div{min-height:146px;padding:18px 15px;border:1px solid var(--line);border-radius:15px;background:var(--paper)}.action-flow .material-symbols-rounded{display:block;color:var(--blue);font-size:28px;margin-bottom:18px}.action-flow strong,.action-flow small{display:block}.action-flow strong{color:var(--navy)}.action-flow small{color:var(--muted);margin-top:4px}.action-flow>b{color:var(--gold);font-size:22px}

.report-card{position:relative}.report-icon{color:var(--blue);font-size:28px;margin-bottom:16px}.resource-card-head{display:flex;align-items:flex-start;gap:12px}.resource-icon{flex:0 0 auto;width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:#e8f6f8;color:var(--teal);font-size:21px}.resource-card-head .tags{padding-top:3px}

@media(max-width:1100px){.brand-logo{width:125px}.brand>small{display:none}.insight-section{grid-template-columns:1fr}.insight-visual{min-height:360px;max-width:760px}.insight-visual img{min-height:360px}}
@media(max-width:760px){.brand-logo{width:112px}.site-header{gap:6px}.insight-section{padding-left:18px;padding-right:18px}.insight-visual,.insight-visual img{min-height:280px}.action-flow{grid-template-columns:1fr}.action-flow>b{transform:rotate(90deg);text-align:center}.quick-icon{width:40px;height:40px}.footer-logo{width:130px}}

/* Guided Help uses the same card rhythm as Quick Start. */
.guided-help-grid{display:block;max-width:1240px;border:0;border-radius:0;overflow:visible;min-height:0}
.guided-help-grid .topic-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:0;background:transparent;border:0}
.guided-help-grid .guided-topic-card{position:relative;min-height:205px;padding:22px;border:1px solid rgba(255,255,255,.17);border-radius:18px;background:rgba(255,255,255,.07);color:white;text-align:left;overflow:hidden;transition:.2s ease}
.guided-help-grid .guided-topic-card:hover{transform:translateY(-4px);background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.32);box-shadow:0 16px 36px rgba(0,0,0,.18)}
.guided-help-grid .guided-topic-card.active{background:white;color:var(--navy);border-color:white;box-shadow:0 18px 42px rgba(0,0,0,.22)}
.guided-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.guided-icon{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;background:rgba(42,169,167,.18);color:#63d2cf;font-size:24px}.guided-topic-card.active .guided-icon{background:#e5f6f5;color:var(--teal)}
.guided-topic-card .num{font-size:12px;font-weight:850;color:var(--gold)}.guided-topic-card strong,.guided-topic-card small,.guided-topic-card .arrow{display:block}.guided-topic-card strong{font-size:18px;line-height:1.25}.guided-topic-card small{margin-top:8px;color:#bfd0e1;font-size:13px;line-height:1.45}.guided-topic-card.active small{color:var(--muted)}.guided-topic-card .arrow{margin-top:15px;color:#63d2cf;font-weight:850}.guided-topic-card.active .arrow{color:var(--teal)}
.guided-help-grid .topic-panel{margin-top:18px;padding:30px 34px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:#102846}.topic-panel-heading{display:flex;align-items:center;gap:14px}.topic-panel-heading>.material-symbols-rounded{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:rgba(42,169,167,.18);color:#63d2cf}.topic-panel-heading h3{margin:2px 0 0}.topic-panel-heading .section-label{color:#63d2cf}

/* Shared resource-card treatment. */
.feature-surface{border:1px solid var(--line);box-shadow:0 16px 42px rgba(10,40,101,.08);transition:transform .2s ease,box-shadow .2s ease}.feature-surface:hover{transform:translateY(-3px);box-shadow:0 22px 52px rgba(10,40,101,.12)}
.feature-icon{display:inline-grid;place-items:center;width:46px;height:46px;margin:0 12px 14px 0;border-radius:13px;background:#e6f6f7;color:var(--teal);vertical-align:middle}
.feature-card-head{display:flex;align-items:center;justify-content:space-between}.feature-card-head .feature-icon{margin:0}
.leader-band.feature-surface{background:white;color:var(--navy)}.leader-band.feature-surface .leader-copy p{color:var(--muted)}.leader-band.feature-surface .gold{color:var(--teal)}.leader-band.feature-surface .button.ghost-light{color:var(--navy);border-color:var(--line)}.leader-band.feature-surface .leader-item{background:var(--paper);border-color:var(--line)}.leader-band.feature-surface .leader-item h3{color:var(--navy)}.leader-band.feature-surface .leader-item p{color:var(--muted)}.leader-band.feature-surface .leader-item span{color:var(--gold)}
.audience-card.feature-surface{overflow:hidden}.learn-strip.feature-surface{max-width:1280px;margin:30px auto 78px;border-radius:24px;background:white}

/* New signal-to-support visual. */
.insight-orbit{isolation:isolate;display:grid;place-items:center;background:radial-gradient(circle at 50% 45%,#fff 0 17%,#eef9f8 18% 34%,#eff6fb 35% 53%,#fff8e3 54% 100%)}
.orbit-ring{position:absolute;border-radius:50%;border:2px dashed rgba(10,40,101,.18)}.orbit-ring-one{width:235px;height:235px}.orbit-ring-two{width:365px;height:365px;border-style:solid;border-color:rgba(21,159,193,.14)}
.orbit-core{position:relative;z-index:2;width:142px;height:142px;border-radius:50%;display:grid;place-items:center;align-content:center;text-align:center;background:var(--navy);color:white;box-shadow:0 18px 40px rgba(10,40,101,.26)}.orbit-core .material-symbols-rounded{font-size:36px;color:var(--gold);margin-bottom:5px}.orbit-core strong{line-height:1.15}
.orbit-node{position:absolute;z-index:3;width:92px;height:92px;border-radius:20px;display:grid;place-items:center;align-content:center;background:white;border:1px solid var(--line);box-shadow:0 12px 28px rgba(10,40,101,.12);color:var(--navy)}.orbit-node .material-symbols-rounded{font-size:28px;color:var(--teal)}.orbit-node small{margin-top:5px;font-weight:800}.node-data{left:9%;top:18%}.node-pattern{right:8%;top:26%}.node-action{right:20%;bottom:11%}.node-action .material-symbols-rounded{color:var(--gold)}

@media(max-width:1100px){.guided-help-grid .topic-tabs{grid-template-columns:repeat(2,1fr)}.learn-strip.feature-surface{margin-left:20px;margin-right:20px}.orbit-ring-two{width:330px;height:330px}}
@media(max-width:760px){.guided-help-grid .topic-tabs{grid-template-columns:1fr}.guided-help-grid .guided-topic-card{min-height:178px}.guided-help-grid .topic-panel{padding:25px 20px}.insight-orbit{min-height:350px}.orbit-ring-one{width:190px;height:190px}.orbit-ring-two{width:285px;height:285px}.orbit-core{width:118px;height:118px}.orbit-node{width:76px;height:76px;border-radius:16px}.node-data{left:5%;top:17%}.node-pattern{right:4%;top:25%}.node-action{right:16%;bottom:8%}.learn-strip.feature-surface{margin:20px 12px 56px}.leader-band.feature-surface{margin-left:12px;margin-right:12px}}
