* {
        font-family: Roboto, sans-serif;
        box-sizing: border-box;
    }
    
    .hero-section-1735077234 { position: relative; min-height: 500px; padding: 80px 24px 96px; background: linear-gradient(135deg, #FFFFFF 0%, #f8f9fa 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; } .hero-section-1735077234::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 50% 20%, rgba(182, 23, 46, 0.05) 0%, transparent 50%); pointer-events: none; } .hero-container-1735077234 { position: relative; max-width: 1200px; width: 100%; z-index: 2; } .hero-headline-1735077234 { font-family: 'Roboto', sans-serif; font-size: 48px; line-height: 1.2; font-weight: 700; color: #000000; margin: 0 0 24px 0; max-width: 800px; margin-left: auto; margin-right: auto; word-break: break-word; 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; opacity: 0.8; margin: 0 0 48px 0; max-width: 700px; margin-left: auto; margin-right: auto; word-break: break-word; animation: fadeInUp-1735077234 0.8s ease-out 0.2s both; } .hero-cta-button-1735077234 { font-family: 'Roboto', sans-serif; background: #b6172e; color: #FFFFFF; border: none; border-radius: 8px; padding: 16px 32px; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-block; margin-bottom: 16px; box-shadow: 0 4px 12px rgba(182, 23, 46, 0.2); animation: fadeInUp-1735077234 0.8s ease-out 0.4s both; } .hero-cta-button-1735077234:hover { background: #89121E; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(182, 23, 46, 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: #000000; opacity: 0.6; margin: 0; max-width: 400px; margin-left: auto; margin-right: auto; word-break: break-word; animation: fadeInUp-1735077234 0.8s ease-out 0.6s both; } @keyframes fadeInUp-1735077234 { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 1023px) { .hero-section-1735077234 { padding: 64px 24px 80px; min-height: 450px; } .hero-headline-1735077234 { font-size: 36px; max-width: 500px; margin-bottom: 20px; } .hero-subheadline-1735077234 { font-size: 16px; max-width: 450px; margin-bottom: 40px; } .hero-cta-button-1735077234 { padding: 14px 28px; font-size: 15px; } } @media (max-width: 639px) { .hero-section-1735077234 { padding: 48px 16px 64px; min-height: 400px; } .hero-headline-1735077234 { font-size: 28px; max-width: 300px; margin-bottom: 16px; } .hero-subheadline-1735077234 { font-size: 14px; max-width: 280px; margin-bottom: 32px; } .hero-cta-button-1735077234 { padding: 12px 24px; font-size: 14px; } .hero-cta-subtext-1735077234 { font-size: 12px; max-width: 280px; } }
.section_1734025847123 { position: relative; max-width: 1200px; margin: 0 auto; padding: 64px 24px; background-color: #FFFFFF; overflow: hidden; } .section_title_1734025847123 { font-family: 'Roboto', sans-serif; font-size: 48px; line-height: 1.2; font-weight: 700; color: #292122; text-align: center; margin-bottom: 32px; word-break: break-word; opacity: 0; transform: translateY(30px); animation: fadeInUp_1734025847123 0.8s ease-out forwards; } .body_text_1734025847123 { font-family: 'Roboto', sans-serif; font-size: 18px; line-height: 1.5; font-weight: 400; color: #292122; text-align: center; margin-bottom: 48px; max-width: 600px; margin-left: auto; margin-right: auto; word-break: break-word; opacity: 0; transform: translateY(30px); animation: fadeInUp_1734025847123 0.8s ease-out 0.2s forwards; } .problems_container_1734025847123 { display: grid; grid-template-columns: 1fr; gap: 24px; max-width: 800px; margin: 0 auto 64px auto; opacity: 0; transform: translateY(30px); animation: fadeInUp_1734025847123 0.8s ease-out 0.4s forwards; } .problem_card_1734025847123 { background-color: transparent; border: 2px solid #292122; border-radius: 12px; padding: 24px; text-align: center; transition: all 0.3s ease; position: relative; overflow: hidden; } .problem_card_1734025847123::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(202, 81, 93, 0.1), transparent); transition: left 0.6s ease; } .problem_card_1734025847123:hover::before { left: 100%; } .problem_card_1734025847123:hover { border-color: #CA515D; transform: translateY(-4px); box-shadow: 0 8px 24px rgba(202, 81, 93, 0.15); } .problem_card_text_1734025847123 { font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 1.4; font-weight: 500; color: #292122; margin: 0; word-break: break-word; position: relative; z-index: 1; } .closing_text_1734025847123 { font-family: 'Roboto', sans-serif; font-size: 24px; line-height: 1.3; font-weight: 600; color: #b6172e; text-align: center; max-width: 700px; margin: 0 auto; word-break: break-word; opacity: 0; transform: translateY(30px); animation: fadeInUp_1734025847123 0.8s ease-out 0.6s forwards; } @keyframes fadeInUp_1734025847123 { to { opacity: 1; transform: translateY(0); } } @media (min-width: 768px) { .problems_container_1734025847123 { grid-template-columns: repeat(2, 1fr); gap: 32px; } .section_title_1734025847123 { font-size: 56px; } .body_text_1734025847123 { font-size: 20px; } .closing_text_1734025847123 { font-size: 28px; } } @media (min-width: 1024px) { .problems_container_1734025847123 { grid-template-columns: repeat(2, 1fr); gap: 40px; } .section_title_1734025847123 { font-size: 64px; } .body_text_1734025847123 { font-size: 22px; } .closing_text_1734025847123 { font-size: 32px; } } @media (max-width: 767px) { .section_1734025847123 { padding: 48px 16px; } .section_title_1734025847123 { font-size: 32px; margin-bottom: 24px; } .body_text_1734025847123 { font-size: 16px; margin-bottom: 32px; } .problems_container_1734025847123 { gap: 16px; margin-bottom: 48px; } .problem_card_1734025847123 { padding: 20px; } .problem_card_text_1734025847123 { font-size: 14px; } .closing_text_1734025847123 { font-size: 18px; } } @media (max-width: 480px) { .section_title_1734025847123 { font-size: 28px; } .body_text_1734025847123 { font-size: 14px; } .problem_card_text_1734025847123 { font-size: 13px; } .closing_text_1734025847123 { font-size: 16px; } }
.main-section-1734567890 { padding: 64px 24px; background-color: #FFFFFF; position: relative; max-width: 1200px; margin: 0 auto; } .section-title-1734567890 { font-family: 'Roboto', sans-serif; color: #000000; font-size: 32px; line-height: 1.2; font-weight: 700; text-align: center; margin-bottom: 64px; word-break: break-word; } .features-grid-1734567890 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 48px; margin-bottom: 64px; } .feature-card-1734567890 { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 32px 24px; background-color: #FFFFFF; border-radius: 8px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .feature-card-1734567890:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); } .feature-icon-1734567890 { width: 60px; height: 60px; margin-bottom: 24px; border-radius: 50%; background: linear-gradient(135deg, #b6172e, #CA515D); display: flex; align-items: center; justify-content: center; } .feature-icon-1734567890 img { max-width: 32px; max-height: 32px; object-fit: contain; } .feature-heading-1734567890 { font-family: 'Roboto', sans-serif; color: #000000; font-size: 18px; line-height: 1.3; font-weight: 600; margin-bottom: 16px; word-break: break-word; } .feature-text-1734567890 { font-family: 'Roboto', sans-serif; color: #000000; font-size: 14px; line-height: 1.5; font-weight: 400; opacity: 0.8; word-break: break-word; } .tagline-strip-1734567890 { font-family: 'Roboto', sans-serif; color: #b6172e; font-size: 18px; line-height: 1.4; font-weight: 600; text-align: center; padding: 32px 24px; background: linear-gradient(135deg, rgba(182, 23, 46, 0.05), rgba(202, 81, 93, 0.05)); border-radius: 8px; word-break: break-word; } .hidden-element-1734567890 { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; } .visible-element-1734567890 { opacity: 1; transform: translateY(0); } @media (max-width: 768px) { .main-section-1734567890 { padding: 48px 16px; } .section-title-1734567890 { font-size: 24px; margin-bottom: 48px; } .features-grid-1734567890 { grid-template-columns: 1fr; gap: 32px; margin-bottom: 48px; } .feature-card-1734567890 { padding: 24px 16px; } .feature-icon-1734567890 { width: 48px; height: 48px; margin-bottom: 16px; } .feature-icon-1734567890 img { max-width: 24px; max-height: 24px; } .feature-heading-1734567890 { font-size: 16px; margin-bottom: 12px; } .feature-text-1734567890 { font-size: 13px; } .tagline-strip-1734567890 { font-size: 16px; padding: 24px 16px; } } @media (max-width: 480px) { .section-title-1734567890 { font-size: 20px; } .feature-icon-1734567890 { width: 40px; height: 40px; } .feature-icon-1734567890 img { max-width: 20px; max-height: 20px; } .feature-heading-1734567890 { font-size: 14px; } .feature-text-1734567890 { font-size: 12px; } .tagline-strip-1734567890 { font-size: 14px; } }
.section_1734619847123 { position: relative; max-width: 1200px; margin: 0 auto; padding: 64px 24px; background: #FFFFFF; } .title_1734619847123 { font-family: 'Roboto', sans-serif; font-size: 32px; line-height: 1.2; font-weight: 700; color: #292122; text-align: center; margin-bottom: 48px; word-break: break-word; } .content_wrapper_1734619847123 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; margin-bottom: 64px; } .left_text_1734619847123 { font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 1.5; font-weight: 400; color: #292122; word-break: break-word; } .process_steps_1734619847123 { display: flex; flex-direction: column; gap: 24px; } .step_box_1734619847123 { border: 1px solid #292122; border-radius: 8px; padding: 20px; background: #FFFFFF; transition: all 0.3s ease; } .step_box_1734619847123:hover { border-color: #CA515D; box-shadow: 0 4px 12px rgba(202, 81, 93, 0.1); } .step_text_1734619847123 { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 1.4; font-weight: 400; color: #292122; margin: 0; word-break: break-word; } .testimonial_wrapper_1734619847123 { text-align: center; } .testimonial_box_1734619847123 { border: 1px solid #292122; border-radius: 12px; padding: 32px; background: #FFFFFF; margin-bottom: 16px; transition: all 0.3s ease; } .testimonial_box_1734619847123:hover { border-color: #CA515D; box-shadow: 0 6px 20px rgba(202, 81, 93, 0.1); } .testimonial_quote_1734619847123 { font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 1.5; font-weight: 400; color: #292122; margin: 0 0 16px 0; font-style: italic; word-break: break-word; } .testimonial_attribution_1734619847123 { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 1.4; font-weight: 400; color: #292122; margin: 0; opacity: 0.8; word-break: break-word; } @media (max-width: 1023px) { .content_wrapper_1734619847123 { grid-template-columns: 1fr; gap: 32px; } .title_1734619847123 { font-size: 28px; } } @media (max-width: 639px) { .section_1734619847123 { padding: 48px 16px; } .title_1734619847123 { font-size: 24px; margin-bottom: 32px; } .content_wrapper_1734619847123 { gap: 24px; } .testimonial_box_1734619847123 { padding: 24px; } .testimonial_quote_1734619847123 { font-size: 14px; } }
.product-knowledge-section-1734567890 { padding: 64px 24px; background-color: #FFFFFF; max-width: 1200px; margin: 0 auto; } .intro-text-1734567890 { color: #000000; font-size: 14px; line-height: 16px; font-weight: 400; text-align: center; margin-bottom: 16px; opacity: 0.8; } .section-title-1734567890 { color: #000000; font-size: 32px; line-height: 38px; font-weight: 600; text-align: center; margin-bottom: 48px; word-break: break-word; } .cards-container-1734567890 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; max-width: 800px; margin: 0 auto; } .card-1734567890 { background-color: #FFFFFF; border: 1px solid #292122; border-radius: 8px; padding: 24px; transition: all 0.3s ease; opacity: 0; transform: translateY(20px); } .card-1734567890:hover { border-color: #CA515D; box-shadow: 0 4px 16px rgba(202, 81, 93, 0.1); transform: translateY(-2px); } .card-1734567890.animate-1734567890 { opacity: 1; transform: translateY(0); } .card-icon-1734567890 { width: 60px; height: 60px; max-width: 60px; max-height: 60px; margin-bottom: 16px; border-radius: 8px; object-fit: cover; } .card-heading-1734567890 { color: #000000; font-size: 18px; line-height: 22px; font-weight: 600; margin-bottom: 8px; word-break: break-word; } .card-text-1734567890 { color: #000000; font-size: 14px; line-height: 20px; font-weight: 400; opacity: 0.8; word-break: break-word; } @media (max-width: 768px) { .product-knowledge-section-1734567890 { padding: 48px 16px; } .section-title-1734567890 { font-size: 24px; line-height: 30px; } .cards-container-1734567890 { grid-template-columns: 1fr; gap: 24px; } .card-icon-1734567890 { width: 50px; height: 50px; max-width: 50px; max-height: 50px; } .card-heading-1734567890 { font-size: 16px; line-height: 20px; } .card-text-1734567890 { font-size: 13px; line-height: 18px; } } @media (max-width: 480px) { .intro-text-1734567890 { font-size: 13px; } .section-title-1734567890 { font-size: 20px; line-height: 26px; } .card-icon-1734567890 { width: 40px; height: 40px; max-width: 40px; max-height: 40px; } }
.timeline-section-1735059847 { position: relative; padding: 64px 24px; background-color: #FFFFFF; overflow: hidden; } .timeline-container-1735059847 { max-width: 1200px; margin: 0 auto; position: relative; } .section-title-1735059847 { 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; } .timeline-wrapper-1735059847 { position: relative; display: flex; flex-direction: column; gap: 48px; } .timeline-step-1735059847 { position: relative; display: flex; align-items: flex-start; gap: 24px; opacity: 0; transform: translateY(30px); transition: all 0.6s ease; } .timeline-step-1735059847.animate-1735059847 { opacity: 1; transform: translateY(0); } .timeline-step-1735059847:nth-child(even) { flex-direction: row-reverse; } .step-number-1735059847 { flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, #b6172e, #CA515D); color: #FFFFFF; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 18px; position: relative; z-index: 2; } .step-content-1735059847 { flex: 1; max-width: 400px; } .step-heading-1735059847 { font-family: 'Roboto', sans-serif; font-size: 18px; line-height: 1.3; font-weight: 600; color: #000000; margin-bottom: 8px; word-break: break-word; } .step-text-1735059847 { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 1.4; font-weight: 400; color: #000000; opacity: 0.8; word-break: break-word; } .timeline-line-1735059847 { position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, #b6172e, #CA515D); transform: translateX(-50%); z-index: 1; } .timeline-line-1735059847::before { content: ''; position: absolute; top: 0; left: 50%; width: 8px; height: 8px; background: #b6172e; border-radius: 50%; transform: translateX(-50%); } .timeline-line-1735059847::after { content: ''; position: absolute; bottom: 0; left: 50%; width: 8px; height: 8px; background: #b6172e; border-radius: 50%; transform: translateX(-50%); } .stat-line-1735059847 { font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 1.4; font-weight: 400; color: #000000; text-align: center; margin-top: 48px; padding: 24px; background: linear-gradient(135deg, #89121E, #b6172e); color: #FFFFFF; border-radius: 8px; opacity: 0; transform: translateY(20px); transition: all 0.6s ease; word-break: break-word; } .stat-line-1735059847.animate-1735059847 { opacity: 1; transform: translateY(0); } @media (max-width: 768px) { .timeline-section-1735059847 { padding: 48px 16px; } .section-title-1735059847 { font-size: 24px; margin-bottom: 32px; } .timeline-wrapper-1735059847 { gap: 32px; } .timeline-step-1735059847 { flex-direction: column !important; text-align: center; gap: 16px; } .timeline-step-1735059847:nth-child(even) { flex-direction: column !important; } .step-number-1735059847 { align-self: center; } .step-content-1735059847 { max-width: 100%; } .step-heading-1735059847 { font-size: 16px; } .step-text-1735059847 { font-size: 14px; } .timeline-line-1735059847 { display: none; } .stat-line-1735059847 { font-size: 14px; margin-top: 32px; } } @media (max-width: 480px) { .section-title-1735059847 { font-size: 20px; } .step-heading-1735059847 { font-size: 14px; } .step-text-1735059847 { font-size: 12px; } .stat-line-1735059847 { font-size: 12px; padding: 16px; } }
.main-section-1735077234 { position: relative; padding: 64px 24px; background-color: #FFFFFF; min-height: 500px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; max-width: 1200px; margin: 0 auto; } .section-title-1735077234 { font-family: 'Roboto', sans-serif; font-size: 32px; line-height: 1.2; font-weight: 700; color: #292122; text-align: center; margin-bottom: 48px; max-width: 600px; animation: fadeInUp-1735077234 0.8s ease-out; } .quote-container-1735077234 { position: relative; background-color: #FFFFFF; border: 2px solid #292122; border-radius: 12px; padding: 32px; margin-bottom: 48px; max-width: 700px; width: 100%; box-shadow: 0 4px 20px rgba(41, 33, 34, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; animation: fadeInUp-1735077234 0.8s ease-out 0.2s both; } .quote-container-1735077234:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(41, 33, 34, 0.15); } .quote-text-1735077234 { font-family: 'Roboto', sans-serif; font-size: 18px; line-height: 1.6; color: #292122; text-align: center; margin-bottom: 24px; 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: #89121E; text-align: center; word-break: break-word; } .cta-button-1735077234 { font-family: 'Roboto', sans-serif; background-color: #b6172e; color: #FFFFFF; font-size: 16px; line-height: 1.2; font-weight: 600; padding: 16px 32px; border: none; border-radius: 8px; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; animation: fadeInUp-1735077234 0.8s ease-out 0.4s both; } .cta-button-1735077234:hover { background-color: #89121E; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(182, 23, 46, 0.3); } .cta-button-1735077234:active { transform: translateY(0); } .cta-button-1735077234:focus { outline: 2px solid #CA515D; outline-offset: 2px; } @keyframes fadeInUp-1735077234 { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 768px) { .main-section-1735077234 { padding: 48px 16px; min-height: 400px; } .section-title-1735077234 { font-size: 24px; margin-bottom: 32px; } .quote-container-1735077234 { padding: 24px; margin-bottom: 32px; } .quote-text-1735077234 { font-size: 16px; margin-bottom: 16px; } .quote-attribution-1735077234 { font-size: 12px; } .cta-button-1735077234 { font-size: 14px; padding: 14px 24px; } } @media (max-width: 480px) { .main-section-1735077234 { padding: 32px 12px; } .section-title-1735077234 { font-size: 20px; } .quote-container-1735077234 { padding: 20px; } .quote-text-1735077234 { font-size: 14px; } .quote-attribution-1735077234 { font-size: 11px; } .cta-button-1735077234 { font-size: 12px; padding: 12px 20px; } }
.main-section-1734619847 { position: relative; padding: 64px 24px; background-color: #FFFFFF; min-height: 400px; display: flex; flex-direction: column; align-items: center; justify-content: center; max-width: 1200px; margin: 0 auto; } .headline-1734619847 { font-family: 'Roboto', sans-serif; color: #000000; font-size: 48px; line-height: 1.1; font-weight: 700; text-align: center; margin-bottom: 24px; max-width: 800px; word-break: break-word; animation: fadeInUp-1734619847 0.8s ease-out; } .subheadline-1734619847 { font-family: 'Roboto', sans-serif; color: #000000; font-size: 18px; line-height: 1.4; font-weight: 400; text-align: center; margin-bottom: 32px; max-width: 700px; word-break: break-word; animation: fadeInUp-1734619847 0.8s ease-out 0.2s both; } .primary-button-1734619847 { font-family: 'Roboto', sans-serif; background-color: #b6172e; color: #FFFFFF; font-size: 16px; line-height: 1.2; font-weight: 600; text-align: center; border-radius: 8px; border: none; padding: 16px 32px; min-width: 240px; height: 60px; cursor: pointer; transition: all 0.3s ease; animation: fadeInUp-1734619847 0.8s ease-out 0.4s both; box-shadow: 0 4px 12px rgba(182, 23, 46, 0.2); } .primary-button-1734619847:hover { background-color: #89121E; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(182, 23, 46, 0.3); } .primary-button-1734619847:active { transform: translateY(0); } .reassurance-text-1734619847 { font-family: 'Roboto', sans-serif; color: #000000; font-size: 14px; line-height: 1.3; font-weight: 400; text-align: center; margin-top: 16px; opacity: 0.7; animation: fadeInUp-1734619847 0.8s ease-out 0.6s both; } @keyframes fadeInUp-1734619847 { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 1023px) { .main-section-1734619847 { padding: 48px 24px; } .headline-1734619847 { font-size: 42px; max-width: 640px; } .subheadline-1734619847 { font-size: 18px; max-width: 560px; } .primary-button-1734619847 { min-width: 220px; height: 55px; font-size: 16px; } } @media (max-width: 639px) { .main-section-1734619847 { padding: 32px 16px; } .headline-1734619847 { font-size: 32px; margin-bottom: 16px; } .subheadline-1734619847 { font-size: 16px; margin-bottom: 24px; } .primary-button-1734619847 { min-width: 180px; height: 50px; font-size: 15px; padding: 12px 24px; } .reassurance-text-1734619847 { font-size: 12px; } }