/* HEADER */
.top-pichbar-bar,
.top-pitchbar-bar {
    height: 40px;
    width: 100%;
    display: flex;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    justify-content: center;
    align-items: center;
}

.top-pichbar-bar::before,
.top-pichbar-bar::after,
.top-pitchbar-bar::before,
.top-pitchbar-bar::after {
    content: "";
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background: url("../images/int/discount-flag.webp") center / contain no-repeat;
}

.top-pichbar-bar::before,
.top-pitchbar-bar::before {
    margin-right: 12px;
}

.top-pichbar-bar::after,
.top-pitchbar-bar::after {
    margin-left: 12px;
}

.top-pichbar-bar p,
.top-pitchbar-bar p {
    margin: 0;
}

.header-wrapper {
    height: 100px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-content-wrapper {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-content-wrapper a {
    background-color: #00ba27;
    color: #fff;
    max-width: 200px;
    width: 100%;
    font-size: 22px;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    -ms-border-radius:50px;
    -o-border-radius:50px;
    height: 50px;
    font-weight: 900;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;

}

.header-content-wrapper a:hover {
    background-color: #009e21;
}

/* HERO SECTION */
.hero-wrapper {
    background-color: #f3f9fe;
    width: 100%;
    height: 782px;
}

.hero-content-wrapper {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
}

.hero-background {
    background-image: url("../images/int/product.webp");
    background-repeat: no-repeat;
    background-position: center right;
    max-width: 1700px;
    margin: 0 auto;
    height: 100%;
}

.hero-warning {
    font-size: 26px;
    color: #db3535;
    font-weight: 700;
    margin-top: 28px;
}

.hero-title {
    font-size: 46px;
    font-weight: 900;
    max-width: 600px;
    line-height: 50px;
}

.hero-subtitle {
    font-size: 20px;
    line-height: 27px;
    max-width: 500px;
    margin: 0 0 10px 0;
}

.hero-mobile-visual {
    display: none;
    width: 100%;
    height: auto;
}

.hero-mobile-testimonial-avatar {
    width: 64px;
    height: 64px;
    display: block;
    flex-shrink: 0;
}

.hero-mobile-testimonial-content {
    flex: 1;
}

.hero-mobile-testimonial-title {
    display: block;
}

.hero-mobile-testimonial-hearts {
    color: #e64056;
    white-space: nowrap;
}

.hero-mobile-testimonial-meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.hero-mobile-testimonial-meta span img {
    width: 12px;
    height: 12px;
    display: block;
}

.hero-title,
.food-waste-title,
.food-reasons-wrapper h4,
.food-card-title,
.food-reasons-card > p,
.smart-way-title,
.different-title,
.different-card h5,
.steps-title,
.step-card h5,
.comparison-title,
.included-title,
.included-item-text h5,
.everyday-title,
.everyday-card h5,
.better-choice-title,
.covered-card-header h5,
.covered-card-item h6,
.testimonials-title,
.faq-title {
    text-transform: capitalize;
}

.hero-warning,
.smart-way-warning,
.different-warning,
.steps-warning,
.comparison-warning,
.included-warning,
.everyday-warning,
.better-choice-warning,
.testimonials-warning,
.faq-warning {
    text-transform: capitalize;
}

.show-mob {
    display: none !important;
}

.hero-listing {
    font-size: 20px;
    list-style: none;
    font-weight: 600;
}

.hero-listing li {
    margin-bottom: 10px;
}

.hero-listing li::before {
    content: "";
    background: url("../images/int/check-icon.webp") center / contain no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    margin-bottom: -3px;
}

.hero-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.hero-cta p, .hero-cta span {
    font-size: 15px;
    gap: 5px;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.hero-cta a {
    background-color: #00ba27;
    color: #fff;
    padding: 15px 35px;
    font-size: 28px;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    -ms-border-radius:50px;
    -o-border-radius:50px;
    font-weight: 900;
    border: none;
}

.hero-benefits {
    display: flex;
    font-size: 15px;
    line-height: 18px;
    margin-top: 10px;
}

.hero-benefits div {
    max-width: 84px;
    margin: 0 15px;
    text-align: center;
}

.hero-benefits .divider {
    width: 1px;
    margin: 10px 0;
    height: 60px;
    background-color: #dedfe0;
}

/* FEATURE COMPANIES SECTION */
.features-companies-section {
    border-bottom: 2px solid #9c9c9c;
}

.features-companies {
    display: flex;
    font-size: 18px;
    max-width: 1200px;
    gap: 35px;
    padding: 15px 0;
    margin: 0 auto;
    align-items: center;
}

.features-divider {
    width: 1px;
    height: 60px;
    background-color: #9c9c9c;
}

.companies-logos {
    flex: 1;
    overflow: hidden;
}

.companies-logos-track {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.companies-logos-track img {
    width: 100%;
    max-width: 957px;
    display: block;
    flex-shrink: 0;
}

.companies-logos-track img + img {
    display: none;
}

@keyframes companies-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


/* FOOD WASTE SECTION */
.food-waste-section {
    max-width: 1200px;
    width: 100%;
    margin: 70px auto 0 auto;
}

.food-waste-content-wrapper{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.food-waste-title, .food-reasons-wrapper h4 {
    font-size: 45px;
    line-height: 53px;
    font-weight: 900;
}

.food-waste-subtitle {
    font-size: 20px;
    line-height: 24px;
}

.food-waste-info {
    font-size: 26px;
    line-height: 29px;
    font-weight: 700;
}

.food-waste-mobile-visual {
    display: none;
    width: 100%;
    height: auto;
}

.food-cards-wrapper {
    margin-top: 30px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.food-card-image, .food-card-content {
    max-width: 510px;
    width: 100%;
}

.food-card-content {
    border: 2px solid #000;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px; 
    display: flex;
    background-color: #f7f8f8;
    flex-direction: column;
    align-items: center;
}

.food-card-title {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    background-color: #000;
    max-width: 180px;
    width: 100%;
    text-align: center;
    margin: 34px 0;
}


.food-card-content ul > li {
    font-size: 20px;
    max-width: 450px;
    line-height: 28px;
    list-style: none;
    position: relative;
    padding-left: 40px;
}

.food-card-content ul > li:first-child,
.food-card-content ul > li:nth-child(2) {
    border-bottom: 1px solid #dedfe0;
    padding-bottom: 20px;
}

.food-card-content ul > li:nth-child(2),
.food-card-content ul > li:last-child {
    margin-top: 20px;
}

.food-card-content ul > li::before {
    content: "";
    background: url("../images/int/red-x.webp") center / contain no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 4px;
}

.food-card-content span {
    font-size: 27px;
    text-align: center;
    font-weight: 900;
    line-height: 35px;
    max-width: 450px;
    margin-top: 14px;
}

.food-reasons-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 70px;
}

.food-reasons-wrapper > div {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.food-reasons-card > p{
    font-size: 25px;
    font-weight: 900;
    text-align: left;
    padding: 10px 0;
}

.food-reasons-card ul > li {
    font-size: 20px;
    max-width: 450px;
    line-height: 28px;
    list-style: none;
    position: relative;
    text-align: left;
    padding-left: 30px;
}

.food-reasons-card ul > li::before {
    content: "";
    background: url("../images/int/red-x.webp") center / contain no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 4px;
}

.food-reason-text {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    max-width: 900px;
    padding: 50px 0;
}

/* SMART WAY SECTION */
.smart-way-section {
    width: 100%;
    background-color: #f1f5fa;
    margin-top: 20px;
    overflow: hidden;
}

.smart-way-arrow {
    display: block;
    margin: 0 auto;
}

.smart-way-background {
    background-image: url("../images/int/banner-bg.webp");
    background-repeat: no-repeat;
    background-position: 85% top;
    max-width: 1700px;
    margin: 0 auto;
    height: 715px;
    margin-top: -28px;
}

.smart-way-content-wrapper {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    display: flex;
    margin: 0 auto;
    align-items: center;
}

.smart-way-content {
    max-width: 670px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
}

.smart-way-cta a {
    padding: 17px 46px;
}

.smart-way-visual {
    display: none;
}

.smart-way-warning {
    font-size: 26px;
    color: #db3535;
    font-weight: 700;
}

.smart-way-title {
    font-size: 46px;
    line-height: 53px;
    font-weight: 900;
}

.smart-way-description {
    font-size: 20px;
    line-height: 30px;
    max-width: 610px;
}

.smart-way-highlight {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 6px;
}

.smart-way-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.smart-way-cta p,
.smart-way-cta span {
    font-size: 15px;
    gap: 5px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.smart-way-cta a {
    background-color: #00ba27;
    color: #fff;
    padding: 16px 44px;
    font-size: 28px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-weight: 900;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* DIFFERENT SECTION */
.different-section {
    width: 100%;
    padding: 70px 0 55px 0;
}

.different-content-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.different-warning {
    margin-bottom: 10px;
    font-size: 22px;
    color: #db3535;
    font-weight: 700;
}

.different-title {
    font-size: 45px;
    line-height: 36px;
    font-weight: 900;
    margin-top: 4px;
}

.different-subtitle {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    max-width: 970px;
    margin-top: 18px;
    margin-bottom: 20px;
}

.different-cards-grid {
    width: 100%;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 18px;
}

.different-card {
    width: 100%;
}

.different-card-image {
    width: 100%;
    height: auto;
    display: block;
}

.different-card h5,
.different-card > p {
    display: none;
}

.different-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 50px;
}

.different-cta p,
.different-cta span {
    font-size: 15px;
    gap: 5px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.different-cta a {
    background-color: #00ba27;
    color: #fff;
    padding: 16px 44px;
    font-size: 28px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-weight: 900;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* STEPS SECTION */
.steps-section {
    width: 100%;
    background-color: #eaf1f9;
    padding: 58px 0 52px 0;
}

.steps-content-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.steps-warning {
    font-size: 22px;
    line-height: 26px;
    color: #db3535;
    font-weight: 700;
}

.steps-title {
    max-width: 650px;
    font-size: 45px;
    line-height: 53px;
    font-weight: 900;
    margin-top: 8px;
}

.steps-cards-wrapper {
    width: 100%;
    max-width: 1200px;
    margin-top: 34px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.step-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 372px;
}

.step-card-image {
    width: 372px;
    height: 283px;
    display: flex;
    justify-content: center;
}

.step-card-image img {
    width: 265px;
    height: 283px;
    display: block;
}

.step-card h5 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 900;
    margin-top: 18px;
}

.step-card > p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    max-width: 372px;
    margin-top: 8px;
}

.steps-highlight-text {
    font-size: 28px;
    line-height: 49px;
    font-weight: 900;
    margin-top: 38px;
}

.steps-highlight-badge {
    background-color: #1d354e;
    color: #fff;
    font-size: 28px;
    line-height: 49px;
    font-weight: 900;
    display: inline-block;
    margin-top: 10px;
    padding: 0 20px;
}

.steps-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
}

.steps-cta p,
.steps-cta span {
    font-size: 15px;
    gap: 5px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.steps-cta a {
    background-color: #00ba27;
    color: #fff;
    padding: 16px 44px;
    font-size: 28px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-weight: 900;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.steps-note {
    margin-top: 26px;
    font-size: 17px;
    line-height: 24px;
    font-style: italic;
    color: #1d354e;
}

/* COMPARISON SECTION */
.comparison-section {
    width: 100%;
    padding: 58px 0 52px 0;
}

.comparison-content-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.comparison-warning {
    font-size: 22px;
    line-height: 26px;
    color: #db3535;
    font-weight: 700;
}

.comparison-title {
    font-size: 45px;
    line-height: 53px;
    font-weight: 900;
    margin-top: 8px;
}

.comparison-image-wrapper {
    max-width: 800px;
    width: 100%;
    margin-top: 18px;
}

.comparison-image-wrapper img {
    width: 100%;
    display: block;
}

.comparison-table-wrapper {
    max-width: 880px;
    width: 100%;
    margin-top: 18px;
    overflow: hidden;
}

.comparison-table-mobile {
    display: none;
    width: 100%;
    height: auto;
}

.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    border: 1px solid #e5e5e5;
}

.comparison-table th {
    height: 81px;
    padding: 0 18px;
    font-size: 22px;
    line-height: 24px;
    color: #1f2328;
    background-color: #f3f5f6;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}

.comparison-table th:first-child {
    width: 370px;
    font-size: 26px;
    border-right: 1px solid #e5e5e5;
}

.comparison-table th:nth-child(2) {
    width: 252px;
    font-weight: 500;
    border-right: 1px solid #e5e5e5;
}

.comparison-table th:last-child {
    width: 252px;
    font-weight: 700;
}

.comparison-table td {
    height: 84px;
    padding: 0 22px;
    font-size: 16px;
    line-height: 20px;
    color: #1f2328;
    text-align: center;
    font-weight: 500;
    vertical-align: middle;
}

.comparison-table tbody tr:nth-child(odd) td:not(.comparison-wamoma-cell) {
    background-color: #fff;
}

.comparison-table tbody tr:nth-child(even) td:not(.comparison-wamoma-cell) {
    background-color: #eef2f6;
}

.comparison-food-cell {
    text-align: left;
    border-right: 1px solid #e5e5e5;
}

.comparison-table tbody td:nth-child(2) {
    border-right: 1px solid #e5e5e5;
    font-size: 18px;
    font-weight: 600;
}

.comparison-food-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.comparison-food-cell img {
    width: 66px;
    height: 42px;
}

.comparison-food-cell span {
    font-size: 21px;
    line-height: 22px;
    font-weight: 700;
    text-align: left;
    color: #23272b;
}

.comparison-food-snacks span em {
    display: block;
    font-style: normal;
    font-weight: 500;
}

.comparison-wamoma-cell {
    background-color: #1d354e;
    color: #fff;
}

.comparison-wamoma-cell strong {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.comparison-wamoma-cell span {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}

.comparison-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
}

.comparison-cta p,
.comparison-cta span {
    font-size: 15px;
    gap: 5px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.comparison-cta a {
    background-color: #00ba27;
    color: #fff;
    padding: 16px 44px;
    font-size: 28px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-weight: 900;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* INCLUDED SECTION */
.included-section {
    width: 100%;
    background-color: #dde4ec;
    padding: 60px 0 56px 0;
}

.included-content-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.included-warning {
    font-size: 22px;
    line-height: 22px;
    color: #db3535;
    font-weight: 700;
}

.included-title {
    font-size: 44px;
    line-height: 50px;
    font-weight: 900;
    margin-top: 2px;
}

.included-layout {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 44px;
}

.included-visual {
    max-width: 430px;
    width: 100%;
}

.included-visual img {
    width: 96%;
    display: block;
}

.included-info-wrapper {
    max-width: 530px;
    width: 100%;
    text-align: left;
}

.included-item {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 16px 0;
    margin-bottom: 16px;
    border-bottom: 2px solid #637282;
}

.included-item-last {
    margin-bottom: 0;
    border-bottom: none;
}

.included-item-text h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.included-item-text p {
    font-size: 20px;
    line-height: 24px;
    margin-top: 6px;
    color: #2a2f35;
    font-weight: 500;
}

.included-item img {
    display: block;
}

.included-item:nth-child(1) img {
    width: 45px;
}

.included-item:nth-child(2) img {
    width: 58px;
}

.included-item:nth-child(3) img {
    width: 90px;
}

.included-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
}

.included-cta p,
.included-cta span {
    font-size: 15px;
    gap: 5px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.included-cta a {
    background-color: #00ba27;
    color: #fff;
    padding: 13px 34px;
    font-size: 22px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-weight: 900;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* EVERYDAY SECTION */
.everyday-section {
    width: 100%;
    background-color: #f3f3f3;
    padding: 58px 0 44px 0;
}

.everyday-content-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.everyday-warning {
    font-size: 22px;
    line-height: 26px;
    color: #db3535;
    font-weight: 700;
}

.everyday-title {
    font-size: 45px;
    line-height: 53px;
    font-weight: 900;
    margin-top: 2px;
}

.everyday-subtitle {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #4a4f56;
    margin-top: 10px;
    margin-bottom: 20px;
}

.everyday-cards-wrapper {
    max-width: 1160px;
    width: 100%;
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.everyday-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.everyday-card-image {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    overflow: hidden;
}

.everyday-card-image img {
    display: block;
    width: 100%;
}

.everyday-card h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 900;
    margin-top: 10px;
}

.everyday-card p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #4a4f56;
    margin-top: 6px;
}

.everyday-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
}

.everyday-cta p,
.everyday-cta span {
    font-size: 15px;
    gap: 5px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.everyday-cta a {
    background-color: #00ba27;
    color: #fff;
    padding: 13px 34px;
    font-size: 22px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-weight: 900;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.everyday-note {
    margin-top: 10px;
    font-size: 17px;
    line-height: 24px;
    font-style: italic;
    color: #1d354e;
}

/* BETTER CHOICE SECTION */
.better-choice-section {
    width: 100%;
    background-color: #eaf1f9;
    padding: 56px 0 48px 0;
}

.better-choice-content-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.better-choice-warning {
    font-size: 22px;
    line-height: 26px;
    color: #db3535;
    font-weight: 700;
}

.better-choice-title {
    font-size: 45px;
    line-height: 53px;
    font-weight: 900;
    margin-top: 2px;
}

/* COVERED CARD */
.covered-card {
    width: 100%;
    max-width: 1029px;
    margin-top: 46px;
    border: 2px solid #415e83;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
}

.covered-card-header {
    min-height: 144px;
    padding: 0 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: url("../images/int/covered-bg.webp") center / cover no-repeat;
}


.covered-card-header h5 {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
    position: relative;
    z-index: 1;
}

.covered-card-body {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background-color: #fff;
}

.covered-card-item {
    min-height: 228px;
    padding: 22px 20px 28px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-right: 1px solid #e4e6ea;
}

.covered-card-item:last-child {
    border-right: none;
}

.covered-card-item img {
    display: block;
}

.covered-card-item img {
    width: 140px;
}

.covered-card-item h6 {
    font-size: 23px;
    line-height: 29px;
    font-weight: 900;
    color: #23272d;
    margin-top: 11px;
}

.covered-card-item p {
    font-size: 19px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    margin-top: 10px;
    max-width: 300px;
}

.better-choice-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.better-choice-cta p,
.better-choice-cta span {
    font-size: 15px;
    gap: 5px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.better-choice-cta a {
    background-color: #00ba27;
    color: #fff;
    padding: 13px 34px;
    font-size: 22px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-weight: 900;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* BETTER CHOICE TABLE IMAGE */
.better-choice-table-wrap {
    width: 100%;
    max-width: 769px;
    margin-top: 28px;
}

.better-choice-table-image {
    width: 100%;
    height: auto;
    display: block;
}

/* TESTIMONIALS SECTION */
.testimonials-section {
    width: 100%;
    background-color: #fff;
    padding: 60px 0 54px 0;
    overflow: hidden;
}

.testimonials-content-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.testimonials-warning {
    font-size: 22px;
    line-height: 26px;
    color: #db3535;
    font-weight: 700;
}

.testimonials-title {
    font-size: 45px;
    line-height: 53px;
    font-weight: 900;
    margin-top: 2px;
}

.testimonials-showcase {
    width: 100%;
    margin-top: 22px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 10px;
    padding: 0 32px;
    box-sizing: border-box;
}

.testimonials-showcase-mobile {
    width: 100%;
    height: auto;
}

.testimonials-showcase-large,
.testimonials-showcase-small {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    overflow: hidden;
}

.testimonials-showcase-large {
    width: 275px;
    height: 275px;
    flex-shrink: 0;
}

.testimonials-showcase-grid {
    width: 250px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    flex-shrink: 0;
}

.testimonials-showcase-small {
    width: 121px;
    height: 121px;
}

.testimonials-showcase-large img,
.testimonials-showcase-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.testimonials-rating-stack {
    width: 279px;
    height: 275px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex-shrink: 0;
}

.testimonials-rating-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #fff;
}

.testimonials-rating-card-top {
    height: 50%;
    background-color: #05080d;
}

.testimonials-rating-card-bottom {
    height: 50%;
    padding: 14px 16px 12px 16px;
    background-color: #273f5d;
}

.testimonials-rating-eyebrow {
    font-size: 27px;
    line-height: 35px;
    font-weight: 900;
}

.testimonials-rating-copy {
    font-size: 27px;
    line-height: 35px;
    font-weight: 700;
    margin-top: 2px;
}

.testimonials-rating-copy span {
    color: #2fe654;
}

.testimonials-rating-card-bottom > img {
    width: 120px;
    height: 20px;
    display: block;
    margin-top: 0;
}

.testimonials-rating-card-bottom strong {
    font-size: 59px;
    line-height: 59px;
    font-weight: 500;
    margin-top: 4px;
}

.testimonials-rating-card-bottom > span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 0;
}

.testimonials-cards-grid {
    width: 100%;
    max-width: 780px;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 14px;
}

.testimonial-card {
    min-height: 214px;
    padding: 18px 16px 16px 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #cfd5db;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07);
    position: relative;
}

.testimonial-card-quotes {
    width: 31px;
    height: 24px;
    position: absolute;
    top: 18px;
    right: 16px;
    display: block;
}

.testimonial-card h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    color: #20252b;
    max-width: 280px;
}

.testimonial-card-stars {
    width: 69px;
    height: 12px;
    display: block;
    margin-top: 10px;
}

.testimonial-card p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #505761;
    margin-top: 10px;
}




.testimonial-card-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.testimonial-card-footer strong {
    font-size: 15px;
    line-height: 14px;
    font-weight: 700;
    color: #000;
    border-right: 1px solid #000;
    padding-right: 10px;
}



.testimonial-card-footer span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    line-height: 15px;
    color: #7a818a;
    font-weight: 600;
}

.testimonial-card-footer span img {
    width: 16px;
    height: 16px;
    display: block;
}

.testimonials-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
}

.testimonials-cta p,
.testimonials-cta span {
    font-size: 15px;
    gap: 5px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.testimonials-cta a {
    background-color: #00ba27;
    color: #fff;
    padding: 13px 34px;
    font-size: 22px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-weight: 900;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* FAQ SECTION */
.faq-section {
    width: 100%;
    background-color: #eaf1f9;
    padding: 56px 0 46px 0;
}

.faq-content-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.faq-warning {
    font-size: 22px;
    line-height: 26px;
    color: #db3535;
    font-weight: 700;
}

.faq-title {
    font-size: 45px;
    line-height: 53px;
    font-weight: 900;
    margin-top: 2px;
}

.faq-list {
    width: 100%;
    max-width: 720px;
    margin-top: 26px;
    text-align: left;
}

.faq-item {
    border-bottom: 1px solid #d2dae3;
}

.faq-question {
    width: 100%;
    padding: 22px 36px 22px 0;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #000;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-align: left;
    position: relative;
}

.faq-question::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: 8px;
    top: 50%;
    border-right: 2px solid #38414b;
    border-bottom: 2px solid #38414b;
    transform: translateY(-60%) rotate(45deg);
    -webkit-transform: translateY(-60%) rotate(45deg);
    -moz-transform: translateY(-60%) rotate(45deg);
    -ms-transform: translateY(-60%) rotate(45deg);
    -o-transform: translateY(-60%) rotate(45deg);
    transition: transform 0.24s ease;
    -webkit-transition: transform 0.24s ease;
    -moz-transition: transform 0.24s ease;
    -ms-transition: transform 0.24s ease;
    -o-transition: transform 0.24s ease;
}

.faq-item.is-open .faq-question {
    padding-bottom: 10px;
}

.faq-item.is-open .faq-question::after {
    transform: translateY(-30%) rotate(-135deg);
    -webkit-transform: translateY(-30%) rotate(-135deg);
    -moz-transform: translateY(-30%) rotate(-135deg);
    -ms-transform: translateY(-30%) rotate(-135deg);
    -o-transform: translateY(-30%) rotate(-135deg);
}

.faq-answer {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
}

.faq-answer-inner {
    padding: 0 44px 18px 0;
    opacity: 0;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transition: opacity 0.22s ease, transform 0.22s ease;
    -webkit-transition: opacity 0.22s ease, transform 0.22s ease;
    -moz-transition: opacity 0.22s ease, transform 0.22s ease;
    -ms-transition: opacity 0.22s ease, transform 0.22s ease;
    -o-transition: opacity 0.22s ease, transform 0.22s ease;
}

.faq-item.is-open .faq-answer-inner {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.faq-answer p {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-weight: 500;
}

.faq-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
}

.faq-cta p,
.faq-cta span {
    font-size: 15px;
    gap: 5px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.faq-cta a {
    background-color: #00ba27;
    color: #fff;
    padding: 13px 34px;
    font-size: 22px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-weight: 900;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* FOOTER */
.site-footer {
    width: 100%;
    background-color: #fff;
    padding: 48px 0 44px 0;
}

.site-footer-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.site-footer-content > img {
    width: 135px;
    display: block;
}

.site-footer-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.site-footer-nav a,
.site-footer-nav span,
.site-footer-content p {
    font-size: 14px;
    line-height: 20px;
    color: #1d354e;
    font-weight: 700;
}

.site-footer-nav a {
    text-decoration: none;
}

.site-footer-content p {
    margin-top: 8px;
}

/* SHARED CTA STYLES */
.hero-cta p,
.hero-cta span,
.smart-way-cta p,
.smart-way-cta span,
.different-cta p,
.different-cta span,
.steps-cta p,
.steps-cta span,
.comparison-cta p,
.comparison-cta span,
.included-cta p,
.included-cta span,
.everyday-cta p,
.everyday-cta span,
.better-choice-cta p,
.better-choice-cta span,
.testimonials-cta p,
.testimonials-cta span,
.faq-cta p,
.faq-cta span { 
    gap: 5px;
    display: flex;
    align-items: center;
    font-weight: 700;
font-size: 12px;
}

.hero-cta a,
.smart-way-cta a,
.different-cta a,
.steps-cta a,
.comparison-cta a,
.included-cta a,
.everyday-cta a,
.better-choice-cta a,
.testimonials-cta a,
.faq-cta a {
    background-color: #00ba27;
    color: #fff;
    padding: 15px 35px;
    font-size: 28px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-weight: 900;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-decoration: none;
}

.hero-cta a:hover,
.smart-way-cta a:hover,
.different-cta a:hover,
.steps-cta a:hover,
.comparison-cta a:hover,
.included-cta a:hover,
.everyday-cta a:hover,
.better-choice-cta a:hover,
.testimonials-cta a:hover,
.faq-cta a:hover {
    background-color: #009e21;
}

.hero-cta span img,
.smart-way-cta span img,
.different-cta span img,
.steps-cta span img,
.comparison-cta span img,
.included-cta span img,
.everyday-cta span img,
.better-choice-cta span img,
.testimonials-cta span img,
.faq-cta span img {
    display: none;
}

.hero-cta span::before,
.smart-way-cta span::before,
.different-cta span::before,
.steps-cta span::before,
.comparison-cta span::before,
.included-cta span::before,
.everyday-cta span::before,
.better-choice-cta span::before,
.testimonials-cta span::before,
.faq-cta span::before {
    content: "$";
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-sizing: border-box;
    border: 2px solid #121212;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #121212;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
}

/* RESPONSIVE BASE - UP TO 991PX */
@media (max-width: 991px) {
    body {
        overflow-x: hidden;
    }

    .header-content-wrapper,
    .hero-content-wrapper,
    .features-companies,
    .food-waste-section,
    .smart-way-content-wrapper,
    .different-content-wrapper,
    .steps-content-wrapper,
    .comparison-content-wrapper,
    .included-content-wrapper,
    .everyday-content-wrapper,
    .better-choice-content-wrapper,
    .testimonials-content-wrapper,
    .faq-content-wrapper,
    .site-footer-content {
        width: calc(100% - 32px);
        max-width: none;
        box-sizing: border-box;
    }

    .header-wrapper {
        height: auto;
        padding: 3px 0;
    }

    .header-content-wrapper {
        gap: 16px;
    }

    .header-content-wrapper img {
        width: 110px;
        height: auto;
    }


    .hero-wrapper {
        height: auto;
        padding: 24px 0 20px;
    }

    .hero-background {
        height: auto;
        background-size: min(80vw, 440px) auto;
        background-position: center 265px;
    }

    .hero-content-wrapper {
        align-items: center;
        text-align: center;
        padding-bottom: min(78vw, 360px);
    }

    .hero-title {
        font-size: 31px;
        line-height: 36px;
    }

    .hero-subtitle {
        max-width: 620px;
        margin-bottom: 0;
    }

    .hero-listing {
        max-width: 560px;
        padding: 18px 18px 8px;
        text-align: left;
        background-color: rgba(255, 255, 255, 0.94);
        border: 1px solid #d9e0e7;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
        box-shadow: 0 8px 18px rgba(29, 53, 78, 0.08);
    }

    .hero-benefits {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 14px;
    }

    .hero-benefits div {
        max-width: 120px;
        margin: 0 8px;
    }

    .features-companies {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        text-align: center;
    }

    .features-companies > p {
        width: 100%;
    }

    .features-divider {
        display: none;
    }

    .companies-logos {
        width: 100%;
        position: relative;
    }

    .companies-logos-track {
        width: max-content;
        justify-content: flex-start;
        animation: companies-marquee 18s linear infinite;
    }

    .companies-logos-track img {
        width: 957px;
        max-width: none;
        padding-right: 32px;
        box-sizing: content-box;
    }

    .companies-logos-track img + img {
        display: block;
    }

    .food-waste-section {
        margin-top: 48px;
    }

    .food-waste-title,
    .food-reasons-wrapper h4,
    .smart-way-title,
    .different-title,
    .steps-title,
    .comparison-title,
    .included-title,
    .everyday-title,
    .better-choice-title,
    .testimonials-title,
    .faq-title {
        font-size: 34px;
        line-height: 38px;
    }

    
    .everyday-subtitle,
    .smart-way-description,
    .comparison-subtitle,
    .faq-answer p {
        font-size: 18px;
        line-height: 28px;
    }

    .food-waste-subtitle {
        font-size: 18px;
        line-height: 24px;
    }
    .food-cards-wrapper,
    .food-reasons-wrapper > div,
    .included-layout {
        margin-top: 30px;
        flex-direction: column;
        align-items: center;
    }

    .food-card-image,
    .food-card-content,
    .included-visual,
    .included-info-wrapper {
        max-width: 100%;
    }

    .different-cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 16px;
    }

    .different-subtitle {
        font-size: 18px;
        line-height: 24px;
    }
    
    .steps-cards-wrapper {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 16px;
        justify-content: stretch;
    }

    .step-card,
    .step-card-image {
        width: 100%;
    }

    .step-card-image {
        height: auto;
    }

    .step-card-image img {
        width: min(100%, 265px);
        height: auto;
    }

    .comparison-table-wrapper {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .comparison-table {
        min-width: 680px;
    }

    .everyday-cards-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 16px;
    }

    .better-choice-content-wrapper {
        overflow-x: auto;
    }

    .covered-card-body {
        grid-template-columns: 1fr;
    }

    .covered-card-item {
        border-right: none;
        border-bottom: 1px solid #e4e6ea;
    }

    .covered-card-item:last-child {
        border-bottom: none;
    }

    .testimonials-showcase {
        justify-content: flex-start;
        overflow-x: auto;
        padding: 0;
    }

    .testimonials-cards-grid {
       padding: 0 10px;
    }

    .testimonial-card {
        padding: 28px 16px;
    }

    .testimonial-card p {
        font-size: 18px;
        line-height: 24px;
        padding: 0 10px 10px 0;
    }

    .faq-list {
        max-width: 100%;
        padding: 0 15px;
    }

    .faq-question {
        font-size: 18px;
        font-weight: 700;
    }

    .faq-question::after {
        right: 0;
    }

    .faq-answer p {
        font-size: 16px;
        line-height: 22;
    }

.site-footer {
        padding: 10px 0 32px;
    }

    .site-footer-nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-cta a,
    .smart-way-cta a,
    .different-cta a,
    .steps-cta a,
    .comparison-cta a,
    .included-cta a,
    .everyday-cta a,
    .better-choice-cta a,
    .testimonials-cta a,
    .faq-cta a {
        width: 100%;
        max-width: 420px;
        padding: 14px 22px;
        font-size: 22px;
        line-height: 24px;
        justify-content: center;
    }
}

/* MOBILE LAYOUT - UP TO 991PX */
@media (max-width: 991px) {
    .top-pichbar-bar,
    .top-pitchbar-bar {
        height: 28px;
        padding: 0 10px;
        font-size: 12px;
        line-height: 14px;
        text-align: center;
    }

    .top-pichbar-bar::before,
    .top-pichbar-bar::after,
    .top-pitchbar-bar::before,
    .top-pitchbar-bar::after {
        width: 12px;
        height: 12px;
    }

    .top-pichbar-bar::before,
    .top-pitchbar-bar::before {
        margin-right: 6px;
    }

    .top-pichbar-bar::after,
    .top-pitchbar-bar::after {
        margin-left: 6px;
    }

    .header-wrapper {
        padding: 8px 0;
    }

    .header-content-wrapper {
        width: calc(100% - 20px);
        gap: 10px;
    }

    .header-content-wrapper img {
        width: 71px;
    }

    .header-content-wrapper a {
        max-width: 127px;
        height: 33px;
        font-size: 14px;
    }

    .hero-wrapper {
        padding: 8px 0 30px;
        background-color: #f4f8fc;
    }

    .hero-background {
        background: none;
        max-width: none;
    }

    .hero-content-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-items: center;
        justify-content: stretch;
        text-align: center;
        padding-bottom: 0;
    }

    .hero-content-wrapper::before {
        content: none;
    }

    .hero-warning {
        grid-area: warning;
        margin-top: 4px;
        text-align: center;
    }

    .hero-title {
        grid-area: title;
        text-align: center;
    }

    .hero-subtitle {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    .hero-mobile-visual {
        display: block;
        width: 100%;
        margin: 4px auto 0;
    }

    .hide-mob {
        display: none !important;
    }

    .show-mob {
        display: block !important;
    }

    .included-cta{
        padding: 0 8px;
    }

    .hero-cta {
        padding: 0 10px;
        width: 100%;
        gap: 8px;
        margin-top: 2px;
    }

    .hero-cta p,
    .hero-cta span {
        font-size: 13px;
        line-height: 16px;
    }

    .hero-cta p img {
        width: 74px;
        height: auto;
    }

    .hero-cta a {
        max-width: none;
        padding: 14px 18px;
        line-height: 20px;
        box-shadow: 0 6px 14px rgba(0, 186, 39, 0.24);
    }

    .hero-cta span::before {
        width: 16px;
        height: 16px;
        font-size: 10px;
    }

    .hero-benefits .divider {
        padding: 0;
        margin: 0;
        max-width: 2px;
    }

    .hero-benefits {
        gap: 10px;
    }

    .hero-benefits div {
        max-width: 78px;
        margin: 0;
        padding: 0 4px;
    }

    .hero-benefits div img {
        width: 29px;
        height: 32px;
        display: block;
        margin: 0 auto 6px;
        object-fit: contain;
    }

    .hero-benefits div p {
        font-size: 14px;
        line-height: 18px;
    }

    .hero-mobile-testimonial.show-mob {
        display: flex !important;
        align-items: flex-start;
        gap: 8px;
        margin-top: 6px;
        padding: 14px 12px;
        background-color: #fff;
        border: 1px solid #bbbcb4;
        box-sizing: border-box;
        text-align: left;
        margin: 0 15px;
    }

    .hero-mobile-testimonial-avatar {
        width: 42px;
        height: 42px;
        margin-top: 10px;
    }

    .hero-mobile-testimonial-content {
        display: flex;
        flex-direction: column;
        gap: 6px;
        padding: 0 20px 0 0;
    }

    .hero-mobile-testimonial-title {
        font-size: 15px;
        line-height: 20px;
        font-weight: 700;
    }

    .hero-mobile-testimonial-copy {
        font-size: 14px;
        line-height: 20px;
    }

    .hero-mobile-testimonial-meta {
        font-size: 15px;
        line-height: 18px;
    }

    .hero-mobile-testimonial-meta span {
        font-weight: 600;
        font-size: 12px;
    }

    .features-companies {
        width: calc(100% - 24px);
        padding: 10px 0;
        font-size: 14px;
    }

    .food-waste-section,
    .smart-way-content-wrapper,
    .different-content-wrapper,
    .steps-content-wrapper,
    .comparison-content-wrapper,
    .included-content-wrapper,
    .everyday-content-wrapper,
    .better-choice-content-wrapper,
    .testimonials-content-wrapper,
    .faq-content-wrapper,
    .site-footer-content {
        width: 100%;
    }

    .food-waste-section {
        margin-top: 32px;
    }

    .food-waste-content-wrapper {
        gap: 10px;
    }
    

    .food-waste-content-wrapper .food-waste-subtitle {
        padding: 0 38px;
    }

    .food-waste-info {
        max-width: 300px;
        font-size: 17px;
        line-height: 23px;
    }


    .food-waste-info {
        font-size: 20px;
    }

    .food-waste-mobile-visual {
        display: block;
        margin-top: 18px;
        padding: 0 6px;
    }

    .food-waste-title,
    .food-reasons-wrapper h4,
    .smart-way-title,
    .different-title,
    .steps-title,
    .comparison-title,
    .included-title,
    .everyday-title,
    .better-choice-title,
    .testimonials-title,
    .faq-title {
        font-size: 32px;
        line-height: 36px;
        font-weight: 900;
    }

    .steps-title {
        padding: 0 10px;
    }

    .hero-warning,
    .smart-way-warning,
    .steps-warning,
    .included-warning,
    .everyday-warning,
    .better-choice-warning,
    .testimonials-warning,
    .faq-warning {
        font-size: 15px;
        line-height: 18px;
        color: #db3535;
        font-weight: 700;
    }

    
    .everyday-subtitle,
    .smart-way-description,
    .food-card-content ul > li,
    .food-reasons-card ul > li,
    .step-card > p,
    .included-item-text p,
    .everyday-card p,
    .faq-answer p {
        font-size: 15px;
        line-height: 22px;
    }

    .food-card-title {
        width: auto;
        padding: 6px 20px;
        margin: 20px 0;
        font-size: 22px;
    }

    .food-cards-wrapper {
        margin-top: 18px;
        gap: 0;
    }

    .food-card-image {
        width: 100%;
    }

    .food-card-image img {
        width: 100%;
        display: block;
    }

    .food-card-content {
        width: calc(100% - 4px);
        margin-top: -2px;
        padding: 26px 14px 20px;
        box-sizing: border-box;
        position: relative;
        align-items: stretch;
        background-color: #fff;
        border-top: none;
        border-radius: 0 0 16px 16px;
        -webkit-border-radius: 0 0 16px 16px;
        -moz-border-radius: 0 0 16px 16px;
        -ms-border-radius: 0 0 16px 16px;
        -o-border-radius: 0 0 16px 16px;
    }

    .food-card-content::before {
        content: "";
        position: absolute;
        left: 20px;
        right: 20px;
        top: 39px;
        height: 1px;
        background-color: #8f8f8f;
    }

    .food-card-title {
        align-self: center;
        max-width: none;
        padding: 4px 14px 5px;
        margin: 0 auto 18px;
        position: relative;
        z-index: 1;
        font-size: 18px;
        line-height: 21px;
    }

    .food-card-content span,
    .food-reason-text,
    .smart-way-highlight,
    .steps-highlight-text,
    .steps-highlight-badge {
        font-size: 22px;
        line-height: 28px;
    }

    .food-card-content ul > li {
        max-width: none;
        padding-left: 32px;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 15px;
        line-height: 21px;
    }

    .food-card-content ul > li::before,
    .food-reasons-card ul > li::before {
        top: 1px;
    }

    .food-card-content ul > li::before {
        width: 18px;
        height: 18px;
        top: 13px;
    }

    .food-card-content ul > li:first-child,
    .food-card-content ul > li:nth-child(2) {
        padding-bottom: 12px;
    }

    .food-card-content ul > li:nth-child(2),
    .food-card-content ul > li:last-child {
        margin-top: 0;
    }

    .food-card-content span {
        max-width: 280px;
        margin: 18px auto 0;
        font-size: 18px;
        line-height: 24px;
    }

    .food-reasons-wrapper {
        margin-top: 36px;
    }

    .food-reasons-wrapper h4 {
        max-width: 330px;
    }

    .food-reasons-wrapper > div {
        width: 100%;
        margin-top: 18px;
        padding: 0 calc((100% - 256px) / 2) 8px;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    .food-reasons-wrapper > div::-webkit-scrollbar {
        display: none;
    }

    .food-reasons-card {
        flex: 0 0 256px;
        scroll-snap-align: center;
    }

    .food-reasons-card img {
        width: 100%;
        max-width: 278px;
        height: 278px;
        object-fit: cover;
        display: block;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .smart-way-title {
        letter-spacing: -1px;
    }

    .food-reasons-card > p {
        font-size: 19px;
        line-height: 25px;
        padding: 14px 0 8px;
    }

    .food-reasons-card ul > li {
        font-size: 13px;
        line-height: 19px;
        padding-left: 24px;
    }

    .food-reasons-card ul > li::before {
        width: 14px;
        height: 14px;
        top: 3px;
    }

    .food-reason-text {
        max-width: 310px;
        padding: 16px 0 0;
        font-size: 18px;
        line-height: 24px;
    }

    .smart-way-background {
        height: auto;
        margin-top: -18px;
        background-image: none;
        background-size: auto;
        background-position: center top;
    }

    .smart-way-content-wrapper {
        padding: 28px 0 24px;
    }

    .smart-way-content {
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .smart-way-arrow {
        width: 38px;
    }

    .smart-way-warning {
        max-width: 280px;
    }

    .smart-way-description {
        font-size: 15px;
        line-height: 23px;
        text-align: center;
        padding: 0 24px;
    }

    .smart-way-description br,
    .smart-way-highlight br {
        display: none;
    }

    .smart-way-description strong {
        font-weight: 900;
    }

    .smart-way-visual {
        display: block;
        width: 100%;
        margin: -95px 0;
    }

    .smart-way-highlight {
        margin-top: 4px;
        font-size: 24px;
        line-height: 28px;
    }

    .smart-way-cta {
        gap: 6px;
        margin-top: 4px;
    }

    .different-warning, .everyday-warning, .better-choice-warning, .testimonials-warning
    , .faq-warning, .comparison-warning, .included-warning {
        font-size: 20px;
    }

    .different-section,
    .steps-section,
    .comparison-section,
    .included-section,
    .everyday-section,
    .better-choice-section,
    .testimonials-section,
    .faq-section {
        padding-top: 38px;
        padding-bottom: 34px;
    }

    .different-cards-grid,
    .steps-cards-wrapper,
    .everyday-cards-wrapper,
    .testimonials-cards-grid {
        grid-template-columns: 1fr;
    }

    .different-cards-grid {
        padding: 0 12px;
    }

    .different-title, .different-subtitle {
        padding: 0 20px;
    }

    .different-warning {
        margin-bottom: 10px;
    }

    .different-subtitle {
        margin-bottom: 0;
    }

    .different-cards-grid {
        margin-top: 10px;
    }

    .different-cta {
        margin-top: 30px;
    }

    .steps-warning {
        font-size: 20px;
    }

    .steps-cards-wrapper {
        width: 100%;
        margin-top: 22px;
        display: flex;
        flex-direction: column;
        gap: 18px;
        counter-reset: step-counter;
    }

    .step-card {
        width: 100%;
        display: grid;
        grid-template-columns: 190px minmax(0, 1fr);
        column-gap: 16px;
        align-items: start;
        text-align: left;
        position: relative;
        counter-increment: step-counter;
    }

    .step-card::before {
        content: counter(step-counter);
        width: 26px;
        height: 26px;
        position: absolute;
        top: 0;
        left: 205px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        color: #1e2329;
        font-size: 13px;
        line-height: 1;
        font-weight: 900;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        box-shadow: inset 0 0 0 1px #d7e0ea;
    }

    .step-card-image {
        width: 183px;
        height: 183px;
        grid-row: 1 / span 2;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        overflow: hidden;
        justify-content: stretch;
    }

    .step-card-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center 24%;
        transform: scale(1.18);
        transform-origin: center 24%;
    }

    .step-card:nth-child(2) .step-card-image img {
        object-position: center 30%;
        transform-origin: center 30%;
    }

    .step-card:nth-child(3) .step-card-image img {
        object-position: center 22%;
        transform-origin: center 22%;
    }

    .step-card h5 {
        margin-top: 40px;
        font-size: 24px;
        line-height: 21px;
        max-width: 136px;
    }

    .step-card > p {
        margin-top: -32px;
        font-size: 16px;
        line-height: 22px;
    }

    .steps-highlight-text, .steps-highlight-badge  {
        margin-top: 18px;
        font-size: 20px;
        line-height: 30px;
    }

    .steps-highlight-badge {
        margin-top: 0;
    }

    .steps-cta {
        margin-top: 18px;
    }

    .steps-note {
        margin-top: 16px;
        font-size: 18px;
        line-height: 18px;
    }

    .comparison-content-wrapper {
        width: calc(100% - 10px);
    }


    .comparison-title {
        margin-top: 6px;
        text-wrap: balance;
    }

    .comparison-image-wrapper {
        width: 100%;
        max-width: none;
        margin-top: 12px;
    }

    .comparison-table-wrapper {
        width: 100%;
        max-width: none;
        margin-top: 10px;
        overflow: hidden;
        padding-bottom: 0;
    }

    .comparison-table-mobile {
        display: block;
        margin-top: 10px;
    }

    .comparison-table {
        min-width: 0;
        width: 100%;
    }

    .comparison-table th {
        height: 60px;
        padding: 10px 6px;
        font-size: 9px;
        line-height: 11px;
    }

    .comparison-table th:first-child {
        width: 157px;
        padding-left: 12px;
        font-size: 19px;
        line-height: 12px;
        text-align: left;
    }

    .comparison-table th:nth-child(2) {
        width: 107px;
        font-size: 8px;
        line-height: 10px;
        font-weight: 700;
    }

    .comparison-table th:last-child {
        width: 107px;
        font-size: 8px;
        line-height: 10px;
    }

    .comparison-table td {
        height: auto;
        padding: 10px 6px;
        font-size: 10px;
        line-height: 12px;
    }

    .comparison-food-cell {
        padding-left: 10px;
    }

    .comparison-table tbody td:nth-child(2) {
        font-size: 18px;
        line-height: 12px;
    }

    .comparison-food-content {
        gap: 6px;
    }

    .comparison-food-cell img {
        width: 28px;
        height: 28px;
    }

    .comparison-food-cell span {
        font-size: 10px;
        line-height: 12px;
    }

    .comparison-food-snacks span em {
        font-size: 8px;
        line-height: 10px;
        margin-top: 2px;
    }

    .comparison-wamoma-cell strong {
        font-size: 11px;
        line-height: 13px;
    }

    .comparison-wamoma-cell span {
        font-size: 8px;
        line-height: 10px;
    }

    .comparison-wamoma-cell span::before {
        content: "(";
    }

    .comparison-wamoma-cell span::after {
        content: ")";
    }

    .comparison-cta {
        margin-top: 18px;
    }

    .everyday-section {
        padding-top: 34px;
        padding-bottom: 34px;
    }

    .included-visual img{
        padding: 0 60px;
    }
    .everyday-title {
        margin-top: 6px;
        max-width: 300px;
    }

    .everyday-subtitle {
        margin-top: 10px;
        font-size: 18px;
        line-height: 24px;
    }

    .everyday-cards-wrapper {
        width: 100%;
        margin-top: 18px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 8px;
    }

    .everyday-card {
        align-items: center;
    }

    .everyday-card-image {
        width: 100%;
    }

    .everyday-card h5 {
        margin-top: 8px;
        font-size: 20px;
    }

    .everyday-card p {
        max-width: 171px;
        margin-top: 4px;
        font-size: 16px;
        line-height: 18px;
    }

    .everyday-card p br {
        display: none;
    }

    .everyday-cta {
        margin-top: 30px;
    }

    .everyday-note {
        margin-top: 10px;
        font-size: 18px;
        line-height: 30px;
        font-weight: 600;
    }

    .better-choice-section {
        padding-top: 34px;
        padding-bottom: 36px;
    }

    .better-choice-content-wrapper {
        width: calc(100% - 10px);
        overflow-x: visible;
    }


    .better-choice-title {
        margin-top: 6px;
        text-wrap: balance;
    }

    .better-choice-table-wrap {
        margin-top: 22px;
    }

    .included-item {
        gap: 26px;
        padding: 0 20px 20px;
    }

    .included-item-text h5 {
        font-size: 22px;
        line-height: 26px;
    }
    .included-item-text p {
        font-size: 16px;
    }

    .covered-card {
        margin-top: 30px;
    }

    .covered-card-header {
        background-image: url(../images/int/you-covered-top.webp);
        height: 173px;
    }

    .covered-card-header::after {
        display: none;
    }

    .covered-card-header h5 {
        display: none;
    }

    .covered-card-item {
        min-height: 0;
        padding: 10px 5px;
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-areas:
            "icon title"
            "icon copy";
        column-gap: 14px;
        align-items: center;
        text-align: left;
    }

    .covered-card-item img {
        grid-area: icon;
    }

    .covered-card-item h6 {
        grid-area: title;
        align-self: end;
        margin-top: 0;
        font-size: 20px;
        line-height: 24px;
    }

    .covered-card-item p {
        grid-area: copy;
        align-self: start;
        margin-top: 0;
        max-width: none;
        font-size: 14px;
    }

    .covered-card > .better-choice-cta.show-mob {
        display: flex !important;
        margin-top: 0;
        padding: 16px 10px 14px;
        text-wrap: nowrap;
    }

    .testimonials-title {
        max-width: 350px;
        margin-top: 20px;
    }

    .testimonials-showcase-mobile {
        max-width: 371px;
        margin-top: 16px;
    }
    
    .testimonials-showcase {
        width: 100%;
        max-width: 274px;
        margin-top: 16px;
        padding: 0;
        display: grid;
        grid-template-columns: 82px 98px 82px;
        grid-template-rows: 52px 52px 52px;
        justify-content: center;
        gap: 6px;
        overflow: visible;
    }

    .testimonial-card h5 {
        font-size: 20px;
        font-weight: 700;
    }

    .testimonials-showcase > .testimonials-showcase-large,
    .testimonials-showcase > .testimonials-showcase-grid {
        display: none;
    }

    .testimonials-showcase > .testimonials-showcase-large:nth-child(3),
    .testimonials-showcase > .testimonials-showcase-large:nth-child(5),
    .testimonials-showcase > .testimonials-showcase-large:nth-child(7),
    .testimonials-showcase > .testimonials-showcase-grid:nth-child(2),
    .testimonials-showcase > .testimonials-showcase-grid:nth-child(6),
    .testimonials-rating-stack {
        display: block;
    }

    .testimonials-showcase > .testimonials-showcase-large:nth-child(3),
    .testimonials-showcase > .testimonials-showcase-large:nth-child(5),
    .testimonials-showcase > .testimonials-showcase-large:nth-child(7) {
        width: 82px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        overflow: hidden;
    }

    .testimonials-showcase > .testimonials-showcase-large:nth-child(3) {
        grid-column: 1;
        grid-row: 1;
        height: 52px;
    }

    .testimonials-showcase > .testimonials-showcase-large:nth-child(5) {
        grid-column: 1;
        grid-row: 3;
        height: 52px;
    }

    .testimonials-showcase > .testimonials-showcase-large:nth-child(7) {
        grid-column: 3;
        grid-row: 1 / span 2;
        width: 82px;
        height: 110px;
    }

    .testimonials-showcase > .testimonials-showcase-large:nth-child(3) img,
    .testimonials-showcase > .testimonials-showcase-large:nth-child(5) img,
    .testimonials-showcase > .testimonials-showcase-large:nth-child(7) img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .testimonials-showcase > .testimonials-showcase-large:nth-child(3) img {
        object-position: center 40%;
    }

    .testimonials-showcase > .testimonials-showcase-large:nth-child(5) img {
        object-position: center 62%;
    }

    .testimonials-showcase > .testimonials-showcase-large:nth-child(7) img {
        object-position: 72% center;
    }

    .testimonials-showcase > .testimonials-showcase-grid:nth-child(2),
    .testimonials-showcase > .testimonials-showcase-grid:nth-child(6) {
        width: 82px;
        height: 52px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        overflow: hidden;
    }

    .testimonials-showcase > .testimonials-showcase-grid:nth-child(2) {
        grid-column: 3;
        grid-row: 3;
    }

    .testimonials-showcase > .testimonials-showcase-grid:nth-child(6) {
        grid-column: 1;
        grid-row: 2;
    }

    .testimonials-showcase > .testimonials-showcase-grid:nth-child(2),
    .testimonials-showcase > .testimonials-showcase-grid:nth-child(6) {
        display: block;
    }

    .testimonials-showcase > .testimonials-showcase-grid:nth-child(2) .testimonials-showcase-small,
    .testimonials-showcase > .testimonials-showcase-grid:nth-child(6) .testimonials-showcase-small {
        display: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .testimonials-showcase > .testimonials-showcase-grid:nth-child(2) .testimonials-showcase-small:nth-child(3),
    .testimonials-showcase > .testimonials-showcase-grid:nth-child(6) .testimonials-showcase-small:nth-child(3) {
        display: block;
    }

    .testimonials-showcase > .testimonials-showcase-grid:nth-child(2) .testimonials-showcase-small img,
    .testimonials-showcase > .testimonials-showcase-grid:nth-child(6) .testimonials-showcase-small img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .testimonials-showcase > .testimonials-showcase-grid:nth-child(2) .testimonials-showcase-small img {
        object-position: center 48%;
    }

    .testimonials-showcase > .testimonials-showcase-grid:nth-child(6) .testimonials-showcase-small img {
        object-position: center 48%;
    }

    .testimonials-rating-stack {
        grid-column: 2;
        grid-row: 1 / span 3;
        width: 98px;
        height: 162px;
        gap: 4px;
    }

    .testimonials-rating-card-top {
        height: 78px;
    }

    .testimonials-rating-card-bottom {
        height: 80px;
        padding: 8px 6px 6px;
    }

    .testimonials-rating-eyebrow {
        font-size: 16px;
        line-height: 18px;
    }

    .testimonials-rating-copy {
        font-size: 14px;
        line-height: 17px;
    }

    .testimonials-rating-card-bottom > img {
        width: 68px;
        height: auto;
    }

    .testimonials-rating-card-bottom strong {
        font-size: 21px;
        line-height: 21px;
        margin-top: 4px;
    }

    .testimonials-rating-card-bottom > span {
        font-size: 10px;
        line-height: 12px;
    }

    .faq-warning {
        margin-bottom: 15px;
    }

    .faq-question {
        text-wrap: wrap;
        padding: 18px 28px 18px 0;
    }

    .faq-item.is-open .faq-question {
        padding-bottom: 5px;
    }

    .faq-answer-inner {
        padding: 0 10px 16px 0;
    }

    .site-footer-nav {
        gap: 8px;
    }
}

/* REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
    .companies-logos-track {
        animation: none;
    }
}

/* MOBILE STICKY CTA BAR */
.mobile-sticky-cta {
    display: none;
}

@media (max-width: 991px) {
    .mobile-sticky-cta {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        box-sizing: border-box;
        background-color: #fff;
        padding: 12px 16px 14px;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
        z-index: 50;
        opacity: 0;
        pointer-events: none;
        transform: translateY(100%);
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .mobile-sticky-cta.is-visible {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .mobile-sticky-cta a {
        background-color: #00ba27;
        color: #fff;
        width: 100%;
        box-sizing: border-box;
        padding: 14px 20px;
        font-size: 18px;
        line-height: 22px;
        border-radius: 50px;
        font-weight: 900;
        border: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        text-decoration: none;
    }

    .mobile-sticky-cta a img {
        width: 14px;
        height: 14px;
    }

    .mobile-sticky-cta span {
        font-size: 12px;
        font-weight: 700;
        color: #1d354e;
    }

    .site-footer {
        padding-bottom: 110px;
    }
}
