/* assets/css/industries-clean.css */

.industry-page {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 24%, #f8fafc 100%);
    color: var(--color-text-main);
}

.industry-page .section {
    padding-top: clamp(3.25rem, 5.2vw, 5rem);
    padding-bottom: clamp(3.25rem, 5.2vw, 5rem);
    position: relative;
}

.industry-page .section + .section {
    border-top: 1px solid #eef2f7;
}

.industry-page .container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}

.industry-page h2 {
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.industry-page .text-muted {
    color: #64748b;
}

.industry-page .hero-section {
    min-height: clamp(580px, 76vh, 760px);
    padding-top: 7rem;
}

.industry-page .hero-section h1 {
    font-size: clamp(2.2rem, 4.7vw, 4rem);
    letter-spacing: -0.03em;
    max-width: 16ch;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.2rem;
}

.industry-page .hero-section p {
    max-width: 760px;
    font-size: clamp(1rem, 1.45vw, 1.2rem);
    line-height: 1.65;
}

.industry-page .hero-bg-anim {
    transform: scale(1.04);
    filter: saturate(106%) contrast(102%);
}

.industry-page .overlay-gradient {
    background:
        radial-gradient(circle at 12% 16%, rgba(56, 189, 248, 0.2), transparent 44%),
        radial-gradient(circle at 88% 8%, rgba(14, 165, 233, 0.18), transparent 42%),
        linear-gradient(180deg, rgba(2, 6, 23, 0.56) 0%, rgba(2, 6, 23, 0.9) 88%);
}

.industry-page .hero-grid-bg {
    opacity: 0.24;
}

.industry-page .badge-pill {
    background: rgba(15, 23, 42, 0.42);
    border-color: rgba(148, 163, 184, 0.46);
    color: #dbeafe;
    letter-spacing: 0.03em;
}

.industry-page .industry-hero-actions {
    margin-top: 2rem;
}

.industry-page .grid-3-col,
.industry-page .services-grid-premium,
.industry-page .bento-grid,
.industry-page .retail-challenge-grid,
.industry-page .industry-expansion-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.industry-page .grid-3-col {
    counter-reset: industry-challenge;
}

.industry-page .grid-3-col .card,
.industry-page .bento-grid .bento-item,
.industry-page .retail-challenge-card,
.industry-page .industry-expansion-card,
.industry-page .faq-item,
.industry-page .metric-card.bg-white,
.industry-page .results-card-modern,
.industry-page .retail-outcome-panel {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 12px 30px -24px rgba(15, 23, 42, 0.34);
}

.industry-page .grid-3-col .card,
.industry-page .bento-grid .bento-item,
.industry-page .retail-challenge-card,
.industry-page .industry-expansion-card,
.industry-page .services-grid-premium .service-box {
    height: 100%;
    transition: transform var(--transition-medium), box-shadow var(--transition-medium), border-color var(--transition-medium);
}

.industry-page .grid-3-col .card:hover,
.industry-page .bento-grid .bento-item:hover,
.industry-page .retail-challenge-card:hover,
.industry-page .industry-expansion-card:hover,
.industry-page .services-grid-premium .service-box:hover {
    transform: translateY(-3px);
    border-color: #bfdbfe;
    box-shadow: 0 18px 34px -24px rgba(14, 165, 233, 0.32);
}

.industry-page .grid-3-col .card {
    counter-increment: industry-challenge;
    padding: 1.35rem !important;
}

.industry-page .grid-3-col .card .text-accent {
    width: 2.55rem;
    height: 2.55rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.78rem;
    background: #eaf6ff;
    color: transparent;
    font-size: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.industry-page .grid-3-col .card .text-accent::before {
    content: counter(industry-challenge, decimal-leading-zero);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #0369a1;
}

.industry-page .grid-3-col .card h4,
.industry-page .retail-challenge-card h3,
.industry-page .industry-expansion-card h3,
.industry-page .bento-grid .bento-item h3 {
    margin-bottom: 0.5rem;
    color: #0f172a;
}

.industry-page .grid-3-col .card p,
.industry-page .retail-challenge-card p,
.industry-page .industry-expansion-card p {
    margin: 0;
    line-height: 1.62;
}

.industry-page .services-grid-premium {
    align-items: stretch;
}

.industry-page .services-grid-premium .service-box {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    border-radius: 14px;
    padding: 1.45rem;
}

.industry-page .bg-dark .services-grid-premium .service-box,
.industry-page #solutions .services-grid-premium .service-box {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.78) 100%);
    border: 1px solid rgba(148, 163, 184, 0.24);
    box-shadow: 0 18px 40px -28px rgba(2, 6, 23, 0.9);
}

.industry-page .services-grid-premium .service-box .icon-wrapper {
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 0.72rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(56, 189, 248, 0.14);
    margin-bottom: 0.15rem;
}

.industry-page .bg-dark .services-grid-premium .service-box .icon-wrapper,
.industry-page #solutions .services-grid-premium .service-box .icon-wrapper {
    background: rgba(56, 189, 248, 0.18);
}

