.use-cases-page {
  --uc-green: #123b26;
  --uc-deep: #082719;
  --uc-mint: #dff3df;
  --uc-sage: #eaf1e8;
  --uc-paper: #fffdf8;
  --uc-line: #d5dfd6;
  --uc-muted: #5c6e63;
}

.use-cases-page .site-nav { background: rgba(255, 253, 248, .96); }
.use-cases-page .home-section { padding: clamp(82px, 8.5vw, 124px) 0; }
.use-cases-page h1,
.use-cases-page h2 { text-wrap: balance; }
.use-cases-page p { text-wrap: pretty; }
.use-cases-page main [id] { scroll-margin-top: 88px; }

.use-cases-hero { padding-top: clamp(82px, 9vw, 132px); }
.use-cases-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(410px, .78fr); gap: clamp(54px, 8vw, 112px); align-items: center; }
.use-cases-hero .home-hero-copy { width: 100%; }
.use-cases-hero h1 { max-width: 800px; font-size: var(--type-display-hero); line-height: .98; }
.use-cases-hero .home-hero-lead { max-width: 790px; }
.use-cases-hero .home-hero-actions { flex-wrap: wrap; }
.use-cases-hero .home-hero-note { max-width: 700px; margin-top: 23px; color: #51665a; }
.use-cases-text-link { display: inline-flex; min-height: 54px; align-items: center; color: var(--uc-green); font-weight: 780; text-decoration: none; }
.use-cases-text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.use-cases-q { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border-radius: 9px; background: var(--uc-green); color: var(--uc-mint); font-family: var(--font-display); font-size: 1.45rem; }

.use-cases-hero-map { border: 1px solid var(--uc-line); background: #f4f8f2; box-shadow: 0 38px 90px -64px rgba(8, 39, 25, .78); }
.use-cases-map-intro { display: flex; gap: 15px; align-items: center; border-bottom: 1px solid var(--uc-line); padding: 25px 27px; background: white; }
.use-cases-map-intro p,
.use-cases-map-intro small,
.use-cases-map-intro strong { display: block; margin: 0; }
.use-cases-map-intro small { margin-bottom: 3px; color: #738178; font-size: .63rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.use-cases-map-intro strong { color: var(--uc-deep); font-size: 1rem; }
.use-cases-hero-map ul { margin: 0; padding: 0; list-style: none; }
.use-cases-hero-map li { display: grid; grid-template-columns: 30px 1fr auto; gap: 13px; align-items: center; min-height: 67px; border-bottom: 1px solid var(--uc-line); padding: 12px 25px; color: #355b42; }
.use-cases-hero-map li:last-child { border-bottom: 0; }
.use-cases-hero-map li:nth-child(3) { background: #e2f1e1; }
.use-cases-hero-map li i { font-size: 1.25rem; }
.use-cases-hero-map li span { font-size: .88rem; font-weight: 760; }
.use-cases-hero-map li b { color: #849288; font-family: var(--font-display); font-size: .7rem; }

.use-case-overview { background: var(--uc-sage); }
.use-case-overview-head { margin-bottom: clamp(40px, 5vw, 60px); }
.use-case-navigator { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #bfcfc2; border-left: 1px solid #bfcfc2; }
.use-case-navigator a { display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; gap: 25px 14px; min-height: 170px; border-right: 1px solid #bfcfc2; border-bottom: 1px solid #bfcfc2; padding: 24px; color: var(--uc-deep); text-decoration: none; transition: background .2s ease, color .2s ease; }
.use-case-navigator a > span { color: #718077; font-family: var(--font-display); font-size: .72rem; }
.use-case-navigator a > strong { align-self: end; font-size: clamp(1rem, 1.35vw, 1.25rem); line-height: 1.18; }
.use-case-navigator a > i { grid-column: 2; grid-row: 1 / 3; align-self: end; color: #5f7768; font-size: 1.15rem; font-style: normal; }
.use-case-navigator a:hover { background: var(--uc-green); color: white; }
.use-case-navigator a:hover > span,
.use-case-navigator a:hover > i { color: var(--uc-mint); }
.use-case-navigator a:last-child { grid-column: span 2; }

.uc-section { padding: clamp(82px, 8.5vw, 124px) 0; }
.uc-split { display: grid; grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr); gap: clamp(54px, 8vw, 112px); align-items: center; }
.uc-split-visual-first { grid-template-columns: minmax(480px, 1.08fr) minmax(0, .92fr); }
.uc-copy h2,
.uc-wide-head h2 { margin: 0 0 30px; font-size: var(--type-display-section); line-height: 1.02; }
.uc-story { border-top: 1px solid var(--uc-line); }
.uc-story > div { display: grid; grid-template-columns: 108px 1fr; gap: 22px; border-bottom: 1px solid var(--uc-line); padding: 22px 0; }
.uc-story small,
.uc-inline-result small,
.uc-editorial-grid small,
.technical-detail-row small { color: #6f8075; font-size: .62rem; font-weight: 820; letter-spacing: .08em; line-height: 1.5; text-transform: uppercase; }
.uc-story p { margin: 0; color: var(--uc-muted); font-size: .98rem; line-height: 1.7; }
.uc-story p + p { margin-top: 10px; }
.uc-inline-result { margin-top: 24px; border-left: 3px solid #79b98a; padding: 4px 0 4px 17px; }
.uc-inline-result p { margin: 6px 0 0; color: #375543; font-size: .9rem; font-weight: 680; line-height: 1.55; }
.uc-product-links { display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center; margin-top: 30px; }
.uc-product-links > span { width: 100%; color: #718077; font-size: .61rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.uc-product-links a { color: var(--uc-green); font-size: .78rem; font-weight: 790; text-decoration: none; }
.uc-product-links a:hover { text-decoration: underline; text-underline-offset: 4px; }

.uc-service { background: var(--uc-paper); }
.service-canvas { border: 1px solid var(--uc-line); background: #f4f7f2; box-shadow: 0 34px 90px -72px rgba(8, 39, 25, .8); }
.service-canvas > header { display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--uc-line); padding: 17px 21px; background: white; }
.service-canvas > header .use-cases-q { width: 34px; height: 34px; font-size: 1.15rem; }
.service-canvas > header strong { color: var(--uc-deep); font-size: .82rem; }
.service-canvas > header small { margin-left: auto; color: #358052; font-size: .62rem; font-weight: 760; }
.service-question { display: grid; grid-template-columns: 28px 1fr auto; gap: 12px; align-items: center; min-height: 67px; border-bottom: 1px solid var(--uc-line); padding: 14px 22px; background: #fafbf8; }
.service-question.is-featured { margin: 18px 18px 0; border: 1px solid #85b78f; background: #e6f3e4; }
.service-question i { color: #3d7650; font-size: 1.2rem; }
.service-question p { margin: 0; color: #284c35; font-size: .82rem; font-weight: 720; }
.service-question span { border: 1px solid #8bb895; border-radius: 99px; padding: 6px 9px; color: #39704b; font-size: .56rem; font-weight: 760; }
.service-canvas > footer { padding: 23px 22px 25px; background: white; }
.uc-result small { color: #728178; font-size: .61rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.uc-result ul { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 20px; margin: 14px 0 0; padding: 0; list-style: none; }
.uc-result li { position: relative; padding-left: 14px; color: #4d6455; font-size: .7rem; font-weight: 690; }
.uc-result li::before { content: ""; position: absolute; top: .52em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: #68ae7a; }

.uc-sales { background: var(--uc-deep); color: #f4f8f3; }
.uc-sales .uc-copy h2 { color: white; }
.uc-sales .uc-story { border-color: rgba(255, 255, 255, .17); }
.uc-sales .uc-story > div { border-color: rgba(255, 255, 255, .17); }
.uc-sales .uc-story small,
.uc-sales .uc-inline-result small { color: #a8bcb0; }
.uc-sales .uc-story p { color: #bed0c4; }
.uc-sales .uc-inline-result p { color: #d9e8dc; }
.sales-canvas { border: 1px solid rgba(255, 255, 255, .18); background: #113824; box-shadow: 0 38px 90px -64px rgba(0, 0, 0, .75); }
.sales-question { margin: 25px 25px 0; border-left: 3px solid #77d38d; padding: 18px 20px; background: rgba(255, 255, 255, .08); }
.sales-question small { color: #a9c3b1; font-size: .61rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sales-question p { margin: 9px 0 0; color: white; font-size: 1.05rem; line-height: 1.5; }
.sales-canvas ol { margin: 0; padding: 24px 25px; list-style: none; }
.sales-canvas li { display: grid; grid-template-columns: 35px 1fr; gap: 15px; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, .13); padding: 14px 0; }
.sales-canvas li > span { color: #8fb69a; font-family: var(--font-display); font-size: .68rem; }
.sales-canvas li p,
.sales-canvas li small,
.sales-canvas li b { display: block; margin: 0; }
.sales-canvas li small { margin-bottom: 3px; color: #91aa9a; font-size: .58rem; text-transform: uppercase; }
.sales-canvas li b { color: #e5eee7; font-size: .78rem; }
.sales-outcome { display: flex; justify-content: space-between; gap: 20px; align-items: center; border-top: 1px solid #6da87b; padding: 20px 25px; background: #dff3df; color: #245b36; }
.sales-outcome > span { font-size: .7rem; font-weight: 790; }
.sales-outcome strong { display: flex; align-items: center; gap: 8px; font-size: .72rem; }
.sales-outcome i { font-size: 1.05rem; }
.uc-customer-note { margin-top: 24px; border: 1px solid rgba(255, 255, 255, .16); padding: 17px 19px; background: rgba(255, 255, 255, .05); }
.uc-customer-note strong { color: white; font-size: .75rem; }
.uc-customer-note p { margin: 7px 0; color: #b9cabe; font-size: .72rem; line-height: 1.55; }
.uc-customer-note a { color: var(--uc-mint); font-size: .67rem; font-weight: 760; text-decoration: none; }
.uc-product-links-dark > span { color: #91aa9a; }
.uc-product-links-dark a { color: var(--uc-mint); }

.uc-commerce { background: #f7f4ec; }
.uc-wide-head { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .6fr); gap: clamp(40px, 8vw, 120px); align-items: end; margin-bottom: 50px; }
.uc-wide-head h2 { max-width: 790px; margin-bottom: 0; }
.uc-wide-head > p { margin: 0 0 5px; color: var(--uc-muted); font-size: 1rem; line-height: 1.7; }
.commerce-flow { display: grid; grid-template-columns: minmax(140px, 1fr) auto minmax(100px, .55fr) auto minmax(180px, 1.2fr) auto minmax(140px, .8fr); align-items: stretch; border: 1px solid #cbd7ce; background: white; }
.commerce-flow > div { display: flex; flex-direction: column; justify-content: center; min-height: 150px; padding: 22px; }
.commerce-flow > i { display: grid; width: 36px; place-items: center; border-right: 1px solid #d7e0d8; border-left: 1px solid #d7e0d8; color: #849188; font-style: normal; }
.commerce-flow small,
.commerce-flow strong,
.commerce-flow span { display: block; }
.commerce-flow small { margin-bottom: 10px; color: #76847b; font-size: .59rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.commerce-flow strong { color: #294b35; font-size: .77rem; line-height: 1.4; }
.commerce-flow span { margin-top: 8px; color: #748278; font-size: .63rem; }
.commerce-flow .commerce-qliva { align-items: center; background: var(--uc-sage); }
.commerce-qliva strong { margin-top: 8px; }
.uc-editorial-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; margin-top: 38px; border-top: 1px solid var(--uc-line); border-left: 1px solid var(--uc-line); }
.uc-editorial-grid > div { min-height: 210px; border-right: 1px solid var(--uc-line); border-bottom: 1px solid var(--uc-line); padding: 27px; }
.uc-editorial-grid p { margin: 16px 0 0; color: var(--uc-muted); font-size: .9rem; line-height: 1.7; }
.uc-editorial-grid ul { margin: 15px 0 0; padding: 0; list-style: none; }
.uc-editorial-grid li { border-bottom: 1px solid #e0e6e1; padding: 8px 0; color: #3e5a48; font-size: .72rem; font-weight: 670; }

.uc-booking { background: var(--uc-sage); }
.booking-contrast { display: grid; grid-template-columns: 1fr 68px 1fr; border: 1px solid #c6d4c8; background: white; box-shadow: 0 34px 90px -72px rgba(8, 39, 25, .8); }
.booking-guidance,
.booking-live { padding: 26px; }
.booking-guidance header,
.booking-live header { display: flex; align-items: center; gap: 10px; min-height: 46px; border-bottom: 1px solid var(--uc-line); padding-bottom: 16px; color: #31533d; font-size: .75rem; }
.booking-guidance header i,
.booking-live header i { font-size: 1.2rem; }
.booking-guidance ul { margin: 18px 0 0; padding: 0; list-style: none; }
.booking-guidance li { border-bottom: 1px solid #e1e7e2; padding: 10px 0; color: #566b5e; font-size: .7rem; line-height: 1.45; }
.booking-bridge { display: flex; flex-direction: column; justify-content: center; gap: 11px; align-items: center; border-right: 1px solid var(--uc-line); border-left: 1px solid var(--uc-line); background: #f2f6f0; }
.booking-bridge .use-cases-q { width: 35px; height: 35px; font-size: 1.15rem; }
.booking-bridge > i { color: #7f9085; font-style: normal; }
.booking-live p { margin: 20px 0; color: var(--uc-deep); font-size: .94rem; font-weight: 700; line-height: 1.45; }
.booking-live > div { display: flex; flex-wrap: wrap; gap: 8px; }
.booking-live > div span,
.booking-live > div strong { border: 1px solid #bfcfc2; padding: 7px 9px; color: #4d6756; font-size: .6rem; }
.booking-live > div strong { width: 100%; border-color: #7eb18a; background: #e4f2e2; color: #2c6a3e; }

.uc-knowledge { background: var(--uc-paper); }
.knowledge-canvas { border: 1px solid var(--uc-line); background: #f6f8f4; box-shadow: 0 34px 90px -72px rgba(8, 39, 25, .8); }
.knowledge-canvas > header { display: flex; gap: 14px; align-items: center; padding: 22px; background: white; }
.knowledge-canvas header p,
.knowledge-canvas header small,
.knowledge-canvas header strong { display: block; margin: 0; }
.knowledge-canvas header small { margin-bottom: 4px; color: #748279; font-size: .58rem; font-weight: 800; text-transform: uppercase; }
.knowledge-canvas header strong { color: var(--uc-deep); font-size: .85rem; }
.knowledge-source-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 0 22px 18px; background: white; }
.knowledge-source-row span { display: flex; min-width: 0; gap: 8px; align-items: center; border: 1px solid var(--uc-line); padding: 10px; color: #506657; font-size: .62rem; }
.knowledge-source-row i { font-size: 1rem; }
.knowledge-source-row b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.knowledge-answer { margin: 0 22px; border-left: 3px solid #69ad7a; padding: 18px 20px; background: #e4f2e2; }
.knowledge-answer small { color: #577362; font-size: .58rem; font-weight: 800; text-transform: uppercase; }
.knowledge-answer p { margin: 9px 0 12px; color: #214c30; font-size: .8rem; line-height: 1.55; }
.knowledge-answer span { color: #39754b; font-size: .59rem; font-weight: 760; }
.knowledge-more { display: grid; gap: 1px; margin-top: 20px; background: var(--uc-line); }
.knowledge-more span { padding: 13px 22px; background: #fbfcfa; color: #596c60; font-size: .66rem; }

.uc-technical { background: var(--uc-deep); color: white; }
.uc-wide-head-light > p { color: #bed0c4; }
.technical-path { display: grid; grid-template-columns: minmax(220px, .9fr) 50px minmax(300px, 1.3fr) 50px minmax(210px, .9fr); align-items: stretch; border: 1px solid rgba(255, 255, 255, .18); background: #103623; }
.technical-path > div { display: flex; flex-direction: column; justify-content: center; min-height: 160px; padding: 24px; }
.technical-path > i { display: grid; place-items: center; border-right: 1px solid rgba(255, 255, 255, .14); border-left: 1px solid rgba(255, 255, 255, .14); color: #91aa9a; font-style: normal; }
.technical-question small,
.technical-answer small { color: #9bb2a3; font-size: .59rem; font-weight: 800; text-transform: uppercase; }
.technical-question p { margin: 12px 0 0; color: white; font-size: .9rem; font-weight: 700; line-height: 1.5; }
.technical-sources { display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.technical-sources span { display: flex; flex-direction: column; gap: 9px; align-items: center; border: 1px solid rgba(255, 255, 255, .15); padding: 17px 10px; color: #d7e5da; text-align: center; }
.technical-sources i { color: var(--uc-mint); font-size: 1.35rem; }
.technical-sources b { font-size: .62rem; }
.technical-answer { background: #dff3df; }
.technical-answer small { color: #587562; }
.technical-answer strong { margin-top: 11px; color: #245b36; font-size: .78rem; line-height: 1.45; }
.technical-detail-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 28px; border-top: 1px solid rgba(255, 255, 255, .16); border-left: 1px solid rgba(255, 255, 255, .16); }
.technical-detail-row > div { min-height: 180px; border-right: 1px solid rgba(255, 255, 255, .16); border-bottom: 1px solid rgba(255, 255, 255, .16); padding: 24px; }
.technical-detail-row small { color: #9fb4a6; }
.technical-detail-row p { margin: 14px 0 0; color: #bfd0c4; font-size: .78rem; line-height: 1.65; }

.uc-email { background: #f7f4ec; }
.email-case-canvas { border: 1px solid var(--uc-line); background: white; box-shadow: 0 34px 90px -72px rgba(8, 39, 25, .8); }
.email-case-canvas > header { display: flex; justify-content: space-between; gap: 15px; align-items: center; border-bottom: 1px solid var(--uc-line); padding: 16px 20px; }
.email-case-canvas > header > div { display: flex; gap: 11px; align-items: center; }
.email-case-canvas > header .use-cases-q { width: 32px; height: 32px; font-size: 1.08rem; }
.email-case-canvas > header strong { font-size: .76rem; }
.email-case-canvas > header > span { border-radius: 99px; padding: 7px 10px; background: #e4f2e2; color: #38734a; font-size: .58rem; font-weight: 760; }
.email-case-message { margin: 20px; border: 1px solid var(--uc-line); padding: 17px; background: #f8faf7; }
.email-case-message small { color: #718078; font-size: .58rem; font-weight: 760; }
.email-case-message p { margin: 8px 0 0; color: var(--uc-deep); font-size: .9rem; font-weight: 700; }
.email-case-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 0 20px 20px; }
.email-case-process span { display: flex; flex-direction: column; gap: 8px; align-items: center; border: 1px solid var(--uc-line); padding: 15px 8px; color: #506657; text-align: center; }
.email-case-process i { color: #3e7a51; font-size: 1.15rem; }
.email-case-process b { font-size: .59rem; }
.email-case-decision { display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: center; border-top: 1px solid var(--uc-line); border-bottom: 1px solid var(--uc-line); padding: 20px; background: var(--uc-sage); }
.email-case-decision > div { min-height: 78px; border: 1px solid #bfcfc2; padding: 13px; background: white; }
.email-case-decision small,
.email-case-decision strong { display: block; }
.email-case-decision small { margin-bottom: 7px; color: #75837a; font-size: .55rem; text-transform: uppercase; }
.email-case-decision strong { color: #365642; font-size: .65rem; line-height: 1.4; }
.email-case-decision > span { color: #7b8980; font-size: .58rem; }
.email-case-canvas > footer { display: flex; flex-wrap: wrap; gap: 8px; padding: 17px 20px; }
.email-case-canvas > footer span { border: 1px solid var(--uc-line); border-radius: 99px; padding: 7px 10px; color: #627369; font-size: .57rem; }

.uc-industries { background: var(--uc-paper); }
.industry-editorial { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--uc-line); border-left: 1px solid var(--uc-line); }
.industry-editorial article { min-height: 250px; border-right: 1px solid var(--uc-line); border-bottom: 1px solid var(--uc-line); padding: 27px; }
.industry-editorial article > span { color: #7d8b82; font-family: var(--font-display); font-size: .7rem; }
.industry-editorial h3 { margin: 66px 0 17px; color: var(--uc-deep); font-size: 1.1rem; line-height: 1.2; }
.industry-editorial p { margin: 0; color: var(--uc-muted); font-size: .72rem; line-height: 1.7; }
.customer-examples { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 34px; }
.customer-examples article { border: 1px solid var(--uc-line); padding: 25px; background: #f4f8f2; }
.customer-examples article > div { display: flex; gap: 13px; align-items: center; }
.customer-examples article > div p,
.customer-examples article small,
.customer-examples article strong { display: block; margin: 0; }
.customer-examples article .use-cases-q { width: 35px; height: 35px; font-size: 1.15rem; }
.customer-examples article small { margin-bottom: 3px; color: #748279; font-size: .57rem; font-weight: 780; text-transform: uppercase; }
.customer-examples article > p { margin: 20px 0 13px; color: var(--uc-muted); font-size: .78rem; line-height: 1.65; }
.customer-examples article > a { color: #326744; font-size: .68rem; font-weight: 780; text-decoration: none; }
.customer-examples article > a:hover { text-decoration: underline; text-underline-offset: 4px; }

.uc-start { padding: clamp(76px, 8vw, 110px) 0; background: var(--uc-green); color: white; }
.uc-start .home-shell { display: grid; grid-template-columns: minmax(0, .75fr) minmax(520px, 1.25fr); gap: clamp(50px, 9vw, 130px); align-items: start; }
.uc-start header h2 { margin: 0 0 25px; color: white; font-size: var(--type-display-section); line-height: 1.02; }
.uc-start header > p:not(.home-kicker) { color: #bed0c4; font-size: .96rem; line-height: 1.7; }
.start-steps { margin: 0; border-top: 1px solid rgba(255, 255, 255, .17); padding: 0; list-style: none; }
.start-steps li { display: grid; grid-template-columns: 45px 1fr; gap: 18px; border-bottom: 1px solid rgba(255, 255, 255, .17); padding: 21px 0; }
.start-steps li > span { color: #96b8a0; font-family: var(--font-display); font-size: .7rem; }
.start-steps h3 { margin: 0 0 6px; color: white; font-size: .9rem; }
.start-steps p { margin: 0; color: #b8cbbd; font-size: .75rem; line-height: 1.55; }

.uc-cta-section { background: var(--home-bg); }
.uc-cta { max-width: 1020px; margin: auto; border: 1px solid var(--uc-line); padding: clamp(40px, 7vw, 82px); background: var(--uc-paper); text-align: center; box-shadow: 0 36px 90px -74px rgba(8, 39, 25, .72); }
.uc-cta .home-kicker { justify-content: center; }
.uc-cta h2 { max-width: 900px; margin: 0 auto; font-size: var(--type-display-section); line-height: 1.02; }
.uc-cta > p:not(.home-kicker) { max-width: 680px; margin: 27px auto 0; color: var(--uc-muted); font-size: 1rem; line-height: 1.7; }
.uc-cta > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 28px; align-items: center; margin-top: 32px; }

@media (max-width: 1080px) {
  .use-cases-hero-grid,
  .uc-split,
  .uc-split-visual-first { grid-template-columns: minmax(0, 1fr) minmax(400px, .9fr); gap: 50px; }
  .use-case-navigator { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .use-case-navigator a:last-child { grid-column: auto; }
  .commerce-flow { grid-template-columns: 1fr 30px .55fr 30px 1.1fr 30px .8fr; }
  .commerce-flow > div { padding: 16px; }
  .uc-start .home-shell { grid-template-columns: .85fr 1.15fr; gap: 60px; }
}

@media (max-width: 900px) {
  .use-cases-hero-grid,
  .uc-split,
  .uc-split-visual-first { grid-template-columns: 1fr; }
  .use-cases-hero-map { width: min(620px, 100%); }
  .uc-sales .uc-copy { grid-row: 1; }
  .uc-sales .sales-canvas { grid-row: 2; }
  .uc-wide-head { grid-template-columns: 1fr; gap: 24px; }
  .uc-wide-head > p { max-width: 700px; }
  .commerce-flow { grid-template-columns: 1fr; }
  .commerce-flow > div { min-height: 110px; }
  .commerce-flow > i { width: auto; height: 34px; border: 0; border-top: 1px solid #d7e0d8; border-bottom: 1px solid #d7e0d8; }
  .commerce-flow > i { transform: rotate(90deg); }
  .uc-editorial-grid { grid-template-columns: 1fr 1fr; }
  .uc-editorial-copy { grid-column: span 2; }
  .booking-contrast { max-width: 720px; }
  .technical-path { grid-template-columns: 1fr; }
  .technical-path > i { height: 38px; border: 0; border-top: 1px solid rgba(255, 255, 255, .14); border-bottom: 1px solid rgba(255, 255, 255, .14); transform: rotate(90deg); }
  .technical-detail-row { grid-template-columns: 1fr; }
  .technical-detail-row > div { min-height: 0; }
  .industry-editorial { grid-template-columns: 1fr 1fr; }
  .uc-start .home-shell { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 760px) {
  .use-cases-page .home-section,
  .uc-section { padding: 70px 0; }
  .use-cases-hero { padding-top: 62px; }
  .use-cases-hero .use-cases-hero-grid { width: calc(100% - 36px); min-width: 0; }
  .use-cases-hero h1 { max-width: 100%; font-size: var(--type-display-hero-mobile); line-height: .98; overflow-wrap: anywhere; }
  .use-cases-hero .home-hero-lead { max-width: 100%; }
  .use-cases-hero .home-hero-actions,
  .use-cases-hero .home-button,
  .use-cases-text-link { max-width: 100%; }
  .use-cases-hero-map { margin-top: 3px; }
  .use-case-navigator { grid-template-columns: 1fr; border-left: 0; }
  .use-case-navigator a { grid-template-columns: 36px 1fr auto; grid-template-rows: 1fr; min-height: 68px; align-items: center; border-left: 1px solid #bfcfc2; padding: 15px 17px; }
  .use-case-navigator a > strong { align-self: center; font-size: .88rem; }
  .use-case-navigator a > i { grid-column: 3; grid-row: 1; align-self: center; }
  .uc-copy h2,
  .uc-wide-head h2 { font-size: var(--type-display-section-mobile); }
  .uc-story > div { grid-template-columns: 1fr; gap: 9px; }
  .service-question { grid-template-columns: 26px 1fr; }
  .service-question span { grid-column: 2; justify-self: start; }
  .service-question.is-featured { margin: 14px 14px 0; }
  .uc-result ul { grid-template-columns: 1fr; }
  .sales-question { margin: 18px 18px 0; }
  .sales-canvas ol { padding: 18px; }
  .sales-outcome { align-items: flex-start; flex-direction: column; padding: 18px; }
  .uc-editorial-grid { grid-template-columns: 1fr; }
  .uc-editorial-copy { grid-column: auto; }
  .uc-editorial-grid > div { min-height: 0; padding: 22px; }
  .booking-contrast { grid-template-columns: 1fr; }
  .booking-bridge { flex-direction: row; min-height: 60px; border: 0; border-top: 1px solid var(--uc-line); border-bottom: 1px solid var(--uc-line); }
  .booking-bridge > i { transform: rotate(90deg); }
  .knowledge-source-row { grid-template-columns: 1fr; }
  .technical-sources { grid-template-columns: 1fr !important; }
  .email-case-process { grid-template-columns: 1fr; }
  .email-case-process span { flex-direction: row; text-align: left; }
  .email-case-decision { grid-template-columns: 1fr; }
  .email-case-decision > span { text-align: center; }
  .industry-editorial,
  .customer-examples { grid-template-columns: 1fr; }
  .industry-editorial article { min-height: 0; padding: 22px; }
  .industry-editorial h3 { margin: 35px 0 13px; }
  .uc-start { padding: 66px 0; }
  .uc-start .home-shell { width: calc(100% - 36px); }
  .uc-start header h2 { font-size: var(--type-display-section-mobile); }
  .uc-cta { padding: 40px 22px; }
  .uc-cta h2 { font-size: var(--type-display-section-mobile); }
  .uc-cta > div { align-items: stretch; flex-direction: column; }
  .uc-cta .use-cases-text-link { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .use-cases-page * { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
