:root {
  --blflc-navy: #15106b;
  --blflc-ink: #252334;
  --blflc-muted: #666878;
  --blflc-red: #ff3d3d;
  --blflc-blue: #163456;
  --blflc-soft: #f5f7fb;
  --blflc-line: #dedee8;
  --blflc-white: #ffffff;
}

.blflc {
  background: var(--blflc-white);
  color: var(--blflc-ink);
  font-family: Montserrat, Arial, sans-serif;
  letter-spacing: 0;
}

.blflc *,
.blflc *::before,
.blflc *::after {
  box-sizing: border-box;
}

.blflc-shell {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.blflc-hero,
.blflc-archive-hero {
  position: relative;
  padding: 92px 0 76px;
  background:
    linear-gradient(90deg, rgba(14, 22, 52, .94), rgba(21, 16, 107, .78)),
    url("https://www.bestlawaz.com/wp-content/uploads/2021/11/scottsdale-divorce-lawyers.jpg") center / cover no-repeat;
  color: #fff;
}

.blflc-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 32px;
  align-items: end;
}

.blflc-breadcrumb,
.blflc-kicker,
.blflc-section-label,
.blflc-archive-card__topic,
.blflc-progress-card__eyebrow {
  display: inline-flex;
  margin: 0 0 14px;
  color: var(--blflc-red);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
}

.blflc-hero h1,
.blflc-archive-hero h1 {
  max-width: 850px;
  margin: 0 0 20px;
  color: #fff;
  font-family: Lato, Montserrat, Arial, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.blflc-hero__summary,
.blflc-archive-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-size: 17px;
  line-height: 1.75;
}

.blflc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.blflc-button,
.blflc-mini-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.blflc-button {
  padding: 14px 20px;
}

.blflc-button--red {
  background: var(--blflc-red);
  color: #fff;
}

.blflc-button--light {
  background: #fff;
  color: var(--blflc-navy);
}

.blflc-progress-card {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .18);
  backdrop-filter: blur(6px);
}

.blflc-progress-ring {
  --blflc-progress: 0%;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--blflc-red) var(--blflc-progress), rgba(255, 255, 255, .24) 0);
}

.blflc-progress-ring span {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--blflc-navy);
  font-size: 21px;
  font-weight: 900;
}

.blflc-progress-card__count {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.blflc-progress-card__bar {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .24);
}

.blflc-progress-card__bar span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--blflc-red);
  transition: width .2s ease;
}

.blflc-progress-card__buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.blflc-mini-button {
  min-height: 40px;
  background: #fff;
  color: var(--blflc-blue);
}

.blflc-body,
.blflc-archive-body {
  padding: 58px 0 82px;
  background: linear-gradient(180deg, #fff 0, var(--blflc-soft) 100%);
}

.blflc-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.blflc-toc {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--blflc-line);
  border-radius: 8px;
  background: #fff;
}

.blflc-toc p {
  margin: 0 0 6px;
  color: var(--blflc-blue);
  font-size: 14px;
  font-weight: 900;
}

.blflc-toc a {
  color: var(--blflc-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.blflc-toc a:hover {
  color: var(--blflc-red);
}

.blflc-content {
  display: grid;
  gap: 22px;
}

.blflc-intro,
.blflc-check-section,
.blflc-faqs,
.blflc-cta,
.blflc-disclaimer,
.blflc-law-note {
  border: 1px solid var(--blflc-line);
  border-radius: 8px;
  background: #fff;
}

.blflc-intro,
.blflc-faqs,
.blflc-disclaimer,
.blflc-law-note {
  padding: 28px;
}

.blflc-content h2 {
  margin: 0 0 14px;
  color: var(--blflc-blue);
  font-family: Lato, Montserrat, Arial, sans-serif;
  font-size: 29px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
}

.blflc-content p {
  margin: 0 0 16px;
  color: var(--blflc-ink);
  font-size: 16px;
  line-height: 1.75;
}

.blflc-content p:last-child {
  margin-bottom: 0;
}

.blflc-law-note {
  border-left: 6px solid var(--blflc-red);
  background: #fff7f7;
}

.blflc-checklist-heading {
  display: flex;
  gap: 18px;
  align-items: end;
  justify-content: space-between;
  padding: 10px 0 2px;
}

.blflc-checklist-heading h2 {
  margin: 0;
}

.blflc-save-note {
  margin: 0;
  color: var(--blflc-muted);
  font-size: 13px;
  font-weight: 700;
}

.blflc-check-section {
  overflow: hidden;
}

.blflc-check-section__heading {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 24px 26px;
  background: var(--blflc-blue);
}

.blflc-check-section__heading > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  background: var(--blflc-red);
  color: #fff;
  font-weight: 900;
}

.blflc-check-section__heading h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 24px;
}

