/**
 * Industry homepage demos (index-45 … index-88)
 * Accent variables — pair body.industry-demo.industry-demo--{slug}
 */

.industry-demo {
    --industry-accent: #4a90e2;
    --industry-accent-soft: rgba(74, 144, 226, 0.15);
    --industry-accent-deep: #3576bd;
}

.industry-demo .industry-hero-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--industry-accent);
    border: 1px solid var(--industry-accent-soft);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    margin-bottom: 1rem;
    background: rgba(255, 255, 255, 0.06);
}

.industry-demo .btn-brand.industry-accent-btn,
.industry-demo a.btn-brand.industry-accent-btn {
    background-color: var(--industry-accent) !important;
    border-color: var(--industry-accent) !important;
}

.industry-demo .btn-brand.industry-accent-btn:hover {
    filter: brightness(1.08);
}

.industry-demo .industry-stat-card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 1.25rem;
    text-align: center;
    height: 100%;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.industry-demo .industry-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.industry-demo .industry-stat-card .industry-stat-num {
    font-size: 2rem;
    font-weight: 700;
    color: var(--industry-accent);
    line-height: 1.2;
}

.industry-demo .industry-stat-card .industry-stat-label {
    display: block;
    font-size: 0.875rem;
    color: #64748b;
    margin-top: 0.35rem;
}

.industry-demo .industry-cta-band {
    background: linear-gradient(135deg, var(--industry-accent) 0%, var(--industry-accent-deep) 100%);
    color: #fff;
    border-radius: 14px;
    padding: 2.5rem 2rem;
    text-align: center;
}

.industry-demo .industry-cta-band h2,
.industry-demo .industry-cta-band p {
    color: #fff !important;
}

.industry-demo .industry-cta-band .btn-light {
    color: var(--industry-accent-deep) !important;
}

