/* Hero Section */
        .ai_moderniazation_hero {
            padding: 4rem 0 3rem;
            text-align: center;
            border-bottom: 1px solid rgba(59, 130, 246, 0.2);
        }

        .pathway-badge {
            display: inline-block;
            background: rgba(59, 130, 246, 0.2);
            color: #93c5fd;
            padding: 0.5rem 1.5rem;
            border-radius: 9999px;
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
        }

        .ai_moderniazation_hero h1 {
            font-size: 50px;
            margin-bottom: 1rem;
            /* background: linear-gradient(135deg, #fff, #93c5fd);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; */
            line-height: 1.2;
            font-weight: 600;
    color: #fff;
        }

        .hero-subtitle {
            font-size: 1rem;
            color: #94a3b8;
            max-width: 900px;
            margin: 0 auto 1rem;
        }

        .hero-context {
            color: #cbd5e1;
            font-size: 0.95rem;
            max-width: 850px;
            margin: 1.5rem auto 0;
            line-height: 1.6;
        }

        /* Section Styles */
        section {
            padding: 4rem 0;
        }

        section:nth-child(odd) {
            background: rgba(15, 23, 42, 0.5);
        }

        section:nth-child(even) {
            background: transparent;
        }

        .section-title {
            font-size: 1.75rem;
            margin-bottom: 1rem;
            color: #fff;
        }

        .section-subtitle {
            font-size: 0.95rem;
            color: #94a3b8;
            margin-bottom: 2rem;
        }

        .section-header {
            margin-bottom: 3rem;
        }

        /* Strategic Imperative Section */
        .imperative-section {
            background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(34, 197, 94, 0.05));
            border-left: 4px solid #3b82f6;
            padding: 2.5rem;
            border-radius: 1rem;
            margin-bottom: 3rem;
        }

        .imperative-intro {
            color: #cbd5e1;
            margin-bottom: 2rem;
            font-size: 0.95rem;
            line-height: 1.7;
        }

        .imperative-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 2rem;
        }

        .imperative-item {
            background: rgba(15, 23, 42, 0.7);
            padding: 1.5rem;
            border-radius: 0.75rem;
            border-left: 3px solid #3b82f6;
        }

        .imperative-item.critical {
            border-left-color: #ef4444;
        }

        .imperative-item.opportunity {
            border-left-color: #22c55e;
        }

        .imperative-title {
            color: #93c5fd;
            font-weight: 700;
            font-size: 1rem;
            margin-bottom: 0.5rem;
        }

        .imperative-content {
            color: #cbd5e1;
            font-size: 0.9rem;
            line-height: 1.6;
        }

        /* Pathways Section */
        .pathways-section {
            margin-bottom: 3rem;
        }

        .pathways-intro {
            background: rgba(59, 130, 246, 0.1);
            border-left: 3px solid #3b82f6;
            padding: 2rem;
            border-radius: 0.5rem;
            margin-bottom: 2rem;
            color: #cbd5e1;
            font-size: 0.95rem;
            line-height: 1.7;
        }

        .pathways-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 2rem;
            margin-bottom: 2rem;
        }

        .pathway-card {
            background: rgba(30, 41, 59, 0.6);
            border: 1px solid rgba(59, 130, 246, 0.3);
            border-radius: 0.75rem;
            padding: 2rem;
            transition: all 0.3s ease;
        }

        .pathway-card:hover {
            border-color: #3b82f6;
            background: rgba(30, 41, 59, 0.8);
            box-shadow: 0 8px 25px rgba(59, 130, 246, 0.15);
            transform: translateY(-2px);
        }

        .pathway-icon {
            font-size: 2rem;
            margin-bottom: 1rem;
            display: block;
        }

        .pathway-title {
            font-size: 1.25rem;
            font-weight: 700;
            color: #93c5fd;
            margin-bottom: 0.75rem;
        }

        .pathway-timeline {
            display: inline-block;
            background: rgba(59, 130, 246, 0.2);
            color: #93c5fd;
            padding: 0.25rem 0.75rem;
            border-radius: 0.25rem;
            font-size: 0.8rem;
            margin-bottom: 1rem;
        }

        .pathway-description {
            color: #cbd5e1;
            font-size: 0.9rem;
            margin-bottom: 1rem;
            line-height: 1.6;
        }

        .pathway-points {
            list-style: none;
            margin-bottom: 1.5rem;
        }

        .pathway-points li {
            color: #cbd5e1;
            font-size: 0.85rem;
            margin-bottom: 0.5rem;
            padding-left: 1.5rem;
            position: relative;
        }

        .pathway-points li:before {
            content: "→";
            position: absolute;
            left: 0;
            color: #3b82f6;
        }

        .pathway-link {
            display: inline-block;
            color: #3b82f6;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .pathway-link:hover {
            color: #93c5fd;
            gap: 0.5rem;
        }

        /* iBEAM Tools Section */
        .tools-section {
            background: rgba(59, 130, 246, 0.05);
            border: 1px solid rgba(59, 130, 246, 0.2);
            border-radius: 1rem;
            padding: 3rem;
            margin-bottom: 3rem;
        }

        .tools-intro {
            color: #cbd5e1;
            margin-bottom: 2rem;
            font-size: 0.95rem;
            line-height: 1.7;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem;
        }

        .tool-card {
            background: rgba(15, 23, 42, 0.8);
            border: 1px solid rgba(59, 130, 246, 0.2);
            border-radius: 0.5rem;
            padding: 1.5rem;
            text-align: center;
            transition: all 0.3s ease;
        }

        .tool-card:hover {
            border-color: #3b82f6;
            box-shadow: 0 4px 15px rgba(59, 130, 246, 0.1);
        }

        .tool-name {
            font-weight: 700;
            color: #93c5fd;
            margin-bottom: 0.5rem;
            font-size: 0.95rem;
        }

        .tool-description {
            color: #cbd5e1;
            font-size: 0.85rem;
            line-height: 1.5;
        }

        /* Transformation Framework */
        .framework-section {
            background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(59, 130, 246, 0.05));
            border: 1px solid rgba(59, 130, 246, 0.2);
            border-radius: 1rem;
            padding: 3rem;
            margin-bottom: 3rem;
        }

        .framework-intro {
            color: #cbd5e1;
            margin-bottom: 2rem;
            font-size: 0.95rem;
            line-height: 1.7;
        }

        .phases-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem;
            margin-bottom: 2rem;
        }

        .phase-card {
            background: rgba(15, 23, 42, 0.7);
            border-left: 3px solid #3b82f6;
            padding: 1.5rem;
            border-radius: 0.5rem;
            text-align: center;
        }

        .phase-number {
            font-size: 1.5rem;
            font-weight: 700;
            color: #3b82f6;
            margin-bottom: 0.5rem;
        }

        .phase-title {
            color: #93c5fd;
            font-weight: 600;
            margin-bottom: 0.75rem;
            font-size: 0.95rem;
        }

        .phase-description {
            color: #cbd5e1;
            font-size: 0.85rem;
            line-height: 1.5;
        }

        /* Approach Callout */
        .approach-callout {
            background: linear-gradient(135deg, rgba(100, 255, 218, 0.1), rgba(59, 130, 246, 0.05));
            border: 2px solid rgba(100, 255, 218, 0.2);
            border-radius: 1rem;
            padding: 2rem;
            margin-bottom: 3rem;
        }

        .approach-title {
            color: #64ffda;
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }

        .approach-features {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
        }

        .approach-feature {
            background: rgba(15, 23, 42, 0.6);
            padding: 1rem;
            border-radius: 0.5rem;
        }

        .approach-feature-title {
            color: #64ffda;
            font-weight: 600;
            margin-bottom: 0.5rem;
            font-size: 0.95rem;
        }

        .approach-feature-text {
            color: #cbd5e1;
            font-size: 0.85rem;
            line-height: 1.5;
        }

        /* Credentials Section */
        .credentials-section {
            margin-bottom: 3rem;
        }

        .credentials-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
            margin-bottom: 3rem;
        }

        .credential-card {
            background: rgba(30, 41, 59, 0.6);
            border: 1px solid rgba(59, 130, 246, 0.3);
            border-radius: 0.75rem;
            padding: 2rem;
            text-align: center;
            transition: all 0.3s ease;
        }

        .credential-card:hover {
            border-color: #3b82f6;
            background: rgba(30, 41, 59, 0.8);
            box-shadow: 0 8px 25px rgba(59, 130, 246, 0.15);
        }

        .credential-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: #3b82f6;
            margin-bottom: 0.5rem;
        }

        .credential-label {
            color: #cbd5e1;
            font-size: 0.9rem;
            line-height: 1.5;
        }

        /* Proof Points Section */
        .proof-section {
            margin-bottom: 3rem;
        }

        .case-study-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
        }

        .case-study-widget {
            background: rgba(30, 41, 59, 0.6);
            border: 1px solid rgba(59, 130, 246, 0.3);
            border-radius: 0.75rem;
            padding: 2rem;
            transition: all 0.3s ease;
        }

        .case-study-widget:hover {
            border-color: #3b82f6;
            background: rgba(30, 41, 59, 0.8);
            box-shadow: 0 8px 25px rgba(59, 130, 246, 0.15);
        }

        .case-icon {
            font-size: 2rem;
            margin-bottom: 1rem;
        }

        .case-title {
            font-size: 1.1rem;
            font-weight: 700;
            color: #93c5fd;
            margin-bottom: 1rem;
        }

        .case-challenge {
            color: #cbd5e1;
            font-size: 0.9rem;
            margin-bottom: 1.5rem;
            line-height: 1.6;
        }

        .case-metrics-compact {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1rem;
            margin-bottom: 1.5rem;
        }

        .case-metric {
            background: rgba(59, 130, 246, 0.1);
            padding: 0.75rem;
            border-radius: 0.5rem;
            text-align: center;
        }

        .case-metric-number {
            display: block;
            font-size: 1.1rem;
            font-weight: 700;
            color: #3b82f6;
            margin-bottom: 0.25rem;
        }

        .case-metric-label {
            display: block;
            color: #cbd5e1;
            font-size: 0.75rem;
            font-weight: 600;
        }

        .case-study-link {
            color: #3b82f6;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .case-study-link:hover {
            color: #93c5fd;
        }

        /* CTA Section */
        .cta-section {
            background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(34, 197, 94, 0.1));
            border: 1px solid rgba(59, 130, 246, 0.3);
            border-radius: 1rem;
            padding: 3rem;
            text-align: center;
        }

        .cta-title {
            font-size: 1.75rem;
            margin-bottom: 1rem;
            background: linear-gradient(135deg, #fff, #93c5fd);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .cta-subtitle {
            font-size: 1.1rem;
            color: #94a3b8;
            margin-bottom: 2rem;
        }

        .cta-buttons {
            display: flex;
            gap: 1rem;
            justify-content: center;
            margin-bottom: 1.5rem;
            flex-wrap: wrap;
        }

        .cta-button-primary,
        .cta-button-secondary {
            padding: 0.75rem 2rem;
            border-radius: 0.5rem;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            font-size: 0.95rem;
        }

        .cta-button-primary {
            background: linear-gradient(135deg, #3b82f6, #2563eb);
            color: white;
        }

        .cta-button-primary:hover {
            box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
            transform: translateY(-2px);
        }

        .cta-button-secondary {
            background: rgba(59, 130, 246, 0.2);
            color: #93c5fd;
            border: 1px solid rgba(59, 130, 246, 0.5);
        }

        .cta-button-secondary:hover {
            background: rgba(59, 130, 246, 0.3);
            border-color: #3b82f6;
        }

        .cta-note {
            color: #cbd5e1;
            font-size: 0.9rem;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .ai_moderniazation_hero h1 {
                font-size: 2rem;
            }

            .pathways-grid,
            .tools-grid,
            .phases-grid,
            .approach-features,
            .credentials-grid,
            .case-study-grid {
                grid-template-columns: 1fr;
            }

            .case-metrics-compact {
                grid-template-columns: 1fr;
            }

            .cta-buttons {
                flex-direction: column;
            }
        }