.openpack-commercial-details {
    background: #f6f4ee;
}

.openpack-table-wrap {
    overflow-x: auto;
    border: 1px solid #d9e1d7;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(31, 53, 45, .06);
}

.openpack-seo-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.openpack-seo-table th,
.openpack-seo-table td {
    padding: 16px 18px;
    border-bottom: 1px solid #e2e7de;
    color: #25392f;
    text-align: left;
    vertical-align: top;
}

.openpack-seo-table th {
    background: #e7f1e9;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.openpack-seo-table tr:last-child td {
    border-bottom: 0;
}

.openpack-seo-copy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.openpack-seo-copy-grid article {
    min-height: 210px;
    border: 1px solid #d9e1d7;
    border-radius: 18px;
    padding: 24px;
    background: #fff;
}

.openpack-seo-copy-grid h3 {
    margin: 0 0 12px;
    color: #20372d;
    font-size: 24px;
    line-height: 1.15;
}

.openpack-seo-copy-grid p {
    margin: 0;
    color: #526159;
    font-size: 17px;
    line-height: 1.7;
}

.openpack-product-calculator-section {
    background: #e9efe7;
}

.openpack-product-calculator-section .openpack-calculator {
    min-height: 0;
    padding: 0;
}

.openpack-product-calculator-section .openpack-calculator-heading {
    width: 100%;
}

.openpack-product-calculator-section .openpack-calculator-heading h2 {
    max-width: 820px;
    margin: 6px 0 10px;
    color: #20372d;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.02;
}

.openpack-product-calculator-section .openpack-shell {
    max-width: none;
}

.openpack-faq-section {
    background: #fff;
}

@media (max-width: 760px) {
    .openpack-seo-copy-grid {
        grid-template-columns: 1fr;
    }

    .openpack-seo-copy-grid article {
        min-height: 0;
        padding: 20px;
    }
}
