/* Crocodile header, nav and products mega-menu — all pages */

body.is-crocodile {
    --cro-green: #76bc21;
    --cro-green-hover: #68a81c;
    --cro-purple: #3d2a6d;
    --cro-gold: #c4a35a;
    --cro-gold-hover: #b08d3e;
    --cro-gray: #5b6670;
    --cro-light: #f3f4f5;
    --cro-dark: #1a1a1a;
    --cro-body: "Open Sans", system-ui, sans-serif;
    --cro-typo-light: "Montserrat", system-ui, sans-serif;
    --cro-demi: "Montserrat", system-ui, sans-serif;
    background-color: #fff;
}

body.is-crocodile .cro-page-hero ~ .nga-page-banner,
body.is-crocodile:has(.cro-page-hero) .nga-page-banner,
body.is-crocodile:has(.cro-page-hero) .nga-search-hero,
body.is-crocodile:has(.cro-breadcrumbs) .nga-breadcrumbs {
    display: none !important;
}

body.is-crocodile .cro-site-header {
    position: relative;
    z-index: 600;
}

body.is-crocodile .nga-header {
    z-index: 610;
    overflow: visible;
}

body.is-crocodile .nga-header-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px 24px;
}

body.is-crocodile .nga-logo-wrap .cro-logo,
body.is-crocodile .nga-logo-wrap img,
body.is-crocodile .nga-logo-wrap .nga-site-logo--header {
    height: 76px;
    width: auto;
    max-height: 80px;
    max-width: 360px;
}

body.is-crocodile .cro-header-nav {
    min-width: 0;
    justify-self: center;
}

body.is-crocodile .cro-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 18px;
}

body.is-crocodile .cro-nav > li.has-dropdown > a,
body.is-crocodile .cro-nav > li.has-products-mega > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

body.is-crocodile .cro-nav .dropdown {
    display: none;
    position: absolute;
    top: calc(100% - 2px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 220px;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    background: #fff;
    border-top: 3px solid #76bc21;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
    z-index: 640;
}

body.is-crocodile .cro-nav > li:hover > .dropdown,
body.is-crocodile .cro-nav > li.submenu-open > .dropdown {
    display: block;
}

body.is-crocodile .cro-nav .dropdown li a {
    display: block;
    padding: 10px 18px;
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

body.is-crocodile .cro-nav .dropdown li a:hover {
    background: #f3f4f5;
    color: #76bc21;
    padding-left: 18px;
}

body.is-crocodile .cro-nav > li.is-active > a {
    color: #76bc21;
}

body.is-crocodile .cro-nav > li > a,
body.is-crocodile .nga-nav > li > a {
    color: #ffffff;
}

body.is-crocodile .cro-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-self: end;
}

body.is-crocodile .cro-header-cta {
    background: #e8b84a;
    color: #1a1a1a;
    border: 0;
    border-radius: 4px;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.2px;
    height: 44px;
    padding: 0 16px;
    cursor: pointer;
    white-space: nowrap;
}

body.is-crocodile .cro-header-cta:hover {
    background: #d4a63c;
    color: #1a1a1a;
}

body.is-crocodile .cro-lang-switch {
    display: flex;
    gap: 6px;
    align-items: center;
}

body.is-crocodile .cro-lang-switch__item {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 7px;
    border-radius: 10px;
    text-decoration: none;
}

body.is-crocodile .cro-lang-switch__item.is-active {
    background: rgba(0, 0, 0, 0.28);
    color: #38bdf8;
}

body.is-crocodile .cro-lang-switch--mobile,
body.is-crocodile .cro-nav-drawer-tools {
    display: none;
}

/* Inner pages + scrolled home: solid white bar, dark links */
body.is-crocodile.is-inner .cro-site-header,
body.is-crocodile .nga-header.is-scrolled {
    background: #fff;
}

body.is-crocodile.is-inner .nga-header,
body.is-crocodile .nga-header.is-scrolled {
    position: relative;
    top: 0;
    background: #fff;
}

body.is-crocodile.is-inner .cro-nav > li > a,
body.is-crocodile.is-inner .nga-nav > li > a,
body.is-crocodile.is-inner .nga-header .cro-lang-switch__item,
body.is-crocodile .nga-header.is-scrolled .cro-nav > li > a,
body.is-crocodile .nga-header.is-scrolled .nga-nav > li > a,
body.is-crocodile .nga-header.is-scrolled .cro-lang-switch__item,
body.is-crocodile.is-home .cro-site-header.is-scrolled .cro-nav > li > a,
body.is-crocodile.is-home .cro-site-header.is-scrolled .nga-nav > li > a,
body.is-crocodile.is-home .cro-site-header.is-scrolled .nga-header .cro-lang-switch__item {
    color: #1a1a1a;
}

body.is-crocodile.is-inner .nga-nav-search-btn,
body.is-crocodile.is-inner .nga-mobile-toggle,
body.is-crocodile .nga-header.is-scrolled .nga-nav-search-btn,
body.is-crocodile .nga-header.is-scrolled .nga-mobile-toggle,
body.is-crocodile.is-home .cro-site-header.is-scrolled .nga-nav-search-btn,
body.is-crocodile.is-home .cro-site-header.is-scrolled .nga-mobile-toggle {
    color: #1a1a1a;
    background: rgba(26, 26, 26, 0.06);
}

body.is-crocodile.is-inner .cro-nav > li > a:hover,
body.is-crocodile .nga-header.is-scrolled .cro-nav > li > a:hover,
body.is-crocodile.is-home .cro-site-header.is-scrolled .cro-nav > li > a:hover {
    color: #76bc21;
}

/* Homepage: overlay header on the hero photo */
body.is-crocodile.is-home .cro-site-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 600;
    background: transparent;
}

