/* Our Products */
/* Generated from TODO/template.html */
/* Image folder: /hubfs/web_assets/images/our-products/ */

.our-products-page {
    background: #ffffff;
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
}

.our-products-page .site-header {
    background: #ffffff;
}

.op-hero {
    position: relative;
    overflow: hidden;
    min-height: 813px;
    padding: 54px 0;
}

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

.op-eyebrow {
    margin: 0 0 4px;
    color: #6cb55f;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 47px;
    text-transform: uppercase;
}

.op-hero h1,
.op-section-heading h2,
.op-consultation h2 {
    margin: 0;
    color: #182f22;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
}

.op-hero h1 {
    max-width: 600px;
    font-size: 54px;
}

.op-hero-text {
    max-width: 551px;
    margin: 24px 0 0;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.op-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
}

.op-actions .btn,
.op-system-card .btn,
.op-form .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.our-products-page .btn-cta-gradient {
    background: linear-gradient(90deg, #9d2103 0%, #ca2c06 100%);
    border: 3px solid #df585d;
    color: #ffffff;
}

.our-products-page .btn-cta-gradient:hover,
.our-products-page .btn-cta-gradient:focus {
    background: linear-gradient(90deg, #8f1e03 0%, #b82806 100%);
    border-color: #df585d;
    color: #ffffff;
}

.our-products-page .site-nav-cta-button {
    border-width: 3px;
}

.op-btn-outline {
    min-height: 52px;
    padding: 11px 24px;
    border: 3px solid #9d2103;
    border-radius: 444px;
    background: #ffffff;
    color: #9d2103;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}

.op-btn-outline:hover,
.op-btn-outline:focus {
    border-color: #7d1a02;
    background: #fff7f4;
    color: #7d1a02;
}

.op-hero-art {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 630px;
}

.op-hero-art img {
    width: min(665px, 100%);
    height: auto;
    max-height: 703px;
    object-fit: contain;
}

.op-proof-card {
    margin-top: -112px;
    position: relative;
    z-index: 2;
}

.op-proof-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
    padding: 42px 64px;
    border-radius: 48px;
    background: #132717;
}

.op-proof-item {
    text-align: center;
}

.op-proof-item strong {
    display: block;
    color: #6cb55f;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.15;
}

.op-proof-icon {
    display: block;
    width: 36px;
    height: 41px;
    margin: 0 auto;
    object-fit: contain;
}

.op-proof-item span,
.op-proof-item small {
    display: block;
    color: #ffffff;
    line-height: 1.55;
}

.op-proof-item span {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 700;
}

.op-proof-item small {
    font-size: 14px;
}

.op-section {
    padding: 78px 0 0;
}

.op-section-heading {
    margin-bottom: 24px;
}

.op-section-heading h2,
.op-consultation h2 {
    font-size: 40px;
}

.op-section-heading p {
    max-width: 690px;
    margin: 8px auto 0;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.op-filter-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
    margin-bottom: 24px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.op-filter,
.op-filter-arrow {
    border: 0;
    border-radius: 409px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    white-space: nowrap;
}

.op-filter {
    min-height: 48px;
    padding: 12px 24px;
    background: #dddddd;
    color: #9d9d9d;
    font-size: 14px;
}

.op-filter.active {
    background: #407e43;
    color: #ffffff;
}

.op-filter-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    border: 1.5px solid #bdbdbd;
    border-radius: 457.143px;
    background: #dddddd;
    color: #878787;
    font-size: 32px;
    line-height: 1;
}

.op-filter-arrow img {
    width: 24px;
    height: 24px;
    color: currentColor;
}

.op-filter-arrow.active {
    border-color: #61b187;
    background: #007236;
    color: #ffffff;
}

.op-filter-arrow.active img {
    width: 24px;
    height: 24px;
}

.op-systems-window {
    overflow: hidden;
    margin-right: calc((100vw - 100%) / -2);
    padding-right: calc((100vw - 100%) / 2);
}

.op-systems-track {
    display: flex;
    gap: 28px;
    align-items: stretch;
}

.op-system-card {
    display: flex;
    flex: 0 0 calc((100% - 56px) / 3);
    flex-direction: column;
    min-height: 745px;
    padding: 12px 12px 36px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
}

.op-system-card[hidden] {
    display: none;
}

.op-system-image {
    height: 177px;
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.op-system-image img {
    width: 210px;
    height: 260px;
    margin-top: -10px;
    object-fit: contain;
}

.op-system-copy {
    flex: 1 1 auto;
    padding: 32px 20px 24px;
}

.op-system-copy h3 {
    margin: 0 0 12px;
    color: #182f22;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.op-system-subtitle {
    margin: 0 0 12px;
    color: #6cb55f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.op-system-copy p:not(.op-system-subtitle),
.op-system-copy li {
    color: #2f3532;
    font-size: 14px;
    line-height: 1.55;
}

.op-system-copy ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 18px 0 0;
    padding-left: 18px;
}

.op-system-copy li::marker {
    color: #6cb55f;
}

.op-system-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: calc(100% - 64px);
    margin: 0 auto;
}

.op-system-actions .btn {
    width: 100%;
    min-height: 42px;
    padding: 11px 18px;
    font-size: 14px;
}

.op-system-call {
    border: 3px solid #6cb55f;
    border-radius: 466px;
    background: transparent;
    color: #6cb55f;
    font-weight: 700;
}

.op-system-call:hover,
.op-system-call:focus {
    background: #f3fbf1;
    color: #407e43;
}

.op-table-wrap {
    max-width: 925px;
    margin: 0 auto;
    overflow-x: auto;
    padding: 12px;
    border-radius: 48px;
    background: #eef2f0;
    box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.03);
}

.op-table {
    width: 100%;
    min-width: 901px;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 32px;
    color: #2f3532;
    font-size: 14px;
}

.op-table th,
.op-table td {
    height: 52px;
    padding: 16px 24px;
    border-bottom: 1px solid #eaecf0;
    background: #fafafa;
    color: #6cb55f;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
}

.op-table tbody tr:nth-child(even) th,
.op-table tbody tr:nth-child(even) td {
    background: #eef2f0;
}

.op-table thead th {
    height: 50px;
    background: #6cb55f;
    border-bottom-color: #ffffff;
    color: #ffffff;
    font-weight: 800;
    line-height: 18px;
}

.op-table tbody th {
    color: #626569;
    font-weight: 700;
}

.op-table th:nth-child(1) { width: 296px; }
.op-table th:nth-child(2) { width: 175px; }
.op-table th:nth-child(3) { width: 165px; }
.op-table th:nth-child(4) { width: 265px; }

.op-diff-grid,
.op-testimonial-grid {
    display: grid;
    gap: 18px;
}

.op-process-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    max-width: 990px;
    margin: 0 auto;
}

