/* Country landing page styles - shared across all country pages (UK, Germany, France, etc.) */
.cl-hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(120% 120% at 85% 10%, #21803a 0%, #15512a 45%, #0d2e1c 100%);
    color: #fff;
    padding: 100px 0 90px
}

.cl-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/banner/page-header.webp') center/cover no-repeat;
    opacity: .10;
    mix-blend-mode: luminosity
}

.cl-hero:after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -160px;
    top: -160px;
    background: radial-gradient(circle, rgba(155, 227, 107, .22), transparent 70%);
    border-radius: 50%
}

.cl-hero .container {
    position: relative;
    z-index: 2
}

.cl-hero .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 7px 18px;
    border-radius: 30px;
    font-size: 13px;
    letter-spacing: .5px;
    margin-bottom: 20px
}

.cl-hero .eyebrow img {
    width: 22px;
    height: 16px;
    border-radius: 2px
}

.cl-hero h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.12;
    margin: 0 0 18px
}

.cl-hero h1 .hl {
    color: #9be36b
}

.cl-hero p.lead {
    font-size: 18px;
    max-width: 560px;
    margin: 0 0 30px;
    color: #dceae0
}

.cl-hero .hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 34px
}

.cl-hero .hero-btns .btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 14px 30px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 700;
    transition: .28s
}

.cl-hero .hero-btns .btn-warning {
    color: #1b3a26;
    box-shadow: 0 12px 26px rgba(255, 193, 7, .32)
}

.cl-hero .hero-btns .btn-warning:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(255, 193, 7, .45)
}

.cl-hero .hero-btns .btn-light {
    background: rgba(255, 255, 255, .12);
    border: 2px solid rgba(255, 255, 255, .55);
    color: #fff
}

.cl-hero .hero-btns .btn-light:hover {
    background: #fff;
    color: #1d6b2f;
    transform: translateY(-3px)
}

.cl-hero .hero-stats {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    align-items: center
}

.cl-hero .hero-stats .st b {
    display: block;
    font-size: 30px;
    font-weight: 800;
    color: #9be36b;
    line-height: 1
}

.cl-hero .hero-stats .st span {
    font-size: 13px;
    color: #cfe3d4
}

.cl-hero .hero-stats .divider {
    width: 1px;
    height: 38px;
    background: rgba(255, 255, 255, .18)
}

.cl-hero-visual {
    position: relative;
    text-align: center
}

.cl-hero-visual .main-img {
    width: 100%;
    max-width: 430px;
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, .4);
    border: 5px solid rgba(255, 255, 255, .08)
}

.cl-badge-card {
    position: absolute;
    background: #fff;
    color: #173d24;
    border-radius: 14px;
    padding: 12px 15px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .22);
    display: flex;
    align-items: center;
    gap: 11px;
    text-align: left
}

.cl-badge-card .bic {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #eaf7ea;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2e8b2e;
    font-size: 18px;
    flex-shrink: 0
}

.cl-badge-card b {
    display: block;
    font-size: 15px;
    line-height: 1.1
}

.cl-badge-card small {
    color: #6b7d70;
    font-size: 12px
}

.cl-badge-card.b1 {
    top: 20px;
    left: -12px
}

.cl-badge-card.b2 {
    bottom: 26px;
    right: -12px
}

.cl-hero .trust-row {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 42px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .14)
}

.cl-hero .trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #e7f2ea
}

.cl-hero .trust-pill i {
    color: #9be36b
}

@media(max-width:991px) {
    .cl-hero {
        padding: 80px 0 60px;
        text-align: center
    }

    .cl-hero p.lead {
        margin-left: auto;
        margin-right: auto
    }

    .cl-hero .hero-btns,
    .cl-hero .hero-stats,
    .cl-hero .trust-row {
        justify-content: center
    }

    .cl-hero-visual {
        margin-top: 46px
    }

    .cl-badge-card.b1 {
        left: 5%
    }

    .cl-badge-card.b2 {
        right: 5%
    }
}

@media(max-width:767px) {
    .cl-hero h1 {
        font-size: 30px
    }

    .cl-badge-card {
        display: none
    }
}

.cl-section-head {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 35px
}

.cl-section-head span.kicker {
    color: #3a9d3a;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px
}

.cl-section-head h2 {
    margin: 8px 0 12px
}

.cl-feature-card {
    background: #fff;
    border: 1px solid #e8eee9;
    border-radius: 14px;
    padding: 28px;
    height: 100%;
    transition: .3s;
    box-shadow: 0 6px 22px rgba(0, 0, 0, .04)
}

.cl-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, .08)
}

.cl-feature-card .ic {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    background: #eaf7ea;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #2e8b2e;
    margin-bottom: 16px
}

