/* ═══════════════════════════════════════════════════════════
   MID-WEST PAINTING - LUXURY BRAND DESIGN
   Sophisticated • Refined • Prestigious
   Based on MW Logo Design System
   ═══════════════════════════════════════════════════════════ */

/* LUXURY COLOR PALETTE - From MW Logo Analysis */
:root {
    /* ───────────────────────────────────────────────────────
       PRIMARY COLORS - Charcoal Gray (MW Logo Fill)
       ─────────────────────────────────────────────────────── */
    --charcoal-primary: #6E7277;
    --charcoal-light: #8A8E93;
    --charcoal-dark: #52565A;
    --charcoal-deep: #3A3D41;
    --charcoal-text: #2D3237;
    
    /* ───────────────────────────────────────────────────────
       ACCENT COLORS - Brass/Gold (MW Logo Trim)
       ─────────────────────────────────────────────────────── */
    --gold-bright: #D6B15B;        /* Highlight gold */
    --gold-primary: #B68C35;       /* Mid brass tone */
    --gold-dark: #8A6420;          /* Shadow brass */
    --gold-antique: #A07828;       /* Antique brass */
    
    /* ───────────────────────────────────────────────────────
       BACKGROUNDS - Marble & Neutrals (MW Logo Background)
       ─────────────────────────────────────────────────────── */
    --marble-white: #F3F3F1;
    --marble-light: #FAFAF8;
    --marble-warm: #F7F5F2;
    --marble-vein: #C9C9C9;
    --white: #FFFFFF;
    --warm-cream: #FAF8F5;
    --pearl: #F8F9FA;
    --stone-gray: #E9E9E7;
    
    /* ───────────────────────────────────────────────────────
       TEXT HIERARCHY
       ─────────────────────────────────────────────────────── */
    --text-primary: #2D3237;       /* Headings */
    --text-secondary: #52565A;     /* Body text */
    --text-muted: #8A8E93;         /* Captions */
    --text-luxury: #B68C35;        /* Gold accents */
    
    /* ───────────────────────────────────────────────────────
       GRADIENTS - Premium Effects
       ─────────────────────────────────────────────────────── */
    --gradient-gold: linear-gradient(135deg, #D6B15B 0%, #B68C35 50%, #8A6420 100%);
    --gradient-gold-soft: linear-gradient(135deg, #D6B15B 0%, #B68C35 100%);
    --gradient-charcoal: linear-gradient(135deg, #6E7277 0%, #52565A 100%);
    --gradient-charcoal-deep: linear-gradient(135deg, #52565A 0%, #3A3D41 100%);
    --gradient-hero: linear-gradient(135deg, rgba(58, 61, 65, 0.95) 0%, rgba(82, 86, 90, 0.90) 50%, rgba(110, 114, 119, 0.85) 100%);
    --gradient-marble: linear-gradient(180deg, #FAFAF8 0%, #F3F3F1 100%);
    --gradient-overlay: linear-gradient(180deg, transparent 0%, rgba(45, 50, 55, 0.7) 100%);
    
    /* ───────────────────────────────────────────────────────
       SHADOWS - Luxury Depth & Embossing (Like MW Logo)
       ─────────────────────────────────────────────────────── */
    --shadow-xs: 0 1px 3px rgba(82, 86, 90, 0.08);
    --shadow-sm: 0 2px 6px rgba(82, 86, 90, 0.10);
    --shadow-md: 0 4px 12px rgba(82, 86, 90, 0.12);
    --shadow-lg: 0 8px 20px rgba(82, 86, 90, 0.15);
    --shadow-xl: 0 12px 30px rgba(82, 86, 90, 0.18);
    --shadow-2xl: 0 20px 40px rgba(82, 86, 90, 0.20);
    --shadow-gold-glow: 0 4px 20px rgba(182, 140, 53, 0.25);
    --shadow-gold-strong: 0 8px 30px rgba(182, 140, 53, 0.35);
    --shadow-card-float: 0 4px 12px rgba(82, 86, 90, 0.08), 0 1px 3px rgba(82, 86, 90, 0.04);
    --shadow-luxury-card: 0 4px 20px rgba(197, 165, 114, 0.15), 0 2px 8px rgba(0, 0, 0, 0.08);
    --shadow-luxury-hover: 0 12px 32px rgba(197, 165, 114, 0.25), 0 4px 12px rgba(0, 0, 0, 0.12);
    
    /* ───────────────────────────────────────────────────────
       TRANSITIONS - Refined & Smooth
       ─────────────────────────────────────────────────────── */
    --transition-base: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-smooth: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    --transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: var(--text-secondary);
    line-height: 1.7;
    background-color: var(--marble-light);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

@media (min-width: 1536px) {
    .container {
        max-width: 1400px;
    }
}

/* Typography - Sophisticated & Refined */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', 'Inter', sans-serif;
    font-weight: 600;
    line-height: 1.25;
    color: var(--charcoal-text);
    letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.5rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: clamp(1.5rem, 3vw, 2.25rem); }
h4 { font-size: 1.5rem; }

a {
    color: var(--bright-blue);
    text-decoration: none;
    transition: var(--transition-base);
}

a:hover {
    color: var(--vibrant-orange);
}

/* Buttons - Modern & Interactive */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 40px;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Montserrat', 'Inter', sans-serif;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    transition: var(--transition-smooth);
    border: none;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
    transition: var(--transition-slow);
}

.btn:hover::before {
    left: 100%;
}

.btn-primary {
    background: var(--gradient-charcoal-deep);
    color: var(--white);
    border: 2px solid var(--gold-primary);
    box-shadow: var(--shadow-card-float);
}

.btn-primary:hover {
    transform: translateY(-3px) scale(1.02); /* Enhanced lift + slight scale */
    box-shadow: var(--shadow-gold-glow), var(--shadow-lg);
    background: var(--gradient-gold-soft);
    color: var(--charcoal-deep);
    border-color: var(--charcoal-deep);
}

.btn-secondary {
    background: var(--white);
    color: var(--charcoal-text);
    border: 2px solid var(--gold-primary);
    box-shadow: var(--shadow-sm);
}

.btn-secondary:hover {
    transform: translateY(-3px) scale(1.02); /* Enhanced lift + slight scale */
    box-shadow: var(--shadow-gold-glow);
    background: var(--gold-primary);
    color: var(--white);
    border-color: var(--gold-dark);
}

.btn-outline {
    background: transparent;
    color: var(--charcoal-text);
    border: 2px solid var(--charcoal-primary);
    box-shadow: none;
}

.btn-outline:hover {
    background: var(--charcoal-deep);
    border-color: var(--gold-primary);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.btn-lg {
    padding: 22px 48px;
    font-size: 1.125rem;
    border-radius: 16px;
}

/* Section Styling */
section {
    padding: 80px 0; /* Reduced from 120px for tighter layout */
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 56px; /* Reduced from 80px */
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: linear-gradient(135deg, rgba(182, 140, 53, 0.08) 0%, rgba(214, 177, 91, 0.08) 100%);
    color: var(--gold-dark);
    font-size: 0.875rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    border-radius: 4px;
    margin-bottom: 24px;
    border: 1px solid var(--gold-primary);
}

.section-title {
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    color: var(--charcoal-text);
    margin-bottom: 28px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.section-subtitle {
    font-size: 1.25rem;
    color: var(--text-secondary);
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.7;
    font-weight: 400;
}

/* ================================
   Header - Premium & Sticky
   ================================ */
.header {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid var(--stone-gray);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: var(--transition-smooth);
}

.header.scrolled {
    box-shadow: var(--shadow-lg);
    background: rgba(255, 255, 255, 0.96);
    border-bottom-color: var(--gold-primary);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.logo {
    display: flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition-base);
    /* Ensure stable positioning */
    position: relative;
    flex-shrink: 0;
}

.logo:hover {
    transform: scale(1.02);
}

.logo img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 2px 6px rgba(110, 114, 119, 0.15));
    display: block;
    /* Prevent floating behavior */
    position: static;
    float: none;
}

.logo-text {
    font-size: 0.875rem;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.02em;
    color: var(--navy);
    letter-spacing: -0.03em;
}

.logo-text span {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 20px;
    align-items: center;
    flex-wrap: nowrap; /* Prevent wrapping */
}

.nav-link {
    color: var(--gray-700);
    font-weight: 600;
    font-size: 0.8125rem;
    padding: 6px 6px;
    position: relative;
    transition: var(--transition-base);
    white-space: nowrap; /* Prevent text wrapping */
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--gradient-primary);
    transition: var(--transition-base);
    transform: translateX(-50%);
    border-radius: 2px;
}

.nav-link:hover {
    color: var(--electric-blue);
}

.nav-link:hover::after {
    width: 100%;
}

/* Highlighted Nav Link (Book Now) */
.nav-link-highlighted {
    color: var(--gold-primary) !important;
    font-weight: 700;
    background: linear-gradient(135deg, rgba(197, 165, 114, 0.1) 0%, rgba(232, 213, 183, 0.1) 100%);
    padding: 6px 12px !important;
    border-radius: 6px;
    animation: glow-pulse 2s ease-in-out infinite;
}

.nav-link-highlighted::after {
    background: var(--gradient-gold) !important;
}

@keyframes glow-pulse {
    0%, 100% {
        box-shadow: 0 0 5px rgba(197, 165, 114, 0.3);
    }
    50% {
        box-shadow: 0 0 15px rgba(197, 165, 114, 0.5);
    }
}

.header-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.phone-number {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--white);
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    padding: 8px 16px;
    background: var(--gradient-charcoal);
    border: 1px solid var(--gold-primary);
    border-radius: 4px;
    transition: var(--transition-smooth);
    box-shadow: var(--shadow-sm);
}

.phone-number:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-gold-glow), var(--shadow-md);
    background: var(--gradient-gold-soft);
    color: var(--charcoal-deep);
    border-color: var(--charcoal-deep);
}

