:root {
    --pv-primary: #00573f;
    --pv-primary-dark: #003f2e;
    --pv-primary-deep: #002b20;
    --pv-primary-soft: #e8f4ef;
    --pv-primary-pale: #f4faf7;
    --pv-accent: #14a06f;
    --pv-accent-soft: #cfeee2;
    --pv-ink: #10231d;
    --pv-muted: #5f706a;
    --pv-border: rgba(0, 87, 63, 0.14);
    --pv-shadow: 0 20px 50px rgba(0, 45, 32, 0.12);
}

html {
    scroll-behavior: smooth;
}

body {
    background: #ffffff;
    color: var(--pv-muted);
}

a {
    color: var(--pv-primary);
}

a:hover,
a:focus {
    color: var(--pv-primary-dark);
}

.text-success,
a.text-success:hover,
a.text-success:focus {
    color: var(--pv-primary) !important;
}

.bg-success,
.badge-success,
.btn-success,
.btn-primary,
.bg-primary {
    background-color: var(--pv-primary) !important;
    border-color: var(--pv-primary) !important;
}

.btn-success,
.btn-primary,
.service-center-btn {
    border-radius: 999px;
    box-shadow: 0 14px 28px rgba(0, 87, 63, 0.18);
    font-weight: 800;
    letter-spacing: 0;
}

