body {
    font-family: Inter, sans-serif;
    background: #f8fafc;
}

.hero-section {
    min-height: 100vh;
}

.left-panel {
    background: #fff;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo {
    font-size: 42px;
    font-weight: 800;
    color: #111827;
}

.logo span {
    color: #4f46e5;
}

.subtitle {
    color: #6b7280;
    font-size: 14px;
}

.main-heading {
    font-size: 58px;
    font-weight: 800;
    line-height: 1.1;
    color: #111827;
    margin-top: 70px;
}

.main-heading span {
    color: #4f46e5;
}

.description {
    margin-top: 30px;
    color: #4b5563;
    font-size: 20px;
    line-height: 1.8;
}

.highlight {
    color: #4f46e5;
    font-weight: 700;
}

.login-btn {
    height: 62px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 18px;
    align-content: center;
}

.linkedin-btn {
    background: #0A66C2;
    color: #fff;
}

.google-btn {
    background: #fff;
    border: 1px solid #d1d5db;
}

.feature-list {
    margin-top: 35px;
}

.feature-list li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 17px;
}

.feature-list i {
    color: #4f46e5;
    margin-right: 12px;
}

.right-panel {
    background: linear-gradient( 135deg, #020f59, #071d85, #021246);
    color: white;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.hero-title {
    font-size: 68px;
    font-weight: 800;
    line-height: 1.1;
}

.hero-title .green {
    color: #1dd1a1;
}

.hero-sub {
    font-size: 24px;
    margin-top: 25px;
    color: #dbeafe;
}

.earn {
    color: #1dd1a1;
    font-weight: 700;
}

.hero-image {
    margin-top: 50px;
    text-align: center;
}

.hero-image img {
    max-width: 100%;
    height: auto;
}

.earning-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 25px;
    backdrop-filter: blur(10px);
}

.earning-card h6 {
    color: #dbeafe;
}

.commission {
    color: #1dd1a1;
    font-weight: 800;
    font-size: 32px;
}

.benefit {
    margin-top: 30px;
}

.benefit i {
    font-size: 22px;
    margin-right: 10px;
}

.stat {
    text-align: center;
}

.stat h2 {
    font-size: 48px;
    font-weight: 800;
}

.cta-btn {
    margin-top: 40px;
    background: linear-gradient( 90deg, #6d28d9, #14b8a6, #22c55e);
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    padding: 18px 35px;
    border-radius: 15px;
}

.policy {
    font-size: 14px;
    color: #6b7280;
}

.policy a {
    text-decoration: none;
}

@media(max-width:991px) {
    .main-heading {
        font-size: 42px;
        margin-top: 40px;
    }
    .hero-title {
        font-size: 46px;
        text-align: center;
    }
    .hero-sub {
        text-align: center;
        font-size: 18px;
    }
    .left-panel,
    .right-panel {
        padding: 30px;
    }
    .stat h2 {
        font-size: 34px;
    }
}

.step-card {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 40px 25px;
    background: #fff;
    min-height: 220px;
}

.step-icon {
    font-size: 48px;
    color: #6c63ff;
    margin-bottom: 20px;
}

.project-card {
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    height: 100%;
    background: #fff;
}

.project-card i {
    color: #6c63ff;
    font-size: 24px;
}

.commission-box {
    background: #fff;
    border-radius: 16px;
}

.leaderboard {
    background: #071b8d;
    color: white;
    border-radius: 18px;
    padding: 30px;
}

.leader-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.leader-item:last-child {
    border-bottom: none;
}

.accordion-item {
    border-radius: 10px !important;
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid #e5e7eb;
}

.accordion-button {
    background: white;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background: white;
    box-shadow: none;
}

.form-range::-webkit-slider-thumb {
    background: #6c63ff;
}

.form-range::-moz-range-thumb {
    background: #6c63ff;
}

.footer-cta {
    background: linear-gradient( 90deg, #2c2ce9 0%, #0d1584 50%, #08146d 100%);
    padding: 28px 0;
}

.gift-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 55px;
    color: white;
}

.footer-cta h2 {
    color: white;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 8px;
}

.footer-cta p {
    color: rgba(255, 255, 255, .85);
    margin: 0;
    font-size: 18px;
}

.join-btn {
    display: inline-block;
    background: linear-gradient( 90deg, #6f3df4, #00e39f);
    color: white;
    padding: 18px 50px;
    border-radius: 10px;
    font-size: 26px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}

.join-btn:hover {
    color: white;
    transform: translateY(-2px);
}

.main-footer {
    background: #021047;
    padding: 25px 0;
}

.footer-logo {
    color: white;
    font-size: 42px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-logo i {
    color: white;
}

.footer-logo .blue {
    color: #2d7bff;
}

.main-footer small {
    color: rgba(255, 255, 255, .75);
}

.main-footer a {
    color: white;
    text-decoration: none;
    margin: 0 18px;
    font-size: 16px;
}

.main-footer a:hover {
    color: #4f8cff;
}

.follow-text {
    color: white;
    margin-right: 10px;
}

.social-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    margin-left: 8px;
}

.social-icon:hover {
    background: #2d7bff;
}

@media(max-width:991px) {
    .footer-cta h2 {
        font-size: 28px;
    }
    .footer-cta p {
        font-size: 15px;
    }
    .join-btn {
        font-size: 18px;
        padding: 14px 30px;
    }
    .gift-icon {
        width: 70px;
        height: 70px;
        font-size: 40px;
    }
    .footer-logo {
        justify-content: center;
        font-size: 32px;
    }
    .main-footer a {
        display: block;
        margin: 10px 0;
    }
}

.lead-form-section {
    background: #f8fafc;
}

.lead-form-card {
    background: white;
    border-radius: 24px;
    padding: 50px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .08);
}

.badge-custom {
    background: #eef2ff;
    color: #4f46e5;
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 600;
}

.form-title {
    font-size: 42px;
    font-weight: 800;
    color: #111827;
}

.form-subtitle {
    color: #6b7280;
    max-width: 700px;
    margin: auto;
}

.custom-input {
    min-height: 56px;
    border-radius: 12px;
    border: 1px solid #dbe2ea;
}

.custom-input:focus {
    border-color: #4f46e5;
    box-shadow: 0 0 0 0.2rem rgba(79, 70, 229, .15);
}

textarea.custom-input {
    min-height: 160px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.service-box {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 15px;
    cursor: pointer;
    transition: .3s;
}

.service-box:hover {
    border-color: #4f46e5;
    background: #f5f3ff;
}

.service-box input {
    margin-right: 10px;
}

.submit-btn {
    background: linear-gradient( 90deg, #6d28d9, #4f46e5, #14b8a6);
    color: white;
    border: none;
    padding: 18px 60px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
}

.submit-btn:hover {
    color: white;
    transform: translateY(-2px);
}

@media(max-width:768px) {
    .lead-form-card {
        padding: 25px;
    }
    .form-title {
        font-size: 30px;
    }
    .service-grid {
        grid-template-columns: 1fr;
    }
}