.op-diff-grid article,
.op-testimonial-grid article {
    border: 1px solid #dce5df;
    border-radius: 14px;
    background: #eef2f0;
    padding: 24px;
}

.op-process-grid article {
    display: flex;
    flex: 0 1 314px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 248px;
    padding: 24px 24px 36px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
    text-align: center;
}

.op-process-grid img {
    width: 36px;
    height: 41px;
    margin-bottom: 16px;
    object-fit: contain;
}

.op-process-grid h3,
.op-diff-grid h3 {
    margin: 0 0 8px;
    color: #0a1013;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
}

.op-process-grid h3 span {
    color: #6cb55f;
}

.op-process-grid p,
.op-diff-grid p,
.op-testimonial-grid p,
.op-consultation p {
    margin: 0;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.op-process-grid article p {
    width: 245px;
}

.op-process-action {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.op-process-action .btn {
    width: 222px;
    height: 48px;
    min-height: 48px;
    padding: 11px 22px;
    font-size: 14px;
    line-height: 1.45;
    white-space: nowrap;
}

.op-stats-strip {
    padding: 78px 0 0;
}

.op-stats-strip .op-proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-radius: 22px;
    padding: 28px 64px;
}

.op-diff-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 42px 24px;
}

.op-difference .op-section-heading {
    margin-bottom: 42px;
}

