:root {
    --audience-accent: #10b85c;
    --audience-deep: #102a4c;
    --audience-soft: #eefaf3;
}

.marketing-body { max-width: 100%; overflow-x: hidden; overflow-x: clip; }

.audience-tone-navy { --audience-accent: #19c86a; --audience-deep: #0b2441; --audience-soft: #edf4fb; }
.audience-tone-warm { --audience-accent: #0ca75a; --audience-deep: #153650; --audience-soft: #fff8ea; }
.audience-tone-youth { --audience-accent: #12ad63; --audience-deep: #112e4e; --audience-soft: #eefbf7; }

.audience-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 30px 0 54px;
    background:
        radial-gradient(circle at 12% 18%, color-mix(in srgb, var(--audience-accent) 13%, transparent), transparent 27%),
        radial-gradient(circle at 88% 78%, rgba(245, 166, 35, .1), transparent 25%),
        linear-gradient(180deg, #fff, color-mix(in srgb, var(--audience-soft) 72%, #fff));
}

.audience-hero-glow {
    position: absolute;
    z-index: -1;
    width: 560px;
    height: 560px;
    left: -250px;
    bottom: -330px;
    border: 74px solid color-mix(in srgb, var(--audience-accent) 7%, transparent);
    border-radius: 50%;
    animation: audienceOrbit 18s linear infinite;
}

.audience-switcher {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 34px;
    padding: 5px;
    display: flex;
    gap: 4px;
    overflow: auto;
    border: 1px solid #deebe4;
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 12px 32px rgba(16, 42, 76, .07);
    scrollbar-width: none;
}

.audience-switcher::-webkit-scrollbar { display: none; }
.audience-switcher a { min-width: max-content; padding: 8px 16px; border-radius: 999px; color: #63758c; font-size: 13px; font-weight: 800; }
.audience-switcher a:hover { color: var(--audience-deep); background: #f4f8f6; }
.audience-switcher a.active { color: #fff; background: linear-gradient(135deg, var(--audience-accent), #078147); box-shadow: 0 8px 20px color-mix(in srgb, var(--audience-accent) 28%, transparent); }

.audience-hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 54px; align-items: center; }
.audience-hero-copy .eyebrow,
.audience-flow-copy .eyebrow { color: var(--audience-accent); font-size: 13px; font-weight: 900; }
.audience-hero-copy h1 { max-width: 650px; margin: 13px 0 16px; font-size: clamp(34px, 4.7vw, 58px); line-height: 1.42; letter-spacing: -.045em; color: var(--audience-deep); }
.audience-hero-copy > p { max-width: 610px; margin: 0 0 25px; color: #5f7285; font-size: 17px; line-height: 2; }
.audience-mini-proof { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 17px; color: #6c7c89; font-size: 12px; }
.audience-mini-proof span::before { content: "✓"; margin-left: 5px; color: var(--audience-accent); font-weight: 900; }

.audience-hero-media {
    position: relative;
    margin: 0;
    padding: 9px;
    border: 1px solid rgba(16, 42, 76, .1);
    border-radius: 30px;
    background: rgba(255, 255, 255, .74);
    box-shadow: 0 28px 75px rgba(16, 42, 76, .14);
    transform: perspective(1200px) rotateY(-2deg);
}

.audience-hero-media::after { content: ""; position: absolute; inset: auto 12% -20px; height: 42px; border-radius: 50%; background: rgba(16, 42, 76, .14); filter: blur(20px); z-index: -1; }
.audience-hero-media img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 22px; }
.audience-hero-media figcaption { position: absolute; right: 24px; bottom: 23px; display: flex; align-items: center; gap: 8px; padding: 8px 13px; color: #fff; border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; background: rgba(8, 32, 53, .78); backdrop-filter: blur(12px); font-size: 11px; font-weight: 800; }
.audience-hero-media figcaption span { color: #4ce692; animation: audiencePulse 1.8s ease-in-out infinite; }

.audience-stats { position: relative; z-index: 2; width: min(820px, 90%); margin: 36px auto -86px; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid #deebe4; border-radius: 20px; background: #fff; box-shadow: 0 20px 50px rgba(16, 42, 76, .1); }
.audience-stats div { padding: 18px; text-align: center; border-left: 1px solid #e8efeb; }
.audience-stats div:last-child { border-left: 0; }
.audience-stats strong { display: block; color: var(--audience-accent); font-size: 23px; }
.audience-stats span { color: #6f8090; font-size: 11px; }

.audience-capabilities { padding-top: 132px; }
.audience-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.audience-feature-grid article { position: relative; overflow: hidden; min-height: 230px; padding: 25px; border: 1px solid #e1ebe6; border-radius: 22px; background: linear-gradient(145deg, #fff, #fbfdfc); box-shadow: 0 10px 28px rgba(16, 42, 76, .045); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.audience-feature-grid article::after { content: ""; position: absolute; width: 120px; height: 120px; left: -72px; bottom: -72px; border-radius: 50%; background: color-mix(in srgb, var(--audience-accent) 9%, transparent); transition: transform .35s ease; }
.audience-feature-grid article:hover { transform: translateY(-7px); border-color: color-mix(in srgb, var(--audience-accent) 34%, #dfe8e4); box-shadow: 0 22px 48px rgba(16, 42, 76, .09); }
.audience-feature-grid article:hover::after { transform: scale(1.8); }
.audience-feature-icon { display: grid; place-items: center; width: 48px; height: 48px; color: var(--audience-accent); border-radius: 15px; background: color-mix(in srgb, var(--audience-accent) 10%, #fff); font-size: 21px; font-weight: 900; }
.audience-feature-grid h3 { margin: 16px 0 7px; color: var(--audience-deep); }
.audience-feature-grid p { margin: 0; color: #687b88; font-size: 13px; line-height: 2; }

.audience-flow-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 65px; align-items: center; }
.audience-flow-copy h2 { margin: 8px 0 13px; font-size: clamp(28px, 3.7vw, 43px); color: var(--audience-deep); }
.audience-flow-copy p { margin: 0 0 23px; color: #607580; font-size: 16px; line-height: 2; }
.audience-steps { position: relative; display: grid; gap: 13px; }
.audience-steps::before { content: ""; position: absolute; top: 39px; bottom: 39px; right: 27px; border-right: 2px dashed color-mix(in srgb, var(--audience-accent) 24%, #dfe8e4); }
.audience-steps article { position: relative; display: grid; grid-template-columns: 56px 1fr; align-items: center; gap: 16px; min-height: 104px; padding: 16px; border: 1px solid #e2ebe7; border-radius: 20px; background: #fff; box-shadow: 0 12px 32px rgba(16, 42, 76, .05); }
.audience-steps article > span { position: relative; z-index: 2; display: grid; place-items: center; width: 44px; height: 44px; margin: auto; color: #fff; border-radius: 14px; background: linear-gradient(135deg, var(--audience-accent), #087747); font-weight: 900; box-shadow: 0 8px 18px color-mix(in srgb, var(--audience-accent) 25%, transparent); }
.audience-steps h3 { margin: 0 0 3px; color: var(--audience-deep); font-size: 16px; }
.audience-steps p { margin: 0; color: #6e7f8a; font-size: 12px; }

.audience-final-cta { padding: 28px 0 76px; }
.audience-final-cta .container > div { position: relative; overflow: hidden; padding: 48px; color: #fff; border-radius: 30px; background: linear-gradient(125deg, #0d2948, #0b6b49 74%, #0b8e4d); box-shadow: 0 25px 65px rgba(16, 42, 76, .2); }
.audience-final-cta .container > div::after { content: ""; position: absolute; width: 330px; height: 330px; left: -120px; top: -170px; border: 56px solid rgba(255, 255, 255, .06); border-radius: 50%; }
.audience-final-cta span { color: #78eba9; font-size: 13px; font-weight: 900; }
.audience-final-cta h2 { max-width: 760px; margin: 6px 0 7px; color: #fff; font-size: clamp(25px, 3.4vw, 40px); }
.audience-final-cta p { margin: 0 0 22px; color: #d5e5e5; }
.btn-dark-outline { position: relative; z-index: 2; color: #fff; border: 1px solid rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .08); }
.btn-dark-outline:hover { color: #fff; border-color: rgba(255, 255, 255, .55); background: rgba(255, 255, 255, .14); }

.home-role-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.home-role-card { position: relative; overflow: hidden; min-height: 340px; border: 1px solid #e0eae5; border-radius: 23px; background: #fff; box-shadow: 0 12px 35px rgba(16, 42, 76, .06); transition: transform .3s ease, box-shadow .3s ease; }
.home-role-card:hover { transform: translateY(-7px); box-shadow: 0 23px 50px rgba(16, 42, 76, .12); }
.home-role-card img { width: 100%; height: 155px; object-fit: cover; object-position: 64% center; transition: transform .5s ease; }
.home-role-card:hover img { transform: scale(1.045); }
.home-role-card > div { padding: 19px; }
.home-role-card small { color: var(--green-700); font-weight: 900; }
.home-role-card h3 { margin: 5px 0; }
.home-role-card p { margin: 0 0 10px; color: #6a7b88; font-size: 12px; }
.home-role-card a { color: var(--green-700); font-size: 12px; font-weight: 900; }

.impact-strip { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid #dfeae4; border-radius: 24px; background: linear-gradient(135deg, #102a4c, #133e5d); box-shadow: 0 22px 55px rgba(16, 42, 76, .18); }
.impact-strip article { padding: 27px 20px; color: #fff; text-align: center; border-left: 1px solid rgba(255, 255, 255, .1); }
.impact-strip article:last-child { border-left: 0; }
.impact-strip strong { display: block; color: #65eaa1; font-size: clamp(27px, 4vw, 39px); line-height: 1.25; }
.impact-strip span { color: #cfdee7; font-size: 12px; }

.home-faq { max-width: 880px; margin: auto; display: grid; gap: 11px; }
.home-faq details { padding: 0 20px; border: 1px solid #e0ebe5; border-radius: 17px; background: #fff; box-shadow: 0 8px 25px rgba(16, 42, 76, .035); }
.home-faq summary { position: relative; padding: 17px 0 17px 42px; list-style: none; color: #17374f; cursor: pointer; font-weight: 850; }
.home-faq summary::-webkit-details-marker { display: none; }
.home-faq summary::after { content: "+"; position: absolute; left: 0; top: 14px; display: grid; place-items: center; width: 31px; height: 31px; color: var(--green-700); border-radius: 10px; background: var(--green-50); font-size: 20px; transition: transform .25s ease; }
.home-faq details[open] summary::after { transform: rotate(45deg); }
.home-faq p { margin: -2px 0 18px; padding-left: 38px; color: #657984; line-height: 2; }

@keyframes audienceOrbit { to { transform: rotate(360deg); } }
@keyframes audiencePulse { 50% { opacity: .45; transform: scale(.7); } }

@media (max-width: 1080px) {
    .home-role-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
    [data-motion-reveal="right"], [data-motion-reveal="left"] { transform: translate3d(0, 28px, 0); }
    .audience-hero-grid, .audience-flow-grid { grid-template-columns: 1fr; }
    .audience-hero-copy { text-align: center; }
    .audience-hero-copy h1, .audience-hero-copy > p { margin-inline: auto; }
    .audience-hero-copy .hero-ctas, .audience-mini-proof { justify-content: center; }
    .audience-hero-media { max-width: 760px; margin-inline: auto; transform: none; }
    .audience-feature-grid { grid-template-columns: repeat(2, 1fr); }
    .audience-flow-grid { gap: 32px; }
    .impact-strip { grid-template-columns: repeat(2, 1fr); }
    .impact-strip article:nth-child(2) { border-left: 0; }
    .impact-strip article:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .1); }
}

@media (max-width: 620px) {
    .audience-hero { padding-top: 18px; }
    .audience-switcher { width: 100%; justify-content: flex-start; }
    .audience-hero-grid { gap: 31px; }
    .audience-hero-copy h1 { font-size: 32px; }
    .audience-hero-copy > p { font-size: 15px; }
    .audience-hero-media { padding: 5px; border-radius: 20px; }
    .audience-hero-media img { border-radius: 15px; }
    .audience-hero-media figcaption { right: 13px; bottom: 13px; }
    .audience-stats { width: 100%; grid-template-columns: 1fr; margin-bottom: -105px; }
    .audience-stats div { padding: 12px; border-left: 0; border-bottom: 1px solid #e8efeb; }
    .audience-stats div:last-child { border-bottom: 0; }
    .audience-capabilities { padding-top: 151px; }
    .audience-feature-grid, .home-role-grid { grid-template-columns: 1fr; }
    .audience-feature-grid article { min-height: 0; }
    .audience-final-cta .container > div { padding: 31px 23px; border-radius: 23px; }
    .audience-final-cta .hero-ctas .btn { width: 100%; }
    .impact-strip { grid-template-columns: 1fr; }
    .impact-strip article { border-left: 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
    .impact-strip article:last-child { border-bottom: 0; }
    .home-faq details { padding-inline: 15px; }
}

@media (prefers-reduced-motion: reduce) {
    .audience-hero-glow, .audience-hero-media figcaption span { animation: none !important; }
    .audience-feature-grid article, .home-role-card, .home-role-card img, .home-faq summary::after { transition: none !important; }
}
