/* Front Page Updates CSS */

/* Add spacing and increase size for tagline */
.header-hero-description .description-line-1.tagline-emphasis {
    margin-top: 32px !important;
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    display: block !important;
}

.header-hero-description h2.description-line-1 {
    margin-top: 32px !important;
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

/* Style for See Things Your Way section title */
.image-comparison-intro .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1e293b;
    text-align: center;
}

/* Ensure green buttons match Join the Waitlist styling */
.theme_Btn.green_Btn {
    background: #22c55e !important;
    color: white !important;
    border: none !important;
}

.theme_Btn.green_Btn:hover {
    background: #16a34a !important;
}

/* Rounded corners for panel cards (white sections) */
.panel-card {
    border-radius: 16px !important;
}

.slide-info .panel-card {
    border-radius: 16px !important;
}

/* Ensure media sections have consistent rounded corners */
.slide-media,
.slide-media img,
.slide-media video {
    border-radius: 16px !important;
}

