/* ============================================
   Carolina Cleaning Boys - Complete Stylesheet
   With Water Effects, Bigger Logo, Carousel Arrows
   ============================================ */

:root {
    --primary: #3F647F;
    --primary-light: #6FAFD8;
    --primary-dark: #2E4F66;
    --off-white: #F4EFE9;
    --white: #FFFFFF;
    --accent-glow: rgba(111, 175, 216, 0.3);
    --shadow-color: rgba(46, 79, 102, 0.2);
    --font-display: 'Bevan', cursive;
    --font-body: 'Libre Baskerville', serif;
    --space-xs: 0.5rem;
    --space-sm: 1rem;
    --space-md: 1.5rem;
    --space-lg: 2rem;
    --space-xl: 3rem;
    --transition-fast: 0.2s ease;
    --transition-smooth: 0.4s ease;
    --shadow-sm: 0 2px 8px var(--shadow-color);
    --shadow-md: 0 4px 16px var(--shadow-color);
    --shadow-lg: 0 8px 32px var(--shadow-color);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-body); font-size: 1rem; line-height: 1.6; color: var(--primary); background-color: var(--off-white); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
address { font-style: normal; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 1rem; }

/* ============================================
   Water Background Effects
   ============================================ */
.water-bg {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.bubble {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.9), var(--primary-light));
    opacity: 0.15;
    animation: floatBubble 12s ease-in-out infinite;
}

.bubble-1 { width: 60px; height: 60px; left: 5%; top: 15%; animation-delay: 0s; }
.bubble-2 { width: 40px; height: 40px; left: 85%; top: 25%; animation-delay: 2s; }
.bubble-3 { width: 80px; height: 80px; left: 10%; top: 60%; animation-delay: 4s; }
.bubble-4 { width: 50px; height: 50px; left: 75%; top: 70%; animation-delay: 1s; }
.bubble-5 { width: 35px; height: 35px; left: 50%; top: 40%; animation-delay: 3s; }
.bubble-6 { width: 45px; height: 45px; left: 90%; top: 85%; animation-delay: 5s; }

@keyframes floatBubble {
    0%, 100% { transform: translateY(0) scale(1); opacity: 0.15; }
    50% { transform: translateY(-30px) scale(1.1); opacity: 0.25; }
}

.soap-sud {
    position: absolute;
    width: 100px;
    height: 100px;
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.5) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0.2;
    animation: sudFloat 18s ease-in-out infinite;
}

.sud-1 { left: 8%; top: 25%; animation-delay: 0s; }
.sud-2 { right: 10%; top: 45%; animation-delay: 6s; }
.sud-3 { left: 40%; top: 70%; animation-delay: 12s; }
.sud-4 { right: 25%; top: 15%; animation-delay: 3s; }

@keyframes sudFloat {
    0%, 100% { transform: translateY(0) scale(1) rotate(0deg); opacity: 0.2; }
    50% { transform: translateY(-25px) scale(1.15) rotate(10deg); opacity: 0.3; }
}

.water-drop {
    position: absolute;
    width: 12px;
    height: 18px;
    background: linear-gradient(180deg, rgba(111, 175, 216, 0.8), var(--primary));
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    opacity: 0;
    animation: dropFall 4s linear infinite;
}

.drop-1 { left: 15%; animation-delay: 0s; }
.drop-2 { left: 35%; animation-delay: 0.8s; }
.drop-3 { left: 55%; animation-delay: 1.6s; }
.drop-4 { left: 75%; animation-delay: 2.4s; }
.drop-5 { left: 92%; animation-delay: 3.2s; }

@keyframes dropFall {
    0% { transform: translateY(-20px); opacity: 0; }
    10% { opacity: 0.6; }
    90% { opacity: 0.4; }
    100% { transform: translateY(100vh); opacity: 0; }
}

.water-spray {
    position: absolute;
    width: 150px;
    height: 150px;
    background: radial-gradient(ellipse at bottom, rgba(111, 175, 216, 0.3) 0%, transparent 70%);
    opacity: 0;
    animation: sprayPulse 8s ease-in-out infinite;
}

