:root {
   --hi-primary: #0075c4;
   --hi-primary-dark: #005a96;
   --hi-primary-tint: #d9effe;
   --hi-primary-pale: #eaf4fd;
   --hi-ink: #0e1b2c;
   --hi-ink-soft: #44546a;
   --hi-muted: #7a8699;
   --hi-line: #e3e9f1;
   --hi-line-soft: #eef2f7;
   --hi-cream: #fbf9f4;
   --hi-warm-bg: #fdf8f1;
   --hi-accent: #ff7a1a;
   --hi-accent-dark: #e35f00;
   --hi-success: #1f9d55;
   --hi-shadow-lg: 0 18px 48px -12px rgba(14, 27, 44, 0.18);
   --hi-shadow-md: 0 8px 24px -8px rgba(14, 27, 44, 0.14);
   --hi-display: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
   --hi-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
body { font-family: var(--hi-body); color: var(--hi-ink); background: #fff; -webkit-font-smoothing: antialiased; margin: 0; }
.hi-ico { display: inline-block; width: 1em; height: 1em; vertical-align: -0.125em; flex-shrink: 0; }

/* TOP BAR */
.hi-topbar { background: var(--hi-ink); color: #fff; font-size: 13px; padding: 9px 0; letter-spacing: 0.01em; }
.hi-topbar > .container > span { font-size: 13px !important; }
.hi-topbar .badge-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #4ade80; margin-right: 8px; vertical-align: middle; box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.7); animation: hi-pulse 2.2s infinite; }
@keyframes hi-pulse { 0% { box-shadow: 0 0 0 0 rgba(74,222,128,0.6); } 70% { box-shadow: 0 0 0 8px rgba(74,222,128,0); } 100% { box-shadow: 0 0 0 0 rgba(74,222,128,0); } }

/* HEADER */
.hi-header { background: #fff; padding: 14px 0; border-bottom: 1px solid var(--hi-line); }
.hi-header .logo img { height: 36px; }
.hi-header .header-call { font-weight: 600; color: var(--hi-ink); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; font-size: 15px; }
.hi-header .header-call .hi-ico { color: var(--hi-primary); width: 16px; height: 16px; }
.hi-header .header-call .label-small { font-size: 11px !important; color: var(--hi-muted); display: block; font-weight: 500; line-height: 1; margin-bottom: 2px; letter-spacing: 0.04em; text-transform: uppercase; }
.hi-header .header-call .phone-number { display: block; line-height: 1.1; font-size: 16px; }

/* HERO - warmer, John-first */
.hi-hero { position: relative; background: linear-gradient(180deg, #fdf8f1 0%, #fbfcfe 100%); padding: 56px 0 36px; overflow: hidden; }
.hi-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(14,27,44,0.04) 1px, transparent 1px); background-size: 32px 32px; mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%); -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%); opacity: 0.6; }
.hi-hero > .container { position: relative; }

.hi-johntag { display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--hi-line); padding: 6px 14px 6px 6px; border-radius: 999px; font-size: 13px !important; color: var(--hi-ink-soft); font-weight: 500; box-shadow: var(--hi-shadow-md); }
.hi-johntag .photo { width: 28px; height: 28px; border-radius: 50%; overflow: hidden; background: var(--hi-primary-pale); display: flex; align-items: center; justify-content: center; font-family: var(--hi-display); font-weight: 700; color: var(--hi-primary); font-size: 12px; }
.hi-johntag .photo img { width: 100%; height: 100%; object-fit: cover; }
.hi-johntag strong { color: var(--hi-ink); font-weight: 700; }

.hi-hero h1 { font-family: var(--hi-display); font-weight: 700; font-size: clamp(2.2rem, 4.6vw, 3.6rem); line-height: 1.04; letter-spacing: -0.02em; color: var(--hi-ink); margin: 22px 0 18px; max-width: 600px; }
.hi-hero h1 em { font-style: italic; color: var(--hi-primary); font-weight: 500; }
.hi-hero .lede { font-size: 17px !important; color: var(--hi-ink-soft); max-width: 540px; line-height: 1.6; margin: 0; }
.hi-hero .lede strong { color: var(--hi-ink); font-weight: 600; }

/* hero proof bar - replaces trust pills */
.hi-proof-bar { display: flex; flex-wrap: wrap; gap: 14px 28px; margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(14,27,44,0.08); }
.hi-proof-stat { display: flex; align-items: flex-start; gap: 10px; }
.hi-proof-stat .num { font-family: var(--hi-display); font-weight: 700; font-size: 28px; color: var(--hi-primary); line-height: 1; letter-spacing: -0.02em; }
.hi-proof-stat .label { font-size: 12px !important; color: var(--hi-ink-soft); font-weight: 500; line-height: 1.3; max-width: 120px; padding-top: 4px; }

/* hero photo - prominent, in the field */
.hi-johnphoto { position: relative; aspect-ratio: 4/5; border-radius: 24px; overflow: hidden; background: var(--hi-primary-pale); box-shadow: var(--hi-shadow-lg); max-width: 460px; margin-left: auto; }
.hi-johnphoto::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(14,27,44,0.55) 100%); pointer-events: none; }
.hi-johnphoto img { width: 100%; height: 100%; object-fit: cover; }
.hi-johnphoto .caption { position: absolute; bottom: 18px; left: 18px; right: 18px; color: #fff; z-index: 2; }
.hi-johnphoto .caption .name { font-family: var(--hi-display); font-weight: 700; font-size: 22px; letter-spacing: -0.01em; }
.hi-johnphoto .caption .sub { font-size: 13px !important; opacity: 0.92; font-weight: 500; margin-top: 2px; }
.hi-johnphoto .badge { position: absolute; top: 18px; left: 18px; background: rgba(255,255,255,0.95); backdrop-filter: blur(6px); padding: 8px 14px; border-radius: 999px; font-size: 12px !important; font-weight: 700; color: var(--hi-ink); display: flex; align-items: center; gap: 8px; z-index: 2; }
.hi-johnphoto .badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--hi-success); }
.hi-johnphoto .reviews-overlay { position: absolute; bottom: 18px; right: 18px; background: #fff; padding: 10px 14px; border-radius: 14px; box-shadow: var(--hi-shadow-md); z-index: 2; transform: rotate(2deg); }
.hi-johnphoto .reviews-overlay .stars { color: #f5a623; font-size: 13px; line-height: 1; margin-bottom: 4px; display: flex; gap: 1px; }
.hi-johnphoto .reviews-overlay .stars .hi-ico { width: 13px; height: 13px; }
.hi-johnphoto .reviews-overlay .lbl { font-size: 12px !important; font-weight: 700; color: var(--hi-ink); }
.hi-johnphoto .placeholder-img { width: 100%; height: 100%; background: linear-gradient(135deg, #b8d4e8 0%, #8aa9c5 50%, #5d7a96 100%); position: relative; }
.hi-johnphoto .placeholder-img::before { content: "Photo of John on a roof or at a site"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.7); font-size: 13px; text-align: center; padding: 20px; font-style: italic; }

/* THE WHY-BUY-HERE STRIP - John's voice */
.hi-why { padding: 48px 0; background: #fff; }
.hi-why .row { align-items: stretch; }
.hi-why-card { padding: 28px; height: 100%; border-radius: 18px; background: #fff; border: 1px solid var(--hi-line); display: flex; flex-direction: column; gap: 8px; }
.hi-why-card .ico-wrap { width: 44px; height: 44px; border-radius: 12px; background: var(--hi-primary-pale); color: var(--hi-primary); display: flex; align-items: center; justify-content: center; margin-bottom: 6px; }
.hi-why-card .ico-wrap .hi-ico { width: 22px; height: 22px; }
.hi-why-card h4 { font-family: var(--hi-display); font-weight: 700; font-size: 18px; margin: 0; letter-spacing: -0.005em; line-height: 1.25; }
.hi-why-card p { color: var(--hi-ink-soft); font-size: 14.5px !important; margin: 0; line-height: 1.55; }

/* PRODUCT SECTION */
.hi-products { padding: 56px 0; background: linear-gradient(180deg, #f7fafd 0%, #fbfcfe 100%); border-top: 1px solid var(--hi-line); }
.hi-section-head { text-align: center; margin-bottom: 36px; max-width: 700px; margin-left: auto; margin-right: auto; }
.hi-section-head .eyebrow { color: var(--hi-primary); font-weight: 700; font-size: 12px !important; letter-spacing: 0.18em; text-transform: uppercase; }
.hi-section-head h2 { font-family: var(--hi-display); font-weight: 700; font-size: clamp(1.8rem, 3.4vw, 2.6rem); letter-spacing: -0.015em; margin: 10px 0 10px; line-height: 1.12; }
.hi-section-head p { color: var(--hi-ink-soft); font-size: 16px; line-height: 1.6; }

.hi-product { position: relative; background: #fff; border: 1.5px solid var(--hi-line); border-radius: 22px; padding: 36px 34px; display: flex; flex-direction: column; max-width: 560px; margin: 0 auto; box-shadow: var(--hi-shadow-md); }
.hi-product--featured { border-color: var(--hi-primary); background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%); }
.hi-product .ribbon-icon { width: 52px; height: 52px; border-radius: 14px; background: var(--hi-primary-pale); display: flex; align-items: center; justify-content: center; color: var(--hi-primary); margin-bottom: 16px; }
.hi-product .ribbon-icon .hi-ico { width: 26px; height: 26px; }
.hi-product h3 { font-family: var(--hi-display); font-weight: 700; font-size: 28px; margin: 0 0 6px; letter-spacing: -0.01em; line-height: 1.15; }
.hi-product .tagline { color: var(--hi-ink-soft); font-size: 15.5px !important; margin: 0 0 22px; line-height: 1.55; }

.hi-price-block { margin: 0 0 22px; }
.hi-price { display: block; font-family: var(--hi-display); font-weight: 700; font-size: 52px !important; color: var(--hi-ink); letter-spacing: -0.025em; line-height: 1; }
.hi-price-sub { display: block; margin-top: 6px; color: var(--hi-muted); font-size: 13px !important; font-weight: 500; }

.hi-includes { list-style: none; padding: 0; margin: 0 0 24px; }
.hi-includes li { display: flex; align-items: flex-start; gap: 10px; padding: 6px 0; font-size: 14.5px !important; color: var(--hi-ink); line-height: 1.45; }
.hi-includes li .hi-ico { color: var(--hi-success); width: 14px; height: 14px; margin-top: 4px; }

.hi-options { background: var(--hi-cream); border: 1px solid var(--hi-line); border-radius: 14px; padding: 16px 18px; margin-bottom: 22px; }
.hi-options-label { font-size: 11px !important; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--hi-ink-soft); margin-bottom: 12px; }
.hi-opt { display: flex; align-items: center; gap: 12px; padding: 11px 12px; border-radius: 10px; cursor: pointer; transition: background .15s, border-color .15s; border: 1px solid transparent; margin: 0; }
.hi-opt + .hi-opt { margin-top: 4px; }
.hi-opt:hover { background: rgba(0,117,196,0.04); }
.hi-opt input { accent-color: var(--hi-primary); width: 18px; height: 18px; flex-shrink: 0; margin: 0; }
.hi-opt .opt-label { font-size: 14.5px !important; font-weight: 600; flex: 1; }
.hi-opt .opt-price { font-size: 14.5px !important; font-weight: 700; color: var(--hi-primary); white-space: nowrap; }
.hi-opt.is-checked { background: rgba(0,117,196,0.07); border-color: var(--hi-primary-tint); }
.hi-bundle-hint { font-size: 12.5px !important; color: var(--hi-ink-soft); font-weight: 500; margin-top: 12px; display: flex; align-items: center; gap: 6px; line-height: 1.4; }
.hi-bundle-hint .hi-ico { color: var(--hi-accent-dark); width: 13px; height: 13px; flex-shrink: 0; }

.hi-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 22px; border-radius: 12px; font-weight: 700; font-size: 16px; letter-spacing: 0.01em; text-decoration: none; border: 0; cursor: pointer; width: 100%; transition: transform .15s, box-shadow .15s, background .15s; font-family: var(--hi-body); }
.hi-btn .hi-ico { width: 17px; height: 17px; }
.hi-btn-primary { background: var(--hi-primary); color: #fff; box-shadow: 0 6px 16px -6px rgba(0,117,196,0.55); }
.hi-btn-primary:hover { background: var(--hi-primary-dark); transform: translateY(-1px); color: #fff; }
.hi-btn-light { background: #fff; color: var(--hi-ink); box-shadow: 0 6px 18px -6px rgba(0,0,0,0.35); }
.hi-btn-light:hover { background: #fff; color: var(--hi-primary); transform: translateY(-1px); }
.hi-btn-light .hi-ico { color: var(--hi-primary); }
.hi-btn-meta { text-align: center; margin-top: 12px; font-size: 12.5px !important; color: var(--hi-muted); line-height: 1.5; display: flex; align-items: center; justify-content: center; gap: 6px; }
.hi-btn-meta .hi-ico { color: var(--hi-success); width: 12px; height: 12px; }

/* WHAT TO EXPECT - John walks you through it */
.hi-expect { padding: 64px 0; background: #fff; }
.hi-expect-quote { font-family: var(--hi-display); font-style: italic; font-size: clamp(1.4rem, 2.2vw, 1.7rem); line-height: 1.4; color: var(--hi-ink); max-width: 720px; margin: 0 auto 36px; text-align: center; letter-spacing: -0.01em; }
.hi-expect-quote::before { content: "\201C"; font-size: 64px; line-height: 0.5; vertical-align: -0.2em; color: var(--hi-primary-tint); margin-right: 4px; }
.hi-expect-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; max-width: 1000px; margin: 0 auto; }
@media (max-width: 991px) { .hi-expect-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .hi-expect-grid { grid-template-columns: 1fr; } }
.hi-step { background: var(--hi-cream); border-radius: 16px; padding: 22px; border: 1px solid var(--hi-line); }
.hi-step .num { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: var(--hi-primary); color: #fff; font-family: var(--hi-display); font-weight: 700; font-size: 14px; margin-bottom: 12px; }
.hi-step h5 { font-family: var(--hi-display); font-weight: 700; font-size: 16px; margin: 0 0 4px; line-height: 1.2; letter-spacing: -0.005em; }
.hi-step p { color: var(--hi-ink-soft); font-size: 13.5px !important; margin: 0; line-height: 1.5; }

/* SERVICE AREA - human terms */
.hi-area { padding: 56px 0; background: linear-gradient(180deg, #fbfcfe 0%, #f7fafd 100%); border-top: 1px solid var(--hi-line); }
.hi-area-text { font-size: 17px !important; color: var(--hi-ink); line-height: 1.6; max-width: 700px; }
.hi-area-text strong { color: var(--hi-primary); font-weight: 700; }
.hi-area .areas-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.hi-area .area-chip { background: #fff; border: 1px solid var(--hi-line); padding: 8px 14px; border-radius: 999px; font-size: 13px !important; color: var(--hi-ink); font-weight: 500; }
.hi-area .area-chip strong { font-weight: 700; }

/* REVIEWS - with faces */
.hi-reviews { padding: 56px 0; background: #fff; }
.hi-reviews-row { align-items: stretch; }
.hi-reviews-row > [class*="col-"] { display: flex; min-width: 0; }
.hi-review-card {
    background: #fff;
    border: 1px solid var(--hi-line);
    border-radius: 16px;
    padding: 26px 24px 22px;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.hi-review-card::before { content: "\201C"; position: absolute; top: 6px; right: 18px; font-family: var(--hi-display); font-size: 72px; color: var(--hi-primary-tint); line-height: 1; pointer-events: none; }
.hi-review-card-top { margin-bottom: 14px; }
.hi-review-card .stars { display: flex; gap: 1px; color: #f5a623; }
.hi-review-card .stars .hi-ico { width: 14px; height: 14px; }
.hi-review-body {
    flex: 1 1 auto;
    min-height: calc(1.6em * 3);
    margin-bottom: 16px;
}
.hi-review-text {
    color: var(--hi-ink);
    font-size: 14.5px !important;
    line-height: 1.6;
    margin: 0;
}
.hi-review-text.is-clamped {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hi-review-text.is-expanded {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    word-wrap: break-word;
}
.hi-review-expand {
    display: inline-block;
    position: relative;
    z-index: 2;
    margin-top: 10px;
    padding: 0;
    border: 0;
    background: none;
    font-size: 13px !important;
    font-weight: 600;
    color: var(--hi-primary);
    cursor: pointer;
    text-decoration: none;
}
.hi-review-expand:hover,
.hi-review-expand:focus {
    color: var(--hi-primary-dark);
    text-decoration: underline;
}
.hi-review-expand.d-none { display: none !important; }
.hi-review-divider {
    border: 0;
    border-top: 1px solid var(--hi-line);
    margin: 0 0 16px;
    opacity: 1;
}
.hi-review-card .reviewer { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.hi-review-card .reviewer .face {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #5b9fd4, #0075c4);
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1;
    font-style: normal;
}
.hi-review-card .reviewer h5 { margin: 0; font-size: 14px; font-weight: 700; line-height: 1.2; }
.hi-review-card .reviewer span { font-size: 12px !important; color: var(--hi-muted); }
.hi-review-modal {
    z-index: 10050;
}
.hi-review-modal .modal-body {
    color: var(--hi-ink);
    font-size: 15px !important;
    line-height: 1.65;
    white-space: pre-wrap;
}

/* FINAL CTA */
.hi-final-cta { background: var(--hi-ink); color: #fff; padding: 72px 0; text-align: center; position: relative; overflow: hidden; }
.hi-final-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(0,117,196,0.28), transparent 45%), radial-gradient(circle at 15% 85%, rgba(255,122,26,0.12), transparent 50%); pointer-events: none; }
.hi-final-cta > .container { position: relative; }
.hi-final-cta h2 { font-family: var(--hi-display); font-weight: 700; font-size: clamp(2rem, 3.6vw, 2.8rem); letter-spacing: -0.02em; line-height: 1.1; margin: 0 auto 14px; max-width: 720px; }
.hi-final-cta h2 em { font-style: italic; color: #7ec3ec; font-weight: 500; }
.hi-final-cta p { color: #b9c3d0; font-size: 17px !important; max-width: 540px; margin: 0 auto 30px; line-height: 1.55; }
.hi-final-cta .hi-btn { max-width: 340px; margin: 0 auto; }

/* STICKY MOBILE CTA */
.hi-mobile-cta { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 1px solid var(--hi-line); padding: 10px 14px env(safe-area-inset-bottom, 10px); z-index: 999; display: none; box-shadow: 0 -6px 18px -6px rgba(14, 27, 44, 0.12); }
.hi-mobile-cta .hi-btn { padding: 14px 18px; font-size: 15px; }
@media (max-width: 767px) { .hi-mobile-cta { display: block; } body { padding-bottom: 80px; } }

.hi-footer { padding: 32px 0; background: #fbfcfe; text-align: center; font-size: 13px !important; color: var(--hi-muted); border-top: 1px solid var(--hi-line); }
.hi-footer a { color: var(--hi-ink-soft); text-decoration: none; font-weight: 600; }
.hi-footer .small-print { margin-top: 6px; font-size: 12px !important; }
.hi-footer .small-print a { color: var(--hi-primary); }

@media (max-width: 767px) {
   .hi-hero { padding: 36px 0 28px; }
   .hi-product { padding: 28px 22px; }
   .hi-price { font-size: 44px !important; }
   .hi-johnphoto { margin: 32px auto 0; }
   .hi-hero h1 { margin-top: 18px; }
   .hi-products { padding: 48px 0; }
   .hi-expect { padding: 48px 0; }
   .hi-area { padding: 48px 0; }
   .hi-reviews { padding: 48px 0; }
   .hi-final-cta { padding: 56px 0; }
}
.save-badge { background: var(--hi-success); color:#fff; font-size: 10px !important; padding: 2px 7px; border-radius: 999px; margin-left: 6px; font-weight: 700; letter-spacing: 0.04em; vertical-align: 1px; }

.hi-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 22px; border-radius: 12px; font-weight: 700; font-size: 16px; letter-spacing: 0.01em; text-decoration: none; border: 0; cursor: pointer; width: 100%; transition: transform .15s, box-shadow .15s, background .15s; font-family: var(--hi-body); }
.hi-btn .hi-ico { width: 17px; height: 17px; }
.hi-btn-primary { background: var(--hi-primary); color: #fff; box-shadow: 0 6px 16px -6px rgba(0,117,196,0.55); }
.hi-btn-primary:hover { background: var(--hi-primary-dark); transform: translateY(-1px); color: #fff; }
.hi-btn-light { background: #fff; color: var(--hi-ink); box-shadow: 0 6px 18px -6px rgba(0,0,0,0.35); }
.hi-btn-light:hover { background: #fff; color: var(--hi-primary); transform: translateY(-1px); }
.hi-btn-light .hi-ico { color: var(--hi-primary); }
.hi-btn-meta { text-align: center; margin-top: 12px; font-size: 12.5px !important; color: var(--hi-muted); line-height: 1.5; display: flex; align-items: center; justify-content: center; gap: 6px; }
.hi-btn-meta .hi-ico { color: var(--hi-success); width: 12px; height: 12px; }

/* WHAT YOU NEED TO KNOW - explainer for first-time renewers */
.hi-explainer { padding: 64px 0; background: #fff; }
.hi-explainer-quote { font-family: var(--hi-display); font-style: italic; font-size: clamp(1.4rem, 2.2vw, 1.7rem); line-height: 1.4; color: var(--hi-ink); max-width: 720px; margin: 0 auto 36px; text-align: center; letter-spacing: -0.01em; }
.hi-explainer-quote::before { content: "\201C"; font-size: 64px; line-height: 0.5; vertical-align: -0.2em; color: var(--hi-primary-tint); margin-right: 4px; }
.hi-explain-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 980px; margin: 0 auto; }
@media (max-width: 767px) { .hi-explain-grid { grid-template-columns: 1fr; } }
.hi-explain-card { background: var(--hi-cream); border-radius: 18px; padding: 28px; border: 1px solid var(--hi-line); }
.hi-explain-card .tag { display: inline-block; background: var(--hi-primary); color: #fff; padding: 4px 10px; border-radius: 999px; font-size: 11px !important; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 14px; }
.hi-explain-card h4 { font-family: var(--hi-display); font-weight: 700; font-size: 22px; margin: 0 0 12px; line-height: 1.2; letter-spacing: -0.01em; }
.hi-explain-card p { color: var(--hi-ink-soft); font-size: 14.5px !important; line-height: 1.6; margin: 0 0 12px; }
.hi-explain-card p:last-child { margin-bottom: 0; }
.hi-explain-card .who { font-size: 13px !important; color: var(--hi-ink); font-weight: 600; margin-top: 8px; }

/* SAVINGS HINT - subtle, no marketing claims */
.hi-savings-strip { padding: 36px 0; background: linear-gradient(180deg, var(--hi-cream) 0%, #fff 100%); border-top: 1px solid var(--hi-line); border-bottom: 1px solid var(--hi-line); text-align: center; }
.hi-savings-strip p { font-family: var(--hi-display); font-style: italic; font-size: 18px; color: var(--hi-ink); max-width: 700px; margin: 0 auto; line-height: 1.5; }
.hi-savings-strip p strong { font-style: normal; font-weight: 700; color: var(--hi-primary); }

/* Credentials, quote strip, about, services, territories, contact */
.hi-profile-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 10px; }
.hi-profile-tag { display: inline-block; padding: 4px 12px; border-radius: 999px; background: #fff; border: 1px solid var(--hi-line); font-size: 12px !important; font-weight: 600; color: var(--hi-ink-soft); }
.hi-credential-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.hi-credential-badge { display: inline-flex; padding: 5px 12px; border-radius: 6px; background: var(--hi-primary-pale); color: var(--hi-primary); font-size: 12px !important; font-weight: 700; }
.hi-credential-badge--green { background: #e8f5ee; color: #1a7d4b; }
.hi-quote-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 24px; padding: 16px 18px; background: #fff; border: 1px solid var(--hi-line); border-radius: 14px; box-shadow: var(--hi-shadow-md); }
.hi-quote-strip-label { font-weight: 700; font-size: 14px !important; color: var(--hi-ink); white-space: nowrap; }
.hi-quote-strip .form-control { flex: 1; min-width: 200px; border-radius: 10px; border: 1px solid var(--hi-line); padding: 11px 14px; }
.hi-quote-submit { width: auto !important; padding: 11px 18px !important; font-size: 14px !important; white-space: nowrap; }
.hi-about { padding: 48px 0; background: #fff; border-top: 1px solid var(--hi-line); }
.hi-about-inner { max-width: 820px; margin: 0 auto; }
.hi-about h3 { font-family: var(--hi-display); font-weight: 700; font-size: 24px; margin-bottom: 14px; }
.hi-about-body { color: var(--hi-ink-soft); font-size: 16px !important; line-height: 1.65; }
.hi-about-body p:last-child { margin-bottom: 0; }
.hi-services-tags { padding: 48px 0; background: linear-gradient(180deg, #fbfcfe 0%, #fff 100%); }
.hi-services-tags h3 { font-family: var(--hi-display); font-weight: 700; font-size: 22px; margin-bottom: 16px; text-align: center; }
.hi-services-tags-list { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.hi-services-tag { padding: 9px 16px; border-radius: 8px; background: #fff; border: 1px solid var(--hi-line); font-size: 14px !important; font-weight: 600; color: var(--hi-ink); }
.hi-territories { padding: 48px 0; background: #fff; border-top: 1px solid var(--hi-line); }
.hi-territories h3 { font-family: var(--hi-display); font-weight: 700; font-size: 22px; margin-bottom: 20px; text-align: center; }
.hi-territories-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; }
.hi-territory-card { background: var(--hi-cream); border: 1px solid var(--hi-line); border-radius: 12px; padding: 18px; }
.hi-territory-card h5 { font-size: 16px; font-weight: 700; margin: 0 0 10px; }
.hi-territory-card p { margin: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.hi-zip-badge { display: inline-block; padding: 4px 10px; border-radius: 6px; background: var(--hi-primary); color: #fff; font-size: 12px !important; font-weight: 600; }
.hi-contact { padding: 48px 0; background: linear-gradient(180deg, #f7fafd 0%, #fbfcfe 100%); border-top: 1px solid var(--hi-line); }
.hi-contact h3 { font-family: var(--hi-display); font-weight: 700; font-size: 22px; margin-bottom: 16px; text-align: center; }
.hi-contact-list { list-style: none; padding: 0; margin: 0 auto; max-width: 420px; }
.hi-contact-list li { padding: 10px 0; border-bottom: 1px solid var(--hi-line-soft); font-size: 15px !important; text-align: center; }
.hi-contact-list li:last-child { border-bottom: 0; }
.hi-contact-list a { color: var(--hi-primary); font-weight: 600; text-decoration: none; }
.hi-area-callout { display: inline-block; padding: 32px 28px; background: #fff; border-radius: 18px; border: 1px solid var(--hi-line); box-shadow: var(--hi-shadow-md); max-width: 360px; }
.hi-area-callout-quote { font-family: var(--hi-display); font-style: italic; font-size: 18px; color: var(--hi-ink); line-height: 1.5; margin-bottom: 14px; }
.hi-area-callout-phone { display: inline-flex; align-items: center; gap: 8px; color: var(--hi-primary); font-weight: 700; font-size: 17px; text-decoration: none; }
.hi-area-callout-meta { font-size: 12px !important; color: var(--hi-muted); margin-top: 6px; }
.pac-container { z-index: 10000 !important; }
