/*
Theme Name: BuyToHelp
Author: Meowork IT Solution
Version: 1.0
Text Domain: buytohelp
*/

.buytohelp-home-about-summary {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.modal-shopping-cart .wrap > .tf-mini-cart-threshold,
.modal-shopping-cart .wrap > .tf-mini-cart-wrap {
    display: none;
}

.modal-shopping-cart .buytohelp-mini-cart-content .tf-mini-cart-wrap {
    display: flex;
}

.buytohelp-mini-cart-empty {
    padding: 32px 20px;
    text-align: center;
}

.buytohelp-mini-cart-empty p {
    margin-bottom: 18px;
}

.tf-mini-cart-remove {
    cursor: pointer;
}

.buytohelp-wishlist-toggle {
    border: 0;
    cursor: pointer;
}

.buytohelp-wishlist-toggle.active {
    background: #3f7f44;
    color: #fff;
}

.buytohelp-wishlist-inline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #3f7f44;
    font-size: 13px;
    font-weight: 600;
}

.buytohelp-wishlist-inline.active {
    background: transparent;
    color: #1f2a22;
}

.buytohelp-wishlist-empty {
    padding: 44px 20px;
    text-align: center;
    background: #f6faf4;
    border-radius: 8px;
}

.tf-slideshow .wrap-slider {
    min-height: clamp(420px, 48vw, 620px);
    overflow: hidden;
}

.tf-slideshow .wrap-slider::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(19, 30, 22, 0.58) 0%, rgba(19, 30, 22, 0.28) 52%, rgba(19, 30, 22, 0.08) 100%);
    pointer-events: none;
}

.tf-slideshow .wrap-slider img {
    min-height: inherit;
}

.tf-slideshow .wrap-slider .box-content {
    z-index: 2;
}

.tf-slideshow .wrap-slider .box-content .container {
    max-width: 1180px;
}

.tf-slideshow .wrap-slider .box-content .heading,
.tf-slideshow .wrap-slider .box-content h1 {
    max-width: 760px;
    margin-bottom: 18px;
    font-size: clamp(40px, 6vw, 86px);
    line-height: 1.05;
    text-shadow: 0 6px 28px rgba(0, 0, 0, 0.28);
}

.tf-slideshow .wrap-slider .box-content p {
    max-width: 620px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.45;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28);
}

.tf-slideshow .sw-pagination-slider {
    position: relative;
    z-index: 3;
}

.buytohelp-checkout-page {
    background: #fff;
}

.buytohelp-checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 480px);
    gap: 40px;
    align-items: start;
}

.buytohelp-checkout-card,
.buytohelp-checkout-summary {
    min-width: 0;
}

.woocommerce-checkout .buytohelp-checkout-card.col2-set,
.woocommerce-checkout .buytohelp-checkout-card .col-1,
.woocommerce-checkout .buytohelp-checkout-card .col-2 {
    width: 100%;
    float: none;
}

.buytohelp-checkout-section {
    margin-bottom: 26px;
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
}

.buytohelp-checkout-section h3,
.buytohelp-checkout-summary h2 {
    margin: 0 0 24px;
    color: #2f3033;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 800;
}

.buytohelp-checkout-section h3#ship-to-different-address {
    font-size: 22px;
}

.buytohelp-checkout-section .form-row {
    margin: 0 0 16px;
}

.buytohelp-checkout-section label {
    display: block;
    margin-bottom: 7px;
    color: #5f6064;
    font-weight: 700;
}

.buytohelp-checkout-section input.input-text,
.buytohelp-checkout-section textarea,
.buytohelp-checkout-section select,
.buytohelp-checkout-section .select2-container .select2-selection--single {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    background: #fff;
    color: #2f3033;
}

.buytohelp-checkout-section .select2-container .select2-selection--single {
    display: flex;
    align-items: center;
}

.buytohelp-checkout-section .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    color: #2f3033;
}

.buytohelp-checkout-section .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 8px;
}

