/* Industry Pages Shared Styles - Robofy.ai */

.industry-hero {
    padding-top: 150px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

/* Background Variations */
.hero-restaurant {
    background: linear-gradient(135deg, #fff5f5 0%, #fff 50%, #fef3c7 100%);
}

.hero-hotel {
    background: linear-gradient(135deg, #f0f9ff 0%, #fff 50%, #eff6ff 100%);
}

.hero-beauty {
    background: linear-gradient(135deg, #fdf2f8 0%, #fff 50%, #fef2f2 100%);
}

.hero-wellness {
    background: linear-gradient(135deg, #f0fdf4 0%, #fff 50%, #f0fdfa 100%);
}

.hero-clinic {
    background: linear-gradient(135deg, #eff6ff 0%, #fff 50%, #f0f9ff 100%);
}

.industry-hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

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

.industry-hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 480px;
}

.industry-hero-visual .agent-persona-wrap {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 4px;
    width: 400px;
    transform: translateY(20px);
}

@media (max-width: 991px) {
    .industry-hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .industry-hero-content {
        margin: 0 auto;
        max-width: 600px;
    }

    .industry-hero-visual {
        height: auto;
        padding-top: 40px;
    }

    .industry-hero-visual .agent-persona-wrap {
        width: 260px;
        margin: 0 auto;
    }

    .industry-hero-ctas {
        justify-content: center;
    }
}

.industry-hero h1 {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 800;
    line-height: 1.1;
    color: #111827;
    margin-bottom: 24px;
}

.industry-hero p.hero-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 32px;
}

.industry-hero-ctas {
    display: flex;
    gap: 16px;
}

/* Problem Section Overrides */
.problem-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #111827;
}

.problem-body {
    font-size: 17px;
    line-height: 1.7;
    color: #4b5563;
    max-width: 800px;
    margin-bottom: 40px;
}

/* Use Case Cards */
.usecase-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.usecase-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.usecase-card:hover {
    border-color: #2F80ED;
    box-shadow: 0 12px 32px rgba(47, 128, 237, 0.08);
    transform: translateY(-4px);
}

.usecase-card-header {
    margin-bottom: 24px;
}

.agent-visual-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.agent-visual-icon i {
    width: 24px;
    height: 24px;
}

.usecase-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

.usecase-card-body {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 24px;
    flex-grow: 1;
}

.usecase-triggers {
    background: #f8fafc;
    border-radius: 12px;
    padding: 16px;
}

.usecase-triggers-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
    margin-bottom: 10px;
}

.usecase-trigger-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.usecase-trigger-item {
    font-size: 13px;
    color: #334155;
    font-style: italic;
    display: flex;
    gap: 8px;
}

.usecase-trigger-item::before {
    content: "“";
    color: #2F80ED;
    font-weight: 700;
}

.usecase-trigger-item::after {
    content: "”";
    color: #2F80ED;
    font-weight: 700;
}

@media (max-width: 991px) {
    .usecase-grid {
        grid-template-columns: 1fr;
    }
}

/* Integrations Strip */
.integrations-strip {
    padding: 100px 0;
    background: #fff;
    border-top: 1px solid #f1f5f9;
}

.integrations-header {
    max-width: 600px;
    margin: 0 auto 60px;
    text-align: center;
}

.integrations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.integration-card {
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
}

.integration-card:hover {
    border-color: #e2e8f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    background: #fafbfc;
}

.integration-logo-wrap {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f1f5f9;
    flex-shrink: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.integration-logo-placeholder {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    border-radius: 8px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
}

.logo-petpooja {
    background: linear-gradient(135deg, #10b981, #059669);
}

.logo-posist {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}

.logo-hotelogix {
    background: linear-gradient(135deg, #6366f1, #4338ca);
}

.logo-zenoti {
    background: linear-gradient(135deg, #ec4899, #be185d);
}

.logo-appointy {
    background: linear-gradient(135deg, #f59e0b, #b45309);
}

.logo-practo {
    background: linear-gradient(135deg, #0ea5e9, #0369a1);
}

.logo-gsheets {
    background: linear-gradient(135deg, #10b981, #15803d);
}

.logo-whatsapp {
    background: linear-gradient(135deg, #25d366, #15803d);
}

.logo-website {
    background: linear-gradient(135deg, #64748b, #334155);
}

.integration-logo-wrap img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.integration-info h4 {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 4px;
}

.integration-info p {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 1024px) {
    .integrations-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .integrations-grid {
        grid-template-columns: 1fr;
    }
}

/* Blueprints Section */
.blueprints-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.blueprint-card {
    background: #f8fafc;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 16px;
}

.blueprint-icon {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2F80ED;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.blueprint-title {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
}

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

/* Hero agent image rotator */
.hero-agent-img {
    transition: opacity 0.4s ease;
}

.hero-agent-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}