:root {
    --jp-bg: #08111f;
    --jp-surface: #0f1b2d;
    --jp-surface-soft: rgba(255, 255, 255, 0.08);
    --jp-surface-strong: #ffffff;
    --jp-text: #0f172a;
    --jp-text-light: rgba(255, 255, 255, 0.86);
    --jp-muted: rgba(255, 255, 255, 0.66);
    --jp-line: rgba(255, 255, 255, 0.12);
    --jp-primary: #3be3c2;
    --jp-primary-deep: #11b89a;
    --jp-secondary: #7dd3fc;
    --jp-accent: #9eff4b;
    --jp-shadow: 0 30px 80px rgba(6, 12, 24, 0.35);
    --jp-radius: 28px;
}

html {
    scroll-behavior: smooth;
}

body.home #top-header,
body.home #main-header,
body.home #main-footer,
body.home #footer-bottom {
    display: none;
}

body.jp-brand-page #page-container,
body.page-template-default #page-container,
body.single-post #page-container,
body.blog #page-container {
    padding-top: 0 !important;
}

body.home #page-container {
    padding-top: 0 !important;
}

body.home #main-content .container::before {
    display: none;
}

body.jp-brand-page #main-content .container,
body.page-template-default #main-content .container,
body.single-post #main-content .container,
body.blog #main-content .container {
    padding-top: 0 !important;
}

body.jp-brand-page #main-content .container::before,
body.page-template-default #main-content .container::before,
body.single-post #main-content .container::before,
body.blog #main-content .container::before {
    display: none;
}

body.jp-brand-page #main-content,
body.page-template-default #main-content,
body.single-post #main-content,
body.blog #main-content {
    background: transparent;
}

.jp-home {
    background:
        radial-gradient(circle at top left, rgba(59, 227, 194, 0.2), transparent 30%),
        radial-gradient(circle at top right, rgba(125, 211, 252, 0.22), transparent 26%),
        linear-gradient(180deg, #08111f 0%, #0d1730 36%, #f6f9fc 36%, #f6f9fc 100%);
    color: var(--jp-text);
    font-family: "Manrope", sans-serif;
}

.jp-shell {
    width: min(1240px, calc(100vw - 40px));
    margin: 0 auto;
}

.jp-kicker,
.jp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 800;
}

.jp-eyebrow {
    color: var(--jp-secondary);
    margin-bottom: 20px;
}

.jp-kicker {
    color: #1791bc;
    margin-bottom: 16px;
}

.jp-hero {
    position: relative;
    overflow: hidden;
    padding: 28px 0 78px;
    background:
        radial-gradient(circle at top left, rgba(59, 227, 194, 0.18), transparent 28%),
        radial-gradient(circle at top right, rgba(125, 211, 252, 0.12), transparent 26%),
        linear-gradient(180deg, #08111f 0%, #0d1730 72%, #102142 100%);
}

.jp-page__hero {
    position: relative;
    overflow: hidden;
}

.jp-hero .jp-shell,
.jp-page__hero .jp-shell {
    position: relative;
    z-index: 1;
}

.jp-hero::before,
.jp-hero::after,
.jp-page__hero::before,
.jp-page__hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.jp-hero::before {
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3, 11, 22, 0.97) 0%, rgba(3, 11, 22, 0.93) 18%, rgba(3, 11, 22, 0.82) 36%, rgba(3, 11, 22, 0.58) 58%, rgba(3, 11, 22, 0.24) 100%),
        linear-gradient(180deg, rgba(5, 16, 31, 0.12) 0%, rgba(5, 16, 31, 0.02) 100%),
        url("../generated/jp-hero-generated-illustration.webp") no-repeat center right / cover;
    opacity: 0.96;
    z-index: 0;
    transform: scale(1.035);
    transform-origin: center;
}

.jp-hero::after {
    width: 520px;
    height: 520px;
    top: 70px;
    right: -110px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(59, 227, 194, 0.16) 0%, rgba(59, 227, 194, 0) 72%);
    filter: blur(8px);
    z-index: 0;
}

.jp-page__hero::before {
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 13, 25, 0.96) 0%, rgba(4, 13, 25, 0.92) 22%, rgba(4, 13, 25, 0.78) 42%, rgba(4, 13, 25, 0.52) 66%, rgba(4, 13, 25, 0.24) 100%),
        linear-gradient(180deg, rgba(5, 16, 31, 0.16) 0%, rgba(5, 16, 31, 0.02) 100%),
        url("../generated/jp-hero-generated-photo.webp") no-repeat center right / cover;
    filter: none;
    opacity: 0.84;
    z-index: 0;
}

.jp-page__hero::after {
    width: 360px;
    height: 360px;
    bottom: 26px;
    left: -96px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(125, 211, 252, 0.15) 0%, rgba(125, 211, 252, 0) 74%);
    filter: blur(12px);
    z-index: 0;
}