.buytohelp-checkout-summary {
    position: sticky;
    top: 94px;
}

.buytohelp-review-table {
    width: 100%;
    overflow: hidden;
    margin: 0 0 24px;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    background: #fff;
}

.buytohelp-review-table th,
.buytohelp-review-table td {
    padding: 22px 24px;
    border: 0;
    border-bottom: 1px solid #ddd;
    color: #626367;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    vertical-align: top;
}

.buytohelp-review-table tr:last-child th,
.buytohelp-review-table tr:last-child td {
    border-bottom: 0;
}

.buytohelp-review-table thead th {
    color: #626367;
    font-size: 20px;
    font-weight: 800;
}

.buytohelp-review-table .product-total,
.buytohelp-review-table td:last-child {
    width: 34%;
    text-align: left;
    white-space: nowrap;
}

.buytohelp-review-table tfoot th,
.buytohelp-review-table tfoot td {
    color: #2f3033;
    font-size: 24px;
    font-weight: 800;
}

.buytohelp-review-table .cart-subtotal th,
.buytohelp-review-table .cart-subtotal td,
.buytohelp-review-table .order-total th,
.buytohelp-review-table .order-total td {
    color: #2f3033;
}

.buytohelp-review-table .woocommerce-shipping-totals th {
    color: #626367;
}

.buytohelp-review-table .woocommerce-shipping-totals td {
    color: #f00;
    font-weight: 800;
}

.buytohelp-review-table .woocommerce-shipping-methods,
.buytohelp-review-table .woocommerce-shipping-methods li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.buytohelp-review-table .woocommerce-shipping-destination,
.buytohelp-review-table .woocommerce-shipping-calculator {
    display: none;
}

.buytohelp-checkout-payment {
    overflow: hidden;
    border-radius: 8px;
    background: #eceaf1;
}

.buytohelp-checkout-payment .wc_payment_methods {
    margin: 0;
    padding: 0;
    list-style: none;
}

.buytohelp-payment-method {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #d8d5df;
}

.buytohelp-payment-method-head {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px 28px;
}

.buytohelp-payment-method input.input-radio {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    margin: 0;
    accent-color: #0d7dff;
}

.buytohelp-payment-method label {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    margin: 0;
    color: #606166;
    font-size: 22px;
    font-weight: 700;
}

.buytohelp-payment-method label img {
    max-height: 44px;
    width: auto;
}

.buytohelp-checkout-payment .payment_box {
    position: relative;
    margin: 0 28px 24px 86px;
    padding: 24px;
    border-radius: 4px;
    background: #ddd8e4;
    color: #57585c;
    font-size: 19px;
    line-height: 1.65;
}

.buytohelp-checkout-payment .payment_box::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 36px;
    width: 0;
    height: 0;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #ddd8e4;
    border-left: 18px solid transparent;
}

.buytohelp-checkout-payment .payment_box p:last-child {
    margin-bottom: 0;
}

.buytohelp-checkout-payment .place-order {
    margin: 0;
    padding: 28px;
}

.buytohelp-checkout-payment .woocommerce-privacy-policy-text {
    margin-bottom: 24px;
    color: #606166;
    font-size: 18px;
    line-height: 1.65;
}

.buytohelp-checkout-payment .woocommerce-privacy-policy-text a {
    color: #265f9d;
}

.buytohelp-checkout-payment #place_order {
    display: inline-flex;
    width: 100%;
    min-height: 52px;
    float: none;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border: 0;
    border-radius: 5px;
    background: #3f7f44;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.buytohelp-checkout-payment #place_order:hover {
    background: #2f6d35;
}

.buytohelp-checkout-payment .form-row::after {
    content: "";
    display: block;
    clear: both;
}

.woocommerce-checkout main.tf-page-title {
    padding-top: 48px;
    background: #fff;
}

.woocommerce-checkout .wc-block-components-sidebar-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 480px);
    gap: 40px;
    align-items: start;
}

