:root {
    --pli-red: #ef233c;
    --pli-red-dark: #d90429;
    --pli-ink: #151925;
    --pli-text: #4b5565;
    --pli-line: #ebedf2;
    --pli-soft: #f8f8fb;
    --pli-white: #ffffff;
    --pli-dark: #111723;
    --pli-dark-2: #171d29;
    --pli-shadow: 0 18px 50px rgba(20, 25, 37, 0.08);
    --pli-radius-xl: 24px;
    --pli-radius-lg: 18px;
    --pli-radius-md: 14px;
    --pli-container: min(1320px, calc(100% - 40px));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.pli-home-page {
    margin: 0;
    color: var(--pli-text);
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    background:
        radial-gradient(circle at top left, rgba(239, 35, 60, 0.08), transparent 18%),
        radial-gradient(circle at top right, rgba(17, 23, 35, 0.03), transparent 22%),
        linear-gradient(180deg, #ffffff 0%, #fcfcfd 36%, #f7f8fb 100%);
}

.pli-home-page a {
    text-decoration: none;
}

.pli-home-page img {
    display: block;
    max-width: 100%;
}

.pli-container {
    width: var(--pli-container);
    margin: 0 auto;
}

.pli-home {
    overflow: clip;
}

.pli-home-page .header .menu > ul > li:first-child > a {
    color: var(--pli-red);
}

.pli-home-page .gtranslate_wrapper {
    padding: 0;
}

.pli-home-page .gtranslate_wrapper * {
    font-size: 13px !important;
    color: var(--pli-ink) !important;
}

.pli-hero {
    padding: 28px 0 0;
}

.pli-hero-stage {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    display: grid;
    align-items: stretch;
    min-height: 700px;
    border-radius: 28px;
    background:
        linear-gradient(90deg, rgba(16, 24, 40, 0.6), rgba(16, 24, 40, 0.32)),
        url("../images/inspection.jpg") center/cover no-repeat,
        #101828;
    box-shadow: 0 30px 70px rgba(16, 24, 40, 0.16);
}

.pli-hero-stage .pli-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}

.pli-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(16, 24, 40, 0.72) 0%, rgba(16, 24, 40, 0.48) 34%, rgba(16, 24, 40, 0.18) 66%, rgba(16, 24, 40, 0.62) 100%),
        linear-gradient(180deg, rgba(16, 24, 40, 0.18) 0%, rgba(16, 24, 40, 0.12) 100%);
}

.pli-hero-shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(270px, 0.42fr);
    gap: 28px;
    align-items: center;
    min-height: 620px;
    padding: 58px 52px 130px;
}

.pli-hero-copy {
    max-width: 560px;
    align-self: center;
}

.pli-label {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--pli-red);
}

.pli-hero-copy h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(3rem, 5vw, 5.2rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
    max-width: 11ch;
}

.pli-hero-copy p {
    margin: 26px 0 34px;
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.88);
}

.pli-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
}

.pli-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 12px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.pli-btn:hover {
    transform: translateY(-2px);
}

.pli-btn-red {
    background: var(--pli-red);
    color: #fff;
    box-shadow: 0 16px 34px rgba(239, 35, 60, 0.2);
}

.pli-btn-red:hover {
    background: var(--pli-red-dark);
    color: #fff;
}

.pli-btn-light-solid {
    background: rgba(255, 255, 255, 0.96);
    color: var(--pli-ink);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}

.pli-btn-light-solid:hover {
    background: #ffffff;
    color: var(--pli-ink);
}

.pli-btn-outline {
    border-color: #d7dbe4;
    color: var(--pli-ink);
    background: #fff;
}

.pli-btn-outline:hover {
    border-color: var(--pli-red);
    color: var(--pli-red);
}

.pli-btn-small {
    min-height: 48px;
    padding: 0 18px;
}

.pli-hero-visual {
    position: relative;
}

.pli-hero-image-card {
    background: transparent;
}

.pli-hero-panel {
    display: grid;
    gap: 12px;
    padding: 16px;
    align-self: center;
    border-radius: 20px;
    background: rgba(17, 23, 35, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
}

.pli-hero-panel-item {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: start;
    padding: 12px 10px;
    border-radius: 16px;
}

.pli-hero-panel-item span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(239, 35, 60, 0.16);
    color: #ffffff;
    border: 1px solid rgba(239, 35, 60, 0.34);
}

.pli-hero-panel-item h3 {
    margin: 2px 0 6px;
    color: #ffffff;
    font-size: 16px;
}

