@charset "UTF-8";
:root {
  --font1: "Lato", sans-serif;
  --font2: "Montserrat", sans-serif;
  --f1: 47px;
  --f2: 37px;
  --f3: 29px;
  --f4: 23px;
  --f5: 18px;
  --f6: 14px;
  --g1: 72px;
  --g2: 58px;
  --g3: 47px;
  --g4: 38px;
  --g5: 31px;
  --g6: 25px;
  --x1: 50px;
  --x2: 31px;
  --x3: 19px;
  --x4: 12px;
  --x5: 7px;
  --x6: 4px;
  --phi: 1.6180339887;
  --w-content: 700px;
  --w-total: 1100px;
  --gutter-full: 31px;
  --gutter-mobile: 19px;
  --bg1: #FFFFFF;
  --bg2: #EEEEEE;
  --c1: #1F2933;
  --c2: #7994B0;
  --ca: #2A5BFF;
  --blue-dark: #1A44E0;
  --accent-light: #A8C8E8;
  --footer-bg: #455463;
  --accent-warm: #F29F05;
  --hero-eyebrow: #CCF1FF;
  --reassurance-bg: #FFCCCC;
  --card-border-grey: #D0D8E0;
  --city-chip-bg: #F0F4F7;
  --city-chip-border: #D4DDE6;
  --step-2-bg: #7994B0;
  --step-3-bg: #455463;
  --shadow-nav: 0 2px 8px rgba(0,0,0,0.06);
  --shadow-mobile-nav: 0 8px 24px rgba(0,0,0,0.1);
  --shadow-form: 0 4px 24px rgba(0,0,0,0.07);
  --shadow-area-hover: 0 4px 16px rgba(42,91,255,0.12);
  --focus-ring: 0 0 0 3px rgba(42,91,255,0.1);
  --header-offset: 88px;
  --transition: 0.2s ease;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: normal;
}

img, fieldset {
  border: 0;
}

abbr {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

iframe, video, embed, object {
  display: block;
  max-width: 100%;
}

.center {
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

button, input[type=submit] {
  cursor: pointer;
  overflow: visible;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-offset) + var(--x4));
}

::selection {
  background: var(--ca);
  color: #ffffff;
}

body {
  font-family: var(--font1);
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
  background-color: var(--bg1);
  overflow-x: hidden;
}

.container {
  box-sizing: border-box;
  padding-left: var(--gutter-mobile);
  padding-right: var(--gutter-mobile);
}
@media all and (min-width: 738px) {
  .container {
    max-width: var(--w-content);
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 762px) {
  .container {
    max-width: 100%;
    padding-left: var(--gutter-full);
    padding-right: var(--gutter-full);
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (min-width: 1162px) {
  .container {
    max-width: var(--w-total);
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.text {
  max-width: var(--w-content);
}

section {
  padding: var(--x1) 0;
}

h1, h2, h3, h4 {
  font-family: var(--font2);
  color: var(--ca);
  font-weight: 700;
}

h1 {
  font-size: var(--f2);
  line-height: 1.2 !important;
}

h2 {
  font-size: var(--f2);
  line-height: 1.2 !important;
}

h3 {
  font-size: var(--f4);
  line-height: 1.2 !important;
}

h4 {
  font-size: var(--f5);
  line-height: 1.2 !important;
}

a {
  color: var(--ca);
  text-decoration: none;
  transition: color var(--transition);
}

a:hover {
  text-decoration: underline;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

blockquote {
  padding-left: var(--x3);
  border-left: var(--x5) solid rgba(0, 0, 0, 0.1);
}
blockquote > :last-child {
  margin-bottom: 0;
}

sub, sup {
  color: var(--c2);
  line-height: 0.5em;
}

code, pre, kbd {
  font-size: 16px;
  line-height: 1.5;
}

code {
  line-height: 1em;
  background-color: rgba(0, 0, 0, 0.08);
  padding: var(--x6);
  border-radius: var(--x5);
  margin: 0 1px;
}
strong code {
  font-weight: normal;
}

pre {
  overflow: auto;
  word-wrap: normal;
  tab-size: 4;
  padding-left: var(--x3);
  border-left: var(--x5) solid rgba(0, 0, 0, 0.1);
}

kbd {
  font-size: var(--f6);
  line-height: var(--g6);
  color: #4e4e4e;
  background-color: #f7f7f7;
  padding: var(--x6) var(--x5);
  border: 1px solid #cccccc;
  border-radius: var(--x5);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #fafafa inset, 0 0 0 1px #ffffff inset;
  margin: 0 1px;
}

svg {
  width: var(--f5);
  height: var(--f5);
  vertical-align: text-bottom;
}

hr {
  border: 2px solid #1F2933;
  border-width: 0 0 1px 0;
  margin: var(--x2) 0;
}

.drop-cap {
  font-size: calc(var(--x2) * 2);
  line-height: 1em;
  margin-right: var(--x5);
  float: left;
}

.small {
  font-size: var(--f6);
  line-height: var(--g6);
}

.callout {
  color: #111111;
  background-color: #F0F4F7;
  border-left: 3px solid var(--ca);
  border-radius: 0 var(--x4) var(--x4) 0;
}
.callout.alert {
  color: #111111;
  background-color: #FFE4E4;
  border-left-color: var(--reassurance-bg);
}
.callout.note {
  color: #111111;
  background-color: #CCF1FF;
  border-left-color: var(--accent-warm);
}

.highlight {
  background-color: #FFF3CC;
  padding: var(--x6) 0;
}

.impact {
  font-size: var(--f4);
  line-height: 39px;
}

@media all and (min-width: 738px) {
  h1 {
    font-size: var(--f1);
    line-height: var(--g1);
  }
  h2 {
    font-size: var(--f2);
    line-height: var(--g2);
  }
  h3 {
    font-size: var(--f3);
    line-height: var(--g3);
  }
  h4 {
    font-size: var(--f4);
    line-height: var(--g4);
  }
  .impact {
    font-size: var(--f3);
    line-height: 47px;
  }
}
.pop {
  box-shadow: 0 0 var(--x4) rgba(0, 0, 0, 0.4);
}

.caption {
  font-size: var(--f6);
  line-height: var(--g6);
}
.caption code {
  font-size: 13px;
  line-height: 1em;
}
.center + .caption {
  text-align: center;
}
blockquote + .caption {
  padding-left: calc(var(--x3) + var(--x5));
}

.page-container + .page-container {
  margin-top: var(--x1);
}

.page-content h1 {
  margin-bottom: var(--x2);
}
.page-content h2 {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2 !important;
  text-align: center;
  margin-top: var(--x1);
  margin-bottom: var(--x2);
}
.page-content h3 {
  margin-top: var(--x2);
  margin-bottom: var(--x3);
}
.page-content h4 {
  margin-bottom: var(--x4);
}
.page-content h1 + h2, .page-content h2 + h3, .page-content h1:first-child, .page-content h2:first-child, .page-content h3:first-child, .page-content hr + h2 {
  margin-top: 0;
}
.page-content > :last-child {
  margin-bottom: 0;
}
.page-content ul {
  list-style-type: disc;
}
.page-content ul, .page-content ol {
  margin-left: 19px;
}
.page-content ul ul, .page-content ul ol, .page-content ol ul, .page-content ol ol {
  margin-top: 7px;
  margin-bottom: 0;
  margin-left: 19px;
}
.page-content li {
  margin-bottom: 7px;
}
.page-content li:last-child {
  margin-bottom: 0;
}
.page-content .callout > :last-child {
  margin-bottom: 0;
}
.page-content .caption {
  margin-top: -26px;
}
h1 + .page-content .caption, h2 + .page-content .caption {
  margin-top: -27.5px;
}
h3 + .page-content .caption {
  margin-top: -17.5px;
  margin-bottom: var(--x3);
}
.page-content p, .page-content ul, .page-content ol, .page-content blockquote, .page-content pre, .page-content img, .page-content .callout, .page-content .caption {
  margin-bottom: var(--x2);
}
.page-content p:last-child, .page-content ul:last-child, .page-content ol:last-child, .page-content blockquote:last-child, .page-content pre:last-child, .page-content img:last-child, .page-content .callout:last-child, .page-content .caption:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 738px) {
  .page-content h1 + .caption, .page-content h2 + .caption {
    margin-top: -26px;
  }
  .page-content h3 + .caption {
    margin-top: -16px;
  }
}

.page-title a {
  color: var(--c1);
}
.page-title a:hover {
  color: var(--ca);
}

.page-title:has(+ .byline) {
  margin-bottom: 0;
}

.byline {
  line-height: px;
  margin-bottom: var(--x2);
}

.page-container, .headline-area, .page-content {
  display: flow-root;
}

.page-content + .modular-content {
  margin-top: var(--x2);
}
.modular-content > :last-child {
  margin-bottom: 0;
}

.page-content p:empty {
  display: none;
}

section:has(.page-content > .bleed:last-child),
section:has(.page-content > .page-cta:last-child) {
  padding-bottom: 0;
}

label {
  display: block;
  font-size: var(--f6);
  line-height: var(--g6);
}
label .required {
  font-weight: normal;
  color: #C8102E;
}

input, textarea, select {
  display: block;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: var(--c1);
  background-color: var(--bg1);
  border-radius: var(--x5);
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
}

input:focus, textarea:focus, select:focus {
  border-color: var(--ca);
  box-shadow: var(--focus-ring);
}

input[type=checkbox], input[type=radio], input[type=image], input[type=submit], select {
  width: auto;
}

input[type=checkbox], input[type=radio] {
  display: inline-block;
}
input[type=checkbox] + label, input[type=radio] + label {
  display: inline;
  font-weight: normal;
  margin-left: var(--x6);
  user-select: none;
}

textarea {
  line-height: inherit;
  resize: vertical;
  min-height: calc(var(--x1) * 2.6);
}

.btn {
  display: inline-block;
  font-family: var(--font2);
  font-size: var(--f5);
  line-height: var(--g5);
  font-weight: 700;
  padding: var(--x4) var(--x2);
  border-radius: var(--x5);
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color var(--transition), color var(--transition), border-color var(--transition), transform var(--transition);
}
.btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}
.btn.btn-primary {
  background-color: var(--ca);
  color: #ffffff;
  border-color: var(--ca);
}
.btn.btn-primary:hover {
  background-color: var(--blue-dark);
  border-color: var(--blue-dark);
  color: #ffffff;
}
.btn.btn-outline-blue {
  background-color: transparent;
  color: var(--ca);
  border-color: var(--ca);
}
.btn.btn-outline-blue:hover {
  background-color: var(--ca);
  color: #ffffff;
}
.btn.btn-outline {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-outline:hover {
  background-color: #ffffff;
  color: var(--ca);
}
.btn.btn-outline-steel {
  background-color: transparent;
  color: var(--c1);
  border-color: var(--c2);
}
.btn.btn-outline-steel:hover {
  background-color: var(--c2);
  color: #ffffff;
  border-color: var(--c2);
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: var(--bg1);
  border-bottom: 1px solid var(--bg2);
  box-shadow: var(--shadow-nav);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-offset);
}

.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.nav-logo img {
  height: 70px;
  width: auto;
  display: block;
}

.site-nav #menu-toggle {
  display: none;
}

.site-nav .hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: var(--x6);
}

.site-nav .hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: var(--c1);
  transition: var(--transition);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: var(--x2);
  list-style: none;
  margin-bottom: 0;
}
.nav-links a {
  font-family: var(--font1);
  font-size: var(--f5);
  line-height: var(--g5);
  font-weight: 700;
  color: var(--c1);
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--transition);
}
.nav-links a:hover {
  color: var(--ca);
  text-decoration: none;
}
.nav-links .nav-cta a {
  background-color: var(--ca);
  color: #ffffff;
  padding: var(--x4) calc(var(--x3) + var(--x6));
  border-radius: var(--x5);
  white-space: nowrap;
}
.nav-links .nav-cta a:hover {
  background-color: var(--blue-dark);
  color: #ffffff;
}