.woocommerce-checkout .wc-block-components-main.wc-block-checkout__main,
.woocommerce-checkout .wc-block-components-sidebar {
    width: 100%;
    max-width: none;
    padding: 0;
}

.woocommerce-checkout .wc-block-components-sidebar {
    position: sticky;
    top: 94px;
}

.woocommerce-checkout .wc-block-checkout__form {
    max-width: none;
}

.woocommerce-checkout .wc-block-components-checkout-step {
    margin: 0 0 26px;
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    margin-bottom: 24px;
}

.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary,
.woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
    border-color: #ddd;
}

.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary,
.woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}

.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary__title-text,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item__label,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item__value,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary-item__description {
    color: #626367;
    font-weight: 800;
}

.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    color: #2f3033;
    font-size: 22px;
}

.woocommerce-checkout .wc-block-components-checkout-step__title,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary__title-text {
    color: #2f3033;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 800;
}

.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-checkout .wc-block-components-country-input input,
.woocommerce-checkout .wc-block-components-state-input input,
.woocommerce-checkout .wc-block-components-address-form textarea {
    min-height: 50px;
    border-color: #d8d8d8;
    border-radius: 6px;
}

.woocommerce-checkout .buytohelp-block-payment-wrap {
    overflow: hidden;
    border-radius: 8px;
    background: #eceaf1;
}

.woocommerce-checkout .buytohelp-block-payment-wrap .wc-block-components-checkout-step {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.woocommerce-checkout .buytohelp-block-payment-wrap .wc-block-components-checkout-step__heading-container {
    display: none;
}

.woocommerce-checkout .buytohelp-block-payment-wrap .wc-block-components-radio-control {
    padding: 0;
}

.woocommerce-checkout .buytohelp-block-payment-wrap .wc-block-components-radio-control__option {
    padding: 24px 28px;
    border-bottom: 1px solid #d8d5df;
}

.woocommerce-checkout .buytohelp-block-payment-wrap .wc-block-components-radio-control__label,
.woocommerce-checkout .buytohelp-block-payment-wrap .wc-block-components-radio-control__label-group {
    color: #606166;
    font-size: 20px;
    font-weight: 700;
}

.woocommerce-checkout .buytohelp-block-payment-wrap .wc-block-components-radio-control__description,
.woocommerce-checkout .buytohelp-block-payment-wrap .wc-block-components-radio-control__content {
    position: relative;
    margin: 18px 0 0 32px;
    padding: 22px;
    border-radius: 4px;
    background: #ddd8e4;
    color: #57585c;
    font-size: 17px;
    line-height: 1.6;
}

.woocommerce-checkout .buytohelp-block-payment-wrap .wc-block-components-radio-control__description::before,
.woocommerce-checkout .buytohelp-block-payment-wrap .wc-block-components-radio-control__content::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 28px;
    width: 0;
    height: 0;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #ddd8e4;
    border-left: 16px solid transparent;
}

.woocommerce-checkout .buytohelp-block-payment-wrap .wc-block-checkout__terms {
    margin: 0;
    padding: 28px 28px 0;
    border-top: 1px solid #d8d5df;
    color: #606166;
    font-size: 17px;
    line-height: 1.65;
}

.woocommerce-checkout .buytohelp-block-payment-wrap .wc-block-checkout__actions {
    padding: 24px 28px 28px;
}

.woocommerce-checkout .buytohelp-block-payment-wrap .wc-block-checkout__actions_row {
    justify-content: stretch;
}

.woocommerce-checkout .buytohelp-block-payment-wrap .wc-block-components-checkout-place-order-button {
    width: 100%;
    min-height: 52px;
    padding: 0 30px;
    border-radius: 5px;
    background: #3f7f44;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.woocommerce-checkout .buytohelp-block-payment-wrap .wc-block-components-checkout-place-order-button:hover {
    background: #2f6d35;
}

