@font-face {
    font-display: swap;
    font-family: "PrizeLead Display";
    font-style: normal;
    font-weight: 300 700;
    src: url("../fonts/space-grotesk-latin.woff2") format("woff2");
}

:root {
    --pl-black: #080a08;
    --pl-ink: #151815;
    --pl-muted: #687068;
    --pl-line: #e7eae5;
    --pl-soft: #f5f6f3;
    --pl-green: #b9f45d;
    --pl-green-strong: #8cd936;
    --pl-violet: #7565ff;
    --pl-yellow: #f4d75d;
    --pl-sidebar-width: 292px;
    --pl-display: "PrizeLead Display", "Avenir Next", "SF Pro Display", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --pl-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--pl-ink);
    font-family: var(--pl-display);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-optical-sizing: auto;
    font-kerning: normal;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
}

svg {
    shape-rendering: geometricPrecision;
}

::selection {
    background: var(--pl-green);
    color: #0b0d0b;
}

a {
    color: inherit;
}

.min-w-0 {
    min-width: 0;
}

.brand-lockup,
.guest-brand {
    align-items: center;
    display: inline-flex;
    font-size: 1.18rem;
    font-weight: 750;
    letter-spacing: -.045em;
}

.brand-signal {
    background: var(--pl-green);
    border-radius: 2px;
    box-shadow: 7px 0 0 rgba(185, 244, 93, .38);
    display: inline-block;
    height: 12px;
    margin-right: 13px;
    transform: skewX(-12deg);
    width: 6px;
}

.btn {
    border-radius: 9px;
    font-weight: 650;
}

.btn-dark {
    --bs-btn-bg: #101310;
    --bs-btn-border-color: #101310;
    --bs-btn-hover-bg: #2a2f29;
    --bs-btn-hover-border-color: #2a2f29;
}

.btn-primary {
    --bs-btn-bg: #171b17;
    --bs-btn-border-color: #171b17;
    --bs-btn-hover-bg: #303630;
    --bs-btn-hover-border-color: #303630;
}

/* Marketing */
.marketing-body {
    background: var(--pl-black);
    color: #f6f8f3;
    font-family: var(--pl-display);
    overflow-x: clip;
}

.marketing-body .btn {
    backface-visibility: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 7px 18px rgba(0, 0, 0, .14);
    transform: translateZ(0);
    transition: border-color .18s ease, box-shadow .18s ease, color .18s ease, background-color .18s ease, transform .18s ease;
}

.marketing-body .btn:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 10px 25px rgba(0, 0, 0, .2);
    transform: translateY(-2px) translateZ(0);
}

.landing-grid .btn {
    align-items: center;
    display: inline-flex;
    font-size: .92rem;
    justify-content: center;
    line-height: 1.1;
    min-height: 50px;
    padding: .75rem 1.25rem;
}

.marketing-body :focus-visible {
    outline: 2px solid var(--pl-green);
    outline-offset: 3px;
}

.landing-grid {
    background-color: #090b09;
    background-image:
        linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
    background-size: 48px 48px;
    overflow: visible;
}

.marketing-nav {
    backdrop-filter: blur(0);
    background: transparent;
    border-bottom: 0;
    min-height: 72px;
    position: sticky;
    top: 0;
    transition: background-color .25s ease, backdrop-filter .25s ease, box-shadow .25s ease;
    z-index: 1000;
}

.marketing-nav.is-scrolled {
    backdrop-filter: blur(20px) saturate(145%);
    background: rgba(10, 12, 10, .7);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .16);
}

.marketing-nav .nav-link {
    color: rgba(255, 255, 255, .72);
    font-size: .92rem;
    font-weight: 500;
    letter-spacing: .02em;
}

.marketing-nav .nav-link:hover {
    color: #fff;
}

.marketing-nav .btn-light,
.marketing-hero .btn-light,
.marketing-cta .btn-light {
    --bs-btn-bg: #f8faf5;
    --bs-btn-border-color: #f8faf5;
    --bs-btn-color: #0c0e0c;
    --bs-btn-hover-bg: var(--pl-green);
    --bs-btn-hover-border-color: var(--pl-green);
}

.marketing-hero {
    align-items: center;
    display: flex;
    min-height: calc(100svh - 72px);
    overflow: hidden;
    padding: clamp(4.5rem, 9vh, 7rem) 0;
    position: relative;
}

.lead-rain {
    height: 100%;
    inset: 0;
    mask-image: linear-gradient(to bottom, #000 0%, #000 62%, rgba(0, 0, 0, .5) 82%, transparent 100%);
    opacity: .58;
    pointer-events: none;
    position: absolute;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 62%, rgba(0, 0, 0, .5) 82%, transparent 100%);
    width: 100%;
    z-index: 1;
}

.marketing-hero > .container-xl {
    z-index: 2;
}

.marketing-hero::before,
.marketing-hero::after {
    content: "";
    filter: blur(38px);
    opacity: .43;
    pointer-events: none;
    position: absolute;
}

.marketing-hero::before {
    background: radial-gradient(circle, rgba(142, 222, 58, .95), transparent 65%);
    height: 540px;
    left: -180px;
    top: 130px;
    width: 480px;
}

.marketing-hero::after {
    background: radial-gradient(circle, rgba(112, 91, 255, .95), transparent 65%);
    height: 560px;
    right: -190px;
    top: 170px;
    width: 500px;
}

.hero-copy {
    max-width: 850px;
    position: relative;
    z-index: 2;
}