.pli-hero-panel-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.65;
    font-size: 14px;
}

.pli-hero-brands {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 28px;
    align-items: center;
    padding: 18px 30px;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.pli-hero-brands-label {
    color: #98a2b3;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pli-hero-brands-row {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
    align-items: center;
}

.pli-hero-brands-row span {
    color: #98a2b3;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.pli-section {
    padding: 96px 0 0;
}

.pli-home-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.96fr) minmax(0, 1.84fr);
    gap: 34px;
    align-items: start;
}

.pli-section-intro {
    max-width: 420px;
}

.pli-services-section,
.pli-resources-section,
.pli-about-section,
.pli-industries-section {
    position: relative;
}

.pli-services-section {
    margin-top: 32px;
    padding: 48px 38px 0;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(250, 251, 253, 0.98) 100%);
    box-shadow: 0 18px 40px rgba(20, 25, 37, 0.04);
}

.pli-resources-section {
    margin-top: 40px;
    background: linear-gradient(180deg, #fbfaf8 0%, #f2f3f5 100%);
    box-shadow: 0 20px 44px rgba(20, 25, 37, 0.05);
}

.pli-about-section {
    margin-top: 40px;
    padding: 44px 38px 0;
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 248, 248, 0.92) 100%);
    box-shadow: 0 20px 48px rgba(20, 25, 37, 0.04);
}

.pli-industries-section {
    margin-top: 46px;
    padding: 42px 38px 0;
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(246, 248, 251, 0.94) 0%, rgba(255, 255, 255, 0.98) 100%);
    box-shadow: 0 18px 42px rgba(20, 25, 37, 0.04);
}

.pli-section-intro h2,
.pli-center-heading h2,
.pli-why-card h2,
.pli-about-panel-copy h2,
.pli-bottom-cta h2 {
    margin: 0;
    color: var(--pli-ink);
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.pli-section-intro p,
.pli-center-heading p,
.pli-why-card p,
.pli-about-panel-copy p {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.9;
    color: var(--pli-text);
}

.pli-section-intro .pli-btn {
    margin-top: 30px;
}

.pli-cards-row {
    display: grid;
    gap: 18px;
}

.pli-service-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.pli-service-card,
.pli-resource-card,
.pli-why-card,
.pli-about-panel,
.pli-bottom-cta,
.pli-site-footer {
    background: #fff;
}

.pli-service-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-rows: 204px 1fr;
    border: 1px solid var(--pli-line);
    border-radius: var(--pli-radius-lg);
    box-shadow: var(--pli-shadow);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.pli-service-card:hover,
.pli-resource-card:hover,
.pli-industry-card:hover,
.pli-about-panel:hover {
    transform: translateY(-6px);
}

.pli-service-card img {
    width: 100%;
    height: 204px;
    object-fit: cover;
}

.pli-card-body {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px 20px 22px;
}

.pli-card-badge,
.pli-resource-icon,
.pli-industry-icon,
.pli-stat-icon {
    display: grid;
    place-items: center;
    background: var(--pli-red);
    color: #fff;
}

.pli-card-badge {
    position: absolute;
    left: 20px;
    top: -24px;
    width: 46px;
    height: 46px;
    margin: 0;
    border-radius: 12px;
    box-shadow: 0 14px 26px rgba(239, 35, 60, 0.2);
    z-index: 2;
}

.pli-card-body h3,
.pli-resource-card h3,
.pli-bottom-cta-features h3,
.pli-industry-overlay h3 {
    margin: 0;
    color: var(--pli-ink);
}

.pli-card-body h3 {
    padding-top: 14px;
    font-size: 19px;
    line-height: 1.2;
    text-transform: uppercase;
}

.pli-card-body p {
    margin: 10px 0 18px;
    line-height: 1.75;
    color: var(--pli-text);
}

.pli-card-body a,
.pli-about-panel-copy a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--pli-ink);
    font-size: 14px;
    font-weight: 700;
}

.pli-card-body a {
    margin-top: auto;
}

.pli-card-body a:hover,
.pli-about-panel-copy a:hover {
    color: var(--pli-red);
}

.pli-resources-row {
    padding: 36px;
    border-radius: 24px;
    background: linear-gradient(180deg, #fffdfb 0%, #f3f4f6 100%);
}

.pli-resource-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.pli-resource-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    min-height: 122px;
    border: 1px solid var(--pli-line);
    border-radius: 16px;
    box-shadow: var(--pli-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.pli-resource-card:hover {
    border-color: rgba(239, 35, 60, 0.2);
}

.pli-resource-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    flex: 0 0 48px;
}

.pli-resource-card h3 {
    font-size: 20px;
}

.pli-resource-card p {
    margin: 8px 0 0;
    line-height: 1.7;
    color: var(--pli-text);
}

.pli-about-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.72fr);
    gap: 34px;
    align-items: stretch;
}

