/* ============================================
   INSIDER ACCIDENT LAWYERS - HERO SECTION
   Two-column: content left, form right (desktop)
   Fully responsive, maintains branding
   ============================================ */

/* Global container for header-nav-wrap and content – ensures menu/layout consistent on all pages (home, motor-vehicle, premises-liability, etc.) */
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Site header - BD&J-style: left logo, middle stat, right phone. Target ~2in total height on desktop. */
.header {
  background: #fff !important;
  border-bottom: 3px solid #fbba00;
  padding: 0.35rem 0 0.4rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header .mid-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.header__left {
  flex: 0 0 auto;
}
.header__logo {
  display: block;
  line-height: 0;
}
.header__logo a {
  display: block;
  line-height: 0;
  text-decoration: none;
}
.header__logo-img {
  display: block;
  height: 48px;
  width: auto;
  max-width: 160px;
  min-width: 100px;
  object-fit: contain;
  min-height: 38px;
  /* Bold + shiny metallic: dark base with highlight and depth */
  filter: brightness(0) contrast(1.25)
    drop-shadow(0 0 1px rgba(255,255,255,0.9))
    drop-shadow(0 0 2px rgba(255,255,255,0.5))
    drop-shadow(1px 1px 0 rgba(255,255,255,0.35))
    drop-shadow(-1px -1px 1px rgba(0,0,0,0.2))
    drop-shadow(0 2px 6px rgba(0,0,0,0.35));
}
/* Explicit dark colors so header text is never white/faint */
.header__middle {
  flex: 1 1 auto;
  text-align: center;
  min-width: 0;
}
/* Metallic blue sheen, big bold italic, zoom-in */
@keyframes header-title-zoom {
  from {
    opacity: 0.5;
    transform: scale(0.82) translateY(8px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.header__middle {
  position: relative;
}
.header__middle__title {
  position: relative;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 900;
  font-style: italic;
  line-height: 0.95;
  letter-spacing: 0.03em;
  will-change: transform, opacity;
  /* Metallic chrome sheen: strong highlight band + dark edges */
  background: linear-gradient(105deg,
    #0a2d4a 0%,
    #1a4a70 18%,
    #3d7ab5 35%,
    #7eb5e8 50%,
    #3d7ab5 65%,
    #1a4a70 82%,
    #0a2d4a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: header-title-zoom 0.65s ease-out forwards;
  /* Polished metal: crisp highlight edge + reflective sheen */
  filter: drop-shadow(0 0 1px rgba(255,255,255,0.95))
    drop-shadow(0 0 3px rgba(255,255,255,0.4))
    drop-shadow(0 0 8px rgba(180,215,255,0.35))
    drop-shadow(0 1px 2px rgba(0,30,70,0.4))
    drop-shadow(0 2px 8px rgba(0,0,0,0.2));
}
/* Metallic reflection sheen under title */
.header__middle__title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 90%;
  height: 6px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center,
    rgba(255,255,255,0.2) 0%,
    rgba(180,220,255,0.12) 30%,
    transparent 70%);
  pointer-events: none;
  filter: blur(8px);
}
.header__middle p {
  font-size: 0.8rem;
  color: #374151 !important;
  margin: 0;
  font-weight: 500;
}
.header__right {
  flex: 0 0 auto;
  text-align: right;
  background: linear-gradient(135deg, #01366c 0%, #01468a 100%);
  padding: 0.55rem 1rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(1, 54, 108, 0.3);
}
.header__right .header__title { color: #fff !important; font-size: 0.95rem; }
.header__right .header__number { color: #fff !important; font-size: 2.2rem; transition: color 0.25s ease; }
.header__right .header__number:hover { color: #ffd700 !important; }
.header__right .header__lang { color: rgba(255,255,255,0.95) !important; font-size: 0.95rem; }
.header__title {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.1;
  color: #374151 !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.header__number {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1;
  color: #01366c !important;
  text-decoration: none;
  margin-top: 0.05rem;
  letter-spacing: 0.02em;
}
.header__number:hover {
  color: #c99400;
}
.header__lang {
  display: block;
  font-size: 0.9rem;
  line-height: 1.1;
  color: #374151 !important;
  margin-top: 0.1rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .header__logo-img {
    height: 58px;
    max-width: 200px;
  }
  .header__middle__title {
    font-size: 1.4rem;
    line-height: 0.95;
  }
  .header__middle p {
    font-size: 0.75rem;
  }
  .header__number {
    font-size: 1.75rem;
    line-height: 1;
  }
  .header__right .header__number { font-size: 2rem; }
  .header__title {
    font-size: 0.9rem;
  }
  .header__right .header__title { font-size: 0.9rem; }
  .header__lang {
    font-size: 0.9rem;
  }
  .header__right .header__lang { font-size: 0.9rem; }
  .header__right { padding: 0.65rem 1.25rem; }
}
@media (min-width: 992px) {
  .header .mid-container {
    padding-left: 0; /* logo to far left */
  }
  .header {
    padding: 0.4rem 0 0.5rem;
  }
  .header__logo-img {
    height: 64px;
    max-width: 220px;
  }
  .header__middle__title {
    font-size: 1.5rem;
    line-height: 0.9;
  }
  .header__number {
    font-size: 2rem;
    line-height: 1;
  }
  .header__right .header__number { font-size: 2.25rem; }
  .header__title {
    font-size: 0.95rem;
  }
  .header__right .header__title { font-size: 0.95rem; }
  .header__lang {
    font-size: 0.95rem;
  }
  .header__right .header__lang { font-size: 0.95rem; }
  .header__right { padding: 0.7rem 1.5rem; }
}

/* MOBILE ONLY: 3-row centered, scroll-hide, bigger logo/tagline/phone */
@media (max-width: 767px) {
  .header {
    background: linear-gradient(180deg, #fff 0%, #f8fafd 100%) !important;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease;
  }
  .header.header--hidden,
  .sticky-header.header--hidden {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
  }
  .header-nav-wrap {
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease;
  }
  .header-nav-wrap.header--hidden {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
  }
  .header .mid-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.6rem;
    padding: 0 16px;
  }
  .header__logo-img {
    height: 72px;
    max-width: 220px;
    filter: brightness(0) contrast(1.3) drop-shadow(0 2px 6px rgba(0,0,0,0.3));
  }
  .header__middle { text-align: center; }
  .header__middle__title {
    font-size: 1.2rem;
  }
  .header__middle p { font-size: 0.8rem; }
  .header__right {
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 1rem 1.25rem;
  }
  .header__right .header__number {
    font-size: 2.3rem;
  }
  .header__right .header__number:hover {
    color: #ffd700 !important;
  }
}

/* Sticky tap-to-call bar - MOBILE ONLY, fixed bottom, PPC-optimized */
.tap-to-call-bar {
  display: none;
}
@media (max-width: 767px) {
  .tap-to-call-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 0.8rem;
    background: linear-gradient(135deg, #ffd54f 0%, #fbba00 50%, #f5a623 100%);
    color: #01366c;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.85rem;
    box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.15), 0 0 0 3px rgba(255, 255, 255, 0.4) inset;
    border-top: 4px solid #01366c;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  }
  .tap-to-call-bar:hover,
  .tap-to-call-bar:active {
    background: linear-gradient(135deg, #ffd54f 0%, #ffc107 50%, #fbba00 100%);
    color: #012a50;
    transform: translateY(-2px);
    box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5) inset;
  }
  .tap-to-call-bar__icon {
    width: 4rem;
    height: 4rem;
    font-size: 2.5rem;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
  }
  .tap-to-call-bar__text {
    flex: 1 1 auto;
    text-align: center;
    letter-spacing: 0.04em;
    font-size: 2.5rem;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-transform: uppercase;
  }
  body {
    padding-bottom: 100px;
  }
  html {
    scroll-padding-top: 5rem;
  }
  #get-your-free-case-review {
    scroll-margin-top: 5rem;
    scroll-margin-bottom: 7rem;
  }
  /* CTA buttons - use hover color/state by default on mobile for prominence */
  .btn-primary,
  .hero.hero-section .hero-form-card .btn-primary,
  .block.highlights .btn,
  .why-choose__cta .btn,
  .btn-settlements {
    transform: translateY(-2px);
    box-shadow: 0 6px 0 #c99400, 0 10px 28px rgba(255,191,0,0.45);
  }
  .btn-primary:active,
  .block.highlights .btn:active,
  .why-choose__cta .btn:active,
  .btn-settlements:active {
    transform: translateY(0);
  }
  /* Call bar number - bright by default */
  .call-bar__number {
    color: #ffd700;
  }
  /* Tel links - better touch feedback */
  a[href^="tel:"] {
    -webkit-tap-highlight-color: rgba(255, 219, 0, 0.35);
  }
  /* Min 44px tap targets for CTAs */
  .tap-to-call-bar,
  .btn-primary,
  .block.highlights .btn,
  .why-choose__cta .btn,
  .btn-settlements {
    min-height: 48px;
  }
}

/* Form scroll target - title + form visible (desktop) */
#get-your-free-case-review {
  scroll-margin-top: 1.5rem;
  scroll-margin-bottom: 6rem;
}

/* Hero wrapper - two columns on desktop */
.hero.hero-section .hero-content {
  display: grid;
  gap: 2rem;
  align-items: start;
  max-width: 1360px;
  margin: 0 auto;
}

/* Desktop: content left (1fr), form right (fixed width, sticky) */
@media (min-width: 992px) {
  .hero.hero-section .hero-content {
    grid-template-columns: 1fr 420px;
    gap: 3rem;
    align-items: start;
    padding: 2rem 0 4rem;
  }

  .hero.hero-section .hero-text {
    order: 1;
  }

  .hero.hero-section .hero-form-column {
    order: 2;
    position: sticky;
    top: 100px;
  }
}

/* Form card in hero - BD&J-style panel */
.hero.hero-section .hero-form-column {
  width: 100%;
}

.hero.hero-section .hero-form-card {
  background: linear-gradient(180deg, #e0f0fa 0%, #c8e2f4 50%, #b0d4ee 100%);
  border: 2px solid #7eb8e0;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 12px 40px rgba(1, 54, 108, 0.15), 0 0 0 1px rgba(1, 54, 108, 0.08);
}

.hero.hero-section .hero-form-card .form__header {
  border-bottom: 3px solid var(--brand-navy, #01366c);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.hero.hero-section .hero-form-card .form__title {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--brand-navy, #01366c);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0;
}

.hero.hero-section .hero-form-card .form__subtitle {
  font-size: 1.1rem;
  color: var(--brand-gray-700, #374151);
  margin: 0;
  font-weight: 500;
  line-height: 1.35;
}

/* Form fields - larger, clearer hierarchy */
.hero.hero-section .hero-form-card .form-group {
  margin-bottom: 1.25rem;
}

.hero.hero-section .hero-form-card .form-label {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #01366c;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero.hero-section .hero-form-card .form-input,
.hero.hero-section .hero-form-card .form-control {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 2px solid #7eb8e0;
  border-radius: 8px;
  font-size: 1.0625rem;
  background: #fff;
  color: #1f2937;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.hero.hero-section .hero-form-card .form-input::placeholder,
.hero.hero-section .hero-form-card .form-control::placeholder {
  color: #64748b;
  opacity: 0.95;
}
.hero.hero-section .hero-form-card .form-input::-webkit-input-placeholder,
.hero.hero-section .hero-form-card .form-control::-webkit-input-placeholder { color: #64748b; opacity: 0.95; }
.hero.hero-section .hero-form-card .form-input::-moz-placeholder,
.hero.hero-section .hero-form-card .form-control::-moz-placeholder { color: #64748b; opacity: 0.95; }

.hero.hero-section .hero-form-card .form-input:focus,
.hero.hero-section .hero-form-card .form-control:focus {
  outline: none;
  border-color: #fbba00;
  box-shadow: 0 0 0 3px rgba(251, 186, 0, 0.25);
}

.hero.hero-section .hero-form-card textarea.form-input,
.hero.hero-section .hero-form-card textarea.form-control {
  min-height: 100px;
  resize: vertical;
}

.hero.hero-section .hero-form-card .btn-primary {
  width: 100%;
  margin-top: 0.5rem;
  padding: 1.15rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 800;
  border-radius: 10px;
}

/* Case form – light blue card, navy text for contrast and CTR */
.hero-form-card .form-container { padding: 0; text-align: center; }
.hero-form-card .cta-badge {
  display: inline-block;
  background: rgba(1, 54, 108, 0.12);
  color: #01366c;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(1, 54, 108, 0.25);
}
.hero-form-card .cta-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #01366c;
  margin: 0 0 0.5rem;
  line-height: 1.25;
}
.hero-form-card .hero-form-intro {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 2rem;
  color: #0d3a6e;
  line-height: 1.5;
}
.hero-form-card .form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  text-align: left;
}
.hero-form-card .form-checkbox input { margin-top: 0.25rem; flex-shrink: 0; accent-color: #fbba00; }
.hero-form-card .form-checkbox label { font-size: 0.9rem; color: #0d3a6e; line-height: 1.4; font-weight: 500; }

/* Home page only: dark blue form (like truck PPC deployment) */
body.page-is-home .hero.hero-section .hero-form-card {
  background: linear-gradient(180deg, #0d3a6e 0%, #0a2d52 50%, #072847 100%);
  border: 2px solid rgba(251, 186, 0, 0.6);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.08);
}
body.page-is-home .hero.hero-section .hero-form-card .form-label { color: #fff; }
body.page-is-home .hero.hero-section .hero-form-card .form-input,
body.page-is-home .hero.hero-section .hero-form-card .form-control {
  border-color: rgba(255, 255, 255, 0.4);
}
body.page-is-home .hero.hero-section .hero-form-card .form-input:focus,
body.page-is-home .hero.hero-section .hero-form-card .form-control:focus {
  border-color: #fbba00;
  box-shadow: 0 0 0 3px rgba(251, 186, 0, 0.25);
}

/* Mobile: single column, form below content */
@media (max-width: 991px) {
  .hero.hero-section .hero-content {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
  }

  .hero.hero-section .hero-form-column {
    order: 2;
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
  }

  .hero.hero-section .hero-form-card {
    padding: 1.5rem 1.25rem;
  }
  .hero-form-card .hero-form-intro { font-size: 1rem; margin-bottom: 1.5rem; }
}

/* "Over $XX Million Recovered" in hero */
.hero.hero-section .hero-stat {
  display: inline-block;
  background: rgba(251, 186, 0, 0.25);
  color: var(--brand-accent-yellow, #fbba00);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.02em;
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  border: 1px solid rgba(251, 186, 0, 0.5);
}

/* Benefits list in hero - checkmark bullets */
.hero.hero-section .hero__benefits {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.hero.hero-section .hero__benefits li {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.05rem;
  padding-left: 1.75rem;
  position: relative;
  line-height: 1.55;
  margin-bottom: 0.75rem;
}

.hero.hero-section .hero__benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #81c784;
  font-weight: bold;
  font-size: 1.1em;
}

.hero.hero-section .hero__benefits .hero-highlight {
  color: var(--brand-accent-yellow, #fbba00);
  font-weight: 700;
}

.hero.hero-section .hero__benefits--large li {
  font-size: 1.35rem;
}

/* Section divider / ornamental line (BD&J-style) */
.hero.hero-section .hero-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.5rem 0;
}

.hero.hero-section .hero-divider::before,
.hero.hero-section .hero-divider::after {
  content: "";
  flex: 1;
  max-width: 120px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.hero.hero-section .hero-divider .hero-divider__diamond {
  width: 8px;
  height: 8px;
  background: var(--brand-accent-yellow, #fbba00);
  transform: rotate(45deg);
}

/* Hero review badges - Google & Yelp */
.hero-review-badges {
  margin-top: 1.5rem;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: center;
}
.hero-review-badge-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.hero-review-badge-item img {
  flex-shrink: 0;
  object-fit: contain;
}
.yelp-logo-mobile { display: none; }
.yelp-logo-desktop { display: block; }
@media (max-width: 600px) {
  .yelp-logo-desktop { display: none; }
  .yelp-logo-mobile { display: block; }
  .hero-review-badges {
    gap: 1rem;
    margin-top: 1rem;
  }
  .hero-review-badge-item {
    gap: 0.4rem;
  }
  .hero-review-badge-item .hero-badge-num {
    font-size: 1.4rem !important;
  }
  .hero-review-badge-item .hero-badge-stars {
    font-size: 1.2rem !important;
  }
  .hero-review-badge-item .hero-badge-text {
    font-size: 1rem !important;
  }
  .hero-review-badge-item img[alt="Google Reviews"] {
    width: 48px !important;
    height: auto !important;
  }
  .hero-review-badge-item .yelp-logo-mobile {
    width: 48px !important;
    height: 48px !important;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  .hero.hero-section .hero-form-column {
    max-width: 100%;
  }
  .hero.hero-section .hero-form-card {
    padding: 1.25rem 1rem;
  }
  .hero-form-card .form-container { padding: 0; }
  .hero.hero-section .hero-form-card .form__title {
    font-size: 1.5rem;
  }
}

/* Full-width call bar */
.call-bar {
  width: 100%;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(90deg, #012a50 0%, #01366c 25%, #01468a 50%, #01508f 75%, #01366c 100%);
  text-align: center;
  border-top: 3px solid rgba(255,219,0,0.4);
  border-bottom: 3px solid rgba(255,219,0,0.4);
  box-shadow: 0 4px 20px rgba(1,54,108,0.3);
}
.call-bar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1.5rem;
  max-width: 1400px;
  margin: 0 auto;
}
.call-bar__text {
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.call-bar__number {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  color: #ffd700;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.2s ease, transform 0.2s ease;
}
.call-bar__number:hover {
  color: #fff;
  transform: scale(1.03);
}
@media (max-width: 600px) {
  .call-bar {
    padding: 1rem 1rem;
  }
}
@media (max-width: 767px) {
  .call-bar__text {
    font-size: 2.75rem;
  }
  .call-bar__number {
    font-size: 3.5rem;
  }
  .call-bar__number:hover {
    color: #ffd700;
  }
  .footer__phone:hover {
    color: #ffd700;
  }
}

/* Team group photo - smashed to call bar, clean white */
.team-group-section {
  padding: 0.5rem 0 1rem;
  background: #fff;
  text-align: center;
}
.team-group-section .container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}
.team-group-section__img {
  width: 1200px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Content section - California Personal Injury Lawyers header + silo/inner pages */
.content-section {
  background: #fff;
  padding: 2rem 0 3rem;
}
.content-section .container {
  padding: 0 24px;
}
.content-section .lead-text {
  font-size: 1.1rem;
  line-height: 1.65;
  color: #374151;
  margin-bottom: 1.25rem;
}
.content-section .content-body h2 {
  font-size: 1.35rem;
  margin: 1.75rem 0 0.75rem;
  color: #01366c;
}
.content-section .content-body p {
  margin-bottom: 1rem;
  line-height: 1.65;
}
.content-section .silo-list {
  list-style: none;
  padding-left: 0;
}
.content-section .silo-list li {
  margin: 0.6rem 0;
}
.content-section .silo-list a {
  color: #01468a;
  font-weight: 600;
  text-decoration: none;
}
.content-section .silo-list a:hover {
  text-decoration: underline;
}
.content-section .silo-cta .btn-primary,
.content-section .silo-cta .btn-secondary {
  display: inline-block;
  padding: 0.9rem 1.75rem;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.content-section .silo-cta .btn-primary {
  background: linear-gradient(180deg, #ffd54f 0%, #ffbf00 50%, #f5a623 100%);
  color: #01366c;
  box-shadow: 0 4px 0 #c99400, 0 6px 20px rgba(255, 191, 0, 0.35);
}
.content-section .silo-cta .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #c99400, 0 10px 28px rgba(255, 191, 0, 0.45);
}
.content-section .silo-cta .btn-secondary {
  background: #fff;
  color: #01366c;
  border: 2px solid #01366c;
}
.content-section .silo-cta .btn-secondary:hover {
  background: #f0f6fc;
}
.head-group {
  margin: 0;
}
.head-group.text-center {
  text-align: center;
}
.section-title.tail {
  font-size: clamp(2.3rem, 4.75vw, 3.4rem);
  font-weight: 800;
  color: var(--brand-navy, #01366c);
  line-height: 1.25;
  letter-spacing: -0.02em;
  position: relative;
  display: inline-block;
  margin: 0;
}
.section-title.tail .tail__before,
.section-title.tail .tail__after {
  display: inline-block;
  width: 44px;
  height: 4px;
  background: var(--brand-accent-yellow, #fbba00);
  vertical-align: middle;
  margin: 0 0.4rem;
}
.section-title.tail .tail__before {
  margin-left: 0;
  margin-right: 0.4rem;
}
.section-title.tail .tail__after {
  margin-left: 0.4rem;
  margin-right: 0;
}
.d-md-none {
  display: block;
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}

.trust-badges-box {
  margin-top: 1.5rem;
  padding: 1.5rem 2rem;
  background: linear-gradient(180deg, #fafbfc 0%, #f4f6f8 100%);
  border: 1px solid rgba(1, 54, 108, 0.08);
  border-radius: 14px;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.8) inset,
              0 2px 8px rgba(0,0,0,0.04),
              0 8px 24px rgba(0,0,0,0.06),
              0 16px 48px rgba(0,0,0,0.04);
  transition: box-shadow 0.3s ease;
}
.trust-badges-box:hover {
  box-shadow: 0 0 0 1px rgba(255,255,255,0.8) inset,
              0 4px 16px rgba(0,0,0,0.06),
              0 12px 32px rgba(0,0,0,0.08);
}
.trust-badges-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 2.5rem;
}
.trust-badges-row .trust-badge-img {
  height: 130px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.trust-badges-row .trust-badge-img:hover {
  transform: scale(1.06);
}
@media (max-width: 767px) {
  .content-section {
    padding: 1rem 0 !important;
  }
  .content-section .container {
    padding: 0 0.5rem;
  }
  .trust-badges-box {
    padding: 1rem 0.75rem;
    margin-top: 1rem;
  }
  .trust-badges-row {
    gap: 1rem 1.25rem;
  }
  .trust-badges-row .trust-badge-img {
    height: 140px;
  }
}

/* Hero: team image directly below H1 (above the fold on mobile) */
.hero-team-photo {
  margin: 0.75rem 0 1rem;
}
.hero-team-photo .team-photo {
  max-width: min(880px, 100%);
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(1, 54, 108, 0.08);
}
@media (max-width: 767px) {
  .hero-team-photo { margin: 0.5rem 0 0.75rem; }
  .hero-team-photo .team-photo { max-width: 100%; }
}

.team-photo-section {
  margin-top: 1.5rem;
  padding: 2rem 1.5rem;
  background: linear-gradient(180deg, #f0f6fc 0%, #e8f0f8 50%, #e0ebf4 100%);
  border-radius: 16px;
  text-align: center;
  border: 1px solid rgba(1, 54, 108, 0.06);
  transition: box-shadow 0.35s ease;
}
.team-photo-section:hover {
  box-shadow: 0 8px 32px rgba(1, 54, 108, 0.1);
}
.team-photo {
  display: block;
  max-width: min(880px, 100%);
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(1, 54, 108, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.team-photo-section:hover .team-photo {
  transform: scale(1.02);
  box-shadow: 0 8px 32px rgba(1, 54, 108, 0.12);
}
@media (max-width: 767px) {
  .team-photo-section {
    padding: 0.75rem 0.35rem;
    margin-top: 1rem;
  }
  .team-photo {
    max-width: 100%;
    width: 100%;
  }
}

/* Highlights block - How Insider Helps */
.block.highlights {
  padding: 2rem 0;
  background: linear-gradient(180deg, #f8fafd 0%, #eef4fa 30%, #e6eef8 70%, #f0f6fc 100%);
}
.block.highlights .mid-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}
.block.highlights .head-group {
  text-align: center;
  margin-bottom: 1.5rem;
}
.block.highlights .highlights__title {
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  font-weight: 800;
  color: var(--brand-navy, #01366c);
  line-height: 1.25;
  margin: 0;
  display: inline-block;
}
.block.highlights .highlights__title .tail__before,
.block.highlights .highlights__title .tail__after {
  display: inline-block;
  width: 44px;
  height: 4px;
  background: var(--brand-accent-yellow, #fbba00);
  vertical-align: middle;
  margin: 0 0.4rem;
}
.block.highlights .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem 1.5rem;
  margin-bottom: 1.5rem;
}
.block.highlights .item {
  text-align: center;
}
.block.highlights .highlights__icon {
  margin-bottom: 1rem;
  width: 260px;
  height: 260px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 20px;
  padding: 1.25rem;
  box-sizing: border-box;
  background: linear-gradient(180deg, #fff 0%, #f4f8fc 50%, #eef4fa 100%);
  border: 1px solid rgba(1, 54, 108, 0.1);
  box-shadow: 0 4px 20px rgba(1, 54, 108, 0.08), 0 0 0 1px rgba(255,255,255,0.8) inset;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.block.highlights .highlights__icon:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(1, 54, 108, 0.12), 0 0 0 1px rgba(255,255,255,0.8) inset;
}
.block.highlights .highlights__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.08);
  border-radius: 8px;
  transition: transform 0.35s ease;
}
.block.highlights .highlights__icon:hover img {
  transform: scale(1.12);
}
.block.highlights .highlights__disc {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--brand-navy, #01366c);
  line-height: 1.3;
}
.block.highlights .btn-set {
  text-align: center;
}
.block.highlights .btn {
  display: inline-block;
  background: linear-gradient(180deg, #ffd54f 0%, #ffbf00 50%, #f5a623 100%);
  color: #01366c;
  font-weight: 800;
  padding: 1.15rem 2.5rem;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1.2rem;
  box-shadow: 0 4px 0 #c99400, 0 6px 20px rgba(255,191,0,0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  border: none;
}
.block.highlights .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 0 #c99400, 0 10px 28px rgba(255,191,0,0.45);
}
.block.highlights .btn--lg {
  padding: 1.15rem 2.75rem;
  font-size: 1.2rem;
}
.block.highlights .btn--xl {
  padding: 1.5rem 3.5rem;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}
@media (max-width: 992px) {
  .block.highlights .items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .block.highlights .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .block.highlights .highlights__icon {
    width: min(180px, 42vw);
    height: min(180px, 42vw);
    padding: 0.9rem;
  }
  .block.highlights .btn--xl,
  .why-choose__cta .btn--lg.btn--xl {
    font-size: 1.6rem;
    padding: 1.25rem 2.5rem;
  }
}

/* Injuries section - Serious Injuries. Serious Representation. */
.injuries-section {
  padding: 2.5rem 0;
  background: linear-gradient(180deg, #f0f4f8 0%, #e8eef6 50%, #e2eaf2 100%);
}
.injuries-section .container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}
.injuries-section__header {
  text-align: center;
  margin-bottom: 1.5rem;
}
.injuries-section__title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #1a365d;
  letter-spacing: 0.02em;
  margin: 0 0 0.75rem 0;
  line-height: 1.2;
}
.injuries-section__cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem 1.25rem;
  margin-bottom: 2rem;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.injuries-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 250, 252, 0.85) 100%);
  padding: 1rem 0.75rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  min-height: 320px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.95) inset,
              0 1px 0 rgba(255, 255, 255, 0.5) inset,
              0 4px 12px rgba(30, 58, 95, 0.12),
              0 8px 24px rgba(30, 58, 95, 0.08);
  backdrop-filter: blur(8px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.injuries-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.98) inset,
              0 2px 0 rgba(255, 255, 255, 0.4) inset,
              0 8px 20px rgba(30, 58, 95, 0.15),
              0 16px 40px rgba(30, 58, 95, 0.12);
}
.injuries-card__icon {
  width: 220px;
  height: 220px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid rgba(148, 163, 184, 0.5);
  border-radius: 6px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 244, 248, 0.95) 50%, rgba(248, 250, 252, 0.9) 100%);
  box-shadow: 0 0 0 1px rgba(200, 210, 225, 0.8),
              0 0 0 2px rgba(255, 255, 255, 0.95) inset,
              0 2px 4px rgba(100, 116, 139, 0.25),
              0 8px 20px rgba(30, 58, 95, 0.18),
              0 -1px 2px rgba(255, 255, 255, 0.8) inset;
}
.injuries-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1);
  display: block;
}
.injuries-card__line {
  width: 40px;
  height: 3px;
  background: #2b6cb0;
  flex-shrink: 0;
}
.injuries-card__label {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1e293b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
}
.injuries-section__footer {
  font-size: clamp(1.4rem, 2.25vw, 2rem);
  font-weight: 600;
  color: #1e3a5f;
  text-align: left;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-family: 'Crimson Text', Georgia, 'Times New Roman', serif;
}
.injuries-section__footer-line {
  display: block;
}
@media (min-width: 769px) {
  .injuries-section__footer-line {
    white-space: nowrap;
  }
}
@media (max-width: 1100px) {
  .injuries-section__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .injuries-section {
    padding: 2rem 0;
  }
  .injuries-section__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .injuries-card {
    padding: 1.25rem 1rem;
  }
  .injuries-card__icon {
    width: 220px;
    height: 220px;
  }
  .injuries-card__icon img {
    transform: scale(1.1);
  }
  .injuries-card__label {
    font-size: 1rem;
    font-weight: 800;
    white-space: normal;
  }
  .injuries-section__footer {
    font-size: clamp(1.25rem, 4vw, 1.6rem);
  }
}
@media (max-width: 500px) {
  .injuries-section__cards {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .injuries-card {
    max-width: 320px;
    width: 100%;
  }
  .injuries-card__icon {
    width: 220px;
    height: 220px;
  }
}

/* Why Choose Us section */
.why-choose-section {
  padding: 2rem 0;
  background: linear-gradient(180deg, #fff 0%, #f8fafd 50%, #eef4fa 100%);
}
.why-choose-section .container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}
.why-choose-section .head-group {
  text-align: center;
  margin-bottom: 1.5rem;
}
.why-choose-section .highlights__title {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 800;
  color: #01366c;
  line-height: 1.25;
  margin: 0;
  display: inline-block;
}
.why-choose-section .highlights__title .tail__before,
.why-choose-section .highlights__title .tail__after {
  display: inline-block;
  width: 44px;
  height: 4px;
  background: var(--brand-accent-yellow, #fbba00);
  vertical-align: middle;
  margin: 0 0.4rem;
}
.why-choose__tagline {
  font-size: 1.35rem;
  font-weight: 700;
  color: #374151;
  font-style: italic;
  margin: 0.5rem 0 0 0;
}
.why-choose__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1.5rem;
  margin-bottom: 1.5rem;
}
.why-choose__card {
  background: #fff;
  padding: 1.25rem 1.5rem;
  border-radius: 10px;
  border: 1px solid rgba(1, 54, 108, 0.1);
  box-shadow: 0 2px 12px rgba(1, 54, 108, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.why-choose__card:hover {
  box-shadow: 0 4px 20px rgba(1, 54, 108, 0.1);
  transform: translateY(-2px);
}
.why-choose__card-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #01366c;
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
}
.why-choose__card p {
  font-size: 1.1rem;
  color: #374151;
  line-height: 1.5;
  margin: 0;
}
.why-choose__cta {
  text-align: center;
}
.why-choose__cta .btn {
  display: inline-block;
  background: linear-gradient(180deg, #ffd54f 0%, #ffbf00 50%, #f5a623 100%);
  color: #01366c;
  font-weight: 800;
  padding: 1.15rem 2.5rem;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1.2rem;
  box-shadow: 0 4px 0 #c99400, 0 6px 20px rgba(255,191,0,0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.why-choose__cta .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 0 #c99400, 0 10px 28px rgba(255,191,0,0.45);
}
.why-choose__cta .btn--lg.btn--xl {
  padding: 1.15rem 2.75rem;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .why-choose__grid {
    grid-template-columns: 1fr;
  }
}

/* Our Attorneys grid - aligned with Why Choose / page sections */
.our-attorneys-section {
  padding: 2rem 0;
  background: linear-gradient(180deg, #f8fafd 0%, #eef4fa 50%, #e8eef6 100%);
}
.our-attorneys-section .container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}
.our-attorneys-section .head-group {
  text-align: center;
  margin-bottom: 1.5rem;
}
.our-attorneys__title {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 800;
  color: #01366c;
  line-height: 1.25;
  margin: 0;
  display: inline-block;
}
.our-attorneys__title .tail__before,
.our-attorneys__title .tail__after {
  display: inline-block;
  width: 44px;
  height: 4px;
  background: #fbba00;
  vertical-align: middle;
  margin: 0 0.4rem;
}
.our-attorneys__sub {
  font-size: 1.15rem;
  color: #374151;
  margin: 0.5rem 0 0 0;
  font-weight: 600;
}
.our-attorneys-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem 1.5rem;
  margin: 0 auto;
}
.our-attorneys-card {
  text-align: center;
  padding: 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(1, 54, 108, 0.1);
  box-shadow: 0 2px 12px rgba(1, 54, 108, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.our-attorneys-card:hover {
  box-shadow: 0 4px 20px rgba(1, 54, 108, 0.1);
  transform: translateY(-2px);
}
.our-attorneys-photo-wrap {
  width: 160px;
  height: 160px;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(1, 54, 108, 0.12);
  box-shadow: 0 2px 8px rgba(1, 54, 108, 0.08);
}
.our-attorneys-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.our-attorneys-name {
  font-size: 1.05rem;
  font-weight: 800;
  color: #01366c;
  margin-bottom: 0.2rem;
  line-height: 1.2;
}
.our-attorneys-title {
  font-size: 0.85rem;
  color: #374151;
  font-weight: 600;
}
@media (max-width: 992px) {
  .our-attorneys-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .our-attorneys-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .our-attorneys-photo-wrap {
    width: 130px;
    height: 130px;
  }
}

/* Site footer */
.site-footer {
  background: linear-gradient(180deg, #012a50 0%, #01366c 50%, #012240 100%);
  color: #fff;
  padding: 2rem 0 1.5rem;
  border-top: 3px solid #fbba00;
}
.site-footer .container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}
.site-footer .footer-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.site-footer .footer-section {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 16px;
}
.site-footer .footer-section h3,
.site-footer .footer-section h4 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.site-footer .footer-section--prominent {
  border-color: rgba(251, 186, 0, 0.35);
  background: rgba(255, 255, 255, 0.08);
}
.site-footer .footer-section--prominent h3 {
  font-size: 1rem;
  color: #fbba00;
}
.site-footer .footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-section li {
  margin: 0.32rem 0;
}
.site-footer .footer-section a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer .footer-section a:hover {
  color: #fbba00;
}
/* Footer links: uniform color site-wide (canonical) */
.site-footer .footer-content a,
.site-footer .footer-section a,
.site-footer .footer__links a {
  color: rgba(255, 255, 255, 0.92) !important;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer .footer-content a:hover,
.site-footer .footer-section a:hover,
.site-footer .footer__links a:hover {
  color: #fbba00 !important;
}
.site-footer .footer__phone {
  color: #fbba00 !important;
}
.site-footer .footer__phone:hover {
  color: #fff !important;
}
.site-footer .footer__disclaimer a {
  color: rgba(255, 255, 255, 0.92) !important;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}
.site-footer .footer__disclaimer a:hover {
  color: #fbba00 !important;
}
@media (min-width: 900px) {
  .site-footer .footer-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer__firm {
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.5rem 0;
}
.footer__brand p,
.footer__contact p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0.25rem 0;
  line-height: 1.5;
}
.footer__heading {
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fbba00;
  margin: 0 0 0.5rem 0;
}
.footer__phone {
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
  color: #fbba00;
  text-decoration: none;
  margin: 0.25rem 0 0.5rem 0;
  transition: color 0.2s ease;
}
.footer__phone:hover {
  color: #fff;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.footer__links a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}
.footer__links a:hover {
  color: #fbba00;
}
.home-ppc .site-footer .footer__main {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.home-ppc .site-footer .footer__brand,
.home-ppc .site-footer .footer__contact {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 1rem 1rem 0.9rem;
}
.footer__disclaimer {
  font-size: 0.79rem;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.7;
  max-width: 1080px;
  margin: 0 auto;
}
.footer__disclaimer p {
  margin: 0.55rem 0;
}
.footer__disclaimer a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer__disclaimer a:hover {
  color: #fbba00;
}
.footer__copyright {
  margin-top: 1rem !important;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  .footer__main {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
  }
  .footer__links {
    align-items: center;
  }
  .home-ppc .site-footer .footer__main {
    grid-template-columns: 1fr !important;
    max-width: 560px;
    gap: 0.9rem;
    text-align: center;
  }
  .home-ppc .site-footer .footer__brand,
  .home-ppc .site-footer .footer__contact {
    padding: 0.85rem 0.9rem 0.8rem;
  }
}

/* Legacy header uniformity: .sticky-header + .header-content match .header when main.css is loaded – compact for all sections */
.sticky-header {
  background: #fff !important;
  border-bottom: 3px solid #fbba00;
  padding: 0.35rem 0 0.45rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 100;
}
.sticky-header > .container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}
.sticky-header .header-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.sticky-header .header-col--logo {
  flex: 0 0 auto;
}
.sticky-header .header-col--logo a {
  display: block;
  line-height: 0;
  text-decoration: none;
}
.sticky-header .header-logo {
  display: block;
  height: 48px;
  width: auto;
  max-width: 160px;
  min-width: 100px;
  object-fit: contain;
  min-height: 38px;
  filter: brightness(0) contrast(1.25)
    drop-shadow(0 0 1px rgba(255,255,255,0.9))
    drop-shadow(0 0 2px rgba(255,255,255,0.5))
    drop-shadow(1px 1px 0 rgba(255,255,255,0.35))
    drop-shadow(-1px -1px 1px rgba(0,0,0,0.2))
    drop-shadow(0 2px 6px rgba(0,0,0,0.35));
}
.sticky-header .header-col--proof {
  flex: 1 1 auto;
  text-align: center;
  min-width: 0;
}
.sticky-header .header-proof-title {
  font-size: 0.95rem;
  font-weight: 900;
  font-style: italic;
  line-height: 0.95;
  background: linear-gradient(105deg, #0a2d4a 0%, #1a4a70 18%, #3d7ab5 35%, #7eb5e8 50%, #3d7ab5 65%, #1a4a70 82%, #0a2d4a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.sticky-header .header-col--proof p {
  font-size: 0.72rem;
  color: #374151 !important;
  margin: 0;
  font-weight: 500;
}
.sticky-header .header-col--call {
  flex: 0 0 auto;
  text-align: right;
  background: linear-gradient(135deg, #01366c 0%, #01468a 100%);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(1, 54, 108, 0.3);
}
.sticky-header .header-call-label {
  display: block;
  font-size: 0.75rem;
  color: #fff !important;
  font-weight: 700;
  line-height: 1.1;
}
.sticky-header .header-call-number {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  color: #fff !important;
  text-decoration: none;
  margin-top: 0.05rem;
}
.sticky-header .header-call-number:hover {
  color: #ffd700;
}
.sticky-header .header-lang {
  display: block;
  font-size: 0.75rem;
  line-height: 1.1;
  color: rgba(255,255,255,0.95) !important;
  margin-top: 0.1rem;
  font-weight: 600;
}

/* Shared site nav (header-nav-wrap) – one menu across homepage and PPC pages */
.header-nav-wrap {
  background: #fff;
  border-top: 1px solid rgba(1, 54, 108, 0.12);
  border-bottom: 2px solid #fbba00;
  box-shadow: 0 3px 12px rgba(1, 54, 108, 0.08);
}
.header-nav-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 6px 0;
  position: relative;
}
@media (min-width: 901px) {
  .header-nav-row {
    flex-wrap: nowrap;
    gap: 4px;
    padding: 4px 0;
  }
}
.header-nav-wrap .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  color: #01366c;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 8px 14px;
  white-space: nowrap;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
  border: 1px solid rgba(1, 54, 108, 0.2);
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(1, 54, 108, 0.07);
  transition: all 0.2s ease;
}
.header-nav-wrap .nav-link:hover {
  color: #01468a;
  border-color: #9fbadb;
  background: #eef4fb;
  transform: translateY(-1px);
}
.header-nav-wrap .nav-link--primary {
  background: linear-gradient(180deg, #01468a 0%, #01366c 100%);
  color: #fff;
  border-color: #01366c;
}
.header-nav-wrap .nav-link--primary:hover {
  color: #fff;
  background: linear-gradient(180deg, #0253a4 0%, #01468a 100%);
}
@media (min-width: 901px) {
  .header-nav-wrap .nav-link {
    font-size: 0.68rem;
    padding: 5px 8px;
    min-height: 32px;
  }
  .header-nav-row {
    gap: 4px;
    padding: 5px 0;
  }
}
.header-nav-wrap .nav-link--dropdown {
  cursor: default;
}
.header-nav-wrap .nav-item {
  position: relative;
  padding-bottom: 8px;
}
.header-nav-wrap .mobile-menu-toggle {
  display: none;
  width: 44px;
  height: 38px;
  border: 1px solid rgba(1, 54, 108, 0.25);
  border-radius: 8px;
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.header-nav-wrap .mobile-menu-toggle span {
  width: 20px;
  height: 2px;
  background: #01366c;
  border-radius: 2px;
  display: block;
}
.header-nav-wrap .nav-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 880px;
  max-width: 1100px;
  background: #fff;
  border: 1px solid #d3e0f0;
  border-radius: 10px;
  box-shadow: 0 10px 26px rgba(1, 54, 108, 0.15);
  padding: 12px;
  display: none;
  z-index: 1200;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  gap: 6px 12px;
  align-items: start;
}
.header-nav-wrap .nav-item:hover .nav-dropdown,
.header-nav-wrap .nav-item:focus-within .nav-dropdown {
  display: grid;
}
.header-nav-wrap .nav-dropdown a {
  display: block;
  padding: 9px 10px;
  color: #01366c;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 600;
  border-radius: 6px;
}
.header-nav-wrap .nav-dropdown a:hover {
  background: #eef4fb;
  color: #01468a;
}
@media (max-width: 900px) {
  .header-nav-wrap .container {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .header-nav-wrap .mobile-menu-toggle {
    display: inline-flex;
  }
  .header-nav-wrap .header-nav-row {
    display: none;
    flex-direction: column;
    gap: 8px;
    padding: 8px 0 4px;
  }
  .header-nav-wrap.is-open .header-nav-row {
    display: flex !important;
  }
  .header-nav-wrap .nav-link {
    width: 100%;
    justify-content: space-between;
  }
  .header-nav-wrap .nav-link--dropdown {
    cursor: pointer;
    min-height: 44px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    -webkit-tap-highlight-color: rgba(1, 54, 108, 0.08);
  }
  .header-nav-wrap .nav-item {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  .header-nav-wrap .nav-item .nav-link {
    width: 100%;
  }
  .header-nav-wrap .nav-dropdown {
    position: static;
    display: none;
    margin-top: 6px;
    min-width: 0;
    max-width: none;
    box-shadow: none;
    border: 1px solid #dce6f3;
    grid-template-columns: 1fr;
  }
  .header-nav-wrap .nav-item.is-open .nav-dropdown {
    display: grid !important;
  }
}

/* Force nav visible and footer links clickable (override any legacy/cached rules) */
.home-ppc .header-nav-wrap,
.header-nav-wrap {
  display: block !important;
  visibility: visible !important;
}
@media (min-width: 901px) {
  .home-ppc .header-nav-wrap .header-nav-row,
  .header-nav-wrap .header-nav-row {
    display: flex !important;
  }
}
.home-ppc .site-footer a,
.site-footer .footer-section a,
.site-footer .footer-content a,
.site-footer .footer__links a {
  pointer-events: auto !important;
  cursor: pointer !important;
}
@media (max-width: 767px) {
  .home-ppc .site-footer,
  .site-footer {
    padding-bottom: 5rem;
  }
}

/* Content / page hero images (article and silo pages) */
.content-hero-img,
.page-hero-img,
.silo-hero-img {
  margin: 24px 0 32px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(1, 54, 108, 0.12);
}
.content-hero-img img,
.page-hero-img img,
.silo-hero-img img {
  width: 100%;
  height: auto;
  display: block;
}