body.is-crocodile.is-home .cro-site-header.is-scrolled {
    position: fixed;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

body.is-crocodile.is-home .nga-topbar {
    background: transparent;
}

body.is-crocodile.is-home .cro-site-header.is-scrolled .nga-topbar {
    background: #1a1a1a;
}

body.is-crocodile.is-home .nga-header {
    background: transparent;
    position: relative;
    top: 0;
}

body.is-crocodile.is-home .cro-site-header.is-scrolled .nga-header {
    background: #fff;
}

body.is-crocodile.is-home .cro-nav > li > a,
body.is-crocodile.is-home .nga-nav > li > a,
body.is-crocodile.is-home .nga-header .cro-lang-switch__item,
body.is-crocodile.is-home .nga-nav-search-btn,
body.is-crocodile.is-home .nga-mobile-toggle {
    color: #fff;
}

body.is-crocodile.is-home .nga-nav-search-btn,
body.is-crocodile.is-home .nga-mobile-toggle {
    background: rgba(255, 255, 255, 0.14);
}

body.is-crocodile.is-home .cro-nav > li > a:hover {
    color: #e8b84a;
}

body.is-crocodile.is-home .cro-site-header:not(.is-scrolled) .cro-logo text {
    fill: #fff !important;
}

body.is-crocodile.is-home .cro-site-header:not(.is-scrolled) .nga-logo-wrap {
    filter: brightness(0) invert(1);
}

/* Products mega menu */
body.is-crocodile .cro-products-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 620;
    visibility: hidden;
    pointer-events: none;
}

body.is-crocodile .cro-products-nav.is-open,
body.cro-products-open .cro-products-nav {
    visibility: visible;
    pointer-events: auto;
}

body.is-crocodile .cro-products-nav__backdrop {
    position: fixed;
    inset: 0;
    border: 0;
    padding: 0;
    margin: 0;
    background: rgba(12, 10, 20, 0.42);
    cursor: default;
    z-index: 615;
    opacity: 0;
    transition: opacity 0.28s ease;
}

body.is-crocodile .cro-products-nav.is-open .cro-products-nav__backdrop,
body.cro-products-open .cro-products-nav__backdrop {
    opacity: 1;
}

body.is-crocodile .cro-products-nav__panel {
    position: absolute;
    left: 0;
    right: 0;
    top: var(--cro-products-nav-top, 100%);
    z-index: 625;
    background: #fff;
    box-shadow: 0 22px 52px rgba(61, 42, 109, 0.18);
    transform: translateY(-10px);
    opacity: 0;
    transition: transform 0.28s ease, opacity 0.28s ease;
}

body.is-crocodile .cro-products-nav.is-open .cro-products-nav__panel,
body.cro-products-open .cro-products-nav__panel {
    transform: translateY(0);
    opacity: 1;
}

body.is-crocodile .cro-products-nav__inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 20px 24px 18px;
}

body.is-crocodile .cro-products-nav__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

body.is-crocodile .cro-products-nav__item {
    position: relative;
    min-height: 172px;
    overflow: hidden;
    color: #fff;
    display: block;
    text-decoration: none;
    background: #1a1a1a;
}

body.is-crocodile .cro-products-nav__media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

body.is-crocodile .cro-products-nav__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.45s ease;
}

body.is-crocodile .cro-products-nav__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 8, 12, 0.08) 0%, rgba(8, 8, 12, 0.55) 58%, rgba(8, 8, 12, 0.88) 100%);
    transition: background 0.28s ease;
}

body.is-crocodile .cro-products-nav__item:hover .cro-products-nav__shade,
body.is-crocodile .cro-products-nav__item:focus-visible .cro-products-nav__shade {
    background: linear-gradient(180deg, rgba(61, 42, 109, 0.18) 0%, rgba(8, 8, 12, 0.72) 100%);
}

body.is-crocodile .cro-products-nav__item:hover .cro-products-nav__bg,
body.is-crocodile .cro-products-nav__item:focus-visible .cro-products-nav__bg {
    transform: scale(1.07);
}

body.is-crocodile .cro-products-nav__item:hover,
body.is-crocodile .cro-products-nav__item:focus-visible {
    outline: 2px solid #76bc21;
    outline-offset: -2px;
}

body.is-crocodile .cro-products-nav__body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 14px 14px 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

body.is-crocodile .cro-products-nav__title {
    font-family: var(--cro-demi);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.25;
}

body.is-crocodile .cro-products-nav__tagline {
    font-size: 12px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.88);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body.is-crocodile .cro-products-nav__desc {
    font-size: 11px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.78);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.28s ease, opacity 0.28s ease, margin 0.28s ease;
    margin: 0;
}

body.is-crocodile .cro-products-nav__more {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #e8b84a;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.28s ease, opacity 0.28s ease, margin 0.28s ease;
}

body.is-crocodile .cro-products-nav__item:hover .cro-products-nav__desc,
body.is-crocodile .cro-products-nav__item:focus-visible .cro-products-nav__desc {
    max-height: 48px;
    opacity: 1;
    margin-top: 2px;
}

body.is-crocodile .cro-products-nav__item:hover .cro-products-nav__more,
body.is-crocodile .cro-products-nav__item:focus-visible .cro-products-nav__more {
    max-height: 24px;
    opacity: 1;
    margin-top: 6px;
}

body.is-crocodile .cro-products-nav__item:hover,
body.is-crocodile .cro-products-nav__item:focus-visible {
    min-height: 196px;
}

body.is-crocodile .has-products-mega.is-open > a,
body.is-crocodile .has-products-mega.is-open > a:hover {
    color: #76bc21 !important;
}

body.is-crocodile .has-products-mega.is-open > a .fa-angle-down {
    transform: rotate(180deg);
}

