.benefit-section {
    padding: 80px 0;
    background: #f6f8fa;
}

.benefit-card {
    position: relative;
    height: 100%;
    min-height: 285px;
    padding: 32px 28px 28px;
    background: #ffffff;
    border: 1px solid #e5e9ed;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.35s ease;
}

.benefit-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #1d3557;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.benefit-card:hover {
    transform: translateY(-8px);
    border-color: #cfd6dc;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.benefit-card:hover::before {
    transform: scaleX(1);
}

.benefit-icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    background: #f1f5f8;
    border-radius: 12px;
    font-size: 26px;
    line-height: 1;
}

.benefit-card h4 {
    margin: 0 0 14px;
    color: #1d3557;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}

.benefit-card p {
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.75;
}

.benefit-number {
    position: absolute;
    right: 22px;
    bottom: 18px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #d9dee3;
}

@media (max-width: 991px) {
    .benefit-section {
        padding: 65px 0;
    }

    .benefit-card {
        min-height: 270px;
    }
}

@media (max-width: 575px) {
    .benefit-section {
        padding: 50px 0;
    }

    .benefit-card {
        min-height: auto;
        padding: 26px 22px 28px;
    }

    .benefit-card h4 {
        font-size: 18px;
    }

    .benefit-card p {
        font-size: 14px;
    }
}

.grades-section .col-lg-3 .grade-card {
    height: 380px;
    display: flex;
    flex-direction: column;
}

.grades-section .col-lg-3 .grade-card p {
    flex-grow: 1;
}

.grades-section .col-lg-3 .grade-link {
    margin-top: auto;
}

.hero-card {
    position: relative;
    padding: 14px 16px;
    background: #ffffff;
    border: 1px solid #e3e8ed;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.hero-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1d3557;
}

.hc-lbl {
    display: inline-block;
    margin-bottom: 4px;
    padding: 4px 9px;
    background: #f1f5f8;
    border-radius: 4px;
    color: #1d3557;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.hc-title {
    margin-top: 4px;
    color: #1d3557;
    font-size: 25px;
    line-height: 1.15;
    font-weight: 700;
}

.hc-subtitle {
    margin-top: 4px;
    margin-bottom: 12px;
    color: #667085;
    font-size: 13px;
    line-height: 1.25;
}

.hc-section-title {
    margin: 12px 0 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e9ed;
    color: #1d3557;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.hcr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 4px 0;
    border-bottom: 1px solid #edf0f2;
}

.hck {
    color: #667085;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
}

.hcv {
    color: #1d3557;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    text-align: right;
}

.hcv.or {
    color: #c47b1b;
}

.hcv.tl {
    color: #1d3557;
}

.hc-feature {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    padding: 4px 0;
}

.hc-check {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef5f0;
    color: #28734a;
    font-size: 10px;
    font-weight: 700;
}

.hc-feature strong {
    color: #344054;
    font-size: 11.5px;
    line-height: 1.35;
    font-weight: 600;
}

@media (max-width: 575px) {

    .hero-card {
        padding: 16px;
    }

    .hc-title {
        font-size: 23px;
    }

    .hc-subtitle {
        margin-bottom: 10px;
    }

    .hc-section-title {
        margin-top: 10px;
    }

    .hcr {
        gap: 8px;
        padding: 4px 0;
    }

    .hck,
    .hcv {
        font-size: 12px;
    }

    .hc-feature {
        padding: 4px 0;
    }
}
.product-compare-section {
    padding: 70px 0 80px;
    background: #f7f8fa;
}

.compare-heading {
    margin-bottom: 30px;
}

.compare-heading .mini-title {
    margin-bottom: 10px;
}

.compare-heading h3 {
    margin: 0;
    color: #1d3557;
    font-size: 30px;
    font-weight: 700;
}

.comparison-card {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e1e6eb;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
}

.compare-row {
    display: grid;
    grid-template-columns: 24% 38% 38%;
    border-bottom: 1px solid #e8ecef;
}

.compare-row:last-child {
    border-bottom: 0;
}

.compare-header {
    background: #1d3557;
    color: #ffffff;
}

.compare-label,
.compare-value,
.compare-product {
    padding: 22px 24px;
}

.compare-label {
    display: flex;
    align-items: center;
    color: #344054;
    font-size: 14px;
}

.compare-header .compare-label {
    color: #ffffff;
    font-weight: 600;
}

.compare-product {
    display: flex;
    flex-direction: column;
    gap: 3px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.compare-product strong {
    font-size: 19px;
    line-height: 1.2;
}

.compare-product span {
    font-size: 13px;
    opacity: 0.8;
}

.compare-product.wp {
    background: #ffffff;
    color: #1d3557;
}

.compare-product.gp {
    background: #eef1f3;
    color: #344054;
}

.compare-value {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    border-left: 1px solid #e8ecef;
    color: #667085;
    font-size: 14px;
    line-height: 1.5;
}

.compare-value strong {
    color: #1d3557;
    font-size: 16px;
    font-weight: 700;
}

.compare-value span {
    color: #667085;
    font-size: 13px;
    line-height: 1.5;
}

/* Highlight WP-210 */
.compare-row:nth-child(2) .compare-value:nth-child(2),
.compare-row:nth-child(3) .compare-value:nth-child(2),
.compare-row:nth-child(4) .compare-value:nth-child(2) {
    background: #fbfcfd;
}


/* MOBILE */
@media (max-width: 767px) {

    .product-compare-section {
        padding: 50px 0;
    }

    .compare-heading h3 {
        font-size: 25px;
    }

    .compare-row {
        grid-template-columns: 1fr;
    }

    .compare-header {
        grid-template-columns: 1fr;
    }

    .compare-label,
    .compare-value,
    .compare-product {
        padding: 17px 18px;
    }

    .compare-row:not(.compare-header) .compare-label {
        background: #f5f7f9;
        border-bottom: 1px solid #e8ecef;
    }

    .compare-value {
        border-left: 0;
        border-bottom: 1px solid #e8ecef;
    }

    .compare-value:last-child {
        border-bottom: 0;
    }

    .compare-product {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }
}

.product-details-card {
    background: #ffffff;
    border: 1px solid #e2e7eb;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07);
}

.product-details-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 28px;
    background: #1d3557;
    color: #ffffff;
}

.product-details-head::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 65px;
    height: 4px;
    background: #d18a32;
}

