/* IT Infrastructure Page Styles */

/* Hero Section */
.it-hero {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: white;
    padding: 120px 0 80px;
    text-align: center;
}

.it-hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.it-hero p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

/* Medical Parallel Section */
.medical-parallel {
    padding: 80px 0;
    background: #f8fafc;
}

.parallel-content h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #1e293b;
}

.parallel-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
}

.medical-side, .it-side {
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.parallel-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.medical-side h3, .it-side h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1e293b;
}

.medical-side p, .it-side p {
    color: #64748b;
    line-height: 1.6;
}

/* Discovery Phase Section */
.discovery-phase {
    padding: 80px 0;
    background: white;
}

.discovery-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    align-items: start;
}

.discovery-pricing {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    color: white;
    padding: 2.5rem;
    border-radius: 12px;
    text-align: center;
}

.price-range {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.timeline {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.deliverable {
    font-size: 1rem;
    opacity: 0.8;
}

.discovery-includes h3 {
    font-size: 1.75rem;
    margin-bottom: 2rem;
    color: #1e293b;
}

.includes-grid {
    display: grid;
    gap: 1.5rem;
}

.include-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.include-icon {
    color: #059669;
    font-size: 1.25rem;
    margin-top: 0.25rem;
}

.include-text h4 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1e293b;
}

.include-text p {
    color: #64748b;
    font-size: 0.9rem;
}

/* Critical Questions Section */
.critical-questions {
    padding: 80px 0;
    background: #f8fafc;
}

.questions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.question-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #3b82f6;
}

.question-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1e293b;
}

.question-card p {
    color: #64748b;
    line-height: 1.6;
}

/* Investment & Protection Section */
.investment-protection {
    padding: 80px 0;
    background: white;
}

.protection-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.protection-benefits h2, .investment-details h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #1e293b;
}

.benefit-item {
    margin-bottom: 1.5rem;
}

.benefit-item h4 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #059669;
}

.benefit-item p {
    color: #64748b;
}

.proceed-benefits {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.proceed-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: #f0f9ff;
    border-radius: 8px;
}

.proceed-icon {
    font-size: 1.5rem;
}

.proceed-item p {
    margin: 0;
    color: #1e293b;
}

/* Preliminary Estimates Section */
.preliminary-estimates {
    padding: 80px 0;
    background: #f8fafc;
}

.estimates-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.estimate-card {
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.estimate-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1e293b;
}

.estimate-range {
    font-size: 2rem;
    font-weight: 700;
    color: #3b82f6;
    margin-bottom: 1rem;
}

.estimate-card p {
    color: #64748b;
    font-size: 0.9rem;
}

.estimates-note {
    text-align: center;
    margin-top: 2rem;
    font-style: italic;
    color: #64748b;
}

/* The Stakes Section */
.the-stakes {
    padding: 80px 0;
    background: white;
}

.stakes-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 3rem;
}

.risks-section h3, .rushing-risks h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #dc2626;
}

.risks-section p, .rushing-risks p {
    margin-bottom: 1.5rem;
    color: #64748b;
}

.risk-list {
    list-style: none;
    padding: 0;
}

.risk-list li {
    padding: 0.75rem 0;
    border-left: 3px solid #dc2626;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
    color: #64748b;
}

/* Why BPM Section */
.why-bpm {
    padding: 80px 0;
    background: #f8fafc;
}

.bmp-advantages {
    margin-top: 3rem;
}

.advantage-section {
    margin-bottom: 3rem;
}

.advantage-section h3 {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #1e293b;
}

.expertise-grid, .team-grid, .focus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.expertise-item, .team-member, .focus-item {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.expertise-item h4, .team-member h4, .focus-item h4 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1e293b;
}

.expertise-item p, .team-member p, .focus-item p {
    color: #64748b;
    font-size: 0.9rem;
}

/* CTA Section */
.it-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: white;
    text-align: center;
}

.it-cta h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.it-cta p {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: white;
    color: #1e3a8a;
}

/* Responsive Design */
@media (max-width: 768px) {
    .it-hero h1 {
        font-size: 2.5rem;
    }
    
    .parallel-comparison {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .discovery-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .protection-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .stakes-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}
