.category-best-seller {
    background-color: #ffebf5;
    color: #cf3881;
}

.category-featured {
    background-color: #fff0ed;
    color: #e9652e;
}

.category-hot {
    background-color: #e6f7f4;
    color: #01806c;
}

.category-adventure {
    background-color: #4ba7fc;
    color: #ffffff;
}

.category-cultural {
    background-color: #fc961b;
    color: #ffffff;
}

.category-popular,
.category-luxury {
    background-color: #e8edf1;
    color: #4f5e71;
}

.swiper-pagination {
    .swiper-pagination-bullet {
        width: 12px !important;
        height: 12px !important;
        background-color: #aaafb6 !important;
    }

    .swiper-pagination-bullet-active {
        background-color: #F4A259 !important;
    }
}

.swiper-pagination-custom {
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .swiper-pagination-bullet-active {
        width: 32px !important;
        height: 10px !important;
        border-radius: 5px;
        background-color: #F4A259;
    }
}

.shop-details {
    .thumbSwiper {
        .swiper-slide {
            border: 2px solid transparent;
        }

        .swiper-slide-thumb-active {
            border: 2px solid #F4A259;
            border-radius: 8px;

            img {
                border-radius: 8px;
            }
        }
    }
}

.tours-details-02 {
    .thumbSwiper02 {
        .swiper-slide {
            border: 2px solid transparent;
        }

        .swiper-slide-thumb-active {
            border: 2px solid #F4A259;
            border-radius: 8px;

            img {
                border-radius: 8px;
            }
        }
    }
}

.star-wrapper .iconify {
    /* color: transparent; */
    stroke: #fc961b;
    stroke-width: 1.5;
}

.star-wrapper.active .iconify {
    color: #fc961b;
    stroke: #fc961b;
}

.noUi-horizontal {
    height: 4px !important;
}

.noUi-tooltip {
    display: none !important;
}

.noUi-handle {
    top: -10px !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    border: 2px solid #F4A259;

    &::before {
        display: none !important;
    }

    &::after {
        display: none !important;
    }
}

.noUi-target {
    box-shadow: none !important;
    background: #e8edf1 !important;
    border: none !important;
}

.noUi-handle-lower {
    cursor: pointer !important;
    right: -24px !important;
}

.noUi-handle-upper {
    cursor: pointer !important;
    right: 0 !important;
}

.checkout-box {
    background-color: #dcd7e3;
    position: relative;
    border-radius: 2px;

    &::before {
        content: "";
        display: block;
        border: 15px solid #dcd7e2;
        border-right-color: transparent;
        border-left-color: transparent;
        border-top-color: transparent;
        position: absolute;
        top: -15px;
        left: 0;
        margin: -15px 0 0 25px;
    }
}

@media (max-width: 1023px) {
    .header-menu {
        position: fixed;
        top: 0;
        left: min(-86vw, -340px);
        width: min(86vw, 340px);
        height: 100vh;
        background-color: white;
        box-shadow: 16px 0 40px rgba(0, 0, 0, 0.18);
        transition: left 0.3s ease;
        z-index: 1000;
        padding: 64px 22px 28px;
        margin: 0;
        box-sizing: border-box;
        overflow-y: auto;
    }

    .header-menu.active {
        left: 0;
    }

    .header-menu > ul {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 6px;
        width: 100%;
        padding-top: 0;
    }

    .header-menu > ul > li {
        width: 100%;
    }

    .header-menu a,
    .header-menu .nav-father > div:first-child {
        width: 100%;
    }

    .header-menu > ul > li > a,
    .header-menu .nav-father > div:first-child {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 46px;
        padding: 10px 4px;
        border-bottom: 1px solid #edf1ea;
        font-size: 16px;
        line-height: 1.25;
    }

    .header-menu .nav-wrapper {
        height: 0;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transition: opacity 0.2s ease;
        padding-left: 0;
    }

    .header-menu .nav-father.active .nav-wrapper {
        height: auto;
        margin-top: 8px;
        opacity: 1;
        visibility: visible;
        width: 100%;
    }

    .header-menu .nav-menu {
        display: grid;
        gap: 8px;
        padding: 8px 0 10px 14px;
        border-left: 2px solid #1f8a5b;
    }

    .header-menu .nav-items {
        margin-bottom: 0 !important;
    }

    .header-menu .nav-items a {
        display: block;
        padding: 8px 0;
        color: #303833;
    }

    .close-menu-toggle {
        position: absolute;
        top: 18px;
        right: 18px;
        width: 36px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: #f2f6ef;
        color: #17231c;
    }

    body.active::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 999;
        transition: all 0.3s ease;
    }

    .sidebar-filter {
        position: fixed;
        top: 0;
        left: -320px;
        width: 320px;
        height: 100vh;
        background-color: white;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        transition: left 0.3s ease;
        z-index: 1000;
        padding: 20px;
        box-sizing: border-box;
        overflow-y: auto;
    }

    .sidebar-filter.active {
        left: 0;
    }

    .overlay-for-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition:
            opacity 0.3s ease,
            visibility 0.3s ease;
    }

    .overlay-for-sidebar.active {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 640px) {
    #scroll-nav {
        display: none !important;
    }
    .swiper-button-next {
        width: 38px !important;
        height: 38px !important;
    }

    .swiper-button-prev {
        width: 38px !important;
        height: 38px !important;
    }
}

.blog-thumb {
    width: 300px;
    height: 158px;
    object-fit: cover;
    display: block;
}
.tour-thumb {
    width: 300px;
    height: 225px;
    object-fit: cover;
    display: block;
}
.active-linking {
    color: #2D5F3F;

}

:root {
    --eco-fixed-header-height: 72px;
}

body {
    padding-top: var(--eco-fixed-header-height);
}

body > header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4250;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #fff;
    overflow: visible;
}

body > header > .container {
    min-height: var(--eco-fixed-header-height);
    gap: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
}

body > header .header-logo {
    flex: 0 0 auto;
}

body > header .header-menu {
    flex: 1 1 auto;
    min-width: 0;
}

@media (min-width: 1024px) {
    body > header .header-menu {
        margin-left: 32px;
        margin-right: 32px;
    }

    .header-menu .nav-father {
        position: relative;
    }

    .header-menu .nav-father > div:first-child {
        display: flex;
        align-items: center;
        gap: 6px;
        cursor: pointer;
    }

    .header-menu .nav-father > div:first-child .iconify {
        transition: transform 0.2s ease;
    }

    .header-menu .nav-father:hover > div:first-child .iconify,
    .header-menu .nav-father.active > div:first-child .iconify {
        transform: rotate(180deg);
    }

    .header-menu .nav-wrapper {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 6px);
        z-index: 50;
        margin-top: 14px;
        min-width: 220px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.14);
        opacity: 0;
        visibility: hidden;
        padding: 10px;
        transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    }

    .header-menu .nav-father:hover .nav-wrapper,
    .header-menu .nav-father.active .nav-wrapper {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, 0);
    }

    .header-menu .nav-menu {
        display: grid;
        gap: 4px;
    }

    .header-menu .nav-items a {
        display: block;
        padding: 10px 14px;
        border-radius: 8px;
        color: #1f2a24;
        font-size: 14px;
        font-weight: 600;
        white-space: nowrap;
        transition: all 0.2s ease;
    }

    .header-menu .nav-items a:hover {
        background: #f2f6ef;
        color: #1f8a5b;
    }
}

body > header .group > .absolute {
    z-index: 4100;
}

body > header .header-menu > ul {
    align-items: center;
    gap: clamp(20px, 2.5vw, 40px);
}

.eco-header-actions {
    flex: 0 0 auto;
    gap: 12px;
    min-width: max-content;
}

.eco-header-provider-link,
.eco-header-login {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 48px;
    white-space: nowrap;
    line-height: 1;
}

.eco-header-provider-link {
    min-width: 112px;
    padding: 0 24px !important;
}

.eco-header-provider-link .iconify,
.eco-header-login .iconify {
    flex: 0 0 auto;
}

.eco-header-login {
    min-width: 86px;
    padding: 0 24px !important;
}