.eyebrow,
.section-kicker,
.page-eyebrow {
    color: var(--pl-green);
    font-size: .7rem;
    font-weight: 750;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.eyebrow {
    align-items: center;
    display: inline-flex;
    gap: .6rem;
}

.eyebrow span {
    background: var(--pl-green);
    border-radius: 50%;
    box-shadow: 0 0 14px rgba(185, 244, 93, .8);
    height: 6px;
    width: 6px;
}

.hero-copy h1 {
    font-family: var(--pl-display);
    font-size: clamp(3.2rem, 7vw, 6.75rem);
    font-weight: 540;
    letter-spacing: -.07em;
    line-height: .94;
    margin: 1.35rem 0 1.5rem;
}

.hero-copy p {
    color: rgba(255, 255, 255, .62);
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    line-height: 1.7;
    margin: 0 auto;
    max-width: 690px;
}

.scroll-cue {
    align-items: center;
    bottom: 1.4rem;
    color: rgba(255, 255, 255, .48);
    display: flex;
    flex-direction: column;
    gap: .6rem;
    left: 50%;
    position: absolute;
    text-decoration: none;
    transform: translateX(-50%);
    transition: color .18s ease;
    z-index: 3;
}

.scroll-cue:hover {
    color: var(--pl-green);
}

.scroll-mouse {
    animation: scroll-cue-float 2.4s ease-in-out infinite;
    border: 1.5px solid currentColor;
    border-radius: 1rem;
    display: block;
    height: 42px;
    position: relative;
    width: 26px;
}

.scroll-mouse > span {
    animation: scroll-wheel 1.8s ease-in-out infinite;
    background: var(--pl-green);
    border-radius: 1rem;
    height: 7px;
    left: 50%;
    position: absolute;
    top: 8px;
    transform: translateX(-50%);
    width: 3px;
}

.scroll-cue-label {
    font-family: var(--pl-mono);
    font-size: .62rem;
    letter-spacing: .14em;
    text-transform: uppercase;
}

@keyframes scroll-wheel {
    0% {
        opacity: 0;
        transform: translate(-50%, 0);
    }

    25% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate(-50%, 13px);
    }
}

@keyframes scroll-cue-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(4px);
    }
}

.marketing-hero .btn-lg,
.marketing-cta .btn-lg {
    font-size: .92rem;
    padding-bottom: .88rem;
    padding-top: .88rem;
}

.marketing-section {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    min-height: 100vh;
    min-height: 100svh;
    padding: 8rem 0;
    position: relative;
    scroll-margin-top: 72px;
}

.marketing-section > .container-xl {
    width: 100%;
}

.intro-section {
    background: #090b09;
}

.section-title {
    font-family: var(--pl-display);
    font-size: clamp(2.25rem, 4.5vw, 4.5rem);
    font-weight: 520;
    letter-spacing: -.055em;
    line-height: 1.02;
    margin: 1rem 0 0;
    max-width: 820px;
}

.section-copy,
.integration-panel p {
    color: rgba(255, 255, 255, .48);
    font-size: 1.05rem;
    line-height: 1.75;
}

.section-heading-row {
    align-items: center !important;
    margin-bottom: clamp(5rem, 7vw, 7.5rem) !important;
}

.section-heading-copy {
    padding-top: 0;
}

.value-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.value-strip > div {
    border-left: 1px solid rgba(255, 255, 255, .11);
    min-height: 240px;
    padding: 1.5rem 2rem;
}

.value-strip > div:last-child {
    border-right: 1px solid rgba(255, 255, 255, .11);
}

.value-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.value-icon {
    color: var(--pl-lime);
    height: 2rem;
    opacity: .9;
    width: 2rem;
}

.value-strip span,
.feature-number {
    color: rgba(255, 255, 255, .28);
    display: block;
    font-size: .65rem;
    letter-spacing: .1em;
}

.value-strip strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 540;
    margin-top: 4.5rem;
}

.value-strip p {
    color: rgba(255, 255, 255, .42);
    font-size: .98rem;
    line-height: 1.65;
    margin: .75rem 0 0;
}

.feature-section {
    background: #070907;
}

.feature-intro {
    max-width: 520px;
}

.feature-card {
    background: #0e110e;
    border: 1px solid rgba(255, 255, 255, .085);
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
    height: 100%;
    min-height: 390px;
    padding: 1.35rem;
    transition: border-color .2s ease, transform .2s ease;
}

.feature-card:hover {
    border-color: rgba(185, 244, 93, .3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055), 0 18px 44px rgba(0, 0, 0, .2);
    transform: translateY(-3px);
}

.feature-card h3 {
    font-size: 1.15rem;
    font-weight: 560;
    margin: 1.3rem 0 .65rem;
}

.feature-card p {
    color: rgba(255, 255, 255, .4);
    font-size: .96rem;
    line-height: 1.65;
}

.feature-visual {
    background: #090b09;
    border: 1px solid rgba(255, 255, 255, .07);
    height: 205px;
    margin-top: 1rem;
    overflow: hidden;
    position: relative;
}

.widget-visual {
    background-image: linear-gradient(120deg, rgba(112, 91, 255, .19), transparent 60%);
    padding: 2.5rem 2rem;
}

.widget-visual i {
    background: #242924;
    border-radius: 2px;
    display: block;
    height: 10px;
    margin: 1rem 0;
}

.widget-visual i:first-child {
    background: var(--pl-violet);
    width: 42%;
}

.widget-visual i:nth-child(2) {
    width: 82%;
}

.widget-visual i:last-child {
    background: var(--pl-green);
    width: 64%;
}

