.edi-management-page {
    overflow: hidden;
}

.edi-management-page .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--gold-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.edi-hero {
    position: relative;
    padding: clamp(86px, 9vw, 132px) 0 clamp(70px, 8vw, 110px);
}

.edi-hero__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1fr);
    gap: clamp(42px, 6vw, 86px);
    align-items: center;
}

.edi-hero__content h1 {
    max-width: 840px;
    margin: 22px 0 24px;
    color: var(--text-dark);
    font-size: clamp(42px, 6vw, 78px);
    font-weight: 900;
    line-height: 0.96;
    letter-spacing: -0.07em;
}

.edi-hero__content h1 span {
    color: var(--gold-dark);
}

.edi-hero__subtitle {
    max-width: 720px;
    margin: 0 0 30px;
    color: var(--text-light);
    font-size: clamp(16px, 1.4vw, 18px);
    font-weight: 500;
    line-height: 1.76;
}

.edi-hero__subtitle strong {
    color: var(--text-dark);
    font-weight: 900;
}

.edi-hero__actions,
.edi-hero__trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px;
}

.edi-hero__actions {
    margin-bottom: 28px;
}

.edi-hero__trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 9px 12px;
    border: 1px solid rgba(206, 184, 152, 0.34);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--text-light);
    font-size: 12px;
    font-weight: 800;
    box-shadow: var(--shadow-light);
}

.edi-hero__trust i,
.edi-hero__trust strong {
    color: var(--primary-dark);
}

.edi-hero__visual {
    position: relative;
    min-height: 590px;
    border: 1px solid rgba(26, 26, 26, 0.08);
    border-radius: 42px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(246, 240, 229, 0.72));
    box-shadow: 0 32px 98px rgba(16, 24, 23, 0.18);
    overflow: hidden;
    display: block;
}

.edi-orbit-card {
    position: absolute;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 14px;
    row-gap: 2px;
    align-items: center;
    width: min(340px, 85%);
    padding: 20px;
    border: 1px solid rgba(206, 184, 152, 0.38);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 20px 54px rgba(16, 24, 23, 0.13);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    animation: ediFloat 6s ease-in-out infinite;
}

.edi-orbit-card--retail {
    left: 6%;
    top: 90px;
    z-index: 3;
}

.edi-orbit-card--auto {
    right: 6%;
    top: 240px;
    z-index: 2;
    animation-delay: -1.4s;
}

.edi-orbit-card--produce {
    left: 12%;
    bottom: 50px;
    z-index: 4;
    animation-delay: -2.8s;
}

.edi-connector-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.edi-connector-lines path {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    animation: drawLine 2.5s ease-out forwards;
}

@keyframes drawLine {
    to {
        stroke-dashoffset: 0;
    }
}

.edi-orbit-card i {
    grid-row: span 2;
    margin-bottom: 0;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(var(--primary-rgb), 0.12);
    color: var(--primary-dark);
}

.edi-orbit-card strong {
    grid-column: 2;
    color: var(--text-dark);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.24;
}

.edi-orbit-card span {
    grid-column: 2;
    color: var(--text-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
}

.edi-partners {
    padding-top: 72px;
}

.edi-partners__label,
.edi-awards__label {
    margin-bottom: 18px;
    color: var(--text-dark);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
}

.edi-partners__cloud,
.edi-awards__grid,
.edi-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: center;
}

.edi-partners__cloud span,
.edi-awards__grid span,
.edi-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 13px;
    border: 1px solid rgba(206, 184, 152, 0.38);
    border-radius: 999px;
    background: #ffffff;
    color: var(--text-dark);
    font-size: 13px;
    font-weight: 850;
    box-shadow: var(--shadow-light);
}

