 @media only screen and (min-width: 0rem) {#hero-leak-specialist {min-height: 100vh;position: relative;display: flex;align-items: center;background: linear-gradient(135deg, var(--secondary) 0%, var(--secondaryLight) 100%);overflow: hidden;padding: 12rem 1rem 5rem 1rem;}#hero-leak-specialist .cs-container {width: 100%;max-width: 1200px;margin: 0 auto;display: flex;flex-direction: column;gap: 3rem;align-items: center;position: relative;z-index: 10;}#hero-leak-specialist .cs-content {text-align: center;max-width: 600px;}#hero-leak-specialist .cs-emergency-icon {width: 16px;height: 16px;}#hero-leak-specialist .cs-title {margin-bottom: 1rem;}#hero-leak-specialist .cs-title-main {display: block;font-size: clamp(2rem, 6vw, 3.5rem);font-weight: 300;color: var(--bodyTextColorWhite);line-height: 1.1;letter-spacing: 0.02em;}#hero-leak-specialist .cs-title-emphasis {display: block;font-size: clamp(2.5rem, 7vw, 4.5rem);font-weight: 900;color: var(--primary);line-height: 0.9;text-transform: uppercase;letter-spacing: -0.02em;text-shadow: 0 2px 10px rgba(1, 151, 201, 0.5);margin-top: 0.5rem;}#hero-leak-specialist .cs-company-name {font-size: clamp(1.25rem, 3vw, 1.75rem);font-weight: 600;color: var(--primary);text-transform: uppercase;letter-spacing: 0.1em;margin-bottom: 2rem;border-left: 4px solid var(--primary);padding-left: 1rem;display: inline-block;}#hero-leak-specialist .cs-text {font-size: clamp(1.125rem, 2vw, 1.25rem);line-height: 1.6;color: var(--bodyTextColorWhite);margin-bottom: 2.5rem;opacity: 0.9;}#hero-leak-specialist .cs-stats-row {display: flex;justify-content: center;gap: 2rem;margin-bottom: 2.5rem;flex-wrap: wrap;}#hero-leak-specialist .cs-stat {text-align: center;padding: 1rem;background: rgba(255, 255, 255, 0.1);border-radius: 12px;backdrop-filter: blur(10px);border: 1px solid rgba(255, 255, 255, 0.2);min-width: 80px;}#hero-leak-specialist .cs-stat-number {font-size: 1.5rem;font-weight: 800;color: var(--primary);line-height: 1;}#hero-leak-specialist .cs-stat-label {font-size: 0.75rem;color: var(--bodyTextColorWhite);text-transform: uppercase;letter-spacing: 0.5px;margin-top: 0.25rem;opacity: 0.8;}#hero-leak-specialist .cs-button-stack {display: flex;flex-direction: column;gap: 1rem;align-items: center;width: 100%;max-width: 400px;margin: 0 auto;}#hero-leak-specialist .cs-button-emergency {display: inline-flex;align-items: center;justify-content: center;gap: 0.75rem;background: var(--primary);color: white;padding: 1.25rem 2rem;border-radius: 8px;font-weight: 800;font-size: 1.125rem;text-decoration: none;text-transform: uppercase;letter-spacing: 0.5px;transition: all 0.3s ease;white-space: nowrap;box-shadow: 0 6px 25px rgba(1, 151, 201, 0.4);width: 80%;animation: emergencyGlow 3s ease-in-out infinite alternate;}#hero-leak-specialist .cs-button-emergency:hover {transform: translateY(-3px);box-shadow: 0 10px 35px rgba(231, 76, 60, 0.6);}#hero-leak-specialist .cs-phone-icon {width: 20px;height: 20px;}#hero-leak-specialist .cs-button-secondary {display: inline-flex;align-items: center;justify-content: center;background: transparent;color: var(--bodyTextColorWhite);border: 2px solid var(--bodyTextColorWhite);padding: 1rem 2rem;border-radius: 8px;font-weight: 600;font-size: 1rem;text-decoration: none;transition: all 0.3s ease;width: 80%;}#hero-leak-specialist .cs-button-secondary:hover {background: var(--bodyTextColorWhite);color: var(--primary);transform: translateY(-2px);}#hero-leak-specialist .cs-visual-section {position: relative;width: 100%;max-width: 500px;display: block;margin-top: 1rem;}#hero-leak-specialist .cs-before-after-container {position: relative;padding: 1rem;background: rgba(255, 255, 255, 0.05);border-radius: 16px;backdrop-filter: blur(10px);border: 1px solid rgba(255, 255, 255, 0.1);}#hero-leak-specialist .cs-before-after-title {text-align: center;color: var(--bodyTextColorWhite);font-weight: 600;font-size: 0.875rem;text-transform: uppercase;letter-spacing: 0.5px;margin-bottom: 1rem;opacity: 0.9;}#hero-leak-specialist .cs-image-comparison {display: flex;align-items: center;gap: 1rem;justify-content: center;}#hero-leak-specialist .cs-image-card {position: relative;border-radius: 12px;overflow: hidden;box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);border: 2px solid rgba(255, 255, 255, 0.1);flex: 1;max-width: 140px;}#hero-leak-specialist .cs-image-card img {width: 100%;height: 120px;object-fit: cover;display: block;}#hero-leak-specialist .cs-image-label {position: absolute;bottom: 0;left: 0;right: 0;padding: 0.5rem;font-size: 0.75rem;font-weight: 700;text-align: center;text-transform: uppercase;letter-spacing: 0.5px;}#hero-leak-specialist .cs-before-label {background: linear-gradient(to top, rgba(231, 76, 60, 0.9), transparent);color: white;}#hero-leak-specialist .cs-after-label {background: linear-gradient(to top, rgba(39, 174, 96, 0.9), transparent);color: white;}#hero-leak-specialist .cs-vs-divider {display: flex;align-items: center;justify-content: center;width: 40px;height: 40px;background: var(--primary);border-radius: 50%;flex-shrink: 0;box-shadow: 0 4px 15px rgba(1, 151, 201, 0.3);}#hero-leak-specialist .cs-vs-text {color: white;font-weight: 800;font-size: 0.75rem;letter-spacing: 0.5px;}#hero-leak-specialist .cs-guarantee-badge {position: absolute;top: -40px;left: 50%;transform: translateX(-50%);background: var(--success);color: white;padding: 0.75rem;border-radius: 12px;display: flex;align-items: center;gap: 0.5rem;z-index: 4;min-width: 120px;box-shadow: 0 4px 15px rgba(39, 174, 96, 0.3);}#hero-leak-specialist .cs-shield-icon {width: 24px;height: 24px;flex-shrink: 0;}#hero-leak-specialist .cs-guarantee-text {text-align: left;}#hero-leak-specialist .cs-guarantee-title {font-size: .8rem;font-weight: 700;text-transform: uppercase;line-height: 1;}#hero-leak-specialist .cs-guarantee-subtitle {font-size: 0.925rem;opacity: 0.9;margin-top: 0.25rem;}#hero-leak-specialist .cs-water-drops {position: absolute;top: 0;left: 0;width: 100%;height: 100%;pointer-events: none;z-index: 1;}#hero-leak-specialist .cs-drop {position: absolute;width: 4px;height: 4px;background: var(--primary);border-radius: 50%;animation: dropFall 4s linear infinite;}#hero-leak-specialist .cs-drop-1 {left: 20%;animation-delay: 0s;}#hero-leak-specialist .cs-drop-2 {left: 60%;animation-delay: 1.5s;}#hero-leak-specialist .cs-drop-3 {left: 80%;animation-delay: 3s;}@keyframes pulse {0%, 100% {transform: scale(1);}50% {transform: scale(1.05);}}@keyframes emergencyGlow {0% {box-shadow: 0 6px 25px rgba(1, 151, 201, 0.4);}100% {box-shadow: 0 6px 25px rgba(1, 151, 201, 0.8);}}@keyframes dropFall {0% {top: -10px;opacity: 0;}10% {opacity: 1;}90% {opacity: 1;}100% {top: 100vh;opacity: 0;}}}@media only screen and (min-width: 48rem) {#hero-leak-specialist .cs-container {flex-direction: row;gap: 4rem;align-items: center;}#hero-leak-specialist .cs-content {text-align: left;flex: 1;}#hero-leak-specialist .cs-visual-section {display: block;flex: 1;}#hero-leak-specialist .cs-button-stack {flex-direction: row;justify-content: flex-start;max-width: none;margin: 0;}#hero-leak-specialist .cs-button-emergency, #hero-leak-specialist .cs-button-secondary {width: auto;min-width: 200px;}#hero-leak-specialist .cs-stats-row {justify-content: flex-start;margin-bottom: 3rem;}}@media only screen and (min-width: 64rem) {#hero-leak-specialist {padding: 10rem 2rem;}#hero-leak-specialist .cs-visual-section {max-width: 600px;}#hero-leak-specialist .cs-image-card {max-width: 300px;}#hero-leak-specialist .cs-image-card img {height: 240px;}#hero-leak-specialist .cs-vs-divider {width: 60px;height: 60px;}#hero-leak-specialist .cs-vs-text {font-size: 1rem;}}