:root {
  --ink: #151423;
  --black: #08080b;
  --plum: #320116;
  --wine: #b51858;
  --pink: #f2026c;
  --coral: #ff404c;
  --orange: #ff5a00;
  --peach: #ff9a35;
  --blush: #fff5f9;
  --cream: #fffaf5;
  --soft: #f4f4f4;
  --line: #dedadd;
  --white: #ffffff;
  --sans: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  --display: Georgia, "Times New Roman", serif;
  --shadow: 0 28px 80px rgba(50, 1, 22, .18);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font: 16px/1.55 var(--sans); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--peach); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-150%); background: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: none; }

.announcement { min-height: 38px; padding: 7px 5vw; display: flex; justify-content: center; gap: 14px; align-items: center; text-align: center; font-size: 13px; font-weight: 650; background: var(--blush); border-bottom: 1px solid #ffe2ee; }
.announcement a { color: var(--wine); border-bottom: 1px solid currentColor; }
.site-header { position: sticky; top: 0; z-index: 50; min-height: 82px; padding: 10px 5vw; display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(21,20,35,.08); }
.brand { display: block; width: 154px; height: 58px; overflow: hidden; }
.brand-lockup { width: 100%; height: 100%; }
.site-header .brand-lockup { mix-blend-mode: multiply; filter: brightness(1.07) contrast(1.08); }
.site-nav { display: flex; gap: 30px; align-items: center; font-size: 15px; font-weight: 600; }
.site-nav > a { position: relative; }
.site-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--pink); transition: right .25s ease; }
.site-nav > a:hover::after { right: 0; }
.site-nav > a[aria-current="page"]::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px; transition: transform .2s ease, opacity .2s ease; }