.cl-cta-band {
    position: relative;
    overflow: hidden;
    background: radial-gradient(120% 140% at 90% 10%, #2e9d40 0%, #1d6b2f 55%, #124a23 100%);
    color: #fff;
    border-radius: 22px;
    padding: 48px 44px;
    box-shadow: 0 26px 60px rgba(18, 74, 35, .28)
}

.cl-cta-band:before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -90px;
    bottom: -150px;
    background: radial-gradient(circle, rgba(155, 227, 107, .25), transparent 70%);
    border-radius: 50%
}

.cl-cta-band .cta-left {
    position: relative;
    z-index: 2
}

.cl-cta-band .cta-flag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .25);
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px
}

.cl-cta-band .cta-flag img {
    width: 20px;
    height: 14px;
    border-radius: 2px
}

.cl-cta-band h2 {
    color: #fff !important;
    font-size: 34px;
    font-weight: 800;
    margin: 0 0 14px;
    line-height: 1.18
}

.cl-cta-band p {
    color: #e7f3ea !important;
    font-size: 16px;
    max-width: 520px;
    margin: 0 0 26px
}

.cl-cta-band .cta-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap
}

.cl-cta-band .cta-btns .btn {
    padding: 13px 30px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .16)
}

.cl-cta-band .cta-btns .btn-warning {
    color: #1b3a26
}

.cl-cta-band .cta-btns .btn-outline-light {
    border-width: 2px
}

.cl-cta-band .cta-btns .btn-outline-light:hover {
    background: #fff;
    color: #1d6b2f
}

.cta-contact {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 18px;
    padding: 24px;
    backdrop-filter: blur(4px)
}

.cta-contact h5 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .6px;
    margin: 0 0 16px;
    opacity: .85
}

.cta-contact .cta-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px;
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    transition: .25s
}

.cta-contact a.cta-row:hover {
    background: rgba(255, 255, 255, .14)
}

.cta-contact .cta-row .ic {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    background: #9be36b;
    color: #15512a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-shrink: 0
}

.cta-contact .cta-row span {
    display: flex;
    flex-direction: column;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3
}

.cta-contact .cta-row span small {
    font-size: 12px;
    font-weight: 500;
    color: #bfe0c6;
    text-transform: none;
    letter-spacing: 0
}

@media(max-width:991px) {
    .cl-cta-band {
        padding: 38px 26px;
        text-align: center
    }

    .cl-cta-band p {
        margin-left: auto;
        margin-right: auto
    }

    .cl-cta-band .cta-btns {
        justify-content: center
    }

    .cta-contact {
        margin-top: 28px;
        text-align: left
    }
}

/* ---- product category blocks (text + slider) ---- */
.cl-cat {
    padding: 70px 0;
    border-bottom: 1px solid #eef2ee
}

.cl-cat.alt {
    background: #f6faf6
}

.cl-cat .cat-text .kicker {
    display: inline-block;
    color: #3a9d3a;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    margin-bottom: 8px
}

.cl-cat .cat-text h2 {
    font-size: 32px;
    margin: 0 0 16px
}

.cl-cat .cat-text p {
    color: #566;
    line-height: 1.8;
    margin-bottom: 16px
}

.cl-cat .cat-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px
}

.cl-cat .cat-chips a {
    display: inline-block;
    font-size: 13px;
    color: #1d6b2f;
    background: #eaf7ea;
    border: 1px solid #d4ecd4;
    padding: 6px 13px;
    border-radius: 30px;
    text-decoration: none;
    transition: .2s
}

.cl-cat .cat-chips a:hover {
    background: #2e8b2e;
    color: #fff
}

/* peek slider: 1 full card + ~30% of next */
.cl-psl-wrap {
    position: relative
}

.cl-psl {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 6px 2px 16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.cl-psl::-webkit-scrollbar {
    display: none
}

.cl-psl .pcard {
    flex: 0 0 63%;
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid #e9efe9;
    border-radius: 18px;
    overflow: hidden;
    transition: transform .35s, border-color .35s
}

.cl-psl .pcard:hover {
    transform: translateY(-5px);
    border-color: #cdeccd
}

.cl-psl .pcard-img {
    position: relative;
    height: 240px;
    overflow: hidden;
    background: #eef6ee
}

.cl-psl .pcard-img:before {
    content: "100% Compostable";
    position: absolute;
    z-index: 2;
    top: 13px;
    left: 13px;
    background: #2e8b2e;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .2px;
    padding: 4px 10px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(46, 139, 46, .35)
}

.cl-psl .pcard-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s
}

.cl-psl .pcard:hover .pcard-img img {
    transform: scale(1.06)
}

.cl-psl .pcard-body {
    padding: 16px 18px 20px;
    text-align: center
}

.cl-psl .pcard-body h4 {
    margin: 0 0 13px;
    font-size: 18px;
    font-weight: 700;
    color: #1b3a26
}

