/* Partner positioning and one recognizable PAI workday. All motion is decorative. */
.hero { display: block; padding-block: 65px 38px; }
.hero-copy { max-width: 1040px; margin: 0 auto; text-align: center; }
.hero .eyebrow { max-width: none; margin-bottom: 22px; }
.hero h1 { font-size: clamp(43px, 5.15vw, 72px); line-height: 1.06; letter-spacing: -.057em; font-weight: 660; }
.hero h1 span { color: var(--ink); }
.hero .lead { max-width: 690px; margin: 25px auto 0; font-size: 20px; line-height: 1.6; }
.hero-actions { flex-direction: row; justify-content: center; align-items: center; flex-wrap: wrap; gap: 18px 25px; margin-top: 27px; }
.hero-actions .button { font-size: 15px; min-height: 54px; padding-inline: 24px; }
.hero-actions .quiet-link { font-size: 13px; }
.hero-evidence { display: inline-flex; align-items: center; gap: 11px; margin-top: 27px; color: #53627c; font-size: 13px; line-height: 1.5; text-align: left; }
.hero-evidence .evidence-number { font-size: 26px; font-weight: 720; letter-spacing: -.05em; color: var(--blue); }
.hero-evidence strong { color: var(--ink); font-weight: 650; }
.hero-evidence > svg { width: 17px; height: 17px; color: var(--blue); transition: transform .2s; }
.hero-evidence:hover > svg { transform: translateX(4px); }
.workday { margin-top: 46px; }
.workday-heading { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 0 4px 18px; }
.workday-heading .eyebrow { font-size: 10px; margin-bottom: 7px; letter-spacing: .09em; }
.workday-heading h2 { font-size: 20px; letter-spacing: -.035em; line-height: 1.3; }
.workday-controls { display: flex; align-items: center; gap: 17px; flex-shrink: 0; }
.film-label { font-size: 11px; color: #68758c; }
.workday-controls button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid #d8dfed; border-radius: 30px; background: white; min-height: 44px; min-width: 105px; padding: 9px 13px; font-size: 12px; color: #354463; }
.workday-controls button:hover { background: #f0f4fd; border-color: #a9bbdf; }
.workday-stage { overflow: hidden; border: 1px solid #d6dfef; border-radius: 16px; background: #eef2f9; box-shadow: 0 24px 65px -33px #21345966, 0 3px 7px #20365b09; }
.workday-appbar { display: flex; align-items: center; gap: 24px; padding: 14px 21px; min-height: 61px; border-bottom: 1px solid #dce3ef; }
.workday-brand { display: flex; align-items: center; gap: 8px; font-size: 18px; color: var(--navy); font-weight: 750; letter-spacing: -.035em; }
.workday-brand svg { color: #675bdb; }
.workday-appname { color: #697894; font-size: 11px; }
.workday-user { margin-left: auto; display: grid; place-items: center; border-radius: 50%; background: #dbe6ff; color: #2561e0; font-size: 11px; font-weight: 750; width: 30px; height: 30px; border: 2px solid white; }
.workday-workspace { display: grid; grid-template-columns: 50px minmax(175px, .74fr) minmax(265px, 1.15fr) minmax(295px, 1.18fr); padding: 0 12px 12px 0; min-height: 430px; }
.workday-rail { display: flex; flex-direction: column; align-items: center; gap: 21px; padding-top: 22px; color: #94a4bf; }
.workday-rail > span { display: grid; place-items: center; width: 34px; height: 34px; }
.workday-rail .rail-active { color: #435270; background: white; border-radius: 10px; box-shadow: 0 2px 6px #20385b15; }
.workday-rail svg { width: 20px; height: 20px; }
.workday-inbox { background: #fff; border-radius: 10px 0 0 10px; border-right: 1px solid #e5eaf3; padding-top: 20px; overflow: hidden; }
.inbox-title { display: flex; align-items: center; gap: 9px; font-size: 18px; font-weight: 680; letter-spacing: -.04em; padding-inline: 17px; }
.inbox-title > span { font-size: 10px; font-weight: 700; color: var(--blue); background: #edf3ff; border-radius: 50%; width: 22px; height: 22px; display: grid; place-items: center; }
.inbox-filter { display: flex; justify-content: space-between; align-items: center; gap: 5px; margin: 15px 14px 19px; background: #f1f4f9; border-radius: 7px; padding: 3px; color: #8a99b3; font-size: 10px; }
.inbox-filter > * { padding: 4px 8px; }
.inbox-filter b { color: #34405c; background: #fff; border-radius: 5px; box-shadow: 0 1px 3px #182a4618; font-weight: 600; }
.inbox-label { display: block; padding: 8px 18px; color: #7b8ba5; font-size: 8px; letter-spacing: .06em; background: #fafbfe; font-weight: 700; }
.inbox-row { position: relative; padding: 14px 15px 14px 18px; border-bottom: 1px solid #eaf0f8; }
.inbox-row strong { display: block; font-size: 11px; font-weight: 600; padding-right: 30px; white-space: nowrap; }
.inbox-row > span:not(.inbox-dot) { display: block; font-size: 10px; color: #8b9bb5; line-height: 1.6; margin-top: 3px; }
.inbox-row small { position: absolute; right: 12px; top: 16px; font-size: 8px; color: #98a6bd; }
.inbox-row.selected { background: #f3f7ff; border-left: 3px solid var(--blue); padding-left: 15px; }
.inbox-dot { position: absolute; right: 15px; bottom: 19px; width: 5px; height: 5px; background: var(--blue); border-radius: 50%; }
.workday-message { background: #fff; padding: 21px; border-radius: 0 10px 10px 0; position: relative; transition: background .5s; }
.workday-sender { display: flex; gap: 9px; align-items: center; padding-bottom: 17px; border-bottom: 1px solid #edf0f6; }
.workday-sender strong { display: block; font-size: 12px; font-weight: 650; }
.workday-sender small { display: block; color: #8a99b3; font-size: 9px; margin-top: 1px; }
.workday-sender > svg { width: 17px; height: 17px; color: #b5c1d5; margin-left: auto; }
.workday-sender .avatar { width: 33px; height: 33px; font-size: 10px; }
.workday-mail { padding: 24px 0 21px; transition: transform .7s, opacity .7s; transform-origin: top left; }
.mail-subject { color: #7786a0; font-size: 10px; display: block; margin-bottom: 12px; }
.workday-mail p { color: #35435f; font-size: 18px; line-height: 1.6; letter-spacing: -.025em; }
.workday-mail p strong { font-weight: 650; background: #edf3ff; color: #224eac; padding: 1px 3px; border-radius: 3px; }
.mail-signature { display: block; color: #8e9db4; font-size: 10px; margin-top: 13px; }
.workday-analysis { border: 1px solid #dce4f6; border-top: 2px solid #5070ff; border-radius: 10px; padding: 15px; min-height: 105px; box-shadow: 0 3px 8px #182a4610; position: relative; transition: opacity .4s, transform .5s, box-shadow .5s; }
.analysis-label { display: flex; gap: 7px; align-items: center; color: #7256d3; font-size: 10px; letter-spacing: .07em; }
.analysis-label > svg { width: 17px; height: 17px; }
.workday-dots { display: flex; gap: 3px; margin-left: auto; opacity: 0; }
.workday-dots i { display: block; width: 4px; height: 4px; border-radius: 50%; background: #8070e0; animation: workday-dot 1s ease-in-out infinite; }
.workday-dots i:nth-child(2) { animation-delay: .15s; }
.workday-dots i:nth-child(3) { animation-delay: .3s; }
.analysis-thought { position: absolute; top: 51px; left: 15px; right: 15px; font-size: 11px; color: #7b89a4; opacity: 0; }
.analysis-scan { display: block; height: 3px; width: 90%; margin-top: 12px; border-radius: 3px; background: linear-gradient(90deg,#e8edff,#607bff,#e8edff); background-size: 200% 100%; animation: workday-scan 1.2s linear infinite; }
.analysis-ready { padding-top: 9px; transition: opacity .4s, transform .4s; }
.analysis-ready > strong { display: block; font-size: 13px; font-weight: 650; }
.analysis-ready > div { display: flex; align-items: center; gap: 6px; margin-top: 7px; }
.analysis-ready > div > span { display: inline-flex; gap: 3px; align-items: center; color: #6880a9; background: #f5f8fd; border-radius: 4px; padding: 2px 5px; font-size: 8px; border: 1px solid #e5ecf8; }
.analysis-ready > div > b { font-size: 11px; color: #b6c5df; font-weight: 500; }
.analysis-ready svg { width: 11px; height: 11px; }
.workday-thread { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin-top: 19px; color: #8492aa; font-size: 9px; }
.workday-thread svg { width: 13px; height: 13px; }
.workday-thread > span { color: #abb6c8; margin-left: auto; }
.workday-actions { display: flex; flex-direction: column; gap: 12px; margin-left: 12px; background: #f8faff; padding: 20px 16px 16px; border-radius: 10px; }
.action-panel-title { font-size: 15px; font-weight: 670; letter-spacing: -.025em; display: flex; align-items: center; gap: 9px; margin-bottom: 2px; }
.action-panel-title > span { font-size: 10px; color: #7790bb; font-weight: 600; }
.workday-step { position: relative; background: white; border: 1px solid #dbe4f3; border-radius: 10px; padding: 13px; transition: opacity .5s, transform .5s, border-color .5s, box-shadow .5s; }
.workday-step-title { display: flex; align-items: center; gap: 7px; }
.workday-step-title > strong { font-size: 12px; font-weight: 650; line-height: 1.35; }
.workday-step-number { flex: none; width: 21px; height: 21px; border-radius: 50%; background: #edf3ff; color: var(--blue); display: grid; place-items: center; font-size: 10px; font-weight: 650; }
.workday-step-check { margin-left: auto; opacity: 0; transform: scale(.5); transition: opacity .35s, transform .35s; color: var(--blue); }
.workday-step-check svg { width: 17px; height: 17px; }
.workday-calendar-content { display: flex; justify-content: center; align-items: center; gap: 21px; padding: 15px 0 9px; }
.workday-calendar-content > svg { width: 19px; height: 19px; color: #a5b5d3; }
.workday-calendar-content > div { display: flex; flex-direction: column; text-align: center; }
.workday-calendar-content span { color: #7486a5; font-size: 9px; letter-spacing: .1em; font-weight: 650; }
.workday-calendar-content strong { color: var(--ink); font-size: 25px; line-height: 1.25; font-weight: 650; letter-spacing: -.035em; }
.workday-calendar-content .calendar-before strong { color: #a4b0c5; text-decoration: line-through; text-decoration-thickness: 1px; }
.workday-calendar-content .calendar-after strong { color: var(--blue); }
.workday-step-detail { color: #8493ad; display: block; font-size: 9px; text-align: center; }
.workday-reply { margin-top: 10px; padding: 10px 11px; background: #f7f9fd; border-radius: 6px; }
.workday-reply > span { display: block; font-size: 9px; color: #8a9ab4; margin-bottom: 6px; }
.workday-reply p { color: #4e607f; font-size: 12px; line-height: 1.65; }
.workday-reply p strong { color: #2957bb; font-weight: 600; }
.workday-approval { position: relative; display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 43px; padding: 10px; background: var(--blue); color: white; border-radius: 7px; font-size: 12px; font-weight: 600; margin-top: auto; box-shadow: 0 3px 7px #225cf11f; transition: opacity .4s, background .4s, transform .2s; }
.workday-approval > svg:not(.workday-cursor) { width: 17px; height: 17px; }
.workday-cursor { position: absolute; width: 24px; height: 30px; right: 20%; top: 30%; opacity: 0; z-index: 2; filter: drop-shadow(0 2px 2px #09174430); }
.approval-ripple { position: absolute; width: 38px; height: 38px; border: 2px solid #c2d4ff; border-radius: 50%; opacity: 0; right: calc(20% - 6px); top: -1px; pointer-events: none; }
.workday-caption { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 4px 0; }
.workday-caption > p { font-size: 16px; font-weight: 550; color: var(--ink); }
.workday-progress { display: flex; gap: 11px; align-items: center; font-size: 10px; color: #8c9ab2; }
.workday-progress > i { height: 1px; width: 24px; background: #d8e2f3; }
.workday-progress > span { transition: color .3s; }
.workday-progress > span[data-active="true"] { color: var(--blue); font-weight: 650; }
.hero-understage { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 31px; padding-top: 21px; border-top: 1px solid #e6ebf4; }
.hero-understage p { font-size: 12px; font-weight: 600; color: var(--ink); }
.hero-understage a { font-size: 12px; color: #6a7a98; }
.hero-understage a:hover { color: var(--blue); }
.hero-understage svg { width: 14px; height: 14px; margin-left: 4px; }
/* Fixed-size panes keep the work context in place as PAI progresses. */
.workday[data-phase="inbox"] .workday-analysis { opacity: .15; transform: translateY(7px); }
.workday[data-phase="inbox"] .workday-step, .workday[data-phase="prepare"] .workday-step { opacity: .2; transform: translateY(6px); }
.workday[data-phase="inbox"] .workday-approval, .workday[data-phase="prepare"] .workday-approval { opacity: .24; }
.workday[data-phase="inbox"] .workday-mail { transform: translateY(5px); }
.workday[data-phase="prepare"] .workday-mail { transform: scale(1.025); }
.workday[data-phase="prepare"] .workday-analysis { box-shadow: 0 4px 22px #6c68f020; }
.workday[data-phase="prepare"] .workday-dots, .workday[data-phase="prepare"] .analysis-thought { opacity: 1; }
.workday[data-phase="prepare"] .analysis-ready { opacity: 0; transform: translateY(4px); }
.workday[data-phase="review"] .workday-step { border-color: #b7c9f3; box-shadow: 0 3px 11px #3863b00a; }
.workday[data-phase="approve"] .workday-cursor { animation: workday-click 1.5s ease both; }
.workday[data-phase="approve"] .approval-ripple { animation: workday-ripple 1.5s ease both; }
.workday[data-phase="calendar"] .workday-calendar, .workday[data-phase="done"] .workday-step { border-color: #a9c1f8; }
.workday[data-phase="calendar"] .workday-calendar .workday-step-check, .workday[data-phase="done"] .workday-step-check { opacity: 1; transform: scale(1); }
.workday[data-phase="calendar"] .workday-email .workday-step-number { animation: workday-pulse .8s ease-in-out infinite; }
.workday[data-phase="done"] .workday-step-number { background: #e6eeff; }
.workday[data-phase="done"] .workday-approval { background: #e7eeff; color: #2153c5; box-shadow: none; }
.workday:not([data-moving="true"]) *, .workday:not([data-moving="true"]) *::before, .workday:not([data-moving="true"]) *::after { animation-play-state: paused !important; }
.workday[data-moving="false"] * { transition: none !important; }
@keyframes workday-dot { 0%,70%,100% { transform: translateY(0); opacity: .35; } 35% { transform: translateY(-3px); opacity: 1; } }
@keyframes workday-scan { to { background-position: -200% 0; } }
@keyframes workday-click { 0% { opacity: 0; transform: translate(30px,25px); } 25%,55% { opacity: 1; transform: translate(0,0); } 65% { opacity: 1; transform: scale(.88); } 80% { opacity: 1; transform: scale(1); } 100% { opacity: 0; } }
@keyframes workday-ripple { 0%,60% { opacity: 0; transform: scale(.35); } 68% { opacity: .9; } 100% { opacity: 0; transform: scale(1.8); } }
@keyframes workday-pulse { 50% { box-shadow: 0 0 0 4px #225cf115; } }
/* Recognizable everyday benefits, fully visible for both audiences. */
.audience-section { padding-block: 56px 84px; }
.audience-section > h2 { max-width: 900px; margin: 0 0 43px; font-size: clamp(32px, 3.6vw, 46px); line-height: 1.12; letter-spacing: -.045em; font-weight: 650; }
.audience-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 52px; }
.audience-group { min-width: 0; }
.audience-group + .audience-group { padding-left: 52px; border-left: 1px solid var(--line); }
.audience-group h3 { margin: 0 0 26px; font-size: clamp(24px, 2.3vw, 29px); line-height: 1.25; letter-spacing: -.035em; font-weight: 620; }
.audience-benefits { list-style: none; padding: 0; margin: 0; }
.audience-benefits li { display: grid; grid-template-columns: 34px minmax(0, 1fr); align-items: start; gap: 14px; padding: 21px 0; border-top: 1px solid #e7ecf5; }
.audience-benefits li:last-child { padding-bottom: 0; }
.audience-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: #edf3ff; color: var(--blue); }
.audience-icon svg { width: 21px; height: 21px; }
.audience-benefits h4 { color: var(--ink); font-size: 18px; line-height: 1.4; letter-spacing: -.02em; font-weight: 650; margin: 0; }
.audience-benefits p { color: var(--muted); font-size: 15px; line-height: 1.65; margin: 7px 0 0; }
@media (max-width: 1000px) {
  .audience-grid { gap: 30px; }
  .audience-group + .audience-group { padding-left: 30px; }
}
@media (max-width: 800px) {
  .audience-grid { grid-template-columns: minmax(0, 1fr); gap: 42px; }
  .audience-group + .audience-group { padding-left: 0; border-left: 0; padding-top: 34px; border-top: 1px solid var(--line); }
  .audience-group h3 { font-size: 27px; }
}
@media (max-width: 680px) {
  .audience-section { padding-block: 35px 58px; }
  .audience-section > h2 { font-size: 32px; margin-bottom: 31px; }
  .audience-group h3 { font-size: 25px; margin-bottom: 22px; }
  .audience-benefits li { grid-template-columns: 30px minmax(0, 1fr); gap: 12px; padding-block: 18px; }
  .audience-icon { width: 30px; height: 30px; border-radius: 8px; }
  .audience-icon svg { width: 19px; height: 19px; }
  .audience-benefits h4 { font-size: 17px; }
}
/* The customer result is the headline; each quotation stays next to its case. */
.customer-section { background: #f2f5fa; color: var(--ink); padding-block: 84px; }
.customer-section .eyebrow { color: var(--blue); }
.customer-section .section-intro > p { color: var(--muted); max-width: 360px; }
.customer-grid { display: grid; grid-template-columns: 1.08fr 1fr 1fr; gap: 19px; }
.customer-case { display: flex; flex-direction: column; min-width: 0; padding: 29px 27px 24px; background: white; border: 1px solid #e0e6f0; border-radius: 13px; }
.customer-section .label { color: #78869f; font-size: 10px; letter-spacing: .085em; }
.customer-case h3 { font-size: 26px; line-height: 1.16; margin-top: 21px; letter-spacing: -.042em; font-weight: 650; }
.customer-case h3.case-big-number { margin-top: 11px; color: var(--blue); font-size: 66px; line-height: 1.1; letter-spacing: -.06em; }
.case-big-number > span { display: block; font-size: 23px; font-weight: 600; letter-spacing: -.025em; color: var(--ink); line-height: 1.2; }
.customer-case .case-explanation { font-size: 13px; line-height: 1.8; margin-top: 19px; }
.customer-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 25px; padding-top: 19px; border-top: 1px solid #e8edf5; }
.customer-metrics strong { display: block; color: var(--ink); font-size: 30px; font-weight: 630; letter-spacing: -.05em; line-height: 1.2; }
.customer-metrics span { display: block; font-size: 11px; color: #667791; margin-top: 4px; line-height: 1.5; }
.case-extra { display: flex; align-items: center; gap: 7px; font-size: 12px; color: #3c5f9e; margin: 17px 0 22px; }
.case-extra svg { width: 15px; height: 15px; }
.customer-case blockquote { font-size: 19px; line-height: 1.6; letter-spacing: -.02em; color: var(--ink); margin: auto 0 0; padding-top: 23px; border-top: 1px solid #e7ecf5; }
.case-link { display: flex; align-items: center; justify-content: space-between; gap: 9px; color: #506991; font-size: 11px; font-weight: 550; margin-top: 23px; padding-block: 6px; }
.case-link:hover { color: var(--blue); }
.case-link svg { width: 15px; height: 15px; }
.case-scene { height: 174px; flex-shrink: 0; margin: 18px 0 26px; display: flex; flex-direction: column; justify-content: center; }
.trainer-scene { gap: 9px; }
.trainer-scene > div { display: flex; align-items: center; gap: 9px; padding: 13px 11px; background: #f6f8fd; border: 1px solid #e6ecf8; border-radius: 8px; font-size: 12px; font-weight: 550; color: #344d79; }
.trainer-scene > div > svg { width: 19px; height: 19px; color: #5480e5; }
.trainer-scene > div > svg:last-child { margin-left: auto; width: 16px; height: 16px; }
.scene-outcome { font-size: 10px; text-align: center; color: #6b80a5; margin-top: 3px; }
.craft-scene { align-items: center; }
.offer-paper { width: 85%; max-width: 215px; background: white; border: 1px solid #dbe4f3; border-radius: 6px; padding: 15px; box-shadow: 6px 7px 0 #f2f5fc; transform: rotate(-3deg); }
.offer-paper > span:first-child { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 650; }
.offer-paper svg { width: 17px; height: 17px; color: #7089b5; }
.paper-lines { display: grid; gap: 7px; padding: 16px 0; }
.paper-lines i { width: 95%; height: 3px; border-radius: 4px; background: #e8edf5; }
.paper-lines i:nth-child(2) { width: 75%; }
.paper-lines i:last-child { width: 50%; }
.offer-stamp { display: flex; gap: 4px; align-items: center; font-size: 10px; font-weight: 550; color: var(--blue); background: #edf3ff; padding: 5px 6px; border-radius: 4px; }
.offer-stamp svg { width: 13px; height: 13px; color: var(--blue); }
.case-source { font-size: 11px; color: #7d8aa1; margin-top: 20px; }
.service-section { padding-block: 93px 83px; }
.service-section .service-promise { max-width: 480px; }
.service-section .service-promise p { font-size: 14px; }
.service-section .setup-path p { font-size: 14px; }
.channels-compact { background: #f7f9fd; padding-block: 75px; }
.channels-compact .section-intro { margin-bottom: 36px; }
.channel-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.channel-benefits article { min-width: 0; padding: 22px 0 7px; border-top: 1px solid #dce4f2; }
.channel-benefit-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: #e9efff; color: var(--blue); margin-bottom: 18px; }
.channel-benefit-icon svg { width: 23px; height: 23px; }
.channel-benefits h3 { font-size: 18px; line-height: 1.3; }
.channel-benefits p { font-size: 13px; line-height: 1.8; margin-top: 12px; }
.channel-platforms { font-size: 10px; display: block; line-height: 1.5; color: #6380b3; margin-top: 5px; }
.channel-benefits .channel-platforms + p { margin-top: 7px; }
.channel-scope { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; margin: 29px 0 35px; }
.channel-scope p { font-size: 11px; }
.channel-scope a { font-size: 12px; }
.try-demo { border: 1px solid #d7e0f0; border-radius: 12px; background: white; overflow: hidden; }
.try-demo > summary { list-style: none; padding: 25px 29px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.try-demo > summary::-webkit-details-marker { display: none; }
.try-demo > summary small { display: block; color: #6b7d9d; font-size: 11px; margin-bottom: 4px; }
.try-demo > summary strong { display: block; color: var(--ink); font-size: 19px; font-weight: 600; letter-spacing: -.02em; }
.try-demo-action { color: var(--blue); font-size: 12px; display: flex; align-items: center; gap: 15px; flex-shrink: 0; }
.try-demo-action b { font-size: 24px; font-weight: 400; transition: transform .2s; }
.try-demo[open] .try-demo-action b { transform: rotate(45deg); }
.try-demo[open] > summary { border-bottom: 1px solid #d7e0f0; }
.try-demo .example-lab { border: 0; border-radius: 0; }
.try-demo .lab-top { display: none; }
.offer-section { padding-block: 83px 0; }
.offer-section .start-guarantee { margin-top: 0; }
.faq-section { padding-block: 85px; }
@media (max-width: 1080px) {
  .hero { padding-block: 55px 35px; }
  .hero h1 { font-size: 59px; }
  .hero .lead { font-size: 19px; }
  .workday-workspace { grid-template-columns: 42px minmax(145px,.62fr) minmax(255px,1.12fr) minmax(265px,1.13fr); padding-right: 10px; }
  .workday-message { padding: 19px 17px; }
  .workday-actions { margin-left: 9px; padding: 19px 12px 13px; }
  .workday-step { padding: 11px; }
  .inbox-row small { display: none; }
  .customer-case { padding: 25px 21px 21px; }
  .customer-case h3 { font-size: 23px; }
  .customer-case blockquote { font-size: 18px; }
  .customer-grid { gap: 14px; }
  .channel-benefits { gap: 22px; }
}
@media (max-width: 900px) {
  .workday-workspace { grid-template-columns: 45px minmax(0,1fr) minmax(0,1fr); }
  .workday-inbox { display: none; }
  .workday-message { border-radius: 10px; }
  .hero h1 { font-size: 53px; }
  .hero-actions { flex-direction: column; gap: 15px; }
  .hero-understage { flex-wrap: wrap; justify-content: center; gap: 10px 25px; }
  .customer-grid { grid-template-columns: 1fr; }
  .customer-case { display: grid; grid-template-columns: 1fr 1fr; gap: 0 35px; padding: 30px; }
  .customer-case > .label { grid-column: 1/-1; }
  .customer-case > h3, .customer-case > .case-explanation, .customer-metrics, .case-extra { grid-column: 1; }
  .customer-case > h3 { font-size: 27px; }
  .customer-case > .case-explanation { max-width: 360px; }
  .customer-case blockquote { grid-column: 2; grid-row: 3/6; align-self: center; margin: 0; padding: 22px 0; border: 0; font-size: 21px; }
  .customer-case .case-link { grid-column: 2; margin-top: 0; }
  .customer-case .case-scene { grid-column: 1; height: 145px; margin-bottom: 0; }
  .case-extra { margin-bottom: 0; }
  .channel-benefits { grid-template-columns: 1fr 1fr; gap: 25px; }
  .film-label { display: none; }
}
@media (max-width: 680px) {
  .hero { padding-block: 43px 28px; }
  .hero-copy { text-align: left; }
  .hero h1 { font-size: clamp(36px, 7.8vw, 50px); line-height: 1.08; }
  .hero .eyebrow { font-size: 10px; line-height: 1.6; margin-bottom: 18px; }
  .hero .lead { font-size: 17px; line-height: 1.7; margin-top: 22px; }
  .hero-actions { align-items: flex-start; margin-top: 23px; gap: 15px; }
  .hero-actions .button { font-size: 14px; padding-inline: 20px; }
  .hero-actions .quiet-link { font-size: 12px; }
  .hero-evidence { margin-top: 24px; font-size: 11px; gap: 9px; }
  .hero-evidence .evidence-number { font-size: 24px; white-space: nowrap; }
  .hero-evidence > svg { display: none; }
  .workday { margin-top: 37px; }
  .workday-heading { align-items: flex-end; gap: 10px; padding-inline: 0; }
  .workday-heading h2 { font-size: 17px; max-width: 260px; }
  .workday-heading .eyebrow { font-size: 9px; margin-bottom: 6px; }
  .workday-controls button { min-width: 78px; min-height: 42px; padding: 9px; font-size: 10px; gap: 5px; }
  .workday-stage { border-radius: 12px; }
  .workday-appbar { min-height: 48px; padding: 10px 15px; gap: 15px; }
  .workday-brand { font-size: 16px; }
  .workday-brand svg { width: 18px; height: 18px; }
  .workday-appname { font-size: 9px; }
  .workday-user { width: 25px; height: 25px; font-size: 9px; }
  .workday-workspace { grid-template-columns: minmax(0,1fr); padding: 0 10px 10px; min-height: 0; }
  .workday-rail { display: none; }
  .workday-message { padding: 15px 18px 18px; border-radius: 9px 9px 0 0; }
  .workday-sender { padding-bottom: 12px; }
  .workday-mail { padding: 14px 0 0; }
  .workday-mail p { font-size: 17px; }
  .mail-subject { font-size: 10px; margin-bottom: 6px; }
  .mail-signature, .workday-thread { display: none; }
  .workday-analysis { min-height: 58px; margin-top: 15px; padding: 10px 12px; border-radius: 7px; }
  .analysis-ready { padding-top: 4px; }
  .analysis-ready > strong { font-size: 12px; }
  .analysis-ready > div { display: none; }
  .analysis-thought { top: 33px; left: 12px; font-size: 10px; }
  .analysis-scan { margin-top: 6px; height: 2px; width: 80%; }
  .workday-actions { margin: 0; padding: 15px; gap: 10px; border-radius: 0 0 9px 9px; }
  .action-panel-title { font-size: 13px; }
  .workday-step { padding: 12px; border-radius: 7px; }
  .workday-step-title > strong { font-size: 12px; }
  .workday-step-number { width: 19px; height: 19px; font-size: 9px; }
  .workday-calendar-content { padding-top: 10px; padding-bottom: 3px; gap: 30px; }
  .workday-calendar-content > div { flex-direction: row; align-items: baseline; gap: 7px; }
  .workday-calendar-content strong { font-size: 24px; }
  .workday-calendar-content span { font-size: 9px; }
  .workday-step-detail { display: none; }
  .workday-reply { margin-top: 7px; padding: 8px 10px; }
  .workday-reply p { font-size: 12px; }
  .workday-reply > span { display: none; }
  .workday-approval { min-height: 43px; }
  .workday-caption { display: block; padding: 20px 0 0; }
  .workday-caption > p { font-size: 14px; min-height: 46px; }
  .workday-progress { margin-top: 5px; }
  .hero-understage { justify-content: flex-start; gap: 12px; margin-top: 24px; padding-top: 17px; }
  .hero-understage > p { flex-basis: 100%; }
  .hero-understage a { font-size: 11px; }
  .customer-section { padding-block: 58px; }
  .customer-section h2 { font-size: 32px; }
  .customer-case { display: flex; padding: 27px; }
  .customer-case h3.case-big-number { font-size: 65px; }
  .customer-case > h3 { font-size: 28px; }
  .customer-case blockquote { align-self: auto; border-top: 1px solid #e7ecf5; margin-top: 21px; padding: 21px 0 0; font-size: 20px; }
  .customer-case .case-link { margin-top: 18px; }
  .customer-case .case-scene { height: 155px; margin-bottom: 4px; }
  .case-extra { margin-bottom: 0; }
  .service-section { padding-block: 60px; }
  .service-section .service-promise p { font-size: 13px; }
  .channels-compact { padding-block: 55px; }
  .channel-benefits { gap: 25px 18px; }
  .channel-benefits h3 { font-size: 16px; }
  .channel-benefits p { font-size: 12px; }
  .channel-benefits p br { display: none; }
  .channel-platforms { font-size: 9px; }
  .channel-scope { margin-bottom: 27px; }
  .try-demo > summary { padding: 20px; gap: 12px; }
  .try-demo > summary strong { font-size: 17px; }
  .try-demo-action { font-size: 0; gap: 0; }
  .try-demo-action b { font-size: 25px; }
  .offer-section { padding-block: 58px 0; }
  .faq-section { padding-block: 55px; }
}
@media (prefers-reduced-motion: reduce) {
  .workday *, .workday *::before, .workday *::after { animation: none !important; transition: none !important; }
  .workday-cursor, .approval-ripple { display: none; }
}

/* Six system categories, used by the main page only. */
.channel-benefits--six { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
@media (max-width: 960px) {
  .channel-benefits--six { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
}
@media (max-width: 680px) {
  .channel-benefits--six { grid-template-columns: minmax(0, 1fr); gap: 24px; }
}
