/* Hero Section - City Version */
.city-hero-v2 {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.95) 0%, rgba(26, 26, 26, 0.88) 100%),
                url('images/katy-windows-hero.jpg') center/cover;
    min-height: 500px;
    display: flex;
    align-items: center;
    padding: 8rem 0 4rem;
    position: relative;
}

.city-hero-v2-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.breadcrumbs-v2 {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}

.breadcrumbs-v2 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumbs-v2 a:hover {
    color: var(--green);
}

.breadcrumbs-v2 span {
    color: rgba(255, 255, 255, 0.5);
}

.city-badge {
    display: inline-block;
    background: var(--green);
    color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.city-hero-v2 h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: white;
    font-weight: 700;
}

.city-hero-v2 .location-highlight {
    color: var(--green);
}

.city-hero-subtitle {
    font-size: 1.25rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    max-width: 800px;
}

.city-hero-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Trust Bar - Enhanced */
.trust-bar-city {
    background: white;
    padding: 2rem 0;
    border-bottom: 1px solid #e5e5e5;
}

.trust-bar-city-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
}

.trust-stat-city {
    text-align: center;
}

.trust-stat-city-value {
    font-size: 2rem;
    font-weight: 700;
    color: var(--green);
    display: block;
    margin-bottom: 0.25rem;
}

.trust-stat-city-label {
    font-size: 0.875rem;
    color: var(--gray-dark);
    font-weight: 500;
}

/* Why Choose Section - City Version */
.why-choose-city {
    padding: 6rem 0;
    background: #f8f9f6;
}

.why-choose-city-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-header-city {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.section-header-city h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--black);
}

.section-header-city p {
    font-size: 1.125rem;
    color: var(--gray-dark);
    line-height: 1.7;
}

.why-grid-city {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.why-card-city {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    display: flex;
    gap: 1.5rem;
    transition: all 0.3s;
}

.why-card-city:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.why-card-icon {
    width: 56px;
    height: 56px;
    background: var(--green);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.why-card-content h4 {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    color: var(--black);
}

.why-card-content p {
    color: var(--gray-dark);
    line-height: 1.6;
}

/* Video Section - City */
.video-section-city {
    padding: 6rem 0;
    background: white;
}

.video-section-city-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.video-wrapper-city {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: start;
}

.video-container-city {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.video-container-city iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-features-city {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.video-feature-city {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.5rem;
    background: #f8f9f6;
    border-radius: 12px;
    transition: all 0.3s;
}

.video-feature-city:hover {
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateX(4px);
}

.video-feature-icon-city {
    width: 40px;
    height: 40px;
    background: var(--green);
    color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.video-feature-text-city h4 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
    color: var(--black);
}

.video-feature-text-city p {
    font-size: 0.875rem;
    color: var(--gray-dark);
    margin: 0;
}

/* Neighborhoods Section */
.neighborhoods-section {
    padding: 6rem 0;
    background: white;
}

.neighborhoods-section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.neighborhoods-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.neighborhood-card {
    background: #f8f9f6;
    padding: 2rem;
    border-radius: 12px;
    transition: all 0.3s;
}

.neighborhood-card:hover {
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.neighborhood-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.neighborhood-card h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: var(--black);
}

.neighborhood-card p {
    color: var(--gray-dark);
    line-height: 1.6;
    font-size: 0.9375rem;
}

/* ZIP Codes Section */
.zip-codes-section {
    padding: 6rem 0;
    background: #f8f9f6;
}

.zip-codes-section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.zip-cards {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
}

.zip-card {
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
    border-left: 4px solid var(--green);
    transition: all 0.3s;
}

.zip-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(4px);
}

.zip-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: var(--black);
}

.zip-detail {
    margin-bottom: 1.25rem;
}

.zip-detail strong {
    color: var(--black);
    font-weight: 600;
}

.zip-detail p {
    color: var(--gray-dark);
    line-height: 1.7;
    margin: 0.5rem 0 0 0;
}

/* Climate Section */
.climate-section {
    padding: 6rem 0;
    background: white;
}

.climate-section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.climate-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.climate-card {
    background: #f8f9f6;
    padding: 2rem;
    border-radius: 12px;
}

.climate-card h4 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color: var(--black);
}

.climate-card p {
    color: var(--gray-dark);
    line-height: 1.7;
}

/* Materials Section */
.materials-section-city {
    padding: 6rem 0;
    background: #f8f9f6;
}

.materials-section-city-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.materials-grid-city {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.material-card-city {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s;
}

.material-card-city:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.material-badge {
    display: inline-block;
    background: var(--green);
    color: white;
    padding: 0.375rem 0.875rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.material-card-city h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: var(--black);
}

.material-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--green);
    margin-bottom: 1rem;
}