.pd-kicker {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 1.5px;
    font-weight: 600;
    opacity: 0.75;
}

.product-details-head h4 {
    margin: 0;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
}

.pd-badge {
    padding: 7px 12px;
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.product-details-body {
    padding: 8px 28px;
}

.pd-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #edf0f2;
}

.pd-row:last-child {
    border-bottom: 0;
}

.pd-label {
    color: #667085;
    font-size: 13px;
    line-height: 1.4;
}

.pd-value {
    color: #1d3557;
    font-size: 13px;
    line-height: 1.4;
    text-align: right;
    font-weight: 700;
}

.pd-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 20px 28px 24px;
    background: #f7f9fa;
    border-top: 1px solid #e8ecef;
}

.pd-status {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #344054;
    font-size: 12px;
}

.pd-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    border-radius: 50%;
    background: #eaf4ed;
    color: #28734a;
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 575px) {

    .product-details-head {
        padding: 22px;
    }

    .product-details-body {
        padding: 8px 22px;
    }

    .product-details-head h4 {
        font-size: 23px;
    }

    .pd-row {
        align-items: flex-start;
        gap: 12px;
    }

    .pd-label {
        max-width: 45%;
    }

    .pd-value {
        max-width: 55%;
    }

    .pd-footer {
        padding: 18px 22px 22px;
    }
}

.wp210-technical-section {
    padding: 80px 0;
    background: #f7f9fa;
}

.tech-section-heading {
    text-align: center;
    margin-bottom: 35px;
}

.tech-section-heading.left {
    text-align: left;
}

.tech-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #c47b1b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.tech-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #c47b1b;
}