.phone-number i {
    font-size: 0.9375rem;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
}

.mobile-menu-toggle span {
    width: 24px;
    height: 2px;
    background: var(--navy);
    border-radius: 2px;
    transition: var(--transition-base);
}

/* Tagline Bar - Bold Statement */
.tagline-bar {
    background: var(--gradient-hero);
    padding: 10px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.tagline {
    text-align: center;
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.01em;
}

.tagline::before {
    content: '✓';
    display: inline-block;
    margin-right: 10px;
    color: var(--fresh-teal);
    font-weight: 900;
    font-size: 1rem;
}

/* ================================
   Hero - Full-Width Bold Impact
   ================================ */
.hero {
    background: 
        var(--gradient-hero),
        linear-gradient(90deg, transparent 0%, rgba(201, 201, 201, 0.03) 50%, transparent 100%),
        var(--marble-warm);
    padding: 120px 0 140px;
    position: relative;
    overflow: hidden;
    min-height: 85vh;
    display: flex;
    align-items: center;
    border-bottom: 2px solid var(--gold-primary);
}

.hero::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(214, 177, 91, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    border: 1px solid rgba(182, 140, 53, 0.15);
    animation: pulse-glow 6s ease-in-out infinite;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -10%;
    left: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(110, 114, 119, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    border: 1px solid rgba(110, 114, 119, 0.12);
    animation: pulse-glow 8s ease-in-out infinite reverse;
}

@keyframes pulse-glow {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.1); }
}

