:root {
    --rr53-gold: #f5aa00;
    --rr53-gold-deep: #a66b00;
    --rr53-gold-soft: #fff3ce;
    --rr53-graphite: #24282d;
    --rr53-graphite-2: #34393f;
    --rr53-ink: #2a2e33;
    --rr53-copy: #626970;
    --rr53-muted: #858b91;
    --rr53-silver: #f1f2f2;
    --rr53-warm: #f8f7f3;
    --rr53-line: #dfe1e2;
    --rr53-white: #ffffff;
    --rr53-shadow: 0 20px 54px rgba(31, 35, 39, .08);
}

html { scroll-behavior: smooth; }
body.rrc-page { background: var(--rr53-warm); color: var(--rr53-ink); }
.rrc-page main { overflow: hidden; background: var(--rr53-warm); }
.rrc-page .rrc-article { font-family: "Barlow", sans-serif; }
.rrc-page .rrc-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.rrc-page section[id] { scroll-margin-top: 110px; }
.rrc-page .rrc-article h1,
.rrc-page .rrc-article h2,
.rrc-page .rrc-article h3,
.rrc-page .rrc-article h4,
.rrc-page .rrc-article p { overflow-wrap: break-word; }
.rrc-page .rrc-article h1,
.rrc-page .rrc-article h2,
.rrc-page .rrc-article h3,
.rrc-page .rrc-article h4 { color: var(--rr53-ink); font-family: "Barlow", sans-serif; }
.rrc-page .rrc-eyebrow { margin: 0 0 10px; color: var(--rr53-gold-deep); font-size: 11px; font-weight: 850; letter-spacing: .15em; line-height: 1.35; text-transform: uppercase; }
.rrc-page .rrc-eyebrow > span { display: inline-block; width: 18px; height: 3px; margin: 0 7px 3px 0; border-radius: 10px; background: var(--rr53-gold); }

