@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

:root {
    --prynt-ink: #242428;
    --prynt-muted: #626471;
    --prynt-soft: #f4f6f9;
    --prynt-line: #e2e5ec;
    --prynt-accent: #7367f0;
    --prynt-accent-dark: #574bd8;
    --prynt-teal: #0f9f9a;
}

body {
    background-color: var(--prynt-soft);
    color: var(--prynt-ink);
    font-family: "Source Sans 3", Arial, sans-serif;
    letter-spacing: 0;
}

a {
    color: inherit;
}

.scroll-to-top-150 {
    scroll-margin-top: 150px;
}

.btn {
    border-radius: 4px;
}

.btn-pryntcontrol {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--prynt-accent);
    --bs-btn-border-color: var(--prynt-accent);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--prynt-accent-dark);
    --bs-btn-hover-border-color: var(--prynt-accent-dark);
    --bs-btn-focus-shadow-rgb: 115, 103, 240;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--prynt-accent-dark);
    --bs-btn-active-border-color: var(--prynt-accent-dark);
    font-weight: 700;
}

.hero-section,
.page-hero {
    background: #ffffff;
    padding: 3rem 0 3rem;
}

.page-hero {
    padding-top: 2.5rem;
}

.eyebrow {
    color: var(--prynt-teal);
    display: inline-flex;
    font-size: .88rem;
    font-weight: 800;
    letter-spacing: .08em;
    margin-bottom: .75rem;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    color: var(--prynt-ink);
    font-weight: 800;
    letter-spacing: 0;
}

h1 {
    font-size: clamp(2.4rem, 4vw, 3.5rem);
    line-height: .98;
    margin-bottom: 1.25rem;
}

h2 {
    font-size: clamp(1.8rem, 2.6vw, 2.8rem);
    line-height: 1.05;
}

h3 {
    font-size: 1.2rem;
}

p {
    color: var(--prynt-muted);
    font-size: 1.05rem;
    line-height: 1.65;
}

.hero-lead {
    color: #3d3f49;
    font-size: 1.2rem;
    line-height: 1.55;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: 2rem;
}

.hero-proof {
    border-top: 1px solid var(--prynt-line);
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 2.25rem;
    padding-top: 1rem;
}

.hero-proof span,
.metric-card {
    background: #ffffff;
    border: 1px solid var(--prynt-line);
    border-radius: 8px;
    color: #333642;
    font-weight: 700;
    padding: .7rem .9rem;
}

.hero-image {
    aspect-ratio: 16 / 11;
    /*border: 1px solid var(--prynt-line);*/
    /*border-radius: 8px;*/
    /*box-shadow: 0 20px 50px rgba(36, 36, 40, .14);*/
    display: block;
    object-fit: cover;
    width: 100%;
}

