/* Preview-only extras. Hybrid pages also use this file live as hybrid-pages.css. */

.preview-bar {
  background: #d4b25a;
  color: #0b1c36;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.55rem 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  align-items: center;
  justify-content: center;
}
.preview-bar a {
  color: #0b1c36 !important;
  text-decoration: underline;
}
.preview-bar span.note {
  font-weight: 500;
}

.hybrid-page main,
body.hybrid-page main {
  /* Full viewport width so bands/heroes need no 100vw breakout (avoids scrollbar overflow). */
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 2.2rem 0 3.5rem;
  box-sizing: border-box;
  overflow-x: clip;
}

/* Constrain non-band children (stats, jump nav, CTA card, etc.) */
.hybrid-page main > :not(section),
.hybrid-page main > .cta-band,
.hybrid-page main > .page-hero,
.hybrid-page main > .contact-hero {
  width: min(var(--max, 1100px), calc(100% - 2rem));
  max-width: var(--max, 1100px);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* Beat .hybrid-page .home-stats / .page-jump margin shorthand (L/R: 0) */
.hybrid-page main > .home-stats,
.hybrid-page main > .page-jump {
  width: min(var(--max, 1100px), calc(100% - 2rem));
  max-width: var(--max, 1100px);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* Full-bleed location photo hero */
.loc-hero-bleed {
  position: relative;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: -2.2rem;
  margin-bottom: 2rem;
  min-height: min(52vh, 28rem);
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #0a1628;
}
.loc-hero-bleed__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.loc-hero-bleed__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(7, 14, 26, 0.38) 0%,
      rgba(7, 14, 26, 0.52) 45%,
      rgba(7, 14, 26, 0.72) 100%
    );
  pointer-events: none;
}
.loc-hero-bleed__inner {
  position: relative;
  z-index: 1;
  width: min(40rem, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 3rem 0 2.75rem;
  text-align: center;
}
.loc-hero-bleed .about-eyebrow {
  color: rgba(232,238,246,0.85);
  margin-bottom: 0.65rem;
}
.loc-hero-bleed h1 {
  color: #fff !important;
  text-shadow: 0 2px 24px rgba(0,0,0,0.35);
  margin-bottom: 0.75rem;
  text-wrap: unset;
}
.loc-hero-bleed h1 .h1-loc,
.loc-hero-bleed h1 .h1-svc,
.loc-hero-bleed h1 .hl {
  display: block;
}
.loc-hero-bleed .lede {
  color: rgba(232,238,246,0.92) !important;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.05rem;
  line-height: 1.45;
}
.loc-hero-bleed .btns {
  justify-content: center;
  margin-top: 0.35rem;
}
.loc-hero-bleed .btn-ice {
  background: #fff !important;
  color: #0b1c36 !important;
  border-color: #fff !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}
.loc-hero-bleed .btn-ice:hover {
  background: #f3f6fb !important;
  color: #0b1c36 !important;
  border-color: #f3f6fb !important;
  filter: none;
}
.loc-hero-bleed .btn-ghost {
  border-color: rgba(255,255,255,0.55) !important;
  color: #fff !important;
  background: rgba(255,255,255,0.06) !important;
}
.loc-hero-bleed .btn-ghost:hover,
.loc-hero-bleed .btn-ghost:focus-visible,
.hybrid-page .loc-hero-bleed .btn-ghost:hover,
.hybrid-page .loc-hero-bleed .btn-ghost:focus-visible {
  border-color: #fff !important;
  color: #fff !important;
  background: rgba(255,255,255,0.18) !important;
}
@media (max-width: 720px) {
  .loc-hero-bleed {
    min-height: min(46vh, 24rem);
    margin-top: -2.2rem;
  }
  .loc-hero-bleed__inner {
    width: auto;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding: 2.5rem 0 2.25rem;
  }
}

.office-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 800px) {
  .office-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.office-card {
  background: #fff;
  border: 1px solid #d8dee8;
  border-radius: 10px;
  padding: 1.25rem 1.2rem;
}
.office-card h3 {
  margin: 0 0 0.45rem;
  color: #0b1c36;
  font-size: 1.08rem;
}
.office-card p {
  margin: 0 0 0.45rem;
  color: #4a5564;
  font-size: 0.94rem;
}
.office-card a.phone {
  color: #0b4a8a;
  font-weight: 600;
}

.quote {
  background: #fff;
  border-left: 4px solid #d4b25a;
  border: 1px solid #d8dee8;
  border-left: 4px solid #d4b25a;
  border-radius: 0 10px 10px 0;
  padding: 1.15rem 1.25rem;
  margin: 0 0 1rem;
}
.quote p {
  color: #2a3442;
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0 0 0.7rem;
}
.quote cite {
  display: block;
  font-style: normal;
  font-weight: 700;
  color: #0b1c36;
  font-size: 0.88rem;
}

.hybrid-page .faq {
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: visible;
  padding: 0;
  box-shadow: none;
}
.hybrid-page .faq details {
  border: 1px solid #d8dee8;
  border-left: 3px solid #d4b25a;
  border-radius: 0 10px 10px 0;
  background: #fff;
  margin: 0 0 0.65rem;
  padding: 0;
}
.hybrid-page .faq details:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #d8dee8;
}
.hybrid-page .faq summary {
  list-style: none;
  cursor: pointer;
  color: #0b1c36;
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.4;
  padding: 0.95rem 2.75rem 0.95rem 1.1rem;
  position: relative;
  transition: background 0.15s ease;
}
.hybrid-page .faq summary::-webkit-details-marker {
  display: none;
}
.hybrid-page .faq summary::after {
  content: "";
  position: absolute;
  right: 1.1rem;
  top: 50%;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid #8a6500;
  border-bottom: 2px solid #8a6500;
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.18s ease;
  background: none;
  border-radius: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-align: left;
}
.hybrid-page .faq details[open] summary {
  color: #0b1c36;
  background: #fff;
  border-bottom: 1px solid #e6ebf2;
}
.hybrid-page .faq details[open] summary::after {
  content: "";
  transform: translateY(-20%) rotate(225deg);
  background: none;
  color: transparent;
}
.hybrid-page .faq summary:hover {
  background: #f7f9fc;
}
.hybrid-page .faq summary:focus-visible {
  outline: 2px solid #d4b25a;
  outline-offset: -2px;
}
.hybrid-page .faq p {
  color: #3a4553;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  padding: 0.85rem 1.1rem 1.05rem;
  max-width: none;
}

.loc-note {
  font-size: 0.86rem;
  color: #5a6573;
  margin: 0 0 1.4rem;
}

.page-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.7rem;
  margin: 0.15rem auto 2.4rem;
}
.page-jump a {
  font-size: 0.82rem;
  color: #0b4a8a !important;
  background: #fff;
  border: 1px solid #d8dee8;
  border-radius: 999px;
  padding: 0.28rem 0.75rem;
  text-decoration: none !important;
}
.page-jump a:hover { border-color: #d4b25a; }

.prose h2 {
  margin: 1.75rem 0 0.65rem;
  font-size: 1.28rem;
  line-height: 1.3;
  color: #0c2340;
  max-width: none;
}
.prose h2:first-child { margin-top: 0; }
.prose p {
  color: #2a3442;
  font-size: 1.02rem;
  line-height: 1.75;
  margin: 0 0 1rem;
  max-width: none;
}
.prose ul {
  margin: 0 0 1.1rem 1.2rem;
  color: #2a3442;
}
.prose li { margin: 0.28rem 0; }

.check-list {
  display: grid;
  gap: 0.55rem 1.2rem;
  margin: 0 0 1.2rem;
}
@media (min-width: 760px) {
  .check-list { grid-template-columns: 1fr 1fr; }
}
.check-list li {
  list-style: none;
  padding-left: 1.15rem;
  position: relative;
  color: #2a3442;
  font-size: 0.96rem;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #d4b25a;
}

.nearby {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.nearby a,
.nearby span {
  background: #fff;
  border: 1px solid #d8dee8;
  border-radius: 8px;
  padding: 0.4rem 0.7rem;
  font-size: 0.88rem;
  color: #0b1c36;
  text-decoration: none !important;
}
.nearby a:hover { border-color: #d4b25a; }

/* Office-home results / proof strip */
.home-proof {
  text-align: center;
}
.home-proof .sec-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
}
.home-proof .sec-sub {
  margin: -0.35rem auto 1.1rem;
  color: #4a5564;
  max-width: 40rem;
  text-align: center;
}
.home-proof .proof-strip {
  text-align: left;
}
.proof-strip {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid #d8dee8;
  border-bottom: 1px solid #d8dee8;
  background: #fff;
}
@media (min-width: 860px) {
  .proof-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.proof-strip li {
  padding: 1.15rem 1.1rem 1.25rem;
  border-bottom: 1px solid #e6ebf2;
}
@media (min-width: 860px) {
  .proof-strip li {
    border-bottom: 0;
    border-right: 1px solid #e6ebf2;
  }
  .proof-strip li:last-child { border-right: 0; }
}
.proof-strip .kind {
  display: block;
  margin: 0 0 0.35rem;
  color: #687588;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.proof-strip strong {
  display: block;
  color: #0b1c36;
  font-size: clamp(1.55rem, 2.4vw, 1.85rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 0.45rem;
}
.proof-strip p {
  margin: 0;
  color: #4a5564;
  font-size: 0.9rem;
  line-height: 1.5;
}
.proof-cta {
  margin: 0 0 1.15rem;
  padding: 1.25rem 0 0.25rem;
  border-top: 1px solid #e6ebf2;
  text-align: center;
}
.proof-cta__line {
  margin: 0 auto 0.85rem;
  max-width: 36rem;
  color: #0b1c36;
  font-size: 1.05rem;
  font-weight: 650;
}
.home-proof .proof-cta .btns {
  margin: 0;
  justify-content: center;
}
.home-proof .proof-cta .btn-ice {
  background: #d4b25a !important;
  color: #0b1c36 !important;
  border-color: #d4b25a !important;
}
.home-proof .proof-cta .btn-ice:hover {
  background: #e0c36f !important;
  border-color: #e0c36f !important;
}
.home-proof .proof-cta .btn-ghost {
  border-color: #0b1c36 !important;
  color: #0b1c36 !important;
  background: transparent !important;
}
.home-proof .proof-cta .btn-ghost:hover {
  background: #0b1c36 !important;
  color: #fff !important;
}
.proof-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.1rem;
  align-items: baseline;
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
}
.proof-meta a {
  color: #0b4a8a;
  font-weight: 650;
  text-decoration: none !important;
}
.proof-meta a:hover { text-decoration: underline !important; }
.home-proof .proof-meta {
  justify-content: center;
  text-align: center;
}
.home-proof .loc-note {
  text-align: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

/* Light review / testimonial band (city hubs, auto hubs, office practice) */
.review-block {
  text-align: center;
}
.review-block .sec-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}
.review-block .sec-sub {
  margin: -0.35rem auto 1.15rem;
  color: #4a5564;
  max-width: 38rem;
  text-align: center;
}
.review-block .quote {
  max-width: 40rem;
  margin: 0 auto 1.15rem;
  text-align: left;
}
.review-block__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.25rem;
  justify-content: center;
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
}
.review-block__links a {
  color: #0b4a8a;
  font-weight: 650;
  text-decoration: none !important;
}
.review-block__links a:hover { text-decoration: underline !important; }
.review-block .loc-note {
  text-align: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}


/* Related legal guides — row cards, not tag pills */
.legal-guide-list {
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
@media (min-width: 720px) {
  .legal-guide-list {
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem 1.25rem;
  }
}
.legal-guide-list a {
  display: block;
  position: relative;
  padding: 0.75rem 0.9rem 0.75rem 1.35rem;
  background: #fff;
  border: 1px solid #d8dee8;
  border-radius: 8px;
  color: #0b1c36 !important;
  font-weight: 650;
  font-size: 0.95rem;
  line-height: 1.35;
  text-decoration: none !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.legal-guide-list a::before {
  content: "";
  position: absolute;
  left: 0.65rem;
  top: 1.05rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: #d4b25a;
}
.legal-guide-list a:hover {
  border-color: #d4b25a;
  box-shadow: 0 4px 14px rgba(11, 28, 54, 0.06);
}

/* Soft alternating section bands on location/hybrid pages */
.hybrid-page main > section:not(.loc-hero-bleed):not(.page-hero):not(.cta-band):not(.contact-hero) {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: none;
  padding: 1.85rem max(1rem, calc((100% - min(var(--max, 1100px), calc(100% - 2rem))) / 2));
  box-sizing: border-box;
}
.hybrid-page main > section:not(.loc-hero-bleed):not(.page-hero):not(.cta-band):not(.contact-hero):nth-of-type(even) {
  background: #f3f5f8;
}
.hybrid-page main > section:not(.loc-hero-bleed):not(.page-hero):not(.cta-band):not(.contact-hero):nth-of-type(odd) {
  background: #fff;
}

.hybrid-page .cta-band {
  border-top: 3px solid #d4b25a !important;
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}
.hybrid-page .cta-band h2 {
  font-size: clamp(1.45rem, 2.4vw, 1.85rem) !important;
  letter-spacing: -0.02em;
}
.hybrid-page .cta-band p {
  font-size: 1.05rem !important;
}

/* About-section preview pages */
.about-eyebrow {
  margin: 0 0 0.7rem;
  color: #9a6f00;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.profile-facts,
.community-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 0 0 1.25rem;
}
.profile-facts > div,
.community-stats > div {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border: 1px solid #d8dee8;
  border-radius: 12px;
  padding: 1rem 1.1rem;
}
.profile-facts strong,
.community-stats strong {
  color: #0b1c36;
  font-size: 1.3rem;
  line-height: 1.15;
}
.profile-facts span,
.community-stats span {
  margin-top: 0.35rem;
  color: #667386;
  font-size: 0.86rem;
}
@media (min-width: 850px) {
  .profile-facts { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .community-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.credential-grid {
  display: grid;
  gap: 1rem;
}
.credential-card {
  background: #0b1c36;
  color: #fff;
  border-radius: 14px;
  padding: 1.5rem;
}
.credential-card .credential-label {
  display: block;
  margin-bottom: 0.65rem;
  color: #d4b25a;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.credential-card h2,
.credential-card h3 {
  color: #fff;
  line-height: 1.25;
  margin: 0 0 0.4rem;
}
.credential-card h2 { font-size: 1.35rem; }
.credential-card h3 { font-size: 1.05rem; }
.credential-card p,
.credential-card li {
  color: #d2dae6;
  line-height: 1.6;
  font-size: 0.92rem;
}
.credential-card ul { margin: 0.8rem 0 0 1.2rem; }
.credential-card hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin: 1.1rem 0;
}
@media (min-width: 800px) {
  .credential-grid { grid-template-columns: 1fr 1fr; }
}
.credential-pills span { padding: 0.65rem 0.85rem; }

.results-disclaimer {
  display: grid;
  gap: 0.25rem;
  background: #f7f4ea;
  border-left: 4px solid #d4b25a;
  border-radius: 0 10px 10px 0;
  padding: 1rem 1.15rem;
  margin: 0 0 1.3rem;
}
.results-disclaimer strong { color: #0b1c36; }
.results-disclaimer p {
  color: #4a5564;
  line-height: 1.6;
  margin: 0;
}
.results-disclaimer--footer { margin-top: 1rem; }
.results-grid {
  display: grid;
  gap: 1rem;
}
.result-card {
  background: #fff;
  border: 1px solid #d8dee8;
  border-top: 4px solid #d4b25a;
  border-radius: 12px;
  padding: 1.15rem;
}
.result-card span {
  display: block;
  color: #687588;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.result-card strong {
  display: block;
  color: #0b1c36;
  font-size: 1.65rem;
  line-height: 1.2;
  margin: 0.35rem 0 0.6rem;
}
.result-card p {
  color: #4a5564;
  font-size: 0.93rem;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 760px) {
  .results-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1050px) {
  .results-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.community-feature-grid {
  display: grid;
  gap: 1rem;
}
.community-feature {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  background: #fff;
  border: 1px solid #d8dee8;
  border-radius: 14px;
  padding: 1.25rem;
}
.feature-number {
  color: #d4b25a;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
}
.community-feature h2 {
  color: #0b1c36;
  font-size: 1.35rem;
  line-height: 1.25;
  margin: 0 0 0.65rem;
}
.community-feature p:not(.about-eyebrow) {
  color: #4a5564;
  line-height: 1.65;
  margin: 0 0 0.65rem;
}
.support-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.2rem;
  background: #0b1c36;
  color: #fff;
  border-radius: 14px;
  padding: 1.35rem;
}
.support-mark {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 2px solid #d4b25a;
  border-radius: 50%;
  color: #d4b25a;
  font-weight: 800;
}
.support-card h3 { color: #fff; margin: 0 0 0.4rem; }
.support-card p { color: #d2dae6; line-height: 1.6; margin: 0; }
.support-list { margin-top: 1rem; }
.support-list span { padding: 0.6rem 0.8rem; }

.entity-card {
  max-width: 46rem;
  background: #fff;
  border: 1px solid #d8dee8;
  border-left: 4px solid #d4b25a;
  border-radius: 0 12px 12px 0;
  padding: 1rem 1.1rem;
  margin-top: 1.1rem;
}
.entity-card span {
  display: block;
  color: #8a6500;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.entity-card strong {
  display: block;
  color: #0b1c36;
  font-size: 1.05rem;
  line-height: 1.4;
  margin: 0.3rem 0 0.45rem;
}
.entity-card p {
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0;
}
.entity-card--checklist {
  max-width: none;
  padding: 1.25rem 1.35rem 1.35rem;
}
.entity-card--checklist .entity-lede {
  margin: 0 0 0.85rem;
  color: #3a4553;
  font-size: 0.95rem;
  line-height: 1.55;
}
.entity-card--checklist .entity-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
@media (min-width: 720px) {
  .entity-card--checklist .entity-list {
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem 1.25rem;
  }
}
.entity-card--checklist .entity-list li {
  position: relative;
  margin: 0;
  padding: 0 0 0 1.15rem;
  color: #1c2736;
  font-size: 0.92rem;
  line-height: 1.45;
}
.entity-card--checklist .entity-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #d4b25a;
}
.entity-card--checklist .entity-foot {
  margin: 1rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px solid #e6ebf2;
  color: #0b1c36;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.45;
}

.location-directory-card h3 a {
  color: inherit;
}
.location-service-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  margin-top: 0.9rem;
}
.location-service-links a {
  color: #0b4a7e;
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.35;
}
.location-service-links a:hover {
  color: #8a6500;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.25rem;
}
.resource-card {
  display: flex;
  min-height: 8.5rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.1rem;
  color: #0b1c36;
  background: #fff;
  border: 1px solid #d8dee8;
  border-top: 3px solid #d4b25a;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(11, 28, 54, 0.06);
}
.resource-card:hover {
  border-color: #a9c9e8;
  transform: translateY(-2px);
}
.resource-card span {
  color: #8a6500;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.resource-card strong {
  display: block;
  margin: 0.55rem 0;
  font-size: 1rem;
  line-height: 1.4;
}
.resource-card small {
  color: #35516f;
  font-weight: 700;
}

@media (max-width: 680px) {
  .resource-grid {
    grid-template-columns: 1fr;
  }
}

.testimonial-grid {
  display: grid;
  gap: 1rem;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #d8dee8;
  border-radius: 14px;
  padding: 1.25rem;
  margin: 0;
  box-shadow: 0 8px 24px rgba(11, 28, 54, 0.05);
}
.testimonial-card::before {
  content: "“";
  color: #d4b25a;
  font-family: Georgia, serif;
  font-size: 3.2rem;
  line-height: 0.7;
}
.testimonial-card > p {
  color: #2a3442;
  line-height: 1.7;
  margin: 0.8rem 0 1.1rem;
}
.testimonial-card cite { display: grid; gap: 0.2rem; font-style: normal; }
.testimonial-card cite strong { color: #0b1c36; }
.testimonial-card cite span { color: #718096; font-size: 0.82rem; }
.testimonial-note { margin-top: 1.2rem; }
@media (min-width: 800px) {
  .testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.resource-kicker {
  display: block;
  margin-bottom: 0.55rem;
  color: #8a6500;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.resource-guide-card {
  display: flex !important;
  flex-direction: column;
}
.resource-guide-card p { flex: 1; }
.resource-guide-card > strong {
  display: block;
  margin-top: 0.9rem;
  color: #0b4a7e;
  font-size: 0.86rem;
}
.resource-directory {
  border-top: 1px solid #d8dee8;
  padding-top: 2rem;
}
.resource-nav-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}
.resource-nav-card {
  display: flex;
  min-height: 4.5rem;
  align-items: center;
  padding: 0.85rem 1rem;
  color: #0b1c36;
  background: #fff;
  border: 1px solid #d8dee8;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1.35;
}
.resource-nav-card:hover {
  border-color: #d4b25a;
  transform: translateY(-2px);
}
.resource-nav-card.is-current {
  color: #fff;
  background: #0b1c36;
  border-color: #0b1c36;
}
.resource-link-list {
  display: grid;
  gap: 0.7rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}
.resource-link-list a {
  display: block;
  height: 100%;
  padding: 0.9rem 1rem;
  color: #0b1c36;
  background: #fff;
  border: 1px solid #d8dee8;
  border-left: 3px solid #d4b25a;
  border-radius: 0 10px 10px 0;
  font-weight: 700;
  line-height: 1.45;
}
.resource-link-list a:hover {
  color: #0b4a7e;
  border-color: #a9c9e8;
}
.video-grid {
  display: grid;
  gap: 1rem;
}
.video-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8dee8;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(11, 28, 54, 0.08);
}
.video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #08162b;
}
.video-card h2 {
  margin: 0;
  padding: 1rem 1.1rem 1.1rem;
  color: #0b1c36;
  font-size: 1rem;
  line-height: 1.4;
}
@media (min-width: 720px) {
  .resource-nav-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .resource-link-list,
  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.blog-tools {
  padding: 1.2rem;
  background: #fff;
  border: 1px solid #d8dee8;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(11, 28, 54, 0.06);
}
.blog-tools > label {
  display: block;
  margin-bottom: 0.45rem;
  color: #0b1c36;
  font-size: 0.82rem;
  font-weight: 800;
}
.blog-tools input[type="search"] {
  width: 100%;
  padding: 0.8rem 0.95rem;
  color: #172436;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 9px;
  font: inherit;
}
.blog-tools input[type="search"]:focus {
  border-color: #0b4a7e;
  outline: 3px solid rgba(11, 74, 126, 0.12);
}
.blog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.9rem;
}
.blog-filters button,
.blog-pagination button {
  padding: 0.5rem 0.72rem;
  color: #0b4a7e;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 750;
  cursor: pointer;
}
.blog-filters button:hover,
.blog-pagination button:hover {
  border-color: #d4b25a;
}
.blog-filters button.is-active,
.blog-pagination button.is-active {
  color: #fff;
  background: #0b1c36;
  border-color: #0b1c36;
}
.blog-results {
  margin: 0.8rem 0 0;
  color: #687588;
  font-size: 0.82rem;
}
.blog-grid {
  display: grid;
  gap: 1rem;
}
.blog-card {
  display: flex;
  min-height: 18rem;
  flex-direction: column;
  padding: 1.2rem;
  background: #fff;
  border: 1px solid #d8dee8;
  border-top: 3px solid #d4b25a;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(11, 28, 54, 0.06);
}
.blog-card[hidden] { display: none; }
.blog-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  color: #687588;
  font-size: 0.72rem;
  font-weight: 750;
}
.blog-card-meta span {
  color: #8a6500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.blog-card h2 {
  margin: 0.8rem 0 0.6rem;
  color: #0b1c36;
  font-size: 1.18rem;
  line-height: 1.3;
}
.blog-card h2 a { color: inherit; }
.blog-card h2 a:hover { color: #0b4a7e; }
.blog-card > p {
  flex: 1;
  color: #4a5564;
  font-size: 0.9rem;
  line-height: 1.65;
}
.blog-read-more {
  margin-top: 1rem;
  color: #0b4a7e;
  font-size: 0.84rem;
  font-weight: 800;
}
.blog-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 1.5rem;
}
.blog-empty {
  padding: 1.5rem;
  text-align: center;
  color: #4a5564;
  background: #fff;
  border: 1px solid #d8dee8;
  border-radius: 10px;
}
.blog-post-hero {
  max-width: min(var(--blog-max, 46rem), 58rem);
  margin: 0 auto 2rem;
  padding: 1.2rem 0 2rem;
  border-bottom: 1px solid #d8dee8;
  text-align: center;
}
.blog-post-hero h1 {
  max-width: min(40rem, 100%);
  margin: 0.45rem auto 0;
  color: #0b1c36;
  font-size: clamp(1.85rem, 4.2vw, 3.1rem);
  line-height: 1.12;
  text-align: center;
}
.blog-post-hero .about-eyebrow a { color: inherit; }
.article-shell {
  display: block;
  max-width: var(--blog-max, 46rem);
  margin: 0 auto;
}
.article-content {
  min-width: 0;
  color: #2f3b4a;
  font-size: 1rem;
  line-height: 1.78;
}
.article-content > :first-child { margin-top: 0; }
.article-content h2,
.article-content h3,
.article-content h4 {
  color: #0b1c36;
  line-height: 1.25;
}
.article-content h2 {
  margin: 2.2rem 0 0.8rem;
  font-size: 1.65rem;
}
.article-content h3 {
  margin: 1.7rem 0 0.6rem;
  font-size: 1.25rem;
}
.article-content p { margin: 0 0 1rem; }
.article-content ul,
.article-content ol {
  margin: 0.5rem 0 1.2rem;
  padding-left: 1.4rem;
}
.article-content li { margin-bottom: 0.45rem; }
.article-content a {
  color: #0b4a7e;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.article-content blockquote {
  margin: 1.4rem 0;
  padding: 0.9rem 1.1rem;
  background: #f7f4ea;
  border-left: 4px solid #d4b25a;
}
.blog-related-grid { grid-template-columns: 1fr; }
.blog-service-grid { grid-template-columns: 1fr; }
.blog-service-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.08rem;
  line-height: 1.3;
  color: #0b1c36;
}
.blog-service-card p {
  margin: 0;
  color: #5a6573;
  font-size: 0.92rem;
}
@media (min-width: 720px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .blog-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 900px) {
  .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .blog-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.contact-layout {
  display: grid;
  gap: 1.25rem;
  align-items: start;
}
.contact-intro {
  padding: 0;
}
.contact-intro > p {
  color: #4a5564;
  line-height: 1.65;
}
.contact-methods {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.1rem;
}
.contact-method-card {
  display: grid;
  gap: 0.25rem;
  padding: 1rem 1.05rem;
  color: #0b1c36;
  background: #fff;
  border: 1px solid #d8dee8;
  border-left: 4px solid #d4b25a;
  border-radius: 0 10px 10px 0;
}
.contact-method-card:hover {
  border-color: #a9c9e8;
  transform: translateY(-2px);
}
.contact-method-card span {
  color: #8a6500;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.contact-method-card strong {
  overflow-wrap: anywhere;
  font-size: 1.05rem;
}
.contact-method-card small { color: #687588; }
.contact-notice {
  margin-top: 1rem;
  padding: 1rem;
  color: #0b1c36;
  background: #f7f4ea;
  border: 1px solid #e5d7ad;
  border-radius: 10px;
}
.contact-notice p {
  margin: 0.35rem 0 0;
  color: #4a5564;
  font-size: 0.86rem;
  line-height: 1.55;
}
.contact-form-card {
  padding: clamp(1.2rem, 3vw, 2rem);
  color: #fff;
  background: #0b3858;
  border-top: 4px solid #d4b25a;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(11, 28, 54, 0.16);
}
.contact-form-card > h2 {
  margin: 0 0 0.35rem;
  color: #fff;
  font-size: 1.6rem;
}
.contact-form-card > p {
  margin: 0 0 1.2rem;
  color: #d8e3ed;
  font-size: 0.84rem;
}
.contact-form-grid {
  display: grid;
  gap: 1rem;
}
.contact-field {
  display: grid;
  gap: 0.4rem;
}
.contact-field label {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 750;
}
.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem 0.85rem;
  color: #172436;
  background: #fff;
  border: 1px solid #b9c6d3;
  border-radius: 8px;
  font: inherit;
}
.contact-field textarea {
  min-height: 9rem;
  resize: vertical;
}
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: #d4b25a;
  outline: 3px solid rgba(212, 178, 90, 0.24);
}
.contact-field small {
  color: #cbd8e4;
  font-size: 0.74rem;
  line-height: 1.45;
}
.contact-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem;
  align-items: start;
  margin: 1rem 0;
  color: #e7eef5;
  font-size: 0.78rem;
  line-height: 1.5;
}
.contact-consent input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.15rem;
  accent-color: #d4b25a;
}
.hybrid-page .contact-form-card .captcha-wrap {
  margin: 0.85rem 0 1.1rem;
}
.hybrid-page .contact-form-card .captcha-wrap label {
  display: block;
  margin-bottom: 0.4rem;
  color: #e7eef5;
  font-size: 0.86rem;
}
.hybrid-page .contact-form-card .captcha-wrap input {
  width: 100%;
  max-width: 12rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 0.55rem 0.7rem;
}
.hybrid-page .contact-form-card .alert {
  margin: 0 0 0.9rem;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  font-size: 0.92rem;
  line-height: 1.45;
}
.hybrid-page .contact-form-card .alert-success {
  background: rgba(46, 160, 90, 0.22);
  border: 1px solid rgba(120, 210, 150, 0.45);
  color: #dff8e8;
}
.hybrid-page .contact-form-card .alert-error {
  background: rgba(180, 50, 50, 0.25);
  border: 1px solid rgba(255, 140, 140, 0.4);
  color: #ffe3e3;
}
.hybrid-page .contact-form-card .btn-ice {
  width: 100%;
  color: #0b1c36 !important;
  background: #d4b25a !important;
  border-color: #d4b25a !important;
}
.hybrid-page .contact-form-card .btn-ice:hover {
  background: #e0c36f !important;
}
.contact-office-grid { margin-top: 1rem; }
@media (min-width: 760px) {
  .contact-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-field--full {
    grid-column: 1 / -1;
  }
}
@media (min-width: 900px) {
  .contact-layout {
    grid-template-columns: minmax(17rem, 0.8fr) minmax(0, 1.6fr);
    gap: clamp(1.5rem, 4vw, 3rem);
  }
}

.hybrid-page .home-stats strong.addr-full {
  font-size: 1.05rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
@media (max-width: 700px) {
  .hybrid-page .home-stats strong.addr-full {
    font-size: 1rem;
  }
}

