/**
 * Hyde Park Plumbing - Template Styles 2026
 * Comprehensive styles for all page templates
 */

/* ==========================================================================
   Service Page Template
   ========================================================================== */
.service-hero-2026 {
    position: relative;
    background: linear-gradient(135deg, #1a2332 0%, #543019 100%);
    color: #fff;
    padding: 4rem 0;
    overflow: hidden;
}

.service-hero-2026 .hero-overlay {
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.03)"/></svg>');
    background-size: 200px;
}

.service-hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.service-hero-2026 h1 {
    color: #fff;
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 1rem;
}

.service-hero-2026 .hero-location-signal {
    display: inline-block;
    background: rgba(178, 170, 126, 0.25);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    margin-bottom: 0.75rem;
    letter-spacing: 0.02em;
}

.service-hero-2026 .hero-subtitle {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    line-height: 1.7;
}

.service-hero-2026 .hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.hero-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.2);
    font-size: 0.9rem;
}

.hero-trust-badges span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
}

.hero-trust-badges span svg {
    flex-shrink: 0;
}

/* Hero Breadcrumbs - Universal for all hero sections */
.service-hero-2026 .breadcrumbs,
.location-hero-2026 .breadcrumbs,
.service-area-hero-2026 .breadcrumbs,
.page-hero-2026 .breadcrumbs,
.about-hero-2026 .breadcrumbs,
.contact-hero-2026 .breadcrumbs {
    margin-bottom: 1rem;
}

.service-hero-2026 .breadcrumbs ol,
.location-hero-2026 .breadcrumbs ol,
.service-area-hero-2026 .breadcrumbs ol,
.page-hero-2026 .breadcrumbs ol,
.about-hero-2026 .breadcrumbs ol,
.contact-hero-2026 .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.85rem;
}

.service-hero-2026 .breadcrumbs li,
.location-hero-2026 .breadcrumbs li,
.service-area-hero-2026 .breadcrumbs li,
.page-hero-2026 .breadcrumbs li,
.about-hero-2026 .breadcrumbs li,
.contact-hero-2026 .breadcrumbs li {
    display: flex;
    align-items: center;
}

.service-hero-2026 .breadcrumbs li:not(:last-child)::after,
.location-hero-2026 .breadcrumbs li:not(:last-child)::after,
.service-area-hero-2026 .breadcrumbs li:not(:last-child)::after,
.page-hero-2026 .breadcrumbs li:not(:last-child)::after,
.about-hero-2026 .breadcrumbs li:not(:last-child)::after,
.contact-hero-2026 .breadcrumbs li:not(:last-child)::after {
    content: '/';
    margin-left: 0.5rem;
    color: rgba(255, 255, 255, 0.5);
}

.service-hero-2026 .breadcrumbs a,
.location-hero-2026 .breadcrumbs a,
.service-area-hero-2026 .breadcrumbs a,
.page-hero-2026 .breadcrumbs a,
.about-hero-2026 .breadcrumbs a,
.contact-hero-2026 .breadcrumbs a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.2s ease;
}

.service-hero-2026 .breadcrumbs a:hover,
.location-hero-2026 .breadcrumbs a:hover,
.service-area-hero-2026 .breadcrumbs a:hover,
.page-hero-2026 .breadcrumbs a:hover,
.about-hero-2026 .breadcrumbs a:hover,
.contact-hero-2026 .breadcrumbs a:hover {
    color: #fff;
}

.service-hero-2026 .breadcrumbs li:last-child span,
.location-hero-2026 .breadcrumbs li:last-child span,
.service-area-hero-2026 .breadcrumbs li:last-child span,
.page-hero-2026 .breadcrumbs li:last-child span,
.about-hero-2026 .breadcrumbs li:last-child span,
.contact-hero-2026 .breadcrumbs li:last-child span {
    color: rgba(255, 255, 255, 0.6);
}

/* Service Pricing Section */
.service-pricing-section {
    margin: 3rem 0;
}

.service-pricing-section h2 {
    font-size: 1.5rem;
    color: #543019;
    margin-bottom: 1rem;
}

/* Content Intro Card */
.content-intro-card {
    background: linear-gradient(135deg, #faf8f5 0%, #fff 100%);
    border: 1px solid #e0dcd4;
    border-left: 4px solid #b2aa7e;
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: 0.5rem;
}

.content-intro-card h2 {
    font-size: 1.5rem;
    margin: 0 0 1rem;
    color: #543019;
}

.content-intro-card p {
    margin: 0;
    color: #645f4b;
}

/* Service Features Grid */
.service-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin: 3rem 0;
}

.feature-card {
    background: #fff;
    border: 1px solid #e0dcd4;
    border-top: 3px solid #b2aa7e;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
}

.feature-card:hover {
    border-color: #b2aa7e;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: translateY(-4px);
}

.feature-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon svg,
.value-icon svg,
.cert-icon svg,
.why-icon svg,
.service-icon svg,
.method-icon svg,
.badge-icon svg {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}

.feature-card h3 {
    font-size: 1.125rem;
    margin: 0 0 0.75rem;
    color: #543019;
}

.feature-card p {
    margin: 0;
    font-size: 0.9rem;
    color: #645f4b;
}

/* Process Section */
.process-section {
    margin: 3rem 0;
    padding: 3rem;
    background: #faf8f5;
    border-radius: 1rem;
}

.process-section h2 {
    text-align: center;
    margin-bottom: 2rem;
    color: #543019;
}

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

.process-step {
    text-align: center;
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #b2aa7e, #a68767);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1rem;
}

.process-step h3 {
    font-size: 1.125rem;
    margin: 0 0 0.5rem;
    color: #543019;
}

.process-step p {
    margin: 0;
    font-size: 0.9rem;
    color: #645f4b;
}

/* ==========================================================================
   Sidebar Styles
   ========================================================================== */
