/* ============================================
   Mobile-specific adjustments
   ============================================ */

/* Mobile-only line breaks */
@media (min-width: 769px) {
    .mobile-br {
        display: none;
    }
    .mobile-br-inline {
        display: none;
    }
}

@media (max-width: 768px) {
    /* Hero section adjustments */
    .hero-logo-image {
        max-width: 180px;
    }
    
    .hero-badge {
        font-size: 0.85rem;
        padding: 0.4rem 1rem;
        margin-bottom: var(--spacing-sm);
    }
    
    .hero-title {
        margin-bottom: var(--spacing-xl);
    }
    
    .title-sub {
        margin-top: 0.5rem;
    }
    
    .hero-description {
        font-size: 0.9rem;
        line-height: 1.6;
        margin-top: 2.5rem;
        margin-bottom: var(--spacing-md);
    }
    
    .hero-cta {
        margin-top: var(--spacing-md);
    }
    
    /* Section title - slightly smaller */
    .section-title {
        font-size: clamp(1.9rem, 5.5vw, 2.5rem) !important;
        padding: 0 var(--spacing-xs);
    }
    
    .title-accent,
    .title-accent-white {
        font-size: 0.68em;
        word-break: keep-all;
        display: block;
    }
    
    .title-highlight {
        font-size: 0.92em;
        word-break: keep-all;
        display: block;
    }
    
    /* Brand story lead text */
    .brand-story-lead {
        font-size: clamp(1.25rem, 3.2vw, 1.6rem);
        line-height: 1.7;
    }
    
    .lead-line,
    .highlight-line {
        display: inline;
    }
    
    /* Brand story highlight */
    .brand-story-highlight {
        font-size: clamp(1.08rem, 2.4vw, 1.25rem);
        line-height: 1.75;
        padding: var(--spacing-md);
    }
    
    /* Problem cards */
    .problem-card h3 {
        font-size: 1.25rem;
        word-break: keep-all;
    }
    
    .problem-card p {
        font-size: 1rem;
        line-height: 1.65;
    }
    
    /* Color variation descriptions */
    .color-card p.color-desc {
        font-size: 1rem;
        line-height: 1.65;
    }
    
    /* Custom plates description */
    .plates-description-text {
        font-size: clamp(1.05rem, 2.7vw, 1.2rem);
        line-height: 1.7;
    }
    
    /* Benefits section */
    .benefit-card p {
        font-size: 1rem;
        line-height: 1.65;
    }
    
    /* CTA sub text */
    .cta-sub-text {
        font-size: 1.05rem;
        line-height: 1.65;
    }
    
    /* Final CTA title */
    .final-cta-title {
        word-break: keep-all;
    }
    
    .cta-title-line {
        display: inline-block;
        word-break: keep-all;
    }
}

@media (max-width: 480px) {
    /* Extra small screens */
    .hero-logo-image {
        max-width: 160px;
    }
    
    .hero-badge {
        font-size: 0.8rem;
        padding: 0.35rem 0.9rem;
        margin-bottom: 0.5rem;
    }
    
    .hero-title {
        margin-bottom: 2rem;
    }
    
    .hero-description {
        font-size: 0.85rem;
        line-height: 1.55;
        margin-top: 2rem;
        margin-bottom: var(--spacing-sm);
    }
    
    .hero-cta {
        margin-top: var(--spacing-sm);
    }
    
    .section-title {
        font-size: 1.75rem !important;
    }
    
    .title-accent,
    .title-accent-white {
        font-size: 0.65em;
    }
    
    .title-highlight {
        font-size: 0.9em;
    }
    
    .brand-story-lead {
        font-size: 1.15rem;
    }
    
    .brand-story-highlight {
        font-size: 1.05rem;
    }
    
    .problem-card h3 {
        font-size: 1.2rem;
    }
    
    .problem-card p {
        font-size: 0.98rem;
    }
}