.hero-content {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-text {
    color: white;
}

.hero-headline {
    font-size: clamp(2.75rem, 6vw, 5rem);
    line-height: 1.15;
    margin-bottom: 32px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: var(--white);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    letter-spacing: -0.02em;
}

.hero-headline .highlight {
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.hero-headline .highlight::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--gradient-gold-soft);
    box-shadow: var(--shadow-gold-glow);
}

@keyframes shimmer {
    0%, 100% { opacity: 0; }
    50% { opacity: 1; }
}

.hero-subheadline {
    font-size: 1.375rem;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 400;
    margin-bottom: 48px;
    line-height: 1.65;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

.hero-stats {
    display: flex;
    gap: 48px;
    margin-bottom: 48px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 20px 32px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: var(--transition-base);
}

.stat-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-4px);
}

.stat-number {
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(135deg, #FCD34D 0%, #FB923C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

.hero-cta {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.hero-image {
    position: relative;
    text-align: right;
}

.hero-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: cover;
    object-position: center 35%;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.4));
    /* Crop out bottom text label */
    clip-path: inset(0 0 15% 0);
    /* Remove floating animation */
    animation: none;
}

/* Removed floatImage animation for static logo display */

.hero-badge {
    position: absolute;
    top: -140px;
    left: -60px;
    background: white;
    padding: 28px 36px;
    border-radius: 20px;
    box-shadow: var(--shadow-2xl);
    display: flex;
    align-items: center;
    gap: 20px;
    animation: slideInLeft 1s ease-out 0.5s backwards;
    z-index: 10;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.badge-icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-success);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.75rem;
}

.badge-text strong {
    display: block;
    font-size: 1.25rem;
    color: var(--gray-900);
    margin-bottom: 4px;
    font-weight: 800;
}

.badge-text span {
    font-size: 0.938rem;
    color: var(--gray-500);
    font-weight: 600;
}

/* Hero CTA Badge Styles */
.hero-cta-badge {
    background: linear-gradient(135deg, var(--vibrant-orange) 0%, var(--warm-orange) 100%);
    border: 3px solid white;
    box-shadow: var(--shadow-2xl), 0 0 40px rgba(249, 115, 22, 0.4);
}

.hero-cta-badge .badge-text strong {
    color: white;
    font-size: 1.125rem;
    margin-bottom: 12px;
}

.badge-icon-cta {
    background: rgba(255, 255, 255, 0.25);
    animation: pulse 2s ease-in-out infinite;
}

.badge-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: white;
    color: var(--vibrant-orange);
    font-weight: 700;
    font-size: 1rem;
    border-radius: 10px;
    text-decoration: none;
    transition: var(--transition-base);
    box-shadow: var(--shadow-md);
}

.badge-cta-button:hover {
    transform: translateX(4px);
    box-shadow: var(--shadow-lg);
    color: var(--vibrant-orange);
}

.badge-cta-button i {
    transition: var(--transition-base);
}

.badge-cta-button:hover i {
    transform: translateX(4px);
}

/* ================================
   About - Two-Column Story
   ================================ */
.about {
    background: var(--white);
    position: relative;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, var(--gray-50) 100%);
    z-index: 0;
}

.about .container {
    position: relative;
    z-index: 1;
}

.about-content {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 100px;
    align-items: start;
}

.about-image-wrapper {
    position: relative;
}

.about-image {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--shadow-2xl);
}

.about-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, transparent 100%);
    z-index: 1;
}

.about-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center 35%;
    transition: var(--transition-smooth);
    /* Crop out bottom text label */
    clip-path: inset(0 0 15% 0);
}