@media (min-width: 1024px) {
    body > header .container {
        max-width: min(1304px, calc(100vw - 64px));
    }
}

@media (max-width: 1023px) {
    .header-menu {
        z-index: 4200;
        margin-left: 0;
        margin-right: 0;
    }

    body > header .header-menu > ul {
        align-items: stretch;
        gap: 6px;
    }

    .eco-header-actions {
        min-width: 0;
    }

    .eco-header-provider-link {
        min-height: 48px;
        padding: 0 20px !important;
        white-space: normal;
    }

    body.active::before {
        z-index: 4190;
    }
}

/* Shared form cleanup */
:where(input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="hidden"]):not([type="submit"]):not([type="button"]):not([type="reset"]), select, textarea) {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: 12px 14px;
    border: 1px solid #d7ded5;
    border-radius: 10px;
    background-color: #fff;
    color: #17231c;
    font-size: 15px;
    line-height: 1.45;
    box-shadow: none;
    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        background-color 0.18s ease;
}

:where(select) {
    appearance: none;
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24' stroke='%2368756c' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px 16px;
}

:where(textarea) {
    min-height: 112px;
    resize: vertical;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="file"])::placeholder,
textarea::placeholder {
    color: #7a857d;
    opacity: 1;
}

:where(input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus, select:focus, textarea:focus) {
    border-color: #168277;
    box-shadow: 0 0 0 3px rgba(22, 130, 119, 0.14);
    outline: none;
}

:where(input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):disabled, select:disabled, textarea:disabled) {
    background-color: #f3f5f1;
    color: #68726b;
    cursor: not-allowed;
}

:where(input[type="file"]) {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px dashed #c8d2ca;
    border-radius: 10px;
    background-color: #fbfcfa;
    color: #243027;
    font-size: 14px;
    line-height: 1.4;
}

:where(input[type="checkbox"], input[type="radio"]) {
    accent-color: #168277;
}

:where(label) {
    color: #243027;
    line-height: 1.35;
}

.input-group {
    position: relative;
}

.input-icon {
    z-index: 2;
    color: #68756c;
    pointer-events: none;
}

.form-input-icon {
    padding-left: 44px !important;
}

.form-input-icon-right {
    padding-right: 46px !important;
}

.eco-form-control {
    position: relative;
}

.eco-contact-form {
    display: grid;
    gap: 30px;
}

.eco-form-control .eco-field-input {
    min-height: 58px;
    border-width: 1px;
    border-color: #dfe6ea;
    border-radius: 18px;
    color: #17231c;
    font-size: 16px;
    line-height: 1.45;
    background-color: #fff;
}

.eco-form-control.has-left-icon .eco-field-input {
    padding-left: 64px !important;
}

.eco-form-control.has-right-icon .eco-field-input {
    padding-right: 58px !important;
}

.eco-form-control .eco-field-textarea {
    min-height: 220px;
    padding-top: 18px !important;
}

.eco-field-icon-left,
.eco-field-icon-right {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: #526174;
    pointer-events: none;
}

.eco-field-icon-left {
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.eco-field-icon-right {
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}

.eco-field-icon-top {
    top: 21px;
    transform: none;
}

.eco-form-control .eco-field-input::placeholder {
    color: #7a857d;
}

.eco-form-control .eco-field-input:focus {
    border-color: #168277 !important;
    box-shadow: 0 0 0 4px rgba(22, 130, 119, 0.12) !important;
}

/* ==========================================================================
   EcoAfric Journal — Travel Insights editorial layout
   Scoped to .eco-journal / .eco-jrnl-* so no other page is affected.
   ========================================================================== */

.eco-journal {
    --jrnl-ink: #16211c;
    --jrnl-body: #55635b;
    --jrnl-muted: #7b877f;
    --jrnl-line: #e6ebe6;
    --jrnl-line-soft: #f0f3ef;
    --jrnl-surface: #ffffff;
    --jrnl-soft: #f7f9f6;
    --jrnl-green: #1f8a5b;
    --jrnl-green-dark: #17694a;
    --jrnl-forest: #16302a;
    --jrnl-amber: #f4a259;
    --jrnl-serif: "Newsreader", "Iowan Old Style", Georgia, "Times New Roman", serif;
    --jrnl-radius: 18px;
    --jrnl-shadow: 0 18px 40px -24px rgba(22, 48, 42, .34);
    color: var(--jrnl-body);
    background: var(--jrnl-surface);
}

.eco-journal a {
    text-decoration: none;
}

.eco-journal :is(h1, h2, h3, h4) {
    font-family: var(--jrnl-serif);
    color: var(--jrnl-ink);
    font-weight: 500;
    letter-spacing: -0.018em;
    text-transform: none;
}

/* ---------- shared bits ---------- */

.eco-jrnl-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--jrnl-green-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.eco-jrnl-eyebrow::before {
    content: "";
    width: 26px;
    height: 1px;
    background: currentColor;
    opacity: .6;
}

.eco-jrnl-tag {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 11px;
    border-radius: 999px;
    background: rgba(31, 138, 91, .09);
    color: var(--jrnl-green-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.eco-jrnl-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    color: var(--jrnl-muted);
    font-size: 13px;
    font-weight: 500;
}

.eco-jrnl-meta .sep {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: currentColor;
    opacity: .5;
}

.eco-jrnl-readlink {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--jrnl-green-dark);
    font-size: 14px;
    font-weight: 700;
}

.eco-jrnl-readlink .iconify {
    transition: transform .22s ease;
}

.eco-jrnl-readlink:hover .iconify {
    transform: translateX(4px);
}

.eco-jrnl-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 13px 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.eco-jrnl-btn-primary {
    background: var(--jrnl-green);
    color: #fff;
}

.eco-jrnl-btn-primary:hover {
    background: var(--jrnl-green-dark);
    box-shadow: 0 12px 26px -14px rgba(23, 105, 74, .9);
    transform: translateY(-1px);
}

.eco-jrnl-btn-ghost {
    border-color: var(--jrnl-line);
    background: #fff;
    color: var(--jrnl-ink);
}

.eco-jrnl-btn-ghost:hover {
    border-color: var(--jrnl-green);
    color: var(--jrnl-green-dark);
    background: #f3f9f5;
}

/* ---------- masthead ---------- */

.eco-jrnl-masthead {
    padding: 54px 0 40px;
    border-bottom: 1px solid var(--jrnl-line);
    background:
        radial-gradient(120% 130% at 88% -10%, rgba(31, 138, 91, .07), transparent 58%),
        var(--jrnl-surface);
}

.eco-jrnl-crumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 26px;
    color: var(--jrnl-muted);
    font-size: 13px;
    font-weight: 600;
}

.eco-jrnl-crumb a {
    color: var(--jrnl-muted);
    transition: color .2s ease;
}

.eco-jrnl-crumb a:hover {
    color: var(--jrnl-green-dark);
}

.eco-jrnl-crumb span[aria-current] {
    color: var(--jrnl-ink);
}

.eco-jrnl-masthead-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
    gap: 32px 48px;
    align-items: end;
}

.eco-jrnl-masthead h1 {
    margin: 18px 0 0;
    font-size: clamp(40px, 5.4vw, 68px);
    line-height: 1.04;
}

.eco-jrnl-masthead h1 em {
    font-style: italic;
    color: var(--jrnl-green-dark);
}

.eco-jrnl-lede {
    max-width: 560px;
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.68;
    color: var(--jrnl-body);
}

.eco-jrnl-stats {
    display: grid;
    gap: 18px;
    padding-bottom: 6px;
}

.eco-jrnl-stat {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--jrnl-line);
}

.eco-jrnl-stat:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.eco-jrnl-stat b {
    font-family: var(--jrnl-serif);
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    color: var(--jrnl-ink);
}

.eco-jrnl-stat span {
    font-size: 13px;
    line-height: 1.4;
    color: var(--jrnl-muted);
}

/* ---------- featured story ---------- */

.eco-jrnl-featured-wrap {
    padding: 56px 0 8px;
}