body.is-crocodile .has-products-mega > a .fa-angle-down {
    display: inline-block;
    transition: transform 0.22s ease;
}

body.is-crocodile .cro-products-nav__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px 24px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e4e7ea;
}

body.is-crocodile .cro-products-nav__trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    font-size: 13px;
    color: #1a1a1a;
}

body.is-crocodile .cro-products-nav__trust-star {
    color: #00b67a;
    font-size: 18px;
}

body.is-crocodile .cro-products-nav__trust-brand {
    font-weight: 800;
}

body.is-crocodile .cro-products-nav__trust-stars {
    color: #00b67a;
    letter-spacing: 1px;
}

body.is-crocodile .cro-products-nav__trust-score {
    margin: 0;
    color: #5b6670;
}

body.is-crocodile .cro-products-nav__trust-score strong {
    color: #1a1a1a;
}

body.is-crocodile .cro-products-nav__links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 18px;
}

body.is-crocodile .cro-products-nav__all,
body.is-crocodile .cro-products-nav__service {
    color: #3d2a6d;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
}

body.is-crocodile .cro-products-nav__all:hover,
body.is-crocodile .cro-products-nav__service:hover {
    color: #76bc21;
}

body.is-crocodile .cro-products-nav__brochure {
    border: 0;
    background: #e8b84a;
    color: #1a1a1a;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    min-height: 40px;
    padding: 0 16px;
    cursor: pointer;
}

body.is-crocodile .cro-products-nav__brochure:hover {
    background: #d4a63c;
}

@media (max-width: 1180px) {
    body.is-crocodile .nga-header-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    body.is-crocodile .cro-header-nav {
        justify-self: stretch;
    }
}

