/* Crocodile homepage — visual language from crocodile.co.uk, InterDoor content only */
body.is-crocodile.is-home {
    --cro-green: #76bc21;
    --cro-purple: #3d2a6d;
    --cro-gray: #5b6670;
    --cro-gold: #e8b84a;
    --cro-bold: "Montserrat", system-ui, sans-serif;
    background: #fff;
}
body.is-crocodile.is-home .nga-hero,
body.is-crocodile.is-home .nga-hero-curve,
body.is-crocodile.is-home .nga-hero-arrow {
    display: none;
}
body.is-crocodile.is-home .nga-header {
    padding: 12px 0;
}
body.is-crocodile.is-home .nga-header.is-sticky {
    background: #fff;
    box-shadow: 0 8px 24px rgba(61, 42, 109, 0.08);
}
body.is-crocodile.is-home .cro-wrap {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}
body.is-crocodile.is-home .cro-kicker {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--cro-green);
}
body.is-crocodile.is-home .cro-link {
    display: inline-block;
    margin-top: 16px;
    font-weight: 700;
    color: var(--cro-green);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 13px;
}
body.is-crocodile.is-home .cro-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 28px;
    border: 0;
    border-radius: 6px;
    background: var(--cro-green);
    color: #fff;
    font: 700 14px/1 var(--cro-demi, "Montserrat", sans-serif);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}
body.is-crocodile.is-home .cro-btn:hover { background: #68a81c; color: #fff; }

body.is-crocodile.is-home .cro-btn--gold {
    background: var(--cro-gold);
    color: #1a1a1a;
    border-radius: 8px;
}
body.is-crocodile.is-home .cro-btn--gold:hover { background: #d4a63c; color: #1a1a1a; }

body.is-crocodile.is-home .cro-nav {
    flex-wrap: wrap;
    justify-content: center;
}
body.is-crocodile.is-home .cro-nav > li > a,
body.is-crocodile.is-home .nga-nav > li > a {
    font-size: 12px;
    letter-spacing: 0.02em;
    padding: 10px 7px;
    white-space: nowrap;
}

/* --- Hero --- */
body.is-crocodile.is-home .cro-home-hero {
    position: relative;
    min-height: 100vh;
    background-color: #1a1228;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
}
body.is-crocodile.is-home .cro-home-hero__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(10, 8, 18, 0.18) 0%, rgba(10, 8, 18, 0.28) 38%, rgba(10, 8, 18, 0.78) 100%),
        linear-gradient(90deg, rgba(10, 8, 18, 0.18) 0%, transparent 40%);
}
body.is-crocodile.is-home .cro-home-hero__inner {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 160px 24px 96px;
    max-width: 980px;
    margin: 0 auto;
}
body.is-crocodile.is-home .cro-home-hero__kicker {
    margin: 0 0 18px;
    color: #e8b84a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}
body.is-crocodile.is-home .cro-home-hero__title {
    font-family: var(--cro-typo-light, "Montserrat", sans-serif);
    font-weight: 300;
    font-size: clamp(28px, 4.6vw, 64px);
    letter-spacing: -0.035em;
    line-height: 1.08;
    color: #fff;
    margin: 0 0 18px;
    text-shadow: 0 10px 32px rgba(0, 0, 0, 0.32);
}
body.is-crocodile.is-home .cro-home-hero__lead {
    margin: 0 auto 32px;
    max-width: 34em;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(16px, 1.6vw, 20px);
    font-weight: 400;
    line-height: 1.45;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}
body.is-crocodile.is-home .cro-home-hero__explores {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
}
body.is-crocodile.is-home .cro-home-hero__explores a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    color: #fff;
    padding: 10px 22px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    line-height: 1.2;
    text-align: center;
    text-transform: none;
    white-space: nowrap;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
body.is-crocodile.is-home .cro-home-hero__explores a:hover {
    background: #76bc21;
    border-color: #76bc21;
    color: #fff;
    transform: translateY(-1px);
}
body.is-crocodile.is-home .cro-home-hero__ctas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
body.is-crocodile.is-home .cro-home-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 28px;
    border: 0;
    border-radius: 999px;
    background: #f9b428;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    font-family: inherit;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}
body.is-crocodile.is-home .cro-home-hero__cta:hover {
    background: #76bc21;
    color: #fff;
}
body.is-crocodile.is-home .cro-home-hero__cta--ghost {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: none;
}
body.is-crocodile.is-home .cro-home-hero__cta--ghost:hover {
    background: #76bc21;
    border-color: #76bc21;
    color: #fff;
}

/* --- Icon strip --- */
body.is-crocodile.is-home .icon-slider {
    background: #f7f8f9;
    padding: 28px 24px 24px;
    border-bottom: 1px solid rgba(91, 102, 112, 0.08);
}
body.is-crocodile.is-home .icon-slider__slider {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
}
body.is-crocodile.is-home .icon-slider__item {
    padding: 16px 10px 14px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(26, 26, 26, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
body.is-crocodile.is-home .icon-slider__item:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(26, 26, 26, 0.08);
}
body.is-crocodile.is-home .icon-slider__icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 10px;
}
body.is-crocodile.is-home .icon-slider__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}
body.is-crocodile.is-home .icon-slider__title {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    color: #414042;
}
body.is-crocodile.is-home .icon-slider__dots { display: none; }

