* {
        font-family: Roboto, sans-serif;
        box-sizing: border-box;
    }
    
    .hero_section_1735077234 { background: #FFFFFF; padding: 64px 24px; min-height: 600px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; } .hero_container_1735077234 { max-width: 1200px; width: 100%; margin: 0 auto; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; z-index: 2; } .hero_headline_1735077234 { font-family: 'Roboto', sans-serif; font-size: 48px; line-height: 1.2; font-weight: 700; color: #000000; margin-bottom: 24px; max-width: 800px; animation: fadeInUp_1735077234 0.8s ease-out; } .hero_subheadline_1735077234 { font-family: 'Roboto', sans-serif; font-size: 18px; line-height: 1.6; font-weight: 400; color: #000000; margin-bottom: 32px; max-width: 700px; opacity: 0.8; animation: fadeInUp_1735077234 0.8s ease-out 0.2s both; } .hero_cta_button_1735077234 { background: #F21637; color: #FFFFFF; font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 600; padding: 18px 32px; border: none; border-radius: 8px; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-block; margin-bottom: 16px; animation: fadeInUp_1735077234 0.8s ease-out 0.4s both; } .hero_cta_button_1735077234:hover { background: #d91430; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(242, 22, 55, 0.3); } .hero_cta_button_1735077234:active { transform: translateY(0); } .hero_cta_subtext_1735077234 { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 1.4; font-weight: 400; color: #808FA4; max-width: 400px; animation: fadeInUp_1735077234 0.8s ease-out 0.6s both; } .hero_decoration_image_1735077234 { position: absolute; top: 20%; right: 10%; width: 80px; height: 80px; border-radius: 50%; background: linear-gradient(135deg, #F21637, #252839); opacity: 0.1; animation: float_1735077234 3s ease-in-out infinite; } .hero_decoration_image_1735077234::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 40px; height: 40px; background: url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=80&h=80&fit=crop&crop=center') center/cover; border-radius: 50%; } @keyframes fadeInUp_1735077234 { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @keyframes float_1735077234 { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-10px); } } @media (max-width: 1023px) { .hero_section_1735077234 { padding: 48px 24px; } .hero_headline_1735077234 { font-size: 36px; max-width: 600px; } .hero_subheadline_1735077234 { font-size: 16px; max-width: 500px; } .hero_decoration_image_1735077234 { width: 60px; height: 60px; right: 5%; } .hero_decoration_image_1735077234::before { width: 30px; height: 30px; } } @media (max-width: 639px) { .hero_section_1735077234 { padding: 32px 16px; } .hero_headline_1735077234 { font-size: 28px; line-height: 1.3; margin-bottom: 16px; } .hero_subheadline_1735077234 { font-size: 14px; margin-bottom: 24px; max-width: 320px; } .hero_cta_button_1735077234 { font-size: 14px; padding: 14px 24px; } .hero_cta_subtext_1735077234 { font-size: 12px; max-width: 280px; } .hero_decoration_image_1735077234 { display: none; } }
.section_1734621847123 { position: relative; max-width: 1200px; margin: 0 auto; padding: 64px 24px; background-color: #FFFFFF; overflow: hidden; } .title_1734621847123 { font-family: 'Roboto', sans-serif; font-size: 32px; line-height: 1.2; font-weight: 700; color: #252839; text-align: center; margin-bottom: 48px; word-break: break-word; } .content_wrapper_1734621847123 { display: grid; grid-template-columns: 1fr 400px; gap: 48px; align-items: start; margin-bottom: 64px; } .body_text_1734621847123 { font-family: 'Roboto', sans-serif; font-size: 18px; line-height: 1.6; font-weight: 400; color: #252839; word-break: break-word; } .problems_group_1734621847123 { display: flex; flex-direction: column; gap: 24px; } .problem_card_1734621847123 { background-color: transparent; border: 2px solid #252839; border-radius: 8px; padding: 24px; transition: all 0.3s ease; } .problem_card_1734621847123:hover { border-color: #F21637; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(242, 22, 55, 0.1); } .problem_text_1734621847123 { font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 1.4; font-weight: 400; color: #252839; text-align: center; margin: 0; word-break: break-word; } .closing_text_1734621847123 { font-family: 'Roboto', sans-serif; font-size: 20px; line-height: 1.4; font-weight: 600; color: #252839; text-align: center; word-break: break-word; } @media (max-width: 1023px) { .content_wrapper_1734621847123 { grid-template-columns: 1fr; gap: 32px; } .problems_group_1734621847123 { order: -1; } .title_1734621847123 { font-size: 28px; } .body_text_1734621847123 { font-size: 16px; } .closing_text_1734621847123 { font-size: 18px; } } @media (max-width: 639px) { .section_1734621847123 { padding: 32px 16px; } .title_1734621847123 { font-size: 24px; margin-bottom: 32px; } .content_wrapper_1734621847123 { gap: 24px; } .problems_group_1734621847123 { gap: 16px; } .problem_card_1734621847123 { padding: 16px; } .problem_text_1734621847123 { font-size: 14px; } .body_text_1734621847123 { font-size: 14px; } .closing_text_1734621847123 { font-size: 16px; } }
.main_section_1734619847 { padding: 64px 24px; background-color: #FFFFFF; position: relative; overflow: hidden; } .container_1734619847 { max-width: 1200px; margin: 0 auto; position: relative; } .section_title_1734619847 { font-family: 'Roboto', sans-serif; font-size: 48px; line-height: 1.2; font-weight: 700; color: #000000; text-align: center; margin-bottom: 16px; word-break: break-word; } .section_subtitle_1734619847 { font-family: 'Roboto', sans-serif; font-size: 24px; line-height: 1.3; font-weight: 400; color: #808FA4; text-align: center; margin-bottom: 64px; word-break: break-word; } .features_grid_1734619847 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-bottom: 64px; } .feature_item_1734619847 { text-align: left; opacity: 0; transform: translateY(30px); transition: all 0.6s ease; } .feature_item_1734619847.animate_1734619847 { opacity: 1; transform: translateY(0); } .feature_icon_1734619847 { width: 60px; height: 60px; margin-bottom: 24px; border-radius: 12px; object-fit: cover; max-width: 100%; max-height: 100%; } .feature_title_1734619847 { font-family: 'Roboto', sans-serif; font-size: 18px; line-height: 1.4; font-weight: 600; color: #000000; margin-bottom: 16px; word-break: break-word; } .feature_description_1734619847 { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 1.5; font-weight: 400; color: #808FA4; word-break: break-word; } .tagline_1734619847 { font-family: 'Roboto', sans-serif; font-size: 20px; line-height: 1.4; font-weight: 400; color: #252839; text-align: center; padding: 32px; background: linear-gradient(135deg, #EAF0F2 0%, #FFFFFF 100%); border-radius: 16px; margin-top: 48px; word-break: break-word; } .ellipse_decoration_1734619847 { position: absolute; width: 699px; height: 125px; background: radial-gradient(ellipse at center, rgba(242, 22, 55, 0.05) 0%, transparent 70%); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; } @media (max-width: 1023px) { .features_grid_1734619847 { grid-template-columns: 1fr; gap: 32px; text-align: center; } .feature_item_1734619847 { text-align: center; } .section_title_1734619847 { font-size: 32px; } .section_subtitle_1734619847 { font-size: 18px; } .tagline_1734619847 { font-size: 16px; } } @media (max-width: 639px) { .main_section_1734619847 { padding: 32px 16px; } .section_title_1734619847 { font-size: 24px; } .section_subtitle_1734619847 { font-size: 16px; margin-bottom: 32px; } .features_grid_1734619847 { gap: 24px; } .feature_icon_1734619847 { width: 40px; height: 40px; } .feature_title_1734619847 { font-size: 16px; } .feature_description_1734619847 { font-size: 12px; } .tagline_1734619847 { font-size: 14px; padding: 24px 16px; } }
.section_1734528847123 { max-width: 1200px; margin: 0 auto; padding: 64px 24px; background-color: #FFFFFF; position: relative; } .section_title_1734528847123 { font-family: 'Roboto', sans-serif; font-size: 32px; line-height: 1.2; font-weight: 700; color: #000000; text-align: center; margin-bottom: 48px; word-break: break-word; } .content_wrapper_1734528847123 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: flex-start; margin-bottom: 64px; } .left_content_1734528847123 { display: flex; flex-direction: column; gap: 24px; } .description_text_1734528847123 { font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 1.5; font-weight: 400; color: #000000; word-break: break-word; } .process_steps_1734528847123 { display: flex; flex-direction: column; gap: 16px; } .step_box_1734528847123 { border: 1px solid #808FA4; border-radius: 8px; padding: 16px 20px; background-color: #FFFFFF; transition: all 0.3s ease; } .step_box_1734528847123:hover { border-color: #252839; box-shadow: 0 2px 8px rgba(37, 40, 57, 0.1); } .step_text_1734528847123 { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 1.4; font-weight: 400; color: #000000; margin: 0; word-break: break-word; } .testimonial_container_1734528847123 { border: 1px solid #808FA4; border-radius: 12px; padding: 32px; background-color: #FFFFFF; text-align: center; } .testimonial_quote_1734528847123 { font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 1.5; font-weight: 400; color: #000000; margin-bottom: 16px; font-style: italic; word-break: break-word; } .testimonial_attribution_1734528847123 { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 1.4; font-weight: 400; color: #808FA4; margin: 0; word-break: break-word; } @media (max-width: 1023px) { .content_wrapper_1734528847123 { grid-template-columns: 1fr; gap: 32px; } .section_title_1734528847123 { font-size: 24px; } } @media (max-width: 639px) { .section_1734528847123 { padding: 48px 16px; } .section_title_1734528847123 { font-size: 24px; margin-bottom: 32px; } .content_wrapper_1734528847123 { gap: 24px; margin-bottom: 48px; } .testimonial_container_1734528847123 { padding: 24px; } .step_box_1734528847123 { padding: 16px; } }
.product-knowledge-section-1736dd25 { padding: 64px 24px; background-color: #FFFFFF; max-width: 1200px; margin: 0 auto; } .intro-text-1736dd25 { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 16px; font-weight: 400; color: #808FA4; text-align: center; margin-bottom: 24px; word-break: break-word; } .section-title-1736dd25 { font-family: 'Roboto', sans-serif; font-size: 32px; line-height: 40px; font-weight: 600; color: #000000; text-align: center; margin-bottom: 48px; word-break: break-word; } .cards-container-1736dd25 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 32px; max-width: 800px; margin: 0 auto; } .card-group-1736dd25 { background-color: #EAF0F2; border-radius: 16px; padding: 24px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .card-group-1736dd25:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(37, 40, 57, 0.1); } .card-icon-1736dd25 { width: 60px; height: 60px; max-width: 60px; max-height: 60px; border-radius: 12px; background-color: #F21637; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; } .card-icon-1736dd25 img { width: 32px; height: 32px; max-width: 32px; max-height: 32px; object-fit: contain; } .card-heading-1736dd25 { font-family: 'Roboto', sans-serif; font-size: 18px; line-height: 24px; font-weight: 600; color: #000000; margin-bottom: 8px; word-break: break-word; } .card-text-1736dd25 { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 20px; font-weight: 400; color: #808FA4; word-break: break-word; } @media (max-width: 768px) { .product-knowledge-section-1736dd25 { padding: 48px 16px; } .section-title-1736dd25 { font-size: 24px; line-height: 32px; } .cards-container-1736dd25 { grid-template-columns: 1fr; gap: 24px; } .card-icon-1736dd25 { width: 48px; height: 48px; max-width: 48px; max-height: 48px; } .card-icon-1736dd25 img { width: 24px; height: 24px; max-width: 24px; max-height: 24px; } .card-heading-1736dd25 { font-size: 16px; line-height: 22px; } } @media (max-width: 480px) { .product-knowledge-section-1736dd25 { padding: 32px 16px; } .section-title-1736dd25 { font-size: 20px; line-height: 28px; } .card-icon-1736dd25 { width: 40px; height: 40px; max-width: 40px; max-height: 40px; } .card-icon-1736dd25 img { width: 20px; height: 20px; max-width: 20px; max-height: 20px; } }
.process_section_1735059234 { padding: 64px 24px; background-color: #FFFFFF; max-width: 1200px; margin: 0 auto; position: relative; } .process_title_1735059234 { font-family: 'Roboto', sans-serif; font-size: 32px; line-height: 1.2; font-weight: 700; color: #252839; text-align: center; margin-bottom: 48px; word-break: break-word; } .process_timeline_1735059234 { position: relative; display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 64px; } .process_arrow_1735059234 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 3px; background: linear-gradient(90deg, #252839 0%, #808FA4 50%, #252839 100%); z-index: 1; } .process_arrow_1735059234::after { content: ''; position: absolute; right: -8px; top: 50%; transform: translateY(-50%); width: 0; height: 0; border-left: 12px solid #252839; border-top: 6px solid transparent; border-bottom: 6px solid transparent; } .process_step_1735059234 { flex: 1; position: relative; z-index: 2; padding: 0 16px; } .process_step_heading_1735059234 { font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 1.2; font-weight: 600; color: #252839; margin-bottom: 12px; word-break: break-word; } .process_step_text_1735059234 { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 1.4; font-weight: 400; color: #808FA4; word-break: break-word; } .process_stats_1735059234 { text-align: center; padding: 32px; background-color: #EAF0F2; border-radius: 8px; margin-top: 32px; } .process_stats_text_1735059234 { font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 1.4; font-weight: 500; color: #252839; word-break: break-word; } @media (max-width: 1023px) { .process_timeline_1735059234 { flex-direction: column; gap: 32px; } .process_arrow_1735059234 { display: none; } .process_step_1735059234 { padding: 0; } .process_title_1735059234 { font-size: 28px; } } @media (max-width: 639px) { .process_section_1735059234 { padding: 32px 16px; } .process_title_1735059234 { font-size: 24px; margin-bottom: 32px; } .process_step_heading_1735059234 { font-size: 14px; } .process_step_text_1735059234 { font-size: 12px; } .process_stats_text_1735059234 { font-size: 14px; } .process_timeline_1735059234 { gap: 24px; } }
.results-section-1735077234 { padding: 64px 24px; background-color: #FFFFFF; position: relative; overflow: hidden; } .results-container-1735077234 { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 32px; } .results-title-1735077234 { font-family: 'Roboto', sans-serif; font-size: 32px; font-weight: 700; color: #000000; text-align: center; margin: 0; opacity: 0; transform: translateY(20px); transition: all 0.6s ease; } .results-title-1735077234.animate-1735077234 { opacity: 1; transform: translateY(0); } .quote-box-1735077234 { border: 2px solid #252839; border-radius: 8px; padding: 32px; background-color: #FFFFFF; box-shadow: 0 4px 20px rgba(37, 40, 57, 0.1); max-width: 600px; width: 100%; opacity: 0; transform: translateY(30px); transition: all 0.8s ease 0.2s; position: relative; } .quote-box-1735077234::before { content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; background: linear-gradient(45deg, #F21637, #252839); border-radius: 8px; z-index: -1; opacity: 0; transition: opacity 0.3s ease; } .quote-box-1735077234:hover::before { opacity: 1; } .quote-box-1735077234.animate-1735077234 { opacity: 1; transform: translateY(0); } .quote-text-1735077234 { font-family: 'Roboto', sans-serif; font-size: 18px; line-height: 1.6; color: #000000; text-align: center; margin: 0 0 24px 0; font-style: italic; word-break: break-word; } .quote-attribution-1735077234 { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 1.4; font-weight: 600; color: #808FA4; text-align: center; margin: 0; } .cta-button-1735077234 { font-family: 'Roboto', sans-serif; background-color: #F21637; color: #FFFFFF; border: none; border-radius: 6px; padding: 16px 32px; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; opacity: 0; transform: translateY(20px); animation: fadeInUp-1735077234 0.6s ease 0.4s forwards; } .cta-button-1735077234:hover { background-color: #d1142e; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(242, 22, 55, 0.3); } .cta-button-1735077234:active { transform: translateY(0); } @keyframes fadeInUp-1735077234 { to { opacity: 1; transform: translateY(0); } } @media (max-width: 1023px) { .results-section-1735077234 { padding: 48px 16px; } .results-title-1735077234 { font-size: 24px; } .quote-box-1735077234 { padding: 24px; max-width: 350px; } .quote-text-1735077234 { font-size: 16px; margin-bottom: 16px; } .quote-attribution-1735077234 { font-size: 13px; } .cta-button-1735077234 { padding: 12px 24px; font-size: 14px; } } @media (max-width: 639px) { .results-section-1735077234 { padding: 32px 16px; } .results-container-1735077234 { gap: 24px; } .results-title-1735077234 { font-size: 24px; } .quote-box-1735077234 { padding: 16px; max-width: 280px; } .quote-text-1735077234 { font-size: 14px; line-height: 1.5; } .quote-attribution-1735077234 { font-size: 12px; } .cta-button-1735077234 { padding: 12px 20px; font-size: 12px; } }
.footer_1734619234567 { background: linear-gradient(135deg, #252839 0%, #1a1d2b 100%); padding: 96px 24px; text-align: center; position: relative; overflow: hidden; } .footer_1734619234567::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 50% 50%, rgba(242, 22, 55, 0.1) 0%, transparent 70%); pointer-events: none; } .footer_container_1734619234567 { max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; } .footer_headline_1734619234567 { color: #FFFFFF; font-family: 'Roboto', sans-serif; font-size: 48px; line-height: 1.2; font-weight: 700; margin-bottom: 24px; word-break: break-word; opacity: 0; transform: translateY(30px); animation: fadeInUp_1734619234567 0.8s ease-out 0.2s forwards; } .footer_subheadline_1734619234567 { color: #808FA4; font-family: 'Roboto', sans-serif; font-size: 18px; line-height: 1.6; font-weight: 400; margin-bottom: 48px; word-break: break-word; opacity: 0; transform: translateY(30px); animation: fadeInUp_1734619234567 0.8s ease-out 0.4s forwards; } .footer_button_1734619234567 { background: linear-gradient(135deg, #F21637 0%, #d91230 100%); color: #FFFFFF; font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 1.2; font-weight: 700; border: none; border-radius: 8px; padding: 20px 40px; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-block; margin-bottom: 24px; box-shadow: 0 4px 20px rgba(242, 22, 55, 0.3); opacity: 0; transform: translateY(30px); animation: fadeInUp_1734619234567 0.8s ease-out 0.6s forwards; } .footer_button_1734619234567:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(242, 22, 55, 0.4); background: linear-gradient(135deg, #d91230 0%, #c10e28 100%); } .footer_button_1734619234567:active { transform: translateY(0); } .footer_reassurance_1734619234567 { color: #808FA4; font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 1.4; font-weight: 400; word-break: break-word; opacity: 0; transform: translateY(20px); animation: fadeInUp_1734619234567 0.8s ease-out 0.8s forwards; } @keyframes fadeInUp_1734619234567 { to { opacity: 1; transform: translateY(0); } } @media (max-width: 1023px) { .footer_1734619234567 { padding: 64px 24px; } .footer_headline_1734619234567 { font-size: 36px; margin-bottom: 20px; } .footer_subheadline_1734619234567 { font-size: 16px; margin-bottom: 40px; } .footer_button_1734619234567 { padding: 16px 32px; font-size: 15px; } } @media (max-width: 639px) { .footer_1734619234567 { padding: 48px 16px; } .footer_headline_1734619234567 { font-size: 28px; margin-bottom: 16px; } .footer_subheadline_1734619234567 { font-size: 14px; margin-bottom: 32px; } .footer_button_1734619234567 { padding: 14px 28px; font-size: 14px; } .footer_reassurance_1734619234567 { font-size: 12px; } }