@media (max-width: 1100px) {
    body.is-crocodile .cro-products-nav__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    body.is-crocodile {
        padding-top: 0 !important;
        overflow-x: clip;
    }
    html:has(body.is-crocodile) {
        overflow-x: clip;
    }
    body.is-crocodile .nga-header-inner {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    body.is-crocodile .nga-logo-wrap,
    body.is-crocodile .nga-logo-wrap .cro-logo,
    body.is-crocodile .nga-logo-wrap img {
        height: auto;
        max-height: 58px;
        max-width: min(240px, calc(100vw - 168px));
        width: auto;
    }
    body.is-crocodile.nav-open {
        overflow: hidden;
    }
    body.is-crocodile .nga-header.is-sticky {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    body.is-crocodile.is-inner .cro-site-header {
        position: sticky;
        top: 0;
        z-index: 630;
    }
    body.is-crocodile .cro-header-nav {
        position: fixed;
        top: var(--cro-mobile-header, 72px);
        right: 0;
        bottom: auto;
        left: 0;
        z-index: 640;
        display: block;
        width: 100%;
        height: calc(100dvh - var(--cro-mobile-header, 72px));
        max-height: none;
        background: rgba(12, 10, 20, 0.42);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.28s ease, visibility 0.28s ease;
    }
    body.is-crocodile .cro-header-nav.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    body.is-crocodile .cro-header-nav #mainNav {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        max-height: none;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        background: #fff;
        padding: 8px 0 28px;
        box-shadow: none;
        transform: translate3d(0, -18px, 0);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: transform 0.32s ease, opacity 0.32s ease, visibility 0.32s ease;
        -webkit-overflow-scrolling: touch;
    }
    body.is-crocodile .cro-header-nav.is-open #mainNav {
        transform: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    body.is-crocodile.nav-open .cro-site-header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 650;
        background: #fff;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }
    body.is-crocodile.nav-open .nga-header,
    body.is-crocodile.is-home.nav-open .nga-header,
    body.is-crocodile.is-home.nav-open .cro-site-header {
        background: #fff;
    }
    body.is-crocodile.nav-open .nga-mobile-toggle,
    body.is-crocodile.nav-open .nga-nav-search-btn,
    body.is-crocodile.is-home.nav-open .nga-mobile-toggle,
    body.is-crocodile.is-home.nav-open .nga-nav-search-btn {
        color: #1a1a1a;
        background: rgba(26, 26, 26, 0.06);
    }
    body.is-crocodile.nav-open .cro-site-header .nga-logo-wrap,
    body.is-crocodile.is-home.nav-open .cro-site-header:not(.is-scrolled) .nga-logo-wrap {
        filter: none;
    }
    body.is-crocodile.is-home.nav-open .cro-site-header .cro-logo text {
        fill: #1a1a1a !important;
    }
    body.is-crocodile .nga-nav-wrap.is-open .cro-nav,
    body.is-crocodile .nga-nav-wrap.is-open .nga-nav {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        height: auto;
        max-height: none;
        overflow: visible;
        background: transparent;
        padding: 0;
        gap: 0;
    }
    body.is-crocodile .nga-nav-wrap.is-open .cro-nav > li,
    body.is-crocodile .nga-nav-wrap.is-open .nga-nav > li {
        border-bottom: 1px solid #eceff2;
    }
    body.is-crocodile .nga-nav-wrap.is-open .cro-nav > li > a,
    body.is-crocodile .nga-nav-wrap.is-open .nga-nav > li > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 16px 20px;
        min-height: 52px;
        color: #1a1a1a;
        font-size: 16px;
        font-weight: 600;
        background: transparent;
    }
    body.is-crocodile .nga-nav-wrap.is-open .cro-nav > li.is-active > a,
    body.is-crocodile .nga-nav-wrap.is-open .cro-nav > li > a:hover {
        color: #76bc21;
    }
    body.is-crocodile .nga-nav-wrap.is-open .cro-nav > li.submenu-open > a .fa-angle-down,
    body.is-crocodile .nga-nav-wrap.is-open .has-products-mega.is-open > a .fa-angle-down {
        transform: rotate(180deg);
    }
    body.is-crocodile .cro-lang-switch--mobile {
        display: none;
    }
    body.is-crocodile .nga-nav-wrap.is-open .cro-lang-switch--mobile {
        display: flex;
        justify-content: center;
        gap: 8px;
        padding: 16px 20px 12px;
    }
    body.is-crocodile .nga-nav-wrap.is-open .cro-lang-switch--mobile .cro-lang-switch__item {
        color: #1a1a1a;
        min-width: 44px;
        min-height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        background: #fff;
    }
    body.is-crocodile .nga-nav-wrap.is-open .cro-lang-switch--mobile .cro-lang-switch__item.is-active {
        background: #76bc21;
        border-color: #76bc21;
        color: #fff;
    }
    body.is-crocodile .cro-nav-drawer-tools {
        display: none;
    }
    body.is-crocodile .nga-nav-wrap.is-open .cro-nav-drawer-tools {
        display: grid;
        gap: 10px;
        padding: 20px 20px 8px;
    }
    body.is-crocodile .cro-nav-drawer-phone,
    body.is-crocodile .cro-nav-drawer-cta {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-height: 48px;
        border-radius: 8px;
        font-weight: 700;
        text-decoration: none;
        border: 0;
        cursor: pointer;
    }
    body.is-crocodile .cro-nav-drawer-phone {
        background: #f3f4f5;
        color: #1a1a1a;
    }
    body.is-crocodile .cro-nav-drawer-cta {
        background: #e8b84a;
        color: #1a1a1a;
    }
    body.is-crocodile .nga-nav-wrap.is-open .has-products-mega > .cro-products-nav {
        position: static;
        visibility: visible;
        pointer-events: auto;
        display: none;
        background: #f7f8f9;
    }
    body.is-crocodile .nga-nav-wrap.is-open .has-products-mega.is-open > .cro-products-nav,
    body.is-crocodile .nga-nav-wrap.is-open .has-products-mega > .cro-products-nav.is-open {
        display: block;
    }
    body.is-crocodile .nga-nav-wrap.is-open .cro-products-nav__backdrop {
        display: none;
    }
    body.is-crocodile .nga-nav-wrap.is-open .cro-products-nav__panel {
        display: block;
        position: static;
        transform: none;
        opacity: 1;
        box-shadow: none;
    }
    body.is-crocodile .cro-header-actions {
        flex: 0 0 auto;
        margin-left: auto;
        gap: 8px;
    }
    body.is-crocodile .nga-nav-search-btn,
    body.is-crocodile .nga-mobile-toggle {
        flex-shrink: 0;
        width: 44px;
        height: 44px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }
    body.is-crocodile .nga-mobile-bar {
        width: 100%;
        max-width: 100%;
        left: 0;
        right: 0;
        box-sizing: border-box;
    }
    body.is-crocodile .cro-nav .dropdown {
        position: static;
        transform: none;
        left: auto;
        display: none;
        min-width: 0;
        box-shadow: none;
        border-top: 0;
        border-radius: 0;
        background: #f7f8f9;
        padding: 0;
    }
    body.is-crocodile .nga-nav-wrap.is-open .cro-nav > li.submenu-open > .dropdown {
        display: block;
    }
    body.is-crocodile .nga-nav-wrap.is-open .cro-nav > li:hover > .dropdown {
        display: none;
    }
    body.is-crocodile .nga-nav-wrap.is-open .cro-nav > li.submenu-open:hover > .dropdown {
        display: block;
    }
    body.is-crocodile .cro-nav .dropdown li a {
        padding: 12px 20px 12px 32px;
        white-space: normal;
    }

    body.is-crocodile .cro-products-nav {
        position: static;
    }

    body.is-crocodile .cro-products-nav__backdrop {
        display: none;
    }

    body.is-crocodile .cro-products-nav__panel {
        position: static;
        box-shadow: none;
        transform: none;
        opacity: 1;
        display: none;
    }

    body.is-crocodile .cro-products-nav.is-open .cro-products-nav__panel {
        display: block;
    }

    body.is-crocodile .cro-products-nav__inner {
        padding: 0 0 12px;
    }

    body.is-crocodile .cro-products-nav__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    body.is-crocodile .cro-products-nav__item {
        min-height: 0;
        display: grid;
        grid-template-columns: 88px minmax(0, 1fr);
        align-items: center;
        gap: 12px;
        padding: 12px 16px;
        border-bottom: 1px solid #eceff2;
        background: #fff;
        color: #1a1a1a;
    }

    body.is-crocodile .cro-products-nav__item:hover,
    body.is-crocodile .cro-products-nav__item:focus-visible {
        min-height: 0;
        outline: none;
        background: #f7f8f9;
    }

    body.is-crocodile .cro-products-nav__media {
        position: relative;
        width: 88px;
        height: 64px;
        border-radius: 4px;
        overflow: hidden;
    }

    body.is-crocodile .cro-products-nav__shade {
        display: none;
    }

    body.is-crocodile .cro-products-nav__body {
        position: static;
        padding: 0;
    }

    body.is-crocodile .cro-products-nav__title {
        color: #1a1a1a;
        font-size: 13px;
        text-transform: none;
        letter-spacing: 0;
    }

    body.is-crocodile .cro-products-nav__tagline {
        color: #5b6670;
        -webkit-line-clamp: 2;
    }

    body.is-crocodile .cro-products-nav__desc,
    body.is-crocodile .cro-products-nav__more {
        display: none;
    }

    body.is-crocodile .cro-products-nav__footer {
        flex-direction: column;
        align-items: stretch;
        padding: 12px 16px 0;
        margin-top: 0;
        border-top: 1px solid #eceff2;
    }

    body.is-crocodile .cro-products-nav__links {
        flex-direction: column;
        align-items: stretch;
    }

    body.is-crocodile .cro-products-nav__brochure {
        width: 100%;
    }
}