@media (max-width: 767px) {
    .tf-slideshow .wrap-slider {
        min-height: 520px;
    }

    .tf-slideshow .wrap-slider::after {
        background: linear-gradient(180deg, rgba(19, 30, 22, 0.18) 0%, rgba(19, 30, 22, 0.68) 100%);
    }

    .tf-slideshow .wrap-slider .box-content {
        top: auto;
        bottom: 76px;
        transform: none;
    }
}

@media (max-width: 991px) {
    .woocommerce-checkout .wc-block-components-sidebar-layout,
    .buytohelp-checkout-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .woocommerce-checkout .wc-block-components-sidebar,
    .buytohelp-checkout-summary {
        position: static;
    }
}

@media (max-width: 575px) {
    .woocommerce-checkout .wc-block-components-checkout-step,
    .buytohelp-checkout-section,
    .buytohelp-checkout-payment .place-order {
        padding: 20px;
    }

    .woocommerce-checkout .wc-block-components-checkout-step__title,
    .buytohelp-checkout-section h3,
    .buytohelp-checkout-summary h2 {
        font-size: 28px;
    }

    .buytohelp-review-table th,
    .buytohelp-review-table td {
        padding: 16px;
        font-size: 16px;
    }

    .buytohelp-review-table tfoot th,
    .buytohelp-review-table tfoot td {
        font-size: 20px;
    }

    .buytohelp-payment-method-head {
        padding: 20px;
    }

    .buytohelp-payment-method label {
        font-size: 18px;
    }

    .buytohelp-checkout-payment .payment_box {
        margin: 0 20px 20px;
        padding: 20px;
        font-size: 16px;
    }

    .buytohelp-checkout-payment #place_order {
        width: 100%;
        float: none;
    }

    .woocommerce-checkout .buytohelp-block-payment-wrap .wc-block-components-radio-control__option,
    .woocommerce-checkout .buytohelp-block-payment-wrap .wc-block-checkout__terms,
    .woocommerce-checkout .buytohelp-block-payment-wrap .wc-block-checkout__actions {
        padding-right: 20px;
        padding-left: 20px;
    }

    .woocommerce-checkout .buytohelp-block-payment-wrap .wc-block-components-checkout-place-order-button {
        width: 100%;
    }
}

.buytohelp-account-auth,
.buytohelp-account-area {
    background: #fbfcf8;
}

.buytohelp-auth-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.buytohelp-auth-grid-single {
    max-width: 560px;
    margin-inline: auto;
    grid-template-columns: 1fr;
}

.buytohelp-auth-panel,
.buytohelp-account-content,
.buytohelp-account-nav {
    background: #fff;
    border: 1px solid #e3e7dc;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(31, 42, 34, 0.06);
}

.buytohelp-auth-panel {
    padding: 32px;
}

.buytohelp-auth-panel-accent {
    background: #f7faf2;
}

.buytohelp-auth-panel-head {
    margin-bottom: 24px;
}

.buytohelp-auth-kicker {
    display: block;
    margin-bottom: 8px;
    color: #3f7f44;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.buytohelp-auth-panel h2 {
    margin: 0;
    color: #1f2a22;
    font-size: 28px;
}

.buytohelp-account-auth .form-row,
.buytohelp-account-area .form-row {
    margin-bottom: 16px;
}

.buytohelp-account-auth label,
.buytohelp-account-area label {
    margin-bottom: 7px;
    color: #1f2a22;
    font-weight: 600;
}

.buytohelp-account-auth .input-text,
.buytohelp-account-area .input-text,
.buytohelp-account-area select,
.buytohelp-account-area textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #d7ddcf;
    border-radius: 6px;
    background: #fff;
}

.buytohelp-auth-actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 4px 0 22px;
    color: #546052;
    font-size: 14px;
}

.buytohelp-auth-actions a {
    color: #3f7f44;
    font-weight: 600;
}

.buytohelp-auth-note {
    padding: 12px 14px;
    border-radius: 6px;
    background: #fff;
    color: #546052;
}