.jp-masthead {
    position: relative;
    display: grid;
    gap: 8px;
    width: min(100%, 760px);
    margin-bottom: 16px;
    padding: 18px 24px 20px;
    border-radius: 28px;
    border: 1px solid rgba(125, 211, 252, 0.18);
    background: linear-gradient(135deg, rgba(7, 18, 34, 0.88), rgba(11, 31, 54, 0.72));
    backdrop-filter: blur(18px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.24);
    overflow: hidden;
}

.jp-masthead::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, var(--jp-primary), rgba(125, 211, 252, 0.78));
}

.jp-masthead__eyebrow {
    color: #80f0e3;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.jp-masthead strong {
    font-family: "Sora", sans-serif;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    color: #f8fbff;
}

.jp-masthead__topics {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.96rem;
    line-height: 1.65;
}

.jp-nav {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 18px;
    padding: 16px 22px;
    background: rgba(8, 17, 31, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 32px;
    backdrop-filter: blur(18px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.jp-nav__spacer {
    min-height: 1px;
}

.jp-nav__links {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-self: center;
}

.jp-nav__links a,
.jp-nav__cta {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.jp-nav__links a:hover {
    color: var(--jp-primary);
}

.jp-nav__links a.is-active {
    color: var(--jp-primary);
}

.jp-nav__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--jp-primary), var(--jp-secondary));
    color: #04111f;
    justify-self: end;
}

.jp-nav__cta:hover {
    color: #04111f;
    background: linear-gradient(135deg, #61edd2, #9ce0ff);
    box-shadow: 0 16px 34px rgba(59, 227, 194, 0.24);
}

.jp-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    gap: 42px;
    padding-top: 42px;
}

.jp-hero__copy {
    color: #fff;
    padding: 48px 0 12px;
}

.jp-hero__copy h1,
.jp-section-head h2,
.jp-feature__copy h2,
.jp-contact__copy h2 {
    font-family: "Sora", sans-serif;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.jp-hero__copy h1 {
    font-size: clamp(3rem, 6vw, 5.4rem);
    margin: 0 0 24px;
    max-width: 13ch;
    color: #f8fbff;
    text-shadow: 0 16px 42px rgba(4, 11, 21, 0.36);
}

.jp-hero__lead {
    margin: 0;
    font-size: 1.14rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.84);
    max-width: 60ch;
    text-shadow: 0 10px 28px rgba(4, 11, 21, 0.24);
}

.jp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 34px 0 28px;
}

.jp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 28px;
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: 0.01em;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.jp-button:hover {
    transform: translateY(-2px);
}

.jp-button--primary {
    background: linear-gradient(135deg, var(--jp-primary), var(--jp-secondary));
    color: #021220;
    box-shadow: 0 18px 40px rgba(59, 227, 194, 0.24);
}

.jp-button--ghost {
    border: 1px solid rgba(255, 255, 255, 0.26);
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.jp-button--dark {
    border-color: rgba(9, 20, 34, 0.12);
    background: rgba(9, 20, 34, 0.04);
    color: #091422;
}

.jp-hero__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.jp-hero__pills span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.jp-hero__visual {
    position: relative;
    display: grid;
    gap: 18px;
}

.jp-hero__card {
    border-radius: var(--jp-radius);
    background: rgba(9, 20, 34, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px);
    box-shadow: var(--jp-shadow);
}

.jp-hero__card--photo {
    padding: 14px;
    transform: translateY(18px);
}

.jp-hero__card--photo img {
    display: block;
    width: 100%;
    min-height: 520px;
    object-fit: cover;
    border-radius: calc(var(--jp-radius) - 10px);
}

.jp-hero__card--signal,
.jp-hero__card--metrics {
    color: #fff;
    padding: 24px 26px;
}

.jp-signal {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--jp-accent);
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 12px;
}

.jp-hero__card--signal strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.3rem;
    line-height: 1.4;
    color: #fff;
}

.jp-hero__card--signal p {
    margin: 0;
    color: var(--jp-muted);
    line-height: 1.7;
}

.jp-hero__card--metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}

.jp-hero__card--metrics > div {
    min-width: 0;
}

.jp-hero__card--metrics > div:last-child {
    grid-column: 1 / -1;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.jp-hero__card--metrics strong {
    display: block;
    margin-bottom: 8px;
    font-size: clamp(1.45rem, 1.55vw, 1.7rem);
    line-height: 1.08;
    color: #fff;
    text-wrap: balance;
}

.jp-hero__card--metrics span {
    display: block;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.95rem;
    line-height: 1.6;
    text-wrap: pretty;
}

.jp-partners,
.jp-about-home,
.jp-services,
.jp-proof,
.jp-region,
.jp-contact {
    position: relative;
    z-index: 1;
}

.jp-partners,
.jp-about-home,
.jp-services,
.jp-proof,
.jp-region {
    padding: 80px 0;
}

.jp-section-head {
    max-width: 860px;
    margin-bottom: 34px;
}

.jp-section-head--split {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.74fr);
    gap: 34px;
    max-width: none;
    align-items: start;
}

