/* ============================================================
   Bromley location page — additive sections for SEO/LLM ranking
   Loaded only on the Bromley template (enqueued via the template file).
   ============================================================ */

/* ============================================================
   HERO — homepage-style dark cosmic layout.
     Pill > big white headline > italic red accent > paragraph >
     dual CTAs (primary + ghost) > 4-stat strip.
     Background is 100% CSS — no image. Mirrors the look of the
     homepage hero so the brand feels consistent.
   ============================================================ */

.bromley-hero-sec {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(900px 500px at 12% -5%,  rgba(211, 32, 39, .35), transparent 60%),
        radial-gradient(1000px 600px at 92% 110%, rgba(211, 32, 39, .22), transparent 65%),
        radial-gradient(800px 600px at 50% 45%,  rgba(60, 100, 200, .10), transparent 70%),
        linear-gradient(180deg, #060b13 0%, #0a141f 50%, #060a12 100%);
    padding: 110px 0 110px;
    color: #fff;
}

/* Subtle starfield-like dot texture (CSS only, no image) */
.bromley-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        radial-gradient(1px 1px at 12% 18%, rgba(255,255,255,.5), transparent 60%),
        radial-gradient(1.2px 1.2px at 28% 62%, rgba(255,255,255,.35), transparent 60%),
        radial-gradient(1px 1px at 47% 12%, rgba(255,255,255,.45), transparent 60%),
        radial-gradient(1px 1px at 63% 38%, rgba(255,255,255,.3), transparent 60%),
        radial-gradient(1.4px 1.4px at 78% 72%, rgba(255,255,255,.4), transparent 60%),
        radial-gradient(1px 1px at 88% 22%, rgba(255,255,255,.45), transparent 60%),
        radial-gradient(1px 1px at 8% 88%, rgba(255,255,255,.3), transparent 60%),
        radial-gradient(1.2px 1.2px at 55% 92%, rgba(255,255,255,.4), transparent 60%);
    background-repeat: no-repeat;
    pointer-events: none;
}

.bromley-hero-sec::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 38%;
    transform: translate(-50%, -50%);
    width: min(1100px, 92%);
    height: 380px;
    border-radius: 50%;
    background: radial-gradient(closest-side, rgba(211, 32, 39, .28), transparent 75%);
    filter: blur(60px);
    z-index: -1;
    pointer-events: none;
}

.bromley-hero-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

/* ---- Pill ---- */
.bromley-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .85);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .02em;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.bromley-hero-pill-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff4a52;
    box-shadow: 0 0 0 4px rgba(255, 74, 82, .18);
    animation: bromley-pulse 2.4s ease-in-out infinite;
}
@keyframes bromley-pulse {
    0%, 100% { opacity: 1; }
    50%      { opacity: .55; }
}

/* ---- Title ----
   font-synthesis: none stops the browser from rendering a FAKE bold
   while Roboto loads in the background (FOUT-mitigation). Until the
   real font arrives, the closest real weight is used — no visible
   weight jump when the swap happens.
   font-weight: 700 (Roboto Bold) instead of 800 — Roboto's 800 weight
   isn't always loaded eagerly, so dropping to 700 keeps the look bold
   without triggering a second swap. */