.buytohelp-account-layout {
    display: grid;
    grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.buytohelp-account-nav {
    position: sticky;
    top: 96px;
    overflow: hidden;
}

.woocommerce-account .buytohelp-account-nav,
.woocommerce-account .buytohelp-account-content {
    width: 100%;
    max-width: none;
    float: none;
    box-sizing: border-box;
}

.woocommerce-account .buytohelp-account-layout > * {
    min-width: 0;
}

.buytohelp-account-profile {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 22px;
    border-bottom: 1px solid #e3e7dc;
}

.buytohelp-account-avatar {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #3f7f44;
    color: #fff;
    font-weight: 700;
}

.buytohelp-account-profile span {
    display: block;
    color: #6d7669;
    font-size: 13px;
}

.buytohelp-account-profile strong {
    display: block;
    color: #1f2a22;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.buytohelp-account-nav ul {
    margin: 0;
    padding: 10px;
    list-style: none;
}

.buytohelp-account-nav li a {
    display: flex;
    padding: 13px 14px;
    border-radius: 6px;
    color: #334038;
    font-weight: 600;
}

.buytohelp-account-nav li.is-active a,
.buytohelp-account-nav li a:hover {
    background: #eef6e9;
    color: #2f6d35;
}

.buytohelp-account-content {
    min-height: 420px;
    padding: 32px;
}

.buytohelp-account-hero {
    padding: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, #1f2a22 0%, #3f7f44 100%);
    color: #fff;
}

.buytohelp-account-hero span {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.buytohelp-account-hero h1 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 34px;
}

.buytohelp-account-hero p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    overflow-wrap: anywhere;
}

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

.buytohelp-account-actions a {
    display: block;
    padding: 20px;
    border: 1px solid #e3e7dc;
    border-radius: 8px;
    background: #fff;
}

.buytohelp-account-actions span {
    display: block;
    margin-bottom: 6px;
    color: #3f7f44;
    font-weight: 700;
}

.buytohelp-account-actions strong {
    color: #1f2a22;
    font-weight: 600;
}

.buytohelp-account-content .woocommerce-Button,
.buytohelp-account-content .woocommerce-button,
.buytohelp-account-content button.button {
    border-radius: 6px;
    background: #1f2a22;
    color: #fff;
}

.buytohelp-account-content table.shop_table {
    border-color: #e3e7dc;
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .buytohelp-auth-grid,
    .buytohelp-account-layout,
    .buytohelp-account-actions {
        grid-template-columns: 1fr;
    }

    .buytohelp-account-nav {
        position: static;
    }
}

@media (max-width: 575px) {
    .buytohelp-auth-panel,
    .buytohelp-account-content,
    .buytohelp-account-hero {
        padding: 22px;
    }

    .buytohelp-auth-actions {
        flex-direction: column;
    }
}

.buytohelp-about-page {
    color: #1f2a22;
    background: #fff;
}

.buytohelp-about-hero {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #172218;
}

.buytohelp-about-hero__media {
    position: absolute;
    inset: 0;
}

.buytohelp-about-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(16, 27, 18, 0.82) 0%, rgba(16, 27, 18, 0.48) 48%, rgba(16, 27, 18, 0.14) 100%);
}

.buytohelp-about-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.buytohelp-about-hero__content {
    max-width: 700px;
    padding: 68px 0;
    color: #fff;
}

.buytohelp-about-eyebrow,
.buytohelp-about-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #3f7f44;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.buytohelp-about-eyebrow {
    color: #dcefd8;
}

.buytohelp-about-eyebrow::before,
.buytohelp-about-kicker::before {
    content: "";
    width: 34px;
    height: 2px;
    background: currentColor;
}

.buytohelp-about-hero h1 {
    max-width: 680px;
    margin: 0;
    color: #fff;
    font-size: 56px;
    line-height: 1.05;
}

.buytohelp-about-hero p {
    max-width: 620px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.75;
}