.edi-workflow-board {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.edi-workflow {
    position: relative;
    border: 1px solid rgba(26, 26, 26, 0.08);
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.edi-workflow header {
    padding: 32px;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(206, 184, 152, 0.30);
    background:
        radial-gradient(circle at 92% 0%, rgba(var(--primary-rgb), 0.12), transparent 30%),
        rgba(246, 240, 229, 0.42);
}

.edi-workflow h3,
.edi-industry-card h3,
.edi-security h2,
.edi-consult h2 {
    margin: 0 0 12px;
    color: var(--text-dark);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.edi-workflow h3 {
    font-size: clamp(25px, 2.5vw, 36px);
}

.edi-workflow header p,
.edi-industry-card p,
.edi-security p {
    color: var(--text-light);
    line-height: 1.7;
}

.edi-workflow__steps {
    display: grid;
    gap: 14px;
    padding: 18px;
}

.edi-step {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
    border-radius: 20px;
    transition: 
        background-color 0.4s ease, 
        border-color 0.4s ease, 
        box-shadow 0.4s ease;
    border: 1px solid rgba(206, 184, 152, 0.34);
    background-color: rgba(255, 255, 255, 0.82);
    isolation: isolate; 
}

.edi-step::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 19px;
    background: radial-gradient(circle at 90% 10%, rgba(var(--primary-rgb), 0.18), transparent 34%),
                linear-gradient(135deg, rgba(var(--primary-rgb), 0.08), rgba(234, 214, 184, 0.28));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.edi-step:hover,
.edi-step:focus-within {
    border-color: var(--primary-light) !important;
    box-shadow: var(--shadow) !important;
    background-color: #eef0ef !important;
}

.edi-step:hover::before,
.edi-step:focus-within::before {
    opacity: 1 !important;
}

.edi-step > i {
    position: relative;
    z-index: 1;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: var(--primary);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(var(--primary-rgb), 0.22);
    transition: transform 0.42s ease, background 0.42s ease, color 0.42s ease, box-shadow 0.42s ease;
}

.edi-step:hover > i,
.edi-step:focus-within > i {
    transform: rotate(-5deg) scale(1.08);
    background: var(--primary);
    color: #ffffff;
    box-shadow: 0 18px 36px rgba(var(--primary-rgb), 0.32);
}

.edi-step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 41px;
    top: 64px;
    bottom: -14px;
    width: 0;
    border-left: 2px dashed rgba(206, 184, 152, 0.6);
    z-index: 0;
}

.edi-step strong {
    display: block;
    margin-bottom: 6px;
    color: var(--text-dark);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.3;
}

.edi-step p {
    margin: 0;
    color: var(--text-light);
    font-size: 13px;
    line-height: 1.62;
}

.edi-step em,
.edi-step small,
.edi-process-track small {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-top: 10px;
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(var(--primary-rgb), 0.12);
    color: var(--primary-dark);
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
}

.edi-industry-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.edi-industry-card,
.edi-review-grid article {
    position: relative;
    border: 1px solid rgba(26, 26, 26, 0.08);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow-light);
    overflow: hidden;
}

.edi-industry-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 30px;
}

.edi-industry-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: var(--gradient-gold);
}

.edi-industry-card > i,
.edi-security__grid i {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 18px;
    background: rgba(var(--primary-rgb), 0.12);
    color: var(--primary-dark);
    font-size: 20px;
}

.edi-industry-card h3 {
    font-size: 22px;
}

.edi-tags {
    justify-content: flex-start;
    margin: 20px 0;
}

.edi-tags span {
    min-height: 30px;
    padding: 5px 10px;
    font-size: 11px;
}

.edi-sets {
    display: grid;
    gap: 8px;
    margin-top: auto;
    padding: 16px;
    border-radius: 20px;
    background: rgba(246, 240, 229, 0.56);
}

.edi-sets strong {
    color: var(--gold-dark);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.edi-sets span {
    color: var(--text-dark);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.edi-security {
    background: var(--ink);
    color: #ffffff;
}

.edi-security .eyebrow,
.edi-security h2,
.edi-security h3 {
    color: #ffffff;
}

.edi-security__layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(30px, 5vw, 70px);
    align-items: center;
}

.edi-security h2,
.edi-consult h2 {
    margin-top: 14px;
    font-size: clamp(34px, 4vw, 58px);
}

.edi-security p {
    color: rgba(255, 255, 255, 0.64);
}

.edi-security__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.edi-security__grid article {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.055);
}

.edi-security__grid i {
    margin-bottom: 16px;
    background: rgba(206, 184, 152, 0.14);
    color: var(--gold-light);
}

.edi-security__grid h3 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 900;
}

.edi-review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.edi-review-grid article {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 30px;
}