.bromley-hero-title {
    margin: 0;
    max-width: 40ch;       /* +82% over original (22 → 27 → 33 → 40) */
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.02em;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.bromley-hero-title-main {
    display: block;
    color: #ffffff;
    font-size: clamp(36px, 5.2vw, 78px);
    font-weight: 700;
}
.bromley-hero-title-accent {
    display: block;
    margin-top: 8px;
    color: #ff4a52;
    font-family: "Playfair Display", "Times New Roman", Georgia, serif;
    font-style: italic;
    font-weight: 500;
    font-size: clamp(30px, 4.6vw, 66px);
    letter-spacing: 0;
}

/* ---- Description ---- */
.bromley-hero-desc {
    margin: 4px auto 0;
    max-width: 103ch;      /* +72% over original (60 → 72 → 86 → 103) */
    color: rgba(255, 255, 255, .75);
    font-size: clamp(15px, 1.2vw, 17px);
    line-height: 1.65;
}
.bromley-hero-desc strong {
    color: #fff;
    font-weight: 600;
}

/* ---- Dual CTAs ---- */
.bromley-hero-ctas {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 12px;
}
.bromley-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 26px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 999px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
    white-space: nowrap;
}
.bromley-hero-btn svg { width: 16px; height: 16px; }
.bromley-hero-btn-primary {
    background: linear-gradient(135deg, #ff3b47 0%, #d32027 60%, #b8000a 100%);
    color: #fff;
    box-shadow:
        0 20px 44px -16px rgba(211, 32, 39, .65),
        0 0 0 1px rgba(255, 255, 255, .05) inset;
}
.bromley-hero-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow:
        0 24px 50px -16px rgba(211, 32, 39, .75),
        0 0 0 1px rgba(255, 255, 255, .12) inset;
}
.bromley-hero-btn-ghost {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .18);
    color: #fff;
}
.bromley-hero-btn-ghost:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .32);
    color: #fff;
}
.bromley-hero-btn-ghost svg { opacity: .85; }

/* ---- Stats strip ---- */
.bromley-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 980px;
    margin-top: 40px;
    padding-top: 36px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}
.bromley-hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.bromley-hero-stat-num {
    display: inline-flex;
    align-items: baseline;
    font-size: clamp(38px, 4vw, 52px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #fff;
}
.bromley-hero-stat-plus {
    color: #ff4a52;
    font-size: 0.65em;
    margin-left: 4px;
    font-weight: 700;
}
.bromley-hero-stat-label {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .14em;
    font-weight: 600;
    color: rgba(255, 255, 255, .55);
    text-align: center;
}

/* ---- Mobile ---- */
@media (max-width: 991px) {
    .bromley-hero-sec { padding: 70px 0 80px; }
    .bromley-hero-stats { grid-template-columns: repeat(2, 1fr); max-width: 520px; margin-top: 30px; padding-top: 28px; }
    .bromley-hero-title { max-width: 100%; }
}
@media (max-width: 575px) {
    .bromley-hero-sec { padding: 40px 0 60px; }
    .bromley-hero-pill { font-size: 11.5px; padding: 6px 14px 6px 12px; }
    .bromley-hero-title-main { font-size: clamp(28px, 8vw, 40px); }
    .bromley-hero-title-accent { font-size: clamp(22px, 6.5vw, 32px); }
    .bromley-hero-ctas { gap: 10px; }
    .bromley-hero-btn { padding: 12px 20px; font-size: 14px; width: 100%; justify-content: center; }
    .bromley-hero-stat-num { font-size: clamp(28px, 9vw, 36px); }
    .bromley-hero-stat-label { font-size: 10.5px; letter-spacing: .1em; }
}

:root {
    --br-red: #d32027;
    --br-red-dark: #b8000a;
    --br-text: #1f2329;
    --br-muted: #5a6270;
    --br-rule: #e7e7e7;
    --br-card-bg: #ffffff;
}

/* ---------- SEO Services grid (replaces the old swiper) ---------- */
.bromley-service-grid {
    margin-top: 12px;
}
.bromley-service-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--br-rule);
    border-radius: 16px;
    padding: 32px 28px 28px;
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .25s ease;
    overflow: hidden;
    isolation: isolate;
    display: flex;
    flex-direction: column;
}
/* Red gradient top accent strip — visible on hover */
.bromley-service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff3b47 0%, var(--br-red) 60%, var(--br-red-dark) 100%);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .3s ease;
}
.bromley-service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(211, 32, 39, .25);
    box-shadow:
        0 20px 36px -22px rgba(0, 0, 0, .18),
        0 0 0 1px rgba(211, 32, 39, .04);
}
.bromley-service-card:hover::before {
    transform: scaleX(1);
}

/* Numbered badge top-right */
.bromley-service-num {
    position: absolute;
    top: 18px;
    right: 22px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .12em;
    color: rgba(211, 32, 39, .45);
    line-height: 1;
}