.about-image:hover img {
    transform: scale(1.05);
}

.insurance-badge {
    position: absolute;
    bottom: -40px;
    right: -40px;
    background: white;
    padding: 32px;
    border-radius: 24px;
    box-shadow: var(--shadow-2xl);
    text-align: center;
    border: 4px solid var(--gray-50);
    transition: var(--transition-base);
}

.insurance-badge:hover {
    transform: scale(1.05) rotate(-2deg);
}

.insurance-badge i {
    font-size: 3rem;
    color: var(--fresh-teal);
    margin-bottom: 16px;
    display: block;
}

.insurance-badge strong {
    display: block;
    font-size: 1.25rem;
    color: var(--gray-900);
    margin-bottom: 6px;
    font-weight: 800;
}

.insurance-badge span {
    display: block;
    font-size: 1rem;
    color: var(--gray-500);
    font-weight: 600;
}

.about-text h3 {
    font-size: 2.25rem;
    margin-bottom: 28px;
    color: var(--gray-900);
    font-weight: 900;
}

.about-text p {
    font-size: 1.125rem;
    color: var(--gray-600);
    margin-bottom: 24px;
    line-height: 1.9;
}

.signature {
    font-style: italic;
    color: var(--electric-blue);
    font-weight: 700;
    margin-top: 36px;
    font-size: 1.125rem;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 36px 0 32px;
}

.feature-item {
    display: flex;
    gap: 16px;
    align-items: start;
    padding: 20px;
    background: var(--marble-warm);
    border-radius: 8px;
    transition: var(--transition-base);
    border: 1px solid var(--stone-gray);
}

.feature-item:hover {
    background: var(--white);
    border-color: var(--gold-primary);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-charcoal);
    border: 2px solid var(--gold-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.375rem;
    flex-shrink: 0;
    box-shadow: var(--shadow-sm);
}

.feature-text h4 {
    font-size: 1.125rem;
    margin-bottom: 6px;
    font-weight: 700;
    color: var(--gray-900);
}

.feature-text p {
    font-size: 0.938rem;
    color: var(--gray-500);
    margin: 0;
    line-height: 1.6;
}

/* ================================
   Services - Modern Card Grid
   ================================ */
.services {
    background: linear-gradient(135deg, var(--marble-warm) 0%, var(--white) 100%);
    position: relative;
}

.services::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 15% 20%, rgba(197,165,114,0.03) 0%, transparent 40%),
        radial-gradient(circle at 85% 80%, rgba(197,165,114,0.03) 0%, transparent 40%);
    pointer-events: none;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Slightly narrower */
    gap: 24px; /* Reduced from 36px for tighter grid */
    margin-bottom: 56px; /* Reduced from 72px */
}

.service-category {
    background: var(--white);
    padding: 36px 32px; /* Reduced from 40px 36px */
    border-radius: 12px; /* Increased from 8px for softer look */
    box-shadow: var(--shadow-luxury-card);
    transition: var(--transition-smooth);
    border: 1px solid rgba(197, 165, 114, 0.15);
    position: relative;
    overflow: hidden;
}

.service-category::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: var(--gradient-gold);
    transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-category:hover::before {
    height: 100%;
}

.service-category:hover {
    transform: translateY(-6px); /* Increased lift from -4px */
    box-shadow: var(--shadow-luxury-hover);
    border-color: var(--gold-primary);
}

.service-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}