.pli-why-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 34px 30px 30px;
    max-width: 430px;
    min-height: 100%;
    border: 1px solid rgba(21, 25, 37, 0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 250, 252, 0.98) 100%);
    box-shadow: 0 18px 42px rgba(20, 25, 37, 0.06);
}

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

.pli-stats div {
    padding: 18px 12px 16px;
    text-align: center;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(21, 25, 37, 0.06);
    box-shadow: 0 10px 24px rgba(20, 25, 37, 0.04);
}

.pli-stat-icon {
    width: 46px;
    height: 46px;
    margin: 0 auto 12px;
    border-radius: 50%;
    box-shadow: 0 12px 24px rgba(239, 35, 60, 0.16);
}

.pli-stats strong {
    display: block;
    color: var(--pli-ink);
    font-size: 32px;
    line-height: 1;
}

.pli-stats small {
    display: block;
    margin-top: 7px;
    color: var(--pli-text);
    font-size: 12px;
    line-height: 1.45;
}

.pli-about-panel {
    display: grid;
    grid-template-columns: minmax(300px, 1.08fr) minmax(0, 0.92fr);
    overflow: hidden;
    border: 1px solid var(--pli-line);
    border-radius: var(--pli-radius-lg);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--pli-shadow);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.pli-about-panel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pli-about-panel-copy {
    padding: 38px;
}

.pli-center-heading {
    max-width: 740px;
    margin: 0 auto 38px;
    text-align: center;
}

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

.pli-industry-card {
    position: relative;
    overflow: hidden;
    min-height: 278px;
    border-radius: 16px;
    box-shadow: var(--pli-shadow);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.pli-industry-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.pli-industry-card:hover img {
    transform: scale(1.05);
}

.pli-industry-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 18px;
    padding: 24px 20px;
    background: linear-gradient(180deg, rgba(17, 23, 35, 0.1) 0%, rgba(17, 23, 35, 0.86) 100%);
    color: #fff;
}

.pli-industry-overlay-top h3 {
    color: #fff;
    font-size: 34px;
}

.pli-industry-overlay-top p {
    margin: 10px 0 0;
    max-width: 260px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
}

.pli-industry-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    border-radius: 12px;
}

.pli-industry-arrow {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.36);
    color: #fff;
}

.pli-bottom-cta-wrap {
    padding: 52px 0 28px;
    margin-bottom: 0;
}

.pli-bottom-cta {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.45fr);
    gap: 24px;
    padding: 38px 40px;
    border-radius: 24px;
    background: linear-gradient(135deg, var(--pli-dark) 0%, var(--pli-dark-2) 100%);
    box-shadow: 0 24px 50px rgba(20, 25, 37, 0.22);
}

.pli-bottom-cta h2,
.pli-bottom-cta p,
.pli-bottom-cta-features h3,
.pli-bottom-cta-features p {
    color: #fff;
}

.pli-bottom-cta p {
    margin: 14px 0 24px;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.8;
}

.pli-bottom-cta-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-items: center;
}

.pli-bottom-cta-features article {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.pli-bottom-cta-features article > span {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 2px solid rgba(239, 35, 60, 0.95);
    color: #fff;
    flex: 0 0 50px;
}

.pli-bottom-cta-features h3 {
    font-size: 18px;
}

.pli-bottom-cta-features p {
    margin: 6px 0 0;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.72);
}

.pli-site-footer {
    margin-top: 0;
    padding: 18px 0 0;
    background: #111723;
}

.pli-footer-main,
.pli-footer-bottom {
    width: var(--pli-container);
    margin: 0 auto;
}

.pli-footer-main {
    display: grid;
    grid-template-columns: 1.2fr repeat(3, 0.9fr) 1.25fr;
    gap: 28px;
    padding: 28px 0 32px;
    color: rgba(255, 255, 255, 0.72);
}

.pli-footer-logo img {
    max-height: none;
}

.pli-brand-mark-footer img {
    width: 34px;
    height: 54px;
}

.pli-brand-mark-footer .pli-brand-copy strong,
.pli-brand-mark-footer .pli-brand-copy small {
    color: #fff;
}

.pli-footer-brand p {
    margin: 18px 0 22px;
    line-height: 1.8;
}

