.industries-premium-section {
    position: relative;
    padding: 125px 0;
    overflow: hidden;
    background: #f8fafc;
}

.industries-premium-heading {
    max-width: 820px;
    margin: 0 auto 58px;
    text-align: center;
}

.industries-premium-heading h2 {
    margin-bottom: 20px;
    color: var(--secondary);
    font-size: clamp(39px, 4.4vw, 59px);
    line-height: 1.07;
    letter-spacing: -2.3px;
}

.industries-premium-heading h2 span {
    display: block;
    color: transparent;
    background: linear-gradient(
        100deg,
        var(--primary-dark),
        #3b82f6,
        #0ea5e9
    );
    background-clip: text;
    -webkit-background-clip: text;
}

.industries-premium-heading p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.75;
}

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

.industry-premium-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 20px;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.industry-premium-card:hover {
    border-color: #bfdbfe;
    box-shadow: 0 24px 52px rgba(15, 23, 42, 0.09);
    transform: translateY(-6px);
}

.industry-premium-featured {
    min-height: 480px;
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 0.8fr) minmax(500px, 1.2fr);
    align-items: center;
    gap: 50px;
    padding: 48px;
    color: var(--white);
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(96, 165, 250, 0.28),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #0f172a,
            #172554
        );
    border-color: rgba(96, 165, 250, 0.2);
    box-shadow: 0 32px 75px rgba(15, 23, 42, 0.18);
}

.industry-premium-featured:hover {
    transform: none;
}

.industry-premium-featured-content {
    position: relative;
    z-index: 2;
}

.industry-premium-badge {
    width: fit-content;
    display: inline-flex;
    margin-bottom: 20px;
    padding: 7px 10px;
    color: #bfdbfe;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
    background: rgba(59, 130, 246, 0.16);
    border: 1px solid rgba(147, 197, 253, 0.22);
    border-radius: 999px;
}

.industry-premium-icon {
    width: 51px;
    height: 51px;
    display: grid;
    place-items: center;
    color: var(--primary);
    background: var(--primary-light);
    border-radius: 15px;
}

.industry-premium-featured .industry-premium-icon {
    color: #bfdbfe;
    background: rgba(59, 130, 246, 0.2);
}

.industry-premium-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.industry-premium-card h3 {
    margin-top: 20px;
    color: var(--secondary);
    font-size: 20px;
    line-height: 1.25;
}

.industry-premium-featured h3 {
    color: var(--white);
    font-size: clamp(31px, 3vw, 45px);
    letter-spacing: -1.4px;
}

.industry-premium-card > p,
.industry-premium-featured-content > p {
    margin-top: 13px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.industry-premium-featured-content > p {
    color: #cbd5e1;
    font-size: 16px;
}

.industry-premium-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 25px;
}

.industry-premium-features span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #e2e8f0;
    font-size: 11px;
    font-weight: 700;
}

.industry-premium-features i {
    width: 21px;
    height: 21px;
    display: grid;
    place-items: center;
    color: var(--success);
    font-size: 10px;
    font-style: normal;
    background: #dcfce7;
    border-radius: 50%;
}

.industry-premium-featured-content > a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 27px;
    color: #bfdbfe;
    font-size: 13px;
    font-weight: 800;
}

.industry-premium-featured-content > a:hover {
    color: var(--white);
}

.industry-premium-featured-content > a svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.industry-premium-featured-visual {
    position: relative;
}

.industry-restaurant-window {
    overflow: hidden;
    background: var(--white);
    border: 1px solid rgba(191, 219, 254, 0.45);
    border-radius: 21px;
    box-shadow: 0 35px 85px rgba(0, 0, 0, 0.32);
    transform: perspective(1300px) rotateY(-4deg);
}

.industry-restaurant-topbar {
    min-height: 47px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 15px;
    padding: 0 16px;
    background: #f1f5f9;
    border-bottom: 1px solid var(--border);
}

.industry-restaurant-topbar > div {
    display: flex;
    gap: 6px;
}

.industry-restaurant-topbar div span {
    width: 8px;
    height: 8px;
    background: #cbd5e1;
    border-radius: 50%;
}

.industry-restaurant-topbar div span:first-child {
    background: #fb7185;
}

.industry-restaurant-topbar div span:nth-child(2) {
    background: #fbbf24;
}

.industry-restaurant-topbar div span:nth-child(3) {
    background: #4ade80;
}

.industry-restaurant-topbar strong {
    color: var(--secondary);
    font-size: 10px;
}

.industry-restaurant-topbar > span {
    justify-self: end;
    color: var(--muted);
    font-size: 8px;
}

.industry-restaurant-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    min-height: 330px;
    background: #f8fafc;
}

.industry-restaurant-products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 18px;
}

.industry-restaurant-products article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 14px;
    text-align: center;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 13px;
}

.industry-restaurant-products article > span {
    font-size: 32px;
}

.industry-restaurant-products strong {
    color: var(--secondary);
    font-size: 9px;
}

.industry-restaurant-products small {
    color: var(--muted);
    font-size: 7px;
}

.industry-restaurant-order {
    display: flex;
    flex-direction: column;
    padding: 16px;
    background: var(--white);
    border-left: 1px solid var(--border);
}

.industry-restaurant-order > div:first-child {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.industry-restaurant-order span {
    color: var(--muted);
    font-size: 8px;
}

.industry-restaurant-order strong {
    color: var(--secondary);
    font-size: 10px;
}

.industry-restaurant-order ul {
    display: grid;
    gap: 9px;
    margin: 15px 0;
}

.industry-restaurant-order li {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border);
}

.industry-restaurant-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid var(--border);
}

.industry-restaurant-total strong {
    color: var(--primary);
    font-size: 15px;
}

.industry-restaurant-order button {
    min-height: 37px;
    margin-top: 13px;
    color: var(--white);
    font-size: 9px;
    font-weight: 800;
    background: var(--primary);
    border-radius: 9px;
}

.industry-premium-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 20px;
}

.industry-premium-tags span {
    padding: 6px 9px;
    color: #475569;
    font-size: 9px;
    font-weight: 800;
    background: #f1f5f9;
    border-radius: 999px;
}

.industry-premium-icon.is-market {
    color: #0f766e;
    background: #ccfbf1;
}

.industry-premium-icon.is-pharmacy {
    color: #15803d;
    background: #dcfce7;
}

.industry-premium-icon.is-fashion {
    color: #7c3aed;
    background: #ede9fe;
}

.industry-premium-icon.is-hardware {
    color: #d97706;
    background: #fef3c7;
}

.industry-premium-icon.is-services {
    color: #0369a1;
    background: #e0f2fe;
}

.industry-premium-icon.is-branches {
    color: #be123c;
    background: #ffe4e6;
}

.industries-premium-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 27px;
    padding: 26px 29px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.industries-premium-cta > div {
    display: flex;
    align-items: center;
    gap: 14px;
}

.industries-premium-cta-icon {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: var(--primary);
    background: var(--primary-light);
    border-radius: 13px;
}

.industries-premium-cta-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.industries-premium-cta div > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.industries-premium-cta strong {
    color: var(--secondary);
    font-size: 15px;
}

.industries-premium-cta p {
    color: var(--muted);
    font-size: 11px;
    line-height: 1.55;
}