.spray-1 { left: 20%; top: 30%; animation-delay: 0s; }
.spray-2 { right: 15%; top: 50%; animation-delay: 4s; }

@keyframes sprayPulse {
    0%, 100% { transform: scale(0.8); opacity: 0; }
    50% { transform: scale(1.2); opacity: 0.25; }
}

.hero-water-effect {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    overflow: hidden;
    pointer-events: none;
}

.spray-line {
    position: absolute;
    bottom: 0;
    width: 3px;
    height: 80px;
    background: linear-gradient(to top, transparent, var(--primary-light));
    opacity: 0.3;
    animation: sprayUp 2s ease-out infinite;
}

.spray-line:nth-child(1) { left: 20%; animation-delay: 0s; }
.spray-line:nth-child(2) { left: 50%; animation-delay: 0.5s; }
.spray-line:nth-child(3) { left: 80%; animation-delay: 1s; }

@keyframes sprayUp {
    0% { transform: translateY(100%) scaleY(0); opacity: 0; }
    50% { transform: translateY(0) scaleY(1); opacity: 0.4; }
    100% { transform: translateY(-50%) scaleY(0.5); opacity: 0; }
}

.rinse-effect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, transparent, var(--primary-light), transparent);
    opacity: 0.5;
    animation: rinseFlow 3s ease-in-out infinite;
}

@keyframes rinseFlow {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.suds-effect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

.sud-float {
    position: absolute;
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, rgba(255,255,255,0.4) 0%, transparent 70%);
    border-radius: 50%;
    animation: floatAround 20s ease-in-out infinite;
}

.sud-float:nth-child(1) { left: 10%; top: 20%; animation-delay: 0s; }
.sud-float:nth-child(2) { right: 15%; top: 40%; animation-delay: 7s; }
.sud-float:nth-child(3) { left: 50%; bottom: 20%; animation-delay: 14s; }

@keyframes floatAround {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(20px, -20px) scale(1.1); }
    50% { transform: translate(-10px, -30px) scale(0.9); }
    75% { transform: translate(15px, -10px) scale(1.05); }
}

@media (max-width: 768px) {
    .bubble, .soap-sud, .water-drop, .water-spray { display: none; }
    .hero-water-effect, .rinse-effect, .suds-effect { display: none; }
}

/* ============================================
   Background Images
   ============================================ */
.bg-images {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.bg-image {
    position: absolute;
    background-size: cover;
    background-position: center;
    opacity: 0.06;
    filter: grayscale(40%);
}

.bg-image-1 { top: 0; left: 0; width: 50%; height: 50%; background-image: url('images/img_0560.jpg'); }
.bg-image-2 { top: 0; right: 0; width: 50%; height: 50%; background-image: url('images/img_9563.jpg'); }
.bg-image-3 { bottom: 0; left: 0; width: 50%; height: 50%; background-image: url('images/img_7156.jpg'); }
.bg-image-4 { bottom: 0; right: 0; width: 50%; height: 50%; background-image: url('images/img_1263.jpg'); }

/* ============================================
   Scroll Animations
   ============================================ */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   Header - BIGGER LOGO
   ============================================ */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(244, 239, 233, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 2px solid var(--primary-light);
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    gap: 0.5rem;
}

/* BIGGER LOGO */
.logo-img {
    height: 70px;
    width: auto;
}

@media (min-width: 768px) {
    .logo-img {
        height: 85px;
    }
}

@media (min-width: 1024px) {
    .logo-img {
        height: 100px;
    }
}

.nav-contact {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-email {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--off-white);
    border: 2px solid var(--primary-light);
    border-radius: 50%;
    color: var(--primary);
    transition: var(--transition-fast);
}

.nav-email svg { width: 22px; height: 22px; }
.nav-email:hover { background: var(--primary-light); color: var(--white); }

.nav-cta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.2rem;
    background: var(--primary);
    color: var(--white);
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    transition: var(--transition-fast);
}

.nav-cta .phone-icon { width: 20px; height: 20px; }
.nav-cta:hover { background: var(--primary-dark); transform: translateY(-2px); }