.pli-footer-social {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pli-footer-social a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.18);
    color: #fff;
}

.pli-footer-links h3,
.pli-footer-contact h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 18px;
}

.pli-footer-links ul,
.pli-footer-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pli-footer-links li + li,
.pli-footer-contact li + li {
    margin-top: 12px;
}

.pli-footer-links a,
.pli-footer-contact a,
.pli-footer-contact span {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.75;
}

.pli-footer-contact li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.pli-footer-contact i {
    margin-top: 4px;
    color: var(--pli-red);
}

.pli-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0 24px;
    border-top: 1px solid rgba(255,255,255,0.08);
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
}

.pli-footer-bottom p {
    margin: 0;
}

.pli-footer-bottom-links {
    display: flex;
    gap: 18px;
}

.pli-footer-bottom-links a {
    color: rgba(255, 255, 255, 0.68);
}

[data-reveal] {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal="left"] {
    transform: translate3d(22px, 0, 0);
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (max-width: 1199px) {
    .pli-services-section,
    .pli-about-section,
    .pli-industries-section {
        padding-left: 28px;
        padding-right: 28px;
    }

    .pli-home-grid {
        grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.6fr);
    }

    .pli-about-layout {
        grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.4fr);
    }

    .pli-hero-shell {
        grid-template-columns: minmax(0, 1fr) 300px;
        padding: 46px 36px 118px;
    }

    .pli-hero-brands {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .pli-hero-brands-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pli-service-cards,
    .pli-industry-grid,
    .pli-bottom-cta-features,
    .pli-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pli-bottom-cta {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 991px) {
    .pli-container {
        width: min(100% - 28px, 100%);
    }

    .pli-section {
        padding-top: 78px;
    }

    .pli-hero-shell,
    .pli-home-grid,
    .pli-about-layout,
    .pli-about-panel,
    .pli-footer-main,
    .pli-resource-grid {
        grid-template-columns: 1fr;
    }

    .pli-section-intro,
    .pli-why-card {
        max-width: 100%;
    }

    .pli-services-section,
    .pli-about-section,
    .pli-industries-section {
        margin-top: 28px;
        padding: 34px 24px 0;
    }

    .pli-resources-section {
        margin-top: 28px;
    }

    .pli-hero-copy {
        max-width: 100%;
    }

    .pli-hero-stage {
        min-height: 0;
    }

    .pli-hero-shell {
        min-height: 0;
        padding: 42px 28px 156px;
        align-items: start;
    }

    .pli-hero-panel {
        max-width: 420px;
    }

    .pli-service-cards,
    .pli-industry-grid,
    .pli-bottom-cta-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pli-footer-bottom {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .pli-section {
        padding-top: 62px;
    }

    .pli-services-section,
    .pli-about-section,
    .pli-industries-section {
        margin-top: 22px;
        padding: 26px 18px 0;
        border-radius: 24px;
    }

    .pli-resources-section {
        margin-top: 22px;
    }

    .pli-home-page .header .item-right .pli-top-language {
        display: none;
    }

    .pli-hero {
        padding-top: 16px;
    }

    .pli-hero-stage {
        border-radius: 22px;
    }

    .pli-hero-shell {
        padding: 34px 20px 190px;
        gap: 20px;
    }

    .pli-hero-copy h1 {
        max-width: none;
        font-size: clamp(2.45rem, 10vw, 3.8rem);
    }

    .pli-hero-copy p {
        font-size: 15px;
        line-height: 1.8;
    }

    .pli-hero-copy p,
    .pli-section-intro p,
    .pli-center-heading p,
    .pli-why-card p,
    .pli-about-panel-copy p {
        font-size: 15px;
    }

    .pli-hero-actions,
    .pli-service-cards,
    .pli-resource-grid,
    .pli-stats,
    .pli-industry-grid,
    .pli-bottom-cta-features {
        grid-template-columns: 1fr;
    }

    .pli-hero-actions {
        display: grid;
        align-items: stretch;
    }

    .pli-btn-light-solid {
        width: 100%;
    }

    .pli-btn {
        width: 100%;
    }

    .pli-hero-brands {
        padding: 16px 18px;
    }

    .pli-hero-brands-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .pli-hero-brands-row span {
        font-size: 14px;
    }

    .pli-about-panel-copy,
    .pli-bottom-cta {
        padding: 24px;
    }

    .pli-bottom-cta-wrap {
        padding: 28px 0 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition-duration: 0.01ms !important;
        transition-delay: 0ms !important;
    }

    [data-reveal] {
        opacity: 1;
        transform: none;
    }
}