.site-footer {
  background-color: var(--footer-bg);
  color: rgba(255, 255, 255, 0.7);
  padding: var(--x1) 0 var(--x2);
}

.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: var(--x1);
  margin-bottom: var(--x1);
}

.footer-brand-logo {
  margin-bottom: var(--x4);
  display: inline-block;
  background-color: var(--bg1);
  padding: var(--x5) var(--x4);
  border-radius: var(--x5);
}

.footer-brand-logo img {
  height: 58px;
  width: auto;
}

.footer-brand p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: var(--x3);
}

.footer-phone {
  color: #ffffff;
  font-family: var(--font2);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  display: block;
  margin-bottom: var(--x4);
  transition: color var(--transition);
}
.footer-phone:hover {
  color: var(--accent-light);
  text-decoration: none;
}

.footer-address {
  font-size: var(--f6);
  line-height: var(--g6);
  color: rgba(255, 255, 255, 0.7);
}

.footer-col h4 {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: var(--x3);
}

.footer-col ul {
  list-style: none;
  margin: 0;
  margin-bottom: 0;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: var(--x4);
}

.footer-col ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.6;
  text-decoration: none;
  transition: color var(--transition);
}

.footer-col ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: var(--x2);
}

.footer-bottom-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--x4);
  margin-bottom: var(--x4);
}

.footer-copyright {
  font-size: var(--f6);
  line-height: var(--g6);
  color: rgba(255, 255, 255, 0.7);
}

.footer-legal-links {
  display: flex;
  gap: var(--x3);
  flex-wrap: wrap;
}

.footer-legal-links a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
  transition: color var(--transition);
}

.footer-legal-links a:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer-disclaimer {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
}

.hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: calc(var(--x1) * var(--phi)) 0;
  overflow: hidden;
}
@media (max-width: 738px) {
  .hero {
    min-height: 520px;
    padding: calc(var(--x1) + var(--x3)) 0;
  }
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("/user-content/uploads/hero.jpeg");
  background-size: cover;
  background-position: center;
  filter: brightness(0.65);
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: var(--w-content);
}

.hero-eyebrow {
  font-family: var(--font2);
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--hero-eyebrow);
  margin-bottom: var(--x3);
}