.jp-section-head--split h2 {
    max-width: 11.5ch;
}

.jp-section-head--split p {
    max-width: 34ch;
    padding-top: 10px;
}

.jp-section-head h2,
.jp-feature__copy h2,
.jp-contact__copy h2 {
    margin: 0 0 18px;
    font-size: clamp(2rem, 4vw, 3.4rem);
    color: #08111f;
}

.jp-section-head p,
.jp-feature__copy p,
.jp-contact__copy p,
.jp-region__content p {
    margin: 0;
    color: #41526a;
    line-height: 1.9;
    font-size: 1.02rem;
}

.jp-logo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.jp-logo-card {
    display: grid;
    gap: 18px;
    padding: 26px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    border: 1px solid rgba(14, 27, 47, 0.08);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.jp-logo-card img {
    width: auto;
    max-width: 100%;
    height: 52px;
    object-fit: contain;
    object-position: left center;
}

.jp-logo-card--wide-logo img {
    width: 100%;
    max-width: none;
    height: 60px;
    justify-self: stretch;
}

.jp-logo-card--full-logo img {
    width: 100%;
    max-width: none;
    height: auto;
    justify-self: stretch;
    object-position: center;
}

.jp-logo-card strong,
.jp-service-card h3,
.jp-proof__grid h3,
.jp-contact-card strong {
    font-family: "Sora", sans-serif;
}

.jp-logo-card strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.05rem;
    color: #091422;
}

.jp-logo-card p {
    margin: 0;
    color: #506278;
    line-height: 1.75;
}

.jp-home .jp-partners .jp-kicker,
.jp-home .jp-services .jp-kicker,
.jp-home .jp-products-home .jp-kicker,
.jp-home .jp-hero .jp-eyebrow,
.jp-home .jp-contact .jp-kicker,
.jp-page__hero .jp-kicker,
.jp-page__hero .jp-eyebrow {
    color: #86e7ff;
}

.jp-home .jp-partners .jp-section-head h2,
.jp-home .jp-services .jp-section-head h2,
.jp-home .jp-products-home .jp-section-head h2 {
    color: #f8fbff;
}

.jp-home .jp-partners .jp-section-head p,
.jp-home .jp-services .jp-section-head p,
.jp-home .jp-products-home .jp-section-head p {
    color: rgba(255, 255, 255, 0.76);
}

.jp-section-cta {
    margin-top: 30px;
}

.jp-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.jp-service-card {
    display: grid;
    align-content: start;
    padding: 30px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(9, 20, 34, 0.08);
    box-shadow: 0 18px 60px rgba(15, 23, 42, 0.08);
}

.jp-service-card h3 {
    margin: 0 0 14px;
    color: #091422;
    font-size: 1.24rem;
    line-height: 1.35;
}

.jp-service-card p {
    margin: 0 0 18px;
    color: #4f6178;
    line-height: 1.8;
}

.jp-service-card ul,
.jp-bullet-columns ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jp-service-card li,
.jp-bullet-columns li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    color: #1e2f45;
    line-height: 1.7;
}

.jp-service-card li::before,
.jp-bullet-columns li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--jp-primary), var(--jp-secondary));
}

.jp-feature {
    padding: 92px 0;
}

.jp-feature__grid {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    gap: 42px;
    align-items: center;
}

.jp-feature__grid--reverse {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
}

.jp-feature__brand {
    display: grid;
    gap: 18px;
    padding: 34px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(9, 20, 34, 0.08);
    box-shadow: 0 18px 60px rgba(15, 23, 42, 0.09);
}

.jp-feature__brand img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 66px;
    object-fit: contain;
}

.jp-feature__badge {
    height: 84px !important;
}

.jp-feature__brand--double,
.jp-feature__brand--stack {
    gap: 24px;
}

.jp-feature__brand--double img,
.jp-feature__brand--stack img,
.jp-feature__brand--wide-stack img {
    width: 100%;
    max-width: none;
    height: auto;
    justify-self: stretch;
    object-position: center;
}

.jp-feature__copy {
    max-width: 760px;
}

.jp-feature__copy p + p {
    margin-top: 16px;
}

.jp-bullet-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 22px;
}

.jp-about-home__grid,
.jp-contact__grid,
.jp-story-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    gap: 38px;
    align-items: start;
}

.jp-about-home__media {
    display: grid;
    gap: 18px;
}

