:root {
    --pf-ink: #13201b;
    --pf-ink-2: #21332d;
    --pf-muted: #66736f;
    --pf-line: #dfe7e3;
    --pf-surface: #f4f7f3;
    --pf-surface-2: #eef3f5;
    --pf-accent: #1f8a70;
    --pf-accent-2: #d6a23c;
    --pf-danger: #c95f4b;
    --pf-night: #101817;
}

body {
    color: var(--pf-ink);
    background: #ffffff;
}

.landing-menu {
    min-height: 62px;
    padding-top: .45rem;
    padding-bottom: .45rem;
    border-bottom: 1px solid transparent;
    background: rgba(16, 24, 23, 0);
    box-shadow: none;
    transition:
        background-color .22s ease,
        border-color .22s ease,
        box-shadow .22s ease,
        backdrop-filter .22s ease;
}

.landing-menu--scrolled {
    border-bottom-color: rgba(255, 255, 255, .14);
    background: rgba(20, 33, 31, .96);
    box-shadow: 0 14px 34px rgba(11, 22, 20, .22);
    backdrop-filter: blur(10px);
}

.landing-menu .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.landing-menu .nav-link {
    color: rgba(255, 255, 255, .82);
    border-radius: .65rem;
    transition: color .15s ease, background-color .15s ease;
}

.landing-menu .nav-link:hover,
.landing-menu .nav-link:focus {
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.landing-menu .navbar-toggler {
    border-color: rgba(255, 255, 255, .34);
}

.landing-menu .navbar-toggler:focus {
    box-shadow: 0 0 0 .18rem rgba(159, 226, 207, .28);
}

.landing-menu.main-menu-root .logo {
    box-shadow: 0 12px 26px rgba(54, 217, 203, .22);
    transition: background-color .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.landing-menu--top.main-menu-root .logo {
    background: rgba(6, 18, 17, .18);
    border-color: rgba(52, 105, 109, .88); /*rgba(255, 233, 225, .86);*/
}

.landing-menu--scrolled.main-menu-root .logo {
    background: rgba(255, 255, 255, .06);
    border-color: rgba(178, 169, 163, .68); /*rgba(255, 233, 225, .68);*/
}

.font-alt,
.pf-hero,
.pf-section,
.pf-signal-band,
.pf-final-cta {
    font-family: "Inter", "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.btn-profiterra {
    color: #fff;
    background: var(--pf-accent);
    border-color: var(--pf-accent);
    box-shadow: 0 12px 24px rgba(31, 138, 112, .22);
}

.btn-profiterra:hover,
.btn-profiterra:focus {
    color: #fff;
    background: #176f5a;
    border-color: #176f5a;
}

.pf-game-cta {
    background: #f6fbf9;
}

.pf-game-cta__panel {
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
    border: 1px solid rgba(20, 83, 75, .12);
    background: #fff;
    box-shadow: 0 1rem 2.5rem rgba(20, 83, 75, .08);
}

.pf-game-cta__metric {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(20, 83, 75, .1);
}

.pf-game-cta__metric span,
.pf-game-cta__text span {
    color: rgba(15, 23, 42, .58);
}

.pf-game-cta__metric strong {
    font-size: 2rem;
    line-height: 1;
}

.pf-game-cta__text {
    display: grid;
    gap: .25rem;
}

.pf-eyebrow {
    color: var(--pf-accent);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pf-eyebrow--light {
    color: #9fe2cf;
}

.pf-hero {
    position: relative;
    min-height: 86svh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: #fff;
    background-image: url("/images/landing/profiterra_analytics_collage_3.png");
    background-size: cover;
    background-position: center top;
}

.pf-hero__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(10, 18, 17, .94) 0%, rgba(10, 18, 17, .86) 44%, rgba(10, 18, 17, .38) 100%),
        linear-gradient(0deg, rgba(10, 18, 17, .92) 0%, rgba(10, 18, 17, .22) 34%, rgba(10, 18, 17, .08) 100%);
}

.pf-hero__content {
    position: relative;
    z-index: 1;
    padding-top: 7rem;
    padding-bottom: 4.5rem;
}

.pf-hero__title {
    max-width: 920px;
    margin: .65rem 0 1.1rem;
    font-size: clamp(2.35rem, 5.1vw, 5.2rem);
    line-height: .98;
    font-weight: 800;
    letter-spacing: 0;
}

.pf-hero__lead {
    max-width: 720px;
    color: rgba(255, 255, 255, .78);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.55;
}

.pf-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.6rem;
}