.eco-jrnl-featured {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--jrnl-line);
    border-radius: var(--jrnl-radius);
    background: var(--jrnl-surface);
    transition: box-shadow .3s ease, border-color .3s ease;
}

.eco-jrnl-featured:hover {
    border-color: #dbe4dc;
    box-shadow: var(--jrnl-shadow);
}

.eco-jrnl-featured-media {
    position: relative;
    display: block;
    min-height: 380px;
    overflow: hidden;
    background: #e9eee9;
}

.eco-jrnl-featured-media img,
.eco-jrnl-card-media img,
.eco-jrnl-mini img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s cubic-bezier(.2, .7, .3, 1);
}

.eco-jrnl-featured-media:hover img,
.eco-jrnl-card-media:hover img {
    transform: scale(1.045);
}

.eco-jrnl-featured-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: clamp(28px, 3.4vw, 48px);
}

.eco-jrnl-featured-body h2 {
    margin: 0;
    font-size: clamp(26px, 2.7vw, 38px);
    line-height: 1.14;
}

.eco-jrnl-featured-body h2 a {
    color: inherit;
    transition: color .2s ease;
}

.eco-jrnl-featured-body h2 a:hover,
.eco-jrnl-card h3 a:hover {
    color: var(--jrnl-green-dark);
}

.eco-jrnl-featured-body p {
    margin: 0;
    font-size: 16.5px;
    line-height: 1.72;
    color: var(--jrnl-body);
}

/* byline */

.eco-jrnl-byline {
    align-self: flex-start;
    display: flex;
    align-items: center;
    gap: 11px;
}

.eco-jrnl-avatar {
    flex: none;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(31, 138, 91, .12);
    color: var(--jrnl-green-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .02em;
}

.eco-jrnl-byline-text {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.eco-jrnl-byline-text b {
    color: var(--jrnl-ink);
    font-size: 14px;
    font-weight: 700;
}

/* ---------- toolbar ---------- */

.eco-jrnl-toolbar {
    position: sticky;
    top: var(--eco-fixed-header-height, 72px);
    z-index: 30;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin: 56px 0 34px;
    padding: 14px 0;
    border-top: 1px solid var(--jrnl-line);
    border-bottom: 1px solid var(--jrnl-line);
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(8px);
}

.eco-jrnl-toolbar h2 {
    margin: 0;
    margin-right: auto;
    font-size: 22px;
    line-height: 1.2;
}

.eco-jrnl-toolbar h2 small {
    display: block;
    margin-top: 3px;
    font-family: "Urbanist", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--jrnl-muted);
}

.eco-jrnl-search {
    position: relative;
    flex: 1 1 240px;
    max-width: 320px;
}

.eco-jrnl-search .iconify {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--jrnl-muted);
    pointer-events: none;
    font-size: 19px;
}

.eco-journal input.eco-jrnl-search-input {
    width: 100%;
    min-height: 46px;
    padding: 11px 16px 11px 44px;
    border: 1px solid var(--jrnl-line);
    border-radius: 999px;
    background: var(--jrnl-soft);
    color: var(--jrnl-ink);
    font-size: 15px;
}

.eco-journal input.eco-jrnl-search-input:focus {
    border-color: var(--jrnl-green);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(31, 138, 91, .12);
    outline: none;
}

.eco-jrnl-select {
    position: relative;
    flex: none;
}

.eco-journal select.eco-jrnl-select-input {
    width: auto;
    min-width: 168px;
    min-height: 46px;
    padding: 11px 40px 11px 16px;
    border: 1px solid var(--jrnl-line);
    border-radius: 999px;
    background-color: var(--jrnl-soft);
    color: var(--jrnl-ink);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.eco-journal select.eco-jrnl-select-input:focus {
    border-color: var(--jrnl-green);
    box-shadow: 0 0 0 3px rgba(31, 138, 91, .12);
    outline: none;
}

/* ---------- layout: articles + sidebar ---------- */

.eco-jrnl-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 322px;
    gap: 56px;
    align-items: start;
    padding-bottom: 88px;
}

.eco-jrnl-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 32px;
}

.eco-jrnl-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
}

.eco-jrnl-card-media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 14px;
    background: #e9eee9;
}

.eco-jrnl-card h3 {
    margin: 0;
    font-size: 21px;
    line-height: 1.26;
}

.eco-jrnl-card h3 a {
    color: inherit;
    transition: color .2s ease;
}

.eco-jrnl-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.68;
    color: var(--jrnl-body);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.eco-jrnl-card-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--jrnl-line-soft);
}

.eco-jrnl-more {
    display: flex;
    justify-content: center;
    margin-top: 52px;
}

/* skeleton + empty states */

.eco-jrnl-skeleton {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.eco-jrnl-skeleton .bar,
.eco-jrnl-skeleton .thumb {
    border-radius: 10px;
    background: linear-gradient(90deg, #f0f3ef 25%, #e7ebe6 37%, #f0f3ef 63%);
    background-size: 400% 100%;
    animation: eco-jrnl-shimmer 1.35s ease infinite;
}

.eco-jrnl-skeleton .thumb {
    aspect-ratio: 16 / 10;
    border-radius: 14px;
}

.eco-jrnl-skeleton .bar {
    height: 13px;
}

.eco-jrnl-skeleton .bar.lg {
    height: 22px;
    width: 88%;
}

.eco-jrnl-skeleton .bar.sm {
    width: 55%;
}

.eco-jrnl-featured-skeleton {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--jrnl-line);
    border-radius: var(--jrnl-radius);
}

.eco-jrnl-featured-skeleton .thumb {
    min-height: 380px;
    border-radius: 0;
    aspect-ratio: auto;
}

.eco-jrnl-featured-skeleton .lines {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    padding: clamp(28px, 3.4vw, 48px);
}

@keyframes eco-jrnl-shimmer {
    0% { background-position: 100% 0; }
    100% { background-position: 0 0; }
}

.eco-jrnl-empty {
    grid-column: 1 / -1;
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 56px 28px;
    border: 1px dashed var(--jrnl-line);
    border-radius: var(--jrnl-radius);
    background: var(--jrnl-soft);
    text-align: center;
}

.eco-jrnl-empty .iconify {
    font-size: 34px;
    color: var(--jrnl-muted);
}

.eco-jrnl-empty b {
    font-family: var(--jrnl-serif);
    font-size: 20px;
    font-weight: 500;
    color: var(--jrnl-ink);
}

.eco-jrnl-empty p {
    margin: 0;
    font-size: 15px;
    color: var(--jrnl-muted);
}

/* ---------- sidebar ---------- */

.eco-jrnl-sidebar {
    position: sticky;
    top: calc(var(--eco-fixed-header-height, 72px) + 92px);
    display: grid;
    gap: 22px;
}

.eco-jrnl-panel {
    padding: 26px 24px;
    border: 1px solid var(--jrnl-line);
    border-radius: var(--jrnl-radius);
    background: var(--jrnl-surface);
}

.eco-jrnl-panel-title {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--jrnl-line-soft);
    font-family: "Urbanist", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--jrnl-ink);
}

.eco-jrnl-panel-title .iconify {
    color: var(--jrnl-amber);
    font-size: 17px;
}

.eco-jrnl-mini-list {
    display: grid;
    gap: 16px;
}

.eco-jrnl-mini {
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
}

.eco-jrnl-mini-thumb {
    display: block;
    width: 66px;
    height: 58px;
    overflow: hidden;
    border-radius: 10px;
    background: #e9eee9;
}

.eco-jrnl-mini b {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: var(--jrnl-serif);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.28;
    color: var(--jrnl-ink);
    transition: color .2s ease;
}

.eco-jrnl-mini:hover b {
    color: var(--jrnl-green-dark);
}

.eco-jrnl-mini span {
    display: block;
    margin-top: 5px;
    font-size: 12.5px;
    color: var(--jrnl-muted);
}

.eco-jrnl-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.eco-jrnl-chips a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border: 1px solid var(--jrnl-line);
    border-radius: 999px;
    background: #fff;
    color: var(--jrnl-ink);
    font-size: 13.5px;
    font-weight: 600;
    transition: all .2s ease;
}