.hero-icon-panel {
    align-items: center;
    aspect-ratio: 5 / 4;
    background: linear-gradient(145deg, #eefbf9 0%, #ffffff 100%);
    border: 1px solid rgba(15, 159, 154, .18);
    border-radius: 24px;
    box-shadow: 0 20px 48px rgba(15, 159, 154, .12);
    display: flex;
    justify-content: center;
    margin-left: auto;
    max-width: 280px;
    min-height: 220px;
    overflow: hidden;
    padding: 2rem;
    position: relative;
}

.hero-icon-panel::before {
    background: linear-gradient(90deg, rgba(15, 159, 154, .16) 1px, transparent 1px),
    linear-gradient(0deg, rgba(15, 159, 154, .14) 1px, transparent 1px);
    background-size: 22px 22px;
    content: "";
    height: 100%;
    inset: 0;
    opacity: .38;
    position: absolute;
    width: 100%;
}

.hero-icon-orb {
    align-items: center;
    background: var(--prynt-teal);
    border-radius: 28px;
    box-shadow: 0 16px 32px rgba(15, 159, 154, .26);
    color: #ffffff;
    display: flex;
    height: 128px;
    justify-content: center;
    position: relative;
    width: 128px;
    z-index: 1;
}

.hero-icon-orb .lucide {
    height: 70px;
    width: 70px;
}

.section-band {
    padding: 2.75rem 0;
}

.section-heading {
    /*max-width: 760px;*/
    margin-bottom: 2rem;
}

.info-card,
.detail-block,
.audience-card {
    background: #ffffff;
    border: 1px solid var(--prynt-line);
    border-radius: 8px;
    height: 100%;
    padding: 1.45rem;
}

.info-card p,
.detail-block p,
.audience-card p {
    margin-bottom: 0;
}

.audience-grid {
    scroll-margin-top: 150px;
}

.audience-card {
    padding: 2rem;
}

.audience-card-alt {
    background: #f8f9fd;
}

.audience-card h3 {
    font-size: clamp(1.6rem, 2.4vw, 2.25rem);
    line-height: 1.05;
    margin-bottom: 1rem;
}

.audience-card ul {
    color: #3d3f49;
    font-size: 1.02rem;
    line-height: 1.55;
    margin: 1.25rem 0 1.5rem;
    padding-left: 1.15rem;
}

.audience-card li + li {
    margin-top: .45rem;
}

.info-icon {
    align-items: center;
    background: #ecfbfa;
    border-radius: 8px;
    color: #087a77;
    display: inline-flex;
    font-size: .85rem;
    font-weight: 800;
    height: 2.35rem;
    justify-content: center;
    margin-bottom: 1rem;
    width: 2.35rem;
}

.feature-grid {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--prynt-line);
    border-radius: 8px;
    background: var(--prynt-line);
}

.feature-grid > div {
    background: #ffffff;
    min-height: 180px;
    padding: 1.45rem;
}

.metric-card {
    align-items: center;
    display: flex;
    min-height: 94px;
}

.logo-box {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--prynt-line);
    border-radius: 8px;
    color: #333642;
    display: flex;
    font-weight: 800;
    justify-content: center;
    min-height: 74px;
    padding: 1rem;
    text-align: center;
}

.resource-list {
    background: #ffffff;
    border: 1px solid var(--prynt-line);
    border-radius: 8px;
    overflow: hidden;
}

.resource-list a {
    color: #242428;
    display: block;
    font-size: 1.08rem;
    font-weight: 700;
    padding: 1.1rem 1.25rem;
    text-decoration: none;
}

.resource-list a + a {
    border-top: 1px solid var(--prynt-line);
}

.resource-list a:hover {
    background: #f4f6f9;
    color: var(--prynt-accent);
}

.feature-anchor-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-anchor-list a + a {
    border-top: 0;
    border-left: 1px solid var(--prynt-line);
}

.feature-anchor-list a:nth-child(3n + 1) {
    border-left: 0;
}

.feature-anchor-list a:nth-child(n + 4) {
    border-top: 1px solid var(--prynt-line);
}

.feature-group-list {
    display: grid;
    gap: 1.25rem;
}

.feature-group-block {
    background: #ffffff;
    border: 1px solid var(--prynt-line);
    border-radius: 8px;
    display: grid;
    gap: 1px;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    overflow: hidden;
}

.feature-group-copy,
.feature-group-items {
    background: #ffffff;
    padding: 1.6rem;
}

.feature-group-copy {
    border-right: 1px solid var(--prynt-line);
}

.feature-group-items {
    display: grid;
    gap: .9rem;
}

