/* =========================================================
ROOT
========================================================= */
:root {
    --pg-navy: #082f5b;
    --pg-dark-navy: #031e3a;
    --pg-blue: #0e4d82;
    --pg-gold: #c99a3d;
    --pg-gold-light: #f6e7c4;
    --pg-text: #24364b;
    --pg-muted: #66788c;
    --pg-light: #f5f8fc;
    --pg-border: #dce5ef;
    --pg-white: #ffffff;
    --pg-green: #168457;
    --pg-green-light: #dff7e9;
    --pg-warning: #9a6800;
    --pg-warning-light: #fff3d6;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.pg-modal-open {
    overflow: hidden;
}

.pg-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
COMMON
========================================================= */
.pg-section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--pg-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.pg-section-label::before {
    content: "";
    width: 32px;
    height: 2px;
    background: var(--pg-gold);
}

.pg-section-heading {
    max-width: 740px;
    margin-bottom: 42px;
}

.pg-section-heading h2,
.pg-section-content h2,
.pg-catalogue-header h2 {
    margin: 14px 0 16px;
    color: var(--pg-navy);
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
    letter-spacing: -1px;
}

.pg-section-heading p,
.pg-section-content p,
.pg-catalogue-header p {
    margin: 0;
    color: var(--pg-muted);
    line-height: 1.8;
}

.pg-btn {
    min-height: 50px;
    padding: 0 22px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    transition: 0.3s ease;
}

.pg-btn-primary {
    border: 1px solid var(--pg-gold);
    background: var(--pg-gold);
    color: var(--pg-white);
}

.pg-btn-primary:hover {
    background: #d5a746;
    transform: translateY(-2px);
}

.pg-btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.08);
    color: var(--pg-white);
}

.pg-btn-outline:hover {
    background: var(--pg-white);
    color: var(--pg-navy);
}


/* =========================================================
HERO
========================================================= */
.pg-hero {
    min-height: 650px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 80% 45%,
            rgba(201, 154, 61, 0.18),
            transparent 27%
        ),
        linear-gradient(
            115deg,
            var(--pg-dark-navy),
            var(--pg-navy) 58%,
            #0b416f
        );
}
.pg-hero .pg-container {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}
.pg-hero-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.pg-hero-shape-one {
    width: 420px;
    height: 420px;
    top: -190px;
    right: -100px;
    border: 75px solid rgba(255, 255, 255, 0.04);
}
.pg-hero-shape-two {
    width: 260px;
    height: 260px;
    left: -120px;
    bottom: -130px;
    border: 55px solid rgba(201, 154, 61, 0.09);
}
.pg-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--pg-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.pg-hero-content h1 {
    max-width: 760px;
    margin: 20px 0;
    color: var(--pg-white);
    font-size: clamp(45px, 6vw, 74px);
    line-height: 1.04;
    letter-spacing: -2.3px;
}
.pg-hero-content h1 span {
    display: block;
    color: var(--pg-gold);
}
.pg-hero-content > p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.8;
}
.pg-hero-actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}
.pg-hero-visual {
    min-height: 420px;
    position: relative;
    display: grid;
    place-items: center;
}
.pg-hero-product {
    width: 255px;
    min-height: 315px;
    position: relative;
    z-index: 3;
    padding: 35px 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.15),
            rgba(255, 255, 255, 0.04)
        );
    color: var(--pg-white);
    text-align: center;
    backdrop-filter: blur(15px);
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.22);
}

.pg-hero-icon {
    width: 78px;
    height: 78px;
    margin-bottom: 22px;
    border-radius: 23px;
    display: grid;
    place-items: center;
    background: var(--pg-gold);
    font-size: 32px;
}

.pg-hero-product small {
    color: rgba(255, 255, 255, 0.68);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pg-hero-product strong {
    margin: 9px 0;
    font-size: 34px;
    letter-spacing: 1px;
}

.pg-hero-product p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    line-height: 1.6;
}

.pg-oil-orbit {
    position: absolute;
    border-radius: 50%;
}