.blflc-check-section__heading p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 700;
}

.blflc-check-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blflc-check-list li::before,
.blflc-check-list li::after {
  content: none !important;
  display: none !important;
}

.blflc-check-list li + li {
  border-top: 1px solid var(--blflc-line);
}

.blflc-check-list label {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px 24px;
  cursor: pointer;
  color: var(--blflc-ink);
  font-size: 15px;
  line-height: 1.65;
}

.blflc-check-list input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.blflc-fake-check {
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  border: 2px solid #bcc0d0;
  border-radius: 6px;
  background: #fff;
}

.blflc-check-list input:checked + .blflc-fake-check {
  border-color: var(--blflc-red);
  background: var(--blflc-red);
}

.blflc-check-list input:checked + .blflc-fake-check::after {
  position: absolute;
  left: 6px;
  top: 2px;
  width: 8px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  content: "";
  transform: rotate(45deg);
}

.blflc-check-list input:focus-visible + .blflc-fake-check {
  outline: 3px solid rgba(255, 61, 61, .25);
  outline-offset: 2px;
}

.blflc-check-list input:checked ~ span:last-child {
  color: #737684;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.blflc-faqs details {
  border-top: 1px solid var(--blflc-line);
}

.blflc-faqs summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  cursor: pointer;
  color: var(--blflc-blue);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
}

.blflc-faqs summary::after {
  flex: 0 0 auto;
  color: var(--blflc-red);
  content: "+";
  font-size: 24px;
  line-height: 1;
}

.blflc-faqs details[open] summary::after {
  content: "-";
}

.blflc-faqs details p {
  margin-bottom: 18px;
}

.blflc-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 30px;
  background: var(--blflc-navy);
}

.blflc-cta h2,
.blflc-cta p {
  color: #fff;
}

.blflc-disclaimer {
  background: #f8f8fb;
}

.blflc-disclaimer p {
  color: var(--blflc-muted);
  font-size: 13px;
}

.blflc-archive-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.blflc-archive-hero__stats span {
  display: inline-flex;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 6px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.blflc-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.blflc-archive-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--blflc-line);
  border-radius: 8px;
  background: #fff;
}

.blflc-archive-card h2 {
  margin: 0 0 14px;
  color: var(--blflc-blue);
  font-family: Lato, Montserrat, Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

.blflc-archive-card h2 a {
  color: inherit;
  text-decoration: none;
}

.blflc-archive-card p {
  margin: 0 0 18px;
  color: var(--blflc-muted);
  font-size: 14px;
  line-height: 1.7;
}

.blflc-archive-card__footer {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--blflc-line);
}

.blflc-archive-card__footer span,
.blflc-archive-card__footer a {
  font-size: 13px;
  font-weight: 900;
}

.blflc-archive-card__footer a {
  color: var(--blflc-red);
  text-decoration: none;
}

@media (max-width: 980px) {
  .blflc-hero__grid,
  .blflc-layout,
  .blflc-cta {
    grid-template-columns: 1fr;
  }

  .blflc-toc {
    position: relative;
    top: auto;
  }

  .blflc-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .blflc-shell {
    width: min(100% - 24px, 1180px);
  }

  .blflc-hero,
  .blflc-archive-hero {
    padding: 62px 0 52px;
  }

  .blflc-hero h1,
  .blflc-archive-hero h1 {
    font-size: 32px;
  }

  .blflc-hero__summary,
  .blflc-archive-hero p {
    font-size: 15px;
  }

  .blflc-progress-card__buttons,
  .blflc-card-grid {
    grid-template-columns: 1fr;
  }

  .blflc-check-section__heading {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 20px;
  }

  .blflc-check-section__heading > span {
    width: 42px;
    height: 42px;
  }

  .blflc-check-list label,
  .blflc-intro,
  .blflc-faqs,
  .blflc-disclaimer,
  .blflc-law-note,
  .blflc-cta {
    padding: 20px;
  }

  .blflc-content h2 {
    font-size: 24px;
  }

  .blflc-checklist-heading {
    display: block;
  }
}

@media print {
  #site-header,
  .site-footer,
  .blflc-hero__actions,
  .blflc-progress-card__buttons,
  .blflc-toc {
    display: none !important;
  }

  .blflc-hero,
  .blflc-archive-hero {
    padding: 24px 0;
    background: #fff !important;
    color: #000;
  }

  .blflc-hero h1,
  .blflc-archive-hero h1,
  .blflc-hero__summary,
  .blflc-archive-hero p {
    color: #000;
  }

  .blflc-body,
  .blflc-archive-body {
    padding: 0;
    background: #fff;
  }
}