.buytohelp-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.buytohelp-about-actions .btn-line {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.72);
}

.buytohelp-about-intro {
    padding: 70px 0 50px;
    background: #f6faf4;
}

.buytohelp-about-section-heading {
    max-width: 820px;
    margin-bottom: 28px;
}

.buytohelp-about-section-heading h2,
.buytohelp-about-feature__content h2 {
    margin: 0;
    color: #172218;
    font-size: 38px;
    line-height: 1.16;
}

.buytohelp-about-copy {
    max-width: 980px;
    color: #4f5f52;
    font-size: 16px;
    line-height: 1.72;
}

@media (min-width: 992px) {
    .buytohelp-about-copy {
        max-width: none;
        column-count: 2;
        column-gap: 54px;
    }

    .buytohelp-about-copy p,
    .buytohelp-about-copy h1,
    .buytohelp-about-copy h2,
    .buytohelp-about-copy h3,
    .buytohelp-about-copy h4,
    .buytohelp-about-copy ul,
    .buytohelp-about-copy ol {
        break-inside: avoid;
    }
}

.buytohelp-about-copy > *:first-child {
    margin-top: 0;
}

.buytohelp-about-copy > *:last-child {
    margin-bottom: 0;
}

.buytohelp-about-values {
    padding: 54px 0 70px;
    background: #f6faf4;
}

.buytohelp-about-values__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.buytohelp-about-values__grid article {
    min-height: 190px;
    padding: 26px;
    border: 1px solid rgba(63, 127, 68, 0.18);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(23, 34, 24, 0.06);
}

.buytohelp-about-values__grid span {
    display: block;
    margin-bottom: 22px;
    color: #3f7f44;
    font-size: 14px;
    font-weight: 700;
}

.buytohelp-about-values__grid h3 {
    margin: 0 0 12px;
    color: #172218;
    font-size: 20px;
}

.buytohelp-about-values__grid p {
    margin: 0;
    color: #5f6d61;
    line-height: 1.7;
}

.buytohelp-about-feature {
    padding: 58px 0 50px;
    background: #fff;
}

.buytohelp-about-feature__image {
    aspect-ratio: 5 / 4;
    overflow: hidden;
    border-radius: 8px;
}

.buytohelp-about-feature__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.buytohelp-about-feature__content {
    max-width: 640px;
    margin-left: 0;
}

.buytohelp-about-feature__content p {
    margin: 22px 0 30px;
    color: #536357;
    font-size: 17px;
    line-height: 1.8;
}

@media (max-width: 991px) {
    .buytohelp-about-hero {
        min-height: 480px;
    }

    .buytohelp-about-hero__content {
        padding: 58px 0;
    }

    .buytohelp-about-hero h1 {
        font-size: 44px;
    }

    .buytohelp-about-intro,
    .buytohelp-about-feature {
        padding: 48px 0;
    }

    .buytohelp-about-values__grid {
        grid-template-columns: 1fr;
    }

    .buytohelp-about-values__grid article {
        min-height: 0;
    }

    .buytohelp-about-feature__content {
        max-width: none;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .buytohelp-about-hero {
        min-height: 430px;
    }

    .buytohelp-about-hero__media::after {
        background: linear-gradient(180deg, rgba(16, 27, 18, 0.82) 0%, rgba(16, 27, 18, 0.58) 100%);
    }

    .buytohelp-about-hero__content {
        padding: 42px 0;
    }

    .buytohelp-about-hero h1,
    .buytohelp-about-section-heading h2,
    .buytohelp-about-feature__content h2 {
        font-size: 32px;
    }

    .buytohelp-about-hero p,
    .buytohelp-about-copy,
    .buytohelp-about-feature__content p {
        font-size: 16px;
    }

    .buytohelp-about-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .buytohelp-about-values {
        padding: 38px 0 48px;
    }

    .buytohelp-about-values__grid article {
        padding: 26px;
    }
}