.pg-orbit-one {
    width: 370px;
    height: 370px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.pg-orbit-two {
    width: 300px;
    height: 300px;
    border: 1px dashed rgba(201, 154, 61, 0.45);
}
.pg-floating-card {
    position: absolute;
    z-index: 4;
    padding: 13px 17px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(4, 30, 58, 0.82);
    color: var(--pg-white);
    font-size: 11px;
    font-weight: 700;
    backdrop-filter: blur(10px);
}
.pg-floating-card i {
    color: var(--pg-gold);
}
.pg-floating-top {
    top: 40px;
    right: 0;
}
.pg-floating-bottom {
    left: 0;
    bottom: 45px;
}


/* =========================================================
OVERVIEW
========================================================= */
.pg-overview {
    padding: 95px 0;
    background: var(--pg-white);
}

.pg-overview-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 70px;
    align-items: center;
}

.pg-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
}

.pg-stat-card {
    min-height: 165px;
    padding: 24px;
    border: 1px solid var(--pg-border);
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--pg-light);
    transition: 0.3s ease;
}

.pg-stat-card:hover {
    transform: translateY(-5px);
    border-color: rgba(201, 154, 61, 0.55);
    box-shadow: 0 18px 40px rgba(8, 47, 91, 0.08);
}

.pg-stat-card > span {
    width: 45px;
    height: 45px;
    margin-bottom: 14px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    background: var(--pg-navy);
    color: var(--pg-white);
}

.pg-stat-card strong {
    color: var(--pg-navy);
    font-size: 26px;
}

.pg-stat-card small {
    margin-top: 6px;
    color: var(--pg-muted);
}


/* =========================================================
BENEFITS
========================================================= */

.pg-benefits {
    padding-bottom: 95px;
    background: var(--pg-white);
}

.pg-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.pg-benefit-card {
    padding: 28px;
    border: 1px solid var(--pg-border);
    border-radius: 17px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: var(--pg-light);
}

.pg-benefit-card > span {
    width: 51px;
    height: 51px;
    flex: 0 0 51px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    background: var(--pg-navy);
    color: var(--pg-white);
    font-size: 19px;
}

.pg-benefit-card h3 {
    margin: 0 0 8px;
    color: var(--pg-navy);
    font-size: 17px;
}

.pg-benefit-card p {
    margin: 0;
    color: var(--pg-muted);
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
CATALOGUE
========================================================= */

.pg-catalogue {
    padding: 100px 0 110px;
    background: var(--pg-light);
}

.pg-catalogue-header {
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
}

.pg-product-count {
    min-width: 220px;
    padding: 18px;
    border: 1px solid var(--pg-border);
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--pg-white);
}

.pg-product-count > span {
    width: 47px;
    height: 47px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    background: var(--pg-gold-light);
    color: var(--pg-navy);
}

.pg-product-count div {
    display: flex;
    flex-direction: column;
}

.pg-product-count strong {
    color: var(--pg-navy);
    font-size: 22px;
}

.pg-product-count small {
    color: var(--pg-muted);
    font-size: 11px;
}


/* SEARCH */
.pg-search-box {
    height: 62px;
    position: relative;
    border: 1px solid var(--pg-border);
    border-radius: 14px;
    display: flex;
    align-items: center;
    background: var(--pg-white);
    box-shadow: 0 10px 28px rgba(8, 47, 91, 0.05);
}
.pg-search-box > i {
    position: absolute;
    left: 21px;
    color: var(--pg-gold);
}
.pg-search-box input {
    width: 100%;
    height: 100%;
    padding: 0 58px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--pg-text);
    font: inherit;
}
.pg-search-box button {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 10px;
    border: 0;
    border-radius: 9px;
    display: none;
    place-items: center;
    background: #edf3f8;
    color: var(--pg-navy);
    cursor: pointer;
}


/* CATEGORY FILTER */
.pg-category-filter {
    margin: 24px 0 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}
.pg-filter-btn {
    padding: 10px 16px;
    border: 1px solid var(--pg-border);
    border-radius: 30px;
    background: var(--pg-white);
    color: var(--pg-muted);
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.25s ease;
}
.pg-filter-btn:hover,
.pg-filter-btn.active {
    border-color: var(--pg-navy);
    background: var(--pg-navy);
    color: var(--pg-white);
}


/* PRODUCT GRID */
.pg-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.pg-product-card {
    min-width: 0;
    border: 1px solid var(--pg-border);
    border-radius: 19px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--pg-white);
    box-shadow: 0 12px 35px rgba(8, 47, 91, 0.06);
    transition: 0.3s ease;
}
.pg-product-card:hover {
    transform: translateY(-7px);
    border-color: rgba(201, 154, 61, 0.6);
    box-shadow: 0 22px 50px rgba(8, 47, 91, 0.12);
}
.pg-card-top {
    padding: 23px 23px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}