.feature-item-link {
    align-items: flex-start;
    border: 1px solid var(--prynt-line);
    border-radius: 8px;
    color: #242428;
    display: grid;
    gap: .85rem;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 1rem;
    text-decoration: none;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.feature-item-link:hover {
    border-color: rgba(115, 103, 240, .45);
    box-shadow: 0 12px 28px rgba(36, 36, 40, .08);
    color: #242428;
    transform: translateY(-1px);
}

.feature-item-link strong {
    display: block;
    font-size: 1.05rem;
    line-height: 1.25;
    margin-bottom: .2rem;
}

.feature-item-link small {
    color: var(--prynt-muted);
    display: block;
    font-size: .95rem;
    line-height: 1.45;
}

.feature-type {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: .72rem;
    font-weight: 800;
    justify-content: center;
    min-width: 92px;
    padding: .35rem .6rem;
    text-transform: uppercase;
}

.feature-type-cloud {
    background: #ecfbfa;
    color: #087a77;
}

.feature-type-onpremise {
    background: #f0efff;
    color: #574bd8;
}

.feature-list-grid {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    background: var(--prynt-line);
    border: 1px solid var(--prynt-line);
    border-radius: 8px;
}

.feature-list-grid article {
    background: #ffffff;
    min-height: 168px;
    padding: 1.25rem;
}

.feature-list-grid p {
    margin-bottom: 0;
}

.check-list {
    color: #3d3f49;
    font-size: 1.02rem;
    line-height: 1.55;
    margin: 1.25rem 0 1.5rem;
    padding-left: 1.15rem;
}

.check-list li + li {
    margin-top: .45rem;
}

.screenshot-frame,
.wide-image-frame,
.mini-shot-grid figure {
    background: #ffffff;
    border: 1px solid var(--prynt-line);
    border-radius: 8px;
    margin: 0;
    overflow: hidden;
}

.screenshot-frame img,
.wide-image-frame img,
.mini-shot-grid img {
    display: block;
    object-fit: cover;
    width: 100%;
}

.screenshot-frame img {
    aspect-ratio: 16 / 10;
}

.wide-image-frame img {
    aspect-ratio: 16 / 7;
}

.screenshot-frame figcaption,
.wide-image-frame figcaption,
.mini-shot-grid figcaption {
    color: var(--prynt-muted);
    font-size: .92rem;
    padding: .75rem 1rem;
}

.video-frame {
    background: #101114;
    border: 1px solid var(--prynt-line);
    border-radius: 8px;
    box-shadow: 0 20px 48px rgba(36, 36, 40, .14);
    overflow: hidden;
}

.video-frame iframe {
    aspect-ratio: 16 / 9;
    border: 0;
    display: block;
    width: 100%;
}

.hero-video-frame {
    margin-left: auto;
    max-width: 560px;
}

.case-study-hero .section-heading {
    max-width: 900px;
}

.case-video-shell {
    margin: 2.5rem auto 0;
    max-width: 980px;
}

.case-video-frame {
    box-shadow: 0 28px 64px rgba(36, 36, 40, .18);
}

.screenshot-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.module-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.module-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.module-grid article {
    background: #ffffff;
    border: 1px solid var(--prynt-line);
    border-radius: 8px;
    padding: 1.35rem;
}

.module-grid a {
    color: var(--prynt-accent);
    font-weight: 800;
    text-decoration: none;
}

.module-grid a:hover {
    text-decoration: underline;
}

.channel-role-card h2 {
    font-size: clamp(1.6rem, 2.2vw, 2.2rem);
}

.partner-badge-preview,
.directory-placeholder {
    background: #ffffff;
    border: 1px solid var(--prynt-line);
    border-radius: 8px;
    padding: 2rem;
}

.partner-badge-preview {
    align-items: center;
    display: inline-flex;
    gap: 1rem;
    min-width: min(100%, 360px);
}

.partner-badge-mark {
    align-items: center;
    background: var(--prynt-teal);
    border-radius: 16px;
    color: #ffffff;
    display: flex;
    height: 4rem;
    justify-content: center;
    width: 4rem;
}

.partner-badge-mark .lucide {
    height: 2.2rem;
    width: 2.2rem;
}

.partner-badge-preview strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.1;
}

.partner-badge-preview small {
    color: var(--prynt-muted);
    display: block;
    font-size: 1rem;
    font-weight: 800;
    margin-top: .25rem;
    text-transform: uppercase;
}

.legal-hero {
    border-bottom: 1px solid var(--prynt-line);
}

.legal-content {
    background: #ffffff;
    border: 1px solid var(--prynt-line);
    border-radius: 8px;
    margin: 0 auto;
    max-width: 920px;
    padding: clamp(1.4rem, 3vw, 2.6rem);
}

.legal-content h2 {
    border-top: 1px solid var(--prynt-line);
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    margin: 2rem 0 1rem;
    padding-top: 1.6rem;
}