@media (max-width: 400px) {
    .phone-text { display: none; }
    .nav-cta { padding: 0.7rem; border-radius: 50%; }
    .nav-cta .phone-icon { width: 24px; height: 24px; }
    .logo-img { height: 55px; }
}

/* ============================================
   Hero Section with Background Image
   ============================================ */
.hero {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    padding: 120px 0 var(--space-xl);
    z-index: 1;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: -2;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(244, 239, 233, 0.85) 0%,
        rgba(244, 239, 233, 0.75) 30%,
        rgba(111, 175, 216, 0.3) 100%
    );
    z-index: -1;
}

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

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--white);
    border: 2px solid var(--primary-light);
    border-radius: 50px;
    font-size: 0.8rem;
    margin-bottom: var(--space-md);
    box-shadow: var(--shadow-sm);
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: var(--primary-light);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.3); }
}

.hero-title {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 12vw, 5rem);
    line-height: 1.1;
    margin-bottom: var(--space-md);
    text-shadow: 2px 2px 4px rgba(255,255,255,0.5);
}

.title-line { display: block; color: var(--primary); }
.title-line.accent { color: var(--primary-light); text-shadow: 2px 2px 0 var(--primary-dark); }

.hero-tagline {
    font-family: var(--font-display);
    font-size: clamp(1.3rem, 5vw, 2rem);
    color: var(--primary);
    margin: 0 auto var(--space-lg);
    letter-spacing: 0.02em;
    text-shadow: 1px 1px 2px rgba(255,255,255,0.5);
}

.hero-cta { margin-bottom: var(--space-lg); }

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    border-radius: 50px;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.95rem;
    transition: var(--transition-smooth);
    cursor: pointer;
    border: 2px solid transparent;
    text-align: center;
    line-height: 1.3;
}

.btn-large { padding: 1rem 1.75rem; font-size: 1rem; }
.btn-full { width: 100%; }

.btn-primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: var(--white);
    border-color: var(--primary);
    box-shadow: var(--shadow-md);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }

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

.btn-light { background: var(--white); color: var(--primary); border-color: var(--white); }
.btn-light:hover { background: var(--off-white); }

.btn-outline { background: transparent; color: var(--white); border-color: var(--white); }
.btn-outline:hover { background: var(--white); color: var(--primary); }

/* Services Highlight */
.services-highlight {
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid var(--primary-light);
    border-radius: 16px;
    padding: var(--space-md);
    margin-bottom: var(--space-lg);
    box-shadow: var(--shadow-md);
}

.services-title {
    font-family: var(--font-display);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--primary-dark);
    margin-bottom: var(--space-sm);
}

.services-list { display: flex; flex-direction: column; gap: 0.75rem; }
@media (min-width: 500px) { .services-list { flex-direction: row; justify-content: center; gap: 1.5rem; } }
.services-list li { display: flex; align-items: center; justify-content: center; gap: 0.5rem; font-size: 1rem; font-weight: 700; }
.service-emoji { font-size: 1.25rem; }

.hero-promise { font-size: 0.95rem; margin-bottom: var(--space-lg); text-shadow: 1px 1px 2px rgba(255,255,255,0.5); }

.trust-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; }
.trust-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    background: rgba(255, 255, 255, 0.95);
    padding: 0.5rem 0.75rem;
    border-radius: 50px;
    border: 1px solid var(--primary-light);
    box-shadow: var(--shadow-sm);
}
.trust-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-light);
    color: var(--white);
    border-radius: 50%;
    font-size: 0.7rem;
    font-weight: bold;
}

/* ============================================
   Section Styles
   ============================================ */
.section-title {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 6vw, 2.5rem);
    color: var(--primary);
    text-align: center;
    margin-bottom: var(--space-xs);
}

.section-subtitle {
    font-size: clamp(0.9rem, 2.5vw, 1.05rem);
    color: var(--primary);
    text-align: center;
    margin-bottom: var(--space-xl);
    font-style: italic;
    opacity: 0.85;
    padding: 0 1rem;
}

/* ============================================
   Why Choose Us Section
   ============================================ */
.why-choose-section {
    padding: var(--space-xl) 0;
    background: rgba(255, 255, 255, 0.92);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.features-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-md); }