.edi-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 20px;
    color: #F4B400;
}

.edi-review-grid p {
    margin: 0 0 26px;
    color: var(--text-light);
    font-size: 15px;
    font-style: italic;
    line-height: 1.75;
}

.edi-review-grid footer {
    display: grid;
    gap: 4px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid var(--border-light);
}

.edi-review-grid footer strong {
    color: var(--text-dark);
    font-weight: 900;
}

.edi-review-grid footer span,
.edi-review-grid footer small {
    color: var(--text-muted);
    font-size: 13px;
    font-weight: 700;
}

.edi-awards {
    padding-top: 42px;
    padding-bottom: 42px;
}

.edi-awards__grid span {
    border-color: rgba(var(--primary-rgb), 0.26);
}

@keyframes ediFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

@media (max-width: 1199px) {
    .edi-hero__layout,
    .edi-workflow-board,
    .edi-security__layout {
        grid-template-columns: 1fr;
    }

    .edi-hero__visual {
        max-width: 840px;
        width: 100%;
        margin: 0 auto;
    }

    .edi-industry-grid,
    .edi-review-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .edi-process-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .edi-process-track article::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .edi-hero {
        padding-top: 78px;
    }

    .edi-hero__content {
        text-align: center;
    }

    .edi-hero__actions,
    .edi-hero__trust {
        justify-content: center;
    }

    .edi-hero__visual {
        display: grid;
        gap: 14px;
        min-height: auto;
        padding: 18px;
        border-radius: 30px;
    }

    .edi-hero__visual::before,
    .edi-hero__visual::after,
    .edi-hub {
        display: none;
    }

    .edi-orbit-card {
        position: static;
        width: 100%;
        animation: none;
    }

    .edi-industry-grid,
    .edi-review-grid,
    .edi-security__grid,
    .edi-process-track {
        grid-template-columns: 1fr;
    }

    .edi-step {
        grid-template-columns: 1fr;
    }

    .edi-step:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 480px) {
    .edi-workflow header,
    .edi-industry-card,
    .edi-review-grid article {
        padding: 22px;
    }
}

.edi-management-page > .section:first-child {
    min-height: calc(100svh - var(--header-height, 92px));
    display: flex;
    align-items: center;
    padding-top: clamp(52px, 6vw, 92px);
    padding-bottom: clamp(28px, 4vw, 56px);
}

.edi-management-page > .section:first-child > .container {
    width: min(100% - 40px, 1400px);
    display: grid;
    gap: clamp(26px, 3.8vw, 52px);
}

.edi-hero__layout {
    min-height: auto;
}

.edi-hero__trust {
    justify-content: flex-start;
    gap: 12px;
    margin-top: 0;
    padding: 14px;
    border: 1px solid rgba(206, 184, 152, 0.32);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: var(--shadow-light);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.edi-hero__trust span {
    flex: 1 1 190px;
    justify-content: center;
    min-height: 52px;
    padding: 12px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--text-dark);
    line-height: 1.25;
}

.edi-hero__trust i {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    border-radius: 11px;
    background: rgba(206, 184, 152, 0.28);
    color: var(--gold-dark);
}