.tech-section-heading h2 {
    margin: 0;
    color: #1d3557;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
}


/* =========================================
   COMPARISON
========================================= */

.product-comparison-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-bottom: 75px;
}

.comparison-box {
    position: relative;
    min-height: 235px;
    padding: 28px 22px;
    background: #ffffff;
    border: 1px solid #e2e7eb;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.comparison-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07);
}

.comparison-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: #1d3557;
}

.white-box::before {
    background: #ffffff;
    border-bottom: 4px solid #1d3557;
}

.grey-box {
    background: #eef1f3;
}

.grey-box::before {
    background: #667085;
}

.comparison-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 22px;
    border-radius: 10px;
    background: #f1f4f6;
    color: #1d3557;
    font-size: 13px;
    font-weight: 700;
}

.grey-box .comparison-icon {
    background: #dfe3e6;
    color: #475467;
}

.comparison-box h4 {
    margin: 0 0 16px;
    color: #344054;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
}

.comparison-main {
    display: block;
    margin-bottom: 8px;
    color: #1d3557;
    font-size: 27px;
    line-height: 1.1;
    font-weight: 700;
}

.comparison-box p {
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
}

.ideal-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ideal-content div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ideal-content strong {
    color: #1d3557;
    font-size: 14px;
    line-height: 1.4;
}

.ideal-content span {
    color: #667085;
    font-size: 13px;
}


/* =========================================
   TECHNICAL TABLE
========================================= */

.tech-block {
    margin-bottom: 75px;
}

.technical-table-wrap,
.composition-table-wrap {
    overflow-x: auto;
    background: #ffffff;
    border: 1px solid #e1e6eb;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.technical-table,
.composition-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 750px;
}

.technical-table thead th,
.composition-table thead th {
    padding: 17px 20px;
    background: #1d3557;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
}

.technical-table tbody td,
.composition-table tbody td {
    padding: 15px 20px;
    border-bottom: 1px solid #edf0f2;
    color: #667085;
    font-size: 13px;
    line-height: 1.5;
    vertical-align: middle;
}

.technical-table tbody tr:last-child td,
.composition-table tbody tr:last-child td {
    border-bottom: 0;
}

.technical-table tbody tr:nth-child(even),
.composition-table tbody tr:nth-child(even) {
    background: #fafbfc;
}

.technical-table tbody td:first-child {
    width: 32%;
    color: #344054;
}

.technical-table tbody td:nth-child(2) {
    width: 34%;
    color: #1d3557;
    font-weight: 600;
}

.technical-table tbody td:nth-child(3) {
    width: 34%;
}

.technical-note,
.chemistry-note {
    margin-top: 18px;
    padding: 18px 22px;
    background: #ffffff;
    border-left: 4px solid #c47b1b;
    border-radius: 0 8px 8px 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================
   CHEMICAL COMPOSITION
========================================= */

.chemistry-block {
    margin-bottom: 20px;
}

.composition-table tbody td:first-child {
    width: 45%;
    color: #344054;
}

.composition-table tbody td:nth-child(2) {
    width: 27%;
    color: #1d3557;
}

.composition-table tbody td:nth-child(3) {
    width: 28%;
    color: #1d3557;
    font-weight: 600;
}

.composition-table .key-differentiator {
    background: #f7f2e9;
}

.composition-table .key-differentiator td {
    color: #1d3557;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {

    .product-comparison-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media (max-width: 767px) {

    .wp210-technical-section {
        padding: 55px 0;
    }

    .tech-section-heading h2 {
        font-size: 26px;
    }

    .product-comparison-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-bottom: 55px;
    }

    .comparison-box {
        min-height: 220px;
        padding: 23px 18px;
    }

    .comparison-main {
        font-size: 24px;
    }

}

@media (max-width: 575px) {

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

    .comparison-box {
        min-height: auto;
    }

    .tech-section-heading.left {
        text-align: left;
    }

    .technical-table-wrap,
    .composition-table-wrap {
        border-radius: 10px;
    }

    .technical-table,
    .composition-table {
        min-width: 700px;
    }

}

.applications-section {
    padding: 85px 0;
    background: #ffffff;
}

.applications-heading {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}

.applications-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #c47b1b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.7px;
}