.eco-jrnl-chips a:hover {
    border-color: var(--jrnl-green);
    background: #f3f9f5;
    color: var(--jrnl-green-dark);
}

/* newsletter panel */

.eco-jrnl-panel-dark {
    border-color: transparent;
    background:
        radial-gradient(120% 120% at 100% 0%, rgba(244, 162, 89, .18), transparent 55%),
        var(--jrnl-forest);
    color: rgba(255, 255, 255, .76);
}

.eco-jrnl-panel-dark .eco-jrnl-panel-title {
    color: rgba(255, 255, 255, .78);
    border-bottom-color: rgba(255, 255, 255, .16);
}

.eco-journal .eco-jrnl-panel-head {
    margin: 0 0 8px;
    color: #fff;
    font-size: 23px;
    line-height: 1.22;
}

.eco-jrnl-panel-dark p,
.eco-jrnl-panel-soft p {
    margin: 0 0 18px;
    font-size: 14.5px;
    line-height: 1.6;
}

.eco-journal .eco-jrnl-panel-dark input {
    width: 100%;
    min-height: 46px;
    margin-bottom: 10px;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 14.5px;
}

.eco-journal .eco-jrnl-panel-dark input::placeholder {
    color: rgba(255, 255, 255, .5);
}

.eco-journal .eco-jrnl-panel-dark input:focus {
    border-color: rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .12);
    box-shadow: none;
    outline: none;
}

.eco-jrnl-panel-dark .eco-jrnl-btn {
    width: 100%;
    background: #fff;
    color: var(--jrnl-forest);
}

.eco-jrnl-panel-dark .eco-jrnl-btn:hover {
    background: var(--jrnl-amber);
    color: #fff;
    box-shadow: none;
}

.eco-jrnl-note {
    margin: 12px 0 0;
    font-size: 12.5px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .56);
}

.eco-jrnl-note.ok {
    color: #b9f0d3;
}

.eco-jrnl-note.err {
    color: #ffc2b8;
}

/* contribute mini card */

.eco-jrnl-panel-soft {
    background: var(--jrnl-soft);
}

.eco-journal .eco-jrnl-panel-soft .eco-jrnl-panel-head {
    color: var(--jrnl-ink);
    font-size: 21px;
}

/* ---------- CTA band ---------- */

.eco-jrnl-cta {
    padding: 76px 0;
    background:
        radial-gradient(90% 140% at 12% 0%, rgba(31, 138, 91, .28), transparent 60%),
        var(--jrnl-forest);
}

.eco-jrnl-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
}

.eco-jrnl-cta h2 {
    margin: 16px 0 12px;
    color: #fff;
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.12;
}

.eco-jrnl-cta p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, .74);
    font-size: 16.5px;
    line-height: 1.7;
}

.eco-jrnl-cta .eco-jrnl-eyebrow {
    color: rgba(255, 255, 255, .7);
}

.eco-jrnl-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.eco-jrnl-cta-actions .eco-jrnl-btn-primary {
    background: #fff;
    color: var(--jrnl-forest);
}

.eco-jrnl-cta-actions .eco-jrnl-btn-primary:hover {
    background: var(--jrnl-amber);
    color: #fff;
}

.eco-jrnl-cta-actions .eco-jrnl-btn-ghost {
    background: transparent;
    border-color: rgba(255, 255, 255, .34);
    color: #fff;
}

.eco-jrnl-cta-actions .eco-jrnl-btn-ghost:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .6);
    color: #fff;
}

/* ---------- contribute / submit ---------- */

.eco-jrnl-submit {
    padding: 84px 0;
    background: var(--jrnl-soft);
}

.eco-jrnl-submit-grid {
    display: grid;
    grid-template-columns: minmax(260px, .78fr) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}

.eco-jrnl-submit-copy {
    position: sticky;
    top: calc(var(--eco-fixed-header-height, 72px) + 40px);
}

.eco-jrnl-submit-copy h2 {
    margin: 16px 0 14px;
    font-size: clamp(30px, 3.4vw, 44px);
    line-height: 1.1;
}

.eco-jrnl-submit-copy p {
    margin: 0;
    font-size: 16.5px;
    line-height: 1.72;
}

.eco-jrnl-checks {
    display: grid;
    gap: 14px;
    margin-top: 28px;
    padding-top: 26px;
    border-top: 1px solid var(--jrnl-line);
}

.eco-jrnl-checks > div {
    display: flex;
    gap: 11px;
}

.eco-jrnl-checks .iconify {
    flex: none;
    margin-top: 2px;
    color: var(--jrnl-green);
    font-size: 19px;
}

.eco-jrnl-checks b {
    display: block;
    color: var(--jrnl-ink);
    font-size: 15px;
    font-weight: 700;
}

.eco-jrnl-checks small {
    display: block;
    margin-top: 2px;
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--jrnl-muted);
}

.eco-jrnl-form {
    display: grid;
    gap: 22px;
    padding: clamp(26px, 3vw, 40px);
    border: 1px solid var(--jrnl-line);
    border-radius: var(--jrnl-radius);
    background: #fff;
    box-shadow: 0 24px 60px -40px rgba(22, 48, 42, .45);
}

.eco-jrnl-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.eco-jrnl-label {
    display: block;
    margin-bottom: 8px;
    color: var(--jrnl-ink);
    font-size: 13.5px;
    font-weight: 700;
}

.eco-jrnl-label i {
    color: #d0524b;
    font-style: normal;
}

.eco-jrnl-label small {
    color: var(--jrnl-muted);
    font-weight: 500;
}

.eco-journal .eco-jrnl-field :is(input[type="text"], input[type="email"], textarea) {
    width: 100%;
    min-height: 50px;
    padding: 13px 16px;
    border: 1px solid var(--jrnl-line);
    border-radius: 12px;
    background: #fff;
    color: var(--jrnl-ink);
    font-size: 15px;
    line-height: 1.55;
}

.eco-journal .eco-jrnl-field textarea {
    min-height: 120px;
    resize: vertical;
}

.eco-journal .eco-jrnl-field :is(input, textarea):focus {
    border-color: var(--jrnl-green);
    box-shadow: 0 0 0 3px rgba(31, 138, 91, .12);
    outline: none;
}

.eco-jrnl-drop {
    display: grid;
    justify-items: center;
    gap: 4px;
    padding: 26px 18px;
    border: 1px dashed #cfd9d0;
    border-radius: 12px;
    background: var(--jrnl-soft);
    text-align: center;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease;
}

.eco-jrnl-drop:hover {
    border-color: var(--jrnl-green);
    background: #f3f9f5;
}

.eco-jrnl-drop .iconify {
    font-size: 28px;
    color: var(--jrnl-green);
}

.eco-jrnl-drop b {
    color: var(--jrnl-ink);
    font-size: 14.5px;
    font-weight: 700;
}

.eco-jrnl-drop small {
    color: var(--jrnl-muted);
    font-size: 12.5px;
}

.eco-jrnl-alert {
    display: flex;
    gap: 14px;
    padding: 18px 20px;
    border: 1px solid var(--jrnl-line);
    border-radius: 14px;
    background: #fff;
}

.eco-jrnl-alert.is-success {
    border-color: rgba(31, 138, 91, .3);
    background: #f2faf5;
}

.eco-jrnl-alert.is-error {
    border-color: rgba(208, 82, 75, .3);
    background: #fdf4f3;
}

.eco-jrnl-alert-icon {
    flex: none;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--jrnl-green);
    color: #fff;
    font-size: 21px;
}

.eco-jrnl-alert.is-error .eco-jrnl-alert-icon {
    background: #d0524b;
}

.eco-jrnl-alert h4 {
    margin: 0 0 5px;
    font-size: 17px;
}

.eco-jrnl-alert p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--jrnl-body);
}

.eco-jrnl-alert ul {
    margin: 10px 0 0;
    padding-left: 18px;
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--jrnl-body);
    list-style: disc;
}

.eco-jrnl-alert .warn {
    margin-top: 10px;
    padding: 8px 12px;
    border-radius: 8px;
    background: #fdf6e7;
    color: #8a6412;
    font-size: 13px;
}