.service-icon {
    width: 70px;
    height: 70px;
    background: var(--gradient-charcoal-deep);
    border: 3px solid var(--gold-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: var(--shadow-sm);
    transition: var(--transition-smooth);
}

.service-category:hover .service-icon {
    box-shadow: var(--shadow-gold-glow), var(--shadow-md);
    transform: scale(1.05);
    background: var(--gradient-gold-soft);
}

.service-icon i {
    font-size: 2rem;
    color: var(--white);
    transition: var(--transition-base);
}

.service-category:hover .service-icon i {
    color: var(--charcoal-deep);
}

.service-category h3 {
    font-size: 1.5rem;
    color: var(--charcoal-text);
    margin: 0;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.01em;
}

.service-list {
    list-style: none;
}

.service-list li {
    padding: 12px 0;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    border-bottom: 1px solid var(--stone-gray);
    transition: var(--transition-base);
    font-weight: 400;
}

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

.service-list li:hover {
    color: var(--bright-blue);
    padding-left: 8px;
}

.service-list i {
    color: var(--fresh-teal);
    font-size: 1.125rem;
    flex-shrink: 0;
}

.services-cta {
    text-align: center;
    animation: fadeInUp 1s ease-out 0.5s backwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Service Color Variants - Add visual excitement */
.service-blue .service-icon {
    background: linear-gradient(135deg, #2563EB 0%, #3B82F6 100%);
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.3);
}

.service-blue .service-icon::before {
    background: conic-gradient(from 180deg, #2563EB, #3B82F6, #60A5FA, #2563EB);
}

.service-blue:hover {
    border-color: rgba(37, 99, 235, 0.4);
}

.service-orange .service-icon {
    background: linear-gradient(135deg, #F97316 0%, #FB923C 100%);
    box-shadow: 0 10px 24px rgba(249, 115, 22, 0.3);
}

.service-orange .service-icon::before {
    background: conic-gradient(from 180deg, #F97316, #FB923C, #FDBA74, #F97316);
}

.service-orange:hover {
    border-color: rgba(249, 115, 22, 0.4);
    background: linear-gradient(135deg, #ffffff 0%, #FFF7ED 100%);
}

.service-orange::after {
    background: radial-gradient(circle, rgba(249, 115, 22, 0.08) 0%, transparent 70%);
}

.service-teal .service-icon {
    background: linear-gradient(135deg, #14B8A6 0%, #10B981 100%);
    box-shadow: 0 10px 24px rgba(20, 184, 166, 0.3);
}

.service-teal .service-icon::before {
    background: conic-gradient(from 180deg, #14B8A6, #10B981, #34D399, #14B8A6);
}

.service-teal:hover {
    border-color: rgba(20, 184, 166, 0.4);
    background: linear-gradient(135deg, #ffffff 0%, #F0FDFA 100%);
}

.service-teal::after {
    background: radial-gradient(circle, rgba(20, 184, 166, 0.08) 0%, transparent 70%);
}

.service-purple .service-icon {
    background: linear-gradient(135deg, #8B5CF6 0%, #A78BFA 100%);
    box-shadow: 0 10px 24px rgba(139, 92, 246, 0.3);
}

.service-purple .service-icon::before {
    background: conic-gradient(from 180deg, #8B5CF6, #A78BFA, #C4B5FD, #8B5CF6);
}

.service-purple:hover {
    border-color: rgba(139, 92, 246, 0.4);
    background: linear-gradient(135deg, #ffffff 0%, #FAF5FF 100%);
}

.service-purple::after {
    background: radial-gradient(circle, rgba(139, 92, 246, 0.08) 0%, transparent 70%);
}

/* ================================
   Portfolio - Image Gallery
   ================================ */
.portfolio {
    background: white;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 36px;
    margin-bottom: 48px;
}

.portfolio-item {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    transition: var(--transition-smooth);
    background: var(--gray-50);
    aspect-ratio: 4/3;
    position: relative;
}

.portfolio-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-hero);
    opacity: 0;
    transition: var(--transition-base);
    z-index: 1;
}

.portfolio-item:hover::before {
    opacity: 0.8;
}

.portfolio-item:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: var(--shadow-2xl);
}

.portfolio-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px;
    text-align: center;
    background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%);
    position: relative;
    z-index: 2;
}

.portfolio-placeholder i {
    font-size: 5rem;
    color: var(--bright-blue);
    opacity: 0.4;
    margin-bottom: 24px;
}

.portfolio-placeholder p {
    color: var(--gray-600);
    font-weight: 700;
    font-size: 1.25rem;
}

.portfolio-note {
    text-align: center;
    color: var(--gray-400);
    font-style: italic;
    margin-bottom: 48px;
    font-size: 1.0625rem;
}

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

/* ================================
   Quote Form - Premium Design
   ================================ */
.quote {
    background: linear-gradient(135deg, var(--gray-50) 0%, var(--white) 100%);
}

.quote-intro {
    max-width: 900px;
    margin: 0 auto 56px;
    text-align: center;
}

.quote-intro-image img {
    max-width: 320px;
    height: auto;
}

.quote-intro-text p {
    font-size: 1.125rem;
    color: var(--text-secondary);
    margin-bottom: 20px;
    line-height: 1.7;
}

.quote-form {
    background: var(--white);
    padding: 56px;
    border-radius: 8px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--stone-gray);
}

.form-section {
    margin-bottom: 56px;
}

.form-section-title {
    font-size: 1.25rem;
    color: var(--charcoal-primary);
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(197, 165, 114, 0.2);
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
}

.form-section-title i {
    color: var(--gold-primary);
    font-size: 1.125rem;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
    margin-bottom: 28px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group label {
    font-weight: 600;
    color: var(--charcoal-dark);
    margin-bottom: 10px;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.form-group label .required-indicator {
    color: #DC2626;
    font-weight: 700;
}

.form-group .helper-text {
    font-size: 0.8125rem;
    color: #6B7280;
    margin-top: 6px;
    font-weight: 400;
    line-height: 1.4;
}

.form-group .error-message {
    font-size: 0.8125rem;
    color: #DC2626;
    margin-top: 6px;
    font-weight: 500;
    display: none;
    align-items: center;
    gap: 6px;
}

.form-group .success-message {
    font-size: 0.8125rem;
    color: #10B981;
    margin-top: 6px;
    font-weight: 500;
    display: none;
    align-items: center;
    gap: 6px;
}

.form-group.has-error .error-message {
    display: flex;
}

.form-group.has-success .success-message {
    display: flex;
}

.form-group input,
.form-group textarea,
.form-group select {
    padding: 14px 18px;
    border: 2px solid var(--stone-gray);
    border-radius: 10px;
    font-size: 0.9375rem;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
    background: var(--white);
    font-weight: 400;
    width: 100%;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #9CA3AF;
    font-weight: 400;
    opacity: 0.7;
}

.form-group.has-icon input {
    padding-left: 48px;
}

.form-group .input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #9CA3AF;
    font-size: 1.125rem;
    pointer-events: none;
    transition: color 0.3s ease;
}

.form-group {
    display: flex;
    flex-direction: column;
    position: relative;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--gold-primary);
    box-shadow: 0 0 0 4px rgba(197, 165, 114, 0.12);
    transform: translateY(-1px);
}

.form-group input:focus + .input-icon,
.form-group.has-icon input:focus ~ .input-icon {
    color: var(--gold-primary);
}

.form-group.has-error input,
.form-group.has-error textarea,
.form-group.has-error select {
    border-color: #DC2626;
    background: rgba(220, 38, 38, 0.02);
}

.form-group.has-error input:focus,
.form-group.has-error textarea:focus,
.form-group.has-error select:focus {
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.12);
}

.form-group.has-success input,
.form-group.has-success textarea,
.form-group.has-success select {
    border-color: #10B981;
    background: rgba(16, 185, 129, 0.02);
}

.form-group.has-success input:focus,
.form-group.has-success textarea:focus,
.form-group.has-success select:focus {
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.12);
}

.form-group.has-warning input,
.form-group.has-warning textarea,
.form-group.has-warning select {
    border-color: #F59E0B;
    background: rgba(245, 158, 11, 0.02);
}

.form-group.has-warning input:focus,
.form-group.has-warning textarea:focus,
.form-group.has-warning select:focus {
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.12);
}

.checkbox-group,
.radio-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.checkbox-label,
.radio-label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 14px 16px;
    border-radius: 8px;
    border: 2px solid var(--stone-gray);
    transition: var(--transition-base);
    background: var(--white);
    font-weight: 500;
    font-size: 0.9375rem;
}

.checkbox-label:hover,
.radio-label:hover {
    border-color: var(--gold-primary);
    background: var(--marble-light);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(197, 165, 114, 0.15);
}

.checkbox-label input:checked + span,
.radio-label input:checked + span {
    color: var(--gold-primary);
    font-weight: 600;
}

.checkbox-label input,
.radio-label input {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: var(--gold-primary);
}

.checkbox-label.disclaimer {
    display: flex;
    align-items: start;
    background: var(--gray-50);
    padding: 24px;
    border-radius: 14px;
    border: 2px solid var(--gray-200);
}

.checkbox-label.disclaimer input {
    margin-top: 4px;
}

.form-submit {
    text-align: center;
    margin-top: 48px;
}

.quote-success {
    background: white;
    padding: 96px 72px;
    border-radius: 32px;
    box-shadow: var(--shadow-2xl);
    text-align: center;
}

.success-icon i {
    font-size: 6rem;
    color: var(--fresh-teal);
    margin-bottom: 36px;
    animation: successPop 0.6s ease-out;
}

@keyframes successPop {
    0% { transform: scale(0); opacity: 0; }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); opacity: 1; }
}

