.container_b1 {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}

.section-title_b1 {
    font-size: 2.5rem;
    margin-bottom: 50px;
    text-align: center;
    color: #1a2b5f;
    font-weight: 700;
}

/* Hero Section */
.hero-section_b1 {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-container_b1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.video-container_b1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay_b1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 43, 95, 0.8) 0%, rgba(123, 67, 151, 0.8) 100%);
}

.hero-content_b1 {
    text-align: center;
    color: white;
    z-index: 1;
    padding: 0 20px;
    max-width: 800px;
}

.hero-content_b1 h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-content_b1 p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.hero-buttons_b1 {
    display: flex;
    justify-content: center;
    gap: 20px;
}



.widget-container832 {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.widget-card832 {
    width: 100%;
    max-width: 800px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(28, 44, 93, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.widget-card832:hover {
    transform: translateY(-5px);
}

.widget-header832 {
    background: linear-gradient(135deg, #1c2c5d, #283b76);
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-container832 {
    display: flex;
    align-items: center;
}

.logo832 {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    border: 2px solid white;
    background-color: white;
    padding: 2px;
}

.title832 {
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(90deg, #ffffff, #f96e67);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.badge832 {
    background-color: rgba(249, 110, 103, 0.9);
    padding: 8px 12px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.widget-content832 {
    padding: 30px 25px;
}

.content-title832 {
    color: #1c2c5d;
    font-size: 1.5rem;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 600;
    position: relative;
}

.content-title832:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #1c2c5d, #f96e67);
    border-radius: 2px;
}

.steps-container832 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.step832 {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 15px;
    border-radius: 12px;
    transition: all 0.3s ease;
    background-color: rgba(28, 44, 93, 0.03);
}

.step832:hover {
    background-color: rgba(28, 44, 93, 0.07);
    transform: translateX(5px);
}

.step-icon832 {
    background: linear-gradient(135deg, #1c2c5d, #283b76);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(28, 44, 93, 0.2);
}

.step-text832 h4 {
    color: #1c2c5d;
    margin-bottom: 5px;
    font-weight: 600;
}

.step-text832 p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.5;
}

.highlight832 {
    background-color: rgba(249, 110, 103, 0.1);
    color: #1c2c5d;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-block;
}

.email-link832 {
    color: #f96e67;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.email-link832:hover {
    color: #1c2c5d;
    text-decoration: underline;
}

.widget-footer832 {
    display: flex;
    justify-content: space-between;
    padding: 20px 25px;
    background-color: rgba(28, 44, 93, 0.05);
    gap: 15px;
}

.copy-button832, .email-button832 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    gap: 8px;
    flex: 1;
}

.copy-button832 {
    background-color: #1c2c5d;
    color: white;
}

.email-button832 {
    background-color: #f96e67;
    color: white;
}

.copy-button832:hover, .email-button832:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.copy-button832:active, .email-button832:active {
    transform: translateY(0);
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .widget-card832 {
        max-width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .widget-header832 {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .badge832 {
        align-self: center;
    }
    
    .step832 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .widget-footer832 {
        flex-direction: column;
    }
}

.btn-primary_b1 {
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
    color: white;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}

.btn-primary_b1:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
}

.btn-secondary_b1 {
    padding: 15px 30px;
    border: 2px solid white;
    border-radius: 50px;
    background: transparent;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}

.btn-secondary_b1:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

/* How It Works Section */
.how-it-works_b1 {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.steps-container_b1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.step-card_b1 {
    background: white;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}

.step-card_b1:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.step-number_b1 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a2b5f 0%, #7b4397 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 20px;
}

.step-icon_b1 {
    font-size: 2.5rem;
    color: #7b4397;
    margin-bottom: 20px;
}

.step-card_b1 h3 {
    color: #1a2b5f;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.step-card_b1 p {
    color: #555;
    line-height: 1.6;
}

/* Features Showcase */
.features-showcase_b1 {
    padding: 80px 0;
    background: white;
}

.features-grid_b1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.feature-box_b1 {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 40px 30px;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}

.feature-box_b1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(135deg, #1a2b5f 0%, #7b4397 100%);
}

.feature-box_b1:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon_b1 {
    font-size: 2.5rem;
    color: #ff6b6b;
    margin-bottom: 20px;
}

.feature-box_b1 h3 {
    color: #2d4494;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.feature-box_b1 p {
    color: #555;
    line-height: 1.6;
}

/* Enhanced Roadmap Section with Animations */
.roadmap_b1 {
    background: linear-gradient(135deg, #1a2b5f 0%, #7b4397 100%);
    padding: 80px 0;
    color: white;
    position: relative;
    overflow: hidden;
}

/* Animated background elements */
.roadmap_b1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
    animation: panBackground 80s linear infinite;
    z-index: 1;
}

/* Floating particles */
.roadmap_b1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
      radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 10%),
      radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 10%),
      radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 10%),
      radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 10%);
    animation: floatParticles 30s ease-in-out infinite;
    z-index: 1;
    pointer-events: none;
}

.roadmap_b1 .section-title_b1 {
    color: white;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
    animation: fadeInDown 1s ease-out forwards;
}

.timeline_b1 {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    z-index: 2;
}

.timeline_b1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(-50%);
    animation: pulseTimeline 3s infinite;
}