/* Hero */
.rrc-page .rrc-hero { padding: 122px 0 30px; background: linear-gradient(180deg, #ececea 0%, var(--rr53-warm) 100%); }
.rrc-page .rrc-hero__frame { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); min-height: 438px; overflow: hidden; border: 1px solid #d4d6d8; border-radius: 30px; background: var(--rr53-white); box-shadow: var(--rr53-shadow); }
.rrc-page .rrc-hero__frame::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--rr53-gold); z-index: 2; }
.rrc-page .rrc-hero__copy { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; padding: 48px 46px 46px 54px; }
.rrc-page .rrc-hero h1 { max-width: 650px; margin: 0; font-size: clamp(44px, 4.5vw, 58px); font-weight: 850; letter-spacing: -.052em; line-height: .96; }
.rrc-page .rrc-hero h1 em { display: block; margin-top: 8px; color: #4b5055; font-size: .7em; font-style: normal; font-weight: 600; letter-spacing: -.04em; line-height: 1.02; }
.rrc-page .rrc-intro { max-width: 660px; margin: 21px 0 0; color: var(--rr53-copy); font-size: 16px; font-weight: 450; line-height: 1.65; }
.rrc-page .rrc-hero__metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 600px; margin-top: 24px; border-block: 1px solid var(--rr53-line); }
.rrc-page .rrc-hero__metrics > div { min-width: 0; padding: 13px 15px; border-right: 1px solid var(--rr53-line); }
.rrc-page .rrc-hero__metrics > div:first-child { padding-left: 0; }
.rrc-page .rrc-hero__metrics > div:last-child { border-right: 0; }
.rrc-page .rrc-hero__metrics small,
.rrc-page .rrc-hero__metrics strong { display: block; }
.rrc-page .rrc-hero__metrics small { margin-bottom: 2px; color: var(--rr53-muted); font-size: 10px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.rrc-page .rrc-hero__metrics strong { color: var(--rr53-graphite); font-size: 20px; font-weight: 850; line-height: 1.1; }
.rrc-page .rrc-hero__actions,
.rrc-page .rrc-service-area__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 25px; }
.rrc-page .rrc-btn { min-height: 48px; padding: 0 21px; border: 1px solid #cfd2d4; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; color: var(--rr53-graphite); font-size: 13px; font-weight: 850; letter-spacing: .01em; text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.rrc-page .rrc-btn:hover { color: var(--rr53-graphite); transform: translateY(-2px); }
.rrc-page .rrc-btn--gold { border-color: var(--rr53-gold); background: var(--rr53-gold); box-shadow: 0 10px 22px rgba(213, 143, 0, .2); }
.rrc-page .rrc-btn--gold:hover { box-shadow: 0 13px 28px rgba(213, 143, 0, .27); }
.rrc-page .rrc-btn--light { background: var(--rr53-white); }
.rrc-page .rrc-hero__visual { position: relative; min-height: 438px; overflow: hidden; border-left: 1px solid var(--rr53-line); background: linear-gradient(145deg, #eeeeec 0%, #f8f8f6 72%); }
.rrc-page .rrc-hero__visual::before { content: ""; position: absolute; width: 240px; height: 240px; right: -85px; top: -110px; border: 34px solid rgba(245, 170, 0, .15); border-radius: 50%; }
.rrc-page .rrc-hero__image { position: absolute; inset: 27px 48% 72px 3%; display: grid; place-items: center; }
.rrc-page .rrc-hero__image img { width: 100%; height: 100%; padding: 8px; object-fit: contain; filter: drop-shadow(0 22px 20px rgba(34, 38, 42, .18)); }
.rrc-page .rrc-cost-dial { position: absolute; top: 55px; right: 35px; width: 164px; height: 164px; padding: 12px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--rr53-gold) 0 45%, #b7babd 45% 73%, #e1e2e2 73% 100%); box-shadow: 0 18px 35px rgba(34, 38, 42, .13); transform: rotate(-22deg); }
.rrc-page .rrc-cost-dial > div { width: 100%; height: 100%; border: 7px solid rgba(255, 255, 255, .78); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--rr53-white); text-align: center; transform: rotate(22deg); }
.rrc-page .rrc-cost-dial span,
.rrc-page .rrc-cost-dial small { color: var(--rr53-muted); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.rrc-page .rrc-cost-dial strong { margin: 5px 0 3px; color: var(--rr53-graphite); font-size: 21px; font-weight: 900; letter-spacing: -.045em; line-height: 1; }
.rrc-page .rrc-hero__process { position: absolute; right: 28px; bottom: 23px; left: 28px; margin: 0; padding: 0; border: 1px solid #d7d9db; border-radius: 13px; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; background: rgba(255, 255, 255, .9); list-style: none; }
.rrc-page .rrc-hero__process li { min-width: 0; padding: 11px 9px; border-right: 1px solid #dddfe0; color: #555b60; font-size: 11px; font-weight: 750; text-align: center; }
.rrc-page .rrc-hero__process li:last-child { border-right: 0; }
.rrc-page .rrc-hero__process span { margin-right: 5px; color: var(--rr53-gold-deep); font-weight: 900; }
.rrc-page .rrc-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 12px; }
.rrc-page .rrc-proof-grid > div { min-height: 55px; padding: 12px 17px; border: 1px solid #d6d8da; border-radius: 14px; display: flex; align-items: center; gap: 11px; background: var(--rr53-white); color: #4e545a; font-size: 12px; font-weight: 750; }
.rrc-page .rrc-proof-grid i { width: 29px; height: 29px; flex: 0 0 29px; border-radius: 9px; display: grid; place-items: center; background: var(--rr53-gold-soft); color: var(--rr53-gold-deep); font-size: 11px; }

/* Overview */
.rrc-page .rrc-summary { padding: 72px 0 76px; background: var(--rr53-white); }
.rrc-page .rrc-summary__intro { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 58px; align-items: end; }
.rrc-page .rrc-summary h2,
.rrc-page .rrc-section h2,
.rrc-page .rrc-related h2,
.rrc-page .rrc-service-area h2 { margin: 0; font-size: clamp(34px, 4vw, 50px); font-weight: 780; letter-spacing: -.042em; line-height: 1.05; }
.rrc-page .rrc-summary__lead { margin: 0; color: var(--rr53-copy); font-size: 17px; line-height: 1.72; }
.rrc-page .rrc-summary__lead strong { color: var(--rr53-graphite); }
.rrc-page .rrc-summary__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 31px; }
.rrc-page .rrc-summary__facts article { min-width: 0; padding: 22px; border: 1px solid var(--rr53-line); border-radius: 18px; display: grid; grid-template-columns: 44px 1fr; gap: 16px; background: var(--rr53-warm); }
.rrc-page .rrc-summary__facts i { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; background: var(--rr53-graphite); color: var(--rr53-gold); font-size: 15px; }
.rrc-page .rrc-summary__facts span { display: block; margin-bottom: 5px; color: var(--rr53-gold-deep); font-size: 9px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.rrc-page .rrc-summary__facts h3 { margin: 0 0 5px; font-size: 17px; font-weight: 800; line-height: 1.2; }
.rrc-page .rrc-summary__facts p { margin: 0; color: var(--rr53-copy); font-size: 13px; line-height: 1.5; }
.rrc-page .rrc-price-map { margin-top: 15px; padding: 21px 24px 19px; border: 1px solid var(--rr53-line); border-radius: 18px; background: var(--rr53-white); }
.rrc-page .rrc-price-map__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.rrc-page .rrc-price-map__head > div { display: grid; gap: 2px; }
.rrc-page .rrc-price-map__head span { color: var(--rr53-gold-deep); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.rrc-page .rrc-price-map__head strong { color: var(--rr53-ink); font-size: 17px; line-height: 1.2; }
.rrc-page .rrc-price-map__head small { color: var(--rr53-muted); font-size: 10px; }
.rrc-page .rrc-price-map__track { position: relative; height: 8px; margin: 24px 7px 12px; border-radius: 50px; background: #e3e4e4; }
.rrc-page .rrc-price-map__track > span { position: absolute; inset: 0 10% 0 0; border-radius: inherit; background: linear-gradient(90deg, #b9bbbd 0 24%, var(--rr53-gold) 24% 57%, #696e73 57% 82%, #d4d5d6 82%); }
.rrc-page .rrc-marker { position: absolute; top: 50%; width: 15px; height: 15px; border: 4px solid var(--rr53-white); border-radius: 50%; background: var(--rr53-graphite); box-shadow: 0 2px 8px rgba(27, 31, 34, .22); transform: translate(-50%, -50%); }
.rrc-page .rrc-marker--one { left: 12%; }
.rrc-page .rrc-marker--two { left: 48%; background: var(--rr53-gold-deep); }
.rrc-page .rrc-marker--three { left: 82%; }
.rrc-page .rrc-price-map__labels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.rrc-page .rrc-price-map__labels div { display: grid; gap: 1px; }
.rrc-page .rrc-price-map__labels div:nth-child(2) { text-align: center; }
.rrc-page .rrc-price-map__labels div:nth-child(3) { text-align: right; }
.rrc-page .rrc-price-map__labels strong { font-size: 13px; }
.rrc-page .rrc-price-map__labels span { color: var(--rr53-muted); font-size: 10px; }
.rrc-page .rrc-toc { margin-top: 15px; padding: 13px 16px; border: 1px solid var(--rr53-line); border-radius: 18px; display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; background: var(--rr53-silver); }
.rrc-page .rrc-toc > span { padding-right: 18px; border-right: 1px solid #d3d5d6; color: var(--rr53-graphite); font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.rrc-page .rrc-toc > div { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 5px; }
.rrc-page .rrc-toc a { padding: 8px 6px; border-radius: 9px; color: #555b60; font-size: 10px; font-weight: 750; line-height: 1.2; text-align: center; text-decoration: none; transition: background .2s ease, color .2s ease; }
.rrc-page .rrc-toc a:hover { background: var(--rr53-white); color: var(--rr53-graphite); }
.rrc-page .rrc-toc b { color: var(--rr53-gold-deep); }

/* Shared section system */
.rrc-page .rrc-section { padding: 76px 0; border-top: 1px solid var(--rr53-line); background: var(--rr53-white); }
.rrc-page .rrc-section--tint { background: var(--rr53-silver); }
.rrc-page .rrc-section__head { display: grid; grid-template-columns: 50px minmax(0, 1fr); gap: 18px; align-items: start; margin-bottom: 30px; }
.rrc-page .rrc-section__head > span { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: var(--rr53-gold); color: var(--rr53-graphite); font-size: 13px; font-weight: 900; box-shadow: inset 0 0 0 1px rgba(140, 87, 0, .16); }
.rrc-page .rrc-section__head h2 { max-width: 950px; }
.rrc-page .rrc-section__head > div > p:last-child:not(.rrc-eyebrow) { max-width: 770px; margin: 11px 0 0; color: var(--rr53-copy); font-size: 14px; line-height: 1.55; }
.rrc-page .rrc-section__head .rrc-eyebrow { margin-bottom: 7px; }

/* Pricing and compact tables */
.rrc-page .rrc-pricing-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 15px; }
.rrc-page .rrc-pricing-intro { display: grid; gap: 12px; }
.rrc-page .rrc-pricing-card { min-width: 0; padding: 20px; border: 1px solid var(--rr53-line); border-radius: 17px; display: grid; grid-template-columns: 54px 1fr; gap: 16px; background: var(--rr53-warm); }
.rrc-page .rrc-pricing-card__value,
.rrc-page .rrc-pricing-card .rrc-icon { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; background: var(--rr53-graphite); color: var(--rr53-gold); font-size: 17px; font-weight: 900; }
.rrc-page .rrc-pricing-card .rrc-icon { background: var(--rr53-gold-soft); color: var(--rr53-gold-deep); }
.rrc-page .rrc-pricing-card small { display: block; margin-bottom: 2px; color: var(--rr53-gold-deep); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.rrc-page .rrc-pricing-card h3 { margin: 0 0 6px; font-size: 19px; font-weight: 800; }
.rrc-page .rrc-pricing-card p,
.rrc-page .rrc-callout p { margin: 0; color: var(--rr53-copy); font-size: 13px; line-height: 1.58; }
.rrc-page .rrc-callout { min-width: 0; padding: 24px; border: 1px solid #d2d4d5; border-left: 4px solid var(--rr53-graphite); border-radius: 18px; display: grid; grid-template-columns: 48px 1fr; gap: 17px; background: var(--rr53-white); }
.rrc-page .rrc-callout > i { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--rr53-graphite); color: var(--rr53-gold); }
.rrc-page .rrc-callout h3 { margin: 0 0 8px; font-size: 22px; font-weight: 800; line-height: 1.15; }
.rrc-page .rrc-callout p + p { margin-top: 9px; }
.rrc-page .rrc-callout--gold { margin-top: 18px; border-left-color: var(--rr53-gold); background: #fffaf0; }
.rrc-page .rrc-callout--gold > i { background: var(--rr53-gold); color: var(--rr53-graphite); }
.rrc-page .rrc-price-catalog { margin-top: 20px; overflow: hidden; border: 1px solid var(--rr53-graphite); border-radius: 22px; background: var(--rr53-graphite); box-shadow: 0 15px 38px rgba(27, 30, 33, .09); }
.rrc-page .rrc-price-catalog__head { min-height: 78px; padding: 17px 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--rr53-white); }
.rrc-page .rrc-price-catalog__head .rrc-eyebrow { margin-bottom: 2px; color: var(--rr53-gold); }
.rrc-page .rrc-price-catalog__head h3 { margin: 0; color: var(--rr53-white); font-size: 23px; font-weight: 750; }
.rrc-page .rrc-price-catalog__head > span { max-width: 260px; color: #c9ccce; font-size: 11px; line-height: 1.35; text-align: right; }
.rrc-page .rrc-price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: #d8d9da; }
.rrc-page .rrc-price-panel { min-width: 0; background: var(--rr53-white); }
.rrc-page .rrc-price-panel__title { min-height: 63px; padding: 14px 16px; border-bottom: 1px solid var(--rr53-line); display: flex; align-items: center; gap: 11px; background: var(--rr53-warm); }
.rrc-page .rrc-price-panel__title i { width: 34px; height: 34px; flex: 0 0 34px; border-radius: 10px; display: grid; place-items: center; background: var(--rr53-gold-soft); color: var(--rr53-gold-deep); font-size: 12px; }
.rrc-page .rrc-price-panel h4 { margin: 0; font-size: 15px; font-weight: 800; }
.rrc-page .rrc-price-panel table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.rrc-page .rrc-price-panel thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.rrc-page .rrc-price-panel td { padding: 12px 15px; border-bottom: 1px solid #e7e8e8; color: #53595e; font-size: 12px; line-height: 1.35; vertical-align: middle; }
.rrc-page .rrc-price-panel tr:last-child td { border-bottom: 0; }
.rrc-page .rrc-price-panel td:first-child { width: 68%; }
.rrc-page .rrc-price-panel td:last-child { color: var(--rr53-graphite); font-weight: 850; text-align: right; white-space: nowrap; }
.rrc-page .rrc-price-panel td small { display: block; color: var(--rr53-muted); font-size: 9px; }

/* Horizontal repair rails */
.rrc-page .rrc-rail-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 14px; }
.rrc-page .rrc-rail-toolbar > p { margin: 0; color: var(--rr53-muted); font-size: 11px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.rrc-page .rrc-rail-toolbar > p i { margin-right: 7px; color: var(--rr53-gold-deep); }
.rrc-page .rrc-rail-toolbar > div,
.rrc-page .rrc-related__head > div:last-child { display: flex; gap: 7px; }
.rrc-page .rrc-rail-toolbar button,
.rrc-page .rrc-related__head button { width: 39px; height: 39px; border: 1px solid #cfd1d2; border-radius: 11px; display: grid; place-items: center; background: var(--rr53-white); color: var(--rr53-graphite); cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.rrc-page .rrc-rail-toolbar button:hover,
.rrc-page .rrc-related__head button:hover { border-color: var(--rr53-gold); background: var(--rr53-gold); }
.rrc-page .rrc-rail-toolbar button:disabled,
.rrc-page .rrc-related__head button:disabled { opacity: .38; cursor: default; }
.rrc-page .rrc-rail { display: flex; align-items: stretch; gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; padding: 1px 1px 12px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-color: #b9bbbd transparent; scrollbar-width: thin; }
.rrc-page .rrc-rail::-webkit-scrollbar,
.rrc-page .rrc-related__grid::-webkit-scrollbar { height: 6px; }
.rrc-page .rrc-rail::-webkit-scrollbar-thumb,
.rrc-page .rrc-related__grid::-webkit-scrollbar-thumb { border-radius: 20px; background: #b9bbbd; }
.rrc-page .rrc-card { min-width: 0; flex: 0 0 calc((100% - 28px) / 3); padding: 22px; border: 1px solid #d8dadd; border-radius: 19px; display: flex; flex-direction: column; background: var(--rr53-white); box-shadow: 0 10px 28px rgba(30, 34, 38, .045); scroll-snap-align: start; }
.rrc-page .rrc-card__top { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 17px; }
.rrc-page .rrc-icon { width: 45px; height: 45px; flex: 0 0 45px; border-radius: 13px; display: grid; place-items: center; background: var(--rr53-graphite); color: var(--rr53-gold); font-size: 15px; }
.rrc-page .rrc-card__price { margin: 0; padding: 7px 10px; border: 1px solid #efd58e; border-radius: 999px; background: var(--rr53-gold-soft); color: var(--rr53-gold-deep); font-size: 11px; font-weight: 900; letter-spacing: .06em; white-space: nowrap; }
.rrc-page .rrc-card__index { margin-bottom: 5px; color: var(--rr53-muted); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.rrc-page .rrc-card h3 { margin: 0 0 10px; font-size: 21px; font-weight: 800; line-height: 1.16; }
.rrc-page .rrc-card > p:not(.rrc-card__price),
.rrc-page .rrc-card details p { margin: 0; color: var(--rr53-copy); font-size: 13px; line-height: 1.58; }
.rrc-page .rrc-card details { margin-top: auto; padding-top: 15px; }
.rrc-page .rrc-card details summary { position: relative; padding: 12px 34px 12px 13px; border-radius: 11px; background: var(--rr53-silver); color: #484e53; cursor: pointer; font-size: 11px; font-weight: 800; list-style: none; }
.rrc-page .rrc-card details summary::-webkit-details-marker { display: none; }
.rrc-page .rrc-card details summary::after { content: "+"; position: absolute; top: 50%; right: 13px; color: var(--rr53-gold-deep); font-size: 18px; transform: translateY(-50%); }
.rrc-page .rrc-card details[open] summary::after { content: "−"; }
.rrc-page .rrc-card details[open] p { margin-top: 12px; }
.rrc-page .rrc-card details[open] p + p { margin-top: 8px; }
.rrc-page .rrc-stock { margin-top: 18px; padding: 18px 20px; border-radius: 17px; display: grid; grid-template-columns: 42px 1fr auto; gap: 15px; align-items: center; background: var(--rr53-graphite); color: var(--rr53-white); }
.rrc-page .rrc-stock > i { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--rr53-gold); color: var(--rr53-graphite); }
.rrc-page .rrc-stock p { margin: 0; }
.rrc-page .rrc-stock strong,
.rrc-page .rrc-stock span { display: block; }
.rrc-page .rrc-stock strong { color: var(--rr53-white); font-size: 13px; }
.rrc-page .rrc-stock span { margin-top: 2px; color: #cfd1d3; font-size: 11px; line-height: 1.45; }
.rrc-page .rrc-stock a { color: var(--rr53-gold); font-size: 12px; font-weight: 850; text-decoration: none; white-space: nowrap; }

/* Repair vs. replace */
.rrc-page .rrc-section--decision { background: linear-gradient(135deg, #ececea, #f8f7f3); }
.rrc-page .rrc-decision { display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: 38px; align-items: start; }
.rrc-page .rrc-decision__content { min-width: 0; }
.rrc-page .rrc-decision__rule { position: relative; isolation: isolate; aspect-ratio: 1; padding: 38px; border: 1px solid #d1d3d4; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: conic-gradient(var(--rr53-gold) 0 50%, #d9dbdc 50%); box-shadow: 0 15px 36px rgba(32, 35, 39, .09); text-align: center; }
.rrc-page .rrc-decision__rule::before { content: ""; position: absolute; inset: 14px; border: 7px solid rgba(255, 255, 255, .72); border-radius: 50%; background: var(--rr53-white); z-index: -1; }
.rrc-page .rrc-decision__rule > div { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.rrc-page .rrc-decision__rule strong { color: var(--rr53-graphite); font-size: 56px; font-weight: 900; letter-spacing: -.055em; line-height: .9; }
.rrc-page .rrc-decision__rule span { margin-top: 7px; color: var(--rr53-muted); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.rrc-page .rrc-decision__rule > p { max-width: 155px; margin: 11px 0 0; color: #686e73; font-size: 11px; line-height: 1.4; }
.rrc-page .rrc-decision__lead { margin: 0; color: var(--rr53-copy); font-size: 15px; line-height: 1.68; }
.rrc-page .rrc-decision__scenarios { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 17px; }
.rrc-page .rrc-decision__scenarios article { padding: 19px; border: 1px solid #d7d9da; border-radius: 16px; background: rgba(255, 255, 255, .78); }
.rrc-page .rrc-decision__scenarios article > span { display: block; margin-bottom: 8px; color: var(--rr53-gold-deep); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.rrc-page .rrc-decision__scenarios article > span i { margin-right: 5px; }
.rrc-page .rrc-decision__scenarios article > strong { display: block; color: var(--rr53-graphite); font-size: 17px; }
.rrc-page .rrc-decision__scenarios article p { margin: 7px 0 0; color: var(--rr53-copy); font-size: 12px; line-height: 1.55; }
.rrc-page .rrc-decision__trust { margin-top: 12px; padding: 16px 18px; border: 1px solid var(--rr53-graphite); border-radius: 15px; display: grid; grid-template-columns: 36px 1fr; gap: 13px; align-items: center; background: var(--rr53-graphite); }
.rrc-page .rrc-decision__trust i { width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center; background: var(--rr53-gold); color: var(--rr53-graphite); }
.rrc-page .rrc-decision__trust p { margin: 0; color: #d5d7d8; font-size: 12px; line-height: 1.5; }
.rrc-page .rrc-decision__trust strong { color: var(--rr53-gold); }

/* Local conditions and diagnostic map */
.rrc-page .rrc-local-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; align-items: start; }
.rrc-page .rrc-local-grid details { min-width: 0; overflow: hidden; border: 1px solid #d8dadd; border-radius: 18px; background: var(--rr53-warm); }
.rrc-page .rrc-local-grid summary { min-height: 138px; padding: 20px; display: grid; grid-template-columns: 44px 1fr 22px; gap: 13px; align-items: start; cursor: pointer; list-style: none; }
.rrc-page .rrc-local-grid summary::-webkit-details-marker { display: none; }
.rrc-page .rrc-local-grid summary > i { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; background: var(--rr53-graphite); color: var(--rr53-gold); }
.rrc-page .rrc-local-grid summary span { min-width: 0; }
.rrc-page .rrc-local-grid summary small,
.rrc-page .rrc-local-grid summary strong,
.rrc-page .rrc-local-grid summary em { display: block; }
.rrc-page .rrc-local-grid summary small { margin-bottom: 5px; color: var(--rr53-gold-deep); font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.rrc-page .rrc-local-grid summary strong { color: var(--rr53-graphite); font-size: 19px; line-height: 1.18; }
.rrc-page .rrc-local-grid summary em { margin-top: 7px; color: var(--rr53-muted); font-size: 11px; font-style: normal; line-height: 1.35; }
.rrc-page .rrc-local-grid summary b { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: var(--rr53-gold-soft); color: var(--rr53-gold-deep); font-size: 15px; transition: transform .2s ease; }
.rrc-page .rrc-local-grid details[open] summary b { transform: rotate(45deg); }
.rrc-page .rrc-local-grid details > div { padding: 0 20px 20px; border-top: 1px solid var(--rr53-line); }
.rrc-page .rrc-local-grid details p { margin: 15px 0 0; color: var(--rr53-copy); font-size: 12px; line-height: 1.58; }
.rrc-page .rrc-symptoms { margin-top: 18px; padding: 24px; border: 1px solid #d7d9da; border-radius: 20px; background: var(--rr53-graphite); }
.rrc-page .rrc-symptoms__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 20px; }
.rrc-page .rrc-symptoms__head .rrc-eyebrow { color: var(--rr53-gold); }
.rrc-page .rrc-symptoms__head h3 { margin: 0; color: var(--rr53-white); font-size: 24px; font-weight: 780; }
.rrc-page .rrc-symptoms__head > span { max-width: 310px; color: #bfc2c4; font-size: 11px; line-height: 1.4; text-align: right; }
.rrc-page .rrc-symptoms__grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 9px; }
.rrc-page .rrc-symptoms__grid > div { position: relative; min-width: 0; grid-column: span 2; min-height: 93px; padding: 15px 13px; border: 1px solid #4a4f54; border-radius: 13px; display: grid; grid-template-columns: 31px 1fr; gap: 10px; align-items: start; background: var(--rr53-graphite-2); }
.rrc-page .rrc-symptoms__grid > div:nth-child(5) { grid-column: 2 / span 2; }
.rrc-page .rrc-symptoms__grid > div > span { position: absolute; top: 8px; right: 9px; color: #73787c; font-size: 8px; font-weight: 850; }
.rrc-page .rrc-symptoms__grid i { width: 31px; height: 31px; border-radius: 9px; display: grid; place-items: center; background: var(--rr53-gold); color: var(--rr53-graphite); font-size: 11px; }
.rrc-page .rrc-symptoms__grid p { margin: 0; }
.rrc-page .rrc-symptoms__grid strong,
.rrc-page .rrc-symptoms__grid em { display: block; }
.rrc-page .rrc-symptoms__grid strong { padding-right: 12px; color: var(--rr53-white); font-size: 12px; line-height: 1.3; }
.rrc-page .rrc-symptoms__grid em { margin-top: 4px; color: #bfc2c4; font-size: 10px; font-style: normal; line-height: 1.35; }

/* Savings and FAQ */
.rrc-page .rrc-lead { max-width: 850px; margin: 0; color: var(--rr53-copy); font-size: 15px; line-height: 1.65; }
.rrc-page .rrc-savings { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 22px; }
.rrc-page .rrc-savings article { min-width: 0; padding: 18px; border: 1px solid #d8dadd; border-radius: 16px; display: grid; grid-template-columns: 43px 1fr; gap: 3px 13px; background: var(--rr53-white); }
.rrc-page .rrc-savings i { grid-row: 1 / 3; width: 43px; height: 43px; border-radius: 12px; display: grid; place-items: center; background: var(--rr53-gold); color: var(--rr53-graphite); }
.rrc-page .rrc-savings strong { color: var(--rr53-graphite); font-size: 16px; line-height: 1.2; }
.rrc-page .rrc-savings span { color: var(--rr53-copy); font-size: 11px; line-height: 1.4; }
.rrc-page .rrc-faq { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; align-items: start; }
.rrc-page .rrc-faq details { overflow: hidden; border: 1px solid #d8dadd; border-radius: 15px; background: var(--rr53-warm); }
.rrc-page .rrc-faq summary { position: relative; min-height: 66px; padding: 19px 55px 19px 19px; color: var(--rr53-graphite); cursor: pointer; font-size: 14px; font-weight: 800; line-height: 1.35; list-style: none; }
.rrc-page .rrc-faq summary::-webkit-details-marker { display: none; }
.rrc-page .rrc-faq summary::after { content: "+"; position: absolute; top: 16px; right: 16px; width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; background: var(--rr53-gold-soft); color: var(--rr53-gold-deep); font-size: 18px; }
.rrc-page .rrc-faq details[open] summary::after { content: "−"; }
.rrc-page .rrc-faq p { margin: 0; padding: 0 19px 19px; color: var(--rr53-copy); font-size: 12px; line-height: 1.58; }

/* Related guides and Jacksonville-only service */
.rrc-page .rrc-related { padding: 70px 0; border-top: 1px solid var(--rr53-line); background: #ececea; }
.rrc-page .rrc-related__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; }
.rrc-page .rrc-related__head > div:first-child > p:last-child { margin: 10px 0 0; color: var(--rr53-copy); font-size: 14px; }
.rrc-page .rrc-hub { margin: 22px 0 13px; padding: 16px 18px; border-radius: 15px; display: grid; grid-template-columns: 34px 1fr auto auto; gap: 13px; align-items: center; background: var(--rr53-graphite); color: var(--rr53-white); text-decoration: none; }
.rrc-page .rrc-hub:hover { color: var(--rr53-white); }
.rrc-page .rrc-hub > i:first-child { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: var(--rr53-gold); color: var(--rr53-graphite); }
.rrc-page .rrc-hub strong { font-size: 14px; }
.rrc-page .rrc-hub span { color: #c5c8ca; font-size: 11px; }
.rrc-page .rrc-hub > i:last-child { color: var(--rr53-gold); }
.rrc-page .rrc-related__grid { display: flex; gap: 11px; overflow-x: auto; overscroll-behavior-inline: contain; padding: 1px 1px 10px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-color: #b9bbbd transparent; scrollbar-width: thin; }
.rrc-page .rrc-related__grid a { min-width: 0; flex: 0 0 calc((100% - 22px) / 3); min-height: 118px; padding: 18px; border: 1px solid #d6d8da; border-top: 3px solid var(--rr53-gold); border-radius: 15px; display: flex; flex-direction: column; gap: 7px; background: var(--rr53-white); color: var(--rr53-graphite); text-decoration: none; scroll-snap-align: start; transition: transform .2s ease, box-shadow .2s ease; }
.rrc-page .rrc-related__grid a:hover { box-shadow: 0 13px 28px rgba(30, 34, 37, .08); transform: translateY(-2px); }
.rrc-page .rrc-related__grid strong { font-size: 14px; line-height: 1.28; }
.rrc-page .rrc-related__grid span { color: var(--rr53-copy); font-size: 11px; line-height: 1.4; }
.rrc-page .rrc-service-area { padding: 56px 0; background: var(--rr53-white); }
.rrc-page .rrc-service-area .rrc-shell { padding: 28px 30px; border: 1px solid #d5d7d8; border-radius: 22px; display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; gap: 22px; align-items: center; background: var(--rr53-warm); }
.rrc-page .rrc-service-area__icon { width: 58px; height: 58px; border-radius: 17px; display: grid; place-items: center; background: var(--rr53-graphite); color: var(--rr53-gold); font-size: 20px; }
.rrc-page .rrc-service-area h2 { font-size: clamp(30px, 3vw, 40px); }
.rrc-page .rrc-service-area p:not(.rrc-eyebrow) { max-width: 760px; margin: 9px 0 0; color: var(--rr53-copy); font-size: 13px; line-height: 1.55; }
.rrc-page .rrc-service-area__actions { min-width: 188px; margin: 0; flex-direction: column; }
.rrc-page .rrc-service-area__actions .rrc-btn { width: 100%; }

.rrc-page .rrc-article a:focus-visible,
.rrc-page .rrc-article button:focus-visible,
.rrc-page .rrc-article summary:focus-visible,
.rrc-page .rrc-article [tabindex="0"]:focus-visible { outline: 3px solid rgba(245, 170, 0, .45); outline-offset: 3px; }

@media (max-width: 1100px) {
    .rrc-page .rrc-hero__frame { grid-template-columns: minmax(0, 1fr) minmax(350px, .82fr); }
    .rrc-page .rrc-hero__copy { padding-inline: 42px 34px; }
    .rrc-page .rrc-hero h1 { font-size: clamp(43px, 5vw, 55px); }
    .rrc-page .rrc-cost-dial { right: 22px; width: 146px; height: 146px; }
    .rrc-page .rrc-cost-dial strong { font-size: 18px; }
    .rrc-page .rrc-hero__image { right: 45%; }
    .rrc-page .rrc-toc > div { grid-template-columns: repeat(4, 1fr); }
    .rrc-page .rrc-price-grid { grid-template-columns: repeat(2, 1fr); }
    .rrc-page .rrc-price-panel:last-child { grid-column: 1 / 3; }
    .rrc-page .rrc-card,
    .rrc-page .rrc-related__grid a { flex-basis: calc((100% - 14px) / 2); }
}

@media (max-width: 880px) {
    .rrc-page .rrc-shell { width: min(1240px, calc(100% - 32px)); }
    .rrc-page .rrc-hero { padding-top: 108px; }
    .rrc-page .rrc-hero__frame { grid-template-columns: 1fr; }
    .rrc-page .rrc-hero__visual { min-height: 300px; border-top: 1px solid var(--rr53-line); border-left: 0; }
    .rrc-page .rrc-hero__image { inset: 18px 48% 66px 5%; }
    .rrc-page .rrc-cost-dial { top: 38px; right: 12%; }
    .rrc-page .rrc-summary__intro { grid-template-columns: 1fr; gap: 19px; }
    .rrc-page .rrc-summary__facts { grid-template-columns: 1fr; }
    .rrc-page .rrc-summary__facts article { min-height: 0; }
    .rrc-page .rrc-pricing-layout { grid-template-columns: 1fr; }
    .rrc-page .rrc-decision { grid-template-columns: 210px minmax(0, 1fr); gap: 25px; }
    .rrc-page .rrc-decision__rule strong { font-size: 48px; }
    .rrc-page .rrc-local-grid { grid-template-columns: 1fr; }
    .rrc-page .rrc-local-grid summary { min-height: 0; }
    .rrc-page .rrc-symptoms__grid { grid-template-columns: repeat(4, 1fr); }
    .rrc-page .rrc-symptoms__grid > div,
    .rrc-page .rrc-symptoms__grid > div:nth-child(5) { grid-column: span 2; }
    .rrc-page .rrc-symptoms__grid > div:last-child { grid-column: 2 / span 2; }
}

@media (max-width: 767px) {
    .rrc-page .rrc-shell { width: min(100% - 24px, 1240px); }
    .rrc-page section[id] { scroll-margin-top: 86px; }
    .rrc-page .rrc-hero { padding: 94px 0 20px; }
    .rrc-page .rrc-hero__frame { border-radius: 21px; }
    .rrc-page .rrc-hero__frame::before { width: 4px; }
    .rrc-page .rrc-hero__copy { padding: 31px 22px 27px; }
    .rrc-page .rrc-hero h1 { font-size: clamp(38px, 11vw, 48px); line-height: .98; }
    .rrc-page .rrc-hero h1 em { margin-top: 7px; font-size: .66em; line-height: 1.08; }
    .rrc-page .rrc-intro { margin-top: 17px; font-size: 14px; line-height: 1.56; }
    .rrc-page .rrc-hero__metrics { margin-top: 19px; }
    .rrc-page .rrc-hero__metrics > div { padding: 11px 8px; }
    .rrc-page .rrc-hero__metrics > div:first-child { padding-left: 0; }
    .rrc-page .rrc-hero__metrics small { font-size: 8px; }
    .rrc-page .rrc-hero__metrics strong { font-size: 16px; }
    .rrc-page .rrc-hero__actions { display: grid; grid-template-columns: 1fr; margin-top: 20px; }
    .rrc-page .rrc-hero__actions .rrc-btn { width: 100%; }
    .rrc-page .rrc-hero__visual { min-height: 260px; }
    .rrc-page .rrc-hero__image { inset: 15px 44% 62px 2%; }
    .rrc-page .rrc-cost-dial { top: 36px; right: 7%; width: 126px; height: 126px; padding: 9px; }
    .rrc-page .rrc-cost-dial > div { border-width: 5px; }
    .rrc-page .rrc-cost-dial span,
    .rrc-page .rrc-cost-dial small { font-size: 7px; }
    .rrc-page .rrc-cost-dial strong { font-size: 16px; }
    .rrc-page .rrc-hero__process { right: 12px; bottom: 12px; left: 12px; }
    .rrc-page .rrc-hero__process li { padding: 9px 5px; font-size: 9px; }
    .rrc-page .rrc-proof-grid { grid-template-columns: 1fr; gap: 8px; }
    .rrc-page .rrc-proof-grid > div { min-height: 49px; }
    .rrc-page .rrc-summary,
    .rrc-page .rrc-section,
    .rrc-page .rrc-related { padding: 58px 0; }
    .rrc-page .rrc-summary h2,
    .rrc-page .rrc-section h2,
    .rrc-page .rrc-related h2,
    .rrc-page .rrc-service-area h2 { font-size: 32px; line-height: 1.08; }
    .rrc-page .rrc-summary__lead { font-size: 15px; }
    .rrc-page .rrc-summary__facts { gap: 9px; margin-top: 24px; }
    .rrc-page .rrc-summary__facts article { padding: 17px; }
    .rrc-page .rrc-price-map { padding: 18px 15px; }
    .rrc-page .rrc-price-map__head small { display: none; }
    .rrc-page .rrc-price-map__labels strong { font-size: 11px; }
    .rrc-page .rrc-price-map__labels span { font-size: 8px; }
    .rrc-page .rrc-toc { display: block; padding: 12px; overflow-x: auto; white-space: nowrap; }
    .rrc-page .rrc-toc > span { display: block; padding: 0 0 8px; border-right: 0; }
    .rrc-page .rrc-toc > div { width: max-content; display: flex; }
    .rrc-page .rrc-toc a { min-width: 94px; background: var(--rr53-white); }
    .rrc-page .rrc-section__head { grid-template-columns: 41px 1fr; gap: 13px; margin-bottom: 24px; }
    .rrc-page .rrc-section__head > span { width: 41px; height: 41px; border-radius: 12px; font-size: 11px; }
    .rrc-page .rrc-section__head > div > p:last-child:not(.rrc-eyebrow) { font-size: 13px; }
    .rrc-page .rrc-pricing-card,
    .rrc-page .rrc-callout { padding: 19px; grid-template-columns: 45px 1fr; gap: 13px; }
    .rrc-page .rrc-pricing-card__value,
    .rrc-page .rrc-pricing-card .rrc-icon,
    .rrc-page .rrc-callout > i { width: 45px; height: 45px; }
    .rrc-page .rrc-price-catalog { border-radius: 18px; }
    .rrc-page .rrc-price-catalog__head { padding: 16px 17px; align-items: flex-start; flex-direction: column; gap: 6px; }
    .rrc-page .rrc-price-catalog__head h3 { font-size: 19px; }
    .rrc-page .rrc-price-catalog__head > span { text-align: left; }
    .rrc-page .rrc-price-grid { display: flex; gap: 1px; overflow-x: auto; scroll-snap-type: x mandatory; }
    .rrc-page .rrc-price-panel,
    .rrc-page .rrc-price-panel:last-child { min-width: min(84vw, 340px); flex: 0 0 min(84vw, 340px); grid-column: auto; scroll-snap-align: start; }
    .rrc-page .rrc-rail-toolbar > p { max-width: 190px; }
    .rrc-page .rrc-card,
    .rrc-page .rrc-related__grid a { flex-basis: min(84vw, 340px); }
    .rrc-page .rrc-callout--gold { grid-template-columns: 45px 1fr; }
    .rrc-page .rrc-stock { grid-template-columns: 38px 1fr; padding: 17px; }
    .rrc-page .rrc-stock > i { width: 38px; height: 38px; }
    .rrc-page .rrc-stock a { grid-column: 2; white-space: normal; }
    .rrc-page .rrc-decision { grid-template-columns: 1fr; }
    .rrc-page .rrc-decision__rule { width: 220px; margin-inline: auto; }
    .rrc-page .rrc-decision__scenarios { grid-template-columns: 1fr; }
    .rrc-page .rrc-symptoms { padding: 19px; }
    .rrc-page .rrc-symptoms__head { align-items: flex-start; flex-direction: column; gap: 8px; }
    .rrc-page .rrc-symptoms__head > span { text-align: left; }
    .rrc-page .rrc-symptoms__grid { grid-template-columns: 1fr 1fr; }
    .rrc-page .rrc-symptoms__grid > div,
    .rrc-page .rrc-symptoms__grid > div:nth-child(5),
    .rrc-page .rrc-symptoms__grid > div:last-child { grid-column: auto; }
    .rrc-page .rrc-symptoms__grid > div:last-child { grid-column: 1 / 3; }
    .rrc-page .rrc-savings,
    .rrc-page .rrc-faq { grid-template-columns: 1fr; }
    .rrc-page .rrc-related__head { align-items: flex-start; }
    .rrc-page .rrc-related__head > div:last-child { padding-top: 2px; }
    .rrc-page .rrc-hub { grid-template-columns: 34px 1fr auto; }
    .rrc-page .rrc-hub span { display: none; }
    .rrc-page .rrc-service-area { padding: 46px 0; }
    .rrc-page .rrc-service-area .rrc-shell { padding: 24px 20px; grid-template-columns: 48px 1fr; gap: 15px; }
    .rrc-page .rrc-service-area__icon { width: 48px; height: 48px; border-radius: 14px; }
    .rrc-page .rrc-service-area__actions { grid-column: 1 / 3; min-width: 0; width: 100%; }
}

@media (max-width: 430px) {
    .rrc-page .rrc-hero h1 { font-size: 37px; }
    .rrc-page .rrc-hero h1 em { font-size: .65em; }
    .rrc-page .rrc-hero__metrics strong { font-size: 14px; }
    .rrc-page .rrc-cost-dial { right: 4%; width: 112px; height: 112px; }
    .rrc-page .rrc-cost-dial strong { font-size: 14px; }
    .rrc-page .rrc-summary h2,
    .rrc-page .rrc-section h2,
    .rrc-page .rrc-related h2,
    .rrc-page .rrc-service-area h2 { font-size: 29px; }
    .rrc-page .rrc-pricing-card,
    .rrc-page .rrc-callout,
    .rrc-page .rrc-callout--gold { grid-template-columns: 1fr; }
    .rrc-page .rrc-card { padding: 20px; }
    .rrc-page .rrc-symptoms__grid { grid-template-columns: 1fr; }
    .rrc-page .rrc-symptoms__grid > div:last-child { grid-column: auto; }
    .rrc-page .rrc-related__head > div:last-child { display: none; }
    .rrc-page .rrc-service-area .rrc-shell { grid-template-columns: 1fr; }
    .rrc-page .rrc-service-area__actions { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    .rrc-page *,
    .rrc-page *::before,
    .rrc-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* v54 — Samsung-scale typography, index CTA parity and a lighter gold editorial system. */
.rrc-page .rrc-article {
    background:
        radial-gradient(circle at 8% 9%, rgba(245, 170, 0, .075), transparent 19%),
        linear-gradient(180deg, #f5f5f2 0%, #fff 24%, #f7f6f1 100%);
}

.rrc-page .rrc-hero {
    background:
        radial-gradient(circle at 83% 13%, rgba(245, 170, 0, .14), transparent 25%),
        linear-gradient(180deg, #efefec 0%, #f8f7f3 100%);
}

.rrc-page .rrc-hero__frame {
    min-height: 424px;
    grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr);
    border-color: #d9d7cf;
    background: linear-gradient(142deg, #fff 0%, #fff 62%, #fffbef 100%);
    box-shadow: 0 24px 62px rgba(39, 38, 33, .085);
}

.rrc-page .rrc-hero__frame::before {
    background: linear-gradient(180deg, #ffcb45, #f5a600 58%, #bf7600);
}

.rrc-page .rrc-hero__copy {
    padding: 43px 46px 40px 54px;
}

.rrc-page .rrc-hero h1 {
    max-width: 620px;
    margin: 16px 0 15px;
    font-size: clamp(35px, 2.85vw, 42px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
}

.rrc-page .rr54-title-main,
.rrc-page .rr54-title-sub {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rrc-page .rr54-title-main {
    color: #25221e;
    font-size: 1em;
    font-weight: 600;
    line-height: .99;
    letter-spacing: -.044em;
}

.rrc-page .rr54-title-sub {
    margin-top: .28em;
    color: #a86900;
    font-size: .57em;
    font-weight: 500;
    line-height: 1.11;
    letter-spacing: -.02em;
}

.rrc-page .rr54-title-main b,
.rrc-page .rr54-title-sub b {
    display: block;
    max-width: 100%;
    font: inherit;
}

.rrc-page .rrc-intro {
    max-width: 570px;
    margin-top: 0;
    color: #666964;
    font-size: 15px;
    line-height: 1.62;
}

.rrc-page .rr54-hero-details {
    display: grid;
    gap: 8px;
    margin-top: 17px;
}

.rrc-page .rr54-hero-details span {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #555a56;
    font-size: 13px;
    line-height: 1.42;
}

.rrc-page .rr54-hero-details i {
    width: 18px;
    margin-top: 3px;
    color: #b57100;
    text-align: center;
}

.rrc-page .rrc-hero .premium-hero__actions {
    max-width: 565px;
    margin-top: 22px;
}

.rrc-page .rr54-hero-reassurance {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 14px 0 0;
    color: #777a75;
    font-size: 11px;
    line-height: 1.4;
}

.rrc-page .rr54-hero-reassurance i { color: #b87300; }

.rrc-page .rrc-hero__visual {
    min-height: 424px;
    border-left-color: #dedcd4;
    background:
        radial-gradient(circle at 16% 15%, rgba(255, 255, 255, .96) 0 24%, transparent 25%),
        linear-gradient(145deg, #f0efe9 0%, #fffaf0 62%, #f5f3ed 100%);
}

.rrc-page .rrc-cost-dial {
    background: conic-gradient(from -25deg, #ffc443 0 32%, #f3a000 32% 48%, #d8d4c8 48% 74%, #eeeeea 74% 100%);
    box-shadow: 0 18px 36px rgba(145, 94, 0, .13);
}

.rrc-page .rrc-proof-grid > div {
    min-height: 62px;
    border-color: #ddd9cf;
    background: linear-gradient(145deg, #fff, #fcfaf4);
}

.rrc-page .rrc-proof-grid > div:nth-child(2) {
    border-color: #ebd28e;
    background: linear-gradient(145deg, #fffdf7, #fff2c8);
}

.rrc-page .rrc-proof-grid span,
.rrc-page .rrc-proof-grid small,
.rrc-page .rrc-proof-grid strong { display: block; }
.rrc-page .rrc-proof-grid small { margin-bottom: 2px; color: #888b86; font-size: 9px; font-weight: 800; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; }
.rrc-page .rrc-proof-grid strong { color: #333633; font-size: 13px; font-weight: 750; line-height: 1.25; }

.rrc-page .rrc-summary h2,
.rrc-page .rrc-section h2,
.rrc-page .rrc-related h2,
.rrc-page .rrc-service-area h2 {
    font-size: clamp(32px, 3.35vw, 44px);
    font-weight: 650;
    letter-spacing: -.034em;
    line-height: 1.06;
    text-wrap: balance;
}

.rrc-page .rrc-section--tint {
    background:
        radial-gradient(circle at 88% 10%, rgba(245, 170, 0, .08), transparent 24%),
        linear-gradient(180deg, #f3f3f0, #faf9f5);
}

.rrc-page .rrc-section__head > span {
    background: linear-gradient(145deg, #ffca42, #f4a100);
    box-shadow: inset 0 0 0 1px rgba(145, 88, 0, .17), 0 9px 20px rgba(178, 111, 0, .11);
}

.rrc-page .rrc-summary__facts i,
.rrc-page .rrc-pricing-card__value,
.rrc-page .rrc-pricing-card .rrc-icon,
.rrc-page .rrc-card .rrc-icon,
.rrc-page .rrc-callout > i,
.rrc-page .rrc-local-grid summary > i,
.rrc-page .rrc-service-area__icon {
    border: 1px solid #edc963;
    background: linear-gradient(145deg, #ffe290, #f7ac0a);
    color: #34342f;
    box-shadow: 0 8px 18px rgba(178, 112, 0, .1);
}

.rrc-page .rrc-card {
    border-color: #dedbd3;
    background: linear-gradient(160deg, #fff 0%, #fff 72%, #fffaf0 100%);
}

.rrc-page .rrc-card__price {
    border-color: #edcd78;
    background: linear-gradient(135deg, #fff8e1, #ffedb6);
}

.rrc-page .rrc-price-catalog {
    border-color: #dfc57f;
    background: #fff;
    box-shadow: 0 16px 39px rgba(91, 69, 26, .075);
}

.rrc-page .rrc-price-catalog__head {
    position: relative;
    color: var(--rr53-graphite);
    background: linear-gradient(125deg, #fff9e9 0%, #f5f3ed 56%, #fff 100%);
}

.rrc-page .rrc-price-catalog__head::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, #ffca43, #f2a000);
}

.rrc-page .rrc-price-catalog__head h3 { color: var(--rr53-graphite); }
.rrc-page .rrc-price-catalog__head .rrc-eyebrow { color: var(--rr53-gold-deep); }
.rrc-page .rrc-price-catalog__head > span { color: #747771; }
.rrc-page .rrc-price-grid { background: #e5e2da; }

.rrc-page .rrc-stock {
    border: 1px solid #e2ca88;
    background: linear-gradient(120deg, #fff8e4 0%, #f5f3ed 58%, #fff 100%);
    color: var(--rr53-graphite);
    box-shadow: 0 12px 28px rgba(92, 70, 28, .06);
}

.rrc-page .rrc-stock > i {
    border: 1px solid #e6bf53;
    background: linear-gradient(145deg, #ffda72, #f5aa00);
}

.rrc-page .rrc-stock strong { color: var(--rr53-graphite); }
.rrc-page .rrc-stock span { color: #666a65; }
.rrc-page .rrc-stock a { color: #9e6500; }

/* Rebuilt repair-versus-replace chart. */
.rrc-page .rrc-section--decision {
    background:
        radial-gradient(circle at 10% 50%, rgba(255, 194, 54, .15), transparent 25%),
        linear-gradient(135deg, #f1f1ed, #fffaf0 58%, #f8f7f3);
}

.rrc-page .rrc-decision {
    grid-template-columns: 292px minmax(0, 1fr);
    gap: 34px;
    align-items: center;
}

.rrc-page .rr54-decision-chart {
    width: 100%;
    margin: 0;
    padding: 23px 21px 20px;
    border: 1px solid #ddd8ca;
    border-radius: 26px;
    background: linear-gradient(150deg, #fff 0%, #fffdf8 58%, #fff4d7 100%);
    box-shadow: 0 18px 42px rgba(56, 47, 29, .085);
    text-align: center;
}

.rrc-page .rr54-decision-chart__ring {
    position: relative;
    width: 205px;
    aspect-ratio: 1;
    margin: 0 auto;
    border-radius: 50%;
    background: conic-gradient(from -90deg, #ffc94b 0 23%, #f2a000 23% 50%, #e3e2dc 50% 100%);
    box-shadow: 0 16px 31px rgba(128, 87, 12, .13), inset 0 0 0 1px rgba(113, 82, 25, .06);
}

.rrc-page .rr54-decision-chart__ring::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    background: radial-gradient(circle at 38% 28%, #fff 0%, #fffdfa 58%, #f5f3ed 100%);
    box-shadow: inset 0 0 0 7px rgba(255, 255, 255, .64);
}

.rrc-page .rr54-decision-chart__core {
    position: absolute;
    inset: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.rrc-page .rr54-decision-chart__core span {
    color: #8b8c86;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.rrc-page .rr54-decision-chart__core strong {
    margin: 5px 0 4px;
    color: #2f312f;
    font-size: 57px;
    font-weight: 600;
    letter-spacing: -.065em;
    line-height: .9;
}

.rrc-page .rr54-decision-chart__core sup {
    position: relative;
    top: -.8em;
    margin-left: 2px;
    color: #b77300;
    font-size: 20px;
    font-weight: 650;
    letter-spacing: -.03em;
}

.rrc-page .rr54-decision-chart__core small {
    color: #686b66;
    font-size: 9px;
    font-weight: 650;
    line-height: 1.25;
}

.rrc-page .rr54-decision-chart__legend {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    margin-top: 16px;
}

.rrc-page .rr54-decision-chart__legend span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #666964;
    font-size: 9px;
    font-weight: 750;
}

.rrc-page .rr54-decision-chart__legend i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f2a000;
}

.rrc-page .rr54-decision-chart__legend span:last-child i { background: #d8d7d1; }

.rrc-page .rr54-decision-chart figcaption {
    margin-top: 13px;
    color: #696c67;
    font-size: 11px;
    line-height: 1.45;
    text-wrap: pretty;
}

.rrc-page .rrc-decision__trust {
    border-color: #e4c56d;
    background: linear-gradient(120deg, #fff5d5, #f4f2eb 62%, #fff);
}

.rrc-page .rrc-decision__trust i {
    background: linear-gradient(145deg, #ffca45, #f0a000);
    color: #34342f;
}

.rrc-page .rrc-decision__trust p { color: #575b56; }
.rrc-page .rrc-decision__trust strong { color: #986000; }

/* Stable accordion control and polished opened copy. */
.rrc-page .rrc-local-grid details {
    border-color: #ddd9cf;
    background: linear-gradient(155deg, #fff 0%, #f8f7f2 100%);
    transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.rrc-page .rrc-local-grid summary {
    position: relative;
    min-height: 132px;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 15px;
    padding: 21px 62px 21px 20px;
    align-items: start;
}

.rrc-page .rrc-local-grid summary::marker { content: ""; }

.rrc-page .rrc-local-grid summary > i {
    width: 46px;
    height: 46px;
}

.rrc-page .rrc-local-grid summary strong {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.018em;
}

.rrc-page .rrc-local-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border: 1px solid #ead28c;
    border-radius: 10px;
    display: block;
    background: linear-gradient(145deg, #fff8df, #ffedb2);
    box-shadow: 0 5px 12px rgba(141, 94, 9, .08);
}

.rrc-page .rrc-local-toggle i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 2px;
    border-radius: 99px;
    background: #9f6600;
    transform: translate(-50%, -50%);
    transition: opacity .2s ease, transform .2s ease;
}

.rrc-page .rrc-local-toggle i:last-child {
    transform: translate(-50%, -50%) rotate(90deg);
}

.rrc-page .rrc-local-grid details[open] {
    border-color: #e2bd54;
    background: #fff;
    box-shadow: 0 16px 35px rgba(88, 68, 30, .09);
}

.rrc-page .rrc-local-grid details[open] summary {
    background: linear-gradient(120deg, #fffaf0, #f7f5ee);
}

.rrc-page .rrc-local-grid details[open] .rrc-local-toggle i:last-child {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
}

.rrc-page .rrc-local-grid details > div {
    padding: 3px 21px 23px;
    border-top: 1px solid #e5dfd0;
    background: linear-gradient(180deg, #fff, #fffdf8);
}

.rrc-page .rrc-local-grid details p {
    max-width: 62ch;
    margin: 17px 0 0;
    color: #5f635e;
    font-size: 13px;
    line-height: 1.7;
    text-wrap: pretty;
}

.rrc-page .rrc-local-grid details p + p {
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid #eee9dc;
}

/* Light diagnostic surface and related navigation. */
.rrc-page .rrc-symptoms {
    border-color: #dfd8c5;
    background:
        radial-gradient(circle at 91% 8%, rgba(255, 191, 43, .16), transparent 22%),
        linear-gradient(145deg, #fffaf0, #efefeb 64%, #fff);
    box-shadow: 0 15px 35px rgba(63, 53, 33, .07);
}

.rrc-page .rrc-symptoms__head h3 { color: var(--rr53-graphite); }
.rrc-page .rrc-symptoms__head .rrc-eyebrow { color: var(--rr53-gold-deep); }
.rrc-page .rrc-symptoms__head > span { color: #747772; }

.rrc-page .rrc-symptoms__grid > div {
    border-color: #dedbd2;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 8px 18px rgba(58, 50, 34, .04);
}

.rrc-page .rrc-symptoms__grid > div > span { color: #aaa89f; }
.rrc-page .rrc-symptoms__grid i { background: linear-gradient(145deg, #ffda76, #f4a700); }
.rrc-page .rrc-symptoms__grid strong { color: var(--rr53-graphite); }
.rrc-page .rrc-symptoms__grid em { color: #696d68; }

.rrc-page .rrc-hub {
    border: 1px solid #e2bf5a;
    background: linear-gradient(110deg, #ffcc4b 0%, #f5aa00 24%, #fff3c9 70%, #fff 100%);
    color: #30322f;
    box-shadow: 0 12px 27px rgba(153, 98, 0, .11);
}

.rrc-page .rrc-hub:hover { color: #30322f; }
.rrc-page .rrc-hub > i:first-child { background: #fff8e4; color: #996000; }
.rrc-page .rrc-hub span { color: #686b66; }
.rrc-page .rrc-hub > i:last-child { color: #6f4700; }

@media (max-width: 1100px) {
    .rrc-page .rrc-hero__frame { grid-template-columns: minmax(0, 1fr) minmax(355px, .86fr); }
    .rrc-page .rrc-hero h1 { font-size: clamp(34px, 3.7vw, 40px); }
    .rrc-page .rrc-decision { grid-template-columns: 250px minmax(0, 1fr); gap: 25px; }
    .rrc-page .rr54-decision-chart { padding-inline: 17px; }
    .rrc-page .rr54-decision-chart__ring { width: 188px; }
}

@media (max-width: 880px) {
    .rrc-page .rrc-hero__frame { grid-template-columns: 1fr; }
    .rrc-page .rrc-hero__copy { padding: 38px 36px 34px; }
    .rrc-page .rrc-hero h1 { font-size: 40px; }
    .rrc-page .rrc-hero__visual { min-height: 295px; border-left: 0; }
    .rrc-page .rrc-decision { grid-template-columns: 230px minmax(0, 1fr); }
    .rrc-page .rr54-decision-chart__ring { width: 178px; }
    .rrc-page .rr54-decision-chart__core strong { font-size: 49px; }
}

@media (max-width: 767px) {
    .rrc-page .rrc-hero__copy { padding: 29px 21px 26px; }
    .rrc-page .rrc-hero h1 { margin: 13px 0 14px; font-size: 38px; }
    .rrc-page .rr54-title-main { font-size: clamp(29px, 8.1vw, 38px); }
    .rrc-page .rr54-title-sub { margin-top: .36em; font-size: clamp(20px, 5.65vw, 27px); }
    .rrc-page .rrc-intro { font-size: 14px; }
    .rrc-page .rr54-hero-details span { font-size: 12px; }
    .rrc-page .rrc-hero .premium-hero__actions { max-width: none; margin-top: 20px; }
    .rrc-page .rr54-hero-reassurance { align-items: flex-start; font-size: 10px; }
    .rrc-page .rrc-proof-grid > div { min-height: 56px; }
    .rrc-page .rrc-summary h2,
    .rrc-page .rrc-section h2,
    .rrc-page .rrc-related h2,
    .rrc-page .rrc-service-area h2 { font-size: clamp(28px, 8.2vw, 33px); }
    .rrc-page .rrc-decision { grid-template-columns: 1fr; }
    .rrc-page .rr54-decision-chart { width: min(100%, 310px); margin-inline: auto; }
    .rrc-page .rr54-decision-chart__ring { width: 190px; }
    .rrc-page .rr54-decision-chart__core strong { font-size: 52px; }
    .rrc-page .rrc-local-grid summary { min-height: 0; padding: 18px 55px 18px 17px; grid-template-columns: 42px minmax(0, 1fr); gap: 12px; }
    .rrc-page .rrc-local-grid summary > i { width: 42px; height: 42px; }
    .rrc-page .rrc-local-toggle { top: 17px; right: 16px; width: 29px; height: 29px; }
    .rrc-page .rrc-local-grid details > div { padding: 2px 17px 20px; }
    .rrc-page .rrc-local-grid details p { max-width: none; font-size: 13px; line-height: 1.65; }
}

@media (max-width: 390px) {
    .rrc-page .rrc-hero h1 { font-size: 31px; }
    .rrc-page .rr54-title-main { font-size: clamp(27px, 7.7vw, 31px); }
    .rrc-page .rr54-title-sub { font-size: clamp(18px, 5.25vw, 21px); }
    .rrc-page .rr54-decision-chart { padding: 19px 15px; }
    .rrc-page .rr54-decision-chart__ring { width: 174px; }
}

/* v56 — dryer repair cost composition. Header and footer remain governed by
   the shared index styles; all additions below are scoped to this article. */
.drc-page .rrc-hero__copy {
    justify-content: flex-start;
}

.drc-page .drc-system-line {
    width: fit-content;
    max-width: 100%;
    margin-top: 15px;
    padding: 8px 12px;
    border: 1px solid #e6c66f;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #fffdf6, #fff1c5);
    color: #555852;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
}

.drc-page .drc-system-line i {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #f5aa00;
    color: #2f302d;
    font-size: 8px;
}

.drc-page .rrc-hero__image {
    inset: 30px 50% 62px 4%;
}

.drc-page .rrc-hero__image img {
    width: min(100%, 242px);
    height: 100%;
    padding: 0;
    object-fit: contain;
    filter: drop-shadow(0 18px 18px rgba(46, 43, 35, .12));
}

.drc-page .rrc-cost-dial strong {
    font-size: 18px;
    letter-spacing: -.03em;
}

.drc-page .rrc-toc > div {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.drc-page .drc-range-note {
    position: relative;
    margin-top: 28px;
    padding: 22px 24px;
    border: 1px solid #e3d29f;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 17px;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 96% 8%, rgba(245, 170, 0, .16), transparent 27%),
        linear-gradient(135deg, #fffdf7, #f7f5ee 72%, #fff4d2);
    box-shadow: 0 14px 34px rgba(82, 65, 31, .055);
}

.drc-page .drc-range-note::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, #ffca45, #ee9e00);
}

.drc-page .drc-range-note__icon,
.drc-page .drc-climate-lead > i,
.drc-page .drc-flat-rate > i,
.drc-page .drc-same-day > i {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border: 1px solid #e6bf54;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #ffe292, #f5aa00);
    color: #34342f;
    box-shadow: 0 8px 18px rgba(178, 112, 0, .1);
}

.drc-page .drc-range-note p {
    max-width: 106ch;
    margin: 0;
    color: #5c605b;
    font-size: 13px;
    line-height: 1.68;
    text-wrap: pretty;
}

.drc-page .drc-opening-story {
    counter-reset: drc-story;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    margin-top: 14px;
}

.drc-page .drc-opening-story p {
    counter-increment: drc-story;
    position: relative;
    min-width: 0;
    margin: 0;
    padding: 22px 21px 21px;
    border: 1px solid #e1ded4;
    border-radius: 18px;
    background: linear-gradient(155deg, #fff 0%, #fff 68%, #fff9e9 100%);
    color: #61655f;
    font-size: 13px;
    line-height: 1.67;
    text-wrap: pretty;
}

.drc-page .drc-opening-story p::before {
    content: counter(drc-story, decimal-leading-zero);
    display: block;
    margin-bottom: 13px;
    color: #ab6d00;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .12em;
}

.drc-page .drc-diagnostic-note {
    margin-top: 14px;
    padding: 18px 20px;
    border: 1px solid #e2c46d;
    border-radius: 17px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
    background: linear-gradient(125deg, #fff9e5, #fff 68%);
}

.drc-page .drc-diagnostic-note > i {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: #f5aa00;
    color: #30312e;
    font-size: 11px;
}

.drc-page .drc-diagnostic-note p {
    margin: 0;
    color: #626660;
    font-size: 12px;
    line-height: 1.62;
    text-wrap: pretty;
}

.drc-page .rrc-card details[open] summary {
    background: linear-gradient(135deg, #fff6d7, #f4f2eb);
}

.drc-page .rrc-card details[open] p {
    padding: 0 2px;
    color: #5f635e;
    line-height: 1.65;
    text-wrap: pretty;
}

.drc-page .drc-advisory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
    margin-top: 15px;
}

.drc-page .drc-advisory-grid article {
    min-width: 0;
    padding: 17px 17px 18px;
    border: 1px solid #ddd9cf;
    border-radius: 16px;
    background: linear-gradient(150deg, #fff, #f7f5ef);
    box-shadow: 0 9px 22px rgba(54, 48, 37, .045);
}

.drc-page .drc-advisory-grid article:nth-child(2) {
    border-color: #e5c66c;
    background: linear-gradient(150deg, #fffdf7, #fff4d5);
}

.drc-page .drc-advisory-grid i {
    width: 34px;
    height: 34px;
    margin-bottom: 12px;
    border: 1px solid #e1b847;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #ffdc79, #f5aa00);
    color: #34342f;
    font-size: 11px;
}

.drc-page .drc-advisory-grid strong {
    display: block;
    margin-bottom: 7px;
    color: #343633;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
}

.drc-page .drc-advisory-grid p {
    margin: 0;
    color: #656862;
    font-size: 11px;
    line-height: 1.57;
    text-wrap: pretty;
}

.drc-page .rr54-decision-chart {
    background:
        radial-gradient(circle at 50% 30%, rgba(245, 170, 0, .12), transparent 44%),
        linear-gradient(150deg, #fff, #f5f3ed);
}

.drc-page .rr54-decision-chart__ring {
    background: conic-gradient(#f5aa00 0 50%, #deddd8 50% 100%);
    box-shadow: 0 22px 46px rgba(49, 45, 35, .12);
}

.drc-page .rr54-decision-chart__ring::after {
    background: #fff;
}

.drc-page .rr54-decision-chart__core strong {
    color: #30312e;
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    letter-spacing: -.06em;
}

.drc-page .drc-decision-foot {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 12px;
}

.drc-page .drc-decision-foot article {
    margin: 0;
    padding: 18px;
    border: 1px solid #dedacf;
    border-radius: 15px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
    background: rgba(255, 255, 255, .9);
}

.drc-page .drc-decision-foot article > i {
    width: 38px;
    height: 38px;
    border: 1px solid #e0b743;
    border-radius: 11px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #ffdb77, #f5aa00);
    color: #30312e;
    font-size: 12px;
}

.drc-page .drc-decision-foot h3 {
    margin: 0 0 6px;
    color: #343633;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
}

.drc-page .drc-decision-foot p {
    margin: 0;
    color: #626660;
    font-size: 12px;
    line-height: 1.62;
    text-wrap: pretty;
}

.drc-page .drc-climate-lead {
    margin-bottom: 14px;
    padding: 20px 22px;
    border: 1px solid #e4d5a9;
    border-radius: 18px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 17px;
    align-items: start;
    background:
        radial-gradient(circle at 93% 8%, rgba(245, 170, 0, .12), transparent 25%),
        linear-gradient(130deg, #fffaf0, #f5f4ef 68%, #fff);
}

.drc-page .drc-climate-lead p {
    max-width: 108ch;
    margin: 0;
    color: #5e625d;
    font-size: 13px;
    line-height: 1.68;
    text-wrap: pretty;
}

.drc-page .drc-same-day {
    margin-top: 15px;
    padding: 18px 20px;
    border: 1px solid #e2c367;
    border-radius: 18px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    background: linear-gradient(115deg, #fff9e5, #f4f2eb 62%, #fff);
}

.drc-page .drc-same-day strong {
    display: block;
    color: #323431;
    font-size: 14px;
    font-weight: 800;
}

.drc-page .drc-same-day p {
    margin: 4px 0 0;
    color: #646862;
    font-size: 11px;
    line-height: 1.55;
    text-wrap: pretty;
}

.drc-page .drc-same-day a {
    min-height: 42px;
    padding: 0 17px;
    border: 1px solid #e7a300;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #ffca45, #f4a400);
    color: #2f302d;
    font-size: 11px;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.drc-page .drc-symptoms {
    margin-top: 18px;
}

.drc-page .drc-symptom-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
}

.drc-page .drc-symptom-grid > div {
    position: relative;
    min-width: 0;
    min-height: 126px;
    padding: 16px 14px 15px;
    border: 1px solid #dedbd2;
    border-radius: 14px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 8px 18px rgba(58, 50, 34, .04);
}

.drc-page .drc-symptom-grid > div > span {
    position: absolute;
    top: 8px;
    right: 9px;
    color: #aaa89f;
    font-size: 8px;
    font-weight: 850;
}

.drc-page .drc-symptom-grid i {
    width: 34px;
    height: 34px;
    border: 1px solid #e2b844;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #ffda76, #f4a700);
    color: #34342f;
    font-size: 11px;
}

.drc-page .drc-symptom-grid p {
    min-width: 0;
    margin: 0;
}

.drc-page .drc-symptom-grid strong,
.drc-page .drc-symptom-grid em {
    display: block;
}

.drc-page .drc-symptom-grid strong {
    padding-right: 7px;
    color: #343633;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.34;
}

.drc-page .drc-symptom-grid em {
    margin-top: 6px;
    color: #6d706b;
    font-size: 10px;
    font-style: normal;
    line-height: 1.42;
}

.drc-page .drc-flat-rate {
    margin-top: 14px;
    padding: 20px 22px;
    border: 1px solid #e0c372;
    border-radius: 18px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 17px;
    align-items: center;
    background: linear-gradient(115deg, #fff8df, #f5f3ed 60%, #fff);
    box-shadow: 0 12px 28px rgba(92, 70, 28, .055);
}

.drc-page .drc-flat-rate h3 {
    margin: 0 0 5px;
    color: #30322f;
    font-size: 18px;
    font-weight: 750;
    line-height: 1.2;
}

.drc-page .drc-flat-rate p {
    margin: 0;
    color: #626660;
    font-size: 12px;
    line-height: 1.58;
    text-wrap: pretty;
}

.drc-page .rrc-faq details[open] {
    border-color: #e2bd54;
    background: linear-gradient(150deg, #fff, #fff9e9);
    box-shadow: 0 12px 26px rgba(88, 68, 30, .065);
}

.drc-page .rrc-faq details[open] p {
    color: #5f635e;
    line-height: 1.68;
    text-wrap: pretty;
}

@media (max-width: 1100px) {
    .drc-page .rrc-toc > div { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .drc-page .drc-advisory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .drc-page .drc-advisory-grid article:last-child { grid-column: 1 / -1; }
    .drc-page .drc-symptom-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 880px) {
    .drc-page .rrc-hero__image { inset: 17px 50% 57px 3%; }
    .drc-page .drc-decision-foot { grid-template-columns: 1fr; }
    .drc-page .drc-same-day { grid-template-columns: 44px minmax(0, 1fr); }
    .drc-page .drc-same-day > i { width: 44px; height: 44px; flex-basis: 44px; }
    .drc-page .drc-same-day a { grid-column: 2; justify-self: start; }
}

@media (max-width: 767px) {
    .drc-page .drc-system-line {
        margin-top: 13px;
        border-radius: 13px;
        font-size: 10px;
    }

    .drc-page .rrc-hero__image { inset: 12px 48% 52px 2%; }
    .drc-page .rrc-cost-dial strong { font-size: 14px; }
    .drc-page .drc-range-note,
    .drc-page .drc-climate-lead,
    .drc-page .drc-flat-rate {
        padding: 18px;
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 13px;
    }

    .drc-page .drc-range-note__icon,
    .drc-page .drc-climate-lead > i,
    .drc-page .drc-flat-rate > i {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        border-radius: 12px;
    }

    .drc-page .drc-range-note p,
    .drc-page .drc-climate-lead p { font-size: 12px; line-height: 1.62; }
    .drc-page .drc-opening-story { grid-template-columns: 1fr; }
    .drc-page .drc-opening-story p { padding: 19px 18px; font-size: 12px; line-height: 1.62; }
    .drc-page .drc-advisory-grid { grid-template-columns: 1fr; }
    .drc-page .drc-advisory-grid article:last-child { grid-column: auto; }
    .drc-page .drc-symptom-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .drc-page .drc-symptom-grid > div { min-height: 0; }
}

@media (max-width: 430px) {
    .drc-page .drc-range-note,
    .drc-page .drc-climate-lead,
    .drc-page .drc-flat-rate,
    .drc-page .drc-diagnostic-note,
    .drc-page .drc-same-day { grid-template-columns: 1fr; }
    .drc-page .drc-same-day a { grid-column: auto; width: 100%; }
    .drc-page .drc-symptom-grid { grid-template-columns: 1fr; }
    .drc-page .drc-symptom-grid > div { padding: 15px 13px; }
}
