/* CVG Construction Interactive Styles */
/* Wizards, calculators, modals, and interactive elements */

/* Project Wizard Styles */
.contact-enhanced {
    background: linear-gradient(135deg, #1B365D 0%, #2C5AA0 100%);
    color: white;
    padding: 100px 0;
}

.project-wizard {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 3rem;
    margin: 3rem auto;
    max-width: 800px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.wizard-header {
    text-align: center;
    margin-bottom: 2rem;
}

.wizard-header h3 {
    color: white;
    margin-bottom: 0.5rem;
}

.wizard-header p {
    color: rgba(255, 255, 255, 0.9);
}

.wizard-progress {
    margin-bottom: 3rem;
    text-align: center;
}

.progress-bar {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.progress-fill {
    height: 100%;
    background: #FF6B35;
    border-radius: 3px;
    transition: width 0.3s ease;
    width: 33.33%;
}

.progress-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
}

.wizard-step {
    display: none;
}

.wizard-step.active {
    display: block;
}

.wizard-step h4 {
    text-align: center;
    color: white;
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.option-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.wizard-option {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 3px solid transparent;
    color: #1B365D !important;
}

.wizard-option * {
    color: #1B365D !important;
}

.wizard-option:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    border-color: #FF6B35;
}

.wizard-option.selected {
    border-color: #FF6B35;
    background: rgba(255, 107, 53, 0.1);
}

.option-icon {
    margin-bottom: 1rem;
}

.option-icon i {
    font-size: 3rem;
    color: #FF6B35;
}

.wizard-option h5 {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.wizard-option p {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    color: #666 !important;
}

.option-timeline,
.option-benefits {
    background: #f8f9fa;
    padding: 0.5rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #1B365D !important;
}

.wizard-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}

/* Results Container */
.results-container {
    text-align: center;
}

.results-header {
    margin-bottom: 2rem;
}

.results-header i {
    font-size: 4rem;
    color: #27AE60;
    margin-bottom: 1rem;
}

.results-header h4 {
    color: white;
    margin-bottom: 0.5rem;
}

.recommendation-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2rem;
    text-align: left;
}

.recommendation-card * {
    color: #1B365D !important;
}

.rec-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f1f3f4;
}

.rec-icon {
    width: 60px;
    height: 60px;
    background: #FF6B35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rec-icon i {
    font-size: 1.5rem;
    color: white !important;
}

.rec-title {
    flex: 1;
}

.rec-title h5 {
    margin: 0 0 0.25rem 0;
    font-size: 1.3rem;
    font-weight: 700;
}

.rec-title p {
    margin: 0;
    color: #666 !important;
}

.rec-price {
    text-align: center;
}

.price-range {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #FF6B35 !important;
}

.rec-features {
    margin-bottom: 1.5rem;
}

.rec-features h6 {
    margin-bottom: 1rem;
    font-weight: 600;
}

.rec-features ul {
    list-style: none;
    margin: 0;
}

.rec-features li {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.rec-features i {
    color: #27AE60 !important;
    font-weight: bold;
}

.rec-timeline {
    display: flex;
    justify-content: space-around;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.timeline-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.timeline-item i {
    color: #FF6B35 !important;
}

/* Instant Calculator */
.instant-calculator {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 2rem;
}

.instant-calculator h6 {
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 600;
}

.calc-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.calc-row label {
    font-size: 0.9rem;
    font-weight: 600;
}

.calc-row input,
.calc-row select {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 0.25rem;
}

.calc-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.calc-metric {
    text-align: center;
    padding: 1rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.metric-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #666 !important;
    margin-bottom: 0.5rem;
}

.metric-value {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #FF6B35 !important;
}

.metric-value.green {
    color: #27AE60 !important;
}

.action-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.quick-contact {
    text-align: center;
    margin-top: 3rem;
}

.quick-contact h3 {
    color: white;
    margin-bottom: 1.5rem;
}

.quick-options {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.quick-option {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.quick-option:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #FF6B35;
    color: white;
    transform: translateY(-2px);
}

/* Mobile Responsive Interactive Elements */
@media (max-width: 768px) {
    .project-wizard {
        margin: 1rem auto;
        padding: 2rem;
    }
    
    .option-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .calc-row {
        grid-template-columns: 1fr;
    }
    
    .calc-results {
        grid-template-columns: 1fr;
    }
    
    .quick-options {
        flex-direction: column;
        align-items: center;
    }
    
    .action-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .wizard-navigation {
        flex-direction: column;
        gap: 1rem;
    }
}