.edi-process-track {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.edi-process-track::before {
    content: '';
    position: absolute;
    left: 8%;
    right: 8%;
    top: 58px;
    z-index: -1;
    height: 4px;
    border-radius: 999px;
    background: rgba(var(--primary-rgb), 1);
}

.edi-process-track article {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 24px;
    border: 1px solid rgba(206, 184, 152, 0.36);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: var(--shadow-light);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.edi-process-track article small {
    margin-top: auto;
}

.edi-process-track article:hover {
    transform: translateY(-6px);
    border-color: rgba(var(--primary-rgb), 0.28);
    box-shadow: var(--shadow);
}

.edi-process-track article > span {
    color: var(--gold-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.edi-process-track p {
    margin: 0 0 14px 0;
    color: var(--text-light);
    font-size: 14px;
    line-height: 1.62;
}

.edi-process-track i {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 14px 0 18px;
    border-radius: 18px;
    background: var(--ink);
    color: var(--gold-light);
}

.edi-process-track h3 {
    margin: 0 0 10px;
    color: var(--text-dark);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
}

.edi-security {
    position: relative;
    background:
        radial-gradient(circle at 12% 18%, rgba(206, 184, 152, 0.16), transparent 32%),
        radial-gradient(circle at 86% 78%, rgba(var(--primary-rgb), 0.22), transparent 34%),
        linear-gradient(135deg, #101615 0%, #1d2220 48%, #101615 100%);
    overflow: hidden;
}

.edi-security__layout > div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 34px;
}

.edi-security__layout > div:first-child h2 {
    margin: 0;
    color: var(--text-dark);
    font-size: clamp(34px, 3.6vw, 52px);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -0.06em;
}

.edi-security__layout > div:first-child > p:not(.eyebrow) {
    margin: 20px 0 24px;
    color: var(--text-light);
    font-size: 16px;
    font-weight: 550;
    line-height: 1.72;
}

.edi-security__grid article {
    position: relative;
    min-height: 230px;
    padding: 26px;
}

.edi-security__grid article::after {
    content: '';
    position: absolute;
    right: -44px;
    bottom: -44px;
    width: 132px;
    height: 132px;
    border: 1px solid rgba(206, 184, 152, 0.18);
    border-radius: 999px;
}

@media (max-width: 1199px) {
    .edi-management-page > .section:first-child {
        min-height: auto;
    }

    .edi-process-track article::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .edi-management-page > .section:first-child > .container {
        width: min(100% - 32px, 1400px);
    }

    .edi-hero__trust {
        padding: 10px;
    }

    .edi-hero__trust span {
        flex-basis: 100%;
        justify-content: flex-start;
    }

    .edi-security::before {
        inset: 12px;
        border-radius: 30px;
    }
}

/* Consult */

.edi-consult__layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.72fr);
    gap: clamp(28px, 5vw, 76px);
    align-items: stretch;
}

.edi-consult__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 100%;
    padding: clamp(12px, 2.2vw, 26px);
}

.edi-consult h2 {
    margin: 16px 0 18px;
    color: var(--text-dark);
    font-size: clamp(36px, 4.4vw, 62px);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.07em;
}

.edi-consult__copy > p:not(.eyebrow) {
    max-width: 700px;
    margin: 0 0 32px;
    color: var(--text-light);
    font-size: 17px;
    line-height: 1.75;
}

.edi-consult__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 760px;
}

.edi-consult__list span {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 76px;
    padding: 16px;
    border: 1px solid rgba(206, 184, 152, 0.36);
    border-radius: 22px;
    background: rgba(255, 255, 255, 1);
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 850;
    line-height: 1.35;
    box-shadow: var(--shadow-light);
}

.edi-consult__list span:last-child {
    grid-column: span 2;
}

.edi-consult__list i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    border-radius: 16px;
    background: var(--ink);
    color: var(--gold-light);
}

.edi-form-card {
    display: grid;
    gap: 14px;
    align-self: stretch;
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid rgba(26, 26, 26, 0.08);
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 70px rgba(16, 24, 23, 0.14);
}

.edi-form-card form {
    display: grid;
    gap: 10px;
}

.edi-form-card .fieldgroup label {
    color: var(--text-dark);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
}

.edi-form-card h3 {
    margin: 0 0 4px;
    color: var(--text-dark);
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.035em;
}

.edi-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.edi-form-card > p {
    margin: 0;
    color: var(--text-muted);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 1199px) {
    .edi-consult__layout {
        grid-template-columns: 1fr;
    }

    .edi-consult__layout {
        padding: 18px;
    }
}

@media (max-width: 768px) {
    .edi-consult__list {
        grid-template-columns: 1fr;
    }

    .edi-consult__list span:nth-child(3) {
        grid-column: auto;
    }

    .edi-consult__layout {
        border-radius: 30px;
        padding: 14px;
    }
}

/* Products */

.edi-products {
    position: relative;
    overflow: hidden;
}

.edi-products__list {
    position: relative;
    display: grid;
    overflow: hidden;
    border: 1px solid rgba(206, 184, 152, 0.95);
    border-radius: 36px;
    background: #ffffff;
    box-shadow: 0 30px 88px rgba(16, 24, 23, 0.10);
}

