:root {
  /* === TW Shared Design Tokens — locked 2026-06-23 === */
  /* dc-* tokens below remain until Sprint 1 component migration */
  --gold:      #B8972A;
  --gold-light:#D4AE3F;
  --charcoal:  #2B2B2B;
  --off-white: #F7F5F0;
  --border:    #E0DAD0;
  --nav-h:     68px;
  --max-w:     1100px;
  --radius:    4px;
}
/* Skip-to-form accessibility link — visually hidden until focused */
.skip-to-form {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-to-form:focus {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 9999;
  padding: 0.75rem 1.5rem;
  background: var(--gold);
  color: #0B1726;
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  border-radius: 0 0 4px 0;
  outline: 3px solid #0B1726;
  outline-offset: 2px;
}

/* Attorney advertisement footer heading — styled label, not a content heading */
.legal-disclosures-heading {
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

/* Follow-up section — full-width, professional */
.follow-up-section p {
  max-width: 72ch;
  line-height: 1.7;
}

/* About firm section — full-width, no split layout */
.firm-about-section p {
  max-width: 72ch;
  line-height: 1.7;
}
.firm-about-section p + p {
  margin-top: 1rem;
}

/* Hero subheadline */
.hero-subheadline {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--off-white);
  margin: 0.5rem 0 1rem;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
}

a {
  color: #7D5F22;
  font-weight: 750;
}

.shell {
  max-width: 1160px;
  margin: 0 auto;
  padding: 20px 22px 40px;
}

.campaign-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  min-height: 58px;
  border-bottom: 1px solid #1E3452;
  color: #46504A;
}

.campaign-header p {
  margin: 0;
  line-height: 1.45;
}

.brand-mark {
  color: #18201B;
  font-size: 1.08rem;
  font-weight: 900;
}

.language-switch {
  flex: 0 0 auto;
  border: 1px solid #1E3452;
  border-radius: 999px;
  padding: 7px 13px;
  color: #1E3452;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.language-switch:hover,
.language-switch:focus-visible {
  background: #1E3452;
  color: #fff;
}

.brand-subtext {
  color: #46504A;
  font-size: 0.82rem;
  font-weight: 650;
}

.header-actions,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.header-phone,
.header-cta,
.secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 6px;
  padding: 0 14px;
  text-decoration: none;
}

.header-phone,
.secondary-cta {
  border: 1px solid #2A4A6A;
  background: transparent;
  color: var(--gold-light);
}

.campaign-header .header-phone {
  color: #7D5F22;
}

.header-cta {
  background: var(--gold);
  color: #0B1726;
  font-weight: 800;
}

.hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 34px;
  align-items: center;
  padding: 38px 0 30px;
}

.hero-brief {
  min-width: 0;
  border: 1px solid #C8C0B0;
  border-radius: 8px;
  background: var(--off-white);
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.55);
  padding: 26px;
}

.hero-copy {
  min-width: 0;
}

.brief-kicker {
  margin: 0 0 22px;
  color: var(--gold-light);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brief-lines {
  display: grid;
  gap: 10px;
}

.brief-lines span {
  min-height: 50px;
  border-left: 4px solid var(--gold);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.82);
  padding: 13px 14px;
  color: #14263A;
  font-weight: 800;
}

.brief-note {
  margin: 22px 0 0;
  color: #5A6B5E;
  font-size: 0.9rem;
  line-height: 1.5;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--off-white);
  letter-spacing: 0;
}

/* Re-darken headings inside warm off-white card surfaces */
.content-section h2,
.content-section h3,
.panel h2,
.panel h3,
.hero-brief h2,
.hero-brief h3,
.resource-block h3,
.resource-card h3,
.resource-disclosures h3,
.steps-list strong,
.issue-card h3,
.practice-page-hero h1,
.practice-page-hero h2,
.practice-page-hero h3,
.practice-page-section h2,
.practice-page-section h3,
.practice-page-card h3,
.inline-evidence-guide h3 {
  color: #18201b;
}