/* --- Topbar (crocodile.co.uk dark strip) --- */
body.is-crocodile .nga-topbar {
    background: #1a1a1a;
    color: #fff;
    border-bottom: 0;
    padding: 8px 0;
}

body.is-crocodile .nga-topbar a,
body.is-crocodile .nga-topbar .cro-lang-switch__item {
    color: #fff;
}

body.is-crocodile .nga-topbar .cro-lang-switch__item.is-active {
    background: #76bc21;
    color: #fff;
}

body.is-crocodile .cro-topbar-trust {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
}

body.is-crocodile .cro-topbar-trust strong {
    color: #76bc21;
    font-weight: 800;
}

body.is-crocodile .cro-stars {
    color: #00b67a;
    letter-spacing: 1px;
}

body.is-crocodile .cro-topbar-phone-label {
    font-weight: 400;
    opacity: 0.85;
    margin-right: 6px;
}

body.is-crocodile .nga-topbar-phone strong {
    color: #76bc21;
    font-weight: 800;
}

/* --- Classic chrome leftovers --- */
body.is-crocodile .nga-floating-actions {
    left: auto;
    right: 20px;
    bottom: 24px;
}

body.is-crocodile .nga-btn-float.nga-btn-call {
    background: #76bc21;
}

body.is-crocodile .nga-mobile-bar a.nga-mbar-quote {
    background: #76bc21 !important;
    color: #fff !important;
}

body.is-crocodile .nga-mobile-bar a.nga-mbar-quote i {
    color: #fff !important;
}

body.cro-modal-open {
    overflow: hidden;
}