/* Icon — softly tinted background "chip" */
.bromley-service-card .bromley-service-icon {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(211, 32, 39, .08) 0%, rgba(255, 200, 130, .12) 100%);
    border: 1px solid rgba(211, 32, 39, .08);
    margin-bottom: 22px;
    transition: transform .25s ease, background .25s ease;
}
.bromley-service-card .bromley-service-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.bromley-service-card:hover .bromley-service-icon {
    transform: scale(1.06);
    background: linear-gradient(135deg, rgba(211, 32, 39, .14) 0%, rgba(255, 200, 130, .18) 100%);
}

.bromley-service-title {
    margin: 0 0 10px;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
    color: var(--br-text);
    letter-spacing: -0.005em;
}
.bromley-service-desc {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--br-muted);
}

/* Mobile tweaks */
@media (max-width: 767px) {
    .bromley-service-card { padding: 24px 22px 22px; }
    .bromley-service-card .bromley-service-icon { width: 56px; height: 56px; margin-bottom: 18px; }
    .bromley-service-card .bromley-service-icon img { width: 28px; height: 28px; }
    .bromley-service-title { font-size: 17px; }
    .bromley-service-desc { font-size: 14px; }
    .bromley-service-num { top: 14px; right: 16px; font-size: 12px; }
}

/* ---------- Quick Answer card ---------- */
.bromley-quick-answer {
    padding: 60px 0 40px;
    background: #fafafa;
}
.bromley-quick-answer .quick-answer-card {
    border-left: 4px solid var(--br-red);
    background: #fff;
}
.bromley-quick-answer .qa-eyebrow {
    display: inline-block;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.bromley-quick-answer .qa-title { line-height: 1.2; }
.bromley-quick-answer .qa-summary strong { color: var(--br-text); }
.bromley-quick-answer .qa-bullets li {
    position: relative;
    padding: 8px 0 8px 24px;
    border-top: 1px dashed var(--br-rule);
    font-size: 15px;
    line-height: 1.6;
    color: var(--br-text);
}
.bromley-quick-answer .qa-bullets li:first-child { border-top: 0; }
.bromley-quick-answer .qa-bullets li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 17px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--br-red);
}
.bromley-quick-answer .qa-bullets li strong { color: #0e1116; margin-right: 4px; }

/* ---------- Comparison table ---------- */
.bromley-comparison-sec { padding: 80px 0; }
.bromley-comparison-sec .comparison-table-wrap {
    overflow-x: auto;
    border-radius: 14px;
    box-shadow: 0 14px 36px -24px rgba(0,0,0,.15);
    background: #fff;
    border: 1px solid var(--br-rule);
}
.bromley-comparison-sec .comparison-table {
    width: 100%;
    min-width: 720px;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14.5px;
    line-height: 1.5;
}
.bromley-comparison-sec .comparison-table thead th {
    background: #0e1116;
    color: #fff;
    font-weight: 600;
    text-align: left;
    padding: 16px 18px;
    font-size: 14px;
    letter-spacing: .01em;
}
.bromley-comparison-sec .comparison-table thead th.comparison-us {
    background: linear-gradient(135deg, var(--br-red) 0%, var(--br-red-dark) 100%);
}
.bromley-comparison-sec .comparison-table thead th.comparison-feature { background: #1a1d23; }
.bromley-comparison-sec .comparison-table tbody th,
.bromley-comparison-sec .comparison-table tbody td {
    padding: 14px 18px;
    border-top: 1px solid var(--br-rule);
    vertical-align: top;
}
.bromley-comparison-sec .comparison-table tbody th {
    background: #fafafa;
    text-align: left;
    font-weight: 600;
    color: var(--br-text);
    width: 26%;
}
.bromley-comparison-sec .comparison-table tbody td.comparison-us {
    background: rgba(211, 32, 39, .06);
    color: var(--br-text);
    font-weight: 500;
    border-left: 2px solid rgba(211, 32, 39, .35);
    border-right: 2px solid rgba(211, 32, 39, .35);
}
.bromley-comparison-sec .comparison-table tbody tr:last-child td.comparison-us {
    border-bottom: 2px solid rgba(211, 32, 39, .35);
}
.bromley-comparison-sec .comparison-table tbody td {
    color: var(--br-muted);
}
.bromley-comparison-sec .comparison-table td[data-yes]::before {
    content: "\2713\00a0";
    color: #22a06b;
    font-weight: 700;
}
.bromley-comparison-sec .comparison-table td[data-no]::before {
    content: "\2715\00a0";
    color: #c0392b;
    font-weight: 700;
}
.bromley-comparison-sec .comparison-note {
    font-style: italic;
    opacity: .8;
}

/* ---------- Industries We Serve (light, bigger cards, real hover) ---------- */
.bromley-industries-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 12px;
}
@media (max-width: 991px) { .bromley-industries-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px) { .bromley-industries-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } }
@media (max-width: 419px) { .bromley-industries-grid { grid-template-columns: 1fr; } }