.industry-page .bento-grid .bento-item,
.industry-page .bento-grid .bento-item.bento-span-2 {
    grid-column: auto;
    padding: 1.4rem;
}

.industry-page .bento-grid .bento-item.bento-dark {
    background: linear-gradient(180deg, #111f36 0%, #0f172a 100%);
    border-color: #1e293b;
}

.industry-page .bento-grid .bento-item.bento-dark h3,
.industry-page .bento-grid .bento-item.bento-dark p {
    color: #e2e8f0;
}

.industry-page .bento-grid .bento-item .bento-icon {
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 0.78rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eaf6ff;
    color: #0369a1;
}

.industry-page .bento-grid .bento-item.bento-dark .bento-icon {
    background: rgba(148, 163, 184, 0.14);
    color: #cbd5e1;
}

.industry-page .check-list-green,
.industry-page .retail-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.industry-page .check-list-green li,
.industry-page .retail-check-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.9rem;
}

.industry-page .check-list-green li::before,
.industry-page .retail-check-list li::before {
    content: '';
    position: absolute;
    left: 0.1rem;
    top: 0.48rem;
    width: 0.52rem;
    height: 0.28rem;
    border-left: 2px solid #22c55e;
    border-bottom: 2px solid #22c55e;
    transform: rotate(-45deg);
}

.industry-page .check-item {
    gap: 0.9rem;
}

.industry-page .check-icon {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.14);
    font-size: 0;
    position: relative;
}

.industry-page .check-icon::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 8px;
    width: 9px;
    height: 5px;
    border-left: 2px solid #16a34a;
    border-bottom: 2px solid #16a34a;
    transform: rotate(-45deg);
}

.industry-page .industry-expansion-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.industry-page .industry-expansion-intro {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.industry-page .industry-expansion-grid {
    margin-top: 2rem;
}

.industry-page .industry-expansion-card {
    padding: 1.35rem;
}

.industry-page .industry-success-section {
    background:
        radial-gradient(900px 260px at 12% -10%, rgba(56, 189, 248, 0.2), transparent 52%),
        radial-gradient(700px 220px at 100% 110%, rgba(14, 165, 233, 0.16), transparent 50%),
        linear-gradient(145deg, #0b1a36 0%, #0f1f3f 48%, #0b1329 100%);
    border-top: 1px solid rgba(148, 163, 184, 0.16);
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.industry-page .industry-success-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    gap: 1.35rem;
    align-items: stretch;
}

.industry-page .industry-success-content,
.industry-page .industry-success-panel {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 14px 30px -24px rgba(15, 23, 42, 0.28);
}

.industry-page .industry-success-content {
    padding: 1.5rem;
}

.industry-page .industry-success-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    background: #eaf6ff;
    color: #0369a1;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.industry-page .industry-success-content h2 {
    margin: 0 0 0.75rem 0;
}

.industry-page .industry-success-summary {
    color: #64748b;
    line-height: 1.65;
    margin: 0 0 1rem 0;
}

.industry-page .industry-success-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.72rem;
}

