/*
 * AJ Content Factory 1.0.3
 * Nie zmienia układu hero.
 * Wyśrodkowuje wyłącznie dwa przyciski w dolnym granatowym panelu CTA.
 */

.aj-content[data-aj-template="article-v1"] .aj-cta .aj-actions--cta-centered,
.aj-content[data-aj-template="money-page-v1"] .aj-cta .aj-actions--cta-centered {
  display: flex;
  width: 100%;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
  gap: clamp(.7rem, 2vw, 1rem);
  text-align: center;
}

.aj-content[data-aj-template] .aj-cta .aj-actions--cta-centered > .aj-btn {
  flex: 0 1 210px;
  min-width: 170px;
  margin: 0;
  justify-content: center;
  text-align: center;
}

@media (max-width: 680px) {
  .aj-content[data-aj-template] .aj-cta .aj-actions--cta-centered {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .aj-content[data-aj-template] .aj-cta .aj-actions--cta-centered > .aj-btn {
    width: 100%;
    min-width: 0;
  }
}

/* AJCF HOMEPAGE-V1 CSS START */
.aj-homepage {
  --aj-navy: #0f2544;
  --aj-navy-2: #16305a;
  --aj-gold: #c9a227;
  --aj-cream: #f5f2ea;
  --aj-ink: #2b3340;
  --aj-muted: #5f6a78;
  --aj-line: #e3e6ec;
  --aj-white: #ffffff;
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
  color: var(--aj-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.7;
}

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

.aj-homepage img {
  max-width: 100%;
}

.aj-homepage h1,
.aj-homepage h2,
.aj-homepage h3,
.aj-homepage p {
  margin-top: 0;
}

.aj-homepage h1,
.aj-homepage h2,
.aj-homepage h3 {
  line-height: 1.24;
}

.aj-homepage h2 {
  margin-bottom: 12px;
  color: var(--aj-navy);
  font-size: clamp(25px, 3vw, 32px);
}

.aj-homepage h3 {
  color: var(--aj-navy);
  font-family: Arial, Helvetica, sans-serif;
}

.aj-homepage a:focus-visible {
  outline: 3px solid var(--aj-gold);
  outline-offset: 4px;
}

.aj-homepage__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.aj-homepage__hero,
.aj-homepage__contact {
  background: linear-gradient(160deg, var(--aj-navy) 0%, var(--aj-navy-2) 100%);
  border-radius: 14px;
  box-shadow: 0 22px 54px rgba(15, 37, 68, 0.14);
}

.aj-homepage__hero {
  padding: 56px 44px 50px;
  text-align: center;
}

.aj-homepage__kicker {
  margin-bottom: 12px;
  color: var(--aj-gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.aj-homepage__hero h1 {
  max-width: 880px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: var(--aj-white);
  font-size: clamp(31px, 4vw, 40px);
}

.aj-homepage__hero-row {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: center;
  gap: 44px;
  margin-top: 38px;
  text-align: left;
}

.aj-homepage__portrait {
  margin: 0;
}

.aj-homepage__portrait-link {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 39, 0.5);
  border-radius: 12px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.aj-homepage__portrait-link img {
  display: block;
  width: 100%;
  height: auto;
}

.aj-homepage__portrait-label {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px 12px 13px;
  color: #f1e7c9;
  background: linear-gradient(to top, rgba(15, 37, 68, 0.96), rgba(15, 37, 68, 0));
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.aj-homepage__portrait-link:hover {
  transform: translateY(-4px);
  border-color: var(--aj-gold);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.44);
}

.aj-homepage__hero-copy p {
  max-width: 650px;
  margin-bottom: 0;
  color: #d2dae7;
  font-size: 18px;
  line-height: 1.68;
}

.aj-homepage__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 24px;
}

.aj-homepage__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  border: 1px solid var(--aj-gold);
  border-radius: 7px;
  color: var(--aj-navy);
  background: var(--aj-gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.aj-homepage__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 9px 22px rgba(201, 162, 39, 0.28);
}

.aj-homepage__button--outline {
  color: #f4ead0;
  background: transparent;
  border-color: rgba(201, 162, 39, 0.62);
}

.aj-homepage__button--outline:hover {
  color: var(--aj-white);
  background: rgba(201, 162, 39, 0.12);
}

.aj-homepage__social {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(201, 162, 39, 0.22);
}

.aj-homepage__social-label {
  display: block;
  margin-bottom: 11px;
  color: #9cacbf;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.aj-homepage__social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.aj-homepage__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 12px;
  border: 1px solid rgba(201, 162, 39, 0.32);
  border-radius: 8px;
  color: #dfe4ec;
  background: rgba(255, 255, 255, 0.045);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.aj-homepage__social-link svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: var(--aj-gold);
}

.aj-homepage__social-link:hover {
  transform: translateY(-2px);
  color: var(--aj-white);
  background: rgba(201, 162, 39, 0.12);
  border-color: var(--aj-gold);
}

.aj-homepage__trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 18px 0 38px;
  border: 1px solid var(--aj-line);
  border-radius: 10px;
  background: var(--aj-line);
}

.aj-homepage__trust-item {
  padding: 16px 12px;
  color: var(--aj-navy);
  background: var(--aj-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.aj-homepage__trust-item small {
  display: block;
  margin-top: 3px;
  color: var(--aj-muted);
  font-size: 11px;
  font-weight: 400;
}

.aj-homepage__stats {
  margin: 36px 0 14px;
}

.aj-homepage__stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.aj-homepage__stat {
  padding: 24px 18px 20px;
  border: 1px solid var(--aj-line);
  border-top: 3px solid var(--aj-gold);
  border-radius: 0 0 10px 10px;
  background: var(--aj-white);
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.aj-homepage__stat:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(15, 37, 68, 0.1);
}

.aj-homepage__stat-number {
  display: block;
  color: var(--aj-navy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1.05;
}

.aj-homepage__stat-number--long {
  font-size: clamp(22px, 2.5vw, 31px);
}

.aj-homepage__stat-rule {
  display: block;
  width: 34px;
  height: 2px;
  margin: 12px auto 10px;
  background: var(--aj-gold);
}

.aj-homepage__stat-label {
  display: block;
  color: var(--aj-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13.5px;
  line-height: 1.45;
}

.aj-homepage__stats-note {
  margin: 8px 2px 0;
  color: #8a94a1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: right;
}

.aj-homepage__section {
  margin: 48px 0;
}

.aj-homepage__section > p:not(.aj-homepage__lead) {
  margin-bottom: 13px;
}

.aj-homepage__lead {
  margin-bottom: 22px;
  color: var(--aj-muted);
}

.aj-homepage__context-link,
.aj-homepage__more {
  color: var(--aj-navy);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 162, 39, 0.85);
}

.aj-homepage__context-link:hover,
.aj-homepage__more:hover {
  color: #173b6d;
  border-bottom-color: var(--aj-navy);
}

.aj-homepage__panel,
.aj-homepage__reviews {
  margin: 44px 0;
  padding: 31px 34px;
  border-radius: 12px;
  background: var(--aj-cream);
}

.aj-homepage__panel h2,
.aj-homepage__reviews h2 {
  font-size: clamp(24px, 2.5vw, 29px);
}

.aj-homepage__panel p:last-of-type {
  margin-bottom: 0;
}

.aj-homepage__practice-featured,
.aj-homepage__practice-grid {
  display: grid;
  gap: 16px;
}

.aj-homepage__practice-featured {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 20px;
}

.aj-homepage__practice-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aj-homepage__practice-card {
  display: block;
  padding: 21px;
  border: 1px solid var(--aj-line);
  border-top: 3px solid var(--aj-gold);
  border-radius: 0 0 10px 10px;
  color: inherit;
  background: var(--aj-white);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.aj-homepage__practice-card--featured {
  padding: 25px 23px 23px;
  background: linear-gradient(145deg, var(--aj-white), #fbfaf6);
}

.aj-homepage__practice-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(15, 37, 68, 0.1);
}

.aj-homepage__practice-card h3 {
  margin-bottom: 6px;
  font-size: 17px;
}

.aj-homepage__practice-card span {
  display: block;
  color: var(--aj-muted);
  font-size: 14px;
  line-height: 1.55;
}

.aj-homepage__subheading {
  margin: 28px 0 13px;
  color: var(--aj-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.aj-homepage__more {
  display: inline-block;
  margin-top: 19px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.aj-homepage__reviews {
  border: 1px solid #e5dec7;
  background: linear-gradient(145deg, #f7f4eb, var(--aj-white));
}

.aj-homepage__reviews-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 21px;
}

.aj-homepage__reviews-head p {
  margin-bottom: 0;
  color: var(--aj-muted);
}

.aj-homepage__review-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 11px 16px;
  border: 1px solid rgba(201, 162, 39, 0.7);
  border-radius: 7px;
  color: var(--aj-navy);
  background: var(--aj-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.aj-homepage__review-link:hover {
  background: rgba(201, 162, 39, 0.1);
  border-color: var(--aj-gold);
}

.aj-homepage__proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.aj-homepage__proof-card,
.aj-homepage__posts-empty {
  padding: 19px;
  border: 1px solid var(--aj-line);
  border-radius: 9px;
  background: var(--aj-white);
}

.aj-homepage__proof-card strong,
.aj-homepage__posts-empty strong {
  display: block;
  margin-bottom: 5px;
  color: var(--aj-navy);
  font-family: Arial, Helvetica, sans-serif;
}

.aj-homepage__proof-card span,
.aj-homepage__posts-empty span {
  display: block;
  color: var(--aj-muted);
  font-size: 14px;
}

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

.aj-homepage__value {
  padding: 4px 0 4px 17px;
  border-left: 3px solid var(--aj-gold);
}

.aj-homepage__value strong,
.aj-homepage__value span {
  display: block;
}

.aj-homepage__value strong {
  margin-bottom: 4px;
  color: var(--aj-navy);
  font-family: Arial, Helvetica, sans-serif;
}

.aj-homepage__value span {
  color: var(--aj-muted);
  font-size: 15px;
}

.aj-homepage__panel ul {
  margin-bottom: 0;
  padding-left: 22px;
}

.aj-homepage__panel li {
  margin-bottom: 6px;
}

.aj-homepage__posts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.aj-homepage__post-card {
  overflow: hidden;
  border: 1px solid var(--aj-line);
  border-radius: 11px;
  background: var(--aj-white);
  box-shadow: 0 5px 14px rgba(15, 37, 68, 0.045);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.aj-homepage__post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(15, 37, 68, 0.11);
}

.aj-homepage__post-card > a {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.aj-homepage__post-image,
.aj-homepage__post-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.aj-homepage__post-image {
  object-fit: cover;
  background: var(--aj-cream);
}

.aj-homepage__post-placeholder {
  display: grid;
  place-items: center;
  color: rgba(201, 162, 39, 0.72);
  background: linear-gradient(145deg, var(--aj-navy), var(--aj-navy-2));
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 2px;
}

.aj-homepage__post-body {
  padding: 18px 19px 20px;
}

.aj-homepage__post-body time {
  display: block;
  margin-bottom: 7px;
  color: #8b7420;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.aj-homepage__post-body h3 {
  margin-bottom: 8px;
  font-size: 17px;
}

.aj-homepage__post-body p {
  margin-bottom: 0;
  color: var(--aj-muted);
  font-size: 13.5px;
  line-height: 1.55;
}

.aj-homepage__posts-empty {
  grid-column: 1 / -1;
}

.aj-homepage__faq-grid {
  display: grid;
  gap: 14px;
}

.aj-homepage__faq-item {
  padding: 19px 21px;
  border: 1px solid var(--aj-line);
  border-left: 3px solid var(--aj-gold);
  border-radius: 8px;
  background: var(--aj-white);
}

.aj-homepage__faq-item h3 {
  margin-bottom: 7px;
  font-size: 17px;
}

.aj-homepage__faq-item p {
  margin-bottom: 0;
  color: var(--aj-muted);
  font-size: 15px;
}

.aj-homepage__contact {
  margin: 48px 0 20px;
  padding: 39px 40px;
}

.aj-homepage__contact h2 {
  color: var(--aj-white);
}

.aj-homepage__contact-lead {
  margin-bottom: 20px;
  color: #c8d2e1;
  font-family: Arial, Helvetica, sans-serif;
}

.aj-homepage__contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  color: #c8d2e1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.aj-homepage__contact-column {
  margin: 0;
  color: inherit;
  font-style: normal;
}

.aj-homepage__contact-column > strong {
  display: block;
  margin-bottom: 5px;
  color: var(--aj-gold);
}

.aj-homepage__contact-column a {
  color: #edf1f7;
  text-decoration: none;
}

.aj-homepage__contact-column a:hover {
  color: var(--aj-gold);
}

.aj-homepage__hours {
  width: 100%;
  border-collapse: collapse;
  color: inherit;
}

.aj-homepage__hours td {
  padding: 3px 0;
  border: 0;
}

.aj-homepage__hours td:last-child {
  text-align: right;
}

.aj-homepage__contact-button {
  margin-top: 23px;
}

.aj-homepage__disclaimer {
  margin-bottom: 18px;
}

.aj-homepage__disclaimer p {
  margin-bottom: 0;
  color: #8b94a1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

@media (max-width: 960px) {
  .aj-homepage__hero-row {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 30px;
  }

  .aj-homepage__practice-grid,
  .aj-homepage__posts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .aj-homepage {
    width: min(100% - 24px, 720px);
  }

  .aj-homepage__hero {
    padding: 40px 28px;
  }

  .aj-homepage__hero-row {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .aj-homepage__portrait {
    width: min(220px, 100%);
    margin-right: auto;
    margin-left: auto;
  }

  .aj-homepage__hero-copy p {
    margin-right: auto;
    margin-left: auto;
  }

  .aj-homepage__hero-actions {
    justify-content: center;
  }

  .aj-homepage__trust,
  .aj-homepage__stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aj-homepage__reviews-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .aj-homepage__proof-grid,
  .aj-homepage__values,
  .aj-homepage__contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 580px) {
  .aj-homepage {
    width: min(100% - 18px, 560px);
    font-size: 16px;
  }

  .aj-homepage__hero,
  .aj-homepage__contact,
  .aj-homepage__panel,
  .aj-homepage__reviews {
    padding: 30px 21px;
    border-radius: 10px;
  }

  .aj-homepage__hero h1 {
    font-size: 29px;
  }

  .aj-homepage__hero-actions,
  .aj-homepage__hero-actions .aj-homepage__button {
    width: 100%;
  }

  .aj-homepage__social-grid,
  .aj-homepage__trust,
  .aj-homepage__stats-grid,
  .aj-homepage__practice-featured,
  .aj-homepage__practice-grid,
  .aj-homepage__posts-grid {
    grid-template-columns: 1fr;
  }

  .aj-homepage__stats-note {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aj-homepage *,
  .aj-homepage *::before,
  .aj-homepage *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

@media print {
  .aj-homepage__hero-actions,
  .aj-homepage__social,
  .aj-homepage__review-link,
  .aj-homepage__contact-button {
    display: none !important;
  }

  .aj-homepage__hero,
  .aj-homepage__contact {
    color: #000;
    background: #fff;
    box-shadow: none;
  }
}

/* AJCF homepage-v1 — restrained visual refinements */
.aj-homepage__hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.aj-homepage__hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -180px;
  right: -130px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 162, 39, 0.15), rgba(201, 162, 39, 0) 68%);
  pointer-events: none;
}

.aj-homepage__hero-accent {
  width: 72px;
  height: 2px;
  margin: 0 auto 15px;
  background: linear-gradient(90deg, transparent, var(--aj-gold), transparent);
  opacity: 0.85;
}

.aj-homepage__eyebrow {
  margin-bottom: 7px;
  color: #8b7420;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.45px;
  text-transform: uppercase;
}

.aj-homepage__section-head {
  margin-bottom: 20px;
}

.aj-homepage__section-head--split,
.aj-homepage__contact-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.aj-homepage__section-head--split .aj-homepage__lead,
.aj-homepage__contact-head p {
  margin-bottom: 0;
}

.aj-homepage__introduction a,
.aj-homepage__faq-item a {
  color: var(--aj-navy);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 162, 39, 0.8);
}

.aj-homepage__introduction a:hover,
.aj-homepage__faq-item a:hover {
  border-bottom-color: var(--aj-navy);
}

.aj-homepage__about {
  padding: 31px 34px;
  border: 1px solid #ebe5d5;
  border-radius: 12px;
  background: linear-gradient(145deg, var(--aj-cream), #fbfaf6);
}

.aj-homepage__about p:last-child {
  margin-bottom: 0;
}

.aj-homepage__practice-card {
  position: relative;
  min-height: 146px;
  padding-right: 44px;
}

.aj-homepage__practice-card p {
  margin: 0;
  color: var(--aj-muted);
  font-size: 14px;
  line-height: 1.55;
}

.aj-homepage__practice-badge {
  margin-bottom: 12px;
  color: #8b7420 !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px !important;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.aj-homepage__card-arrow {
  position: absolute;
  right: 19px;
  bottom: 15px;
  color: var(--aj-gold) !important;
  font-size: 19px !important;
  transition: transform 180ms ease;
}

.aj-homepage__practice-card:hover .aj-homepage__card-arrow {
  transform: translateX(3px);
}

.aj-homepage__proof-card h3,
.aj-homepage__value h3,
.aj-homepage__contact-column h3 {
  margin-bottom: 6px;
  font-size: 16px;
}

.aj-homepage__proof-card p,
.aj-homepage__value p {
  margin: 0;
  color: var(--aj-muted);
  font-size: 14px;
  line-height: 1.55;
}

.aj-homepage__value {
  min-height: 92px;
}

.aj-homepage__business {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: center;
  margin: 48px 0;
  padding: 31px 34px;
  border: 1px solid #ebe5d5;
  border-radius: 12px;
  background: var(--aj-cream);
}

.aj-homepage__business h2,
.aj-homepage__business p {
  margin-bottom: 10px;
}

.aj-homepage__business-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.aj-homepage__business-list li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 24px;
}

.aj-homepage__business-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #8b7420;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.aj-homepage__more--top {
  flex: 0 0 auto;
  margin-top: 0;
  margin-bottom: 4px;
}

.aj-homepage__post-card h3 {
  text-wrap: balance;
}

.aj-homepage__contact-head {
  align-items: center;
  margin-bottom: 25px;
}

.aj-homepage__contact-head > div {
  max-width: 680px;
}

.aj-homepage__contact-head p {
  color: #c8d2e1;
  font-family: Arial, Helvetica, sans-serif;
}

.aj-homepage__contact-column h3 {
  color: var(--aj-gold);
}

.aj-homepage__hours th,
.aj-homepage__hours td {
  padding: 3px 0;
  border: 0;
  color: inherit;
  font-weight: 400;
  text-align: left;
}

.aj-homepage__hours td {
  text-align: right;
}

.aj-homepage__disclaimer {
  margin-top: 0;
}

.ajcf-homepage-error {
  max-width: 1040px;
  margin: 24px auto;
  padding: 18px;
  border: 1px solid #a52a2a;
  background: #fff5f5;
  color: #7d1f1f;
}

@media (max-width: 780px) {
  .aj-homepage__section-head--split,
  .aj-homepage__contact-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .aj-homepage__business {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 580px) {
  .aj-homepage__about,
  .aj-homepage__business {
    padding: 26px 21px;
    border-radius: 10px;
  }

  .aj-homepage__practice-card {
    min-height: 0;
  }
}
/* AJCF HOMEPAGE-V1 CSS END */