.jp-about-home__media img {
    display: block;
    width: 100%;
    min-height: 460px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 24px 70px rgba(10, 20, 34, 0.16);
}

.jp-note-stack {
    display: grid;
    gap: 16px;
}

.jp-note-card,
.jp-page__card,
.jp-form-panel,
.jp-stat-card,
.jp-step-card {
    padding: 26px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(9, 20, 34, 0.08);
    box-shadow: 0 18px 60px rgba(15, 23, 42, 0.08);
}

.jp-note-card strong,
.jp-highlight-list strong,
.jp-page__card strong,
.jp-step-card h3,
.jp-stat-card strong,
.jp-form-panel__head h3 {
    font-family: "Sora", sans-serif;
}

.jp-note-card strong {
    display: block;
    margin-bottom: 8px;
    color: #08111f;
    font-size: 1rem;
}

.jp-note-card span {
    display: block;
    color: #506278;
    line-height: 1.7;
}

.jp-about-home__copy h2,
.jp-page__copy h1 {
    margin: 0 0 18px;
    color: #08111f;
    font-family: "Sora", sans-serif;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.jp-about-home__copy p,
.jp-page__copy p,
.jp-page__card p {
    margin: 0;
    color: #41526a;
    line-height: 1.85;
    font-size: 1.02rem;
}

.jp-about-home__copy p + p,
.jp-page__copy p + p,
.jp-page__card p + p {
    margin-top: 16px;
}

.jp-highlight-list {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.jp-highlight-list div {
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(9, 20, 34, 0.08);
}

.jp-highlight-list strong {
    display: block;
    margin-bottom: 8px;
    color: #08111f;
    font-size: 1rem;
}

.jp-highlight-list span {
    display: block;
    color: #4e6179;
    line-height: 1.7;
}

.jp-link-list {
    margin-top: 24px;
}

.jp-link-list > span {
    display: block;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.84);
    font-weight: 800;
    letter-spacing: 0.04em;
}

.jp-link-list ul,
.jp-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jp-link-list li,
.jp-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    line-height: 1.7;
}

.jp-link-list li {
    color: rgba(255, 255, 255, 0.76);
}

.jp-list li {
    color: #22354c;
}

.jp-link-list li::before,
.jp-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--jp-primary), var(--jp-secondary));
}

.jp-process {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.jp-process div {
    padding: 22px 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(9, 20, 34, 0.08);
}

.jp-process strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--jp-primary), var(--jp-secondary));
    color: #06121f;
    font-family: "Sora", sans-serif;
    font-size: 1.1rem;
}

.jp-process span {
    display: block;
    color: #1e3047;
    line-height: 1.65;
}

.jp-feature--streamsoft {
    background: linear-gradient(180deg, rgba(241, 246, 252, 0.65), rgba(255, 255, 255, 0));
}

.jp-feature--eurocert {
    background: linear-gradient(180deg, rgba(236, 253, 248, 0.7), rgba(255, 255, 255, 0));
}

.jp-feature--infrastructure {
    background: linear-gradient(180deg, rgba(240, 247, 255, 0.85), rgba(255, 255, 255, 0));
}

.jp-feature--security {
    background: linear-gradient(180deg, rgba(234, 248, 245, 0.88), rgba(255, 255, 255, 0));
}

.jp-proof__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.jp-proof__grid article {
    display: grid;
    align-content: start;
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(180deg, #0c1728, #112038);
    color: #fff;
    box-shadow: 0 18px 60px rgba(4, 11, 21, 0.18);
}

.jp-proof__grid h3 {
    margin: 0 0 14px;
    font-size: 1.08rem;
    line-height: 1.45;
    color: #fff;
}

.jp-proof__grid p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.75;
}

.jp-proof__grid a {
    color: #8cecff;
    font-weight: 700;
    text-decoration: none;
}

.jp-proof__grid a:hover {
    color: #bcf7ff;
}

.jp-products-home {
    position: relative;
    z-index: 1;
    padding: 82px 0;
    background:
        radial-gradient(circle at top right, rgba(59, 227, 194, 0.1), transparent 24%),
        linear-gradient(180deg, #0c1728 0%, #0f1d36 100%);
}

.jp-card-grid--products-home {
    margin-top: 10px;
}

.jp-product-card {
    position: relative;
    overflow: hidden;
}

.jp-product-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(59, 227, 194, 0.06), rgba(125, 211, 252, 0));
    pointer-events: none;
}

.jp-product-card > * {
    position: relative;
    z-index: 1;
}

.jp-product-card__logo {
    width: min(100%, 280px);
    margin: 2px 0 14px;
}