/* --- Reviews band --- */
body.is-crocodile.is-home .cro-reviews-band {
    background: #fff;
    border-bottom: 1px solid rgba(91, 102, 112, 0.1);
    padding: 32px 24px 36px;
}
body.is-crocodile.is-home .cro-reviews-band__desk {
    align-items: center;
    display: none;
    gap: 40px;
    margin: 0 auto;
    max-width: 1200px;
}
body.is-crocodile.is-home .cro-reviews-band__intro { flex: 0 0 220px; }
body.is-crocodile.is-home .cro-reviews-band__intro .line {
    background: rgba(91, 102, 112, 0.2);
    height: 1px;
    margin-top: 20px;
}
body.is-crocodile.is-home .cro-reviews-band__score { text-align: center; }
body.is-crocodile.is-home .cro-reviews-band__score strong {
    color: var(--cro-purple);
    display: block;
    font-family: var(--cro-typo-light);
    font-size: 36px;
    line-height: 1;
}
body.is-crocodile.is-home .cro-reviews-band__stars { color: var(--cro-gold); margin-bottom: 8px; }
body.is-crocodile.is-home .cro-reviews-band__slider {
    flex: 1;
    min-height: 80px;
    overflow: hidden;
}
body.is-crocodile.is-home .cro-reviews-band__quote {
    display: none;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    color: var(--cro-gray);
}
body.is-crocodile.is-home .cro-reviews-band__quote.is-active { display: block; }
body.is-crocodile.is-home .cro-reviews-band__mobile { display: block; }
body.is-crocodile.is-home .cro-reviews-band__mobile .cro-reviews-band__quote {
    display: block;
    font-size: 15px;
    margin: 0 auto 12px;
    max-width: 38em;
    padding: 0 8px;
}