.pg-product-icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(
        145deg,
        var(--pg-navy),
        var(--pg-blue)
    );
    color: var(--pg-white);
    font-size: 20px;
}
.pg-category-badge {
    max-width: 175px;
    padding: 7px 11px;
    border-radius: 30px;
    background: var(--pg-gold-light);
    color: #72541f;
    font-size: 9px;
    font-weight: 800;
    text-align: center;
}
.pg-card-body {
    padding: 21px 23px;
    flex: 1;
}
.pg-card-body h3 {
    margin: 0;
    color: var(--pg-navy);
    font-size: 20px;
    line-height: 1.35;
}
.pg-card-body h4 {
    margin: 7px 0 13px;
    color: var(--pg-gold);
    font-size: 12px;
    line-height: 1.5;
}
.pg-status-row {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.pg-status-badge,
.pg-date-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 9px;
    font-weight: 800;
}
.pg-status-badge {
    padding: 7px 9px;
    border-radius: 30px;
}
.pg-status-badge.developing {
    background: var(--pg-warning-light);
    color: var(--pg-warning);
}
.pg-status-badge.completed {
    background: var(--pg-green-light);
    color: var(--pg-green);
}
.pg-date-badge {
    color: var(--pg-muted);
}
.pg-date-badge i {
    color: var(--pg-gold);
}
.pg-product-description {
    min-height: 88px;
    margin: 0;
    color: var(--pg-muted);
    font-size: 12px;
    line-height: 1.75;
}
.pg-product-specs {
    margin: 18px 0;
    border-top: 1px solid var(--pg-border);
    border-bottom: 1px solid var(--pg-border);
}
.pg-spec-row {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}
.pg-spec-row:first-child {
    border-bottom: 1px solid var(--pg-border);
}
.pg-spec-row span {
    min-width: 72px;
    color: var(--pg-muted);
    font-size: 10px;
}
.pg-spec-row span i {
    width: 17px;
    color: var(--pg-gold);
}
.pg-spec-row strong {
    color: var(--pg-text);
    font-size: 10px;
    line-height: 1.55;
    text-align: right;
}
.pg-applications-title {
    display: block;
    margin-bottom: 10px;
    color: var(--pg-navy);
    font-size: 10px;
    font-weight: 800;
}
.pg-application-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.pg-application-tags span {
    padding: 6px 8px;
    border-radius: 6px;
    background: #edf3f8;
    color: #53677d;
    font-size: 8px;
    font-weight: 700;
}
.pg-application-tags .pg-more-tag {
    background: var(--pg-gold-light);
    color: #72541f;
}
.pg-card-footer {
    padding: 16px 23px;
    border-top: 1px solid var(--pg-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background: #fbfcfe;
}
.pg-view-btn,
.pg-quote-link {
    border: 0;
    background: transparent;
    font: inherit;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}
.pg-view-btn {
    color: var(--pg-navy);
}
.pg-view-btn i {
    margin-right: 5px;
    color: var(--pg-gold);
}
.pg-quote-link {
    color: var(--pg-gold);
}
.pg-quote-link i {
    margin-left: 5px;
    transition: 0.2s ease;
}
.pg-quote-link:hover i {
    transform: translateX(3px);
}


/* EMPTY RESULT */
.pg-empty-result {
    padding: 75px 20px;
    display: none;
    text-align: center;
}

.pg-empty-result > span {
    width: 78px;
    height: 78px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--pg-gold-light);
    color: var(--pg-navy);
    font-size: 28px;
}

.pg-empty-result h3 {
    margin: 0 0 9px;
    color: var(--pg-navy);
}

.pg-empty-result p {
    color: var(--pg-muted);
}

.pg-empty-result button {
    margin-top: 10px;
    padding: 12px 18px;
    border: 0;
    border-radius: 8px;
    background: var(--pg-navy);
    color: var(--pg-white);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}


/* =========================================================
INDUSTRIES
========================================================= */
.pg-industries {
    padding: 95px 0;
    background: var(--pg-white);
}

.pg-industry-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
}

.pg-industry-card {
    min-height: 112px;
    padding: 20px;
    border: 1px solid var(--pg-border);
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 15px;
    background: var(--pg-light);
    color: var(--pg-navy);
    font-size: 13px;
    font-weight: 800;
    transition: 0.3s ease;
}