.jp-product-card__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.jp-product-card__tag {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    width: fit-content;
    padding: 0 14px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(8, 17, 31, 0.08);
    color: #0d7d98;
    font-size: 0.83rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.jp-product-card__footer {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(9, 20, 34, 0.08);
    color: #37506c;
    line-height: 1.75;
    font-weight: 600;
}

.jp-product-card--compact p {
    margin-bottom: 0;
}

.jp-page__hero--products::before {
    background:
        linear-gradient(90deg, rgba(4, 13, 25, 0.96) 0%, rgba(4, 13, 25, 0.92) 22%, rgba(4, 13, 25, 0.78) 42%, rgba(4, 13, 25, 0.52) 66%, rgba(4, 13, 25, 0.24) 100%),
        linear-gradient(180deg, rgba(5, 16, 31, 0.16) 0%, rgba(5, 16, 31, 0.02) 100%),
        url("../generated/jp-hero-generated-photo.webp") no-repeat center right / cover;
    opacity: 0.82;
}

.jp-card-grid--products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jp-region__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.jp-contact {
    padding: 40px 0 84px;
}

.jp-contact__panel {
    position: relative;
    overflow: hidden;
    padding: clamp(32px, 4vw, 44px);
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(59, 227, 194, 0.18), transparent 28%),
        linear-gradient(145deg, #08111f, #0f1c32);
    box-shadow: 0 35px 90px rgba(7, 12, 24, 0.35);
}

.jp-contact__copy h2,
.jp-contact__copy p,
.jp-footer p {
    color: #fff;
}

.jp-contact__copy p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.76);
}

.jp-contact__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.jp-contact-card {
    display: grid;
    gap: 8px;
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.jp-contact-card span,
.jp-contact-card small {
    color: rgba(255, 255, 255, 0.7);
}

.jp-contact-card strong {
    font-size: 1.26rem;
    line-height: 1.4;
}

.jp-form-panel {
    background: rgba(255, 255, 255, 0.97);
}

.jp-form-panel__head h3 {
    margin: 0 0 12px;
    color: #08111f;
    font-size: 1.35rem;
    line-height: 1.3;
}

.jp-form-panel__head p {
    margin: 0 0 18px;
    color: #53657d;
    line-height: 1.75;
}

.jp-form__status {
    padding: 14px 16px;
    border-radius: 18px;
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 1.6;
}

.jp-form__status.is-success {
    background: rgba(59, 227, 194, 0.12);
    color: #0f6e5d;
}

.jp-form__status.is-error {
    background: rgba(255, 108, 108, 0.1);
    color: #9a2f2f;
}

.jp-form__grid {
    display: grid;
    gap: 16px;
}

.jp-form__grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jp-field {
    display: grid;
    gap: 8px;
}

.jp-field span {
    color: #21344c;
    font-size: 0.94rem;
    font-weight: 700;
}

.jp-field input,
.jp-field select,
.jp-field textarea {
    width: 100%;
    min-height: 56px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(9, 20, 34, 0.12);
    background: #f8fbfe;
    color: #091422;
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
}

.jp-field textarea {
    min-height: 160px;
    resize: vertical;
}

.jp-field input:focus,
.jp-field select:focus,
.jp-field textarea:focus {
    outline: none;
    border-color: rgba(17, 184, 154, 0.45);
    box-shadow: 0 0 0 4px rgba(59, 227, 194, 0.14);
}

.jp-consent-group {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.jp-consent {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(9, 20, 34, 0.1);
    background: #f8fbfe;
}

.jp-consent.is-active {
    border-color: rgba(17, 184, 154, 0.28);
    background: rgba(59, 227, 194, 0.06);
}

.jp-consent input {
    width: 18px;
    height: 18px;
    margin: 3px 0 0;
    accent-color: #11b89a;
}

.jp-consent__text {
    color: #22354c;
    line-height: 1.75;
    font-size: 0.95rem;
}

.jp-consent__meta {
    margin: 2px 0 0;
    color: #5b6d84;
    line-height: 1.75;
    font-size: 0.92rem;
}

.jp-consent__meta a,
.jp-form__note a {
    color: #0f84aa;
    font-weight: 700;
    text-decoration: none;
}

.jp-consent__meta a:hover,
.jp-form__note a:hover {
    color: #0c6783;
}

.jp-form__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin-top: 18px;
}

.jp-button--submit {
    border: none;
    cursor: pointer;
}

.jp-form__note {
    margin: 0;
    color: #5b6d84;
    line-height: 1.7;
}

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

.jp-page {
    background: #f6f9fc;
    font-family: "Manrope", sans-serif;
}

.jp-page__hero {
    padding: 26px 0 108px;
    color: #fff;
    background:
        radial-gradient(circle at top left, rgba(59, 227, 194, 0.2), transparent 26%),
        radial-gradient(circle at top right, rgba(125, 211, 252, 0.18), transparent 24%),
        linear-gradient(180deg, #08111f 0%, #0d1730 70%, #102142 100%);
}

.jp-page__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(290px, 0.84fr);
    gap: clamp(30px, 3.6vw, 44px);
    padding-top: 52px;
    align-items: start;
}

.jp-page__copy {
    color: #fff;
    max-width: 760px;
    padding: 18px 0 0;
}

.jp-page__copy h1 {
    color: #fff;
    max-width: 14.5ch;
    font-size: clamp(2.7rem, 4.9vw, 4.8rem);
    text-shadow: 0 16px 42px rgba(4, 11, 21, 0.24);
}

.jp-page__lead {
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 1.08rem !important;
    max-width: 62ch;
    line-height: 1.92 !important;
}

.jp-page__card {
    align-self: center;
    padding: 28px 30px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
}

.jp-page__card p,
.jp-page__card .jp-list li {
    color: rgba(255, 255, 255, 0.86);
}

.jp-page__card .jp-list {
    display: grid;
    gap: 10px;
}

.jp-page__card .jp-list li {
    margin-bottom: 0;
}

.jp-page__card strong {
    color: #fff;
}

.jp-service-card code {
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(8, 17, 31, 0.08);
    color: #0b2840;
    font-size: 0.92rem;
}

.jp-page__card .jp-list li::before {
    background: var(--jp-accent);
}

.jp-mini-logo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 18px;
}

