/* DealUno's supplied wordmark is the source of the visual identity. */
:root { --brand:#0755f5; --brand-deep:#0639bd; --muted:#52647e; }
.topbar { background:rgba(255,255,255,.96); color:var(--ink); border-bottom:1px solid #dae4f2; }
.brand,.app-mark { display:block; position:relative; overflow:hidden; width:180px; height:39px; flex:none; }
.brand img,.app-mark img { position:absolute; width:141.13%; max-width:none; height:auto; left:-20.79%; top:-59.04%; border-radius:0; object-fit:contain; }
.topbar nav a { color:#435570; font-weight:600; }
.topbar nav a:hover,.topbar nav a.active-link { color:var(--brand); }
.header-cta,.button.primary { background:var(--brand); color:white; justify-content:center; border-radius:8px; }
.header-cta { padding:12px 19px; }
.header-cta:hover,.button.primary:hover { background:var(--brand-deep); }
.hero { background:linear-gradient(145deg,#06152f,#082752); }
.hero-grid { opacity:.22; }
.hero-glow { opacity:.1; }
.hero h1 { font-weight:800; letter-spacing:-.055em; }
.hero h1 span { color:#68d8ff; font-weight:600; }
.hero-lead { color:#c0cde0; }
.hero .eyebrow { color:#c5d5eb; }
.hero .eyebrow i { background:#56cdff; box-shadow:none; }
.hero-trust { color:#b9cbe3; }
.hero-actions .text-link { color:#e1edff; border-color:#7996bb; }
.app-shell { box-shadow:0 28px 90px #000b2040; border-color:#38557a; }
.app-top { background:#f7faff; color:#455d7d; height:54px; }
.app-mark { width:116px; height:25px; }
.app-top .session-live { color:#4b6381; }
.session-live i { background:var(--brand); box-shadow:none; }
.app-nav { padding-top:26px; }
.app-nav span.active { background:var(--brand); color:white; }
.tabs button.active { background:#203f69; }
.quick-actions a { grid-template-columns:1fr; gap:2px; }
.quick-actions a>span { display:none; }
.quick-actions a:hover { border-color:#63d6ff; background:#213f69; }
.hero-strip { background:#eff5ff; border-bottom:1px solid #d4e2f7; color:#173c70; }
.hero-strip>div { gap:20px; }
.hero-strip>div span { white-space:nowrap; }
.hero-strip>div span+span { border-left:1px solid #c2d4ed; padding-left:20px; }
.label-right { background:#ddf4ff; }
.section-tag,.moment-type { color:#486386; }
.statement h2 em,.moments-head h2 span,.onboarding h2 span { color:#2860ae; }
.system { background:#071b3a; }
.journey-steps [aria-selected="true"] { background:var(--brand); color:white; border-color:#558eff; }
.journey-steps [aria-selected="true"] span,.journey-steps [aria-selected="true"] small { color:#e0ecff; }
.journey-state { color:#1559c9; }
.journey-result { background:#e8f2ff; border-color:var(--brand); }
.moment-receipt { background:#eaf2ff; color:#19416f; }
.inline-demo { color:#084dcc; border-bottom-color:#87ace9; }
.team-performance { background:#eaf2ff; }
.metric-row span { color:#205ab9; background:#e6f0ff; }
.coach-note { grid-template-columns:1fr; }
.chart-bars i:nth-last-child(-n+2) { background:var(--brand); }
.onboarding li>span { color:var(--brand); }
.pricing { background:linear-gradient(155deg,#06152f,#0b2850); }
.plan { background:white; border-color:#dfe7f3; }
.plan.featured { background:#ecf5ff; border-color:#6ac8ff; box-shadow:0 18px 60px #008bff18; }
.choice { background:var(--brand); color:white; letter-spacing:.04em; }
.featured .plan-name small { background:#d7e8ff; color:#18509f; }
.featured>p,.featured .price span { color:#415b7b; }
.featured .price,.featured li { border-color:#c7dcf3; }
.featured .fit { background:#dcecff; color:#31577d; }
.plan li:before { color:var(--brand); }
.plan>a { justify-content:center; background:#112c51; border-radius:8px; }
.featured>a { background:var(--brand); color:white; }
.featured>a:hover { background:var(--brand-deep); }
.fit { background:#f0f4fa; color:#4d6079; }
.usage-costs .zero { background:#d9f3ff; color:#063667; }
.usage-costs .zero small { color:#245173; }
.final-cta,.about-cta { background:#e9f3ff; }
.final-cta h2 span,.about-cta h2 em { color:var(--brand); }
.final-cta .eyebrow,.final-cta>p:not(.eyebrow),.final-cta>small,.about-cta>p:not(.section-label) { color:#405f83; }
.final-cta .eyebrow i { background:var(--brand); box-shadow:none; }
.dark-button { background:var(--brand); color:white; justify-content:center; border-radius:8px; }
.dark-button:hover { background:var(--brand-deep); }
footer { background:white; color:var(--ink); border-top:1px solid #d4e3f7; }
footer>p,footer>small,footer>div a { color:#526882; }
footer>div a:hover { color:var(--brand); }
:focus-visible { outline:3px solid #4096ff; outline-offset:5px; }
.about-hero { background:linear-gradient(145deg,#06152f,#082752); }
.about-hero h1 { font-size:clamp(45px,5.8vw,84px); line-height:1.08; }
.about-hero h1 em { font-weight:500; }
.about-hero .eyebrow { color:#bdd1ed; }
.about-hero .quiet-link { text-decoration:underline; text-underline-offset:7px; }
@media(max-width:1100px) { .topbar nav { gap:20px; margin-right:24px; }.brand { width:164px; height:35.5px; }.hero-strip>div { gap:14px; }.hero-strip>div span+span { padding-left:14px; } }
@media(max-width:800px) { .topbar nav { display:none; }.header-cta { margin-left:auto; } }
@media(max-width:520px) {
  .topbar { padding:0 18px; gap:14px; }
  .brand { width:142px; height:30.73px; }
  .header-cta { padding:11px 13px; font-size:12px; white-space:nowrap; }
  .hero h1 { font-size:clamp(34px,9.1vw,47px); line-height:1.08; }
  .hero-strip>div { gap:8px 14px; }.hero-strip>div span+span { padding-left:0; border:0; }
  .hero-strip>div span { font-size:10px; letter-spacing:0; }
  .quick-actions a { padding:12px 8px; }
  .about-hero h1 { font-size:38px; }
  footer .brand { width:165px; height:35.71px; }
  .final-cta .button { font-size:14px; }
}
@media(max-width:360px) { .brand { width:126px; height:27.26px; }.topbar { gap:10px; padding:0 14px; }.header-cta { padding:11px 10px; } }
/* Keep secondary information readable on the product preview's dark surfaces. */
.lead-head small,.lead-head p,.lead-facts small,.script-panel>small,.phone-panel>p,.promise-card small,.usage-costs small { color:#a9bdd8; }
.usage-costs .zero small { color:#245173; }
/* Short statements lead; complete package details open only when requested. */
.sales-page .hero-lead { max-width:620px; line-height:1.7; }
.sales-page .hero-trust { margin-top:28px; }
.sales-page .hero-strip>div { justify-content:center; }
.sales-page .statement { padding-top:84px; padding-bottom:84px; }
.sales-page .statement>div>p { max-width:610px; }
.sales-page .statement h2 { font-size:clamp(40px,4.3vw,66px); }
.sales-page .section-intro>p:last-child { max-width:300px; }
.sales-page .work-grid { margin-top:22px; }
.sales-page .moments-head { grid-template-columns:1fr; }
.sales-page .moments-head h2 { max-width:800px; }
.sales-page .moments-list { gap:40px; margin-top:52px; }
.sales-page .moments-list h3 { font-size:clamp(24px,2.1vw,30px); }
.sales-page .moments-list p { max-width:280px; line-height:1.7; }
.sales-page .moment-receipt { gap:8px; padding:13px; }
.sales-page .moment-receipt b { font-size:13px; }
.sales-page .performance-copy>p:not(.section-tag) { max-width:420px; }
.sales-page .onboarding-copy>p:not(.section-tag) { max-width:400px; }
.sales-page .onboarding li { padding:22px 0; }
.sales-page .onboarding li h3 { font-size:24px; }
.sales-page .onboarding li small { font:500 11px/1.6 var(--sans); letter-spacing:.05em; }
.sales-page .onboarding li p { max-width:400px; }
.sales-page .plan h3 { font-size:26px; min-height:60px; margin-top:25px; }
.sales-page .plan>p { min-height:52px; font-size:16px; }
.sales-page .price { min-height:100px; }
.sales-page .price-request strong { font-size:24px; }
.sales-page .plan-highlights li { font-size:15px; padding-top:13px; padding-bottom:13px; }
.plan-details { margin-top:20px; border-top:1px solid #c8d8ec; }
.plan-details summary { list-style:none; display:flex; align-items:center; justify-content:space-between; gap:16px; padding:18px 0 2px; cursor:pointer; font-size:14px; font-weight:650; color:#164fae; }
.plan-details summary::-webkit-details-marker { display:none; }
.plan-details summary:after { content:'+'; font-size:22px; line-height:1; font-weight:400; }
.plan-details[open] summary:after { content:'−'; }
.plan-details[open] summary { padding-bottom:18px; }
.sales-page .plan-details li { font-size:14px; }
.sales-page .upgrade-note { color:#c4d5ed; font-size:16px; margin:28px auto; }
.sales-page .final-cta>p:not(.eyebrow) { max-width:560px; }
@media(max-width:1100px) {
  .sales-page .moments-list { gap:22px; }
  .sales-page .plan h3 { font-size:24px; }
  .sales-page .plan>p { min-height:78px; }
  .sales-page .price-request strong { font-size:21px; }
}
@media(max-width:800px) {
  .sales-page .statement { padding:64px 22px; }
  .sales-page .plan h3 { min-height:0; font-size:28px; }
  .sales-page .plan>p { min-height:0; }
  .sales-page .moments-list { gap:36px; }
  .sales-page .moments-list p { max-width:none; margin-bottom:20px; }
  .sales-page .hero-strip>div { gap:10px 16px; }
  .sales-page .onboarding { gap:32px; }
}
@media(max-width:520px) {
  .sales-page .hero-lead { font-size:17px; }
  .sales-page .hero-trust { gap:8px; margin-top:24px; }
  .sales-page .hero-trust span { font-size:12px; }
  .sales-page .hero-trust span+span:before { display:none; }
  .sales-page .hero-trust span { padding:3px 7px; }
  .sales-page .hero-stage { margin-top:36px; }
  .sales-page .statement h2 { font-size:36px; }
  .sales-page .system-takeaway { gap:4px; }
  .sales-page .moments-list h3 { font-size:28px; }
  .sales-page .onboarding li small { font-size:12px; }
  .sales-page .plan-highlights li { padding-top:11px; padding-bottom:11px; }
}
/* Product structure: overview first, dedicated pages for the real workflow. */
.section-tag,.eyebrow,.feature-kicker,.moment-type,.role-name { font-family:var(--sans); font-weight:600; letter-spacing:.015em; text-transform:none; }
.section-tag,.eyebrow { font-size:14px; }
.topbar nav { gap:22px; margin-right:26px; }
.topbar nav a { font-size:13px; white-space:nowrap; }
.mobile-nav { display:none; }
.hero { padding-bottom:0; }
.home-page .app-shell { border-bottom:1px solid #38557a; border-radius:16px; }
.home-page .hero-stage { padding-bottom:64px; }
.stage-label.label-right { max-width:170px; }
.stage-label.label-right small { letter-spacing:0; font-family:var(--sans); font-size:12px; }
.stage-label.label-right b { font-size:24px; margin:2px 0; }
.compact-heading h2,.package-teaser h2,.callback-section h2,.email-section h2,.service-band h2,.page-cta h2 { font-size:clamp(36px,4.2vw,62px); line-height:1.12; letter-spacing:-.045em; margin-top:20px; }
.compact-heading h2 span,.package-teaser h2 span,.callback-section h2 span,.email-section h2 span { color:#2164b9; font-weight:500; }
.process-overview,.product-links,.package-teaser,.detail-section,.role-section,.callback-section,.email-section,.service-band { padding:88px max(24px,calc((100vw - 1240px)/2)); }
.process-overview { background:#071b3a; color:white; }
.process-overview .section-tag { color:#b7cce8; }
.process-overview h2 span { color:#68d8ff; }
.process-overview .inline-demo { color:#87dfff; border-color:#43678e; }
.role-flow { padding:0; margin:44px 0 0; list-style:none; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:32px; }
.role-flow li { min-width:0; border-top:1px solid #476384; padding-top:24px; }
.role-name { display:inline-block; color:#80dbff; font-size:18px; }
.role-flow h3 { font-size:25px; line-height:1.2; letter-spacing:-.035em; margin:20px 0 14px; }
.role-flow p { max-width:340px; font-size:16px; color:#c0cde0; }
.role-flow small { display:block; font-size:13px; color:#96bde9; margin-top:22px; }
.product-links { background:white; }
.feature-links { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; margin-top:42px; }
.feature-links>a { min-width:0; display:flex; flex-direction:column; padding:26px; border-radius:14px; background:#f1f6ff; border:1px solid #d5e3f7; transition:border-color .2s,background .2s; }
.feature-links>a:hover { border-color:#0755f5; background:#eaf2ff; }
.feature-kicker { color:#215caa; font-size:14px; }
.mini-score,.mini-time { min-height:150px; display:flex; flex-direction:column; justify-content:center; padding:26px 0; }
.mini-score strong,.mini-time strong { font-size:42px; letter-spacing:-.05em; line-height:1.2; color:#0b3c7a; }
.mini-score strong span { font-size:24px; margin-left:5px; font-weight:500; color:#5f7da1; }
.mini-score small,.mini-time small { font-size:13px; line-height:1.5; margin-top:10px; color:#476483; }
.feature-links h3 { font-size:25px; line-height:1.22; letter-spacing:-.04em; margin-bottom:15px; }
.feature-links p { color:#4e6684; font-size:16px; margin-bottom:28px; }
.feature-link-label { margin-top:auto; font-size:14px; font-weight:700; color:#0755ce; text-decoration:underline; text-underline-offset:5px; }
.package-teaser { background:#eaf2ff; display:grid; grid-template-columns:1.2fr .8fr; gap:90px; align-items:center; }
.package-teaser>div>p { color:#4c6382; max-width:530px; margin:24px 0; font-size:18px; }
.enterprise-teaser { background:white; padding:36px; border-radius:14px; border:1px solid #c5d9f3; }
.enterprise-teaser>span { color:#255593; font-weight:600; font-size:14px; }
.enterprise-teaser>strong { display:block; font-size:56px; letter-spacing:-.055em; margin:20px 0; line-height:1.15; }
.package-teaser .enterprise-teaser p { font-size:17px; }
.enterprise-teaser small { font-size:13px; line-height:1.6; color:#526b8b; }
.product-hero { padding:85px max(24px,calc((100vw - 1240px)/2)); background:linear-gradient(145deg,#06152f,#082752); color:white; }
.product-hero .eyebrow { color:#93dfff; }
.product-hero h1 { font-size:clamp(46px,5.3vw,78px); line-height:1.07; letter-spacing:-.055em; margin:24px 0; }
.product-hero h1 span { color:#68d8ff; font-weight:500; }
.product-hero p:not(.eyebrow) { font-size:18px; color:#c3d1e5; max-width:680px; }
.product-hero .button { margin-top:30px; }
.split-hero { display:grid; grid-template-columns:1.1fr .9fr; gap:70px; align-items:center; }
.radar-example { border-radius:16px; padding:28px; background:white; color:#071c3d; }
.example-top { display:flex; gap:12px; align-items:center; justify-content:space-between; border-bottom:1px solid #d3e0f2; padding-bottom:18px; margin-bottom:25px; font-size:14px; font-weight:650; }
.example-top small { font-size:12px; font-weight:400; color:#5d7593; }
.radar-example h2 { font-size:28px; letter-spacing:-.04em; }
.product-hero .radar-example p { color:#4c6482; font-size:16px; margin-top:8px; }
.score-display { display:flex; gap:24px; align-items:center; margin-top:36px; padding-top:25px; border-top:1px solid #d3e0f2; }
.score-display>div { display:flex; flex-direction:column; flex:none; }
.score-display span { color:#295592; font-size:14px; }
.score-display strong { font-size:66px; letter-spacing:-.045em; line-height:1.25; }
.score-display strong small { font-size:28px; font-weight:500; color:#7390b4; margin-left:7px; }
.score-scale { display:grid; grid-template-columns:repeat(10,minmax(0,1fr)); gap:5px; margin-top:28px; }
.score-scale i { height:17px; border-radius:3px; background:#e1eaf8; }
.score-scale i.filled { background:#0755f5; }
.scale-labels { display:flex; justify-content:space-between; gap:14px; margin-top:12px; color:#536b8a; font-size:12px; }
.detail-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:40px; margin-top:40px; }
.detail-grid article { border-top:1px solid #bfd3ef; padding-top:24px; }
.detail-grid h3 { font-size:24px; line-height:1.25; letter-spacing:-.035em; margin-bottom:14px; }
.detail-grid p { color:#4b6381; font-size:17px; }
.service-band { display:flex; align-items:center; gap:60px; justify-content:space-between; background:#e8f2ff; }
.service-band h2 { max-width:770px; font-size:clamp(32px,3.4vw,48px); }
.service-band p:not(.section-tag) { max-width:690px; font-size:17px; color:#4b6586; margin-top:20px; }
.service-band .button { flex:none; }
.page-cta { padding:76px 24px; text-align:center; background:white; }
.page-cta h2 { max-width:850px; margin:0 auto; }
.page-cta p { color:#536985; font-size:18px; margin:22px auto 28px; max-width:680px; }
.role-section { background:white; padding-top:18px; padding-bottom:76px; }
.role-section .role-flow li { border-color:#c4d8f0; }
.role-section .role-name { color:#0755ce; }
.role-section .role-flow p { color:#4b6381; }
.role-section .role-flow small { color:#245696; }
.page-jumps { display:flex; flex-wrap:wrap; gap:25px; margin-top:28px; }
.page-jumps a { font-size:15px; text-decoration:underline; text-underline-offset:6px; color:#a9e5ff; }
.callback-section,.email-section { display:grid; grid-template-columns:1fr 1fr; gap:75px; align-items:center; }
.callback-section { background:#eaf2ff; }
.callback-section>div>p:not(.section-tag),.email-section>div>p:not(.section-tag) { max-width:540px; margin-top:22px; color:#4c6382; font-size:17px; }
.callback-section>div>.detail-emphasis { font-size:16px; font-weight:600; color:#153b6c; }
.callback-example,.mail-example { padding:28px; background:white; border:1px solid #d1e1f5; border-radius:14px; min-width:0; }
.session-tabs { display:flex; gap:8px; padding-bottom:24px; }
.session-tabs button { flex:1; padding:11px 10px; border:1px solid #c2d5ef; border-radius:7px; background:#f4f8ff; color:#24528b; font-size:14px; }
.session-tabs [aria-selected=true] { color:white; background:#0755f5; border-color:#0755f5; }
#callback-panel { min-height:300px; }
#callback-panel .callback-quote { font-size:22px; line-height:1.4; font-weight:600; letter-spacing:-.025em; }
#callback-panel dl { margin:24px 0; }
#callback-panel dl>div { display:flex; flex-direction:column; gap:4px; padding:12px 0; border-top:1px solid #d8e3f3; }
#callback-panel dt { color:#526f94; font-size:13px; }
#callback-panel dd { margin:0; font-size:16px; }
.callback-status { padding:14px; background:#e8f2ff; color:#1452a8; font-size:14px; border-radius:6px; }
.session-queue { list-style:none; margin:20px 0; padding:0; }
.session-queue li { padding:14px; display:flex; flex-direction:column; gap:4px; border:1px solid #d8e3f3; border-radius:7px; margin-top:8px; font-size:16px; }
.session-queue li.due { background:#eaf3ff; border-color:#8db9f6; }
.session-queue li small { font-size:13px; color:#4c6c95; }
.email-section { background:#f8faff; }
.email-section .mail-example p { font-size:16px; color:#354f73; margin-top:20px; }
.email-section .mail-example .mail-subject { font-weight:700; color:#092952; margin:0 0 24px; }
.mail-caption { border-top:1px solid #d4e3f7; margin-top:28px; padding-top:18px; color:#215a9f; font-size:13px; }
.product-page .pricing { padding-top:76px; }
footer>div { flex-wrap:wrap; }
@media(max-width:1120px) {
 .topbar>nav { display:none; }.topbar>.mobile-nav { display:block; margin-left:auto; margin-right:18px; }
 .mobile-nav summary { list-style:none; cursor:pointer; font-size:14px; font-weight:600; padding:10px 3px; color:#153e72; }
 .mobile-nav summary::-webkit-details-marker { display:none; }
 .mobile-nav>nav { position:absolute; top:calc(100% + 8px); right:18px; width:min(320px,calc(100vw - 36px)); display:flex!important; flex-direction:column; align-items:stretch; margin:0; gap:0; padding:12px; border:1px solid #c9d9ef; border-radius:12px; background:white; box-shadow:0 16px 40px #06152f25; }
 .mobile-nav>nav a { font-size:15px; padding:12px; border-radius:6px; }.mobile-nav>nav a:hover { background:#edf4ff; }
 .topbar>.header-cta { margin-left:0; }
 .split-hero { gap:35px; }.callback-section,.email-section { gap:35px; }.feature-links>a { padding:21px; }.mini-time strong { font-size:34px; }.package-teaser { gap:40px; }
}
@media(max-width:800px) {
 .process-overview,.product-links,.package-teaser,.detail-section,.role-section,.callback-section,.email-section,.service-band,.product-hero { padding:62px 22px; }
 .split-hero,.callback-section,.email-section,.package-teaser { grid-template-columns:1fr; gap:36px; }
 .product-hero h1 { font-size:clamp(42px,7vw,64px); }.radar-example { max-width:570px; }
 .role-flow,.feature-links,.detail-grid { grid-template-columns:1fr; gap:28px; }
 .role-flow { margin-top:30px; }.role-flow h3 { margin-top:12px; }.role-flow p { max-width:none; }.role-flow small { margin-top:15px; }
 .feature-links>a { padding:25px; }.mini-score,.mini-time { min-height:0; padding:22px 0; }.feature-links p { max-width:520px; }.feature-links h3 { font-size:26px; }
 .service-band { flex-direction:column; align-items:flex-start; gap:26px; }.detail-grid { margin-top:30px; }
 .role-section { padding-top:18px; }.enterprise-teaser { max-width:600px; }.home-page .hero-stage { padding-bottom:40px; }
 .page-cta { padding:60px 22px; }.section-tag,.eyebrow { font-size:14px; }
}
@media(max-width:520px) {
 .topbar>.mobile-nav { margin-right:5px; }.mobile-nav summary { font-size:13px; padding:12px 0; }.topbar { gap:10px; }
 .compact-heading h2,.package-teaser h2,.callback-section h2,.email-section h2 { font-size:35px; }
 .product-hero h1 { font-size:40px; }.product-hero p:not(.eyebrow) { font-size:17px; }
 .radar-example,.callback-example,.mail-example { padding:21px; }.score-display { gap:18px; }.score-display strong { font-size:55px; }.product-hero .score-display p { font-size:14px; }
 .enterprise-teaser { padding:26px; }.enterprise-teaser>strong { font-size:46px; }
 .session-tabs button { font-size:13px; }.callback-section h2 { font-size:34px; }.callback-section>div>p:not(.section-tag),.email-section>div>p:not(.section-tag) { font-size:16px; }
 .home-page .promise-status { font-size:12px; }.role-name { font-size:17px; }.home-page .hero .eyebrow { font-size:12px; }
 .scale-labels { font-size:12px; gap:8px; }.home-page .hero-actions .text-link { font-size:14px; }
}
@media(max-width:360px) {
 .topbar { gap:7px; padding:0 12px; }.topbar>.brand { width:111px; height:24px; }.topbar>.mobile-nav { margin-right:3px; }.topbar>.header-cta { font-size:11px; padding:11px 9px; }
 .product-hero h1 { font-size:35px; }.score-display { flex-direction:column; align-items:flex-start; gap:4px; }.session-tabs { gap:5px; }.session-tabs button { font-size:12px; padding:10px 6px; }
}
.topbar nav a { font-size:14px; }
.topbar a[aria-current="page"] { color:var(--brand); }
.mobile-nav[open]>summary { color:var(--brand); }
@media(max-width:360px) { .topbar>.header-cta { font-size:12px; } }
/* Full-site review: concise offer orientation and a consistent demo-first finish. */
.reviewed-pricing .pricing-head h1 { font-size:clamp(42px,5.2vw,74px); line-height:1.1; letter-spacing:-.05em; margin-top:20px; }
.reviewed-pricing .pricing-head h1 span { color:#68d8ff; font-weight:500; }
.reviewed-pricing .pricing-head>p:last-child { max-width:620px; font-size:17px; line-height:1.65; margin-top:24px; }
.shared-basics { display:flex; gap:12px 25px; flex-wrap:wrap; justify-content:center; color:#bcd0e9; font-size:14px; margin:28px auto 0; }
.shared-basics span { padding:7px 0; }
.shared-basics span:before { content:'✓'; color:#6cd6ff; margin-right:8px; }
.price-context { text-align:center; color:#c5d6ed; font-size:14px; margin-top:44px; }
.reviewed-pricing .plans { margin-top:32px; }
.reviewed-pricing .offer-card { padding:28px; }
.reviewed-pricing .plan-name { gap:10px; }
.reviewed-pricing .plan-name>span { font:700 23px/1.2 var(--sans); letter-spacing:-.025em; }
.reviewed-pricing .plan-name small { font-family:var(--sans); font-size:12px; white-space:nowrap; }
.reviewed-pricing .offer-card h2 { font-size:27px; letter-spacing:-.04em; line-height:1.2; margin-top:28px; min-height:66px; }
.offer-price { display:flex; align-items:baseline; gap:8px; margin-top:22px; }
.offer-price strong { font-size:46px; line-height:1.1; letter-spacing:-.055em; }
.offer-price>span { font-size:15px; color:#496484; }
.reviewed-pricing .offer-card>.offer-setup { margin-top:14px; color:#3c5878; font-size:14px; line-height:1.6; min-height:44px; }
.reviewed-pricing .offer-card>.offer-term { min-height:44px; font-size:13px; color:#506a8a; margin-top:10px; }
.reviewed-pricing .offer-card>a { font-size:15px; }
.reviewed-pricing .plan-highlights li { font-size:15px; padding-top:12px; padding-bottom:12px; }
.reviewed-pricing .plan-details p { font-size:15px; line-height:1.7; color:#3f5979; margin-top:17px; }
.reviewed-pricing .choice { letter-spacing:0; font-family:var(--sans); font-size:12px; }
.annual-option { color:#a6c6f2; font-size:15px; text-align:center; margin:20px auto 0; max-width:700px; }
.demo-path { display:grid; grid-template-columns:1fr 1fr; gap:80px; padding:85px max(24px,calc((100vw - 1240px)/2)); background:#edf4ff; }
.demo-path h2 { font-size:clamp(36px,4.2vw,62px); letter-spacing:-.045em; line-height:1.12; margin:20px 0 24px; }
.demo-path h2 span { color:#2164b9; font-weight:500; }
.demo-path>div>p:last-child { font-size:17px; color:#486180; max-width:440px; }
.demo-path ol { padding:0; margin:0; list-style:none; }
.demo-path li { display:grid; grid-template-columns:32px 1fr; gap:14px; border-top:1px solid #c2d5ee; padding:23px 0; }
.demo-path li>span { font-size:13px; color:#235cae; padding-top:3px; }
.demo-path h3 { font-size:23px; letter-spacing:-.025em; line-height:1.3; }
.demo-path li p { margin-top:8px; font-size:16px; color:#486180; }
.page-cta>.section-tag { margin:0 auto 20px; font-size:14px; color:#31609f; }
.page-next { display:block; width:fit-content; font-size:15px; color:#315e9f; margin:24px auto 0; text-decoration:underline; text-underline-offset:6px; }
.page-cta .button { min-width:245px; }
.story-hero { display:grid; grid-template-columns:1.35fr .65fr; gap:70px; align-items:center; }
.story-hero h1 { font-size:clamp(42px,4.6vw,68px); }
.story-note { border-left:1px solid #375c88; padding:20px 0 20px 35px; }
.story-note .section-tag { color:#91dfff; font-size:14px; }
.story-note h2 { font-size:30px; line-height:1.25; letter-spacing:-.035em; margin:20px 0; }
.product-hero .story-note p:last-child { font-size:16px; color:#b5cbe8; }
.reviewed-origin { padding:88px max(24px,calc((100vw - 1240px)/2)); background:white; }
.reviewed-origin .origin-grid { grid-template-columns:1fr 1fr; gap:80px; margin-top:28px; }
.reviewed-origin h2 { font-size:clamp(38px,4.2vw,60px); line-height:1.12; }
.reviewed-origin .origin-grid p { font-size:17px; line-height:1.75; margin-top:0; }
.reviewed-origin .origin-grid p+p { margin-top:20px; }
.story-principles { background:#edf4ff; }
.story-principles .detail-grid p { font-size:16px; }
.story-principles .detail-grid h3 { font-size:25px; }
.team-performance .chart-bars i { width:12%; }
.sales-page .coach-note small { font-family:var(--sans); letter-spacing:0; font-size:13px; }
.sales-page .coach-note b { font-weight:400; }
.sales-page .hero-trust { letter-spacing:0; }
@media(max-width:1100px) {
 .reviewed-pricing .offer-card { padding:22px; }.reviewed-pricing .plan-name { align-items:flex-start; flex-direction:column; gap:8px; }
 .reviewed-pricing .offer-card h2 { font-size:24px; }.offer-price strong { font-size:40px; }.reviewed-pricing .offer-card>.offer-term { min-height:65px; }
 .story-hero { gap:40px; }.story-note { padding-left:25px; }.story-note h2 { font-size:27px; }
}
@media(max-width:800px) {
 .demo-path,.story-hero { grid-template-columns:1fr; gap:35px; }.demo-path { padding:64px 22px; }.reviewed-origin { padding:64px 22px; }
 .reviewed-origin .origin-grid { grid-template-columns:1fr; gap:28px; }.story-note { padding:28px 0 0; border-left:0; border-top:1px solid #375c88; }
 .story-note h2 { font-size:28px; }.reviewed-pricing .offer-card { padding:28px; }.reviewed-pricing .plan-name { flex-direction:row; align-items:center; }
 .reviewed-pricing .offer-card h2 { min-height:0; font-size:27px; margin-top:22px; }.reviewed-pricing .offer-card>.offer-setup,.reviewed-pricing .offer-card>.offer-term { min-height:0; }
 .shared-basics { gap:4px 20px; }.offer-price strong { font-size:44px; }.story-hero h1 { font-size:clamp(38px,7vw,54px); }
}
@media(max-width:520px) {
 .reviewed-pricing .pricing-head h1 { font-size:37px; }.reviewed-pricing .pricing-head>p:last-child { font-size:16px; }.price-context { margin-top:32px; font-size:13px; }
 .reviewed-pricing .offer-card { padding:24px; }.reviewed-pricing .plan-name>span { font-size:23px; }.reviewed-pricing .plan-name small { font-size:12px; }
 .shared-basics { flex-direction:column; align-items:center; font-size:13px; }.shared-basics span { padding:4px 0; }.reviewed-pricing .pricing-footnote { text-align:left; }
 .demo-path h2 { font-size:36px; }.page-next { font-size:14px; }.page-cta .button { min-width:0; }.story-hero { padding-top:52px; }
 .story-hero h1 { font-size:38px; }.reviewed-origin h2 { font-size:36px; }.story-note h2 { font-size:27px; }.reviewed-pricing .plan-highlights li { font-size:15px; }
}
/* Clear, stable typography for actions and the brand signature. */
.button,.header-cta,.plan>a,.billing-toggle button,.radar-motion {
 font-family:var(--sans); font-weight:600; font-style:normal; font-stretch:normal;
 -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
 letter-spacing:0; line-height:1.45; text-shadow:none; text-rendering:auto;
 font-synthesis:none; transform:none; filter:none; transition:background-color .18s,color .18s,border-color .18s;
}
.button:hover,.header-cta:hover,.plan>a:hover { transform:none; }
footer>p { font:500 14px/1.6 var(--sans); letter-spacing:0; }
footer>small { font:400 13px/1.6 var(--sans); letter-spacing:0; }
footer { gap:24px 32px; }
[hidden] { display:none!important; }
.package-preview { background:white; border:1px solid #cbdcf2; border-radius:16px; padding:8px 28px 22px; box-shadow:0 18px 50px #18396708; }
.package-preview>a { display:grid; grid-template-columns:1fr auto; gap:20px; align-items:center; padding:25px 0; border-bottom:1px solid #dce6f4; }
.package-preview>a:hover strong { color:var(--brand); }
.package-preview>a>div { display:flex; flex-direction:column; gap:5px; }
.package-preview strong { font-size:23px; line-height:1.3; letter-spacing:-.02em; }
.package-preview>a>div>span { font-size:14px; color:#526781; }
.package-preview>a>p { display:flex; flex-direction:column; gap:3px; align-items:flex-end; }
.package-preview b { font-size:30px; line-height:1.15; color:#174981; font-variant-numeric:tabular-nums; }
.package-preview>a>p>span { font-size:12px; color:#59708d; }
.package-teaser .package-preview>p { font-size:13px; line-height:1.65; margin:20px 0 0; color:#546b87; }
.billing-control { display:flex; justify-content:center; margin:36px auto 0; }
.billing-toggle { display:inline-flex; padding:5px; gap:5px; border:1px solid #3d5b80; border-radius:12px; background:#0d2a50; }
.billing-toggle button { border:0; border-radius:8px; background:transparent; color:#bed1eb; padding:12px 20px; min-height:48px; font-size:16px; cursor:pointer; }
.billing-toggle button[aria-pressed=true] { background:white; color:#0d315f; box-shadow:0 2px 8px #0002; }
.billing-toggle button span { display:inline-block; font-size:12px; padding:3px 6px; border-radius:4px; margin-left:7px; background:#20477a; color:#bcecff; vertical-align:1px; }
.billing-toggle button[aria-pressed=true] span { background:#e4f0ff; color:#1656a7; }
.reviewed-pricing .price-context { margin:14px auto 0; min-height:44px; max-width:620px; }
.reviewed-pricing .plans { margin-top:28px; }
.reviewed-pricing .offer-card>.offer-billing { font-size:14px; color:#466483; min-height:22px; margin:10px 0 0; line-height:1.5; }
.reviewed-pricing .offer-card>.offer-saving { min-height:0; margin:14px 0 0; padding:12px; background:#eaf4ff; color:#144b90; border-radius:7px; font-size:14px; line-height:1.6; }
.reviewed-pricing .featured>.offer-saving { background:#dbeaff; }
.offer-price strong { font-variant-numeric:tabular-nums; letter-spacing:-.035em; font-size:44px; }
.offer-card { scroll-margin-top:115px; }
.radar-section { padding:88px max(24px,calc((100vw - 1240px)/2)); background:#fff; }
.radar-intro { max-width:660px; color:#4b6381; font-size:18px; line-height:1.7; margin-top:24px; }
.radar-workflow { display:grid; grid-template-columns:1.08fr .92fr; gap:72px; align-items:center; margin-top:48px; }
.radar-visual { background:linear-gradient(145deg,#061831,#0d305b); color:white; border:1px solid #27466e; border-radius:20px; padding:25px; min-width:0; box-shadow:0 25px 55px #06265316; }
.radar-visual-top,.radar-visual-bottom { display:flex; justify-content:space-between; align-items:center; gap:12px; }
.radar-visual-top>span { font-size:16px; font-weight:600; }.radar-visual-top small,.radar-visual-bottom small { color:#9db7d9; font-size:12px; }
.radar-field { position:relative; aspect-ratio:1.15; margin:15px 0; isolation:isolate; }
.radar-grid { position:absolute; inset:7% 10%; border:1px solid #65c8ff36; border-radius:50%; overflow:hidden; background:linear-gradient(transparent calc(50% - .5px),#56b5fb24 50%,transparent calc(50% + .5px)),linear-gradient(90deg,transparent calc(50% - .5px),#56b5fb24 50%,transparent calc(50% + .5px)); }
.radar-grid>i { position:absolute; inset:16.6%; border:1px solid #65c8ff36; border-radius:50%; }.radar-grid>i:nth-child(2) { inset:33.3%; }.radar-grid>i:nth-child(3) { inset:4%; border-style:dashed; opacity:.3; }
.radar-sweep { position:absolute; inset:0; border-radius:50%; background:conic-gradient(from 0deg,transparent 0deg 270deg,#28baff0d 285deg,#3cd8ff4d 359deg,transparent 360deg); animation:radar-scan 10s linear infinite; }
.radar-center { position:absolute; inset:calc(50% - 20px); width:40px; height:40px; display:grid; place-items:center; border:1px solid #59c8ff77; border-radius:50%; font:700 12px var(--sans); background:#0d3158; color:#88dfff; z-index:1; }
.radar-contact { position:absolute; display:flex; gap:10px; align-items:center; z-index:2; }
.radar-dot { width:8px; height:8px; border-radius:50%; background:#7fe4ff; box-shadow:0 0 0 5px #6adeff19,0 0 20px #47d6ff66; flex:none; animation:radar-pulse 10s ease-in-out infinite; }
.radar-contact>div { padding:12px 14px; border:1px solid #5aa8ea55; background:#0d2a4feF; border-radius:10px; box-shadow:0 6px 25px #0002; display:flex; flex-direction:column; gap:5px; }
.radar-contact strong { font-size:14px; font-weight:600; }.radar-contact>div>span { font-size:12px; color:#aac4e2; }.radar-contact b { color:#86e2ff; font-size:14px; padding-left:8px; }
.contact-a { top:13%; right:2%; }.contact-a>div { border-color:#59c9fbaa; background:#123861; }.contact-b { left:0; top:49%; }.contact-b .radar-dot { animation-delay:-4s; }.contact-c { right:3%; bottom:7%; }.contact-c .radar-dot { animation-delay:-7s; }.contact-c>div { opacity:.78; }
.radar-motion { border:1px solid #46658a; background:transparent; color:#c2ddf6; border-radius:6px; padding:9px 10px; font-size:12px; cursor:pointer; }.radar-motion:hover { background:#25476c; }
.radar-stages { margin:0; padding:0; list-style:none; }
.radar-stages li { display:grid; grid-template-columns:30px 1fr; gap:18px; padding:25px 0; border-top:1px solid #d9e4f2; }.radar-stages li:last-child { padding-bottom:0; }.radar-stages li>span { color:#2a69b4; font-size:13px; padding-top:5px; }
.radar-stages h3 { font-size:24px; line-height:1.3; letter-spacing:-.025em; }.radar-stages p { margin-top:12px; color:#506986; font-size:16px; line-height:1.7; }.radar-stages .inline-demo { margin-top:16px; font-size:15px; }
.radar-setup { display:grid; grid-template-columns:1.1fr .9fr; gap:80px; align-items:start; }.radar-setup h2 { font-size:clamp(34px,3.8vw,52px); }.radar-setup h3 { font-size:26px; line-height:1.3; letter-spacing:-.025em; }
.factor-example { border-left:3px solid #2c78f4; padding:2px 0 2px 22px; margin-top:30px; }.factor-example>span { font-size:13px; color:#34639a; display:block; }.factor-example strong { display:block; font-size:18px; line-height:1.5; margin-top:7px; }.radar-setup .factor-example p { font-size:15px; line-height:1.7; margin-top:10px; }
.radar-setup-options { padding:30px; border:1px solid #cfdef2; background:#fff; border-radius:16px; }.radar-setup-options dl { margin:28px 0; }.radar-setup-options dl>div { display:grid; grid-template-columns:90px 1fr; gap:18px; padding:15px 0; border-top:1px solid #dfe7f4; }.radar-setup-options dt { font-size:15px; font-weight:700; color:#174d93; }.radar-setup-options dd { margin:0; font-size:15px; color:#506984; }.radar-setup .radar-setup-options>p { font-size:13px; line-height:1.65; }
[data-radar-running=false] .radar-sweep,[data-radar-running=false] .radar-dot { animation-play-state:paused; }
@keyframes radar-scan { to { transform:rotate(360deg); } }
@keyframes radar-pulse { 0%,20%,100% { opacity:.6; } 9% { opacity:1; box-shadow:0 0 0 10px #6adeff12,0 0 28px #47d6ffb0; } }
@media(max-width:1100px) { .radar-workflow { gap:35px; }.radar-setup { gap:35px; }.package-teaser { gap:45px; }.offer-price strong { font-size:36px; } }
@media(max-width:800px) {
 .radar-section { padding:64px 22px; }.radar-workflow,.radar-setup { grid-template-columns:1fr; gap:32px; }.radar-visual { width:100%; max-width:560px; margin:auto; }.radar-stages h3 { font-size:25px; }.radar-workflow { margin-top:34px; }.radar-setup-options { padding:26px; }
 .package-preview { padding:4px 25px 22px; }.package-preview>a { padding:22px 0; }.package-teaser .package-preview>p { margin:18px 0 0; }.package-teaser { gap:32px; }
 .offer-price strong { font-size:44px; }.reviewed-pricing .price-context { min-height:0; font-size:14px; padding:0 6px; }.reviewed-pricing .plans { margin-top:40px; }
 footer>p { display:block; width:auto; flex:1 1 230px; font-size:14px; }
}
@media(max-width:520px) {
 .billing-toggle button { font-size:15px; padding:11px 13px; }.billing-toggle button span { margin-left:4px; font-size:11px; }.billing-control { margin-top:28px; }
 .radar-intro { font-size:17px; }.radar-visual { padding:18px 14px; }.radar-visual-top small { font-size:11px; }.radar-field { aspect-ratio:.97; margin:15px 0; }.radar-grid { inset:9% 3%; }.radar-contact>div { padding:10px; }.radar-contact strong { font-size:12px; }.radar-contact>div>span { font-size:11px; }.radar-contact b { font-size:13px; padding-left:4px; }.radar-contact { gap:7px; }.contact-a { top:15%; right:0; }.contact-b { top:50%; left:0; }.contact-c { bottom:3%; right:0; }.radar-visual-bottom { flex-wrap:wrap; }.radar-motion { font-size:12px; }.radar-visual-bottom small { font-size:11px; }.radar-stages li { gap:12px; grid-template-columns:26px 1fr; }.radar-stages h3 { font-size:23px; }
 .radar-setup-options dl>div { grid-template-columns:1fr; gap:5px; }.radar-setup-options { padding:24px; }.package-preview>a { gap:10px; }.package-preview strong { font-size:22px; }.package-preview>a>div>span { font-size:13px; }.package-preview>a>p>span { font-size:11px; }.package-preview b { font-size:28px; }
}
@media(prefers-reduced-motion:reduce) { .radar-sweep { transform:rotate(35deg); }.radar-dot { opacity:1; } }

@media(min-width:801px) { .reviewed-pricing .offer-card>.offer-saving { min-height:92px; display:flex; align-items:center; } }
@media(min-width:801px) and (max-width:1100px) { .reviewed-pricing .offer-card>.offer-saving { min-height:114px; } }