.applications-heading h2 {
    margin: 0;
    color: #1d3557;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
}


/* CARD */

.application-card {
    position: relative;
    height: 100%;
    padding: 28px;
    background: #f8fafb;
    border: 1px solid #e4e9ed;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.35s ease;
}

.application-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #1d3557;
    transition: width 0.35s ease;
}

.application-card:hover {
    transform: translateY(-7px);
    background: #ffffff;
    border-color: #d8dfe4;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.07);
}

.application-card:hover::before {
    width: 100%;
}


/* TOP */

.application-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.application-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #e2e7eb;
    border-radius: 12px;
    font-size: 25px;
    line-height: 1;
}

.application-number {
    color: #cdd3d8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}


/* CONTENT */

.application-card h4 {
    margin: 0 0 13px;
    color: #1d3557;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
}

.application-card p {
    margin: 0;
    color: #667085;
    font-size: 13.5px;
    line-height: 1.75;
}


/* RESPONSIVE */

@media (max-width: 991px) {

    .applications-section {
        padding: 65px 0;
    }

    .applications-heading h2 {
        font-size: 28px;
    }

}

@media (max-width: 575px) {

    .applications-section {
        padding: 50px 0;
    }

    .applications-heading {
        margin-bottom: 30px;
    }

    .applications-heading h2 {
        font-size: 25px;
    }

    .application-card {
        padding: 24px;
    }

}

.performance-benefits-section {
    padding: 40px 0;
    background: #ffffff;
}

.performance-heading {
    margin-bottom: 35px;
}

.performance-eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: #c47b1b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.performance-heading h2 {
    margin: 0;
    color: #1d3557;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
}


/* =========================================
   BENEFIT ITEM
========================================= */

.performance-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.performance-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 78px;
    padding: 14px 18px 14px 12px;
    background: #ffffff;
    border: 1px solid #d9dee3;
    border-radius: 0 9px 9px 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.performance-item:hover {
    transform: translateX(5px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}


/* LEFT COLOUR LINE */

.performance-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
}

.benefit-green::before {
    background: #3c9b4a;
}

.benefit-blue::before {
    background: #1d3557;
}

.benefit-orange::before {
    background: #c47b1b;
}

.benefit-purple::before {
    background: #8064a2;
}

.benefit-red::before {
    background: #a64b4b;
}

.benefit-dark::before {
    background: #344054;
}


/* =========================================
   ICON
========================================= */

.performance-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f0f4f8;
    border-radius: 50%;

    font-size: 20px;
    line-height: 1;
}


/* =========================================
   CONTENT
========================================= */

.performance-content {
    flex: 1;
}

.performance-content h4 {
    margin: 0 0 6px;
    color: #082b55;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
}

.performance-content p {
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 767px) {

    .performance-benefits-section {
        padding: 55px 0;
    }

    .performance-heading h2 {
        font-size: 27px;
    }

    .performance-list {
        gap: 14px;
    }

    .performance-item {
        align-items: flex-start;
        gap: 16px;
        padding: 22px 20px 22px 18px;
    }

    .performance-icon {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        font-size: 18px;
    }

    .performance-content h4 {
        font-size: 16px;
    }

    .performance-content p {
        font-size: 13.5px;
        line-height: 1.7;
    }

}

@media (max-width: 480px) {

    .performance-item {
        gap: 13px;
        padding: 20px 15px 20px 16px;
    }

    .performance-icon {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
        font-size: 16px;
    }

    .performance-content h4 {
        font-size: 15px;
    }

    .performance-content p {
        font-size: 13px;
    }

}

.packaging-section {
    padding: 80px 0;
    background: #f7f9fa;
}

.packaging-heading {
    margin-bottom: 35px;
}