h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.05rem, 4.35vw, 4.1rem);
  line-height: 1.03;
  overflow-wrap: break-word;
}

h2 {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  line-height: 1.15;
}

h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
}

.lede {
  max-width: 720px;
  margin: 18px 0 0;
  color: #B4BDCA;
  font-size: 1.04rem;
  line-height: 1.6;
  overflow-wrap: break-word;
}

.spanish-intro {
  font-size: 0.95rem;
}

.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 24px;
  border-radius: 6px;
  background: var(--gold);
  color: #0B1726;
  padding: 0 18px;
  text-decoration: none;
  font-weight: 800;
}

.primary-cta:hover,
.primary-cta:focus-visible {
  background: var(--gold-light);
}

.secondary-cta {
  margin-top: 24px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

.trust-strip span {
  min-width: 0;
  border: 1px solid #2A4A6A;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  padding: 10px 12px;
  color: #B4BDCA;
  font-size: 0.86rem;
  line-height: 1.4;
}

/* The hero sits on the page's light canvas, so its copy needs dark text. */
.hero-copy h1 {
  color: #18201B;
}

.hero-copy .hero-subheadline,
.hero-copy .lede,
.hero-copy .trust-strip span {
  color: #46504A;
}

.hero-copy .eyebrow,
.hero-copy .secondary-cta,
.hero-brief .brief-kicker {
  color: #7D5F22;
}

.content-section,
.panel {
  min-width: 0;
  margin-top: 22px;
  border: 1px solid #C8C0B0;
  border-radius: 8px;
  background: var(--off-white);
  padding: 24px;
}

.content-section p,
.form-intro p,
.notice-copy,
.section-intro {
  margin: 0;
  color: #46504a;
  line-height: 1.6;
}

.section-intro {
  margin-bottom: 16px;
}

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

.issue-card {
  min-width: 0;
  border: 1px solid #C8C0B0;
  border-radius: 8px;
  background: var(--off-white);
  padding: 16px;
}

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

.issue-button {
  width: 100%;
  min-height: 58px;
  background: var(--off-white);
  color: #14263A;
  text-align: left;
  font-weight: 850;
  cursor: pointer;
}

.issue-button:hover,
.issue-button:focus-visible {
  border-color: var(--gold);
  background: var(--off-white);
  color: #14263A;
}

.issue-card p {
  margin-top: 8px;
  font-size: 0.92rem;
}

.harm-tiles-section {
  max-width: 960px;
  margin: 2.5rem auto;
  padding: 0 1rem;
  text-align: center;
}

.harm-tiles-section h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--text-primary, #1a1a1a);
}