.bromley-industry-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--br-rule);
    border-radius: 16px;
    padding: 32px 24px 26px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .25s ease,
        background .2s ease;
    overflow: hidden;
    isolation: isolate;
}
/* Red dot in the top-right that grows into a glow on hover */
.bromley-industry-card::after {
    content: "";
    position: absolute;
    top: -30px;
    right: -30px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(211, 32, 39, .35), transparent 70%);
    opacity: 0;
    transition: opacity .25s ease, transform .35s ease;
    pointer-events: none;
}
.bromley-industry-card:hover {
    transform: translateY(-4px);
    border-color: rgba(211, 32, 39, .3);
    box-shadow:
        0 22px 40px -22px rgba(0, 0, 0, .18),
        0 0 0 1px rgba(211, 32, 39, .04);
}
.bromley-industry-card:hover::after {
    opacity: 1;
    transform: scale(1.4);
}

/* Icon — bigger, tinted chip, consistent size */
.bromley-industry-icon {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(211, 32, 39, .08) 0%, rgba(255, 200, 130, .12) 100%);
    border: 1px solid rgba(211, 32, 39, .08);
    margin-bottom: 18px;
    transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.bromley-industry-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}
.bromley-industry-card:hover .bromley-industry-icon {
    transform: scale(1.08) rotate(-3deg);
    background: linear-gradient(135deg, rgba(211, 32, 39, .14) 0%, rgba(255, 200, 130, .18) 100%);
    border-color: rgba(211, 32, 39, .2);
}

.bromley-industry-title {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--br-text);
    letter-spacing: -0.005em;
}

/* CTA-style line that fades in on hover (reveals a "this is clickable" cue
   even though the card itself isn't a link — drives engagement) */
.bromley-industry-cta {
    margin-top: auto;
    padding-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    color: var(--br-red);
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .25s ease, transform .25s ease;
}
.bromley-industry-cta svg { width: 12px; height: 12px; }
.bromley-industry-card:hover .bromley-industry-cta {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 575px) {
    .bromley-industry-card { padding: 24px 18px 20px; min-height: 180px; }
    .bromley-industry-icon { width: 60px; height: 60px; margin-bottom: 14px; }
    .bromley-industry-icon img { width: 30px; height: 30px; }
    .bromley-industry-title { font-size: 15px; }
}

/* ---------- Areas We Serve ---------- */
.bromley-areas-sec { padding: 80px 0; }
.bromley-areas-sec .bromley-area-box {
    background: #fff;
    border: 1px solid var(--br-rule);
    transition: transform .15s ease, box-shadow .2s ease, border-color .2s ease;
}
.bromley-areas-sec .bromley-area-box:hover {
    transform: translateY(-2px);
    border-color: rgba(211, 32, 39, .3);
    box-shadow: 0 16px 30px -22px rgba(0,0,0,.18);
}
.bromley-areas-sec .bromley-area-box h3 {
    position: relative;
    padding-left: 14px;
}
.bromley-areas-sec .bromley-area-box h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 3px;
    border-radius: 2px;
    background: var(--br-red);
}