.eco-jrnl-alert button {
    margin-top: 12px;
    color: var(--jrnl-green-dark);
    font-size: 14px;
    font-weight: 700;
    background: none;
    border: 0;
    cursor: pointer;
}

.eco-jrnl-alert button:hover {
    text-decoration: underline;
}

.eco-jrnl-form-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.eco-jrnl-form-foot small {
    max-width: 300px;
    font-size: 12.5px;
    line-height: 1.5;
    color: var(--jrnl-muted);
}

.eco-jrnl-form-foot .eco-jrnl-btn {
    min-width: 190px;
}

.eco-jrnl-btn[disabled] {
    opacity: .6;
    cursor: not-allowed;
    transform: none;
}

/* utility overrides — these rules live after tailwind, so restate the hiding
   utilities at matching specificity or the flex displays above would win */

.eco-jrnl-alert.hidden,
.eco-jrnl-btn.hidden,
.eco-jrnl-checks > div.hidden,
.eco-jrnl-mini.hidden {
    display: none;
}

.eco-jrnl-btn[hidden],
.eco-jrnl-alert[hidden] {
    display: none;
}

/* ---------- responsive ---------- */

@media (max-width: 1180px) {
    .eco-jrnl-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 64px;
    }

    .eco-jrnl-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .eco-jrnl-masthead-grid,
    .eco-jrnl-featured,
    .eco-jrnl-featured-skeleton,
    .eco-jrnl-cta-inner,
    .eco-jrnl-submit-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .eco-jrnl-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
        padding-top: 8px;
    }

    .eco-jrnl-stat {
        flex-direction: column;
        gap: 4px;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .eco-jrnl-featured-media {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .eco-jrnl-featured-skeleton .thumb {
        min-height: 260px;
    }

    .eco-jrnl-submit-copy {
        position: static;
    }
}

@media (max-width: 760px) {
    .eco-jrnl-masthead {
        padding: 36px 0 32px;
    }

    .eco-jrnl-featured-wrap {
        padding-top: 40px;
    }

    .eco-jrnl-toolbar {
        position: static;
        margin: 40px 0 30px;
        backdrop-filter: none;
    }

    .eco-jrnl-toolbar h2 {
        flex: 1 1 100%;
        margin-right: 0;
    }

    .eco-jrnl-search {
        max-width: none;
    }

    .eco-journal select.eco-jrnl-select-input {
        width: 100%;
    }

    .eco-jrnl-grid,
    .eco-jrnl-sidebar,
    .eco-jrnl-row {
        grid-template-columns: minmax(0, 1fr);
    }

    .eco-jrnl-layout {
        padding-bottom: 60px;
    }

    .eco-jrnl-cta,
    .eco-jrnl-submit {
        padding: 56px 0;
    }

    .eco-jrnl-form-foot .eco-jrnl-btn {
        width: 100%;
    }
}

.password-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
}

.form-error-message,
.field-error,
.error-message {
    margin-top: 6px;
    color: #b42318;
    font-size: 13px;
    line-height: 1.35;
}

.form-input-error,
.field-error-input,
.error input,
.error select,
.error textarea {
    border-color: #d92d20 !important;
    box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.1) !important;
}

/* Global toast fallback. The compiled Tailwind file does not include arbitrary
   z-index utilities such as z-[9999], so toast markup can sit behind headers,
   cards, or modal-adjacent surfaces unless the stacking is declared here. */
#notificationDialog,
#toast {
    position: fixed !important;
    top: 16px !important;
    right: 16px !important;
    left: auto !important;
    z-index: 10050 !important;
    width: min(420px, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    pointer-events: auto;
}

#notificationContent,
#toast {
    background: #fff !important;
    border-radius: 14px !important;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24) !important;
}

#notificationDialog.hidden,
#toast.hidden {
    display: none !important;
}

@media (max-width: 560px) {
    #notificationDialog,
    #toast {
        top: 12px !important;
        right: 12px !important;
        left: 12px !important;
        width: auto;
        max-width: none;
    }
}

@media (max-width: 640px) {
    :where(input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="hidden"]):not([type="submit"]):not([type="button"]):not([type="reset"]), select, textarea) {
        min-height: 48px;
        font-size: 16px;
    }
}

/* ==========================================================================
   EcoAfric shared page system  (.eco-pg-*)
   Used by: provider-onboarding, partners, about, travelvisa, accomodation,
            faqs, careers, contact.
   Palette matches the site's Tailwind tokens:
   green-zomp #2D5F3F · green-dark #01806C · green-light #E6F7F4
   light-grey #E8EDF1 · dark-grey #4F5E71 · darker-grey #1E1E1E
   ========================================================================== */

.eco-pg {
    --pg-ink: #121212;
    --pg-body: #4f5e71;
    --pg-line: #e8edf1;
    --pg-line-soft: #eff3f6;
    --pg-green: #2d5f3f;
    --pg-teal: #01806c;
    --pg-mint: #e6f7f4;
    --pg-dark: #1e1e1e;
    --pg-amber: #f4a259;
    --pg-radius: 20px;
    color: var(--pg-body);
}

.eco-pg a {
    text-decoration: none;
}

.eco-pg :is(h1, h2, h3, h4) {
    color: var(--pg-ink);
    font-weight: 700;
    line-height: 1.15;
}

.eco-pg p {
    line-height: 1.7;
}

/* ---------- shared ---------- */

.eco-pg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 15px 28px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background .25s ease, color .25s ease, border-color .25s ease,
                box-shadow .25s ease, transform .25s ease;
}

.eco-pg-btn-primary {
    background: var(--pg-green);
    color: #fff;
}

.eco-pg-btn-primary:hover {
    background: var(--pg-teal);
    box-shadow: 0 16px 30px -16px rgba(45, 95, 63, .85);
    transform: translateY(-2px);
}

.eco-pg-btn-outline {
    border-color: var(--pg-green);
    background: #fff;
    color: var(--pg-green);
}

.eco-pg-btn-outline:hover {
    background: var(--pg-green);
    color: #fff;
    transform: translateY(-2px);
}

.eco-pg-btn-light {
    background: #fff;
    color: var(--pg-green);
}

.eco-pg-btn-light:hover {
    background: var(--pg-amber);
    color: #fff;
    transform: translateY(-2px);
}

.eco-pg-btn-onDark {
    border-color: rgba(255, 255, 255, .38);
    color: #fff;
}

.eco-pg-btn-onDark:hover {
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .7);
    transform: translateY(-2px);
}

.eco-pg-section {
    padding: 78px 0;
}

.eco-pg-section-tint {
    background: #f7faf9;
}

.eco-pg-head {
    max-width: 720px;
    margin-bottom: 44px;
}

.eco-pg-head.is-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.eco-pg-head h2 {
    margin: 16px 0 12px;
    font-size: clamp(28px, 3.4vw, 40px);
}

.eco-pg-head p {
    margin: 0;
    font-size: 17px;
    color: var(--pg-body);
}

/* ---------- hero ---------- */

.eco-pg-hero {
    padding: 56px 0 72px;
    background:
        radial-gradient(90% 120% at 92% 0%, rgba(1, 128, 108, .1), transparent 60%),
        var(--pg-mint);
}

.eco-pg-crumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
    color: var(--pg-body);
    font-size: 14px;
    font-weight: 600;
}

.eco-pg-crumb a {
    color: var(--pg-body);
    transition: color .2s ease;
}

.eco-pg-crumb a:hover {
    color: var(--pg-green);
}

.eco-pg-crumb span[aria-current] {
    color: var(--pg-ink);
}

.eco-pg-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 396px);
    gap: 48px;
    align-items: center;
}

.eco-pg-hero h1 {
    margin: 20px 0 18px;
    font-size: clamp(34px, 4.8vw, 58px);
    line-height: 1.08;
}

.eco-pg-hero-lede {
    max-width: 620px;
    margin: 0;
    font-size: 18px;
    color: var(--pg-body);
}

.eco-pg-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.eco-pg-hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 26px;
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid rgba(45, 95, 63, .16);
}