.btn-success:hover,
.btn-success:focus,
.btn-primary:hover,
.btn-primary:focus,
.service-center-btn:hover,
.service-center-btn:focus {
    background-color: var(--pv-primary-dark) !important;
    border-color: var(--pv-primary-dark) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.btn-outline-success {
    border-color: var(--pv-primary) !important;
    color: var(--pv-primary) !important;
}

.btn-outline-success:hover,
.btn-outline-success:focus {
    background: var(--pv-primary) !important;
    color: #ffffff !important;
}

.bg-grey,
.bg-light {
    background-color: var(--pv-primary-pale) !important;
}

.section {
    overflow: hidden;
}

.section-heading h1,
.section-heading h2,
.service-heading h2,
.header-title {
    color: var(--pv-ink);
    letter-spacing: 0;
}

.service-heading hr {
    background: var(--pv-primary);
    border: 0;
    height: 3px;
    max-width: 70px;
}

.page-banner-area {
    position: relative;
}

.page-banner-area:before {
    background: linear-gradient(120deg, rgba(0, 87, 63, 0.86), rgba(0, 43, 32, 0.72));
    content: "";
    inset: 0;
    position: absolute;
}

.page-banner-content {
    position: relative;
    z-index: 1;
}

.card,
.single-project,
.feature-block,
.single-logo {
    border-color: var(--pv-border) !important;
}

.card:hover,
.single-project:hover,
.feature-block:hover,
.single-logo:hover {
    box-shadow: var(--pv-shadow) !important;
}

.featured-label,
.badge-warning {
    background: var(--pv-accent-soft);
    color: var(--pv-primary-dark);
}

#feedback a,
.scroll-to-top {
    background: var(--pv-primary) !important;
    border-color: var(--pv-primary) !important;
}

#feedback a:hover,
.scroll-to-top:hover {
    background: var(--pv-primary-dark) !important;
}

.ui-autocomplete {
    border: 1px solid var(--pv-border);
    border-radius: 14px;
    box-shadow: var(--pv-shadow);
    overflow: hidden;
    z-index: 6000;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-state-active {
    background: var(--pv-primary-soft) !important;
    border-color: transparent !important;
    color: var(--pv-primary) !important;
}

.pv-footer {
    background:
        radial-gradient(circle at 12% 0%, rgba(20, 160, 111, 0.22), transparent 30%),
        linear-gradient(135deg, var(--pv-primary), var(--pv-primary-deep));
    color: rgba(255, 255, 255, 0.78);
    padding: 3rem 0 1.4rem;
}

.pv-footer a {
    color: rgba(255, 255, 255, 0.82);
}

.pv-footer a:hover,
.pv-footer a:focus {
    color: #ffffff;
}

.pv-footer-cta {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    box-shadow: 0 24px 54px rgba(0, 25, 18, 0.22);
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 3rem;
    padding: 2rem;
}

.pv-footer-kicker {
    color: #bdf2dc;
    display: block;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 0.55rem;
    text-transform: uppercase;
}

.pv-footer-cta h2 {
    color: #ffffff;
    font-size: clamp(1.7rem, 3vw, 2.65rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.12;
    margin-bottom: 0.65rem;
}

.pv-footer-cta p,
.pv-footer-text {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
    margin-bottom: 0;
}

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

.pv-footer-primary-btn,
.pv-footer-secondary-btn {
    border-radius: 999px;
    font-weight: 900;
    min-width: 9.5rem;
    padding: 0.82rem 1.2rem;
}

.pv-footer-primary-btn {
    background: #ffffff;
    color: var(--pv-primary) !important;
}

.pv-footer-secondary-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffff !important;
}

.pv-footer-primary-btn:hover,
.pv-footer-secondary-btn:hover {
    box-shadow: 0 16px 30px rgba(0, 25, 18, 0.22);
    transform: translateY(-1px);
}

.pv-footer-main {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.7fr);
}

.pv-footer-brand {
    align-items: center;
    display: inline-flex;
    gap: 0.9rem;
    margin-bottom: 1rem;
    text-decoration: none;
}

.pv-footer-brand img {
    background: #ffffff;
    border-radius: 18px;
    height: 4.5rem;
    object-fit: contain;
    padding: 0.45rem;
    width: 4.5rem;
}

.pv-footer-brand strong {
    color: #ffffff;
    display: block;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.1;
}

.pv-footer-brand small {
    color: rgba(255, 255, 255, 0.72);
    display: block;
    font-weight: 800;
}

.pv-footer-contact {
    display: grid;
    gap: 0.8rem;
    margin-top: 1.35rem;
}

.pv-footer-contact div {
    align-items: flex-start;
    display: flex;
    gap: 0.75rem;
}

.pv-footer-contact i {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    color: #bdf2dc;
    display: inline-flex;
    flex: 0 0 2.1rem;
    height: 2.1rem;
    justify-content: center;
    margin-top: 0.1rem;
}

.pv-footer-contact span,
.pv-footer-contact a {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.6;
}

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

.pv-footer-widget h3 {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.pv-footer-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pv-footer-widget li {
    margin-bottom: 0.58rem;
}

.pv-footer-widget a {
    font-weight: 700;
    text-decoration: none;
}

.pv-footer-widget a:hover {
    text-decoration: underline;
    text-underline-offset: 0.22rem;
}

.pv-footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.pv-footer-socials a {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    display: inline-flex;
    height: 2.4rem;
    justify-content: center;
    text-decoration: none;
    width: 2.4rem;
}

.pv-footer-socials a:hover {
    background: #ffffff;
    color: var(--pv-primary);
    text-decoration: none;
}

.pv-footer-mini-cta {
    color: #ffffff !important;
    display: inline-flex;
    font-weight: 900 !important;
    margin-top: 0.2rem;
}

.pv-footer-bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 3rem;
    padding-top: 1.2rem;
}

.pv-footer-bottom p {
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
}

.pv-footer-bottom div {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

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

@media (max-width: 991.98px) {
    .pv-footer-cta,
    .pv-footer-main {
        grid-template-columns: 1fr;
    }

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

    .pv-filter-shell {
        position: static;
    }

    .product-list-view {
        grid-template-columns: 150px minmax(0, 1fr);
    }
}

.pv-page-hero {
    background:
        linear-gradient(120deg, rgba(0, 87, 63, 0.93), rgba(0, 43, 32, 0.86)),
        url("/images/critical-power.jpg") center/cover no-repeat;
    color: #ffffff;
    padding: 5.5rem 0 4.5rem;
}

.pv-page-hero-inner {
    max-width: 760px;
}

.pv-page-kicker {
    color: #a8e5ce;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}

.pv-page-hero h1 {
    color: #ffffff;
    font-size: clamp(2.2rem, 5vw, 4.8rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.04;
    margin-bottom: 1rem;
}

.pv-page-hero p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.12rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.pv-content-section {
    background: var(--pv-primary-pale);
}

.pv-content-card,
.business-solution,
.support-registration .card,
.support-block .text,
.shadow-lg.bg-white,
.product_details,
.filter-sidebar,
.review-card {
    background: #ffffff !important;
    border: 1px solid var(--pv-border) !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 45px rgba(0, 45, 32, 0.08) !important;
}

.pv-content-card {
    padding: 2rem;
}

.pv-products-hero {
    background:
        linear-gradient(90deg, rgba(0, 87, 63, 0.96), rgba(0, 87, 63, 0.78)),
        url("/images/critical-power.jpg") center/cover no-repeat;
    color: #ffffff;
    overflow: hidden;
    padding: 2.4rem 0 2.55rem;
    position: relative;
}

.pv-products-hero:before {
    background:
        radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.18), transparent 26%),
        radial-gradient(circle at 18% 82%, rgba(30, 171, 121, 0.22), transparent 28%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.pv-products-hero:after {
    background: linear-gradient(180deg, rgba(244, 250, 247, 0), var(--pv-primary-pale));
    bottom: -1px;
    content: "";
    height: 2.2rem;
    left: 0;
    position: absolute;
    right: 0;
}

.pv-products-hero .container {
    position: relative;
    z-index: 1;
}

.pv-products-hero-grid {
    align-items: center;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
}

.pv-products-hero-copy {
    max-width: 780px;
}

.pv-products-kicker {
    color: #bdf2dc;
    display: block;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 0.45rem;
    text-transform: uppercase;
}

.pv-products-hero h1 {
    color: #ffffff;
    font-size: clamp(2rem, 3.4vw, 3.25rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.08;
    margin-bottom: 0.65rem;
    max-width: 560px;
}

.pv-products-hero p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.96rem;
    line-height: 1.65;
    max-width: 620px;
}

.pv-products-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin: 1.15rem 0 0.95rem;
}

.pv-products-hero-btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 900;
    justify-content: center;
    min-height: 40px;
    padding: 0.6rem 1.05rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pv-products-hero-btn:hover {
    text-decoration: none;
    transform: translateY(-2px);
}

.pv-products-hero-btn-primary {
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
    color: var(--pv-primary);
}

.pv-products-hero-btn-primary:hover {
    color: var(--pv-primary-deep);
}

.pv-products-hero-btn-light {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.34);
    color: #ffffff;
}

.pv-products-hero-btn-light:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.pv-products-hero-visual {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 18px;
    box-shadow: 0 20px 54px rgba(0, 38, 27, 0.28);
    color: var(--pv-ink);
    padding: 0.8rem;
    position: relative;
}

.pv-products-hero-visual:before {
    background: linear-gradient(180deg, var(--pv-accent-soft), rgba(255, 255, 255, 0));
    border-radius: inherit;
    content: "";
    inset: 0;
    opacity: 0.58;
    pointer-events: none;
    position: absolute;
}

.pv-products-hero-panel-top,
.pv-products-hero-preview,
.pv-products-stat-row {
    position: relative;
    z-index: 1;
}

.pv-products-hero-panel-top {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 0.55rem;
    padding: 0.1rem 0.1rem 0.5rem;
}

.pv-products-hero-panel-top span {
    color: var(--pv-primary);
    display: block;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.pv-products-hero-panel-top strong {
    color: var(--pv-ink);
    display: block;
    font-size: 0.95rem;
    line-height: 1.25;
}

.pv-products-hero-panel-top i {
    align-items: center;
    background: var(--pv-primary);
    border-radius: 13px;
    color: #ffffff;
    display: inline-flex;
    font-size: 1.15rem;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.pv-products-hero-preview {
    display: grid;
    gap: 0.55rem;
}

.pv-products-hero-item {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--pv-border);
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(0, 59, 42, 0.07);
    color: var(--pv-ink);
    display: grid;
    gap: 0.8rem;
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: 66px;
    padding: 0.5rem;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.pv-products-hero-item:hover {
    border-color: rgba(0, 87, 63, 0.28);
    color: var(--pv-ink);
    text-decoration: none;
    transform: translateX(4px);
}

.pv-products-hero-thumb {
    align-items: center;
    background: var(--pv-primary-pale);
    border-radius: 11px;
    display: flex;
    height: 54px;
    justify-content: center;
    overflow: hidden;
    width: 58px;
}

.pv-products-hero-thumb img {
    max-height: 48px;
    max-width: 50px;
    object-fit: contain;
}

.pv-products-hero-item strong {
    display: -webkit-box;
    font-size: 0.84rem;
    font-weight: 900;
    line-height: 1.25;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pv-products-hero-item small {
    color: var(--pv-muted);
    display: block;
    font-size: 0.7rem;
    font-weight: 800;
    margin-top: 0.28rem;
}

.pv-products-hero-empty {
    background: #ffffff;
    border: 1px solid var(--pv-border);
    border-radius: 18px;
    padding: 1rem;
}

.pv-products-hero-empty strong,
.pv-products-hero-empty span {
    display: block;
}

.pv-products-hero-empty strong {
    color: var(--pv-primary);
    font-weight: 900;
    margin-bottom: 0.35rem;
}

.pv-products-hero-empty span {
    color: var(--pv-muted);
    line-height: 1.6;
}

.pv-products-stat-row {
    display: grid;
    gap: 0.65rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0.6rem;
}

.pv-products-stat {
    background: rgba(0, 87, 63, 0.08);
    border: 1px solid rgba(0, 87, 63, 0.1);
    border-radius: 13px;
    padding: 0.6rem 0.5rem;
    text-align: center;
}

.pv-products-stat strong {
    color: var(--pv-primary);
    display: block;
    font-size: 1.08rem;
    font-weight: 900;
    line-height: 1;
}

.pv-products-stat span {
    color: var(--pv-muted);
    display: block;
    font-size: 0.68rem;
    font-weight: 900;
    margin-top: 0.28rem;
    text-transform: uppercase;
}

.pv-products-breadcrumb {
    background: transparent;
    margin: 0;
    position: relative;
    z-index: 1;
}

.pv-products-breadcrumb,
.pv-products-breadcrumb a,
.pv-products-breadcrumb .breadcrumb-item {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 800;
}

.pv-products-breadcrumb .active {
    color: #ffffff;
}

.pv-products-section {
    background: var(--pv-primary-pale);
    padding: 3rem 0 4rem;
}

.pv-products-summary {
    align-items: end;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.pv-products-summary h2 {
    color: var(--pv-ink);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.pv-products-summary p {
    color: var(--pv-muted);
    margin: 0;
}

.pv-products-summary strong {
    color: var(--pv-primary);
}

.pv-filter-shell {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid var(--pv-border);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 45, 32, 0.08);
    padding: 1rem;
    position: sticky;
    top: 1rem;
}

.filter-title {
    color: var(--pv-ink) !important;
    font-size: 1.05rem !important;
    font-weight: 900;
}

.filter-card {
    background: #ffffff;
    border: 1px solid rgba(0, 87, 63, 0.1) !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    margin-bottom: 1rem;
    overflow: hidden;
}

.filter-card .card-header {
    background: #ffffff !important;
    border-bottom: 1px solid rgba(0, 87, 63, 0.1);
    color: var(--pv-primary);
    font-weight: 900;
    padding: 0.9rem 1rem;
}

.filter-card .card-header a {
    color: var(--pv-primary);
    text-decoration: none;
}

#tree3,
#tree3 ul {
    list-style: none;
    margin: 0;
    padding-left: 0.9rem;
}

#tree3 > li {
    margin-bottom: 0.35rem;
}

#tree3 a {
    border-radius: 10px;
    color: var(--pv-muted);
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 750;
    line-height: 1.35;
    padding: 0.28rem 0.45rem;
    text-decoration: none;
}

#tree3 a:hover,
#tree3 a:focus {
    background: var(--pv-primary-soft);
    color: var(--pv-primary);
}

#tree3 ul {
    border-left: 1px solid rgba(0, 87, 63, 0.16);
    margin-left: 0.45rem;
}

.filter-card .form-check {
    margin-bottom: 0.48rem;
}

.filter-card .form-check-label {
    color: var(--pv-muted);
    font-weight: 700;
}

.pv-products-toolbar {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--pv-border);
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(0, 45, 32, 0.06);
    display: flex;
    gap: 0.9rem;
    justify-content: flex-end;
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
}