.hero-headline {
  font-family: var(--font2);
  font-weight: 700;
  color: #ffffff;
  font-size: clamp(34px, 5vw, var(--f1) * 1.1);
  line-height: 1.15;
  margin-bottom: var(--x2);
}
.hero-headline em {
  color: var(--hero-eyebrow);
  font-style: normal;
}

.hero-sub {
  color: rgba(255, 255, 255, 0.88);
  font-size: var(--f5);
  line-height: var(--g5);
  margin-bottom: var(--x1);
  max-width: calc(var(--w-content) * 0.83);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--x4);
  align-items: center;
}

.hero-phone {
  color: #ffffff;
  font-family: var(--font2);
  font-size: var(--f4);
  line-height: var(--g4);
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: var(--x5);
  white-space: nowrap;
  transition: color var(--transition);
}
.hero-phone::before {
  content: "📞";
  font-size: var(--f5);
  line-height: 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--bg2);
  color: var(--c1);
  flex-shrink: 0;
}
.hero-phone:hover {
  color: var(--accent-light);
  text-decoration: none;
}

.trust-bar {
  background-color: var(--bg2);
  padding: var(--x3) 0;
}

.trust-bar-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--x2);
}

.trust-item {
  color: var(--c1);
  font-family: var(--font2);
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 700;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: var(--x5);
}
.trust-item::before {
  content: "✓";
  color: var(--accent-warm);
  font-size: var(--f4);
  line-height: 1em;
}

.home-intro {
  background-color: var(--bg1);
}

.home-intro-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "headline headline" "concerns reassurance";
  row-gap: var(--x2);
  column-gap: var(--x1);
  align-items: start;
}
@media (max-width: 762px) {
  .home-intro-inner {
    grid-template-columns: 1fr;
    grid-template-areas: "headline" "concerns" "reassurance";
    row-gap: var(--x2);
  }
}

.home-intro-headline {
  grid-area: headline;
  text-align: center;
}

.home-intro-headline h1 {
  margin-bottom: 0;
}

.home-intro-concerns {
  grid-area: concerns;
}

.home-intro-reassurance {
  grid-area: reassurance;
}

.home-intro h1 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2 !important;
  margin-bottom: var(--x2);
}

.home-intro p {
  color: var(--c1);
  margin-bottom: var(--x3);
}

.concern-list {
  list-style: none;
  margin: var(--x2) 0;
  padding: 0;
}
.concern-list li {
  padding: var(--x4) 0 var(--x4) var(--x2);
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
}
.concern-list li:last-child {
  border-bottom: none;
}
.concern-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--accent-warm);
  font-weight: 700;
}

.reassurance {
  background-color: var(--reassurance-bg);
  padding: var(--x2);
  border-radius: var(--x5);
  font-size: var(--f5);
  line-height: var(--g5);
}
.reassurance p {
  color: var(--c1);
  font-size: var(--f5);
  line-height: var(--g5);
}
.reassurance strong {
  color: var(--c1);
  font-weight: 700;
}
.reassurance cite {
  display: block;
  margin-top: var(--x3);
  font-family: var(--font2);
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 700;
  font-style: normal;
  color: var(--footer-bg);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.about-intro {
  background-color: var(--bg2);
}

.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--x1);
  align-items: center;
}
.about-inner img {
  border-radius: var(--x5);
  width: 100%;
}
@media (max-width: 762px) {
  .about-inner {
    grid-template-columns: 1fr;
    gap: calc(var(--x1) - var(--x6));
  }
}

.about-text h2 {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2 !important;
  margin-bottom: var(--x3);
  color: var(--ca);
}

.about-text p {
  margin-bottom: var(--x3);
  color: var(--c1);
}

.credential-list {
  list-style: none;
  margin: var(--x2) 0;
  padding: 0;
}
.credential-list li {
  padding: var(--x5) 0 var(--x5) var(--x3);
  position: relative;
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
}
.credential-list li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: var(--accent-warm);
}

.practice-areas {
  background-color: var(--bg1);
}
.practice-areas h2 {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2 !important;
  margin-bottom: var(--x4);
  text-align: center;
}
.practice-areas .intro-text {
  text-align: center;
  max-width: var(--w-content);
  margin: 0 auto var(--x1);
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: var(--x4);
  margin-bottom: var(--x1);
}
@media (max-width: 738px) {
  .areas-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.area-card {
  background-color: var(--bg2);
  border-radius: var(--x5);
  padding: var(--x3) var(--x3);
  display: flex;
  align-items: center;
  gap: var(--x4);
  font-family: var(--font2);
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 700;
  color: var(--c1);
  text-decoration: none;
  border: 1px solid transparent;
  transition: border-color var(--transition), box-shadow var(--transition), color var(--transition);
}
.area-card::before {
  content: "⚖";
  font-size: 28px !important;
  line-height: 1em;
  flex-shrink: 0;
  color: var(--accent-warm);
}
.area-card:hover {
  border-color: var(--ca);
  box-shadow: var(--shadow-area-hover);
  color: var(--ca);
  text-decoration: none;
}

.areas-note {
  text-align: center;
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
}

.how-it-works {
  background-color: var(--footer-bg);
}
.how-it-works h2 {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2 !important;
  margin-bottom: var(--x4);
  text-align: center;
  color: #ffffff;
}
.how-it-works .intro-text {
  text-align: center;
  max-width: var(--w-content);
  margin: 0 auto var(--x1);
  color: rgba(255, 255, 255, 0.8);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--x2);
}
@media (max-width: 762px) {
  .steps {
    grid-template-columns: 1fr;
  }
}

.step {
  text-align: center;
  padding: calc(var(--x2) + var(--x5)) var(--x2);
  border-radius: var(--x5);
  background-color: var(--bg1);
}
.step h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: var(--x4);
  color: var(--accent-warm);
  font-weight: 700;
}
.step p {
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
}

.step-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--bg2);
  color: var(--c1);
  font-family: var(--font2);
  font-size: var(--f4);
  line-height: 1em;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--x3);
}
.step-number.step-2 {
  background-color: var(--step-2-bg);
  color: #ffffff;
}
.step-number.step-3 {
  background-color: var(--step-3-bg);
  color: #ffffff;
}

.case-results {
  background-color: var(--bg1);
}
.case-results h2 {
  color: var(--ca);
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2 !important;
  margin-bottom: var(--x2);
  text-align: center;
}
.case-results .intro-text {
  text-align: center;
  color: var(--c1);
  max-width: var(--w-content);
  margin: 0 auto var(--x1);
}

.cases-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--x2);
  margin-bottom: var(--x1);
}
@media (max-width: 762px) {
  .cases-grid {
    grid-template-columns: 1fr;
  }
}

.case-card {
  background-color: var(--bg2);
  border: 1px solid var(--card-border-grey);
  border-radius: var(--x5);
  padding: calc(var(--x2) + var(--x5));
}
@media (max-width: 738px) {
  .case-card {
    padding: var(--x2);
  }
}
.case-card h3 {
  color: var(--ca);
  font-size: var(--f4);
  line-height: var(--g4);
  margin-bottom: var(--x3);
  text-align: center;
}
.case-card p {
  color: var(--c1);
  font-size: var(--f5);
  line-height: var(--g5);
  margin-bottom: var(--x2);
}

.case-charge {
  font-family: var(--font2);
  font-size: 11px;
  line-height: var(--g6);
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--c2);
  margin-bottom: var(--x3);
  text-align: center;
}

