* {
        font-family: Roboto, sans-serif;
        box-sizing: border-box;
    }
    
    .hero-section-1735077234567 { position: relative; min-height: 100vh; background: #FFFFFF; padding: 64px 24px; display: flex; align-items: center; justify-content: center; overflow: hidden; } .hero-container-1735077234567 { max-width: 1200px; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; } .hero-content-1735077234567 { display: flex; flex-direction: column; gap: 32px; } .hero-headline-1735077234567 { font-family: 'Roboto', sans-serif; font-size: 48px; line-height: 1.2; font-weight: 700; color: #000000; margin: 0; animation: fadeInUp-1735077234567 0.8s ease-out; } .hero-subheadline-1735077234567 { font-family: 'Roboto', sans-serif; font-size: 18px; line-height: 1.6; font-weight: 400; color: #000000; margin: 0; opacity: 0.8; animation: fadeInUp-1735077234567 0.8s ease-out 0.2s both; } .hero-cta-container-1735077234567 { display: flex; flex-direction: column; gap: 16px; animation: fadeInUp-1735077234567 0.8s ease-out 0.4s both; } .hero-cta-button-1735077234567 { background: #F21637; color: #FFFFFF; border: none; padding: 18px 32px; border-radius: 8px; font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: 8px; max-width: 280px; } .hero-cta-button-1735077234567:hover { background: #d1142f; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(242, 22, 55, 0.3); } .hero-cta-button-1735077234567:active { transform: translateY(0); } .hero-cta-subtext-1735077234567 { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 1.4; color: #808FA4; margin: 0; } .hero-image-container-1735077234567 { position: relative; display: flex; justify-content: center; align-items: center; animation: fadeInRight-1735077234567 0.8s ease-out 0.3s both; } .hero-image-1735077234567 { max-width: 100%; max-height: 400px; width: auto; height: auto; border-radius: 12px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .hero-image-1735077234567:hover { transform: scale(1.02); } @keyframes fadeInUp-1735077234567 { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @keyframes fadeInRight-1735077234567 { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); } } @media (max-width: 1023px) { .hero-container-1735077234567 { grid-template-columns: 1fr; gap: 48px; text-align: center; } .hero-headline-1735077234567 { font-size: 36px; } .hero-subheadline-1735077234567 { font-size: 16px; } .hero-cta-container-1735077234567 { align-items: center; } } @media (max-width: 639px) { .hero-section-1735077234567 { padding: 48px 16px; min-height: auto; } .hero-container-1735077234567 { gap: 32px; } .hero-headline-1735077234567 { font-size: 28px; word-break: break-word; } .hero-subheadline-1735077234567 { font-size: 14px; } .hero-cta-button-1735077234567 { padding: 16px 24px; font-size: 14px; max-width: 220px; } .hero-cta-subtext-1735077234567 { font-size: 12px; } }
.section_1734619847123 { position: relative; max-width: 1200px; margin: 0 auto; padding: 64px 24px; background-color: #FFFFFF; } .section_title_1734619847123 { 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_container_1734619847123 { display: grid; grid-template-columns: 1fr 400px; gap: 48px; align-items: start; margin-bottom: 64px; } .body_text_1734619847123 { font-family: 'Roboto', sans-serif; font-size: 18px; line-height: 1.6; font-weight: 400; color: #252839; word-break: break-word; } .problems_group_1734619847123 { display: flex; flex-direction: column; gap: 24px; } .problem_card_1734619847123 { background-color: transparent; border: 2px solid #808FA4; border-radius: 8px; padding: 24px; transition: all 0.3s ease; } .problem_card_1734619847123:hover { border-color: #F21637; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(242, 22, 55, 0.1); } .problem_text_1734619847123 { font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 1.5; font-weight: 400; color: #252839; text-align: center; margin: 0; word-break: break-word; } .closing_line_1734619847123 { font-family: 'Roboto', sans-serif; font-size: 20px; line-height: 1.4; font-weight: 600; color: #252839; text-align: center; margin-top: 32px; word-break: break-word; } @media (max-width: 1023px) { .content_container_1734619847123 { grid-template-columns: 1fr; gap: 32px; } .section_title_1734619847123 { font-size: 28px; } .body_text_1734619847123 { font-size: 16px; } .closing_line_1734619847123 { font-size: 18px; } } @media (max-width: 767px) { .section_1734619847123 { padding: 48px 16px; } .section_title_1734619847123 { font-size: 24px; margin-bottom: 32px; } .content_container_1734619847123 { gap: 24px; } .problem_card_1734619847123 { padding: 16px; } .problem_text_1734619847123 { font-size: 14px; } .closing_line_1734619847123 { font-size: 16px; margin-top: 24px; } } @media (max-width: 479px) { .section_1734619847123 { padding: 32px 12px; } .section_title_1734619847123 { font-size: 20px; } .body_text_1734619847123 { font-size: 14px; } .problem_text_1734619847123 { font-size: 12px; } .closing_line_1734619847123 { font-size: 14px; } }
.main-section-1734619847 { max-width: 1200px; margin: 0 auto; padding: 64px 24px; background-color: #FFFFFF; position: relative; } .section-header-1734619847 { text-align: center; margin-bottom: 64px; } .main-title-1734619847 { font-family: 'Roboto', sans-serif; font-size: 48px; line-height: 1.2; font-weight: 700; color: #000000; margin-bottom: 16px; word-break: break-word; } .subtitle-1734619847 { font-family: 'Roboto', sans-serif; font-size: 24px; line-height: 1.3; font-weight: 400; color: #808FA4; margin-bottom: 0; word-break: break-word; } .features-grid-1734619847 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-bottom: 64px; position: relative; } .feature-card-1734619847 { text-align: left; opacity: 0; transform: translateY(30px); transition: all 0.6s ease; } .feature-card-1734619847.visible-1734619847 { opacity: 1; transform: translateY(0); } .feature-icon-1734619847 { width: 60px; height: 60px; margin-bottom: 24px; border-radius: 12px; background: linear-gradient(135deg, #F21637 0%, #252839 100%); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(242, 22, 55, 0.2); } .feature-icon-1734619847 img { max-width: 32px; max-height: 32px; filter: brightness(0) invert(1); } .feature-title-1734619847 { font-family: 'Roboto', sans-serif; font-size: 18px; line-height: 1.3; font-weight: 600; color: #000000; margin-bottom: 12px; word-break: break-word; } .feature-description-1734619847 { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 1.5; font-weight: 400; color: #808FA4; margin: 0; word-break: break-word; } .center-feature-1734619847 { grid-column: 2; opacity: 0; transform: translateY(30px); transition: all 0.6s ease 0.2s; } .center-feature-1734619847.visible-1734619847 { opacity: 1; transform: translateY(0); } .third-feature-1734619847 { grid-column: 3; opacity: 0; transform: translateY(30px); transition: all 0.6s ease 0.4s; } .third-feature-1734619847.visible-1734619847 { opacity: 1; transform: translateY(0); } .tagline-section-1734619847 { text-align: center; padding: 32px 0; background: linear-gradient(135deg, #EAF0F2 0%, #FFFFFF 100%); border-radius: 16px; margin-top: 32px; } .tagline-text-1734619847 { font-family: 'Roboto', sans-serif; font-size: 20px; line-height: 1.4; font-weight: 600; color: #252839; margin: 0; word-break: break-word; } .decorative-ellipse-1734619847 { position: absolute; width: 699px; height: 125px; background: linear-gradient(90deg, rgba(242, 22, 55, 0.05) 0%, rgba(37, 40, 57, 0.05) 100%); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; } @media (max-width: 1023px) { .main-section-1734619847 { padding: 48px 16px; } .main-title-1734619847 { font-size: 32px; } .subtitle-1734619847 { font-size: 18px; } .features-grid-1734619847 { grid-template-columns: 1fr; gap: 32px; text-align: center; } .feature-card-1734619847, .center-feature-1734619847, .third-feature-1734619847 { grid-column: 1; } .feature-icon-1734619847 { margin: 0 auto 24px; } .tagline-text-1734619847 { font-size: 16px; } .decorative-ellipse-1734619847 { width: 100%; height: 80px; } } @media (max-width: 639px) { .main-section-1734619847 { padding: 32px 16px; } .main-title-1734619847 { font-size: 24px; } .subtitle-1734619847 { font-size: 16px; } .features-grid-1734619847 { gap: 24px; } .feature-icon-1734619847 { width: 48px; height: 48px; } .feature-icon-1734619847 img { max-width: 24px; max-height: 24px; } .feature-title-1734619847 { font-size: 16px; } .feature-description-1734619847 { font-size: 13px; } .tagline-text-1734619847 { font-size: 14px; } }
.main-section-1734793234 { max-width: 1200px; margin: 0 auto; padding: 64px 24px; background-color: #FFFFFF; } .section-title-1734793234 { 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-1734793234 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; margin-bottom: 64px; } .left-content-1734793234 { font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 1.5; color: #000000; word-break: break-word; } .process-steps-1734793234 { display: flex; flex-direction: column; gap: 24px; } .step-box-1734793234 { border: 2px solid #808FA4; border-radius: 12px; padding: 20px; background-color: #FFFFFF; transition: all 0.3s ease; } .step-box-1734793234:hover { border-color: #252839; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(37, 40, 57, 0.1); } .step-text-1734793234 { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 1.4; color: #000000; margin: 0; word-break: break-word; } .testimonial-container-1734793234 { border: 2px solid #808FA4; border-radius: 16px; padding: 32px; background-color: #EAF0F2; text-align: center; } .testimonial-quote-1734793234 { font-family: 'Roboto', sans-serif; font-size: 18px; line-height: 1.4; color: #000000; margin-bottom: 16px; font-style: italic; word-break: break-word; } .testimonial-attribution-1734793234 { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 1.3; color: #808FA4; margin: 0; word-break: break-word; } @media (max-width: 1023px) { .content-wrapper-1734793234 { grid-template-columns: 1fr; gap: 32px; } .section-title-1734793234 { font-size: 28px; } .testimonial-quote-1734793234 { font-size: 16px; } } @media (max-width: 639px) { .main-section-1734793234 { padding: 48px 16px; } .section-title-1734793234 { font-size: 24px; margin-bottom: 32px; } .content-wrapper-1734793234 { gap: 24px; } .step-box-1734793234 { padding: 16px; } .testimonial-container-1734793234 { padding: 24px; } .testimonial-quote-1734793234 { font-size: 14px; } }
.product-knowledge-section-1735077234 { padding: 64px 24px; background-color: #FFFFFF; max-width: 1200px; margin: 0 auto; } .intro-text-1735077234 { color: #808FA4; font-size: 14px; line-height: 16px; font-weight: 400; text-align: center; margin-bottom: 16px; word-break: break-word; } .section-title-1735077234 { color: #000000; font-size: 32px; line-height: 40px; font-weight: 600; text-align: center; margin-bottom: 48px; word-break: break-word; } .cards-container-1735077234 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; max-width: 800px; margin: 0 auto; } .card-group-1735077234 { background-color: #EAF0F2; border-radius: 16px; padding: 24px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .card-group-1735077234:hover { transform: translateY(-4px); box-shadow: 0 8px 32px rgba(37, 40, 57, 0.1); } .card-icon-1735077234 { width: 60px; height: 60px; max-width: 60px; max-height: 60px; border-radius: 12px; margin-bottom: 16px; object-fit: cover; } .card-heading-1735077234 { color: #000000; font-size: 18px; line-height: 24px; font-weight: 600; margin-bottom: 8px; word-break: break-word; } .card-text-1735077234 { color: #808FA4; font-size: 14px; line-height: 20px; font-weight: 400; word-break: break-word; } @media (max-width: 768px) { .product-knowledge-section-1735077234 { padding: 48px 16px; } .section-title-1735077234 { font-size: 24px; line-height: 32px; margin-bottom: 32px; } .cards-container-1735077234 { grid-template-columns: 1fr; gap: 24px; } .card-group-1735077234 { padding: 20px; } .card-icon-1735077234 { width: 48px; height: 48px; max-width: 48px; max-height: 48px; } .card-heading-1735077234 { font-size: 16px; line-height: 22px; } .card-text-1735077234 { font-size: 12px; line-height: 18px; } } @media (max-width: 480px) { .intro-text-1735077234 { font-size: 12px; line-height: 16px; } .section-title-1735077234 { font-size: 20px; line-height: 28px; } .card-icon-1735077234 { width: 40px; height: 40px; max-width: 40px; max-height: 40px; } .card-heading-1735077234 { font-size: 14px; line-height: 20px; } .card-text-1735077234 { font-size: 11px; line-height: 16px; } }
.section_1734619847123 { padding: 64px 24px; background-color: #FFFFFF; max-width: 1200px; margin: 0 auto; position: relative; } .section_title_1734619847123 { font-size: 32px; line-height: 1.2; font-weight: 700; color: #000000; text-align: center; margin-bottom: 48px; word-break: break-word; } .timeline_container_1734619847123 { position: relative; display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 64px; } .timeline_arrow_1734619847123 { position: absolute; top: 0; left: 0; right: 0; height: 3px; background-color: #252839; z-index: 1; } .timeline_arrow_1734619847123::after { content: ''; position: absolute; right: -8px; top: -4px; width: 0; height: 0; border-left: 8px solid #252839; border-top: 6px solid transparent; border-bottom: 6px solid transparent; } .step_item_1734619847123 { flex: 1; position: relative; z-index: 2; padding-top: 32px; } .step_heading_1734619847123 { font-size: 16px; line-height: 1.2; font-weight: 600; color: #000000; margin-bottom: 16px; word-break: break-word; } .step_text_1734619847123 { font-size: 14px; line-height: 1.4; font-weight: 400; color: #000000; opacity: 0.8; word-break: break-word; } .stats_container_1734619847123 { text-align: center; padding: 32px; background-color: #EAF0F2; border-radius: 8px; } .stats_text_1734619847123 { font-size: 16px; line-height: 1.4; font-weight: 400; color: #000000; word-break: break-word; } @media (max-width: 1023px) { .section_title_1734619847123 { font-size: 28px; margin-bottom: 32px; } .timeline_container_1734619847123 { flex-direction: column; gap: 32px; } .timeline_arrow_1734619847123 { display: none; } .step_item_1734619847123 { padding-top: 0; } .stats_text_1734619847123 { font-size: 14px; } } @media (max-width: 639px) { .section_1734619847123 { padding: 32px 16px; } .section_title_1734619847123 { font-size: 24px; } .step_heading_1734619847123 { font-size: 14px; } .step_text_1734619847123 { font-size: 12px; } .stats_text_1734619847123 { font-size: 12px; } }
.section_1735077123456 { position: relative; width: 100%; max-width: 1200px; margin: 0 auto; padding: 64px 24px; background-color: #FFFFFF; display: flex; flex-direction: column; align-items: center; } .section_title_1735077123457 { 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; } .quote_container_1735077123458 { position: relative; max-width: 600px; width: 100%; padding: 32px; border: 2px solid #252839; border-radius: 8px; background-color: #FFFFFF; margin-bottom: 48px; box-shadow: 0 4px 12px rgba(37, 40, 57, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .quote_container_1735077123458:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(37, 40, 57, 0.15); } .quote_text_1735077123459 { font-family: 'Roboto', sans-serif; font-size: 18px; line-height: 1.5; color: #252839; text-align: center; margin-bottom: 24px; font-style: italic; word-break: break-word; } .quote_attribution_1735077123460 { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 1.4; font-weight: 600; color: #808FA4; text-align: center; word-break: break-word; } .cta_button_1735077123461 { font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 1; font-weight: 600; color: #FFFFFF; background-color: #F21637; border: none; border-radius: 6px; padding: 16px 32px; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; min-height: 50px; word-break: break-word; } .cta_button_1735077123461:hover { background-color: #d1142e; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(242, 22, 55, 0.3); } .cta_button_1735077123461:active { transform: translateY(0); } @media (max-width: 1023px) { .section_1735077123456 { padding: 48px 16px; } .section_title_1735077123457 { font-size: 24px; margin-bottom: 32px; } .quote_container_1735077123458 { max-width: 350px; padding: 24px; margin-bottom: 32px; } .quote_text_1735077123459 { font-size: 16px; margin-bottom: 16px; } .quote_attribution_1735077123460 { font-size: 12px; } .cta_button_1735077123461 { font-size: 14px; padding: 12px 24px; min-height: 40px; } } @media (max-width: 639px) { .section_1735077123456 { padding: 32px 16px; } .section_title_1735077123457 { font-size: 24px; } .quote_container_1735077123458 { max-width: 280px; padding: 20px; } .quote_text_1735077123459 { font-size: 14px; } .quote_attribution_1735077123460 { font-size: 11px; } .cta_button_1735077123461 { font-size: 12px; padding: 12px 20px; } }
.footer_1735077234567 { background: linear-gradient(135deg, #252839 0%, #1a1d2b 100%); padding: 96px 24px; position: relative; overflow: hidden; } .footer_1735077234567::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_1735077234567 { max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; } .footer_headline_1735077234567 { color: #FFFFFF; font-family: 'Roboto', sans-serif; font-size: 48px; line-height: 1.2; font-weight: 700; margin-bottom: 32px; word-break: break-word; opacity: 0; transform: translateY(30px); animation: fadeInUp_1735077234567 0.8s ease-out 0.2s forwards; } .footer_subheadline_1735077234567 { color: #808FA4; font-family: 'Roboto', sans-serif; font-size: 18px; line-height: 1.6; font-weight: 400; margin-bottom: 48px; max-width: 700px; word-break: break-word; opacity: 0; transform: translateY(30px); animation: fadeInUp_1735077234567 0.8s ease-out 0.4s forwards; } .footer_button_1735077234567 { background: #F21637; color: #FFFFFF; font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 1.2; font-weight: 600; border: none; border-radius: 8px; padding: 20px 40px; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-block; margin-bottom: 24px; opacity: 0; transform: translateY(30px); animation: fadeInUp_1735077234567 0.8s ease-out 0.6s forwards; } .footer_button_1735077234567:hover { background: #d91429; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(242, 22, 55, 0.3); } .footer_button_1735077234567:active { transform: translateY(0); } .footer_reassurance_1735077234567 { 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(30px); animation: fadeInUp_1735077234567 0.8s ease-out 0.8s forwards; } @keyframes fadeInUp_1735077234567 { to { opacity: 1; transform: translateY(0); } } @media (max-width: 1023px) { .footer_1735077234567 { padding: 64px 24px; } .footer_headline_1735077234567 { font-size: 36px; margin-bottom: 24px; } .footer_subheadline_1735077234567 { font-size: 16px; margin-bottom: 40px; } .footer_button_1735077234567 { padding: 16px 32px; font-size: 15px; } } @media (max-width: 639px) { .footer_1735077234567 { padding: 48px 16px; } .footer_headline_1735077234567 { font-size: 28px; margin-bottom: 16px; } .footer_subheadline_1735077234567 { font-size: 14px; margin-bottom: 32px; } .footer_button_1735077234567 { padding: 14px 28px; font-size: 14px; width: 100%; max-width: 280px; } .footer_reassurance_1735077234567 { font-size: 12px; } }