.amge-home {
    --amge-blue: #0b2b4f;
    --amge-sky: #0b84d8;
    --amge-teal: #2fb8c8;
    --amge-ink: #10223c;
    --amge-muted: #617086;
    color: var(--amge-ink);
    background: #fff;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.amge-home * {
    box-sizing: border-box;
}

.amge-home__wrap {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.amge-hero {
    background: linear-gradient(90deg, #f9fcff 0%, #f6f9fc 46%, #fff 100%);
    border-bottom: 1px solid #e7edf5;
    overflow: hidden;
}

.amge-hero__grid {
    min-height: 590px;
    display: grid;
    grid-template-columns: 0.9fr 1.35fr;
    align-items: center;
    gap: 28px;
    padding: 56px 0;
}

.amge-eyebrow {
    margin: 0 0 16px;
    color: var(--amge-teal);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.amge-hero h1,
.amge-catalog-band h2,
.amge-dealer-band h2 {
    margin: 0;
    color: #08213f;
    font-size: 58px;
    line-height: 0.96;
    font-weight: 800;
    letter-spacing: 0;
}

.amge-lead {
    max-width: 430px;
    margin: 22px 0 20px;
    color: var(--amge-muted);
    font-size: 17px;
    line-height: 1.6;
}

.amge-checklist {
    display: grid;
    gap: 10px;
    margin: 0 0 30px;
    padding: 0;
    color: #34455d;
    font-size: 14px;
    font-weight: 600;
    list-style: none;
}

.amge-checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.amge-checklist li::before {
    content: "\f00c";
    width: 18px;
    height: 18px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: #4ccbd0;
    color: #fff;
    font: 10px/1 "Font Awesome 6 Free";
    font-weight: 900;
    flex: 0 0 auto;
}

.amge-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.amge-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 4px;
    padding: 0 24px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.amge-btn:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.amge-btn--disabled,
.amge-btn--disabled:hover {
    cursor: default;
    opacity: .72;
    transform: none;
    pointer-events: none;
}

.amge-btn--primary {
    background: var(--amge-sky);
    color: #fff;
    box-shadow: 0 10px 22px rgba(11, 132, 216, .2);
}

.amge-btn--outline {
    border: 1px solid var(--amge-sky);
    color: var(--amge-sky);
    background: #fff;
}

.amge-btn--teal {
    background: #20aec3;
    color: #fff;
}

.amge-hero__stage {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amge-hero__image {
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 22px 28px rgba(21, 37, 58, .2));
}

.amge-value-strip {
    border-bottom: 1px solid #e8edf4;
    background: #fff;
}

.amge-value-strip__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 34px 0;
}

.amge-value-strip__grid div {
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 16px;
    padding: 0 28px;
    border-right: 1px solid #dce4ee;
}

.amge-value-strip__grid div:last-child {
    border-right: 0;
}

.amge-value-strip i {
    grid-row: span 2;
    align-self: center;
    color: var(--amge-blue);
    font-size: 30px;
}

.amge-value-strip strong {
    color: #142842;
    font-size: 13px;
    text-transform: uppercase;
}

.amge-value-strip span {
    color: var(--amge-muted);
    font-size: 13px;
}

.amge-section {
    padding: 58px 0;
    border-bottom: 1px solid #edf1f6;
}

.amge-section__title,
.amge-section__head h2 {
    margin: 0 0 34px;
    color: #132944;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
}

.amge-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

.amge-section__head h2 {
    margin: 0;
    text-align: left;
}

.amge-section__head a {
    color: var(--amge-sky);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}

.amge-category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.amge-category-card,
.amge-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid #edf1f5;
    border-radius: 5px;
    background: #fff;
    color: #142842;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(31, 45, 61, .05);
    transition: transform .18s ease, box-shadow .18s ease;
}

.amge-category-card:hover,
.amge-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 35px rgba(31, 45, 61, .11);
    text-decoration: none;
}

.amge-category-card {
    min-height: 320px;
    padding: 18px;
}

.amge-category-card__image {
    display: grid;
    place-items: center;
    margin-bottom: 16px;
}

.amge-category-card img,
.amge-product-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.amge-category-card strong,
.amge-product-card strong {
    color: #172d48;
    font-size: 15px;
    font-weight: 800;
}

.amge-category-card > span:last-child {
    margin-top: 12px;
    color: var(--amge-sky);
    font-size: 12px;
    font-weight: 700;
}