.case-outcome {
  background-color: var(--footer-bg);
  color: #ffffff;
  padding: var(--x4) var(--x3);
  border-radius: var(--x5);
  font-family: var(--font2);
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 700;
}
.case-outcome span {
  display: block;
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 400;
  font-family: var(--font1);
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: var(--x6);
}

.case-disclaimer {
  color: var(--c1);
  font-size: var(--f6);
  line-height: var(--g6);
  margin-bottom: var(--x2);
  text-align: center;
  opacity: 0.75;
}

.case-link {
  display: block;
  text-align: center;
  margin-top: var(--x3);
  font-family: var(--font2);
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 700;
  color: var(--ca);
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: color var(--transition);
}
.case-link::after {
  content: " →";
  color: var(--accent-warm);
  font-weight: 700;
}
.case-link:hover {
  color: var(--blue-dark);
  text-decoration: none;
}

.testimonials {
  background-color: var(--bg2);
}
.testimonials h2 {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2 !important;
  margin-bottom: var(--x2);
  text-align: center;
  color: var(--ca);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--x2);
  margin-bottom: var(--x2);
}
@media (max-width: 762px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

.testimonial-card {
  background-color: var(--bg1);
  border-radius: var(--x5);
  padding: var(--x2);
  position: relative;
}
.testimonial-card::before {
  content: "“";
  font-family: Georgia, serif;
  font-size: 72px;
  line-height: 1;
  color: var(--c2);
  position: absolute;
  top: var(--x5);
  left: var(--x3);
}
.testimonial-card blockquote {
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
  font-style: italic;
  margin-bottom: var(--x3);
  border: none;
  padding: 0;
  background: transparent;
}

.testimonial-platform-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.testimonial-stars {
  color: var(--accent-warm);
  font-size: var(--f5);
  line-height: var(--g5);
  margin-bottom: var(--x3);
}

.testimonial-author {
  font-family: var(--font2);
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 700;
  color: var(--c1);
}

.testimonial-source {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
  margin-top: var(--x6);
}

.testimonials-note {
  text-align: center;
  color: var(--c1);
  font-size: var(--f5);
  line-height: var(--g5);
}
.testimonials-note a {
  color: var(--ca);
  text-decoration: none;
}
.testimonials-note a:hover {
  text-decoration: underline;
}

.contact-section {
  background-color: var(--bg1);
}

.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--x1);
  align-items: start;
}
@media (max-width: 762px) {
  .contact-inner {
    grid-template-columns: 1fr;
    gap: calc(var(--x1) - var(--x6));
  }
}

.contact-info h2 {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2 !important;
  margin-bottom: var(--x3);
}
.contact-info p {
  margin-bottom: var(--x3);
  color: var(--c1);
}

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: var(--x4);
  margin-bottom: var(--x2);
}

.contact-detail-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--bg2);
  color: var(--c1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--f5);
  line-height: 1em;
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-detail-text strong {
  display: block;
  font-family: var(--font2);
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 700;
  color: var(--c2);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: var(--x6);
}
.contact-detail-text a, .contact-detail-text span {
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
}
.contact-detail-text a:hover {
  color: var(--ca);
}
.contact-detail-text .sub-note {
  display: block;
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
  margin-top: var(--x6);
}

.response-promise {
  background-color: var(--reassurance-bg);
  color: var(--c1);
  padding: var(--x3) var(--x3);
  border-radius: var(--x5);
  font-size: var(--f6);
  line-height: var(--g6);
  margin-top: var(--x4);
}
.response-promise strong {
  display: block;
  font-family: var(--font2);
  font-size: var(--f6);
  line-height: var(--g6);
  margin-bottom: var(--x5);
  letter-spacing: 0.5px;
  color: var(--footer-bg);
  text-transform: uppercase;
}

.contact-form-wrap {
  background-color: var(--bg2);
  border-radius: var(--x5);
  padding: var(--x1);
  box-shadow: var(--shadow-form);
}
@media (max-width: 738px) {
  .contact-form-wrap {
    padding: var(--x2) var(--x3);
  }
}
.contact-form-wrap h2, .contact-form-wrap h3 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: var(--x5);
  color: var(--ca);
}
.contact-form-wrap .form-intro {
  font-size: 15px;
  line-height: 1.5;
  color: var(--c2);
  margin-bottom: var(--x2);
}

.ep-form-field {
  margin-bottom: var(--x3);
}
.ep-form-field label {
  display: block;
  font-family: var(--font2);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--c1);
  margin-bottom: var(--x5);
}
.ep-form-field input, .ep-form-field textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--card-border-grey);
  border-radius: var(--x5);
  font-family: var(--font1);
  font-size: 16px;
  line-height: 1.5;
  color: var(--c1);
  background: var(--bg1);
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.ep-form-field input:focus, .ep-form-field textarea:focus {
  border-color: var(--ca);
  box-shadow: 0 0 0 3px rgba(42, 91, 255, 0.12);
}
.ep-form-field textarea {
  min-height: calc(var(--x1) * 2.6);
}

.ep-form-submit {
  display: inline-block;
  width: 100%;
  padding: 16px;
  background-color: var(--ca);
  color: #ffffff;
  border: none;
  border-radius: var(--x5);
  font-family: var(--font2);
  font-size: 17px;
  line-height: 1em;
  font-weight: 700;
  cursor: pointer;
  transition: background-color var(--transition), transform var(--transition);
}
.ep-form-submit:hover {
  background-color: var(--blue-dark);
  transform: translateY(-1px);
  color: #ffffff;
}

.form-note {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c1);
  opacity: 0.7;
  margin-top: var(--x4);
  text-align: center;
}

.about-profile {
  background-color: var(--bg1);
}

.about-profile-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: var(--x1);
  align-items: start;
}
.about-profile-inner img {
  border-radius: var(--x5);
  width: 100%;
}
@media (max-width: 762px) {
  .about-profile-inner {
    grid-template-columns: 1fr;
    gap: calc(var(--x1) - var(--x6));
  }
}

.about-profile-text h1 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2 !important;
  margin-bottom: var(--x2);
  color: var(--ca);
}
.about-profile-text p {
  margin-bottom: var(--x3);
  color: var(--c1);
}

.about-focus {
  background-color: var(--bg2);
}
.about-focus h2 {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2 !important;
  margin-bottom: var(--x2);
  color: var(--ca);
}
.about-focus p {
  margin-bottom: var(--x3);
  color: var(--c1);
}

.about-focus-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--x1);
  align-items: start;
}
@media (max-width: 762px) {
  .about-focus-inner {
    grid-template-columns: 1fr;
    gap: calc(var(--x1) - var(--x6));
  }
}

.about-focus-highlight {
  background-color: var(--bg1);
  border-radius: var(--x5);
  padding: var(--x2);
}
.about-focus-highlight h3 {
  font-size: var(--f4);
  line-height: var(--g4);
  color: var(--ca);
  margin-bottom: var(--x3);
}
.about-focus-highlight ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-focus-highlight ul li {
  padding: var(--x5) 0 var(--x5) var(--x2);
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
}
.about-focus-highlight ul li:last-child {
  border-bottom: none;
}
.about-focus-highlight ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--accent-warm);
  font-weight: 700;
}

