/* E85 editorial page: scoped styles, no external fonts or media requests. */
.e85-page { background: var(--ink, #05070a); color: #f5f7fa; }
.e85-page [id] { scroll-margin-top: 24px; }
.e85-page a:focus-visible, .e85-page button:focus-visible, .e85-page input:focus-visible, .e85-page summary:focus-visible { outline: 3px solid #65b9ff; outline-offset: 5px; }
.e85-page p, .e85-page li { font-size: 16px; line-height: 1.8; }
.e85-page p { color: #b6c1cc; }
.e85-page h1, .e85-page h2, .e85-page h3 { text-wrap: balance; }
.e85-page h2 { font-size: clamp(31px, 3.3vw, 49px); line-height: 1.12; letter-spacing: -.045em; margin: 0 0 25px; }
.e85-page h3 { margin: 0 0 14px; font-size: 23px; line-height: 1.25; letter-spacing: -.025em; }
.e85-wrap { width: min(1260px, calc(100% - 64px)); margin: 0 auto; }
.e85-section { padding: clamp(62px, 7vw, 105px) 0; }
.e85-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 90px); align-items: center; }
.e85-page .e85-eyebrow { color: #86cdff; font: 700 11px/1.5 var(--font-geist-mono, monospace); letter-spacing: .13em; margin: 0 0 22px; }
.e85-hero { position: relative; isolation: isolate; min-height: 740px; padding: 123px 0 54px; overflow: hidden; }
.e85-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 65% center; z-index: -2; }
.e85-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,6,10,.98) 0%, rgba(3,6,10,.87) 48%, rgba(3,6,10,.33) 100%), linear-gradient(0deg, #05070a, transparent 55%); z-index: -1; }
.e85-hero h1 { font-size: clamp(40px, 4.7vw, 69px); line-height: 1.03; letter-spacing: -.05em; max-width: 810px; margin: 0; }
.e85-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; font-size: 12px; color: #c4d0da; margin-bottom: 38px; }
.e85-breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.e85-hero .e85-lead { max-width: 690px; font-size: 18px; line-height: 1.75; color: #d4dde5; margin: 24px 0 0; }
.e85-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 28px; }
.e85-button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 16px 21px; min-height: 52px; border: 1px solid transparent; border-radius: 0; color: #fff; font: 750 13px/1.5 var(--font-geist-sans, sans-serif); text-align: center; cursor: pointer; text-decoration: none; transition: background .15s ease, border-color .15s ease; }
.e85-button span { flex-shrink: 0; }
.e85-button-primary { background: #1266b6; border-color: #449be7; }
.e85-button-primary:hover { background: #1978d0; }
.e85-button-secondary { background: rgba(0,0,0,.2); border-color: #74828e; }
.e85-button-secondary:hover { background: rgba(255,255,255,.1); }
.e85-proof { display: flex; flex-wrap: wrap; gap: 26px 48px; list-style: none; margin: 42px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.2); max-width: 760px; }
.e85-proof li { display: grid; gap: 5px; font-size: 12px; line-height: 1.5; }
.e85-proof strong { font-size: 21px; }
.e85-proof span { color: #c5cfd9; }
.e85-jump-links { border-block: 1px solid rgba(255,255,255,.14); background: #0b1119; }
.e85-jump-links nav { display: flex; flex-wrap: wrap; gap: 0 34px; padding-block: 10px; }
.e85-jump-links a { display: inline-flex; align-items: center; min-height: 42px; padding-block: 7px; font-size: 13px; font-weight: 650; color: #c9d9e7; }
.e85-jump-links a:hover, .e85-text-link:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.e85-section-light { background: #f2f4f6; color: #101822; }
.e85-section-light p, .e85-section-light li { color: #485667; }
.e85-section-light .e85-eyebrow { color: #155f9f; }
.e85-text-link { color: #86cdff; display: inline-block; font-size: 14px; font-weight: 750; line-height: 1.7; padding-block: 5px; }
.e85-section-light .e85-text-link { color: #125d9e; }
.e85-section-light .e85-text-link:hover { color: #073e6e; }
.e85-card { border: 1px solid #c8d1d9; padding: clamp(24px, 3vw, 40px); background: #fff; }
.e85-card-label { display: block; color: #87ccff; font: 700 10px/1.6 var(--font-geist-mono, monospace); letter-spacing: .12em; margin-bottom: 16px; }
.e85-card .e85-card-label { color: #1a629f; }
.e85-check-list { padding-left: 20px; margin: 20px 0 27px; }
.e85-check-list li { margin-bottom: 12px; padding-left: 3px; }
.e85-page .e85-small { font-size: 13px; line-height: 1.7; }
.e85-small a { text-decoration: underline; text-underline-offset: 3px; }
.e85-section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: end; gap: 45px; margin-bottom: 44px; }
.e85-section-heading h2, .e85-section-heading > p { margin-bottom: 0; }
.e85-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: #303c48; border: 1px solid #303c48; padding: 0; margin: 0; list-style: none; }
.e85-steps li { padding: 30px; background: #0d141d; }
.e85-step-number { display: block; color: #85caff; font: 700 12px/1 var(--font-geist-mono, monospace); margin-bottom: 29px; }
.e85-steps p { font-size: 15px; margin-bottom: 0; }
.e85-inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 27px; }
.e85-inline-cta p { max-width: 840px; font-size: 14px; margin: 0; }
.e85-inline-cta strong { color: #f0f5fa; }
.e85-inline-cta .e85-button { flex-shrink: 0; }
.e85-section-panel { background: #101820; border-block: 1px solid #263342; }
.e85-side-note { padding: 28px 32px; border-left: 3px solid #449be7; background: #0b1119; }
.e85-side-note p:last-child { margin-bottom: 0; }
.e85-comparison { width: 100%; border-collapse: collapse; table-layout: fixed; background: #0b131c; color: #ced8e2; font-size: 15px; line-height: 1.75; }
.e85-comparison th, .e85-comparison td { padding: 22px; border: 1px solid #334352; text-align: left; vertical-align: top; overflow-wrap: anywhere; }
.e85-comparison thead th { background: #182634; color: #f2f7fc; font-weight: 700; }
.e85-comparison thead th:first-child { width: 20%; }
.e85-comparison tbody th { color: #b6cce0; font-size: 14px; font-weight: 650; }
.e85-comparison td:nth-child(2) { background: #101f2d; }
.e85-comparison strong { color: #f2f7fc; }
.e85-page .e85-comparison-note { margin-top: 20px; font-size: 13px; line-height: 1.8; }
@media (max-width: 760px) {
  .e85-comparison, .e85-comparison tbody, .e85-comparison tr, .e85-comparison th, .e85-comparison td { display: block; width: 100%; }
  .e85-comparison thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .e85-comparison tr + tr { margin-top: 22px; }
  .e85-comparison tbody th { padding: 13px 18px; background: #182634; color: #f2f7fc; }
  .e85-comparison td { border-top: 0; padding: 18px; }
  .e85-comparison td::before { content: attr(data-label); display: block; margin-bottom: 8px; color: #8acbff; font-size: 12px; font-weight: 750; letter-spacing: .03em; }
}
.e85-page .e85-calculator-notice { padding: 14px 16px; margin: 0 0 25px; border-left: 3px solid #1a6daf; background: #eaf3fb; color: #2c4a62; font-size: 13px; line-height: 1.65; }
.e85-faq-layout { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: clamp(32px, 6vw, 80px); }
.e85-faq-list { border-top: 1px solid #364352; }
.e85-faq-item { border-bottom: 1px solid #364352; padding: 23px 0; }
.e85-faq-item summary { cursor: pointer; font-weight: 650; font-size: 17px; line-height: 1.6; padding-right: 8px; }
.e85-faq-item summary::marker { color: #72c6ff; }
.e85-faq-item p { padding-left: 22px; margin-bottom: 0; font-size: 15px; }
.e85-location { background: #0c131c; border-top: 1px solid #263342; }
.e85-location-image { margin: 0; position: relative; background: #162333; }
.e85-location-image img { display: block; width: 100%; aspect-ratio: 4 / 3; height: auto; object-fit: cover; }
.e85-location-image figcaption { position: absolute; inset: auto 0 0; padding: 27px 20px 20px; background: linear-gradient(transparent, rgba(0,0,0,.88)); font: 650 11px/1.5 var(--font-geist-mono, monospace); letter-spacing: .05em; }
.e85-address { margin-top: 21px; font-size: 16px; line-height: 1.85; font-style: normal; }
.e85-address a { color: #8bd1ff; }
@media (max-width: 1000px) {
  .e85-hero { min-height: 700px; }
  .e85-split { gap: 34px; }
  .e85-steps li { padding: 25px 22px; }
}
@media (max-width: 760px) {
  .e85-wrap { width: calc(100% - 40px); }
  .e85-hero { min-height: 0; padding: 165px 0 40px; }
  .e85-hero h1 { font-size: clamp(35px, 7.5vw, 55px); }
  .e85-hero .e85-lead { font-size: 16px; }
  .e85-hero-shade { background: linear-gradient(90deg, rgba(3,6,10,.96), rgba(3,6,10,.7)), linear-gradient(0deg, #05070a, transparent); }
  .e85-breadcrumb { margin-bottom: 30px; }
  .e85-proof { gap: 22px 30px; margin-top: 32px; }
  .e85-proof strong { font-size: 19px; }
  .e85-proof span { font-size: 11px; }
  .e85-jump-links nav { gap: 0 24px; }
  .e85-split, .e85-section-heading, .e85-steps, .e85-faq-layout { grid-template-columns: minmax(0, 1fr); }
  .e85-section-heading { gap: 0; margin-bottom: 28px; }
  .e85-section-heading h2 { margin-bottom: 20px; }
  .e85-steps li { padding: 25px; }
  .e85-step-number { margin-bottom: 17px; }
  .e85-inline-cta { flex-direction: column; align-items: flex-start; }
  .e85-location-image { max-width: 560px; }
}
@media (max-width: 420px) {
  .e85-wrap { width: calc(100% - 32px); }
  .e85-hero { padding-top: 160px; }
  .e85-hero h1 { font-size: clamp(28px, 8.5vw, 35px); }
  .e85-button { padding-inline: 15px; gap: 10px; }
  .e85-proof { gap: 20px 26px; }
  .e85-proof li:last-child { flex-basis: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .e85-button { transition: none; }
}