.pg-industry-card:hover {
    transform: translateY(-4px);
    border-color: var(--pg-gold);
}

.pg-industry-card i {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: var(--pg-white);
    color: var(--pg-gold);
    box-shadow: 0 8px 20px rgba(8, 47, 91, 0.08);
}


/* =========================================================
PACKAGING
========================================================= */
.pg-packaging {
    padding: 95px 0;
    background: var(--pg-light);
}

.pg-packaging-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.pg-package-card {
    min-height: 175px;
    padding: 24px 15px;
    border: 1px solid var(--pg-border);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--pg-white);
    text-align: center;
    transition: 0.3s ease;
}

.pg-package-card:hover {
    transform: translateY(-6px);
    border-color: var(--pg-gold);
    box-shadow: 0 18px 38px rgba(8, 47, 91, 0.1);
}

.pg-package-card > span {
    width: 58px;
    height: 58px;
    margin-bottom: 14px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: var(--pg-navy);
    color: var(--pg-white);
    font-size: 22px;
}

.pg-package-card strong {
    color: var(--pg-navy);
    font-size: 23px;
}

.pg-package-card small {
    margin-top: 6px;
    color: var(--pg-muted);
}


/* =========================================================
NOTICE
========================================================= */
.pg-notice-section {
    padding: 70px 0;
    background: var(--pg-white);
}

.pg-notice {
    padding: 28px 31px;
    border: 1px solid #efdba7;
    border-radius: 17px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #fffaf0;
}

.pg-notice-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: var(--pg-gold);
    color: var(--pg-white);
    font-size: 19px;
}

.pg-notice h3 {
    margin: 0 0 9px;
    color: var(--pg-navy);
}

.pg-notice p {
    margin: 0;
    color: var(--pg-muted);
    font-size: 13px;
    line-height: 1.8;
}


/* =========================================================
CTA
========================================================= */
.pg-cta {
    padding: 85px 0;
    background:
        linear-gradient(
            115deg,
            var(--pg-dark-navy),
            var(--pg-navy)
        );
}

.pg-cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.pg-cta-content > div:first-child {
    max-width: 760px;
}

.pg-cta-content > div:first-child > span {
    color: var(--pg-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.pg-cta h2 {
    margin: 13px 0;
    color: var(--pg-white);
    font-size: clamp(30px, 4vw, 43px);
    line-height: 1.2;
}

.pg-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.75;
}

.pg-cta-actions {
    min-width: 215px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}


/* =========================================================
MODAL
========================================================= */
.pg-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    padding: 24px;
    display: none;
    align-items: center;
    justify-content: center;
}

.pg-modal.show {
    display: flex;
}

.pg-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(2, 19, 37, 0.78);
    backdrop-filter: blur(5px);
}

.pg-modal-dialog {
    width: min(720px, 100%);
    max-height: calc(100vh - 48px);
    position: relative;
    z-index: 2;
    border-radius: 19px;
    overflow-y: auto;
    background: var(--pg-white);
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.32);
    animation: pgModalOpen 0.25s ease;
}