.packaging-eyebrow {
    display: inline-block;
    margin-bottom: 9px;
    color: #c47b1b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.packaging-heading h2 {
    margin: 0;
    color: #1d3557;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
}


/* =========================================
   PACKAGING CARDS
========================================= */

.packaging-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 150px;
    padding: 28px 30px;
    background: #ffffff;
    border: 1px solid #e1e6eb;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.35s ease;
}

.packaging-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #1d3557;
}

.packaging-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.07);
}


/* ICON */

.packaging-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f0f4f7;
    border-radius: 14px;

    font-size: 27px;
    line-height: 1;
}


/* CONTENT */

.packaging-content {
    position: relative;
    flex: 1;
}

.packaging-number {
    position: absolute;
    top: -8px;
    right: 0;

    color: #d9dee3;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.packaging-content h4 {
    margin: 0 0 9px;
    color: #1d3557;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
}

.packaging-content p {
    margin: 0;
    color: #667085;
    font-size: 13.5px;
    line-height: 1.65;
}


/* =========================================
   SHIPPING STRIP
========================================= */

.shipping-strip {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 24px;
    padding: 25px 30px;

    background: #1d3557;
    border-radius: 14px;

    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.shipping-icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;

    font-size: 24px;
}

.shipping-content {
    flex: 1;
}