.pf-hero__proof {
    padding: 1rem 0 0 1.25rem;
    border-left: 3px solid var(--pf-accent-2);
}

.pf-hero__proof span {
    display: block;
    margin-bottom: .45rem;
    color: rgba(255, 255, 255, .6);
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.pf-hero__proof strong {
    display: block;
    max-width: 360px;
    font-size: 1.05rem;
    line-height: 1.45;
}

.pf-signal-band {
    margin-top: -1px;
    padding: 1rem 0;
    background: var(--pf-night);
    color: #fff;
}

.pf-signal-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .12);
}

.pf-signal-grid > div {
    min-height: 126px;
    padding: 1.2rem;
    background: #14211f;
}

.pf-signal-grid span {
    display: block;
    margin-bottom: .5rem;
    color: #f0c46e;
    font-size: 1.35rem;
    font-weight: 800;
}

.pf-signal-grid p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    line-height: 1.45;
}

.pf-section {
    padding: 5.5rem 0;
}

.pf-section--ink {
    color: #fff;
    background: var(--pf-night);
}

.pf-section--muted {
    background: var(--pf-surface);
}

.pf-section--pricing {
    background: var(--pf-surface-2);
}

.pf-section-head {
    max-width: 780px;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.pf-section-head--left {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
}

.pf-section-head h2,
.pf-message h2,
.pf-final-cta h2 {
    margin: .5rem 0 .75rem;
    font-size: clamp(2rem, 3.3vw, 3.2rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: 0;
}

.pf-section-head p,
.pf-message p {
    margin: 0;
    color: var(--pf-muted);
    font-size: 1.05rem;
    line-height: 1.65;
}

.pf-section--ink .pf-section-head p {
    color: rgba(255, 255, 255, .7);
}

.pf-card,
.pf-roadmap,
.pf-price {
    height: 100%;
    border: 1px solid var(--pf-line);
    border-radius: 8px;
    background: #fff;
}

.pf-card {
    padding: 1.5rem;
}

.pf-card i {
    color: var(--pf-accent);
    font-size: 1.75rem;
}

.pf-card h3,
.pf-roadmap h3,
.pf-price h3,
.pf-capability h3 {
    margin: 1rem 0 .65rem;
    font-size: 1.15rem;
    font-weight: 800;
}

.pf-card p,
.pf-roadmap p,
.pf-price p,
.pf-capability p {
    margin: 0;
    color: var(--pf-muted);
    line-height: 1.58;
}

.pf-card--future {
    border-color: rgba(214, 162, 60, .45);
    background: #fffaf0;
}

.pf-product-shot {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: #192623;
    box-shadow: 0 24px 48px rgba(0, 0, 0, .28);
}

.pf-product-shot img {
    display: block;
    width: 100%;
    height: auto;
}

.pf-steps {
    display: grid;
    gap: .85rem;
    margin-top: 2rem;
}

.pf-steps div {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: .9rem;
    align-items: start;
}

.pf-steps span {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid rgba(159, 226, 207, .35);
    border-radius: 999px;
    color: #9fe2cf;
    font-weight: 800;
}

.pf-steps p {
    margin: .35rem 0 0;
    color: rgba(255, 255, 255, .74);
}

.pf-capability-list {
    display: grid;
    border-top: 1px solid var(--pf-line);
}

.pf-capability {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 1.5rem;
    padding: 1.35rem 0;
    border-bottom: 1px solid var(--pf-line);
}

.pf-capability > span {
    color: var(--pf-accent-2);
    font-weight: 800;
}

.pf-capability h3 {
    margin-top: 0;
}

.pf-message {
    height: 100%;
    padding: 2rem;
    border-left: 4px solid var(--pf-accent);
    background: #fff;
}

.pf-outcome-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: var(--pf-line);
    border: 1px solid var(--pf-line);
}

.pf-outcome-grid div {
    min-height: 154px;
    padding: 1.4rem;
    background: #fff;
}

.pf-outcome-grid strong,
.pf-outcome-grid span {
    display: block;
}

.pf-outcome-grid strong {
    margin-bottom: .6rem;
    font-weight: 800;
}

.pf-outcome-grid span {
    color: var(--pf-muted);
    line-height: 1.55;
}

.pf-roadmap {
    padding: 1.35rem;
}

.pf-roadmap > span {
    color: var(--pf-accent);
    font-size: .82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.pf-trial {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.2rem;
    padding: 1.1rem 1.25rem;
    border: 1px solid rgba(31, 138, 112, .24);
    border-radius: 8px;
    background: #fff;
}

.pf-trial strong,
.pf-trial span {
    display: block;
}

.pf-trial span {
    color: var(--pf-muted);
}

.pf-price {
    display: flex;
    flex-direction: column;
    padding: 1.3rem;
}

.pf-price__label {
    color: var(--pf-accent);
    font-size: .8rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pf-price__value {
    margin: .5rem 0 .8rem;
    font-size: 1.7rem;
    font-weight: 900;
}

.pf-price p {
    margin-bottom: 1rem;
}

.pf-price .btn {
    margin-top: auto;
}

.pf-price--featured {
    border-color: rgba(31, 138, 112, .5);
    box-shadow: 0 16px 36px rgba(31, 138, 112, .14);
}

.pf-price--enterprise {
    color: #fff;
    border-color: var(--pf-night);
    background: var(--pf-night);
}

.pf-price--enterprise .pf-price__label {
    color: #f0c46e;
}

.pf-price--enterprise p {
    color: rgba(255, 255, 255, .72);
}

.pf-pricing-actions {
    margin-top: 1.6rem;
    text-align: center;
}

.pf-final-cta {
    padding: 4.5rem 0;
    color: #fff;
    background: #16221f;
}

.pf-final-cta__inner {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
}

.pf-final-cta h2 {
    max-width: 760px;
    margin-bottom: 0;
}

.pf-plan-table th,
.pf-plan-table td {
    min-width: 110px;
    vertical-align: middle;
}

.pf-plan-table th:first-child,
.pf-plan-table td:first-child {
    min-width: 320px;
}

.pf-plan-table td.yes,
.pf-plan-table td.no,
.pf-plan-table td.trial {
    text-align: center;
    font-weight: 800;
}

.pf-plan-table td.yes::before {
    content: "✓";
    color: var(--pf-accent);
}

.pf-plan-table td.no::before {
    content: "—";
    color: #a9b2ae;
}

.pf-plan-table td.trial::before {
    content: "trial";
    color: var(--pf-accent-2);
    font-size: .76rem;
    text-transform: uppercase;
}

.price-matrix td.yes::before,
.price-matrix td.no::before {
    font-weight: 800;
}

@media (max-width: 1199.98px) {
    .pf-signal-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .landing-menu .navbar-collapse {
        margin-top: .65rem;
        padding: .65rem;
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: .9rem;
        background: rgba(20, 33, 31, .98);
        box-shadow: 0 18px 34px rgba(11, 22, 20, .22);
    }

    .pf-hero {
        min-height: 84svh;
        background-position: 58% top;
    }

    .pf-hero__shade {
        background:
            linear-gradient(90deg, rgba(10, 18, 17, .95) 0%, rgba(10, 18, 17, .78) 100%),
            linear-gradient(0deg, rgba(10, 18, 17, .95) 0%, rgba(10, 18, 17, .2) 100%);
    }

    .pf-hero__content {
        padding-top: 7rem;
        padding-bottom: 3rem;
    }

    .pf-section {
        padding: 4rem 0;
    }

    .pf-final-cta__inner,
    .pf-trial {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .pf-hero {
        min-height: auto;
    }

    .pf-hero__content {
        padding-top: 6.25rem;
    }

    .pf-hero__title {
        font-size: 2.45rem;
    }

    .pf-signal-grid,
    .pf-outcome-grid {
        grid-template-columns: 1fr;
    }

    .pf-capability {
        grid-template-columns: 1fr;
        gap: .5rem;
    }

    .pf-message {
        padding: 1.4rem;
    }
}
