
        .kidsfun-tunnel-content {
            max-width: 1200px;
            width: 100%;
            background: white;
            border-radius: 32px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.08);
            padding: clamp(30px,5vw,60px) clamp(20px,4vw,40px);
            text-align: center;
            margin: 0 auto;
            box-sizing: border-box;
        }
        .kidsfun-tunnel-content h2 {
            font-size: clamp(22px,4vw,28px);
            font-weight: 700;
            color: #1a2b4c;
            margin-top: clamp(30px,5vw,48px);
            margin-bottom: clamp(15px,2.5vw,20px);
            line-height: 1.4;
            text-align: center;
        }
        .kidsfun-tunnel-content h2:first-of-type {
            margin-top: 0;
        }
        .kidsfun-tunnel-content p {
            font-size: clamp(16px,2.5vw,18px);
            line-height: 1.7;
            color: #2d3a5e;
            margin-bottom: clamp(25px,4vw,32px);
            text-align: center;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
            padding: 0 5px;
        }
        .kidsfun-tunnel-content p strong {
            font-weight: 600;
            color: inherit;
        }
        .kidsfun-tunnel-content a:not(.kidsfun-tunnel-cta-button):not(.kidsfun-tunnel-seemore-link) {
            color: #1a2b4c;
            text-decoration: underline;
        }
        .kidsfun-tunnel-see-more {
            margin: 40px auto;
        }
        .kidsfun-tunnel-seemore-link {
            display: block;
            text-decoration: none;
        }
        .kidsfun-tunnel-seemore-title {
            color: #9e2b2b !important;
            font-size: clamp(20px,3.5vw,26px);
            font-weight: 700;
            margin: 0 0 20px 0;
            transition: opacity 0.3s;
        }
        .kidsfun-tunnel-seemore-title:hover {
            opacity: 0.8;
        }
        .kidsfun-tunnel-seemore-image {
            width: 100%;
            max-width: 800px;
            height: auto;
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            display: block;
            margin: 0 auto;
            transition: transform 0.3s, box-shadow 0.3s;
        }
        .kidsfun-tunnel-seemore-image:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
        }
        .kidsfun-tunnel-cta-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            margin-top: 40px;
            margin-bottom: 40px;
        }
        .kidsfun-tunnel-cta-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 16px 32px;
            font-size: 18px;
            font-weight: 700;
            text-decoration: none;
            border-radius: 60px;
            transition: all 0.3s;
            min-width: 200px;
            border: none;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(0,0,0,0.2);
            color: white !important;
            white-space: nowrap;
        }
        @media (max-width: 640px) {
            .kidsfun-tunnel-cta-container {
                flex-direction: column;
                align-items: center;
                gap: 15px;
            }
            .kidsfun-tunnel-cta-button {
                min-width: 180px;
                padding: 14px 24px;
                font-size: 16px;
                white-space: nowrap;
            }
        }
        @media (max-width: 400px) {
            .kidsfun-tunnel-cta-button {
                min-width: 160px;
                padding: 12px 20px;
                font-size: 14px;
            }
        }
        .kidsfun-tunnel-cta-whatsapp {
            background-color: #1ebe5d;
        }
        .kidsfun-tunnel-cta-whatsapp:hover {
            background-color: #25D366;
            transform: translateY(-3px);
        }
        .kidsfun-tunnel-cta-message {
            background-color: #ff6b6b;
        }
        .kidsfun-tunnel-cta-message:hover {
            background-color: #ff5252;
            transform: translateY(-3px);
        }
    