* {
        font-family: Roboto, sans-serif;
        box-sizing: border-box;
    }
    
    .hero_section_1735077234 { background: linear-gradient(135deg, #FFFFFF 0%, #EAF0F2 100%); min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 48px 24px; position: relative; overflow: hidden; } .hero_container_1735077234 { max-width: 1200px; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; } .hero_content_1735077234 { display: flex; flex-direction: column; align-items: flex-start; gap: 32px; } .hero_headline_1735077234 { font-family: 'Roboto', sans-serif; font-size: 48px; font-weight: 700; line-height: 1.2; color: #000000; margin: 0; word-break: break-word; animation: fadeInUp_1735077234 0.8s ease-out; } .hero_subheadline_1735077234 { font-family: 'Roboto', sans-serif; font-size: 18px; font-weight: 400; line-height: 1.6; color: #000000; margin: 0; opacity: 0.8; word-break: break-word; animation: fadeInUp_1735077234 0.8s ease-out 0.2s both; } .hero_cta_container_1735077234 { display: flex; flex-direction: column; gap: 16px; animation: fadeInUp_1735077234 0.8s ease-out 0.4s both; } .hero_cta_button_1735077234 { font-family: 'Roboto', sans-serif; background-color: #F21637; color: #FFFFFF; border: none; padding: 16px 32px; font-size: 16px; font-weight: 600; border-radius: 8px; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; min-width: 280px; height: 60px; } .hero_cta_button_1735077234:hover { background-color: #d1142f; 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: 12px; font-weight: 400; line-height: 1.4; color: #808FA4; margin: 0; text-align: center; max-width: 400px; } .hero_image_container_1735077234 { display: flex; justify-content: center; align-items: center; position: relative; } .hero_image_1735077234 { max-width: 100%; max-height: 400px; width: auto; height: auto; border-radius: 16px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); animation: fadeInRight_1735077234 0.8s ease-out 0.3s both; } .hero_background_decoration_1735077234 { position: absolute; top: -50px; right: -50px; width: 200px; height: 200px; background: linear-gradient(45deg, #F21637, #252839); border-radius: 50%; opacity: 0.1; z-index: -1; animation: float_1735077234 6s ease-in-out infinite; } @keyframes fadeInUp_1735077234 { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @keyframes fadeInRight_1735077234 { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); } } @keyframes float_1735077234 { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } } @media (max-width: 1023px) { .hero_container_1735077234 { grid-template-columns: 1fr; gap: 48px; text-align: center; } .hero_content_1735077234 { align-items: center; } .hero_headline_1735077234 { font-size: 36px; } .hero_subheadline_1735077234 { font-size: 16px; } .hero_cta_button_1735077234 { min-width: 240px; height: 50px; font-size: 15px; } } @media (max-width: 639px) { .hero_section_1735077234 { padding: 32px 16px; } .hero_container_1735077234 { gap: 32px; } .hero_headline_1735077234 { font-size: 28px; } .hero_subheadline_1735077234 { font-size: 14px; } .hero_cta_button_1735077234 { min-width: 220px; height: 45px; font-size: 14px; } .hero_cta_subtext_1735077234 { font-size: 11px; max-width: 280px; } }
.section_578715f9_1734025847 { position: relative; max-width: 1200px; margin: 0 auto; padding: 64px 24px; background-color: #FFFFFF; overflow: hidden; } .title_713274fb_1734025847 { 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; opacity: 0; transform: translateY(30px); transition: all 0.8s ease-out; } .title_713274fb_1734025847.animate { opacity: 1; transform: translateY(0); } .content_wrapper_1734025847 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; margin-bottom: 48px; } .body_text_66232a16_1734025847 { font-family: 'Roboto', sans-serif; font-size: 18px; line-height: 1.6; font-weight: 400; color: #252839; word-break: break-word; opacity: 0; transform: translateX(-30px); transition: all 0.8s ease-out 0.2s; } .body_text_66232a16_1734025847.animate { opacity: 1; transform: translateX(0); } .problems_container_ec5804f3_1734025847 { display: flex; flex-direction: column; gap: 16px; opacity: 0; transform: translateX(30px); transition: all 0.8s ease-out 0.4s; } .problems_container_ec5804f3_1734025847.animate { opacity: 1; transform: translateX(0); } .problem_card_1734025847 { background-color: transparent; border: 2px solid #252839; border-radius: 8px; padding: 24px 16px; text-align: center; transition: all 0.3s ease; position: relative; overflow: hidden; } .problem_card_1734025847::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(242, 22, 55, 0.1), transparent); transition: left 0.6s ease; } .problem_card_1734025847:hover::before { left: 100%; } .problem_card_1734025847:hover { border-color: #F21637; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(242, 22, 55, 0.15); } .problem_text_1734025847 { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 1.4; font-weight: 400; color: #252839; margin: 0; word-break: break-word; position: relative; z-index: 1; } .closing_line_cda08c82_1734025847 { font-family: 'Roboto', sans-serif; font-size: 20px; line-height: 1.3; font-weight: 600; color: #252839; text-align: center; word-break: break-word; opacity: 0; transform: translateY(30px); transition: all 0.8s ease-out 0.6s; } .closing_line_cda08c82_1734025847.animate { opacity: 1; transform: translateY(0); } @media (max-width: 1023px) { .content_wrapper_1734025847 { grid-template-columns: 1fr; gap: 32px; } .title_713274fb_1734025847 { font-size: 28px; margin-bottom: 32px; } .body_text_66232a16_1734025847 { font-size: 16px; } .closing_line_cda08c82_1734025847 { font-size: 18px; } } @media (max-width: 767px) { .section_578715f9_1734025847 { padding: 48px 16px; } .title_713274fb_1734025847 { font-size: 24px; margin-bottom: 24px; } .content_wrapper_1734025847 { gap: 24px; } .body_text_66232a16_1734025847 { font-size: 16px; } .problems_container_ec5804f3_1734025847 { gap: 12px; } .problem_card_1734025847 { padding: 16px 12px; } .problem_text_1734025847 { font-size: 13px; } .closing_line_cda08c82_1734025847 { font-size: 16px; } } @media (max-width: 479px) { .section_578715f9_1734025847 { padding: 32px 12px; } .title_713274fb_1734025847 { font-size: 20px; } .body_text_66232a16_1734025847 { font-size: 14px; } .problem_text_1734025847 { font-size: 12px; } .closing_line_cda08c82_1734025847 { font-size: 14px; } }
.ahaworks-system-section-1734567890 { padding: 96px 0; background-color: #FFFFFF; position: relative; overflow: hidden; } .ahaworks-container-1734567890 { max-width: 1200px; margin: 0 auto; padding: 0 24px; position: relative; } .ahaworks-header-1734567890 { text-align: center; margin-bottom: 96px; } .ahaworks-main-title-1734567890 { font-family: 'Roboto', sans-serif; font-size: 48px; line-height: 1.2; font-weight: 700; color: #000000; margin-bottom: 16px; } .ahaworks-subtitle-1734567890 { font-family: 'Roboto', sans-serif; font-size: 24px; line-height: 1.3; font-weight: 400; color: #808FA4; margin-bottom: 0; } .ahaworks-features-grid-1734567890 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 64px; margin-bottom: 96px; position: relative; z-index: 2; } .ahaworks-feature-card-1734567890 { text-align: center; opacity: 0; transform: translateY(32px); transition: all 0.6s ease; } .ahaworks-feature-card-1734567890.visible-1734567890 { opacity: 1; transform: translateY(0); } .ahaworks-feature-icon-1734567890 { width: 60px; height: 60px; margin: 0 auto 24px; border-radius: 50%; background: linear-gradient(135deg, #F21637, #252839); display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 32px rgba(242, 22, 55, 0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; } .ahaworks-feature-icon-1734567890:hover { transform: translateY(-4px); box-shadow: 0 12px 48px rgba(242, 22, 55, 0.3); } .ahaworks-feature-icon-1734567890 img { width: 32px; height: 32px; object-fit: contain; filter: brightness(0) invert(1); } .ahaworks-feature-title-1734567890 { font-family: 'Roboto', sans-serif; font-size: 18px; line-height: 1.4; font-weight: 600; color: #000000; margin-bottom: 16px; word-break: break-word; } .ahaworks-feature-description-1734567890 { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 1.5; font-weight: 400; color: #808FA4; word-break: break-word; } .ahaworks-background-ellipse-1734567890 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 800px; height: 200px; background: linear-gradient(90deg, rgba(242, 22, 55, 0.05), rgba(37, 40, 57, 0.05)); border-radius: 50%; z-index: 1; opacity: 0; animation: fadeInEllipse-1734567890 1s ease 0.5s forwards; } @keyframes fadeInEllipse-1734567890 { to { opacity: 1; } } .ahaworks-tagline-1734567890 { text-align: center; position: relative; z-index: 2; } .ahaworks-tagline-text-1734567890 { font-family: 'Roboto', sans-serif; font-size: 20px; line-height: 1.4; font-weight: 600; color: #F21637; background: linear-gradient(135deg, #F21637, #252839); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; opacity: 0; animation: fadeInUp-1734567890 0.8s ease 1s forwards; } @keyframes fadeInUp-1734567890 { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 1024px) { .ahaworks-system-section-1734567890 { padding: 64px 0; } .ahaworks-container-1734567890 { padding: 0 16px; } .ahaworks-main-title-1734567890 { font-size: 32px; } .ahaworks-subtitle-1734567890 { font-size: 18px; } .ahaworks-features-grid-1734567890 { gap: 48px; } .ahaworks-feature-icon-1734567890 { width: 50px; height: 50px; } .ahaworks-feature-icon-1734567890 img { width: 28px; height: 28px; } .ahaworks-tagline-text-1734567890 { font-size: 18px; } } @media (max-width: 768px) { .ahaworks-system-section-1734567890 { padding: 48px 0; } .ahaworks-features-grid-1734567890 { grid-template-columns: 1fr; gap: 48px; max-width: 400px; margin: 0 auto 64px; } .ahaworks-main-title-1734567890 { font-size: 28px; } .ahaworks-subtitle-1734567890 { font-size: 16px; } .ahaworks-feature-icon-1734567890 { width: 48px; height: 48px; } .ahaworks-feature-icon-1734567890 img { width: 24px; height: 24px; } .ahaworks-feature-title-1734567890 { font-size: 16px; } .ahaworks-tagline-text-1734567890 { font-size: 16px; } .ahaworks-background-ellipse-1734567890 { width: 600px; height: 150px; } } @media (max-width: 480px) { .ahaworks-system-section-1734567890 { padding: 32px 0; } .ahaworks-main-title-1734567890 { font-size: 24px; } .ahaworks-subtitle-1734567890 { font-size: 14px; } .ahaworks-feature-icon-1734567890 { width: 40px; height: 40px; } .ahaworks-feature-icon-1734567890 img { width: 20px; height: 20px; } .ahaworks-feature-title-1734567890 { font-size: 14px; } .ahaworks-feature-description-1734567890 { font-size: 12px; } .ahaworks-tagline-text-1734567890 { font-size: 14px; } .ahaworks-background-ellipse-1734567890 { width: 400px; height: 100px; } }
.main-section-1734456789 { padding: 64px 24px; background-color: #FFFFFF; position: relative; max-width: 1200px; margin: 0 auto; } .section-title-1734456789 { 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-1734456789 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; margin-bottom: 64px; } .left-content-1734456789 { display: flex; flex-direction: column; gap: 24px; } .description-text-1734456789 { font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 1.5; font-weight: 400; color: #000000; word-break: break-word; } .process-steps-1734456789 { display: flex; flex-direction: column; gap: 16px; } .step-box-1734456789 { border: 1px solid #808FA4; border-radius: 8px; padding: 16px 20px; background-color: #FFFFFF; transition: all 0.3s ease; } .step-box-1734456789:hover { border-color: #252839; box-shadow: 0 2px 8px rgba(37, 40, 57, 0.1); } .step-text-1734456789 { 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-1734456789 { border: 1px solid #808FA4; border-radius: 12px; padding: 32px; background-color: #FFFFFF; text-align: center; } .testimonial-quote-1734456789 { 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-1734456789 { 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-1734456789 { grid-template-columns: 1fr; gap: 32px; } .section-title-1734456789 { font-size: 28px; } } @media (max-width: 639px) { .main-section-1734456789 { padding: 48px 16px; } .section-title-1734456789 { font-size: 24px; margin-bottom: 32px; } .content-wrapper-1734456789 { gap: 24px; margin-bottom: 48px; } .testimonial-container-1734456789 { padding: 24px; } .testimonial-quote-1734456789 { font-size: 14px; } .testimonial-attribution-1734456789 { font-size: 12px; } }
.product-knowledge-section-1734528847 { padding: 64px 24px; background-color: #FFFFFF; max-width: 1200px; margin: 0 auto; } .intro-text-1734528847 { 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-1734528847 { 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-1734528847 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; max-width: 800px; margin: 0 auto; } .card-group-1734528847 { background-color: #EAF0F2; border-radius: 12px; padding: 24px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .card-group-1734528847:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(37, 40, 57, 0.1); } .card-icon-1734528847 { width: 60px; height: 60px; max-width: 60px; max-height: 60px; border-radius: 8px; margin-bottom: 16px; object-fit: cover; } .card-heading-1734528847 { 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-1734528847 { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 20px; font-weight: 400; color: #808FA4; word-break: break-word; } @media (max-width: 1023px) { .cards-container-1734528847 { grid-template-columns: 1fr; max-width: 400px; } .section-title-1734528847 { font-size: 28px; line-height: 36px; } } @media (max-width: 639px) { .product-knowledge-section-1734528847 { padding: 48px 16px; } .section-title-1734528847 { font-size: 24px; line-height: 32px; } .cards-container-1734528847 { max-width: 300px; gap: 24px; } .card-group-1734528847 { padding: 20px; } .card-icon-1734528847 { width: 48px; height: 48px; max-width: 48px; max-height: 48px; } .card-heading-1734528847 { font-size: 16px; line-height: 22px; } .card-text-1734528847 { font-size: 13px; line-height: 18px; } }
.process-section-1735043892 { padding: 64px 24px; background-color: #FFFFFF; max-width: 1200px; margin: 0 auto; position: relative; } .process-title-1735043892 { 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; } .process-timeline-1735043892 { position: relative; display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 64px; } .process-arrow-1735043892 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 3px; background: linear-gradient(90deg, #252839 0%, #252839 100%); z-index: 1; } .process-arrow-1735043892::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-1735043892 { flex: 1; position: relative; z-index: 2; padding: 0 16px; } .process-step-heading-1735043892 { font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 1.2; font-weight: 600; color: #000000; margin-bottom: 16px; word-break: break-word; } .process-step-text-1735043892 { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 1.4; font-weight: 400; color: #000000; word-break: break-word; } .process-stats-1735043892 { text-align: center; padding: 32px; background-color: #EAF0F2; border-radius: 8px; margin-top: 32px; } .process-stats-text-1735043892 { font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 1.4; font-weight: 400; color: #000000; word-break: break-word; } @media (max-width: 1023px) { .process-section-1735043892 { padding: 48px 16px; } .process-title-1735043892 { font-size: 28px; margin-bottom: 32px; } .process-timeline-1735043892 { flex-direction: column; gap: 32px; margin-bottom: 48px; } .process-arrow-1735043892 { display: none; } .process-step-1735043892 { padding: 0; } .process-step-heading-1735043892 { font-size: 18px; margin-bottom: 12px; } .process-step-text-1735043892 { font-size: 14px; } .process-stats-1735043892 { padding: 24px 16px; } .process-stats-text-1735043892 { font-size: 14px; } } @media (max-width: 639px) { .process-section-1735043892 { padding: 32px 16px; } .process-title-1735043892 { font-size: 24px; margin-bottom: 24px; } .process-timeline-1735043892 { gap: 24px; margin-bottom: 32px; } .process-step-heading-1735043892 { font-size: 16px; } .process-step-text-1735043892 { font-size: 12px; } .process-stats-text-1735043892 { font-size: 12px; } } .fade-in-1735043892 { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; } .fade-in-1735043892.visible-1735043892 { opacity: 1; transform: translateY(0); } .process-step-1735043892:nth-child(2) .fade-in-1735043892 { transition-delay: 0.2s; } .process-step-1735043892:nth-child(3) .fade-in-1735043892 { transition-delay: 0.4s; }
.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; } .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(-2px); 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.6; 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; background-color: #F21637; color: #FFFFFF; font-size: 16px; line-height: 1.2; font-weight: 600; padding: 16px 32px; border: none; border-radius: 6px; 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: #d41429; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(242, 22, 55, 0.3); } .cta_button_1735077123461:active { transform: translateY(0); } @media (max-width: 1023px) { .section_1735077123456 { padding: 48px 16px; } .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; } .title_1735077123457 { font-size: 24px; } .quote_container_1735077123458 { max-width: 280px; padding: 20px; height: auto; min-height: 180px; } .quote_text_1735077123459 { font-size: 14px; } .quote_attribution_1735077123460 { font-size: 11px; } .cta_button_1735077123461 { font-size: 12px; padding: 12px 20px; min-width: 125px; } }
.footer_1735077234567 { background: linear-gradient(135deg, #252839 0%, #1a1f2e 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: 56px; font-weight: 700; margin-bottom: 24px; max-width: 800px; word-break: break-word; } .footer_subheadline_1735077234567 { color: #808FA4; font-family: 'Roboto', sans-serif; font-size: 18px; line-height: 26px; font-weight: 400; margin-bottom: 48px; max-width: 700px; word-break: break-word; } .footer_button_1735077234567 { background: #F21637; color: #FFFFFF; font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 20px; font-weight: 600; padding: 20px 40px; border: none; border-radius: 8px; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-block; margin-bottom: 24px; box-shadow: 0 4px 16px rgba(242, 22, 55, 0.3); } .footer_button_1735077234567:hover { background: #d91429; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(242, 22, 55, 0.4); } .footer_button_1735077234567:active { transform: translateY(0); } .footer_reassurance_1735077234567 { color: #808FA4; font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 18px; font-weight: 400; opacity: 0.8; word-break: break-word; } @media (max-width: 1279px) { .footer_headline_1735077234567 { font-size: 42px; line-height: 48px; max-width: 640px; } .footer_subheadline_1735077234567 { font-size: 18px; line-height: 24px; max-width: 560px; } .footer_button_1735077234567 { font-size: 16px; padding: 18px 36px; } .footer_reassurance_1735077234567 { font-size: 13px; line-height: 16px; } } @media (max-width: 1023px) { .footer_1735077234567 { padding: 64px 24px; } .footer_headline_1735077234567 { font-size: 36px; line-height: 42px; max-width: 500px; margin-bottom: 20px; } .footer_subheadline_1735077234567 { font-size: 16px; line-height: 22px; max-width: 450px; margin-bottom: 40px; } .footer_button_1735077234567 { font-size: 15px; padding: 16px 32px; } .footer_reassurance_1735077234567 { font-size: 12px; line-height: 16px; } } @media (max-width: 639px) { .footer_1735077234567 { padding: 48px 16px; } .footer_headline_1735077234567 { font-size: 28px; line-height: 34px; max-width: 280px; margin-bottom: 16px; } .footer_subheadline_1735077234567 { font-size: 14px; line-height: 20px; max-width: 260px; margin-bottom: 32px; } .footer_button_1735077234567 { font-size: 14px; padding: 14px 28px; } .footer_reassurance_1735077234567 { font-size: 11px; line-height: 14px; max-width: 200px; } }