/* Per-vertical accents */
.industry-demo--medical { --industry-accent: #0d9488; --industry-accent-soft: rgba(13, 148, 136, 0.2); --industry-accent-deep: #0f766e; }
.industry-demo--dental { --industry-accent: #0284c7; --industry-accent-soft: rgba(2, 132, 199, 0.2); --industry-accent-deep: #0369a1; }
.industry-demo--veterinary { --industry-accent: #ca8a04; --industry-accent-soft: rgba(202, 138, 4, 0.2); --industry-accent-deep: #a16207; }
.industry-demo--pediatric { --industry-accent: #db2777; --industry-accent-soft: rgba(219, 39, 119, 0.2); --industry-accent-deep: #be185d; }
.industry-demo--therapy { --industry-accent: #7c3aed; --industry-accent-soft: rgba(124, 58, 237, 0.2); --industry-accent-deep: #6d28d9; }
.industry-demo--pharmacy { --industry-accent: #059669; --industry-accent-soft: rgba(5, 150, 105, 0.2); --industry-accent-deep: #047857; }
.industry-demo--lab { --industry-accent: #2563eb; --industry-accent-soft: rgba(37, 99, 235, 0.2); --industry-accent-deep: #1d4ed8; }
.industry-demo--assisted { --industry-accent: #c2410c; --industry-accent-soft: rgba(194, 65, 12, 0.2); --industry-accent-deep: #9a3412; }
.industry-demo--crossfit { --industry-accent: #dc2626; --industry-accent-soft: rgba(220, 38, 38, 0.2); --industry-accent-deep: #b91c1c; }
.industry-demo--yoga { --industry-accent: #7c3aed; --industry-accent-soft: rgba(124, 58, 237, 0.15); --industry-accent-deep: #5b21b6; }
.industry-demo--personal-training { --industry-accent: #ea580c; --industry-accent-soft: rgba(234, 88, 12, 0.2); --industry-accent-deep: #c2410c; }
.industry-demo--sports-performance { --industry-accent: #16a34a; --industry-accent-soft: rgba(22, 163, 74, 0.2); --industry-accent-deep: #15803d; }
.industry-demo--nutrition { --industry-accent: #65a30d; --industry-accent-soft: rgba(101, 163, 13, 0.2); --industry-accent-deep: #4d7c0f; }
.industry-demo--restaurant { --industry-accent: #b45309; --industry-accent-soft: rgba(180, 83, 9, 0.2); --industry-accent-deep: #92400e; }
.industry-demo--coffee { --industry-accent: #78350f; --industry-accent-soft: rgba(120, 53, 15, 0.2); --industry-accent-deep: #451a03; }
.industry-demo--catering { --industry-accent: #c026d3; --industry-accent-soft: rgba(192, 38, 211, 0.2); --industry-accent-deep: #a21caf; }
.industry-demo--brewery { --industry-accent: #d97706; --industry-accent-soft: rgba(217, 119, 6, 0.2); --industry-accent-deep: #b45309; }
.industry-demo--steakhouse { --industry-accent: #991b1b; --industry-accent-soft: rgba(153, 27, 27, 0.2); --industry-accent-deep: #7f1d1d; }
.industry-demo--hotel { --industry-accent: #0e7490; --industry-accent-soft: rgba(14, 116, 144, 0.2); --industry-accent-deep: #155e75; }
.industry-demo--bnb { --industry-accent: #be185d; --industry-accent-soft: rgba(190, 24, 93, 0.2); --industry-accent-deep: #9d174d; }
.industry-demo--travel { --industry-accent: #0284c7; --industry-accent-soft: rgba(2, 132, 199, 0.2); --industry-accent-deep: #0369a1; }
.industry-demo--aviation { --industry-accent: #1e40af; --industry-accent-soft: rgba(30, 64, 175, 0.2); --industry-accent-deep: #1e3a8a; }
.industry-demo--residential-re { --industry-accent: #4a90e2; --industry-accent-soft: rgba(74, 144, 226, 0.2); --industry-accent-deep: #3576bd; }
.industry-demo--property-mgmt { --industry-accent: #475569; --industry-accent-soft: rgba(71, 85, 105, 0.2); --industry-accent-deep: #334155; }
.industry-demo--commercial-re { --industry-accent: #0f766e; --industry-accent-soft: rgba(15, 118, 110, 0.2); --industry-accent-deep: #115e59; }
.industry-demo--architecture { --industry-accent: #1e293b; --industry-accent-soft: rgba(30, 41, 59, 0.15); --industry-accent-deep: #0f172a; }
.industry-demo--interior { --industry-accent: #c2410c; --industry-accent-soft: rgba(194, 65, 12, 0.2); --industry-accent-deep: #9a3412; }
.industry-demo--landscape { --industry-accent: #15803d; --industry-accent-soft: rgba(21, 128, 61, 0.2); --industry-accent-deep: #166534; }
.industry-demo--building-supply { --industry-accent: #78716c; --industry-accent-soft: rgba(120, 113, 108, 0.2); --industry-accent-deep: #57534e; }
.industry-demo--hvac { --industry-accent: #0369a1; --industry-accent-soft: rgba(3, 105, 161, 0.2); --industry-accent-deep: #075985; }
.industry-demo--solar { --industry-accent: #eab308; --industry-accent-soft: rgba(234, 179, 8, 0.25); --industry-accent-deep: #ca8a04; }
.industry-demo--smarthome { --industry-accent: #6366f1; --industry-accent-soft: rgba(99, 102, 241, 0.2); --industry-accent-deep: #4f46e5; }
.industry-demo--auto-repair { --industry-accent: #dc2626; --industry-accent-soft: rgba(220, 38, 38, 0.2); --industry-accent-deep: #b91c1c; }
.industry-demo--dealership { --industry-accent: #1d4ed8; --industry-accent-soft: rgba(29, 78, 216, 0.2); --industry-accent-deep: #1e40af; }
.industry-demo--powersports { --industry-accent: #ea580c; --industry-accent-soft: rgba(234, 88, 12, 0.2); --industry-accent-deep: #c2410c; }
.industry-demo--saas { --industry-accent: #4a90e2; --industry-accent-soft: rgba(74, 144, 226, 0.2); --industry-accent-deep: #277adc; }
.industry-demo--cybersecurity { --industry-accent: #22c55e; --industry-accent-soft: rgba(34, 197, 94, 0.2); --industry-accent-deep: #16a34a; }
.industry-demo--cloud { --industry-accent: #0ea5e9; --industry-accent-soft: rgba(14, 165, 233, 0.2); --industry-accent-deep: #0284c7; }
.industry-demo--marketing { --industry-accent: #ec4899; --industry-accent-soft: rgba(236, 72, 153, 0.2); --industry-accent-deep: #db2777; }
.industry-demo--branding { --industry-accent: #8b5cf6; --industry-accent-soft: rgba(139, 92, 246, 0.2); --industry-accent-deep: #7c3aed; }
.industry-demo--payroll { --industry-accent: #0d9488; --industry-accent-soft: rgba(13, 148, 136, 0.2); --industry-accent-deep: #0f766e; }
.industry-demo--legal-tech { --industry-accent: #1e3a8a; --industry-accent-soft: rgba(30, 58, 138, 0.2); --industry-accent-deep: #1e293b; }
.industry-demo--insurance { --industry-accent: #0369a1; --industry-accent-soft: rgba(3, 105, 161, 0.2); --industry-accent-deep: #075985; }
.industry-demo--wealth { --industry-accent: #b45309; --industry-accent-soft: rgba(180, 83, 9, 0.2); --industry-accent-deep: #92400e; }