.about-memberships {
  background-color: var(--bg1);
  text-align: center;
}
.about-memberships h2 {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2 !important;
  margin-bottom: var(--x2);
  color: var(--ca);
}

.memberships-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--x3);
  margin-bottom: var(--x1);
}

.membership-card {
  background-color: var(--bg2);
  border-radius: var(--x5);
  padding: var(--x2) calc(var(--x2) + var(--x6));
  display: flex;
  align-items: center;
  gap: var(--x4);
  font-family: var(--font2);
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 700;
  color: var(--c1);
}
.membership-card::before {
  content: "⚖";
  font-size: 28px;
  line-height: 1em;
  color: var(--accent-warm);
  flex-shrink: 0;
}

.about-cta {
  background-color: var(--footer-bg);
  border-radius: var(--x5);
  padding: var(--x1);
  text-align: center;
}
@media (max-width: 738px) {
  .about-cta {
    padding: var(--x2) var(--x3);
  }
}
.about-cta h3 {
  color: #ffffff;
  font-size: clamp(var(--f4), 2.5vw, var(--f3));
  line-height: clamp(var(--g4), 3.8vw, var(--g3));
  margin-bottom: var(--x3);
}
.about-cta p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: var(--x2);
  font-size: var(--f5);
  line-height: var(--g5);
}

.pa-intro {
  background-color: var(--bg1);
  text-align: center;
}
.pa-intro h1 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2 !important;
  margin-bottom: var(--x2);
}
.pa-intro p {
  margin-bottom: var(--x3);
  color: var(--c1);
  max-width: var(--w-content);
  margin-left: auto;
  margin-right: auto;
}

.charge-types {
  background-color: var(--bg2);
}
.charge-types h2 {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2 !important;
  margin-bottom: var(--x2);
  text-align: center;
}

.charge-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--x2);
}
@media (max-width: 762px) {
  .charge-grid {
    grid-template-columns: 1fr;
  }
}

.charge-card {
  background-color: var(--bg1);
  border-radius: var(--x5);
  padding: calc(var(--x2) + var(--x5));
}
.charge-card h3 {
  font-size: var(--f4);
  line-height: var(--g4);
  margin-bottom: var(--x3);
  color: var(--ca);
  text-align: center;
}
.charge-card p {
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
}

.charge-card-label {
  font-family: var(--font2);
  font-size: 11px;
  line-height: var(--g6);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--c2);
  margin-bottom: var(--x5);
  text-align: center;
}

.pa-misdemeanors {
  background-color: var(--bg1);
}
.pa-misdemeanors h2 {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2 !important;
  margin-bottom: var(--x2);
  text-align: center;
}
.pa-misdemeanors .penalty-item {
  background-color: var(--bg2);
}

.pa-felonies {
  background-color: var(--footer-bg);
}
.pa-felonies h2 {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2 !important;
  margin-bottom: var(--x2);
  text-align: center;
  color: #ffffff;
}
.pa-felonies .penalty-item {
  background-color: var(--bg1);
}

.penalty-list {
  display: flex;
  flex-direction: column;
  gap: var(--x3);
}

.penalty-item {
  border-radius: var(--x5);
  padding: var(--x2) var(--x2);
}
@media (max-width: 738px) {
  .penalty-item {
    padding: var(--x3) var(--x3);
  }
}
.penalty-item h3 {
  font-family: var(--font2);
  font-size: var(--f5);
  line-height: var(--g5);
  font-weight: 700;
  color: var(--ca);
  margin-bottom: var(--x5);
  display: flex;
  align-items: center;
  gap: var(--x4);
}
.penalty-item h3::before {
  content: "⚖";
  color: var(--accent-warm);
  font-size: 28px !important;
  line-height: 1em;
}
.penalty-item p {
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
}

.pa-grid-section {
  background-color: var(--bg1);
}
.pa-grid-section h2 {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2 !important;
  margin-bottom: var(--x4);
  text-align: center;
}
.pa-grid-section .intro-text {
  text-align: center;
  max-width: var(--w-content);
  margin: 0 auto var(--x1);
  color: var(--c1);
}

.pa-faq {
  background-color: var(--bg2);
}
.pa-faq h2 {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2 !important;
  margin-bottom: var(--x2);
  text-align: center;
}

.pa-cta {
  background-color: var(--bg1);
}
.pa-cta h2 {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2 !important;
  margin-bottom: var(--x3);
  color: var(--ca);
  text-align: center;
}
.pa-cta p {
  color: var(--c1);
  max-width: var(--w-content);
  margin: 0 auto var(--x2);
  text-align: left;
  font-size: var(--f5);
  line-height: var(--g5);
}

.pa-cta-actions {
  display: flex;
  justify-content: center;
  gap: var(--x4);
  flex-wrap: wrap;
}

.contact-intro {
  background-color: var(--bg1);
  text-align: center;
  padding-bottom: 0;
}
.contact-intro h1 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2 !important;
  margin-bottom: var(--x2);
}
.contact-intro p {
  color: var(--c1);
  max-width: var(--w-content);
  margin: 0 auto;
}
.contact-intro p.contact-response-time {
  max-width: var(--w-content);
  margin: var(--x1) auto 0;
  color: var(--c1);
}
.contact-intro .response-promise {
  max-width: var(--w-content);
  margin: var(--x1) auto var(--x1);
}

.contact-page-section {
  background-color: var(--bg1);
  padding-top: 0;
}
.contact-page-section .contact-form-wrap {
  padding: calc(var(--x1) - var(--x6));
}
@media (max-width: 738px) {
  .contact-page-section .contact-form-wrap {
    padding: var(--x2) var(--x3);
  }
}

.content-404 {
  background-color: var(--bg1);
  text-align: center;
  padding-top: var(--x1);
  padding-bottom: var(--x1);
}
.content-404 h1 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2 !important;
  margin-bottom: var(--x2);
  color: var(--ca);
}
.content-404 p {
  color: var(--c1);
  max-width: var(--w-content);
  margin: 0 auto var(--x2);
}

.error-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--x3);
}

@media (max-width: 1023px) {
  .site-nav .hamburger {
    display: flex;
  }
  .site-nav {
    position: relative;
  }
  .nav-inner {
    height: 80px;
  }
  .nav-logo img {
    height: 56px;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background-color: var(--bg1);
    flex-direction: column;
    align-items: flex-start;
    padding: var(--x2);
    gap: var(--x3);
    box-shadow: var(--shadow-mobile-nav);
    border-top: 1px solid var(--bg2);
    z-index: 99;
  }
  #menu-toggle:checked ~ .nav-links {
    display: flex;
  }
}
@media (max-width: 762px) {
  .trust-bar-inner {
    flex-direction: column;
    align-items: center;
    gap: var(--x3);
  }
  .footer-inner {
    grid-template-columns: 1fr;
    gap: var(--x2);
    text-align: center;
  }
  .footer-bottom-row {
    flex-direction: column;
    align-items: center;
  }
  .hero-content {
    text-align: center;
  }
  .hero-sub {
    max-width: 100%;
  }
  .hero-actions {
    justify-content: center;
  }
  .footer-disclaimer {
    text-align: center;
  }
}
@media (max-width: 738px) {
  .nav-logo img {
    height: 48px;
  }
}
/* Spam honeypot - visually hidden */
.honeypot {
  display: none;
}