.cl-psl .pcard-body .btn {
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.cl-psl-btn {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: 1px solid #e3ebe3;
    border-radius: 50%;
    background: #fff;
    color: #2e8b2e;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .14);
    cursor: pointer;
    z-index: 5;
    transition: .25s
}

.cl-psl-btn:hover {
    background: #2e8b2e;
    color: #fff
}

.cl-psl-prev {
    left: -14px
}

.cl-psl-next {
    right: -14px
}

@media(max-width:991px) {
    .cl-cat .cat-slidecol {
        margin-top: 30px
    }

    .cl-psl .pcard {
        flex-basis: 46%
    }

    .cl-psl-btn {
        width: 38px;
        height: 38px;
        font-size: 16px
    }

    .cl-psl-prev {
        left: 2px
    }

    .cl-psl-next {
        right: 2px
    }
}

@media(max-width:575px) {
    .cl-psl .pcard {
        flex-basis: 80%
    }
}

/* ---- UK enquiry form ---- */
.cl-form-sec {
    background: radial-gradient(120% 130% at 15% 10%, #15512a 0%, #0d2e1c 60%, #0a2417 100%);
    color: #fff;
    padding: 70px 0;
    position: relative;
    overflow: hidden
}

.cl-form-sec:before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    left: -130px;
    bottom: -160px;
    background: radial-gradient(circle, rgba(155, 227, 107, .18), transparent 70%);
    border-radius: 50%
}

.cl-form-sec .container {
    position: relative;
    z-index: 2
}

.cl-form-left .kicker {
    display: inline-block;
    color: #9be36b;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    margin-bottom: 10px
}

.cl-form-left h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.18;
    margin: 0 0 16px
}

.cl-form-left p {
    color: #d7e8db;
    font-size: 16px;
    margin-bottom: 24px
}

.cl-form-left ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.cl-form-left ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 15px;
    color: #eaf4ec
}

.cl-form-left ul li i {
    color: #9be36b;
    margin-top: 3px
}

.cl-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, .3)
}

.cl-form-card h3 {
    font-size: 22px;
    font-weight: 800;
    color: #173d24;
    margin: 0 0 6px
}

.cl-form-card .sub {
    color: #46554b !important;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px
}

.cl-form-card .form-control {
    height: 48px;
    border: 1px solid #dde6de;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 14px;
    margin-bottom: 14px;
    background: #f8faf8;
    color: #173d24
}

.cl-form-card .form-control::placeholder {
    color: #8a978d;
    opacity: 1
}

.cl-form-card textarea.form-control {
    height: auto
}

.cl-form-card .form-control:focus {
    border-color: #2e8b2e;
    box-shadow: 0 0 0 3px rgba(46, 139, 46, .12);
    background: #fff
}

.cl-form-card .lead-consent {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    font-size: 12.5px;
    color: #5d6b61;
    margin: 4px 0 16px;
    text-align: left
}

.cl-form-card .lead-consent input {
    margin-top: 3px
}

.cl-form-card .btn-submit {
    width: 100%;
    background: #2e8b2e;
    border: 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 13px;
    border-radius: 30px;
    transition: .25s
}

.cl-form-card .btn-submit:hover {
    background: #1d6b2f
}

.cta-mini {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.cta-mini a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #eaf4ec;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none
}

.cta-mini a i {
    color: #9be36b
}

.cta-mini a:hover {
    color: #fff
}

@media(max-width:991px) {
    .cl-form-card {
        margin-top: 34px
    }

    .cta-mini {
        justify-content: center
    }
}

/* intl-tel-input dropdown readability (site global was rendering names white) */
.cl-form-card .iti {
    width: 100%
}

.cl-form-card .iti__country-list {
    background: #fff;
    color: #243a2c;
    text-align: left;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
    border: 1px solid #e3ebe3;
    border-radius: 10px;
    z-index: 20
}

.cl-form-card .iti__country,
.iti__country-list .iti__country-name {
    color: #243a2c !important
}

.cl-form-card .iti__dial-code {
    color: #6b7d70 !important
}

.cl-form-card .iti__country.iti__highlight,
.cl-form-card .iti__country:hover {
    background: #eef6ee !important
}

.cl-form-card .iti__country-name {
    color: #243a2c !important
}

/* compact country-list rows */
.cl-form-card .iti__country-list {
    max-height: 215px;
    font-size: 12.5px;
    line-height: 1.15
}

.cl-form-card .iti__country {
    padding: 3px 10px !important
}

.cl-form-card .iti__flag-box,
.cl-form-card .iti__country .iti__flag {
    margin-right: 6px
}

.cl-form-card .iti__dial-code {
    font-size: 12px
}

/* shrink the flag sprite so each row is shorter */
.cl-form-card .iti__country-list .iti__flag {
    transform: scale(.82);
    transform-origin: left center
}

/* anchor scroll stops 100px before section (clears fixed header) */
#cl-enquiry,
#cl-products {
    scroll-margin-top: 100px;
}