/* ---------- Why Choose — medium-dark "premium" section ---------- */
.bromley-why-sec {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 100px 0;
    /* Medium charcoal, not pitch black — softer than the homepage hero
       so it reads as "premium dark" instead of "dramatic dark". */
    background:
        radial-gradient(900px 540px at 12% 12%,  rgba(211, 32, 39, .14), transparent 60%),
        radial-gradient(900px 560px at 92% 90%,  rgba(211, 32, 39, .10), transparent 60%),
        linear-gradient(180deg, #20242d 0%, #1b1f27 50%, #1d212a 100%);
    color: #fff;
}

/* Subtle dot texture, masked toward edges */
.bromley-why-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, .04) 1px, transparent 1.2px);
    background-size: 28px 28px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 30%, transparent 90%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 30%, transparent 90%);
    pointer-events: none;
    opacity: .9;
}

/* Header */
.bromley-why-head {
    text-align: center;
    margin: 0 auto 56px;
    max-width: 720px;
}
.bromley-why-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #ff8a90;
    background: rgba(211, 32, 39, .12);
    border: 1px solid rgba(211, 32, 39, .28);
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 18px;
}
.bromley-why-title {
    margin: 0 0 12px;
    color: #fff;
    font-weight: 700;
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.18;
    letter-spacing: -0.015em;
    font-synthesis: none;
}
.bromley-why-title-accent {
    color: #ff4a52;
    font-style: italic;
    font-weight: 600;
    font-family: "Playfair Display", "Times New Roman", Georgia, serif;
}
.bromley-why-sub {
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: clamp(15px, 1.2vw, 17px);
    line-height: 1.6;
}

/* 3-column grid (2 rows × 3 cols for 6 cards) */
.bromley-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
@media (max-width: 991px) {
    .bromley-why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
    .bromley-why-grid { grid-template-columns: 1fr; gap: 16px; }
    .bromley-why-sec  { padding: 70px 0; }
    .bromley-why-head { margin-bottom: 36px; }
}

/* Card — glass effect */
.bromley-why-card {
    position: relative;
    padding: 30px 26px 28px;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    transition: transform .22s ease, border-color .22s ease, background .22s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    overflow: hidden;
    isolation: isolate;
}
.bromley-why-card::before {
    content: "";
    position: absolute;
    inset: -1px -1px auto -1px;
    height: 2px;
    background: linear-gradient(90deg, #ff3b47 0%, var(--br-red) 60%, var(--br-red-dark) 100%);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .35s ease;
}
.bromley-why-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, .06);
    border-color: rgba(211, 32, 39, .35);
}
.bromley-why-card:hover::before { transform: scaleX(1); }

.bromley-why-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}
.bromley-why-icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(211, 32, 39, .2) 0%, rgba(255, 138, 144, .12) 100%);
    border: 1px solid rgba(211, 32, 39, .25);
    transition: transform .25s ease, background .25s ease;
}
.bromley-why-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: brightness(0) invert(1);   /* normalises icons to white */
    opacity: .95;
}
.bromley-why-card:hover .bromley-why-icon { transform: scale(1.06); }

.bromley-why-num {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .12em;
    color: rgba(255, 255, 255, .35);
    line-height: 1;
    margin-top: 6px;
}

.bromley-why-card-title {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.005em;
}
.bromley-why-card-desc {
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 14.5px;
    line-height: 1.65;
}

/* ---------- Process (How We Work) ---------- */
.bromley-process-sec { padding: 90px 0; }
.bromley-process-sec .bromley-process-box {
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    padding: 24px 22px 26px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: transform .15s ease, border-color .2s ease, background .2s ease;
}
.bromley-process-sec .bromley-process-box:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, .05);
    border-color: rgba(211, 32, 39, .4);
}
.bromley-process-sec .process-step-badge {
    display: inline-block;
    padding: 5px 12px;
    background: rgba(211, 32, 39, .15);
    color: #ff8a90;
    border: 1px solid rgba(211, 32, 39, .35);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

/* ---------- Mobile ---------- */
@media (max-width: 767px) {
    .bromley-quick-answer { padding: 40px 0 30px; }
    .bromley-comparison-sec,
    .bromley-areas-sec { padding: 50px 0; }
    .bromley-process-sec { padding: 60px 0; }
    .bromley-comparison-sec .comparison-table { font-size: 13px; }
    .bromley-comparison-sec .comparison-table tbody th,
    .bromley-comparison-sec .comparison-table tbody td { padding: 11px 12px; }
}