.timeline-item_b1 {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 70px;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.timeline-item_b1.animate {
    opacity: 1;
    transform: translateY(0);
}

.timeline-item_b1:nth-child(even) {
    justify-content: flex-end;
}

.timeline-point_b1 {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ff6b6b;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    z-index: 2;
    box-shadow: 0 0 0 6px rgba(255, 107, 107, 0.3);
    transition: all 0.3s ease;
    animation: pulsePoint 2s infinite;
}

.timeline-item_b1:hover .timeline-point_b1 {
    transform: translateX(-50%) scale(1.3);
    box-shadow: 0 0 0 8px rgba(255, 107, 107, 0.4), 0 0 20px rgba(255, 107, 107, 0.6);
}

.timeline-content_b1 {
    width: 45%;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.timeline-content_b1::before {
    content: '';
    position: absolute;
    top: 20px;
    width: 20px;
    height: 20px;
    background: inherit;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    z-index: -1;
}

.timeline-item_b1:nth-child(odd) .timeline-content_b1::before {
    right: -10px;
    transform: rotate(45deg);
}

.timeline-item_b1:nth-child(even) .timeline-content_b1::before {
    left: -10px;
    transform: rotate(-135deg);
}

.timeline-content_b1:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.12);
}

.timeline-content_b1 h3 {
    color: #ff6b6b;
    margin-bottom: 15px;
    font-size: 1.4rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    padding-bottom: 10px;
}

.timeline-content_b1 h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #ff6b6b, transparent);
}

.timeline-content_b1 p {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.7;
    font-size: 1.05rem;
}

/* FAQ Section */
.faq-section_b1 {
    background: white;
}

.faq-container_b1 {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item_b1 {
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.faq-question_b1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
}

.faq-question_b1 h3 {
    color: #2d4494;
    font-size: 1.2rem;
    font-weight: 600;
}

.faq-toggle_b1 {
    color: #ff6b6b;
    font-size: 1.2rem;
    transition: transform 0.3s;
}

.faq-item_b1.active .faq-toggle_b1 {
    transform: rotate(45deg);
}

.faq-answer_b1 {
    padding: 0 0 20px;
    display: none;
}

.faq-item_b1.active .faq-answer_b1 {
    display: block;
}

.faq-answer_b1 p {
    color: #555;
    line-height: 1.6;
}

/* CTA Section */
.cta-section_b1 {
    background: linear-gradient(135deg, #1a2b5f 0%, #7b4397 100%);
    padding: 80px 0;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.cta-section_b1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
    animation: panBackground 80s linear infinite;
    z-index: 1;
}

/* Floating particles */
.cta-section_b1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
      radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 10%),
      radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 10%),
      radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 10%),
      radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 10%);
    animation: floatParticles 30s ease-in-out infinite;
    z-index: 1;
    pointer-events: none;
}

.cta-section_b1 h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
    animation: fadeInDown 1s ease-out forwards;
}

.cta-section_b1 p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.95);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    animation: fadeInUp 1s ease-out 0.3s forwards;
    opacity: 0;
}

.cta-section_b1 .btn-primary_b1 {
    position: relative;
    z-index: 2;
    animation: fadeInUp 1s ease-out 0.6s forwards;
    opacity: 0;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animation keyframes */
@keyframes pulseTimeline {
    0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1); }
    70% { box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

@keyframes pulsePoint {
    0% { box-shadow: 0 0 0 6px rgba(255, 107, 107, 0.3); }
    70% { box-shadow: 0 0 0 10px rgba(255, 107, 107, 0); }
    100% { box-shadow: 0 0 0 6px rgba(255, 107, 107, 0.3); }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes panBackground {
    0% { background-position: 0% 0%; }
    100% { background-position: 100% 100%; }
}

@keyframes floatParticles {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

/* Responsive Styles */
@media (max-width: 768px) {
    .hero-content_b1 h1 {
        font-size: 2.5rem;
    }
    
    .hero-buttons_b1 {
        flex-direction: column;
        gap: 15px;
    }
    
    .timeline_b1::before {
        left: 20px;
    }
    
    .timeline-item_b1 {
        justify-content: flex-start;
    }
    
    .timeline-item_b1:nth-child(even) {
        justify-content: flex-start;
    }
    
    .timeline-point_b1 {
        left: 20px;
    }
    
    .timeline-content_b1 {
        width: calc(100% - 50px);
        margin-left: 50px;
    }
    
    .timeline-item_b1:nth-child(even) .timeline-content_b1::before,
    .timeline-item_b1:nth-child(odd) .timeline-content_b1::before {
        left: -10px;
        transform: rotate(-135deg);
    }
    
    .section-title_b1 {
        font-size: 2rem;
    }
}