/* ============================================================
   DESIGN PROCESS PAGE STYLES
   Riverside Home Designs
   ============================================================ */

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

.process-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 ========== */
.process-main {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px 60px 20px;
}

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

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

.intro-section h2 {
    font-size: 1.5rem;
    color: #1464d1;
    margin: 0 0 20px 0;
    font-weight: 600;
}

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

.highlight-text {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1464d1;
}

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

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

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

.image-left {
    float: left;
    margin: 0 25px 20px 0;
}

/* ========== DESIGN STEPS ========== */
.design-steps {
    margin-top: 40px;
}

.step-item {
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e0e0e0;
}

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

.step-number {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1464d1 0%, #0d4a9e 100%);
    
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    box-shadow: 0 3px 8px rgba(20, 100, 209, 0.3);
}

.step-content {
    flex: 1;
}

.step-content h3 {
    font-size: 1.3rem;
    color: #1464d1;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.step-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 1em;
}

.step-content p:last-child {
    margin-bottom: 0;
}

.ask-questions {
    font-weight: 600;
    color: #1464d1;
    font-style: italic;
}

.no-changes {
    color: #c0392b;
    font-size: 1.1rem;
}

.step-cta a {
    color: #1464d1;
    text-decoration: none;
    font-weight: 500;
}

.step-cta a:hover {
    text-decoration: underline;
}

.step-content a {
    color: #1464d1;
    text-decoration: none;
}

.step-content a:hover {
    text-decoration: underline;
}

/* ========== COMPLETION BANNER ========== */
.completion-banner {
    background: #e8f0fe;
    color: #1464d1;
    padding: 20px 25px;
    border-radius: 8px;
    border-left: 5px solid #1464d1;
    text-align: left;
    margin: 40px 0;
}

.completion-banner p {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.6;
}

/* ========== CALL TO ACTION ========== */
.process-cta {
    text-align: center;
    padding-top: 20px;
}

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

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

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

.process-contact p {
    margin: 10px 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) {
    .process-hero {
        padding: 40px 15px;
    }
    
    .process-hero h1 {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .process-container {
        padding: 25px;
    }
    
    .step-item {
        gap: 15px;
    }
    
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .step-content h3 {
        font-size: 1.2rem;
    }
    
    .image-tagline-wrapper {
        margin: 0 20px 15px 0;
    }
    
    .process-image {
        max-width: 180px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .process-hero {
        padding: 30px 15px;
    }
    
    .process-hero h1 {
        font-size: 1.6rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .process-container {
        padding: 20px 15px;
    }
    
    /* Stack image on mobile */
    .image-tagline-wrapper {
        float: none;
        margin: 0 auto 20px auto;
        max-width: 180px;
    }
    
    .process-image {
        max-width: 100%;
    }
    
    .image-left {
        float: none;
        margin: 0 auto 20px auto;
    }
    
    /* Stack step items on mobile */
    .step-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .step-content h3 {
        font-size: 1.15rem;
    }
    
    .step-content p,
    .intro-section p {
        font-size: 1rem;
    }
    
    .completion-banner p {
        font-size: 1rem;
    }
    
    .process-cta h2 {
        font-size: 1.25rem;
    }
}

/* ========== PRINT STYLES ========== */
@media print {
    .process-hero {
        background: #1464d1 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    
    .step-number {
        background: #1464d1 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    
    .completion-banner {
        background: #e8f0fe !important;
        color: #1464d1 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    
    .process-container {
        box-shadow: none;
        border: 1px solid #ccc;
    }
}