.harm-tiles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.harm-tile {
  background: var(--surface, #f8f8f8);
  border: 1px solid var(--border, #e0e0e0);
  border-radius: 8px;
  padding: 1.25rem 1rem;
  text-align: left;
}

.harm-tile__icon {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 0.5rem;
}

.harm-tile h3 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: var(--text-primary, #1a1a1a);
}

.harm-tile p {
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--text-secondary, #555);
  margin: 0;
}

@media (max-width: 640px) {
  .harm-tiles-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 400px) {
  .harm-tiles-grid {
    grid-template-columns: 1fr;
  }
}

.ca-context-section {
  max-width: 720px;
  margin: 2rem auto;
  padding: 1.5rem;
  background: var(--surface-alt, #f0f4ff);
  border-left: 4px solid var(--accent, #2563eb);
  border-radius: 0 8px 8px 0;
}

.ca-context-section h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--text-primary, #1a1a1a);
}

.ca-context-section p {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
  color: var(--text-secondary, #444);
}

.ca-context-section__source {
  font-size: 0.78rem;
  color: var(--text-tertiary, #777);
  margin-bottom: 0;
}

.resources-overview {
  display: grid;
  gap: 18px;
  min-width: 0;
  margin-top: 22px;
  border: 1px solid #1E3452;
  border-radius: 8px;
  background: #14263A;
  padding: 24px;
}

.resources-hero {
  display: grid;
  gap: 14px;
  max-width: 880px;
}

.resources-hero h2 {
  color: var(--off-white);
  margin-bottom: 0;
}

.resources-hero p {
  margin: 0;
  color: #8A9BB5;
  line-height: 1.6;
}

.resource-card p,
.resource-disclosures p {
  margin: 0;
  color: #46504a;
  line-height: 1.6;
}

.resources-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-height: 48px;
  border-radius: 6px;
  background: var(--gold);
  color: #0B1726;
  padding: 0 18px;
  text-decoration: none;
  font-weight: 800;
}

.resources-cta:hover,
.resources-cta:focus-visible {
  background: var(--gold-light);
}

.resources-learn-link {
  justify-self: start;
  color: #8A9BB5;
  font-size: 0.92rem;
  font-weight: 650;
}

.resource-block,
.resource-card,
.resource-disclosures {
  min-width: 0;
  border: 1px solid #C8C0B0;
  border-radius: 8px;
  background: var(--off-white);
  padding: 18px;
}

.resource-block h3,
.resource-card h3,
.resource-disclosures h3 {
  margin-bottom: 12px;
}

.resource-chip-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.resource-chip-list li {
  min-height: 44px;
  border: 1px solid #C8C0B0;
  border-radius: 6px;
  background: var(--off-white);
  padding: 11px 12px;
  color: #1C2B3A;
  font-weight: 750;
  line-height: 1.35;
}

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

.resource-card {
  display: grid;
  gap: 12px;
  align-content: start;
}

.resource-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: #38433d;
  line-height: 1.5;
}

.resource-warning {
  border-left: 4px solid #8a3f2b;
  background: #fff8ea;
  padding: 10px 12px;
  color: #5a4c38 !important;
  font-weight: 700;
}

.slim-section {
  max-width: 860px;
}

.evidence-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 0;
  padding-left: 20px;
  color: #38433d;
  line-height: 1.5;
}

.steps-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.steps-list li {
  border: 1px solid #C8C0B0;
  border-radius: 8px;
  background: var(--off-white);
  padding: 16px;
  color: #18201b;
}

.steps-list strong,
.steps-list span {
  display: block;
}

.steps-list span {
  margin-top: 7px;
  color: #46504a;
  line-height: 1.5;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 0.66fr);
  gap: 20px;
  align-items: start;
}

.split-section p + p {
  margin-top: 12px;
}

.supporting-contact {
  margin-top: 10px;
  color: #667169 !important;
  font-size: 0.92rem;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.practice-page {
  max-width: 1060px;
}

.practice-page-header {
  margin-bottom: 28px;
}

.practice-page-hero,
.practice-page-section {
  min-width: 0;
  margin-top: 22px;
  border: 1px solid #C8C0B0;
  border-radius: 8px;
  background: var(--off-white);
  padding: 24px;
}

.practice-page-hero {
  display: grid;
  gap: 16px;
}

.practice-page-hero h1 {
  max-width: 780px;
}

.practice-page-section p {
  margin: 0;
  color: #46504a;
  line-height: 1.6;
}

.practice-page-section p + p,
.practice-page-section ul + p,
.practice-page-section ol + .practice-page-cta {
  margin-top: 14px;
}

.practice-page-card-grid,
.practice-page-list-grid {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.practice-page-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.practice-page-list-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  list-style: none;
}

.practice-page-card,
.practice-page-list-grid li {
  min-width: 0;
  border: 1px solid #C8C0B0;
  border-radius: 8px;
  background: var(--off-white);
  padding: 16px;
}

.practice-page-card h3 {
  margin-bottom: 8px;
}

.practice-page-evidence-list,
.practice-page-steps {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 20px;
  color: #38433d;
  line-height: 1.5;
}

.practice-page-warning {
  border-left: 4px solid #8a3f2b;
  background: #fff8ea;
  padding: 10px 12px;
  color: #5a4c38 !important;
  font-weight: 700;
}

.practice-page-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 6px;
  background: var(--gold);
  color: #0B1726;
  padding: 0 18px;
  text-decoration: none;
  font-weight: 800;
}

.practice-page-cta:hover,
.practice-page-cta:focus-visible {
  background: var(--gold-light);
}

.intake-panel {
  padding: 28px;
}

.form-intro {
  margin-bottom: 22px;
}

.legal-disclosures {
  margin-top: 24px;
  border-top: 2px solid #C8C0B0;
  padding-top: 20px;
  color: #46504a;
  font-size: 0.88rem;
  line-height: 1.55;
}

.legal-disclosures h2 {
  margin: 0 0 8px;
  font-size: 0.92rem;
}

.legal-disclosures p {
  margin: 8px 0 0;
}

.footer-disclosure__spanish {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border, #e0e0e0);
  font-size: 0.75rem;
  color: var(--text-tertiary, #777);
  line-height: 1.5;
}

.footer-disclosure__spanish p {
  margin-bottom: 0.4rem;
}

form {
  display: grid;
  gap: 22px;
}

.form-note {
  padding: 16px 18px;
  border: 1px solid #d6d0c1;
  border-radius: 8px;
  background: #f7f3e9;
}

.form-note p,
.fieldset-note {
  margin: 0;
  color: #46504a;
  font-size: 0.9rem;
  line-height: 1.55;
  font-weight: 500;
}

.grid {
  display: grid;
  gap: 16px;
}

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

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

.address-grid {
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.9fr) minmax(72px, 0.25fr) minmax(96px, 0.35fr);
}

label,
fieldset {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: #29342d;
  font-size: 0.92rem;
  font-weight: 700;
}

fieldset {
  margin: 0;
  padding: 16px;
  border: 1px solid #C8C0B0;
  border-radius: 8px;
}

legend {
  padding: 0 6px;
}

.fieldset-note {
  margin-bottom: 10px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #BCAE96;
  border-radius: 6px;
  background: #ffffff;
  color: #18201b;
  padding: 10px 12px;
}

textarea {
  resize: vertical;
  line-height: 1.5;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(184, 151, 42, 0.45);
  outline-offset: 2px;
}

.hint {
  color: #657067;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.5;
}

.inline-evidence-guide {
  border: 1px solid #d2bfa4;
  border-radius: 8px;
  background: #fff8ea;
  padding: 16px;
}

.inline-evidence-guide h3 {
  margin-bottom: 10px;
}

.inline-evidence-guide ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding-left: 20px;
  color: #38433d;
  line-height: 1.5;
}