.eco-pg-hero-facts span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--pg-green);
    font-size: 14.5px;
    font-weight: 700;
}

.eco-pg-hero-facts .iconify {
    font-size: 19px;
    color: var(--pg-teal);
}

/* at-a-glance card */

.eco-pg-glance {
    padding: 30px 28px;
    border: 1px solid rgba(45, 95, 63, .14);
    border-radius: var(--pg-radius);
    background: #fff;
    box-shadow: 0 30px 60px -40px rgba(18, 38, 30, .5);
}

.eco-pg-glance h2 {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--pg-line);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.eco-pg-glance h2 .iconify {
    color: var(--pg-amber);
    font-size: 18px;
}

.eco-pg-glance dl {
    display: grid;
    gap: 16px;
    margin: 0;
}

.eco-pg-glance dl > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--pg-line-soft);
}

.eco-pg-glance dl > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.eco-pg-glance dt {
    color: var(--pg-body);
    font-size: 14.5px;
    font-weight: 500;
}

.eco-pg-glance dd {
    margin: 0;
    color: var(--pg-ink);
    font-size: 15px;
    font-weight: 700;
    text-align: right;
}

/* ---------- feature / requirement cards ---------- */

.eco-pg-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.eco-pg-card {
    display: flex;
    flex-direction: column;
    padding: 28px 26px;
    border: 1px solid var(--pg-line);
    border-radius: var(--pg-radius);
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.eco-pg-card:hover {
    transform: translateY(-5px);
    border-color: rgba(45, 95, 63, .3);
    box-shadow: 0 24px 50px -32px rgba(18, 38, 30, .55);
}

.eco-pg-card-icon {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
    border-radius: 14px;
    background: var(--pg-mint);
    color: var(--pg-teal);
    font-size: 25px;
}

.eco-pg-card h3 {
    margin: 0 0 6px;
    font-size: 20px;
}

.eco-pg-card > p {
    margin: 0 0 18px;
    font-size: 15px;
}

.eco-pg-list {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.eco-pg-list li {
    display: flex;
    gap: 10px;
    color: var(--pg-body);
    font-size: 15px;
    line-height: 1.55;
}

.eco-pg-list .iconify {
    flex: none;
    margin-top: 2px;
    color: var(--pg-green);
    font-size: 18px;
}

.eco-pg-note {
    margin: 18px 0 0;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f7faf9;
    color: var(--pg-body);
    font-size: 13.5px;
    line-height: 1.55;
}

.eco-pg-note b {
    color: var(--pg-ink);
}

/* ---------- stepper ---------- */

.eco-pg-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

.eco-pg-steps::before {
    content: "";
    position: absolute;
    top: 27px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: repeating-linear-gradient(90deg, #cfdcd5 0 8px, transparent 8px 16px);
}

.eco-pg-step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding: 26px 22px 24px;
    border: 1px solid var(--pg-line);
    border-radius: var(--pg-radius);
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.eco-pg-step:hover {
    transform: translateY(-5px);
    border-color: rgba(45, 95, 63, .3);
    box-shadow: 0 24px 50px -32px rgba(18, 38, 30, .55);
}

.eco-pg-step-num {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin: -54px auto 16px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: var(--pg-green);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.eco-pg-step .iconify.step-icon {
    align-self: center;
    margin-bottom: 12px;
    color: var(--pg-teal);
    font-size: 30px;
}

.eco-pg-step h3 {
    margin: 0 0 8px;
    font-size: 17px;
    text-align: center;
}

.eco-pg-step p {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

.eco-pg-step-tag {
    align-self: center;
    margin-top: auto;
    padding: 5px 12px;
    border-radius: 999px;
    background: var(--pg-mint);
    color: var(--pg-green);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.eco-pg-steps-wrap {
    padding-top: 54px;
}

/* column-count modifiers — use these rather than an inline grid-template-columns,
   which would beat the responsive rules below */

.eco-pg-steps.is-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.eco-pg-steps.is-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* ---------- review timeline ---------- */

.eco-pg-split {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 56px;
    align-items: start;
}

.eco-pg-timeline {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.eco-pg-timeline li {
    position: relative;
    padding: 0 0 30px 44px;
}

.eco-pg-timeline li:last-child {
    padding-bottom: 0;
}

.eco-pg-timeline li::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid var(--pg-green);
    border-radius: 50%;
    background: #fff;
}

.eco-pg-timeline li::after {
    content: "";
    position: absolute;
    top: 26px;
    bottom: 4px;
    left: 9px;
    width: 2px;
    background: #dbe3e9;
}

.eco-pg-timeline li:last-child::after {
    display: none;
}

.eco-pg-timeline li.is-done::before {
    background: var(--pg-green);
    box-shadow: inset 0 0 0 3px #fff;
}

.eco-pg-timeline b {
    display: block;
    margin-bottom: 5px;
    color: var(--pg-ink);
    font-size: 17px;
    font-weight: 700;
}

.eco-pg-timeline p {
    margin: 0;
    font-size: 15px;
}

.eco-pg-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 9px;
    padding: 4px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.eco-pg-status.is-pending {
    background: #fff4e2;
    color: #9a6212;
}

.eco-pg-status.is-verified {
    background: var(--pg-mint);
    color: #01705f;
}

.eco-pg-status.is-blocked {
    background: #fdeceb;
    color: #b3372f;
}

/* fees panel */

.eco-pg-fees {
    padding: 34px 32px;
    border-radius: var(--pg-radius);
    background:
        radial-gradient(90% 130% at 100% 0%, rgba(1, 128, 108, .35), transparent 58%),
        var(--pg-dark);
    color: rgba(255, 255, 255, .76);
}

.eco-pg-fees h3 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 24px;
}

.eco-pg-fee-rows {
    display: grid;
    gap: 18px;
    margin-bottom: 24px;
}

.eco-pg-fee-rows > div {
    display: flex;
    gap: 14px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.eco-pg-fee-rows > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.eco-pg-fee-rows .iconify {
    flex: none;
    margin-top: 2px;
    color: var(--pg-amber);
    font-size: 22px;
}

.eco-pg-fee-rows b {
    display: block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.eco-pg-fee-rows p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.6;
}

.eco-pg-fee-rate {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 22px;
    padding: 18px 20px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .07);
}

.eco-pg-fee-rate strong {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
}

.eco-pg-fee-rate span {
    font-size: 14.5px;
    line-height: 1.5;
}

/* ---------- FAQ ---------- */

.eco-pg-accordion {
    max-width: 860px;
    margin: 0 auto;
    padding: 8px 28px;
    border: 1px solid var(--pg-line);
    border-radius: var(--pg-radius);
    background: #fff;
}

.eco-pg-accordion .accordion-items {
    padding: 24px 0;
    border-bottom: 1px solid var(--pg-line-soft);
}

.eco-pg-accordion .accordion-items:last-child {
    border-bottom: 0;
}

.eco-pg-accordion .accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0;
    color: var(--pg-ink);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
    transition: color .2s ease;
}

.eco-pg-accordion .accordion-title:hover,
.eco-pg-accordion .accordion-title.active {
    color: var(--pg-green);
}

.eco-pg-accordion .accordion-title .iconify {
    flex: none;
    color: var(--pg-green);
    transition: transform .25s ease;
}

.eco-pg-accordion .accordion-brief {
    margin: 0;
    padding-top: 12px;
    font-size: 15.5px;
    line-height: 1.72;
    color: var(--pg-body);
}

/* ---------- closing CTA ---------- */

.eco-pg-cta {
    padding: 76px 0;
    background:
        radial-gradient(80% 130% at 8% 0%, rgba(1, 128, 108, .34), transparent 58%),
        var(--pg-dark);
}

.eco-pg-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 34px;
    align-items: center;
}

.eco-pg-cta h2 {
    margin: 16px 0 12px;
    color: #fff;
    font-size: clamp(28px, 3.4vw, 42px);
}

.eco-pg-cta p {
    max-width: 640px;
    margin: 0;
    color: rgba(255, 255, 255, .75);
    font-size: 17px;
}

.eco-pg-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.eco-pg-cta .eco-section-kicker {
    background: rgba(255, 255, 255, .12);
    color: #fff;
}


/* ---------- hero variants ---------- */

.eco-pg-hero-plain {
    padding: 46px 0 8px;
    background: #fff;
}

.eco-pg-hero-plain .eco-pg-hero-grid {
    align-items: end;
}

/* image hero: copy on a tinted band, framed photo beside it */

.eco-pg-hero-media {
    position: relative;
    overflow: hidden;
    border-radius: var(--pg-radius);
    background: #dfe8e4;
    aspect-ratio: 4 / 3;
    box-shadow: 0 34px 70px -46px rgba(18, 38, 30, .62);
}

.eco-pg-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* full-bleed photo banner with overlaid copy */

.eco-pg-banner {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    min-height: 460px;
    padding: 72px 0;
    overflow: hidden;
    background: #16302a;
    color: #fff;
}

.eco-pg-banner-img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eco-pg-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(96deg, rgba(9, 20, 16, .9) 0%, rgba(13, 30, 24, .74) 46%, rgba(13, 30, 24, .28) 100%);
}

.eco-pg-banner h1 {
    max-width: 760px;
    margin: 20px 0 18px;
    color: #fff;
    font-size: clamp(34px, 4.8vw, 58px);
    line-height: 1.08;
}

.eco-pg-banner p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, .8);
    font-size: 18px;
}