.industry-page .industry-success-list li {
    position: relative;
    margin: 0;
    padding-left: 1.3rem;
    color: #475569;
    line-height: 1.58;
}

.industry-page .industry-success-list li::before {
    content: '';
    position: absolute;
    left: 0.1rem;
    top: 0.45rem;
    width: 0.48rem;
    height: 0.26rem;
    border-left: 2px solid #16a34a;
    border-bottom: 2px solid #16a34a;
    transform: rotate(-45deg);
}

.industry-page .industry-success-panel {
    padding: 1rem;
}

.industry-page .industry-success-metrics {
    display: grid;
    gap: 0.7rem;
    height: 100%;
}

.industry-page .industry-success-metric {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    padding: 1rem 1.1rem;
}

.industry-page .industry-success-value {
    display: block;
    font-size: clamp(1.45rem, 2.3vw, 2rem);
    line-height: 1.1;
    letter-spacing: -0.01em;
    font-weight: 800;
    color: #0369a1;
    margin-bottom: 0.24rem;
}

.industry-page .industry-success-label {
    display: block;
    color: #64748b;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
}

.industry-page .faq-list,
.industry-page .faq-grid {
    max-width: 900px;
    margin: 0 auto;
}

.industry-page .faq-item {
    overflow: hidden;
    transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
}

.industry-page .faq-item:hover {
    transform: translateY(-2px);
    border-color: #bfdbfe;
    box-shadow: 0 14px 34px -24px rgba(14, 165, 233, 0.3);
}

.industry-page .faq-item h4,
.industry-page .faq-item .faq-question {
    color: #0f172a;
    font-weight: 700;
}

.industry-page .faq-item p,
.industry-page .faq-item .faq-answer {
    color: #475569;
}

.industry-page .faq-accordion {
    display: grid;
    gap: 0.8rem;
}

.industry-page .faq-accordion .faq-item {
    margin-bottom: 0;
}

.industry-page .faq-accordion .faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 1rem 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}

.industry-page .faq-accordion .faq-toggle-icon {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0ea5e9;
    font-weight: 700;
    transition: transform var(--transition-fast), background var(--transition-fast);
}

.industry-page .faq-accordion .faq-item.active .faq-toggle-icon {
    transform: rotate(45deg);
    background: rgba(14, 165, 233, 0.12);
}

.industry-page .faq-accordion .faq-answer {
    padding: 0 1.2rem 1.05rem;
    border-top: 1px solid #f1f5f9;
}

.industry-page .faq-accordion .faq-answer p {
    margin: 0;
}

.industry-page .cta-banner,
.industry-page .cta-enhanced {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background:
        radial-gradient(1200px 320px at 10% -10%, rgba(56, 189, 248, 0.24), transparent 50%),
        radial-gradient(900px 260px at 100% 120%, rgba(14, 165, 233, 0.22), transparent 50%),
        linear-gradient(135deg, #0b1329 0%, #0f1f3f 45%, #0b1329 100%);
}

.industry-page .cta-banner .container,
.industry-page .cta-enhanced .container {
    max-width: 900px;
}

.industry-page .cta-banner h2,
.industry-page .cta-enhanced h2 {
    letter-spacing: -0.02em;
}

.industry-page .cta-banner p,
.industry-page .cta-enhanced p {
    color: #dbeafe;
}

@media (max-width: 900px) {
    .industry-page .grid-3-col,
    .industry-page .services-grid-premium,
    .industry-page .bento-grid,
    .industry-page .retail-challenge-grid,
    .industry-page .industry-expansion-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .industry-page .industry-success-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .industry-page .hero-section {
        min-height: 100vh;
        padding-top: 6.5rem;
    }

    .industry-page .section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .industry-page .row.align-items-center {
        gap: 1.35rem !important;
    }

    .industry-page .metric-card.bg-white,
    .industry-page .results-card-modern {
        padding: 1.5rem !important;
    }
}