.inline-evidence-guide p {
  margin: 12px 0 0;
  color: #5a4c38;
  line-height: 1.55;
}

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

.checks label,
.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 650;
}

.checks input,
.consent input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.turnstile-host:empty {
  display: none;
}

.screening-field {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  pointer-events: none !important;
  height: 0 !important;
  width: 0 !important;
}

.actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

button {
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  background: var(--gold);
  color: #0B1726;
  padding: 0 20px;
  font-weight: 800;
  cursor: pointer;
}

button:hover {
  background: var(--gold-light);
}

#status {
  min-height: 24px;
  margin: 0;
  color: #46504a;
  font-weight: 700;
}

#status[data-state="success"] {
  color: #2A7A52;
}

#status[data-state="error"] {
  color: #9f3b2c;
}

@media (max-width: 900px) {
  .shell {
    padding: 18px;
  }

  .hero,
  .split-section {
    grid-template-columns: 1fr;
  }

  .hero-brief {
    order: 2;
  }

  .issue-grid,
  .steps-list,
  .resource-chip-list,
  .resource-grid,
  .practice-page-card-grid,
  .practice-page-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .two,
  .three,
  .address-grid,
  .checks,
  .evidence-list,
  .inline-evidence-guide ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .shell {
    padding: 14px;
  }

  .hero {
    gap: 20px;
    padding-top: 24px;
  }

  .campaign-header {
    align-items: stretch;
    flex-direction: column;
    padding-bottom: 14px;
  }

  .header-actions,
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  h1 {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .trust-strip,
  .issue-grid,
  .issue-button-grid,
  .steps-list,
  .resource-chip-list,
  .resource-grid,
  .practice-page-card-grid,
  .practice-page-list-grid {
    grid-template-columns: 1fr;
  }

  .content-section,
  .panel,
  .resources-overview,
  .practice-page-hero,
  .practice-page-section {
    padding: 18px;
  }

  .primary-cta,
  .secondary-cta,
  .header-phone,
  .header-cta,
  .resources-cta,
  .practice-page-cta,
  button {
    width: 100%;
  }

  .actions {
    align-items: stretch;
  }
}
.section-accent {
  border-left: 4px solid var(--gold);
  padding-left: 16px;
}

.section-label {
  margin: 0 0 8px;
  color: #7D5F22;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-lead {
  margin-top: 20px;
  font-size: 1.02rem;
  font-weight: 600;
  color: #38433d;
}

.trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.trust-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid #C8C0B0;
  border-radius: 999px;
  background: var(--off-white);
  color: #1C2B3A;
  padding: 7px 12px;
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.2;
}