.jp-mini-logo-grid img {
    display: block;
    width: 100%;
    max-width: none;
    height: 48px;
    object-fit: contain;
    object-position: center;
}

.jp-page-section {
    position: relative;
    z-index: 1;
    background: #f6f9fc;
    padding: 92px 0;
}

.jp-page-section--muted {
    background: linear-gradient(180deg, rgba(238, 246, 255, 0.9), #f6f9fc 100%);
}

.jp-step-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

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

.jp-step-card strong,
.jp-stat-card strong {
    display: block;
    margin-bottom: 12px;
    color: #08111f;
    font-size: 1.75rem;
}

.jp-step-card h3 {
    margin: 0 0 12px;
    color: #08111f;
    font-size: 1.08rem;
    line-height: 1.4;
}

.jp-step-card p,
.jp-stat-card span {
    margin: 0;
    color: #4c6079;
    line-height: 1.75;
}

.jp-stat-card span {
    display: block;
}

.jp-actions--compact {
    margin: 24px 0 0;
}

.jp-topic-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 34px;
}

.jp-topic-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(9, 20, 34, 0.08);
    box-shadow: 0 14px 40px rgba(12, 20, 34, 0.06);
    color: #102237;
    font-weight: 800;
}

.jp-topic-pill:hover {
    color: #0f7f99;
}

.jp-topic-pill span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(8, 17, 31, 0.06);
    color: #587089;
    font-size: 0.84rem;
}

.jp-topic-pill.is-active {
    background: linear-gradient(135deg, #08111f, #133157);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.08);
}

.jp-topic-pill.is-active span {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.82);
}

.jp-post-featured,
.jp-post-card,
.jp-article,
.jp-article-card,
.jp-empty-state {
    border: 1px solid rgba(9, 20, 34, 0.08);
    box-shadow: 0 18px 60px rgba(15, 23, 42, 0.08);
}

.jp-post-featured {
    display: grid;
    grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
    gap: 30px;
    margin-bottom: 22px;
    padding: 28px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.96);
}

.jp-post-featured__media,
.jp-post-card__media {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(59, 227, 194, 0.26), transparent 30%),
        linear-gradient(145deg, #0b1830, #123257);
}

.jp-post-featured__media {
    min-height: 320px;
}

.jp-post-card__media {
    min-height: 220px;
}

.jp-post-featured__media img,
.jp-post-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jp-post-featured__media.is-placeholder,
.jp-post-card__media.is-placeholder {
    display: grid;
    place-items: center;
}

.jp-post-featured__media.is-placeholder span,
.jp-post-card__media.is-placeholder span {
    padding: 0 24px;
    font-family: "Sora", sans-serif;
    font-size: clamp(1.35rem, 2vw, 2rem);
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    color: rgba(255, 255, 255, 0.92);
    text-wrap: balance;
}

.jp-post-featured__content h2,
.jp-post-card__content h3,
.jp-article-cta h2,
.jp-article-card h2 {
    margin: 0 0 16px;
    font-family: "Sora", sans-serif;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.jp-post-featured__content h2 {
    font-size: clamp(2rem, 3vw, 3rem);
}

.jp-post-card__content h3 {
    font-size: 1.5rem;
}

.jp-post-featured__content h2 a,
.jp-post-card__content h3 a {
    color: #08111f;
}

.jp-post-featured__content p,
.jp-post-card__content p,
.jp-article-card p,
.jp-empty-state p,
.jp-article-cta p {
    margin: 0;
    color: #506279;
    line-height: 1.82;
}

.jp-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.jp-post-meta a,
.jp-post-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(8, 17, 31, 0.06);
    color: #294055;
    font-size: 0.9rem;
    font-weight: 700;
}