.pv-products-toolbar > div {
    margin-right: auto;
}

.pv-products-toolbar span {
    color: var(--pv-muted);
    display: block;
    font-size: 0.76rem;
    font-weight: 850;
    text-transform: uppercase;
}

.pv-products-toolbar strong {
    color: var(--pv-ink);
    display: block;
    font-size: 1rem;
    font-weight: 900;
}

.pv-products-toolbar label {
    color: var(--pv-muted);
    font-weight: 850;
    margin: 0;
}

.sort-by-select {
    background-color: #ffffff !important;
    border: 1px solid var(--pv-border) !important;
    border-radius: 999px !important;
    color: var(--pv-ink);
    font-weight: 800;
    height: 2.65rem !important;
    width: 150px !important;
}

.pv-product-card {
    border: 1px solid var(--pv-border) !important;
    border-radius: 18px !important;
    box-shadow: 0 14px 36px rgba(0, 45, 32, 0.07);
    margin-bottom: 1rem;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.pv-product-card:hover {
    border-color: rgba(0, 87, 63, 0.24) !important;
    box-shadow: 0 22px 46px rgba(0, 45, 32, 0.12);
    transform: translateY(-2px);
}

.product-list-view {
    align-items: center;
    display: grid !important;
    gap: 1.25rem;
    grid-template-columns: 170px minmax(0, 1fr);
    min-height: 170px;
    padding: 1.15rem !important;
    position: relative;
}

.pv-product-image {
    align-items: center;
    background: linear-gradient(145deg, #ffffff, var(--pv-primary-pale));
    border: 1px solid rgba(0, 87, 63, 0.08);
    border-radius: 16px;
    display: flex;
    height: 145px;
    justify-content: center;
    overflow: hidden;
    padding: 0.9rem;
    width: 100%;
}

.product-list-view a.pv-product-image img {
    height: 100%;
    max-height: 128px;
    max-width: 100%;
    object-fit: contain;
    position: static;
    width: auto;
}

.pv-product-info {
    min-width: 0;
}

.pv-product-title {
    color: var(--pv-primary);
    display: block;
    font-size: 1.02rem;
    font-weight: 900;
    line-height: 1.45;
    margin-bottom: 0.45rem;
    text-decoration: none;
}

.pv-product-title:hover {
    color: var(--pv-primary-dark);
    text-decoration: underline;
    text-underline-offset: 0.22rem;
}

.product-subtitle {
    color: var(--pv-muted);
    font-size: 0.92rem;
    line-height: 1.65;
    margin-bottom: 0.75rem;
}

.pv-product-meta {
    color: var(--pv-ink);
    font-size: 0.92rem;
    font-weight: 900;
    margin-bottom: 0.85rem;
}

.pv-product-meta span {
    color: var(--pv-muted);
    font-weight: 800;
}

.add-to-cart-btn {
    border-radius: 999px !important;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0;
    padding: 0.65rem 1rem;
    text-transform: none;
}

@media (max-width: 991.98px) {
    .pv-products-hero-grid {
        grid-template-columns: 1fr;
    }

    .pv-products-hero-copy {
        max-width: 760px;
    }

    .pv-products-hero-visual {
        max-width: 720px;
    }
}

.pv-content-card h2,
.pv-content-card h3,
.business-solution h2,
.business-solution h3 {
    color: var(--pv-ink);
}

.pv-step-list {
    display: grid;
    gap: 1rem;
    margin-top: 1.2rem;
}

.pv-step-item {
    align-items: flex-start;
    display: flex;
    gap: 0.9rem;
}

.pv-step-item span {
    align-items: center;
    background: var(--pv-primary);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 2rem;
    font-weight: 900;
    height: 2rem;
    justify-content: center;
}

.pv-step-item p {
    color: var(--pv-muted);
    margin: 0;
}

.pv-contact-panel a {
    color: var(--pv-primary);
    display: block;
    font-weight: 800;
    margin-top: 0.8rem;
    overflow-wrap: anywhere;
}

.header-section {
    background: var(--pv-primary-pale);
    border-bottom: 1px solid var(--pv-border);
    margin-top: 0 !important;
    padding: 2.2rem 0 1.4rem;
}

.breadcrumb {
    background: transparent;
}

.breadcrumb a {
    color: var(--pv-primary);
    font-weight: 800;
}

.bottom-border,
.bottom-border-lg,
.bottom-border-white {
    background: var(--pv-primary) !important;
    border-color: var(--pv-primary) !important;
}

.text-highlight,
.text-green,
.icon {
    color: var(--pv-primary) !important;
}

.home-solution,
.bg-black,
.support-header,
.support-block {
    background: linear-gradient(135deg, var(--pv-primary), var(--pv-primary-deep)) !important;
}

.support-block .text {
    background: #ffffff !important;
}

.business-solution {
    border-width: 1px !important;
    overflow: hidden;
}

.business-solution .card-img-top {
    object-fit: cover;
}

.business-solution .card-body {
    padding: 1.25rem !important;
}

.page-banner-area .overlay,
.overlay {
    background-color: var(--pv-primary) !important;
}

.service-center-btn {
    background: #ffffff !important;
    color: var(--pv-primary) !important;
}

.service-center-btn:hover {
    background: var(--pv-primary-soft) !important;
    color: var(--pv-primary-dark) !important;
}

.pv-modern-page {
    background: var(--pv-primary-pale);
    clear: both;
}

.pv-split-hero {
    background: linear-gradient(135deg, var(--pv-primary), var(--pv-primary-deep));
    clear: both;
    color: #ffffff;
    overflow: hidden;
    width: 100%;
}

.pv-split-hero .row {
    min-height: 460px;
}

.pv-split-copy {
    padding: 4rem 3rem;
}

.pv-split-copy h1 {
    color: #ffffff;
    font-size: clamp(2.3rem, 5vw, 4.5rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.05;
}

.pv-split-copy p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.08rem;
    line-height: 1.8;
}

.pv-split-image {
    min-height: 360px;
    object-fit: cover;
    width: 100%;
}

.pv-kicker {
    color: var(--pv-accent-soft);
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}

.pv-section-title {
    color: var(--pv-ink);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.15;
}

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

.pv-info-card {
    background: #ffffff;
    border: 1px solid var(--pv-border);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 45, 32, 0.08);
    height: 100%;
    overflow: hidden;
    padding: 1.5rem;
}

.pv-info-card img {
    aspect-ratio: 16 / 10;
    border-radius: 14px;
    height: auto;
    margin: -0.5rem -0.5rem 1.2rem;
    object-fit: cover;
    width: calc(100% + 1rem);
}

.pv-info-card h3,
.pv-info-card h4 {
    color: var(--pv-ink);
    font-weight: 900;
}

.pv-info-card p,
.pv-info-card li {
    color: var(--pv-muted);
}

.pv-check-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pv-check-list li {
    margin-bottom: 0.7rem;
    padding-left: 1.55rem;
    position: relative;
}

.pv-check-list li:before {
    color: var(--pv-primary);
    content: "\2713";
    font-weight: 900;
    left: 0;
    position: absolute;
}

.pv-cta-band {
    background:
        radial-gradient(circle at 14% 35%, rgba(20, 160, 111, 0.24), transparent 28%),
        linear-gradient(135deg, var(--pv-primary), var(--pv-primary-deep));
    color: #ffffff;
    overflow: hidden;
    padding: 3.5rem 0;
    position: relative;
}

.pv-cta-band:before,
.pv-cta-band:after {
    background: rgba(255, 255, 255, 0.12);
    content: "";
    height: 1px;
    position: absolute;
    right: -8rem;
    top: 33%;
    transform: rotate(-18deg);
    width: 42rem;
}

.pv-cta-band:after {
    right: auto;
    left: -10rem;
    top: 68%;
    transform: rotate(-18deg);
    width: 34rem;
}

.pv-cta-panel {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 22px;
    box-shadow: 0 24px 54px rgba(0, 25, 18, 0.2);
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1fr) auto;
    overflow: hidden;
    padding: 2rem;
    position: relative;
    z-index: 1;
}