.about-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.attorney-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
  border: 1px solid #C8C0B0;
  border-radius: 8px;
  background: var(--off-white);
  padding: 18px;
}

.attorney-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #14263A;
  color: var(--gold-light);
  font-weight: 850;
  letter-spacing: 0;
}

.attorney-card__body {
  min-width: 0;
}

.attorney-card h3 {
  margin: 0 0 4px;
}

.attorney-card p {
  margin: 0;
  color: #46504a;
  line-height: 1.55;
}

.attorney-card p + p {
  margin-top: 8px;
}

.attorney-title {
  color: #29342d !important;
  font-weight: 800;
}

.bar-badge {
  display: inline-flex;
  width: fit-content;
  border-left: 3px solid var(--gold);
  background: var(--off-white);
  padding: 6px 9px;
  color: #1C2B3A !important;
  font-size: 0.82rem;
  font-weight: 800;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.about-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 6px;
  background: var(--gold);
  color: #0B1726;
  padding: 0 18px;
  text-decoration: none;
  font-weight: 800;
}

.about-cta:hover,
.about-cta:focus-visible {
  background: var(--gold-light);
}

.about-cta--secondary {
  border: 1px solid #C8C0B0;
  background: transparent;
  color: #7D5F22;
}

.about-cta--secondary:hover,
.about-cta--secondary:focus-visible {
  background: var(--off-white);
  color: #0B1726;
}

@media (max-width: 700px) {
  .about-cards {
    grid-template-columns: 1fr;
  }

  .attorney-card {
    grid-template-columns: 1fr;
  }
}
/* Sprint 2: required field validation */
.field-invalid {
  outline: 2px solid #cc0000;
  outline-offset: 2px;
}
.field-invalid:focus {
  outline-color: var(--gold, #B8972A);
}
/* Sprint 2: success state */
#intake-success {
  display: none;
  padding: 2rem;
  text-align: center;
  border-top: 3px solid var(--gold, #B8972A);
  margin-top: 1.5rem;
}
.success-icon {
  font-size: 3rem;
  color: var(--gold, #B8972A);
  line-height: 1;
  margin-bottom: 0.75rem;
}
.success-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--charcoal, #2B2B2B);
  margin-bottom: 0.5rem;
}
.success-ref {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 1rem;
}
.success-message,
.success-contact,
.success-evidence {
  font-size: 1rem;
  color: var(--charcoal, #2B2B2B);
  margin-bottom: 0.75rem;
}
.success-contact a {
  color: var(--gold, #B8972A);
  font-weight: 600;
}