.qr-visual {
    align-items: center;
    display: flex;
    justify-content: center;
}

.qr-visual::before,
.qr-visual::after {
    border: 1px solid rgba(185, 244, 93, .34);
    border-radius: 50%;
    content: "";
    position: absolute;
}

.qr-visual::before {
    height: 150px;
    width: 150px;
}

.qr-visual::after {
    height: 96px;
    width: 96px;
}

.qr-visual span {
    background: var(--pl-green);
    box-shadow: 0 0 22px rgba(185, 244, 93, .55);
    height: 12px;
    width: 12px;
}

.lead-visual {
    padding: 1.25rem;
}

.lead-visual i {
    background: linear-gradient(90deg, #232823 14%, #171a17 14%);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    display: block;
    height: 38px;
    margin-bottom: 5px;
}

.campaign-visual {
    align-items: center;
    background: radial-gradient(circle at 50% 120%, rgba(185, 244, 93, .3), transparent 60%), #090b09;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.campaign-visual strong {
    font-size: 3rem;
    font-weight: 520;
    letter-spacing: -.06em;
}

.campaign-visual span {
    color: var(--pl-green);
    font-size: .7rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.consent-visual {
    align-items: center;
    display: flex;
    gap: .65rem;
    justify-content: center;
}

.consent-visual span {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .12);
    color: var(--pl-green);
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.consent-visual span:last-child {
    color: rgba(255, 255, 255, .35);
}

.api-visual {
    align-items: flex-start;
    background-image: linear-gradient(125deg, rgba(112, 91, 255, .22), transparent 60%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
}

.api-visual code {
    color: #fff;
    font-size: 1rem;
}

.api-visual span {
    color: var(--pl-green);
    font-family: monospace;
    font-size: .7rem;
    margin-top: .8rem;
}

.industries-section {
    background: #090b09;
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.industry-card {
    background: rgba(255, 255, 255, .012);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    border-left: 1px solid rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
    min-height: 280px;
    padding: 2rem;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.industry-card:nth-child(3n),
.industry-card:last-child {
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.industry-card:nth-child(-n+3) {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.industry-card:first-child {
    background: radial-gradient(circle at 0 100%, rgba(185, 244, 93, .12), transparent 58%), rgba(255, 255, 255, .015);
}

.industry-card:nth-child(6) {
    background: radial-gradient(circle at 100% 0, rgba(112, 91, 255, .14), transparent 58%), rgba(255, 255, 255, .015);
}

.industry-card:hover {
    background-color: rgba(255, 255, 255, .035);
    border-color: rgba(185, 244, 93, .26);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 18px 46px rgba(0, 0, 0, .2);
    transform: translateY(-3px);
}

.industry-card-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.industry-icon {
    color: rgba(185, 244, 93, .78);
    filter: drop-shadow(0 0 10px rgba(185, 244, 93, .18));
    height: 30px;
    width: 30px;
}

.industry-label {
    color: var(--pl-green);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.industry-card h3 {
    font-size: 1.45rem;
    font-weight: 580;
    margin: 3.5rem 0 .8rem;
}

.industry-card p {
    color: rgba(255, 255, 255, .48);
    font-size: .96rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.industry-card small {
    color: rgba(255, 255, 255, .27);
    font-size: .66rem;
    letter-spacing: .08em;
}

.steps-section {
    background: #0b0d0b;
}

.steps-section .section-title {
    max-width: 720px;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: clamp(5rem, 7vw, 7.5rem) !important;
}

.steps-grid article {
    border-left: 1px solid rgba(255, 255, 255, .1);
    min-height: 310px;
    padding: 1rem 2.25rem 2rem;
}

.steps-grid article:last-child {
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.steps-grid article > span {
    align-items: center;
    background: var(--pl-green);
    border-radius: 50%;
    color: #0b0d0b;
    display: flex;
    font-weight: 800;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.steps-grid small {
    color: rgba(255, 255, 255, .28);
    display: block;
    font-size: .6rem;
    letter-spacing: .14em;
    margin-top: 5rem;
}

.steps-grid h3 {
    font-size: 1.25rem;
    font-weight: 550;
    margin-top: .75rem;
}

.steps-grid p {
    color: rgba(255, 255, 255, .4);
    font-size: .96rem;
    line-height: 1.7;
}

.pricing-section {
    background: #080a08;
}

.pricing-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}

.pricing-card {
    background: #0d100d;
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);
    min-height: 590px;
    padding: clamp(1.5rem, 3vw, 2.75rem);
    position: relative;
}

.pricing-card.featured {
    background: radial-gradient(circle at 100% 0, rgba(112, 91, 255, .24), transparent 34%), radial-gradient(circle at 50% 110%, rgba(185, 244, 93, .16), transparent 42%), #101310;
    border-color: rgba(185, 244, 93, .33);
}

.popular-label {
    background: var(--pl-green);
    color: #111511;
    font-size: .6rem;
    font-weight: 800;
    letter-spacing: .09em;
    padding: .45rem .75rem;
    position: absolute;
    right: 1.25rem;
    text-transform: uppercase;
    top: 0;
    transform: translateY(-50%);
}

.plan-heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.plan-heading > div {
    align-items: center;
    display: flex;
    gap: .65rem;
}

.plan-dot {
    border-radius: 2px;
    display: inline-block;
    height: 9px;
    width: 9px;
}

.plan-dot.free { background: var(--pl-violet); }
.plan-dot.pro { background: var(--pl-green); }

.plan-name {
    font-family: var(--pl-display);
    font-size: 1.15rem;
    font-weight: 650;
}

.plan-tag {
    color: rgba(255, 255, 255, .35);
    font-size: .6rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.plan-price {
    align-items: baseline;
    display: flex;
    gap: .7rem;
    margin: 3rem 0 1rem;
}

.plan-price strong {
    font-family: var(--pl-display);
    font-size: clamp(3.4rem, 6vw, 5rem);
    font-weight: 530;
    letter-spacing: -.065em;
    line-height: 1;
}

.plan-price span,
.pricing-card > p {
    color: rgba(255, 255, 255, .42);
    font-size: .95rem;
}

.pricing-card > p {
    line-height: 1.7;
    max-width: 500px;
    min-height: 50px;
}

.pricing-card > .btn {
    font-family: var(--pl-display);
    font-size: .92rem;
    margin: 1.5rem 0 2rem;
    padding: .8rem 1rem;
}

.plan-features {
    border-top: 1px solid rgba(255, 255, 255, .09);
    list-style: none;
    margin: 0;
    padding: 1.6rem 0 0;
}

.plan-features li {
    align-items: center;
    color: rgba(255, 255, 255, .7);
    display: flex;
    font-size: .94rem;
    gap: .7rem;
    padding: .52rem 0;
}

.plan-features li span {
    color: var(--pl-green);
    font-weight: 800;
}

.plan-features li.locked {
    color: rgba(255, 255, 255, .3);
}

.plan-features li.locked span {
    color: var(--pl-yellow);
}

.comparison-panel {
    border: 1px solid rgba(255, 255, 255, .1);
}

.comparison-heading {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    padding: 2rem;
}

.comparison-heading h3 {
    font-family: var(--pl-display);
    font-size: 1.65rem;
    letter-spacing: -.035em;
    margin: .55rem 0 0;
}

.comparison-heading p {
    color: rgba(255, 255, 255, .38);
    font-size: .94rem;
    margin: 0;
    max-width: 360px;
}

.comparison-table {
    border-collapse: collapse;
    color: rgba(255, 255, 255, .66);
    min-width: 620px;
    width: 100%;
}

.comparison-table th,
.comparison-table td {
    border-top: 1px solid rgba(255, 255, 255, .075);
    font-size: .92rem;
    padding: 1rem 2rem;
}

.comparison-table th {
    color: rgba(255, 255, 255, .32);
    font-size: .76rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
    width: 54%;
}

.comparison-status {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 800;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.comparison-status.included {
    background: var(--pl-green);
    color: #111511;
}

.comparison-status.locked {
    background: rgba(244, 215, 93, .14);
    color: var(--pl-yellow);
}

.comparison-status.unavailable {
    background: rgba(255, 255, 255, .07);
    color: rgba(255, 255, 255, .32);
}

.integration-section {
    background: #070907;
}

.integration-panel {
    background: linear-gradient(120deg, rgba(112, 91, 255, .11), transparent 44%), #0d100d;
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
    padding: clamp(2rem, 5vw, 5rem);
}

.integration-panel .section-title {
    font-size: clamp(2.4rem, 4vw, 4rem);
    margin-bottom: 1.5rem;
}

.integration-flow {
    align-items: stretch;
    background: #080a08;
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 20px 20px 0 rgba(185, 244, 93, .08);
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    padding: 1rem;
}

.integration-flow > div {
    background: #111411;
    border: 1px solid rgba(255, 255, 255, .07);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 185px;
    padding: 1.35rem;
}

.integration-flow > i {
    align-items: center;
    color: var(--pl-green);
    display: flex;
    font-size: 1.15rem;
    font-style: normal;
    justify-content: center;
    padding: .55rem;
}

.integration-flow span {
    color: rgba(255, 255, 255, .3);
    font-size: .68rem;
    letter-spacing: .1em;
}

.integration-flow strong {
    font-size: 1rem;
    font-weight: 580;
    line-height: 1.35;
    margin: 2rem 0;
}

.integration-flow small {
    color: rgba(255, 255, 255, .4);
    font-size: .78rem;
    line-height: 1.5;
}

.marketing-cta {
    align-items: center;
    background: radial-gradient(circle at 50% 120%, rgba(185, 244, 93, .4), transparent 55%), radial-gradient(circle at 25% 110%, rgba(112, 91, 255, .36), transparent 38%), #090b09;
    border-top: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    min-height: 100vh;
    min-height: 100svh;
    padding: 9rem 0;
}

.marketing-cta > .container-xl {
    width: 100%;
}

.marketing-cta h2 {
    font-size: clamp(3rem, 7vw, 6.5rem);
    font-weight: 520;
    letter-spacing: -.065em;
    margin: 1rem 0;
}

.marketing-cta p {
    color: rgba(255, 255, 255, .5);
    font-size: 1.05rem;
    margin: 0 auto 2rem;
    max-width: 620px;
}

.marketing-footer {
    background:
        radial-gradient(circle at 12% 105%, rgba(184, 255, 76, .13), transparent 34%),
        radial-gradient(circle at 92% 112%, rgba(102, 79, 255, .12), transparent 31%),
        #080a08;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .42);
    font-size: .96rem;
    min-height: 510px;
    overflow: hidden;
    padding: 7rem 0 2.5rem;
    position: relative;
}

.marketing-footer .brand-lockup {
    color: #fff;
}

.footer-grid {
    display: grid;
    gap: clamp(2.5rem, 5vw, 6rem);
    grid-template-columns: minmax(320px, 2.2fr) repeat(3, minmax(125px, 1fr));
    position: relative;
    z-index: 1;
}

.footer-brand {
    max-width: 520px;
}

.footer-kicker {
    align-items: center;
    color: var(--pl-lime);
    display: flex;
    font-family: var(--pl-mono);
    font-size: .7rem;
    gap: .55rem;
    letter-spacing: .12em;
    margin-top: 3.2rem;
    text-transform: uppercase;
}

.footer-kicker span {
    background: var(--pl-lime);
    border-radius: 50%;
    box-shadow: 0 0 16px rgba(184, 255, 76, .7);
    height: .45rem;
    width: .45rem;
}

.footer-brand h2 {
    color: #fff;
    font-family: var(--pl-display);
    font-size: clamp(2.4rem, 4vw, 4.25rem);
    font-weight: 520;
    letter-spacing: -.055em;
    line-height: .98;
    margin: 1rem 0 1.25rem;
}

.footer-brand p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 2rem;
    max-width: 470px;
}

.footer-links h3 {
    color: rgba(255, 255, 255, .92);
    font-size: .72rem;
    font-weight: 650;
    letter-spacing: .11em;
    margin: .2rem 0 1.6rem;
    text-transform: uppercase;
}

.footer-links a {
    display: block;
    font-size: .98rem;
    margin-bottom: 1rem;
    width: fit-content;
}

.marketing-footer a {
    color: rgba(255, 255, 255, .52);
    text-decoration: none;
    transition: color 160ms ease, transform 160ms ease;
}

.marketing-footer a:hover {
    color: #fff;
}

.footer-links a:hover {
    transform: translateX(3px);
}

.marketing-footer .btn {
    color: #0a0c0a;
    display: inline-flex;
}

.footer-bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .09);
    display: flex;
    font-family: var(--pl-mono);
    font-size: .7rem;
    justify-content: space-between;
    letter-spacing: .045em;
    margin-top: 6rem;
    padding-top: 1.6rem;
    position: relative;
    z-index: 1;
}

/* Authenticated application */
.app-body {
    background: #fff;
}

.app-shell,
.app-main {
    min-height: 100vh;
}

.app-sidebar {
    --bs-offcanvas-bg: #090b09;
    --bs-offcanvas-width: var(--pl-sidebar-width);
    background: #090b09;
    flex: 0 0 var(--pl-sidebar-width);
    overflow-y: auto;
    width: var(--pl-sidebar-width);
}

.app-sidebar,
.app-sidebar .offcanvas-body {
    background-color: #090b09;
}

.sidebar-brand {
    min-height: 86px;
}

.business-switcher {
    align-items: center;
    background: #141714;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 10px;
    display: flex;
    gap: .75rem;
    padding: .72rem;
}

.business-avatar,
.user-avatar,
.topbar-user {
    align-items: center;
    background: var(--pl-green);
    border: 0;
    border-radius: 8px;
    color: #111511;
    display: flex;
    flex: 0 0 auto;
    font-size: .75rem;
    font-weight: 800;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.sidebar-label {
    color: rgba(255, 255, 255, .27);
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .13em;
    padding: 0 .7rem .55rem;
    text-transform: uppercase;
}

.sidebar-nav .nav-link {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 8px;
    color: rgba(255, 255, 255, .53);
    display: flex;
    font-size: .86rem;
    font-weight: 570;
    gap: .75rem;
    margin: .12rem 0;
    padding: .68rem .72rem;
}

.sidebar-nav .nav-link:hover {
    background: rgba(255, 255, 255, .045);
    color: #fff;
}

.sidebar-nav .nav-link.active {
    background: #1a1e19;
    border-color: rgba(185, 244, 93, .17);
    color: #fff;
}

.nav-mark {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 5px;
    color: rgba(255, 255, 255, .46);
    display: inline-flex;
    font-size: .58rem;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.sidebar-nav .nav-link.active .nav-mark {
    background: var(--pl-green);
    border-color: var(--pl-green);
    color: #111511;
}

.sidebar-footer {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    gap: .65rem;
    padding: 1rem .25rem .15rem;
}

.user-avatar {
    background: #232823;
    color: #fff;
    height: 34px;
    width: 34px;
}

.sidebar-email {
    font-size: .67rem;
}

.sidebar-logout {
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, .42);
    font-size: 1rem;
    padding: .4rem;
}

.sidebar-logout:hover {
    color: var(--pl-green);
}

.app-main {
    background: #fff;
    min-width: 0;
}

.app-topbar {
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid var(--pl-line);
    height: 78px;
    position: sticky;
    top: 0;
    z-index: 20;
}

.topbar-kicker {
    color: #929a91;
    display: block;
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.topbar-title {
    font-size: .95rem;
}

.system-status {
    align-items: center;
    border: 1px solid var(--pl-line);
    border-radius: 100px;
    color: #5d655d;
    font-size: .7rem;
    font-weight: 650;
    gap: .45rem;
    padding: .35rem .62rem;
}

.system-status span {
    background: var(--pl-green-strong);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(140, 217, 54, .14);
    height: 6px;
    width: 6px;
}

.topbar-user {
    cursor: pointer;
}

.menu-button {
    border-color: var(--pl-line);
    font-size: .75rem;
}

.app-content {
    margin: 0 auto;
    max-width: 1560px;
}

.app-content > .card,
.dashboard-card,
.metric-card {
    border: 1px solid var(--pl-line);
    border-radius: 12px;
    box-shadow: none;
}

.app-content .card {
    border-color: var(--pl-line);
    border-radius: 12px;
    box-shadow: none;
}

.app-content .card-header {
    border-bottom-color: var(--pl-line);
    padding: 1rem 1.25rem;
}

.app-content .table > :not(caption) > * > * {
    border-bottom-color: #edf0eb;
    padding: .9rem 1.05rem;
}

.app-content .table thead th {
    color: #858d84;
    font-size: .65rem;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dashboard-heading {
    padding-bottom: .5rem;
}

.dashboard-heading .page-eyebrow,
.dashboard-card .page-eyebrow {
    color: #7c857a;
}

.dashboard-title {
    font-size: clamp(2rem, 3vw, 3.25rem);
    font-weight: 570;
    letter-spacing: -.055em;
    margin: .55rem 0 .35rem;
}

.metric-card {
    background: #fafbf8;
    min-height: 176px;
    padding: 1.25rem;
    position: relative;
}

.metric-card-featured {
    background: #101310;
    border-color: #101310;
    color: #fff;
    overflow: hidden;
}

.metric-card-featured::after {
    background: radial-gradient(circle, rgba(185, 244, 93, .55), transparent 66%);
    bottom: -110px;
    content: "";
    height: 220px;
    position: absolute;
    right: -65px;
    width: 220px;
}

.metric-label {
    align-items: center;
    color: #6d756c;
    display: flex;
    font-size: .72rem;
    font-weight: 700;
    gap: .5rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.metric-card-featured .metric-label,
.metric-card-featured .metric-note {
    color: rgba(255, 255, 255, .48);
}

.metric-dot {
    background: var(--pl-green);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(185, 244, 93, .8);
    height: 6px;
    width: 6px;
}

.metric-value {
    font-size: clamp(2.25rem, 3vw, 3.4rem);
    font-weight: 560;
    letter-spacing: -.06em;
    line-height: 1;
    margin-top: 2rem;
}

.metric-note {
    color: #8d948b;
    font-size: .7rem;
    margin-top: .6rem;
}

.dashboard-card {
    background: #fff;
}

.dashboard-card-header {
    align-items: center;
    border-bottom: 1px solid var(--pl-line);
    display: flex;
    justify-content: space-between;
    padding: 1.3rem 1.4rem;
}

.dashboard-card-header h2 {
    font-size: 1.05rem;
    margin: .25rem 0 0;
}

.subtle-badge {
    background: var(--pl-soft);
    border-radius: 100px;
    color: #727a71;
    font-size: .68rem;
    padding: .4rem .7rem;
}

.source-breakdown {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    padding: 2rem 1.4rem;
}

.source-title {
    display: flex;
    font-size: .8rem;
    justify-content: space-between;
}

.source-title span {
    align-items: center;
    color: #5f675e;
    display: flex;
    gap: .55rem;
}

.source-swatch {
    background: var(--pl-violet);
    border-radius: 2px;
    display: inline-block;
    height: 8px;
    width: 8px;
}

.source-swatch.qr {
    background: var(--pl-green-strong);
}

.source-track {
    background: #edf0eb;
    height: 8px;
    margin: .8rem 0 .4rem;
    overflow: hidden;
}

.source-track span {
    display: block;
    height: 100%;
    min-width: 2px;
}

.source-track span.widget { background: var(--pl-violet); }
.source-track span.qr { background: var(--pl-green-strong); }

.source-row small {
    color: #969d94;
    font-size: .68rem;
}

.source-footer {
    align-items: center;
    background: #fafbf8;
    border-top: 1px solid var(--pl-line);
    color: #818880;
    display: flex;
    font-size: .7rem;
    justify-content: space-between;
    padding: 1rem 1.4rem;
}

.source-footer a,
.campaign-spotlight a {
    font-weight: 700;
    text-decoration: none;
}

.campaign-spotlight {
    background: #101310;
    border-radius: 12px;
    color: #fff;
    min-height: 310px;
    overflow: hidden;
    padding: 1.5rem;
    position: relative;
}

.campaign-glow {
    background: radial-gradient(circle, rgba(112, 91, 255, .65), transparent 65%);
    height: 310px;
    position: absolute;
    right: -120px;
    top: -120px;
    width: 310px;
}

.campaign-status {
    align-items: center;
    color: rgba(255, 255, 255, .52);
    display: flex;
    font-size: .67rem;
    gap: .5rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.campaign-status span {
    background: var(--pl-green);
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.campaign-spotlight h2 {
    font-size: 1.2rem;
    margin: 2.2rem 0 .7rem;
}

.campaign-prize {
    font-size: 3rem;
    font-weight: 560;
    letter-spacing: -.06em;
    line-height: 1;
}

.campaign-spotlight p,
.campaign-dates {
    color: rgba(255, 255, 255, .46);
    font-size: .75rem;
}

.campaign-dates {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin: 1.5rem 0 1rem;
    padding-top: 1rem;
}

.campaign-spotlight a {
    color: var(--pl-green);
    font-size: .74rem;
}

.dashboard-table td {
    color: #4f574e;
    font-size: .78rem;
}

.lead-contact {
    align-items: center;
    display: flex;
    gap: .75rem;
}

.lead-contact > span {
    align-items: center;
    background: #f0f2ed;
    border-radius: 50%;
    color: #4f574e;
    display: flex;
    flex: 0 0 auto;
    font-size: .7rem;
    font-weight: 750;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.lead-contact a {
    color: #151815;
    display: block;
    font-weight: 700;
    text-decoration: none;
}

.lead-contact small {
    color: #929991;
    display: block;
    font-size: .67rem;
}

.source-pill {
    border: 1px solid #e5e9e2;
    border-radius: 100px;
    color: #677066;
    font-size: .58rem;
    font-weight: 750;
    letter-spacing: .06em;
    padding: .3rem .5rem;
}

.source-pill.widget {
    background: rgba(112, 91, 255, .07);
    border-color: rgba(112, 91, 255, .16);
    color: #6456d9;
}

.source-pill.qr {
    background: rgba(140, 217, 54, .08);
    border-color: rgba(140, 217, 54, .21);
    color: #527f1f;
}

.map {
    border-radius: 8px;
    height: 420px;
}

.required::after {
    color: #dc3545;
    content: " *";
}

.widget-snippet {
    background: #101310;
    border-radius: 8px;
    color: #dfffb2;
    padding: 1rem;
    white-space: pre-wrap;
}

.honeypot {
    left: -9999px !important;
    position: absolute !important;
}

/* Guest authentication */
.guest-body {
    background: #fff;
}

.auth-layout {
    display: grid;
    grid-template-columns: minmax(430px, 48%) 1fr;
    min-height: 100vh;
}

.auth-story {
    background-color: #080a08;
    background-image:
        radial-gradient(circle at 10% 75%, rgba(185, 244, 93, .24), transparent 28%),
        radial-gradient(circle at 95% 35%, rgba(112, 91, 255, .28), transparent 34%),
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: auto, auto, 46px 46px, 46px 46px;
    color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: clamp(2rem, 5vw, 4.5rem);
    position: relative;
}

.auth-story-copy {
    margin: auto 0;
    max-width: 650px;
    position: relative;
    z-index: 2;
}

.auth-story-copy h1 {
    font-size: clamp(3rem, 5vw, 5.7rem);
    font-weight: 520;
    letter-spacing: -.07em;
    line-height: .96;
    margin: 1.4rem 0;
}

.auth-story-copy > p {
    color: rgba(255, 255, 255, .5);
    font-family: var(--pl-display);
    font-size: 1rem;
    line-height: 1.8;
    max-width: 530px;
}

.auth-proof {
    display: flex;
    gap: 2.5rem;
    margin-top: 3.5rem;
}

.auth-proof div {
    display: grid;
    gap: .2rem;
}

.auth-proof strong {
    color: var(--pl-green);
    font-size: 1.35rem;
    font-weight: 600;
}

.auth-proof span {
    color: rgba(255, 255, 255, .34);
    font-family: var(--pl-display);
    font-size: .58rem;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.auth-terminal {
    background: rgba(9, 11, 9, .78);
    border: 1px solid rgba(255, 255, 255, .11);
    bottom: -45px;
    box-shadow: 20px 20px 0 rgba(185, 244, 93, .07);
    max-width: 420px;
    padding-bottom: 3.5rem;
    position: relative;
    right: -24%;
}

.auth-terminal > div {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    gap: 6px;
    padding: .8rem 1rem;
}

.auth-terminal > div span {
    background: #3b403b;
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.auth-terminal small {
    color: rgba(255, 255, 255, .28);
    font-family: var(--pl-mono);
    font-size: .55rem;
    letter-spacing: .08em;
    margin-left: auto;
    text-transform: uppercase;
}

.auth-terminal code {
    color: rgba(255, 255, 255, .58);
    display: block;
    font-size: .68rem;
    line-height: 1.9;
    padding: 1.4rem 1.5rem;
}

.auth-terminal code i {
    color: #a99fff;
    font-style: normal;
}

.auth-terminal code b {
    color: var(--pl-green);
    font-weight: 500;
}

.auth-panel {
    display: flex;
    flex-direction: column;
    padding: 2rem clamp(1.5rem, 6vw, 6rem);
}

.auth-panel-top {
    align-items: center;
    color: #899087;
    display: flex;
    font-family: var(--pl-display);
    font-size: .66rem;
    justify-content: space-between;
}

.auth-panel-top a,
.auth-inline-link {
    color: #222722;
    font-weight: 700;
    text-decoration: none;
}

.auth-panel-top > div span {
    color: #91988f;
}

.auth-form-container {
    margin: auto;
    max-width: 560px;
    padding: 4rem 0;
    width: 100%;
}

.auth-form-heading {
    margin-bottom: 2rem;
}

.auth-kicker {
    color: #6e776c;
    font-family: var(--pl-display);
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.auth-form-heading h2 {
    font-size: clamp(2rem, 3.4vw, 3.2rem);
    font-weight: 580;
    letter-spacing: -.055em;
    line-height: 1.04;
    margin: .75rem 0;
}

.auth-form-heading p {
    color: #7b8379;
    font-size: 1rem;
    line-height: 1.65;
}

.saas-auth-form .form-label,
.auth-inline-link {
    font-family: var(--pl-display);
    font-size: .66rem;
}

.saas-auth-form .form-label {
    color: #454d44;
    font-weight: 700;
    margin-bottom: .5rem;
}

.saas-auth-form .form-control {
    background: #fafbf8;
    border-color: #dde1da;
    border-radius: 8px;
    font-size: .86rem;
    min-height: 50px;
    padding: .75rem .9rem;
}

.saas-auth-form .form-control:focus {
    background: #fff;
    border-color: #798078;
    box-shadow: 0 0 0 3px rgba(21, 24, 21, .08);
}

.saas-auth-form .form-check-label {
    color: #687067;
    font-size: .75rem;
}

.saas-auth-form .btn-lg {
    font-family: var(--pl-display);
    font-size: .75rem;
    padding: .9rem 1rem;
}

.auth-security-note,
.form-terms {
    color: #9aa099;
    font-family: var(--pl-display);
    font-size: .58rem;
    line-height: 1.6;
    margin: 1.4rem 0 0;
    text-align: center;
}

.auth-security-note span {
    background: var(--pl-green-strong);
    border-radius: 50%;
    display: inline-block;
    height: 5px;
    margin-right: .5rem;
    width: 5px;
}

.auth-form-container > .container {
    max-width: none;
    padding: 0;
}

.auth-form-container > .container > .row > [class*="col-"] {
    width: 100%;
}

.auth-form-container .card {
    border: 1px solid var(--pl-line);
    border-radius: 12px;
    box-shadow: none;
}

.auth-form-container .card-header {
    background: #101310;
    color: #fff;
    font-weight: 650;
    padding: 1rem 1.25rem;
}

.auth-form-container .card-body {
    padding: 1.5rem;
}

@media (min-width: 992px) {
    .app-sidebar {
        background-color: #090b09 !important;
        height: 100vh;
        position: sticky !important;
        top: 0;
    }
}

@media (max-width: 991.98px) {
    .marketing-hero {
        padding-top: 5rem;
    }

    .marketing-nav .navbar-collapse {
        padding-bottom: 1rem;
    }

    .section-heading-copy {
        padding-top: 0;
    }

    .value-strip,
    .steps-grid,
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .industry-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .industry-card:nth-child(n) {
        border-right: 0;
        border-top: 0;
    }

    .industry-card:nth-child(-n+2) {
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .industry-card:nth-child(2n) {
        border-right: 1px solid rgba(255, 255, 255, .1);
    }

    .integration-flow {
        grid-template-columns: 1fr;
    }

    .integration-flow > i {
        transform: rotate(90deg);
    }

    .integration-flow > div {
        min-height: 150px;
    }

    .auth-layout {
        grid-template-columns: minmax(320px, 42%) 1fr;
    }

    .auth-story {
        padding: 2rem;
    }

    .auth-story-copy h1 {
        font-size: clamp(2.7rem, 6vw, 4rem);
    }

    .auth-proof {
        flex-direction: column;
        gap: 1.1rem;
        margin-top: 2.25rem;
    }

    .value-strip > div,
    .steps-grid article {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        border-right: 1px solid rgba(255, 255, 255, .1);
        min-height: 210px;
    }

    .value-strip strong,
    .steps-grid small {
        margin-top: 2.5rem;
    }

    .app-sidebar {
        min-height: 100vh;
    }
}

@media (max-width: 767.98px) {
    .marketing-section {
        padding: 5.5rem 0;
    }

    .section-heading-row {
        align-items: flex-start !important;
        margin-bottom: 3.75rem !important;
    }

    .steps-grid {
        margin-top: 3.75rem !important;
    }

    .marketing-nav {
        min-height: 64px;
    }

    .marketing-hero {
        min-height: calc(100svh - 64px);
    }

    .scroll-cue {
        bottom: .9rem;
    }

    .scroll-mouse {
        height: 38px;
        width: 24px;
    }

    .industry-grid {
        grid-template-columns: 1fr;
    }

    .industry-card:nth-child(n) {
        border-right: 1px solid rgba(255, 255, 255, .1);
        border-top: 0;
    }

    .industry-card:first-child {
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .value-strip > div,
    .steps-grid article {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }

    .marketing-footer {
        min-height: 0;
        padding: 5rem 0 2rem;
    }

    .footer-grid {
        gap: 2.75rem;
        grid-template-columns: 1fr;
    }

    .footer-brand {
        grid-column: auto;
    }

    .footer-kicker {
        margin-top: 2.5rem;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: .75rem;
        line-height: 1.6;
        margin-top: 4rem;
    }

    .source-breakdown {
        grid-template-columns: 1fr;
    }

    .source-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: .75rem;
    }

    .comparison-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    .comparison-heading p {
        max-width: none;
        text-align: left;
    }

    .comparison-panel {
        padding: 1.25rem;
    }

    .comparison-table {
        min-width: 640px;
    }

    .dashboard-title {
        font-size: 2.15rem;
    }

    .auth-layout {
        display: block;
    }

    .auth-story {
        min-height: 330px;
        padding: 1.5rem;
    }

    .auth-story-copy {
        margin: 3.5rem 0 1.5rem;
    }

    .auth-story-copy h1 {
        font-size: 2.65rem;
        margin: 1rem 0;
    }

    .auth-story-copy > p {
        max-width: 480px;
    }

    .auth-proof,
    .auth-terminal {
        display: none;
    }

    .auth-panel {
        min-height: calc(100vh - 330px);
        padding: 1.25rem;
    }

    .auth-panel-top > div span {
        display: none;
    }

    .auth-form-container {
        padding: 3rem 0 2rem;
    }

    .map {
        height: 320px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lead-rain {
        opacity: .2;
    }

    .scroll-mouse,
    .scroll-mouse > span {
        animation: none;
    }
}

@supports (color: color(display-p3 1 1 1)) {
    :root {
        --pl-green: color(display-p3 .67 .98 .3);
        --pl-green-strong: color(display-p3 .48 .85 .18);
        --pl-violet: color(display-p3 .43 .36 1);
        --pl-yellow: color(display-p3 .96 .82 .24);
    }
}

@media (dynamic-range: high) and (color-gamut: p3) {
    .brand-signal,
    .lead-rain {
        filter: brightness(1.08) saturate(1.12);
    }

    .industry-icon {
        filter: brightness(1.08) saturate(1.12) drop-shadow(0 0 10px rgba(185, 244, 93, .18));
    }
}
