.elementor-1878 .elementor-element.elementor-element-75ee299{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1878 .elementor-element.elementor-element-437c633{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1878 .elementor-element.elementor-element-437c633:not(.elementor-motion-effects-element-type-background), .elementor-1878 .elementor-element.elementor-element-437c633 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A1B33;}.elementor-1878 .elementor-element.elementor-element-972f6ee{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1878 .elementor-element.elementor-element-69d0a3e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-1878 .elementor-element.elementor-element-972f6ee{--width:50%;}.elementor-1878 .elementor-element.elementor-element-69d0a3e{--width:50%;}}/* Start custom CSS for container, class: .elementor-element-75ee299 */:root {
  --navy-900: #071426;
  --navy-800: #0A1B33;
  --navy-700: #0E2647;
  --gold-600: #8A6D18;
  --gold-500: #C8A44D;
  --gold-400: #E8B94F;
  --ivory: #F6F3EC;
  --ivory-alt: #FBFAF6;
  --white: #FFFFFF;
  --line: #E6E1D5;
  --ink: #23303F;
  --ink-600: #4A5666;
  --ink-500: #6B7686;
  --on-navy: #C9D4E4;
  --on-navy-dim: #9FB0C6;

  --container: 1200px;
  --pad-x: 32px;
  --section-y: 96px;

  --serif: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  --sans: 'IBM Plex Sans', system-ui, -apple-system, sans-serif;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  color: var(--ink);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: var(--navy-700); text-underline-offset: 3px; text-decoration-color: rgba(200, 164, 77, .6); }
a:hover { color: var(--gold-600); }
h1, h2, h3, h4 { font-family: var(--serif)!important; font-weight: 600; letter-spacing: -.01em; color: var(--navy-700); margin: 0; }
p { margin: 0; text-wrap: pretty; }
ul { margin: 0; padding: 0; list-style: none; }

/* ---------- layout primitives (uniform alignment) ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--pad-x);
}
.section { padding-block: var(--section-y); }
.section--ivory { background: var(--ivory); }
.section--white { background: var(--white); }
.section--navy { background: var(--navy-700); color: var(--on-navy); }
.section--navy-deep { background: var(--navy-800); color: var(--on-navy); }
.section--navy h2, .section--navy h3, .section--navy-deep h2 { color: var(--white); }

.eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-600);
  margin-bottom: 14px;
}
.section--navy .eyebrow, .section--navy-deep .eyebrow { color: var(--gold-400); }

.section-title { font-size: clamp(28px, 3.4vw, 40px)!important; line-height: 1.15!important; margin-bottom: 18px; }
.section-intro { font-size: 17.5px; line-height: 1.7; color: var(--ink-600); max-width: 70ch; margin-bottom: 44px; }
.section--navy .section-intro { color: var(--on-navy); }
.subhead {
  font-size: 21px;
  margin: 0 0 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.note { font-size: 14.5px; line-height: 1.7; color: var(--ink-500); font-style: italic; max-width: 82ch; margin-top: 20px; }

.grid { display: grid; gap: 24px; }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sans);
  font-size: 15.5px;
  font-weight: 600;
  padding: 15px 26px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.btn--gold { background: var(--gold-500); color: var(--navy-800); }
.btn--gold:hover { background: var(--gold-400); color: var(--navy-800); }
.btn--ghost { border-color: rgba(255, 255, 255, .35); color: var(--white); }
.btn--ghost:hover { border-color: var(--gold-500); color: var(--gold-400); }
.btn--sm { font-size: 14px; padding: 11px 20px; }
/* ---------- hero ---------- */
.hero { position: relative; background: var(--navy-700); color: var(--white); overflow: hidden; }
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(120% 90% at 78% 10%, rgba(200, 164, 77, .18), transparent 60%);
}
.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 64px;
  align-items: center;
  padding-block: 92px 84px;
}
.tag {
  display: inline-flex; align-items: center;
  border: 1px solid rgba(200, 164, 77, .5);
  color: var(--gold-400);
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
  padding: 8px 14px; margin-bottom: 26px;
}
.hero h1 {
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.08;
  color: var(--white);
  margin-bottom: 22px;
  text-wrap: balance;
}
.hero__lead { font-size: 18.5px; line-height: 1.65; color: var(--on-navy); max-width: 60ch; margin-bottom: 16px; }
.hero__sub { font-size: 16.5px; line-height: 1.65; color: var(--on-navy-dim); max-width: 60ch; margin-bottom: 34px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__panel {
  position: relative;
  border: 1px solid rgba(200, 164, 77, .4);
  background: rgba(255, 255, 255, .04);
  padding: 34px 32px 44px;
}
.hero__panel-label {
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold-400); font-weight: 600; margin-bottom: 20px;
}
.hero__list { display: flex; flex-direction: column; }
.hero__list li {
  font-size: 15.5px; line-height: 1.5; color: #DDE3EC;
  padding: 14px 0 14px 20px; position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.hero__list li:first-child { padding-top: 0; }
.hero__list li::before {
  content: ""; position: absolute; left: 0; top: 21px;
  width: 7px; height: 1px; background: var(--gold-500);
}
.hero__list li:first-child::before { top: 7px; }
.hero__panel-note { margin-top: 20px; font-size: 14px; line-height: 1.65; color: var(--on-navy-dim); }
.hero__badge {
  position: absolute; left: -1px; bottom: -18px;
  background: var(--gold-500); color: var(--navy-800);
  padding: 12px 18px; font-size: 13px; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase;
}

.trustbar { position: relative; border-top: 1px solid rgba(255, 255, 255, .1); background: rgba(10, 27, 51, .55); }
.trustbar .container { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; padding-block: 24px; }
.trustbar dt { font-family: var(--serif); font-size: 26px; color: var(--gold-400); margin-bottom: 4px; }
.trustbar dd { margin: 0; font-size: 13.5px; color: var(--on-navy-dim); }

/* ---------- cards ---------- */
.card {
  background: var(--white);
  padding: 32px 30px;
  box-shadow: 0 1px 3px rgba(14, 38, 71, .07);
  height: 100%;
}
.card--rule-gray { border-top: 3px solid #7C8798; }
.card--rule-gold { border-top: 3px solid var(--gold-500); }
.card h3 { font-size: 24px; margin-bottom: 12px; }
.card p { font-size: 16.5px; line-height: 1.7; color: var(--ink-600); }

.pcard {
  border: 1px solid var(--line);
  background: var(--ivory-alt);
  padding: 30px 28px;
  height: 100%;
  transition: border-color .18s ease;
}
.pcard:hover { border-color: var(--gold-500); }
.pcard__cite { font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-600); font-weight: 600; }
.pcard h4 { font-size: 22px; margin: 10px 0 12px; }
.pcard p { font-size: 15.5px; line-height: 1.68; color: var(--ink-600); }

.step { background: var(--white); padding: 30px 28px; box-shadow: 0 1px 3px rgba(14, 38, 71, .07); height: 100%; }
.step__num { font-family: var(--serif); font-size: 32px; color: var(--gold-500); line-height: 1; }
.step h3 { font-size: 21px; margin: 12px 0 10px; }
.step p { font-size: 15.5px; line-height: 1.68; color: var(--ink-600); }

/* ---------- callout ---------- */
.callout {
  background: var(--navy-700);
  color: #DDE3EC;
  padding: 34px 36px;
  border-left: 4px solid var(--gold-500);
  margin-block: 52px;
}
.callout p { font-size: 17px; line-height: 1.7; max-width: 88ch; }
.callout strong { color: var(--gold-400); }

/* ---------- table ---------- */
.table-wrap { background: var(--white); box-shadow: 0 1px 3px rgba(14, 38, 71, .07); overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 16px; }
thead tr { background: var(--navy-700); color: var(--white); }
th {
  text-align: left; padding: 15px 26px;
  font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600;
}
th:first-child { width: 30%; }
td { padding: 16px 26px; color: var(--ink-600); vertical-align: top; }
td:first-child { font-weight: 600; color: var(--navy-700); }
tbody tr { border-bottom: 1px solid #EDE9DF; }
tbody tr:nth-child(even) { background: var(--ivory-alt); }
tbody tr:last-child { border-bottom: none; }

/* ---------- marked list ---------- */
.marked li { display: flex; gap: 14px; }
.marked li + li { margin-top: 18px; }
.marked li::before { content: ""; width: 3px; background: var(--gold-500); flex: none; }
.marked p { font-size: 16px; line-height: 1.65; color: var(--ink-600); }
.marked strong { color: var(--navy-700); }

/* ---------- court panels ---------- */
.court { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 64px; }
.panel { background: rgba(255, 255, 255, .05); padding: 26px 28px; border-left: 3px solid var(--gold-500); }
.panel + .panel { margin-top: 2px; }
.panel h3 { font-size: 20px; color: var(--white); margin-bottom: 8px; }
.panel p { font-size: 15.5px; line-height: 1.68; color: #A9B8CC; }

/* ---------- attorneys ---------- */
.attorney { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 26px; border: 1px solid var(--line); padding: 26px; }
.attorney__photo {
  position: relative;
  display: block;
  width: 200px; height: 250px;
  background: var(--navy-700);
  overflow: hidden;
}
.attorney__photo::before {
  content: attr(data-initials);
  position: absolute; inset: 0;
  display: grid; place-content: center;
  font-family: var(--serif); font-size: 52px; font-weight: 600;
  letter-spacing: .06em; color: var(--gold-500);
}
.attorney__photo::after {
  content: ""; position: absolute; inset: 10px;
  border: 1px solid rgba(200, 164, 77, .35);
}
.attorney img {
  position: relative; z-index: 1;
  font-size: 0; color: transparent;
  width: 200px; height: 250px;
  object-fit: cover; object-position: top center;
}
.attorney h3 { font-size: 25px; margin-bottom: 6px; }
.attorney__role { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-600); font-weight: 600; margin-bottom: 16px; }
.attorney p + p { margin-top: 12px; }
.attorney p:not(.attorney__role) { font-size: 15.5px; line-height: 1.68; color: var(--ink-600); }

/* ---------- FAQ ---------- */
.faq { max-width: 900px; margin-inline: auto; }
.faq details { background: var(--white); border-left: 3px solid var(--gold-500); }
.faq details + details { margin-top: 2px; }
.faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 22px 26px; cursor: pointer; list-style: none;
  font-family: var(--serif); font-size: 19.5px; font-weight: 600; color: var(--navy-700);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--gold-500); font-size: 22px; flex: none; transition: transform .2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq p { padding: 0 26px 24px; font-size: 16px; line-height: 1.7; color: var(--ink-600); }

/* ---------- contact ---------- */
.contact { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; }
.contact__lead { font-size: 17px; line-height: 1.7; color: #A9B8CC; max-width: 52ch; margin-bottom: 34px; }
.contact__block { border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 28px; }
.contact__label { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-400); font-weight: 600; margin-bottom: 8px; }
.contact__addr { font-size: 16.5px; line-height: 1.65; color: #DDE3EC; }
.contact__addr span { color: #8FA0B6; }

.form { background: var(--white); padding: 36px; display: flex; flex-direction: column; gap: 18px; }
.form h3 { font-size: 24px; }
.form label { display: flex; flex-direction: column; gap: 7px; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-500); font-weight: 600; }
.form input, .form textarea {
  border: 1px solid #D8D3C6;
  padding: 13px 14px;
  font: 400 16px/1.4 var(--sans);
  color: var(--ink);
  text-transform: none;
  letter-spacing: normal;
  background: var(--white);
}
.form textarea { resize: vertical; }
.form input:focus, .form textarea:focus { outline: none; border-color: var(--gold-500); }
.form button { background: var(--navy-700); color: var(--white); border: none; padding: 16px; font: 600 15.5px var(--sans); cursor: pointer; }
.form button:hover { background: var(--gold-500); color: var(--navy-800); }
.form__fine { font-size: 13px; line-height: 1.6; color: var(--ink-500); }
.form__sent { color: var(--navy-700); font-weight: 600; }
/* ---------- responsive ---------- */
@media (max-width: 1000px) {
  .hero__inner, .court, .contact { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trustbar .container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer__top { grid-template-columns: minmax(0, 1fr); gap: 32px; }
}
@media (max-width: 700px) {
  :root { --section-y: 64px; --pad-x: 20px; }
  .grid--2, .grid--3 { grid-template-columns: minmax(0, 1fr); }
  .trustbar .container { grid-template-columns: minmax(0, 1fr); }
  .attorney { grid-template-columns: minmax(0, 1fr); }
  .attorney__photo, .attorney img { width: 100%; height: 320px; }
  .nav { gap: 16px; }
  .nav a { font-size: 13.5px; }
  .callout { padding: 26px 22px; }
  .form { padding: 24px; }
  th, td { padding: 13px 16px; }
}

@media print {
  .header, .topbar, .form, .hero__actions { display: none; }
  body { background: #fff; }
  .section { padding-block: 24px; }
}/* End custom CSS */