/* ── SINGLE PRACTICE AREA PAGES ──────────────────────────── */
.page-intro {
  background-color: var(--bg1);
  text-align: center;
}
.page-intro .text {
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
}
.page-intro h1 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2 !important;
  margin-bottom: var(--x2);
  text-align: center;
}
.page-intro p {
  color: var(--c1);
  max-width: var(--w-content);
  margin: 0 auto var(--x3);
  line-height: var(--g5);
}
.page-intro ul, .page-intro ol {
  max-width: var(--w-content);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--x3);
}

.offense-types {
  background-color: var(--bg2);
}
.offense-types h2 {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2 !important;
  margin-bottom: var(--x2);
  text-align: center;
}

.offense-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--x2);
}
@media (max-width: 738px) {
  .offense-grid {
    grid-template-columns: 1fr;
  }
}

.offense-card {
  background-color: var(--bg1);
  border-radius: var(--x5);
  padding: var(--x2) var(--x2);
}
.offense-card h3 {
  font-size: var(--f4);
  line-height: 1.2 !important;
  color: var(--ca);
  margin-top: 0;
  margin-bottom: var(--x4);
  display: flex;
  align-items: center;
  gap: var(--x4);
}
.offense-card h3::before {
  content: "⚖";
  color: var(--accent-warm);
  font-size: 28px !important;
  line-height: 1em;
  flex-shrink: 0;
}
.offense-card p {
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
}

.offense-card-label {
  font-family: var(--font2);
  font-size: 11px;
  line-height: var(--g6);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--c2);
  margin-bottom: var(--x4);
}

.content-section {
  background-color: var(--bg1);
}
.content-section.alt {
  background-color: var(--footer-bg);
}
.content-section.grey {
  background-color: var(--bg2);
}
.content-section h2 {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2 !important;
  margin-bottom: var(--x2);
  text-align: center;
}
.content-section h3 {
  font-size: var(--f4);
  line-height: 1.2 !important;
  color: var(--ca);
  margin: var(--x2) 0 var(--x4);
}
.content-section p {
  color: var(--c1);
  margin-bottom: var(--x3);
  line-height: var(--g5);
}
.content-section p:last-child {
  margin-bottom: 0;
}
.content-section a {
  color: var(--ca);
}
.content-section ul {
  list-style: none;
  margin-bottom: var(--x3);
}
.content-section ul li {
  color: var(--c1);
  font-size: var(--f5);
  padding: var(--x4) 0 var(--x4) var(--x2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  position: relative;
  line-height: var(--g5);
}
.content-section ul li:last-child {
  border-bottom: none;
}
.content-section ul li::before {
  content: "→";
  color: var(--accent-warm);
  position: absolute;
  left: 0;
  font-weight: 700;
}
.content-section.alt h2 {
  color: #ffffff;
}
.content-section.alt h3 {
  color: #ffffff;
}
.content-section.alt p {
  color: rgba(255, 255, 255, 0.85);
}
.content-section.alt a {
  color: #ffffff;
}
.content-section.alt ul li {
  color: rgba(255, 255, 255, 0.85);
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.callout-box {
  border-radius: var(--x5);
  padding: var(--x3) var(--x2);
  margin: var(--x2) 0;
  background-color: var(--bg1);
}
.callout-box > strong {
  display: block;
  font-family: var(--font2);
  font-size: var(--f5);
  line-height: var(--g5);
  font-weight: 700;
  color: var(--c1);
  margin-bottom: var(--x5);
}
.callout-box p {
  margin-bottom: 0 !important;
  font-size: var(--f5);
  color: var(--c1) !important;
  line-height: var(--g5);
}

.definition-list {
  display: flex;
  flex-direction: column;
  gap: var(--x4);
  margin: var(--x2) 0;
}

.definition-item {
  background-color: var(--bg1);
  border-radius: var(--x5);
  padding: var(--x3) var(--x2);
  border: 1px solid var(--card-border-grey);
}
.definition-item strong {
  display: block;
  font-family: var(--font2);
  font-size: var(--f5);
  line-height: var(--g5);
  font-weight: 700;
  color: var(--ca);
  margin-bottom: var(--x5);
}
.definition-item p {
  font-size: var(--f5);
  line-height: var(--g5);
  margin-bottom: 0 !important;
  color: var(--c1) !important;
}

.page-faq {
  background-color: var(--footer-bg);
}
.page-faq h2 {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2 !important;
  margin-bottom: var(--x2);
  text-align: center;
  color: #ffffff;
}
.page-faq .faq-item h3 {
  color: #ffffff;
}
.page-faq .faq-item p {
  color: rgba(255, 255, 255, 0.85);
}
.page-faq a {
  color: #ffffff;
  text-decoration: underline;
}

.page-content h3 {
  font-size: var(--f4);
  line-height: var(--g4);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: var(--x2);
  max-width: 860px;
  margin: 0 auto;
}

.faq-item {
  padding-left: var(--x3);
}
.faq-item h3 {
  font-size: var(--f4);
  line-height: 1.3 !important;
  margin-bottom: var(--x4);
  font-family: var(--font2);
}
.faq-item p {
  font-size: var(--f5);
  line-height: var(--g5);
}

.cities-served {
  background-color: var(--bg1);
  text-align: center;
}
.cities-served h2 {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2 !important;
  color: var(--ca);
  margin-bottom: var(--x4);
}
.cities-served .cities-intro {
  color: var(--c1);
  opacity: 0.7;
  max-width: var(--w-content);
  margin: 0 auto var(--x2);
  font-size: var(--f5);
  line-height: var(--g5);
}

.bleed.lavender .cities-served {
  background-color: transparent;
}
.bleed.lavender .cities-served .city-chip {
  background: var(--bg1);
}

.bleed.lavender .page-cta {
  background-color: transparent !important;
}

.bleed.steel .cities-served {
  background-color: var(--bg1);
  border-radius: var(--x5);
}
.bleed.steel .cities-served h2 {
  color: var(--ca);
}
.bleed.steel .cities-served .cities-intro {
  color: var(--c1);
}

.cities-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--x4);
  max-width: 820px;
  margin: 0 auto;
}

.city-chip {
  background: var(--city-chip-bg);
  color: var(--c1);
  font-family: var(--font2);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: var(--x5) var(--x3);
  border-radius: 20px;
  border: 1px solid var(--city-chip-border);
}
.city-chip::before {
  content: "📍";
  font-size: 12px !important;
  margin-right: 5px;
}

.page-cta {
  background-color: var(--bg2);
  text-align: center;
}
.page-cta h2 {
  color: var(--ca);
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2 !important;
  margin-bottom: var(--x3);
}
.page-cta p {
  color: var(--c1);
  max-width: var(--w-content);
  margin: 0 auto var(--x2);
  text-align: left;
  font-size: var(--f5);
  line-height: var(--g5);
}

.bleed .page-cta .btn {
  margin-top: var(--x2);
}

section.page-cta p:last-of-type {
  margin-bottom: 0;
}

.page-cta .btn {
  margin-top: var(--x2);
}