/* --- Sticky brochure CTA --- */
body.is-crocodile .cro-float-bar {
    position: fixed;
    right: 16px;
    bottom: 88px;
    z-index: 520;
    background: #76bc21;
    color: #fff;
    border: 0;
    border-radius: 4px;
    padding: 12px 16px;
    font-family: var(--cro-demi);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

body.is-crocodile .cro-float-bar:hover {
    background: var(--cro-green-hover);
    color: #fff;
}

@media (min-width: 993px) {
    body.is-crocodile:not(.is-home) .cro-float-bar {
        right: 20px;
        bottom: 220px;
    }
}

@media (max-width: 992px) {
    body.is-crocodile .nga-floating-actions {
        display: flex;
        left: auto;
        right: 12px;
        bottom: calc(20px + env(safe-area-inset-bottom, 0px));
        z-index: 560;
        gap: 10px;
    }
    body.is-crocodile.is-home .nga-floating-actions {
        bottom: calc(20px + env(safe-area-inset-bottom, 0px));
    }
    body.is-crocodile.is-inner .nga-floating-actions {
        bottom: calc(128px + env(safe-area-inset-bottom, 0px));
    }
    body.is-crocodile .nga-btn-float.nga-btn-wa,
    body.is-crocodile .nga-btn-float.nga-btn-call {
        display: flex;
    }
    body.is-crocodile .cro-header-cta,
    body.is-crocodile .cro-lang-switch--header {
        display: none !important;
    }
    body.is-crocodile .nga-mobile-bar {
        display: none;
    }
    body.is-crocodile .cro-float-bar {
        right: 12px;
        bottom: 78px;
        font-size: 11px;
        padding: 10px 12px;
        max-width: calc(100% - 24px);
        box-sizing: border-box;
    }
}

/* --- Book CTA --- */
body.is-crocodile .cro-book {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    max-width: 1320px;
    width: calc(100% - 30px);
    height: auto;
    min-height: 0;
    margin: 40px auto 80px;
    border-radius: 40px;
    background: #8e7cb6;
    color: #fff;
    padding: 22px 20px 20px 24px;
    box-sizing: border-box;
}
body.is-crocodile .cro-book::before,
body.is-crocodile .cro-book::after {
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 50%;
    background: #8e7cb6;
    z-index: 3;
    pointer-events: none;
}
body.is-crocodile .cro-book::before {
    top: 0;
    transform: skewY(57deg);
    transform-origin: 100% 100%;
}
body.is-crocodile .cro-book::after {
    bottom: 0;
    transform: skewY(-57deg);
    transform-origin: 100% 0;
}
body.is-crocodile .cro-book__person {
    position: absolute;
    right: -8px;
    bottom: 0;
    top: auto;
    z-index: 1;
    width: 120px;
    height: 88%;
    object-fit: contain;
    object-position: bottom center;
    pointer-events: none;
}
body.is-crocodile .cro-book__shade {
    display: none;
}
body.is-crocodile .cro-book__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    max-width: 590px;
    width: 100%;
}
body.is-crocodile .cro-book h2 {
    width: 100%;
    max-width: 280px;
    margin: 0 0 14px;
    color: #fff;
    font-family: var(--cro-typo-light, "Montserrat", sans-serif);
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: 1.25;
}
body.is-crocodile .cro-book__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
body.is-crocodile .cro-book-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    height: 46px;
    margin: 0;
    padding: 10px 16px;
    border: 0;
    border-radius: 0 10px 10px 0;
    background: #7565a0;
    color: #fff;
    font-family: var(--cro-demi, "Montserrat", sans-serif);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.3px;
    line-height: 1.2;
    left: 18px;
    top: 0;
    cursor: pointer;
}
body.is-crocodile .cro-book-btn::before {
    content: "";
    position: absolute;
    left: -9px;
    top: 0;
    width: 9px;
    height: 100%;
    background: #7565a0;
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
body.is-crocodile .cro-book-btn:hover {
    background: #76bc21;
    color: #fff;
}
body.is-crocodile .cro-book-btn:hover::before {
    background: #76bc21;
}
body.is-crocodile .cro-book-btn__icon {
    display: flex;
    width: 28px;
    height: 30px;
    flex-shrink: 0;
}
body.is-crocodile .cro-book-btn__icon svg {
    display: block;
    width: 28px;
    height: 29px;
}
body.is-crocodile .cro-book-phone {
    margin: 12px 0 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    width: 100%;
}
body.is-crocodile .cro-book-phone a {
    color: #fff;
    text-decoration: none;
}
body.is-crocodile .cro-book-phone a:hover {
    color: #f9b428;
}

@media (min-width: 550px) {
    body.is-crocodile .cro-book {
        padding: 28px 32px 24px 40px;
        border-radius: 36px;
    }
    body.is-crocodile .cro-book__person {
        width: 140px;
        right: 8px;
    }
}
@media (min-width: 993px) {
    body.is-crocodile .cro-book {
        height: 230px;
        min-height: 0;
        width: calc(100% - 150px);
        padding: 32px 36px 28px 56px;
        border-radius: 40px;
    }
    body.is-crocodile .cro-book h2 {
        max-width: 460px;
        font-size: 28px;
        letter-spacing: -0.6px;
        line-height: 1.2;
        margin: 0 0 16px;
    }
    body.is-crocodile .cro-book-btn {
        left: 0;
        top: 0;
        height: 48px;
        padding: 10px 18px;
        font-size: 16px;
    }
    body.is-crocodile .cro-book-phone {
        width: auto;
        margin: 0 0 0 24px;
        font-size: 16px;
        letter-spacing: -0.3px;
        line-height: 1.3;
    }
    body.is-crocodile .cro-book__person {
        right: 28px;
        top: auto;
        bottom: 0;
        width: auto;
        height: 108%;
        max-height: 248px;
        object-fit: contain;
        object-position: bottom center;
    }
}
@media (min-width: 1180px) {
    body.is-crocodile .cro-book__person {
        right: 48px;
    }
}
@media (min-width: 1366px) {
    body.is-crocodile .cro-book h2 {
        font-size: 32px;
        letter-spacing: -0.7px;
        line-height: 1.2;
    }
}
@media (min-width: 1440px) {
    body.is-crocodile .cro-book {
        width: calc(100% - 200px);
    }
}
@media (min-width: 1600px) {
    body.is-crocodile .cro-book {
        width: 100%;
    }
}

/* --- Footer --- */
body.is-crocodile .cro-footer {
    position: relative;
    overflow: visible;
    background-color: #fff;
    color: #5b6670;
    font-family: var(--cro-body);
    margin-top: 0;
}

body.is-crocodile .cro-footer a {
    color: #414042;
    text-decoration: none;
}

body.is-crocodile .cro-footer a:hover {
    color: #76bc21;
}

body.is-crocodile .cro-footer-boxes,
body.is-crocodile .cro-footer-main,
body.is-crocodile .cro-footer-bottom,
body.is-crocodile .cro-footer-legal {
    position: relative;
    z-index: 1;
}

body.is-crocodile .cro-footer-boxes {
    position: relative;
    top: 0;
    min-height: 205px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

body.is-crocodile .cro-footer-boxes__grid {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1920px;
    height: 205px;
    max-width: none;
    transform: translateX(-50%);
    pointer-events: none;
}

body.is-crocodile .cro-footer-boxes__row {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    width: 1095px;
    max-width: 100%;
    min-height: 205px;
    margin: 0 auto;
}

body.is-crocodile .cro-footer-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 365px;
    height: 200px;
    padding: 16px 28px;
    border: 0;
    background: transparent;
    font-family: inherit;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #5b6670;
}

body.is-crocodile .cro-footer-box--brochure {
    background: transparent;
}

body.is-crocodile .cro-footer-box:hover {
    color: #5b6670;
}

body.is-crocodile .cro-footer-trust-kicker {
    margin: 0;
    font-size: 13px;
    color: #5b6670;
}

body.is-crocodile .cro-footer-trust-stars {
    display: flex;
    gap: 4px;
    margin: 4px 0 0;
}

body.is-crocodile .cro-footer-trust-stars svg {
    width: 28px;
    height: 28px;
    fill: #76bc21;
}

body.is-crocodile .cro-footer-trust-brand {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 6px 0 0;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

body.is-crocodile .cro-footer-trust-brand svg {
    width: 18px;
    height: 18px;
    fill: #76bc21;
}

body.is-crocodile .cro-footer-box-icon svg {
    width: 85px;
    height: 65px;
}

body.is-crocodile .cro-footer-box-text {
    display: block;
    margin-top: 6px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.6px;
    line-height: 35px;
    color: #5b6670;
}

body.is-crocodile .cro-footer-main {
    padding: 48px 24px 36px;
}

body.is-crocodile .cro-footer-main-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 580px);
    gap: 48px 80px;
    max-width: 1440px;
    margin: 0 auto;
}

body.is-crocodile .cro-footer-navs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 32px;
}

body.is-crocodile .cro-footer-col-title {
    display: block;
    width: 100%;
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 30px;
    color: #5b6670;
    font-family: var(--cro-demi);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: left;
    cursor: default;
}

body.is-crocodile .cro-footer-col-body {
    display: block;
}

body.is-crocodile .cro-footer-col-body ul,
body.is-crocodile .cro-footer-terms ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.is-crocodile .cro-footer-col-body li {
    margin: 0 0 10px;
}

body.is-crocodile .cro-footer-col-body a,
body.is-crocodile .cro-footer-terms a {
    color: #414042;
    font-size: 15px;
}

