/* ============================================================
   SOLUTIONS PAGE STYLES
   Riverside Home Designs
   ============================================================ */

/* ========== HERO SECTION ========== */
.solutions-hero {
    background: linear-gradient(135deg, #1464d1 0%, #0d4a9e 100%);
    
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 25px;
}

.solutions-hero h1 {
    font-size: 2.5rem;
    margin: 0 0 10px 0;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.hero-subtitle {
    font-size: 1.3rem;
    margin: 0;
    opacity: 0.95;
    font-weight: 400;
    font-style: italic;
}

/* ========== MAIN CONTENT CONTAINER ========== */
.solutions-main {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px 40px 20px;
}

.solutions-container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    padding: 30px;
}

/* ========== INTRO SECTION ========== */
.intro-section {
    margin-bottom: 25px;
    overflow: hidden;
}

.intro-section p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 0.8em;
}

.highlight-text {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1464d1;
    margin-top: 1em;
}

/* ========== SOLUTIONS IMAGE ========== */
.image-tagline-wrapper {
    float: left;
    margin: 0 20px 15px 0;
    text-align: center;
}

.solutions-image {
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    max-width: 260px;
    height: auto;
    display: block;
}

.image-tagline {
    margin: 8px 0 0 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1464d1;
    font-style: italic;
    text-align: center;
}

/* ========== SERVICES SECTION ========== */
.services-section {
    margin-top: 25px;
}

.service-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.service-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.service-item h2 {
    font-size: 1.4rem;
    color: #1464d1;
    margin: 0 0 8px 0;
    font-weight: 600;
}

.service-item h2 a {
    color: #1464d1;
    text-decoration: none;
}

.service-item h2 a:hover {
    text-decoration: underline;
}

.service-item p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 0.8em;
}

.service-item p:last-child {
    margin-bottom: 0;
}

.service-item a {
    color: #1464d1;
    text-decoration: none;
}

.service-item a:hover {
    text-decoration: underline;
}

/* Service tagline under h2 */
.service-tagline {
    font-size: 1.1rem;
    font-style: italic;
    color: #666;
    margin: 0 0 10px 0;
}

/* Package includes label */
.package-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5em;
}

/* Package bullet lists */
.package-list {
    margin: 0 0 0.8em 20px;
    padding: 0;
}

.package-list li {
    font-size: 1.05rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 0.2em;
}

.package-list a {
    color: #1464d1;
    text-decoration: none;
}

.package-list a:hover {
    text-decoration: underline;
}

/* Spec link styling */
.spec-link {
    color: #1464d1;
    font-weight: 600;
    text-decoration: none;
}

.spec-link:hover {
    text-decoration: underline;
}

/* ========== WHY CHOOSE US SECTION ========== */
.why-choose {
    margin-top: 25px;
    padding: 20px 25px;
    background: #e8f0fe;
    border-radius: 8px;
    border-left: 5px solid #1464d1;
}

.why-choose h2 {
    font-size: 1.4rem;
    color: #1464d1;
    margin: 0 0 12px 0;
    font-weight: 600;
}

.why-list {
    margin: 0;
    padding: 0 0 0 20px;
}

.why-list li {
    font-size: 1.05rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 0.3em;
}

.why-list li strong {
    color: #1464d1;
}

/* ========== CALL TO ACTION ========== */
.solutions-cta {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 2px solid #1464d1;
    text-align: center;
}

.solutions-cta h2 {
    font-size: 1.5rem;
    color: #1464d1;
    margin: 0 0 8px 0;
    font-weight: 600;
}

.solutions-cta > p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 15px;
}

/* ========== CONTACT BOX ========== */
.solutions-contact {
    margin-top: 12px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.solutions-contact p {
    margin: 8px 0;
}

.email-link {
    color: #1464d1;
    text-decoration: none;
    font-weight: 500;
}

.email-link:hover {
    text-decoration: underline;
}

/* ========== BREADCRUMB (HIDDEN BUT SEO-FRIENDLY) ========== */
.breadcrumb-nav {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* ========== RESPONSIVE DESIGN ========== */

/* Tablet */
@media (max-width: 768px) {
    .solutions-hero {
        padding: 30px 15px;
    }
    
    .solutions-hero h1 {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .solutions-container {
        padding: 20px;
    }
    
    .image-tagline-wrapper {
        margin: 0 15px 12px 0;
    }
    
    .solutions-image {
        max-width: 220px;
    }
    
    .service-item h2 {
        font-size: 1.25rem;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .solutions-hero {
        padding: 25px 15px;
    }
    
    .solutions-hero h1 {
        font-size: 1.6rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .solutions-container {
        padding: 15px;
    }
    
    /* Stack image on mobile */
    .image-tagline-wrapper {
        float: none;
        margin: 0 auto 15px auto;
        max-width: 220px;
    }
    
    .solutions-image {
        max-width: 100%;
    }
    
    .intro-section p,
    .service-item p {
        font-size: 1rem;
    }
    
    .highlight-text {
        font-size: 1.05rem;
    }
    
    .service-item h2 {
        font-size: 1.15rem;
    }
    
    .service-tagline {
        font-size: 1rem;
    }
    
    .package-list li {
        font-size: 1rem;
    }
    
    .why-choose {
        padding: 15px;
    }
    
    .why-choose h2 {
        font-size: 1.2rem;
    }
    
    .why-list li {
        font-size: 1rem;
    }
    
    .solutions-cta h2 {
        font-size: 1.25rem;
    }
}

/* ========== PRINT STYLES ========== */
@media print {
    .solutions-hero {
        background: #1464d1 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    
    .solutions-container {
        box-shadow: none;
        border: 1px solid #ccc;
    }
    
    .service-item {
        page-break-inside: avoid;
    }
}