.pv-cta-panel:before {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 68%);
    content: "";
    height: 14rem;
    position: absolute;
    right: 9rem;
    top: 50%;
    transform: translateY(-50%);
    width: 14rem;
}

.pv-cta-content,
.pv-cta-action {
    position: relative;
    z-index: 1;
}

.pv-cta-kicker {
    color: #bdf2dc;
    display: block;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 0.45rem;
    text-transform: uppercase;
}

.pv-cta-band h2 {
    color: #ffffff;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.12;
    margin-bottom: 0.65rem !important;
}

.pv-cta-band p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.02rem;
    line-height: 1.7;
    margin: 0;
    max-width: 680px;
}

.pv-cta-action {
    align-items: center;
    display: flex;
    gap: 1.1rem;
}

.pv-cta-signal {
    align-items: center;
    display: inline-flex;
    gap: 0.38rem;
}

.pv-cta-signal span {
    background: rgba(255, 255, 255, 0.82);
    border-radius: 999px;
    display: block;
    height: 2.5rem;
    opacity: 0.8;
    width: 0.28rem;
}

.pv-cta-signal span:nth-child(1) {
    animation: pvSignal 1.35s ease-in-out infinite;
}

.pv-cta-signal span:nth-child(2) {
    animation: pvSignal 1.35s ease-in-out 0.15s infinite;
    height: 3.25rem;
}