.amge-centered-action {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.amge-section--products {
    background: #fbfdff;
}

.amge-product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.amge-product-card {
    min-height: 315px;
    padding: 16px;
}

.amge-product-card img {
    height: 150px;
    width: 100%;
}

.amge-product-card strong {
    min-height: 58px;
    font-size: 14px;
    line-height: 1.35;
}

.amge-price {
    margin-top: auto;
    color: #06172c;
    font-size: 16px;
    font-weight: 800;
}

.amge-cart-icon {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 4px;
    background: var(--amge-sky);
    color: #fff;
}

.amge-catalog-band {
    padding: 70px 0;
    background: linear-gradient(100deg, #fff8e8 0%, #fffdf7 48%, #f3f8fb 100%);
}

.amge-catalog-band__grid {
    display: grid;
    grid-template-columns: 220px 1fr 360px;
    align-items: center;
    gap: 54px;
}

.amge-catalog-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 22px 35px rgba(26, 34, 45, .18);
    transform: rotate(-8deg);
    overflow: hidden;
}

.amge-catalog-cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.amge-catalog-band h2,
.amge-dealer-band h2 {
    max-width: 430px;
    font-size: 39px;
    line-height: 1.12;
}

.amge-catalog-band p,
.amge-dealer-band p {
    color: var(--amge-muted);
    line-height: 1.55;
}

.amge-catalog-band h2 + p {
    margin: 12px 0 14px;
}

.amge-catalog-band .amge-btn {
    margin-top: 0;
}

.amge-catalog-points,
.amge-dealer-list {
    display: grid;
    gap: 0;
}

.amge-dealer-list {
    gap: 18px;
}

.amge-catalog-points p,
.amge-dealer-list p {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 3px 16px;
    margin: 0;
}

.amge-catalog-points p {
    padding: 18px 0;
    border-bottom: 1px solid #d8dee7;
}

.amge-catalog-points p:first-child {
    padding-top: 0;
}

.amge-catalog-points p:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.amge-catalog-points i,
.amge-dealer-list i {
    grid-row: span 2;
    align-self: center;
    justify-self: center;
    color: #28415f;
    font-size: 26px;
}

.amge-catalog-points strong,
.amge-dealer-list strong {
    color: #172d48;
    font-size: 15px;
}

.amge-catalog-points span,
.amge-dealer-list span {
    color: var(--amge-muted);
    font-size: 13px;
}

.amge-dealer-list span {
    margin-top: 4px;
}

.amge-dealer-band {
    position: relative;
    padding: 72px 0;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(218, 247, 250, .9), rgba(246, 252, 253, .9));
}

.amge-dealer-band::after {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: 30%;
    background: url("../../../../../media/warehouse_image/warehouse.webp") center right/cover no-repeat;
    opacity: .48;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .35) 18%, #000 42%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .35) 18%, #000 42%);
}

.amge-dealer-band__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 70px;
    align-items: center;
}

.amge-dealer-band .amge-eyebrow {
    margin-bottom: 18px;
    color: var(--amge-teal);
}

.amge-dealer-band h2 {
    margin-bottom: 12px;
}

.amge-dealer-band h2 + p {
    max-width: 520px;
    margin: 0 0 16px;
}

.amge-why-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.amge-why-grid div {
    min-height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 22px;
    text-align: center;
    border-right: 1px solid #dfe7f0;
}

.amge-why-grid div:last-child {
    border-right: 0;
}

.amge-why-grid i {
    color: #54cbd4;
    font-size: 44px;
}

.amge-why-grid strong {
    color: #172d48;
    font-size: 14px;
}

.amge-why-grid span {
    color: var(--amge-muted);
    font-size: 12px;
    line-height: 1.45;
}

.amge-trust {
    border-top: 1px solid #e9eef5;
    background: #fbfcfe;
}

.amge-trust__grid {
    display: grid;
    grid-template-columns: 1.25fr repeat(5, 1fr);
    align-items: center;
    gap: 28px;
    min-height: 126px;
}

.amge-trust strong {
    display: block;
    color: #172d48;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.amge-stars {
    display: block;
    color: #ffc62e;
    font-size: 24px;
    letter-spacing: 1px;
}

.amge-trust small {
    color: #51637a;
    font-weight: 700;
}

.amge-trust p {
    margin: 0;
    color: #a0a7b0;
    font-size: 26px;
    font-weight: 800;
    text-align: center;
}

@media (max-width: 1024px) {
    .amge-hero__grid,
    .amge-catalog-band__grid,
    .amge-dealer-band__grid {
        grid-template-columns: 1fr;
    }

    .amge-hero__grid {
        min-height: auto;
    }

    .amge-hero__stage {
        min-height: 420px;
        order: -1;
    }

    .amge-hero__image {
        width: min(100%, 680px);
    }

    .amge-catalog-band {
        padding: 56px 0;
    }

    .amge-catalog-band__grid {
        gap: 34px;
        justify-items: center;
        text-align: center;
    }

    .amge-catalog-cover {
        width: min(260px, 72vw);
    }

    .amge-catalog-points {
        width: min(520px, 100%);
        text-align: left;
    }

    .amge-dealer-band__grid {
        gap: 36px;
    }

    .amge-dealer-band__grid > div:first-child {
        text-align: left;
    }

    .amge-category-grid,
    .amge-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .amge-why-grid,
    .amge-value-strip__grid,
    .amge-trust__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .amge-value-strip__grid div,
    .amge-why-grid div {
        border-right: 0;
        border-bottom: 1px solid #dfe7f0;
        padding: 22px;
    }
}

@media (max-width: 640px) {
    .amge-home__wrap {
        width: min(100% - 28px, 1180px);
    }

    .amge-hero__grid {
        padding: 32px 0 44px;
    }

    .amge-hero h1 {
        font-size: 38px;
        line-height: 1.02;
    }

    .amge-lead {
        font-size: 15px;
    }

    .amge-hero__stage {
        min-height: 290px;
    }

    .amge-actions,
    .amge-section__head {
        align-items: stretch;
        flex-direction: column;
    }

    .amge-btn {
        width: 100%;
    }

    .amge-category-grid,
    .amge-product-grid,
    .amge-value-strip__grid,
    .amge-why-grid,
    .amge-trust__grid {
        grid-template-columns: 1fr;
    }

    .amge-category-card {
        min-height: 0;
    }



    .amge-catalog-cover {
        width: min(230px, 74vw);
        height: 300px;
    }

    .amge-catalog-band h2,
    .amge-dealer-band h2 {
        font-size: 32px;
    }

    .amge-catalog-band__grid {
        gap: 32px;
    }

    .amge-dealer-band::after {
        display: none;
    }
}
