* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Gabarito', sans-serif;
            line-height: 1.6;
        }

        /* Container System */
        .container-fluid {
            padding-left: 15px;
            padding-right: 15px;
        }

        .container-custom {
            /*max-width: 1440px;*/
            margin: 0 auto;
            padding: 0 15px;
        }

        @media (min-width: 576px) {
            .container-custom {
                padding: 0 20px;
            }
        }

        @media (min-width: 768px) {
            .container-custom {
                padding: 0 30px;
            }
        }



        /* Section Title */
        .section-title {
            font-weight: 600;
            font-size: clamp(1.75rem, 4vw, 2.5rem);
            margin-bottom: 3rem;
            text-align: center;
            color: #212529;
        }

        /* Hero Section */
        .hero {
            background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.2)),
                        url('./../images/hero-bg.png');
            min-height: 100vh;
            color: #fff;
            display: flex;
            flex-direction: column;
            position: relative;
            padding: 80px 0 60px;
        }

        /* Hero Logo */
        .hero-logo {
            position: absolute;
            /*top: 20px;
            left: 55px;
              width: clamp(100px, 12vw, 180px);
            height: auto;  */
            top: 24px;
            left: 60px;
            z-index: 10;
            width: 230px;
            height: 31px;
        }

        @media (max-width: 576px) {
            .hero-logo {
                left: 15px;
            }
        }

        /* Hero Divider */
        .hero-divider {
            position: absolute;
            top: clamp(75px, 7vh, 79px); /* Refined: Will now max out at 79px instead of 80px */
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 5%, rgba(255, 255, 255, 0.9) 29.81%, #FFFFFF 50%, rgba(255, 255, 255, 0.9) 69.71%, rgba(255, 255, 255, 0.5) 95%, rgba(255, 255, 255, 0) 100%);
            z-index: 5; /* Keeping original z-index for now, see analysis below */
        }

        /* Hero Content */
        .hero-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 40px 15px;
            margin: 60px 0 40px;
            z-index: 5;
        }

        @media (min-width: 768px) {
            .hero-content {
                margin: 80px 0 60px;
                padding: 60px 30px;
            }
        }

        /* Title Image */
        .title-image {
            width: 100%;
            max-width: 501px;
            height: auto;
            margin-bottom: 1.5rem;
        }

        /* Tagline */
        .tagline {
            font-family: 'Gabarito', sans-serif;
            font-weight: 400;
            font-size: clamp(1.5rem, 2vw, 3rem);
            line-height: 1.2;
            color: #FFFFFF;
            margin: 0 0 2rem 0;
            max-width: 90%;
        }

        @media (min-width: 768px) {
            .tagline {
                max-width: 618px;
            }
        }

        /* Main Button */
        .main-button {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            padding: 13px 22px;
            min-width: 151px;
            height: 48px;
            background: #FFFFFF;
            border: 1px solid #045DE8;
            border-radius: 5px;
            box-shadow: 6px 6px 0px #045DE8;
            font-family: 'Gabarito', sans-serif;
            font-weight: 500;
            font-size: 18px;
            line-height: 22px;
            color: #045DE8;
            text-decoration: none;
            cursor: pointer;
            transition: all 0.3s ease;
            white-space: nowrap;
        }

        .main-button:hover {
            transform: translate(3px, 3px);
            box-shadow: 3px 3px 0px #045DE8;
        }

        /* Event Info */
        .event-info {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 0 15px;
            gap: 10px;
            margin-top: auto;
        }

        .event-date {
            font-family: 'Gabarito', sans-serif;
            font-style: normal;
            font-weight: 500;
            font-size: 32px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: center;
            color: #FFFFFF;
            margin: 0;
        }

        .event-location {
            font-family: 'Gabarito', sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 22px;
            line-height: 26px;
            color: #FFFFFF;
            margin: 0;
        }

        /* Countdown */
        .countdown-box {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 14px;
            padding: 20px 15px;
        }

        @media (min-width: 992px) {
            .container-custom {
                padding: 0 40px;
            }
            .future-title {
                font-size: 48px;
            }
            .countdown-box {
                position: absolute;
                bottom: 30px;
                right: 55px;
                padding: 0;
            }
            .event-info {
                position: absolute;
                bottom: 30px;
                left: 60px;
                padding: 0;
                margin-top: 0;
                width: 531px;
            }
        }

        .count-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-width: 67px;
            text-align: center;
        }

        .count-item h3 {
            font-family: 'Gabarito', sans-serif;
            font-weight: 500;
            font-size: clamp(1.5rem, 4vw, 2rem);
            line-height: 1.2;
            color: #FFFFFF;
            margin: 0 0 0.25rem 0;
        }

        .count-item span {
            font-family: 'Gabarito', sans-serif;
            font-weight: 400;
            font-size: clamp(0.875rem, 2vw, 1.125rem);
            line-height: 1.2;
            color: #FFFFFF;
        }

        .countdown-divider {
            width: 1px;
            height: 24px;
            background: rgba(255, 255, 255, 0.6);
        }

        @media (max-width: 576px) {
            .countdown-divider {
                display: none;
            }
            /*.countdown-box {
                position: absolute;
                bottom: 30px;
                right: 55px;
                padding: 0;
            }
            .event-info {
                position: absolute;
                bottom: 30px;
                left: 60px;
                padding: 0;
                margin-top: 0;
                width: 531px;
            }*/
        }

        /* Benefits Section */
        .benefits-section {
            padding: 5rem 0;
            background: #FFFFFF;
        }

        .benefit-card {
            background: #FFFCEA;
            border-radius: 24px;
            padding: 40px;
            height: 100%;
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .university-card {
            background: #F5F0FF;
        }

        .benefit-image {
            width: 100%;
            display: flex;
            /*justify-content: center;
            align-items: center;*/
        }

        .benefit-image img {
            width: 100%;
            max-width: 388px;
            height: auto;
            object-fit: contain;
        }

        .benefit-content {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .benefit-title {
            font-family: 'Gabarito', sans-serif;
            font-weight: 700;
            font-size: clamp(1.75rem, 4vw, 2.25rem);
            line-height: 1.2;
            color: #232325;
            margin: 0;
        }

        .benefit-subtitle {
            font-family: 'Inter', sans-serif;
            font-style: italic;
            font-weight: 600;
            font-size: clamp(1rem, 2vw, 1.5rem);
            line-height: 1.2;
            color: #313134;
            margin: 0;
        }

        .benefit-description {
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            font-size: clamp(0.9375rem, 1.5vw, 1.125rem);
            line-height: 1.5;
            color: #313134;
            margin: 8px 0;
        }

        .benefit-list {
            list-style: none;
            padding: 0;
            margin: 12px 0 0 0;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .benefit-list li {
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            font-size: clamp(0.9375rem, 1.5vw, 1.25rem);
            line-height: 1.6;
            color: #313134;
            padding-left: 24px;
            position: relative;
        }

        .benefit-list li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: #000000;
            font-weight: 700;
            font-size: 1.25em;
        }

        /* Future Intelligence Section */
        .future-intelligence-section {
            padding: 5rem 0;
            background: #F5F9FF;
        }

        .future-content {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .future-title {
            font-family: 'Gabarito', sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: clamp(2rem, 4vw, 3rem);
            line-height: 100%;
            letter-spacing: 0%;
            color: #232325;
            margin: 0;
        }

        .future-subtitle {
            font-family: 'Inter', sans-serif;
            font-style: italic;
            font-weight: 600;
            font-size: clamp(1.125rem, 2vw, 1.5rem);
            line-height: 1.2;
            color: #313134;
            margin: 0;
        }

        .future-description {
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            font-size: clamp(1rem, 1.5vw, 1.25rem);
            line-height: 1.6;
            color: #313134;
            margin: 0;
        }

        .future-image-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .future-image {
            width: 100%;
            max-width: 544px;
            height: auto;
            object-fit: contain;
        }

        /* Features Section */
        .features-section {
            padding: 5rem 0;
            background: rgba(245, 249, 255, 1);
        }

        /* Sponsors Section */
        .sponsors-section {
            padding: 2rem 0;
            background-color: #FFFFFF;
            position: relative;
        }

        .sponsors-title-wrapper {
            position: relative;
            margin-bottom: 3rem;
        }

        .sponsors-title {
            font-family: 'Gabarito', sans-serif;
            font-weight: 700;
            font-size: clamp(2rem, 4vw, 3rem);
            line-height: 1.2;
            text-align: center;
            color: #232325;
            margin-bottom: 0;
            position: relative;
            z-index: 1;
        }

        .sponsors-section .title-underline {
            position: absolute;
            width: 200px;
            height: 6px;
            background: #367DED;
            bottom: 10px;
            left: 53%;
            transform: translateX(-46%);
            z-index: 0;
        }

        .sponsors-section .sponsors-title-underline-span {
            position: relative;
            display: inline-block;
        }

        .sponsors-section .sponsors-title-underline-span::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 6px;
            background: #367DED;
            bottom: 9px;  /* Adjust this to position the underline */
            left: 0;
            z-index: -1;
        }

        .sponsors-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
            margin-bottom: 24px;
        }

        .sponsors-row-full {
            grid-column: 1 / -1;
        }

        /* Sponsor Tier */
        .sponsor-tier {
            width: 100%;
            display: flex;
            flex-direction: column;
        }

        .tier-badge {
            width: fit-content;
            min-width: 180px;
            height: 46px;
            margin: 0 auto;
            border-radius: 16px 16px 0 0;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            z-index: 2;
            padding: 0 20px;
        }

        .tier-badge.title-sponsor {
            background: #E6EFFD;
        }

        .tier-badge.platinum-sponsor {
            background: #E5E4E2;
        }

        .tier-badge.gold-sponsor {
            background: #FFF3B5;
        }

        .tier-badge span {
            font-family: 'Gabarito', sans-serif;
            font-weight: 600;
            font-size: 18px;
            line-height: 24px;
            color: #232325;
        }

        .sponsor-card {
            background: #FFFFFF;
            border: 1px solid #BFBFC0;
            border-radius: 16px;
            padding: 48px 36px;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 48px;
            margin-top: -1px;
            flex: 1;
            min-height: 180px;
        }

        .sponsor-item {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 16px;
        }

        .sponsor-logo {
            height: 56px;
            width: auto;
            object-fit: contain;
        }

        .sponsor-logo.google {
            width: 163px;
        }

        .sponsor-logo.microsoft {
            width: 200px;
        }

        .sponsor-logo.netflix {
            width: 140px;
        }

        .sponsor-logo.zoho {
            width: 100px;
        }

        .sponsor-logo.amazon {
            width: 140px;
        }

        .sponsor-logo.lenovo {
            width: 130px;
        }

        .sponsor-link {
            font-family: 'Gabarito', sans-serif;
            font-weight: 400;
            font-size: 18px;
            line-height: 22px;
            text-decoration: underline;
            text-underline-offset: 5px;
            color: #6c757d;
            transition: color 0.3s ease;
        }

        .sponsor-link:hover {
            color: #367DED;
            text-decoration: underline;
        }

        .tier-badge.venue-sponsor {
            background: #F5E6D3;
        }

        .sponsor-logo.venue {
            width: 250px;
            height: auto;
            max-height: 65px;
        }

        .sponsor-card {
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        }

        /* Venue Sponsor - Fit Width Container */
        .sponsors-row-fit {
            display: flex;
            justify-content: center;
            width: 100%;
        }

        /*.sponsors-row-fit .sponsor-tier {
            width: auto;
            max-width: 600px;
        }

        .sponsors-row-fit .sponsor-card {
            justify-content: center;
            padding: 48px 125px;
        }*/

        @media (max-width: 767px) {
            .sponsors-row-fit .sponsor-tier {
                width: 100%;
                max-width: none;
            }

            .sponsors-row-fit .sponsor-card {
                padding: 28px 20px;
            }

            .sponsors-section .sponsors-title-underline-span::after {
                bottom: 4px;  /* Adjust this to position the underline */
                height: 6px;
            }
        }

        /* Responsive Sponsors */
        @media (max-width: 991px) {
            .sponsors-container {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .sponsor-card {
                padding: 36px 24px;
                gap: 36px;
                min-height: 160px;
            }

            .future-intelligence-section {
                padding: 4rem 0;
            }

            .event-date {
                font-size: clamp(1.25rem, 4vw, 2rem);
                line-height: 1.2;
            }

            .event-location {
                font-size: clamp(1rem, 2vw, 1.375rem);
                line-height: 1.2;
            }
            .benefit-card {
                padding: 32px;
            }
        }

        @media (max-width: 767px) {
            .sponsor-card {
                padding: 28px 20px;
                gap: 28px;
                min-height: 140px;
            }

            .tier-badge {
                min-width: 160px;
                height: 40px;
            }

            .tier-badge span {
                font-size: 16px;
            }

            .sponsor-item {
                gap: 12px;
            }

            .sponsor-logo {
                height: 48px;
            }

            .sponsor-logo.google {
                width: 140px;
            }

            .sponsor-logo.microsoft {
                width: 170px;
            }

            .sponsor-logo.netflix {
                width: 120px;
            }

            .sponsor-logo.zoho {
                width: 85px;
            }

            .sponsor-logo.amazon {
                width: 120px;
            }

            .sponsor-logo.lenovo {
                width: 110px;
            }

            .benefit-card {
                padding: 24px;
            }

            .benefit-image img {
                max-width: 280px;
            }

            .benefit-list {
                gap: 10px;
            }

            .benefit-list li {
                padding-left: 20px;
            }
        }

        .card {
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            transition: all 0.3s ease;
            height: 100%;
        }

        .card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 24px rgba(0,0,0,0.12);
        }

        .card-body {
            padding: 2rem;
        }

        .card-title {
            font-weight: 600;
            font-size: 1.25rem;
            margin-bottom: 1rem;
            color: #212529;
        }

        .card-text {
            color: #6c757d;
            font-size: 1rem;
        }

        /* About Section
        .about-section {
            padding: 5rem 0;
            background-color: #f8f9fa;
        }

        .about-section p {
            font-size: 1.125rem;
            color: #495057;
            line-height: 1.8;
        }*/

        /* Contact Section */
        .contact-section {
            padding: 5rem 0;
            background-color: #ffffff;
        }

        .contact-form {
            background: #ffffff;
            border-radius: 10px;
            box-shadow: 0 4px 16px rgba(0,0,0,0.1);
            padding: 2.5rem;
        }

        .form-label {
            font-weight: 500;
            color: #212529;
            margin-bottom: 0.5rem;
        }

        .form-control {
            border: 1px solid #dee2e6;
            border-radius: 5px;
            padding: 0.75rem 1rem;
            font-size: 1rem;
        }

        .form-control:focus {
            border-color: #045DE8;
            box-shadow: 0 0 0 0.2rem rgba(4, 93, 232, 0.25);
        }

        .btn-primary {
            background-color: #045DE8;
            border: none;
            padding: 0.75rem 2rem;
            font-weight: 500;
            font-size: 1.125rem;
            border-radius: 5px;
            transition: all 0.3s ease;
        }

        .btn-primary:hover {
            background-color: #0347b8;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(4, 93, 232, 0.3);
        }

        /*.prizes-section {
            padding: 3rem 0 0 0;
            background-color: #FFFFFF;
            position: relative;
        }

        .prize-sectionold {
            background: linear-gradient(216.58deg, rgba(255, 255, 255, 0.4) 50.76%, rgba(0, 0, 0, 0.4) 98.71%),
                        linear-gradient(191.57deg, #062BA3 -33.53%, #011249 104.11%);
            background-blend-mode: multiply, normal;
            border-radius: 24px;
            padding: 48px 60px;
            position: relative;
            overflow: hidden;
            min-height: 368px;
        }
        .prize-section {
            background-image: url('images/prize-background.png');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: right;

            border-radius: 24px;
            padding: 48px 60px;
            position: relative;
            overflow: hidden;
            min-height: 368px;
        }

        .content-wrapper {
            position: relative;
            z-index: 1;
        }

        .main-title {
            font-weight: 700;
            font-size: 48px;
            line-height: 58px;
            color: #FFFFFF;
            margin-bottom: 12px;
        }

        .subtitle {
            font-weight: 400;
            font-size: 22px;
            line-height: 26px;
            color: #FFFFFF;
            margin-bottom: 16px;
        }

        .prize-badge {
            display: flex;
            align-items: center;
            padding: 12px 18px;
            gap: 14px;

            width: 220px;
            height: 76px;

            background: rgba(255, 255, 255, 0.07);
            border-radius: 10px;


            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);

            border: 1px solid rgba(255, 255, 255, 0.18);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        }

        .prize-icon {
            width: 41px;
            height: 48px;
            background-size: cover;
            background-position: center;
        }

        .price-block {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 0;
            gap: 2px;

            width: 100px;
            height: 52px;


            flex: none;

            margin-left: 15px;
        }


        .price-label {
            width: 71px;
            height: 19px;

            font-family: "Gabarito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 19px;
            text-align: center;
            color: #ffffff;


            flex: none;
            order: 0;
        }


        .price-amount {
            width: 100px;
            height: 31px;

            font-family: "Gabarito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
            font-style: normal;
            font-weight: 500;
            font-size: 26px;
            line-height: 31px;
            color: #ffffff;

            flex: none;
            order: 1;
        }

        .winner-cards {
            display: flex;
            gap: 10px;
            justify-content: flex-end;
            align-items: flex-end;
        }

        .winner-card {
            text-align: center;
            position: relative;
        }

        .winner-frame {
            border-radius: 12.46px;
            padding: 10px;
            position: relative;
            overflow: hidden;
        }

        .winner-badge {
            position: absolute;
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 60px;
            z-index: 2;
        }

        .laurel-wreath {
            width: 100%;
            height: 100%;
            position: relative;
        }

        .laurel-wreath::before {
            content: '🏆';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 20px;
        }

        .position-badge {
            position: absolute;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 28px;
            font-weight: 600;
            color: white;
            z-index: 3;
        }

        .position-suffix {
            font-size: 14px;
            vertical-align: super;
        }

        .avatar-container {
            position: relative;
            margin: 30px auto 10px;
            width: 100px;
            height: 100px;
        }

        .winner-card-1st .avatar-container {
            width: 136px;
            height: 136px;
        }

        .avatar-placeholder {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 40px;
        }

        .prize-amount {
            font-family: 'Gabarito';
            font-weight: 500;
            font-size: 26px;
            color: #FFFFFF;
        }

        @media (max-width: 1200px) {
            .main-title {
                font-size: 36px;
                line-height: 44px;
            }

            .winner-cards {
                gap: 20px;
            }
        }

        @media (max-width: 992px) {
            .prize-section {
                padding: 40px 30px;
            }

            .main-title {
                font-size: 32px;
                line-height: 38px;
            }

            .subtitle {
                font-size: 18px;
            }

            .winner-cards {
                flex-wrap: wrap;
                justify-content: center;
                margin-top: 30px;
            }
        }

        @media (max-width: 768px) {
            .main-title {
                font-size: 28px;
                line-height: 34px;
            }

            .subtitle {
                font-size: 16px;
            }

            .winner-card-1st .winner-frame,
            .winner-card-2nd .winner-frame,
            .winner-card-3rd .winner-frame {
                height: 180px;
            }

            .winner-card-1st .avatar-container {
                width: 100px;
                height: 100px;
            }
        }*/


        .prizes-section {
            padding: 3rem 0 0 0;
            background-color: #FFFFFF;
            position: relative;
        }

        .prize-sectionold {
            background: linear-gradient(216.58deg, rgba(255, 255, 255, 0.4) 50.76%, rgba(0, 0, 0, 0.4) 98.71%),
                        linear-gradient(191.57deg, #062BA3 -33.53%, #011249 104.11%);
            background-blend-mode: multiply, normal;
            border-radius: 24px;
            padding: 48px 60px;
            position: relative;
            overflow: hidden;
            min-height: 368px;
        }

        .prize-section {
            background-image: url('./../images/prize-background.png');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: right;
            border-radius: 24px;
            padding: 48px 60px;
            position: relative;
            overflow: hidden;
            min-height: 368px;
        }

        .content-wrapper {
            position: relative;
            z-index: 1;
        }

        .main-title {
            font-weight: 700;
            font-size: 48px;
            line-height: 58px;
            color: #FFFFFF;
            margin-bottom: 12px;
        }

        .subtitle {
            font-weight: 400;
            font-size: 22px;
            line-height: 26px;
            color: #FFFFFF;
            margin-bottom: 16px;
        }

        .prize-badge {
            display: flex;
            align-items: center;
            padding: 12px 18px;
            gap: 14px;
            width: 220px;
            height: 76px;
            background: rgba(255, 255, 255, 0.07);
            border-radius: 10px;
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.18);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        }

        .prize-icon {
            width: 41px;
            height: 48px;
            background-size: cover;
            background-position: center;
        }

        .price-block {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 0;
            gap: 2px;
            width: 101px;
            height: 52px;
            flex: none;
            margin-left: 15px;
        }

        .price-label {
            width: 101px;
            height: 19px;
            font-family: "Gabarito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 19px;
            text-align: left;
            color: #ffffff;
            flex: none;
            order: 0;
        }

        .price-amount {
            width: 101px;
            height: 31px;
            font-family: "Gabarito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
            font-style: normal;
            font-weight: 500;
            font-size: 26px;
            line-height: 31px;
            color: #ffffff;
            flex: none;
            order: 1;
        }

        .winner-cards {
            display: flex;
            gap: 10px;
            justify-content: flex-end;
            align-items: flex-end;
        }

        .winner-card {
            text-align: center;
            position: relative;
        }

        .winner-frame {
            border-radius: 12.46px;
            padding: 10px;
            position: relative;
            overflow: hidden;
        }

        .winner-frame img {
            max-width: 100%;
            height: auto;
            display: block;
        }

        .winner-badge {
            position: absolute;
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 60px;
            z-index: 2;
        }

        .laurel-wreath {
            width: 100%;
            height: 100%;
            position: relative;
        }

        .laurel-wreath::before {
            content: '🏆';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 20px;
        }

        .position-badge {
            position: absolute;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 28px;
            font-weight: 600;
            color: white;
            z-index: 3;
        }

        .position-suffix {
            font-size: 14px;
            vertical-align: super;
        }

        .avatar-container {
            position: relative;
            margin: 30px auto 10px;
            width: 100px;
            height: 100px;
        }

        .winner-card-1st .avatar-container {
            width: 136px;
            height: 136px;
        }

        .avatar-placeholder {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 40px;
        }

        .prize-amount {
            font-family: 'Gabarito';
            font-weight: 500;
            font-size: 26px;
            color: #FFFFFF;
            margin-top: 10px;
        }

        /* Tablet */
        @media (max-width: 1200px) {
            .main-title {
                font-size: 36px;
                line-height: 44px;
            }

            .winner-cards {
                gap: 15px;
            }
        }

        /* Small Tablet */
        @media (max-width: 992px) {
            .prize-section {
                padding: 40px 30px;
            }

            .main-title {
                font-size: 32px;
                line-height: 38px;
            }

            .subtitle {
                font-size: 18px;
                line-height: 24px;
            }

            .winner-cards {
                justify-content: center;
                margin-top: 30px;
            }
        }

        /* Mobile */
        @media (max-width: 768px) {
            .prizes-section {
                padding: 2rem 0 0 0;
            }

            .prize-section {
                padding: 30px 20px;
                min-height: auto;
                background-position: center;
            }

            .main-title {
                font-size: 28px;
                line-height: 34px;
                margin-bottom: 10px;
            }

            .subtitle {
                font-size: 16px;
                line-height: 22px;
                margin-bottom: 20px;
            }

            .prize-badge {
                width: auto;
                max-width: 220px;
                height: auto;
                padding: 10px 15px;
            }

            .prize-icon {
                width: 35px;
                height: 40px;
            }

            .price-block {
                margin-left: 10px;
            }

            .winner-cards {
                flex-direction: column;
                align-items: center;
                gap: 20px;
                margin-top: 30px;
            }

            /* Reorder cards for mobile: 1st, 2nd, 3rd */
            .winner-card-1st {
                order: 1;
            }

            .winner-card-2nd {
                order: 2;
            }

            .winner-card-3rd {
                order: 3;
            }

            .winner-frame img {
                max-width: 200px;
            }

            .winner-card-1st .avatar-container {
                width: 100px;
                height: 100px;
            }

            .prize-amount {
                font-size: 22px;
                margin-top: 8px;
            }
        }

        /* Extra Small Mobile */
        @media (max-width: 576px) {
            .prize-section {
                padding: 25px 15px;
                border-radius: 16px;
            }

            .main-title {
                font-size: 24px;
                line-height: 30px;
            }

            .subtitle {
                font-size: 14px;
                line-height: 20px;
            }

            .prize-badge {
                padding: 8px 12px;
                gap: 10px;
                margin: 0 auto;
            }

            .prize-icon {
                width: 30px;
                height: 35px;
            }

            .price-label {
                font-size: 14px;
                line-height: 17px;
            }

            .price-amount {
                font-size: 22px;
                line-height: 26px;
            }

            .winner-frame img {
                max-width: 180px;
            }

            .prize-amount {
                font-size: 20px;
            }

            .winner-cards {
                gap: 0px;
            }

        }
        /* Extra Small Mobile */
        @media (max-width: 576px) {
            .sponsors-section .title-underline {
                left: 218px;
                width: 132px;
                bottom: 6px;
            }
        }


        /* Schedule Section */
        .schedule-section {
            padding: 88px 0;
            background: #F5F9FF;
        }

        .schedule-section .container-custom {
            max-width: 1440px;
            margin: 0 auto;
            padding: 0 60px;
        }

        .schedule-section .schedule-header {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 24px;
            margin-bottom: 32px;
        }

        .schedule-section .schedule-title-wrapper {
            position: relative;
            text-align: center;
        }

        .schedule-section .schedule-title {
            font-family: 'Gabarito';
            font-weight: 700;
            font-size: 48px;
            line-height: 58px;
            color: #232325;
            position: relative;
            z-index: 1;
        }

        .schedule-section .title-underline {
            position: absolute;
            width: 200px;
            height: 6px;
            background: #367DED;
            bottom: 18px;
            left: 24%;
            transform: translateX(-50%);
            z-index: 0;
        }
        .schedule-section .schedule-title-underline-span {
            position: relative;
            display: inline-block;
        }

        .schedule-section .schedule-title-underline-span::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 6px;
            background: #367DED;
            bottom: 9px;  /* Adjust this to position the underline */
            left: 0;
            z-index: -1;
        }

        .schedule-section .schedule-info {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }

        .schedule-section .schedule-date {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        .schedule-section .calendar-icon {
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .schedule-section .date-text {
            font-family: 'Gabarito';
            font-weight: 500;
            font-size: 28px;
            line-height: 34px;
            color: #313134;
        }

        .schedule-section .schedule-location {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
        }

        .schedule-section .location-icon {
            width: 24px;
            height: 24px;
            color: #FF2E39;
        }

        .schedule-section .location-text {
            font-family: 'Gabarito';
            font-weight: 400;
            font-size: 22px;
            line-height: 26px;
            color: #313134;
        }

        /* Grid */
        .schedule-section .schedule-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 32px 48px;
            margin-top: 32px;
        }

        /* Item */
        .schedule-section .schedule-item {
            display: flex;
            gap: 28px;
            align-items: center;
        }

        .schedule-section .time-block {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 9px;
            min-width: 128px;
        }

        .schedule-section .time-range {
            font-family: 'Gabarito';
            font-weight: 500;
            font-size: 22px;
            line-height: 26px;
            color: #313134;
            white-space: nowrap;
        }

        .schedule-section .duration {
            font-family: 'Inter';
            font-weight: 500;
            font-size: 18px;
            line-height: 22px;
            color: #313134;
        }

        .schedule-section .event-card {
            /*;


            padding: 28px 20px;

            align-items: center;
            gap: 8px;*/
            flex: 1;
            background: #FFFFFF;
            border-radius: 8px;
            min-height: 110px;
            padding: 24px 20px;
            display: flex;
            align-items: center;
            line-height: 1.5;
        }

        /* Colors */
        .schedule-section .event-card.red { border: 1px solid rgba(230, 51, 54, 1);box-shadow: -5px 0px 0px 0px rgba(230, 51, 54, 1); }

        .schedule-section .event-card.purple { border: 1px solid rgba(112, 95, 219, 1);box-shadow: -5px 0px 0px 0px rgba(112, 95, 219, 1); }

        .schedule-section .event-card.blue { border: 1px solid rgba(54, 125, 237, 1);box-shadow: -5px 0px 0px 0px rgba(54, 125, 237, 1); }

        .schedule-section .event-card.green { border: 1px solid rgba(68, 166, 24, 1);box-shadow: -5px 0px 0px 0px rgba(68, 166, 24, 1); }

        .schedule-section .event-card.yellow { border: 1px solid rgba(223, 174, 25, 1);box-shadow: -5px 0px 0px 0px rgba(223, 174, 25, 1); }

        .schedule-section .event-title {
            font-family: 'Gabarito';
            font-weight: 400;
            font-size: 20px;
            color: #232325;
            line-height: 1.4;
            flex: 1;
        }

        .schedule-section .break-icon {
            width: 24px;
            height: 24px;
        }

        /* Full width */
        .schedule-section .schedule-item-full {
            grid-column: 1 / -1;
            display: flex;
            justify-content: center;
        }

        .schedule-section .schedule-item-full .schedule-item {
            max-width: 636px;
            width: 100%;
        }

        /* Responsive */
        @media (max-width: 1200px) {
            .schedule-section .container-custom { padding: 0 40px; }
        }

        @media (max-width: 992px) {
            .schedule-section { padding: 60px 0; }
            .schedule-section .container-custom { padding: 0 30px; }
            .schedule-section .schedule-grid { grid-template-columns: 1fr; gap: 24px; }
            .schedule-section .schedule-item-full { grid-column: 1; }
        }

        @media (max-width: 768px) {
            .schedule-section .schedule-title { font-size: 36px; }
            .schedule-section .date-text { font-size: 22px; }
            .schedule-section .location-text { font-size: 18px; }
            .schedule-section .time-block { min-width: 100px; }
            .schedule-section .time-range { font-size: 18px; }
            .schedule-section .duration { font-size: 16px; }
            .schedule-section .event-title { font-size: 18px; }
            .schedule-section .schedule-title-underline-span::after {
                bottom: 16px;  /* Adjust this to position the underline */
                height: 6px;
            }
            .schedule-section .schedule-header{gap: 0px;}
        }

        @media (max-width: 576px) {
            .schedule-section .container-custom { padding: 0 15px; }
            .schedule-section { padding: 40px 0; }
            .schedule-section .schedule-title { font-size: 28px; }
            .schedule-section .title-underline { width: 150px; }
            .schedule-section .schedule-item {
                flex-direction: column;
                align-items: flex-start;
                gap: 5px;
            }
            .schedule-section .time-block {
                align-items: flex-start;
                min-width: auto;
                display: inline;
            }
            .schedule-section .event-card {
                width: 100%;
                padding: 20px 16px;
            }
        }

        .reg-hidden {
            display: none !important;
        }

        .text-danger {
            color: #dc3545;
        }

        /* Registration Section */
        .registration-section {
            padding: 88px 0;
            background: #E4EDFF;
        }

        .registration-section .container-custom {
            max-width: 1440px;
            margin: 0 auto;
            padding: 0 60px;
        }

        /* Header */
        .registration-section .reg-header {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;
            margin-bottom: 32px;
        }

        .registration-section .reg-title-wrapper {
            position: relative;
            text-align: center;
            display: inline-block;  /* Important: makes wrapper fit content width */
        }

        .registration-section .reg-title {
            font-family: 'Gabarito', sans-serif;
            font-weight: 700;
            font-size: 48px;
            line-height: 58px;
            color: #232325;
            margin: 0;
            z-index: 1;
            position: relative;
        }

        .registration-section .reg-title-underline {
            position: absolute;
            width: 132px;
            height: 6px;
            background: #367DED;
            bottom: 10px;
            left: 80%;
            transform: translateX(-50%);
            z-index: 0;
        }
        .registration-section .reg-title-underline-span {
            position: relative;
            display: inline-block;
        }

        .registration-section .reg-title-underline-span::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 6px;
            background: #367DED;
            bottom: 9px;  /* Adjust this to position the underline */
            left: 0;
            z-index: -1;
        }

        .registration-section .reg-subtitle {
            font-family: 'Inter', sans-serif;
            font-style: italic;
            font-weight: 600;
            font-size: 24px;
            line-height: 29px;
            color: #313134;
            margin: 0;
        }

        .registration-section .reg-description {
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            font-size: 20px;
            line-height: 26px;
            text-align: center;
            color: #313134;
            margin: 0;
            max-width: 800px;
        }

        /* Form Container */
        .registration-section .reg-form-container {
            max-width: 792px;
            margin: 0 auto;
            background: #FFFFFF;
            border: 1px solid #B1CDF8;
            box-shadow: 0px 0px 6px rgba(4, 93, 232, 0.1);
            border-radius: 24px;
            padding: 40px 36px;
        }

        /* Form Content */
        .registration-section .reg-form-content {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .registration-section .reg-form-title {
            font-family: 'Gabarito', sans-serif;
            font-weight: 500;
            font-size: 36px;
            line-height: 43px;
            text-align: center;
            color: #232325;
            margin: 0;
        }

        /* Stepper */
        .registration-section .reg-stepper {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            margin-bottom: 24px;
        }

        .registration-section .reg-stepper-line {
            position: absolute;
            top: 22px;
            left: 50%;
            transform: translateX(-50%);
            width: calc(100% - 280px);
            height: 3px;
            background: #EAEAEB;
            z-index: 0;
        }

        .registration-section .reg-stepper-line-active {
            position: absolute;
            top: 22px;
            left: 33%;
            transform: translateX(-50%);
            height: 3px;
            background: #045DE8;
            z-index: 1;
            transition: width 0.3s ease;
        }

        .registration-section .reg-step {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 14px;
            min-width: 240px;
            position: relative;
            z-index: 2;
        }

        .registration-section .reg-step-circle {
            width: 44px;
            height: 44px;
            border-radius: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Gabarito', sans-serif;
            font-weight: 500;
            font-size: 18px;
            line-height: 22px;
            transition: all 0.3s ease;
        }

        .registration-section .reg-step-circle.active {
            background: #045DE8;
            color: #FFFFFF;
        }

        .registration-section .reg-step-circle.upcoming {
            background: #FFFFFF;
            border: 2px solid #045DE8;
            color: #045DE8;
        }

        .registration-section .reg-step-circle.inactive {
            background: #FFFFFF;
            border: 2px solid #EAEAEB;
            color: #A0A0A2;
        }

        .registration-section .reg-step-label {
            font-family: 'Gabarito', sans-serif;
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
            text-align: center;
            color: #313134;
        }

        .registration-section .reg-step-label.inactive {
            color: #A0A0A2;
        }

        /* Form Fields */
        .registration-section .reg-form-body {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .registration-section .reg-field-group {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }

        .registration-section .reg-field-label {
            font-family: 'Gabarito', sans-serif;
            font-weight: 400;
            font-size: 18px;
            line-height: 22px;
            color: #313134;
        }

        .registration-section .reg-field-input {
            width: 100%;
            height: 47px;
            background: #FFFFFF;
            border: 1px solid #BFBFC0;
            border-radius: 8px;
            padding: 14px;
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            font-size: 16px;
            color: #313134;
        }

        .registration-section .reg-field-input::placeholder {
            color: #5A5A5D;
        }

        .registration-section .reg-field-input:focus {
            outline: none;
            border-color: #045DE8;
            box-shadow: 0 0 0 0.2rem rgba(4, 93, 232, 0.25);
        }

        .registration-section .reg-field-row {
            display: flex;
            gap: 20px;
        }

        .registration-section .reg-field-row .reg-field-group {
            flex: 1;
        }

        /* Phone Input */
        .registration-section .reg-phone-wrapper {
            display: flex;
            align-items: center;
            gap: 8px;
            width: 100%;
            height: 47px;
            background: #FFFFFF;
            border: 1px solid #BFBFC0;
            border-radius: 8px;
            padding: 14px;
        }

        .registration-section .reg-phone-wrapper:focus-within {
            border-color: #045DE8;
            box-shadow: 0 0 0 0.2rem rgba(4, 93, 232, 0.25);
        }

        .registration-section .reg-phone-prefix {
            display: flex;
            align-items: center;
            gap: 6px;
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            font-size: 16px;
            color: #5A5A5D;
            white-space: nowrap;
        }

        .registration-section .reg-phone-divider {
            width: 1px;
            height: 18px;
            background: #5A5A5D;
            opacity: 0.3;
        }

        .registration-section .reg-phone-input {
            flex: 1;
            border: none;
            outline: none;
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            font-size: 16px;
            color: #313134;
            padding: 0;
            min-width: 0;
        }

        .registration-section .reg-phone-input::placeholder {
            color: #5A5A5D;
        }

        /* Select Dropdown */
        .registration-section .reg-field-select {
            width: 100%;
            height: 47px;
            background: #FFFFFF;
            border: 1px solid #BFBFC0;
            border-radius: 8px;
            padding: 0 14px;
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            font-size: 16px;
            color: #5A5A5D;
            appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%235A5A5D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 14px center;
            background-size: 18px;
            cursor: pointer;
        }

        .registration-section .reg-field-select:focus {
            outline: none;
            border-color: #045DE8;
            box-shadow: 0 0 0 0.2rem rgba(4, 93, 232, 0.25);
        }

        .registration-section .reg-field-select option {
            color: #313134;
        }

        /* Checkboxes */
        .registration-section .reg-checkbox-group {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .registration-section .reg-checkbox-item {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .registration-section .reg-checkbox-input {
            width: 18px;
            height: 18px;
            border: 1px solid #5A5A5D;
            border-radius: 4px;
            cursor: pointer;
            flex-shrink: 0;
        }

        .registration-section .reg-checkbox-label {
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            color: #313134;
            cursor: pointer;
        }

        /* Buttons */
        .registration-section .reg-button-group {
            display: flex;
            justify-content: flex-end;
            gap: 12px;
            margin-top: 12px;
        }

        .registration-section .reg-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 4px;
            padding: 10px 20px;
            height: 42px;
            background: #FFFFFF;
            border: 1px solid #045DE8;
            box-shadow: 4px 4px 0px #045DE8;
            border-radius: 6px;
            font-family: 'Gabarito', sans-serif;
            font-weight: 500;
            font-size: 18px;
            line-height: 22px;
            color: #045DE8;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .registration-section .reg-button:hover {
            transform: translate(2px, 2px);
            box-shadow: 2px 2px 0px #045DE8;
        }

        .registration-section .reg-button-back {
            background: #F8F9FA;
            border: 1px solid #BFBFC0;
            box-shadow: 4px 4px 0px #BFBFC0;
            color: #313134;
        }

        .registration-section .reg-button-back:hover {
            box-shadow: 2px 2px 0px #BFBFC0;
        }

        .registration-section .reg-button-submit {
            background: #FFFFFF;
            color: #045DE8;
            min-width: 150px;
        }

        /* Review Step */
        .registration-section .reg-review-container {
            display: flex;
            gap: 20px;
        }

        .registration-section .reg-review-card {
            flex: 1;
            background: #F8F9FA;
            border: 1px solid #BFBFC0;
            border-radius: 12px;
            padding: 24px;
            min-width: 350px;
        }
        /* Tablet (768px - 991px) */
        @media (max-width: 991px) {
            .registration-section .reg-review-card {
                min-width: 280px;
            }
        }

        /* Mobile (up to 767px) */
        @media (max-width: 767px) {
            .registration-section .reg-review-card {
                min-width: 100%;
                max-width: 100%;
            }
        }

        /* Small Mobile (up to 375px) */
        @media (max-width: 375px) {
            .registration-section .reg-review-card {
                min-width: 100%;
            }
        }

        .registration-section .reg-review-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            padding-bottom: 12px;
            border-bottom: 1px solid #EAEAEB;
        }

        .registration-section .reg-review-title {
            font-family: 'Gabarito', sans-serif;
            font-weight: 500;
            font-size: 20px;
            color: #232325;
            margin: 0;
        }

        .registration-section .reg-review-edit {
            color: #045DE8;
            cursor: pointer;
            font-size: 20px;
            text-decoration: none;
        }

        .registration-section .reg-review-field {
            margin-bottom: 16px;
        }

        .registration-section .reg-review-field:last-child {
            margin-bottom: 0;
        }

        .registration-section .reg-review-field-label {
            font-family: 'Inter', sans-serif;
            font-weight: 500;
            font-size: 14px;
            color: #6c757d;
            margin-bottom: 4px;
        }

        .registration-section .reg-review-field-value {
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            font-size: 16px;
            color: #232325;
            word-wrap: break-word;
        }

        /* Tablet Responsive (992px and below) */
        @media (max-width: 992px) {
            .registration-section .container-custom {
                padding: 0 30px;
            }

            .registration-section .reg-form-container {
                padding: 32px 24px;
            }

            .registration-section .reg-review-container {
                flex-direction: column;
            }

            .registration-section .reg-stepper-line {
                width: calc(100% - 240px);
            }

            .registration-section .reg-step {
                min-width: 200px;
            }
        }

        /* Mobile Landscape and Small Tablets (768px and below) */
        @media (max-width: 768px) {
            .registration-section {
                padding: 60px 0;
            }

            .registration-section .reg-title {
                font-size: 36px;
                line-height: 44px;
            }

            .registration-section .reg-title-underline {
                width: 100px;
                height: 5px;
                bottom: 8px;
            }

            .registration-section .reg-subtitle {
                font-size: 20px;
                line-height: 26px;
            }

            .registration-section .reg-description {
                font-size: 18px;
                line-height: 24px;
            }

            .registration-section .reg-form-title {
                font-size: 28px;
                line-height: 36px;
            }

            .registration-section .reg-field-row {
                flex-direction: column;
                gap: 20px;
            }

            .registration-section .reg-stepper {
                overflow-x: auto;
                justify-content: flex-start;
                padding: 0 20px;
            }

            .registration-section .reg-stepper-line {
                width: calc(100% - 200px);
            }
            .registration-section .reg-title-underline-span::after {
                bottom: 5px;  /* Adjust this to position the underline */
                height: 6px;
            }

            .registration-section .reg-step {
                min-width: 160px;
            }

            .registration-section .reg-step-label {
                font-size: 16px;
                line-height: 20px;
            }

            .registration-section .reg-step-circle {
                width: 40px;
                height: 40px;
                font-size: 16px;
            }
        }

        /* Mobile Portrait (576px and below) */
        @media (max-width: 576px) {
            .registration-section {
                padding: 40px 0;
            }

            .registration-section .container-custom {
                padding: 0 15px;
            }

            .registration-section .reg-header {
                gap: 10px;
                margin-bottom: 24px;
            }

            .registration-section .reg-title {
                font-size: 28px;
                line-height: 36px;
            }

            .registration-section .reg-title-underline {
                width: 80px;
                height: 4px;
                bottom: 6px;
            }

            .registration-section .reg-subtitle {
                font-size: 18px;
                line-height: 24px;
            }

            .registration-section .reg-description {
                font-size: 16px;
                line-height: 22px;
            }

            .registration-section .reg-form-container {
                padding: 24px 16px;
                border-radius: 16px;
            }

            .registration-section .reg-form-title {
                font-size: 24px;
                line-height: 32px;
            }

            .registration-section .reg-stepper {
                padding: 0 10px;
                justify-content: center;
                overflow: hidden;
            }
            .registration-section .reg-stepper-line {
                width: calc(100% - 125px);
                top: 18px;
            }

            .registration-section .reg-step {
                min-width: 100px;
                gap: 10px;
            }
            .registration-section .reg-stepper-line-active {
                top: 18px;
                /*width: 61%;*/
                left: 35%;
            }

            .registration-section .reg-step-label {
                font-size: 14px;
                line-height: 18px;
            }

            .registration-section .reg-step-circle {
                width: 36px;
                height: 36px;
                font-size: 14px;
            }

            .registration-section .reg-field-label {
                font-size: 16px;
            }

            .registration-section .reg-field-input,
            .registration-section .reg-field-select {
                font-size: 14px;
                height: 44px;
            }

            .registration-section .reg-phone-wrapper {
                height: 44px;
                padding: 12px;
            }

            .registration-section .reg-phone-input,
            .registration-section .reg-phone-prefix {
                font-size: 14px;
            }

            .registration-section .reg-checkbox-label {
                font-size: 14px;
            }

            .registration-section .reg-button-group {
                /*flex-direction: column;*/
                gap: 10px;
            }

            .registration-section .reg-button {
                width: 100%;
                font-size: 16px;
            }

            .registration-section .reg-review-card {
                padding: 20px 16px;
            }

            .registration-section .reg-review-title {
                font-size: 18px;
            }

            .registration-section .reg-review-field-label {
                font-size: 12px;
            }

            .registration-section .reg-review-field-value {
                font-size: 14px;
            }
        }

        /* Extra Small Mobile (400px and below) */
        @media (max-width: 400px) {
            .registration-section .reg-title {
                font-size: 24px;
                line-height: 32px;
            }

            .registration-section .reg-subtitle {
                font-size: 16px;
                line-height: 22px;
            }

            .registration-section .reg-description {
                font-size: 14px;
                line-height: 20px;
            }

            .registration-section .reg-form-title {
                font-size: 20px;
                line-height: 28px;
            }

            .registration-section .reg-step {
                min-width: 100px;
            }

            .registration-section .reg-step-label {
                font-size: 12px;
            }
        }




        /* Moments Section */
        .moments-section {
            padding: 88px 0;
            background: #FFFFFF;
        }

        .moments-section .container-custom {
            max-width: 1440px;
            margin: 0 auto;
            padding: 0 60px;
        }

        /* Header */
        .moments-section .moments-header {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;
            margin-bottom: 32px;
        }

        .moments-section .moments-title-wrapper {
            position: relative;
            text-align: center;
            isolation: isolate;
        }

        .moments-section .moments-title {
            font-family: 'Gabarito', sans-serif;
            font-weight: 700;
            font-size: 48px;
            line-height: 58px;
            color: #232325;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        .moments-section .moments-title-underline {
            position: absolute;
            width: 203px;
            height: 6px;
            background: #367DED;
            left: 15%;
            transform: translateX(-50%);
            bottom: 10px;
            z-index: 0;
        }

        .moments-section .moments-title-underline-span {
            position: relative;
            display: inline-block;
        }

        .moments-section .moments-title-underline-span::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 6px;
            background: #367DED;
            bottom: 9px;  /* Adjust this to position the underline */
            left: 0;
            z-index: -1;
        }

        .moments-section .moments-subtitle {
            font-family: 'Inter', sans-serif;
            font-style: italic;
            font-weight: 600;
            font-size: 24px;
            line-height: 29px;
            color: #313134;
            margin: 0;
            text-align: center;
        }

        .moments-section .moments-description {
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            font-size: 20px;
            line-height: 26px;
            text-align: center;
            color: #313134;
            margin: 0;
            max-width: 917px;
        }

        /* Gallery Grid */
        .moments-section .moments-gallery {
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            grid-auto-rows: 80px;
            gap: 14px;
            margin-bottom: 32px;
        }

        .moments-section .moments-gallery-item {
            border-radius: 8px;
            overflow: hidden;
            position: relative;
            cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .moments-section .moments-gallery-item:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 20px rgba(4, 93, 232, 0.15);
        }

        .moments-section .moments-gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /*.moments-section .moments-gallery-item.video-item::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 56px;
            height: 56px;
            background: rgba(0, 0, 0, 0.3);
            border-radius: 50%;
            pointer-events: none;
        }

        .moments-section .moments-gallery-item.video-item::before {
            content: '▶';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-40%, -50%);
            color: #FFFFFF;
            font-size: 24px;
            z-index: 2;
            pointer-events: none;
        }*/

        /* Grid Item Positions - Based on Figma Layout */
        .moments-section .moments-gallery-item:nth-child(1) {
            grid-column: 1 / 6;
            grid-row: 1 / 5;
        }

        .moments-section .moments-gallery-item:nth-child(2) {
            grid-column: 6 / 11;
            grid-row: 1 / 4;
        }

        .moments-section .moments-gallery-item:nth-child(3) {
            grid-column: 11 / 13;
            grid-row: 1 / 3;
        }

        .moments-section .moments-gallery-item:nth-child(4) {
            grid-column: 6 / 8;
            grid-row: 4 / 6;
        }

        .moments-section .moments-gallery-item:nth-child(5) {
            grid-column: 8 / 10;
            grid-row: 4 / 6;
        }

        .moments-section .moments-gallery-item:nth-child(6) {
            grid-column: 10 / 13;
            grid-row: 3 / 7;
        }

        .moments-section .moments-gallery-item:nth-child(7) {
            grid-column: 1 / 4;
            grid-row: 5 / 9;
        }

        .moments-section .moments-gallery-item:nth-child(8) {
            grid-column: 4 / 6;
            grid-row: 5 / 9;
        }

        .moments-section .moments-gallery-item:nth-child(9) {
            grid-column: 6 / 11;
            grid-row: 6 / 9;
        }

        .moments-section .moments-gallery-item:nth-child(10) {
            grid-column: 11 / 13;
            grid-row: 7 / 9;
        }

        .moments-section .moments-gallery-item:nth-child(11) {
            grid-column: 4 / 8;
            grid-row: 9 / 11;
        }

        .moments-section .moments-gallery-item:nth-child(12) {
            grid-column: 1 / 4;
            grid-row: 9 / 13;
        }

        .moments-section .moments-gallery-item:nth-child(13) {
            grid-column: 8 / 11;
            grid-row: 9 / 13;
        }

        .moments-section .moments-gallery-item:nth-child(14) {
            grid-column: 11 / 13;
            grid-row: 9 / 11;
        }

        .moments-section .moments-gallery-item:nth-child(15) {
            grid-column: 4 / 8;
            grid-row: 11 / 14;
        }

        .moments-section .moments-gallery-item:nth-child(16) {
            grid-column: 11 / 13;
            grid-row: 11 / 14;
        }

        .moments-section .moments-gallery-item:nth-child(17) {
            grid-column: 1 / 6;
            grid-row: 13 / 17;
        }

        .moments-section .moments-gallery-item:nth-child(18) {
            grid-column: 8 / 13;
            grid-row: 13 / 17;
        }

        /* Load More Button */
        .moments-section .moments-button-wrapper {
            display: flex;
            justify-content: center;
            margin-top: 32px;
        }

        .moments-section .moments-load-more {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            padding: 13px 22px;
            min-width: 129px;
            height: 48px;
            background: #FFFFFF;
            border: 1px solid #045DE8;
            box-shadow: 6px 6px 0px #045DE8;
            border-radius: 5px;
            font-family: 'Gabarito', sans-serif;
            font-weight: 500;
            font-size: 18px;
            line-height: 22px;
            color: #045DE8;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .moments-section .moments-load-more:hover {
            transform: translate(3px, 3px);
            box-shadow: 3px 3px 0px #045DE8;
        }

        /* Responsive */
        @media (max-width: 1200px) {
            .moments-section .container-custom {
                padding: 0 40px;
            }
        }

        @media (max-width: 992px) {
            .moments-section {
                padding: 60px 0;
            }

            .moments-section .container-custom {
                padding: 0 30px;
            }

            .moments-section .moments-title {
                font-size: 36px;
                line-height: 44px;
            }

            .moments-section .moments-subtitle {
                font-size: 20px;
            }

            .moments-section .moments-description {
                font-size: 18px;
            }

            .moments-section .moments-gallery {
                grid-auto-rows: 60px;
                gap: 12px;
            }
        }

        @media (max-width: 768px) {
            .moments-section .container-custom {
                padding: 0 20px;
            }

            .moments-section .moments-title {
                font-size: 32px;
                line-height: 38px;
            }

            .moments-section .moments-title-underline {
                width: 150px;
            }
            .moments-section .moments-title-underline-span::after {
                bottom: 4px;  /* Adjust this to position the underline */
                height: 6px;
            }

            .moments-section .moments-subtitle {
                font-size: 18px;
            }

            .moments-section .moments-description {
                font-size: 16px;
            }

            /* Simplified grid for mobile */
            .moments-section .moments-gallery {
                grid-template-columns: repeat(6, 1fr);
                grid-auto-rows: 80px;
                gap: 10px;
            }

            .moments-section .moments-gallery-item:nth-child(1) {
                grid-column: 1 / 7;
                grid-row: 1 / 4;
            }

            .moments-section .moments-gallery-item:nth-child(2) {
                grid-column: 1 / 4;
                grid-row: 4 / 7;
            }

            .moments-section .moments-gallery-item:nth-child(3) {
                grid-column: 4 / 7;
                grid-row: 4 / 7;
            }

            .moments-section .moments-gallery-item:nth-child(4) {
                grid-column: 1 / 4;
                grid-row: 7 / 9;
            }

            .moments-section .moments-gallery-item:nth-child(5) {
                grid-column: 4 / 7;
                grid-row: 7 / 9;
            }

            .moments-section .moments-gallery-item:nth-child(6) {
                grid-column: 1 / 7;
                grid-row: 9 / 12;
            }

            .moments-section .moments-gallery-item:nth-child(7) {
                grid-column: 1 / 4;
                grid-row: 12 / 15;
            }

            .moments-section .moments-gallery-item:nth-child(8) {
                grid-column: 4 / 7;
                grid-row: 12 / 15;
            }

            .moments-section .moments-gallery-item:nth-child(9) {
                grid-column: 1 / 7;
                grid-row: 15 / 18;
            }

            .moments-section .moments-gallery-item:nth-child(10) {
                grid-column: 1 / 4;
                grid-row: 18 / 20;
            }

            .moments-section .moments-gallery-item:nth-child(11) {
                grid-column: 4 / 7;
                grid-row: 18 / 20;
            }

            .moments-section .moments-gallery-item:nth-child(12) {
                grid-column: 1 / 7;
                grid-row: 20 / 23;
            }

            .moments-section .moments-gallery-item:nth-child(13) {
                grid-column: 1 / 4;
                grid-row: 23 / 26;
            }

            .moments-section .moments-gallery-item:nth-child(14) {
                grid-column: 4 / 7;
                grid-row: 23 / 26;
            }

            .moments-section .moments-gallery-item:nth-child(15) {
                grid-column: 1 / 7;
                grid-row: 26 / 29;
            }

            .moments-section .moments-gallery-item:nth-child(16) {
                grid-column: 1 / 4;
                grid-row: 29 / 31;
            }

            .moments-section .moments-gallery-item:nth-child(17) {
                grid-column: 4 / 7;
                grid-row: 29 / 31;
            }

            .moments-section .moments-gallery-item:nth-child(18) {
                grid-column: 1 / 7;
                grid-row: 31 / 34;
            }
        }

        @media (max-width: 576px) {
            .moments-section .container-custom {
                padding: 0 15px;
            }

            .moments-section {
                padding: 40px 0;
            }

            .moments-section .moments-title {
                font-size: 28px;
                line-height: 34px;
            }

            .moments-section .moments-gallery {
                grid-auto-rows: 70px;
            }
        }

        /* Footer Section */
        .footer-section {
            width: 100%;
            background: #045DE8;
        }

        /* Footer Main */
        .footer-main {
            padding: 28px 0;
        }

        .footer-content {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            gap: 60px;
        }

        /* Footer Logo */
        .footer-logo {
            display: flex;
            align-items: center;
        }

        .footer-logo img {
            width: 208px;
            height: 28px;
            object-fit: contain;
        }

        /* Footer Navigation */
        .footer-nav {
            display: flex;
            flex-direction: row;
            align-items: center;
            padding: 0;
            gap: 14px;
        }

        .footer-link {
            font-family: 'Inter', sans-serif;
            font-weight: 500;
            font-size: 18px;
            line-height: 22px;
            color: #FFFFFF;
            text-decoration: none;
            transition: opacity 0.3s ease;
        }

        .footer-link:hover {
            opacity: 0.8;
            color: #FFFFFF;
        }

        .footer-dot {
            width: 4px;
            height: 4px;
            background: #FFFFFF;
            border-radius: 50%;
            flex: none;
        }

        /* Footer Bottom */
        .footer-bottom {
            /*display: flex;*/
            flex-direction: column;
            align-items: center;
            padding: 0;
            gap: 16px;
        }

        .footer-divider {
            width: 100%;
            height: 1px;
            background: #367DED;
            border: none;
        }

        .footer-bottom-content {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            padding: 16px 0;
            width: 100%;
        }

        /* Footer Copyright */
        .footer-copyright {
            font-family: 'Inter', sans-serif;
            font-weight: 500;
            font-size: 16px;
            line-height: 19px;
            color: #FFFFFF;
            margin: 0;
        }

        /* Footer Social Icons */
        .footer-social {
            display: flex;
            flex-direction: row;
            align-items: center;
            padding: 0;
            gap: 11px;
        }

        .social-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 150px;
            color: #FFFFFF;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .social-icon:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-2px);
        }

        .social-icon svg {
            width: 16px;
            height: 16px;
        }

        /* Responsive Footer */
        @media (max-width: 992px) {
            .footer-content {
                flex-direction: column;
                gap: 30px;
                text-align: center;
            }

            .footer-nav {
                flex-wrap: wrap;
                justify-content: center;
            }

            .footer-bottom-content {
                flex-direction: column;
                gap: 20px;
                text-align: center;
            }
        }

        @media (max-width: 768px) {
            .footer-main {
                padding: 24px 0;
            }

            .footer-logo img {
                width: 180px;
                height: 24px;
            }

            .footer-link {
                font-size: 16px;
            }

            .footer-copyright {
                font-size: 14px;
            }

            .footer-nav {
                gap: 10px;
            }

            .footer-dot {
                display: none;
            }

            .footer-nav {
                flex-direction: column;
                gap: 12px;
            }
        }

        @media (max-width: 576px) {
            .footer-main {
                padding: 20px 0;
            }

            .footer-content {
                gap: 20px;
            }

            .footer-logo img {
                width: 160px;
                height: 22px;
            }

            .footer-link {
                font-size: 15px;
            }

            .footer-copyright {
                font-size: 13px;
                text-align: center;
            }

            .social-icon {
                width: 28px;
                height: 28px;
            }

            .social-icon svg {
                width: 14px;
                height: 14px;
            }

            .footer-social {
                gap: 8px;
            }
        }




        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            backdrop-filter: blur(5px);
            z-index: 1000;
            animation: fadeIn 0.3s ease;
        }

        .modal.active {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }

        @keyframes slideUp {
            from {
                transform: translateY(50px);
                opacity: 0;
            }
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        .modal-content {
            background: white;
            border-radius: 20px;
            max-width: 800px;
            width: 100%;
            max-height: 85vh;
            overflow: hidden;
            overflow-y: auto;
            position: relative;
            animation: slideUp 0.4s ease;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        }

        .modal-header {
            background: #045DE8;
            color: white;
            padding: 25px 30px;
            border-radius: 20px 20px 0 0;
            position: sticky;
            top: 0;
            z-index: 10;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .modal-header h2 {
            font-size: 28px;
            font-weight: 700;
        }

        .close-btn {
            background: rgba(255, 255, 255, 0.2);
            border: none;
            color: white;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            font-size: 24px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .close-btn:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: rotate(90deg);
        }

        .modal-body {
            padding: 30px;
            max-height: calc(85vh - 88px); /* Subtract header height */
            overflow-y: auto;
        }

        .rule-section {
            margin-bottom: 30px;
        }

        .rule-section h3 {
            color: #045DE8;
            font-size: 22px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .rule-section h3::before {
            content: '';
            width: 5px;
            height: 24px;
            background: linear-gradient(135deg, #667eea 0%, #045DE8 100%);
            border-radius: 3px;
        }

        .rule-section ol {
            margin-left: 20px;
            color: #333;
        }

        .rule-section li {
            margin-bottom: 12px;
            line-height: 1.6;
            padding-left: 10px;
        }

        .rule-section li strong {
            color: #764ba2;
        }

        .highlight-box {
            background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
            border-left: 4px solid #667eea;
            padding: 15px;
            border-radius: 8px;
            margin: 15px 0;
        }

        /*.disqualification-list {
            list-style: none;
            margin-left: 0;
        }

        .disqualification-list li {
            position: relative;
            padding-left: 30px;
        }

        .disqualification-list li::before {
            content: '⚠️';
            position: absolute;
            left: 0;
        }*/

        /* Scrollbar styling */
        .modal-content::-webkit-scrollbar {
            width: 8px;
        }

        .modal-content::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        .modal-content::-webkit-scrollbar-thumb {
            background: linear-gradient(135deg, #045DE8 0%, #045DE8 100%);
            border-radius: 10px;
        }

        @media (max-width: 768px) {
            .modal-header h2 {
                font-size: 22px;
            }

            .modal-body {
                padding: 20px;
            }

            .rule-section h3 {
                font-size: 18px;
            }
        }
        .modal-body::-webkit-scrollbar {
            width: 8px;
        }

        .modal-body::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        .modal-body::-webkit-scrollbar-thumb {
            background: linear-gradient(135deg, #045DE8 0%, #045DE8 100%);
            border-radius: 10px;
        }

        .about-intro {
            font-size: 17px;
            line-height: 1.8;
            color: #333;
            margin-bottom: 25px;
        }

        .about-section {
            margin-bottom: 25px;
        }

        .about-section h3 {
            color: #045DE8;
            font-size: 20px;
            margin-bottom: 12px;
            font-weight: 600;
        }

        .about-section p {
            color: #555;
            line-height: 1.7;
            font-size: 16px;
        }

        .about-url {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            padding: 13px 22px;
            min-width: 129px;
            height: 48px;
            background: #FFFFFF;
            border: 1px solid #045DE8;
            box-shadow: 6px 6px 0px #045DE8;
            border-radius: 5px;
            font-family: 'Gabarito', sans-serif;
            font-weight: 500;
            font-size: 18px;
            line-height: 22px;
            color: #045DE8;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .about-url:hover {
            transform: translate(3px, 3px);
            box-shadow: 3px 3px 0px #045DE8;
        }

        /* Scrollbar styling */
        .modal-body::-webkit-scrollbar {
            width: 8px;
        }

        .modal-body::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        @media (max-width: 768px) {
            .modal-header h2 {
                font-size: 22px;
            }

            .modal-body {
                padding: 20px;
            }

            .rule-section h3 {
                font-size: 18px;
            }
        }
        .faq-item {
            background: #f8f9fa;
            border-left: 4px solid #667eea;
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .faq-item:hover {
            background: #f0f2f5;
            transform: translateX(5px);
        }

        .faq-question {
            color: #667eea;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 10px;
            display: flex;
            align-items: flex-start;
            gap: 10px;
        }

        .faq-answer {
            color: #555;
            line-height: 1.7;
            font-size: 16px;
            padding-left: 30px;
        }
