        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            overflow-x: hidden;
            font-family: "Open Sans", sans-serif;
        }

        /* First Section Styles */
        .first-section {
            position: relative;
        }

        .logo-header {
            background: white;
            padding: 15px;
            text-align: center;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }

        .logo-header img {
            max-width: 250px;
            height: auto;
        }

        .hero-content {
            padding: 60px 0px 0px;
            text-align: center;
            background: url(../assets/images/lander-bg-desk.jpg) no-repeat;
            background-size: cover;
            font-family: "Open Sans", sans-serif;
            position: relative;
        }

        .signup-box {
            background: white;
            padding: 40px 60px;
            max-width: 570px;
            margin: 0 auto 40px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
        }

        .signup-box h2 {
            font-size: 26px;
            color: #123;
            margin-bottom: 10px;
            font-style: normal;
            font-weight: 400;
        }

        .signup-box h3 {
            font-size: 26px;
            color: #123;
            margin-bottom: 10px;
            font-style: normal;
            font-weight: 600;
        }

        .signup-box input[type="tel"] {
            background: #fff;
            border: 1px solid #bebebe;
            border-radius: 5px;
            width: 100%;
            height: 64px;
            padding: 0 35px 0 19px;
            margin-bottom:20px;
            font-family: "Open Sans", sans-serif;
            font-size: 18px;
            line-height: normal;
            font-weight: 600;
            color: #123;
            outline: 0;
            box-sizing: border-box;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-transform: lowercase;
            filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .3));
        }
        

        .btn-continue {
            padding: 15px 40px;
            width: 100%;
            transition: background 0.3s;
            color: #fff;
            font-family: "Open Sans", sans-serif;
            font-size: 32px;
            line-height: 44px;
            font-style: normal;
            font-weight: 700;
            margin: 0 auto;
            outline: 0;
            cursor: pointer;
            background: #2b6;
            border-radius: 5px;
            border: 0;
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 11px;
        }
        .btn-continue span{
            width: calc(100% - 100px);
            text-align: center;
            font-weight:700;
        }

        .btn-continue:hover {
            background: #218838;
        }

        .disclaimer {
            font-size: 11px;
            color: #000;
            margin-top: 15px;
            line-height: 1.5;
            text-align:left;
        }

        .disclaimer a {
            color: #007bff;
            text-decoration: none;
        }

        .stimulus-title {
            color: white;
            margin: 40px 0;
        }

        .stimulus-title h1 {
            font-size: 48px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-decoration: underline;
        }

        .not-affiliated {
            color: white;
            font-size: 14px;
            margin-top: 20px;
            padding:10px 0px;
            background-color: rgba(108, 108, 118, .2);
        }
        

        .steps-section {
            background: #ebf9ff;
        }

        .steps-header {
            background: #49b4e6;
            color: #f3f3f3;
            text-align: center;
            font-family: "Open Sans", sans-serif;
            font-size: 40px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            padding: 34px;
            position: relative;
        }
        .steps-header::after {
            content: "";
            position: absolute;
            bottom: -9px;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 10px solid rgba(0, 0, 0, 0);
            border-right: 10px solid rgba(0, 0, 0, 0);
            border-top: 10px solid #49b4e6;
        }

        .steps-header h2 {
            color: white;
            font-size: 32px;
            font-weight: bold;
        }

        .step-item {
            display: flex;
            align-items: center;
            gap: 40px;
            max-width: 850px;
            margin-left: auto;
            margin-right: auto;
            
        }

        .step-item:nth-child(even) {
            flex-direction: row-reverse;
        }

        .step-image {
            flex: 0 0 300px;
        }

        .step-image img {
            width: 100%;
            height: auto;
        }

        .step-content h3 {
            font-size: 24px;
            font-weight: bold;
            color: #333;
            margin-bottom: 15px;
        }

        .step-content p {
            color: #333;
            font-size: 16px;
            line-height: 1.6;
        }

        .bottom-continue {
            text-align: center;
            padding: 40px 0px;
        }

        .bottom-continue .btn-continue {
            max-width: 400px;
            margin: 0 auto;
        }

        .footer {
            background: #1e3c72;
            color: white;
            padding: 40px 20px 20px;
            text-align: center;
        }

        .footer-disclaimer {
            font-size: 11px;
            line-height: 1.6;
            margin-bottom: 30px;
            max-width: 1000px;
            margin-left: auto;
            margin-right: auto;
        }

        .footer-links {
            font-size: 12px;
            margin-top: 20px;
        }

        .footer-links a {
            color: white;
            margin: 0 10px;
            text-decoration: none;
        }

        .footer-logo img {
            max-width: 200px;
            margin: 20px 0;
        }

        /* Deals Section Styles */
        .deals-section {
            display: none;
            min-height: 100vh;
            background: #f5f5f5;
        }

        .deals-section.active {
            display: block;
        }

        .mobile-header {
            background: white;
            padding: 10px;
            border-radius: 10px;
            margin-bottom: 20px;
            text-align: center;
            font-size: 14px;
            color: #666;
        }

        .final-step-banner {
            background: black;
            color: #ff1744;
            padding: 20px;
            text-align: center;
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 20px;
            border-radius: 5px;
        }

        .claim-instruction {
            text-align: center;
            font-size: 16px;
            color: #333;
            margin-bottom: 30px;
            font-weight:700;
        }

        .deal-card {
            background: white;
            border-radius: 10px;
            padding: 20px;
            margin-bottom: 15px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            display: flex;
            gap: 15px;
            position: relative;
            text-decoration: none;
        }

        .deal-icon {
            flex: 0 0 80px;
        }

        .deal-icon img {
            width: 80px;
            height: 80px;
            object-fit: contain;
        }

        .deal-content {
            flex: 1;
        }

        .deal-content h3 {
            font-size: 18px;
            font-weight: bold;
            color: #333;
            margin-bottom: 10px;
        }

        .deal-content p {
            font-size: 14px;
            color: #666;
            line-height: 1.5;
        }

        .deal-arrow {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: #007bff;
            font-size: 24px;
        }

        .btn-claim {
            background: linear-gradient(135deg, #ff4757 0%, #ff6b7a 100%);
            color: white;
            border: none;
            padding: 15px;
            border-radius: 25px;
            font-size: 18px;
            font-weight: bold;
            width: 100%;
            cursor: pointer;
            margin-top: 15px;
            transition: transform 0.2s;
            display: block;
            text-align: center;
        }

        .btn-claim:hover {
            transform: scale(1.02);
        }

        .bottom-nav {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: white;
            padding: 15px;
            display: flex;
            justify-content: space-around;
            align-items: center;
            box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        }

        .nav-icon {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: #666;
            cursor: pointer;
        }

        @media (max-width: 768px) {
            .step-item {
                flex-direction: column !important;
                text-align: center;
            }

            .step-image {
                flex: 0 0 auto;
            }

            .stimulus-title h1 {
                font-size: 28px;
            }

            .steps-header h2 {
                font-size: 24px;
            }
        }