.edi-product-strip {
    position: relative;
    display: grid;
    grid-template-columns: minmax(170px, 0.2fr) minmax(0, 0.45fr) minmax(260px, 0.25fr) 160px;
    gap: clamp(18px, 2.4vw, 34px);
    align-items: center;
    min-height: 188px;
    padding: clamp(24px, 3vw, 36px);
    border-bottom: 2px solid rgba(206, 184, 152, 0.32);
    color: var(--text-dark);
    text-decoration: none;
    transition:
        background-color 0.28s ease,
        box-shadow 0.28s ease,
        transform 0.28s ease;
}

.edi-product-strip:last-child {
    border-bottom: 0;
}

.edi-product-strip::before {
    content: '';
    position: absolute;
    left: 0;
    top: 22px;
    bottom: 22px;
    width: 4px;
    border-radius: 0 999px 999px 0;
    background: var(--gradient-gold);
    opacity: 0;
    transition: opacity 0.28s ease;
}

.edi-product-strip::after {
    content: '';
    position: absolute;
    inset: 10px;
    z-index: 0;
    border-radius: 26px;
    background:
        radial-gradient(circle at 100% 0%, rgba(var(--primary-rgb), 0.10), transparent 32%),
        rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 48px rgba(16, 24, 23, 0.09);
    opacity: 0;
    transform: scale(0.985);
    transition:
        opacity 0.28s ease,
        transform 0.28s ease;
}

.edi-product-strip:hover {
    transform: translateY(-2px);
}

.edi-product-strip:hover::before {
    opacity: 1;
}

.edi-product-strip:hover::after {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 24px 64px rgba(var(--primary-rgb), 0.12);
    border: 1px solid rgba(206, 184, 152, 0.6);
}

.edi-product-strip > * {
    position: relative;
    z-index: 1;
}

.edi-product-strip > span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    min-height: 38px;
    padding: 8px 13px;
    border: 1px solid rgba(206, 184, 152, 0.42);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--gold-dark);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: var(--shadow-light);
}

.edi-product-strip > span i {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    border-radius: 9px;
    background: rgba(var(--primary-rgb), 0.12);
    color: var(--primary-dark);
    font-size: 12px;
}

.edi-product-strip h3 {
    margin: 0 0 10px;
    color: var(--text-dark);
    font-size: clamp(21px, 2vw, 30px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.edi-product-strip em {
    display: block;
    color: var(--text-muted);
    font-size: 14px;
    font-style: italic;
    line-height: 1.5;
}

.edi-product-strip p {
    margin: 14px 0 0;
    color: var(--text-light);
    font-size: 14px;
    line-height: 1.62;
}

.edi-product-strip ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.edi-product-strip li {
    position: relative;
    padding-left: 22px;
    color: var(--text-light);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.42;
}

.edi-product-strip li::before {
    content: '\f00c';
    position: absolute;
    left: 0;
    top: 1px;
    font-family: 'Font Awesome 6 Free';
    font-size: 11px;
    font-weight: 900;
    color: var(--primary-dark);
}

.edi-product-strip > strong {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-width: 122px;
    color: var(--primary-dark);
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
}

.edi-product-strip > strong i {
    transition: transform 0.24s ease;
}

.edi-product-strip:hover > strong i {
    transform: translateX(4px);
}

@media (max-width: 1199px) {
    .edi-product-strip {
        grid-template-columns: minmax(160px, 0.28fr) minmax(0, 1fr);
        align-items: start;
    }

    .edi-product-strip ul,
    .edi-product-strip > strong {
        grid-column: 2;
    }

    .edi-product-strip > strong {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .edi-products__list {
        border-radius: 28px;
    }

    .edi-products__list::before {
        inset: 8px;
        border-radius: 20px;
    }

    .edi-product-strip {
        grid-template-columns: 1fr;
        gap: 14px;
        min-height: auto;
        padding: 24px;
    }

    .edi-product-strip ul,
    .edi-product-strip > strong {
        grid-column: auto;
    }

    .edi-product-strip::after {
        inset: 8px;
        border-radius: 20px;
    }
}

@media (max-width: 480px) {
    .edi-product-strip {
        padding: 22px;
    }

    .edi-product-strip > span {
        width: 100%;
    }

    .edi-product-strip > strong {
        white-space: normal;
    }
}