@media (min-width: 600px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }

.feature-card {
    background: var(--off-white);
    border: 2px solid var(--primary-light);
    border-radius: 16px;
    padding: var(--space-md);
    text-align: center;
    transition: var(--transition-smooth);
    box-shadow: var(--shadow-sm);
}
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.feature-icon { font-size: 2.5rem; margin-bottom: var(--space-sm); }
.feature-card h3 { font-family: var(--font-display); font-size: 1.1rem; color: var(--primary); margin-bottom: var(--space-sm); }
.feature-card p { font-size: 0.9rem; line-height: 1.7; color: var(--primary); opacity: 0.9; }

/* ============================================
   Services Section with Split Image
   ============================================ */
.services-section {
    padding: var(--space-xl) 0;
    background: rgba(244, 239, 233, 0.95);
    position: relative;
    z-index: 1;
}

.services-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-md); }
@media (min-width: 700px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }

.service-card {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition-smooth);
    border: 2px solid transparent;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--primary-light); }

.service-card-image { 
    position: relative; 
    height: 200px; 
    overflow: hidden; 
    background: var(--primary-light); 
}

.service-card-image img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: var(--transition-smooth); 
}

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

/* Split Image for Soft-Washing */
.service-card-split {
    display: flex;
    overflow: hidden;
}

.split-image-left,
.split-image-right {
    width: 50%;
    height: 200px;
    background-size: cover;
    background-position: center;
    transition: var(--transition-smooth);
}

.split-image-left {
    background-position: left center;
}

.split-image-right {
    background-position: right center;
}

.service-card:hover .split-image-left,
.service-card:hover .split-image-right {
    transform: scale(1.05);
}

.service-card-content { padding: var(--space-md); }
.service-card-content h3 { font-family: var(--font-display); font-size: 1.25rem; color: var(--primary); margin-bottom: var(--space-xs); }
.service-card-content p { font-size: 0.9rem; line-height: 1.6; color: var(--primary); opacity: 0.85; }

/* ============================================
   Meet the Team Section
   ============================================ */
.team-member-section {
    padding: var(--space-xl) 0;
    background: rgba(255, 255, 255, 0.92);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--space-lg);
    max-width: 900px;
    margin: 0 auto;
}

.team-member { text-align: center; }

.team-photo {
    width: 200px;
    height: 200px;
    margin: 0 auto var(--space-sm);
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid var(--primary-light);
    box-shadow: var(--shadow-lg);
    background: var(--off-white);
}

.team-photo img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: var(--transition-smooth);
}

.team-member:hover .team-photo img {
    transform: scale(1.1);
}

.photo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);
    color: var(--white);
}
.photo-placeholder span { font-size: 2.5rem; margin-bottom: 0.25rem; }
.photo-placeholder p { font-size: 0.75rem; opacity: 0.9; }

.team-member h3 { 
    font-family: var(--font-display); 
    font-size: 1.3rem; 
    color: var(--primary); 
    margin-bottom: 0.25rem; 
}
.team-role { 
    font-size: 1rem; 
    color: var(--primary-light); 
    font-weight: 700; 
}

/* ============================================
   Carousel with Arrow Buttons
   ============================================ */
.carousel-wrapper {
    position: relative;
    padding: 0 50px;
}

@media (max-width: 600px) {
    .carousel-wrapper {
        padding: 0 40px;
    }
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--white);
    border: 2px solid var(--primary-light);
    color: var(--primary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-fast);
    box-shadow: var(--shadow-md);
    z-index: 10;
}

.carousel-arrow:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
    transform: translateY(-50%) scale(1.1);
}

.carousel-arrow svg {
    width: 24px;
    height: 24px;
}

.carousel-arrow-left {
    left: 0;
}

.carousel-arrow-right {
    right: 0;
}

@media (max-width: 600px) {
    .carousel-arrow {
        width: 36px;
        height: 36px;
    }
    .carousel-arrow svg {
        width: 20px;
        height: 20px;
    }
}

/* ============================================
   Gallery Section
   ============================================ */
