/*
Theme Name: Tiptop Rooftops
Description: A modern, professional theme for Tiptop Rooftops cleaning services
Version: 3.0
Author: Kevin Conklin
Updated: [August 1, 2025] */
   
   
:root {
    /* ================================
       DEEP TEAL + WARM GOLD COLOR PALETTE
       ================================ */
    
    /* Primary Colors - Deep Teal (Trust & Innovation) */
    --color-primary: #0f766e;           /* Deep teal - main brand color */
    --color-primary-light: #14b8a6;     /* Light teal - hover states */
    --color-primary-dark: #134e4a;      /* Dark teal - pressed states */
    --color-primary-subtle: #ccfbf1;    /* Very light teal - backgrounds */
    
    /* Secondary Colors - Warm Gold (Premium & Warmth) */
    --color-secondary: #d97706;         /* Warm gold - CTAs & accents */
    --color-secondary-light: #f59e0b;   /* Light gold - highlights */
    --color-secondary-dark: #92400e;    /* Dark gold - pressed states */
    --color-secondary-subtle: #fef3c7;  /* Very light gold - backgrounds */
    
    /* Accent Colors - Complementary Scheme */
    --color-accent: #0891b2;            /* Bright cyan - special elements */
    --color-accent-light: #06b6d4;      /* Light cyan */
    --color-accent-dark: #0e7490;       /* Dark cyan */
    
    /* Supporting Colors */
    --color-success: #059669;           /* Success green (darker) */
    --color-warning: #d97706;           /* Warning (uses secondary gold) */
    --color-error: #dc2626;             /* Error red */
    --color-info: #0891b2;              /* Info (uses accent cyan) */
    
    /* Neutral Colors - Warm Gray Palette */
    --color-white: #ffffff;
    --color-black: #000000;
    --color-gray: #6b7280;              /* Medium gray */
    --color-gray-light: #f9fafb;        /* Very light gray */
    --color-gray-medium: #e5e7eb;       /* Light gray */
    --color-gray-dark: #374151;         /* Dark gray */
    --color-gray-darker: #1f2937;       /* Very dark gray */
    
    /* Background Colors */
    --color-background: #ffffff;
    --color-background-alt: #f8fafc;    /* Slight blue-gray tint */
    --color-background-dark: #0f172a;   /* Dark mode background */
    --color-background-section: #f1f5f9; /* Section backgrounds */
    
    /* ================================
       GRADIENTS - Teal & Gold Combinations
       ================================ */
    
    /* Primary Gradients */
    --gradient-primary: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
    --gradient-secondary: linear-gradient(135deg, #d97706 0%, #f59e0b 100%);
    
    /* Hero Section - Multi-color */
    --gradient-hero: linear-gradient(135deg, #0f766e 0%, #d97706 50%, #14b8a6 100%);
    
    /* Special Gradients */
    --gradient-sunset: linear-gradient(135deg, #d97706 0%, #f59e0b 50%, #fbbf24 100%);
    --gradient-ocean: linear-gradient(135deg, #134e4a 0%, #0f766e 50%, #14b8a6 100%);
    --gradient-accent: linear-gradient(45deg, #0891b2 0%, #06b6d4 100%);
    
    /* Subtle Background Gradients */
    --gradient-subtle-teal: linear-gradient(135deg, #f0fdfa 0%, #ccfbf1 100%);
    --gradient-subtle-gold: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    --gradient-subtle-mixed: linear-gradient(135deg, #f0fdfa 0%, #fffbeb 100%);
    
    /* Section-specific Gradients */
    --gradient-services: linear-gradient(135deg, #0f766e 0%, #134e4a 100%);
    --gradient-testimonials: linear-gradient(135deg, #d97706 0%, #92400e 100%);
    --gradient-cta: linear-gradient(135deg, #d97706 0%, #0f766e 100%);
    
    /* ================================
       SPACING, TYPOGRAPHY & EFFECTS (Keep existing)
       ================================ */
    
    --space-xs: 0.25rem;
    --space-sm: 0.5rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --space-2xl: 3rem;
    --space-3xl: 4rem;
    --space-4xl: 5rem;
    
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-3xl: 1.875rem;
    --text-4xl: 2.25rem;
    --text-5xl: 3rem;
    --text-6xl: 3.75rem;
    
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    --radius-2xl: 24px;
    --radius-full: 50%;
    
    --shadow-soft: 0 2px 8px rgba(15, 118, 110, 0.1);
    --shadow-medium: 0 4px 16px rgba(15, 118, 110, 0.15);
    --shadow-strong: 0 8px 32px rgba(15, 118, 110, 0.2);
    --shadow-glow: 0 0 20px rgba(217, 119, 6, 0.3);
    
    --transition-fast: all 0.2s ease;
    --transition-smooth: all 0.3s ease;
    --transition-slow: all 0.5s ease;
    --transition-bounce: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
     --tt-primary-color: #2563eb;

  --tt-font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --tt-font-size-sm: 0.875rem;
  --tt-font-size-base: 1rem;
  --tt-font-size-lg: 1.125rem;
  --tt-font-size-xl: 1.25rem;
  
  --tt-spacing-xs: 0.5rem;
  --tt-spacing-sm: 0.75rem;
  --tt-spacing-md: 1rem;
  --tt-spacing-lg: 1.5rem;
  --tt-spacing-xl: 2rem;
  --tt-spacing-2xl: 2.5rem;
  
  --tt-border-radius: 8px;
  --tt-border-radius-sm: 6px;
  --tt-border-radius-lg: 12px;
  
  --tt-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tt-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tt-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  
  --tt-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ================================
   RESET AND BASE STYLES
   ================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--tt-font-family);
    line-height: 1.6;
    color: var(--color-gray-dark);
    background-color: var(--color-white);
}

/* Container */
.container {
    max-width:90%;
    margin: 0 auto;
    padding: 0 var(--space-md);
}

/* Common Section Badge */
.section-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
    color: white;
    padding: var(--space-sm) var(--space-lg);
    border-radius: 50px;
    margin-bottom: var(--space-md);
    font-weight: 600;
    font-size: var(--text-sm);
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
}

/* Common Section Headers */
.section-header {
    text-align: center;
    margin-bottom: var(--space-2xl);
    position: relative;
    z-index: 2;
}

.section-header h2 {
    font-size: var(--text-4xl);
    font-weight: 900;
    color: var(--color-gray-dark);
    margin-bottom: var(--space-md);
    letter-spacing: -0.02em;
}

.section-header p {
    font-size: var(--text-lg);
    color: var(--color-gray);
    max-width: 600px;
    margin: 0 auto;
    font-weight: 500;
}

/* Common Button Styles */
.btn-primary, .btn-secondary {
    padding: var(--space-md) var(--space-xl);
    border-radius: var(--radius-lg);
    text-decoration: none;
    font-weight: 600;
    font-size: var(--text-lg);
    transition: var(--transition-smooth);
    display: inline-block;
    text-align: center;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background: linear-gradient(135deg, var(--color-secondary) 0%, var(--color-secondary-dark) 100%);
    color: var(--color-white);
    box-shadow: 0 8px 24px rgba(245, 158, 11, 0.4);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--color-secondary-dark) 0%, #b45309 100%);
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(245, 158, 11, 0.5);
}

.btn-secondary {
    background: transparent;
    color: var(--color-white);
    border: 2px solid var(--color-white);
}

.btn-secondary:hover {
    background: var(--color-white);
    color: var(--color-primary);
}

/* ================================
   HEADER STYLES
   ================================ */
.main-header {
    background: linear-gradient(135deg, #fbbb57 0%, #fff 100%);
    box-shadow: var(--shadow-soft);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-md) 0;
}

.logo {
    font-size: var(--text-2xl);
    font-weight: 800;
    color: var(--color-primary);
    text-decoration: none;
    transition: var(--transition-smooth);
}

.logo:hover {
    color: var(--color-accent);
}

/* ================================
   LOGO STYLES
   ================================ */
.logo {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: var(--transition-smooth);
    padding: var(--space-sm);
    border-radius: var(--radius-md);
}

.logo:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.logo-text {
    font-size: var(--text-2xl);
    font-weight: 900;
    color: var(--color-primary);
    line-height: 1;
    margin-bottom: var(--space-xs);
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.02em;
    transition: var(--transition-smooth);
}

.logo-tagline {
    font-size: var(--text-sm);
    color: var(--color-secondary);
    font-weight: 600;
    font-style: italic;
    opacity: 0.9;
    line-height: 1;
    transition: var(--transition-smooth);
}

.logo:hover .logo-text {
    background: linear-gradient(135deg, var(--color-secondary) 0%, var(--color-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.logo:hover .logo-tagline {
    color: var(--color-primary);
    opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .logo {
        align-items: center;
        text-align: center;
    }
    
    .logo-text {
        font-size: var(--text-xl);
    }
    
    .logo-tagline {
        font-size: var(--text-xs);
    }
}

@media (max-width: 480px) {
    .logo-text {
        font-size: var(--text-lg);
    }
    
    .logo-tagline {
        font-size: 0.7rem;
    }
}

/* ================================
   MAIN NAVIGATION AS QUICK LINKS
   ================================ */
.main-navigation ul {
    display: flex;
    justify-content: center;
    gap: var(--space-md);
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation li {
    margin: 0;
}

.main-navigation a {
    padding: var(--space-md) var(--space-lg);
    background: var(--color-secondary);
    border: 2px solid var(--color-secondary);
    border-radius: var(--radius-lg);
    text-decoration: none;
    color: var(--color-white);
    font-weight: 600;
    font-size: var(--text-sm);
    transition: var(--transition-smooth);
    box-shadow: var(--shadow-soft);
    min-width: 120px;
    text-align: center;
    display: block;
}

.main-navigation a:hover {
    background: var(--color-white);
    color: var(--color-secondary);
    transform: translateY(-3px);
    box-shadow: var(--shadow-strong);
}

/* Make the fourth link highlighted */
.main-navigation li:nth-child(4) a {
    background: var(--color-white);
    color: var(--color-secondary);
    animation: pulse-highlight 2s infinite;
}

.main-navigation li:nth-child(4) a:hover {
    background: var(--color-secondary);
    color: var(--color-white);
    transform: translateY(-3px) scale(1.05);
}

@keyframes pulse-highlight {
    0%, 100% {
        box-shadow: var(--shadow-soft);
    }
    50% {
        box-shadow: var(--shadow-strong), 0 6px 25px rgba(245, 158, 11, 0.4);
    }
}
.cta-button {
    background: var(--color-secondary);
    color: var(--color-white);
    padding: var(--space-sm) var(--space-lg);
    border-radius: var(--radius-lg);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition-smooth);
}

.cta-button:hover {
    background: var(--color-secondary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-strong);
}

/* ================================
   HEADER CONTACT SECTION
   ================================ */
.header-contact {
    display: flex;
    align-items: center;
    gap: var(--space-lg);
    flex-wrap: wrap;
}

.header-phone {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    text-decoration: none;
    color: var(--color-primary);
    font-weight: 600;
    font-size: var(--text-lg);
    transition: var(--transition-smooth);
    padding: var(--space-sm) var(--space-md);
    border-radius: var(--radius-lg);
    border: 2px solid transparent;
}

.header-phone:hover {
    color: var(--color-secondary);
    background: rgba(217, 119, 6, 0.1);
    border-color: var(--color-secondary);
    transform: translateY(-2px);
    text-decoration: none;
}

.phone-icon .emoji {
    width: 20px;
    height: 20px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

.phone-number {
    font-weight: 700;
    letter-spacing: 0.5px;
}

.header-location {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    color: var(--color-gray-dark);
    font-weight: 500;
    font-size: var(--text-base);
}

.location-icon .emoji {
    width: 18px;
    height: 18px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

.location-text {
    color: var(--color-gray);
    font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
    .header-contact {
        flex-direction: column;
        gap: var(--space-sm);
        text-align: center;
    }
    
    .header-phone {
        font-size: var(--text-base);
        padding: var(--space-xs) var(--space-sm);
    }
    
    .header-location {
        font-size: var(--text-sm);
    }
}

@media (max-width: 480px) {
    .header-contact {
        gap: var(--space-xs);
    }
    
    .phone-icon .emoji,
    .location-icon .emoji {
        width: 16px;
        height: 16px;
    }
}


/* ================================
   HERO SECTION
   ================================ */
.hero-section {
    background: linear-gradient(135deg, #ff6000 0%, #8a2c2c 100%);
    color: var(--color-white);
    padding: var(--space-2xl) 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.hero-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
}

.shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: float 6s ease-in-out infinite;
}

.shape-1 {
    background-image: url('https://tiptoprooftops.com/wp-content/uploads/2025/06/473572727_911523481169473_6340824691294089601_n-e1750299763129.jpg');
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center;
    width: 315px;
    height: 315px;
    top: 8%;
    left: 3%;
    animation-delay: -1s;
}

.shape-2 {
    background-image: url('https://tiptoprooftops.com/wp-content/uploads/2025/06/image0-3.jpeg');
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center;
    width: 315px;
    height: 315px;
    top: 60%;
    right: 3%;
    animation-delay: -3s;
}

.shape-3 {
    background-image: url('https://tiptoprooftops.com/wp-content/uploads/2025/06/Screenshot_20250618_223841_Messages.jpg');
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center;
    width: 200px;
    height: 200px;
    top: 15%;
    right: 10%;
    animation-delay: -2s;
}

/* Phone (portrait) */

@media (max-width: 480px) {
    .shape-1, .shape-2, .shape-3 {
        display: none !important;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .shape-1 {
        width: 100px !important;
        height: 100px !important;
        top: 22% !important;
        left: 0% !important;
    }
    .shape-2 {
        width: 150px !important;
         height: 150px !important;
         top: 65% !important;
         right: 1% !important;
    }
    .shape-3 {
        width: 100px !important;
        height: 100px !important;
        top: 22% !important;
        right: 0% !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .shape-1 {
        width: 200px;
        height: 200px;
        top: 22%;
        left: 5%;
    }
    .shape-2 {
        width: 220px;
        height: 220px;
        top: 65%;
        right: 0%;
    }
    .shape-3 {
        width: 200px;
        height: 200px;
        top: 22%;
        right: 5%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 75%;
    margin: 0 auto;
}
.hero-content h2 {
    font-size:200%;
}
.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: var(--space-sm) var(--space-lg);
    border-radius: 50px;
    margin-bottom: var(--space-lg);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 600;
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    }
    to {
        box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
    }
}

.hero-content h1 {
    font-size: clamp(3rem, 8vw, 6rem);
    line-height: 0.9;
    margin-bottom: var(--space-lg);
    letter-spacing: -0.03em;
}

.hero-line-1, .hero-line-2 {
    display: block;
    padding:1%;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.hero-accent {
    background: linear-gradient(45deg, #ffd700, #ffed4e, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 0.7em;
    margin-top: var(--space-sm);
    animation: shimmer 2s ease-in-out infinite;
}

@keyframes shimmer {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.hero-subtitle {
    font-size: var(--text-xl);
    margin-bottom: var(--space-xl);
    opacity: 0.95;
    line-height: 1.6;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: var(--space-xl);
    margin-bottom: var(--space-xl);
    flex-wrap: wrap;
}

.stat {
    text-align: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: var(--space-md);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    min-width: 120px;
}

.stat-number {
    font-size: var(--text-3xl);
    font-weight: 900;
    color: #ffd700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.stat-label {
    font-size: var(--text-sm);
    opacity: 0.9;
    margin-top: var(--space-xs);
}

.hero-buttons {
    display: flex;
    gap: var(--space-md);
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: var(--space-xl);
}

.hero-cta {
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
    padding: var(--space-lg) var(--space-2xl);
    font-size: var(--text-xl);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(255, 107, 107, 0.4);
    transition: all 0.3s ease;
}

.hero-cta:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 20px 48px rgba(255, 107, 107, 0.6);
}

.btn-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.7s;
}

.hero-cta:hover .btn-shine {
    left: 100%;
}

.hero-call {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: var(--space-lg) var(--space-xl);
    font-size: var(--text-lg);
    font-weight: 600;
}

.hero-trust {
    opacity: 0.9;
    font-size: var(--text-sm);
    font-weight: 500;
}

/* ================================
   FEATURED SERVICE TILE
   ================================ */

.featured-service-wrapper {
    margin-bottom: 3rem;
    width: 100%;
}

.featured-service-card {
    background: linear-gradient(135deg, #ff7903 0%, #ff7903 0%);
    border-radius: 12px;
    padding: 2.5rem;
    box-shadow: 0 8px 25px rgba(15, 118, 110, 0.15);
    position: relative;
    overflow: hidden;
}

.featured-badge {
    background: #ffa741;
    color: white;
    padding: 0.5rem 1.2rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.featured-content-flex {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.featured-text {
    flex: 1;
    color: white;
}

.featured-text h3 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: white;
}

.featured-text p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    opacity: 0.95;
}
/*
.featured-highlights {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    border-color: #eec10c;
    border-style: ridge;
    border-width: 1px;
    border-radius: 1%;
}
*/
.highlight {
    font-size: 1rem;
    font-weight: 500;
    color: #fbbf24;
}

.featured-cta-btn {
    background: #ffa741;
    color: white;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    display: inline-block;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.featured-cta-btn:hover {
    background: white;
    color: #0f766e;
    border-color: #d97706;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.featured-image {
    flex: 0 0 300px;
}

.featured-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

/* ================================
   MOBILE RESPONSIVE
   ================================ */

@media (max-width: 768px) {
    .featured-service-card {
        padding: 2rem 1.5rem;
    }
    
    .featured-content-flex {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }
    
    .featured-text h3 {
        font-size: 1.8rem;
    }
    
    .featured-highlights {
        justify-content: center;
        gap: 1rem;
    }
    
    .featured-image {
        flex: none;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .featured-highlights {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .featured-text h3 {
        font-size: 1.6rem;
    }
    
    .featured-text p {
        font-size: 1rem;
    }
}



/* ================================
   SERVICES SECTION
   ================================ */
.services-section {
    padding: var(--space-2xl) 0;
    background: linear-gradient(135deg, #fbbb57 0%, #fff 100%);
    position: relative;
    overflow: hidden;
}

.services-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.services-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
}

.services-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: floatSlow 8s ease-in-out infinite;
}

.services-shape-1 {
    width: 400px;
    height: 400px;
    top: 20%;
    left: -10%;
    animation-delay: -2s;
}

.services-shape-2 {
    width: 300px;
    height: 300px;
    bottom: 10%;
    right: -5%;
    animation-delay: -4s;
}

@keyframes floatSlow {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-30px) rotate(5deg);
    }
}

.services-section .section-header h2 {
    color: var(--color-white);
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.services-section .section-header p {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: var(--space-xl);
    margin-bottom: var(--space-2xl);
    position: relative;
    z-index: 2;
}

.service-tile {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    padding: var(--space-2xl);
    border-radius: 24px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 8px 16px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
}

.service-tile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #ff6b6b 0%, #4ecdc4 25%, #45b7d1 50%, #96ceb4 75%, #feca57 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.service-tile::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.03) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.service-tile:hover::before {
    transform: scaleX(1);
}

.service-tile:hover::after {
    opacity: 1;
}

.service-tile:hover {
    transform: translateY(-16px) scale(1.03);
    box-shadow: 
        0 32px 64px rgba(0, 0, 0, 0.15),
        0 16px 32px rgba(99, 102, 241, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border-color: rgba(99, 102, 241, 0.4);
}

.service-icon {
    font-size: 5rem;
    margin-bottom: var(--space-lg);
    text-align: center;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
    transition: all 0.4s ease;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.service-tile:hover .service-icon {
    transform: scale(1.15) rotate(-5deg);
    filter: drop-shadow(0 12px 24px rgba(99, 102, 241, 0.4));
}

.service-tile h3 {
    font-size: var(--text-2xl);
    font-weight: 800;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: var(--space-lg);
    text-align: center;
    letter-spacing: -0.02em;
}

.service-tile p {
    color: var(--color-gray);
    margin-bottom: var(--space-xl);
    line-height: 1.7;
    text-align: center;
    font-size: var(--text-base);
    font-weight: 500;
    padding: 0 var(--space-md);
}

.service-features {
    list-style: none;
    padding: var(--space-lg);
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);
    border-radius: 16px;
    border: 2px solid rgba(102, 126, 234, 0.15);
    box-shadow: inset 0 2px 8px rgba(102, 126, 234, 0.1);
}

.service-features li {
    color: var(--color-gray-dark);
    margin-bottom: var(--space-md);
    font-weight: 600;
    display: flex;
    align-items: center;
    font-size: var(--text-sm);
    transition: all 0.3s ease;
    padding: var(--space-xs) var(--space-sm);
    border-radius: var(--radius-md);
}

.service-features li:last-child {
    margin-bottom: 0;
}

.service-features li:hover {
    color: var(--color-primary);
    transform: translateX(8px);
    background: rgba(102, 126, 234, 0.1);
}

.service-features li::before {
    content: 'тнР';
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #ff6b6b 0%, #4ecdc4 100%);
    border-radius: 50%;
    margin-right: var(--space-md);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
    transition: all 0.3s ease;
}

.service-features li:hover::before {
    transform: scale(1.1) rotate(180deg);
    box-shadow: 0 6px 16px rgba(255, 107, 107, 0.4);
}

.services-cta {
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.9) 100%);
    padding: var(--space-2xl);
    border-radius: 32px;
    box-shadow: 
        0 24px 48px rgba(0, 0, 0, 0.15),
        0 8px 16px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(255, 255, 255, 0.6);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    z-index: 2;
}

.services-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 20%, rgba(102, 126, 234, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(245, 158, 11, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.services-cta h3 {
    font-size: var(--text-3xl);
    font-weight: 900;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 50%, #f093fb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: var(--space-md);
    position: relative;
    z-index: 1;
    letter-spacing: -0.02em;
}

.services-cta p {
    font-size: var(--text-lg);
    color: var(--color-gray-dark);
    margin-bottom: var(--space-xl);
    font-weight: 500;
    position: relative;
    z-index: 1;
}

/* ================================
   GALLERY SECTION
   ================================ */
.gallery-section {
    padding: var(--space-2xl) 0;
    background: linear-gradient(135deg, #ff6000 0%, #8a2c2c 100%);
}

.gallery-coming-soon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.gallery-placeholder {
    text-align: center;
    background: white;
    padding: var(--space-2xl);
    border-radius: 24px;
    box-shadow: var(--shadow-strong);
}

.gallery-icon {
    font-size: 5rem;
    margin-bottom: var(--space-lg);
    opacity: 0.7;
}

.gallery-placeholder h3 {
    font-size: var(--text-2xl);
    font-weight: 700;
    color: var(--color-gray-dark);
    margin-bottom: var(--space-md);
}

.gallery-placeholder p {
    color: var(--color-gray);
    margin-bottom: var(--space-xl);
    line-height: 1.6;
}

/* ================================
   TESTIMONIALS SECTION
   ================================ */
.testimonials-section {
    padding: var(--space-2xl) 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
}

.testimonials-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.testimonial-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
}

.testimonial-shape {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.03) 0%, rgba(245, 158, 11, 0.03) 100%);
    animation: floatSlow 8s ease-in-out infinite;
}

.testimonial-shape-1 {
    width: 400px;
    height: 400px;
    top: 20%;
    left: -10%;
    animation-delay: -2s;
}

.testimonial-shape-2 {
    width: 300px;
    height: 300px;
    bottom: 10%;
    right: -5%;
    animation-delay: -4s;
}

.overall-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-sm);
    background: white;
    padding: var(--space-lg);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    display: inline-block;
}

.rating-stars {
    font-size: var(--text-2xl);
    animation: sparkle 2s ease-in-out infinite;
}

@keyframes sparkle {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.rating-text {
    font-size: var(--text-lg);
    color: var(--color-gray-dark);
    font-weight: 600;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: var(--space-xl);
    margin-bottom: var(--space-2xl);
    position: relative;
    z-index: 2;
}

.testimonial-card {
    background: white;
    padding: var(--space-xl);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-accent) 50%, #f093fb 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.testimonial-card:hover::before {
    transform: scaleX(1);
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(102, 126, 234, 0.15);
}

.testimonial-card.featured {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(245, 158, 11, 0.05) 100%);
    border: 2px solid rgba(102, 126, 234, 0.2);
    transform: scale(1.02);
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    margin-bottom: var(--space-lg);
}

.customer-avatar {
    flex-shrink: 0;
}

.avatar-placeholder {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: var(--text-lg);
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
}

.customer-info {
    flex: 1;
}

.customer-info h4 {
    font-size: var(--text-lg);
    font-weight: 700;
    color: var(--color-gray-dark);
    margin-bottom: var(--space-xs);
}

.customer-info p {
    font-size: var(--text-sm);
    color: var(--color-gray);
    margin-bottom: var(--space-xs);
}

.review-stars {
    font-size: var(--text-sm);
}

.review-badge {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    padding: var(--space-xs) var(--space-sm);
    border-radius: 20px;
    font-size: var(--text-xs);
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

.testimonial-content {
    margin-bottom: var(--space-lg);
}

.testimonial-content p {
    font-size: var(--text-base);
    line-height: 1.7;
    color: var(--color-gray-dark);
    font-style: italic;
    position: relative;
}

.testimonial-content p::before {
    content: '"';
    font-size: 4rem;
    color: rgba(102, 126, 234, 0.2);
    position: absolute;
    top: -1rem;
    left: -1rem;
    font-family: serif;
}

.testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--text-sm);
}

.service-type {
    background: rgba(102, 126, 234, 0.1);
    color: var(--color-primary);
    padding: var(--space-xs) var(--space-sm);
    border-radius: 20px;
    font-weight: 600;
}

.review-date {
    color: var(--color-gray);
    font-weight: 500;
}

.testimonials-cta {
    text-align: center;
    background: white;
    padding: var(--space-2xl);
    border-radius: 24px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
    margin-bottom: var(--space-xl);
    position: relative;
    z-index: 2;
}

.testimonials-cta h3 {
    font-size: var(--text-3xl);
    font-weight: 800;
    color: var(--color-gray-dark);
    margin-bottom: var(--space-md);
}

.testimonials-cta p {
    font-size: var(--text-lg);
    color: var(--color-gray);
    margin-bottom: var(--space-xl);
}

.trust-indicators {
    display: flex;
    justify-content: center;
    gap: var(--space-xl);
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-md);
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    min-width: 120px;
    transition: all 0.3s ease;
}

.trust-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.trust-icon {
    font-size: var(--text-2xl);
}

.trust-item span:last-child {
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--color-gray-dark);
    text-align: center;
}

/* ================================
   QUOTE SECTION
   ================================ */
   
.quote-form-container {
    padding: 0% 20% 0% 20%;
}   
.quote-section {
    padding: var(--space-2xl) 0;
    background: linear-gradient(135deg, #fbbb57 0%, #fff 100%);
    color: white;
}

.quote-section .section-header h2 {
    color: white;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.quote-section .section-header p {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.quote-coming-soon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.quote-placeholder {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 100%px;
}

.quote-icon {
    font-size: 5rem;
    margin-bottom: var(--space-lg);
    opacity: 0.8;
}

.quote-placeholder h3 {
    font-size: var(--text-2xl);
    font-weight: 700;
    margin-bottom: var(--space-md);
}

.quote-placeholder p {
    margin-bottom: var(--space-xl);
    line-height: 1.6;
    opacity: 0.9;
}

.contact-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-lg);
}

.contact-btn {
    background: linear-gradient(135deg, #ff8f28 0%, #821717 100%);;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: var(--space-lg) var(--space-xl);
    font-size: var(--text-lg);
    font-weight: 600;
    text-decoration: none;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.contact-btn:hover {
    background: linear-gradient(135deg, #ff8f28 0%, #821717 10%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.contact-info {
    text-align: center;
    opacity: 0.9;
}

.contact-info p {
    margin-bottom: var(--space-xs);
    color:#ff8f28;
}
.contact-options h3 {
    color:#ff8f28;
}

/* Form Container */
.tiptop-contact-form-container {
  width: 100%;
  margin: 0 auto;
  padding: var(--tt-spacing-md);
  box-sizing: border-box;
}

/* Form Styling */
.tiptop-contact-form {
  background: var(--tt-neutral-50);
  border: 1px solid var(--tt-neutral-200);
  border-radius: var(--tt-border-radius-lg);
  padding: var(--tt-spacing-xl);
  box-shadow: var(--tt-shadow-sm);
  font-family: var(--tt-font-family);
  line-height: 1.6;
}

/* Form Header */
.form-header {
  margin-bottom: var(--tt-spacing-xl);
  text-align: center;
}

.form-title {
  font-size: var(--tt-font-size-xl);
  font-weight: 600;
  color: var(--tt-neutral-800);
  margin: 0 0 var(--tt-spacing-sm) 0;
}

.form-description {
  font-size: var(--tt-font-size-sm);
  color: var(--tt-neutral-600);
  margin: 0;
}

/* Fieldset Styling */
fieldset {
  border: 1px solid var(--tt-neutral-200);
  border-radius: var(--tt-border-radius);
  padding: var(--tt-spacing-lg);
  margin: 0 0 var(--tt-spacing-lg) 0;
}

.fieldset-legend {
  font-weight: 600;
  color: var(--tt-neutral-700);
  font-size: var(--tt-font-size-base);
  padding: 0 var(--tt-spacing-sm);
  background: var(--tt-neutral-50);
}

/* Form Layout */
.form-row {
  display: grid;
  gap: var(--tt-spacing-md);
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .form-row {
    grid-template-columns: 1fr 1fr;
  }
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: var(--tt-spacing-xs);
  margin-bottom: var(--tt-spacing-lg);
}

/* Labels */
.form-label {
  font-weight: 500;
  color: var(--tt-neutral-700);
  font-size: var(--tt-font-size-base);
  line-height: 1.5;
}

.required-indicator {
  color: var(--tt-error-color);
  font-weight: 600;
}

/* Form Controls */
.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: var(--tt-spacing-sm) var(--tt-spacing-md);
  border: 1px solid var(--tt-neutral-300);
  border-radius: var(--tt-border-radius);
  font-size: var(--tt-font-size-base);
  font-family: var(--tt-font-family);
  background: var(--tt-neutral-50);
  color: var(--tt-neutral-800);
  transition: var(--tt-transition);
  box-sizing: border-box;
  min-height: 44px; /* Touch-friendly minimum */
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: 2px solid var(--tt-primary-color);
  outline-offset: 2px;
  border-color: var(--tt-primary-color);
  box-shadow: 0 0 0 3px hsl(from var(--tt-primary-color) h s l / 0.1);
}

/* Textarea specific styling */
.form-textarea {
  resize: vertical;
  min-height: 80px;
  font-family: var(--tt-font-family);
}

/* Select specific styling */
.form-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  appearance: none;
}

/* Hover and Focus States */
.form-input:hover:not(:focus),
.form-select:hover:not(:focus),
.form-textarea:hover:not(:focus) {
  border-color: var(--tt-neutral-400);
}

/* Valid and Invalid States */
.form-input:valid:not(:placeholder-shown),
.form-select:valid,
.form-textarea:valid:not(:placeholder-shown) {
  border-color: var(--tt-success-color);
}

.form-input:invalid:not(:focus):not(:placeholder-shown),
.form-select:invalid:not(:focus),
.form-textarea:invalid:not(:focus):not(:placeholder-shown) {
  border-color: var(--tt-error-color);
}

/* Help Text */
.help-text {
  font-size: var(--tt-font-size-sm);
  color: var(--tt-neutral-500);
  margin-top: var(--tt-spacing-xs);
}

/* Error Messages */
.error-message {
  font-size: var(--tt-font-size-sm);
  color: var(--tt-error-color);
  font-weight: 500;
  margin-top: var(--tt-spacing-xs);
  display: none;
}

.error-message:not(:empty) {
  display: block;
}

/* Submit Button */
.form-actions {
  margin-top: var(--tt-spacing-xl);
  display: flex;
  justify-content: center;
}

.submit-button {
  background: var(--tt-primary-color);
  color: white;
  border: none;
  padding: var(--tt-spacing-md) var(--tt-spacing-xl);
  font-size: var(--tt-font-size-base);
  font-weight: 600;
  border-radius: var(--tt-border-radius);
  cursor: pointer;
  transition: var(--tt-transition);
  min-height: 48px;
  min-width: 160px;
  box-shadow: var(--tt-shadow-sm);
}

.submit-button:hover {
  background: var(--tt-primary-dark);
  transform: translateY(-1px);
  box-shadow: var(--tt-shadow-md);
}

.submit-button:active {
  transform: translateY(0);
  box-shadow: var(--tt-shadow-sm);
}

.submit-button:focus {
  outline: 2px solid var(--tt-primary-color);
  outline-offset: 2px;
}

/* Privacy Disclaimer */
.privacy-disclaimer {
  margin-top: var(--tt-spacing-lg);
  padding: var(--tt-spacing-md);
  background: var(--tt-neutral-100);
  border-radius: var(--tt-border-radius);
  border-left: 4px solid var(--tt-neutral-400);
}

.privacy-disclaimer p {
  font-size: var(--tt-font-size-sm);
  color: var(--tt-neutral-600);
  margin: 0;
  line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 639px) {
  .tiptop-contact-form-container {
    padding: var(--tt-spacing-sm);
  }
  
  .tiptop-contact-form {
    padding: var(--tt-spacing-lg);
  }
  
  .form-title {
    font-size: var(--tt-font-size-lg);
  }
}

/* WordPress Block Editor Compatibility */
.wp-block-group .tiptop-contact-form-container,
.wp-block-column .tiptop-contact-form-container {
  margin: 0;
}

/* WordPress Theme Compatibility */
.entry-content .tiptop-contact-form-container {
  max-width: none;
}

/* Print Styles */
@media print {
  .tiptop-contact-form {
    box-shadow: none;
    border: 1px solid #000;
  }
  
  .submit-button {
    background: #000 !important;
    color: #fff !important;
  }
}


/* ================================
   FOOTER STYLES - CLEAN CORPORATE
   ================================ */
.main-footer {
    background: linear-gradient(135deg, #ff8f28 0%, #821717 100%);
    color: var(--color-white);
    padding: var(--space-3xl) 0 0;
    position: relative;
}

/* Subtle top border accent */
.main-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff8f28, #4CAF50, #ff8f28);
}

.footer-content {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 var(--space-md);
}

.footer-main {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: var(--space-2xl);
    margin-bottom: var(--space-2xl);
    padding-bottom: var(--space-2xl);
    border-bottom: 1px solid #333;
}

/* Company info section (larger) */
.footer-section:first-child {
    border-right: 1px solid #333;
    padding-right: var(--space-xl);
}

.footer-section h3 {
    font-size: var(--text-2xl);
    font-weight: 900;
    margin-bottom: var(--space-lg);
    color: var(--color-white);
    letter-spacing: -0.02em;
}

.footer-section:first-child h3 {
    background: linear-gradient(135deg, #ff8f28 0%, #4CAF50 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: var(--text-3xl);
}

.footer-section h4 {
    font-size: var(--text-lg);
    font-weight: 700;
    margin-bottom: var(--space-lg);
    color: #ff8f28;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: var(--text-sm);
}

.footer-section p {
    margin-bottom: var(--space-md);
    line-height: 1.8;
    color: #cccccc;
    font-weight: 400;
}

.footer-contact p {
    margin-bottom: var(--space-sm);
    font-weight: 600;
    color: var(--color-white);
    font-size: var(--text-lg);
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: var(--space-md);
}

.footer-section ul li a {
    color: #cccccc;
    text-decoration: none;
    transition: var(--transition-smooth);
    font-weight: 500;
    display: block;
    padding: var(--space-xs) 0;
    border-bottom: 1px solid transparent;
}

.footer-section ul li a:hover {
    color: #ff8f28;
    border-bottom-color: #ff8f28;
    padding-left: var(--space-sm);
}

/* Business info styling */
.business-info {
    background: #242424;
    padding: var(--space-xl);
    border-radius: var(--radius-lg);
    border-left: 4px solid #ff8f28;
    margin-top: var(--space-lg);
}

.business-info p {
    margin-bottom: var(--space-sm);
    color: var(--color-white);
    font-weight: 600;
}

.footer-bottom {
    background: #0f0f0f00;
    padding: var(--space-xl) 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--space-lg);
    margin: 0 calc(var(--space-md) * -1);
    margin-top: var(--space-2xl);
    padding-left: var(--space-md);
    padding-right: var(--space-md);
}

.footer-trust {
    display: flex;
    gap: var(--space-lg);
    flex-wrap: wrap;
}

.footer-trust span {
    font-size: var(--text-xs);
    font-weight: 700;
    color: #4CAF50;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: var(--space-xs) var(--space-sm);
    border: 1px solid #4CAF50;
    border-radius: var(--radius-sm);
    background: rgba(76, 175, 80, 0.1);
}

.footer-copyright {
    text-align: center;
    flex: 1;
}

.footer-copyright p {
    font-size: var(--text-xs);
    color: #666;
    margin: 0;
    font-weight: 500;
}

/* Service highlights */
.service-highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-sm);
    margin-top: var(--space-lg);
}

.service-highlight {
    background: #2a2a2a;
    padding: var(--space-sm);
    border-radius: var(--radius-sm);
    border-left: 3px solid #4CAF50;
    font-size: var(--text-sm);
    color: #cccccc;
}

/* CTA in footer */
.footer-cta {
    background: linear-gradient(135deg, #ff8f28 0%, #4CAF50 100%);
    padding: var(--space-lg);
    border-radius: var(--radius-lg);
    text-align: center;
    margin: var(--space-xl) 0;
}

.footer-cta h4 {
    color: var(--color-white);
    margin-bottom: var(--space-sm);
    font-size: var(--text-lg);
}

.footer-cta a {
    background: var(--color-white);
    color: #ff8f28;
    padding: var(--space-sm) var(--space-lg);
    border-radius: var(--radius-md);
    text-decoration: none;
    font-weight: 700;
    transition: var(--transition-smooth);
}

.footer-cta a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-main {
        grid-template-columns: 1fr;
        gap: var(--space-xl);
    }
    
    .footer-section:first-child {
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid #333;
        padding-bottom: var(--space-xl);
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: var(--space-md);
    }
    
    .footer-trust {
        justify-content: center;
    }
    
    .service-highlights {
        grid-template-columns: 1fr;
    }
}

/* ================================
   RESPONSIVE DESIGN
   ================================ */

/* Quick Links Mobile */
@media (max-width: 768px) {
    .quick-links-section {
        padding: var(--space-md) 0;
    }
    
    .quick-links-grid {
        gap: var(--space-sm);
    }
    
    .quick-link {
        padding: var(--space-sm) var(--space-md);
        font-size: var(--text-xs);
        min-width: 100px;
    }
}

@media (max-width: 480px) {
    .quick-links-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--space-xs);
        max-width: 300px;
        margin: 0 auto;
    }
    
    .quick-link.highlight {
        grid-column: 1 / -1;
    }
}

/* Header Mobile */
@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        gap: var(--space-md);
    }
    
    .main-navigation ul {
        flex-direction: column;
        text-align: center;
        gap: var(--space-sm);
    }
}

/* Hero Mobile */
@media (max-width: 768px) {
    .hero-section {
        min-height: 80vh;
        padding: var(--space-xl) 0;
    }
    
    .hero-stats {
        gap: var(--space-md);
    }
    
    .stat {
        min-width: 100px;
        padding: var(--space-sm);
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-cta, .hero-call {
        width: 100%;
        max-width: 280px;
    }
}

/* Services Mobile */
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
    }
    
    .service-tile {
        padding: var(--space-lg);
    }
    
    .services-cta {
        padding: var(--space-lg);
    }
}

@media (max-width: 480px) {
    .services-section {
        padding: var(--space-xl) 0;
    }
    
    .service-tile {
        padding: var(--space-md);
    }
    
    .service-icon {
        font-size: 3rem;
    }
    
    .service-features {
        padding: var(--space-sm);
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
    }
    
    .testimonial-card {
        padding: var(--space-lg);
    }
    
    .trust-indicators {
        gap: var(--space-md);
    }
    
    .trust-item {
        min-width: 100px;
        padding: var(--space-sm);
    }
}

@media (max-width: 480px) {
    .testimonials-section {
        padding: var(--space-xl) 0;
    }
    
    .testimonial-header {
        flex-direction: column;
        text-align: center;
        gap: var(--space-sm);
    }
    
    .customer-info {
        text-align: center;
    }
    
    .testimonial-footer {
        flex-direction: column;
        gap: var(--space-sm);
        text-align: center;
    }
    
    .trust-indicators {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-sm);
        display: grid;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .footer-main {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
        text-align: center;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-trust {
        justify-content: center;
        gap: var(--space-md);
    }
}

@media (max-width: 480px) {
    .footer-trust {
        flex-direction: column;
        gap: var(--space-sm);
    }
}

/* General Mobile Optimizations */
@media (max-width: 768px) {
    .section-header h2 {
        font-size: var(--text-3xl);
    }
    
    .section-header p {
        font-size: var(--text-base);
    }
    
    .btn-primary, .btn-secondary {
        font-size: var(--text-base);
        padding: var(--space-sm) var(--space-lg);
    }
}

               /* Mobile Menu Styles */
                .menu-toggle {
                    display: none;
                    background: var(--color-secondary);
                    border: none;
                    padding: 0.75rem;
                    border-radius: 8px;
                    color: white;
                    font-size: 1.25rem;
                    cursor: pointer;
                    transition: all 0.3s ease;
                }
                
                .menu-toggle:hover {
                    background: var(--color-secondary-dark);
                    transform: scale(1.05);
                }
                
                @media (max-width: 768px) {
                    .menu-toggle {
                        display: block;
                    }
                    
                    .main-navigation {
                        position: absolute;
                        top: 100%;
                        left: 0;
                        right: 0;
                        background: white;
                        box-shadow: 0 4px 16px rgba(0,0,0,0.1);
                        transform: translateY(-10px);
                        opacity: 0;
                        visibility: hidden;
                        transition: all 0.3s ease;
                        z-index: 1000;
                    }
                    
                    .main-navigation.active {
                        transform: translateY(0);
                        opacity: 1;
                        visibility: visible;
                    }
                    
                    .main-navigation ul {
                        flex-direction: column;
                        padding: 1rem;
                        gap: 0;
                    }
                    
                    .main-navigation li {
                        border-bottom: 1px solid #f1f5f9;
                    }
                    
                    .main-navigation a {
                        display: block;
                        padding: 1rem;
                        border-radius: 8px;
                        transition: all 0.3s ease;
                    }
                    
                    .main-navigation a:hover {
                        background: var(--color-gray-light);
                    }
                }
                
                /* Header Scroll Effect */
                .main-header.scrolled {
                    background: rgba(255, 255, 255, 0.95);
                    backdrop-filter: blur(10px);
                    border-bottom: 1px solid rgba(102, 126, 234, 0.1);
                }
                
                /* Simple Contact Form Styles */
                .simple-contact-form {
                    max-width: 500px;
                    margin: 0 auto;
                    text-align: left;
                }
                
                .simple-contact-form .form-row {
                    display: grid;
                    grid-template-columns: 1fr 1fr;
                    gap: 1rem;
                    margin-bottom: 1rem;
                }
                
                .simple-contact-form input,
                .simple-contact-form select,
                .simple-contact-form textarea {
                    padding: 0.875rem;
                    border: 2px solid rgba(255, 255, 255, 0.3);
                    border-radius: 8px;
                    background: rgba(255, 255, 255, 0.1);
                    color: white;
                    font-size: 1rem;
                    backdrop-filter: blur(10px);
                    transition: all 0.3s ease;
                }
                
                .simple-contact-form input::placeholder,
                .simple-contact-form textarea::placeholder {
                    color: rgba(255, 255, 255, 0.7);
                }
                
                .simple-contact-form input:focus,
                .simple-contact-form select:focus,
                .simple-contact-form textarea:focus {
                    outline: none;
                    border-color: rgba(255, 255, 255, 0.6);
                    background: rgba(255, 255, 255, 0.2);
                }
                
                .simple-contact-form textarea {
                    grid-column: 1 / -1;
                    resize: vertical;
                    min-height: 100px;
                }
                
                .simple-contact-form button {
                    width: 100%;
                    margin-top: 1rem;
                }
                
                .form-message {
                    margin-top: 1rem;
                    padding: 1rem;
                    border-radius: 8px;
                    text-align: center;
                    font-weight: 600;
                }
                
                .form-message-success {
                    background: rgba(16, 185, 129, 0.2);
                    border: 2px solid rgba(16, 185, 129, 0.4);
                    color: #065f46;
                }
                
                .form-message-error {
                    background: rgba(239, 68, 68, 0.2);
                    border: 2px solid rgba(239, 68, 68, 0.4);
                    color: #991b1b;
                }
                
                @media (max-width: 480px) {
                    .simple-contact-form .form-row {
                        grid-template-columns: 1fr;
                    }
                }
                
                /* Ripple Animation */
                @keyframes ripple {
                    0% {
                        transform: scale(0);
                        opacity: 1;
                    }
                    100% {
                        transform: scale(2);
                        opacity: 0;
                    }
                }
                
/* Services Page Styles */

/* Services Hero Section */
.services-hero-section {
    background: linear-gradient(135deg, #ff6000 0%, #8a2c2c 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.services-hero-section .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.services-hero-section .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

.services-hero-section h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}

.services-hero-section .hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.services-hero-section .hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Detailed Services Section */
.detailed-services-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #fbbb57 0%, #fff 100%);
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 15px;
}

.section-header p {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* Services Grid */
.detailed-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Service Cards */
.detailed-service-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e9ecef;
}

.detailed-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    background: linear-gradient(135deg, #ff6000 0%, #8a2c2c 100%);
}

/* Service Header */
.service-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    position: relative;
}

.service-icon {
    font-size: 2.5rem;
    background: linear-gradient(45deg, #4CAF50, #45a049);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service-header h3 {
    font-size: 1.5rem;
    color: #333;
    margin: 0;
    flex-grow: 1;
}

/* Service Badges */
.service-badge {
    background: #ff6b6b;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: absolute;
    top: -10px;
    right: 0;
}

.safety-badge {
    background: #ff4757;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 71, 87, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(255, 71, 87, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 71, 87, 0); }
}

/* Service Content */
.service-description {
    margin-bottom: 25px;
}

.service-description p {
    color: #666;
    line-height: 1.6;
    font-size: 1rem;
}

/* Service Benefits */
.service-benefits,
.service-process,
.service-frequency,
.warning-signs {
    margin-bottom: 25px;
}

.service-benefits h4,
.service-process h4,
.service-frequency h4,
.warning-signs h4 {
    color: #333;
    font-size: 1.1rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-benefits ul,
.warning-signs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-benefits li,
.warning-signs li {
    padding: 5px 0;
    color: #555;
    line-height: 1.5;
}

.service-process ol {
    padding-left: 20px;
    color: #555;
}

.service-process li {
    padding: 3px 0;
    line-height: 1.5;
}

/* Additional Services */
.additional-services-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.additional-service {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #4CAF50;
}

.additional-service strong {
    color: #333;
    display: block;
    margin-bottom: 5px;
}

.additional-service p {
    margin: 0;
    color: #666;
    font-size: 0.9rem;
}

/* Service CTA Buttons */
.service-cta-btn {
    background: linear-gradient(135deg, #ff6000 0%, #8a2c2c 100%);
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
}

.service-cta-btn:hover {
    background: linear-gradient(135deg, #ff6000 0%, #8a2c2c 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.4);
    color: white;
    text-decoration: none;
}

.service-cta-btn.urgent {
    background: linear-gradient(45deg, #ff6b6b, #ff5252);
}

.service-cta-btn.urgent:hover {
    background: linear-gradient(45deg, #ff5252, #ff1744);
}

/* Service Areas Section */
.service-areas-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #fbbb57 0%, #fff 100%);
    text-align: center;
}

.service-areas-section h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 10px;
}

.service-areas-section > p {
    color: #666;
    margin-bottom: 40px;
}

.service-areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    max-width: 800px;
    margin: 0 auto 30px;
}

.service-area {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    font-weight: 600;
    color: #333;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.service-area:hover {
    background: #4CAF50;
    color: white;
    transform: translateY(-2px);
}

.service-area-note {
    color: #666;
    font-style: italic;
}

.service-area-note a {
    color: #4CAF50;
    text-decoration: none;
}

/* Final CTA Section */
.services-final-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #ff6000 0%, #8a2c2c 100%);
    color: white;
    text-align: center;
}

.final-cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.final-cta-content p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.final-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.btn-primary.large,
.btn-secondary.large {
    padding: 15px 30px;
    font-size: 1.1rem;
}

.trust-badges {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 768px) {
    .services-hero-section h1 {
        font-size: 2rem;
    }
    
    .detailed-services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .detailed-service-card {
        padding: 20px;
    }
    
    .service-areas-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .final-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .trust-badges {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .services-hero-section {
        padding: 60px 0;
    }
    
    .detailed-services-section {
        padding: 60px 0;
    }
    
    .services-final-cta {
        padding: 60px 0;
    }
    
    .final-cta-content h2 {
        font-size: 2rem;
    }
}

/* Contact Page Styles */

/* Contact Hero */
.contact-hero-section {
    background: linear-gradient(135deg, #ff6000 0%, #8a2c2c 100%);
    padding: 80px 0;
    color: white;
    text-align: center;
}

.contact-hero-section h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.contact-hero-section .hero-subtitle {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Contact Methods */
.contact-methods-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #fbbb57 0%, #fff 100%);
}

.contact-methods-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-method-card {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.contact-method-card:hover {
    transform: translateY(-5px);
}

.primary-contact {
    border: 3px solid #4CAF50;
    position: relative;
}

.primary-contact::before {
    content: "BEST WAY TO REACH US";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #4CAF50;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
}

.contact-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.contact-method-card h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 20px;
}

.contact-link {
    font-size: 1.3rem;
    font-weight: bold;
    color: #4CAF50;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
}

.phone-link {
    font-size: 2rem;
}

.contact-link:hover {
    color: #45a049;
}

.contact-description {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.business-hours, .response-time {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #555;
}

.service-areas-list {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 20px 0;
}

.area-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.area-column li {
    padding: 3px 0;
    color: #555;
}

/* Contact Form Section */
.contact-form-section {
    padding: 80px 0;
    background: white;
}

.form-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.form-section-header h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 15px;
}

.contact-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: start;
}

.form-benefits h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 30px;
}

.benefit-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.benefit-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.benefit-icon {
    font-size: 1.5rem;
    background: linear-gradient(45deg, #4CAF50, #45a049);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.benefit-content strong {
    color: #333;
    display: block;
    margin-bottom: 5px;
}

.benefit-content p {
    color: #666;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Emergency Services */
.emergency-services-section {
    padding: 60px 0;
    background: #fff3cd;
    border-top: 3px solid #ffc107;
    border-bottom: 3px solid #ffc107;
}

.emergency-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.emergency-header h2 {
    color: #856404;
    margin-bottom: 15px;
}

.emergency-scenarios {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 40px 0;
}

.emergency-item {
    background: white;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #ffc107;
}

.emergency-item strong {
    color: #856404;
    display: block;
    margin-bottom: 8px;
}

.emergency-btn {
    background: #dc3545;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    display: inline-block;
    margin-bottom: 15px;
}

.emergency-btn:hover {
    background: #c82333;
    color: white;
    text-decoration: none;
}

/* FAQ Section */
.contact-faq-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.contact-faq-section h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 60px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.faq-item h3 {
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.faq-item p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-form-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-methods-grid {
        grid-template-columns: 1fr;
    }
    
    .emergency-scenarios {
        grid-template-columns: 1fr;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .service-areas-list {
        flex-direction: column;
        gap: 10px;
    }
}

/* About Page Styles */

/* About Hero */
.about-hero-section {
    background: linear-gradient(135deg, #ff6000 0%, #8a2c2c 100%);
    padding: 80px 0;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-hero-section h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.about-hero-section .hero-subtitle {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Our Story Section */
.our-story-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #fbbb57 0%, #fff 100%);
}

.story-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.featured-highlights p {
    color:white;
}

.section-badge {
    display: inline-block;
    background: #4CAF50;
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.section-badge h2, p {
    color:#ff8f28;
}

.story-text h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.3;
}

.story-paragraphs p {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 25px;
}

.story-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-placeholder {
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 15px;
    padding: 60px 40px;
    text-align: center;
    width: 100%;
    max-width: 400px;
}

.placeholder-icon {
    font-size: 4rem;
    margin-bottom: 15px;
    opacity: 0.5;
}

.image-placeholder p {
    color: #666;
    margin: 0;
    font-style: italic;
}

/* Mission & Values Section */
.mission-values-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.mission-values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.mission-card,
.values-card,
.promise-card {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.mission-card:hover,
.values-card:hover,
.promise-card:hover {
    transform: translateY(-5px);
}

.card-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #4CAF50, #45a049);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.mission-card h3,
.values-card h3,
.promise-card h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 20px;
}

.mission-card p,
.promise-card p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.values-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.values-list li {
    color: #666;
    line-height: 1.6;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

.values-list li::before {
    content: "✓";
    color: #4CAF50;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.values-list strong {
    color: #333;
}

/* Why Choose Us Section */
.why-choose-section {
    padding: 80px 0;
    background: white;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 15px;
}

.section-header p {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.choose-us-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.reason-card {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.reason-card:hover {
    background: white;
    border-color: #4CAF50;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.reason-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    background: linear-gradient(45deg, #4CAF50, #45a049);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.reason-card h4 {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 15px;
}

.reason-card p {
    color: #666;
    line-height: 1.6;
    margin: 0;
    font-size: 0.95rem;
}

/* About Services Section */
.about-services-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.about-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.about-service-item {
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.about-service-item:hover {
    transform: translateY(-3px);
}

.about-service-item .service-icon {
    font-size: 2rem;
    margin-bottom: 15px;
    background: linear-gradient(45deg, #4CAF50, #45a049);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.about-service-item h4 {
    color: #333;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.about-service-item p {
    color: #666;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

.services-cta {
    text-align: center;
}

/* Credentials Section */
.credentials-section {
    padding: 80px 0;
    background: white;
    text-align: center;
}

.credentials-section h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 60px;
}

.credentials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.credential-item {
    padding: 30px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.credential-item:hover {
    border-color: #4CAF50;
    background: #f8f9fa;
}

.credential-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #4CAF50;
}

.credential-item h4 {
    color: #333;
    margin-bottom: 10px;
}

.credential-item p {
    color: #666;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Community Section */
.community-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.community-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.community-text h2 {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 25px;
    line-height: 1.3;
}

.community-text p {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 30px;
}

.service-areas h4 {
    color: #333;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.areas-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.areas-list span {
    background: #4CAF50;
    color: white;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.9rem;
    font-weight: 500;
}

/* CTA Section */
.about-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #ff6000 0%, #8a2c2c 100%);
    color: white;
    text-align: center;
}

.cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary.large,
.btn-secondary.large {
    padding: 15px 30px;
    font-size: 1.1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-hero-section h1 {
        font-size: 2.2rem;
    }
    
    .story-content,
    .community-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .mission-values-grid {
        grid-template-columns: 1fr;
    }
    
    .choose-us-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .areas-list {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .about-hero-section {
        padding: 60px 0;
    }
    
    .our-story-section,
    .mission-values-section,
    .why-choose-section,
    .about-services-section,
    .credentials-section,
    .community-section,
    .about-cta-section {
        padding: 60px 0;
    }
    
    .story-text h2,
    .section-header h2,
    .credentials-section h2,
    .community-text h2,
    .cta-content h2 {
        font-size: 2rem;
    }
}
         
/* Dryer Vent Cleaning Page Styles */

/* Hero Section */
.dryer-hero-section {
    background: linear-gradient(135deg, #ff6000 0%, #8a2c2c 100%);
    padding: 80px 0;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.dryer-hero-section .hero-badge.urgent {
    background: #fff3cd;
    color: #856404;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
    border: 2px solid #ffc107;
}

.dryer-hero-section h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.dryer-hero-section .hero-subtitle {
    font-size: 1.3rem;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.stat {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffc107;
    line-height: 1;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-top: 5px;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Warning Signs Section */
.warning-signs-section {
    padding: 80px 0;
    background: #fff3cd;
    border-top: 5px solid #ffc107;
}

.warning-signs-section .section-header h2 {
    color: #856404;
    font-size: 2.5rem;
    margin-bottom: 15px;
    text-align: center;
}

.warning-signs-section .section-header p {
    color: #856404;
    font-size: 1.1rem;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px;
}

.warning-signs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto 60px;
}

.warning-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    border-left: 5px solid #ffc107;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.warning-card:hover {
    transform: translateY(-3px);
}

.warning-card.critical {
    border-left-color: #dc3545;
    background: linear-gradient(135deg, #fff 0%, #ffebee 100%);
}

.warning-card.high {
    border-left-color: #ff6b35;
    background: linear-gradient(135deg, #fff 0%, #fff3e0 100%);
}

.warning-card.medium {
    border-left-color: #ffc107;
}

.warning-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.warning-card h3 {
    color: #333;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.warning-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.danger-level {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.critical .danger-level {
    background: #dc3545;
    color: white;
}

.high .danger-level {
    background: #ff6b35;
    color: white;
}

.medium .danger-level {
    background: #ffc107;
    color: #856404;
}

/* Emergency CTA */
.emergency-cta {
    background: linear-gradient(135deg, #ff6000 0%, #8a2c2c 100%);
    color: white;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.emergency-content h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.emergency-content p {
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.emergency-btn {
    background: white;
    color: #f00;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    display: inline-block;
    transition: all 0.3s ease;
}

.emergency-btn:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    color: #f00;
    text-decoration: none;
}

/* Why It Matters Section */
.why-matters-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #fbbb57 0%, #fff 100%);
}

.matters-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.matters-text h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.3;
}

.stat-highlight {
    background: linear-gradient(135deg, #ff6000 0%, #8a2c2c 100%);
    color: white;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 40px;
    text-align: center;
}

.stat-highlight .stat-number {
    font-size: 3rem;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.stat-highlight .stat-text {
    font-size: 1.1rem;
    line-height: 1.5;
}

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.benefit-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.benefit-icon {
    font-size: 1.5rem;
    background: linear-gradient(45deg, #4CAF50, #45a049);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.benefit-content strong {
    color: #333;
    display: block;
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.benefit-content p {
    color: #666;
    margin: 0;
    line-height: 1.5;
}

.service-image {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* Process Section */
.process-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.process-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.process-section .section-header h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 15px;
}

.process-steps {
    max-width: 1000px;
    margin: 0 auto;
}

.process-step {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
    align-items: flex-start;
}

.step-number {
    background: linear-gradient(45deg, #4CAF50, #45a049);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    flex-shrink: 0;
}

.step-content {
    flex-grow: 1;
}

.step-content h3 {
    color: #333;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.step-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.step-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.step-content li {
    color: #555;
    padding: 3px 0;
    padding-left: 20px;
    position: relative;
}

.step-content li::before {
    content: "✓";
    color: #4CAF50;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Pricing Section */
.pricing-section {
    padding: 80px 0;
    background: #fff3cd;
}

.pricing-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.pricing-card {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.pricing-card.featured {
    border-color: #4CAF50;
    transform: scale(1.05);
}

.featured-badge {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #4CAF50;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: bold;
}

.pricing-header h3 {
    color: #333;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.price {
    font-size: 3rem;
    font-weight: bold;
    color: #4CAF50;
    margin-bottom: 5px;
}

.price-note {
    color: #666;
    margin-bottom: 25px;
    font-style: italic;
}

.pricing-features ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    text-align: left;
}

.pricing-features li {
    padding: 8px 0;
    color: #555;
    border-bottom: 1px solid #f8f9fa;
}

.pricing-btn {
    background: linear-gradient(45deg, #4CAF50, #45a049);
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    width: 80%;
}

.pricing-btn:hover {
    background: linear-gradient(45deg, #45a049, #3d8b40);
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

.emergency-btn {
    background: linear-gradient(135deg, #000 0%, #900 100%);
}

.emergency-btn:hover {
    background: linear-gradient(135deg, #000 0%, #900 10%);
}

.savings-note {
   text-align: center;
   background: #e8f5e8;
   padding: 20px;
   border-radius: 10px;
   border-left: 5px solid #4CAF50;
   max-width: 800px;
   margin: 0 auto;
}

.savings-note p {
   color: #2e7d32;
   font-size: 1.1rem;
   margin: 0;
   font-weight: 500;
}

/* FAQ Section */
.dryer-faq-section {
   padding: 80px 0;
   background: #f8f9fa;
}

.dryer-faq-section h2 {
   text-align: center;
   font-size: 2.5rem;
   color: #333;
   margin-bottom: 60px;
}

.faq-grid {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
   gap: 30px;
   max-width: 1200px;
   margin: 0 auto;
}

.faq-item {
   background: white;
   padding: 30px;
   border-radius: 10px;
   box-shadow: 0 5px 15px rgba(0,0,0,0.1);
   transition: transform 0.3s ease;
}

.faq-item:hover {
   transform: translateY(-3px);
}

.faq-item h3 {
   color: #333;
   font-size: 1.2rem;
   margin-bottom: 15px;
   line-height: 1.4;
}

.faq-item p {
   color: #666;
   line-height: 1.6;
   margin: 0;
}

/* Final CTA Section */
.dryer-final-cta {
   padding: 80px 0;
   background: linear-gradient(135deg, #ff6000 0%, #8a2c2c 100%);
   color: white;
   text-align: center;
}

.final-cta-content h2 {
   font-size: 2.8rem;
   margin-bottom: 25px;
   font-weight: bold;
}

.final-cta-content p {
   font-size: 1.3rem;
   margin-bottom: 40px;
   max-width: 700px;
   margin-left: auto;
   margin-right: auto;
   line-height: 1.6;
}

.urgency-stats {
   display: flex;
   justify-content: center;
   gap: 50px;
   margin-bottom: 50px;
   flex-wrap: wrap;
}

.urgency-stat {
   text-align: center;
}

.urgency-stat strong {
   font-size: 3rem;
   display: block;
   color: #ffc107;
   font-weight: bold;
   line-height: 1;
}

.urgency-stat span {
   font-size: 1rem;
   opacity: 0.9;
   margin-top: 5px;
   display: block;
}

.final-cta-buttons {
   display: flex;
   gap: 25px;
   justify-content: center;
   margin-bottom: 40px;
   flex-wrap: wrap;
}

.btn-primary.large,
.btn-secondary.large {
   padding: 18px 35px;
   font-size: 1.2rem;
   border-radius: 8px;
}

.trust-badges {
   display: flex;
   gap: 30px;
   justify-content: center;
   flex-wrap: wrap;
   font-size: 1rem;
   opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 768px) {
   .dryer-hero-section h1 {
       font-size: 2.2rem;
   }
   
   .hero-stats {
       gap: 20px;
   }
   
   .stat-number {
       font-size: 2rem;
   }
   
   .warning-signs-grid {
       grid-template-columns: 1fr;
   }
   
   .matters-content {
       grid-template-columns: 1fr;
       gap: 40px;
   }
   
   .process-step {
       flex-direction: column;
       gap: 20px;
       text-align: center;
   }
   
   .pricing-cards {
       grid-template-columns: 1fr;
   }
   
   .pricing-card.featured {
       transform: none;
   }
   
   .urgency-stats {
       gap: 30px;
   }
   
   .urgency-stat strong {
       font-size: 2.5rem;
   }
   
   .final-cta-buttons {
       flex-direction: column;
       align-items: center;
   }
   
   .trust-badges {
       flex-direction: column;
       gap: 15px;
   }
}

@media (max-width: 480px) {
   .dryer-hero-section {
       padding: 60px 0;
   }
   
   .dryer-hero-section h1 {
       font-size: 1.8rem;
   }
   
   .hero-stats {
       flex-direction: column;
       gap: 15px;
   }
   
   .warning-signs-section,
   .why-matters-section,
   .process-section,
   .pricing-section,
   .dryer-faq-section,
   .dryer-final-cta {
       padding: 60px 0;
   }
   
   .matters-text h2,
   .process-section .section-header h2,
   .pricing-section .section-header h2,
   .dryer-faq-section h2,
   .final-cta-content h2 {
       font-size: 2rem;
   }
   
   .stat-highlight .stat-number {
       font-size: 2.5rem;
   }
   
   .price {
       font-size: 2.5rem;
   }
   
   .emergency-cta {
       padding: 30px 20px;
   }
   
   .emergency-content h3 {
       font-size: 1.5rem;
   }
}

/* Animation for urgent elements */
@keyframes pulse {
   0% { transform: scale(1); }
   50% { transform: scale(1.05); }
   100% { transform: scale(1); }
}

.warning-card.critical:hover {
   animation: pulse 2s infinite;
}

.emergency-btn:hover {
   animation: pulse 1s infinite;
}

/* Additional utility classes */
.text-center {
   text-align: center;
}

.text-danger {
   color: #dc3545;
}

.text-warning {
   color: #856404;
}

.bg-light {
   background-color: #f8f9fa;
}

.mb-4 {
   margin-bottom: 1.5rem;
}

.mt-4 {
   margin-top: 1.5rem;
}
      
/* Roof Cleaning Page Styles */

/* Hero Section */
.roof-hero-section {
    background: linear-gradient(135deg, #ff6000 0%, #8a2c2c 100%);
    padding: 80px 0;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.roof-hero-section .hero-badge.professional {
    background: #81c784;
    color: #1b5e20;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
    border: 2px solid #4caf50;
}

.roof-hero-section h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.roof-hero-section .hero-subtitle {
    font-size: 1.3rem;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

/* Problems Section */
.roof-problems-section {
    padding: 80px 0;
    background: #fff3e0;
    border-top: 5px solid #ff9800;
}

.roof-problems-section .section-header h2 {
    color: #e65100;
    font-size: 2.5rem;
    margin-bottom: 15px;
    text-align: center;
}

.roof-problems-section .section-header p {
    color: #bf360c;
    font-size: 1.1rem;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px;
}

.problems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto 60px;
}

.problem-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    border-left: 5px solid #ff9800;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.problem-card:hover {
    transform: translateY(-3px);
}

.problem-card.severe {
    border-left-color: #d32f2f;
    background: linear-gradient(135deg, #fff 0%, #ffebee 100%);
}

.problem-card.moderate {
    border-left-color: #ff9800;
}

.problem-card.aesthetic {
    border-left-color: #1976d2;
    background: linear-gradient(135deg, #fff 0%, #e3f2fd 100%);
}

.problem-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.problem-card h3 {
    color: #333;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.problem-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.problem-impact {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.severe .problem-impact {
    background: #d32f2f;
    color: white;
}

.moderate .problem-impact {
    background: #ff9800;
    color: white;
}

.aesthetic .problem-impact {
    background: #1976d2;
    color: white;
}

/* Problems CTA */
.problems-cta {
    background: linear-gradient(135deg, #ff6000 0%, #8a2c2c 100%);
    color: white;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.problems-content h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.problems-content p {
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.problems-btn {
    background: white;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    display: inline-block;
    transition: all 0.3s ease;
}

.problems-btn:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    text-decoration: none;
}

/* Soft Wash Section */
.soft-wash-section {
    padding: 80px 0;
    background: white;
}

.soft-wash-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.soft-wash-text h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.3;
}

.method-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.wrong-method,
.right-method {
    padding: 25px;
    border-radius: 10px;
}

.wrong-method {
    background: #ffebee;
    border-left: 5px solid #d32f2f;
}

.right-method {
    background: #e8f5e8;
    border-left: 5px solid #4caf50;
}

.wrong-method h4,
.right-method h4 {
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.wrong-method h4 {
    color: #d32f2f;
}

.right-method h4 {
    color: #2e7d32;
}

.wrong-method ul,
.right-method ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wrong-method li,
.right-method li {
    padding: 5px 0;
    color: #555;
    line-height: 1.5;
}

.safety-note {
    background: #e3f2fd;
    padding: 25px;
    border-radius: 10px;
    border-left: 5px solid #1976d2;
}
.safety-note h4 {
   color: #1976d2;
   margin-bottom: 10px;
   font-size: 1.1rem;
}

.safety-note p {
   color: #555;
   margin: 0;
   line-height: 1.6;
}

.soft-wash-image {
   display: flex;
   justify-content: center;
   align-items: center;
}

/* Process Section */
.roof-process-section {
   padding: 80px 0;
   background: linear-gradient(135deg, #fbbb57 0%, #fff 100%);
}

.roof-process-section .section-header {
   text-align: center;
   margin-bottom: 60px;
}

.roof-process-section .section-header h2 {
   font-size: 2.5rem;
   color: #333;
   margin-bottom: 15px;
}

.process-steps {
   max-width: 1000px;
   margin: 0 auto;
}

.process-step {
   display: flex;
   gap: 30px;
   margin-bottom: 50px;
   align-items: flex-start;
}

.step-number {
   background: linear-gradient(135deg, #ff6000 0%, #8a2c2c 100%);
   color: white;
   width: 60px;
   height: 60px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 1.5rem;
   font-weight: bold;
   flex-shrink: 0;
}

.step-content {
   flex-grow: 1;
}

.step-content h3 {
   color: #333;
   font-size: 1.5rem;
   margin-bottom: 15px;
}

.step-content p {
   color: #666;
   line-height: 1.6;
   margin-bottom: 15px;
}

.step-content ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

.step-content li {
   color: #555;
   padding: 3px 0;
   padding-left: 20px;
   position: relative;
}

.step-content li::before {
   content: "✓";
   color: #4caf50;
   font-weight: bold;
   position: absolute;
   left: 0;
}

/* Benefits Section */
.roof-benefits-section {
   padding: 80px 0;
   background: white;
}

.roof-benefits-section .section-header {
   text-align: center;
   margin-bottom: 60px;
}

.benefits-grid {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 30px;
   max-width: 1200px;
   margin: 0 auto;
}

.benefit-card {
   background: #f8f9fa;
   padding: 30px;
   border-radius: 10px;
   text-align: center;
   transition: all 0.3s ease;
   border: 2px solid transparent;
}

.benefit-card:hover {
   background: white;
   border-color: #4caf50;
   transform: translateY(-5px);
   box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.benefit-icon {
   font-size: 2.5rem;
   margin-bottom: 15px;
   background: linear-gradient(45deg, #4caf50, #2e7d32);
   width: 60px;
   height: 60px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 15px;
}

.benefit-card h3 {
   color: #333;
   font-size: 1.2rem;
   margin-bottom: 15px;
}

.benefit-card p {
   color: #666;
   line-height: 1.6;
   margin: 0;
   font-size: 0.95rem;
}

/* Pricing Section */
.roof-pricing-section {
   padding: 80px 0;
   background: linear-gradient(135deg, #fbbb57 0%, #fff 100%);
}

.roof-pricing-section .section-header {
   text-align: center;
   margin-bottom: 60px;
}

.pricing-cards {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 30px;
   max-width: 1000px;
   margin: 0 auto 40px;
}

.pricing-card {
   background: white;
   border: 2px solid #e9ecef;
   border-radius: 15px;
   padding: 30px;
   text-align: center;
   position: relative;
   transition: all 0.3s ease;
}

.pricing-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.pricing-card.featured {
   border-color: #4caf50;
   transform: scale(1.05);
}

.featured-badge {
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   background: #4caf50;
   color: white;
   padding: 8px 20px;
   border-radius: 20px;
   font-size: 0.9rem;
   font-weight: bold;
}

.pricing-header h3 {
   color: #333;
   font-size: 1.5rem;
   margin-bottom: 15px;
}

.price {
   font-size: 3rem;
   font-weight: bold;
   color: #4caf50;
   margin-bottom: 5px;
}

.price-note {
   color: #666;
   margin-bottom: 25px;
   font-style: italic;
}

.pricing-features ul {
   list-style: none;
   padding: 0;
   margin: 0 0 30px;
   text-align: left;
}

.pricing-features li {
   padding: 8px 0;
   color: #555;
   border-bottom: 1px solid #f8f9fa;
}

.pricing-btn {
   background: linear-gradient(45deg, #4caf50, #2e7d32);
   color: white;
   padding: 12px 25px;
   border-radius: 25px;
   text-decoration: none;
   font-weight: 600;
   transition: all 0.3s ease;
   display: inline-block;
   width: 80%;
}

.pricing-btn:hover {
   background: linear-gradient(45deg, #2e7d32, #1b5e20);
   transform: translateY(-2px);
   color: white;
   text-decoration: none;
}

/* Savings Calculator */
.savings-calculator {
   background: #e8f5e8;
   padding: 30px;
   border-radius: 15px;
   max-width: 600px;
   margin: 0 auto;
   text-align: center;
   border-left: 5px solid #4caf50;
}

.savings-calculator h3 {
   color: #2e7d32;
   margin-bottom: 20px;
   font-size: 1.5rem;
}

.savings-breakdown {
   display: flex;
   flex-direction: column;
   gap: 10px;
}

.savings-item {
   display: flex;
   justify-content: space-between;
   padding: 8px 0;
   border-bottom: 1px solid #c8e6c9;
}

.savings-item strong {
   color: #2e7d32;
}

.savings-item span {
   color: #4caf50;
   font-weight: 600;
}

.total-savings {
   display: flex;
   justify-content: space-between;
   padding: 15px 0 0;
   border-top: 2px solid #4caf50;
   margin-top: 10px;
   font-size: 1.1rem;
}

.total-savings strong {
   color: #1b5e20;
}

.total-savings span {
   color: #2e7d32;
   font-weight: bold;
   font-size: 1.2rem;
}

/* Gallery Section */
.roof-gallery-section {
   padding: 80px 0;
   background: white;
}

.gallery-preview {
   text-align: center;
}

.gallery-placeholder {
   background: #f8f9fa;
   border: 2px dashed #dee2e6;
   border-radius: 15px;
   padding: 60px 40px;
   max-width: 600px;
   margin: 0 auto;
}

.gallery-icon {
   font-size: 4rem;
   margin-bottom: 15px;
   opacity: 0.5;
}

.gallery-placeholder h3 {
   color: #333;
   margin-bottom: 15px;
}

.gallery-placeholder p {
   color: #666;
   margin-bottom: 25px;
   font-style: italic;
}

/* FAQ Section */
.roof-faq-section {
   padding: 80px 0;
   background: #f8f9fa;
}

.roof-faq-section h2 {
   text-align: center;
   font-size: 2.5rem;
   color: #333;
   margin-bottom: 60px;
}

.faq-grid {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
   gap: 30px;
   max-width: 1200px;
   margin: 0 auto;
}

.faq-item {
   background: white;
   padding: 30px;
   border-radius: 10px;
   box-shadow: 0 5px 15px rgba(0,0,0,0.1);
   transition: transform 0.3s ease;
}

.faq-item:hover {
   transform: translateY(-3px);
}

.faq-item h3 {
   color: #333;
   font-size: 1.2rem;
   margin-bottom: 15px;
   line-height: 1.4;
}

.faq-item p {
   color: #666;
   line-height: 1.6;
   margin: 0;
}

/* Local SEO Section */
.roof-local-section {
   padding: 80px 0;
   background: white;
}

.local-content h2 {
   text-align: center;
   font-size: 2.5rem;
   color: #333;
   margin-bottom: 60px;
}

.local-info {
   display: grid;
   grid-template-columns: 2fr 1fr;
   gap: 60px;
   align-items: center;
   max-width: 1200px;
   margin: 0 auto;
}

.local-text p {
   color: #666;
   font-size: 1.1rem;
   line-height: 1.7;
   margin-bottom: 25px;
}

.service-areas h4 {
   color: #333;
   margin-bottom: 15px;
   font-size: 1.1rem;
}

.areas-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 10px;
}

.areas-grid span {
   background: linear-gradient(135deg, #ff6000 0%, #8a2c2c 100%);
   color: white;
   padding: 6px 12px;
   border-radius: 15px;
   font-size: 0.9rem;
   font-weight: 500;
   text-align: center;
}

.local-stats {
   display: flex;
   flex-direction: column;
   gap: 20px;
}

.stat-box {
   background: #f8f9fa;
   padding: 25px;
   border-radius: 10px;
   text-align: center;
   border-left: 5px solid #4caf50;
}

.stat-box .stat-number {
   font-size: 2.5rem;
   font-weight: bold;
   color: #4caf50;
   line-height: 1;
}

.stat-box .stat-label {
   font-size: 0.9rem;
   color: #666;
   margin-top: 5px;
}

/* Final CTA Section */
.roof-final-cta {
   padding: 80px 0;
   background: linear-gradient(135deg, #ff6000 0%, #8a2c2c 100%);
   color: white;
   text-align: center;
}

.final-cta-content h2 {
   font-size: 2.8rem;
   margin-bottom: 25px;
   font-weight: bold;
}

.final-cta-content p {
   font-size: 1.3rem;
   margin-bottom: 40px;
   max-width: 700px;
   margin-left: auto;
   margin-right: auto;
   line-height: 1.6;
}

.cta-highlights {
   display: flex;
   justify-content: center;
   gap: 50px;
   margin-bottom: 50px;
   flex-wrap: wrap;
}

.highlight-item {
   text-align: center;
}

.highlight-item strong {
   font-size: 1.2rem;
   display: block;
   color: #81c784;
   font-weight: bold;
   line-height: 1;
}

.highlight-item span {
   font-size: 0.9rem;
   opacity: 0.9;
   margin-top: 5px;
   display: block;
}

.final-cta-buttons {
   display: flex;
   gap: 25px;
   justify-content: center;
   margin-bottom: 40px;
   flex-wrap: wrap;
}

.btn-primary.large,
.btn-secondary.large {
   padding: 18px 35px;
   font-size: 1.2rem;
   border-radius: 8px;
}

.trust-badges {
   display: flex;
   gap: 30px;
   justify-content: center;
   flex-wrap: wrap;
   font-size: 1rem;
   opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 768px) {
   .roof-hero-section h1 {
       font-size: 2.2rem;
   }
   
   .hero-stats {
       gap: 20px;
   }
   
   .stat-number {
       font-size: 2rem;
   }
   
   .problems-grid {
       grid-template-columns: 1fr;
   }
   
   .soft-wash-content,
   .local-info {
       grid-template-columns: 1fr;
       gap: 40px;
   }
   
   .method-comparison {
       grid-template-columns: 1fr;
   }
   
   .process-step {
       flex-direction: column;
       gap: 20px;
       text-align: center;
   }
   
   .pricing-cards {
       grid-template-columns: 1fr;
   }
   
   .pricing-card.featured {
       transform: none;
   }
   
   .cta-highlights {
       gap: 30px;
   }
   
   .highlight-item strong {
       font-size: 1.1rem;
   }
   
   .final-cta-buttons {
       flex-direction: column;
       align-items: center;
   }
   
   .trust-badges {
       flex-direction: column;
       gap: 15px;
   }
   
   .areas-grid {
       grid-template-columns: 1fr;
   }
   
   .local-stats {
       flex-direction: row;
       justify-content: space-around;
   }
}

@media (max-width: 480px) {
   .roof-hero-section {
       padding: 60px 0;
   }
   
   .roof-hero-section h1 {
       font-size: 1.8rem;
   }
   
   .hero-stats {
       flex-direction: column;
       gap: 15px;
   }
   
   .roof-problems-section,
   .soft-wash-section,
   .roof-process-section,
   .roof-benefits-section,
   .roof-pricing-section,
   .roof-gallery-section,
   .roof-faq-section,
   .roof-local-section,
   .roof-final-cta {
       padding: 60px 0;
   }
   
   .soft-wash-text h2,
   .roof-process-section .section-header h2,
   .roof-benefits-section .section-header h2,
   .roof-pricing-section .section-header h2,
   .roof-faq-section h2,
   .local-content h2,
   .final-cta-content h2 {
       font-size: 2rem;
   }
   
   .price {
       font-size: 2.5rem;
   }
   
   .problems-cta,
   .savings-calculator {
       padding: 30px 20px;
   }
   
   .problems-content h3 {
       font-size: 1.5rem;
   }
   
   .savings-item {
       flex-direction: column;
       gap: 5px;
       text-align: center;
   }
   
   .total-savings {
       flex-direction: column;
       gap: 5px;
       text-align: center;
   }
}
/* Footer Social Links */
.social-links-section {
    background: #333;
    padding: 40px 0;
    color: white;
    border-top: 3px solid #4CAF50;
}

.footer-social {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-social h4 {
    color: white;
    margin-bottom: 25px;
    font-size: 1.3rem;
    font-weight: 600;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.social-link {
    background: #444;
    color: white;
    padding: 15px 25px;
    border-radius: 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    min-width: 150px;
    justify-content: center;
    border: 2px solid transparent;
    font-weight: 500;
}

.social-link:hover {
    transform: translateY(-3px);
    text-decoration: none;
    color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.social-link.yelp:hover {
    background: #d32323;
    border-color: #ff4444;
}

.social-link.facebook:hover {
    background: #1877f2;
    border-color: #42a5f5;
}

.social-link.nextdoor:hover {
    background: #00af64;
    border-color: #4caf50;
}

.social-icon {
    font-size: 1.3rem;
    flex-shrink: 0;
}

.social-link span:last-child {
    font-size: 0.95rem;
}

/* Add spacing if this goes above existing footer content */
.social-links-section + footer {
    margin-top: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .social-links-section {
        padding: 30px 0;
    }
    
    .social-links {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .social-link {
        min-width: 200px;
        padding: 12px 20px;
    }
    
    .footer-social h4 {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .social-links-section {
        padding: 25px 0;
    }
    
    .social-link {
        min-width: 180px;
        padding: 10px 15px;
    }
    
    .social-icon {
        font-size: 1.2rem;
    }
    
    .social-link span:last-child {
        font-size: 0.9rem;
    }
}

/* Optional: Add subtle animation */
@keyframes socialPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.social-link:active {
    animation: socialPulse 0.3s ease;
}

/* ================================
   GUTTER CLEANING PAGE STYLES
   ================================ */

/* Hero Section */
.gutter-hero-section {
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    padding: 80px 0;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.gutter-hero-section .hero-badge.professional {
    background: #60a5fa;
    color: #1e3a8a;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
    border: 2px solid #3b82f6;
}

.gutter-hero-section h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.gutter-hero-section .hero-subtitle {
    font-size: 1.3rem;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

/* Problems Section */
.gutter-problems-section {
    padding: 80px 0;
    background: #eff6ff;
    border-top: 5px solid #3b82f6;
}

.gutter-problems-section .section-header h2 {
    color: #1e40af;
    font-size: 2.5rem;
    margin-bottom: 15px;
    text-align: center;
}

.gutter-problems-section .section-header p {
    color: #1e3a8a;
    font-size: 1.1rem;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px;
}

.problems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto 60px;
}

.problem-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    border-left: 5px solid #3b82f6;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.problem-card:hover {
    transform: translateY(-3px);
}

.problem-card.severe {
    border-left-color: #dc2626;
    background: linear-gradient(135deg, #fff 0%, #fef2f2 100%);
}

.problem-card.moderate {
    border-left-color: #f59e0b;
    background: linear-gradient(135deg, #fff 0%, #fffbeb 100%);
}

.problem-card.aesthetic {
    border-left-color: #10b981;
    background: linear-gradient(135deg, #fff 0%, #f0fdf4 100%);
}

.problem-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.problem-card h3 {
    color: #333;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.problem-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.problem-impact {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.severe .problem-impact {
    background: #dc2626;
    color: white;
}

.moderate .problem-impact {
    background: #f59e0b;
    color: white;
}

.aesthetic .problem-impact {
    background: #10b981;
    color: white;
}

/* Gutter Services Section */
.gutter-services-section {
    padding: 80px 0;
    background: white;
}

.gutter-services-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    background: #f8fafc;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
}

.service-card:hover {
    background: white;
    border-color: #3b82f6;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.service-card.featured {
    border-color: #3b82f6;
    background: linear-gradient(135deg, #dbeafe 0%, white 100%);
    transform: scale(1.02);
}

.featured-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #3b82f6;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: bold;
}

.service-card .service-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    background: linear-gradient(45deg, #3b82f6, #1e40af);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.service-card h3 {
    color: #333;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.service-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.service-card li {
    padding: 5px 0;
    color: #555;
    line-height: 1.5;
}

/* Why Choose Us Section */
.why-choose-section {
    padding: 80px 0;
    background: #f8fafc;
}

.choose-us-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.reason-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.reason-card:hover {
    border-color: #3b82f6;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.reason-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    background: linear-gradient(45deg, #3b82f6, #1e40af);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.reason-card h4 {
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.reason-card p {
    color: #666;
    line-height: 1.6;
    margin: 0;
    font-size: 0.95rem;
}

/* Pricing Section */
.gutter-pricing-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #dbeafe 0%, #fff 100%);
}

.gutter-pricing-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.pricing-card {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.pricing-card.featured {
    border-color: #3b82f6;
    transform: scale(1.05);
}

.pricing-header h3 {
    color: #333;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.price {
    font-size: 3rem;
    font-weight: bold;
    color: #3b82f6;
    margin-bottom: 5px;
}

.price-note {
    color: #666;
    margin-bottom: 25px;
    font-style: italic;
}

.pricing-features ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    text-align: left;
}

.pricing-features li {
    padding: 8px 0;
    color: #555;
    border-bottom: 1px solid #f3f4f6;
}

.pricing-btn {
    background: linear-gradient(45deg, #3b82f6, #1e40af);
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    width: 80%;
}

.pricing-btn:hover {
    background: linear-gradient(45deg, #1e40af, #1e3a8a);
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

/* Seasonal Note */
.seasonal-note {
    background: #f0f9ff;
    padding: 30px;
    border-radius: 15px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    border-left: 5px solid #3b82f6;
}

.seasonal-note h3 {
    color: #1e40af;
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.seasonal-breakdown {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.season-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #bfdbfe;
}

.season-item strong {
    color: #1e40af;
}

.season-item span {
    color: #3b82f6;
    font-weight: 500;
}

/* FAQ Section */
.gutter-faq-section {
    padding: 80px 0;
    background: #f8fafc;
}

.gutter-faq-section h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 60px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-3px);
}

.faq-item h3 {
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 15px;
    line-height: 1.4;
}

.faq-item p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Service Areas Section */
.gutter-service-areas-section {
    padding: 80px 0;
    background: white;
}

.service-areas-content h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 60px;
}

.areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 800px;
    margin: 0 auto 40px;
}

.area-group h4 {
    color: #333;
    margin-bottom: 15px;
    font-size: 1.1rem;
    text-align: center;
}

.areas-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.areas-list span {
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    color: white;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
}

.coverage-note {
    text-align: center;
    color: #666;
    font-style: italic;
}

.coverage-note a {
    color: #3b82f6;
    text-decoration: none;
}

/* Final CTA Section */
.gutter-final-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    color: white;
    text-align: center;
}

.final-cta-content h2 {
    font-size: 2.8rem;
    margin-bottom: 25px;
    font-weight: bold;
}

.final-cta-content p {
    font-size: 1.3rem;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.cta-highlights {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.highlight-item {
    text-align: center;
}

.highlight-item strong {
    font-size: 1.2rem;
    display: block;
    color: #93c5fd;
    font-weight: bold;
    line-height: 1;
}

.highlight-item span {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-top: 5px;
    display: block;
}

.final-cta-buttons {
    display: flex;
    gap: 25px;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.btn-primary.large,
.btn-secondary.large {
    padding: 18px 35px;
    font-size: 1.2rem;
    border-radius: 8px;
}

.trust-badges {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1rem;
    opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 768px) {
    .gutter-hero-section h1 {
        font-size: 2.2rem;
    }
    
    .hero-stats {
        gap: 20px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .problems-grid,
    .services-grid,
    .choose-us-grid {
        grid-template-columns: 1fr;
    }
    
    .pricing-cards {
        grid-template-columns: 1fr;
    }
    
    .pricing-card.featured {
        transform: none;
    }
    
    .cta-highlights {
        gap: 30px;
    }
    
    .highlight-item strong {
        font-size: 1.1rem;
    }
    
    .final-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .trust-badges {
        flex-direction: column;
        gap: 15px;
    }
    
    .areas-grid {
        grid-template-columns: 1fr;
    }
    
    .seasonal-breakdown {
        gap: 15px;
    }
    
    .season-item {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .gutter-hero-section {
        padding: 60px 0;
    }
    
    .gutter-hero-section h1 {
        font-size: 1.8rem;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .gutter-problems-section,
    .gutter-services-section,
    .why-choose-section,
    .gutter-pricing-section,
    .gutter-faq-section,
    .gutter-service-areas-section,
    .gutter-final-cta {
        padding: 60px 0;
    }
    
    .section-header h2,
    .gutter-faq-section h2,
    .service-areas-content h2,
    .final-cta-content h2 {
        font-size: 2rem;
    }
    
    .price {
        font-size: 2.5rem;
    }
    
    .problems-cta,
    .seasonal-note {
        padding: 30px 20px;
    }
}


/* ================================
   PRESSURE WASHING PAGE STYLES
   ================================ */

/* Hero Section */
.pressure-hero-section {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    padding: 80px 0;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pressure-hero-section .hero-badge.professional {
    background: #34d399;
    color: #064e3b;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
    border: 2px solid #10b981;
}

.pressure-hero-section h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.pressure-hero-section .hero-subtitle {
    font-size: 1.3rem;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

/* Surfaces Section */
.surfaces-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #ecfdf5 0%, #fff 100%);
}

.surfaces-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.surfaces-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.surface-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.surface-card:hover {
    background: #f0fdf4;
    border-color: #10b981;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.surface-card.featured {
    border-color: #10b981;
    background: linear-gradient(135deg, #d1fae5 0%, white 100%);
    transform: scale(1.02);
}

.featured-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #10b981;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: bold;
}

.surface-card .surface-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    background: linear-gradient(45deg, #10b981, #047857);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.surface-card h3 {
    color: #333;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.surface-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.surface-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.surface-card li {
    padding: 5px 0;
    color: #555;
    line-height: 1.5;
}

/* Problems Section */
.pressure-problems-section {
    padding: 80px 0;
    background: #f0f9ff;
    border-top: 5px solid #0ea5e9;
}

.pressure-problems-section .section-header h2 {
    color: #0c4a6e;
    font-size: 2.5rem;
    margin-bottom: 15px;
    text-align: center;
}

.pressure-problems-section .section-header p {
    color: #075985;
    font-size: 1.1rem;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px;
}

.problems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto 60px;
}

.problem-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    border-left: 5px solid #0ea5e9;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.problem-card:hover {
    transform: translateY(-3px);
}

.problem-card.severe {
    border-left-color: #dc2626;
    background: linear-gradient(135deg, #fff 0%, #fef2f2 100%);
}

.problem-card.moderate {
    border-left-color: #f59e0b;
    background: linear-gradient(135deg, #fff 0%, #fffbeb 100%);
}

.problem-card.aesthetic {
    border-left-color: #8b5cf6;
    background: linear-gradient(135deg, #fff 0%, #faf5ff 100%);
}

.problem-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.problem-card h3 {
    color: #333;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.problem-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.problem-impact {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.severe .problem-impact {
    background: #dc2626;
    color: white;
}

.moderate .problem-impact {
    background: #f59e0b;
    color: white;
}

.aesthetic .problem-impact {
    background: #8b5cf6;
    color: white;
}

/* Process Section */
.pressure-process-section {
    padding: 80px 0;
    background: white;
}

.pressure-process-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.process-steps {
    max-width: 1000px;
    margin: 0 auto;
}

.process-step {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
    align-items: flex-start;
}

.step-number {
    background: linear-gradient(135deg, #10b981 0%, #047857 100%);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    flex-shrink: 0;
}

.step-content {
    flex-grow: 1;
}

.step-content h3 {
    color: #333;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.step-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.step-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.step-content li {
    color: #555;
    padding: 3px 0;
    padding-left: 20px;
    position: relative;
}

.step-content li::before {
    content: "✓";
    color: #10b981;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Why Choose Us Section */
.why-choose-section {
    padding: 80px 0;
    background: #f8fafc;
}

.choose-us-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.reason-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.reason-card:hover {
    border-color: #10b981;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.reason-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    background: linear-gradient(45deg, #10b981, #047857);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.reason-card h4 {
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.reason-card p {
    color: #666;
    line-height: 1.6;
    margin: 0;
    font-size: 0.95rem;
}

/* Pricing Section */
.pressure-pricing-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #ecfdf5 0%, #fff 100%);
}

.pressure-pricing-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.pricing-card {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.pricing-card.featured {
    border-color: #10b981;
    transform: scale(1.05);
}

.pricing-header h3 {
    color: #333;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.price {
    font-size: 3rem;
    font-weight: bold;
    color: #10b981;
    margin-bottom: 5px;
}

.price-note {
    color: #666;
    margin-bottom: 25px;
    font-style: italic;
}

.pricing-features ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    text-align: left;
}

.pricing-features li {
    padding: 8px 0;
    color: #555;
    border-bottom: 1px solid #f3f4f6;
}

.pricing-btn {
    background: linear-gradient(45deg, #10b981, #047857);
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    width: 80%;
}

.pricing-btn:hover {
    background: linear-gradient(45deg, #047857, #065f46);
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

/* Value Note */
.value-note {
    background: #f0fdf4;
    padding: 30px;
    border-radius: 15px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    border-left: 5px solid #10b981;
}

.value-note h3 {
    color: #047857;
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.value-breakdown {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.value-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #bbf7d0;
}

.value-item strong {
    color: #047857;
}

.value-item span {
    color: #10b981;
    font-weight: 500;
}

/* FAQ Section */
.pressure-faq-section {
    padding: 80px 0;
    background: #f8fafc;
}

.pressure-faq-section h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 60px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-3px);
}

.faq-item h3 {
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 15px;
    line-height: 1.4;
}

.faq-item p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Service Areas Section */
.pressure-service-areas-section {
    padding: 80px 0;
    background: white;
}

.service-areas-content h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 60px;
}

.areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 800px;
    margin: 0 auto 40px;
}

.area-group h4 {
    color: #333;
    margin-bottom: 15px;
    font-size: 1.1rem;
    text-align: center;
}

.areas-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.areas-list span {
    background: linear-gradient(135deg, #10b981 0%, #047857 100%);
    color: white;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
}

.coverage-note {
    text-align: center;
    color: #666;
    font-style: italic;
}

.coverage-note a {
    color: #10b981;
    text-decoration: none;
}

/* Final CTA Section */
.pressure-final-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: white;
    text-align: center;
}

.final-cta-content h2 {
    font-size: 2.8rem;
    margin-bottom: 25px;
    font-weight: bold;
}

.final-cta-content p {
    font-size: 1.3rem;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.cta-highlights {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.highlight-item {
    text-align: center;
}

.highlight-item strong {
    font-size: 1.2rem;
    display: block;
    color: #6ee7b7;
    font-weight: bold;
    line-height: 1;
}

.highlight-item span {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-top: 5px;
    display: block;
}

.final-cta-buttons {
    display: flex;
    gap: 25px;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.btn-primary.large,
.btn-secondary.large {
    padding: 18px 35px;
    font-size: 1.2rem;
    border-radius: 8px;
}

.trust-badges {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1rem;
    opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 768px) {
    .pressure-hero-section h1 {
        font-size: 2.2rem;
    }
    
    .hero-stats {
        gap: 20px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .surfaces-grid,
    .problems-grid,
    .choose-us-grid {
        grid-template-columns: 1fr;
    }
    
    .process-step {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .pricing-cards {
        grid-template-columns: 1fr;
    }
    
    .pricing-card.featured {
        transform: none;
    }
    
    .cta-highlights {
        gap: 30px;
    }
    
    .highlight-item strong {
        font-size: 1.1rem;
    }
    
    .final-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .trust-badges {
        flex-direction: column;
        gap: 15px;
    }
    
    .areas-grid {
        grid-template-columns: 1fr;
    }
    
    .value-breakdown {
        gap: 15px;
    }
    
    .value-item {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .pressure-hero-section {
        padding: 60px 0;
    }
    
    .pressure-hero-section h1 {
        font-size: 1.8rem;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .surfaces-section,
    .pressure-problems-section,
    .pressure-process-section,
    .why-choose-section,
    .pressure-pricing-section,
    .pressure-faq-section,
    .pressure-service-areas-section,
    .pressure-final-cta {
        padding: 60px 0;
    }
    
    .section-header h2,
    .pressure-faq-section h2,
    .service-areas-content h2,
    .final-cta-content h2 {
        font-size: 2rem;
    }
    
    .price {
        font-size: 2.5rem;
    }
    
    .problems-cta,
    .value-note {
        padding: 30px 20px;
    }
}

/* Special hover effects for pressure washing theme */
.surface-card:hover .surface-icon {
    animation: powerPulse 0.6s ease;
}

@keyframes powerPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Problems CTA styling */
.problems-cta {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: white;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.problems-content h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.problems-content p {
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.problems-btn {
    background: white;
    color: #047857;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    display: inline-block;
    transition: all 0.3s ease;
}

.problems-btn:hover {
    background: #f0fdf4;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    color: #047857;
    text-decoration: none;
}