body.is-crocodile .cro-footer-address,
body.is-crocodile .cro-footer-tel,
body.is-crocodile .cro-footer-email {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.7;
    color: #5b6670;
}

body.is-crocodile .cro-footer-terms {
    grid-column: 1 / -1;
    margin-top: 16px;
}

body.is-crocodile .cro-footer-terms ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 10px;
}

body.is-crocodile .cro-footer-terms li {
    margin: 0;
}

body.is-crocodile .cro-footer-terms__sep {
    color: #5b6670;
}

body.is-crocodile .cro-footer-signup {
    padding-left: 24px;
}

body.is-crocodile .cro-footer-signup-title {
    color: #5b6670;
    font-family: var(--cro-typo-light, var(--cro-body));
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.6px;
    line-height: 35px;
    margin: 0 0 40px;
}

body.is-crocodile .cro-footer-signup-form {
    position: relative;
    display: flex;
    align-items: stretch;
    height: 66px;
    margin-bottom: 20px;
    overflow: hidden;
}

body.is-crocodile .cro-footer-signup-form input[type="email"] {
    flex: 1;
    min-width: 0;
    height: 66px;
    border: 0;
    padding: 0 20px;
    font-size: 18px;
    color: #5b6670;
    background: #f6f6f6;
}

body.is-crocodile .cro-footer-signup-form button {
    width: 190px;
    height: 66px;
    border: 0;
    margin-left: -18px;
    padding: 0 18px 0 32px;
    background: #f9b428;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    white-space: nowrap;
    clip-path: polygon(22px 0, 100% 0, 100% 100%, 0 100%);
}

body.is-crocodile .cro-footer-signup-form button:hover {
    background: #76bc21;
}

body.is-crocodile .cro-footer-signup-blurb {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: -0.3px;
    color: #5b6670;
    margin: 0 0 35px;
}

body.is-crocodile .cro-footer-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

body.is-crocodile .cro-footer-social__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 30px;
    color: #5b6670;
    background: none;
}

body.is-crocodile .cro-footer-social__icon svg {
    width: 14px;
    height: 16px;
    fill: currentColor;
}

body.is-crocodile .cro-footer-social__icon:hover {
    color: #76bc21;
    background: none;
}

body.is-crocodile .cro-footer-social__certs {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 8px;
}

body.is-crocodile .cro-footer-social__certs img {
    height: 36px;
    width: auto;
}

body.is-crocodile .cro-footer-bottom {
    position: relative;
    padding: 65px 24px 28px;
    background: transparent;
}

body.is-crocodile .cro-footer-bottom__line {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
}

body.is-crocodile .cro-footer-bottom__line img {
    display: block;
    width: 100%;
    height: 43px;
    object-fit: fill;
}

body.is-crocodile .cro-footer-bottom-inner {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
}

body.is-crocodile .cro-footer-copy {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #5b6670;
}

body.is-crocodile .cro-footer-logo-link {
    justify-self: center;
    margin-top: -36px;
    position: relative;
    z-index: 2;
}

body.is-crocodile .cro-footer-logo-link .nga-site-logo {
    display: block;
    max-height: 56px;
    max-width: 260px;
    width: auto;
    height: auto;
}

body.is-crocodile .cro-footer-logo-link .nga-site-logo--text {
    color: #12243f;
}

body.is-crocodile .cro-footer-made {
    margin: 0;
    text-align: right;
    font-size: 15px;
    color: #5b6670;
}

body.is-crocodile .cro-footer-legal {
    padding: 0 24px 36px;
}

body.is-crocodile .cro-footer-legal-inner {
    max-width: 1440px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.7;
    color: #5b6670;
}

body.is-crocodile .cro-footer-legal p {
    margin: 0;
}

