/* ==========================================================================
   Valunxt — Homepage solid-color overrides
   Loaded AFTER uae-style.css. Removes every gradient on the homepage and
   applies straight brand colors section-wise: blue #0053B7, purple #9C00DD.
   Text and icons on colored backgrounds are forced to white for contrast.
   ========================================================================== */

/* Hero text — brand blue (#0053B7) on the light hero background. */
.uae-hero__title,
.uae-hero__lead {
    color: #0053B7 !important;
}

/* ===== Homepage FAQ accordion (solid colors) ===== */
.uae-faq { background: #fff; padding: clamp(56px, 6vw, 100px) 0; }
.uae-faq__head { text-align: center; margin: 0 0 44px; }
.uae-faq__tag { display: inline-block; font-size: 12.5px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: #0053B7; margin-bottom: 12px; }
.uae-faq__title { font-size: clamp(26px, 3.2vw, 40px); font-weight: 700; letter-spacing: -0.02em; color: #0a1733; margin: 0; }
.uae-faq__list { max-width: 860px; margin: 0 auto; }
.uae-faq__item { border: 1px solid #e6e9f2; border-radius: 14px; margin-bottom: 14px; overflow: hidden; background: #fff; }
.uae-faq__summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; list-style: none; padding: 20px 24px; }
.uae-faq__summary::-webkit-details-marker { display: none; }
.uae-faq__q { font-size: 16px; font-weight: 600; color: #0a1733; margin: 0; line-height: 1.4; }
.uae-faq__item[open] .uae-faq__q { color: #0053B7; }
.uae-faq__sign { position: relative; flex: none; width: 18px; height: 18px; }
.uae-faq__sign::before, .uae-faq__sign::after { content: ''; position: absolute; background: #0053B7; border-radius: 2px; transition: transform .25s ease, opacity .25s ease; }
.uae-faq__sign::before { left: 0; top: 8px; width: 18px; height: 2px; }
.uae-faq__sign::after { left: 8px; top: 0; width: 2px; height: 18px; }
.uae-faq__item[open] .uae-faq__sign::after { opacity: 0; transform: scaleY(0); }
.uae-faq__a { padding: 0 24px 22px; }
.uae-faq__a p { margin: 0; font-size: 14.5px; line-height: 1.7; color: #475069; }

/* "Big-Firm Expertise" CTA banner — white text for contrast over its
   ORIGINAL gradient overlay (kept per request; photo shows through). */
.uae-cta__tag,
.uae-cta__title,
.uae-cta__text,
.uae-cta__stat {
    color: #ffffff !important;
}

/* NOTE: the "Big-Firm Expertise" CTA keeps its ORIGINAL gradient overlay
   (per request) so the photo shows through — no solid override here. */

/* Featured-insights media tint — solid blue (was a gradient) */
.uae-finsights__tint {
    background: rgba(0, 64, 140, 0.42) !important;
}

/* Case placeholder (only visible when an image is missing) — solid grey */
.uae-case__placeholder {
    background: #e2e6e9 !important;
}

/* ---- Stat cards: straight brand colors, white content on colored cards ---- */
.uae-stat-card--dark   { background: #0053B7 !important; }  /* blue   */
.uae-stat-card--orange { background: #9C00DD !important; }  /* purple */

.uae-stat-card--dark,
.uae-stat-card--orange,
.uae-stat-card--dark  .uae-stat-card__label,
.uae-stat-card--dark  .uae-stat-card__num,
.uae-stat-card--dark  .uae-stat-card__desc,
.uae-stat-card--dark  .uae-stat-card__arrow,
.uae-stat-card--orange .uae-stat-card__label,
.uae-stat-card--orange .uae-stat-card__num,
.uae-stat-card--orange .uae-stat-card__desc,
.uae-stat-card--orange .uae-stat-card__arrow {
    color: #ffffff !important;
}