.material-lifespan {
    font-size: 0.875rem;
    color: var(--gray-dark);
    margin-bottom: 1.5rem;
}

.material-features {
    text-align: left;
    margin-bottom: 1.5rem;
}

.material-features li {
    color: var(--gray-dark);
    line-height: 1.6;
    font-size: 0.9375rem;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
}

.material-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--green);
    font-weight: 700;
}

.material-link {
    color: var(--green);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap 0.3s;
}

.material-link:hover {
    gap: 0.75rem;
}

/* Process Section */
.process-section-city {
    padding: 6rem 0;
    background: var(--black);
    color: white;
}

.process-section-city-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.process-section-city .section-header-city h2,
.process-section-city .section-header-city p {
    color: white;
}

.process-steps-city {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.process-step-city {
    text-align: center;
    position: relative;
}

.process-step-city::after {
    content: '';
    position: absolute;
    top: 32px;
    right: -50%;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
}

.process-step-city:last-child::after {
    display: none;
}

.process-number {
    width: 64px;
    height: 64px;
    background: var(--green);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1.5rem;
    position: relative;
    z-index: 1;
}

.process-step-city h4 {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
}

.process-step-city p {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

/* FAQ Section */
.faq-section-city {
    padding: 6rem 0;
    background: #f8f9f6;
}

.faq-section-city-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem;
}

.faq-list-city {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item-city {
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

.faq-question-city {
    width: 100%;
    text-align: left;
    padding: 1.5rem 2rem;
    background: white;
    border: none;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--black);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
}

.faq-question-city:hover {
    background: #f8f9f6;
}

.faq-icon-city {
    color: var(--green);
    font-size: 1.5rem;
    transition: transform 0.3s;
}

.faq-item-city.active .faq-icon-city {
    transform: rotate(180deg);
}

.faq-answer-city {
    max-height: 0;
    overflow: hidden;
    padding: 0 2rem;
    color: var(--gray-dark);
    line-height: 1.7;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item-city.active .faq-answer-city {
    max-height: 500px;
    padding: 0 2rem 1.5rem;
}

/* Emergency CTA - City Version */
.emergency-cta-city {
    padding: 6rem 0;
    background: var(--black);
    color: white;
    text-align: center;
}

.emergency-cta-city-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.emergency-cta-city h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: white;
}

.emergency-cta-city p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
}

.emergency-cta-buttons-city {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.emergency-cta-buttons-city .btn-primary {
    background: var(--green);
    color: white;
    font-size: 1.125rem;
    padding: 1rem 2.5rem;
    border: 2px solid var(--green);
}

.emergency-cta-buttons-city .btn-primary:hover {
    background: var(--green-dark);
    border-color: var(--green-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 154, 91, 0.3);
}

.emergency-cta-buttons-city .btn-secondary {
    background: transparent;
    color: white;
    font-size: 1.125rem;
    padding: 1rem 2.5rem;
    border: 2px solid white;
}

.emergency-cta-buttons-city .btn-secondary:hover {
    background: white;
    color: var(--black);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .city-hero-v2 h1 {
        font-size: 2.75rem;
    }
    
    .trust-bar-city-container {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .why-grid-city {
        grid-template-columns: 1fr;
    }
    
    .video-wrapper-city {
        grid-template-columns: 1fr;
    }
    
    .neighborhoods-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .materials-grid-city {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .process-steps-city {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .city-hero-v2 {
        min-height: auto;
        padding: 6rem 0 3rem;
    }
    
    .city-hero-v2 h1 {
        font-size: 2.25rem;
    }
    
    .city-hero-subtitle {
        font-size: 1.125rem;
    }
    
    .trust-bar-city-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .section-header-city h2 {
        font-size: 2rem;
    }
    
    .neighborhoods-grid {
        grid-template-columns: 1fr;
    }
    
    .climate-grid {
        grid-template-columns: 1fr;
    }
    
    .materials-grid-city {
        grid-template-columns: 1fr;
    }
    
    .process-steps-city {
        grid-template-columns: 1fr;
    }
    
    .process-step-city::after {
        display: none;
    }
    
    .emergency-cta-city h2 {
        font-size: 2rem;
    }
}

@media (max-width: 640px) {
    .city-hero-v2 h1 {
        font-size: 2rem;
    }
    
    .city-hero-cta {
        flex-direction: column;
    }
    
    .city-hero-cta .btn {
        width: 100%;
    }
}