.eco-pg-banner .eco-pg-crumb,
.eco-pg-banner .eco-pg-crumb a {
    color: rgba(255, 255, 255, .74);
}

.eco-pg-banner .eco-pg-crumb a:hover,
.eco-pg-banner .eco-pg-crumb span[aria-current] {
    color: #fff;
}

.eco-pg-banner .eco-section-kicker {
    background: rgba(255, 255, 255, .14);
    color: #fff;
}

/* ---------- split: image beside copy ---------- */

.eco-pg-media-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px;
    align-items: center;
}

.eco-pg-media-split.is-reversed .eco-pg-media-figure {
    order: 2;
}

.eco-pg-media-figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: var(--pg-radius);
    background: #dfe8e4;
}

.eco-pg-media-figure img {
    width: 100%;
    height: 100%;
    max-height: 520px;
    object-fit: cover;
    display: block;
}

.eco-pg-media-copy h2 {
    margin: 16px 0 14px;
    font-size: clamp(28px, 3.4vw, 42px);
}

.eco-pg-media-copy p {
    margin: 0 0 18px;
    font-size: 17px;
}

.eco-pg-media-copy p:last-child {
    margin-bottom: 0;
}

/* ---------- dark feature band ---------- */

.eco-pg-band {
    padding: 78px 0;
    background:
        radial-gradient(80% 130% at 6% 0%, rgba(1, 128, 108, .42), transparent 58%),
        var(--pg-dark);
    color: rgba(255, 255, 255, .76);
}

.eco-pg-band-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 56px;
    align-items: center;
}

.eco-pg-band h2 {
    margin: 16px 0 14px;
    color: #fff;
    font-size: clamp(28px, 3.4vw, 42px);
}

.eco-pg-band > .container > .eco-pg-band-grid > div > p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
}

.eco-pg-band .eco-section-kicker {
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.eco-pg-band-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.eco-pg-band-card {
    padding: 26px 24px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 16px;
    background: rgba(255, 255, 255, .06);
    transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.eco-pg-band-card:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .26);
    transform: translateY(-4px);
}

.eco-pg-band-card .iconify,
.eco-pg-band-card img {
    display: block;
    width: 34px;
    height: 34px;
    margin-bottom: 16px;
    color: var(--pg-amber);
    font-size: 34px;
}

.eco-pg-band-card h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 19px;
}

.eco-pg-band-card p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.62;
    color: rgba(255, 255, 255, .72);
}

/* ---------- three / four column card grids ---------- */

.eco-pg-cards.is-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.eco-pg-cards.is-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.eco-pg-card.is-center {
    align-items: center;
    text-align: center;
}

.eco-pg-card.is-center .eco-pg-card-icon {
    margin-left: auto;
    margin-right: auto;
}

/* ---------- team cards ---------- */

.eco-team-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.eco-team-card {
    display: grid;
    grid-template-columns: 156px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    padding: 24px;
    border: 1px solid var(--pg-line);
    border-radius: var(--pg-radius);
    background: #fff;
}

.eco-team-photo {
    margin: 0;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 8px;
    background: var(--pg-mint);
}

.eco-team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.eco-team-photo img.is-fallback {
    object-fit: contain;
    padding: 22px;
}

.eco-team-copy h3 {
    margin: 0 0 6px;
    color: var(--pg-ink);
    font-size: 21px;
}

.eco-team-role {
    margin: 0 0 12px;
    color: var(--pg-green);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
}

.eco-team-copy p:last-child {
    margin: 0;
    color: var(--pg-body);
    font-size: 14.5px;
    line-height: 1.68;
}

/* image-fixes.css forces 72px on dream-/vision/mission svgs and loads after this
   file, so these overrides need both !important and higher specificity */
.eco-pg .eco-pg-card-icon img {
    width: 28px !important;
    height: 28px !important;
    object-fit: contain !important;
}

.eco-pg .eco-pg-band-card img,
.eco-pg .eco-pg-tile img {
    width: 34px !important;
    height: 34px !important;
    object-fit: contain !important;
}

.eco-pg .eco-pg-media-figure img,
.eco-pg .eco-pg-banner-img,
.eco-pg .eco-pg-hero-media img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: cover !important;
}

.eco-pg .eco-pg-media-figure img {
    max-height: 520px !important;
}

/* larger container for illustrated (non-monochrome) icon art */

.eco-pg-card-icon.is-art {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    background: transparent;
}

.eco-pg .eco-pg-card-icon.is-art img {
    width: 60px !important;
    height: 60px !important;
}

/* ---------- stat strip ---------- */

.eco-pg-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    padding: 32px;
    border: 1px solid var(--pg-line);
    border-radius: var(--pg-radius);
    background: #fff;
}

.eco-pg-stat {
    text-align: center;
}

.eco-pg-stat b {
    display: block;
    margin-bottom: 6px;
    color: var(--pg-green);
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 800;
    line-height: 1;
}

.eco-pg-stat span {
    color: var(--pg-body);
    font-size: 14.5px;
    line-height: 1.45;
}

/* ---------- info tiles (contact details, quick facts) ---------- */

.eco-pg-tiles {
    display: grid;
    gap: 16px;
}

.eco-pg-tile {
    display: flex;
    gap: 16px;
    padding: 22px 22px;
    border: 1px solid var(--pg-line);
    border-radius: 16px;
    background: #fff;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.eco-pg-tile:hover {
    border-color: rgba(45, 95, 63, .3);
    box-shadow: 0 20px 44px -32px rgba(18, 38, 30, .5);
    transform: translateY(-3px);
}

.eco-pg-tile-icon {
    flex: none;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: var(--pg-mint);
    color: var(--pg-teal);
    font-size: 23px;
}