.quote-success h3 {
    font-size: 3rem;
    color: var(--gray-900);
    margin-bottom: 24px;
    font-weight: 900;
}

.quote-success p {
    font-size: 1.375rem;
    color: var(--gray-600);
    margin-bottom: 48px;
}

/* ================================
   Testimonials - Elegant Slider
   ================================ */
.testimonials {
    background: var(--gradient-hero);
    color: white;
}

.testimonials .section-label {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border-color: rgba(255, 255, 255, 0.3);
}

.testimonials .section-title {
    color: white;
}

.testimonials .section-subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.testimonials-carousel {
    position: relative;
    max-width: 1100px;
    margin: 0 auto 60px;
}

.testimonials-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 450px;
}

.testimonial-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    padding: 72px;
    border-radius: 32px;
    text-align: center;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.6s ease, transform 0.6s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.testimonial-card.active {
    opacity: 1;
    transform: translateX(0);
    position: relative;
}

.testimonial-icon i {
    font-size: 4rem;
    color: var(--warm-orange);
    opacity: 0.3;
    margin-bottom: 36px;
}

.testimonial-text {
    font-size: 1.75rem;
    color: white;
    line-height: 1.8;
    margin-bottom: 48px;
    font-style: italic;
    font-weight: 500;
}

.testimonial-author {
    margin-bottom: 24px;
}

.testimonial-author strong {
    display: block;
    font-size: 1.375rem;
    color: white;
    margin-bottom: 10px;
    font-weight: 800;
}

.testimonial-author span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.0625rem;
    font-weight: 600;
}

.testimonial-stars i {
    color: var(--warm-orange);
    font-size: 1.5rem;
    margin: 0 2px;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-base);
    z-index: 10;
    box-shadow: var(--shadow-xl);
    color: var(--gray-900);
}

.carousel-btn:hover {
    background: var(--vibrant-orange);
    color: white;
    transform: translateY(-50%) scale(1.15);
    box-shadow: var(--shadow-2xl);
}