.shipping-content h4 {
    display: inline;
    margin: 0 5px 0 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.shipping-content p {
    display: inline;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13.5px;
    line-height: 1.75;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 767px) {

    .packaging-section {
        padding: 55px 0;
    }

    .packaging-heading h2 {
        font-size: 27px;
    }

    .packaging-card {
        min-height: auto;
        padding: 23px;
    }

    .packaging-icon {
        width: 50px;
        height: 50px;
        flex: 0 0 50px;
        font-size: 23px;
    }

    .packaging-content h4 {
        font-size: 17px;
    }

    .shipping-strip {
        align-items: flex-start;
        padding: 22px;
    }

    .shipping-content h4,
    .shipping-content p {
        display: block;
    }

    .shipping-content h4 {
        margin-bottom: 6px;
    }

}

@media (max-width: 480px) {

    .packaging-card {
        gap: 15px;
        padding: 20px;
    }

    .packaging-icon {
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
        font-size: 20px;
    }

    .packaging-content p {
        font-size: 13px;
    }

}

.wp210-stats {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #ffffff;
    border: 1px solid #d8d2ca;
    border-radius: 9px;
    overflow: hidden;
}

.wp210-stat {
    min-height: 133px;
    padding: 22px 15px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.wp210-stat:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #d8d2ca;
}

/* Main number */

.wp210-value {
    color: #082b55;
    font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
    font-size: 43px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1.5px;
    white-space: nowrap;
}

.wp210-value sup {
    position: relative;
    top: -0.65em;
    margin-left: 2px;
    color: #d60065;
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
}

/* Label */

.wp210-label {
    margin-top: 12px;
    color: #667085;
    font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}


/* Hover */

.wp210-stat {
    transition: background 0.3s ease;
}

.wp210-stat:hover {
    background: #fafbfc;
}


/* Tablet */

@media (max-width: 767px) {

    .wp210-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .wp210-stat:nth-child(2)::after {
        display: none;
    }

    .wp210-stat:nth-child(1),
    .wp210-stat:nth-child(2) {
        border-bottom: 1px solid #d8d2ca;
    }

    .wp210-value {
        font-size: 38px;
    }

}


/* Mobile */

@media (max-width: 480px) {

    .wp210-stat {
        min-height: 115px;
        padding: 18px 8px;
    }

    .wp210-value {
        font-size: 31px;
        letter-spacing: -1px;
    }

    .wp210-value sup {
        font-size: 9px;
    }

    .wp210-label {
        margin-top: 9px;
        font-size: 10px;
        letter-spacing: 1.3px;
    }

}

.gp200-overview-specs {
    margin-top: 25px;
    border: 1px solid #e1e6eb;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
}

.gp200-spec-head {
    padding: 11px 16px;
    background: #1d3557;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.gp200-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.gp200-spec-item {
    padding: 13px 16px;
    border-bottom: 1px solid #edf0f2;
}

.gp200-spec-item:nth-child(odd) {
    border-right: 1px solid #edf0f2;
}

.gp200-spec-item:nth-last-child(-n+2) {
    border-bottom: 0;
}

.gp200-spec-label {
    display: block;
    margin-bottom: 4px;
    color: #667085;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 500;
}

.gp200-spec-item strong {
    display: block;
    color: #1d3557;
    font-size: 12.5px;
    line-height: 1.45;
    font-weight: 700;
}


/* MOBILE */

@media (max-width: 575px) {

    .gp200-spec-grid {
        grid-template-columns: 1fr;
    }

    .gp200-spec-item {
        padding: 12px 14px;
    }

    .gp200-spec-item:nth-child(odd) {
        border-right: 0;
    }

    .gp200-spec-item:not(:last-child) {
        border-bottom: 1px solid #edf0f2;
    }

}

.gp200-safety-section {
    padding: 85px 0;
    background: #f7f9fa;
}


/* =========================================
   SECTION HEADER
========================================= */

.gp200-safety-heading {
    max-width: 900px;
    margin-bottom: 42px;
}

.gp200-safety-eyebrow {
    display: inline-block;
    margin-bottom: 9px;
    color: #c47b1b;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.gp200-safety-heading h2 {
    margin: 0 0 14px;
    color: #1d3557;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
}

.gp200-safety-heading p {
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================
   SAFETY CARD
========================================= */

.gp200-safety-card {
    position: relative;
    height: 100%;
    padding: 25px 27px;
    background: #ffffff;
    border: 1px solid #e0e5e9;
    border-radius: 13px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.gp200-safety-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #1d3557;
}

.gp200-safety-card:hover {
    transform: translateY(-5px);
    border-color: #d3dbe1;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
}


/* =========================================
   CARD HEADER
========================================= */

.safety-card-head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.safety-card-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f1f5f8;
    border: 1px solid #e2e7eb;
    border-radius: 11px;

    font-size: 21px;
    line-height: 1;
}

.safety-card-head > div:last-child {
    position: relative;
    flex: 1;
}

.safety-card-head span {
    display: block;
    margin-bottom: 2px;
    color: #cdd3d8;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
}

.safety-card-head h4 {
    margin: 0;
    color: #1d3557;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
}


/* =========================================
   LIST
========================================= */

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

.safety-list li {
    position: relative;
    padding: 8px 0 8px 24px;
    border-bottom: 1px solid #edf0f2;
    color: #667085;
    font-size: 13px;
    line-height: 1.55;
}

.safety-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.safety-list li::before {
    content: ">";
    position: absolute;
    left: 0;
    top: 8px;

    width: 16px;
    height: 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #eef5f0;
    border-radius: 50%;

    color: #28734a;
    font-size: 9px;
    font-weight: 700;
}


/* =========================================
   CARD VARIATIONS
========================================= */

.safety-card::before {
    background: #c47b1b;
}

.storage-card::before {
    background: #1d3557;
}

.regulatory-card::before {
    background: #28734a;
}

.packaging-card-gp200::before {
    background: #667085;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .gp200-safety-section {
        padding: 65px 0;
    }

    .gp200-safety-heading h2 {
        font-size: 29px;
    }

}

@media (max-width: 575px) {

    .gp200-safety-section {
        padding: 50px 0;
    }

    .gp200-safety-heading {
        margin-bottom: 30px;
    }

    .gp200-safety-heading h2 {
        font-size: 25px;
    }

    .gp200-safety-heading p {
        font-size: 13px;
        line-height: 1.7;
    }

    .gp200-safety-card {
        padding: 21px 20px;
    }

    .safety-card-head {
        gap: 12px;
        margin-bottom: 15px;
    }

    .safety-card-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 19px;
    }

    .safety-card-head h4 {
        font-size: 16px;
    }

    .safety-list li {
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 12.5px;
    }

}