.jp-post-meta a:hover {
    color: #0f7f99;
    background: rgba(59, 227, 194, 0.12);
}

.jp-post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.jp-post-card {
    display: grid;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.96);
}

.jp-post-card__content {
    display: grid;
    align-content: start;
    padding: 24px;
}

.jp-post-card__link {
    margin-top: 18px;
    color: #0d82a7;
    font-weight: 800;
}

.jp-post-card__link:hover {
    color: #095f79;
}

.jp-empty-state {
    padding: 34px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.96);
}

.jp-empty-state h2 {
    margin: 0 0 14px;
    font-family: "Sora", sans-serif;
    color: #08111f;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    line-height: 1.12;
}

.jp-pagination {
    margin-top: 34px;
}

.jp-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    list-style: none;
}

.jp-pagination .page-numbers li {
    margin: 0;
}

.jp-pagination a,
.jp-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(9, 20, 34, 0.08);
    color: #163149;
    font-weight: 800;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.jp-pagination a:hover {
    color: #0d7e9b;
}

.jp-pagination .current {
    background: linear-gradient(135deg, var(--jp-primary), var(--jp-secondary));
    color: #031521;
}

.jp-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.52fr);
    gap: 24px;
    align-items: start;
}

.jp-article {
    padding: clamp(28px, 3vw, 38px);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.97);
}

.jp-article__media {
    overflow: hidden;
    margin-bottom: 28px;
    border-radius: 28px;
}

.jp-article__media img {
    display: block;
    width: 100%;
    height: auto;
}

.jp-richtext {
    color: #21354c;
    font-size: 1.05rem;
    line-height: 1.92;
}

.jp-richtext > :first-child {
    margin-top: 0;
}

.jp-richtext > * + * {
    margin-top: 1.2em;
}

.jp-richtext h2,
.jp-richtext h3,
.jp-richtext h4 {
    margin-bottom: 0.45em;
    font-family: "Sora", sans-serif;
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: -0.04em;
    color: #08111f;
}

.jp-richtext h2 {
    font-size: clamp(1.9rem, 2.5vw, 2.5rem);
}

.jp-richtext h3 {
    font-size: clamp(1.45rem, 2vw, 1.9rem);
}

.jp-richtext ul,
.jp-richtext ol {
    padding-left: 1.3em;
}

.jp-richtext li {
    margin-bottom: 0.6em;
}

.jp-richtext blockquote {
    margin: 1.4em 0;
    padding: 28px;
    border-left: none;
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(59, 227, 194, 0.1), rgba(125, 211, 252, 0.1));
    color: #14324b;
}

.jp-richtext a {
    color: #0c87ac;
    font-weight: 700;
}

.jp-richtext a:hover {
    color: #075d77;
}

.jp-richtext img {
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
}

.jp-richtext .wp-caption,
.jp-richtext .wp-block-image,
.jp-richtext figure {
    max-width: 100% !important;
}

.jp-article-sidebar {
    display: grid;
    gap: 18px;
}

.jp-article-card {
    padding: 26px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.97);
}

.jp-article-card h2 {
    font-size: 1.5rem;
}

.jp-article-links {
    display: grid;
    gap: 14px;
}

.jp-article-links a {
    display: grid;
    gap: 6px;
    padding: 18px 20px;
    border-radius: 20px;
    background: #f7fbff;
    color: #10243a;
}

.jp-article-links a:hover {
    background: #eef7fd;
}

.jp-article-links span {
    color: #5f748b;
}

.jp-article-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: clamp(28px, 3vw, 38px);
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(59, 227, 194, 0.14), transparent 28%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(238, 246, 255, 0.96));
    border: 1px solid rgba(9, 20, 34, 0.08);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.jp-article-cta h2 {
    font-size: clamp(2rem, 3.4vw, 3.1rem);
    color: #08111f;
}

.jp-footer {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(180px, 0.4fr));
    gap: 24px;
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid rgba(8, 17, 31, 0.1);
    align-items: start;
}

.jp-footer__brand {
    display: grid;
    gap: 14px;
}

.jp-footer__links,
.jp-footer__meta {
    display: grid;
    align-content: start;
    gap: 10px;
}

.jp-footer__links a,
.jp-footer__meta a,
.jp-footer__meta span {
    color: #566a84;
    line-height: 1.7;
}

.jp-footer__links a:hover,
.jp-footer__meta a:hover {
    color: var(--jp-primary);
}

.jp-footer p {
    max-width: 720px;
    color: #5b6f88;
    line-height: 1.8;
}