.sidebar-cta-card {
    background: linear-gradient(135deg, #1a2332 0%, #2a3a4e 100%);
    color: #fff;
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.sidebar-cta-card .sidebar-heading {
    color: #fff;
    margin: 0 0 1rem;
    font-size: 1.25rem;
}

.sidebar-phone-number {
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
    color: #b2aa7e;
    margin-bottom: 1rem;
    text-decoration: none;
}

.sidebar-phone-number:hover {
    color: #fff;
}

.btn-block {
    display: block;
    width: 100%;
}

.sidebar-note {
    margin: 1rem 0 0;
    font-size: 0.85rem;
    opacity: 0.9;
}

.sidebar-trust-card,
.sidebar-services-card,
.sidebar-areas-card,
.sidebar-map-card {
    background: #fff;
    border: 1px solid #e0dcd4;
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.sidebar-trust-card .sidebar-heading,
.sidebar-services-card .sidebar-heading,
.sidebar-areas-card .sidebar-heading,
.sidebar-map-card .sidebar-heading {
    font-size: 1rem;
    margin: 0 0 1rem;
    color: #543019;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #b2aa7e;
}

.trust-list,
.services-list,
.areas-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.trust-list li {
    padding: 0.5rem 0;
    color: #121212;
    font-size: 0.9rem;
}

.services-list li,
.areas-list li {
    border-bottom: 1px solid #f0ede8;
}

.services-list li:last-child,
.areas-list li:last-child {
    border-bottom: none;
}

.services-list a,
.areas-list a {
    display: block;
    padding: 0.875rem 0;
    color: #543019;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s;
    min-height: 44px;
}

.services-list a:hover,
.areas-list a:hover {
    color: #b2aa7e;
    padding-left: 0.5rem;
}

.map-address {
    margin-top: 1rem;
    font-size: 0.875rem;
    color: #645f4b;
    text-align: center;
}

/* ==========================================================================
   Location Page Template
   ========================================================================== */
.location-hero-2026 {
    position: relative;
    background: linear-gradient(135deg, #1a2332 0%, #543019 100%);
    color: #fff;
    padding: 4rem 0;
}

.location-hero-content {
    max-width: 800px;
}

.location-hero-2026 h1 {
    color: #fff;
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 1rem;
}

.hero-response-time {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
    font-size: 1rem;
}

/* Location Stats */
.location-stats-2026 {
    background: #fff;
    padding: 2rem 0;
    border-bottom: 1px solid #e0dcd4;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}

.stat-item .stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #543019;
    line-height: 1;
}

.stat-item .stat-label {
    font-size: 0.85rem;
    color: #645f4b;
    margin-top: 0.5rem;
    display: block;
}

/* Location Issues Section */
.location-issues-section {
    margin: 2rem 0 3rem;
}

.location-issues-section h2 {
    font-size: 1.5rem;
    color: #543019;
    margin-bottom: 0.75rem;
}

.issues-context {
    color: #645f4b;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.issues-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.issues-list li {
    padding: 0.625rem 0 0.625rem 1.5rem;
    position: relative;
    font-size: 0.95rem;
    color: #645f4b;
    line-height: 1.6;
    border-bottom: 1px solid #f0ede8;
}

.issues-list li:last-child {
    border-bottom: none;
}

.issues-list li::before {
    content: '\26A0';
    position: absolute;
    left: 0;
    color: #a68767;
}

/* Location Services */
.location-services-section {
    margin: 3rem 0;
}

.location-services-section h2 {
    margin-bottom: 1.5rem;
    color: #543019;
}

.services-grid-compact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.service-card-compact {
    display: block;
    background: #fff;
    border: 1px solid #e0dcd4;
    border-top: 3px solid #b2aa7e;
    border-radius: 0.75rem;
    padding: 1.5rem;
    text-decoration: none;
    transition: all 0.3s;
}

.service-card-compact:hover {
    border-color: #b2aa7e;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.service-card-compact .service-icon {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.75rem;
}

.service-card-compact h3 {
    font-size: 1rem;
    margin: 0 0 0.5rem;
    color: #543019;
}

.service-card-compact p {
    margin: 0;
    font-size: 0.9rem;
    color: #645f4b;
}

/* ==========================================================================
   Contact Page Template
   ========================================================================== */
.contact-hero-2026 {
    background: linear-gradient(135deg, #1a2332 0%, #543019 100%);
    color: #fff;
    padding: 3rem 0;
    text-align: center;
}

.contact-hero-2026 h1 {
    color: #fff;
    margin-bottom: 0.75rem;
}

.contact-hero-2026 .hero-subtitle {
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

/* Contact Methods */
.contact-methods-section {
    padding: 3rem 0;
    background: #faf8f5;
}

.contact-methods-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.contact-method-card {
    background: #fff;
    border: 1px solid #e0dcd4;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
}

.contact-method-card:hover {
    border-color: #b2aa7e;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: translateY(-4px);
}

.contact-method-card.primary {
    background: linear-gradient(135deg, #1a2332 0%, #2a3a4e 100%);
    border: none;
    color: #fff;
}

.contact-method-card.primary h3 {
    color: #fff;
}

.contact-method-card.primary .method-value {
    color: #b2aa7e;
    font-size: 1.25rem;
}

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

.contact-method-card h3 {
    font-size: 1rem;
    margin: 0 0 0.5rem;
    color: #543019;
}

.method-value {
    font-size: 1.125rem;
    font-weight: 600;
    color: #543019;
    margin-bottom: 0.25rem;
}

.method-note {
    font-size: 0.8rem;
    color: #645f4b;
    margin: 0;
}

.contact-method-card.primary .method-note {
    color: rgba(255,255,255,0.9);
}

/* Contact Form */
.contact-content-section {
    padding: 4rem 0;
}

.contact-layout-2026 {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 4rem;
}

.contact-form-column h2 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    color: #543019;
}

.contact-form-column > p {
    color: #645f4b;
    margin-bottom: 2rem;
}

.contact-form-2026 {
    background: #fff;
    border: 1px solid #e0dcd4;
    border-radius: 1rem;
    padding: 2rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group {
    margin-bottom: 1.25rem;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #543019;
    font-size: 0.9rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid #e0dcd4;
    border-radius: 0.5rem;
    font-size: 1rem;
    transition: all 0.2s;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #b2aa7e;
    box-shadow: 0 0 0 3px rgba(178,170,126,0.2);
}

/* Contact Info Cards */
.info-card {
    background: #fff;
    border: 1px solid #e0dcd4;
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.info-card h3 {
    font-size: 1rem;
    margin: 0 0 1rem;
    color: #543019;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #b2aa7e;
}

.info-card.highlight {
    background: linear-gradient(135deg, #1a2332 0%, #2a3a4e 100%);
    color: #fff;
    border: none;
}

.info-card.highlight h3 {
    color: #fff;
    border-bottom-color: rgba(255,255,255,0.2);
}

.hours-table {
    width: 100%;
    font-size: 0.9rem;
}

.hours-table td {
    padding: 0.375rem 0;
}

.hours-table td:last-child {
    text-align: right;
    font-weight: 600;
}

.service-areas-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.375rem;
    font-size: 0.9rem;
}

.service-areas-list li {
    padding: 0.25rem 0;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-list li {
    padding: 0.5rem 0;
    color: rgba(255,255,255,0.9);
}

.link-arrow {
    color: #b2aa7e;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
}

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

/* Contact Map */
.contact-map-section {
    height: 400px;
}

.contact-map-section .map-container {
    height: 100%;
}

.contact-map-section iframe {
    width: 100%;
    height: 100%;
}

/* ==========================================================================
   About Page Template
   ========================================================================== */
.about-hero-2026 {
    background: linear-gradient(135deg, #1a2332 0%, #543019 100%);
    color: #fff;
    padding: 4rem 0;
    text-align: center;
}

.about-hero-2026 h1 {
    color: #fff;
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 1rem;
}

.about-hero-2026 .hero-subtitle {
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.9;
    font-size: 1.125rem;
}

/* Story Section */
.about-story-section {
    padding: 5rem 0;
}

.story-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: center;
}

.story-content .section-tag {
    display: inline-block;
    padding: 0.375rem 1rem;
    background: rgba(178,170,126,0.15);
    color: #543019;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 9999px;
    margin-bottom: 1rem;
}

.story-content h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #543019;
}

.story-content p {
    color: #645f4b;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.story-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.stat-card-large {
    background: #1a2332;
    border: 1px solid #2a3a4e;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
}

.stat-card-large .stat-number {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    color: #b2aa7e;
    line-height: 1;
}

.stat-card-large .stat-label {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

/* Values Section */
.about-values-section {
    padding: 5rem 0;
    background: #faf8f5;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.value-card {
    background: #fff;
    border: 1px solid #e0dcd4;
    border-top: 3px solid #b2aa7e;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s;
}

.value-card:hover {
    border-color: #b2aa7e;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: translateY(-4px);
}

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

.value-card h3 {
    font-size: 1.125rem;
    margin: 0 0 0.75rem;
    color: #543019;
}

.value-card p {
    margin: 0;
    font-size: 0.9rem;
    color: #645f4b;
}

/* Why Section */
.about-why-section {
    padding: 5rem 0;
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.why-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.why-list li {
    padding: 1rem 0;
    border-bottom: 1px solid #e0dcd4;
}

.why-list li:last-child {
    border-bottom: none;
}

.why-list strong {
    display: block;
    color: #543019;
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
}

.why-list span {
    color: #645f4b;
    font-size: 0.9rem;
}

.why-image .image-placeholder {
    background: linear-gradient(135deg, #e0dcd4 0%, #f0ede8 100%);
    height: 400px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #645f4b;
}

/* Certifications */
.about-certs-section {
    padding: 4rem 0;
    background: #faf8f5;
}

.certs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.cert-badge {
    background: #fff;
    border: 1px solid #e0dcd4;
    border-top: 3px solid #b2aa7e;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
}

.cert-icon {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.75rem;
}

.cert-name {
    display: block;
    font-weight: 600;
    color: #543019;
    margin-bottom: 0.25rem;
}

.cert-detail {
    font-size: 0.85rem;
    color: #645f4b;
}

/* About Services & Areas Sections */
.about-services-section {
    padding: 4rem 0;
}

.about-areas-section {
    padding: 4rem 0;
    background: #faf8f5;
}

.about-areas-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.area-link-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    background: #fff;
    border: 1px solid #e0dcd4;
    border-radius: 0.75rem;
    text-decoration: none;
    color: #543019;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s;
}

.area-link-card:hover {
    border-color: #b2aa7e;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    transform: translateY(-2px);
    color: #b2aa7e;
}

.area-link-card.all {
    background: #faf8f5;
    color: #b2aa7e;
}

.about-faq-section {
    padding: 4rem 0;
}

.contact-faq-section {
    padding: 4rem 0;
    background: #faf8f5;
}

/* Contact Service Areas Links */
.service-areas-list a {
    color: #543019;
    text-decoration: none;
}

.service-areas-list a:hover {
    color: #b2aa7e;
    text-decoration: underline;
}

/* ==========================================================================
   Archive & Single Templates
   ========================================================================== */
.archive-hero-2026,
.single-hero-2026 {
    background: linear-gradient(135deg, #1a2332 0%, #543019 100%);
    color: #fff;
    padding: 3rem 0;
}

.archive-hero-2026 h1,
.single-hero-2026 h1 {
    color: #fff;
    margin-bottom: 0.5rem;
}

.archive-description {
    opacity: 0.9;
}

.post-meta-hero {
    opacity: 0.8;
    font-size: 0.9rem;
}

.meta-sep {
    margin: 0 0.5rem;
}

.archive-content-section,
.single-content-section {
    padding: 4rem 0;
}

.archive-layout,
.single-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 3rem;
}

/* Posts Grid */
.posts-grid-2026 {
    display: grid;
    gap: 2rem;
}

.post-card-2026 {
    background: #fff;
    border: 1px solid #e0dcd4;
    border-top: 3px solid #b2aa7e;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s;
}

.post-card-2026:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.post-card-2026 .post-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.post-card-2026 .post-content {
    padding: 1.5rem;
}

.post-card-2026 .post-title {
    font-size: 1.25rem;
    margin: 0 0 0.5rem;
}

.post-card-2026 .post-title a {
    color: #543019;
    text-decoration: none;
}

.post-card-2026 .post-title a:hover {
    color: #b2aa7e;
}

.post-card-2026 .post-meta {
    font-size: 0.85rem;
    color: #645f4b;
    margin-bottom: 0.75rem;
}

.post-card-2026 .post-excerpt {
    color: #645f4b;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.read-more-link {
    color: #b2aa7e;
    font-weight: 600;
    text-decoration: none;
}

.read-more-link:hover {
    text-decoration: underline;
}

/* Single Post */
.featured-image-2026 {
    margin-bottom: 2rem;
    border-radius: 1rem;
    overflow: hidden;
}

.featured-image-2026 img {
    width: 100%;
    height: auto;
}

.entry-content-2026 {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: #121212;
}

.entry-content-2026 h2 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e0dcd4;
    color: #543019;
}

.entry-content-2026 h3 {
    margin-top: 2rem;
    color: #543019;
}

.entry-content-2026 p {
    margin-bottom: 1.5rem;
}

.entry-content-2026 ul,
.entry-content-2026 ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.entry-content-2026 li {
    margin-bottom: 0.5rem;
}

.entry-content-2026 a {
    color: #b2aa7e;
}

.entry-content-2026 img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0.5rem;
    margin: 1rem 0;
    display: inline-block;
}

/* Constrain badge/certification images from old content */
.entry-content-2026 img[alt*="HomeAdvisor"],
.entry-content-2026 img[alt*="BBB"],
.entry-content-2026 img[alt*="Accredited"],
.entry-content-2026 img[alt*="Nextdoor"],
.entry-content-2026 img[alt*="Angi"],
.entry-content-2026 img[alt*="Award"],
.entry-content-2026 img[alt*="Favorite"],
.entry-content-2026 img[alt*="Elite"],
.entry-content-2026 img[alt*="Top Rated"],
.entry-content-2026 img[alt*="Screened"] {
    max-width: 120px !important;
    margin: 0.5rem;
    vertical-align: middle;
}

/* Constrain large hero/feature images */
.entry-content-2026 img[width="640"],
.entry-content-2026 img[width="1024"],
.entry-content-2026 img[width="1920"] {
    max-width: 500px !important;
    border-radius: 0.75rem;
}

/* Hide broken HTML fragments from old content */
.entry-content-2026 > br:first-child,
.entry-content-2026 br + br {
    display: none;
}

/* Style Google Reviews widget from old content */
.entry-content-2026 .wp-gr {
    margin: 2rem 0;
    overflow: hidden;
    border-radius: 0.75rem;
}

.entry-content-2026 .wp-gr img {
    max-width: 50px !important;
    border-radius: 50%;
    margin: 0;
}

/* Clean up old content spacing */
.entry-content-2026 > p:empty {
    display: none;
}

/* Author Bio Box - E-E-A-T */
.author-bio-box {
    display: flex;
    gap: 1.5rem;
    padding: 2rem;
    margin: 2.5rem 0;
    background: linear-gradient(135deg, #faf8f5 0%, #f5f2eb 100%);
    border-radius: 1rem;
    border-left: 4px solid #b2aa7e;
}

.author-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #b2aa7e;
}

.author-info {
    flex: 1;
}

.author-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #645f4b;
    margin: 0 0 0.25rem;
}

.author-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #543019;
    margin: 0 0 0.75rem;
}

.author-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #3a3a3a;
    margin: 0 0 0.75rem;
}

.author-credentials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    font-size: 0.85rem;
    color: #645f4b;
    margin: 0;
}

.credential {
    background: #e0dcd4;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
}

.credential-sep {
    color: #b2aa7e;
}

@media (max-width: 600px) {
    .author-bio-box {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }

    .author-avatar {
        display: flex;
        justify-content: center;
    }

    .author-credentials {
        justify-content: center;
    }
}

/* Post Navigation */
.post-navigation-2026 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e0dcd4;
}

.post-navigation-2026 a {
    display: block;
    padding: 1.5rem;
    background: #faf8f5;
    border-radius: 0.75rem;
    text-decoration: none;
    transition: all 0.2s;
}

.post-navigation-2026 a:hover {
    background: #e0dcd4;
}

.nav-label {
    display: block;
    font-size: 0.8rem;
    color: #645f4b;
    margin-bottom: 0.25rem;
}

.nav-title {
    display: block;
    font-weight: 600;
    color: #543019;
}

.nav-next {
    text-align: right;
}

/* Pagination */
.pagination-2026 {
    margin-top: 3rem;
}

.pagination-2026 .nav-links {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.pagination-2026 .page-numbers {
    padding: 0.75rem 1rem;
    background: #faf8f5;
    border-radius: 0.5rem;
    color: #543019;
    text-decoration: none;
    font-weight: 500;
}

.pagination-2026 .page-numbers.current,
.pagination-2026 .page-numbers:hover {
    background: #b2aa7e;
    color: #fff;
}

/* ==========================================================================
   Trust Badges Section (Linked)
   ========================================================================== */
.trust-badges-section-2026 {
    padding: 3rem 0;
    background: #faf8f5;
    border-top: 1px solid #e0dcd4;
}

.trust-badges-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.trust-badge-linked {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem 2rem;
    background: #fff;
    border: 1px solid #e0dcd4;
    border-radius: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 160px;
}

.trust-badge-linked:hover {
    border-color: #b2aa7e;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    transform: translateY(-4px);
}

.trust-badge-linked img {
    height: 50px;
    width: auto;
    object-fit: contain;
}

.trust-badge-linked span {
    font-size: 0.85rem;
    font-weight: 600;
    color: #543019;
    text-align: center;
}

/* ==========================================================================
   Partners Section
   ========================================================================== */
.partners-section-2026 {
    padding: 60px 0;
    background: var(--hpp-white, #fff);
    border-top: 1px solid var(--hpp-gray-200, #e0dcd4);
    border-bottom: 1px solid var(--hpp-gray-200, #e0dcd4);
}

.partners-title {
    text-align: center;
    font-family: var(--font-display, Georgia, serif);
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--hpp-gray-500, #645f4b);
    margin: 0 0 2.5rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.partners-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
}

.partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
    transition: all 0.4s ease;
    filter: grayscale(100%);
    padding: 0.5rem;
}

.partner-logo:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: translateY(-4px) scale(1.05);
}

.partner-logo img {
    height: 70px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    .partner-logo img {
        height: 55px;
    }
}

@media (max-width: 480px) {
    .partners-section-2026 {
        padding: 40px 0;
    }
    .partners-grid {
        gap: 1rem;
    }
    .partner-logo img {
        height: 45px;
    }
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */
@media (max-width: 1024px) {
    .service-layout-2026,
    .archive-layout,
    .single-layout {
        grid-template-columns: 1fr;
    }

    .contact-layout-2026 {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .story-grid,
    .why-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-methods-grid,
    .values-grid,
    .certs-grid,
    .about-areas-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .process-steps {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .service-features-grid,
    .services-grid-compact {
        grid-template-columns: 1fr;
    }

    .contact-methods-grid,
    .values-grid,
    .certs-grid,
    .story-stats {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .post-navigation-2026 {
        grid-template-columns: 1fr;
    }

    .service-areas-list {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   FAQ Section
   ========================================================================== */
.faq-section-2026 {
    margin: 3rem 0;
}

.faq-section-2026 h2 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    color: #543019;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.faq-item {
    border: 1px solid #e5e0d8;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: border-color 0.2s;
}

.faq-item[open] {
    border-color: #b2aa7e;
    border-left: 4px solid #b2aa7e;
}

.faq-question {
    display: block;
    padding: 1rem 1.25rem;
    font-weight: 600;
    font-size: 1rem;
    color: #333;
    cursor: pointer;
    background: #faf9f7;
    transition: background 0.2s;
    list-style: none;
}

.faq-question::-webkit-details-marker {
    display: none;
}

.faq-question::before {
    content: '+';
    display: inline-block;
    width: 1.5rem;
    font-weight: 700;
    color: #b2aa7e;
    transition: transform 0.3s ease;
}

.faq-item[open] .faq-question::before {
    content: '\2212';
    transform: rotate(180deg);
}

.faq-question:hover {
    background: #f0ede8;
}

.faq-answer {
    padding: 0 1.25rem 1.25rem;
    color: #555;
    line-height: 1.7;
}

.faq-answer p {
    margin: 0;
}

/* ==========================================================================
   Related Services Section
   ========================================================================== */
.related-services-section {
    margin: 3rem 0;
}

.related-services-section h2 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    color: #543019;
}

.related-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.related-service-card {
    display: block;
    padding: 1.25rem;
    background: #faf9f7;
    border: 1px solid #e5e0d8;
    border-radius: 0.5rem;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.related-service-card:hover {
    border-color: #543019;
    box-shadow: 0 2px 8px rgba(88, 53, 31, 0.1);
}

.related-service-card h3 {
    font-size: 1rem;
    margin: 0 0 0.5rem;
    color: #543019;
}

.related-service-card p {
    font-size: 0.875rem;
    color: #666;
    margin: 0 0 0.5rem;
    line-height: 1.5;
}

.related-link {
    font-size: 0.875rem;
    color: #543019;
    font-weight: 600;
}

/* ==========================================================================
   Additional Services List (Location Pages)
   ========================================================================== */
.additional-services-section {
    margin: 2.5rem 0;
}

.additional-services-section h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: #543019;
}

.additional-services-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.additional-services-list li {
    padding: 0;
}

.additional-services-list a {
    display: block;
    padding: 0.625rem 0.75rem;
    color: #543019;
    text-decoration: none;
    font-size: 0.9rem;
    border-radius: 0.25rem;
    transition: background 0.2s;
}

.additional-services-list a:hover {
    background: #f0ede8;
    text-decoration: underline;
}

/* ==========================================================================
   Responsive - FAQ & Related Services
   ========================================================================== */
@media (max-width: 768px) {
    .related-services-grid {
        grid-template-columns: 1fr;
    }

    .additional-services-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .additional-services-list {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   Homepage FAQ Section
   ========================================================================== */
.homepage-faq-2026 {
    padding: 4rem 0;
    background: #faf9f7;
}

.homepage-faq-2026 .faq-list {
    max-width: 800px;
    margin: 0 auto;
}

/* ==========================================================================
   Service Area Page Template
   ========================================================================== */
.service-area-hero-2026 {
    position: relative;
    background: linear-gradient(135deg, #1a2332 0%, #543019 100%);
    color: #fff;
    padding: 4rem 0;
    overflow: hidden;
}

.service-area-hero-2026 .hero-overlay {
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.03)"/></svg>');
    background-size: 200px;
}

.service-area-hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.service-area-hero-2026 h1 {
    color: #fff;
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 1rem;
}

.service-area-hero-2026 .hero-subtitle {
    font-size: 1.125rem;
    opacity: 0.9;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.service-area-hero-2026 .hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

/* Neighborhood Section */
.neighborhood-section {
    padding: 4rem 0;
}

.neighborhood-section h2 {
    font-size: 1.75rem;
    color: #543019;
    margin-bottom: 0.75rem;
}

.section-intro {
    color: #645f4b;
    font-size: 1.0625rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 800px;
}

.neighborhood-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.neighborhood-card {
    display: block;
    background: #fff;
    border: 1px solid #e0dcd4;
    border-left: 4px solid #b2aa7e;
    border-radius: 1rem;
    padding: 2rem;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.neighborhood-card:hover {
    border-color: #b2aa7e;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: translateY(-4px);
}

.neighborhood-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.neighborhood-card h3 {
    font-size: 1.25rem;
    color: #543019;
    margin: 0;
}

.response-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: rgba(178, 170, 126, 0.15);
    color: #b2aa7e;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 9999px;
}

.neighborhood-card p {
    color: #645f4b;
    font-size: 0.9rem;
    line-height: 1.7;
    margin: 0 0 1rem;
}

.card-link {
    font-size: 0.9rem;
    font-weight: 600;
    color: #543019;
}

.neighborhood-card:hover .card-link {
    color: #b2aa7e;
}

/* Why Choose Section */
.why-choose-section {
    padding: 4rem 0;
    background: #faf8f5;
}

.why-choose-section h2 {
    font-size: 1.75rem;
    color: #543019;
    margin-bottom: 2rem;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.why-card {
    background: #fff;
    border: 1px solid #e0dcd4;
    border-top: 3px solid #b2aa7e;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
}

.why-card:hover {
    border-color: #b2aa7e;
    border-top-color: #b2aa7e;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: translateY(-4px);
}

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

.why-card h3 {
    font-size: 1.125rem;
    margin: 0 0 0.75rem;
    color: #543019;
}

.why-card p {
    margin: 0;
    font-size: 0.9rem;
    color: #645f4b;
    line-height: 1.6;
}

/* Area Services Section */
.area-services-section {
    padding: 4rem 0;
}

.area-services-section h2 {
    font-size: 1.75rem;
    color: #543019;
    margin-bottom: 0.75rem;
}

/* Area Map Section */
.area-map-section {
    padding: 3rem 0;
    background: #faf8f5;
}

.area-map-section h2 {
    font-size: 1.5rem;
    color: #543019;
    margin-bottom: 1.5rem;
    text-align: center;
}

.area-map-container {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #e0dcd4;
}

.area-map-container iframe {
    display: block;
}

.map-note {
    text-align: center;
    color: #645f4b;
    font-size: 0.9rem;
    margin-top: 1rem;
}

/* Service Area Overview Map */
.service-area-map-container {
    margin-bottom: 1.5rem;
}

.service-area-map-container iframe {
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.map-neighborhoods-legend {
    margin-top: 1.5rem;
    padding: 1.25rem;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e0dcd4;
}

.map-neighborhoods-legend .legend-title {
    margin: 0 0 1rem 0;
    font-size: 0.95rem;
    color: #543019;
}

.map-neighborhoods-legend .legend-items {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
}

.map-neighborhoods-legend .legend-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #645f4b;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.map-neighborhoods-legend .legend-item:hover {
    color: #b2aa7e;
}

.map-neighborhoods-legend .legend-dot {
    width: 10px;
    height: 10px;
    background: #b2aa7e;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Neighborhood Area Map */
.neighborhood-area-map {
    margin: 2rem 0;
    padding: 1.5rem;
    background: #faf8f5;
    border-radius: 12px;
    border: 1px solid #e0dcd4;
}

.neighborhood-area-map h3 {
    font-size: 1.25rem;
    color: #543019;
    margin: 0 0 1rem 0;
}

.neighborhood-area-map iframe {
    display: block;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.neighborhood-area-map .map-area-info {
    margin: 1rem 0 0 0;
    font-size: 0.9rem;
    color: #645f4b;
}

/* Neighborhood Directions Map */
.neighborhood-directions-map {
    margin-bottom: 0.75rem;
}

.neighborhood-directions-map iframe {
    display: block;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.neighborhood-directions-map .directions-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
    padding: 0.75rem 1rem;
    background: #b2aa7e;
    color: #fff;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 6px;
    transition: background 0.2s ease;
}

.neighborhood-directions-map .directions-link:hover {
    background: #9a9370;
    color: #fff;
}

.neighborhood-directions-map .directions-link svg {
    flex-shrink: 0;
}

/* Mobile responsive for maps */
@media (max-width: 768px) {
    .service-area-map-container iframe {
        height: 350px !important;
    }

    .neighborhood-area-map iframe {
        height: 280px !important;
    }

    .neighborhood-directions-map iframe {
        height: 300px !important;
    }

    .map-neighborhoods-legend .legend-items {
        gap: 0.5rem 1rem;
    }

    .map-neighborhoods-legend .legend-item {
        font-size: 0.85rem;
    }
}

/* Area FAQ Section */
.area-faq-section {
    padding: 4rem 0;
}

/* ==========================================================================
   FAQ Page Template
   ========================================================================== */
.faq-hero-2026 {
    position: relative;
    background: linear-gradient(135deg, #1a2332 0%, #543019 100%);
    color: #fff;
    padding: 4rem 0;
    overflow: hidden;
}

.faq-hero-2026 .hero-overlay {
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.03)"/></svg>');
    background-size: 200px;
}

.faq-hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.faq-hero-2026 h1 {
    color: #fff;
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 1rem;
}

.faq-hero-2026 .hero-subtitle {
    font-size: 1.125rem;
    opacity: 0.9;
    line-height: 1.7;
}

/* FAQ Category Navigation */
.faq-nav-section {
    background: #fff;
    border-bottom: 1px solid #e0dcd4;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 50;
}

.faq-category-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.faq-nav-link {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.25rem;
    background: #faf8f5;
    border: 1px solid #e0dcd4;
    border-radius: 9999px;
    color: #543019;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s;
    min-height: 44px;
}

.faq-nav-link:hover {
    background: #b2aa7e;
    border-color: #b2aa7e;
    color: #fff;
}

/* FAQ Content Section */
.faq-content-section {
    padding: 3rem 0;
}

.faq-category-block {
    margin-bottom: 3rem;
}

.faq-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #b2aa7e;
}

.faq-category-header h2 {
    font-size: 1.5rem;
    color: #543019;
    margin: 0;
}

.category-service-link {
    color: #b2aa7e;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
    white-space: nowrap;
}

.category-service-link:hover {
    text-decoration: underline;
}

/* Override nested faq-section-2026 margin inside category blocks */
.faq-category-block .faq-section-2026 {
    margin: 0;
}

/* ==========================================================================
   Resources Page Template
   ========================================================================== */
.resources-hero-2026 {
    position: relative;
    background: linear-gradient(135deg, #1a2332 0%, #543019 100%);
    color: #fff;
    padding: 4rem 0;
    overflow: hidden;
}

.resources-hero-2026 .hero-overlay {
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.03)"/></svg>');
    background-size: 200px;
}

.resources-hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.resources-hero-2026 h1 {
    color: #fff;
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 1rem;
}

.resources-hero-2026 .hero-subtitle {
    font-size: 1.125rem;
    opacity: 0.9;
    line-height: 1.7;
}

/* Seasonal Guide */
.seasonal-guide-section {
    padding: 4rem 0;
}

.seasonal-guide-section h2 {
    font-size: 1.75rem;
    color: #543019;
    margin-bottom: 0.75rem;
}

.seasonal-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.seasonal-card {
    background: #fff;
    border: 1px solid #e0dcd4;
    border-radius: 1rem;
    padding: 2rem;
    border-top: 4px solid #e0dcd4;
}

.seasonal-card.winter { border-top-color: #5b8cbe; }
.seasonal-card.spring { border-top-color: #b2aa7e; }
.seasonal-card.summer { border-top-color: #b2aa7e; }
.seasonal-card.fall   { border-top-color: #a68767; }

.season-label {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #fff;
}

.seasonal-card.winter .season-label { background: #5b8cbe; }
.seasonal-card.spring .season-label { background: #b2aa7e; }
.seasonal-card.summer .season-label { background: #b2aa7e; }
.seasonal-card.fall   .season-label { background: #a68767; }

.seasonal-card h3 {
    font-size: 1.125rem;
    color: #543019;
    margin: 0 0 1rem;
}

.seasonal-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}

.seasonal-card li {
    padding: 0.5rem 0;
    font-size: 0.9rem;
    color: #645f4b;
    line-height: 1.6;
    border-bottom: 1px solid #f0ede8;
}

.seasonal-card li:last-child {
    border-bottom: none;
}

.seasonal-card li strong {
    color: #121212;
}

.seasonal-cta {
    margin: 0;
    font-size: 0.9rem;
}

.seasonal-cta a {
    color: #b2aa7e;
    font-weight: 600;
}

/* When to Call Section */
.when-to-call-section {
    padding: 4rem 0;
    background: #faf8f5;
}

.when-to-call-section h2 {
    font-size: 1.75rem;
    color: #543019;
    margin-bottom: 0.75rem;
}

.call-vs-diy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.call-card {
    border-radius: 1rem;
    padding: 2rem;
}

.call-card.call-pro {
    background: #fff;
    border: 2px solid #543019;
}

.call-card.call-diy {
    background: #fff;
    border: 1px solid #e0dcd4;
}

.call-card h3 {
    font-size: 1.25rem;
    color: #543019;
    margin: 0 0 1.25rem;
}

.call-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.call-card li {
    padding: 0.5rem 0;
    font-size: 0.9rem;
    color: #645f4b;
    line-height: 1.6;
    border-bottom: 1px solid #f0ede8;
}

.call-card li:last-child {
    border-bottom: none;
}

.call-card li strong {
    color: #121212;
}

.diy-note {
    font-size: 0.85rem;
    color: #645f4b;
    font-style: italic;
    margin: 0;
}

/* Cost Guide Section */
.cost-guide-section {
    padding: 4rem 0;
}

.cost-guide-section h2 {
    font-size: 1.75rem;
    color: #543019;
    margin-bottom: 0.75rem;
}

.cost-table-container {
    overflow-x: auto;
    margin-bottom: 1rem;
}

.cost-guide-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e0dcd4;
    border-radius: 0.75rem;
    overflow: hidden;
}

.cost-guide-table thead {
    background: #543019;
    color: #fff;
}

.cost-guide-table th {
    padding: 1rem 1.25rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.9rem;
}

.cost-guide-table td {
    padding: 0.875rem 1.25rem;
    border-bottom: 1px solid #f0ede8;
    font-size: 0.9rem;
    color: #645f4b;
}

.cost-guide-table tr:last-child td {
    border-bottom: none;
}

.cost-guide-table td:first-child {
    font-weight: 600;
    color: #543019;
}

.cost-guide-table td:first-child a {
    color: #543019;
    text-decoration: none;
}

.cost-guide-table td:first-child a:hover {
    color: #b2aa7e;
    text-decoration: underline;
}

.cost-guide-table td:nth-child(2) {
    font-weight: 600;
    color: #b2aa7e;
    white-space: nowrap;
}

.cost-disclaimer {
    font-size: 0.85rem;
    color: #645f4b;
    font-style: italic;
}

/* Resources Services Section */
.resources-services-section {
    padding: 4rem 0;
    background: #faf8f5;
}

.resources-services-section h2 {
    font-size: 1.75rem;
    color: #543019;
    margin-bottom: 0.75rem;
}

/* Resource FAQ Section */
.resource-faq-section {
    padding: 4rem 0;
}

/* ==========================================================================
   Responsive - New Templates
   ========================================================================== */
@media (max-width: 1024px) {
    .neighborhood-cards-grid,
    .why-choose-grid,
    .seasonal-cards-grid,
    .call-vs-diy-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .faq-category-nav {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 0.5rem;
    }

    .faq-nav-link {
        flex-shrink: 0;
    }

    .faq-category-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .cost-guide-table th,
    .cost-guide-table td {
        padding: 0.75rem;
        font-size: 0.85rem;
    }
}

/* ==========================================================================
   ADDITIONAL MOBILE OPTIMIZATIONS - Feb 2026
   ========================================================================== */

/* Process Steps: Force single column on all mobile */
@media (max-width: 768px) {
    .process-steps {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }

    .process-step {
        padding: 1.5rem !important;
    }

    .step-number {
        width: 48px !important;
        height: 48px !important;
        font-size: 1.25rem !important;
    }
}

/* Service Features: Single column on tablet+ */
@media (max-width: 768px) {
    .service-features-grid {
        grid-template-columns: 1fr !important;
        gap: 1.25rem !important;
    }

    .feature-card {
        padding: 1.5rem !important;
    }
}

/* Pricing Tables: Scrollable on mobile */
@media (max-width: 640px) {
    .pricing-grid,
    .cost-table-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .pricing-card {
        min-width: 280px;
    }
}

/* Service Hero: Reduce padding */
@media (max-width: 480px) {
    .service-hero-2026 {
        padding: 2rem 0 !important;
    }

    .service-hero-content h1 {
        font-size: 1.75rem !important;
    }

    .service-hero-content .hero-subtitle {
        font-size: 1rem !important;
    }

    /* FAQ Section padding */
    .homepage-faq-2026 {
        padding: 2.5rem 0 !important;
    }

    /* Service Area Hero */
    .service-area-hero-2026 {
        padding: 2rem 0 !important;
    }
}

/* Input Field Heights: Enforce 48px minimum */
@media (max-width: 768px) {
    .form-group input,
    .form-group select,
    .form-group textarea {
        min-height: 48px !important;
        padding: 1rem !important;
        font-size: 16px !important; /* Prevents iOS zoom */
    }

    .form-group select {
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23543019' viewBox='0 0 16 16'%3E%3Cpath d='M8 10.5l-5-5h10l-5 5z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 1rem center;
        padding-right: 2.5rem !important;
    }
}

/* Button Touch Targets */
@media (max-width: 768px) {
    .btn-primary-2026,
    .btn-secondary-2026,
    .btn-cta-urgent {
        min-height: 48px !important;
        padding: 1rem 1.5rem !important;
    }

    .btn-block {
        width: 100% !important;
    }
}

/* Sidebar Cards: Stack and constrain */
@media (max-width: 768px) {
    .sidebar-cta-card,
    .sidebar-trust-card,
    .sidebar-services-card,
    .sidebar-areas-card,
    .sidebar-map-card {
        padding: 1.25rem !important;
        margin-bottom: 1.25rem;
    }

    .services-list a,
    .areas-list a {
        padding: 0.75rem 0 !important;
        min-height: 44px;
        display: flex;
        align-items: center;
        word-break: break-word;
        overflow-wrap: break-word;
    }
}

/* ==========================================================================
   ADDITIONAL MOBILE FIXES - 480px and below
   ========================================================================== */

@media (max-width: 480px) {
    /* Sidebar cards - even smaller padding */
    .sidebar-cta-card,
    .sidebar-trust-card,
    .sidebar-services-card,
    .sidebar-areas-card,
    .sidebar-map-card {
        padding: 1rem !important;
    }

    .sidebar-heading {
        font-size: 0.9rem !important;
    }

    /* Hero sections */
    .service-hero-2026,
    .service-area-hero-2026,
    .location-hero-2026 {
        padding: 1.5rem 0 !important;
    }

    /* Content sections */
    .service-intro-section,
    .service-process-section,
    .service-features-section {
        padding: 1.5rem 0 !important;
    }

    /* Typography adjustments */
    h1 {
        font-size: 1.5rem !important;
        line-height: 1.2 !important;
    }

    h2 {
        font-size: 1.25rem !important;
        line-height: 1.3 !important;
    }

    h3 {
        font-size: 1.1rem !important;
    }

    p, li {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }

    /* List items */
    .service-list li,
    .features-list li,
    ul li {
        padding-left: 1.25rem !important;
        margin-bottom: 0.5rem !important;
    }

    /* Two-column content to single */
    .two-column-content,
    .content-grid,
    .info-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }

    /* Stats blocks */
    .hpp-stats-block {
        grid-template-columns: 1fr !important;
        padding: 1rem !important;
        gap: 1rem !important;
    }

    .hpp-stat-item {
        text-align: center;
    }

    .hpp-stat-number {
        font-size: 2rem !important;
    }

    /* Process steps */
    .process-steps {
        flex-direction: column !important;
        gap: 1rem !important;
    }

    .process-step {
        min-width: 100% !important;
        flex-direction: row !important;
        text-align: left !important;
        gap: 1rem !important;
        padding: 0.875rem !important;
    }

    .step-arrow {
        display: none !important;
    }

    /* Featured images */
    .service-featured-image {
        margin: 1rem 0 !important;
    }

    /* Mid-content CTA */
    .mid-content-cta {
        padding: 1.25rem !important;
    }

    .mid-content-cta h3 {
        font-size: 1.1rem !important;
    }

    /* E-E-A-T trust signals */
    .eeat-trust-signals {
        flex-direction: column !important;
        gap: 0.5rem !important;
    }

    .eeat-trust-signal {
        font-size: 0.85rem !important;
    }

    /* Pricing tables */
    .pricing-table {
        font-size: 0.9rem !important;
    }

    .pricing-table td,
    .pricing-table th {
        padding: 0.5rem !important;
    }

    /* Map containers */
    .neighborhood-map,
    .directions-map,
    .service-area-map {
        height: 250px !important;
        min-height: 200px !important;
    }

    /* Full-width buttons */
    .hero-ctas,
    .cta-buttons {
        flex-direction: column !important;
        gap: 0.75rem !important;
    }

    .hero-ctas a,
    .cta-buttons a {
        width: 100% !important;
        text-align: center !important;
    }
}