@keyframes pgModalOpen {
    from {
        opacity: 0;
        transform: translateY(25px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.pg-modal-close {
    width: 39px;
    height: 39px;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 4;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.14);
    color: var(--pg-white);
    cursor: pointer;
}

.pg-modal-header {
    padding: 34px;
    display: flex;
    align-items: center;
    gap: 18px;
    background:
        linear-gradient(
            120deg,
            var(--pg-dark-navy),
            var(--pg-blue)
        );
    color: var(--pg-white);
}

.pg-modal-icon {
    width: 63px;
    height: 63px;
    flex: 0 0 63px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: var(--pg-gold);
    font-size: 23px;
}

.pg-modal-header > div > span {
    color: var(--pg-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.pg-modal-header h2 {
    margin: 5px 0;
    font-size: 27px;
}

.pg-modal-header p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
}

.pg-modal-body {
    padding: 30px 34px;
}

.pg-modal-status-row {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.pg-modal-status,
.pg-modal-date {
    padding: 8px 12px;
    border-radius: 30px;
    font-size: 10px;
    font-weight: 800;
}

.pg-modal-status {
    background: var(--pg-warning-light);
    color: var(--pg-warning);
}

.pg-modal-status.completed {
    background: var(--pg-green-light);
    color: var(--pg-green);
}

.pg-modal-date {
    background: #edf3f8;
    color: var(--pg-muted);
}

.pg-modal-section h3 {
    margin: 0 0 11px;
    color: var(--pg-navy);
    font-size: 16px;
}

.pg-modal-section p {
    margin: 0;
    color: var(--pg-muted);
    line-height: 1.8;
}

.pg-modal-spec-grid {
    margin: 24px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.pg-modal-spec {
    padding: 17px;
    border: 1px solid var(--pg-border);
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: var(--pg-light);
}

.pg-modal-spec > span {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    background: var(--pg-white);
    color: var(--pg-gold);
}

.pg-modal-spec div {
    display: flex;
    flex-direction: column;
}

.pg-modal-spec small {
    margin-bottom: 5px;
    color: var(--pg-muted);
}

.pg-modal-spec strong {
    color: var(--pg-navy);
    font-size: 11px;
    line-height: 1.5;
}

.pg-modal-applications {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pg-modal-applications span {
    padding: 8px 11px;
    border-radius: 7px;
    background: #edf3f8;
    color: var(--pg-text);
    font-size: 10px;
    font-weight: 700;
}

.pg-modal-note {
    margin-top: 24px;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #edf3f8;
}

.pg-modal-note i {
    margin-top: 3px;
    color: var(--pg-gold);
}

.pg-modal-note p {
    margin: 0;
    color: var(--pg-muted);
    font-size: 11px;
    line-height: 1.7;
}

.pg-modal-footer {
    padding: 19px 34px;
    border-top: 1px solid var(--pg-border);
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    background: #fbfcfe;
}

.pg-modal-footer a,
.pg-modal-footer button {
    min-height: 42px;
    padding: 0 17px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.pg-modal-footer a {
    background: var(--pg-gold);
    color: var(--pg-white);
    text-decoration: none;
}

.pg-modal-footer button {
    border: 1px solid var(--pg-border);
    background: var(--pg-white);
    color: var(--pg-navy);
}


/* =========================================================
RESPONSIVE
========================================================= */
@media (max-width: 1050px) {
    .pg-hero .pg-container {
        grid-template-columns: 1fr 0.8fr;
        gap: 45px;
    }
    .pg-overview-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }
    .pg-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .pg-industry-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .pg-packaging-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 820px) {
    .pg-hero {
        padding: 90px 0;
    }
    .pg-hero .pg-container {
        grid-template-columns: 1fr;
    }
    .pg-hero-visual {
        display: none;
    }
    .pg-benefit-grid {
        grid-template-columns: 1fr;
    }
    .pg-catalogue-header {
        align-items: flex-start;
        flex-direction: column;
    }
    .pg-cta-content {
        align-items: flex-start;
        flex-direction: column;
    }
    .pg-cta-actions {
        width: 100%;
    }
    .pg-industry-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 620px) {
    .pg-container {
        width: min(100% - 28px, 1180px);
    }
    .pg-hero {
        min-height: auto;
        padding: 85px 0;
    }
    .pg-hero-content h1 {
        font-size: 43px;
        letter-spacing: -1.4px;
    }
    .pg-hero-content > p {
        font-size: 14px;
    }
    .pg-hero-actions {
        flex-direction: column;
    }
    .pg-hero-actions .pg-btn {
        width: 100%;
    }
    .pg-overview,
    .pg-catalogue,
    .pg-industries,
    .pg-packaging {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .pg-stat-grid {
        grid-template-columns: 1fr;
    }
    .pg-product-grid {
        grid-template-columns: 1fr;
    }
    .pg-product-count {
        width: 100%;
    }
    .pg-industry-grid {
        grid-template-columns: 1fr;
    }
    .pg-packaging-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .pg-notice {
        padding: 22px 20px;
        flex-direction: column;
    }
    .pg-modal {
        padding: 10px;
    }
    .pg-modal-header {
        padding: 28px 20px;
        align-items: flex-start;
    }
    .pg-modal-icon {
        width: 49px;
        height: 49px;
        flex-basis: 49px;
    }
    .pg-modal-header h2 {
        font-size: 21px;
    }
    .pg-modal-body {
        padding: 24px 20px;
    }
    .pg-modal-spec-grid {
        grid-template-columns: 1fr;
    }
    .pg-modal-footer {
        padding: 17px 20px;
        flex-direction: column;
    }
    .pg-modal-footer a,
    .pg-modal-footer button {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .pg-packaging-grid {
        grid-template-columns: 1fr;
    }
    .pg-card-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}