body.is-crocodile .cro-newsletter-status {
    position: fixed;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    z-index: 700;
    background: #fff;
    color: #1a1a1a;
    padding: 10px 16px;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

@media (min-width: 993px) {
    body.is-crocodile .cro-footer-boxes {
        top: -80px;
        margin-bottom: -80px;
    }
}

@media (max-width: 992px) {
    body.is-crocodile .cro-footer-boxes {
        min-height: 0;
        padding: 16px 16px 0;
    }
    body.is-crocodile .cro-footer-boxes__grid {
        display: none;
    }
    body.is-crocodile .cro-footer-boxes__row {
        display: grid;
        grid-template-columns: 1fr;
        min-height: 0;
        gap: 12px;
    }
    body.is-crocodile .cro-footer-box {
        width: 100%;
        height: auto;
        min-height: 140px;
        background: #fff;
        border: 1px solid #b0b2b1;
        border-radius: 8px;
    }
    body.is-crocodile .cro-footer-navs,
    body.is-crocodile .cro-footer-main-inner,
    body.is-crocodile .cro-footer-bottom-inner {
        grid-template-columns: 1fr;
        transform: none;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
    body.is-crocodile .cro-footer-signup {
        padding-left: 0;
    }
    body.is-crocodile .cro-footer-col-title {
        cursor: pointer;
        padding: 14px 0;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
    body.is-crocodile .cro-footer-col-body {
        display: none;
        padding: 0 0 12px;
    }
    body.is-crocodile .cro-footer-col-body.is-open {
        display: block;
    }
    body.is-crocodile .cro-footer-copy,
    body.is-crocodile .cro-footer-made {
        text-align: center;
    }
    body.is-crocodile .cro-footer-logo-link {
        margin-top: 0;
        order: -1;
    }
}

/* --- Brochure modal --- */
body.is-crocodile .cro-brochure-form {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 800;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

body.is-crocodile .cro-brochure-form.is-open {
    display: flex;
}

body.is-crocodile .cro-brochure-form__overlay {
    position: absolute;
    inset: 0;
    background: rgba(16, 12, 28, 0.72);
}

body.is-crocodile .cro-brochure-form__panel {
    position: relative;
    z-index: 1;
    width: min(980px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    background: #fff;
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
}

body.is-crocodile .cro-brochure-form__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

body.is-crocodile .cro-brochure-form__close svg {
    width: 16px;
    height: 16px;
}

body.is-crocodile .cro-brochure-form__img {
    background: linear-gradient(180deg, #3d2a6d 0%, #76bc21 100%);
    min-height: 220px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 24px 16px;
}

body.is-crocodile .cro-brochure-form__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

body.is-crocodile .cro-brochure-form__trust {
    position: relative;
    z-index: 1;
    background: #fff;
    color: #1a1a1a;
    padding: 12px 16px;
    text-align: center;
    font-size: 14px;
}

body.is-crocodile .cro-brochure-form__form {
    padding: 36px 36px 32px;
}

body.is-crocodile .cro-brochure-subtitle {
    margin: 0 0 8px;
    color: #76bc21;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 12px;
}

body.is-crocodile .cro-brochure-title {
    margin: 0 0 22px;
    color: #3d2a6d;
    font-family: var(--cro-typo-light);
    font-size: 26px;
    font-weight: 400;
    line-height: 1.25;
}

body.is-crocodile .cro-form-row {
    margin-bottom: 14px;
}

body.is-crocodile .cro-form-row--split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

body.is-crocodile .cro-brochure-form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

body.is-crocodile .cro-brochure-form label,
body.is-crocodile .cro-checkbox-label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #5b6670;
}

body.is-crocodile .nga-hp,
body.is-crocodile .nga-hp label,
body.is-crocodile .nga-hp input,
body.is-crocodile .nga-hp span {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.is-crocodile .cro-brochure-form input[type="text"],
body.is-crocodile .cro-brochure-form input[type="tel"],
body.is-crocodile .cro-brochure-form input[type="email"] {
    width: 100%;
    height: 44px;
    border: 1px solid #d5d8db;
    padding: 0 12px;
    font-size: 14px;
}

body.is-crocodile .cro-checkbox-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
}

body.is-crocodile .cro-checkbox-list li {
    display: flex;
    align-items: center;
    gap: 8px;
}

body.is-crocodile .cro-checkbox-list label {
    margin: 0;
    font-weight: 600;
}

body.is-crocodile .cro-brochure-privacy {
    font-size: 12px;
    color: #5b6670;
    margin: 8px 0 16px;
}

body.is-crocodile .cro-brochure-privacy a {
    color: #3d2a6d;
}

body.is-crocodile .cro-brochure-send {
    width: 100%;
    height: 52px;
    border: 0;
    background: #76bc21;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    cursor: pointer;
}

body.is-crocodile .cro-brochure-send:hover {
    background: var(--cro-green-hover);
}

body.is-crocodile .cro-brochure-status {
    margin-top: 12px;
    font-size: 14px;
}

body.is-crocodile .cro-brochure-thankyou {
    padding: 48px 36px;
}

@media (max-width: 800px) {
    body.is-crocodile .cro-brochure-form {
        padding: 0;
    }
    body.is-crocodile .cro-brochure-form__panel {
        grid-template-columns: 1fr;
        max-height: 100vh;
        min-height: 100%;
        border-radius: 0;
    }
    body.is-crocodile .cro-brochure-form__img {
        display: none;
    }
    body.is-crocodile .cro-form-row--split {
        grid-template-columns: 1fr;
    }
    body.is-crocodile .cro-brochure-form__form {
        padding: 56px 20px 28px;
    }
}

/* Page hero + breadcrumbs — always loaded so SPA home→inner does not scatter crumbs */
body.is-crocodile .cro-page-hero {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    padding: 48px 24px 40px;
    background: linear-gradient(135deg, #3d2a6d 0%, #2a1d4a 55%, #1a3320 100%);
}

body.is-crocodile .cro-page-hero__bg {
    background-position: center;
    background-size: cover;
    inset: 0;
    position: absolute;
}

body.is-crocodile .cro-page-hero__bg::after {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.62));
    content: "";
    inset: 0;
    position: absolute;
}

body.is-crocodile .cro-page-hero__inner {
    margin: 0 auto;
    max-width: 900px;
    position: relative;
    text-align: center;
    z-index: 1;
}

body.is-crocodile .cro-page-hero__eyebrow {
    color: rgba(255, 255, 255, 0.88);
    font-family: var(--cro-demi);
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

body.is-crocodile .cro-page-hero__title {
    color: #fff;
    font-family: var(--cro-typo-light);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.1;
    margin: 0;
}

body.is-crocodile .cro-breadcrumbs {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0 0 16px;
}

body.is-crocodile .cro-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

body.is-crocodile .cro-breadcrumbs li {
    display: inline-flex;
    align-items: center;
    flex: 0 1 auto;
    max-width: 100%;
    list-style: none;
}

body.is-crocodile .cro-breadcrumbs li::marker {
    content: none;
    display: none;
}

body.is-crocodile .cro-breadcrumbs li:not(:last-child)::after {
    color: rgba(255, 255, 255, 0.6);
    content: "/";
    flex-shrink: 0;
    font-weight: 400;
    line-height: 1;
    margin: 0 10px;
}

body.is-crocodile .cro-breadcrumbs a,
body.is-crocodile .cro-breadcrumbs span {
    color: rgba(255, 255, 255, 0.92);
    font-family: var(--cro-body);
    font-size: 14px;
    line-height: 1.3;
    max-width: min(70vw, 420px);
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.is-crocodile .cro-breadcrumbs a:hover {
    color: var(--cro-gold);
}