.legal-content h2:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.legal-content p,
.legal-content li {
    color: #3d3f49;
    font-size: 1rem;
    line-height: 1.65;
}

.legal-content p {
    margin-bottom: 1rem;
}

.legal-content ul,
.legal-content ol {
    color: #3d3f49;
    margin: 0 0 1.2rem;
    padding-left: 1.25rem;
}

.legal-content li + li {
    margin-top: .45rem;
}

.legal-content strong {
    color: var(--prynt-ink);
    font-weight: 800;
}

.contact-form-card,
.contact-success {
    background: #ffffff;
    border: 1px solid var(--prynt-line);
    border-radius: 8px;
}

.contact-form-card {
    padding: clamp(1.4rem, 3vw, 2.2rem);
}

.contact-form-card h2 {
    font-size: clamp(1.5rem, 2.2vw, 2.1rem);
    margin-bottom: 1.5rem;
}

.contact-form .form-label,
.contact-form .form-check-label {
    color: #333642;
    font-weight: 700;
}

.contact-form .form-control {
    border-color: var(--prynt-line);
    border-radius: 6px;
    min-height: 46px;
}

.contact-form textarea.form-control {
    min-height: 160px;
}

.contact-form .form-control:focus,
.contact-form .form-check-input:focus {
    border-color: rgba(115, 103, 240, .55);
    box-shadow: 0 0 0 .2rem rgba(115, 103, 240, .12);
}

.contact-form .form-check-input:checked {
    background-color: var(--prynt-accent);
    border-color: var(--prynt-accent);
}

.contact-form .invalid-feedback,
.contact-form .form-error-message {
    color: #b42318;
    font-size: .92rem;
    margin-top: .35rem;
}

.contact-form ul {
    color: #b42318;
    list-style: none;
    margin: .4rem 0 0;
    padding: 0;
}

.contact-honeypot {
    height: 0;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    width: 0;
}

.contact-success {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 1.25rem;
}

.contact-success h2 {
    font-size: 1.4rem;
    margin-bottom: .35rem;
}

.contact-success p,
.contact-help .check-list {
    margin-bottom: 0;
}

.contact-help {
    height: auto;
    margin-top: 1.5rem;
}

.feature-table-wrap {
    background: #ffffff;
    border: 1px solid var(--prynt-line);
    border-radius: 8px;
    overflow: hidden;
}

.feature-table {
    margin-bottom: 0;
}

.feature-table th {
    background: #f4f6f9;
    color: #242428;
    font-weight: 800;
}

.feature-table td,
.feature-table th {
    border-color: var(--prynt-line);
    padding: 1rem;
    vertical-align: top;
}

.stat-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stat-grid div {
    background: #ffffff;
    border: 1px solid var(--prynt-line);
    border-radius: 8px;
    min-height: 160px;
    padding: 1.35rem;
}

.stat-grid strong {
    color: var(--prynt-accent);
    display: block;
    font-size: 2.3rem;
    line-height: 1;
    margin-bottom: 1rem;
}

.stat-grid span {
    color: #333642;
    display: block;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.35;
}

.mini-shot-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mini-shot-grid img {
    aspect-ratio: 4 / 3;
}

.manufacturer-anchor {
    align-items: center;
    display: flex;
    gap: .85rem;
}

.manufacturer-anchor > span:last-child {
    display: grid;
    gap: .1rem;
}

.manufacturer-anchor small {
    color: var(--prynt-muted);
    font-size: .9rem;
    font-weight: 600;
}

.manufacturer-anchor-logo,
.manufacturer-section-logo,
.manufacturer-logo-card {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--prynt-line);
    display: flex;
    justify-content: center;
}

.manufacturer-anchor-logo {
    border-radius: 8px;
    flex: 0 0 84px;
    height: 48px;
    padding: .55rem;
}

.manufacturer-anchor-logo img,
.manufacturer-section-logo img,
.manufacturer-logo-card img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.manufacturer-section-logo {
    border-radius: 8px;
    height: 76px;
    margin-bottom: 1rem;
    max-width: 220px;
    padding: 1rem 1.25rem;
}

.manufacturer-media {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 2fr) minmax(180px, 1fr);
}