.op-difference .op-section-heading p {
    max-width: 596px;
}

.op-diff-grid article {
    grid-column: span 2;
    min-height: 299px;
    padding: 36px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
}

.op-diff-grid article:nth-child(4),
.op-diff-grid article:nth-child(5) {
    grid-column: span 3;
}

.op-diff-grid img {
    width: 54px;
    height: 53px;
    margin-bottom: 12px;
    object-fit: contain;
}

.op-diff-grid h3 {
    margin: 0 0 12px;
    color: #2f3532;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.3px;
}

.op-diff-grid p {
    margin: 0;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.op-testimonial-grid {
    grid-template-columns: repeat(3, 346.667px);
    gap: 24px;
    justify-content: center;
    max-width: 1088px;
    margin: 0 auto;
}

.op-testimonials .op-section-heading {
    margin-bottom: 40px;
}

.op-testimonial-grid .op-testimonial-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 313px;
    padding: 32px;
    gap: 12px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
}

.op-testimonial-author {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.op-testimonial-author img {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    object-fit: cover;
}

.op-testimonial-author strong,
.op-testimonial-author span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}

.op-testimonial-author strong {
    color: #1f2937;
}

.op-testimonial-author span {
    color: #6cb55f;
}

.op-stars {
    display: flex;
    align-items: center;
    width: 107px;
    color: #6cb55f;
    font-size: 16.644px;
    line-height: 1.25;
    letter-spacing: 0;
}

.op-stars span {
    display: inline-flex;
    justify-content: center;
    width: 21.4px;
}

.op-testimonial-grid .op-testimonial-card p {
    color: #2f3532;
    font-size: 14px;
    line-height: 1.55;
}

.op-consultation {
    padding: 78px 0 18px;
    scroll-margin-top: 120px;
}

.op-consultation .container {
    max-width: 1240px;
}

.op-consultation-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(520px, 596px);
    gap: 52px;
    align-items: center;
    justify-content: end;
    min-height: 427px;
    padding: 12px 12px 12px 48px;
    border-radius: 64px;
    background: linear-gradient(42deg, #9d2103 12.29%, #ca2c06 104.57%);
}

.op-consultation h2,
.op-consultation-copy p {
    color: #ffffff;
}

.op-consultation h2 {
    max-width: 516px;
    font-size: 52px;
    line-height: 1.35;
    letter-spacing: -1px;
}

.op-consultation-copy {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.op-consultation-copy p {
    max-width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: -0.3px;
}

.op-consultation-copy p:first-of-type {
    margin-top: 16px;
    max-width: 516px;
}

.op-consultation-copy p:last-of-type {
    max-width: 454px;
    font-weight: 700;
}

.op-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 44px;
    border-radius: 52px;
    background: #f6f6f6;
    box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.03);
}

.op-form > p {
    width: 100%;
    margin: 0;
    color: #182f22;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -1px;
    text-align: left;
}

.op-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14.898px;
    width: 100%;
}

.op-form input,
.op-form select {
    width: 100%;
    height: 48px;
    border: 2px solid #d3d3d3;
    border-radius: 10px;
    padding: 0 11px;
    background-color: #ffffff;
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    box-shadow: none;
}

.op-form select {
    appearance: none;
    padding-right: 36px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23AFAFAF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 13px center;
}

.op-form input::placeholder,
.op-form select {
    color: #afafaf;
}

.op-form input:focus,
.op-form select:focus {
    border-color: #6cb55f;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(108, 181, 95, 0.22);
}

