@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --navy: #071a33;
  --navy-2: #0d2d52;
  --blue: #155eef;
  --blue-dark: #0b4acb;
  --blue-bright: #67b7ff;
  --blue-soft: #e9f1ff;
  --ink: #17263a;
  --muted: #526379;
  --subtle: #5f7086;
  --off-white: #f3f7fc;
  --line: #d2ddea;
  --green: #0d8068;
  --white: #fff;
  --shadow: 0 18px 50px rgba(7, 26, 51, .11);
  --radius: 22px;
  --font-sans: "Manrope", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.admin-bar .main-header { top: 32px; }
.rpf-nav-list { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.rpf-nav-list li { margin: 0; padding: 0; list-style: none; }
.rpf-nav-list a { color: #35404d; font-size: 13px; font-weight: 650; }
.rpf-nav-list a:hover { color: var(--blue); }
.service-icon strong { color: inherit; font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { width: auto; max-width: 220px; max-height: 50px; }
.rpf-elementor-page .main-header + #main-content { min-height: 50vh; }
.page-id-0 #main-content { min-height: 60vh; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--font-sans); font-size: 17px; line-height: 1.68; -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-family: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(22,119,255,.42); outline-offset: 3px; }
.container { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }
.section { padding: 110px 0; }
.site-shell { min-height: 100vh; overflow: clip; }

.utility-bar { background: #081522; color: #c9d4df; font-size: 12px; letter-spacing: .02em; }
.utility-inner { height: 36px; display: flex; align-items: center; justify-content: space-between; }
.utility-inner p, .utility-inner div, .utility-inner span, .utility-inner a { display: flex; align-items: center; gap: 7px; }
.utility-inner p { margin: 0; }
.utility-inner div { gap: 28px; }
.utility-inner a { color: #fff; font-weight: 700; }
.main-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(13,27,42,.08); backdrop-filter: blur(16px); }
.header-inner { height: 78px; display: flex; align-items: center; gap: 32px; }
.logo { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 18px; font-weight: 850; letter-spacing: -.045em; line-height: 1; }
.logo > span:last-child > span { color: var(--blue); }
.logo-mark { position: relative; width: 38px; height: 38px; flex: 0 0 38px; overflow: hidden; background: #fff; border: 1px solid #e4eaf1; border-radius: 10px; }
.logo-mark img { position: absolute; top: -29%; left: -45%; width: 195%; max-width: none; height: auto; }
.header-inner nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.header-inner nav > a:not(.button) { color: #35404d; font-size: 13px; font-weight: 650; transition: color .2s ease; }
.header-inner nav > a:not(.button):hover { color: var(--blue); }
.nav-book { display: none !important; }
.menu-button { display: none; background: transparent; border: 0; padding: 7px; color: var(--navy); }
.rpf-breadcrumbs { color: #687585; background: #f8fafc; border-bottom: 1px solid var(--line); }
.rpf-breadcrumbs ol { min-height: 42px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: 0; padding: 8px 0; list-style: none; }
.rpf-breadcrumbs li { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; }
.rpf-breadcrumbs a { color: #526172; font-weight: 700; }
.rpf-breadcrumbs a:hover { color: var(--blue); }
.rpf-breadcrumbs [aria-current="page"] { color: #7d8894; }

.button { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid transparent; border-radius: 11px; font-size: 13px; font-weight: 780; line-height: 1; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: white; box-shadow: 0 10px 24px rgba(22,119,255,.22); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 14px 28px rgba(22,119,255,.3); }
.button-dark { background: var(--navy); color: white; }
.button-white { background: white; color: var(--navy); }
.button-ghost { border-color: rgba(255,255,255,.35); color: white; background: rgba(255,255,255,.06); }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.button-large { min-height: 54px; padding: 0 24px; font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 750; font-size: 14px; }
.text-link svg, .card-link svg, .borough-card b svg { transition: transform .2s ease; }
.text-link:hover svg, .service-card:hover .card-link svg, .borough-card:hover b svg { transform: translateX(4px); }
.eyebrow { margin: 0 0 17px; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .18em; line-height: 1.2; text-transform: uppercase; }
.eyebrow-light { color: #8fc0ff; }
.eyebrow-light > span { width: 7px; height: 7px; display: inline-block; margin-right: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(32,166,106,.13); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); letter-spacing: -.045em; line-height: 1.08; }
h2 { margin-bottom: 22px; font-size: clamp(34px, 4.2vw, 54px); font-weight: 770; }
h3 { margin-bottom: 10px; font-size: 19px; }
p { color: var(--muted); }

.hero { position: relative; padding: 82px 0 90px; color: white; background: var(--navy); isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg,#000,transparent 72%); }
.hero-glow { position: absolute; width: 590px; height: 590px; left: -260px; top: -330px; border-radius: 50%; background: rgba(22,119,255,.26); filter: blur(30px); z-index: -1; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 64px; }
.hero-copy { padding: 20px 0; }
.hero h1 { max-width: 650px; margin: 0 0 25px; color: white; font-size: clamp(49px, 5.3vw, 74px); font-weight: 790; line-height: .99; }
.hero h1 em { color: #69a9ff; font-family: Georgia, serif; font-size: .98em; font-weight: 500; letter-spacing: -.055em; }
.hero-lead { max-width: 580px; margin-bottom: 31px; color: #c4d1de; font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.availability { display: flex; align-items: center; gap: 9px; margin: 25px 0 0; color: #acbbc9; font-size: 12px; }
.availability span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(32,166,106,.14); }
.hero-media { position: relative; min-height: 550px; }
.hero-media::before { content: ""; position: absolute; inset: -12px 22px 18px -12px; border: 1px solid rgba(105,169,255,.32); border-radius: 30px 80px 30px 30px; }
.hero-media img { width: 100%; height: 550px; object-fit: cover; object-position: 50% center; border-radius: 24px 72px 24px 24px; box-shadow: 0 36px 70px rgba(0,0,0,.32); }
.hero-proof { position: absolute; display: flex; align-items: center; gap: 11px; padding: 14px 17px; color: var(--navy); background: rgba(255,255,255,.95); border: 1px solid rgba(255,255,255,.75); border-radius: 14px; box-shadow: 0 18px 36px rgba(0,0,0,.2); backdrop-filter: blur(10px); }
.hero-proof svg { color: var(--blue); }
.hero-proof span { display: flex; flex-direction: column; color: #707a84; font-size: 10px; line-height: 1.5; }
.hero-proof b { color: var(--navy); font-size: 12px; }
.proof-top { top: 24px; left: -34px; }
.proof-bottom { right: -24px; bottom: 29px; }

.trust-strip { position: relative; z-index: 4; margin-top: -1px; background: white; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { min-height: 104px; display: flex; align-items: center; gap: 14px; padding: 20px 25px; border-right: 1px solid var(--line); }
.trust-item:first-child { border-left: 1px solid var(--line); }
.trust-item svg { flex: 0 0 auto; color: var(--blue); }
.trust-item span { display: flex; flex-direction: column; color: #75808e; font-size: 11px; line-height: 1.5; }
.trust-item b { color: var(--navy); font-size: 13px; }

.section-heading { max-width: 720px; margin-bottom: 52px; }
.section-heading p:last-child { margin-bottom: 0; font-size: 17px; }
.heading-row { max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 100px; }
.heading-row > p { padding-bottom: 6px; }
.centered { margin-left: auto; margin-right: auto; text-align: center; }
.compact-heading { margin-bottom: 0; }
.section-action { margin-top: 34px; text-align: center; }
.services-section { background: var(--off-white); }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.service-card { position: relative; min-height: 275px; display: flex; flex-direction: column; padding: 25px; overflow: hidden; background: white; border: 1px solid #e3e8ef; border-radius: 17px; box-shadow: 0 3px 0 rgba(13,27,42,.02); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::after { content: ""; position: absolute; width: 120px; height: 120px; top: -72px; right: -50px; border-radius: 50%; background: rgba(22,119,255,.07); transition: transform .3s ease; }
.service-card:hover { transform: translateY(-6px); border-color: #b8d4fb; box-shadow: var(--shadow); }
.service-card:hover::after { transform: scale(1.3); }
.service-icon { width: 51px; height: 51px; display: grid; place-items: center; margin-bottom: 36px; color: var(--blue); background: #eef5ff; border-radius: 14px; }
.service-card-2 .service-icon, .service-card-6 .service-icon { color: #b56426; background: #fff3e9; }
.service-card-3 .service-icon, .service-card-7 .service-icon { color: #168e5d; background: #eaf8f2; }
.service-card-4 .service-icon, .service-card-8 .service-icon { color: #7456bb; background: #f2effb; }
.card-number { position: absolute; top: 27px; right: 24px; color: #b7c0ca; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.service-card h3 { font-size: 18px; }
.service-card p { margin-bottom: 22px; color: #77818c; font-size: 13px; line-height: 1.55; }
.card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--navy); font-size: 12px; font-weight: 750; }

.process-section { color: white; background: #10253b; }
.process-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 100px; }
.process-intro { position: sticky; top: 140px; align-self: start; }
.process-intro h2 { color: white; }
.process-intro p:not(.eyebrow) { max-width: 430px; color: #b9c6d2; font-size: 16px; }
.process-intro .button { margin-top: 12px; }
.steps { counter-reset: step; }
.step { position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 0 22px; padding: 30px 52px 30px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.step:first-child { border-top: 1px solid rgba(255,255,255,.12); }
.step > svg { grid-row: 1 / 3; width: 54px; height: 54px; padding: 15px; color: #83b8ff; background: rgba(22,119,255,.14); border-radius: 15px; }
.step-number { position: absolute; right: 0; top: 32px; color: rgba(255,255,255,.28); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.step h3 { margin: 1px 0 8px; color: white; font-size: 18px; }
.step p { margin: 0; color: #aab8c5; font-size: 13px; }

.why-section { background: white; }
.reason-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.reason-card { min-height: 200px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reason-card:nth-child(3n) { border-right: 0; }
.reason-card:nth-last-child(-n+3) { border-bottom: 0; }
.reason-card > svg { margin-bottom: 28px; color: var(--blue); }
.reason-card h3 { font-size: 17px; }
.reason-card p { margin: 0; font-size: 13px; }

.coverage-section { background: var(--off-white); }
.coverage-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.coverage-copy > p:not(.eyebrow) { max-width: 540px; }
.borough-list { margin-top: 30px; border-top: 1px solid #d9e0e8; }
.borough-list a { display: grid; grid-template-columns: 35px 1fr auto 22px; align-items: center; gap: 12px; padding: 17px 4px; border-bottom: 1px solid #d9e0e8; }
.borough-list a > span { color: #9ba6b2; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.borough-list a b { color: var(--navy); font-size: 15px; }
.borough-list a small { color: #7a8590; font-size: 11px; }
.borough-list a svg { color: var(--blue); transition: transform .2s ease; }
.borough-list a:hover svg { transform: translateX(4px); }
.map-card { position: relative; min-height: 570px; overflow: hidden; background: #dce9f5; border: 10px solid white; border-radius: 28px; box-shadow: var(--shadow); isolation: isolate; }
.rpf-google-map { position: absolute; inset: 0; display: grid; place-items: center; background: #dce9f5; }
.rpf-google-map.has-error { padding: 30px; background: linear-gradient(135deg,#dce9f5,#edf4fa); }
.rpf-map-loading { max-width: 330px; margin: 0; color: #536170; font-size: 13px; font-weight: 700; line-height: 1.6; text-align: center; }
.rpf-map-info { display: grid; gap: 3px; padding: 3px; color: var(--navy); font-family: Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.rpf-map-info strong { font-size: 14px; }
.rpf-map-info span { color: #65717d; font-size: 11px; }
.map-key { position: absolute; z-index: 5; left: 22px; bottom: 20px; display: flex; align-items: center; gap: 8px; padding: 10px 14px; color: white; background: rgba(13,27,42,.94); border-radius: 9px; box-shadow: 0 8px 24px rgba(13,27,42,.2); font-size: 10px; font-weight: 750; pointer-events: none; }
.map-key svg { color: #79b0fc; }

.brands-section { background: white; }
.brands-layout { display: grid; grid-template-columns: .73fr 1.27fr; align-items: center; gap: 110px; }
.brand-cloud { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.brand-cloud span { min-height: 83px; display: grid; place-items: center; padding: 14px; color: #46515f; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 750; letter-spacing: -.02em; text-align: center; }
.warranty-section { padding-top: 0; }
.warranty-card { min-height: 270px; display: grid; grid-template-columns: 170px 1fr auto; align-items: center; gap: 42px; padding: 50px 56px; color: white; background: var(--blue); border-radius: 28px; box-shadow: 0 24px 50px rgba(22,119,255,.22); }
.warranty-card h2 { margin-bottom: 14px; color: white; font-size: clamp(30px,3vw,43px); }
.warranty-card p:not(.eyebrow) { max-width: 620px; margin: 0; color: #dcebff; font-size: 14px; }
.warranty-seal { width: 150px; height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; text-align: center; }
.warranty-seal span { font-size: 10px; font-weight: 800; letter-spacing: .13em; line-height: 1.35; text-transform: uppercase; }

.property-section { padding-top: 35px; }
.property-grid { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 540px; overflow: hidden; background: #eef3f8; border-radius: 28px; }
.property-visual { position: relative; min-height: 520px; overflow: hidden; background: var(--navy); }
.property-visual::before { content: ""; position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(30deg,rgba(255,255,255,.15) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.15) 87.5%),linear-gradient(150deg,rgba(255,255,255,.15) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.15) 87.5%); background-size: 80px 140px; }
.building-stack { position: absolute; inset: 60px 48px; }
.building-stack > div { position: absolute; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: white; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 22px; box-shadow: 0 24px 40px rgba(0,0,0,.17); backdrop-filter: blur(10px); }
.building-stack > div:nth-child(1) { width: 240px; height: 240px; left: 50%; top: 42%; transform: translate(-50%,-50%); background: var(--blue); }
.building-stack > div:nth-child(2) { width: 180px; height: 150px; left: -6px; bottom: -4px; }
.building-stack > div:nth-child(3) { width: 170px; height: 140px; right: -4px; bottom: 18px; }
.building-stack span { font-size: 11px; font-weight: 750; letter-spacing: .05em; }
.property-copy { align-self: center; padding: 70px; }
.property-copy > p:not(.eyebrow) { font-size: 16px; }
.benefit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin: 28px 0 34px; }
.benefit-list span { display: flex; align-items: center; gap: 9px; color: #46515d; font-size: 12px; font-weight: 650; }
.benefit-list svg { flex: 0 0 auto; color: var(--green); }

.faq-section { background: white; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 110px; }
.faq-intro { position: sticky; top: 140px; }
.faq-intro p:not(.eyebrow) { max-width: 360px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--navy); cursor: pointer; list-style: none; font-size: 15px; font-weight: 720; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details[open] summary svg { transform: rotate(180deg); }
.faq-list summary svg { flex: 0 0 auto; color: var(--blue); transition: transform .2s ease; }
.faq-list details p { margin: -4px 50px 23px 0; font-size: 13px; line-height: 1.75; }
.faq-more { display: inline-flex; align-items: center; gap: 8px; margin-top: 25px; color: var(--blue); font-size: 13px; font-weight: 750; }
.final-cta { padding: 80px 0; color: white; background: var(--blue); }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; }
.final-cta h2 { margin-bottom: 11px; color: white; }
.final-cta p:not(.eyebrow) { max-width: 620px; margin: 0; color: #dfecff; }
.final-cta-inner > div:last-child { display: flex; gap: 11px; }

.page-hero { position: relative; min-height: 430px; display: flex; align-items: center; overflow: hidden; color: white; background: var(--navy); }
.page-hero-grid { position: absolute; width: 520px; height: 520px; right: -100px; top: -120px; opacity: .18; border: 1px solid #77afff; border-radius: 50%; box-shadow: inset 0 0 0 60px rgba(22,119,255,.16),inset 0 0 0 120px rgba(22,119,255,.1); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 820px; margin: 0 0 20px; color: white; font-size: clamp(44px,5vw,68px); }
.page-hero p:not(.eyebrow) { max-width: 720px; margin: 0; color: #bdcad7; font-size: 17px; }
.page-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.all-services { grid-template-columns: repeat(3,1fr); }
.seo-intro { max-width: 850px; margin-bottom: 52px; }
.seo-intro h2 { max-width: 720px; }
.seo-intro > p:not(.eyebrow) { max-width: 800px; font-size: 17px; line-height: 1.8; }
.service-overview-grid, .area-overview-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: start; gap: 72px; }
.seo-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.82; }
.seo-copy a { color: var(--blue); font-weight: 720; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.service-area-links { margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); }
.service-support-column { display: grid; gap: 18px; }
.service-photo { position: relative; aspect-ratio: 3 / 2; margin: 0; overflow: hidden; background: #dce8f5; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 22px 48px rgba(13,27,42,.13); }
.service-photo::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(180deg,transparent,rgba(7,25,45,.48)); pointer-events: none; }
.service-photo img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.service-photo:hover img { transform: scale(1.025); }
.service-photo figcaption { position: absolute; z-index: 1; left: 18px; bottom: 18px; display: grid; gap: 2px; min-width: 190px; padding: 11px 15px; color: var(--navy); background: rgba(255,255,255,.93); border: 1px solid rgba(255,255,255,.72); border-radius: 12px; box-shadow: 0 10px 28px rgba(7,25,45,.18); backdrop-filter: blur(8px); }
.service-photo figcaption span { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.service-photo figcaption strong { font-size: 13px; line-height: 1.35; }
.prep-card, .neighborhood-wrap { padding: 34px; background: var(--off-white); border: 1px solid var(--line); border-radius: 20px; }
.prep-card h3, .neighborhood-wrap h3 { margin-bottom: 24px; font-size: 25px; }
.prep-card ul { display: grid; gap: 15px; margin: 0 0 24px; padding: 0; list-style: none; }
.prep-card li { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 10px; color: #45515e; font-size: 13px; line-height: 1.65; }
.prep-card li svg { margin-top: 3px; color: var(--green); }
.prep-card > p:last-child, .coverage-note { margin: 0; padding-top: 19px; border-top: 1px solid var(--line); font-size: 12px; line-height: 1.7; }
.area-overview-grid { grid-template-columns: .92fr 1.08fr; }
.neighborhood-wrap .neighborhood-panel { margin-bottom: 22px; }
.local-process-section { background: #f8fafc; }
.related-services-section .service-card { min-height: 245px; }
.detail-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.detail-grid > div:first-child > p:not(.eyebrow) { font-size: 16px; }
.problem-panel { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 20px; }
.problem-panel > span { min-height: 74px; display: flex; align-items: center; gap: 10px; padding: 18px 22px; color: #3f4a57; background: white; font-size: 13px; font-weight: 650; }
.problem-panel > span svg { color: var(--green); }
.detail-icon { grid-column: 1 / -1; height: 110px; display: grid; place-items: center; color: var(--blue); background: #edf5ff; }
.soft-section { background: var(--off-white); }
.mini-process { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.mini-process > div { position: relative; min-height: 225px; padding: 40px; background: white; border-right: 1px solid var(--line); }
.mini-process > div:last-child { border-right: 0; }
.mini-process span { display: block; margin-bottom: 45px; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.mini-process p { margin: 0; font-size: 13px; }
.compact-services { grid-template-columns: repeat(3,1fr); }
.neighborhood-panel { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.neighborhood-panel span { display: flex; align-items: center; gap: 9px; padding: 14px 16px; background: var(--off-white); border: 1px solid var(--line); border-radius: 9px; color: #46515d; font-size: 12px; font-weight: 650; }
.neighborhood-panel svg { color: var(--blue); }
.borough-card-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.borough-card { position: relative; min-height: 260px; padding: 40px; overflow: hidden; color: white; background: var(--navy); border-radius: 22px; transition: transform .25s ease, box-shadow .25s ease; }
.borough-card:last-child { grid-column: 1 / -1; }
.borough-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.borough-card > svg { position: absolute; right: 30px; top: 30px; width: 80px; height: 80px; color: rgba(105,169,255,.18); }
.borough-card > span { color: #8fc0ff; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.borough-card h2 { margin: 40px 0 10px; color: white; font-size: 38px; }
.borough-card p { max-width: 430px; color: #aebdcc; font-size: 13px; }
.borough-card b { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: white; font-size: 12px; }
.brand-page-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.brand-page-grid > div { min-height: 185px; padding: 25px; background: var(--off-white); border: 1px solid var(--line); border-radius: 15px; }
.brand-page-grid span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 30px; color: var(--blue); background: white; border: 1px solid #d8e8fd; border-radius: 10px; font-size: 11px; font-weight: 850; }
.brand-page-grid h3 { font-size: 17px; }
.brand-page-grid p { margin: 0; font-size: 11px; }
.brand-disclaimer { max-width: 850px; margin: 28px auto 0; text-align: center; font-size: 11px; }

.partner-form-section { background: var(--off-white); }
.form-layout { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 90px; }
.form-layout > div:first-child { position: sticky; top: 140px; }
.form-layout > div:first-child p:not(.eyebrow) { font-size: 15px; }
.standard-form, .booking-form { padding: 40px; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 14px 45px rgba(13,27,42,.06); }
.standard-form { display: grid; gap: 18px; }
.standard-form label, .booking-form label { display: grid; gap: 8px; color: #3d4752; font-size: 11px; font-weight: 750; letter-spacing: .01em; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field-row.thirds { grid-template-columns: .65fr 1fr .65fr; }
input, select, textarea { width: 100%; color: var(--ink); background: #fbfcfe; border: 1px solid #d7dee7; border-radius: 9px; outline: none; transition: border .2s ease, box-shadow .2s ease; }
input, select { height: 48px; padding: 0 13px; }
textarea { resize: vertical; padding: 13px; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(22,119,255,.11); }
.standard-form .button { justify-self: start; margin-top: 4px; }
.form-success { min-height: 310px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 40px; background: white; border: 1px solid var(--line); border-radius: 20px; text-align: center; }
.form-success svg { margin-bottom: 20px; color: var(--green); }
.form-success p { max-width: 420px; }
.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.story-grid > div:last-child > p { font-size: 17px; line-height: 1.85; }
.principle-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.principle-row span { display: flex; align-items: center; gap: 7px; color: var(--navy); font-size: 12px; font-weight: 750; }
.principle-row svg { width: 17px; color: var(--green); }
.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.contact-details { display: grid; gap: 1px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 18px; }
.contact-details > a, .contact-details > div { min-height: 108px; display: flex; align-items: center; gap: 17px; padding: 24px; background: white; }
.contact-details > a > svg, .contact-details > div > svg { flex: 0 0 auto; color: var(--blue); }
.contact-details span { color: #45515e; font-size: 13px; }
.contact-details small { display: block; margin-bottom: 4px; color: #919ba7; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.booking-header { padding: 65px 0 50px; text-align: center; background: var(--off-white); border-bottom: 1px solid var(--line); }
.booking-header h1 { margin-bottom: 15px; font-size: clamp(42px,5vw,62px); }
.booking-header > .container > p:not(.eyebrow) { max-width: 630px; margin: 0 auto; }
.booking-progress { max-width: 650px; display: flex; align-items: center; margin: 40px auto 0; }
.booking-progress span { width: auto; display: flex; align-items: center; gap: 8px; color: #9ca6b1; font-size: 11px; font-weight: 800; }
.booking-progress span.active { color: var(--blue); }
.booking-progress span b { color: inherit; }
.booking-progress i { flex: 1; height: 1px; margin: 0 18px; background: #cad3dd; }
.booking-section { padding: 70px 0 110px; }
.booking-layout { display: grid; grid-template-columns: 1fr 320px; align-items: start; gap: 28px; }
.booking-form { min-height: 580px; }
.booking-form fieldset { display: grid; gap: 18px; margin: 0; padding: 0; border: 0; }
.booking-form legend { margin-bottom: 8px; color: var(--navy); font-size: 27px; font-weight: 760; letter-spacing: -.04em; }
.booking-form fieldset > p { margin: -2px 0 14px; font-size: 13px; }
.form-next { justify-self: end; margin-top: 12px; }
.form-nav { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; }
.back-button { padding: 10px; color: #64707c; background: transparent; border: 0; cursor: pointer; font-size: 12px; font-weight: 750; }
.upload-label span { min-height: 85px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; color: #72808d; background: #fbfcfe; border: 1px dashed #bfcbd8; border-radius: 10px; font-size: 11px; font-weight: 550; text-align: center; cursor: pointer; }
.upload-label span svg { color: var(--blue); }
.upload-label input { width: 1px; height: 1px; position: absolute; opacity: 0; }
.check-label { grid-template-columns: 19px 1fr !important; align-items: start; gap: 10px !important; font-weight: 550 !important; line-height: 1.5; }
.check-label input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--blue); }
.check-label a { color: var(--blue); text-decoration: underline; }
.booking-aside { display: grid; gap: 16px; }
.booking-aside > div { padding: 27px; background: var(--navy); border-radius: 17px; color: white; }
.booking-aside > div > svg { margin-bottom: 21px; color: #72acfc; }
.booking-aside h3 { color: white; font-size: 17px; }
.booking-aside ol { margin: 16px 0 0; padding-left: 20px; color: #b8c5d2; font-size: 12px; }
.booking-aside li { margin-bottom: 12px; }
.booking-help { display: flex; align-items: center; gap: 12px; background: var(--blue) !important; }
.booking-help > svg { margin: 0 !important; color: white !important; }
.booking-help span { display: flex; flex-direction: column; }
.booking-help small { color: #d7e9ff; font-size: 9px; text-transform: uppercase; }
.booking-help a { font-size: 15px; font-weight: 750; }
.confirmation-page { min-height: 720px; display: grid; place-items: center; padding: 90px 22px; background: var(--off-white); }
.confirmation-card { max-width: 640px; padding: 62px; background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); text-align: center; }
.confirmation-card > span { width: 82px; height: 82px; display: grid; place-items: center; margin: 0 auto 25px; color: white; background: var(--green); border-radius: 50%; }
.confirmation-card h1 { font-size: 43px; }
.reference { display: inline-flex; flex-direction: column; gap: 2px; margin: 16px 0 30px; padding: 13px 32px; background: var(--off-white); border-radius: 9px; }
.reference small { color: #8994a0; font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.policy-content { max-width: 800px; }
.policy-note { padding: 17px 19px; color: #7b5a11; background: #fff8e8; border: 1px solid #f0dcae; border-radius: 10px; font-size: 12px; }
.policy-content section { padding: 30px 0; border-bottom: 1px solid var(--line); }
.policy-content section h2 { margin-bottom: 12px; font-size: 26px; }
.policy-content section p { margin: 0; }
.not-found { min-height: 650px; display: grid; place-items: center; padding: 80px 22px; background: var(--off-white); text-align: center; }
.not-found > div { max-width: 620px; }
.not-found h1 { font-size: clamp(42px,5vw,64px); }
.not-found .button { margin-top: 18px; }

.footer { padding: 75px 0 0; color: #aab7c4; background: #081522; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 70px; padding-bottom: 60px; }
.footer .logo { margin-bottom: 19px; color: white; }
.footer-brand p { max-width: 280px; color: #8d9aa8; font-size: 13px; }
.footer-brand > a { display: flex; align-items: center; gap: 8px; margin-top: 10px; color: #d6dfe8; font-size: 12px; }
.footer-brand > a svg { color: #66a6ff; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer h3 { margin-bottom: 12px; color: white; font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) a { color: #8d9aa8; font-size: 12px; }
.footer-main a:hover { color: white !important; }
.footer-bottom { min-height: 77px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #74818e; font-size: 10px; }
.footer-bottom div { display: flex; gap: 20px; }
.mobile-action-bar { display: none; }

@media (max-width: 1050px) {
  .header-inner nav { gap: 17px; }
  .header-inner nav > a:not(.button) { font-size: 12px; }
  .hero-grid { gap: 36px; }
  .hero-media, .hero-media img { height: 500px; min-height: 500px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .all-services { grid-template-columns: repeat(3,1fr); }
  .process-layout, .coverage-grid, .brands-layout { gap: 55px; }
  .property-copy { padding: 45px; }
  .warranty-card { grid-template-columns: 130px 1fr; }
  .warranty-seal { width: 125px; height: 125px; }
  .warranty-card > .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 860px) {
  .section { padding: 80px 0; }
  .utility-inner p { display: none; }
  .utility-inner { justify-content: center; }
  .main-header { top: 0; }
  .header-inner { height: 70px; }
  .desktop-book { margin-left: auto; }
  .menu-button { min-width: 46px; min-height: 46px; display: flex; align-items: center; justify-content: center; }
  .menu-button svg { width: 35px; height: 35px; }
  .header-inner nav { position: absolute; left: 0; right: 0; top: 100%; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 22px 22px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 20px 35px rgba(13,27,42,.1); }
  .header-inner nav.nav-open { display: flex; }
	.rpf-nav-list { width: 100%; flex-direction: column; align-items: stretch; gap: 0; }
	.rpf-nav-list li a { display: block; padding: 13px 4px; border-bottom: 1px solid #edf0f4; font-size: 13px; }
  .header-inner nav > a:not(.button) { padding: 13px 4px; border-bottom: 1px solid #edf0f4; font-size: 13px; }
  .nav-book { display: inline-flex !important; margin-top: 15px; }
  .hero { padding: 70px 0 80px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero h1 { font-size: 62px; }
  .hero-media { width: min(680px,100%); margin: 10px auto 0; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .heading-row { grid-template-columns: 1fr; gap: 8px; }
  .process-layout, .coverage-grid, .brands-layout, .property-grid, .faq-layout, .detail-grid, .form-layout, .story-grid, .contact-grid, .service-overview-grid, .area-overview-grid { grid-template-columns: 1fr; }
  .process-layout, .coverage-grid, .brands-layout, .faq-layout, .detail-grid, .form-layout, .story-grid, .contact-grid, .service-overview-grid, .area-overview-grid { gap: 50px; }
  .process-intro, .faq-intro, .form-layout > div:first-child { position: static; }
  .reason-grid { grid-template-columns: repeat(2,1fr); }
  .reason-card:nth-child(3n) { border-right: 1px solid var(--line); }
  .reason-card:nth-child(2n) { border-right: 0; }
  .reason-card:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .reason-card:nth-last-child(-n+2) { border-bottom: 0; }
  .map-card { min-height: 500px; }
  .property-visual { min-height: 470px; }
  .warranty-card { width: min(100% - 44px,1180px); }
  .final-cta-inner { grid-template-columns: 1fr; }
  .all-services { grid-template-columns: repeat(2,1fr); }
  .brand-page-grid { grid-template-columns: repeat(3,1fr); }
  .booking-layout { grid-template-columns: 1fr; }
  .booking-aside { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2; }
}

@media (max-width: 620px) {
  body { padding-bottom: 62px; }
  .container { width: min(100% - 30px,1180px); }
  .section { padding: 68px 0; }
  .utility-bar { display: none; }
  .header-inner { height: 66px; }
  .desktop-book { display: none; }
  .menu-button { margin-left: auto; flex: 0 0 auto; }
  .logo { font-size: 16px; }
  .logo-mark { width: 34px; height: 34px; flex-basis: 34px; }
  .hero { padding: 58px 0 65px; }
  .hero h1 { font-size: clamp(43px,13vw,58px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-media, .hero-media img { height: 420px; min-height: 420px; }
  .hero-media::before { display: none; }
  .hero-media img { object-position: 50% center; border-radius: 18px 48px 18px 18px; }
  .hero-proof { padding: 11px 13px; }
  .hero-proof span { font-size: 8px; }
  .hero-proof b { font-size: 10px; }
  .proof-top { left: -5px; top: 16px; }
  .proof-bottom { right: -4px; bottom: 20px; }
  .trust-grid { width: 100%; grid-template-columns: repeat(2,1fr); }
  .trust-item { min-height: 92px; padding: 15px; }
  .trust-item:first-child { border-left: 0; }
  .trust-item span { font-size: 9px; }
  .trust-item b { font-size: 11px; }
  h2 { font-size: 37px; }
  .section-heading { margin-bottom: 36px; }
  .service-grid, .all-services, .compact-services { grid-template-columns: 1fr; }
  .service-card { min-height: 240px; }
  .service-icon { margin-bottom: 25px; }
  .process-layout { gap: 38px; }
  .step { grid-template-columns: 46px 1fr; gap: 16px; padding-right: 28px; }
  .step > svg { width: 46px; height: 46px; padding: 13px; }
  .reason-grid { grid-template-columns: 1fr; }
  .reason-card, .reason-card:nth-child(3n), .reason-card:nth-child(2n), .reason-card:nth-last-child(-n+3) { min-height: 170px; border-right: 0; border-bottom: 1px solid var(--line); }
  .reason-card:last-child { border-bottom: 0; }
  .map-card { min-height: 420px; border-width: 6px; }
  .borough-list a { grid-template-columns: 30px 1fr 18px; }
  .borough-list a small { display: none; }
  .brand-cloud { grid-template-columns: repeat(2,1fr); }
  .warranty-card { grid-template-columns: 1fr; gap: 25px; padding: 36px 28px; border-radius: 20px; }
  .warranty-seal { width: 110px; height: 110px; }
  .warranty-card > .button { grid-column: 1; }
  .property-grid { border-radius: 20px; }
  .property-visual { min-height: 430px; }
  .building-stack { inset: 45px 28px; }
  .building-stack > div:nth-child(1) { width: 200px; height: 210px; }
  .building-stack > div:nth-child(2) { width: 150px; height: 130px; }
  .building-stack > div:nth-child(3) { width: 140px; height: 125px; }
  .property-copy { padding: 38px 25px; }
  .benefit-list { grid-template-columns: 1fr; }
  .faq-layout { gap: 35px; }
  .final-cta { padding: 60px 0; }
  .final-cta-inner > div:last-child { flex-direction: column; }
  .page-hero { min-height: 410px; }
  .page-hero h1 { font-size: 44px; }
  .page-hero p:not(.eyebrow) { font-size: 15px; }
  .page-hero-actions { flex-direction: column; align-items: stretch; }
  .problem-panel { grid-template-columns: 1fr; }
  .detail-icon { grid-column: 1; }
  .seo-intro { margin-bottom: 38px; }
  .seo-intro > p:not(.eyebrow), .seo-copy > p:not(.eyebrow) { font-size: 15px; }
	.service-photo { border-radius: 18px; box-shadow: 0 16px 34px rgba(13,27,42,.12); }
	.service-photo figcaption { left: 12px; bottom: 12px; padding: 9px 12px; }
  .prep-card, .neighborhood-wrap { padding: 26px 22px; }
  .mini-process { grid-template-columns: 1fr; }
  .mini-process > div { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--line); }
  .mini-process > div:last-child { border-bottom: 0; }
  .neighborhood-panel { grid-template-columns: 1fr; }
  .borough-card-grid { grid-template-columns: 1fr; }
  .borough-card:last-child { grid-column: auto; }
  .borough-card { min-height: 240px; padding: 30px; }
  .brand-page-grid { grid-template-columns: repeat(2,1fr); }
  .brand-page-grid > div { min-height: 160px; padding: 20px; }
  .field-row, .field-row.thirds { grid-template-columns: 1fr; }
  .standard-form, .booking-form { padding: 25px 20px; }
  .story-grid { gap: 25px; }
  .principle-row { flex-direction: column; }
  .booking-header { padding: 55px 0 40px; }
  .booking-progress { align-items: flex-start; }
  .booking-progress span { flex-direction: column; gap: 3px; }
  .booking-progress span b { font-size: 8px; }
  .booking-progress i { margin: 13px 8px 0; }
  .booking-section { padding: 45px 0 75px; }
  .booking-form { min-height: auto; }
  .form-nav { gap: 10px; }
  .form-nav .button { padding: 0 14px; }
  .booking-aside { grid-template-columns: 1fr; }
  .confirmation-card { padding: 42px 25px; }
  .confirmation-card h1 { font-size: 37px; }
  .footer { padding-top: 55px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 45px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; padding: 20px 0; }
  .footer-bottom div { flex-wrap: wrap; gap: 10px 16px; }
  .mobile-action-bar { position: fixed; z-index: 100; left: 0; right: 0; bottom: 0; height: 62px; display: grid; grid-template-columns: .75fr 1.25fr; color: white; background: var(--navy); box-shadow: 0 -8px 28px rgba(13,27,42,.18); }
  .mobile-action-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 12px; font-weight: 780; }
  .mobile-action-bar a:last-child { background: var(--blue); }
}

/* Ramex ProFix visual system: higher contrast, larger utility type, and a cohesive blue family. */
:focus-visible { outline-color: rgba(21,94,239,.46); }
.utility-bar { color: #c6d6e6; background: #061427; font-size: 13px; }
.main-header { border-bottom-color: rgba(7,26,51,.1); }
.rpf-nav-list a,
.header-inner nav > a:not(.button) { color: #30445c; font-size: 14px; font-weight: 680; }
.rpf-breadcrumbs { color: var(--subtle); background: var(--off-white); }
.rpf-breadcrumbs li { font-size: 13px; }
.rpf-breadcrumbs a { color: #3f5269; }
.rpf-breadcrumbs [aria-current="page"] { color: var(--subtle); }

.button { min-height: 48px; padding-inline: 21px; font-size: 14px; font-weight: 760; }
.button-primary { box-shadow: 0 10px 24px rgba(21,94,239,.24); }
.button-primary:hover { box-shadow: 0 14px 28px rgba(21,94,239,.3); }
.button-large { min-height: 55px; padding-inline: 25px; font-size: 15px; }
.text-link { color: var(--blue-dark); font-size: 15px; font-weight: 760; }
.eyebrow { color: var(--blue-dark); font-size: 12px; font-weight: 800; letter-spacing: .14em; line-height: 1.3; }
.eyebrow-light { color: var(--blue-bright); }
h1, h2, h3 { letter-spacing: -.032em; line-height: 1.1; text-wrap: balance; }
h2 { font-size: clamp(35px,4.1vw,53px); font-weight: 760; }
h3 { font-size: 20px; }

.hero { background: linear-gradient(135deg,#06162c 0%,var(--navy-2) 66%,#123b69 100%); }
.hero-glow { background: rgba(21,94,239,.3); }
.hero h1 { font-weight: 780; line-height: 1.01; }
.hero h1 em { color: var(--blue-bright); font-family: inherit; font-style: normal; font-weight: 780; letter-spacing: inherit; }
.hero-lead { color: #d1dfed; line-height: 1.68; }
.availability { color: #c6d6e6; font-size: 14px; }
.hero-proof span { color: #4f6075; font-size: 12px; }
.hero-proof b { font-size: 14px; }
.trust-item span { color: var(--subtle); font-size: 13px; }
.trust-item b { font-size: 15px; }

.service-card { min-height: 285px; padding: 27px; border-color: var(--line); border-radius: 18px; box-shadow: 0 3px 0 rgba(7,26,51,.02); }
.service-card::after { background: rgba(21,94,239,.07); }
.service-card-2 .service-icon,
.service-card-6 .service-icon { color: #0e7490; background: #e6f7fb; }
.service-card-3 .service-icon,
.service-card-7 .service-icon { color: #0b725d; background: #e8f7f3; }
.service-card-4 .service-icon,
.service-card-8 .service-icon { color: #4058c7; background: #eef0ff; }
.card-number { color: var(--subtle); font-size: 12px; }
.service-card h3 { font-size: 20px; }
.service-card p { color: var(--muted); font-size: 15px; line-height: 1.65; }
.card-link { color: var(--blue-dark); font-size: 14px; font-weight: 760; }

.process-section { background: linear-gradient(135deg,#081d38,#0d3157); }
.process-intro p:not(.eyebrow) { color: #c6d6e6; font-size: 17px; }
.step-number { color: rgba(255,255,255,.62); font-size: 12px; }
.step h3 { font-size: 20px; }
.step p { color: #c6d6e6; font-size: 15px; line-height: 1.65; }
.reason-card h3 { font-size: 19px; }
.reason-card p { font-size: 15px; line-height: 1.65; }

.borough-list a > span { color: var(--subtle); font-size: 12px; }
.borough-list a small { color: var(--muted); font-size: 13px; }
.rpf-map-loading { color: var(--muted); font-size: 15px; line-height: 1.65; }
.rpf-map-info { color: var(--navy); font-family: var(--font-sans); }
.rpf-map-info strong { font-size: 15px; }
.rpf-map-info span { color: var(--muted); font-size: 13px; }
.map-key { background: rgba(7,26,51,.94); font-size: 12px; }
.brand-cloud span { color: #33485f; font-size: 15px; }

.warranty-card { background: linear-gradient(135deg,var(--blue-dark),var(--blue)); box-shadow: 0 24px 50px rgba(21,94,239,.22); }
.warranty-card p:not(.eyebrow) { color: #e2efff; font-size: 15px; line-height: 1.65; }
.warranty-seal span { font-size: 12px; letter-spacing: .11em; }
.property-grid { background: #eaf1f8; }
.property-visual { background: linear-gradient(145deg,#06162c,var(--navy-2)); }
.building-stack span { font-size: 13px; letter-spacing: .03em; }
.benefit-list span { color: #33485f; font-size: 14px; }

.faq-list details p { font-size: 15px; }
.faq-more { color: var(--blue-dark); font-size: 15px; font-weight: 760; }
.final-cta { background: linear-gradient(135deg,var(--blue-dark),var(--blue)); }
.final-cta p:not(.eyebrow) { color: #e2efff; font-size: 17px; }
.page-hero { background: linear-gradient(135deg,#06162c 0%,var(--navy-2) 70%,#123b69 100%); }
.page-hero p:not(.eyebrow) { color: #d1dfed; line-height: 1.7; }

.service-photo figcaption span { color: var(--blue-dark); font-size: 11px; }
.service-photo figcaption strong { font-size: 15px; line-height: 1.4; }
.prep-card li { color: #33485f; font-size: 15px; }
.prep-card > p:last-child,
.coverage-note { font-size: 14px; }
.local-process-section { background: var(--off-white); }
.problem-panel > span { color: #33485f; font-size: 15px; }
.mini-process p { font-size: 15px; line-height: 1.65; }
.mini-process span { font-size: 12px; }
.neighborhood-panel span { color: #33485f; font-size: 14px; }
.borough-card { background: linear-gradient(145deg,#071a33,#0d3157); }
.borough-card > span { color: var(--blue-bright); font-size: 12px; }
.borough-card p { color: #c6d6e6; font-size: 15px; }
.borough-card b { font-size: 14px; }
.brand-page-grid p { font-size: 14px; }
.brand-page-grid span { font-size: 13px; }
.brand-disclaimer { color: var(--muted); font-size: 13px; }

.standard-form label,
.booking-form label { color: #30445c; font-size: 14px; font-weight: 720; }
input, select, textarea { color: var(--ink); background: #f8fbff; border-color: #bdcada; }
input:focus, select:focus, textarea:focus { box-shadow: 0 0 0 3px rgba(21,94,239,.14); }
.contact-details span { color: #33485f; font-size: 15px; }
.contact-details small { color: var(--subtle); font-size: 12px; }
.booking-progress span { color: var(--subtle); font-size: 12px; }
.booking-form fieldset > p { font-size: 15px; }
.back-button { color: #40546c; font-size: 14px; }
.upload-label span { color: var(--subtle); background: #f8fbff; border-color: #aebfd2; font-size: 14px; }
.booking-aside ol { color: #c6d6e6; font-size: 14px; line-height: 1.65; }
.booking-help small { color: #e9f3ff; font-size: 11px; letter-spacing: .08em; }
.reference small { color: var(--subtle); font-size: 11px; }
.policy-note { font-size: 14px; line-height: 1.65; }

.footer { color: #c6d6e6; background: #061427; }
.footer-brand p { max-width: 300px; color: #a9bdd1; font-size: 15px; }
.footer-brand > a { color: #d8e5f1; font-size: 14px; }
.footer h3 { font-size: 13px; }
.footer-main > div:not(.footer-brand) a { color: #a9bdd1; font-size: 14px; }
.footer-bottom { color: #a9bdd1; border-top-color: rgba(255,255,255,.14); font-size: 12px; }
.mobile-action-bar { background: #061427; }

@media (max-width: 1050px) {
  .header-inner nav > a:not(.button) { font-size: 13px; }
}

@media (max-width: 860px) {
  .rpf-nav-list li a,
  .header-inner nav > a:not(.button) { font-size: 14px; }
}

@media (max-width: 620px) {
  .hero h1 { font-size: clamp(42px,12.5vw,56px); }
  .hero-proof span { font-size: 11px; }
  .hero-proof b { font-size: 13px; }
  .trust-item span { font-size: 12px; }
  .trust-item b { font-size: 14px; }
  h2 { font-size: 36px; }
  .page-hero h1 { font-size: 43px; }
  .booking-progress span b { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