@media (max-width: 1180px) {
    .jp-hero::before {
        background-position: 64% center;
        opacity: 0.9;
    }

    .jp-page__hero::before {
        background-position: 68% center;
        opacity: 0.76;
    }

    .jp-masthead {
        width: 100%;
    }

    .jp-nav {
        border-radius: 28px;
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 16px 18px;
    }

    .jp-nav__spacer {
        display: none;
    }

    .jp-nav__links {
        flex-wrap: wrap;
        justify-content: center;
    }

    .jp-nav__cta {
        justify-self: center;
    }

    .jp-logo-grid,
    .jp-proof__grid,
    .jp-contact__cards,
    .jp-step-grid,
    .jp-stat-grid,
    .jp-post-grid,
    .jp-card-grid--products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jp-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jp-hero__grid,
    .jp-feature__grid,
    .jp-feature__grid--reverse,
    .jp-section-head--split,
    .jp-region__content,
    .jp-about-home__grid,
    .jp-contact__grid,
    .jp-story-grid,
    .jp-page__hero-grid,
    .jp-footer,
    .jp-post-featured,
    .jp-article-layout,
    .jp-article-cta {
        grid-template-columns: 1fr;
    }

    .jp-hero__copy {
        padding-top: 24px;
    }

    .jp-page__card {
        max-width: 560px;
    }
}

@media (max-width: 820px) {
    .jp-hero {
        padding-top: 20px;
    }

    .jp-hero::before {
        background-position: 62% center;
        opacity: 0.58;
        transform: scale(1.05);
    }

    .jp-page__hero::before {
        background-position: 66% center;
        opacity: 0.5;
        transform: scale(1.04);
    }

    .jp-masthead {
        padding: 16px 18px 18px;
        gap: 6px;
    }

    .jp-masthead__eyebrow {
        font-size: 0.88rem;
    }

    .jp-masthead__topics {
        font-size: 0.88rem;
        line-height: 1.55;
    }

    .jp-nav__links {
        gap: 14px;
    }

    .jp-hero__card--metrics,
    .jp-logo-grid,
    .jp-card-grid,
    .jp-proof__grid,
    .jp-contact__cards,
    .jp-bullet-columns,
    .jp-process,
    .jp-form__grid--two,
    .jp-mini-logo-grid,
    .jp-post-grid,
    .jp-card-grid--products {
        grid-template-columns: 1fr;
    }

    .jp-contact__panel,
    .jp-feature__brand,
    .jp-service-card,
    .jp-proof__grid article,
    .jp-note-card,
    .jp-page__card,
    .jp-form-panel,
    .jp-stat-card,
    .jp-step-card,
    .jp-post-featured,
    .jp-article,
    .jp-article-card,
    .jp-empty-state,
    .jp-article-cta {
        padding: 24px;
    }

    .jp-logo-card--wide-logo img {
        height: 56px;
    }

    .jp-shell {
        width: min(1240px, calc(100vw - 28px));
    }

    .jp-page__hero {
        padding-bottom: 82px;
    }

    .jp-page__hero-grid {
        padding-top: 36px;
    }

    .jp-page__copy h1 {
        max-width: 13.5ch;
    }

    .jp-section-head--split p {
        max-width: none;
        padding-top: 0;
    }

    .jp-topic-pills {
        margin-bottom: 28px;
    }

    .jp-post-featured__media,
    .jp-post-card__media {
        min-height: 210px;
    }
}

@media (max-width: 640px) {
    .jp-hero::before {
        background-position: 70% center;
        opacity: 0.42;
        transform: scale(1.08);
    }

    .jp-page__hero::before {
        background-position: 72% center;
        opacity: 0.36;
        transform: scale(1.06);
    }

    .jp-masthead {
        padding: 14px 16px 16px;
        border-radius: 22px;
    }

    .jp-masthead strong {
        font-size: 1.14rem;
    }

    .jp-masthead__topics {
        font-size: 0.82rem;
    }

    .jp-nav {
        grid-template-columns: 1fr;
        justify-items: stretch;
        padding: 14px;
    }

    .jp-nav__links {
        display: none;
    }

    .jp-nav__cta {
        padding: 12px 18px;
        width: 100%;
        justify-self: stretch;
    }

    .jp-hero__copy h1 {
        font-size: clamp(2.5rem, 11vw, 3.45rem);
        max-width: none;
    }

    .jp-page__hero {
        padding-bottom: 68px;
    }

    .jp-page__copy h1 {
        max-width: none;
        font-size: clamp(2.35rem, 10.5vw, 3.4rem);
    }

    .jp-section-head h2,
    .jp-feature__copy h2,
    .jp-contact__copy h2 {
        font-size: 2rem;
    }

    .jp-section-head--split h2 {
        max-width: none;
    }

    .jp-hero__lead,
    .jp-section-head p,
    .jp-feature__copy p,
    .jp-region__content p {
        font-size: 0.98rem;
    }
}
