* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            line-height: 1.6;
            color: #1a1a1a;
        /* Wrapper to isolate from theme */
        #bathroom-page-wrapper {
            width: 100% !important;
            max-width: 100% !important;
            display: block !important;
        #bathroom-page-wrapper * {
            box-sizing: border-box !important;
        .bathroom-container {
            max-width: 1200px !important;
            margin: 0 auto !important;
            padding: 0 20px !important;
        /* Top Header Bar */
        .top-header {
            background: #0f4c81;
            color: white;
            padding: 12px 20px;
            text-align: center;
            font-weight: 600;
        /* Hero Section */
        .hero {
            background-image: linear-gradient(rgba(15, 76, 129, 0.85), rgba(15, 76, 129, 0.85)), 
                              url('https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?q=80&w=2000&auto=format&fit=crop');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            padding: 80px 20px 60px;
        .hero h1 {
            font-size: 2.5rem;
            margin-bottom: 20px;
            font-weight: 700;
        .hero .subtitle {
            font-size: 1.3rem;
            margin-bottom: 15px;
            font-weight: 300;
        .hero .tagline {
            font-size: 1.1rem;
            margin-bottom: 30px;
            opacity: 0.95;
        .cta-button {
            display: inline-block;
            background: #ff6b35;
            padding: 15px 40px;
            text-decoration: none;
            border-radius: 5px;
            transition: background 0.3s;
            margin: 10px;
        .cta-button:hover {
            background: #e55a2b;
        .cta-button.secondary {
            background: transparent;
            border: 2px solid white;
        .cta-button.secondary:hover {
            background: rgba(255,255,255,0.1);
        /* Trust Badges */
        .trust-badges {
            background: #f8f9fa;
            padding: 30px 20px;
        .badges-grid {
            display: flex;
            justify-content: center;
            gap: 40px;
            flex-wrap: wrap;
            margin-top: 20px;
        .badge {
        .badge-icon {
            margin-bottom: 10px;
        .badge-text {
        /* Services Section */
        .services {
            padding: 60px 20px;
        .bathroom-section-title {
            text-align: center !important;
            font-size: 2.2rem !important;
            margin-bottom: 15px !important;
            color: #1a1a1a !important;
            word-break: normal !important;
            white-space: normal !important;
        .bathroom-section-subtitle {
            font-size: 1.1rem !important;
            color: #666 !important;
            margin-bottom: 50px !important;
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-top: 40px;
        .service-card {
            background: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 20px rgba(0,0,0,0.15);
        .service-icon {
        .service-card h3 {
            font-size: 1.4rem;
        .service-card p {
            color: #666;
            line-height: 1.8;
        /* Process Section */
        .process {
        .process-steps {
            grid-template-columns: repeat(4, 1fr);
            max-width: 1000px;
            margin-left: auto;
            margin-right: auto;
        .process-steps.bottom-row {
        .step {
        .step-number {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            align-items: center;
            font-size: 1.8rem;
            margin: 0 auto 20px;
        .step h3 {
            font-size: 1.2rem;
        .step p {
            line-height: 1.7;
        /* Gallery Section */
        .gallery {
            padding: 60px 20px !important;
            background: #f8f9fa !important;
        .gallery .bathroom-container {
        .bathroom-gallery-grid {
            display: grid !important;
            grid-template-columns: 1fr 1fr 1fr !important;
            gap: 30px !important;
            margin-top: 40px !important;
        .bathroom-gallery-item {
            position: relative !important;
            height: 250px !important;
            background: #d1d5db !important;
            border-radius: 8px !important;
            overflow: hidden !important;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
        .bathroom-gallery-item img {
            height: 100% !important;
            object-fit: cover !important;
        /* Only show "Before & After" text if no image inside */
        .bathroom-gallery-item:empty::after {
            content: 'Before & After' !important;
            position: absolute !important;
            top: 50% !important;
            left: 50% !important;
            transform: translate(-50%, -50%) !important;
            font-size: 1.3rem !important;
            font-weight: 600 !important;
            white-space: nowrap !important;
        /* Areas Served */
        .areas {
            background: #d1d5db;
        .areas .bathroom-section-title,
        .areas .bathroom-section-subtitle {
        .areas-grid {
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-top: 30px;
        .area-item {
            padding: 15px;
            background: rgba(255,255,255,0.6);
        /* Testimonials */
        .testimonials {
        .testimonials-grid {
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        .testimonial {
        .testimonial-text {
            font-style: italic;
        .testimonial-author {
        .testimonial-location {
            color: #999;
            font-size: 0.9rem;
        .stars {
            color: #f39c12;
        /* FAQ Section */
        .faq {
        .faq-title {
            font-size: 2.2rem;
            color: #0f4c81;
        .faq-subtitle {
            margin-bottom: 50px;
        .faq-item {
            overflow: hidden;
        .faq-question {
            width: 100%;
            padding: 20px 25px;
            background: none;
            border: none;
            text-align: left;
            cursor: pointer;
            justify-content: space-between;
        .faq-question:hover {
            background: rgba(15, 76, 129, 0.05);
        .faq-question::after {
            content: '▼';
            font-size: 0.8rem;
            transition: transform 0.3s;
        .faq-question.active::after {
            transform: rotate(180deg);
        .faq-answer {
            max-height: 0;
            transition: max-height 0.3s ease;
        .faq-answer-content {
            padding: 0 25px 20px 25px;
            font-size: 1rem;
        .faq-answer.active {
            max-height: 500px;
        /* Contact Form */
        .contact {
        .contact-wrapper {
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: start;
            max-width: 1200px;
            margin: 0 auto;
        .contact-content h2 {
        .contact-content p {
        .contact-benefits {
            list-style: none;
        .contact-benefits li {
            padding: 15px 0;
            border-bottom: 1px solid #eee;
            color: #333;
        .contact-benefits li:before {
            content: "✓";
            color: #ff6b35;
            font-weight: bold;
            margin-right: 10px;
        .form-container {
            padding: 40px;
            box-shadow: 0 2px 20px rgba(0,0,0,0.1);
        .form-container h3 {
            font-size: 1.5rem;
            margin-bottom: 25px;
        /* Mobile Responsive */
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2rem;
            }
            
            .hero .subtitle {
                font-size: 1.1rem;
            .bathroom-section-title {
                font-size: 1.8rem !important;
            .badges-grid {
                gap: 20px;
            .contact-wrapper {
                grid-template-columns: 1fr;
                gap: 40px;
            .process-steps {
            .bathroom-gallery-grid {
                grid-template-columns: 1fr !important;
            .bathroom-gallery-item {
                height: 200px !important;
        @media (max-width: 1024px) and (min-width: 769px) {
                grid-template-columns: 1fr 1fr !important;