/* ==========
   INDUSTRY LANDING PAGES – SHARED STYLES
   ========== */

.ind-page-main {
    padding: 3.2rem 0 3.6rem;
}

/* Generic section wrapper */
.ind-section {
    padding: 2.8rem 0 0;
}

.ind-shell {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding-inline: 1.5rem;
}

/* HERO */

.ind-hero {
    padding-top: 3rem;
    padding-bottom: 2.8rem;
}

.ind-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 2.4rem;
    align-items: center;
}

.ind-hero-eyebrow {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--accent-strong);
    margin-bottom: 0.6rem;
}

.ind-hero-title {
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: clamp(2rem, 2.6vw + 1.2rem, 2.6rem);
    letter-spacing: -0.03em;
    margin: 0 0 0.8rem;
    color: var(--text-main);
}

.ind-hero-title span.highlight {
    background: linear-gradient(120deg, var(--accent-2), var(--accent-strong));
    -webkit-background-clip: text;
    color: transparent;
}

.ind-hero-subtitle {
    font-size: 0.95rem;
    color: var(--text-muted);
    max-width: 30rem;
    margin: 0 0 1.2rem;
}

.ind-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.4rem;
}

.ind-tag-chip {
    padding: 0.2rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    font-size: 0.75rem;
    background: rgba(255, 255, 255, 0.95);
    color: var(--text-muted);
}

.ind-hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.6rem;
}

.ind-hero-note {
    font-size: 0.8rem;
    color: var(--text-muted);
    max-width: 20rem;
}

/* Hero visual */

.ind-hero-visual {
    position: relative;
    border-radius: 26px;
    background:
        radial-gradient(circle at 0 0, rgba(34, 197, 94, 0.16), transparent 60%),
        radial-gradient(circle at 100% 100%, rgba(59, 130, 246, 0.18), transparent 60%),
        #020617;
    padding: 1.2rem 1.2rem 1.1rem;
    border: 1px solid rgba(15, 23, 42, 0.7);
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.5);
    overflow: hidden;
    color: #e5e7eb;
}

.ind-hero-visual-badge {
    position: absolute;
    top: 0.9rem;
    left: 1.1rem;
    padding: 0.22rem 0.8rem;
    border-radius: 999px;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.6);
}

.ind-hero-visual-mock {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(30, 64, 175, 0.7);
    background: radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.32), transparent 60%);
}

.ind-hero-visual-mock img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.ind-hero-visual-footer {
    margin-top: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.7rem;
    font-size: 0.78rem;
    color: rgba(209, 213, 219, 0.96);
}

.ind-hero-pill {
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(52, 211, 153, 0.7);
    background: rgba(6, 95, 70, 0.8);
    color: #ecfdf5;
}

/* Pain → Solution section */

.ind-section-header {
    max-width: 40rem;
    margin-bottom: 2rem;
}

.ind-section-kicker {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--accent-strong);
    margin-bottom: 0.5rem;
}

.ind-section-title {
    margin: 0 0 0.7rem;
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: 1.5rem;
    letter-spacing: -0.03em;
    color: var(--text-main);
}

.ind-section-subtitle {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.ind-grid-2 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.8rem;
    align-items: flex-start;
}

.ind-pain-card,
.ind-solution-card {
    border-radius: 20px;
    padding: 1.4rem 1.35rem;
    background: #ffffff;
    border: 1px solid rgba(209, 213, 219, 0.9);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
}

.ind-pill-bad,
.ind-pill-good {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 0.6rem;
}

.ind-pill-bad {
    background: rgba(254, 242, 242, 0.96);
    border: 1px solid rgba(248, 113, 113, 0.8);
    color: #b91c1c;
}

.ind-pill-good {
    background: rgba(240, 253, 244, 0.98);
    border: 1px solid rgba(34, 197, 94, 0.8);
    color: #15803d;
}

.ind-card-title {
    margin: 0 0 0.6rem;
    font-size: 0.98rem;
    font-weight: 600;
    color: var(--text-main);
}

.ind-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    font-size: 0.86rem;
    color: var(--text-muted);
}

.ind-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.45rem;
}

.ind-bullet-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    margin-top: 0.35rem;
    background: radial-gradient(circle, #f97316, #b91c1c);
}

.ind-bullet-dot-good {
    background: radial-gradient(circle, #22c55e, #0ea5e9);
}

/* Use-case grid */

.ind-usecases {
    margin-top: 2.4rem;
}

.ind-use-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

.ind-use-card {
    border-radius: 18px;
    padding: 1.1rem 1.05rem 1.05rem;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ind-use-icon {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    background: radial-gradient(circle at 0 0, rgba(34, 197, 94, 0.18), #ffffff);
    border: 1px solid rgba(148, 163, 184, 0.7);
}

.ind-use-title {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-main);
}

.ind-use-text {
    margin: 0;
    font-size: 0.83rem;
    color: var(--text-muted);
}

.ind-use-foot {
    margin-top: auto;
    font-size: 0.78rem;
    color: var(--accent-strong);
}

/* Social proof + CTA */

.ind-proof-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
    gap: 1.8rem;
    align-items: stretch;
    margin-top: 2.6rem;
}

.ind-proof-card {
    border-radius: 20px;
    padding: 1.2rem 1.25rem 1.15rem;
    background: #ffffff;
    border: 1px solid rgba(209, 213, 219, 0.9);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
    font-size: 0.85rem;
    color: var(--text-muted);
}

.ind-proof-quote {
    margin: 0 0 0.8rem;
    font-style: italic;
}

.ind-proof-meta {
    font-size: 0.8rem;
    color: var(--text-main);
}

.ind-proof-meta strong {
    display: block;
}

.ind-proof-highlight {
    border-radius: 18px;
    padding: 1.3rem 1.2rem 1.1rem;
    background: linear-gradient(135deg,
            rgba(240, 253, 244, 0.98),
            rgba(224, 242, 254, 0.98));
    border: 1px solid rgba(34, 197, 94, 0.7);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.2);
}

.ind-proof-kicker {
    display: inline-block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--accent-strong);
    margin-bottom: 0.45rem;
}

.ind-proof-title {
    margin: 0 0 0.6rem;
    font-size: 1.1rem;
    font-family: "Space Grotesk", system-ui, sans-serif;
}

.ind-proof-text {
    margin: 0 0 0.9rem;
    font-size: 0.87rem;
    color: var(--text-muted);
}

.ind-proof-bullets {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    font-size: 0.82rem;
    color: var(--text-muted);
}

.ind-proof-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    align-items: center;
    font-size: 0.83rem;
}

/* Animations */

[data-animate="fade-up"] {
    opacity: 0;
    transform: translateY(14px);
    animation: fadeUp 0.7s ease-out forwards;
}

[data-animate="fade-up"][data-delay="1"] {
    animation-delay: 0.08s;
}

[data-animate="fade-up"][data-delay="2"] {
    animation-delay: 0.16s;
}

[data-animate="fade-up"][data-delay="3"] {
    animation-delay: 0.24s;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* RESPONSIVE */

@media (max-width: 960px) {
    .ind-hero-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .ind-hero-visual {
        order: -1;
    }

    .ind-grid-2 {
        grid-template-columns: minmax(0, 1fr);
    }

    .ind-use-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ind-proof-layout {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 720px) {
    .ind-use-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .ind-proof-highlight {
        padding: 1.3rem 1.1rem 1.2rem;
    }
}