.pv-cta-signal span:nth-child(3) {
    animation: pvSignal 1.35s ease-in-out 0.3s infinite;
}

.pv-cta-button {
    align-items: center;
    background: #ffffff;
    border-radius: 999px;
    color: var(--pv-primary) !important;
    display: inline-flex;
    font-weight: 900;
    gap: 0.55rem;
    min-height: 3.25rem;
    min-width: 11rem;
    padding: 0.85rem 1.2rem;
    text-decoration: none;
}

.pv-cta-button:hover,
.pv-cta-button:focus {
    box-shadow: 0 18px 34px rgba(0, 25, 18, 0.24);
    color: var(--pv-primary-dark) !important;
    text-decoration: none;
    transform: translateY(-2px);
}

.pv-cta-button i {
    font-size: 0.86rem;
    transition: transform 0.2s ease;
}

.pv-cta-button:hover i {
    transform: translateX(3px);
}

@keyframes pvSignal {
    0%,
    100% {
        transform: scaleY(0.55);
    }
    45% {
        transform: scaleY(1);
    }
}

.pv-career-opening {
    border: 1px solid var(--pv-border);
    border-radius: 16px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.pv-career-opening .card-header {
    background: #ffffff;
    border: 0;
    padding: 0;
}

.pv-career-opening:hover {
    border-color: rgba(0, 87, 63, 0.28);
    box-shadow: 0 18px 45px rgba(0, 45, 32, 0.1);
    transform: translateY(-1px);
}

.pv-career-toggle {
    align-items: center;
    color: var(--pv-ink);
    cursor: pointer;
    display: flex;
    gap: 1.25rem;
    font-weight: 900;
    justify-content: space-between;
    min-height: 6.25rem;
    padding: 1.25rem 1.5rem;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    width: 100%;
}

.pv-career-toggle:hover,
.pv-career-toggle:focus {
    color: var(--pv-ink);
    text-decoration: none;
}

.pv-career-title {
    display: block;
    min-width: 0;
}

.pv-career-meta {
    color: var(--pv-primary);
    display: flex;
    flex-wrap: wrap;
    font-weight: 800;
    gap: 0.75rem;
    margin-top: 0.35rem;
}

.pv-career-action {
    align-items: center;
    background: var(--pv-primary);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.82rem;
    font-weight: 900;
    gap: 0.45rem;
    justify-content: center;
    min-width: 10.8rem;
    padding: 0.72rem 1rem;
}

.pv-career-action:after {
    content: "\e64b";
    font-family: "themify";
    font-size: 0.7rem;
}

.pv-career-toggle[aria-expanded="true"] .pv-career-action {
    background: var(--pv-primary-soft);
    color: var(--pv-primary);
}

.pv-career-toggle[aria-expanded="true"] .pv-career-action:after {
    content: "\e648";
}

.pv-career-opening .card-body {
    border-top: 1px solid var(--pv-border);
    padding: 1.5rem;
}

.pv-form-card .form-control {
    border: 1px solid var(--pv-border);
    border-radius: 12px;
    min-height: 3rem;
}

.pv-form-card label {
    color: var(--pv-ink);
    font-weight: 900;
    letter-spacing: 0;
}

.pv-job-description {
    color: var(--pv-muted);
}

.pv-job-facts {
    display: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 1.4rem;
}

.pv-job-facts div {
    background: var(--pv-primary-pale);
    border: 1px solid var(--pv-border);
    border-radius: 12px;
    padding: 0.75rem 0.9rem;
}

.pv-job-facts span {
    color: var(--pv-muted);
    display: block;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.pv-job-facts strong {
    color: var(--pv-ink);
    display: block;
    font-size: 0.92rem;
    margin-top: 0.15rem;
}

.pv-job-section {
    border-top: 1px solid rgba(0, 87, 63, 0.12);
    padding: 1.15rem 0 0.35rem;
}

.pv-job-section:first-child {
    border-top: 0;
    padding-top: 0;
}

.pv-job-section h4 {
    color: var(--pv-primary);
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 0.75rem;
}

.pv-job-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pv-job-section li {
    color: var(--pv-muted);
    line-height: 1.65;
    margin-bottom: 0.55rem;
    padding-left: 1.35rem;
    position: relative;
}

.pv-job-section li:before {
    background: var(--pv-primary);
    border-radius: 999px;
    content: "";
    height: 0.42rem;
    left: 0;
    position: absolute;
    top: 0.68rem;
    width: 0.42rem;
}

.pv-service-intro {
    background: #ffffff;
}

.pv-service-intro p {
    color: var(--pv-muted);
    font-size: 1.04rem;
    line-height: 1.85;
}

.pv-detail-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pv-detail-card {
    background: #ffffff;
    border: 1px solid var(--pv-border);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 45, 32, 0.07);
    padding: 1.6rem;
}

.pv-detail-card h3,
.pv-process-card h3 {
    color: var(--pv-ink);
    font-weight: 900;
}

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

.pv-process-card {
    background: #ffffff;
    border: 1px solid var(--pv-border);
    border-radius: 18px;
    padding: 1.35rem;
}

.pv-process-number {
    align-items: center;
    background: var(--pv-primary);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 900;
    height: 2.2rem;
    justify-content: center;
    margin-bottom: 1rem;
    width: 2.2rem;
}

.pv-service-aside {
    background: linear-gradient(145deg, var(--pv-primary), var(--pv-primary-deep));
    border-radius: 22px;
    color: #ffffff;
    padding: 2rem;
    position: sticky;
    top: 1.5rem;
}

.pv-service-aside h3,
.pv-service-aside p,
.pv-service-aside li {
    color: #ffffff;
}

.pv-service-aside ul {
    margin: 1rem 0 0;
    padding-left: 1.1rem;
}

@media (max-width: 767.98px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .section {
        max-width: 100vw;
        padding: 3rem 0;
    }

    .container,
    .container-fluid,
    .row {
        max-width: 100%;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .section-heading,
    .service-heading,
    .lead,
    .header-title {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    h1,
    .h1 {
        line-height: 1.2;
    }

    .pv-modern-header .nav-header {
        padding-right: 6.5rem;
    }

    .pv-modern-header .nav-logo > img {
        max-height: 72px;
        max-width: 118px;
    }

    .pv-modern-header .nav-cart-user {
        position: absolute;
        right: 0.8rem;
        top: 0.75rem;
        z-index: 20;
    }

    .pv-modern-header .nav-cart-user .nav {
        gap: 0.25rem;
        margin-top: 0 !important;
    }

    .pv-modern-header .nav-cart-user .icon-sm {
        height: 2.35rem;
        min-width: 2.35rem;
        padding: 0.45rem;
    }

    .pv-modern-header .nav-cart-user .icon-sm img {
        max-height: 1rem;
        max-width: 1rem;
    }

    .pv-page-hero {
        padding: 3.6rem 0 3rem;
        text-align: center;
    }

    .pv-page-hero-inner {
        margin: 0 auto;
        max-width: 280px;
    }

    .pv-page-hero h1 {
        font-size: 2rem;
    }

    .pv-content-card {
        padding: 1.4rem;
    }

    .pv-split-hero .row {
        min-height: 0;
    }

    .pv-split-copy {
        padding: 3rem 1rem;
        text-align: center;
    }

    .pv-card-grid {
        grid-template-columns: 1fr;
    }

    .pv-products-hero {
        padding: 2.15rem 0 2.25rem;
        text-align: center;
    }

    .pv-products-hero-grid {
        gap: 1rem;
        grid-template-columns: 1fr;
    }

    .pv-products-hero-copy {
        margin: 0 auto;
    }

    .pv-products-hero p {
        margin-left: auto;
        margin-right: auto;
    }

    .pv-products-hero-actions {
        justify-content: center;
        margin-bottom: 0.8rem;
    }

    .pv-products-hero-btn {
        width: 100%;
    }

    .pv-products-hero-visual {
        border-radius: 16px;
        padding: 0.7rem;
        text-align: left;
    }

    .pv-products-hero-panel-top {
        align-items: flex-start;
    }

    .pv-products-hero-item {
        grid-template-columns: 52px minmax(0, 1fr);
        min-height: 64px;
    }

    .pv-products-hero-thumb {
        height: 50px;
        width: 52px;
    }

    .pv-products-hero-thumb img {
        max-height: 44px;
        max-width: 46px;
    }

    .pv-products-stat-row {
        grid-template-columns: 1fr;
    }

    .pv-products-summary {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.7rem;
    }

    .pv-products-summary h2 {
        font-size: 1.55rem;
        line-height: 1.15;
        max-width: 320px;
        overflow-wrap: normal;
    }

    .pv-filter-shell {
        max-height: 620px;
        overflow-y: auto;
    }

    .pv-products-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .sort-by-select {
        width: 100% !important;
    }

    .product-list-view {
        grid-template-columns: 1fr;
    }

    .pv-product-image {
        height: 180px;
    }

    .pv-product-info {
        text-align: left;
    }

    .pv-cta-band {
        padding: 2.5rem 0;
    }

    .pv-cta-panel {
        grid-template-columns: 1fr;
        padding: 1.35rem;
    }

    .pv-cta-action {
        align-items: stretch;
        flex-direction: column;
        gap: 0.85rem;
    }

    .pv-cta-signal {
        display: none;
    }

    .pv-cta-button {
        justify-content: center;
        width: 100%;
    }

    .pv-career-toggle {
        align-items: flex-start;
        flex-direction: column;
        min-height: 0;
        padding: 1.15rem;
    }

    .pv-career-action {
        min-width: 100%;
    }

    .pv-job-facts {
        grid-template-columns: 1fr;
    }

    .pv-detail-grid,
    .pv-process-grid {
        grid-template-columns: 1fr;
    }

    .pv-service-aside {
        position: static;
    }

    .pv-footer {
        padding: 2.5rem 0 1.2rem;
    }

    .pv-footer-cta {
        grid-template-columns: 1fr;
        padding: 1.4rem;
        text-align: left;
    }

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

    .pv-footer-primary-btn,
    .pv-footer-secondary-btn {
        width: 100%;
    }

    .pv-footer-main,
    .pv-footer-links-grid {
        grid-template-columns: 1fr;
    }

    .pv-footer-brand img {
        height: 4rem;
        width: 4rem;
    }

    .pv-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}