.gallery-section {
    padding: var(--space-xl) 0;
    background: rgba(244, 239, 233, 0.95);
    position: relative;
    z-index: 1;
}

.gallery-carousel {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0.5rem 0;
}
.gallery-carousel::-webkit-scrollbar { display: none; }

.gallery-slide {
    flex: 0 0 280px;
    scroll-snap-align: start;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    aspect-ratio: 4/3;
    background: var(--primary-light);
}
@media (min-width: 768px) { .gallery-slide { flex: 0 0 320px; } }
.gallery-slide img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition-smooth); }
.gallery-slide:hover img { transform: scale(1.05); }

/* ============================================
   Reviews Section
   ============================================ */
.reviews-section {
    padding: var(--space-xl) 0;
    background: rgba(255, 255, 255, 0.92);
    position: relative;
    z-index: 1;
}

.review-platforms { display: flex; justify-content: center; gap: 0.75rem; margin-bottom: var(--space-lg); flex-wrap: wrap; }

.platform-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
    background: var(--white);
    border: 2px solid var(--primary-light);
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--primary);
    transition: var(--transition-fast);
    box-shadow: var(--shadow-sm);
}
.platform-badge svg { width: 20px; height: 20px; }
.platform-badge:hover { background: var(--primary); color: var(--white); border-color: var(--primary); transform: translateY(-2px); }

.reviews-carousel {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0.5rem 0;
}
.reviews-carousel::-webkit-scrollbar { display: none; }

.review-card {
    flex: 0 0 280px;
    scroll-snap-align: start;
    padding: var(--space-md);
    background: var(--white);
    border: 2px solid var(--primary-light);
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
}
@media (min-width: 500px) { .review-card { flex: 0 0 320px; } }

.review-stars { color: #FFB800; font-size: 1.25rem; margin-bottom: var(--space-sm); letter-spacing: 2px; }
.review-text { font-size: 0.9rem; line-height: 1.6; margin-bottom: var(--space-sm); font-style: italic; color: var(--primary); }
.review-author { display: flex; justify-content: space-between; align-items: center; font-size: 0.85rem; }
.author-name { font-weight: 700; color: var(--primary); }
.review-source { color: var(--primary-light); font-weight: 700; }

.review-buttons { 
    display: flex; 
    flex-direction: column; 
    gap: 0.75rem; 
    align-items: center; 
    margin-top: var(--space-lg);
}
@media (min-width: 500px) { .review-buttons { flex-direction: row; justify-content: center; } }

/* ============================================
   Estimate Form Section
   ============================================ */
.estimate-section {
    padding: var(--space-xl) 0;
    background: var(--primary);
    position: relative;
    z-index: 1;
}

.estimate-section .section-title,
.estimate-section .section-subtitle { color: var(--white); }

.estimate-form {
    max-width: 600px;
    margin: 0 auto;
    background: var(--white);
    padding: var(--space-lg);
    border-radius: 16px;
    box-shadow: var(--shadow-lg);
}
@media (max-width: 500px) { .estimate-form { padding: var(--space-md); } }

.form-group { margin-bottom: var(--space-md); }
.form-row { display: grid; grid-template-columns: 1fr; gap: var(--space-md); }
@media (min-width: 500px) { .form-row { grid-template-columns: 1fr 1fr; } .form-group-small { max-width: 120px; } }

.form-label { display: block; font-weight: 700; color: var(--primary); margin-bottom: 0.5rem; font-size: 0.9rem; }
.required { color: #E53935; }
.form-help { font-size: 0.8rem; color: var(--primary); opacity: 0.7; margin-bottom: 0.5rem; }

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 0.875rem;
    border: 2px solid var(--primary-light);
    border-radius: 10px;
    font-family: var(--font-body);
    font-size: 1rem;
    color: var(--primary);
    background: var(--off-white);
    transition: var(--transition-fast);
}
.form-input:focus, .form-select:focus, .form-textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px var(--accent-glow); }
.form-input::placeholder, .form-textarea::placeholder { color: var(--primary); opacity: 0.5; }
.form-textarea { resize: vertical; min-height: 100px; }