.carousel-btn.prev {
    left: -32px;
}

.carousel-btn.next {
    right: -32px;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 72px;
}

.dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: var(--transition-base);
}

.dot.active {
    background: var(--warm-orange);
    width: 40px;
    border-radius: 8px;
}

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

/* ================================
   Contact - Split Layout
   ================================ */
.contact {
    background: var(--white);
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 96px;
    margin-bottom: 96px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 0; /* Removed gap since image is deleted */
}

/* .contact-image styles removed - no longer needed */

.contact-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two-column layout */
    gap: 24px;
}

.contact-item {
    display: flex;
    gap: 24px;
    align-items: start;
    padding: 24px;
    background: var(--gray-50);
    border-radius: 18px;
    transition: var(--transition-base);
    border: 2px solid transparent;
}

.contact-item:hover {
    background: white;
    border-color: var(--bright-blue);
    box-shadow: var(--shadow-lg);
    transform: translateX(8px);
}

.contact-icon {
    width: 64px;
    height: 64px;
    background: var(--gradient-primary);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: var(--shadow-md);
}

.contact-icon i {
    font-size: 1.75rem;
    color: white;
}

.contact-text h4 {
    font-size: 1.25rem;
    color: var(--gray-900);
    margin-bottom: 10px;
    font-weight: 800;
}

.contact-text a,
.contact-text p {
    color: var(--gray-600);
    font-size: 1.0625rem;
    line-height: 1.7;
    font-weight: 600;
}

.contact-text a:hover {
    color: var(--bright-blue);
}

.contact-form-wrapper {
    background: white;
    padding: 56px;
    border-radius: 28px;
    box-shadow: var(--shadow-xl);
    border: 2px solid var(--gray-100);
}

.contact-form-wrapper h3 {
    font-size: 2.25rem;
    color: var(--gray-900);
    margin-bottom: 40px;
    font-weight: 900;
}

.contact-form .form-group {
    margin-bottom: 28px;
}

.contact-success {
    text-align: center;
    padding: 56px;
}

.contact-success .success-icon i {
    font-size: 5rem;
    color: var(--fresh-teal);
    margin-bottom: 28px;
}

.contact-success h4 {
    font-size: 2rem;
    color: var(--gray-900);
    margin-bottom: 20px;
    font-weight: 800;
}

.contact-success p {
    color: var(--gray-600);
    font-size: 1.125rem;
}

.contact-cta {
    text-align: center;
    padding: 72px;
    background: var(--gradient-hero);
    border-radius: 32px;
    box-shadow: var(--shadow-2xl);
}

.contact-cta h3 {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 40px;
    font-weight: 900;
}

/* ================================
   Footer - Dark & Professional
   ================================ */
.footer {
    background: var(--gradient-hero);
    color: rgba(255, 255, 255, 0.9);
    padding: 96px 0 40px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1.2fr;
    gap: 72px;
    margin-bottom: 72px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
}

.footer-logo img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    object-position: center 35%;
    /* Crop out bottom text label */
    clip-path: inset(0 0 15% 0);
}

.footer-logo span {
    font-size: 1.625rem;
    font-weight: 900;
    color: white;
}

.footer-tagline {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 36px;
    line-height: 1.8;
    font-size: 1.0625rem;
}

.footer-insurance,
.footer-serving {
    display: flex;
    align-items: start;
    gap: 14px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    font-size: 1rem;
}

.footer-insurance i,
.footer-serving i {
    color: var(--warm-orange);
    margin-top: 4px;
    font-size: 1.25rem;
}

.footer-column h4 {
    font-size: 1.25rem;
    color: white;
    margin-bottom: 28px;
    font-weight: 800;
}

.footer-links,
.footer-contact {
    list-style: none;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 16px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.75);
    transition: var(--transition-base);
    font-size: 1rem;
    font-weight: 500;
}

.footer-links a:hover {
    color: var(--warm-orange);
    padding-left: 12px;
}

.footer-contact li {
    display: flex;
    gap: 14px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 500;
}

.footer-contact i {
    color: var(--warm-orange);
    margin-top: 4px;
}

.footer-contact a {
    color: rgba(255, 255, 255, 0.75);
}

.footer-contact a:hover {
    color: var(--warm-orange);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    flex-wrap: wrap;
    gap: 24px;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    font-size: 0.938rem;
}

.footer-legal {
    display: flex;
    gap: 24px;
    align-items: center;
}

.footer-legal a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.938rem;
}

.footer-legal a:hover {
    color: white;
}

.footer-legal span {
    color: rgba(255, 255, 255, 0.3);
}

/* ================================
   Scroll to Top - Modern FAB
   ================================ */
.scroll-to-top {
    position: fixed;
    bottom: 48px;
    right: 48px;
    width: 64px;
    height: 64px;
    background: var(--gradient-primary);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-xl), 0 0 40px rgba(37, 99, 235, 0.4);
    transition: var(--transition-smooth);
    z-index: 999;
}

