.industry-hero {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.industry-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
    padding: clamp(3rem, 7vw, 6rem) 0;
}

.industry-hero__copy h1 {
    max-width: 760px;
    font-size: clamp(2.45rem, 5vw, 4.75rem);
    line-height: 0.96;
    font-weight: 760;
    letter-spacing: 0;
    color: #111827;
}

.industry-hero__copy p {
    max-width: 680px;
    margin-top: 1.35rem;
    color: #4b5563;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    line-height: 1.65;
}

.industry-hero__actions,
.industry-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.75rem;
}

.industry-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.6rem;
}

.industry-proof span {
    display: inline-flex;
    align-items: center;
    min-height: 2.15rem;
    padding: 0.45rem 0.72rem;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #f9fafb;
    color: #374151;
    font-size: 0.84rem;
    font-weight: 650;
}

.industry-hero__visual {
    border: 1px solid #e5e7eb;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
    background: #f8fafc;
}

.industry-hero__visual img,
.industry-shot img {
    display: block;
    width: 100%;
    height: auto;
}

.industry-section {
    padding: clamp(3rem, 6vw, 5.5rem) 0;
    background: #f7f8fa;
}

.industry-section--white {
    background: #fff;
}

.industry-two-col,
.industry-feature-layout,
.industry-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: start;
}

.industry-two-col h2,
.industry-feature-layout h2,
.industry-section-head h2,
.industry-cta h2 {
    margin-top: 0.45rem;
    max-width: 760px;
    color: #111827;
    font-size: clamp(2rem, 3.6vw, 3.2rem);
    line-height: 1.04;
    font-weight: 740;
    letter-spacing: 0;
}

.industry-two-col p,
.industry-feature-layout p,
.industry-cta p {
    margin-top: 1rem;
    max-width: 650px;
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.75;
}

.industry-problem-list,
.industry-feature-list,
.industry-faq {
    display: grid;
    gap: 0.85rem;
}

.industry-problem,
.industry-feature-list div,
.industry-faq details {
    border: 1px solid #e5e7eb;
    border-radius: 0.7rem;
    background: #fff;
}

.industry-problem {
    display: flex;
    gap: 0.85rem;
    padding: 1rem;
}

.industry-problem span {
    width: 0.62rem;
    height: 0.62rem;
    flex: 0 0 auto;
    margin-top: 0.45rem;
    border-radius: 999px;
    background: #d52b1e;
}

.industry-problem p {
    margin: 0;
    color: #374151;
    line-height: 1.55;
}

.industry-section-head {
    max-width: 840px;
    margin-bottom: 2rem;
}

.industry-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.industry-benefit {
    min-height: 13rem;
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.8rem;
    background: #fff;
}

.industry-benefit h3 {
    color: #111827;
    font-size: 1.08rem;
    font-weight: 720;
    line-height: 1.25;
}

.industry-benefit p {
    margin-top: 0.8rem;
    color: #5b6472;
    font-size: 0.95rem;
    line-height: 1.6;
}

.industry-feature-list div {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    color: #1f2937;
    font-weight: 650;
}

.industry-feature-list svg {
    width: 1.1rem;
    height: 1.1rem;
    color: #16a34a;
    flex: 0 0 auto;
}

.industry-screenshot-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.industry-shot {
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 0.95rem;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.industry-shot figcaption {
    display: grid;
    gap: 0.25rem;
    padding: 1rem 1.1rem 1.15rem;
}

.industry-shot strong {
    color: #111827;
    font-size: 0.98rem;
}

.industry-shot span {
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.45;
}

.industry-faq {
    max-width: 900px;
}

.industry-faq details {
    padding: 1rem 1.15rem;
}

.industry-faq summary {
    cursor: pointer;
    color: #111827;
    font-weight: 720;
}

.industry-faq p {
    margin-top: 0.75rem;
    color: #4b5563;
    line-height: 1.65;
}

.industry-cta {
    background: #111827;
    color: #fff;
    padding: clamp(3rem, 6vw, 5.5rem) 0;
}

.industry-cta .mx-marketing-kicker,
.industry-cta h2,
.industry-cta p {
    color: #fff;
}

.industry-cta p {
    color: rgba(255, 255, 255, 0.78);
}

.industry-cta__actions {
    justify-content: flex-end;
    align-self: center;
    margin-top: 0;
}

@media (max-width: 1024px) {
    .industry-hero__inner,
    .industry-two-col,
    .industry-feature-layout,
    .industry-cta__inner {
        grid-template-columns: 1fr;
    }

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

    .industry-cta__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .industry-benefit-grid,
    .industry-screenshot-grid {
        grid-template-columns: 1fr;
    }

    .industry-hero__actions .mx-btn,
    .industry-hero__actions .mx-marketing-btn-secondary,
    .industry-cta__actions .mx-btn,
    .industry-cta__actions .mx-marketing-btn-ghost {
        width: 100%;
        justify-content: center;
    }
}
