/* Ad landing page - free-case-review restyle (2026-09-14-styled) */
.ad-landing { background: var(--ivory, #fbf9f6); color: var(--ink, #1e2b3a); }
.ad-landing p,
.ad-landing .ad-hero-lede,
.ad-landing .ad-visual-card p,
.ad-landing .ad-attorney-copy p,
.ad-landing .ad-why-copy p {
  text-align: left;
}

/* Slim sticky header - no mega-nav */
.ad-landing .ad-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 12px 5vw;
  border-bottom: 1px solid rgba(30, 43, 58, .12);
  background: #fbf9f6;
  box-shadow: 0 6px 18px rgba(12, 35, 55, .06);
}
.ad-landing .ad-header .brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.ad-landing .ad-header .header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 0;
  border-left: 0;
}

/* Immersive split hero */
.ad-hero {
  background: var(--navy, #0c2337);
  color: #fff;
  overflow: hidden;
}
.ad-hero-inner {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 0;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 640px;
}
.ad-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 5vw 78px;
  max-width: none;
}
.ad-hero .eyebrow { color: #e8b7b0; margin-bottom: 18px; }
.ad-hero h1 {
  max-width: none;
  margin: 0 0 22px;
  color: #fff;
  font-family: var(--serif, "Libre Baskerville", Georgia, serif);
  font-size: clamp(42px, 5.8vw, 72px);
  line-height: 1.05;
}
.ad-hero-lede {
  max-width: 560px;
  margin: 0;
  color: #d6e1e4;
  font-size: 17px;
  line-height: 1.72;
}
.ad-hero .hero-actions {
  margin: 30px 0 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.ad-hero .hero-actions .button { background: #fbf9f6; color: #0c2337; border-color: #fbf9f6; }
.ad-hero .hero-actions .button:hover { background: #e9d7d2; border-color: #e9d7d2; }
.ad-hero .hero-actions .button-dark {
  background: transparent;
  color: #fbf9f6;
  border: 1px solid rgba(251, 249, 246, .45);
}
.ad-hero .hero-actions .button-dark:hover { border-color: #e9d7d2; color: #fff; }
.ad-hero .hero-es { margin-top: 16px; color: #c5d0d4; font-size: 14px; }
.ad-hero .hero-trust-row { margin-top: 4px; }

.ad-hero-photos {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  min-height: 640px;
  padding: 8px 8px 8px 0;
  background: #071a2a;
}
.ad-hero-photo {
  position: relative;
  overflow: hidden;
  min-height: 0;
  background: #0a1f30;
}
.ad-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  filter: saturate(.88) contrast(1.02);
}
.ad-hero-photo-jaclyn img { object-position: center 12%; }

/* Full-width photo band - navy overlay line only, no caption bar */
.ad-photo-band {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  background: #071a2a;
}
.ad-photo-band img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center 40%;
  filter: saturate(.8) contrast(1.04);
}
.ad-photo-band-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 36px 5vw;
  background: linear-gradient(180deg, rgba(7, 26, 42, .15) 0%, rgba(7, 26, 42, .72) 100%);
  pointer-events: none;
}
.ad-photo-band-overlay p {
  margin: 0;
  max-width: 720px;
  color: #fbf9f6;
  font-family: var(--serif, "Libre Baskerville", Georgia, serif);
  font-size: clamp(22px, 2.8vw, 34px);
  line-height: 1.25;
}

/* Visual practice cards */
.ad-services { padding-top: 78px; padding-bottom: 50px; }
.ad-services .section-heading { margin-bottom: 36px; }
.ad-visual-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.ad-visual-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid var(--line, rgba(30, 43, 58, .16));
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}
.ad-visual-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(12, 35, 55, .12);
  z-index: 2;
}
.ad-visual-card img {
  display: block;
  width: 100%;
  height: 140px;
  object-fit: cover;
  object-position: center;
}
.ad-visual-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px 20px 24px;
  background: var(--ivory, #fbf9f6);
}
.ad-visual-card .card-index {
  color: var(--rose, #c78e87);
  font-size: 10px;
  letter-spacing: .13em;
}
.ad-visual-card h3 {
  margin: 10px 0 10px;
  max-width: 220px;
  color: var(--navy, #0c2337);
  font-size: 22px;
}
.ad-visual-card p {
  margin: 0;
  color: var(--ink-soft, #41505b);
  font-size: 13px;
  line-height: 1.65;
}
.ad-visual-card.featured {
  background: var(--navy, #0c2337);
  border-color: var(--navy, #0c2337);
  color: #fff;
}
.ad-visual-card.featured .ad-visual-card-body { background: var(--navy, #0c2337); }
.ad-visual-card.featured h3 { color: #fff; }
.ad-visual-card.featured p { color: #d3dde2; }
.ad-visual-card.featured .card-index { color: #e8b7b0; }

/* Attorneys strip */
.ad-attorneys {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #fff;
  border-top: 1px solid var(--line, rgba(30, 43, 58, .12));
}
.ad-attorneys-intro {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}
.ad-attorneys-intro .eyebrow { color: var(--rose, #c78e87); }
.ad-attorneys-intro h2 { margin: 0 0 14px; }
.ad-attorneys-intro > p:not(.eyebrow) {
  margin: 0 auto;
  color: var(--ink-soft, #41505b);
  font-size: 15px;
  line-height: 1.7;
}
.ad-attorneys-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 1200px;
  margin: 0 auto;
}
.ad-attorney-card {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--line, rgba(30, 43, 58, .16));
  background: var(--ivory, #fbf9f6);
}
.ad-attorney-photo {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: #e9d7d2;
}
.ad-attorney-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center 15%;
  filter: saturate(.86) contrast(1.02);
}
.ad-attorney-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px 28px;
}
.ad-attorney-role {
  margin: 0 0 8px;
  color: var(--rose, #c78e87);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ad-attorney-copy h3 {
  margin: 0 0 14px;
  color: var(--navy, #0c2337);
  font-size: 28px;
}
.ad-attorney-copy > p:not(.ad-attorney-role) {
  margin: 0;
  color: var(--ink-soft, #41505b);
  font-size: 13px;
  line-height: 1.7;
}
.ad-attorney-copy .text-link { width: max-content; margin-top: 18px; }

/* Why Summit with side image */
.ad-why {
  background: var(--navy, #0c2337);
  color: #fff;
}
.ad-why-inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 0;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 560px;
}
.ad-why-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #071a2a;
}
.ad-why-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
  filter: saturate(.82) contrast(1.03);
}
.ad-why-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 5vw 74px;
}
.ad-why-copy .eyebrow { color: #e8b7b0; }
.ad-why-copy h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(32px, 3.6vw, 48px);
}
.ad-why-copy > p {
  margin: 0 0 28px;
  max-width: 520px;
  color: #d6e1e4;
  font-size: 16px;
  line-height: 1.7;
}
.ad-why-points {
  display: grid;
  gap: 18px;
  margin-bottom: 28px;
}
.ad-why-points article {
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(251, 249, 246, .12);
}
.ad-why-points article:last-child { border-bottom: 0; padding-bottom: 0; }
.ad-why-points span {
  color: #e8b7b0;
  font-size: 10px;
  letter-spacing: .13em;
}
.ad-why-points h3 {
  margin: 8px 0 8px;
  color: #fff;
  font-size: 20px;
}
.ad-why-points p {
  margin: 0;
  max-width: 480px;
  color: #b7c4c9;
  font-size: 13px;
  line-height: 1.65;
}
.ad-why-trust {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 8px;
  padding-top: 22px;
  border-top: 1px solid rgba(251, 249, 246, .14);
}
.ad-why-trust img {
  display: block;
  width: 78px;
  height: auto;
  object-fit: contain;
  flex: 0 0 auto;
}
.ad-why-trust p {
  margin: 0;
  color: #c5d0d4;
  font-size: 13px;
  line-height: 1.65;
}

/* Form section - ivory/sand panel */
.ad-review {
  padding-top: 70px;
  padding-bottom: 90px;
  scroll-margin-top: 90px;
  background: #f3eee8;
}
.ad-review-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 48px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 40px;
  border: 1px solid rgba(30, 43, 58, .1);
  background: var(--ivory, #fbf9f6);
  box-shadow: 0 18px 48px rgba(12, 35, 55, .08);
}
.ad-review .contact-copy .eyebrow { color: var(--rose, #c78e87); }
.ad-review .contact-copy h2 { margin-bottom: 14px; }
.ad-review .case-form {
  margin: 0;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(30, 43, 58, .12);
}

/* Slim footer */
.ad-footer {
  padding: 36px 5vw 110px;
  background: var(--navy, #0c2337);
  color: #d6e1e4;
}
.ad-footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
}
.ad-footer .brand { color: #fbf9f6; }
.ad-footer .brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.ad-footer-brand p {
  margin: 14px 0 0;
  max-width: 380px;
  font-size: 13px;
  line-height: 1.65;
  color: #b7c4c9;
}
.ad-footer-contact .footer-phone {
  display: block;
  color: #fbf9f6;
  font-size: 22px;
  text-decoration: none;
}
.ad-footer-contact .footer-es {
  margin: 6px 0 10px;
  color: #e8b7b0;
  font-size: 13px;
}
.ad-footer-contact address {
  font-style: normal;
  font-size: 13px;
  line-height: 1.6;
  color: #b7c4c9;
}
.ad-footer-legal {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
}
.ad-footer-legal a {
  color: #fbf9f6;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ad-footer-legal span { color: #8a9aa1; }

.ad-sticky-call {
  display: none;
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom));
  z-index: 40;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 18px;
  border-radius: 0;
  background: var(--navy, #0c2337);
  color: #fbf9f6;
  font-family: var(--sans, "DM Sans", system-ui, sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(6, 22, 36, .35);
}

@media (max-width: 1100px) {
  .ad-visual-grid { grid-template-columns: repeat(2, 1fr); }
  .ad-hero-inner { grid-template-columns: 1fr .85fr; }
  .ad-attorneys-grid { grid-template-columns: 1fr; }
  .ad-attorney-card { grid-template-columns: .85fr 1.15fr; min-height: 0; }
  .ad-attorney-photo,
  .ad-attorney-photo img { min-height: 340px; }
  .ad-why-inner { grid-template-columns: .9fr 1.1fr; }
  .ad-review-panel { grid-template-columns: 1fr; gap: 32px; padding: 36px 28px; }
  .ad-footer-inner { grid-template-columns: 1fr 1fr; }
  .ad-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 740px) {
  .ad-landing .ad-header { padding: 10px 20px; }
  .ad-landing .ad-header .brand img { width: 44px; height: 44px; }
  .ad-landing .ad-header .phone-link { display: none; }
  .ad-hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .ad-hero-copy { padding: 48px 20px 42px; }
  .ad-hero-lede { font-size: 15px; }
  .ad-hero-photos {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    min-height: 280px;
    padding: 0;
    gap: 4px;
  }
  .ad-hero-photo { min-height: 280px; }
  .ad-hero-photo img { min-height: 280px; }
  .ad-photo-band,
  .ad-photo-band img { min-height: 220px; height: 220px; }
  .ad-photo-band-overlay { padding: 24px 20px; }
  .ad-services { padding-top: 54px; padding-bottom: 36px; }
  .ad-visual-grid { grid-template-columns: 1fr; }
  .ad-visual-card { min-height: 0; }
  .ad-visual-card img { height: 160px; }
  .ad-attorneys { padding: 48px 20px 60px; }
  .ad-attorneys-intro { margin-bottom: 28px; text-align: left; }
  .ad-attorney-card {
    grid-template-columns: 1fr;
  }
  .ad-attorney-photo,
  .ad-attorney-photo img { min-height: 380px; }
  .ad-attorney-copy { padding: 28px 22px 32px; }
  .ad-why-inner { grid-template-columns: 1fr; }
  .ad-why-visual,
  .ad-why-visual img { min-height: 280px; }
  .ad-why-copy { padding: 48px 20px 56px; }
  .ad-review {
    padding: 48px 0 100px;
  }
  .ad-review-panel {
    margin: 0 16px;
    padding: 28px 18px;
  }
  .ad-footer { padding-bottom: 120px; }
  .ad-footer-inner { grid-template-columns: 1fr; }
  .ad-sticky-call { display: flex; }
}

/* mobile-align-fix-20260916 */
/* Shared site-header rules hide the header CTA under 1100px and center hero buttons
   via column + align-items:center. Restore a clean ad-landing mobile stack. */
@media (max-width: 1100px) {
  .ad-landing .ad-header .header-actions .button {
    display: inline-flex;
  }
}

@media (max-width: 740px) {
  .ad-landing {
    overflow-x: clip;
  }

  /* Keep header: logo + CTA. Announcement already carries phone + Spanish. */
  .ad-landing .ad-header {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 20px;
  }
  .ad-landing .ad-header .brand {
    flex: 1 1 auto;
    min-width: 0;
    gap: 10px;
  }
  .ad-landing .ad-header .brand img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    /* Match contain lock; drop circular crop from shared header if it squashes mark */
    border-radius: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
  .ad-landing .ad-header .brand span {
    font-size: 14px;
    line-height: 1.15;
  }
  .ad-landing .ad-header .header-actions {
    display: flex;
    flex: 0 0 auto;
    margin-left: 0;
    gap: 10px;
    align-items: center;
  }
  .ad-landing .ad-header .header-es {
    display: none;
  }
  .ad-landing .ad-header .phone-link {
    display: none;
  }
  .ad-landing .ad-header .header-actions .button {
    display: inline-flex;
    padding: 10px 12px;
    font-size: 9px;
    letter-spacing: .08em;
    white-space: nowrap;
  }

  /* Hero: left-aligned stack, full-width CTAs, readable type */
  .ad-hero-copy {
    padding: 40px 20px 36px;
  }
  .ad-hero-lede {
    text-align: left;
    text-wrap: pretty;
  }
  .ad-hero h1 {
    font-size: clamp(34px, 9vw, 44px);
    line-height: 1.12;
    max-width: 100%;
  }
  .ad-hero-lede {
    font-size: 15px;
    line-height: 1.65;
    max-width: 100%;
  }
  .ad-hero .hero-actions {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    margin: 24px 0 18px;
    width: 100%;
    max-width: 100%;
  }
  .ad-hero .hero-actions .button {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
  .ad-hero .hero-trust-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin: 0;
    max-width: 100%;
  }
  .ad-hero .google-rating-badge {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .ad-hero .bbb-accredited-badge {
    align-self: flex-start;
  }
  .ad-hero .bbb-accredited-badge img {
    height: 44px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }

  .ad-photo-band-overlay {
    padding: 22px 16px;
  }
  .ad-photo-band-overlay p {
    font-size: clamp(20px, 5.5vw, 26px);
    line-height: 1.3;
    max-width: 100%;
  }

  /* Shared mobile h2 clamp is oversized for this landing page */
  .ad-landing h2 {
    font-size: clamp(28px, 7.5vw, 36px);
    line-height: 1.2;
  }
  .ad-why-copy h2 {
    font-size: clamp(28px, 7.2vw, 36px);
  }

  .ad-services {
    padding-top: 48px;
    padding-bottom: 32px;
  }
  .ad-services .section-heading {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 28px;
  }
  .ad-visual-card h3 {
    max-width: none;
    font-size: 22px;
  }
  .ad-visual-card-body {
    padding: 20px 18px 22px;
  }

  .ad-attorneys {
    padding: 44px 16px 56px;
  }
  .ad-attorneys-intro h2 {
    font-size: clamp(28px, 7.5vw, 36px);
  }
  .ad-attorney-photo,
  .ad-attorney-photo img {
    min-height: 320px;
  }
  .ad-attorney-copy {
    padding: 24px 18px 28px;
  }
  .ad-attorney-copy h3 {
    font-size: 24px;
  }

  .ad-why-copy {
    padding: 44px 16px 52px;
  }
  .ad-why-visual,
  .ad-why-visual img {
    min-height: 240px;
  }
  .ad-why-trust {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .ad-why-trust img {
    width: 72px;
    height: auto;
    object-fit: contain;
  }

  .ad-review {
    padding: 44px 0 110px;
  }
  .ad-review-panel {
    margin: 0 12px;
    padding: 24px 16px;
    gap: 28px;
    box-sizing: border-box;
    width: auto;
    max-width: calc(100% - 24px);
  }
  .ad-review .case-form {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 22px 16px;
  }
  .ad-review .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .ad-review .case-form .button,
  .ad-review .case-form button.button {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .ad-footer {
    padding: 32px 16px 120px;
  }
  .ad-footer-inner {
    gap: 22px;
  }

  .ad-sticky-call {
    left: 12px;
    right: 12px;
    width: auto;
    box-sizing: border-box;
  }
}