.page-content ul,
.modular-content ul,
.about-intro ul,
.about-profile-text ul,
.about-memberships ul,
.about-cta ul,
.home-intro ul,
.reassurance ul,
.pa-intro ul,
.pa-misdemeanors ul,
.pa-felonies ul,
.pa-grid-section ul,
.pa-cta ul,
.pa-faq ul,
.contact-intro ul,
.contact-section ul,
.charge-types ul,
.offense-types ul,
.page-faq ul,
.page-cta ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: var(--x3);
}
.page-content ul li,
.modular-content ul li,
.about-intro ul li,
.about-profile-text ul li,
.about-memberships ul li,
.about-cta ul li,
.home-intro ul li,
.reassurance ul li,
.pa-intro ul li,
.pa-misdemeanors ul li,
.pa-felonies ul li,
.pa-grid-section ul li,
.pa-cta ul li,
.pa-faq ul li,
.contact-intro ul li,
.contact-section ul li,
.charge-types ul li,
.offense-types ul li,
.page-faq ul li,
.page-cta ul li {
  color: var(--c1);
  font-size: var(--f5);
  padding: var(--x4) 0 var(--x4) var(--x2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  position: relative;
  line-height: var(--g5);
}
.page-content ul li:last-child,
.modular-content ul li:last-child,
.about-intro ul li:last-child,
.about-profile-text ul li:last-child,
.about-memberships ul li:last-child,
.about-cta ul li:last-child,
.home-intro ul li:last-child,
.reassurance ul li:last-child,
.pa-intro ul li:last-child,
.pa-misdemeanors ul li:last-child,
.pa-felonies ul li:last-child,
.pa-grid-section ul li:last-child,
.pa-cta ul li:last-child,
.pa-faq ul li:last-child,
.contact-intro ul li:last-child,
.contact-section ul li:last-child,
.charge-types ul li:last-child,
.offense-types ul li:last-child,
.page-faq ul li:last-child,
.page-cta ul li:last-child {
  border-bottom: none;
}
.page-content ul li::before,
.modular-content ul li::before,
.about-intro ul li::before,
.about-profile-text ul li::before,
.about-memberships ul li::before,
.about-cta ul li::before,
.home-intro ul li::before,
.reassurance ul li::before,
.pa-intro ul li::before,
.pa-misdemeanors ul li::before,
.pa-felonies ul li::before,
.pa-grid-section ul li::before,
.pa-cta ul li::before,
.pa-faq ul li::before,
.contact-intro ul li::before,
.contact-section ul li::before,
.charge-types ul li::before,
.offense-types ul li::before,
.page-faq ul li::before,
.page-cta ul li::before {
  content: "→";
  color: var(--accent-warm);
  position: absolute;
  left: 0;
  font-weight: 700;
}

.page-content ul,
.page-intro ul,
.page-intro ol {
  margin-left: auto;
  margin-right: auto;
}

.pa-felonies ul li,
.about-cta ul li,
.page-faq ul li {
  color: rgba(255, 255, 255, 0.85);
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* ── ACCESSIBILITY & POLISH ────────────────────────────────────── */
/* Sticky nav offset for in-page anchor jumps */
h1, h2, h3, h4 {
  scroll-margin-top: calc(var(--header-offset) + var(--x4));
}

/* Visible focus indicator for keyboard navigation */
.btn:focus-visible,
.ep-form-submit:focus-visible {
  outline: 3px solid var(--accent-warm);
  outline-offset: 2px;
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .btn:hover,
  button:hover,
  .ep-form-submit:hover,
  .footer-phone:hover,
  .area-card:hover {
    transform: none !important;
  }
}
/* ── MODERN CSS POLISH ─────────────────────────────────────────── */
/* (A) Better heading line-breaks — no orphan words on the last line */
h1, h2 {
  text-wrap: balance;
}

/* (B) Brand color for native form controls (checkboxes, radios, progress) */
/* (C) Light color-scheme — prevents dark-mode rendering artifacts */
:root {
  accent-color: var(--ca);
  color-scheme: light;
}

/* (D) Prevent layout breakage from long URLs, citations, statute names */
.page-content,
.content-section,
.modular-content,
.callout-box,
.definition-item,
.faq-item p {
  overflow-wrap: break-word;
}

/* ── FOCUS VISIBILITY (KEYBOARD NAV) ───────────────────────────── */
/* Clickable practice-area cards */
.area-card:focus-visible {
  outline: 3px solid var(--accent-warm);
  outline-offset: 2px;
}

/* All anchor links (body content, nav, footer) — .btn rules above
   take precedence due to higher specificity */
a:focus-visible {
  outline: 2px solid var(--accent-warm);
  outline-offset: 2px;
  border-radius: 2px;
}

/* ── PRINT STYLESHEET ──────────────────────────────────────────── */
/* ── BLEED COLORS (CMS content editor) ─────────────────────── */
/* Generic bleed behavior: extend to full viewport width + standard section padding */
.bleed {
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: var(--x1) 0;
}

.page-intro > .container > .page-container > .page-content > .bleed {
  margin-top: var(--x2);
}

/* Steel = aliased to dark slate (--footer-bg), white text */
.bleed.steel {
  background-color: var(--footer-bg);
}

.bleed.steel h1,
.bleed.steel h2,
.bleed.steel h3,
.bleed.steel h4 {
  color: #ffffff;
}

.bleed.steel p,
.bleed.steel li {
  color: rgba(255, 255, 255, 0.85);
}

.bleed.steel a {
  color: #ffffff;
  text-decoration: underline;
}

.bleed.steel ul li {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* Lavender = aliased to light gray (--bg2) */
.bleed.lavender {
  background-color: var(--bg2);
}

/* Modular content protection: when nested in any bleed, preserve own styling */
.bleed .cities-served h2,
.bleed .page-cta h2 {
  color: var(--ca);
}

.bleed .cities-served p,
.bleed .cities-served li,
.bleed .page-cta p,
.bleed .page-cta li {
  color: var(--c1);
}

/* MC bleed spacing — override default bleed padding for Cities Served and Page CTA
   so spacing matches the DWI page section rhythm */
.page-intro > .container > .page-container > .page-content > .bleed:has(.cities-served) {
  padding-top: var(--x2);
  padding-bottom: var(--x2);
}

.page-intro > .container > .page-container > .page-content > .bleed.lavender:has(.cities-served) {
  padding-top: 0;
  padding-bottom: 0;
}

.page-intro > .container > .page-container > .page-content > .bleed:has(.page-cta) {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* Constrain text content to readable line length in text-heavy sections */
.content-section > .container,
.page-intro > .container,
.page-intro .bleed:not(:has(.cities-served)) > .container,
.page-faq > .container,
.pa-faq > .container,
.pa-cta > .container,
.page-cta > .container {
  max-width: var(--w-content);
  margin-left: auto;
  margin-right: auto;
}

@media print {
  /* Reset for print: black text on white, no shadows or backgrounds */
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    opacity: 1 !important;
  }
  /* Hide site chrome and interactive elements that don't print well */
  .site-nav,
  .site-footer,
  .hero-bg,
  .trust-bar,
  .skip-link,
  button,
  .btn,
  .ep-form-submit,
  .hero-actions,
  .pa-cta-actions,
  .contact-form-wrap,
  .testimonial-platform-icon {
    display: none !important;
  }
  /* Page setup — 3/4 inch margins all sides */
  @page {
    margin: 0.75in;
  }
  body {
    font-size: 11pt;
    line-height: 1.5;
  }
  /* Show URLs after content links so printed pages preserve references */
  .page-content a[href]:not([href^="#"])::after,
  .content-section a[href]:not([href^="#"])::after {
    content: " (" attr(href) ")";
    font-size: 0.85em;
    font-weight: normal;
  }
  /* Don't split headings from their following content */
  h1, h2, h3, h4 {
    page-break-after: avoid;
    break-after: avoid;
  }
  /* Don't split paragraphs/list items across pages */
  p, li, blockquote {
    page-break-inside: avoid;
    break-inside: avoid;
    orphans: 3;
    widows: 3;
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  /* Use full page width — no fixed-width containers */
  .container {
    max-width: 100% !important;
    padding: 0 !important;
  }
  /* Hero shrinks — no need for full viewport height when printing */
  .hero {
    min-height: auto !important;
    padding: 0 0 var(--x3) 0 !important;
  }
}
/* ── MOBILE: CENTER HEADINGS WHEN GRIDS COLLAPSE ───────────────── */
@media (max-width: 762px) {
  /* When 2-column intro grids collapse to 1 column on mobile,
     the headings should be centered to match other page-level headings */
  .about-text h2,
  .about-profile-text h1,
  .about-focus h2,
  .contact-info h2 {
    text-align: center;
  }
}
/* ── NUMBERED LISTS — ORANGE NUMBERS, ALIGNED WITH BODY TEXT ───── */
.page-content ol,
.content-section ol,
.modular-content ol,
.about-intro ol,
.about-profile-text ol,
.about-memberships ol,
.about-cta ol,
.home-intro ol,
.reassurance ol,
.pa-intro ol,
.pa-misdemeanors ol,
.pa-felonies ol,
.pa-grid-section ol,
.pa-cta ol,
.pa-faq ol,
.contact-intro ol,
.contact-section ol,
.charge-types ol,
.offense-types ol,
.page-faq ol,
.page-cta ol {
  list-style: none;
  counter-reset: list-counter;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  margin-bottom: var(--x3);
}
.page-content ol li,
.content-section ol li,
.modular-content ol li,
.about-intro ol li,
.about-profile-text ol li,
.about-memberships ol li,
.about-cta ol li,
.home-intro ol li,
.reassurance ol li,
.pa-intro ol li,
.pa-misdemeanors ol li,
.pa-felonies ol li,
.pa-grid-section ol li,
.pa-cta ol li,
.pa-faq ol li,
.contact-intro ol li,
.contact-section ol li,
.charge-types ol li,
.offense-types ol li,
.page-faq ol li,
.page-cta ol li {
  counter-increment: list-counter;
  color: var(--c1);
  font-size: 17px;
  line-height: 1.6;
  padding: var(--x4) 0 var(--x4) var(--x2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  position: relative;
}
.page-content ol li:last-child,
.content-section ol li:last-child,
.modular-content ol li:last-child,
.about-intro ol li:last-child,
.about-profile-text ol li:last-child,
.about-memberships ol li:last-child,
.about-cta ol li:last-child,
.home-intro ol li:last-child,
.reassurance ol li:last-child,
.pa-intro ol li:last-child,
.pa-misdemeanors ol li:last-child,
.pa-felonies ol li:last-child,
.pa-grid-section ol li:last-child,
.pa-cta ol li:last-child,
.pa-faq ol li:last-child,
.contact-intro ol li:last-child,
.contact-section ol li:last-child,
.charge-types ol li:last-child,
.offense-types ol li:last-child,
.page-faq ol li:last-child,
.page-cta ol li:last-child {
  border-bottom: none;
}
.page-content ol li::before,
.content-section ol li::before,
.modular-content ol li::before,
.about-intro ol li::before,
.about-profile-text ol li::before,
.about-memberships ol li::before,
.about-cta ol li::before,
.home-intro ol li::before,
.reassurance ol li::before,
.pa-intro ol li::before,
.pa-misdemeanors ol li::before,
.pa-felonies ol li::before,
.pa-grid-section ol li::before,
.pa-cta ol li::before,
.pa-faq ol li::before,
.contact-intro ol li::before,
.contact-section ol li::before,
.charge-types ol li::before,
.offense-types ol li::before,
.page-faq ol li::before,
.page-cta ol li::before {
  content: counter(list-counter) ".";
  color: var(--accent-warm);
  position: absolute;
  left: 0;
  font-weight: 700;
}

/* Numbered lists on dark-background sections: white text + lighter borders */
.pa-felonies ol li,
.about-cta ol li,
.page-faq ol li,
.content-section.alt ol li {
  color: rgba(255, 255, 255, 0.85);
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* ── EP Email shortcode — override injected  block ─────── */
/* .contact-form-wrap parent gives these rules higher specificity  */
.contact-form-wrap .ep-contact-form-wrapper {
  max-width: none;
  margin: 0;
}

.contact-form-wrap .ep-contact-form .form-field {
  margin-bottom: var(--x3);
}

.contact-form-wrap .ep-contact-form label {
  display: block;
  font-family: var(--font2);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--c1);
  margin-bottom: var(--x5);
}

.contact-form-wrap .ep-contact-form input[type=text],
.contact-form-wrap .ep-contact-form input[type=email],
.contact-form-wrap .ep-contact-form input[type=tel],
.contact-form-wrap .ep-contact-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--card-border-grey);
  border-radius: var(--x5);
  font-family: var(--font1);
  font-size: 16px;
  line-height: 1.5;
  color: var(--c1);
  background: var(--bg1);
  box-sizing: border-box;
  appearance: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.contact-form-wrap .ep-contact-form input[type=text]:focus,
.contact-form-wrap .ep-contact-form input[type=email]:focus,
.contact-form-wrap .ep-contact-form input[type=tel]:focus,
.contact-form-wrap .ep-contact-form textarea:focus {
  outline: none;
  border-color: var(--ca);
  box-shadow: 0 0 0 3px rgba(42, 91, 255, 0.12);
}

.contact-form-wrap .ep-contact-form textarea {
  resize: vertical;
  min-height: calc(var(--x1) * 2.6);
}

.contact-form-wrap .ep-contact-submit {
  display: block;
  width: 100%;
  padding: 16px;
  background-color: var(--ca);
  color: #ffffff;
  border: none;
  border-radius: var(--x5);
  font-family: var(--font2);
  font-size: 17px;
  line-height: 1em;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s;
}

.contact-form-wrap .ep-contact-submit:hover {
  background-color: #1a44e0;
  transform: translateY(-1px);
  color: #ffffff;
}

.contact-form-wrap .ep-contact-submit:disabled {
  background-color: #95a5a6;
  cursor: not-allowed;
  transform: none;
}

.contact-form-wrap .ep-contact-response {
  margin-top: 14px;
  padding: 12px 16px;
  border-radius: var(--x5);
  font-size: 14px;
  line-height: 1.5;
  display: none;
}

.contact-form-wrap .ep-contact-response.success {
  display: block;
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.contact-form-wrap .ep-contact-response.error {
  display: block;
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}