.button { min-height: 48px; padding: 12px 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 15px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(50,1,22,.14); }
.button-outline { min-height: 46px; background: #fff; border-color: var(--coral); box-shadow: inset 0 0 0 1px var(--pink); }
.button-light { background: #fff; color: var(--ink); }
.button-dark { background: var(--ink); color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding: 12px 0; font-weight: 750; border-bottom: 1px solid currentColor; }
.text-link-light { color: #fff; }

.hero { position: relative; min-height: 720px; padding: 84px 5vw 72px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(36px, 6vw, 90px); overflow: hidden; color: #fff; background: linear-gradient(118deg, var(--pink) 0%, #ff2b51 43%, var(--orange) 100%); }
.hero::after { content: ""; position: absolute; inset: auto -15% -45% 40%; width: 65vw; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,190,64,.7), rgba(255,90,0,0) 68%); pointer-events: none; }
.hero-orb { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.hero-orb-one { width: 560px; height: 560px; left: -300px; top: -300px; }
.hero-orb-two { width: 220px; height: 220px; left: 44%; bottom: -110px; }
.hero-copy, .hero-product { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; font-size: 12px; line-height: 1; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; color: var(--wine); }
.eyebrow-light { color: #fff; }
.hero h1 { max-width: 720px; margin: 0; font: 400 clamp(48px, 6vw, 84px)/.96 var(--display); letter-spacing: -.045em; }
.hero h1 em { display: block; font-style: italic; }
.hero h1 .keep-together { white-space: nowrap; }
.hero-lede { max-width: 650px; margin: 28px 0 30px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.5; color: rgba(255,255,255,.93); }
.hero-actions { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }

.hero-product { min-width: 0; perspective: 1400px; }
.product-window { overflow: hidden; border: 1px solid rgba(255,255,255,.62); border-radius: 24px; background: #f7f7f8; color: var(--ink); box-shadow: 0 45px 90px rgba(66,0,26,.32); transform: rotateY(-3deg) rotateX(1deg); }
.product-topbar { height: 58px; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; background: #fff; border-bottom: 1px solid #e8e5e7; }
.product-mini-brand { display: flex; gap: 8px; align-items: center; font-weight: 800; }
.mini-mark { width: 27px; height: 27px; display: grid; place-items: center; color: #fff; border-radius: 9px 9px 12px 9px; background: linear-gradient(145deg, var(--peach), var(--pink)); font-family: var(--display); }
.product-actions { display: flex; gap: 10px; align-items: center; }
.product-actions > span:not(.avatar) { width: 8px; height: 8px; border-radius: 50%; background: #d9d5d8; }
.product-actions .avatar { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--plum); color: #fff; font-size: 10px; }
.product-layout { min-height: 480px; display: grid; grid-template-columns: 54px 1fr; }
.product-sidebar { display: flex; flex-direction: column; align-items: center; gap: 18px; padding-top: 26px; background: #fff; border-right: 1px solid #e8e5e7; }
.product-sidebar span { width: 18px; height: 18px; border: 2px solid #d6d1d5; border-radius: 6px; }
.product-sidebar span.active { border-color: var(--pink); background: #ffe3ef; box-shadow: inset 0 0 0 4px #fff; }
.product-content { padding: 26px; min-width: 0; }
.product-heading { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.product-heading div { display: flex; flex-direction: column; }
.product-heading small { color: #8e8790; }
.product-heading strong { font-size: 19px; }
.product-heading button { border: 0; border-radius: 8px; padding: 9px 12px; background: var(--ink); color: #fff; font-size: 11px; }
.score-grid { margin: 24px 0 18px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.score-grid article { position: relative; min-height: 108px; padding: 16px; display: flex; flex-direction: column; background: #fff; border: 1px solid #e8e4e7; border-radius: 14px; }
.score-grid small { color: #8d868d; font-size: 10px; }
.score-grid b { margin-top: 3px; font-size: 26px; }
.score-grid i { margin-top: auto; color: #5d8b73; font-size: 9px; font-style: normal; }
.score-dot { position: absolute; right: 13px; top: 13px; width: 9px; height: 9px; border-radius: 50%; }
.score-dot.coral { background: var(--coral); }.score-dot.pink { background: var(--pink); }.score-dot.orange { background: var(--orange); }
.dashboard-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 12px; }
.dashboard-grid article { min-height: 220px; padding: 16px; background: #fff; border: 1px solid #e8e4e7; border-radius: 14px; }
.card-title { display: flex; justify-content: space-between; font-size: 10px; }
.card-title b { font-size: 12px; }.card-title span { color: #9b949b; }
.chart { height: 125px; padding-top: 28px; display: flex; gap: 8px; align-items: end; border-bottom: 1px solid #e8e4e7; }
.chart span { flex: 1; min-width: 5px; border-radius: 3px 3px 0 0; background: linear-gradient(180deg, var(--pink), #ff9d37); }
.chart-labels { margin-top: 9px; display: flex; justify-content: space-between; color: #aaa4a9; font-size: 8px; }
.attention-card ul { margin: 16px 0 0; padding: 0; list-style: none; }
.attention-card li { padding: 11px 0; display: grid; grid-template-columns: 28px 1fr auto; gap: 9px; align-items: center; border-bottom: 1px solid #f0edef; font-size: 9px; }
.attention-card li:last-child { border-bottom: 0; }
.attention-card li > span:nth-child(2) { display: flex; flex-direction: column; }
.attention-card li small { color: #9b949b; }
.attention-card li strong { color: var(--wine); font-size: 8px; }
.item-icon { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; font-weight: 900; }
.item-icon.hot { color: var(--pink); background: #ffe4ef; }.item-icon.warm { color: #bd5a12; background: #fff0df; }.item-icon.cool { color: #33765b; background: #e7f7ef; }
.floating-alert { position: absolute; right: -28px; bottom: 34px; width: min(390px, 78%); padding: 15px; display: grid; grid-template-columns: 38px 1fr 20px; gap: 12px; align-items: center; color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.7); border-radius: 16px; box-shadow: var(--shadow); }
.alert-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: linear-gradient(145deg,var(--pink),var(--orange)); }
.floating-alert div { display: flex; flex-direction: column; }
.floating-alert small { color: var(--pink); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: 8px; }
.floating-alert b { font-size: 12px; }.floating-alert div span { color: #767078; font-size: 9px; }.alert-arrow { color: var(--pink); }

.trust-strip { padding: 30px 5vw; text-align: center; border-bottom: 1px solid var(--line); }
.trust-strip p { margin: 0 0 18px; color: #7a747a; font-size: 12px; }
.trust-items { display: flex; justify-content: center; gap: clamp(18px,4vw,58px); flex-wrap: wrap; font-weight: 750; }
.trust-items span { display: inline-flex; gap: 8px; align-items: center; }
.trust-items span::before { content: "✦"; color: var(--pink); }

.section { padding: 110px 7vw; }
.section-heading { max-width: 940px; margin: 0 auto; text-align: center; }
.section-heading.compact { max-width: 780px; }
.section-heading h2, .feature-copy h2, .faq-heading h2, .final-cta h2, .benefits-heading h2, .roi-header h2 { margin: 0; font: 400 clamp(39px,5vw,68px)/1.02 var(--display); letter-spacing: -.04em; color: var(--plum); }
.section-heading > p:last-child { max-width: 720px; margin: 24px auto 0; color: #625d62; font-size: 19px; }
.intro-section { background: var(--cream); }
.metric-ribbon { max-width: 1100px; margin: 64px auto 0; display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border-radius: 24px; background: linear-gradient(135deg, #ffbd44, #ff6d48 42%, #f2026c 76%, #8aa7ff); box-shadow: 0 24px 50px rgba(255,64,76,.16); }
.metric-ribbon article { min-height: 190px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.45); }
.metric-ribbon article:last-child { border-right: 0; }
.metric-ribbon strong { font: 400 clamp(52px,7vw,88px)/1 var(--display); color: var(--plum); }
.metric-ribbon span { font-weight: 750; color: var(--plum); }
.disclaimer { margin: 16px auto 0; text-align: center; color: #8b8589; font-size: 11px; }
.defining-grid { max-width: 1200px; margin: 74px auto 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.defining-grid article { min-height: 280px; padding: 34px; border: 1px solid #e7d9d0; border-radius: 24px; background: #fff; }
.defining-grid span { color: var(--pink); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.defining-grid h3 { max-width: 430px; margin: 64px 0 12px; font: 400 clamp(29px,3vw,40px)/1 var(--display); color: var(--plum); }
.defining-grid p { max-width: 510px; margin: 0; color: #655f64; }
.section-link-row { margin-top: 34px; display: flex; justify-content: center; }

.workflow-section { background: var(--white); }
.section-heading.workflow-heading { max-width: 1100px; }
.workflow-heading h2 { font-size: clamp(38px,4.6vw,60px); }
.workflow-title-line { display: block; white-space: nowrap; }
.phrase-lock { white-space: nowrap; }
.workflow-grid { max-width: 1200px; margin: 70px auto 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.workflow-card { padding: 18px 18px 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.step-number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--ink); font-weight: 800; font-size: 12px; }
.workflow-visual { position: relative; height: 260px; margin: 18px 0 28px; overflow: hidden; display: grid; place-items: center; border-radius: 20px; background: var(--blush); }
.workflow-card:nth-child(2) .workflow-visual { background: #f2f2f2; }
.workflow-card:nth-child(3) .workflow-visual { background: linear-gradient(150deg,#fff2d8,#ffe0eb); }
.workflow-card h3 { margin: 0 0 12px; font-size: 23px; letter-spacing: -.02em; }
.workflow-card p { margin: 0; color: #686268; }
.file { position: absolute; width: 72px; height: 88px; display: grid; place-items: center; border: 1px solid rgba(50,1,22,.16); border-radius: 12px; background: #fff; color: var(--wine); font-weight: 800; font-size: 11px; box-shadow: 0 15px 32px rgba(50,1,22,.12); }
.file-one { transform: translate(-84px,-32px) rotate(-9deg); }.file-two { transform: translate(78px,-40px) rotate(8deg); }.file-three { transform: translate(70px,60px) rotate(13deg); }
.intake-core { position: relative; z-index: 2; width: 92px; height: 92px; display: grid; place-items: center; border-radius: 30px 30px 40px 30px; color: #fff; background: linear-gradient(145deg,var(--peach),var(--pink)); font: 700 42px var(--display); box-shadow: 0 20px 45px rgba(242,2,108,.26); }
.scan-card { width: 190px; height: 168px; padding: 30px 24px; display: flex; flex-direction: column; gap: 12px; border: 1px solid #d7d3d6; border-radius: 16px; background: #fff; box-shadow: 0 18px 35px rgba(20,20,35,.1); }
.scan-card span { height: 8px; border-radius: 4px; background: #e3dfe2; }.scan-card span:nth-child(2) { width: 78%; }.scan-card span:nth-child(3) { width: 88%; }.scan-card i { position: absolute; width: 170px; height: 2px; transform: translate(-14px,72px); background: var(--pink); box-shadow: 0 0 16px var(--pink); }
.scan-pill { position: absolute; bottom: 30px; padding: 9px 14px; border-radius: 30px; background: var(--plum); color: #fff; font-size: 10px; }
.ring { width: 128px; height: 128px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 50%; color: var(--plum); background: conic-gradient(var(--pink) 0 92%, rgba(255,255,255,.5) 92%); box-shadow: inset 0 0 0 18px #ffe8ef,0 20px 40px rgba(242,2,108,.2); }
.ring b { font: 400 33px/1 var(--display); }.ring small { font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.tick { position: absolute; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #fff; box-shadow: 0 8px 20px rgba(50,1,22,.14); font-weight: 900; color: #3d8567; }.tick-one { transform: translate(-98px,-64px); }.tick-two { transform: translate(100px,-20px); }.tick-three { transform: translate(-86px,78px); color: var(--orange); }

.corporate-outcome-strip { padding: 0 7vw 72px; background: var(--white); }
.corporate-outcome-strip p { max-width: 1200px; margin: 0 auto; padding: 26px 0; border-top: 1px solid #efd9df; border-bottom: 1px solid #efd9df; color: var(--plum); text-align: center; font-size: clamp(16px,1.55vw,21px); line-height: 1.8; font-weight: 750; }
.corporate-outcome-strip span { margin: 0 .42em; color: var(--pink); font-weight: 900; }

.broker-pathways-section { padding: 0 7vw 110px; background: var(--white); }
.broker-pathways-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.broker-pathway { min-height: 300px; padding: 42px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: var(--radius); }
.broker-pathway h2 { max-width: 500px; margin: 0 0 18px; font: 400 clamp(36px,4vw,52px)/1 var(--display); letter-spacing: -.04em; }
.broker-pathway p { max-width: 550px; margin: 0; font-size: 17px; line-height: 1.65; }
.broker-pathway-dark { color: #fff; background: var(--plum); }
.broker-pathway-dark p { color: #e6d9df; }
.broker-pathway-light { color: var(--plum); border: 1px solid #eadbd3; background: linear-gradient(145deg,var(--cream),var(--blush)); }
.broker-pathway-light p { color: #625d62; }

.benefits-section { padding: 110px 5vw 0; color: #fff; background: var(--black); }
.benefits-heading { max-width: 1100px; margin: 0 auto 70px; }
.benefits-heading h2 { color: #fff; }
.benefits-columns { max-width: 1250px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; }
.benefit-list { padding: 55px; background: var(--black); border: 1px solid #2d2b32; border-bottom: 0; }
.benefit-list-light { color: var(--ink); background: #fff; border-color: #fff; }
.list-label { margin: 0 0 34px; color: var(--pink); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.benefit-list > div { position: relative; padding: 28px 0 28px 54px; border-top: 1px solid currentColor; }
.benefit-list > div > span { position: absolute; left: 0; top: 31px; color: var(--pink); font-size: 11px; font-weight: 850; }
.benefit-list h3 { margin: 0 0 8px; font-size: clamp(21px,2vw,28px); line-height: 1.15; }
.benefit-list div p { margin: 0; color: #aaa5ad; }
.benefit-list-light div p { color: #676167; }

.comparison-section { background: var(--cream); }
.comparison-grid { max-width: 1200px; margin: 66px auto 0; display: grid; grid-template-columns: repeat(3,1fr); }
.comparison-grid article { min-height: 500px; padding: 34px; background: #f3efeb; border: 1px solid #ddd6d2; }
.comparison-grid article:first-child { border-radius: var(--radius) 0 0 var(--radius); }.comparison-grid article:last-child { border-radius: 0 var(--radius) var(--radius) 0; }
.comparison-grid .comparison-winner { background: #fff1f7; border-color: #ffb4d2; box-shadow: 0 24px 70px rgba(242,2,108,.12); transform: translateY(-16px); }
.comparison-tag { display: inline-block; padding: 7px 11px; border-radius: 30px; background: #fff; font-size: 10px; font-weight: 800; }
.comparison-winner .comparison-tag { color: #fff; background: var(--pink); }
.comparison-grid h3 { min-height: 65px; margin: 24px 0 34px; font-size: 28px; line-height: 1.15; }
.comparison-grid ul { margin: 0; padding: 0; list-style: none; }
.comparison-grid li { position: relative; padding: 15px 0 15px 34px; border-top: 1px solid #ddd6d2; }
.comparison-grid li::before { position: absolute; left: 0; top: 16px; width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 10px; }
.negative-list li::before { content: "×"; color: #797277; }.positive-list li::before { content: "✓"; color: #fff; border-color: var(--pink); background: var(--pink); }

.roi-section { padding: 110px 5vw; color: #fff; background: var(--plum); }
.roi-header { max-width: 1000px; margin-bottom: 60px; }
.roi-header h2 { color: #fff; }
.roi-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.roi-grid article { min-height: 230px; padding: 32px; border-radius: 22px; color: var(--plum); background: #f7dfff; }
.roi-grid article:nth-child(2), .roi-grid article:nth-child(3) { background: #ffe8d6; }
.roi-grid span { font-weight: 850; font-size: 11px; color: var(--pink); }
.roi-grid h3 { margin: 42px 0 12px; font: 400 34px/1 var(--display); }
.roi-grid p { max-width: 520px; margin: 0; }

.feature-stack { display: flex; flex-direction: column; gap: 120px; }
.feature-row { max-width: 1220px; width: 100%; margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px,8vw,120px); align-items: center; }
.feature-row-reverse { grid-template-columns: 1.1fr .9fr; }
.feature-row-reverse .feature-copy { order: 2; }.feature-row-reverse .feature-mock { order: 1; }
.feature-copy h2 { font-size: clamp(40px,4.5vw,62px); }
.feature-copy > p:not(.eyebrow) { margin: 24px 0; color: #625d62; font-size: 18px; }
.feature-list { margin: 26px 0 0; padding: 0; list-style: none; }
.feature-list li { position: relative; padding: 12px 0 12px 31px; font-weight: 700; border-top: 1px solid var(--line); }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--pink); }
.feature-mock { position: relative; min-height: 500px; overflow: hidden; border-radius: 32px; background: linear-gradient(145deg,#fff0db,#ffdce9); }
.mock-panel { position: absolute; inset: 54px 72px 54px 54px; padding: 22px; border: 1px solid #e4dfe2; border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.mock-header { display: flex; justify-content: space-between; align-items: center; font-weight: 750; }
.mock-header i { padding: 6px 10px; border-radius: 20px; color: var(--wine); background: #ffe4ee; font-size: 9px; font-style: normal; }
.mock-document { margin-top: 24px; padding: 28px; min-height: 300px; border: 1px solid #eee9ec; background: #fafafa; }
.mock-document { display: flex; flex-direction: column; gap: 13px; }.mock-document span { height: 9px; border-radius: 4px; background: #dedade; }.mock-document span:nth-child(3),.mock-document span:nth-child(5) { width: 73%; }.mock-document .highlight { width: 88%; background: #ffc2d9; box-shadow: 0 0 0 5px #ffe8f1; }
.insight-card { position: absolute; right: 24px; bottom: 24px; width: 250px; padding: 20px; border-radius: 18px; background: var(--plum); color: #fff; box-shadow: 0 24px 45px rgba(50,1,22,.28); }
.insight-card small { color: #ff8bb8; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }.insight-card strong { display: block; margin-top: 6px; }.insight-card p { font-size: 11px; color: #e7dbe1; }.insight-card button { padding: 0; border: 0; background: transparent; color: #fff; font-weight: 800; font-size: 11px; }
.timeline-mock { padding: 55px; background: linear-gradient(145deg,#f4f4f4,#fff5f9); }
.timeline-date { display: flex; justify-content: space-between; align-items: end; }.timeline-date small { color: #7d767c; }.timeline-date strong { font: 400 52px/1 var(--display); color: var(--plum); }
.timeline-line { margin: 34px 0 45px; display: grid; grid-template-columns: repeat(4,1fr); height: 4px; background: #ddd8dc; }
.timeline-line i { position: relative; }.timeline-line i::before { content: ""; position: absolute; top: -7px; left: 0; width: 18px; height: 18px; border-radius: 50%; background: #d4ced2; }.timeline-line i.done { background: var(--pink); }.timeline-line i.done::before { background: var(--pink); }.timeline-line i.current::before { background: #fff; box-shadow: inset 0 0 0 5px var(--orange),0 0 0 5px #ffe2d1; }
.timeline-task { margin: 12px 0; padding: 17px; display: flex; gap: 14px; align-items: center; border: 1px solid #e2dde0; border-radius: 14px; background: #fff; }
.task-check { width: 32px; height: 32px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; color: #5b8a74; background: #e6f4ed; font-weight: 900; }.task-check.active { color: #fff; background: linear-gradient(145deg,var(--pink),var(--orange)); }.timeline-task div { display: flex; flex-direction: column; }.timeline-task small { color: #8d868d; }

.results-section { padding: 110px 5vw; background: var(--soft); }
.results-grid { max-width: 1200px; margin: 70px auto 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.results-grid article { min-height: 280px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 24px; background: #fff; border: 1px solid #ddd; }
.results-grid strong { font: 400 clamp(66px,8vw,110px)/1 var(--display); color: var(--plum); letter-spacing: -.06em; }
.results-grid p { max-width: 250px; margin: 0; font-weight: 700; }

.security-section { background: #fff; }
.security-grid { max-width: 1200px; margin: 66px auto 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.security-grid article { min-height: 300px; padding: 34px; border-radius: 24px; background: var(--cream); border: 1px solid #eee1d5; }
.security-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; color: #fff; background: linear-gradient(145deg,var(--pink),var(--orange)); font-size: 25px; }
.security-grid h3 { margin: 70px 0 12px; font: 400 29px/1.05 var(--display); color: var(--plum); }.security-grid p { margin: 0; color: #655f64; }

.faq-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: 8vw; background: var(--blush); }
.faq-heading { align-self: start; position: sticky; top: 130px; }
.faq-heading h2 { margin-bottom: 30px; }
.faq-list details { border-top: 1px solid #d8ccd1; }
.faq-list details:last-child { border-bottom: 1px solid #d8ccd1; }
.faq-list summary { position: relative; padding: 26px 50px 26px 0; list-style: none; font-size: 20px; font-weight: 750; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 2px; top: 20px; font: 400 30px var(--display); color: var(--pink); transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { margin: 0 0 28px; color: #625d62; }

.final-cta { padding: 90px 7vw; display: flex; justify-content: space-between; gap: 40px; align-items: end; color: #fff; background: linear-gradient(120deg,var(--pink),var(--coral) 45%,var(--orange)); }
.final-cta-copy { max-width: 850px; }.final-cta h2 { color: #fff; }
.final-cta .button { flex: 0 0 auto; }
.site-footer { padding: 70px 6vw 30px; display: grid; grid-template-columns: 1fr auto; gap: 60px; color: #fff; background: var(--black); }
.footer-logo { width: 142px; padding: 3px 6px; border-radius: 10px; background: #fff; }
.footer-brand p { max-width: 430px; color: #aaa4ab; }
.footer-links { display: grid; grid-template-columns: repeat(2,minmax(100px,1fr)); gap: 16px 38px; align-content: start; }
.footer-links a:hover { color: #ff779e; }
.footer-meta { grid-column: 1/-1; padding-top: 26px; display: flex; justify-content: space-between; color: #7f7a80; border-top: 1px solid #2e2b31; font-size: 12px; }

.demo-dialog { width: min(560px,calc(100% - 30px)); padding: 40px; border: 0; border-radius: 26px; color: var(--ink); box-shadow: var(--shadow); }
.demo-dialog::backdrop { background: rgba(8,8,11,.72); backdrop-filter: blur(5px); }
.demo-dialog h2 { margin: 0; font: 400 44px/1 var(--display); color: var(--plum); }
.demo-dialog > p:not(.eyebrow) { color: #686268; }
.dialog-close { position: absolute; top: 16px; right: 18px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--soft); font-size: 24px; }
.demo-dialog form { margin-top: 24px; display: grid; gap: 14px; }
.demo-dialog label { display: grid; gap: 7px; font-size: 12px; font-weight: 750; }
.demo-dialog input { width: 100%; padding: 13px 14px; border: 1px solid #d6d0d4; border-radius: 12px; outline: none; }
.demo-dialog input:focus { border-color: var(--pink); box-shadow: 0 0 0 3px #ffe2ed; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; transform: translate(-50%,150%); padding: 13px 20px; border-radius: 40px; color: #fff; background: var(--ink); opacity: 0; transition: transform .3s ease, opacity .3s ease; }
.toast.visible { transform: translate(-50%,0); opacity: 1; }

/* Multi-page platform and use-case layouts */
.subpage-hero { position: relative; min-height: 680px; padding: 88px 6vw; display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(50px,8vw,120px); align-items: center; overflow: hidden; color: #fff; background: linear-gradient(120deg,var(--plum),var(--wine) 55%,var(--pink)); }
.usecase-hero { background: linear-gradient(120deg,var(--pink),var(--coral) 48%,var(--orange)); }
.subpage-hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -300px; top: -320px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.subpage-copy { position: relative; z-index: 2; }
.subpage-copy h1 { margin: 0; font: 400 clamp(50px,6vw,82px)/.98 var(--display); letter-spacing: -.045em; }
.subpage-copy > p:not(.eyebrow) { max-width: 670px; margin: 28px 0 30px; font-size: clamp(17px,1.5vw,21px); color: rgba(255,255,255,.9); }
.page-intro { background: var(--cream); }
.platform-map { position: relative; min-height: 520px; }
.platform-map::before,.platform-map::after { content: ""; position: absolute; left: 50%; top: 50%; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; transform: translate(-50%,-50%); }
.platform-map::before { width: 410px; height: 410px; }.platform-map::after { width: 275px; height: 275px; }
.platform-core { position: absolute; z-index: 3; left: 50%; top: 50%; width: 155px; height: 155px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; transform: translate(-50%,-50%); color: var(--ink); background: #fff; box-shadow: 0 28px 60px rgba(20,0,10,.28); }
.platform-core span { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 7px; border-radius: 15px 15px 20px 15px; color: #fff; background: linear-gradient(145deg,var(--peach),var(--pink)); font: 700 23px var(--display); }
.platform-core small { color: #7a7479; font-size: 9px; }
.map-node { position: absolute; z-index: 2; min-width: 155px; padding: 16px 18px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.55); border-radius: 17px; color: var(--ink); background: rgba(255,255,255,.94); box-shadow: 0 18px 35px rgba(50,1,22,.18); }
.map-node i { margin-bottom: 13px; color: var(--pink); font-size: 9px; font-style: normal; font-weight: 850; }.map-node b { font-size: 15px; }.map-node small { color: #827b81; font-size: 9px; }
.node-record { left: 4%; top: 14%; }.node-intelligence { right: 2%; top: 9%; }.node-action { right: 0; bottom: 11%; }.node-renewal { left: 3%; bottom: 7%; }.node-change { left: 50%; top: 2%; transform: translateX(-50%); }
.platform-capabilities { background: #fff; }
.pillars-grid { max-width: 1240px; margin: 68px auto 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.platform-pillar { min-height: 460px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.platform-pillar:nth-child(2),.platform-pillar:nth-child(5) { background: var(--blush); }.platform-pillar:nth-child(3),.platform-pillar:nth-child(4) { background: var(--cream); }
.platform-pillar > span { color: var(--pink); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.platform-pillar h3 { margin: 62px 0 16px; font: 400 36px/1 var(--display); color: var(--plum); }
.platform-pillar p { color: #625d62; }
.platform-pillar ul { margin: 24px 0 0; padding: 0; list-style: none; }
.platform-pillar li { position: relative; padding: 10px 0 10px 24px; border-top: 1px solid rgba(50,1,22,.12); font-size: 13px; font-weight: 700; }
.platform-pillar li::before { content: "✓"; position: absolute; left: 0; color: var(--pink); }
.operating-loop-section { padding: 110px 6vw; color: #fff; background: var(--black); }
.operating-loop-section .section-heading h2 { color: #fff; }
.operating-loop { max-width: 1250px; margin: 70px auto 0; display: grid; grid-template-columns: repeat(5,1fr); }
.operating-loop article { position: relative; min-height: 280px; padding: 26px; border: 1px solid #343139; border-right: 0; }
.operating-loop article:first-child { border-radius: 22px 0 0 22px; }.operating-loop article:last-child { border-right: 1px solid #343139; border-radius: 0 22px 22px 0; }
.operating-loop article::after { content: "→"; position: absolute; z-index: 2; right: -14px; top: 42px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--black); background: var(--pink); }
.operating-loop article:last-child::after { display: none; }
.operating-loop span { color: var(--pink); font-size: 10px; font-weight: 850; }.operating-loop h3 { margin: 80px 0 12px; font: 400 28px/1 var(--display); }.operating-loop p { margin: 0; color: #aaa5ac; font-size: 14px; }
.module-showcase { display: flex; flex-direction: column; gap: 130px; background: var(--soft); }
.module-row { max-width: 1240px; width: 100%; margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px,7vw,100px); align-items: center; }
.module-row-reverse { grid-template-columns: 1.1fr .9fr; }.module-row-reverse .module-copy { order: 2; }
.module-copy h2 { margin: 0; font: 400 clamp(42px,5vw,64px)/1.02 var(--display); letter-spacing: -.04em; color: var(--plum); }
.module-copy > p:not(.eyebrow) { margin: 24px 0; color: #625d62; font-size: 18px; }
.example-chip-row { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.example-chip-row span { padding: 8px 11px; border-radius: 30px; background: #fff; border: 1px solid #ddd7db; font-size: 10px; font-weight: 750; }.example-chip-row i { color: var(--pink); font-style: normal; }
.action-board,.renewal-room { min-height: 480px; padding: 34px; border-radius: 28px; background: #fff; box-shadow: 0 30px 65px rgba(50,1,22,.12); }
.action-board-head { padding-bottom: 30px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #e9e5e8; }.action-board-head div { display: flex; flex-direction: column; }.action-board-head small { color: #8d868d; }.action-board-head b { font-size: 23px; }.action-board-head > span { padding: 7px 10px; border-radius: 20px; color: var(--wine); background: #ffe3ee; font-size: 10px; font-weight: 800; }
.action-board article { padding: 23px 0; display: grid; grid-template-columns: 44px 1fr auto; gap: 14px; align-items: center; border-bottom: 1px solid #ece8eb; }.action-board article:last-child { border-bottom: 0; }.action-board article div { display: flex; flex-direction: column; }.action-board article small { color: #8b858b; }.action-board article strong { color: var(--plum); }
.priority { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; font-size: 9px; font-style: normal; font-weight: 850; }.priority.high { color: #ad153e; background: #ffe1e9; }.priority.medium { color: #9c5517; background: #ffecd7; }.priority.done { color: #317558; background: #e3f5eb; }
.module-proof { padding: 18px; display: flex; flex-direction: column; border-left: 3px solid var(--pink); background: #fff; }.module-proof span { margin-top: 5px; color: #716a70; }
.renewal-score { padding: 12px 0 34px; display: grid; grid-template-columns: 1fr auto; align-items: end; border-bottom: 1px solid #e9e5e8; }.renewal-score small { grid-column: 1; color: #8d868d; }.renewal-score strong { grid-column: 1; font: 400 76px/1 var(--display); color: var(--plum); }.renewal-score span { grid-column: 2; grid-row: 1/3; padding: 8px 11px; border-radius: 20px; color: var(--wine); background: #ffe2ed; font-size: 10px; font-weight: 800; }
.renewal-bars { margin-top: 28px; }.renewal-bars p { display: grid; grid-template-columns: 150px 1fr 34px; gap: 12px; align-items: center; }.renewal-bars p > span { font-size: 12px; font-weight: 700; }.renewal-bars p > i { height: 8px; overflow: hidden; border-radius: 4px; background: #ede9ec; }.renewal-bars p > i b { display: block; height: 100%; border-radius: 4px; background: linear-gradient(90deg,var(--pink),var(--orange)); }.renewal-bars em { color: #736d72; font-size: 10px; font-style: normal; }
.governance-band { padding: 100px 7vw; display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; color: #fff; background: linear-gradient(120deg,var(--plum),#570828); }
.governance-copy h2 { margin: 0; font: 400 clamp(42px,5vw,66px)/1 var(--display); letter-spacing: -.04em; }.governance-copy > p:not(.eyebrow) { max-width: 720px; color: #d8cbd1; font-size: 18px; }.governance-points { align-self: center; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }.governance-points span { min-height: 125px; padding: 22px; display: flex; align-items: end; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.06); font-weight: 700; }

.change-radar { position: relative; min-height: 530px; }
.change-radar::before { content: ""; position: absolute; left: 50%; top: 50%; width: 440px; height: 440px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: inset 0 0 0 65px rgba(255,255,255,.04), inset 0 0 0 130px rgba(255,255,255,.04); }
.radar-core { position: absolute; z-index: 3; left: 50%; top: 50%; width: 170px; height: 170px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 50%; transform: translate(-50%,-50%); color: var(--ink); background: #fff; box-shadow: 0 26px 60px rgba(50,1,22,.28); }.radar-core span { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 8px; border-radius: 16px 16px 22px 16px; color: #fff; background: linear-gradient(145deg,var(--peach),var(--pink)); font: 700 25px var(--display); }.radar-core small { color: var(--pink); font-size: 9px; font-weight: 800; }
.radar-item { position: absolute; z-index: 2; width: 185px; padding: 17px; display: flex; flex-direction: column; border-radius: 17px; color: var(--ink); background: rgba(255,255,255,.95); box-shadow: 0 20px 40px rgba(80,0,30,.2); }.radar-item i { color: var(--pink); font-size: 9px; font-style: normal; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }.radar-item b { margin: 8px 0 2px; }.radar-item small { color: #837c82; font-size: 10px; }.r-one { left: 2%; top: 8%; }.r-two { right: 0; top: 14%; }.r-three { left: 0; bottom: 10%; }.r-four { right: 2%; bottom: 6%; }
.moments-section { background: var(--soft); }
.moments-grid { max-width: 1240px; margin: 68px auto 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.moment-card { min-height: 330px; padding: 32px; border: 1px solid #dfdade; border-radius: 24px; background: #fff; }.moment-card:nth-child(4n+2),.moment-card:nth-child(4n+3) { background: var(--blush); }.moment-card > span { color: var(--pink); font-size: 10px; font-weight: 850; letter-spacing: .12em; }.moment-card h3 { max-width: 510px; margin: 58px 0 12px; font: 400 34px/1 var(--display); color: var(--plum); }.moment-card p { max-width: 540px; color: #625d62; }.moment-card em { display: block; margin-top: 24px; color: var(--wine); font-size: 10px; font-style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.scenario-band { padding: 100px 6vw; color: #fff; background: var(--plum); }.scenario-copy { max-width: 980px; }.scenario-copy h2 { margin: 0; font: 400 clamp(44px,5vw,68px)/1 var(--display); letter-spacing: -.04em; }.scenario-copy > p:not(.eyebrow) { max-width: 760px; color: #d8cbd1; font-size: 18px; }
.scenario-flow { margin-top: 65px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 12px; align-items: center; }.scenario-flow article { min-height: 170px; padding: 22px; display: flex; flex-direction: column; justify-content: end; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: rgba(255,255,255,.06); }.scenario-flow article span { margin-bottom: auto; color: #ff739e; font-size: 10px; font-weight: 850; }.scenario-flow article small { color: #baaeb4; }.scenario-flow > i { color: var(--pink); font-style: normal; }
.persona-section { background: var(--cream); }.persona-grid { max-width: 1240px; margin: 68px auto 0; display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }.persona-grid article { grid-column: span 2; min-height: 390px; padding: 28px; border: 1px solid #e8dcd3; border-radius: 23px; background: #fff; }.persona-grid article:nth-child(4) { grid-column: 2/span 2; }.persona-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; color: #fff; background: linear-gradient(145deg,var(--pink),var(--orange)); font: 400 23px var(--display); }.persona-grid h3 { margin: 58px 0 12px; font: 400 32px/1 var(--display); color: var(--plum); }.persona-grid p { color: #655f64; }.persona-grid ul { margin: 22px 0 0; padding: 0; list-style: none; }.persona-grid li { padding: 8px 0; border-top: 1px solid #e7e0e3; font-size: 12px; font-weight: 700; }
.industries-section { padding: 110px 6vw; color: #fff; background: var(--black); }.industries-section .section-heading h2 { color: #fff; }.industry-grid { max-width: 1250px; margin: 70px auto 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }.industry-card { min-height: 550px; padding: 32px; border: 1px solid #343139; border-radius: 24px; background: #111115; }.industry-card > span { color: #ff739e; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }.industry-card h3 { margin: 85px 0 18px; font: 400 36px/1 var(--display); }.industry-card p { color: #aaa5ac; }.industry-card ul { margin: 28px 0 0; padding: 0; list-style: none; }.industry-card li { position: relative; padding: 11px 0 11px 24px; border-top: 1px solid #343139; font-size: 13px; }.industry-card li::before { content: "✓"; position: absolute; left: 0; color: var(--pink); }
.insight-quote { padding: 110px 7vw; text-align: center; background: var(--blush); }.insight-quote blockquote { max-width: 1100px; margin: 0 auto; font: 400 clamp(42px,5.5vw,76px)/1.05 var(--display); letter-spacing: -.04em; color: var(--plum); }.insight-quote p { color: var(--wine); font-weight: 800; }

/* Shared homepage */
.shared-hero { position: relative; min-height: 680px; padding: 92px 6vw; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px,8vw,120px); align-items: center; overflow: hidden; color: #fff; background: linear-gradient(118deg,var(--pink) 0%,var(--coral) 50%,var(--orange) 100%); }
.shared-hero::before { content: ""; position: absolute; width: 650px; height: 650px; left: -330px; top: -360px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.shared-hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: 20%; bottom: -430px; border-radius: 50%; background: radial-gradient(circle,rgba(255,190,64,.75),rgba(255,90,0,0) 70%); }
.shared-hero-copy,.shared-workspace-visual { position: relative; z-index: 2; }
.shared-hero h1 { max-width: 760px; margin: 0; font: 400 clamp(54px,6vw,84px)/.96 var(--display); letter-spacing: -.045em; }
.shared-hero-copy > p:not(.eyebrow) { max-width: 740px; margin: 28px 0 32px; color: rgba(255,255,255,.93); font-size: clamp(17px,1.5vw,20px); }
.balanced-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; align-items: stretch; }
.balanced-actions .button { width: 100%; min-height: 58px; text-align: center; }
.shared-workspace-visual { min-height: 420px; padding: 28px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 16px; align-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 32px; background: rgba(255,255,255,.12); box-shadow: 0 35px 75px rgba(80,0,30,.25); backdrop-filter: blur(12px); }
.shared-workspace-visual article { min-height: 245px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(255,255,255,.3); border-radius: 22px; background: rgba(255,255,255,.13); }
.shared-workspace-visual article span { margin-bottom: auto; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.shared-workspace-visual article strong { font: 400 31px/1 var(--display); }
.shared-workspace-visual article small { margin-top: 10px; color: rgba(255,255,255,.75); }
.shared-workspace-core { width: 128px; height: 128px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: var(--plum); background: #fff; box-shadow: 0 18px 40px rgba(50,1,22,.22); text-align: center; }
.shared-workspace-core i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: linear-gradient(145deg,var(--peach),var(--pink)); font: 700 19px var(--display); }
.shared-workspace-core b { margin-top: 6px; }.shared-workspace-core small { font-size: 8px; color: #746b70; }
.audience-route-section { padding: 24px 6vw 110px; background: var(--cream); }
.audience-route-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.audience-route-card { min-height: 360px; padding: 42px; display: flex; flex-direction: column; border: 1px solid #e7d8d0; border-radius: 28px; background: #fff; }
.audience-route-card:nth-child(2) { background: var(--blush); }
.audience-route-card h3 { max-width: 500px; margin: 55px 0 16px; font: 400 clamp(35px,4vw,50px)/1 var(--display); letter-spacing: -.035em; color: var(--plum); }
.audience-route-card > p:not(.eyebrow) { max-width: 570px; margin: 0 0 30px; color: #625d62; font-size: 17px; }
.audience-route-card > a { margin-top: auto; width: fit-content; padding-bottom: 6px; border-bottom: 1px solid currentColor; color: var(--wine); font-weight: 800; }
.shared-problem-section { padding: 115px 7vw; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(60px,9vw,140px); align-items: center; color: #fff; background: var(--plum); }
.shared-problem-copy h2 { max-width: 820px; margin: 0; font: 400 clamp(48px,5.5vw,76px)/1 var(--display); letter-spacing: -.045em; }
.shared-problem-copy > p:not(.eyebrow) { max-width: 760px; color: #dacbd1; font-size: 18px; }
.change-gap-visual { min-height: 400px; padding: 30px; display: grid; grid-template-rows: 1fr auto 1fr; gap: 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: rgba(255,255,255,.05); }
.change-gap-visual div { position: relative; padding: 24px; display: flex; flex-direction: column; justify-content: center; border-radius: 20px; background: rgba(255,255,255,.08); }
.change-gap-visual span { color: #ff93b5; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.change-gap-visual b { margin-top: 8px; font: 400 31px/1 var(--display); }
.change-gap-visual div i { position: absolute; right: 22px; width: 11px; height: 11px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 7px rgba(242,2,108,.15); }
.change-gap-visual > strong { justify-self: center; padding: 8px 15px; border-radius: 30px; color: var(--plum); background: #fff; font-size: 11px; }
.shared-workflow-section .section-heading { max-width: 1050px; }
.together-visual { display: flex; gap: 14px; }
.together-visual span { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 22px; color: #fff; background: var(--plum); font: 400 30px var(--display); }
.together-visual i { color: var(--pink); font-size: 26px; font-style: normal; }
.together-visual strong { position: absolute; bottom: 34px; padding: 8px 16px; border-radius: 30px; color: #fff; background: linear-gradient(120deg,var(--pink),var(--orange)); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.two-experiences-section { padding: 110px 6vw; background: var(--soft); }
.two-experiences-grid { max-width: 1200px; margin: 70px auto 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.experience-card { min-height: 360px; padding: 40px; display: flex; flex-direction: column; border-radius: 28px; color: #fff; background: var(--black); }
.experience-card:nth-child(2) { color: var(--plum); border: 1px solid #e6d7d0; background: #fff; }
.experience-card ul { margin: 45px 0 30px; padding: 0; list-style: none; }
.experience-card li { position: relative; padding: 13px 0 13px 26px; border-top: 1px solid rgba(255,255,255,.15); }
.experience-card:nth-child(2) li { border-color: #e8dfe2; }
.experience-card li::before { content: "✓"; position: absolute; left: 0; color: var(--pink); font-weight: 900; }
.experience-card a { margin-top: auto; width: fit-content; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-weight: 800; }
.shared-platform-teaser { background: var(--cream); }
.shared-teaser-grid { max-width: 1200px; margin: 70px auto 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.shared-teaser-grid article { min-height: 310px; padding: 32px; border: 1px solid #e7d8d0; border-radius: 26px; background: #fff; }
.shared-teaser-grid span { color: var(--pink); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.shared-teaser-grid h3 { margin: 68px 0 14px; font: 400 34px/1 var(--display); color: var(--plum); }
.shared-teaser-grid p { color: #625d62; }
.centered-action { margin-top: 38px; display: flex; justify-content: center; }
.centered-action > a:not(.button) { color: var(--wine); font-weight: 800; border-bottom: 1px solid currentColor; }
.shared-trust-section { background: var(--white); }
.trust-pillar-grid { max-width: 1200px; margin: 70px auto 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.trust-pillar-grid article { min-height: 310px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.trust-pillar-grid article > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; color: #fff; background: linear-gradient(145deg,var(--pink),var(--orange)); font-size: 22px; }
.trust-pillar-grid h3 { margin: 52px 0 12px; font: 400 29px/1 var(--display); color: var(--plum); }
.trust-pillar-grid p { color: #625d62; font-size: 14px; }
.shared-faq-section { background: var(--blush); }
.faq-list details a { color: var(--wine); text-decoration: underline; text-underline-offset: 3px; }
.shared-routing-cta { padding: 100px 7vw; display: grid; grid-template-columns: 1fr auto; gap: 28px 60px; align-items: end; color: #fff; background: linear-gradient(120deg,var(--pink),var(--coral) 48%,var(--orange)); }
.shared-routing-cta h2 { max-width: 800px; margin: 0; font: 400 clamp(46px,5vw,70px)/1 var(--display); letter-spacing: -.04em; }
.shared-routing-cta .balanced-actions { min-width: min(650px,48vw); }
.shared-demo-link { grid-column: 1/-1; justify-self: center; padding: 4px 2px; border: 0; border-bottom: 1px solid currentColor; color: #fff; background: transparent; font-weight: 800; }
.corporate-platform-teaser .button { margin-top: 28px; }
.corporate-reassurance { padding: 30px 7vw; display: flex; justify-content: center; align-items: center; gap: 30px; color: #fff; background: var(--plum); }
.corporate-reassurance a { color: #ff92b4; border-bottom: 1px solid currentColor; font-weight: 800; }
.final-cta-copy > p:not(.eyebrow) { max-width: 720px; margin-bottom: 0; color: rgba(255,255,255,.88); font-size: 17px; }

/* Minimal audience gateway */
.gateway-hero { min-height: 560px; grid-template-columns: 1fr; padding-top: 105px; padding-bottom: 105px; text-align: center; }
.gateway-hero .shared-hero-copy { max-width: 1100px; margin: 0 auto; }
.gateway-hero h1 { max-width: 980px; margin-left: auto; margin-right: auto; }
.gateway-hero .shared-hero-copy > p:not(.eyebrow) { max-width: 880px; margin-left: auto; margin-right: auto; }
.gateway-audience-stage { position: relative; overflow: hidden; background: linear-gradient(90deg,#fffaf5 0 50%,#fff3f8 50% 100%); }
.gateway-audience-stage::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: rgba(50,1,22,.16); z-index: 2; }
.gateway-audience-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.gateway-audience-panel { position: relative; min-height: 620px; padding: clamp(72px,7vw,120px) clamp(44px,7vw,120px) clamp(66px,6vw,100px); display: flex; flex-direction: column; overflow: hidden; isolation: isolate; transition: background .35s ease; }
.gateway-audience-panel::after { content: ""; position: absolute; z-index: -1; width: 460px; height: 460px; right: -320px; bottom: -310px; border-radius: 50%; background: radial-gradient(circle,rgba(255,90,0,.18),rgba(255,90,0,0) 70%); transition: transform .5s ease; }
.gateway-audience-panel:nth-child(2)::after { left: -320px; right: auto; background: radial-gradient(circle,rgba(242,2,108,.17),rgba(242,2,108,0) 70%); }
.gateway-audience-panel:hover { background: rgba(255,255,255,.46); }
.gateway-audience-panel:hover::after { transform: scale(1.35); }
.gateway-audience-number { position: absolute; top: 30px; left: clamp(44px,7vw,120px); right: auto; z-index: -1; color: rgba(50,1,22,.055); font: 400 clamp(150px,17vw,270px)/.8 var(--display); letter-spacing: -.08em; }
.gateway-audience-panel:nth-child(2) .gateway-audience-number { left: clamp(44px,7vw,120px); right: auto; }
.gateway-audience-panel .eyebrow { font-size: clamp(14px,1.2vw,17px); letter-spacing: .16em; }
.gateway-audience-panel .eyebrow { margin-bottom: clamp(80px,10vw,150px); }
.gateway-audience-panel h3 { max-width: 620px; margin: 0 0 26px; color: var(--plum); font: 400 clamp(44px,4.6vw,68px)/.98 var(--display); letter-spacing: -.045em; text-wrap: balance; }
.gateway-audience-panel > p:not(.eyebrow) { max-width: 590px; margin: 0 0 44px; color: #5f575d; font-size: clamp(17px,1.35vw,20px); line-height: 1.6; }
.gateway-question-list { max-width: 650px; margin: 4px 0 52px; padding: 34px 0 0; display: grid; gap: 20px; border-top: 1px solid rgba(50,1,22,.16); list-style: none; }
.gateway-question-list li { position: relative; padding-left: 23px; color: #4f454c; font-size: clamp(15px,1.1vw,17px); line-height: 1.55; }
.gateway-question-list li::before { content: ""; position: absolute; top: .7em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: linear-gradient(145deg,var(--pink),var(--orange)); box-shadow: 0 0 0 4px rgba(242,2,108,.08); }
.gateway-audience-link { width: fit-content; margin-top: auto; display: inline-flex; align-items: center; gap: 18px; color: var(--plum); font-size: 16px; font-weight: 800; }
.gateway-audience-link span { padding-bottom: 7px; border-bottom: 2px solid var(--pink); }
.gateway-audience-link i { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(145deg,var(--pink),var(--orange)); font-style: normal; font-size: 22px; transition: transform .25s ease; }
.gateway-audience-link:hover i { transform: translateX(7px); }
.gateway-brand-stage { position: relative; min-height: 610px; padding: 100px 4vw; display: grid; place-items: center; overflow: hidden; background: linear-gradient(125deg,#fff 0%,#fff9f3 42%,#ffeaf2 100%); }
.gateway-brand-stage::before,.gateway-brand-stage::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.gateway-brand-stage::before { width: 520px; height: 520px; left: -250px; bottom: -320px; background: radial-gradient(circle,rgba(255,154,53,.32),rgba(255,154,53,0) 70%); }
.gateway-brand-stage::after { width: 560px; height: 560px; right: -260px; top: -340px; background: radial-gradient(circle,rgba(242,2,108,.18),rgba(242,2,108,0) 70%); }
.gateway-brand-lockup { position: relative; z-index: 1; width: min(1120px,92vw); height: auto; filter: brightness(1.07) contrast(1.08); mix-blend-mode: multiply; }
.gateway-footer { padding-top: 54px; }

/* Audience and security page shells */
.broker-shell-hero,.security-page-hero { position: relative; min-height: 650px; padding: 90px 6vw; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px,8vw,120px); align-items: center; overflow: hidden; color: #fff; background: linear-gradient(120deg,var(--plum),var(--wine) 56%,var(--pink)); }
.broker-shell-hero::after,.security-page-hero::after { content: ""; position: absolute; width: 620px; height: 620px; right: -330px; top: -350px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.broker-shell-copy,.broker-shell-visual,.security-page-copy,.security-shield-visual { position: relative; z-index: 2; }
.broker-shell-copy h1,.security-page-copy h1 { max-width: 760px; margin: 0; font: 400 clamp(52px,6vw,82px)/.98 var(--display); letter-spacing: -.045em; }
.broker-shell-copy > p:not(.eyebrow),.security-page-copy > p:not(.eyebrow) { max-width: 680px; margin: 28px 0 32px; color: rgba(255,255,255,.88); font-size: 19px; }
.broker-shell-visual { padding: 24px; display: grid; gap: 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 30px; background: rgba(255,255,255,.08); }
.broker-shell-visual div { min-height: 110px; padding: 24px; display: flex; gap: 20px; align-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: rgba(255,255,255,.09); }
.broker-shell-visual span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: var(--plum); background: #fff; font-size: 10px; font-weight: 850; }
.broker-shell-visual b { font: 400 28px var(--display); }
.security-page-hero { background: linear-gradient(120deg,var(--black),var(--plum) 62%,var(--wine)); }
.security-shield-visual { min-height: 400px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.22); border-radius: 32px; background: rgba(255,255,255,.06); text-align: center; }
.security-shield-visual > span { width: 120px; height: 120px; display: grid; place-items: center; border-radius: 38px; color: #fff; background: linear-gradient(145deg,var(--pink),var(--orange)); font-size: 54px; box-shadow: 0 25px 55px rgba(242,2,108,.25); }
.security-shield-visual b { margin-top: 26px; font: 400 34px var(--display); }.security-shield-visual small { margin-top: 8px; color: #cfc2c8; }
.security-principles-section { padding: 110px 6vw; color: #fff; background: var(--black); }
.security-principles-section .section-heading h2 { color: #fff; }
.security-principles-grid { max-width: 1200px; margin: 70px auto 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.security-principles-grid article { min-height: 300px; padding: 30px; border: 1px solid #36333a; border-radius: 24px; background: #121116; }
.security-principles-grid span { color: #ff739e; font-size: 11px; font-weight: 850; }.security-principles-grid h3 { margin: 70px 0 14px; font: 400 32px/1 var(--display); }.security-principles-grid p { color: #aba4ac; }

/* Capabilities page */
.capabilities-page-hero { position: relative; min-height: 650px; padding: 88px 6vw; display: grid; grid-template-columns: .96fr 1.04fr; gap: clamp(50px,8vw,120px); align-items: center; overflow: hidden; color: #fff; background: linear-gradient(122deg,var(--plum) 0%,var(--wine) 53%,var(--pink) 100%); }
.capabilities-page-hero::before { content: ""; position: absolute; width: 720px; height: 720px; right: -350px; top: -380px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.capabilities-page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; left: 34%; bottom: -330px; border-radius: 50%; background: radial-gradient(circle,rgba(255,154,53,.7),rgba(255,90,0,0) 70%); }
.capabilities-hero-copy { position: relative; z-index: 2; }
.capabilities-hero-copy h1 { max-width: 760px; margin: 0; font: 400 clamp(52px,6vw,82px)/.98 var(--display); letter-spacing: -.045em; }
.capabilities-hero-copy h1 em { display: block; font-style: italic; }
.capabilities-hero-copy > p:not(.eyebrow) { max-width: 680px; margin: 28px 0 32px; color: rgba(255,255,255,.9); font-size: clamp(17px,1.5vw,20px); }
.capability-mini-map { position: relative; z-index: 2; padding: 18px; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 30px; background: rgba(255,255,255,.1); box-shadow: 0 34px 75px rgba(50,1,22,.28); backdrop-filter: blur(12px); }
.capability-mini-map div { min-height: 105px; padding: 17px 18px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 13px; align-content: center; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.1); }
.capability-mini-map div:nth-child(3n+2) { background: rgba(255,255,255,.16); }
.capability-mini-map span { grid-row: 1/-1; width: 34px; height: 34px; display: grid; place-items: center; align-self: center; border-radius: 11px; color: var(--plum); background: #fff; font-size: 10px; font-weight: 850; }
.capability-mini-map b { font-size: 15px; }
.capability-mini-map small { color: rgba(255,255,255,.72); font-size: 11px; }
.capability-catalogue { padding: 120px 6vw; background: var(--cream); }
.capability-catalogue-intro { max-width: 980px; margin: 0 auto 70px; text-align: center; }
.capability-catalogue-intro h2 { margin: 0; font: 400 clamp(42px,5vw,68px)/1 var(--display); letter-spacing: -.04em; color: var(--plum); }
.capability-card-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; align-items: start; }
.capability-card { position: relative; overflow: hidden; padding: 38px; border: 1px solid #e8dcd5; border-radius: 30px; background: #fff; box-shadow: 0 16px 40px rgba(50,1,22,.055); }
.capability-card[id] { scroll-margin-top: 110px; }
.capability-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -110px; top: -110px; border: 1px solid rgba(242,2,108,.13); border-radius: 50%; pointer-events: none; }
.capability-card:nth-child(4n+2),.capability-card:nth-child(4n+3) { background: var(--blush); }
.capability-card-product { border-color: #f3bfd3; background: linear-gradient(145deg,#fff 0%,#fff2f7 100%); }
.capability-card-top { position: relative; z-index: 1; margin-bottom: 38px; display: flex; align-items: center; justify-content: space-between; }
.capability-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; color: #fff; background: linear-gradient(145deg,var(--pink),var(--orange)); box-shadow: 0 14px 28px rgba(242,2,108,.2); }
.capability-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.capability-number { color: var(--pink); font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.capability-product { margin: 0 0 6px!important; color: var(--pink)!important; font-size: 13px; font-weight: 850; letter-spacing: .1em; }
.capability-card h2 { max-width: 510px; margin: 0 0 22px; font: 400 clamp(30px,3vw,40px)/1.02 var(--display); letter-spacing: -.035em; color: var(--plum); }
.capability-card > p { margin: 0 0 16px; color: #625d62; }
.capability-card > p:last-child { margin-bottom: 0; }
.capability-question { padding: 15px 17px; border-left: 3px solid var(--pink); border-radius: 0 14px 14px 0; color: var(--plum)!important; background: rgba(242,2,108,.055); font-size: 16px; font-weight: 750; }

/* Future capabilities page */
.future-capabilities-hero { background: linear-gradient(122deg,var(--black) 0%,var(--plum) 48%,var(--wine) 76%,var(--orange) 100%); }
.future-capabilities-hero .capabilities-hero-copy > p:not(.eyebrow) { margin-bottom: 0; }
.future-capabilities-hero .capabilities-hero-copy > p + p { margin-top: 18px; }
.future-vision-map { position: relative; z-index: 2; padding: 18px; display: grid; grid-template-columns: 1fr; gap: 12px; border: 1px solid rgba(255,255,255,.26); border-radius: 30px; background: rgba(255,255,255,.1); box-shadow: 0 34px 75px rgba(50,1,22,.3); backdrop-filter: blur(12px); }
.future-vision-map div { min-height: 108px; padding: 22px; display: grid; grid-template-columns: 72px 1fr; grid-template-rows: auto auto; gap: 4px 16px; align-content: center; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: rgba(255,255,255,.1); }
.future-vision-map div:nth-child(even) { background: rgba(255,255,255,.16); }
.future-vision-map span { grid-row: 1/-1; width: 58px; height: 58px; display: grid; place-items: center; align-self: center; border-radius: 18px; color: var(--plum); background: #fff; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.future-vision-map b { align-self: end; font: 400 30px/1 var(--display); }
.future-vision-map small { color: rgba(255,255,255,.75); }
.future-roadmap-note { padding: 34px 6vw; color: #fff; background: var(--plum); }
.future-roadmap-note p { max-width: 1050px; margin: 0 auto; text-align: center; font-size: 18px; font-weight: 750; }
.future-capability-catalogue { background: var(--cream); }
.future-capability-card ul { margin: 24px 0; padding: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 18px; list-style: none; }
.future-capability-card li { position: relative; padding: 10px 0 10px 24px; border-top: 1px solid #eadfd9; color: #625d62; font-size: 14px; }
.future-capability-card li::before { content: ""; position: absolute; left: 0; top: 17px; width: 7px; height: 7px; border-radius: 50%; background: var(--pink); }
.future-closing-section { padding: 104px 7vw; color: #fff; background: linear-gradient(118deg,var(--wine),var(--pink) 55%,var(--orange)); }
.future-closing-copy { max-width: 1120px; margin: 0 auto; text-align: center; }
.future-closing-copy h2 { margin: 0; font: 400 clamp(44px,5vw,72px)/1 var(--display); letter-spacing: -.04em; }
.future-closing-copy p:not(.eyebrow) { max-width: 850px; margin: 24px auto 0; color: rgba(255,255,255,.9); font-size: 19px; }

/* Broker homepage */
.broker-page .broker-home-hero { position: relative; min-height: 760px; padding: 92px 6vw; display: grid; grid-template-columns: .98fr 1.02fr; gap: clamp(48px,6vw,90px); align-items: center; overflow: hidden; color: #fff; background: linear-gradient(118deg,var(--plum) 0%,var(--wine) 42%,var(--pink) 72%,var(--orange) 100%); }
.broker-page .broker-home-hero::before { content: ""; position: absolute; width: 640px; height: 640px; left: -350px; top: -350px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.broker-page .broker-home-hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: 12%; bottom: -450px; border-radius: 50%; background: radial-gradient(circle,rgba(255,190,64,.7),rgba(255,90,0,0) 70%); }
.broker-home-hero-copy,.broker-relationship-visual { position: relative; z-index: 2; }
.broker-home-hero-copy h1 { max-width: 760px; margin: 0; font: 400 clamp(46px,4.4vw,68px)/.98 var(--display); letter-spacing: -.045em; }
.broker-home-hero-copy > p:not(.eyebrow) { max-width: 700px; margin: 28px 0 32px; color: rgba(255,255,255,.9); font-size: clamp(17px,1.5vw,20px); }
.broker-hero-actions { display: flex; flex-wrap: wrap; gap: 18px 26px; align-items: center; }
.broker-relationship-visual { min-height: 470px; padding: 24px; display: grid; grid-template-columns: minmax(0,1fr) 104px minmax(0,1fr); gap: 14px; align-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 32px; background: rgba(255,255,255,.1); box-shadow: 0 34px 75px rgba(50,1,22,.3); backdrop-filter: blur(12px); }
.broker-relationship-visual article { min-height: 315px; padding: 25px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.25); border-radius: 22px; background: rgba(255,255,255,.11); }
.broker-relationship-visual article > span { margin-bottom: auto; font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.broker-relationship-visual article strong { margin-bottom: 20px; font: 400 31px/1 var(--display); }
.broker-relationship-visual article small { margin-top: 9px; padding: 9px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; color: rgba(255,255,255,.8); background: rgba(255,255,255,.08); }
.broker-relationship-core { width: 104px; height: 104px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: var(--plum); background: #fff; box-shadow: 0 18px 38px rgba(50,1,22,.25); text-align: center; }
.broker-relationship-core i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: linear-gradient(145deg,var(--peach),var(--pink)); font: 700 17px var(--display); }
.broker-relationship-core b { margin-top: 5px; font-size: 10px; }.broker-relationship-core small { font-size: 8px; color: #766b70; }

.broker-challenge-section { padding: 118px 7vw; display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(60px,8vw,120px); align-items: center; color: #fff; background: var(--plum); }
.broker-challenge-copy h2 { max-width: 760px; margin: 0; font: 400 clamp(48px,5vw,72px)/1 var(--display); letter-spacing: -.045em; }
.broker-challenge-copy > p:not(.eyebrow) { max-width: 760px; color: #dacbd1; font-size: 18px; }
.broker-challenge-copy .broker-closing-copy { margin-top: 28px; padding-left: 22px; border-left: 3px solid var(--pink); color: #fff; font-weight: 700; }
.broker-visibility-visual { min-height: 430px; padding: 34px; display: flex; flex-direction: column; justify-content: center; gap: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 30px; background: rgba(255,255,255,.06); }
.continuous-change-line { position: relative; display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; }
.continuous-change-line span { position: relative; z-index: 2; padding: 9px 5px; border: 1px solid rgba(255,255,255,.22); border-radius: 10px; background: var(--plum); text-align: center; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.continuous-change-line i { position: absolute; z-index: 1; left: 4%; right: 4%; top: 50%; height: 2px; background: linear-gradient(90deg,var(--pink),var(--orange)); }
.periodic-visibility-line { padding: 22px; border-radius: 18px; background: rgba(255,255,255,.08); }
.periodic-visibility-line > small { display: block; margin-bottom: 20px; color: #c9b6bf; }
.periodic-visibility-line > div { display: flex; justify-content: flex-end; align-items: center; gap: 12px; border-bottom: 1px dashed rgba(255,255,255,.35); }
.periodic-visibility-line b { padding: 8px 12px; border-radius: 10px 10px 0 0; color: var(--plum); background: #fff; }.periodic-visibility-line em { font-size: 11px; color: #d9cbd1; }
.cuva-visibility-line { padding: 16px 18px; display: flex; gap: 14px; align-items: center; border-radius: 15px; color: var(--plum); background: linear-gradient(110deg,#fff0f6,#ffd9c8); }
.cuva-visibility-line b { width: 50px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--pink); }.cuva-visibility-line span { font-weight: 750; }

.broker-page-section { padding: 112px 7vw; }
.broker-ai-section { padding: 94px 7vw; color: #fff; background: linear-gradient(110deg,var(--wine),var(--pink) 62%,var(--coral)); }
.broker-ai-section h2 { max-width: 1220px; margin: 0 auto; text-align: center; font: 400 clamp(40px,4.7vw,66px)/1.04 var(--display); letter-spacing: -.04em; color: #fff7fa; }
.broker-ai-journey { max-width: 1180px; margin: 62px auto 0; padding: 0; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 26px; list-style: none; }
.broker-ai-journey li { position: relative; min-height: 130px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.3); border-radius: 20px; background: rgba(255,255,255,.11); }
.broker-ai-journey li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -22px; top: 50%; transform: translateY(-50%); color: #fff; font-size: 24px; }
.broker-ai-journey span { font-size: 10px; font-weight: 850; letter-spacing: .14em; color: rgba(255,255,255,.72); }
.broker-ai-journey strong { font: 400 27px/1 var(--display); color: #fff; }
.broker-ai-outcome { max-width: 1060px; margin: 52px auto 0; text-align: center; color: #fff; }
.broker-ai-outcome h3 { margin: 0 0 12px; color: #fff; font: 400 clamp(27px,2.5vw,36px)/1.1 var(--display); letter-spacing: -.025em; }
.broker-ai-outcome p { margin: 0; color: rgba(255,255,255,.92); font-size: clamp(16px,1.5vw,20px); line-height: 1.5; }
.broker-section-heading { max-width: 1030px; margin: 0 auto 68px; text-align: center; }
.broker-section-heading h2 { margin: 0; font: 400 clamp(44px,5vw,68px)/1 var(--display); letter-spacing: -.04em; color: var(--plum); }
.broker-section-heading > p:not(.eyebrow) { max-width: 850px; margin: 26px auto 0; color: #625d62; font-size: 18px; }
.broker-client-intro { max-width: 900px; margin: 28px auto 0; }
.broker-client-intro p { margin: 0; color: #625d62; font-size: 18px; }
.broker-client-intro p + p { margin-top: 16px; }
.broker-outcomes-section { background: var(--white); }
.broker-outcome-grid,.broker-commercial-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; align-items: stretch; }
.broker-outcome-grid article,.broker-commercial-grid article { min-height: 355px; padding: 30px; display: flex; flex-direction: column; border: 1px solid #e5d9d3; border-radius: 25px; background: var(--cream); }
.broker-outcome-grid article:nth-child(even),.broker-commercial-grid article:nth-child(even) { background: var(--blush); }
.broker-outcome-grid span,.broker-commercial-grid span { color: var(--pink); font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.broker-outcome-grid h3,.broker-commercial-grid h3 { margin: 70px 0 16px; font: 400 31px/1.05 var(--display); color: var(--plum); }
.broker-outcome-grid p,.broker-commercial-grid p { margin: auto 0 0; color: #625d62; }

.broker-client-experience { background: var(--cream); }
.broker-client-columns { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.broker-client-panel { min-height: 550px; padding: 42px; border: 1px solid #e4d7d0; border-radius: 30px; background: #fff; }
.broker-client-panel-dark { color: #fff; background: var(--plum); border-color: var(--plum); }
.broker-panel-label { font-size: 11px; font-weight: 850; letter-spacing: .14em; color: var(--pink); }.broker-client-panel-dark .broker-panel-label { color: #ff86ae; }
.broker-client-panel h3 { max-width: 500px; margin: 70px 0 26px; font: 400 clamp(36px,4vw,50px)/1 var(--display); color: var(--plum); }.broker-client-panel-dark h3 { color: #fff; }
.broker-client-panel ul,.broker-bms-grid ul { margin: 0; padding: 0; list-style: none; }
.broker-client-panel li,.broker-bms-grid li { position: relative; padding: 14px 0 14px 32px; border-top: 1px solid #eadfd9; }.broker-client-panel-dark li { border-color: rgba(255,255,255,.14); }
.broker-client-panel li::before,.broker-bms-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--pink); font-weight: 850; }
.broker-client-closing { max-width: 1000px; margin: 46px auto 0; display: flex; justify-content: space-between; gap: 30px; align-items: center; }.broker-client-closing p { max-width: 700px; color: #625d62; }

.broker-how-section { background: #fff; }
.broker-step-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; align-items: stretch; }
.broker-step-card { padding: 18px 18px 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.broker-step-number { display: inline-block; margin: 10px 10px 0; color: var(--pink); font-size: 12px; font-weight: 850; letter-spacing: .14em; }
.broker-step-visual { position: relative; height: 245px; margin: 18px 0 28px; overflow: hidden; display: flex; align-items: center; justify-content: center; gap: 12px; border-radius: 20px; background: var(--blush); }
.broker-step-card:nth-child(2) .broker-step-visual { background: #f2f2f2; }.broker-step-card:nth-child(3) .broker-step-visual { background: linear-gradient(150deg,#fff2d8,#ffe0eb); }
.broker-step-card h3 { margin: 0 0 12px; font-size: 23px; letter-spacing: -.02em; }.broker-step-card > p { margin: 0; color: #686268; }
.broker-step-shared i { padding: 8px; border-radius: 8px; background: #fff; color: var(--wine); font-size: 9px; font-style: normal; font-weight: 850; }.broker-step-shared b { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(145deg,var(--pink),var(--orange)); font: 700 28px var(--display); }
.broker-step-monitor { flex-wrap: wrap; padding: 45px; }.broker-step-monitor span { padding: 10px 12px; border: 1px solid #ddd5d9; border-radius: 10px; background: #fff; font-size: 11px; }.broker-step-monitor b { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--pink); }
.broker-step-action span { padding: 10px 12px; border-radius: 10px; color: var(--plum); background: #fff; font-size: 11px; font-weight: 750; }.broker-step-action i { color: var(--pink); font-style: normal; }

.broker-capabilities-section { scroll-margin-top: 90px; background: var(--blush); }
.broker-capability-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; align-items: start; }
.broker-capability-card { padding: 34px; border: 1px solid #eadbd4; border-radius: 28px; background: #fff; box-shadow: 0 16px 38px rgba(50,1,22,.05); }
.broker-capability-card:nth-child(6n+2),.broker-capability-card:nth-child(6n+4),.broker-capability-card:nth-child(6n+6) { background: var(--cream); }
.broker-capability-top { margin-bottom: 42px; display: flex; justify-content: space-between; align-items: center; }.broker-capability-top b { color: var(--pink); font-size: 11px; letter-spacing: .14em; }
.broker-capability-card h3 { margin: 0 0 20px; font: 400 clamp(30px,3vw,40px)/1.03 var(--display); letter-spacing: -.035em; color: var(--plum); }
.broker-capability-card > p { color: #625d62; }.broker-capability-card .broker-capability-question { padding: 15px 17px; border-left: 3px solid var(--pink); border-radius: 0 14px 14px 0; color: var(--plum); background: rgba(242,2,108,.055); font-weight: 750; }

.broker-renewal-section { color: #fff; background: var(--plum); }.broker-renewal-section .broker-section-heading h2 { color: #fff; }.broker-renewal-section .broker-section-heading > p:not(.eyebrow) { color: #dacbd1; }
.broker-renewal-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.broker-renewal-grid article { min-height: 340px; padding: 34px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.16); border-radius: 26px; background: rgba(255,255,255,.07); }
.broker-renewal-grid span { color: #ff86ae; font-size: 11px; font-weight: 850; letter-spacing: .14em; }.broker-renewal-grid h3 { margin: 70px 0 18px; font: 400 34px/1 var(--display); }.broker-renewal-grid p { margin: auto 0 0; color: #d9cbd1; }

.broker-opportunities-section { background: var(--cream); }
.broker-opportunity-flow { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 12px; align-items: center; }
.broker-opportunity-flow div { min-height: 165px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid #e4d7d0; border-radius: 22px; background: #fff; }.broker-opportunity-flow div:last-child { color: #fff; background: linear-gradient(145deg,var(--wine),var(--pink)); border-color: transparent; }
.broker-opportunity-flow span { color: var(--pink); font-size: 10px; font-weight: 850; }.broker-opportunity-flow div:last-child span { color: #ffd2e1; }.broker-opportunity-flow b { font: 400 25px/1 var(--display); }.broker-opportunity-flow > i { color: var(--pink); font-style: normal; font-size: 22px; }
.broker-reassurance { max-width: 950px; margin: 42px auto 0; padding: 22px 25px; border-left: 3px solid var(--pink); color: #625d62; background: #fff; }.broker-reassurance strong { color: var(--plum); }

.broker-risk-section { background: #fff; }
.broker-risk-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.broker-risk-grid article { min-height: 190px; padding: 30px; border: 1px solid #e7dbd5; border-radius: 24px; background: var(--blush); }.broker-risk-grid span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(145deg,var(--pink),var(--orange)); font-weight: 850; }.broker-risk-grid p { margin: 38px 0 0; color: var(--plum); font-size: 18px; font-weight: 750; }

.broker-bms-section { scroll-margin-top: 90px; color: #fff; background: linear-gradient(135deg,var(--plum),#4b0a26); }.broker-bms-section .broker-section-heading h2 { color: #fff; }.broker-bms-section .broker-section-heading > p:not(.eyebrow) { color: #dacbd1; }
.broker-bms-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.broker-bms-grid article { padding: 38px; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: rgba(255,255,255,.07); }.broker-bms-grid article:last-child { color: var(--plum); background: #fff; }
.broker-bms-grid article > span { display: block; margin-bottom: 32px; color: #ff86ae; font-size: 11px; font-weight: 850; letter-spacing: .14em; }.broker-bms-grid article:last-child > span { color: var(--pink); }.broker-bms-grid li { border-color: rgba(255,255,255,.14); }.broker-bms-grid article:last-child li { border-color: #eadfd9; }
.broker-bms-closing { max-width: 900px; margin: 42px auto 0; color: #fff; text-align: center; font-size: 18px; font-weight: 750; }

.broker-commercial-section { background: var(--cream); }
.broker-ownership-section { padding: 110px 7vw; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(50px,8vw,110px); align-items: center; color: #fff; background: linear-gradient(118deg,var(--wine),var(--pink) 55%,var(--orange)); }
.broker-ownership-section h2 { max-width: 750px; margin: 0; font: 400 clamp(46px,5vw,70px)/1 var(--display); letter-spacing: -.04em; }.broker-ownership-section p:not(.eyebrow) { max-width: 780px; color: rgba(255,255,255,.88); font-size: 18px; }
.broker-record-visual { min-height: 330px; padding: 38px; display: grid; grid-template-columns: 1fr 1.3fr 1fr; grid-template-rows: 1fr auto; gap: 15px; align-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 30px; background: rgba(255,255,255,.1); }
.broker-record-visual span { padding: 15px 8px; border: 1px solid rgba(255,255,255,.25); border-radius: 13px; text-align: center; font-size: 10px; font-weight: 850; letter-spacing: .12em; }.broker-record-visual i { padding: 32px 16px; border-radius: 20px; color: var(--plum); background: #fff; text-align: center; font: 400 24px/1 var(--display); }.broker-record-visual small { grid-column: 1/-1; text-align: center; color: rgba(255,255,255,.75); }
.broker-faq-section { background: var(--blush); }
.broker-final-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }.broker-final-actions .text-link { border-width: 0 0 1px; border-radius: 0; background: transparent; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1200px) {
  .site-nav { gap: 16px; font-size: 13px; }
  .site-nav .button { padding-left: 17px; padding-right: 17px; }
}

@media (min-width: 1051px) {
  .hero { grid-template-columns: 1fr 1fr; gap: clamp(32px, 4vw, 64px); }
  .hero h1 { font-size: clamp(58px, 5.2vw, 76px); }
}

@media (max-width: 1050px) {
  .site-nav { gap: 20px; }
  .hero { grid-template-columns: 1fr; padding-top: 64px; }
  .shared-hero,.shared-problem-section { grid-template-columns: 1fr; }
  .broker-shell-hero,.security-page-hero { grid-template-columns: 1fr; }
  .shared-workspace-visual { width: min(900px,100%); }
  .change-gap-visual { width: min(760px,100%); }
  .hero-copy { max-width: 800px; }
  .hero-product { width: min(850px,100%); margin: 0 auto; }
  .floating-alert { right: 16px; }
  .feature-row,.feature-row-reverse { grid-template-columns: 1fr; }
  .feature-row-reverse .feature-copy,.feature-row-reverse .feature-mock { order: initial; }
  .faq-section { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .subpage-hero { grid-template-columns: 1fr; }
  .capabilities-page-hero { grid-template-columns: 1fr; }
  .capability-mini-map { width: min(850px,100%); }
  .capability-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .platform-map,.change-radar { width: min(760px,100%); margin: 0 auto; }
  .pillars-grid { grid-template-columns: repeat(2,1fr); }
  .operating-loop { grid-template-columns: 1fr; gap: 10px; }
  .operating-loop article,.operating-loop article:first-child,.operating-loop article:last-child { min-height: 180px; border: 1px solid #343139; border-radius: 18px; }
  .operating-loop article::after { display: none; }.operating-loop h3 { margin-top: 42px; }
  .module-row,.module-row-reverse { grid-template-columns: 1fr; }.module-row-reverse .module-copy { order: initial; }
  .governance-band { grid-template-columns: 1fr; }
  .persona-grid article,.persona-grid article:nth-child(4) { grid-column: span 3; }
  .industry-grid { grid-template-columns: 1fr; }.industry-card { min-height: 420px; }
  .trust-pillar-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .shared-routing-cta { grid-template-columns: 1fr; align-items: start; }
  .shared-routing-cta .balanced-actions { min-width: 0; width: min(720px,100%); }
}

@media (min-width: 590px) and (max-width: 1050px) {
  .hero h1 { font-size: clamp(38px, 6.4vw, 56px); }
  .hero h1 .keep-together { white-space: nowrap; }
}

@media (min-width: 561px) and (max-width: 820px) {
  .workflow-heading h2 { font-size: 5vw; }
}

@media (max-width: 900px) {
  .announcement { display: none; }
  .site-header { min-height: 70px; }
  .brand { width: 128px; height: 48px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .site-nav { position: absolute; left: 0; right: 0; top: 69px; padding: 28px 5vw; display: none; flex-direction: column; align-items: stretch; gap: 20px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 24px 34px rgba(20,20,35,.12); }
  .site-nav.open { display: flex; }
  .hero { min-height: auto; padding: 60px 5vw; }
  .product-layout { grid-template-columns: 40px 1fr; }
  .product-content { padding: 18px; }
  .dashboard-grid { grid-template-columns: 1fr; }
  .attention-card { display: none; }
  .score-grid article { padding: 12px; }
  .floating-alert { bottom: 18px; }
  .section { padding: 82px 5vw; }
  .workflow-grid,.security-grid,.broker-pathways-grid { grid-template-columns: 1fr; }
  .audience-route-grid,.two-experiences-grid,.shared-teaser-grid { grid-template-columns: 1fr; }
  .security-principles-grid { grid-template-columns: 1fr; }
  .broker-pathways-section { padding: 0 5vw 82px; }
  .workflow-card { display: grid; grid-template-columns: 44px 1fr; gap: 0 16px; }
  .workflow-card .workflow-visual { grid-column: 1/-1; }
  .workflow-card h3,.workflow-card p { grid-column: 2; }
  .benefits-section { padding-top: 82px; }
  .benefits-columns { grid-template-columns: 1fr; }
  .benefit-list { padding: 38px 28px; }
  .comparison-grid { grid-template-columns: 1fr; gap: 14px; }
  .comparison-grid article,.comparison-grid article:first-child,.comparison-grid article:last-child { min-height: auto; border-radius: 22px; }
  .comparison-grid .comparison-winner { transform: none; }
  .roi-grid { grid-template-columns: 1fr; }
  .results-grid { grid-template-columns: 1fr; }
  .results-grid article { min-height: 220px; }
  .metric-ribbon { grid-template-columns: 1fr; }
  .metric-ribbon article { min-height: 150px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.45); }
  .metric-ribbon article:last-child { border-bottom: 0; }
  .final-cta { align-items: start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-meta { grid-column: auto; }
  .defining-grid,.pillars-grid,.moments-grid { grid-template-columns: 1fr; }
  .capability-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .capability-catalogue { padding: 82px 5vw; }
  .platform-pillar { min-height: auto; }.platform-pillar h3 { margin-top: 45px; }
  .scenario-flow { grid-template-columns: 1fr; }.scenario-flow > i { transform: rotate(90deg); justify-self: center; }
  .persona-grid { grid-template-columns: 1fr; }.persona-grid article,.persona-grid article:nth-child(4) { grid-column: auto; }
  .audience-route-section { padding: 20px 5vw 82px; }
  .audience-route-card { min-height: 320px; padding: 34px; }
  .corporate-outcome-strip { padding: 0 5vw 62px; }
  .corporate-outcome-strip p { padding: 22px 0; }
  .gateway-audience-grid { grid-template-columns: 1fr; }
  .gateway-audience-stage { background: linear-gradient(180deg,#fffaf5 0 50%,#fff3f8 50% 100%); }
  .gateway-audience-stage::before { left: 5vw; right: 5vw; top: 50%; bottom: auto; width: auto; height: 1px; }
  .gateway-audience-panel { min-height: 560px; padding: 76px 7vw 70px; }
  .gateway-audience-panel .eyebrow { margin-bottom: 105px; }
  .gateway-audience-panel h3 { max-width: 690px; }
  .gateway-audience-number,.gateway-audience-panel:nth-child(2) .gateway-audience-number { left: 7vw; right: auto; }
  .gateway-brand-stage { min-height: 470px; padding: 78px 4vw; }
  .shared-problem-section,.two-experiences-section { padding: 82px 5vw; }
  .shared-routing-cta { padding: 82px 5vw; }
}

@media (max-width: 560px) {
  .workflow-title-line { white-space: normal; }
  .section-heading.workflow-heading h2 { font-size: clamp(30px, 9.2vw, 36px); }
  .hero h1 { font-size: clamp(36px, 8.6vw, 48px); }
  .shared-hero { min-height: auto; padding: 62px 5vw 72px; }
  .broker-shell-hero,.security-page-hero { min-height: auto; padding: 62px 5vw 74px; }
  .broker-shell-copy h1,.security-page-copy h1 { font-size: 48px; }
  .shared-hero h1 { font-size: 50px; }
  .gateway-hero { padding-top: 74px; padding-bottom: 82px; }
  .gateway-hero .shared-hero-copy > p:not(.eyebrow) { font-size: 17px; }
  .gateway-audience-panel { min-height: 540px; padding: 62px 6vw 58px; }
  .gateway-audience-panel .eyebrow { margin-bottom: 92px; }
  .gateway-audience-panel h3 { font-size: clamp(40px,11vw,52px); }
  .gateway-audience-panel > p:not(.eyebrow) { margin-bottom: 34px; font-size: 16px; }
  .gateway-question-list { margin-bottom: 42px; padding-top: 28px; gap: 17px; }
  .gateway-question-list li { font-size: 15px; }
  .gateway-audience-number,.gateway-audience-panel:nth-child(2) .gateway-audience-number { top: 34px; left: 6vw; right: auto; font-size: 150px; }
  .gateway-audience-link { gap: 13px; font-size: 15px; }
  .gateway-audience-link i { width: 43px; height: 43px; }
  .gateway-brand-stage { min-height: 340px; padding: 64px 3vw; }
  .gateway-brand-lockup { width: 96vw; }
  .balanced-actions { grid-template-columns: 1fr; }
  .shared-workspace-visual { min-height: auto; grid-template-columns: 1fr; }
  .shared-workspace-visual article { min-height: 190px; }
  .shared-workspace-core { margin: -12px auto; }
  .trust-pillar-grid { grid-template-columns: 1fr; }
  .corporate-reassurance { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .product-sidebar { display: none; }
  .product-layout { grid-template-columns: 1fr; min-height: 390px; }
  .product-heading button { display: none; }
  .product-content { padding: 14px; }
  .score-grid { gap: 7px; }
  .score-grid article { min-height: 92px; }
  .score-grid small { font-size: 8px; }.score-grid b { font-size: 20px; }
  .coverage-card { min-height: 190px!important; }
  .floating-alert { width: 88%; right: 6%; bottom: -32px; }
  .hero-product { margin-bottom: 34px; }
  .trust-items { align-items: flex-start; flex-direction: column; padding-left: 20px; }
  .section-heading h2,.feature-copy h2,.faq-heading h2,.final-cta h2,.benefits-heading h2,.roi-header h2 { font-size: 40px; }
  .workflow-card { display: block; }
  .workflow-visual { height: 220px; }
  .workflow-card h3 { margin-top: 22px; }
  .benefit-list > div { padding-left: 40px; }
  .feature-mock { min-height: 420px; }
  .mock-panel { inset: 30px 24px 60px; }
  .insight-card { right: 12px; bottom: 16px; width: 230px; }
  .timeline-mock { padding: 30px 20px; }
  .timeline-date strong { font-size: 40px; }
  .demo-dialog { padding: 34px 24px 24px; }
  .footer-meta { align-items: flex-start; flex-direction: column; gap: 10px; }
  .subpage-hero { min-height: auto; padding: 62px 5vw 75px; }.subpage-copy h1 { font-size: 48px; }
  .capabilities-page-hero { min-height: auto; padding: 62px 5vw 74px; }
  .capabilities-hero-copy h1 { font-size: 48px; }
  .capability-mini-map { grid-template-columns: 1fr; }
  .future-vision-map div { grid-template-columns: 1fr; }
  .future-vision-map span { grid-row: auto; }
  .future-capability-card ul { grid-template-columns: 1fr; }
  .capability-card { padding: 28px; }
  .capability-card-grid { grid-template-columns: 1fr; }
  .capability-catalogue-intro { margin-bottom: 48px; }
  .platform-map,.change-radar { min-height: 440px; transform: scale(.9); margin: -20px -5% -30px; width: 110%; }
  .map-node,.radar-item { min-width: 132px; width: 145px; padding: 12px; }.platform-core { width: 132px; height: 132px; }.change-radar::before { width: 350px; height: 350px; }.radar-core { width: 140px; height: 140px; }
  .node-record { left: 0; }.node-intelligence { right: 0; }.node-action { right: 0; }.node-renewal { left: 0; }
  .action-board,.renewal-room { min-height: auto; padding: 22px; }.action-board article { grid-template-columns: 42px 1fr; }.action-board article strong { grid-column: 2; }
  .renewal-bars p { grid-template-columns: 1fr 34px; }.renewal-bars p > i { grid-column: 1/-1; grid-row: 2; }
  .governance-points { grid-template-columns: 1fr; }
  .moment-card { min-height: auto; }.moment-card h3 { margin-top: 42px; }
  .persona-grid article { min-height: auto; }.industry-card { min-height: auto; }.industry-card h3 { margin-top: 58px; }
}

@media (max-width: 1050px) {
  .broker-page .broker-home-hero,.broker-challenge-section,.broker-ownership-section { grid-template-columns: 1fr; }
  .broker-page .broker-home-hero { padding-top: 76px; }
  .broker-relationship-visual { width: min(900px,100%); }
  .broker-challenge-copy { max-width: 900px; }
  .broker-visibility-visual { width: min(820px,100%); }
  .broker-outcome-grid,.broker-commercial-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .broker-capability-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .broker-record-visual { width: min(760px,100%); }
}

@media (max-width: 900px) {
  .broker-page-section,.broker-challenge-section,.broker-ownership-section { padding: 84px 5vw; }
  .broker-client-columns,.broker-step-grid,.broker-renewal-grid,.broker-risk-grid,.broker-bms-grid { grid-template-columns: 1fr; }
  .broker-client-closing { align-items: flex-start; flex-direction: column; }
  .broker-client-panel { min-height: auto; }
  .broker-opportunity-flow { grid-template-columns: 1fr; }
  .broker-opportunity-flow > i { transform: rotate(90deg); justify-self: center; }
  .broker-ownership-section { gap: 45px; }
  .broker-final-actions { align-items: flex-start; }
  .broker-ai-journey { grid-template-columns: 1fr; gap: 28px; }
  .broker-ai-journey li { min-height: 105px; }
  .broker-ai-journey li:not(:last-child)::after { right: 50%; top: auto; bottom: -28px; transform: translateX(50%) rotate(90deg); }
}

@media (max-width: 700px) {
  .broker-outcome-grid,.broker-commercial-grid,.broker-capability-grid { grid-template-columns: 1fr; }
  .broker-relationship-visual { grid-template-columns: 1fr; }
  .broker-relationship-visual article { min-height: 230px; }
  .broker-relationship-core { margin: -8px auto; }
  .broker-hero-actions { align-items: stretch; flex-direction: column; }
  .broker-hero-actions .button { width: 100%; }
  .broker-record-visual { grid-template-columns: 1fr; }
  .broker-record-visual small { grid-column: auto; }
  .continuous-change-line { grid-template-columns: repeat(3,1fr); }
  .continuous-change-line span:nth-child(4),.continuous-change-line span:nth-child(5) { grid-column: span 1; }
}

@media (max-width: 560px) {
  .broker-page .broker-home-hero { min-height: auto; padding: 64px 5vw 74px; }
  .broker-ai-section { padding: 70px 5vw; }
  .broker-ai-section h2 { font-size: 38px; }
  .broker-home-hero-copy h1 { font-size: 42px; }
  .broker-home-hero-copy > p:not(.eyebrow) { font-size: 17px; }
  .broker-relationship-visual,.broker-visibility-visual { padding: 18px; border-radius: 24px; }
  .broker-relationship-visual article { padding: 22px; }
  .broker-challenge-copy h2,.broker-section-heading h2,.broker-ownership-section h2 { font-size: 40px; }
  .broker-section-heading { margin-bottom: 48px; }
  .broker-outcome-grid article,.broker-commercial-grid article { min-height: auto; }
  .broker-outcome-grid h3,.broker-commercial-grid h3 { margin-top: 45px; }
  .broker-client-panel,.broker-bms-grid article { padding: 28px; }
  .broker-client-panel h3 { margin-top: 48px; }
  .broker-step-visual { height: 210px; }
  .broker-capability-card { padding: 28px; }
  .broker-capability-card h3 { font-size: 32px; }
  .broker-renewal-grid article { min-height: auto; }
  .broker-renewal-grid h3 { margin-top: 48px; }
  .broker-opportunity-flow div { min-height: 140px; }
  .broker-record-visual { padding: 24px; }
  .broker-final-actions { width: 100%; align-items: stretch; }
  .broker-final-actions .button { width: 100%; }
  .broker-final-actions .text-link { align-self: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms!important; transition-duration: .01ms!important; }
  .reveal { opacity: 1; transform: none; }
}
