:root {
            --primary-purple: #a855f7;
            --primary-blue: #3b82f6;
            --accent-magenta: #d946ef;
        }

        body {
            font-family: "Poppins", system-ui;
            overflow-x: hidden;
        }
        .baldose{
            font-family: "Boldonse", system-ui;
        }

        /* Marquee Banner */
        .marquee-banner {
            background: linear-gradient(90deg, #a855f7, #d946ef);
            color: white;
            padding: 12px 0;
            overflow: hidden;
            white-space: nowrap;
            font-weight: 600;
            font-size: 16px;
            letter-spacing: 0.5px;
        }

        .marquee-content {
            display: inline-block;
            padding-left: 100%;
            animation: marquee 30s linear infinite;
        }

        @keyframes marquee {
            0% { transform: translate(0, 0); }
            100% { transform: translate(-100%, 0); }
        }

        .marquee-content span {
            margin: 0 40px;
        }

        /* Logo */
        .logo {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary-purple);
            text-align: center;
            margin: 40px 0 30px;
        }

        /* Hero Section */
        .hero-section {
            text-align: center;
            padding: 20px 20px 40px;
        }

        .hero-title {
            font-size: clamp(2rem, 5vw, 3.5rem);
            font-weight: 800;
            margin-bottom: 0.35em;
            color: #000;
            line-height: 2;
        }

        .hero-highlight {
            font-size: clamp(2rem, 3vw, 4.5rem);
            font-weight: 900;
            color: var(--primary-blue);
            display: block;
            line-height: 1.1;
        }

        .hero-subtitle {
            font-size: clamp(1.2rem, 3vw, 1.8rem);
            margin-top: 10px;
        }

        .hero-subtitle .accent {
            color: var(--accent-magenta);
            font-weight: 700;
        }

        /* Benefits Bar */
        .benefits-bar {
            background: #c7d6ff;
            padding: 30px 20px;
            margin: 110px 0 40px;
        }
        .benefits-bar .row{
            margin-top: -125px;
        }

        .benefit-card {
            text-align: center;
            padding: 20px;
            line-height: 1.2;
        }

        .benefit-icon {
            color: var(--primary-blue);
            width: 70px;
            margin: 0 auto 30px;
            background: #fff;
            height: 70px;
            border-radius: 100px;
            display: block;
            padding: 14px 5px;
            box-sizing: border-box;
        }

        .benefit-text {
            font-size: 0.95rem;
            color: #1e293b;
            margin-bottom: 5px;
        }

        .benefit-highlight {
            font-size: 1rem;
            font-weight: 500;
            color: var(--primary-blue);
        }

        /* Main CTA Card */
        .main-cta-card {
            background: #961cc7;
            border-top: 12px solid #4b7af7;
            border-radius: 25px;
            padding: 40px;
            color: white;
            text-align: center;
            position: relative;
            margin: 0 auto;
            max-width: 600px;
        }
        .main-cta-card img{
            margin-top: -100px;
        }


        .main-cta-card h3 {
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .main-cta-card .subtitle {
            font-size: 0.95rem;
            margin-bottom: 15px;
            opacity: 0.95;
        }

        .main-cta-card .price {
            font-size: 2rem;
            font-weight: 500;
            margin: 0;
        }

        /* Recommended Brands Section */
        .recommended-section {
            padding: 60px 20px;
        }

        .recommended-title {
            text-align: center;
            font-size: clamp(1.25rem, 2vw, 2rem);
            color: var(--accent-magenta);
            font-weight: 700;
            margin-bottom: 40px;
        }

        .brand-card {
            border: 2px solid #e5e7eb;
            border-radius: 15px;
            padding: 80px 20px 30px;
            text-align: center;
            transition: all 0.3s ease;
            height: 100%;
            min-height: 200px;
            position: relative;
        }

        .brand-card:hover {
            border-color: var(--primary-blue);
            box-shadow: 0 10px 30px rgba(59, 130, 246, 0.2);
            transform: translateY(-5px);
        }

        .brand-card .btn-advertise {
            background: var(--primary-blue);
            color: white;
            border-bottom: 2px solid #000;
            padding: 9px 10px;
            border-radius: 25px;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 0.8rem;
            transition: all 0.3s ease;
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            width: 80%;
            border-right: 2px solid #000;
        }

        .brand-card .btn-advertise:hover {
            background: #2563eb;
            transform: translateX(-50%) scale(1.05);
        }

        /* Modal Styles */
        .modal-content {
            border-radius: 25px;
            border: none;
            overflow: hidden;
            background: #4b7af7;
        }

        .modal-header-custom {
            background: #4b7af7;
            color: white;
            padding: 40px 30px;
            text-align: center;
            border: none;
        }

        .modal-header-custom h2 {
            font-size: 1.8rem;
            font-weight: 700;
            margin: 0 0 10px;
            line-height: 1.3;
        }

        .modal-header-custom p {
            margin: 0;
            font-size: 0.95rem;
            opacity: 0.95;
        }

        .modal-body {
            padding: 40px;
            padding: 40px;
            border-radius: 40px;
            overflow: hidden;
            background: #eeefee;
        }

        .form-control, .form-select {
            border-radius: 12px;
            padding: 14px 18px;
            border: 0;
            font-size: 0.95rem;
            transition: all 0.3s ease;
        }

        .form-control:focus, .form-select:focus {
            border-color: var(--primary-blue);
            box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
        }

        .form-label {
            font-weight: 600;
            color: #475569;
            margin-bottom: 8px;
            font-size: 0.9rem;
        }

        .upload-section {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 20px;
        }

        .upload-section label {
            margin: 0;
            flex-shrink: 0;
        }

        .btn-upload {
            background: var(--primary-blue);
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 12px;
            font-weight: 600;
            font-size: 0.9rem;
            transition: all 0.3s ease;
        }

        .btn-upload:hover {
            background: #2563eb;
            transform: scale(1.02);
        }

        .btn-submit {
            background: #961cc7;
            color: white;
            border: none;
            padding: 16px 40px;
            border-radius: 12px;
            font-weight: 700;
            font-size: 1.1rem;
            width: auto;
            margin: 0 auto;
            text-transform: uppercase;
            transition: all 0.3s ease;
        }

        .btn-submit:hover {
            transform: scale(1.02);
            box-shadow: 0 10px 30px rgba(168, 85, 247, 0.3);
        }

        .btn-close {
            filter: brightness(0) invert(1);
        }

        @media (max-width: 768px) {
            .benefits-bar .row {
                gap: 20px;
            }

            .benefit-card {
                padding: 15px;
            }

            .modal-body {
                padding: 30px 20px;
            }

            .upload-section {
                flex-direction: column;
                align-items: stretch;
            }
        }