.scroll-to-top:hover {
    transform: translateY(-6px) scale(1.1);
    box-shadow: var(--shadow-2xl), var(--shadow-glow);
}

.scroll-to-top.visible {
    display: flex;
    animation: fadeInUp 0.4s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ================================
   Sticky Book Now Button
   ================================ */
.sticky-book-now {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 998;
    animation: slideInRight 0.5s ease 1s both;
}

.sticky-book-now .btn {
    padding: 18px 32px;
    font-size: 1.0625rem;
    font-weight: 700;
    background: var(--gradient-gold);
    color: var(--white);
    border: 2px solid var(--gold-bright);
    border-radius: 50px;
    box-shadow: 0 8px 24px rgba(197, 165, 114, 0.4), 0 4px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
}

.sticky-book-now .btn:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 32px rgba(197, 165, 114, 0.5), 0 6px 16px rgba(0, 0, 0, 0.3);
    border-color: var(--white);
}

.sticky-book-now .btn i {
    font-size: 1.25rem;
    animation: pulse-icon 2s ease-in-out infinite;
}

.sticky-book-now .btn .btn-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.sticky-book-now .btn .btn-label strong {
    font-size: 1.0625rem;
    line-height: 1;
}

.sticky-book-now .btn .btn-label small {
    font-size: 0.75rem;
    opacity: 0.9;
    font-weight: 500;
}

/* Hide on scroll to bottom (footer visible) */
.sticky-book-now.hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse-icon {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

/* Mobile Adjustments for Sticky Button */
@media (max-width: 768px) {
    .sticky-book-now {
        bottom: 20px;
        right: 20px;
        left: 20px;
    }
    
    .sticky-book-now .btn {
        width: 100%;
        justify-content: center;
        padding: 16px 24px;
    }
    
    .sticky-book-now .btn .btn-label {
        align-items: center;
    }
}

/* ================================
   Responsive Design - Mobile First
   ================================ */
@media (max-width: 1200px) {
    .hero-content,
    .about-content,
    .quote-intro,
    .contact-content {
        grid-template-columns: 1fr;
        gap: 72px;
    }

    .hero-image,
    .about-image-wrapper,
    .quote-intro-image {
        text-align: center;
    }

    .hero-badge {
        position: static;
        display: inline-flex;
        margin-top: 32px;
    }

    .insurance-badge {
        position: static;
        display: inline-block;
        margin-top: 32px;
    }

    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 56px;
    }
}

@media (max-width: 992px) {
    .nav-list {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        padding: 24px 20px;
        box-shadow: var(--shadow-2xl);
        gap: 16px;
        border-top: 1px solid var(--gray-200);
    }

    .nav-list.active {
        display: flex;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    /* Mobile phone number styling - rectangular below header */
    .header-content {
        flex-wrap: wrap;
    }

    .phone-number {
        order: 3;
        width: 100%;
        margin-top: 8px;
        border-radius: 8px;
        padding: 8px 16px;
        font-size: 0.875rem;
        justify-content: center;
        box-shadow: var(--shadow-md);
    }

    .header-right {
        order: 2;
    }

    .logo {
        order: 1;
    }

    .mobile-menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(7px, 7px);
    }

    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    section {
        padding: 80px 0;
    }

    .carousel-btn.prev {
        left: -24px;
    }

    .carousel-btn.next {
        right: -24px;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 80px 0 100px;
        min-height: auto;
    }

    .hero-stats {
        flex-direction: column;
        gap: 24px;
    }

    .hero-cta {
        flex-direction: column;
    }

    .hero-cta .btn {
        width: 100%;
    }

    .services-grid,
    .portfolio-grid {
        grid-template-columns: 1fr;
    }

    .about-features {
        grid-template-columns: 1fr;
    }

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

    .checkbox-group,
    .radio-group {
        grid-template-columns: 1fr;
    }

    .quote-form {
        padding: 40px 24px;
    }
    
    .form-section-title {
        font-size: 1.125rem;
    }
    
    .form-group label {
        font-size: 0.8125rem;
    }
    
    .form-group .helper-text {
        font-size: 0.75rem;
    }
    
    .form-group input,
    .form-group textarea,
    .form-group select {
        font-size: 16px; /* Prevents zoom on iOS */
        padding: 12px 16px;
    }

    .testimonial-card {
        padding: 48px 32px;
    }

    .carousel-btn {
        width: 56px;
        height: 56px;
    }

    .carousel-btn.prev {
        left: 0;
    }

    .carousel-btn.next {
        right: 0;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .contact-form-wrapper {
        padding: 40px 28px;
    }
}

@media (max-width: 480px) {
    .logo-text {
        font-size: 1.25rem;
    }

    .phone-number span {
        display: none;
    }

    .tagline {
        font-size: 1rem;
    }

    .btn {
        padding: 16px 28px;
        font-size: 1rem;
    }

    .btn-lg {
        padding: 18px 36px;
        font-size: 1.0625rem;
    }

    .scroll-to-top {
        bottom: 28px;
        right: 28px;
        width: 56px;
        height: 56px;
    }
}