.manufacturer-logo-card {
    border-radius: 8px;
    flex-direction: column;
    gap: 1rem;
    min-height: 100%;
    padding: 1.25rem;
    text-align: center;
}

.manufacturer-logo-card img {
    max-height: 90px;
}

.manufacturer-logo-card p {
    font-size: .95rem;
    font-weight: 800;
    margin: 0;
}

.cta-band {
    background: #242428;
    color: #ffffff;
    padding: 3.5rem 0;
}

.cta-band .container-lg {
    align-items: center;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    justify-content: flex-end;
}

.cta-band h2,
.cta-band p {
    color: #ffffff;
}

.cta-band p {
    margin-bottom: 0;
    max-width: 720px;
    opacity: .82;
}

.icon {
    width: 28px;
    height: 28px;
    color: var(--prynt-accent);
    flex-shrink: 0;
}

.icon-lg {
    width: 36px;
    height: 36px;
}

.icon-muted {
    color: #6b7280;
}

.scroll-top-button {
    align-items: center;
    background: var(--prynt-teal);
    border: 0;
    border-radius: 999px;
    bottom: 1.5rem;
    box-shadow: 0 16px 32px rgba(15, 159, 154, .28);
    color: #ffffff;
    display: inline-flex;
    height: 3rem;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 1.5rem;
    transform: translateY(.75rem);
    transition: opacity .18s ease, transform .18s ease, background-color .18s ease;
    width: 3rem;
    z-index: 1030;
}

.scroll-top-button:hover,
.scroll-top-button:focus-visible {
    background: #087a77;
}

.scroll-top-button:focus-visible {
    outline: 3px solid rgba(15, 159, 154, .25);
    outline-offset: 3px;
}

.scroll-top-button.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.scroll-top-button .lucide {
    height: 1.35rem;
    width: 1.35rem;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .scroll-top-button {
        right: max(1.5rem, calc((100vw - 960px) / 2) - 70px);
    }
}

@media (min-width: 1200px) {
    .scroll-top-button {
        right: max(1.5rem, calc((100vw - 1140px) / 2) - 70px);
    }
}

@media (max-width: 991.98px) {
    .hero-section,
    .page-hero {
        padding: 2.5rem 0;
    }

    .hero-icon-panel {
        margin-left: 0;
        max-width: 240px;
        min-height: 190px;
    }

    .hero-icon-orb {
        height: 108px;
        width: 108px;
    }

    .hero-icon-orb .lucide {
        height: 58px;
        width: 58px;
    }

    .feature-list-grid,
    .screenshot-grid,
    .module-grid,
    .stat-grid,
    .mini-shot-grid,
    .feature-anchor-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .feature-anchor-list a,
    .feature-anchor-list a:nth-child(3n + 1) {
        border-left: 0;
    }

    .feature-anchor-list a:nth-child(n + 3) {
        border-top: 1px solid var(--prynt-line);
    }

    .feature-anchor-list a:nth-child(even) {
        border-left: 1px solid var(--prynt-line);
    }

    .feature-group-block {
        grid-template-columns: 1fr;
    }

    .manufacturer-media {
        grid-template-columns: 1fr;
    }

    .feature-group-copy {
        border-right: 0;
        border-bottom: 1px solid var(--prynt-line);
    }

    .cta-band .container-lg {
        align-items: flex-start;
        flex-direction: column;
    }

    .cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    h1 {
        font-size: 2.35rem;
    }

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

    .feature-list-grid,
    .screenshot-grid,
    .module-grid,
    .stat-grid,
    .mini-shot-grid,
    .feature-anchor-list {
        grid-template-columns: 1fr;
    }

    .feature-anchor-list a:nth-child(even),
    .feature-anchor-list a {
        border-left: 0;
    }

    .feature-anchor-list a + a {
        border-top: 1px solid var(--prynt-line);
    }

    .hero-actions .btn {
        width: 100%;
    }

    .cta-actions,
    .cta-actions .btn {
        width: 100%;
    }

    .scroll-top-button {
        bottom: 1rem;
        height: 2.75rem;
        right: 1rem;
        width: 2.75rem;
    }
}