.op-form input.is-invalid,
.op-form select.is-invalid {
    border-color: #d71920;
    box-shadow: 0 0 0 3px rgba(215, 25, 32, 0.12);
}

.op-form-message {
    width: 100%;
    margin: -8px 0 -10px;
    color: #04170d;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}

.op-form-message:empty {
    display: none;
}

.op-form-message.is-error {
    color: #d71920;
}

.op-form-message.is-success {
    color: #407e43;
}

.op-form .btn-cta-gradient,
.op-call-btn {
    width: 100%;
    height: 48px;
    min-height: 48px;
    margin: 0;
    padding: 10px 24px;
    border-radius: 444px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    white-space: nowrap;
}

.op-form .btn-cta-gradient {
    border: 3px solid #df585d;
    background: linear-gradient(90deg, #9d2103 0%, #ca2c06 100%);
    color: #ffffff;
}

.op-form .btn-cta-gradient:hover,
.op-form .btn-cta-gradient:focus {
    border-color: #df585d;
    background: linear-gradient(90deg, #8f1e03 0%, #b82806 100%);
    color: #ffffff;
}

.op-form .btn-cta-gradient:disabled {
    opacity: 0.7;
    cursor: wait;
}

.op-form > span {
    display: block;
    margin: -4px 0 -12px;
    color: #04170d;
    font-size: 16px;
    line-height: 1.55;
    text-align: center;
}

.op-call-btn {
    gap: 9px;
    border: 2.769px solid #d71920;
    border-radius: 409px;
    background: transparent;
    color: #d71920;
}

.op-call-btn img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.op-call-btn:hover,
.op-call-btn:focus {
    border-color: #b8141a;
    background: rgba(215, 25, 32, 0.06);
    color: #b8141a;
}

@media (max-width: 1199.98px) {
    .op-hero {
        min-height: auto;
        padding-top: 142px;
    }

    .op-hero-art {
        min-height: 520px;
    }

    .op-hero h1 {
        font-size: 46px;
    }

    .op-proof-grid,
    .op-stats-strip .op-proof-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 34px;
    }

    .op-systems-track {
        gap: 22px;
    }

    .op-system-card {
        flex-basis: calc((100% - 22px) / 2);
    }
}

@media (max-width: 991.98px) {
    .op-hero {
        padding: 124px 0 40px;
    }

    .op-hero-art {
        min-height: 500px;
    }

    .op-proof-card {
        margin-top: 0;
        padding-top: 24px;
    }

    .op-diff-grid,
    .op-testimonial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .op-diff-grid article,
    .op-diff-grid article:nth-child(4),
    .op-diff-grid article:nth-child(5) {
        grid-column: auto;
    }

    .op-consultation-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .op-hero h1,
    .op-section-heading h2,
    .op-consultation h2 {
        font-size: 34px;
    }

    .op-actions,
    .op-actions .btn {
        width: 100%;
    }

    .op-hero-art {
        min-height: 390px;
        justify-content: center;
    }

    .op-proof-grid,
    .op-stats-strip .op-proof-grid,
    .op-diff-grid,
    .op-testimonial-grid,
    .op-form-grid {
        grid-template-columns: 1fr;
    }

    .op-diff-grid article,
    .op-diff-grid article:nth-child(4),
    .op-diff-grid article:nth-child(5) {
        grid-column: auto;
    }

    .op-system-card {
        min-height: auto;
        flex-basis: calc(88% - 16px);
    }

    .op-filter-row {
        justify-content: flex-start;
    }

    .op-consultation-panel {
        padding: 28px 18px;
    }

    .op-consultation {
        scroll-margin-top: 92px;
    }

    .op-form {
        padding: 32px 22px;
        border-radius: 36px;
    }

    .op-consultation h2 {
        line-height: 1.2;
        letter-spacing: 0;
    }
}
