/* Mobile Responsiveness for Tenjin Workbench (max-width: 500px) */

@media (max-width: 500px) {
    .footer-minimal {
        padding: 1rem 0;
    }
    .innovations-head {
        margin-bottom: 1rem;
        padding-top: 10px;
    }
    .lifecycle-head {
        text-align: center;
        margin-bottom: 2.5rem;
    }
    .lifecycle-content-box {
        gap: 1rem;
    }
    .capabilities-head {
        margin-bottom: 0.5rem;
    }
    /* Global Container */
    .container {
        padding: 0 1rem;
    }

    /* Navigation */
    nav {
        padding: 0.5rem 0;
    }

    .nav-content {
        flex-wrap: nowrap;
    }

    .nav-auth {
        gap: 0.5rem;
    }

    .btn-header {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }

    /* Hero Section */
    .hero {
        padding: 4rem 0 2rem;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 2.2rem !important;
        line-height: 1.2;
    }

    .hero-content p {
        font-size: 1rem;
        margin: 0 auto 2rem;
    }

    .hero-btns {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .btn-book,
    .btn-know,
    .btn-outline {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
        width: 100%;
    }

    .hero-visual img {
        max-width: 90%;
    }

    .kairo-badge {
        bottom: -20px;
        right: 10px;
    }

    .slider-indicators {
        margin-top: 3rem;
        gap: 0.5rem;
    }

    .indicator {
        width: 40px;
    }

    /* Trusted By */
    .trusted {
        padding: 2rem 0 !important;
    }

    .trusted h2 {
        font-size: 1.8rem !important;
        margin-bottom: 2rem;
    }

    .logo-grid {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 1.2rem !important;
    }

    /* Workbench Detail */
    .workbench-header h2 {
        font-size: 1.8rem;
        text-align: center;
    }

    .workbench-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .workbench-content {
        text-align: center;
    }

    .marketplaces {
        justify-content: center;
        flex-direction: column;
        gap: 1rem;
    }

    .market-logos {
        justify-content: center;
        flex-wrap: wrap;
    }

    .workbench-btns {
        flex-direction: column;
    }

    /* Features Grid */
    .features-detailed {
        padding: 2rem 0;
    }

    .section-title-large {
        font-size: 1.6rem;
        margin-bottom: 3rem;
    }

    .feature-grid-8 {
        grid-template-columns: 1fr !important;
    }

    .feature-card-pro {
        padding: 20px;
    }

    /* Lifecycle Section */
    .lifecycle {
        padding: 2rem 0;
    }

    .lifecycle-head h2 {
        font-size: 1.8rem;
    }

    .lifecycle-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .lifecycle-tabs-nav {
        order: 1;
    }

    .lifecycle-circle-visual {
        order: 2;
    }

    .lifecycle-content-box {
        order: 3;
    }

    .lifecycle-tab {
        padding: 1rem;
    }

    .tab-label {
        font-size: 1rem;
    }

    /* Accordion / Tables */
    .comparison-table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .comparison-table {
        min-width: 600px;
    }

    /* Pricing Section */
    .pricing-grid-4 {
        grid-template-columns: 1fr !important;
    }

    .card-header-pro {
        min-height: auto;
    }

    .card-features-pro {
        height: auto;
    }

    /* Testimonials */
    .testimonials {
        margin: 2.5rem 0;
        padding: 25px 10px;
    }

    .testimonials-head h2 {
        font-size: 1.8rem;
    }

    .testimonials-grid {
        grid-template-columns: 1fr !important;
    }

    /* Footer */
    .footer-minimal .container {
        flex-direction: column;
        text-align: center;
        /*gap: 1.5rem;*/
    }

    .footer-minimal ul {
        justify-content: center;
        flex-wrap: wrap;
    }
}