/* --- LOVE YOUR HOME --- */
body.is-crocodile.is-home .cro-love {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 40px 56px;
    align-items: center;
    background: #fff;
    color: #5b6670;
    padding: 72px 6vw 88px;
    max-width: 1280px;
    margin: 0 auto;
}
body.is-crocodile.is-home .cro-love__kicker {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #5b6670;
    margin: 0 0 36px;
}
body.is-crocodile.is-home .cro-love h2 {
    color: #7565a0;
    font-family: var(--cro-typo-light, "Montserrat", sans-serif);
    font-weight: 300;
    font-size: clamp(30px, 3.4vw, 50px);
    margin: 0 0 28px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
body.is-crocodile.is-home .cro-love__copy > p:not(.cro-love__kicker) {
    color: #5b6670;
    max-width: 46ch;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 40px;
}
body.is-crocodile.is-home .cro-love .cro-btn--gold {
    background: #f9b428;
    color: #1a1a1a;
    min-height: 52px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0 32px;
    clip-path: none;
    box-shadow: 0 10px 24px rgba(249, 180, 40, 0.28);
}
body.is-crocodile.is-home .cro-love .cro-btn--gold:hover {
    background: #76bc21;
    color: #fff;
}
body.is-crocodile.is-home .cro-love__media { min-width: 0; }
body.is-crocodile.is-home .cro-love__mask {
    display: block;
    width: 100%;
    height: auto;
    max-width: 650px;
    margin-left: auto;
}
body.is-crocodile.is-home .cro-shape-hero { display: none; }

/* --- Product boxes --- */
body.is-crocodile.is-home .cro-range {
    padding: 72px 0 64px;
    background: #f7f8f9;
}
body.is-crocodile.is-home .cro-range__intro {
    text-align: center;
    margin-bottom: 40px;
}
body.is-crocodile.is-home .cro-range__intro .cro-kicker {
    color: #5b6670;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.22em;
}
body.is-crocodile.is-home .cro-range__intro h2 {
    color: #7565a0;
    font-family: var(--cro-typo-light, "Montserrat", sans-serif);
    font-size: clamp(28px, 3.6vw, 50px);
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 12px;
}
body.is-crocodile.is-home .cro-range-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}
body.is-crocodile.is-home .cro-range-card {
    position: relative;
    min-height: 340px;
    overflow: hidden;
    border-radius: 18px;
    background: #241c38;
    box-shadow: 0 16px 40px rgba(26, 18, 40, 0.12);
}
body.is-crocodile.is-home .cro-range-card__media { position: absolute; inset: 0; background: #241c38; }
body.is-crocodile.is-home .cro-range-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}
body.is-crocodile.is-home .cro-range-card__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 8, 12, 0.05) 20%, rgba(8, 8, 12, 0.72) 100%);
}
body.is-crocodile.is-home .cro-range-card__front {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 28px 24px 24px;
    transition: opacity 0.24s ease, transform 0.24s ease;
}
body.is-crocodile.is-home .cro-range-card__front h3 {
    margin: 0 0 8px;
    font-size: clamp(18px, 2.2vw, 24px);
    font-weight: 500;
    line-height: 1.25;
    font-family: var(--cro-typo-light, "Montserrat", sans-serif);
}
body.is-crocodile.is-home .cro-range-card__front h3 a {
    color: #fff;
    text-decoration: none;
}
body.is-crocodile.is-home .cro-range-card__go {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #e8b84a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
body.is-crocodile.is-home .cro-range-card__go::after {
    content: "→";
    font-size: 14px;
}
body.is-crocodile.is-home .cro-range-card__sub {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    padding: 40px 36px 32px;
    background: linear-gradient(180deg, rgba(118, 188, 33, 0.88) 0%, rgba(90, 154, 24, 0.96) 100%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.28s ease, visibility 0.28s ease;
    pointer-events: none;
}
body.is-crocodile.is-home .cro-range-card__sub-title {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    font-family: var(--cro-typo-light, "Montserrat", sans-serif);
}
body.is-crocodile.is-home .cro-range-card__sub-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 150px;
    overflow: auto;
}
body.is-crocodile.is-home .cro-range-card__sub-list a {
    display: block;
    padding: 6px 0;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
body.is-crocodile.is-home .cro-range-card__sub-list a:hover { color: var(--cro-gold); }
body.is-crocodile.is-home .cro-range-card__all {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
body.is-crocodile.is-home .cro-range-card__solo-link {
    position: absolute;
    inset: 0;
    z-index: 4;
}
body.is-crocodile.is-home .cro-range-card:hover .cro-range-card__media img,
body.is-crocodile.is-home .cro-range-card.is-expanded .cro-range-card__media img {
    transform: scale(1.06);
}
body.is-crocodile.is-home .cro-range-card:hover .cro-range-card__front,
body.is-crocodile.is-home .cro-range-card.is-expanded .cro-range-card__front {
    opacity: 0;
}
body.is-crocodile.is-home .cro-range-card:hover .cro-range-card__sub,
body.is-crocodile.is-home .cro-range-card.is-expanded .cro-range-card__sub {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* --- Built to last --- */
body.is-crocodile.is-home .cro-craft {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
    background-image: url("../images/craft-triangles.svg");
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: contain;
    color: #5b6670;
    overflow: hidden;
    min-height: 640px;
}
body.is-crocodile.is-home .cro-craft:not(:has(.cro-craft__media)) {
    min-height: 0;
    justify-content: center;
}
body.is-crocodile.is-home .cro-craft__stamp {
    display: none;
    width: 140px;
    height: 140px;
    border: 2px solid var(--cro-green);
    border-radius: 50%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #7565a0;
    flex-shrink: 0;
    box-shadow: 0 10px 30px rgba(91, 102, 112, 0.12);
}
body.is-crocodile.is-home .cro-craft__stamp span {
    font-family: var(--cro-typo-light);
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
}
body.is-crocodile.is-home .cro-craft__stamp small {
    letter-spacing: 0.2em;
    font-size: 11px;
    font-weight: 700;
}
body.is-crocodile.is-home .cro-craft__eyebrow {
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 18px;
    color: #5b6670;
}
body.is-crocodile.is-home .cro-craft__title {
    font-family: var(--cro-typo-light);
    font-size: clamp(28px, 3.4vw, 50px);
    font-weight: 400;
    margin: 0 0 22px;
    line-height: 1.2;
    color: #7565a0;
}
body.is-crocodile.is-home .cro-craft__copy {
    position: relative;
    z-index: 1;
    flex: 1 1 0;
    max-width: 640px;
    padding: 80px 75px 80px 64px;
}
body.is-crocodile.is-home .cro-craft__copy p:not(.cro-craft__title):not(.cro-craft__eyebrow) {
    margin: 0 0 14px;
    color: #5b6670;
    font-size: 18px;
    line-height: 30px;
    max-width: 48ch;
}
body.is-crocodile.is-home .cro-craft__cta {
    display: inline-block;
    margin: 18px 0 0;
    padding: 0;
    background: none;
    color: #76bc21;
    font-family: var(--cro-typo-light, "Montserrat", sans-serif);
    font-size: clamp(20px, 2.2vw, 30px);
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
    text-decoration: none;
}
body.is-crocodile.is-home .cro-craft__cta:hover {
    color: #5a9a18;
    background: none;
}
body.is-crocodile.is-home .cro-craft__media {
    flex: 0 1 920px;
    width: min(920px, 52vw);
    align-self: stretch;
}
body.is-crocodile.is-home .cro-craft__media img {
    width: 100%;
    height: 100%;
    min-height: 640px;
    object-fit: cover;
    display: block;
    border-radius: 0;
    clip-path: polygon(0 0, 72% 0, 99% 50.5%, 72% 100%, 0 100%);
}

/* --- Quote banner (admin: Ana səhifə → Qiymət Banneri) --- */
body.is-crocodile.is-home .cro-call {
    background: #3d2a6d;
    color: #fff;
    padding: 48px 24px;
}
body.is-crocodile.is-home .cro-call__inner {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
body.is-crocodile.is-home .cro-call h2 {
    margin: 0 0 10px;
    color: #fff;
    font-family: var(--cro-typo-light, "Montserrat", sans-serif);
    font-weight: 400;
    font-size: clamp(22px, 3vw, 36px);
    line-height: 1.2;
}
body.is-crocodile.is-home .cro-call p {
    margin: 0;
    max-width: 42em;
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    line-height: 1.5;
}
body.is-crocodile.is-home .cro-call__phone {
    color: #f9b428;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}
body.is-crocodile.is-home .cro-call__phone:hover { color: #76bc21; }
body.is-crocodile.is-home .cro-ticker { display: none; }

/* --- Overlapping project shots (scroll-pinned scatter) --- */
body.is-crocodile.is-home .cro-shots {
    position: relative;
    height: 140vh;
    background: #fff;
}
body.is-crocodile.is-home .cro-shots__pin {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: #fff;
    overflow: hidden;
}
body.is-crocodile.is-home .cro-shots__marquee {
    position: absolute;
    left: 0;
    right: 0;
    top: 44%;
    z-index: 10;
    overflow: hidden;
    height: 180px;
    pointer-events: none;
    margin: 0;
    transform: translateY(-50%);
}
body.is-crocodile.is-home .cro-shots__track {
    display: flex;
    width: max-content;
    animation: cro-marquee 20s linear infinite;
}
body.is-crocodile.is-home .cro-shots__track p {
    display: inline-block;
    margin: 0;
    padding: 0 24px;
    font-family: var(--cro-typo-light, "Montserrat", sans-serif);
    font-size: 150px;
    font-weight: 400;
    letter-spacing: -3.75px;
    line-height: 180px;
    text-transform: none;
    color: #76bc21;
    white-space: nowrap;
}
body.is-crocodile.is-home .cro-shots__stage {
    position: relative;
    width: 720px;
    max-width: 90%;
    height: 525px;
    margin: 0 auto;
}
body.is-crocodile.is-home .cro-shots__item {
    position: absolute;
    left: 0;
    top: 0;
    width: 690px;
    max-width: 108%;
    overflow: hidden;
    will-change: transform;
    backface-visibility: hidden;
}
body.is-crocodile.is-home .cro-shots__item img {
    width: 100%;
    height: 525px;
    object-fit: cover;
    display: block;
}
body.is-crocodile.is-home .cro-shots__item--1 { top: -10px; left: 0; z-index: 4; transform: rotate(0deg); }
body.is-crocodile.is-home .cro-shots__item--2 { top: 0; left: 0; z-index: 3; transform: rotate(-3deg); width: 717px; }
body.is-crocodile.is-home .cro-shots__item--3 { top: 0; left: 10px; z-index: 2; transform: rotate(2deg); width: 708px; }
body.is-crocodile.is-home .cro-shots__item--4 { top: 0; left: -15px; z-index: 1; transform: rotate(1deg); width: 699px; }
body.is-crocodile.is-home .cro-shots__cta {
    position: relative;
    z-index: 11;
    text-align: center;
    margin-top: 50px;
}

/* --- Steps (crocodile.co.uk step-slider) --- */
body.is-crocodile.is-home .cro-next {
    --cro-step-w: calc(100% - 30px);
    --cro-step-gap: 15px;
    --cro-step-i: 0;
    position: relative;
    overflow: hidden;
    background: #000;
    padding: 110px 0 72px 15px;
    color: #fff;
    scroll-margin-top: 96px;
}
body.is-crocodile.is-home .cro-next::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 5;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 42px 73px 0;
    border-color: #fff transparent transparent;
    transform: translateX(-50%);
    pointer-events: none;
}
body.is-crocodile.is-home .cro-next__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
}
body.is-crocodile.is-home .cro-next__title {
    position: relative;
    z-index: 5;
    text-align: center;
    max-width: 810px;
    width: 100%;
    margin: 0 auto 108px;
    padding: 0 15px 0 0;
    color: #fff;
    font-family: var(--cro-typo-light);
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.75px;
    line-height: 35px;
}
body.is-crocodile.is-home .cro-next__stage {
    position: relative;
    width: 100%;
    overflow: visible;
}
body.is-crocodile.is-home .cro-next__vert {
    display: none;
    position: absolute;
    left: -70px;
    top: 50%;
    z-index: 10;
    margin: 0;
    transform: translate(-50%, -50%) rotate(-90deg);
    transform-origin: center center;
    white-space: nowrap;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    color: #fff;
}
body.is-crocodile.is-home .cro-next__viewport {
    overflow: hidden;
    width: 100%;
}
body.is-crocodile.is-home .cro-next__slider {
    position: relative;
    z-index: 5;
    width: 100%;
    overflow: visible;
}
body.is-crocodile.is-home .cro-next__track {
    display: flex;
    align-items: stretch;
    gap: var(--cro-step-gap);
    padding-top: 88px;
    transition: transform 0.55s cubic-bezier(0.7, 0, 0.3, 1);
    will-change: transform;
}
body.is-crocodile.is-home .cro-step-panel {
    position: relative;
    flex: 0 0 var(--cro-step-w);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 220px;
    padding: 30px 30px 20px 20px;
    box-sizing: border-box;
    overflow: visible;
    border-radius: 25px;
    background: #f4f5f7;
}
body.is-crocodile.is-home .cro-step-panel__num {
    position: absolute;
    top: -35px;
    left: 20px;
    margin: 0;
    font-family: var(--cro-typo-light);
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 6px;
    line-height: 72px;
    color: var(--cro-green);
}
body.is-crocodile.is-home .cro-step-panel__copy {
    flex: 1 1 auto;
    min-width: 0;
    width: calc(100% - 70px);
    max-width: 349px;
}
body.is-crocodile.is-home .cro-step-panel__name {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.4px;
    line-height: 26px;
    text-transform: uppercase;
    color: #f9b428;
    margin: 0 0 15px;
}
body.is-crocodile.is-home .cro-step-panel__text p {
    margin: 0 0 8px;
    color: #5b6670;
    font-size: 15px;
    line-height: 25px;
}
body.is-crocodile.is-home .cro-step-panel__text strong {
    font-weight: 700;
    color: #5b6670;
}
body.is-crocodile.is-home .cro-step-panel__icon {
    flex: 0 0 auto;
    width: 55px;
    height: auto;
    margin-top: -10px;
    object-fit: contain;
}
body.is-crocodile.is-home .cro-step-panel:nth-child(2) .cro-step-panel__icon,
body.is-crocodile.is-home .cro-step-panel:nth-child(4) .cro-step-panel__icon {
    width: 45px;
}
body.is-crocodile.is-home .cro-next__dots {
    display: flex;
    gap: 2px;
    position: relative;
    z-index: 5;
    width: calc(100% - 30px);
    max-width: 1440px;
    margin: 0 15px 25px;
    height: 4px;
}
body.is-crocodile.is-home .cro-step-tab {
    flex: 1 1 0;
    height: 4px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: transparent;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    cursor: pointer;
}
body.is-crocodile.is-home .cro-step-tab.is-active {
    background: var(--cro-green);
}
body.is-crocodile.is-home .cro-next__counter {
    position: relative;
    z-index: 5;
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 22px;
    color: #fff;
}

@media (min-width: 480px) {
    body.is-crocodile.is-home .cro-next__slider { max-width: 400px; }
}
@media (min-width: 993px) {
    body.is-crocodile.is-home .cro-next {
        --cro-step-w: 599px;
        --cro-step-gap: 70px;
        padding: 140px 0 80px;
    }
    body.is-crocodile.is-home .cro-next__title {
        font-size: 40px;
        letter-spacing: -1px;
        line-height: 45px;
        margin: 0 auto 128px;
        padding-right: 0;
    }
    body.is-crocodile.is-home .cro-next__stage { margin-left: 75px; }
    body.is-crocodile.is-home .cro-next__slider { max-width: 560px; }
    body.is-crocodile.is-home .cro-step-panel {
        border-radius: 30px;
        min-height: 320px;
        padding: 55px 80px 30px 30px;
    }
    body.is-crocodile.is-home .cro-step-panel__num {
        left: 50px;
        top: -50px;
        font-size: 75px;
        letter-spacing: 8px;
        line-height: 90px;
    }
    body.is-crocodile.is-home .cro-step-panel__copy { width: calc(100% - 120px); }
    body.is-crocodile.is-home .cro-step-panel__name {
        font-size: 24px;
        letter-spacing: -0.6px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    body.is-crocodile.is-home .cro-step-panel__text p {
        font-size: 18px;
        line-height: 30px;
    }
    body.is-crocodile.is-home .cro-step-panel__icon { width: 100px; }
    body.is-crocodile.is-home .cro-step-panel:nth-child(2) .cro-step-panel__icon,
    body.is-crocodile.is-home .cro-step-panel:nth-child(4) .cro-step-panel__icon {
        width: 65px;
    }
    body.is-crocodile.is-home .cro-next__dots {
        margin: 0 75px 25px;
        width: calc(100% - 150px);
    }
}
@media (min-width: 1280px) {
    body.is-crocodile.is-home .cro-step-panel {
        padding: 75px 80px 50px 50px;
    }
    body.is-crocodile.is-home .cro-next__dots {
        margin: 0 100px 25px;
        width: calc(100% - 200px);
    }
}
@media (min-width: 1366px) {
    body.is-crocodile.is-home .cro-next__title {
        font-size: 50px;
        letter-spacing: -1.25px;
        line-height: 60px;
        margin: 0 auto 140px;
    }
    body.is-crocodile.is-home .cro-step-panel__num {
        font-size: 90px;
        letter-spacing: 10px;
        line-height: 110px;
    }
}
@media (min-width: 1440px) {
    body.is-crocodile.is-home .cro-next__stage { margin-left: 100px; }
    body.is-crocodile.is-home .cro-next__dots {
        margin: 0 100px 25px;
        width: calc(100% - 200px);
    }
}
@media (min-width: 1600px) {
    body.is-crocodile.is-home .cro-next__stage { margin-left: calc(50% - 720px); }
    body.is-crocodile.is-home .cro-next__slider { max-width: 669px; }
    body.is-crocodile.is-home .cro-next__dots {
        margin: 0 auto 25px;
        width: 100%;
    }
}
@media (min-width: 1640px) {
    body.is-crocodile.is-home .cro-step-panel {
        border-radius: 0;
        min-height: 375px;
        background: url("../images/step-card.svg") center / 100% 100% no-repeat;
    }
}
@media (min-width: 1900px) {
    body.is-crocodile.is-home .cro-next__vert { display: block; }
}

/* --- Book CTA --- */
body.is-crocodile.is-home .cro-book {
    margin: 28px auto 56px;
    z-index: 2;
}

body.is-crocodile.is-home .cro-float-bar {
    display: none;
}
body.is-crocodile.is-home { padding-bottom: 24px; }
body.is-crocodile.is-home .nga-floating-actions {
    left: auto;
    right: 20px;
    bottom: 24px;
}

@keyframes cro-marquee {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-50%, 0, 0); }
}

@media (min-width: 768px) {
    body.is-crocodile.is-home .cro-reviews-band__desk { display: flex; }
    body.is-crocodile.is-home .cro-reviews-band__mobile { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    body.is-crocodile.is-home .cro-shots { height: auto; }
    body.is-crocodile.is-home .cro-shots__pin {
        position: relative !important;
        height: auto;
        min-height: 70vh;
        padding: 64px 0;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: auto !important;
        bottom: auto !important;
    }
    body.is-crocodile.is-home .cro-shots__track { animation: none; }
}

@media (min-width: 1101px) {
    body.is-crocodile.is-home .cro-craft__stamp {
        display: flex;
        position: absolute;
        left: 44%;
        top: 52%;
        z-index: 3;
        margin: 0;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 1100px) {
    body.is-crocodile.is-home .icon-slider__slider {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    body.is-crocodile.is-home .icon-slider__item {
        padding: 12px 8px 10px;
    }
    body.is-crocodile.is-home .cro-craft {
        flex-direction: column;
        background-position: 100% 100%;
        min-height: 0;
        padding-top: 28px;
    }
    body.is-crocodile.is-home .cro-craft__stamp {
        display: flex;
        position: relative;
        z-index: 2;
        margin: 12px auto -56px;
    }
    body.is-crocodile.is-home .cro-craft__media {
        width: 100%;
        max-width: none;
        flex-basis: auto;
    }
    body.is-crocodile.is-home .cro-craft__media,
    body.is-crocodile.is-home .cro-craft__media img {
        min-height: 320px;
    }
    body.is-crocodile.is-home .cro-craft__media img {
        clip-path: none;
    }
    body.is-crocodile.is-home .cro-craft__copy {
        max-width: none;
        padding: 56px 24px 64px;
    }
}

@media (max-width: 992px) {
    body.is-crocodile.is-home .cro-nav { flex-wrap: wrap; }
    body.is-crocodile.is-home .cro-wrap { padding: 0 16px; }
    body.is-crocodile.is-home .icon-slider { padding: 32px 16px 24px; }
    body.is-crocodile.is-home .cro-reviews-band {
        padding: 24px 20px 28px;
        text-align: center;
    }
    body.is-crocodile.is-home .cro-reviews-band__mobile .cro-reviews-band__quote {
        font-size: 14px;
        line-height: 1.55;
        max-width: none;
        padding: 0 76px 0 8px;
        text-align: left;
    }
    body.is-crocodile.is-home .cro-home-hero__inner {
        padding: 120px 16px 88px;
    }
    body.is-crocodile.is-home .cro-home-hero__kicker {
        margin-bottom: 12px;
        font-size: 11px;
    }
    body.is-crocodile.is-home .cro-home-hero__title {
        font-size: clamp(26px, 7.4vw, 40px);
        margin-bottom: 12px;
        line-height: 1.12;
    }
    body.is-crocodile.is-home .cro-home-hero__lead {
        margin-bottom: 20px;
        font-size: 15px;
    }
    body.is-crocodile.is-home .cro-home-hero__explores {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        width: 100%;
        margin: 0 auto 14px;
    }
    body.is-crocodile.is-home .cro-home-hero__explores a {
        white-space: nowrap;
        max-width: none;
        width: auto;
        box-sizing: border-box;
        padding: 10px 16px;
        min-height: 42px;
        font-size: 12px;
    }
    body.is-crocodile.is-home .cro-home-hero__cta {
        min-height: 46px;
        font-size: 13px;
    }
    body.is-crocodile.is-home .cro-love {
        grid-template-columns: 1fr;
        padding: 48px 16px 56px;
        gap: 28px;
        text-align: center;
    }
    body.is-crocodile.is-home .cro-love__copy > p:not(.cro-love__kicker) {
        margin-left: auto;
        margin-right: auto;
        max-width: 40ch;
    }
    body.is-crocodile.is-home .cro-love .cro-btn--gold {
        margin: 0 auto;
        padding: 0 28px;
        min-height: 48px;
    }
    body.is-crocodile.is-home .cro-love__mask { margin: 0 auto; border-radius: 20px; overflow: hidden; }
    body.is-crocodile.is-home .cro-love__mask image { clip-path: inset(0 round 20px); }
    body.is-crocodile.is-home .cro-range { padding: 56px 0 40px; }
    body.is-crocodile.is-home .cro-range__intro { margin-bottom: 28px; }
    body.is-crocodile.is-home .cro-book {
        margin: 20px auto 48px;
        width: calc(100% - 32px);
        border-radius: 28px;
        height: auto;
        min-height: 0;
        padding: 20px 18px 18px 20px;
    }
    body.is-crocodile.is-home .cro-book::before,
    body.is-crocodile.is-home .cro-book::after {
        display: none;
    }
    body.is-crocodile.is-home .cro-book h2 {
        max-width: calc(100% - 108px);
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 1.25;
    }
    body.is-crocodile.is-home .cro-book__person {
        width: 108px;
        height: 86%;
        right: -4px;
    }
    body.is-crocodile.is-home .cro-book-btn {
        left: 0;
        top: 0;
        height: 44px;
        padding: 10px 14px;
        font-size: 14px;
    }
    body.is-crocodile.is-home .cro-book-phone {
        margin: 10px 0 0;
        font-size: 14px;
        line-height: 1.3;
    }
    body.is-crocodile.is-home .cro-range-cards { grid-template-columns: 1fr; padding: 0 16px; gap: 14px; }
    body.is-crocodile.is-home .cro-range-card { min-height: 300px; }
    body.is-crocodile.is-home .cro-range-card__front {
        padding: 22px 20px 20px;
        padding-right: 78px;
    }
    body.is-crocodile.is-home .cro-range-card__front h3 { font-size: 20px; }
    body.is-crocodile.is-home .cro-next {
        --cro-step-w: 100%;
        padding: 80px 16px 48px;
    }
    body.is-crocodile.is-home .cro-next__track {
        padding-top: 76px;
    }
    body.is-crocodile.is-home .cro-next__title {
        padding: 0;
        margin-bottom: 92px;
        font-size: 26px;
        line-height: 1.25;
    }
    body.is-crocodile.is-home .cro-next__dots {
        width: 100%;
        margin: 0 0 20px;
    }
    body.is-crocodile.is-home .cro-shots { height: auto; }
    body.is-crocodile.is-home .cro-shots__pin {
        position: relative !important;
        height: auto;
        min-height: 0;
        padding: 36px 0 48px;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: auto !important;
        bottom: auto !important;
    }
    body.is-crocodile.is-home .cro-shots__marquee { height: 52px; top: 28%; }
    body.is-crocodile.is-home .cro-shots__track p { font-size: 34px; letter-spacing: -1px; line-height: 52px; }
    body.is-crocodile.is-home .cro-shots__stage { width: calc(100% - 32px); max-width: 100%; height: 280px; }
    body.is-crocodile.is-home .cro-shots__cta { margin-top: 28px; }
    body.is-crocodile.is-home .cro-shots__item,
    body.is-crocodile.is-home .cro-shots__item--2,
    body.is-crocodile.is-home .cro-shots__item--3,
    body.is-crocodile.is-home .cro-shots__item--4 { width: 100%; left: 0; }
    body.is-crocodile.is-home .cro-shots__item img { height: 260px; }
    body.is-crocodile.is-home .cro-shots__item--1 { top: -6px; }
    body.is-crocodile.is-home .cro-shots__item--2 { top: 8px; }
    body.is-crocodile.is-home .cro-shots__item--3 { top: 4px; }
    body.is-crocodile.is-home .cro-shots__item--4 { top: 12px; }
    body.is-crocodile.is-home .cro-craft__copy {
        padding: 40px 20px 64px;
        text-align: center;
    }
    body.is-crocodile.is-home .cro-craft__copy p:not(.cro-craft__title):not(.cro-craft__eyebrow) {
        margin-left: auto;
        margin-right: auto;
        padding: 0 56px 0 0;
        box-sizing: border-box;
    }
    body.is-crocodile.is-home .cro-craft__cta {
        display: inline-block;
        margin-right: 56px;
    }
    body.is-crocodile.is-home .cro-craft__media img { height: 280px; min-height: 280px; clip-path: none; }
}

@media (max-width: 640px) {
    body.is-crocodile.is-home .icon-slider__slider {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    body.is-crocodile.is-home .cro-home-hero__inner { padding: 104px 16px 88px; }
    body.is-crocodile.is-home .nga-floating-actions {
        bottom: 20px;
    }
}
