:root {
            --red:#9f2027;
            --red-dark:#6f1118;
            --black: #101010;
            --text: #151515;
            --muted: #555;
            --light: #f7f7f7;
            --border: #e6e6e6;
            --shadow: 0 14px 35px rgba(0,0,0,.10);
        }

        * { box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body {
            margin: 0;
            font-family: Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
            color: var(--text);
            background: #fffdf9;
            line-height: 1.55;
            overflow-x: hidden;
            padding-bottom: 0;
        } h1,h2{font-family:"DM Serif Display",Georgia,"Times New Roman",serif;font-weight:400}
        img { max-width: 100%; display: block; }
        a { text-decoration: none; }

        .navbar {
            position: sticky;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 999;
            background: rgba(255,255,255,.97);
            backdrop-filter: blur(12px);
            box-shadow: 0 6px 24px rgba(0,0,0,.08);
        }

        .nav-container {
            width: 100%;
            max-width: 1280px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 10px 16px;
            min-height: 66px;
        }

        .navbar nav {
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 1;
        }

        .logo { display: flex; align-items: center; flex-shrink: 0; min-width: 0; background: transparent !important; padding: 0 !important; border: 0 !important; box-shadow: none !important; }
        .logo img { width: 150px; max-height: 54px; height: auto; object-fit: contain; display: block; border: 0 !important; box-shadow: none !important; background: transparent !important; }

        .nav-links { display: none; }
        .navbar .book-btn { flex-shrink: 0; }

        .book-btn, .quote-btn, .secondary-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            font-weight: 900;
            border: none;
            line-height: 1;
            min-height: 46px;
        }

        .book-btn, .quote-btn {
            background: linear-gradient(135deg, #c32b35 0%, #9d1822 53%, #74121a 100%);
            color: #fff;
            padding: 14px 20px;
            box-shadow: 0 10px 24px rgba(159,32,39,.23);
        }

        .navbar .book-btn { padding: 10px 14px; font-size: 13px; white-space: nowrap; }
        .book-btn:hover, .quote-btn:hover { background: var(--red-dark); }

        .secondary-btn {
            background: var(--red-dark);
            color: #fff;
            padding: 14px 20px;
            border: 1px solid rgba(255,255,255,.18);
            box-shadow: 0 10px 24px rgba(160,0,0,.22);
        }
        .secondary-btn:hover { background: #7f0000; color: #fff; }

        .hero {
            position: relative;
            min-height: calc(100vh - 66px);
            background: #111;
            display: flex;
            align-items: flex-end;
            padding: 92px 18px 42px;
            overflow: hidden;
        }
        .hero::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(rgba(0,0,0,.82), rgba(0,0,0,.66));
            z-index: 1;
        }
        .hero-bg { position: absolute; inset: 0; z-index: 0; }
        .hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }

        .hero-overlay { position: relative; z-index: 2; width: 100%; max-width: 620px; color: #fff; }
        .hero h1 {
            font-size: clamp(35px, 10vw, 58px);
            line-height: 1.04;
            margin: 0 0 18px;
            font-weight: 900;
            letter-spacing: -.03em;
        }
        .hero p { font-size: 15.5px; margin: 0 0 22px; color: #fff; }

        .hero-trust { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
        .hero-trust span {
            background: rgba(255,255,255,.18);
            color: #fff;
            border: 1px solid rgba(255,255,255,.16);
            padding: 8px 12px;
            border-radius: 999px;
            font-size: 12px;
            font-weight: 900;
            backdrop-filter: blur(8px);
        }
        .hero-trust i, .stars { color: #ffcc00; }
        .hero-buttons { display: grid; grid-template-columns: 1fr; gap: 10px; }
        .hero-buttons a { width: 100%; }

        section { padding: 56px 18px; }
        section h2 {
            font-size: clamp(28px, 8vw, 46px);
            line-height: 1.1;
            text-align: center;
            margin: 0 0 14px;
            letter-spacing: -.03em;
        }

        .section-text,
        .services > p,
        .before-after > p,
        .booking > p {
            text-align: center;
            color: var(--muted);
            max-width: 720px;
            margin: 0 auto 28px;
            font-size: 15px;
        }

        .trust-bar {
            background: var(--light);
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
            padding: 28px 16px;
        }
        .trust-card {
            background: #fffdf9;
            border-radius: 18px;
            padding: 18px 12px;
            text-align: center;
            box-shadow: 0 8px 22px rgba(0,0,0,.06);
            border: 1px solid #eee;
        }
        .trust-card i { color: var(--black); font-size: 24px; margin-bottom: 8px; }
        .trust-card h3, .trust-card b { display: block; font-size: 18px; font-weight: 700; margin: 0 0 4px; }
        .trust-card p { margin: 0; color: var(--muted); font-size: 13.5px; line-height: 1.5; }

        .rp-funnel { background: var(--light); color: var(--text); padding: 56px 14px; }
        .rp-funnel-wrap { max-width: 1050px; margin: 0 auto; }
        .rp-funnel-header { text-align: center; margin-bottom: 22px; }
        .rp-mini-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 14px 0 0; }
        .rp-mini-trust span { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 800; color: #2a2a2a; background: #f2f2f0; border: 1px solid #e4e4e2; border-radius: 999px; padding: 7px 12px; }
        .rp-mini-trust i { display: inline-flex; color: #2a2a2a; }
        .rp-funnel-header h2 {
            font-size: clamp(30px, 8vw, 52px);
            line-height: 1.08;
            margin: 0 0 12px;
            color: var(--text);
        }
        .rp-funnel-header p { color: #444; margin: 0 auto; max-width: 780px; font-size: 15px; }

        .rp-card {
            background: #fffdf9;
            border-radius: 22px;
            padding: 20px;
            box-shadow: 0 18px 45px rgba(0,0,0,.13);
            border: 1px solid var(--border);
            overflow: hidden;
        }
        @keyframes rpStepIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

        .rp-progress-label {
            display: flex;
            justify-content: space-between;
            gap: 12px;
            color: #555;
            font-size: 12px;
            margin-bottom: 9px;
        }
        .rp-live-badge { display: inline-flex; align-items: center; gap: 6px; background: var(--black); color: #fff; font-size: 10.5px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; margin-bottom: 14px; }
        .rp-live-badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #33d17a; display: inline-block; }
        .rp-stepper { display: flex; gap: 4px; margin-bottom: 12px; }
        .rp-stepper-item { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 5px; }
        .rp-stepper-dot { width: 24px; height: 24px; border-radius: 50%; background: #e9e9e7; color: #5c5c5c; font-size: 11px; font-weight: 800; display: flex; align-items: center; justify-content: center; transition: background .2s ease, color .2s ease; }
        .rp-stepper-name { font-size: 10px; font-weight: 700; color: #5c5c5c; transition: color .2s ease; }
        .rp-stepper-item.is-done .rp-stepper-dot { background: var(--black); color: #fff; }
        .rp-stepper-item.is-done .rp-stepper-name { color: var(--black); }
        .rp-stepper-item.is-active .rp-stepper-dot { background: linear-gradient(135deg, #c32b35 0%, #9d1822 53%, #74121a 100%); color: #fff; }
        .rp-stepper-item.is-active .rp-stepper-name { color: var(--black); }
        .rp-progress { width: 100%; height: 5px; background: #eee; border-radius: 999px; overflow: hidden; margin-bottom: 22px; }
        .rp-progress-fill { height: 100%; width: 12.5%; background: linear-gradient(135deg, #c32b35 0%, #9d1822 53%, #74121a 100%); transition: width .25s ease; }

        .rp-card h1, .rp-card h2, .rp-card h3 { color: var(--text); margin-top: 0; }
        .rp-card h1, .rp-card h2 {
            font-size: clamp(27px, 7.5vw, 42px);
            line-height: 1.12;
            margin-bottom: 10px;
        }
        .rp-sub { color: #555; line-height: 1.55; margin-bottom: 20px; font-size: 14.5px; }

        .rp-service-divider { grid-column: 1 / -1; text-align: center; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: #999; margin: 6px 0 -2px; padding-top: 14px; border-top: 1px dashed #e2e2e2; }
        .rp-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 18px 0; }
        .rp-option {
            background: #fafafa;
            border: 1px solid #ddd;
            color: var(--text);
            padding: 16px;
            border-radius: 16px;
            cursor: pointer;
            text-align: left;
            font-size: 15px;
            transition: .18s ease;
            min-height: 88px;
        }
        .rp-option:hover, .rp-option.is-selected {
            border-color: #333;
            background: #f7f7f7;
            transform: translateY(-2px);
        }
        .rp-option strong { display: block; font-size: 18px; margin-bottom: 6px; }
        .rp-option span { display: block; color: #444; font-size: 14.5px; line-height: 1.5; }

        .rp-pill-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 18px 0; }
        .rp-pill {
            background: #fffdf9;
            color: var(--text);
            border: 1px solid #ccc;
            border-radius: 999px;
            padding: 14px;
            cursor: pointer;
            font-weight: 900;
            min-height: 48px;
        }
        .rp-pill:hover, .rp-pill.is-selected { border-color: #333; background: #f7f7f7; }

        .rp-included { background: #fafafa; border: 1px solid #ddd; border-radius: 18px; padding: 16px; margin: 18px 0; }
        .rp-included-title { font-weight: 900; margin-bottom: 10px; }
        .rp-checklist { display: grid; grid-template-columns: 1fr; gap: 7px; color: #333; font-size: 13.5px; }

        label.rp-addon {
            display: grid;
            grid-template-columns: 1fr auto;
            gap: 10px;
            align-items: center;
            background: #fafafa;
            border: 1px solid #ddd;
            padding: 14px;
            border-radius: 14px;
            margin: 10px 0;
            cursor: pointer;
        }
        label.rp-addon:hover { border-color: #333; background: #f7f7f7; }
        label.rp-addon input { transform: scale(1.15); margin-right: 8px; }
        .rp-addon-left { display: flex; align-items: center; color: var(--text); font-weight: 700; font-size: 14px; }
        .rp-price { color: var(--red); font-weight: 900; white-space: nowrap; }

        .rp-invoice { background: #fafafa; border: 1px solid #ddd; border-radius: 18px; padding: 14px; margin-top: 18px; }
        .rp-row {
            display: flex;
            justify-content: space-between;
            gap: 12px;
            border-bottom: 1px solid #e3e3e3;
            padding: 11px 0;
            color: #333;
            font-size: 13.5px;
        }
        .rp-row strong { color: var(--text); text-align: right; }
        .rp-total {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 12px;
            font-size: 22px;
            font-weight: 900;
            color: var(--red);
            padding-top: 16px;
        }
        .rp-notice {
            background: #fff5f5;
            border: 1px solid #f0caca;
            padding: 13px;
            border-radius: 12px;
            color: #333;
            margin-top: 18px;
            font-size: 13px;
            line-height: 1.45;
        }

        .rp-btns { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 20px; }
        .rp-primary, .rp-secondary {
            border-radius: 999px;
            font-size: 15px;
            padding: 15px 20px;
            cursor: pointer;
            min-height: 50px;
            font-weight: 900;
        }
        .rp-primary { background: linear-gradient(135deg, #c32b35 0%, #9d1822 53%, #74121a 100%); color: #fff; border: none; box-shadow: 0 12px 30px rgba(159,32,39,.25); }
        .rp-primary:hover { background: #b80000; }
        .rp-secondary { background: transparent; color: var(--text); border: 1px solid #aaa; }
        .rp-primary:disabled { opacity: .7; cursor: not-allowed; }
        .rp-fineprint { color: #666; font-size: 12px; margin-top: 16px; line-height: 1.45; }

        .rp-booking-widget { background: #fffdf9; border-radius: 18px; overflow: hidden; margin-top: 18px; border: 1px solid #ddd; }
        .rp-booking-widget iframe { display: block; min-height: 760px; }
        .rp-estimate-badge {
            display: inline-block;
            background: #fff5f5;
            border: 1px solid #f0caca;
            color: var(--red);
            padding: 9px 14px;
            border-radius: 999px;
            font-weight: 900;
            margin-bottom: 14px;
            font-size: 13px;
        }

        .rp-lead-form { display: grid; gap: 13px; margin-top: 18px; }
        .rp-lead-field label { display: block; font-weight: 900; margin-bottom: 7px; color: var(--text); font-size: 14px; }
        .rp-lead-field input,
        .rp-lead-field textarea {
            width: 100%;
            background: #fffdf9;
            color: var(--text);
            border: 1px solid #ccc;
            border-radius: 14px;
            padding: 15px;
            font-size: 16px;
            font-family: Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
        }
        .rp-lead-field textarea {
            min-height: 110px;
            resize: vertical;
        }
        .rp-lead-field input:focus,
        .rp-lead-field textarea:focus { outline: none; border-color: #333; }
        .rp-error {
            display: none;
            background: #fff0f0;
            border: 1px solid var(--red);
            color: #900;
            border-radius: 12px;
            padding: 12px;
            margin-top: 14px;
            font-size: 14px;
        }

        .rp-feature-section { background: #111; color: #fff; padding: 58px 18px; }
        .rp-feature-wrap { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 24px; align-items: center; }
        .rp-feature-section h2 {
            font-size: clamp(33px, 10vw, 52px);
            line-height: 1.08;
            margin: 0 0 16px;
            text-align: left;
        }
        .rp-feature-section p { color: #e5e5e5; line-height: 1.65; margin: 0 0 16px; font-size: 14.5px; }
        .rp-feature-list { display: grid; gap: 9px; color: #fff; font-weight: 800; margin: 20px 0; font-size: 14px; }

        .rp-package-card {
            background: #fffdf9;
            color: var(--text);
            border-radius: 22px;
            padding: 22px;
            box-shadow: 0 18px 50px rgba(0,0,0,.35);
        }
        .rp-package-card, .rp-package-card p, .rp-package-card li, .rp-package-card strong { color: var(--text); }
        .rp-package-card h3 { font-size: 25px; line-height: 1.12; margin: 0 0 12px; }
        .rp-package-badge {
            display: inline-block;
            background: #fff0f0;
            color: var(--red);
            border: 1px solid #f0caca;
            border-radius: 999px;
            padding: 8px 14px;
            font-weight: 900;
            margin-bottom: 14px;
            font-size: 13px;
        }
        .rp-package-lead { font-size: 15px; font-weight: 600; color: #333 !important; margin-bottom: 14px; }
        .rp-package-list { margin: 16px 0 22px 18px; color: #222; }
        .rp-package-list li { margin-bottom: 9px; font-weight: 700; font-size: 13.5px; }

        .rp-comparison { padding: 58px 18px; background: #fffdf9; color: var(--text); }
        .rp-comparison-wrap { max-width: 1100px; margin: 0 auto; text-align: center; }
        .rp-comparison-wrap h2 { font-size: clamp(30px, 9vw, 48px); line-height: 1.08; margin: 0 0 12px; }

        .rp-inclusion-cards { display: grid; grid-template-columns: 1fr; gap: 14px; margin: 26px 0 22px; text-align: left; }
        .rp-inclusion-card {
            background: #fffdf9;
            border: 1px solid var(--border);
            border-radius: 18px;
            padding: 20px;
            box-shadow: 0 12px 28px rgba(0,0,0,.07);
        }
        .rp-inclusion-card.featured { border-color: #333; box-shadow: 0 16px 38px rgba(0,0,0,.12); }
        .rp-inclusion-card h3 { font-size: 20px; margin: 0 0 8px; color: var(--text); }
        .rp-inclusion-card p { color: #555; margin: 0 0 12px; line-height: 1.55; font-size: 14px; }
        .rp-inclusion-card ul { margin: 0 0 0 18px; color: #222; padding: 0; }
        .rp-inclusion-card li { margin-bottom: 7px; font-weight: 700; font-size: 13.5px; }

        .rp-table-wrap {
            overflow-x: auto;
            margin-top: 22px;
            border-radius: 18px;
            box-shadow: 0 12px 28px rgba(0,0,0,.10);
            -webkit-overflow-scrolling: touch;
        }
        .rp-compare-table { width: 100%; border-collapse: collapse; background: #fffdf9; min-width: 650px; }
        .rp-compare-table th, .rp-compare-table td { padding: 13px; border-bottom: 1px solid #eee; text-align: center; font-size: 13px; }
        .rp-compare-table th:first-child, .rp-compare-table td:first-child {
            text-align: left;
            font-weight: 900;
            position: sticky;
            left: 0;
            background: inherit;
            z-index: 1;
        }
        .rp-compare-table th { background: #111; color: #fff; }
        .rp-compare-table th:first-child { background: #111; }
        .rp-compare-table .yes { color: #168a3a; font-weight: 900; }
        .rp-compare-table .no { color: #777; font-weight: 900; }
        .rp-compare-table .addon { color: var(--red); font-weight: 900; }

        .service-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
        .service-card {
            background: #fffdf9;
            border-radius: 22px;
            overflow: hidden;
            box-shadow: var(--shadow);
            border: 1px solid #eee;
        }
        .service-card img { width: 100%; height: 210px; object-fit: cover; background: #f1f1f1; }
        .service-content { padding: 22px; }
        .service-content h3 { font-size: 22px; margin: 0 0 10px; }
        .service-content p { color: #555; margin: 0 0 14px; font-size: 14px; }
        .service-content a { color: var(--black); font-weight: 900; text-decoration: underline; }

        .gallery { display: grid; grid-template-columns: 1fr; gap: 16px; }
        .gallery-item { position: relative; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); }
        .gallery-item img { width: 100%; height: 230px; object-fit: cover; background: #f1f1f1; }
        .gallery-item span {
            position: absolute;
            left: 14px;
            bottom: 14px;
            background: var(--black);
            color: #fff;
            padding: 8px 13px;
            border-radius: 999px;
            font-weight: 900;
            font-size: 13px;
        }

        .rp-process { background: var(--light); color: var(--text); padding: 58px 18px; }
        .rp-process-wrap { max-width: 1100px; margin: 0 auto; text-align: center; }
        .rp-process-grid { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 24px; }
        .rp-process-card {
            background: #fffdf9;
            border-radius: 18px;
            padding: 22px;
            box-shadow: 0 12px 30px rgba(0,0,0,.08);
            border: 1px solid #eee;
        }
        .rp-process-card i { color: var(--black); font-size: 28px; margin-bottom: 10px; }
        .rp-process-card h3 { margin: 0 0 8px; }
        .rp-process-card p { margin: 0; color: #555; font-size: 14px; }

        .team, .equipment { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: center; }
        .equipment { background: var(--light); }
        .team h2, .equipment h2 { text-align: left; }
        .team-image img, .equipment-image img { border-radius: 22px; box-shadow: var(--shadow); width: 100%; height: auto; }
        .team-content p, .equipment-content p { color: #555; margin: 0 0 16px; }
        .equipment ul { margin: 16px 0 22px 18px; padding: 0; }
        .equipment li { margin-bottom: 8px; font-weight: 700; }

        .review-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
        .review-carousel {
            display: flex;
            gap: 16px;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            padding: 8px 2px 18px;
            margin-top: 22px;
            -webkit-overflow-scrolling: touch;
        }
        .review-card {
            background: #fffdf9;
            padding: 24px;
            border-radius: 22px;
            box-shadow: var(--shadow);
            border: 1px solid #eee;
        }
        .review-carousel .review-card { min-width: 86%; scroll-snap-align: center; }
        .review-card p { margin: 14px 0; color: #444; font-size: 14px; }
        .review-card h4, .review-card .review-author { margin: 0; font-size: 15px; font-weight: 700; color: #111; }
        .review-card span { display: inline-block; margin-top: 6px; color: var(--black); font-weight: 900; font-size: 13px; }
        .review-cta { display: flex; justify-content: center; margin-top: 24px; }

        .contact-cta, .final-cta { text-align: center; background: linear-gradient(135deg, #c32b35 0%, #9d1822 53%, #74121a 100%); color: #fff; }
        .contact-cta p, .final-cta p { color: #fff; max-width: 720px; margin: 0 auto; }
        .cta-buttons { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 22px; }

        .areas { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
        .area-card {
            background: var(--light);
            border-radius: 16px;
            padding: 18px 14px;
            text-align: center;
            width: calc(50% - 6px);
            border: 1px solid #eee;
        }
        .area-card i { color: var(--black); font-size: 22px; margin-bottom: 8px; }
        .area-card h3 { font-size: 14px; margin: 0; }

        footer { background: #070707; color: #fff; padding: 30px 18px 22px; }
        .footer-logo img { max-width: 150px; margin-bottom: 18px; }
        .footer-content { display: grid; grid-template-columns: 1fr; gap: 16px; }
        footer h3 { margin: 0 0 10px; }
        footer ul { list-style: none; margin: 0; padding: 0; }
        footer li, footer p { color: #ccc; margin: 0 0 8px; font-size: 14px; }
        .copyright { margin-top: 18px; text-align: center; border-top: 1px solid #333; padding-top: 18px; font-size: 13px; }
.hidden { opacity: 0; transform: translateY(22px); transition: all .6s ease; }
        .show { opacity: 1; transform: translateY(0); }
        .navbar-scrolled { box-shadow: 0 8px 35px rgba(0,0,0,.14); }


        /* Chat widget safety: no bottom sticky bar, keep page buttons clear on mobile */
        @media (max-width: 768px) {
            .hero-buttons,
            .cta-buttons,
            .rp-btns {
                margin-bottom: 18px;
            }

            iframe[title*="chat" i],
            iframe[id*="chat" i],
            iframe[class*="chat" i],
            iframe[src*="leadconnector" i],
            iframe[src*="msgsndr" i],
            iframe[src*="widget" i],
            div[id*="chat" i],
            div[class*="chat" i],
            div[class*="lc" i] {
                z-index: 2147482999 !important;
            }
        }


        /* Mobile conversion polish */
        @media (max-width: 699px) {
            .hero {
                min-height: 76vh;
                padding-top: 72px;
                padding-bottom: 32px;
            }

            .hero h1 {
                font-size: clamp(32px, 9vw, 44px);
            }

            .hero p {
                font-size: 15px;
            }

            .hero-buttons .quote-btn {
                min-height: 54px;
                font-size: 16px;
            }

            .rp-funnel {
                padding-top: 44px;
            }

            .trust-bar {
                padding-top: 22px;
                padding-bottom: 22px;
            }

            .service-area-note {
                max-width: 760px;
                margin: 22px auto 0;
                text-align: center;
                color: #555;
                font-size: 14px;
                line-height: 1.6;
            }
        }

        @media (min-width: 700px) {
            .service-area-note {
                max-width: 800px;
                margin: 26px auto 0;
                text-align: center;
                color: #555;
            }
        }

        @media (min-width: 700px) {
            body { padding-bottom: 0; }
            .logo img { width: 170px; }
            .hero { align-items: center; padding: 120px 6% 70px; }
            .hero-buttons { display: flex; flex-wrap: wrap; }
            .hero-buttons a { width: auto; }
            .trust-bar { grid-template-columns: repeat(4, 1fr); padding: 50px 5%; }
            section { padding: 76px 6%; }
            .rp-grid { grid-template-columns: repeat(2, 1fr); }
            .rp-pill-grid { grid-template-columns: repeat(5, 1fr); }
            .rp-checklist { grid-template-columns: repeat(2, 1fr); }
            .rp-btns { display: flex; flex-wrap: wrap; }
            .rp-primary, .rp-secondary { width: auto; }
            .service-grid, .gallery, .review-grid { grid-template-columns: repeat(2, 1fr); }
            .rp-process-grid { grid-template-columns: repeat(2, 1fr); }
            .area-card { width: 220px; }
            
        }

        @media (min-width: 1000px) {
            .navbar { position: fixed; }
            .nav-container { min-height: 78px; padding: 14px 7%; }
            .logo img { width: 185px; }
            .nav-links { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; }
            .nav-links a { color: #111; font-weight: 800; font-size: 15px; }
            .nav-links a:hover { color: var(--red); }
            .navbar .book-btn { padding: 13px 24px; font-size: 15px; }
            .hero {
                min-height: 92vh;
                padding: 135px 7% 80px;
            }
            .hero::before {
                background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.42), rgba(0,0,0,.25));
            }
            .hero-bg img { object-position: center right; }
            .hero h1 { font-size: clamp(48px, 5vw, 74px); }
            .hero p { font-size: 18px; }
            .rp-card { padding: 34px; border-radius: 28px; }
            .rp-funnel { padding: 90px 20px; }
            .rp-inclusion-cards { grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 34px 0 26px; }
            .service-grid { grid-template-columns: repeat(4, 1fr); gap: 26px; }
            .service-card img { height: 230px; }
            .gallery { grid-template-columns: repeat(4, 1fr); gap: 22px; }
            .gallery-item img { height: 260px; }
            .team, .equipment { grid-template-columns: 1fr 1fr; gap: 50px; }
            .rp-feature-wrap { grid-template-columns: 1fr 1fr; gap: 36px; }
            .rp-process-grid { grid-template-columns: repeat(4, 1fr); }
            .review-carousel .review-card { min-width: 320px; max-width: 380px; }
            .footer-content { grid-template-columns: repeat(3, 1fr); gap: 30px; }
            .cta-buttons { display: flex; justify-content: center; flex-wrap: wrap; }
        }


        /* Value-focused included section */
        .rp-card-eyebrow {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #fff0f0;
            color: var(--red);
            border: 1px solid #f0caca;
            border-radius: 999px;
            padding: 7px 12px;
            font-size: 12px;
            font-weight: 900;
            margin-bottom: 12px;
        }

        .rp-value-cards .rp-inclusion-card {
            display: flex;
            flex-direction: column;
        }

        .moveout-value {
            border-color: #333 !important;
            box-shadow: 0 18px 44px rgba(0,0,0,.14) !important;
        }

        .rp-typical-pricing {
            margin-top: 28px;
            background: #111;
            color: #fff;
            border-radius: 24px;
            padding: 24px;
            text-align: left;
            box-shadow: 0 18px 45px rgba(0,0,0,.16);
        }

        .rp-typical-pricing h3 {
            color: #fff;
            font-size: clamp(24px, 6vw, 34px);
            line-height: 1.1;
            margin: 0 0 10px;
        }

        .rp-typical-pricing p {
            color: #e9e9e9;
            margin: 0 0 18px;
            line-height: 1.65;
        }

        .rp-price-cards {
            display: grid;
            grid-template-columns: 1fr;
            gap: 12px;
        }

        .rp-price-card {
            background: rgba(255,255,255,.08);
            border: 1px solid rgba(255,255,255,.12);
            border-radius: 18px;
            padding: 16px;
        }

        .rp-price-card span {
            display: block;
            color: #ddd;
            font-size: 13px;
            font-weight: 800;
            margin-bottom: 4px;
        }

        .rp-price-card strong {
            display: block;
            color: #fff;
            font-size: 20px;
            line-height: 1.2;
        }

        .rp-carpet-value {
            margin-top: 18px;
            background: #fffdf9;
            border: 1px solid #eee;
            border-radius: 22px;
            padding: 22px;
            text-align: left;
            box-shadow: 0 12px 28px rgba(0,0,0,.07);
        }

        .rp-carpet-value h3 {
            margin: 0 0 10px;
            font-size: 23px;
        }

        .rp-carpet-value p {
            color: #555;
            margin: 0 0 14px;
            line-height: 1.6;
        }

        .rp-carpet-value ul {
            margin: 0 0 0 18px;
            padding: 0;
        }

        .rp-carpet-value li {
            margin-bottom: 8px;
            font-weight: 700;
        }

        .rp-checklist-details {
            margin-top: 18px;
            text-align: left;
        }

        .rp-checklist-details summary {
            cursor: pointer;
            background: #f7f7f7;
            border: 1px solid #e5e5e5;
            border-radius: 16px;
            padding: 16px 18px;
            font-weight: 900;
            color: #111;
        }

        .rp-checklist-details[open] summary {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .rp-checklist-details .rp-table-wrap {
            margin-top: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        @media (max-width: 699px) {
            .rp-checklist-details {
                display: none;
            }

            .rp-comparison {
                padding-top: 46px;
                padding-bottom: 46px;
            }

            .rp-inclusion-card p,
            .rp-carpet-value p,
            .rp-typical-pricing p {
                font-size: 14px;
            }
        }

        @media (min-width: 700px) {
            .rp-price-cards {
                grid-template-columns: repeat(3, 1fr);
            }

            .rp-typical-pricing {
                display: grid;
                grid-template-columns: 1.1fr 1.4fr;
                gap: 22px;
                align-items: center;
            }

            .rp-carpet-value {
                display: grid;
                grid-template-columns: 1.2fr 1fr;
                gap: 22px;
                align-items: center;
            }
        }


        .rp-map-wrap {
            max-width: 1100px;
            margin: 26px auto 0;
            border-radius: 22px;
            overflow: hidden;
            box-shadow: var(--shadow);
            border: 1px solid #eee;
            background: #fffdf9;
        }
        .rp-map-wrap iframe {
            width: 100%;
            min-height: 360px;
            border: 0;
            display: block;
        }
        @media (max-width: 700px) {
            .rp-map-wrap iframe { min-height: 320px; }
        }


        /* Move-out outcome cards */
        .rp-outcome-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 16px;
            max-width: 1100px;
            margin: 26px auto 0;
        }
        .rp-outcome-card {
            background: #fffdf9;
            border: 1px solid var(--border);
            border-radius: 18px;
            padding: 22px;
            box-shadow: 0 12px 28px rgba(0,0,0,.07);
            min-height: 178px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }
        .rp-outcome-card.featured { border-color: #333; box-shadow: 0 18px 44px rgba(0,0,0,.14); }
        .rp-outcome-card span {
            display: inline-flex;
            width: 100%;
            justify-content: center;
            background: #fff0f0;
            color: var(--red);
            border: 1px solid #f0caca;
            border-radius: 999px;
            padding: 7px 12px;
            font-size: 12px;
            font-weight: 900;
            margin-bottom: 12px;
        }
        .rp-outcome-card h3 { margin: 0 0 8px; font-size: 21px; }
        .rp-outcome-card p { margin: 0; color: #555; font-size: 14px; }
        .rp-mobile-scroll-note { display: none; color: #666; font-size: 12px; margin: 10px 0 0; }
        @media (max-width: 699px) {
            .rp-checklist-details { display: block; }
            .rp-table-wrap { overflow-x: auto; }
            .rp-compare-table { min-width: 720px; }
            .rp-mobile-scroll-note { display: block; }
        }
        @media (min-width: 700px) {
            .rp-outcome-grid { grid-template-columns: repeat(2, 1fr); }
        }
        @media (min-width: 1000px) {
            .rp-outcome-grid { grid-template-columns: repeat(4, 1fr); }
        }


        /* Mobile-first price estimator redesign */
        .rp-estimator-kicker {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #fff0f0;
            color: var(--red);
            border: 1px solid #f0caca;
            border-radius: 999px;
            padding: 8px 14px;
            font-size: 12px;
            font-weight: 900;
            margin-bottom: 12px;
            text-transform: uppercase;
            letter-spacing: .04em;
        }

        .rp-live-price {
            background: #111;
            color: #fff;
            border-radius: 20px;
            padding: 16px;
            margin: 0 0 16px;
            box-shadow: 0 16px 36px rgba(0,0,0,.18);
        }

        .rp-live-price small {
            display: block;
            color: #ddd;
            font-weight: 800;
            margin-bottom: 4px;
        }

        .rp-live-price strong {
            display: block;
            color: #fff;
            font-size: clamp(34px, 12vw, 52px);
            line-height: 1;
            letter-spacing: -.04em;
        }

        .rp-live-price span {
            display: block;
            color: #eee;
            font-size: 13px;
            margin-top: 8px;
        }

        .rp-tap-note {
            display: flex;
            align-items: center;
            gap: 8px;
            color: var(--black);
            font-weight: 900;
            font-size: 13px;
            margin: 8px 0 12px;
        }

        .rp-option {
            position: relative;
            padding-right: 44px;
        }

        .rp-option::after {
            content: "›";
            position: absolute;
            right: 18px;
            top: 50%;
            transform: translateY(-50%);
            color: #999;
            font-size: 30px;
            font-weight: 900;
            line-height: 1;
        }

        .rp-option:active,
        .rp-pill:active,
        .rp-primary:active {
            transform: scale(.985);
        }

        .rp-mini-row {
            display: flex;
            justify-content: space-between;
            gap: 10px;
            border-bottom: 1px solid #eee;
            padding: 10px 0;
            font-size: 14px;
        }

        .rp-mini-row strong { text-align: right; }

        .rp-choice-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 10px;
            margin: 14px 0;
        }

        .rp-checkbox-card {
            display: grid;
            grid-template-columns: auto 1fr auto;
            align-items: center;
            gap: 12px;
            background: #fafafa;
            border: 1px solid #ddd;
            border-radius: 16px;
            padding: 14px;
            cursor: pointer;
        }

        .rp-checkbox-card input { width: 20px; height: 20px; accent-color: var(--red); }
        .rp-checkbox-card strong { display: block; font-size: 15px; }
        .rp-checkbox-card span { display: block; color: #555; font-size: 12px; }

        .rp-price-chip {
            background: #fff0f0;
            color: var(--red);
            border: 1px solid #f0caca;
            border-radius: 999px;
            padding: 6px 10px;
            font-weight: 900;
            white-space: nowrap;
            font-size: 13px;
        }

        @media (max-width: 699px) {
            .navbar .book-btn { font-size: 12px; padding: 10px 12px; }
            .hero {
                min-height: auto;
                padding-top: 86px;
                padding-bottom: 24px;
            }
            .hero h1 {
                font-size: clamp(30px, 8.5vw, 40px);
                margin-bottom: 12px;
            }
            .hero p {
                margin-bottom: 16px;
            }
            .hero-trust {
                gap: 7px;
                margin-bottom: 14px;
            }
            .hero-trust span {
                font-size: 11px;
                padding: 7px 9px;
            }
            .rp-funnel {
                padding: 28px 12px 38px;
            }
            .rp-funnel-header {
                margin-bottom: 14px;
            }
            .rp-funnel-header h2 {
                font-size: clamp(27px, 8vw, 36px);
                margin-bottom: 8px;
            }
            .rp-funnel-header p {
                font-size: 13.5px;
                margin-bottom: 0;
            }
            .rp-card {
                padding: 15px;
                border-radius: 20px;
            }
            .rp-progress {
                height: 5px;
                margin-bottom: 14px;
            }
            .rp-card h1,
            .rp-card h2 {
                font-size: clamp(24px, 7vw, 31px);
                margin-bottom: 6px;
            }
            .rp-sub {
                font-size: 13.5px;
                margin-bottom: 12px;
            }
            .rp-grid {
                gap: 9px;
                margin: 12px 0;
            }
            .rp-option {
                min-height: 68px;
                padding: 13px 42px 13px 13px;
                border: 2px solid #ddd;
            }
            .rp-option strong {
                font-size: 16.5px;
                margin-bottom: 4px;
            }
            .rp-option span {
                font-size: 13.5px;
                line-height: 1.45;
            }
            .rp-pill-grid {
                grid-template-columns: repeat(2, 1fr);
                margin: 12px 0;
            }
            .rp-pill {
                border-radius: 16px;
                min-height: 56px;
                font-size: 17px;
                border: 2px solid #ddd;
            }
            .rp-invoice {
                margin-top: 12px;
            }
            .rp-btns {
                margin-top: 14px;
            }
            .trust-bar {
                padding-top: 18px;
            }
        }

    

.hero-urgent-note{
margin:14px 0 18px;
color:#fff;
font-weight:800;
font-size:15px;
line-height:1.5;
}


    .rp-service-summary {
        border: 1px solid #f0d7d7;
        background: #fffafa;
        border-radius: 18px;
        padding: 16px;
        margin-bottom: 14px;
    }
    .rp-service-summary h2 {
        margin: 0 0 6px;
        font-size: clamp(22px, 6vw, 30px);
    }
    .rp-service-summary p {
        margin: 0 0 12px;
        color: #555;
        line-height: 1.45;
    }
    .rp-inclusion-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        margin: 12px 0;
    }
    .rp-inclusion-item {
        background: #fffdf9;
        border: 1px solid #eee;
        border-radius: 14px;
        padding: 10px 12px;
        font-weight: 800;
        color: #222;
    }
    .rp-guarantee-note {
        background: #111;
        color: #fff;
        border-radius: 14px;
        padding: 11px 12px;
        font-size: 13px;
        font-weight: 800;
        line-height: 1.35;
        margin-top: 12px;
    }
    @media (min-width: 700px) {
        .rp-inclusion-grid { grid-template-columns: repeat(2, 1fr); }
    }


/* v5 estimator clarity + logo cleanup */
.logo, .navbar .logo { background: transparent !important; border: 0 !important; box-shadow: none !important; padding: 0 !important; }
.logo img, .navbar .logo img { border: 0 !important; box-shadow: none !important; background: transparent !important; display: block; width: 150px; max-width: 42vw; }
.rp-progress-label { align-items: center; }
.rp-progress-label strong { color: var(--red); }
.rp-card h2 { text-align: center; letter-spacing: -0.035em; }
.rp-service-prompt { text-align: center; font-size: clamp(15px, 3.4vw, 18px); padding: 14px 18px; margin: 12px auto 18px; max-width: 760px; }
.rp-service-summary { text-align: center; padding: clamp(18px, 4vw, 26px); }
.rp-service-summary > p { max-width: 760px; margin-left: auto !important; margin-right: auto !important; }
.rp-included-headline { text-align: center; font-size: clamp(14px, 3vw, 16px); max-width: 780px; margin: 14px auto 18px; }
.rp-inclusion-grid { max-width: 880px; margin: 16px auto !important; }
.rp-inclusion-item { text-align: left; display: flex; align-items: center; min-height: 44px; }
.rp-guarantee-note { max-width: 860px; margin-left: auto; margin-right: auto; text-align: left; }
.footer-brand-mark { display: none !important; }
@media (min-width: 720px) { .rp-grid.rp-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .logo img, .navbar .logo img { width: 138px !important; } .rp-card h2 { font-size: 28px; } }


/* Final speed + estimator UX polish */
.logo, .logo * { border: 0 !important; box-shadow: none !important; background: transparent !important; outline: 0 !important; }
.rp-funnel-header p { max-width: 620px; }
.rp-service-prompt { background: #fff7f7; border: 1px solid #f0b8b8; color: #a40000; font-weight: 900; text-align: center; font-size: clamp(15px, 3.4vw, 18px); padding: 16px 18px; margin: 14px auto 20px; max-width: 760px; border-radius: 14px; }
.rp-included-headline { background: #fff7f7; border: 1px solid #f0b8b8; color: #9a0000; font-weight: 900; text-align: center; font-size: clamp(14px, 3vw, 16px); max-width: 780px; margin: 14px auto 18px; border-radius: 14px; padding: 14px 16px; }
.rp-service-summary { text-align: center; }
.rp-service-summary > p { max-width: 700px; margin-left: auto; margin-right: auto; }
.rp-inclusion-grid { max-width: 900px; margin: 18px auto !important; display: grid; grid-template-columns: 1fr; gap: 9px; }
.rp-inclusion-item { text-align: left; display: flex; align-items: center; min-height: 46px; padding: 11px 13px; border-radius: 13px; background: #fffdf9; border: 1px solid #e9e9e7; font-weight: 650; color: #2a2a2a; }
.rp-inclusion-lede { font-size: 17px; font-weight: 800; color: var(--text); text-align: center; line-height: 1.45; max-width: 620px; margin: 0 auto 26px; }
.rp-inclusion-groups { display: flex; flex-direction: column; gap: 22px; margin: 0 0 22px; text-align: left; }
.rp-inclusion-group h4 { display: flex; align-items: center; gap: 8px; margin: 0 0 10px; font-size: 12.5px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: #888; }
.rp-inclusion-group h4::before { content: ""; width: 16px; height: 2px; background: linear-gradient(135deg, #c32b35 0%, #9d1822 53%, #74121a 100%); border-radius: 2px; flex-shrink: 0; }
.rp-inclusion-group ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.rp-inclusion-group li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; font-weight: 650; color: #2a2a2a; line-height: 1.4; }
.rp-inclusion-group li::before { content: "✓"; color: var(--red); font-weight: 900; flex-shrink: 0; margin-top: 1px; }
@media (min-width: 600px) { .rp-inclusion-group ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px 20px; } }
.rp-guarantee-note { max-width: 880px; margin: 18px auto 0; text-align: left; background: #f7f7f7; border-left: 4px solid var(--red); border-radius: 14px; padding: 16px 18px; color: #181818; font-weight: 750; line-height: 1.55; }
@media (min-width: 720px) { .rp-inclusion-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.rp-option span:not(.badge), .rp-sub, .section-text, .services > p, .before-after > p, .booking > p { color: #444 !important; }
.rp-progress-label { color: #444 !important; }