.radio-group { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.checkbox-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.5rem; }
@media (min-width: 500px) { .checkbox-grid { grid-template-columns: repeat(3, 1fr); } }

.radio-label, .checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 0.75rem;
    background: var(--off-white);
    border: 2px solid var(--primary-light);
    border-radius: 8px;
    cursor: pointer;
    transition: var(--transition-fast);
    font-size: 0.9rem;
}
.radio-label:hover, .checkbox-label:hover { border-color: var(--primary); }
.radio-label input, .checkbox-label input { display: none; }

.radio-custom, .checkbox-custom {
    width: 18px;
    height: 18px;
    border: 2px solid var(--primary-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-fast);
    flex-shrink: 0;
}
.checkbox-custom { border-radius: 4px; }
.radio-label input:checked + .radio-custom,
.checkbox-label input:checked + .checkbox-custom { background: var(--primary); border-color: var(--primary); }
.radio-label input:checked + .radio-custom::after,
.checkbox-label input:checked + .checkbox-custom::after { content: '✓'; color: var(--white); font-size: 0.7rem; font-weight: bold; }

/* ============================================
   CTA Section
   ============================================ */
.cta-section {
    padding: var(--space-xl) 0;
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
    position: relative;
    z-index: 1;
}

.cta-content { text-align: center; max-width: 600px; margin: 0 auto; }
.cta-content h2 { font-family: var(--font-display); font-size: clamp(1.5rem, 5vw, 2rem); color: var(--white); margin-bottom: var(--space-sm); }
.cta-content p { font-size: 1rem; color: rgba(255, 255, 255, 0.9); margin-bottom: var(--space-lg); }

.cta-buttons { display: flex; flex-direction: column; gap: 0.75rem; align-items: center; }
@media (min-width: 500px) { .cta-buttons { flex-direction: row; justify-content: center; } }

/* ============================================
   Footer - Bigger Logo
   ============================================ */
.footer {
    background: var(--primary-dark);
    color: var(--off-white);
    padding: var(--space-xl) 0 var(--space-lg);
    position: relative;
    z-index: 1;
}

.footer-content { display: grid; grid-template-columns: 1fr; gap: var(--space-lg); margin-bottom: var(--space-lg); }
@media (min-width: 700px) { .footer-content { grid-template-columns: 2fr 1fr 1fr; } }

.footer-logo-img { 
    height: 80px; 
    width: auto; 
    filter: brightness(1.2); 
    margin-bottom: var(--space-sm); 
}

@media (min-width: 768px) {
    .footer-logo-img {
        height: 100px;
    }
}

.footer-desc { font-size: 0.9rem; line-height: 1.7; opacity: 0.85; margin-bottom: var(--space-sm); }

.footer-social { display: flex; gap: 0.75rem; }
.footer-social a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid var(--primary-light);
    border-radius: 50%;
    color: var(--primary-light);
    transition: var(--transition-fast);
}
.footer-social a:hover { background: var(--primary-light); color: var(--white); transform: translateY(-2px); }
.footer-social svg { width: 22px; height: 22px; }

.footer-contact h3, .footer-services h3 { font-family: var(--font-display); font-size: 1.1rem; color: var(--white); margin-bottom: var(--space-sm); }
.footer-contact address p { margin-bottom: 0.5rem; font-size: 0.9rem; opacity: 0.85; }
.footer-link { color: var(--primary-light); transition: var(--transition-fast); word-break: break-word; }
.footer-link:hover { color: var(--white); }
.footer-services ul li { margin-bottom: 0.4rem; font-size: 0.9rem; opacity: 0.85; }

.footer-bottom { padding-top: var(--space-lg); border-top: 1px solid rgba(255, 255, 255, 0.15); text-align: center; font-size: 0.85rem; opacity: 0.7; }
.footer-bottom p { margin-bottom: 0.25rem; }

/* ============================================
   Accessibility
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
    .animate-on-scroll { opacity: 1; transform: none; }
    .bubble, .soap-sud, .water-drop, .water-spray, .hero-water-effect, .rinse-effect, .suds-effect { display: none; }
}

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
    outline: 3px solid var(--primary-light);
    outline-offset: 2px;
}
