/* freeres skin — CSS VERBATIM from events-page.html comp, scoped under body.galv-freeres. */
/* Filename ≠ comp name ON PURPOSE — loaded by PAGE SLUG (freeres_styles.php), and the slug
   moved events-page -> events on 2026-07-17. Comp keeps its name. Don't "fix" the mismatch. */

        body.galv-freeres {
            --bg-navy: #13217c;
            --primary-blue: #3b5bff;
            --cta-magenta: #cc00cc;
            --accent-blue: #e6ebff;
            --text-white: #fffdfe;
            --text-dark: #333;
            --text-gray: #808080;
            --success-green: #2d8a4e;
            --font-heading: 'Poppins', sans-serif;
            --font-body: 'Inter', sans-serif;
            --container-width: 1920px;
        }

        body.galv-freeres *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body.galv-freeres {
            font-family: var(--font-body);
            color: var(--text-dark);
            line-height: 1.5;
            background-color: #e6ebff;
        }

        body.galv-freeres h1, body.galv-freeres h2, body.galv-freeres h3, body.galv-freeres h4, body.galv-freeres h5, body.galv-freeres h6{
            font-family: var(--font-heading);
            font-weight: 600;
        }

        body.galv-freeres h2.section-title{
            font-size: 36px;
            line-height: 48px;
            color: var(--primary-blue);
            text-align: center;
            margin-bottom: 15px;
        }

        body.galv-freeres .container{
            width: 100%;
            max-width: var(--container-width);
            padding: 0 80px;
            margin: 0 auto;
        }

        body.galv-freeres section{
            display: flex;
            justify-content: center;
            padding: 60px 0;
        }

        body.galv-freeres .section-for-desktop{
            display: flex;
            justify-content: center;
            padding: 60px 0;
        }

        body.galv-freeres .text-center{
            text-align: center;
        }

        body.galv-freeres .btn{
            display: inline-block;
            padding: 12px 32px;
            border-radius: 10px;
            font-weight: 600;
            text-decoration: none;
            cursor: pointer;
            transition: all .3s ease;
            border: none;
            font-family: var(--font-heading);
            font-size: 18px;
        }

        body.galv-freeres .btn-magenta{
            background-color: var(--cta-magenta);
            color: var(--text-white);
        }

        body.galv-freeres .btn-magenta:hover{
            background-color: #a600a6;
        }

        body.galv-freeres .btn-blue{
            background-color: var(--primary-blue);
            border-radius: 10px;
            font-size: 18px;
            color: var(--text-white);
        }

        body.galv-freeres .btn-blue:hover{
            background-color: #13217c;
        }

        body.galv-freeres .btn-ghost-blue{
            background: 0 0;
            border: 2px solid #3b5bff;
            color: #3b5bff;
        }

        body.galv-freeres .btn-ghost-blue:hover{
            background-color: #3b5bff;
            color: #fffdfe;
        }

        body.galv-freeres section{
            padding: 0 0 0px;
        }

        body.galv-freeres .hero{
            background-color: var(--bg-navy);
            color: var(--text-white);
            padding: 60px 0 120px;
            position: relative;
            overflow: hidden;
        }

        body.galv-freeres .hero .container{
            display: grid;
            grid-template-columns: 1.2fr 1fr;
            gap: 30px;
            align-items: center;
        }

        body.galv-freeres .hero-content, body.galv-freeres .hero-testimonial{
            min-width: 0;
        }

        body.galv-freeres .hero-content h1{
            font-size: 42px;
            line-height: 1.2;
            margin-bottom: 20px;
            overflow-wrap: break-word;
        }

        body.galv-freeres .hero-content p{
            font-family: var(--font-heading);
            font-weight: 500;
            font-size: 22px;
            line-height: 30px;
            margin-bottom: 20px;
            overflow-wrap: break-word;
        }

        body.galv-freeres .hero-features{
            list-style: none;
            margin-bottom: 30px;
        }

        body.galv-freeres .hero-feature-item{
            display: flex;
            align-items: flex-start;
            gap: 15px;
            margin-bottom: 20px;
            font-size: 18px;
            flex-wrap: nowrap;
        }

        body.galv-freeres .hero-feature-item svg{
            color: var(--success-green);
            flex-shrink: 0;
            margin-top: 3px;
        }

        body.galv-freeres .hero-testimonial{
            flex: 1;
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }

        body.galv-freeres .hero-img{
            width: 100%;
            max-width: 480px;
            height: auto;
            border-radius: 20px;
            object-fit: cover;
            display: block;
        }

        /* Hero Speaker Carousel Styles */
        body.galv-freeres .hero-testimonial{
            background-color: #eef2ff;
            border-radius: 20px;
            padding: 25px;
            flex-direction: column;
            width: 100%;
            max-width: 620px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        body.galv-freeres .hero-speaker-title{
            color: var(--primary-blue);
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 20px;
            text-align: center;
            line-height: 32px;
        }

        body.galv-freeres .hero-carousel-container{
            width: 100%;
            overflow: hidden;
            position: relative;
        }

        body.galv-freeres .hero-carousel-card{
            background: #fff;
            padding: 15px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            gap: 12px;
            width: 100%;
            transition: transform 0.3s ease;
        }

        body.galv-freeres .hero-speaker-img-box{
            flex-shrink: 0;
            width: 160px;
            height: 160px;
            border-radius: 20px;
            overflow: hidden;
        }

        body.galv-freeres .hero-speaker-img-box img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        body.galv-freeres .hero-speaker-details{
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            gap: 12px;
            /* Space between text block and logo */
            text-align: left;
            justify-content: center;
            align-items: flex-start;
        }

        body.galv-freeres .hero-speaker-info-text{
            display: flex;
            flex-direction: column;
            gap: 2px;
            /* Tight space between name and designation */
        }

        body.galv-freeres .hero-speaker-name{
            font-size: 18px;
            font-weight: 600;
            color: var(--text-dark);
            margin: 0;
            line-height: 29px;
        }

        body.galv-freeres .hero-speaker-position{
            font-size: 16px;
            font-weight: 700;
            color: var(--cta-magenta);
            margin: 0;
        }

        body.galv-freeres .hero-speaker-logo{
            width: auto;
            height: 80px;
            object-fit: contain;
        }

        body.galv-freeres .hero-carousel-img{
            width: 150px;
            height: 150px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid #fecdec;
            flex-shrink: 0;
        }

        body.galv-freeres .hero-carousel-info{
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        body.galv-freeres .hero-carousel-name{
            font-size: 20px;
            font-weight: 700;
            color: var(--text-dark);
            font-family: var(--font-body);
            margin: 0;
        }

        body.galv-freeres .hero-carousel-country{
            font-size: 20px;
            font-weight: 700;
            color: var(--cta-magenta);
            margin: 0;
        }

        body.galv-freeres .hero-carousel-score-box{
            border: 2px dashed var(--cta-magenta);
            border-radius: 12px;
            padding: 10px 20px;
            width: fit-content;
            margin-top: 5px;
        }

        body.galv-freeres .hero-carousel-score{
            font-size: 28px;
            font-weight: 700;
            color: #333;
        }

        body.galv-freeres .hero-carousel-score span{
            color: var(--cta-magenta);
        }

        body.galv-freeres .hero-carousel-testimonial{
            font-size: 18px;
            line-height: 29px;
            color: var(--text-dark);
            font-weight: 400;
        }

        body.galv-freeres .stats-bar{
            background: var(--text-white);
            border-radius: 20px;
            padding: 30px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin: -80px auto 0;
            max-width: 1062px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, .1);
            text-align: center;
            position: relative;
            z-index: 20;
        }

        body.galv-freeres .stat-item h2{
            font-size: 40px;
            color: var(--bg-navy);
            margin-bottom: 4px;
            font-weight: 600;
        }

        body.galv-freeres .stat-item p{
            font-size: 16px;
            color: var(--text-dark);
            line-height: 26px;
            max-width: 190px;
            margin: 0 auto;
        }

        body.galv-freeres .stat-item p span{
            color: var(--cta-magenta);
            font-weight: 600;
        }

/* ===== Subash events comp — post-hero sections (Feedback v2 #3, 2026-06-17) =====
   Extracted from the authoritative events-page.html comp; scoped to body.galv-freeres.
   Only rules NOT already in this file are added (the post-hero sections that were
   never built). Generated by tmp/build_events_posthero.py. ===== */
body.galv-freeres .aces{ background-color: var(--accent-blue);
            padding: 60px 0;
            overflow: hidden; }
body.galv-freeres .aces-carousel-container{ width: 100%;
            overflow: hidden;
            margin-top: 30px;
            position: relative;
            padding: 20px 0; }
body.galv-freeres .aces-track{  }
body.galv-freeres .ace-card{ background: var(--text-white);
            border-radius: 20px;
            padding: 30px;
            text-align: center;
            position: relative;
            display: flex;
            flex-direction: column;
            height: 100%; }
body.galv-freeres .aces-Slider .swiper-slide{ height: auto;
            display: flex; }
body.galv-freeres .ace-img{ width: 120px;
            height: 120px;
            border-radius: 50%;
            margin: 0 auto 20px;
            object-fit: cover;
            border: 3px solid #F8D0F8; }
body.galv-freeres .ace-name{ font-size: 18px;
            margin-bottom: 6px;
            font-weight: 600;
            color: var(--text-dark); }
body.galv-freeres .ace-country{ color: var(--cta-magenta);
            font-size: 18px;
            margin-bottom: 20px;
            font-weight: 600; }
body.galv-freeres .ace-score{ font-size: 18px;
            font-weight: 600;
            color: var(--text-dark);
            background: #fff;
            padding: 10px 20px;
            border-radius: 12px;
            display: inline-block;
            border: 2px dashed var(--cta-magenta);
            width: fit-content; }
body.galv-freeres .ace-score span{ color: var(--cta-magenta); }
body.galv-freeres .why-galvanize{ background-color: var(--text-white);
            padding: 60px 0; }
body.galv-freeres .why-galvanize h2{ font-size: 36px;
            color: var(--primary-blue);
            text-align: center;
            margin-bottom: 50px; }
body.galv-freeres .features-grid{ display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            margin-top: 40px; }
body.galv-freeres .feature-card{ background: var(--accent-blue);
            border-radius: 20px;
            padding: 30px 30px;
            text-align: center;
            transition: all .2s ease;
            border: 2px solid transparent;
            flex: 0 1 calc((100% - 60px) / 3); }
body.galv-freeres .feature-card:hover{ border: 2px solid #a0aeff; }
body.galv-freeres .feature-icon-box{ width: 96px;
            height: 96px;
            margin: 0 auto 24px;
            background: var(--text-white);
            border-radius: 50px;
            display: flex;
            align-items: center;
            justify-content: center; }
body.galv-freeres .feature-icon-box img{ width: 64px;
            height: 64px;
            object-fit: contain; }
body.galv-freeres .feature-card h3{ font-size: 22px;
            color: var(--primary-blue);
            margin-bottom: 16px; }
body.galv-freeres .feature-card p{ font-size: 18px;
            color: #333;
            line-height: 29px; }
body.galv-freeres .about-events{ padding: 60px 0;
            text-align: center; }
body.galv-freeres .about-grid{ display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-top: 40px; }
body.galv-freeres .about-card{ background: #fff;
            border-radius: 20px;
            padding: 30px;
            text-align: center;
            border: 2px solid transparent;
            transition: all .3s ease; }
body.galv-freeres .about-card:hover{ border: 2px solid #a0aeff; }
body.galv-freeres .about-card img{ width: 80px;
            height: 80px;
            object-fit: contain;
            margin: 0 auto 20px;
            display: block; }
body.galv-freeres .about-card h3{ font-size: 22px;
            color: var(--primary-blue);
            margin-bottom: 10px;
            font-weight: 600; }
body.galv-freeres .about-card p{ font-size: 18px;
            color: var(--text-dark);
            line-height: 29px;
            margin: 0; }
body.galv-freeres .about-events-footer{ margin-top: 30px; }
body.galv-freeres .about-events-footer p{ font-size: 18px;
            line-height: 30px;
            color: var(--text-dark);
            font-weight: 500;
            margin-bottom: 20px; }
body.galv-freeres .upcoming-events{ padding: 60px 0;
            background-color: var(--text-white); }
body.galv-freeres .events-list{ display: flex;
            flex-direction: column;
            gap: 30px;
            max-width: 1062px;
            margin: 40px auto 0; }
body.galv-freeres .event-card{ display: flex;
            flex-direction: column;
            background-color: var(--accent-blue);
            border-radius: 20px;
            padding: 30px;
            align-items: stretch;
            position: relative;
            border: 2px solid transparent;
            transition: all 0.3s ease; }
body.galv-freeres .event-card:hover{ border: 2px solid #a0aeff; }
body.galv-freeres .event-main{ display: flex;
            gap: 30px;
            align-items: stretch;
            width: 100%; }
body.galv-freeres .event-left{ flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center; }
body.galv-freeres .event-title{ font-size: 22px;
            color: var(--primary-blue);
            margin-bottom: 20px;
            line-height: 32px;
            font-weight: 600; }
body.galv-freeres .event-details{ display: flex;
            flex-direction: column;
            gap: 20px;
            margin-bottom: 40px; }
body.galv-freeres .event-details p{ display: flex;
            align-items: center;
            gap: 12px;
            font-size: 18px;
            font-weight: 500;
            color: var(--text-dark);
            margin: 0; }
body.galv-freeres .event-details p svg{ color: var(--text-dark);
            flex-shrink: 0; }
body.galv-freeres .event-actions{ display: flex;
            gap: 15px; }
body.galv-freeres .btn-dropdown{ border: 2px solid var(--primary-blue);
            background-color: transparent;
            color: var(--primary-blue);
            transition: all .2s; }
body.galv-freeres .btn-dropdown:hover{ background: var(--primary-blue); }
body.galv-freeres .event-right{ width: 320px;
            flex-shrink: 0; }
body.galv-freeres .speaker-card{ background-color: #fff;
            border-radius: 20px;
            padding: 30px 20px;
            width: 100%;
            height: 100%;
            text-align: center;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; }
body.galv-freeres .speaker-img{ width: 140px;
            height: 140px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 20px; }
body.galv-freeres .speaker-name{ font-size: 18px;
            color: var(--text-dark);
            margin-bottom: 4px;
            font-weight: 600; }
body.galv-freeres .speaker-title{ font-size: 16px;
            color: var(--cta-magenta);
            font-weight: 700;
            margin: 0; }
body.galv-freeres .event-ribbon{ position: absolute;
            top: 0;
            right: 0;
            background-color: #a600a6;
            color: #fff;
            padding: 12px 10px 20px;
            width: 130px;
            font-size: 18px;
            font-weight: 700;
            text-align: center;
            z-index: 10;
            clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
            border-radius: 0 20px 0 0; }
body.galv-freeres .event-accordion{ max-height: 0;
            overflow: hidden;
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            margin-top: 0;
            width: 100%; }
body.galv-freeres .event-card.active .event-accordion{ max-height: 1200px;
            opacity: 1;
            margin-top: 30px; }
body.galv-freeres .accordion-inner{ background-color: #f5f7ff;
            border-radius: 16px;
            padding: 25px;
            border: 1px solid #E6EBFF; }
body.galv-freeres .accordion-inner h4{ font-size: 18px;
            color: var(--primary-blue);
            margin-bottom: 12px;
            font-weight: 600; }
body.galv-freeres .accordion-inner h4:not(:first-child){ margin-top: 20px; }
body.galv-freeres .accordion-inner p{ font-size: 18px;
            line-height: 29px;
            color: var(--text-dark);
            margin-bottom: 0; }
body.galv-freeres .highlights-list{ list-style: none;
            padding: 0;
            margin: 0; }
body.galv-freeres .highlights-list li{ font-size: 18px;
            line-height: 29px;
            color: var(--text-dark);
            margin-bottom: 10px;
            display: flex;
            align-items: flex-start;
            gap: 10px; }
body.galv-freeres .highlights-list li span.num{ color: var(--text-dark);
            font-weight: 500;
            flex-shrink: 0; }
body.galv-freeres .btn-dropdown svg{ transition: transform 0.3s ease; }
body.galv-freeres .event-card.active .btn-dropdown svg{ transform: rotate(180deg); }
body.galv-freeres .benefits{ background-color: var(--accent-blue);
            padding: 60px 0; }
body.galv-freeres .benefits-grid{ display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-top: 40px; }
body.galv-freeres .benefit-card{ background-color: #fff;
            border-radius: 20px;
            padding: 30px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            border: 2px solid transparent;
            transition: all 0.3s ease; }
body.galv-freeres .benefit-card:hover{ border: 2px solid #a0aeff; }
body.galv-freeres .benefit-icon-box{ width: 80px;
            height: 80px;
            background-color: #FFF3FF;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px; }
body.galv-freeres .benefit-icon-box img{ width: 50px;
            height: auto; }
body.galv-freeres .benefit-card h3{ font-size: 22px;
            color: var(--primary-blue);
            margin-bottom: 10px;
            font-weight: 600; }
body.galv-freeres .benefit-card p{ font-size: 18px;
            line-height: 29px;
            color: var(--text-dark);
            margin: 0; }
body.galv-freeres .previous-webinars{ padding: 60px 0;
            background-color: #fff; }
body.galv-freeres .webinars-carousel-container{ margin-top: 40px; }
body.galv-freeres .webinar-card{ border-radius: 20px;
            overflow: hidden;
            background-color: var(--accent-blue);
            display: flex;
            flex-direction: column;
            transition: all 0.3s ease;
            height: 100%;
            cursor: pointer; }
body.galv-freeres .webinars-Slider .swiper-slide{ height: auto;
            display: flex; }
body.galv-freeres .webinar-thumbnail-wrapper{ position: relative;
            width: 100%;
            aspect-ratio: 16 / 9;
            overflow: hidden; }
body.galv-freeres .webinar-thumbnail-wrapper::before{ content: '';
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.2);
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 1; }
body.galv-freeres .webinar-card:hover .webinar-thumbnail-wrapper::before{ opacity: 1; }
body.galv-freeres .webinar-thumbnail-wrapper img{ width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 1; }
body.galv-freeres .webinar-info{ padding: 20px;
            flex-grow: 1;
            display: flex;
            flex-direction: column; }
body.galv-freeres .webinar-info h3{ font-size: 18px;
            color: var(--primary-blue);
            margin-bottom: 8px;
            font-weight: 600;
            line-height: 29px; }
body.galv-freeres .webinar-info p{ font-size: 16px;
            line-height: 24px;
            color: var(--text-dark);
            margin: 0; }
body.galv-freeres .contact-form{ padding: 60px 0;
            background-color: var(--bg-navy); }
body.galv-freeres .contact-form-wrapper{ display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: center; }
body.galv-freeres .contact-form-left{ display: flex;
            align-items: center;
            justify-content: center; }
body.galv-freeres .contact-form-left img{ width: 100%;
            height: auto; }
body.galv-freeres .contact-form-right form{ display: flex;
            flex-direction: column;
            gap: 20px; }
body.galv-freeres .contact-form-right form .form-group{ display: flex;
            flex-direction: column;
            gap: 10px; }
body.galv-freeres .contact-form-right form .form-group label{ font-weight: 600; }
body.galv-freeres .contact-form-right form .form-group input, body.galv-freeres .contact-form-right form .form-group textarea{ padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px; }
body.galv-freeres .contact-form-right form .form-group input:focus, body.galv-freeres .contact-form-right form .form-group textarea:focus{ outline: none;
            border-color: var(--cta-magenta); }
body.galv-freeres .contact-form-right form .btn-blue{ background-color: var(--cta-magenta);
            color: #fff;
            border: none;
            padding: 10px;
            border-radius: 4px;
            cursor: pointer; }
body.galv-freeres .contact-form-right form .btn-blue:hover{ background-color: var(--cta-magenta); }
body.galv-freeres .faq-section{ padding: 60px 0;
            background: #fff; }
body.galv-freeres .section-header{ margin-bottom: 50px; }
body.galv-freeres .faq-container{ max-width: 900px;
            margin: 0 auto;
            padding: 0 20px; }
body.galv-freeres .faq-title{ font-family: var(--font-heading);
            font-size: 36px;
            line-height: 48px;
            font-weight: 600;
            color: var(--primary-blue);
            margin-bottom: 30px; }
body.galv-freeres .faq-item{ background: var(--primary-blue);
            margin-bottom: 18px;
            overflow: hidden; }
body.galv-freeres .faq-question{ padding: 20px 50px 20px 20px;
            font-size: 18px;
            line-height: 30px;
            font-weight: 400;
            color: var(--text-white);
            cursor: pointer;
            position: relative;
            transition: all 0.3s ease;
            user-select: none; }
body.galv-freeres .faq-question::after{ content: "›";
            position: absolute;
            right: 28px;
            top: 50%;
            transform: translateY(-50%) rotate(0deg);
            font-size: 26px;
            color: #fff;
            font-weight: 400;
            transition: transform 0.3s ease;
            line-height: 1; }
body.galv-freeres .faq-question.active::after{ content: "›";
            transform: translateY(-50%) rotate(90deg); }
body.galv-freeres .faq-answer{ background-color: var(--accent-blue);
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.4s ease;
            padding: 0 28px;
            font-size: 18px;
            line-height: 30px;
            font-weight: 400;
            color: var(--primary-blue); }
body.galv-freeres .faq-answer.active{ max-height: 1600px;
            padding: 20px; }
body.galv-freeres .faq-layout{ display: grid;
            grid-template-columns: 2fr 3fr;
            gap: 20px;
            align-items: start; }
body.galv-freeres .faq-image-col img{ width: 100%;
            max-width: 420px;
            height: auto;
            border-radius: 20px;
            display: block; }
body.galv-freeres .faq-layout .faq-container{ max-width: 100%;
            margin: 0;
            padding: 0; }
body.galv-freeres .video-modal-overlay{ position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.7);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 9999; }
body.galv-freeres .video-modal-overlay .video-modal-content{ position: relative;
            width: min(90vw, 800px);
            aspect-ratio: 16/9;
            background: #000; }
body.galv-freeres .video-modal-overlay .video-modal-content iframe{ width: 100%;
            height: 100%;
            border: none; }
body.galv-freeres .video-modal-overlay .video-modal-close{ position: absolute;
            top: -36px;
            right: 0;
            background: #fff;
            border-radius: 50%;
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-weight: bold; }
@media (max-width: 1024px){
  body.galv-freeres .about-events{ padding: 40px 0; }
  body.galv-freeres .feature-card{ flex: 0 1 calc((100% - 30px) / 2); }
  body.galv-freeres .about-grid{ display: flex;
                flex-wrap: wrap;
                justify-content: center;
                gap: 30px; }
  body.galv-freeres .about-card{ flex: 0 1 calc((100% - 30px) / 2); }
  body.galv-freeres .upcoming-events, body.galv-freeres .benefits, body.galv-freeres .previous-webinars, body.galv-freeres .contact-form, body.galv-freeres .faq-section{ padding: 40px 0; }
  body.galv-freeres .benefits-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (min-width:769px) and (max-width:1023px){
  body.galv-freeres .section-subtitle{ font-size: 18px;
                line-height: 29px; }
  body.galv-freeres .about-events{ padding: 30px 0; }
  body.galv-freeres .about-grid{ margin-top: 30px;
                gap: 20px; }
  body.galv-freeres .about-card{ padding: 20px; }
  body.galv-freeres .about-card h3{ font-size: 18px;
                margin-bottom: 8px; }
  body.galv-freeres .about-card p{ font-size: 16px;
                line-height: 26px; }
  body.galv-freeres .about-card img{ height: 72px;
                width: 72px; }
  body.galv-freeres .upcoming-events{ padding: 30px 0; }
  body.galv-freeres .events-list{ margin-top: 30px;
                gap: 20px; }
  body.galv-freeres .event-card{ padding: 20px; }
  body.galv-freeres .event-title{ font-size: 18px;
                line-height: 30px; }
  body.galv-freeres .event-details p{ font-size: 18px; }
  body.galv-freeres .event-details{ margin-bottom: 30px; }
  body.galv-freeres .event-actions .btn{ font-size: 14px;
                padding: 8px 16px;
                border-radius: 8px; }
  body.galv-freeres .speaker-img{ height: 120px;
                width: 120px; }
  body.galv-freeres .speaker-name{ font-size: 16px; }
  body.galv-freeres .speaker-title{ font-size: 14px; }
  body.galv-freeres .event-ribbon{ width: 120px;
                font-size: 16px; }
  body.galv-freeres .accordion-inner h4{ font-size: 18px;
                margin-bottom: 8px; }
  body.galv-freeres .accordion-inner p{ font-size: 16px; }
  body.galv-freeres .benefits{ padding: 30px 0; }
  body.galv-freeres .benefits-grid{ margin-top: 30px;
                gap: 20px; }
  body.galv-freeres .benefit-card{ padding: 20px; }
  body.galv-freeres .benefit-card h3{ font-size: 18px;
                margin-bottom: 8px; }
  body.galv-freeres .benefit-card p{ font-size: 16px;
                line-height: 26px; }
  body.galv-freeres .benefit-icon-box{ height: 72px;
                width: 72px; }
  body.galv-freeres .benefit-card img{ height: 40px;
                width: 40px; }
  body.galv-freeres .previous-webinars{ padding: 30px 0; }
  body.galv-freeres .webinars-carousel-container{ margin-top: 30px; }
  body.galv-freeres .contact-form{ padding: 30px 0; }
  body.galv-freeres .faq-section{ padding: 30px 0; }
  body.galv-freeres .faq-title{ font-size: 22px;
                margin-bottom: 20px; }
}
@media (max-width: 768px){
  body.galv-freeres nav button, body.galv-freeres nav a{ padding: 10px 14px; }
  body.galv-freeres .feature-card{ flex: 0 1 100%; }
  body.galv-freeres .feature-card h3{ font-size: 18px; }
  body.galv-freeres .feature-card p{ font-size: 18px; }
  body.galv-freeres .about-events{ padding: 30px 0; }
  body.galv-freeres .about-grid{ display: flex;
                gap: 20px;
                flex-wrap: wrap;
                justify-content: center;
                margin-top: 30px; }
  body.galv-freeres .about-card{ padding: 20px; }
  body.galv-freeres .about-card h3{ font-size: 18px; }
  body.galv-freeres .upcoming-events{ padding: 30px 0; }
  body.galv-freeres .events-list{ gap: 20px;
                margin: 30px auto 0; }
  body.galv-freeres .event-card{ padding: 20px;
                border-radius: 32px; }
  body.galv-freeres .event-main{ flex-direction: column-reverse;
                gap: 20px; }
  body.galv-freeres .event-right{ width: 100%;
                margin-bottom: 0; }
  body.galv-freeres .event-left{ margin-top: 10px; }
  body.galv-freeres .event-title{ font-size: 18px;
                margin-bottom: 15px; }
  body.galv-freeres .event-details{ margin-bottom: 30px; }
  body.galv-freeres .event-actions{ flex-direction: row; }
  body.galv-freeres .event-actions .btn{ width: 100%;
                text-align: center; }
  body.galv-freeres .event-ribbon{ font-size: 14px;
                width: 110px;
                padding: 12px 10px 25px; }
  body.galv-freeres .benefits{ padding: 30px 0; }
  body.galv-freeres .benefits-grid{ grid-template-columns: repeat(2, 1fr);
                margin-top: 30px;
                gap: 20px; }
  body.galv-freeres .benefit-card{ padding: 20px; }
  body.galv-freeres .benefit-card h3{ font-size: 18px; }
  body.galv-freeres .previous-webinars{ padding: 30px 0; }
  body.galv-freeres .webinars-carousel-container{ margin-top: 30px; }
  body.galv-freeres .contact-form{ padding: 30px 0; }
  body.galv-freeres .contact-form-wrapper{ grid-template-columns: 1fr;
                gap: 30px; }
  body.galv-freeres .faq-section{ padding: 30px 0; }
  body.galv-freeres .faq-title{ font-size: 22px;
                line-height: 36px;
                margin-bottom: 30px; }
  body.galv-freeres .faq-layout{ grid-template-columns: 1fr;
                gap: 30px; }
  body.galv-freeres .faq-image-col{ display: none; }
}
@media (max-width: 480px){
  body.galv-freeres .about-grid{ display: flex;
                flex-direction: column;
                gap: 20px;
                flex-wrap: wrap;
                justify-content: center;
                margin-top: 30px; }
  body.galv-freeres .accordion-inner{ padding: 20px; }
  body.galv-freeres .benefits-grid{ grid-template-columns: 1fr;
                margin-top: 30px;
                gap: 20px; }
  body.galv-freeres .event-actions{ flex-direction: column; }
}

/* ===== Subash events mobile/tab fix (2026-06-17) — RESTORE comp @media overrides the
   first post-hero extraction DROPPED (it deduped media rules by base-selector, so mobile
   overrides of .container/.hero-content/etc. were skipped -> 80px container padding +
   hero stayed 2-col on mobile). Deduped by (query+selector). ===== */
@media (max-width: 1220px){
  body.galv-freeres .container{ padding: 0 40px; }
  body.galv-freeres .hero .container{ grid-template-columns: 1fr 1fr;
                gap: 30px; }
  body.galv-freeres .hero-content h1{ font-size: 36px; }
  body.galv-freeres .hero-speaker-img-box{ width: 30%;
                min-width: 120px;
                max-width: 160px; }
  body.galv-freeres .hero-speaker-logo{ max-width: 100%;
                height: auto;
                max-height: 70px; }
  body.galv-freeres .hero-speaker-name{ font-size: 16px;
                line-height: 1.3; }
}
@media (max-width: 1024px){
  body.galv-freeres .container{ padding: 0 40px; }
  body.galv-freeres .hero{ padding: 40px 0 120px; }
  body.galv-freeres .hero .container{ grid-template-columns: 1.1fr 1fr;
                gap: 30px; }
  body.galv-freeres .hero-content h1{ font-size: 36px; }
  body.galv-freeres .hero-content p{ font-size: 16px;
                margin-bottom: 20px; }
  body.galv-freeres .hero-feature-item{ font-size: 16px;
                gap: 10px;
                margin-bottom: 20px; }
  body.galv-freeres .hero-features{ margin-bottom: 30px; }
  body.galv-freeres .hero-testimonial{ padding: 20px;
                max-width: 100%; }
  body.galv-freeres .hero-speaker-img-box{ width: 140px;
                height: 140px; }
  body.galv-freeres .hero-speaker-title{ font-size: 22px;
                margin-bottom: 15px; }
  body.galv-freeres .hero-speaker-name{ font-size: 14px; }
  body.galv-freeres .hero-speaker-position{ font-size: 14px; }
  body.galv-freeres .hero-speaker-logo{ height: 50px; }
  body.galv-freeres .hero-img{ max-width: 380px; }
  body.galv-freeres .stats-bar{ margin: -80px 0 auto; }
}
@media (min-width:769px) and (max-width:1023px){
  body.galv-freeres .container{ padding: 0 30px; }
  body.galv-freeres .btn{ font-size: 16px;
                padding: 10px 20px;
                border-radius: 8px; }
  body.galv-freeres h2.section-title{ font-size: 22px;
                line-height: 32px;
                margin-bottom: 8px; }
  body.galv-freeres .hero{ padding: 30px 0 120px; }
  body.galv-freeres .hero-content h1{ font-size: 22px;
                line-height: 34px;
                margin-bottom: 12px; }
  body.galv-freeres .hero-content p{ font-size: 18px;
                line-height: 29px;
                margin-bottom: 10px; }
  body.galv-freeres .hero-feature-item{ font-size: 14px;
                line-height: 22px; }
  body.galv-freeres .hero-carousel-container{ border-radius: 16px; }
  body.galv-freeres .hero-testimonial{ padding: 15px; }
  body.galv-freeres .hero-speaker-title{ font-size: 18px;
                margin-bottom: 10px; }
  body.galv-freeres .hero-carousel-card{ padding: 10px;
                border-radius: 16px;
                gap: 10px; }
  body.galv-freeres .hero-speaker-img-box{ height: 120px;
                width: 120px;
                border-radius: 10px; }
  body.galv-freeres .stat-item h2{ font-size: 30px; }
}
@media (max-width: 768px){
  body.galv-freeres .container{ padding: 0 20px; }
  body.galv-freeres .btn{ font-size: 16px;
                padding: 10px 20px;
                border-radius: 8px; }
  body.galv-freeres .hero{ padding: 30px 0 250px; }
  body.galv-freeres .hero .container{ grid-template-columns: 1fr;
                gap: 20px;
                text-align: left;
                padding: 0 20px; }
  body.galv-freeres .hero-content h1{ font-size: 36px;
                line-height: 42px;
                text-align: left;
                width: 100%;
                overflow-wrap: break-word;
                word-break: break-word;
                white-space: normal !important; }
  body.galv-freeres .hero-content p{ font-size: 18px;
                margin-bottom: 20px; }
  body.galv-freeres .hero-feature-item{ font-size: 16px;
                margin-bottom: 20px; }
  body.galv-freeres .hero-testimonial{ width: 100%;
                max-width: 500px;
                margin: 30px auto 0;
                justify-content: center;
                padding: 20px; }
  body.galv-freeres .hero-speaker-title{ font-size: 18px; }
  body.galv-freeres .hero-carousel-card{ flex-direction: row;
                text-align: center;
                gap: 15px;
                padding: 20px; }
  body.galv-freeres .hero-speaker-img-box{ width: 140px;
                height: 140px;
                margin: 0 auto; }
  body.galv-freeres .hero-speaker-details{ align-items: start;
                text-align: start;
                flex-wrap: wrap; }
  body.galv-freeres .hero-speaker-name{ font-size: 16px;
                line-height: 22px; }
  body.galv-freeres .hero-speaker-position{ font-size: 14px; }
  body.galv-freeres .hero-img{ max-width: 100%;
                border-radius: 12px; }
  body.galv-freeres h2.section-title{ font-size: 22px;
                line-height: 38px;
                margin-bottom: 10px; }
  body.galv-freeres .stats-bar{ grid-template-columns: 1fr;
                margin-top: -200px; }
  body.galv-freeres .stat-item p{ font-size: 16px;
                line-height: 26px;
                max-width: 200px; }
}
@media (max-width: 480px){
  body.galv-freeres .btn{ padding: 10px 20px;
                font-size: 16px; }
  body.galv-freeres .hero-carousel-card{ flex-direction: column;
                align-items: center;
                justify-content: center; }
  body.galv-freeres .hero-speaker-details{ align-items: center;
                text-align: center; }
}
