:root {
  --emls-blue: #073b78;
  --emls-bright-blue: #0878d1;
  --emls-red: #d9271c;
  --emls-ink: #17263a;
  --emls-muted: #5d6b7b;
  --emls-pale: #f3f8fc;
}

body { color: var(--emls-ink); background: #fff; }
.page-title-section { position: relative; padding: 56px 0 48px; background: linear-gradient(135deg, #edf6ff, #fff) !important; }
.page-title-section::before { content: ""; position: absolute; inset: 0; border-bottom: 1px solid #dbe6ef; pointer-events: none; }
.page-title-section h1 { color: var(--emls-blue) !important; font-size: clamp(2.25rem, 5vw, 3.7rem); line-height: 1.08; }
.page-title-section ul { position: relative; }
.page-title-section a { color: var(--emls-red) !important; font-weight: 700; }
.marketing-options-page .page-title-section { background: linear-gradient(135deg, #d9ebfb, #eef6fd) !important; }
.marketing-options-page .page-title-section::before { border-bottom-color: #bfd7eb; }

.marketing-options-cta { padding: 54px 0; background: #e8f3fc; border-top: 1px solid #c9deef; text-align: center; }
.marketing-options-cta h2 { margin-bottom: 14px; color: var(--emls-blue); font-size: clamp(1.9rem, 4vw, 2.6rem); }
.marketing-options-cta p { max-width: 760px; margin: 0 auto 24px; color: var(--emls-muted); font-size: 1.08rem; line-height: 1.65; }
.marketing-options-cta-actions { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 12px; }
.marketing-options-cta .secondary-button { display: inline-block; padding: 11px 22px; border: 2px solid var(--emls-blue); color: var(--emls-blue); font-weight: 700; }
.marketing-options-cta .secondary-button:hover { background: var(--emls-blue); color: #fff; }

.pricing-page .page-title-section { background: linear-gradient(135deg, #d9ebfb, #eef6fd) !important; }
.pricing-summary { padding: 44px 0; background: #fff; }
.pricing-summary-card { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 34px 38px; border: 1px solid #c9deef; border-radius: 8px; background: #f5faff; box-shadow: 0 12px 30px rgba(7,59,120,.08); }
.pricing-summary-card > div:first-child { max-width: 760px; }
.pricing-eyebrow { display: block; margin-bottom: 7px; color: var(--emls-red); font-size: .92rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.pricing-summary-card h2 { margin-bottom: 12px; color: var(--emls-blue); font-size: clamp(2rem, 4vw, 2.8rem); }
.pricing-summary-card p { margin: 0; color: var(--emls-muted); font-size: 1.06rem; line-height: 1.7; }
.pricing-summary-actions { display: flex; flex: 0 0 auto; flex-direction: column; align-items: stretch; gap: 10px; min-width: 220px; text-align: center; }
.pricing-summary-actions .secondary-button { display: inline-block; padding: 10px 18px; border: 2px solid var(--emls-blue); color: var(--emls-blue); font-weight: 700; }
.pricing-summary-actions .secondary-button:hover { background: var(--emls-blue); color: #fff; }
.pricing-table-intro { max-width: 850px; margin: 0 auto 22px; color: var(--emls-muted); font-size: 1.1rem; line-height: 1.65; text-align: center; }
.pricing-page .pricing-table { width: 100%; max-width: 980px; border-collapse: collapse; background: #fff; box-shadow: 0 10px 28px rgba(7,59,120,.08); }
.pricing-page .pricing-table td { padding: 13px 15px; border-color: #cad9e5 !important; vertical-align: middle; }
.pricing-page .pricing-table tr:first-child td,
.pricing-page .pricing-table td[colspan="3"] { background: var(--emls-blue); color: #fff; font-weight: 700; }
.pricing-page .pricing-table tr:nth-child(even):not(:first-child) td { background: #f5f9fc; }
.pricing-page .popup { top: 50%; width: min(92vw, 760px); max-width: 760px; max-height: 90vh; min-height: 0; padding: 48px 18px 18px; box-sizing: border-box; overflow: auto; text-align: center; }
.pricing-page .overlay:target + .popup { top: 50%; }
.pricing-page .popup img { display: block; width: auto; max-width: 100%; height: auto; max-height: calc(90vh - 70px); margin: 0 auto; object-fit: contain; }
.pricing-page .popup .close { top: 10px; right: 10px; display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; padding: 0; border: 2px solid var(--emls-blue); border-radius: 50%; background: #fff; color: var(--emls-blue); font-size: 0; line-height: 1; opacity: 1; box-shadow: 0 2px 8px rgba(0,0,0,.18); }
.pricing-page .popup .close::before { content: "\00d7"; color: var(--emls-blue); font-size: 27px; font-weight: 700; line-height: 1; }
.pricing-page .popup .close:hover { background: var(--emls-blue); }
.pricing-page .popup .close:hover::before { color: #fff; }

.faq-page .page-title-section { background: linear-gradient(135deg, #d9ebfb, #eef6fd) !important; }
.faq-intro { padding: 38px 0; border-bottom: 1px solid #d6e4ef; background: #f6faff; }
.faq-intro h2 { margin-bottom: 10px; color: var(--emls-blue); font-size: clamp(1.8rem, 4vw, 2.45rem); }
.faq-intro h2 { text-align: center; }
.faq-intro p { max-width: 850px; margin: 16px auto 0; padding: 14px 18px; border-left: 4px solid var(--emls-bright-blue); border-radius: 0 5px 5px 0; background: #fff; box-shadow: 0 4px 14px rgba(7,59,120,.06); color: var(--emls-muted); font-size: 1.08rem; line-height: 1.7; text-align: left; }
.faq-page .section-block { padding-top: 46px; padding-bottom: 46px; }
.faq-page .section-heading h4 { color: var(--emls-blue); font-size: 1.55rem; }
.faq-page .panel.panel-grey { margin-bottom: 12px; overflow: hidden; border: 1px solid #cfdeea; border-radius: 6px; box-shadow: 0 4px 14px rgba(7,59,120,.05); }
.faq-page .panel-heading { padding: 0; background: #f7fbfe; }
.faq-page .panel-title { margin: 0; padding: 0; }
.faq-page .panel-title a { position: relative; display: flex; align-items: center; min-height: 58px; margin: 0 !important; padding: 15px 50px 15px 18px !important; border-radius: 0 !important; background: #f7fbfe !important; color: var(--emls-blue) !important; font-size: 1rem; font-weight: 700; line-height: 1.45; text-decoration: none; }
.faq-page .panel-title a:hover { color: var(--emls-red); }
.faq-page .panel-title a::after,
.faq-page .panel-title .collapsed::after { position: absolute; top: 50%; right: 18px; float: none !important; margin: 0; transform: translateY(-50%); color: var(--emls-red) !important; }
.faq-page .panel-body { padding: 18px 20px !important; border-top: 1px solid #dbe6ef !important; color: #465568; font-size: .98rem; line-height: 1.7; text-align: left; }
.faq-page .panel-body p { margin: 0; padding: 0; color: inherit; line-height: inherit; }
.faq-page .panel-body p + p { margin-top: 12px; }
.faq-page .panel-body p > strong:first-child { display: none; }
.faq-page .panel-body a { color: #0878c9; font-weight: 600; text-decoration: underline; }
.faq-page .panel-group { margin-bottom: 34px; }
.faq-organized .faq-category { margin-bottom: 46px; }
.faq-organized .faq-category:last-child { margin-bottom: 0; }
.faq-organized .faq-category > .section-heading { margin-bottom: 20px; }
.faq-organized .faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 12px 22px; }
.faq-organized .faq-grid .panel { width: 100%; margin: 0; }
.selling-faq-page .faq-organized .faq-grid,
.rental-faq-page .faq-organized .faq-grid { grid-template-columns: 1fr; max-width: 900px; margin-left: auto; margin-right: auto; }
.selling-faq-page .faq-category > .section-heading,
.rental-faq-page .faq-category > .section-heading { max-width: 900px; margin-left: auto; margin-right: auto; text-align: center; }
.selling-faq-page .faq-category > .section-heading .section-heading-line-left,
.rental-faq-page .faq-category > .section-heading .section-heading-line-left { margin-left: auto; margin-right: auto; }
.selling-faq-page #faq-group-4 .priority-1 { order: -5; }
.selling-faq-page #faq-group-4 .priority-2 { order: -4; }
.selling-faq-page #faq-group-4 .priority-3 { order: -3; }
.selling-faq-page #faq-group-4 .priority-4 { order: -2; }
.selling-faq-page #faq-group-4 .priority-5 { order: -1; }
.selling-faq-page #faq-group-4 .contract-followup { order: 2; }
.selling-faq-page #faq-group-5 .general-priority-1 { order: -6; }
.selling-faq-page #faq-group-5 .general-priority-2 { order: -5; }
.selling-faq-page #faq-group-5 .general-priority-3 { order: -4; }
.selling-faq-page #faq-group-5 .general-priority-4 { order: -3; }
.selling-faq-page #faq-group-5 .general-priority-5 { order: -2; }
.selling-faq-page #faq-group-5 .general-priority-6 { order: -1; }
.selling-faq-page #faq-group-5 .general-last { order: 10; }

@media (max-width: 767px) {
  .pricing-summary-card { flex-direction: column; align-items: stretch; padding: 26px 22px; }
  .pricing-summary-actions { min-width: 0; }
  .pricing-page .pricing-table { display: block; overflow-x: auto; }
  .faq-organized .faq-grid { grid-template-columns: 1fr; }
}

.section-block, .section-block-blue { padding: 54px 0; }
.section-block-blue { background: var(--emls-blue) !important; }
.section-heading h2, .section-heading h3, .section-heading h4 { color: var(--emls-blue); }
.section-block-blue .section-heading h2,
.section-block-blue .section-heading h3,
.section-block-blue .section-heading p { color: #fff !important; }

.primary-button, .button-primary, .button-md, .btn-primary { border-color: var(--emls-red) !important; background: var(--emls-red) !important; color: #fff !important; }

.interior-intro { padding: 36px 0; border-bottom: 1px solid #dbe6ef; background: #fff; text-align: center; }
.interior-intro p { max-width: 840px; margin: 0 auto; color: var(--emls-muted); font-size: 1.12rem; line-height: 1.7; }
.interior-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 22px; }
.interior-action { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 2px solid var(--emls-blue); border-radius: 5px; color: var(--emls-blue); font-weight: 800; }
.interior-action.primary { border-color: var(--emls-red); background: var(--emls-red); color: #fff; }
.interior-action:hover { color: var(--emls-red); }
.interior-action.primary:hover { color: #fff; opacity: .9; }

.flat-rate-page .page-title-section { background: linear-gradient(135deg, #d9ebfb, #eef6fd) !important; }
.flat-rate-intro h2 { max-width: 900px; margin: 0 auto 14px; color: var(--emls-blue); font-size: clamp(2rem, 4.5vw, 3rem); line-height: 1.15; }
.flat-rate-intro .pricing-eyebrow { margin-bottom: 10px; }
.flat-rate-intro blockquote { max-width: 880px; margin: 18px auto 0; padding: 18px 22px; border: 0; border-left: 4px solid var(--emls-bright-blue); border-radius: 0 6px 6px 0; background: #f5faff; box-shadow: 0 5px 16px rgba(7,59,120,.06); color: var(--emls-muted); font-size: 1.1rem; font-style: normal; line-height: 1.7; text-align: left; }
.flat-rate-basics .section-heading p,
.flat-rate-fit .section-heading p { max-width: 760px; margin: 10px auto 28px; color: var(--emls-muted); font-size: 1.08rem; line-height: 1.65; }
.flat-rate-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.flat-rate-feature-grid article { position: relative; min-height: 180px; padding: 28px 28px 24px 72px; border: 1px solid #cfe0ed; border-radius: 8px; background: #fff; box-shadow: 0 8px 24px rgba(7,59,120,.07); }
.flat-rate-check { position: absolute; top: 27px; left: 26px; display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background: #e4f4ff; color: var(--emls-bright-blue); font-size: 1.2rem; font-weight: 900; }
.flat-rate-feature-grid h3 { margin-bottom: 10px; color: var(--emls-blue); font-size: 1.3rem; }
.flat-rate-feature-grid p { margin: 0; color: var(--emls-muted); line-height: 1.65; }
.flat-rate-comparison-section { border-top: 1px solid #dbe6ef; background: #f5f9fc; }
.flat-rate-comparison-section .section-heading { margin-bottom: 28px; }
.flat-rate-comparison { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 1040px; margin: 0 auto; }
.flat-rate-choice { padding: 34px 34px 30px; border: 1px solid #cbdbe7; border-radius: 9px; background: #fff; box-shadow: 0 10px 30px rgba(7,59,120,.07); }
.flat-rate-choice.featured { border-top: 5px solid var(--emls-red); }
.flat-rate-label { display: inline-block; margin-bottom: 10px; color: var(--emls-red); font-size: .86rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.flat-rate-choice h3 { margin-bottom: 18px; color: var(--emls-blue); font-size: 1.55rem; }
.flat-rate-choice ul,
.flat-rate-fit ul,
.flat-rate-control-list ul { margin: 0; padding: 0; list-style: none; }
.flat-rate-choice li,
.flat-rate-fit li,
.flat-rate-control-list li { position: relative; margin-bottom: 12px; padding-left: 25px; line-height: 1.55; }
.flat-rate-choice li::before,
.flat-rate-fit li::before,
.flat-rate-control-list li::before { content: "\2713"; position: absolute; left: 0; color: var(--emls-bright-blue); font-weight: 900; }
.flat-rate-control { color: #fff; }
.flat-rate-control-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.flat-rate-light-label { display: block; margin-bottom: 8px; color: #8bd6ff; font-size: .9rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.flat-rate-control h2 { margin-bottom: 16px; color: #fff; font-size: clamp(2rem, 4vw, 2.8rem); }
.flat-rate-control p { color: #fff; font-size: 1.08rem; line-height: 1.7; }
.flat-rate-light-button { display: inline-block; margin-top: 10px; padding: 12px 20px; border: 2px solid #ffe45c; color: #ffe45c; font-weight: 800; }
.flat-rate-light-button:hover { background: #ffe45c; color: var(--emls-blue); }
.flat-rate-control-list { padding: 28px 30px; border: 1px solid rgba(255,255,255,.35); border-radius: 8px; background: rgba(255,255,255,.08); }
.flat-rate-control-list li::before { color: #ffe45c; }
.flat-rate-fit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 1000px; margin: 0 auto; }
.flat-rate-fit-grid article { padding: 30px; border: 1px solid #cfe0ed; border-radius: 8px; }
.flat-rate-fit-grid h3 { margin-bottom: 18px; color: var(--emls-blue); font-size: 1.4rem; }

.why-choose-page .page-title-section { background: linear-gradient(135deg, #d9ebfb, #eef6fd) !important; }
.why-choose-intro h2 { max-width: 850px; margin: 0 auto 14px; color: var(--emls-blue); font-size: clamp(2rem, 4.5vw, 3rem); line-height: 1.15; }
.why-choose-intro blockquote { max-width: 880px; margin: 18px auto 0; padding: 18px 22px; border: 0; border-left: 4px solid var(--emls-bright-blue); border-radius: 0 6px 6px 0; background: #f5faff; box-shadow: 0 5px 16px rgba(7,59,120,.06); color: var(--emls-muted); font-size: 1.1rem; font-style: normal; line-height: 1.7; text-align: left; }
.why-choose-difference .section-heading p,
.why-choose-checklist-section .section-heading p { max-width: 780px; margin: 10px auto 28px; color: var(--emls-muted); font-size: 1.08rem; line-height: 1.65; }
.why-choose-three { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.why-choose-three article { padding: 32px 27px 28px; border: 1px solid #cfe0ed; border-radius: 8px; background: #fff; box-shadow: 0 8px 24px rgba(7,59,120,.07); }
.why-choose-three article > span { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; margin-bottom: 18px; border-radius: 50%; background: var(--emls-red); color: #fff; font-weight: 900; }
.why-choose-three h3 { margin-bottom: 10px; color: var(--emls-blue); font-size: 1.32rem; }
.why-choose-three p { margin: 0; color: var(--emls-muted); line-height: 1.65; }
.why-choose-proof-section { border-top: 1px solid #c9deef; border-bottom: 1px solid #c9deef; background: #eff7fd; }
.why-choose-proof { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; max-width: 1050px; margin: 0 auto; padding: 40px; border-radius: 12px; background: var(--emls-blue); color: #fff; box-shadow: 0 14px 38px rgba(7,59,120,.18); }
.why-choose-proof-label { display: block; margin-bottom: 8px; color: #8bd6ff; font-size: .9rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.why-choose-proof h2 { margin-bottom: 12px; color: #fff; font-size: clamp(2.15rem, 4.5vw, 3.25rem); line-height: 1.08; }
.why-choose-proof h2 strong { color: #ffe45c; }
.why-choose-proof p { color: #fff; font-size: 1.06rem; line-height: 1.7; }
.why-choose-proof ul { margin: 0; padding: 26px 28px; border: 1px solid rgba(255,255,255,.32); border-radius: 8px; background: rgba(255,255,255,.07); list-style: none; }
.why-choose-proof li { position: relative; margin-bottom: 13px; padding-left: 25px; font-weight: 600; }
.why-choose-proof li::before { content: "\2713"; position: absolute; left: 0; color: #ffe45c; font-weight: 900; }
.why-choose-proof-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.why-choose-proof-actions a { padding: 10px 15px; border: 2px solid #ffe45c; color: #ffe45c; font-weight: 800; }
.why-choose-proof-actions a:hover { background: #ffe45c; color: var(--emls-blue); }
.why-choose-benefits .section-heading { margin-bottom: 28px; }
.why-choose-benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.why-choose-benefit-grid article { position: relative; padding: 25px 26px 25px 66px; border: 1px solid #d4e3ed; border-radius: 7px; background: #f6fafe; }
.why-choose-benefit-grid article::before { content: "\2713"; position: absolute; top: 24px; left: 25px; display: flex; align-items: center; justify-content: center; width: 27px; height: 27px; border-radius: 50%; background: #e1f3ff; color: var(--emls-bright-blue); font-size: 1rem; font-weight: 900; }
.why-choose-benefit-grid h3 { margin-bottom: 8px; color: var(--emls-blue); font-size: 1.25rem; }
.why-choose-benefit-grid p { margin: 0; color: var(--emls-muted); line-height: 1.65; }
.why-choose-checklist-section { border-top: 1px solid #dbe6ef; background: #f7fafc; }
.why-choose-checklist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 24px; max-width: 1050px; margin: 0 auto; }
.why-choose-checklist article { padding: 23px 25px; border: 1px solid #d2e0ea; border-radius: 7px; background: #fff; }
.why-choose-checklist h3 { margin-bottom: 8px; color: var(--emls-blue); font-size: 1.18rem; }
.why-choose-checklist p { margin: 0; color: var(--emls-muted); line-height: 1.6; }
.why-choose-personal { color: #fff; }
.why-choose-personal .container { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.why-choose-personal .container > div { max-width: 820px; }
.why-choose-personal span { display: block; margin-bottom: 8px; color: #8bd6ff; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.why-choose-personal h2 { margin-bottom: 12px; color: #fff; font-size: clamp(2rem, 4vw, 2.75rem); }
.why-choose-personal p { margin: 0; color: #fff; font-size: 1.06rem; line-height: 1.7; }

.section-block .section-heading.center-holder > p { max-width: 850px; margin: 16px auto 28px; padding: 15px 19px; border-left: 4px solid var(--emls-bright-blue); border-radius: 0 6px 6px 0; background: #fff; box-shadow: 0 4px 14px rgba(7,59,120,.06); color: var(--emls-muted); font-size: 1.06rem; line-height: 1.65; text-align: left; }

.listing-sites-page .page-title-section { background: linear-gradient(135deg, #d9ebfb, #eef6fd) !important; }
.listing-sites-intro h2 { max-width: 900px; margin: 0 auto 14px; color: var(--emls-blue); font-size: clamp(2rem, 4.5vw, 3rem); line-height: 1.15; }
.listing-sites-intro blockquote { max-width: 900px; margin: 18px auto 0; padding: 18px 22px; border: 0; border-left: 4px solid var(--emls-bright-blue); border-radius: 0 6px 6px 0; background: #f5faff; box-shadow: 0 5px 16px rgba(7,59,120,.06); color: var(--emls-muted); font-size: 1.1rem; font-style: normal; line-height: 1.7; text-align: left; }
.listing-sites-logo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.listing-sites-logo-grid article { padding: 27px 25px; border: 1px solid #d0e0eb; border-radius: 8px; background: #fff; box-shadow: 0 7px 20px rgba(7,59,120,.06); text-align: left; }
.listing-sites-logo-grid strong { display: block; margin-bottom: 9px; color: var(--emls-blue); font-size: 1.45rem; }
.listing-sites-logo-grid p { margin: 0; color: var(--emls-muted); line-height: 1.6; }
.listing-sites-note { max-width: 900px; margin: 24px auto 0; padding: 15px 19px; border-left: 4px solid var(--emls-bright-blue); border-radius: 0 6px 6px 0; background: #f5faff; box-shadow: 0 4px 14px rgba(7,59,120,.06); color: var(--emls-muted); font-size: .96rem; line-height: 1.65; text-align: left; }
.listing-sites-flow { color: #fff; }
.listing-sites-flow .section-heading { margin-bottom: 30px; }
.listing-sites-light-label { display: block; margin-bottom: 8px; color: #8bd6ff; font-size: .9rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.listing-sites-flow-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.listing-sites-flow-grid article { padding: 25px 22px; border: 1px solid rgba(255,255,255,.3); border-radius: 8px; background: rgba(255,255,255,.07); }
.listing-sites-flow-grid article > span { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; margin-bottom: 15px; border-radius: 50%; background: #ffe45c; color: var(--emls-blue); font-weight: 900; }
.listing-sites-flow-grid h3 { margin-bottom: 9px; color: #fff; font-size: 1.24rem; }
.listing-sites-flow-grid p { margin: 0; color: #fff; line-height: 1.6; }
.listing-sites-brokerage { border-bottom: 1px solid #dbe6ef; background: #f7fafc; }
.listing-sites-brokerage-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.listing-sites-brokerage h2 { margin-bottom: 14px; color: var(--emls-blue); font-size: clamp(2rem, 4vw, 2.75rem); }
.listing-sites-brokerage p { color: var(--emls-muted); font-size: 1.04rem; line-height: 1.7; }
.listing-sites-brokerage p + p { margin-top: 16px; }
.listing-sites-brokerage-list { padding: 28px 30px; border: 1px solid #cadce9; border-radius: 8px; background: #fff; box-shadow: 0 8px 24px rgba(7,59,120,.06); }
.listing-sites-brokerage-list h3 { margin-bottom: 16px; color: var(--emls-blue); }
.listing-sites-brokerage-list ul { margin: 0; padding: 0; list-style: none; }
.listing-sites-brokerage-list li { position: relative; margin-bottom: 12px; padding-left: 25px; }
.listing-sites-brokerage-list li::before { content: "\2713"; position: absolute; left: 0; color: var(--emls-bright-blue); font-weight: 900; }
.listing-sites-timing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.listing-sites-timing-grid article { padding: 27px 26px; border-top: 4px solid var(--emls-bright-blue); border-radius: 7px; background: #f5faff; }
.listing-sites-timing-grid h3 { margin-bottom: 9px; color: var(--emls-blue); }
.listing-sites-timing-grid p { margin: 0; color: var(--emls-muted); line-height: 1.65; }
.listing-sites-coverage-callout { padding: 38px 0; border-top: 1px solid #dbe6ef; background: #f7fafc; }
.listing-sites-coverage-callout .container { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.listing-sites-coverage-callout .container > div { max-width: 800px; }
.listing-sites-coverage-callout h2 { margin-bottom: 8px; color: var(--emls-blue); font-size: clamp(1.65rem, 3vw, 2.15rem); }
.listing-sites-coverage-callout p { margin: 0; color: var(--emls-muted); line-height: 1.65; }
.listing-sites-coverage-callout .interior-action { flex: 0 0 auto; }
.listing-sites-disclaimer { padding: 38px 0; border-top: 1px solid #c8dcea; background: #edf6fc; }
.listing-sites-disclaimer .container { max-width: 950px; }
.listing-sites-disclaimer h2 { margin-bottom: 10px; color: var(--emls-blue); font-size: 1.65rem; }
.listing-sites-disclaimer p { margin: 0; color: var(--emls-muted); line-height: 1.7; }

.reviews-page .page-title-section { background: linear-gradient(135deg, #d9ebfb, #eef6fd) !important; }
.reviews-intro h2 { max-width: 900px; margin: 0 auto 14px; color: var(--emls-blue); font-size: clamp(2rem, 4.5vw, 3rem); line-height: 1.15; }
.reviews-intro blockquote { max-width: 900px; margin: 18px auto 0; padding: 18px 22px; border: 0; border-left: 4px solid var(--emls-bright-blue); border-radius: 0 6px 6px 0; background: #f5faff; box-shadow: 0 5px 16px rgba(7,59,120,.06); color: var(--emls-muted); font-size: 1.1rem; font-style: normal; line-height: 1.7; text-align: left; }
.reviews-proof-strip { padding: 28px 0; background: var(--emls-blue); }
.reviews-proof-strip .container { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.reviews-proof-strip .container > div { padding: 8px 22px; border-right: 1px solid rgba(255,255,255,.35); text-align: center; }
.reviews-proof-strip .container > div:last-child { border-right: 0; }
.reviews-proof-strip strong { display: block; margin-bottom: 4px; color: #ffe45c; font-size: 1.28rem; line-height: 1.2; }
.reviews-proof-strip span { display: block; color: #fff; font-weight: 700; }
.reviews-featured .section-heading { margin-bottom: 28px; }
.reviews-featured-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.reviews-featured-grid article { display: flex; flex-direction: column; padding: 30px 28px 27px; border: 1px solid #cfdeea; border-radius: 9px; background: #fff; box-shadow: 0 10px 28px rgba(7,59,120,.08); }
.review-stars { margin-bottom: 14px; color: #e7b400; font-size: 1.12rem; font-weight: 900; letter-spacing: .08em; }
.reviews-featured-grid blockquote { flex: 1; margin: 0 0 22px; padding: 0; border: 0; color: #435367; font-size: 1.02rem; font-style: normal; line-height: 1.72; }
.reviews-featured-grid p { margin: 0; padding-top: 18px; border-top: 1px solid #dbe6ef; }
.reviews-featured-grid p strong { display: block; color: var(--emls-blue); font-size: 1.05rem; font-weight: 400; }
.reviews-featured-grid p span { display: block; margin-top: 2px; color: var(--emls-muted); font-size: .92rem; }
.reviews-results { color: #fff; }
.reviews-results .container { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 50px; }
.reviews-results-copy > span { display: block; margin-bottom: 8px; color: #8bd6ff; font-size: .9rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.reviews-results h2 { margin-bottom: 14px; color: #fff; font-size: clamp(2rem, 4vw, 2.8rem); }
.reviews-results p { margin: 0; color: #fff; font-size: 1.06rem; line-height: 1.7; }
.reviews-results ul { margin: 0; padding: 27px 29px; border: 1px solid rgba(255,255,255,.35); border-radius: 8px; background: rgba(255,255,255,.08); list-style: none; }
.reviews-results li { position: relative; margin-bottom: 13px; padding-left: 26px; color: #fff; font-weight: 650; }
.reviews-results li:last-child { margin-bottom: 0; }
.reviews-results li::before { content: "\2713"; position: absolute; left: 0; color: #ffe45c; font-weight: 900; }
.reviews-regional { background: #f6f9fc; }
.reviews-region-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.reviews-region-grid article { padding: 27px 25px; border: 1px solid #d1e0eb; border-radius: 8px; background: #fff; box-shadow: 0 6px 18px rgba(7,59,120,.05); }
.reviews-region-grid h3 { margin-bottom: 8px; color: var(--emls-blue); font-size: 1.35rem; }
.reviews-region-grid .review-stars { margin-bottom: 11px; font-size: .98rem; }
.reviews-region-grid p { margin-bottom: 16px; color: var(--emls-muted); line-height: 1.65; }
.reviews-region-grid span { display: block; padding-top: 14px; border-top: 1px solid #dbe6ef; color: var(--emls-blue); font-weight: 700; }
.recent-testimonials { border-bottom: 1px solid #cbddea; background: #eef6fc; }
.recent-testimonials .section-heading { margin-bottom: 34px; }
.recent-testimonial-region { max-width: 1040px; margin: 0 auto 30px; overflow: hidden; border: 1px solid #cadce9; border-radius: 8px; background: #fff; box-shadow: 0 8px 24px rgba(7,59,120,.06); }
.recent-testimonial-region:last-child { margin-bottom: 0; }
.recent-testimonial-region > h3 { margin: 0; padding: 20px 26px; border-bottom: 3px solid #ffe45c; background: var(--emls-blue); color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; }
.recent-testimonial-list { padding: 4px 28px 24px; }
.recent-testimonial-list blockquote { position: relative; margin: 0; padding: 22px 0 22px 30px; border: 0; border-bottom: 1px solid #dfe9f0; font-style: normal; }
.recent-testimonial-list blockquote:last-child { border-bottom: 0; }
.recent-testimonial-list blockquote::before { content: "\2605"; position: absolute; top: 22px; left: 0; color: #e7b400; font-size: 1rem; }
.recent-testimonial-list p { margin: 0 0 8px; color: var(--emls-muted); font-size: 1rem; line-height: 1.72; }
.recent-testimonial-list cite { color: var(--emls-blue); font-size: .94rem; font-style: normal; font-weight: 400; }
.testimonial-jump-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; max-width: 1040px; margin: -4px auto 30px; padding: 17px 19px; border: 1px solid #ccdde9; border-radius: 8px; background: #fff; box-shadow: 0 5px 16px rgba(7,59,120,.05); }
.testimonial-jump-links span { display: inline-flex; align-items: center; padding: 8px 4px; color: var(--emls-blue); font-weight: 800; }
.testimonial-jump-links a { display: inline-flex; align-items: center; padding: 8px 12px; border: 1px solid #bcd7e9; border-radius: 20px; background: #f2f9fe; color: var(--emls-blue); font-size: .92rem; font-weight: 600; }
.testimonial-jump-links a:hover { border-color: var(--emls-bright-blue); background: var(--emls-bright-blue); color: #fff; }
.testimonial-archive { display: grid; gap: 28px; max-width: 1040px; margin: 0 auto; }
.testimonial-archive-group,
.testimonial-region { overflow: hidden; border: 1px solid #cfdeea; border-radius: 8px; background: #fff; box-shadow: 0 6px 18px rgba(7,59,120,.05); }
.testimonial-archive-group summary { position: relative; display: block; padding: 22px 26px; background: var(--emls-blue); color: #fff; cursor: default; list-style: none; }
.testimonial-archive-group summary { pointer-events: none; }
.testimonial-archive-group summary::-webkit-details-marker { display: none; }
.testimonial-archive-group summary::after { display: none; }
.testimonial-archive-group summary span { font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 700; }
.testimonial-archive-group summary small { display: none; }
.testimonial-region > h3 { margin: 0; padding: 22px 26px; background: var(--emls-blue); color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 700; }
.testimonial-archive-group:not([open]) > .testimonial-archive-content { display: block !important; }
.testimonial-archive-content { display: block !important; padding: 5px 29px 27px; border-top: 3px solid #ffe45c; color: var(--emls-muted); font-size: 1rem; line-height: 1.72; }
.testimonial-archive-content p { position: relative; margin: 0; padding: 21px 0 21px 27px; border-bottom: 1px solid #e1eaf1; }
.testimonial-archive-content p::before { content: "\2605"; position: absolute; top: 20px; left: 0; color: #e7b400; font-size: .95rem; }
.testimonial-archive-content p:last-child { border-bottom: 0; }
.testimonial-archive-content strong,
.testimonial-archive-content b { font-weight: 400; }
.testimonial-attribution { color: var(--emls-blue); font-weight: 400; }
.testimonial-region { scroll-margin-top: 24px; }
.testimonial-archive > :nth-child(5) { order: 1; }
.testimonial-archive > :nth-child(6) { order: 2; }
.testimonial-archive > :nth-child(7) { order: 3; }
.testimonial-archive > :nth-child(1) { order: 4; }
.testimonial-archive > :nth-child(4) { order: 5; }
.testimonial-archive > :nth-child(2) { order: 6; }
.testimonial-archive > :nth-child(3) { order: 7; }
.reviews-independent { padding: 40px 0; border-top: 1px solid #c8dcea; border-bottom: 1px solid #c8dcea; background: #eaf4fb; }
.reviews-independent .container { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.reviews-independent .container > div { max-width: 800px; }
.reviews-independent h2 { margin-bottom: 8px; color: var(--emls-blue); font-size: clamp(1.75rem, 3.5vw, 2.4rem); }
.reviews-independent p { margin: 0; color: var(--emls-muted); font-size: 1.04rem; line-height: 1.65; }
.reviews-independent .interior-action { flex: 0 0 auto; }

.about-page .page-title-section { background: linear-gradient(135deg, #d9ebfb, #eef6fd) !important; }
.about-intro h2 { max-width: 940px; margin: 0 auto 14px; color: var(--emls-blue); font-size: clamp(2rem, 4.5vw, 3rem); line-height: 1.15; }
.about-intro blockquote { max-width: 900px; margin: 18px auto 0; padding: 18px 22px; border: 0; border-left: 4px solid var(--emls-bright-blue); border-radius: 0 6px 6px 0; background: #f5faff; box-shadow: 0 5px 16px rgba(7,59,120,.06); color: var(--emls-muted); font-size: 1.1rem; font-style: normal; line-height: 1.7; text-align: left; }
.about-proof-strip { padding: 28px 0; background: var(--emls-blue); }
.about-proof-strip .container { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.about-proof-strip .container > div { padding: 8px 22px; border-right: 1px solid rgba(255,255,255,.35); text-align: center; }
.about-proof-strip .container > div:last-child { border-right: 0; }
.about-proof-strip strong { display: block; margin-bottom: 4px; color: #ffe45c; font-size: 1.3rem; }
.about-proof-strip span { display: block; color: #fff; font-weight: 700; }
.about-company { background: #fff; }
.about-company-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: center; }
.about-company h2 { margin-bottom: 14px; color: var(--emls-blue); font-size: clamp(2rem, 4vw, 2.75rem); }
.about-company p { color: var(--emls-muted); font-size: 1.04rem; line-height: 1.72; }
.about-company p + p { margin-top: 14px; }
.about-company-points { padding: 29px 31px; border: 1px solid #cbdde9; border-radius: 8px; background: #f5faff; box-shadow: 0 8px 24px rgba(7,59,120,.06); }
.about-company-points h3 { margin-bottom: 17px; color: var(--emls-blue); }
.about-company-points ul { margin: 0; padding: 0; list-style: none; }
.about-company-points li { position: relative; margin-bottom: 13px; padding-left: 26px; line-height: 1.55; }
.about-company-points li::before { content: "\2713"; position: absolute; left: 0; color: var(--emls-bright-blue); font-weight: 900; }
.about-purpose { color: #fff; }
.about-purpose .section-heading { margin-bottom: 30px; }
.about-light-label { display: block; margin-bottom: 8px; color: #8bd6ff; font-size: .9rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.about-purpose-statement { max-width: 920px; margin: 0 auto; }
.about-purpose-statement h2 { margin-bottom: 14px; color: #fff; font-size: clamp(2.1rem, 4.5vw, 3rem); line-height: 1.15; }
.about-purpose-statement h2 span { color: #ffe45c; }
.about-purpose-statement blockquote { max-width: 800px; margin: 22px auto 0; padding: 18px 22px; border: 0; border-left: 4px solid #ffe45c; border-radius: 0 6px 6px 0; background: rgba(255,255,255,.09); color: #fff; font-size: 1.12rem; font-style: normal; line-height: 1.7; text-align: left; }
.about-purpose-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.about-purpose-grid article { padding: 25px 22px; border: 1px solid rgba(255,255,255,.32); border-radius: 8px; background: rgba(255,255,255,.07); }
.about-purpose-grid article > span { display: flex; align-items: center; justify-content: center; width: 35px; height: 35px; margin-bottom: 15px; border-radius: 50%; background: #ffe45c; color: var(--emls-blue); font-weight: 900; }
.about-purpose-grid h3 { margin-bottom: 9px; color: #fff; font-size: 1.22rem; }
.about-purpose-grid p { margin: 0; color: #fff; line-height: 1.62; }
.about-broker { border-bottom: 1px solid #d8e4ed; background: #f7fafc; }
.about-broker-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 46px; align-items: center; }
.about-broker-profile h2 { margin-bottom: 14px; color: var(--emls-blue); font-size: clamp(2.1rem, 4vw, 2.9rem); }
.about-broker-profile p { color: var(--emls-muted); font-size: 1.04rem; line-height: 1.7; }
.about-broker-profile p + p { margin-top: 20px; }
.about-broker-profile .interior-action { margin-top: 8px; }
.about-license-card { padding: 29px 31px; border: 1px solid #cadce9; border-radius: 9px; background: #fff; box-shadow: 0 9px 26px rgba(7,59,120,.07); }
.about-license-card h3 { margin-bottom: 17px; color: var(--emls-blue); }
.about-license-card ul { margin: 0; padding: 0; list-style: none; }
.about-license-card li { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid #e0e9ef; }
.about-license-card li:last-child { border-bottom: 0; }
.about-license-card strong { color: var(--emls-blue); }
.about-license-card span { color: var(--emls-muted); text-align: right; }
.about-verification .section-heading { margin-bottom: 27px; }
.about-verification-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; max-width: 1000px; margin: 0 auto; }
.about-verification-grid a { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 20px 22px; border: 1px solid #ccdde9; border-radius: 7px; background: #fff; box-shadow: 0 5px 16px rgba(7,59,120,.05); }
.about-verification-grid strong { color: var(--emls-blue); }
.about-verification-grid span { color: var(--emls-bright-blue); font-size: .9rem; font-weight: 800; }
.about-identity { padding: 42px 0; border-top: 1px solid #c8dcea; border-bottom: 1px solid #c8dcea; background: #eaf4fb; }
.about-identity .container { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.about-identity .container > div { max-width: 840px; }
.about-identity h2 { margin-bottom: 9px; color: var(--emls-blue); font-size: clamp(1.8rem, 3.5vw, 2.45rem); }
.about-identity p { margin: 0; color: var(--emls-muted); font-size: 1.04rem; line-height: 1.68; }
.about-identity .interior-action { flex: 0 0 auto; }
.about-testimonial { background: #fff; }
.about-testimonial-card { max-width: 900px; margin: 0 auto; padding: 34px 38px; border-left: 5px solid var(--emls-red); border-radius: 0 9px 9px 0; background: #f5faff; box-shadow: 0 10px 28px rgba(7,59,120,.08); }
.about-testimonial-card blockquote { margin: 0 0 14px; padding: 0; border: 0; color: #405167; font-size: 1.12rem; font-style: normal; line-height: 1.72; }
.about-testimonial-card p { margin: 0 0 16px; color: var(--emls-blue); font-weight: 800; }
.about-testimonial-card a { color: var(--emls-bright-blue); font-weight: 800; text-decoration: underline; }

.contact-page .page-title-section { background: linear-gradient(135deg, #d9ebfb, #eef6fd) !important; }
.contact-intro h2 { max-width: 900px; margin: 0 auto 14px; color: var(--emls-blue); font-size: clamp(2rem, 4.5vw, 3rem); line-height: 1.15; }
.contact-intro blockquote { max-width: 820px; margin: 18px auto 0; padding: 18px 22px; border: 0; border-left: 4px solid var(--emls-bright-blue); border-radius: 0 6px 6px 0; background: #f5faff; box-shadow: 0 5px 16px rgba(7,59,120,.06); color: var(--emls-muted); font-size: 1.08rem; font-style: normal; line-height: 1.7; text-align: left; }
.contact-main { background: #fff; }
.contact-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 980px; margin: 0 auto; }
.contact-card { padding: 34px 32px; border: 1px solid #ccdde9; border-radius: 9px; background: #f6faff; box-shadow: 0 9px 27px rgba(7,59,120,.07); }
.contact-card-primary { border-top: 5px solid var(--emls-red); }
.contact-card-icon { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-bottom: 18px; border-radius: 50%; background: #e2f3ff; color: var(--emls-bright-blue); font-size: 1.25rem; }
.contact-card h2 { margin-bottom: 10px; color: var(--emls-blue); font-size: 1.65rem; }
.contact-card p { margin-bottom: 17px; color: var(--emls-muted); line-height: 1.65; }
.contact-card > a { display: block; width: fit-content; margin-top: 7px; color: var(--emls-blue); font-size: 1.12rem; font-weight: 700; }
.contact-card .contact-email { overflow-wrap: anywhere; color: var(--emls-red); }
.contact-card small { display: block; margin-top: 15px; color: var(--emls-muted); line-height: 1.5; }
.contact-client-note { display: flex; align-items: center; justify-content: space-between; gap: 36px; max-width: 980px; margin: 28px auto 0; padding: 28px 31px; border: 1px solid #cadce8; border-radius: 8px; background: #edf6fc; }
.contact-client-note > div { max-width: 760px; }
.contact-client-note h2 { margin-bottom: 7px; color: var(--emls-blue); font-size: 1.55rem; }
.contact-client-note p { margin: 0; color: var(--emls-muted); line-height: 1.65; }
.contact-client-note .interior-action { flex: 0 0 auto; }

/* Legal, resources and site map pages */
.legal-content .container { max-width: 980px; }
.legal-content { background: #fff; }
.legal-content p,
.legal-content .cl-blog-text { color: #4f6072; font-size: 1rem; line-height: 1.78; }
.legal-content blockquote { margin: 18px 0 24px; padding: 20px 25px; border-left: 4px solid var(--emls-bright-blue); background: #f3f8fc; color: #334b61; line-height: 1.85; }
.legal-content a { color: var(--emls-bright-blue); font-weight: 700; }
.fair-housing-copy,
.privacy-copy,
.fair-housing-page .legal-content blockquote {
  font-family: "Fira Sans", Arial, sans-serif;
  color: #4f6072;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.78;
}
.fair-housing-copy p,
.fair-housing-copy li,
.fair-housing-copy a,
.fair-housing-copy span,
.privacy-copy p,
.privacy-copy li,
.privacy-copy a,
.privacy-copy span,
.terms-copy p,
.terms-copy li,
.terms-copy a,
.terms-copy span { font-family: "Fira Sans", Arial, sans-serif; font-size: 15px; font-weight: 400; line-height: 1.78; }
.fair-housing-copy > p { margin: 0 0 20px; }
.fair-housing-copy h2 { margin: 34px 0 12px; color: var(--emls-blue); font-size: 1.55rem; }
.fair-housing-list { margin: 4px 0 24px; padding: 0; list-style: none; }
.fair-housing-list li { position: relative; margin: 9px 0; padding-left: 29px; }
.fair-housing-list li::before { content: "\2713"; position: absolute; top: 0; left: 0; color: var(--emls-bright-blue); font-weight: 700; }
.fair-housing-note { margin-top: 30px !important; padding: 18px 21px; border-left: 4px solid var(--emls-bright-blue); background: #f3f8fc; }
.privacy-copy strong { font-family: "Fira Sans", Arial, sans-serif; font-weight: 400; }
.privacy-copy > p { margin: 0 0 20px; }
.privacy-copy h2 { margin: 34px 0 12px; color: var(--emls-blue); font-size: 1.55rem; }
.privacy-copy a { color: var(--emls-bright-blue); font-weight: 700; }
.legal-updated { display: inline-block; margin-bottom: 26px !important; padding: 8px 13px; border-radius: 4px; background: #edf6fc; color: var(--emls-blue); }
.legal-updated strong { font-weight: 700; }
.legal-list { margin: 4px 0 24px; padding: 0; list-style: none; }
.legal-list li { position: relative; margin: 10px 0; padding-left: 29px; }
.legal-list li::before { content: "\2713"; position: absolute; top: 0; left: 0; color: var(--emls-bright-blue); font-weight: 700; }
.privacy-no-sale { color: var(--emls-blue); font-weight: 700; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.terms-copy { font-family: "Fira Sans", Arial, sans-serif; color: #4f6072; font-size: 1rem; line-height: 1.78; }
.terms-copy > p { margin: 0 0 20px; }
.terms-copy h2 { margin: 34px 0 12px; color: var(--emls-blue); font-size: 1.55rem; }
.terms-copy a { color: var(--emls-bright-blue); font-weight: 700; }
.terms-copy strong { font-family: "Fira Sans", Arial, sans-serif; font-weight: 700; }

.resources-intro blockquote,
.sitemap-intro blockquote { max-width: 900px; margin-left: 0; text-align: left; }
.resource-links-content,
.sitemap-content { background: #f6f9fc; }
.resource-links-grid,
.sitemap-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.resource-link-card,
.sitemap-card { padding: 30px; border: 1px solid #cfdee9; border-radius: 9px; background: #fff; box-shadow: 0 8px 25px rgba(7,59,120,.06); }
.resource-link-card-primary { border-top: 5px solid var(--emls-red); }
.resource-link-icon { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-bottom: 17px; border-radius: 50%; background: #e2f3ff; color: var(--emls-bright-blue); font-size: 1.2rem; }
.resource-link-card h2,
.sitemap-card h2 { margin-bottom: 12px; color: var(--emls-blue); font-size: 1.45rem; }
.resource-link-card p { color: var(--emls-muted); line-height: 1.65; }
.resource-link-card ul,
.sitemap-card ul { margin: 18px 0 0; padding: 0; list-style: none; }
.resource-link-card li,
.sitemap-card li { margin: 10px 0; }
.resource-link-card a,
.sitemap-card a { color: var(--emls-bright-blue); font-weight: 700; }
.resource-link-card a::after { content: " \2192"; }
.sitemap-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sitemap-card li { padding-bottom: 9px; border-bottom: 1px solid #e1eaf1; }
.sitemap-card li:last-child { padding-bottom: 0; border-bottom: 0; }

@media (max-width: 600px) {
  .page-title-section { padding: 38px 0 32px; }
  .section-block, .section-block-blue { padding: 38px 0; }
  .interior-action { width: 100%; }
}

@media (max-width: 767px) {
  .flat-rate-feature-grid,
  .flat-rate-comparison,
  .flat-rate-control-grid,
  .flat-rate-fit-grid { grid-template-columns: 1fr; }
  .flat-rate-feature-grid article { min-height: 0; }
  .why-choose-three,
  .why-choose-proof,
  .why-choose-benefit-grid,
  .why-choose-checklist { grid-template-columns: 1fr; }
  .why-choose-proof { padding: 28px 23px; }
  .why-choose-personal .container { flex-direction: column; align-items: flex-start; }
  .listing-sites-logo-grid,
  .listing-sites-flow-grid,
  .listing-sites-brokerage-grid,
  .listing-sites-timing-grid { grid-template-columns: 1fr; }
  .listing-sites-coverage-callout .container { flex-direction: column; align-items: stretch; }
  .reviews-proof-strip .container,
  .reviews-featured-grid,
  .reviews-results .container,
  .reviews-region-grid { grid-template-columns: 1fr; }
  .reviews-proof-strip .container > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.3); }
  .reviews-proof-strip .container > div:last-child { border-bottom: 0; }
  .reviews-independent .container { flex-direction: column; align-items: stretch; }
  .testimonial-archive-group summary { align-items: flex-start; flex-direction: column; gap: 4px; }
  .about-proof-strip .container,
  .about-company-grid,
  .about-purpose-grid,
  .about-broker-grid,
  .about-verification-grid { grid-template-columns: 1fr; }
  .about-proof-strip .container > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.3); }
  .about-proof-strip .container > div:last-child { border-bottom: 0; }
  .about-license-card li { align-items: flex-start; flex-direction: column; gap: 3px; }
  .about-license-card span { text-align: left; }
  .about-identity .container { align-items: stretch; flex-direction: column; }
  .contact-card-grid { grid-template-columns: 1fr; }
  .contact-client-note { align-items: stretch; flex-direction: column; }
  .resource-links-grid,
  .sitemap-grid { grid-template-columns: 1fr; }
}
/* Savings calculator */
.savings-intro blockquote { max-width: 900px; margin: 18px auto 0; padding: 18px 22px; border: 0; border-left: 4px solid var(--emls-bright-blue); border-radius: 0 6px 6px 0; background: #f5faff; box-shadow: 0 5px 16px rgba(7,59,120,.06); color: var(--emls-muted); font-size: 1.1rem; font-style: normal; line-height: 1.7; text-align: left; }
.savings-calculator-card { max-width: 980px; margin: 0 auto; padding: 34px; border: 1px solid #cfddea; border-radius: 18px; background: #fff; box-shadow: 0 16px 38px rgba(7,59,120,.1); }
.savings-calculator-heading { max-width: 760px; margin-bottom: 26px; }
.savings-calculator-heading h2 { margin-bottom: 10px; }
.savings-form { display: grid; grid-template-columns: 1fr 1fr auto; gap: 18px; align-items: end; }
.savings-field label { display: block; margin-bottom: 7px; color: #073b78; font-weight: 700; }
.savings-input-wrap { display: flex; align-items: center; min-height: 54px; border: 1px solid #afc5d9; border-radius: 8px; background: #fff; overflow: hidden; }
.savings-input-wrap span { padding: 0 0 0 16px; color: #50647a; font-size: 20px; font-weight: 700; }
.savings-input-wrap input { width: 100%; min-width: 0; height: 52px; padding: 10px 14px 10px 8px; border: 0; outline: 0; color: #17263a; font-size: 20px; font-weight: 700; }
.savings-input-wrap.savings-percent input { padding-left: 14px; }
.savings-input-wrap.savings-percent span { padding: 0 16px 0 0; }
.savings-submit { min-height: 54px; border: 0; cursor: pointer; }
.savings-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 30px; }
.savings-results article { padding: 22px; border-radius: 12px; background: #f3f8fc; }
.savings-results span, .savings-results small { display: block; }
.savings-results span { min-height: 48px; color: #52677c; font-weight: 700; }
.savings-results strong { display: block; margin: 7px 0; color: #073b78; font-size: 30px; line-height: 1.1; }
.savings-results .savings-flat-cost strong { font-size: 25px; }
.savings-results small { color: #617489; line-height: 1.45; }
.savings-results .savings-result-highlight { background: #073b78; }
.savings-results .savings-result-highlight span, .savings-results .savings-result-highlight strong { color: #fff; }
.savings-disclaimer { max-width: 980px; margin: 18px auto 0; color: #617489; font-size: 13px; line-height: 1.55; }
.savings-control-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: center; }
.savings-control-section h2, .savings-control-section p { color: #fff; }
.savings-control-points p { margin: 0 0 13px; font-weight: 600; }
.savings-control-points span { margin-right: 9px; color: #73d4ff; font-weight: 800; }
.savings-example-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.savings-example-grid article { padding: 28px 22px; border: 1px solid #cfdeeb; border-radius: 14px; text-align: center; background: #fff; }
.savings-example-grid span, .savings-example-grid strong { display: block; }
.savings-example-grid span { color: #52677c; font-weight: 700; }
.savings-example-grid strong { margin: 9px 0 2px; color: #073b78; font-size: 34px; }
.savings-example-grid p { margin: 0; }
@media (max-width: 767px) {
  .savings-calculator-card { padding: 24px 18px; }
  .savings-form, .savings-results, .savings-control-grid, .savings-example-grid { grid-template-columns: 1fr; }
  .savings-results span { min-height: 0; }
}

/* Rental information */
.rental-info-intro blockquote, .warranty-intro blockquote { max-width: 900px; margin: 18px auto 0; padding: 18px 22px; border: 0; border-left: 4px solid var(--emls-bright-blue); border-radius: 0 6px 6px 0; background: #f5faff; box-shadow: 0 5px 16px rgba(7,59,120,.06); color: var(--emls-muted); font-size: 1.1rem; font-style: normal; line-height: 1.7; text-align: left; }
.rental-benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.rental-benefit-grid article { position: relative; padding: 28px 28px 26px 66px; border: 1px solid #cfddea; border-radius: 14px; background: #fff; }
.rental-benefit-grid article > span { position: absolute; top: 27px; left: 28px; color: #0878d1; font-size: 22px; font-weight: 800; }
.rental-benefit-grid h3 { margin-bottom: 9px; }
.rental-benefit-grid p { margin: 0; }
.rental-control-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 52px; align-items: center; }
.rental-control-section h2, .rental-control-section p, .rental-control-section li { color: #fff; }
.rental-control-section ul { margin: 0; padding-left: 22px; }
.rental-control-section li { margin-bottom: 10px; }
.rental-agent-copy { max-width: 900px; margin: 0 auto; }
.rental-agent-copy p + p { margin-top: 17px; }

/* Warranty information */
.warranty-summary-grid, .warranty-cost-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 52px; align-items: center; }
.warranty-image { padding: 25px; border: 1px solid #d4e1ec; border-radius: 16px; background: #fff; text-align: center; }
.warranty-image img { max-width: 100%; height: auto; }
.warranty-check-list { margin: 20px 0 0; padding: 0; list-style: none; }
.warranty-check-list li { position: relative; margin-bottom: 13px; padding-left: 30px; }
.warranty-check-list li::before { content: "\2713"; position: absolute; left: 0; color: #0878d1; font-weight: 800; }
.warranty-cost-grid { grid-template-columns: 1fr 1fr; }
.warranty-cost-section h2, .warranty-cost-section h3, .warranty-cost-section p { color: #fff; }
.warranty-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.warranty-detail-grid article { padding: 26px; border: 1px solid #cfddea; border-radius: 14px; background: #fff; }
.warranty-disclaimer { margin: 22px 0 0; padding: 15px 18px; border-left: 4px solid #0878d1; background: #f3f8fc; color: #5b6d7f; font-size: 14px; }
@media (max-width: 767px) {
  .rental-benefit-grid, .rental-control-grid, .warranty-summary-grid, .warranty-cost-grid, .warranty-detail-grid { grid-template-columns: 1fr; }
}

/* Account access */
.account-access-intro, .account-access-intro h2, .account-access-intro blockquote, .account-access-section, .account-access-section h2, .account-access-section h3, .account-access-section p, .account-access-section li, .account-access-section a, .account-access-section span { font-family: "Fira Sans", Arial, sans-serif; }
.account-access-intro blockquote { max-width: 880px; margin: 18px auto 0; padding: 18px 22px; border: 0; border-left: 4px solid var(--emls-bright-blue); border-radius: 0 6px 6px 0; background: #f5faff; box-shadow: 0 5px 16px rgba(7,59,120,.06); color: var(--emls-muted); font-size: 1.1rem; font-style: normal; line-height: 1.7; text-align: left; }
.account-access-section { background: #f3f8fc; }
.account-access-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; }
.account-access-card { display: flex; flex-direction: column; padding: 36px; border: 1px solid #cbdbe8; border-radius: 16px; background: #fff; box-shadow: 0 12px 32px rgba(7,59,120,.08); }
.account-access-card.account-access-new { border-top: 6px solid #d9271c; }
.account-access-card:not(.account-access-new) { border-top: 6px solid #073b78; }
.account-access-label { color: #d9271c; font-size: .82rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.account-access-card h2 { margin: 10px 0 14px; }
.account-access-card p, .account-access-card li { color: #53687d; font-family: "Fira Sans", Arial, sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.65; }
.account-access-card ul { margin: 8px 0 25px; padding-left: 21px; color: #43586c; }
.account-access-card li { margin-bottom: 8px; }
.account-access-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; margin: 0 0 20px; padding: 13px 22px; border: 2px solid #073b78; border-radius: 6px; color: #073b78; font-weight: 800; text-decoration: none; }
.account-access-card:not(.account-access-new) .account-access-button { background: #073b78; color: #fff; }
.account-access-button.primary { border-color: #d9271c; background: #d9271c; color: #fff; }
.account-access-button:hover, .account-access-button:focus, .account-access-button:active { border-color: #0878d1; background: #0878d1; color: #fff; }
.account-access-button.primary:hover, .account-access-button.primary:focus { border-color: #b91d15; background: #b91d15; }
.account-online-note { margin: 28px auto 50px; padding: 0 20px; color: #073b78; font-family: "Fira Sans", Arial, sans-serif; text-align: center; }
@media (max-width: 767px) {
  .account-access-grid { grid-template-columns: 1fr; }
  .account-access-card { min-height: 0; padding: 28px 22px; }
}
