/* /Pages/Home.razor.rz.scp.css */
/* Responsive marketing copy for Home.razor */

.tagline[b-q1m9zix9m2] {
    /* Fluid, accessible typography */
    font-size: clamp(1rem, 0.9rem + 1.2vw, 1.5rem);
    line-height: 1.6;
    text-align: center;

    /* Comfortable reading width */
    max-width: 65ch;
    margin: 1rem auto 2rem auto;
    padding: 0 1rem;

    /* Better wrapping for narrow screens */
    hyphens: auto;
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* Highlight should remain readable on small screens */
.tagline-highlight[b-q1m9zix9m2] {
    font-weight: 600;
    /* Keep the glow effect if already defined elsewhere, only tune spacing */
    display: inline;
    white-space: normal;
    padding: 0 1rem;
}

/* Tighten on very small devices */
@media (max-width: 480px) {
    .tagline[b-q1m9zix9m2] {
        font-size: clamp(0.95rem, 0.9rem + 1vw, 1.2rem);
        line-height: 1.5;
        padding: 0 0.95rem;
        max-width: 60ch;
    }
}

/* Medium screens: a bit larger and airier */
@media (min-width: 768px) {
    .tagline[b-q1m9zix9m2] {
        font-size: clamp(1.1rem, 1rem + 1vw, 1.8rem);
        line-height: 1.7;
        max-width: 70ch;
    }
}

/* Large screens: expand reading width slightly */
@media (min-width: 1200px) {
    .tagline[b-q1m9zix9m2] {
        font-size: clamp(1.2rem, 1.1rem + 0.9vw, 2rem);
        line-height: 1.75;
        max-width: 75ch;
    }
}