.eco-pg-tile b {
    display: block;
    margin-bottom: 4px;
    color: var(--pg-ink);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.eco-pg-tile a,
.eco-pg-tile p {
    margin: 0;
    color: var(--pg-body);
    font-size: 16px;
    line-height: 1.5;
    transition: color .2s ease;
}

.eco-pg-tile a:hover {
    color: var(--pg-green);
}

/* ---------- map ---------- */

.eco-pg-map {
    overflow: hidden;
    border: 1px solid var(--pg-line);
    border-radius: var(--pg-radius);
    line-height: 0;
}

.eco-pg-map iframe {
    width: 100%;
    height: 320px;
    border: 0;
    display: block;
}

/* ---------- forms ---------- */

.eco-pg-form {
    display: grid;
    gap: 22px;
    padding: clamp(26px, 3vw, 40px);
    border: 1px solid var(--pg-line);
    border-radius: var(--pg-radius);
    background: #fff;
    box-shadow: 0 26px 60px -44px rgba(18, 38, 30, .5);
}

.eco-pg-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.eco-pg-label {
    display: block;
    margin-bottom: 8px;
    color: var(--pg-ink);
    font-size: 13.5px;
    font-weight: 700;
}

.eco-pg-label i {
    color: #d0524b;
    font-style: normal;
}

.eco-pg-label small {
    color: var(--pg-body);
    font-weight: 500;
}

.eco-pg .eco-pg-field :is(input[type="text"], input[type="email"], input[type="tel"], select, textarea) {
    width: 100%;
    min-height: 50px;
    padding: 13px 16px;
    border: 1px solid var(--pg-line);
    border-radius: 12px;
    background-color: #fff;
    color: var(--pg-ink);
    font-size: 15px;
    line-height: 1.55;
}

.eco-pg .eco-pg-field textarea {
    min-height: 150px;
    resize: vertical;
}

.eco-pg .eco-pg-field :is(input, select, textarea):focus {
    border-color: var(--pg-green);
    box-shadow: 0 0 0 3px rgba(45, 95, 63, .12);
    outline: none;
}

.eco-pg-field .field-error,
.eco-pg-field .error-message {
    display: block;
    margin-top: 6px;
    color: #b42318;
    font-size: 13px;
}

/* ---------- pill row ---------- */

.eco-pg-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.eco-pg-pills a,
.eco-pg-pills button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 9px 18px;
    border: 1px solid var(--pg-line);
    border-radius: 999px;
    background: #fff;
    color: var(--pg-ink);
    font-size: 14.5px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
}

.eco-pg-pills a:hover,
.eco-pg-pills button:hover,
.eco-pg-pills button.is-active {
    border-color: var(--pg-green);
    background: var(--pg-mint);
    color: var(--pg-green);
}

/* ---------- search field ---------- */

.eco-pg-search {
    position: relative;
    width: min(100%, 460px);
}

.eco-pg-search > .iconify {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--pg-body);
    font-size: 20px;
    pointer-events: none;
}

.eco-pg input.eco-pg-search-input {
    width: 100%;
    min-height: 52px;
    padding: 13px 18px 13px 48px;
    border: 1px solid var(--pg-line);
    border-radius: 999px;
    background-color: #fff;
    color: var(--pg-ink);
    font-size: 15.5px;
}

.eco-pg input.eco-pg-search-input:focus {
    border-color: var(--pg-green);
    box-shadow: 0 0 0 3px rgba(45, 95, 63, .12);
    outline: none;
}

/* ---------- accordion columns ---------- */

.eco-pg-accordion-cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.eco-pg-accordion-group + .eco-pg-accordion-group {
    margin-top: 24px;
}

.eco-pg-group-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: var(--pg-green);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.eco-pg-group-label .iconify {
    font-size: 17px;
    color: var(--pg-amber);
}

/* ---------- empty state ---------- */

.eco-pg-empty {
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 54px 28px;
    border: 1px dashed #cfd9d0;
    border-radius: var(--pg-radius);
    background: #f7faf9;
    text-align: center;
}

.eco-pg-empty .iconify {
    font-size: 36px;
    color: var(--pg-teal);
}

.eco-pg-empty b {
    color: var(--pg-ink);
    font-size: 20px;
    font-weight: 700;
}

.eco-pg-empty p {
    max-width: 520px;
    margin: 0;
    font-size: 15.5px;
}

/* ---------- inline alert (form feedback) ---------- */

.eco-pg-alert {
    display: flex;
    gap: 14px;
    padding: 18px 20px;
    border: 1px solid var(--pg-line);
    border-radius: 14px;
    background: #fff;
}

.eco-pg-alert.is-success {
    border-color: rgba(45, 95, 63, .3);
    background: #f2faf5;
}

.eco-pg-alert.is-error {
    border-color: rgba(208, 82, 75, .3);
    background: #fdf4f3;
}

.eco-pg-alert-icon {
    flex: none;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--pg-green);
    color: #fff;
    font-size: 21px;
}

.eco-pg-alert.is-error .eco-pg-alert-icon {
    background: #d0524b;
}

.eco-pg-alert h4 {
    margin: 0 0 5px;
    font-size: 17px;
}

.eco-pg-alert p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.6;
}

.eco-pg-alert.hidden,
.eco-pg-btn.hidden {
    display: none;
}

/* ---------- copy-beside-form layout ---------- */

.eco-pg-submit-grid {
    display: grid;
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}

.eco-pg-submit-copy {
    position: sticky;
    top: calc(var(--eco-fixed-header-height, 72px) + 32px);
}

.eco-pg-submit-copy h2 {
    margin: 16px 0 14px;
    font-size: clamp(28px, 3.2vw, 40px);
}

.eco-pg-submit-copy > p {
    margin: 0;
    font-size: 16.5px;
}

.eco-pg-checks {
    display: grid;
    gap: 14px;
    margin-top: 28px;
    padding-top: 26px;
    border-top: 1px solid var(--pg-line);
}

.eco-pg-checks > div {
    display: flex;
    gap: 11px;
}

.eco-pg-checks .iconify {
    flex: none;
    margin-top: 2px;
    color: var(--pg-green);
    font-size: 19px;
}

.eco-pg-checks b {
    display: block;
    color: var(--pg-ink);
    font-size: 15px;
    font-weight: 700;
}

.eco-pg-checks small {
    display: block;
    margin-top: 2px;
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--pg-body);
}

/* ---------- form footer ---------- */

.eco-pg-form-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.eco-pg-form-foot small {
    max-width: 320px;
    font-size: 12.5px;
    line-height: 1.5;
    color: var(--pg-body);
}

.eco-pg-form-foot .eco-pg-btn {
    min-width: 190px;
}

/* ---------- responsive ---------- */

@media (max-width: 1100px) {
    .eco-pg-steps.is-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 54px 20px;
    }

    .eco-pg-cards.is-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .eco-pg-cards.is-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .eco-team-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .eco-pg-band-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
    }

    .eco-pg-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 54px 20px;
    }

    .eco-pg-steps::before {
        display: none;
    }

    .eco-pg-split {
        grid-template-columns: minmax(0, 1fr);
        gap: 44px;
    }
}

@media (max-width: 980px) {
    .eco-pg-hero-grid,
    .eco-pg-cta-inner,
    .eco-pg-media-split,
    .eco-pg-submit-grid,
    .eco-pg-accordion-cols {
        grid-template-columns: minmax(0, 1fr);
        gap: 36px;
    }

    .eco-pg-media-split.is-reversed .eco-pg-media-figure {
        order: 0;
    }

    .eco-pg-submit-copy {
        position: static;
    }

    .eco-pg-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 20px;
    }

    .eco-pg-banner {
        min-height: 0;
        padding: 56px 0;
    }
}

@media (max-width: 760px) {
    .eco-pg-hero {
        padding: 34px 0 52px;
    }

    .eco-pg-section {
        padding: 54px 0;
    }

    .eco-pg-steps,
    .eco-pg-steps.is-3,
    .eco-pg-steps.is-4 {
        grid-template-columns: minmax(0, 1fr);
        gap: 54px;
    }

    .eco-pg-cards,
    .eco-pg-cards.is-3,
    .eco-pg-cards.is-4,
    .eco-team-card,
    .eco-pg-band-cards,
    .eco-pg-row {
        grid-template-columns: minmax(0, 1fr);
    }

    .eco-team-photo {
        max-width: 220px;
    }

    .eco-pg-stats {
        padding: 26px 20px;
    }

    .eco-pg-band {
        padding: 54px 0;
    }

    .eco-pg-media-split {
        gap: 28px;
    }

    .eco-pg-form-foot .eco-pg-btn {
        width: 100%;
    }

    .eco-pg-map iframe {
        height: 260px;
    }

    .eco-pg-hero-actions .eco-pg-btn,
    .eco-pg-cta-actions .eco-pg-btn {
        width: 100%;
    }

    .eco-pg-accordion {
        padding: 4px 20px;
    }

    .eco-pg-fees {
        padding: 26px 22px;
    }

    .eco-pg-cta {
        padding: 54px 0;
    }
}
