/* Audience solution pages */
:root { --cs-ink: #16271c; --cs-green: #14572b; --cs-lime: #aacc89; --cs-mist: #f4f6f1; }
body { background: #fff; }
a { color: #fff; }
a:hover { color: var(--cs-lime); text-decoration: none; }
/* The shared header is normally absolute; solution heroes follow it in-flow. */
header.aximo-header-section { position: inherit !important; }
/* Match the site header: desktop uses the right-side Login and Advisory controls;
   these two links are shown only inside the mobile navigation drawer. */
.site-menu-main .nav-item:nth-last-child(-n+2) { display: none; }
@media (max-width: 768px) {
  .site-menu-main .nav-item:nth-last-child(-n+2) { display: block; }
}
.cs-solution-hero { background: #e9eee5; padding: 96px 0 104px; overflow: hidden; }
.cs-solution-eyebrow { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--cs-green); margin-bottom: 20px; }
.cs-solution-hero h1 { color: var(--cs-ink); font-size: clamp(42px, 5vw, 64px); line-height: 1.06; letter-spacing: -1.8px; margin-bottom: 24px; }
.cs-solution-lead { color: #314237; font-size: 20px; line-height: 1.55; max-width: 635px; }
.cs-solution-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.cs-solution-actions .aximo-default-btn { box-shadow: 0 4px 0 var(--cs-ink); background: var(--cs-lime); color: #000 !important; }
.cs-solution-actions .cs-secondary-btn { background: transparent; border: 2px solid var(--cs-ink); box-shadow: none; color: var(--cs-ink) !important; }
.cs-solution-image { margin: 18px 0 0 auto; border: 7px solid #fff; box-shadow: 16px 16px 0 rgba(20,87,43,.12); max-width: 540px; }
.cs-solution-image img { display: block; width: 100%; height: auto; }
.cs-solution-section { padding: 112px 0; }
.cs-solution-section.mist { background: var(--cs-mist); }
.cs-solution-section.dark { background: var(--cs-ink); color: #fff; }
.cs-solution-section.dark h2, .cs-solution-section.dark h3 { color: #fff; }
.cs-solution-section h2 { color: var(--cs-ink); font-size: clamp(34px, 4vw, 50px); line-height: 1.12; letter-spacing: -1px; }
.cs-solution-section p { font-size: 17px; line-height: 1.65; }
.cs-section-intro { max-width: 760px; margin-bottom: 48px; }
.cs-section-intro p { margin-top: 16px; }
.cs-solution-card { height: 100%; padding: 34px 30px; border: 1px solid #dce3d8; border-radius: 8px; background: #fff; }
.cs-solution-card img { width: 72px; height: 72px; object-fit: contain; margin-bottom: 24px; }
.cs-solution-card h3 { color: var(--cs-ink); font-size: 24px; line-height: 1.2; margin-bottom: 13px; }
.cs-solution-card p { font-size: 16px; line-height: 1.55; }
.cs-solution-card.dark-card { background: #20382a; border-color: #36503e; }
.cs-solution-card.dark-card h3, .cs-solution-card.dark-card p { color: #fff; }
.cs-solution-card.dark-card p { color: #d8e5d4; }
.cs-solution-split { align-items: center; }
.cs-solution-split-image { width: 100%; border: 7px solid #fff; box-shadow: 12px 12px 0 #dfe9d9; }
.cs-solution-list { list-style: none; padding: 0; margin: 28px 0 0; }
.cs-solution-list li { position: relative; padding: 0 0 18px 34px; font-size: 17px; line-height: 1.5; }
.cs-solution-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--cs-green); font-size: 20px; font-weight: 800; }
.dark .cs-solution-list li::before { color: var(--cs-lime); }
.cs-solution-product { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; color: var(--cs-green); font-weight: 700; }
.cs-solution-product:hover { color: var(--cs-ink); }
.cs-solution-cta { background: var(--cs-lime); padding: 78px 0; }
.cs-solution-cta h2 { color: var(--cs-ink); max-width: 800px; font-size: 40px; }
@media (max-width: 991px) { .cs-solution-hero { padding: 70px 0 78px; } .cs-solution-image { margin: 48px auto 0; } .cs-solution-section { padding: 76px 0; } .cs-solution-card { margin-bottom: 20px; } }
@media (max-width: 575px) { .cs-solution-header { padding: 17px 0; } .cs-solution-logo { max-width: 160px; } .cs-solution-hero h1 { letter-spacing: -1px; } .cs-solution-lead { font-size: 18px; } .cs-solution-actions .aximo-default-btn { width: 100%; text-align: center; } }
