        /* Reset and base styles */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Inter', Arial, sans-serif;
            line-height: 1.6;
            color: #ffffff;
            background: linear-gradient(to bottom right, #1a202c, #4a1d96, #1a202c);
            min-height: 100vh;
        }
        .container {
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Header styles */
        header {
            padding: 20px 0;
            background-color: rgba(26, 32, 44, 0.8);
        }
        nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .logo {
            display: flex;
            align-items: center;
            color: #ffffff;
            text-decoration: none;
            font-size: 1.5rem;
            font-weight: bold;
        }
        .logo svg {
            width: 40px;
            height: 40px;
            margin-right: 10px;
        }

        /* Main content styles */
        main {
            padding: 60px 0;
            position: relative;
            width:100%;
        }
        .background-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('bg_cover.jpg');
            background-size: cover;
            background-position: center;
            opacity: 0.1;
            z-index: -1;
            padding-bottom:50px;
        }
        .hero {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            margin-bottom: 60px;
        }
        h1 {
            font-size: 4.25rem;
            margin-bottom: 20px;
        }
        .subtitle {
            font-size: 1.2rem;
            max-width: 800px;
            margin-bottom: 40px;
        }
        .cta-form {
            display: flex;
            max-width: 500px;
            width: 100%;
        }
        .cta-form input {
            flex-grow: 1;
            padding: 10px;
            border: none;
            border-radius: 4px 0 0 4px;
        }
        .cta-form button {
            padding: 10px 20px;
            background-color: #7c3aed;
            color: #ffffff;
            border: none;
            border-radius: 0 4px 4px 0;
            cursor: pointer;
        }
        .cta-form button:hover {
            background-color: #6d28d9;
        }

        .highlights {
            background-color: rgba(26, 32, 44, 0.6);
            backdrop-filter: blur(10px);
            border-radius: 8px;
            padding: 30px;
            margin: 0 auto;
            overflow:scroll;
        }

        .leftside{
            float:left;
        }

        .show-list {
            display: grid;
            gap: 20px;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            flex: 2; 
        }

        .content-wrapper {
            display: flex;
            align-items: flex-start; /* Aligns items to the top */
            gap: 20px; /* Adds space between the ad and the newsletter */
        }

        .logos {
            background-color: rgba(26, 32, 44, 0.6);
            border-radius: 8px;
            padding: 10px;
            text-align:center;
            margin-top: 40px;
        }

        .logos a{
            padding-right:10px;
        }

        .highlights h2 {
            font-size: 1.8rem;
            margin-bottom: 20px;
        }

        .show-card {
            background-color: rgba(55, 65, 81, 0.5);
            padding: 20px;
            border-radius: 8px;
            display: flex;
            align-items: center;
        }
        .show-icon {
            width: 50px;
            height: 50px;
            background-color: #7c3aed;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
        }
        .show-info h3 {
            font-size: 1.2rem;
            margin-bottom: 5px;
        }
        .show-info p {
            font-size: 0.9rem;
            color: #d1d5db;
        }
        .new-badge {
            background-color: #7c3aed;
            color: #ffffff;
            font-size: 0.8rem;
            padding: 2px 8px;
            border-radius: 12px;
            margin-left: 10px;
        }

                /* Mailchimp form styles */
                #mc_embed_signup {
            background: transparent;
            clear: left;
            font: 14px 'Inter', Helvetica, Arial, sans-serif;
            width: 100%;
            max-width: 500px;
        }
        #mc_embed_signup form {
            padding: 0;
        }
        #mc_embed_signup .mc-field-group {
            width: 100%;
            padding-bottom: 3%;
            min-height: 50px;
            display: flex;
        }
        #mc_embed_signup input {
            border: 1px solid #ABB0B2;
            border-radius: 4px 0 0 4px;
            color: #343434;
            background-color: #fff;
            box-sizing: border-box;
            height: 40px;
            padding: 0px 0.4em;
            display: inline-block;
            margin: 0;
            width: 70%;
            vertical-align: top;
            padding-left: 10px;

        }
        #mc_embed_signup .button {
            width: 30%;
            background-color: #7c3aed;
            border: 0 none;
            border-radius: 0 4px 4px 0;
            transition: all 0.23s ease-in-out 0s;
            color: #FFFFFF;
            cursor: pointer;
            display: inline-block;
            font-size: 15px;
            font-weight: normal;
            height: 40px;
            line-height: 40px;
            margin: 0;
            padding: 0 22px;
            text-align: center;
            text-decoration: none;
            vertical-align: top;
            white-space: nowrap;
        }
        #mc_embed_signup .button:hover {
            background-color: #6d28d9;
        }
        #mc_embed_signup .foot {
            display: grid;
            grid-template-columns: 3fr 1fr;
            grid-column-gap: 10px;
        }
        #mc_embed_signup .brandingLogo {
            justify-self: right;
        }
        #mc_embed_signup .brandingLogo img {
            width: 200px;
        }
        #mc_embed_signup .mc-field-group label {
            display: block;
            margin-bottom: .5em;
            color: #ffffff;
        }
        #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
            display: inline-block;
            margin: 2px 0 1em 0;
            padding: 5px 10px;
            background-color: rgba(255,255,255,0.85);
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            font-size: 14px;
            font-weight: normal;
            z-index: 1;
            color: #e85c41;
        }
        #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
            border: 2px solid #e85c41;
        }

        /* Footer styles */
        footer {
            background-color: rgba(26, 32, 44, 0.8);
            padding: 40px 0;
        }
        .footer-content {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .footer-section {
            margin-bottom: 20px;
        }
        .footer-section h3 {
            font-size: 1.2rem;
            margin-bottom: 15px;
        }
        .footer-section ul {
            list-style: none;
        }
        .footer-section ul li {
            margin-bottom: 10px;
        }
        .footer-section ul li a {
            color: #d1d5db;
            text-decoration: none;
        }
        .footer-section ul li a:hover {
            color: #ffffff;
        }
        .copyright {
            text-align: center;
            margin-top: 40px;
            color: #d1d5db;
        }

        .highlights h2{text-align:center}

        /* Responsive design */
        @media (max-width: 768px) {
            .cta-form {
                flex-direction: column;
            }
            .cta-form input,
            .cta-form button {
                width: 100%;
                border-radius: 4px;
            }
            .cta-form button {
                margin-top: 10px;
            }
            .footer-content {
                flex-direction: column;
            }

            #mc_embed_signup .mc-field-group {
                flex-direction: column;
            }
            #mc_embed_signup input,
            #mc_embed_signup .button {
                width: 100%;
                border-radius: 4px;
            }
            #mc_embed_signup .button {
                margin-top: 10px;
            }
        }

        form {
            width: 100%;
            max-width: 500px;
            display: flex;
            gap: 10px;
        }
        .form-group {
            flex-grow: 1;
        }
        input[type="email"] {
            width: 100%;
            padding: 0.75rem;
            border: 1px solid #4a5568;
            border-radius: 0.25rem;
            background-color: #FFFFFF;
            color: #4a5568;
            font-size: 1rem;
        }
        input[type="submit"] {
            padding: 0.75rem 1.5rem;
            background-color: #7c3aed;
            color: #ffffff;
            border: none;
            border-radius: 0.25rem;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        input[type="submit"]:hover {
            background-color: #6d28d9;
        }
        @media (max-width: 768px) {
            h1 {
                font-size: 3rem;
            }
            form {
                flex-direction: column;
            }
            input[type="submit"] {
                width: 100%;
            }
        }
