:root {
  --rpp-navy: #05285c;
  --rpp-deep: #031b3f;
  --rpp-blue: #0879df;
  --rpp-bright: #0b8df6;
  --rpp-sky: #eaf5ff;
  --rpp-ink: #10223b;
  --rpp-muted: #58697d;
  --rpp-line: #dce6ef;
  --rpp-cream: #f7f9fb;
}

body.rpp-homepage-template { margin: 0; background: #fff; color: var(--rpp-ink); }
body.rpp-homepage-template #rpp-home,
body.rpp-homepage-template #rpp-home * { box-sizing: border-box; }
#rpp-home { overflow: hidden; background: #fff; color: var(--rpp-ink); font-family: Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
#rpp-home a { color: inherit; text-decoration: none; }
#rpp-home img { display: block; max-width: 100%; height: auto; }
#rpp-home h1, #rpp-home h2, #rpp-home h3, #rpp-home p, #rpp-home ul, #rpp-home ol, #rpp-home blockquote { margin-top: 0; }
#rpp-home .rpp-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.rpp-skip { position: fixed; top: -100px; left: 1rem; z-index: 100000; padding: .8rem 1rem; background: #fff; color: var(--rpp-navy); font-weight: 800; }
.rpp-skip:focus { top: 0; }

#rpp-home .rpp-utility { background: var(--rpp-deep); color: #d8e9ff; font-size: 12px; letter-spacing: .03em; }
#rpp-home .rpp-utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
#rpp-home .rpp-header { position: sticky; top: 0; z-index: 9990; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(5,40,92,.1); backdrop-filter: blur(12px); }
.admin-bar #rpp-home .rpp-header { top: 32px; }
#rpp-home .rpp-header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
#rpp-home .rpp-brand img { width: 188px; }
#rpp-home .rpp-nav { display: flex; gap: 1.45rem; margin-left: auto; }
#rpp-home .rpp-nav a { color: #334963; font-size: 14px; font-weight: 700; }
#rpp-home .rpp-nav a:hover { color: var(--rpp-blue); }
#rpp-home .rpp-header-call { display: flex; align-items: center; gap: .65rem; padding-left: 1.25rem; color: var(--rpp-navy); border-left: 1px solid var(--rpp-line); font-size: 17px; font-weight: 900; line-height: 1.05; }
#rpp-home .rpp-header-call small { display: block; margin-bottom: .3rem; color: #6c7c8e; text-transform: uppercase; font-size: 9px; letter-spacing: .08em; }
#rpp-home .rpp-phone-icon { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; background: var(--rpp-blue); border-radius: 50%; font-size: 17px; }

#rpp-home .rpp-hero { position: relative; padding-top: 72px; background: linear-gradient(115deg, #f5faff 0%, #fff 58%, #e8f4ff 100%); }
#rpp-home .rpp-hero::before { content: ""; position: absolute; right: -210px; top: -260px; width: 540px; height: 540px; border: 90px solid rgba(8,121,223,.08); border-radius: 50%; }
#rpp-home .rpp-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.23fr) minmax(340px,.77fr); gap: 70px; align-items: center; padding-bottom: 70px; }
#rpp-home .rpp-eyebrow, #rpp-home .rpp-kicker { margin-bottom: 1rem; color: var(--rpp-blue); text-transform: uppercase; font-size: 12px; font-weight: 900; letter-spacing: .14em; }
#rpp-home .rpp-eyebrow::before { content: ""; display: inline-block; width: 24px; height: 2px; margin-right: .6rem; vertical-align: middle; background: var(--rpp-blue); }
#rpp-home h1, #rpp-home h2, #rpp-home h3 { color: var(--rpp-navy); font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-weight: 900; }
#rpp-home h1 { max-width: 780px; margin-bottom: 1.25rem; font-size: clamp(48px,5.2vw,81px); line-height: .95; letter-spacing: -.045em; text-wrap: balance; }
#rpp-home h2 { margin-bottom: 1rem; font-size: clamp(39px,4vw,64px); line-height: 1; letter-spacing: -.035em; text-wrap: balance; }
#rpp-home .rpp-hero-lead { max-width: 710px; margin-bottom: 1.55rem; color: #435a73; font-size: 18px; line-height: 1.72; }
#rpp-home .rpp-hero-offer { width: fit-content; display: flex; align-items: center; gap: .85rem; margin-bottom: 1.5rem; padding: .68rem .9rem .68rem .7rem; background: #fff; border: 1px solid #cce4fa; border-radius: 9px; box-shadow: 0 10px 30px rgba(5,40,92,.08); }
#rpp-home .rpp-hero-offer strong { padding: .5rem .7rem; color: #fff; background: var(--rpp-navy); border-radius: 5px; text-transform: uppercase; font-size: 17px; }
#rpp-home .rpp-hero-offer span { max-width: 280px; color: var(--rpp-navy); font-size: 13px; font-weight: 800; line-height: 1.3; }
#rpp-home .rpp-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
#rpp-home .rpp-button { min-height: 53px; display: inline-flex; align-items: center; justify-content: center; padding: .8rem 1.15rem; border: 2px solid transparent; border-radius: 5px; font-size: 14px; font-weight: 900; transition: transform .15s, box-shadow .15s; }
#rpp-home .rpp-button:hover { transform: translateY(-2px); }
#rpp-home .rpp-button-primary { color: #fff; background: linear-gradient(135deg,var(--rpp-bright),#0563bb); box-shadow: 0 10px 24px rgba(8,121,223,.25); }
#rpp-home .rpp-button-secondary { color: var(--rpp-navy); background: #fff; border-color: #bcd0e2; }
#rpp-home .rpp-button-dark { color: #fff; background: var(--rpp-navy); }
#rpp-home .rpp-button-white { color: var(--rpp-navy); background: #fff; }
#rpp-home .rpp-microcopy { margin: .85rem 0 0; color: #6e7e90; font-size: 12px; }
#rpp-home .rpp-promo { width: min(100%,420px); justify-self: end; }
#rpp-home .rpp-promo > img { width: 100%; border: 9px solid #fff; border-radius: 16px; box-shadow: 0 30px 70px rgba(5,40,92,.2); transform: rotate(1.4deg); }
#rpp-home .rpp-promo > p { max-width: 380px; margin: .85rem auto 0; color: #65758a; text-align: center; font-size: 11px; line-height: 1.5; }
#rpp-home .rpp-trust { position: relative; display: grid; grid-template-columns: repeat(4,1fr); color: #fff; background: var(--rpp-navy); }
#rpp-home .rpp-trust::before, #rpp-home .rpp-trust::after { content: ""; position: absolute; top: 0; bottom: 0; width: 100vw; background: var(--rpp-navy); }
#rpp-home .rpp-trust::before { right: 100%; } #rpp-home .rpp-trust::after { left: 100%; }
#rpp-home .rpp-trust > div { min-height: 102px; display: flex; flex-direction: column; justify-content: center; padding: 1.4rem; border-right: 1px solid rgba(255,255,255,.14); }
#rpp-home .rpp-trust > div:last-child { border: 0; }
#rpp-home .rpp-trust b { color: #fff; font-size: 15px; }
#rpp-home .rpp-trust span { color: #bfd5eb; font-size: 12px; }

#rpp-home .rpp-section { padding: 104px 0; }
#rpp-home .rpp-split-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 2.7rem; }
#rpp-home .rpp-split-heading > p, #rpp-home .rpp-center-heading > p, #rpp-home .rpp-areas > div > p, #rpp-home .rpp-proof-copy > p, #rpp-home .rpp-faq-grid > div > p { color: var(--rpp-muted); font-size: 16px; line-height: 1.75; }
#rpp-home .rpp-symptoms { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--rpp-line); }
#rpp-home .rpp-symptoms article { min-height: 250px; padding: 2rem 1.6rem; border-right: 1px solid var(--rpp-line); }
#rpp-home .rpp-symptoms article:last-child { border: 0; }
#rpp-home .rpp-symptoms article > span { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: var(--rpp-blue); border-radius: 50%; font-weight: 900; }
#rpp-home .rpp-symptoms h3 { margin: 1.2rem 0 .65rem; font-size: 21px; }
#rpp-home .rpp-symptoms p { margin: 0; color: var(--rpp-muted); font-size: 14px; line-height: 1.65; }

#rpp-home .rpp-services { background: var(--rpp-cream); }
#rpp-home .rpp-center-heading { max-width: 740px; margin: 0 auto 3.2rem; text-align: center; }
#rpp-home .rpp-service-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: #ccd9e6; border: 1px solid #ccd9e6; }
#rpp-home .rpp-service-card { min-height: 250px; display: block; padding: 2.2rem; background: #fff; transition: transform .2s, box-shadow .2s; }
#rpp-home .rpp-service-card:hover { position: relative; z-index: 2; transform: translateY(-4px); box-shadow: 0 20px 40px rgba(5,40,92,.13); }
#rpp-home .rpp-service-card small { color: #8295a9; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
#rpp-home .rpp-service-card h3 { margin: 1.6rem 0 .7rem; font-size: 25px; }
#rpp-home .rpp-service-card p { margin-bottom: 1.25rem; color: var(--rpp-muted); font-size: 14px; line-height: 1.65; }
#rpp-home .rpp-service-card > b { color: var(--rpp-blue); font-size: 13px; }
#rpp-home .rpp-service-card.rpp-featured { background: var(--rpp-navy); }
#rpp-home .rpp-service-card.rpp-featured h3, #rpp-home .rpp-service-card.rpp-featured > b { color: #fff; }
#rpp-home .rpp-service-card.rpp-featured p { color: #bad0e7; }
#rpp-home .rpp-service-card.rpp-featured small { color: #70c2ff; }

#rpp-home .rpp-proof { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
#rpp-home .rpp-proof-image { position: relative; }
#rpp-home .rpp-proof-image > img { width: 100%; aspect-ratio: 4/4.15; object-fit: cover; box-shadow: 28px 28px 0 var(--rpp-sky); }
#rpp-home .rpp-proof-image > span { position: absolute; right: -28px; bottom: 38px; padding: 1rem 1.2rem; color: #fff; background: var(--rpp-navy); box-shadow: 0 14px 30px rgba(5,40,92,.2); font-size: 11px; }
#rpp-home .rpp-proof-copy ul { display: grid; gap: .9rem; margin: 1.7rem 0 2rem; padding: 0; list-style: none; }
#rpp-home .rpp-proof-copy li { position: relative; padding-left: 30px; color: #586a7e; font-size: 14px; line-height: 1.55; }
#rpp-home .rpp-proof-copy li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 21px; height: 21px; display: grid; place-items: center; color: #fff; background: var(--rpp-blue); border-radius: 50%; font-size: 12px; font-weight: 900; }
#rpp-home .rpp-proof-copy li b { color: var(--rpp-navy); }

#rpp-home .rpp-process { color: #fff; background: var(--rpp-deep); }
#rpp-home .rpp-process h2, #rpp-home .rpp-process h3 { color: #fff; }
#rpp-home .rpp-process .rpp-kicker { color: #72c5ff; }
#rpp-home .rpp-process ol { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.2); list-style: none; }
#rpp-home .rpp-process li { min-height: 240px; padding: 2rem 1.5rem 1rem; border-right: 1px solid rgba(255,255,255,.15); }
#rpp-home .rpp-process li:last-child { border: 0; }
#rpp-home .rpp-process li small { color: #5cb7ff; font-weight: 900; }
#rpp-home .rpp-process li h3 { margin: 2.3rem 0 .8rem; font-size: 22px; }
#rpp-home .rpp-process li p { margin: 0; color: #a9c0d9; font-size: 13px; line-height: 1.7; }
#rpp-home .rpp-process-cta { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-top: 2.5rem; padding: 1.15rem 1.35rem; background: #0b3975; }
#rpp-home .rpp-process-cta a { color: #74c4ff; font-weight: 900; }

#rpp-home .rpp-areas { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
#rpp-home .rpp-text-link { display: inline-block; margin-top: 1rem; color: var(--rpp-blue); font-size: 14px; font-weight: 900; }
#rpp-home .rpp-area-links { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--rpp-line); border-left: 1px solid var(--rpp-line); }
#rpp-home .rpp-area-links a { min-height: 62px; display: flex; align-items: center; justify-content: space-between; padding: .8rem 1rem; color: var(--rpp-navy); border-right: 1px solid var(--rpp-line); border-bottom: 1px solid var(--rpp-line); font-size: 13px; font-weight: 800; }
#rpp-home .rpp-area-links a:hover { color: var(--rpp-blue); background: var(--rpp-sky); }

#rpp-home .rpp-reviews { padding-top: 30px; background: linear-gradient(180deg,#f4f9fe,#fff); }
#rpp-home .rpp-review-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 2.5rem; }
#rpp-home .rpp-review-heading h2 { max-width: 700px; margin-bottom: 0; }
#rpp-home .rpp-rating { min-width: 205px; padding-left: 1.3rem; border-left: 3px solid var(--rpp-blue); }
#rpp-home .rpp-rating span, #rpp-home .rpp-rating b, #rpp-home .rpp-rating small { display: block; }
#rpp-home .rpp-rating span { color: #f3a514; letter-spacing: .08em; }
#rpp-home .rpp-rating b { margin: .25rem 0; color: var(--rpp-navy); }
#rpp-home .rpp-rating small { color: var(--rpp-muted); }
#rpp-home .rpp-review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
#rpp-home blockquote { margin: 0; padding: 1.8rem; background: #fff; border: 1px solid var(--rpp-line); box-shadow: 0 12px 35px rgba(5,40,92,.05); }
#rpp-home blockquote > p { min-height: 72px; margin-bottom: 1.2rem; color: var(--rpp-navy); font-size: 16px; font-weight: 700; line-height: 1.55; }
#rpp-home blockquote footer { font-size: 13px; font-weight: 900; }
#rpp-home blockquote footer small { display: block; margin-top: .25rem; color: #7a8999; font-size: 10px; }

#rpp-home .rpp-faq { background: var(--rpp-cream); }
#rpp-home .rpp-faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; }
#rpp-home .rpp-faq-list { border-top: 1px solid #c8d6e3; }
#rpp-home details { border-bottom: 1px solid #c8d6e3; }
#rpp-home summary { position: relative; padding: 1.4rem 3rem 1.4rem 0; color: var(--rpp-navy); cursor: pointer; list-style: none; font-size: 16px; font-weight: 900; }
#rpp-home summary::-webkit-details-marker { display: none; }
#rpp-home summary span { position: absolute; right: .2rem; top: 1.25rem; color: var(--rpp-blue); font-size: 21px; transition: transform .2s; }
#rpp-home details[open] summary span { transform: rotate(45deg); }
#rpp-home details > p { margin: -.25rem 2rem 1.4rem 0; color: var(--rpp-muted); font-size: 14px; line-height: 1.7; }

#rpp-home .rpp-final { padding: 82px 0; color: #fff; background: linear-gradient(110deg,#087fe5,#0758a9); }
#rpp-home .rpp-final-grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
#rpp-home .rpp-final h2 { color: #fff; margin-bottom: .8rem; }
#rpp-home .rpp-final .rpp-kicker, #rpp-home .rpp-final p { color: #d9ebfb; }
#rpp-home .rpp-final p { max-width: 760px; margin-bottom: 0; line-height: 1.7; }
#rpp-home .rpp-final-grid > div:last-child { min-width: 250px; display: grid; gap: .8rem; text-align: center; font-size: 13px; font-weight: 900; }

#rpp-home .rpp-footer { padding: 70px 0 22px; color: #afc2d5; background: var(--rpp-deep); }
#rpp-home .rpp-footer-grid { display: grid; grid-template-columns: 1.35fr .8fr 1fr .7fr; gap: 60px; }
#rpp-home .rpp-footer-grid > div:first-child img { width: min(300px,100%); }
#rpp-home .rpp-footer-grid > div:first-child p { max-width: 320px; }
#rpp-home .rpp-footer h2 { margin-bottom: 1rem; color: #fff; font-family: inherit; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
#rpp-home .rpp-footer a:not(:first-child), #rpp-home .rpp-footer-grid > div:not(:first-child) a { display: block; margin-bottom: .65rem; color: #c7d7e6; font-size: 12px; }
#rpp-home .rpp-footer p { font-size: 12px; line-height: 1.65; }
#rpp-home .rpp-footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; }
#rpp-home .rpp-mobile-cta { display: none; }

@media (max-width: 1040px) {
  #rpp-home .rpp-nav { display: none; }
  #rpp-home .rpp-hero-grid { grid-template-columns: 1fr 360px; gap: 35px; }
  #rpp-home .rpp-trust { grid-template-columns: repeat(2,1fr); }
  #rpp-home .rpp-trust > div:nth-child(2) { border-right: 0; }
  #rpp-home .rpp-trust > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  #rpp-home .rpp-symptoms { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 782px) {
  .admin-bar #rpp-home .rpp-header { top: 46px; }
}

@media (max-width: 760px) {
  #rpp-home .rpp-shell { width: min(100% - 28px,600px); }
  #rpp-home .rpp-utility-inner { min-height: 30px; justify-content: center; }
  #rpp-home .rpp-utility-inner span:first-child { display: none; }
  #rpp-home .rpp-header-inner { min-height: 68px; gap: 1rem; }
  #rpp-home .rpp-brand img { width: 160px; }
  #rpp-home .rpp-header-call { padding-left: .7rem; font-size: 13px; }
  #rpp-home .rpp-header-call small, #rpp-home .rpp-phone-icon { display: none; }
  #rpp-home .rpp-hero { padding-top: 45px; }
  #rpp-home .rpp-hero-grid { display: flex; flex-direction: column; gap: 42px; padding-bottom: 50px; }
  #rpp-home h1 { font-size: clamp(44px,13vw,68px); }
  #rpp-home .rpp-hero-lead { font-size: 16px; }
  #rpp-home .rpp-hero-offer { width: 100%; }
  #rpp-home .rpp-actions { display: grid; }
  #rpp-home .rpp-button { width: 100%; }
  #rpp-home .rpp-promo { width: min(87vw,390px); align-self: center; }
  #rpp-home .rpp-trust { width: 100%; grid-template-columns: 1fr 1fr; }
  #rpp-home .rpp-trust > div { min-height: 90px; padding: 1rem .75rem; }
  #rpp-home .rpp-section { padding: 72px 0; }
  #rpp-home .rpp-split-heading, #rpp-home .rpp-proof, #rpp-home .rpp-areas, #rpp-home .rpp-faq-grid, #rpp-home .rpp-final-grid { grid-template-columns: 1fr; gap: 38px; }
  #rpp-home .rpp-symptoms, #rpp-home .rpp-service-grid, #rpp-home .rpp-review-grid { grid-template-columns: 1fr; }
  #rpp-home .rpp-symptoms article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--rpp-line); }
  #rpp-home .rpp-service-card { min-height: auto; padding: 1.6rem 1.3rem; }
  #rpp-home .rpp-proof-image { margin-right: 14px; }
  #rpp-home .rpp-proof-image > img { box-shadow: 14px 14px 0 var(--rpp-sky); }
  #rpp-home .rpp-proof-image > span { right: -14px; bottom: 20px; }
  #rpp-home .rpp-process ol { grid-template-columns: 1fr; }
  #rpp-home .rpp-process li { min-height: auto; padding: 1.5rem .5rem; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  #rpp-home .rpp-process li h3 { margin: 1rem 0 .5rem; }
  #rpp-home .rpp-process-cta { align-items: flex-start; flex-direction: column; gap: .6rem; }
  #rpp-home .rpp-area-links { grid-template-columns: 1fr 1fr; }
  #rpp-home .rpp-area-links a { min-height: 58px; padding: .7rem; font-size: 12px; }
  #rpp-home .rpp-review-heading { align-items: flex-start; flex-direction: column; }
  #rpp-home .rpp-final-grid > div:last-child { min-width: 0; }
  #rpp-home .rpp-footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  #rpp-home .rpp-footer-grid > div:first-child { grid-column: 1/-1; }
  #rpp-home .rpp-footer-bottom { align-items: flex-start; flex-direction: column; margin-bottom: 70px; }
  #rpp-home .rpp-mobile-cta { position: fixed; z-index: 9999; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; padding: 8px; background: #fff; box-shadow: 0 -8px 25px rgba(5,40,92,.15); }
  #rpp-home .rpp-mobile-cta a { min-height: 48px; display: flex; align-items: center; justify-content: center; color: #fff; background: var(--rpp-navy); font-size: 13px; font-weight: 900; }
  #rpp-home .rpp-mobile-cta a:last-child { background: var(--rpp-blue); }
}

@media (max-width: 430px) {
  #rpp-home .rpp-brand img { width: 145px; }
  #rpp-home .rpp-hero-offer { align-items: flex-start; flex-direction: column; }
  #rpp-home .rpp-trust { grid-template-columns: 1fr; }
  #rpp-home .rpp-trust > div { min-height: 72px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  #rpp-home .rpp-area-links, #rpp-home .rpp-footer-grid { grid-template-columns: 1fr; }
  #rpp-home .rpp-footer-grid > div:first-child { grid-column: auto; }
}

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