.elementor-17 .elementor-element.elementor-element-f90306d{--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-17 .elementor-element.elementor-element-9498260{--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-17 .elementor-element.elementor-element-9498260:not(.elementor-motion-effects-element-type-background), .elementor-17 .elementor-element.elementor-element-9498260 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#8C1D2C;}.elementor-17 .elementor-element.elementor-element-44824ea{--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-17 .elementor-element.elementor-element-c44de06{--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-17 .elementor-element.elementor-element-44824ea{--width:50%;}.elementor-17 .elementor-element.elementor-element-c44de06{--width:50%;}}/* Start custom CSS for container, class: .elementor-element-f90306d */:root {
  --navy:   #0A1A2F;   /* 1. ink navy — headings, dark sections */
  --gold:   #C9A227;   /* 2. gold — accents, primary CTA */
  --red:    #8C1D2C;   /* 3. oxblood — links, urgency, CTA band */
  --ivory:  #F6F2EA;   /* 4. ivory — page background */
  --slate:  #3E4A5B;   /* 5. slate — body text */
  --white:  #FFFFFF;
  --serif:  "Newsreader", Georgia, "Times New Roman", serif;
  --sans:   "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  --shell:  1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--ivory); color: var(--navy);
  font-family: var(--sans); font-size: 17px; line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { margin: 0; font-family: var(--serif)!important; font-weight: 500!important; letter-spacing: -0.01em; line-height: 1.1!important; }
h1 { font-size: clamp(38px, 6vw, 68px)!important; letter-spacing: -0.02em; line-height: 1.03; }
h2 { font-size: clamp(28px, 3.6vw, 42px)!important; color:#0A1A2F!important; }
h3 { font-size: 22px!important; }
p { margin: 0; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--red); text-decoration: none; transition: color .18s ease; }
a:hover, a:focus-visible { color: var(--navy); text-decoration: underline; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.wrap { width: 100%; max-width: var(--shell); margin: 0 auto; padding: 0 24px; }
.section { padding-top: 84px; }
.section--intro { padding-top: 80px; }
.eyebrow { display: block; font-size: 12.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--red); }
.rule { display: block; margin-top: 20px; width: 60px; height: 3px; background: var(--gold); }
.body, .split__body p, .tile p { font-size: 17px; line-height: 1.75; color: var(--slate); text-wrap: pretty; }
.body { margin-top: 20px; max-width: 74ch; }
.lede { font-family: var(--serif); font-size: 21px; line-height: 1.65; color: #23324a; max-width: 74ch; text-wrap: pretty; }
.h2--wide { margin-top: 16px; max-width: 30ch; }

/* buttons ---------------------------------------------------- */
.btn { display: inline-block; padding: 13px 22px; border-radius: 2px; font-weight: 600; letter-spacing: .02em; white-space: nowrap; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.btn:hover { text-decoration: none; }
.btn--lg { padding: 17px 30px; font-size: 16px; font-weight: 700; }
.btn--block { display: block; text-align: center; padding: 19px 28px; }
.btn--red { background: var(--red); color: var(--ivory); }
.btn--red:hover { background: var(--navy); color: var(--ivory); }
.btn--gold { background: var(--gold); color: var(--navy); }
.btn--gold:hover { background: var(--ivory); color: var(--navy); }
.btn--ghost { border: 1px solid rgba(246,242,234,.42); color: var(--ivory); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); }
/* hero ------------------------------------------------------- */
.hero { position: relative; background: var(--navy); color: var(--ivory); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 90% at 88% 8%, rgba(201,162,39,.20), transparent 60%); pointer-events: none; }
.hero::after { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--red) 60%, transparent); }
.hero__inner { position: relative; display: grid; grid-template-columns: 1.35fr .9fr; gap: 56px; align-items: start; padding-top: 84px; padding-bottom: 72px; }
.hero__copy { animation: riseIn .7s ease both; }
.eyebrow-box { display: inline-block; white-space: nowrap; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(201,162,39,.45); padding: 8px 14px; }
.hero h1 { margin-top: 26px; }
.hero__lede { margin-top: 22px; font-family: var(--serif); font-size: 22px; line-height: 1.5; color: rgba(246,242,234,.86); max-width: 34ch; text-wrap: pretty; }
.hero__actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }
.hero__areas { margin-top: 18px; font-size: 13.5px; color: rgba(246,242,234,.6); }
.statcard { border: 1px solid rgba(201,162,39,.35); background: rgba(246,242,234,.05); padding: 30px; }
.statcard__title { font-family: var(--sans); font-size: 13px!important; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold)!important; }
.statcard__list { margin-top: 22px; display: grid; gap: 20px; }
.statcard__row { display: grid; gap: 5px; border-bottom: 1px solid rgba(246,242,234,.14); padding-bottom: 18px; }
.statcard__row--last { border-bottom: 0; padding-bottom: 0; }
.statcard__num { font-family: var(--serif); font-size: 34px; line-height: 1; }
.statcard__label { font-size: 14px; color: rgba(246,242,234,.72); }
@keyframes riseIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* red trust strip -------------------------------------------- */
.strip { background: var(--red); color: var(--ivory); }
.strip__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px 18px; padding-top: 20px; padding-bottom: 20px; font-size: 14.5px; }
.strip__inner span { display: flex; gap: 10px; align-items: baseline; }
.strip i { color: var(--gold); font-style: normal; }

/* split sections --------------------------------------------- */
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: start; }
.split__head h2 { margin-top: 16px; }
.split__body { display: grid; gap: 22px; }
.pull { margin-top: 22px; font-family: var(--serif); font-size: 19px; line-height: 1.6; color: var(--navy); }
.callout { background: var(--white); border-left: 3px solid var(--navy); padding: 24px 26px; display: grid; gap: 12px; }
.callout__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 24px; font-size: 15.5px; }
.callout__grid span { border-bottom: 1px solid rgba(10,26,47,.1); padding-bottom: 10px; }
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.tile { background: var(--white); border: 1px solid rgba(10,26,47,.1); padding: 26px; }
.tile p { margin-top: 10px; font-size: 15.5px; line-height: 1.7; }

/* penalty cards ---------------------------------------------- */
.cards { margin-top: 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: var(--white); padding: 30px; border-top: 3px solid var(--gold); transition: transform .2s ease; }
.card:hover { transform: translateY(-3px); }
.card--red { border-top-color: var(--red); }
.card--navy { border-top-color: var(--navy); }
.card h3 { font-size: 24px; }
.card p { margin-top: 12px; font-size: 15.5px; line-height: 1.7; color: var(--slate); }
.cdl { margin-top: 20px; background: var(--navy); color: var(--ivory); padding: 34px 36px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px; align-items: center; }
.cdl__num { font-family: var(--serif); font-size: 52px; line-height: 1; color: var(--gold); }
.cdl h3 { margin-top: 10px; color:#F6F2EA; }
.cdl p { font-size: 16px; line-height: 1.7; color: rgba(246,242,234,.82); text-wrap: pretty; }

/* process steps ---------------------------------------------- */
.steps { margin-top: 38px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(10,26,47,.12); }
.step { background: var(--ivory); padding: 28px 24px; display: grid; gap: 10px; align-content: start; }
.step__num { font-family: var(--serif); font-size: 30px; color: var(--gold); }
.step h3 { font-size: 20px; color:#0A1A2F; }
.step p { font-size: 15px; line-height: 1.65; color: var(--slate); }

/* attorneys -------------------------------------------------- */
.attorneys { margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.atty { background: var(--navy); color: var(--ivory); overflow: hidden; border-top: 3px solid var(--gold); }
.atty--red { border-top-color: var(--red); }
.atty img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: top center; background: #12253d; }
.atty__body { padding: 26px 24px 30px; display: grid; gap: 10px; text-align: center; }
.atty h3 { font-size: 26px; letter-spacing: .04em; color: var(--gold); }
.atty p { font-size: 14.5px; line-height: 1.6; color: rgba(246,242,234,.78); }
.atty__bar { font-size: 15px !important; font-weight: 600; color: var(--ivory) !important; }

/* about ------------------------------------------------------ */
.about { background: var(--white); border: 1px solid rgba(10,26,47,.12); display: grid; grid-template-columns: 1.15fr .85fr; }
.about__copy { padding: 44px 46px; }
.about__copy h2 { margin-top: 16px; font-size: clamp(26px, 3vw, 38px); }
.about__copy p { margin-top: 20px; font-size: 17px; line-height: 1.75; color: var(--slate); text-wrap: pretty; }
.about__office { background: var(--navy); color: var(--ivory); padding: 44px 40px; display: grid; gap: 22px; align-content: start; }
.about__office h3 { font-family: var(--sans); font-size: 13px!important; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.about__office address { font-style: normal; font-size: 16.5px; line-height: 1.7; color: rgba(246,242,234,.86); }
.about__office address span { color: rgba(246,242,234,.6); }
.about__tel { font-family: var(--serif); font-size: 28px; color: var(--gold); }
.about__office p { font-size: 14px; line-height: 1.6; color: rgba(246,242,234,.62); }

/* faq -------------------------------------------------------- */
.faq { margin-top: 32px; display: grid; gap: 12px; }
.faq details { background: var(--white); border: 1px solid rgba(10,26,47,.12); padding: 22px 26px; }
.faq summary { display: flex; gap: 18px; align-items: baseline; justify-content: space-between; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary h3 { font-size: 22px; line-height: 1.3; color:#0A1A2F; }
.faq summary span { color: var(--gold); font-size: 24px; line-height: 1; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq p { margin-top: 14px; font-size: 16.5px; line-height: 1.75; color: var(--slate); max-width: 82ch; text-wrap: pretty; }

/* cta band  ------------------------------------------ */
.cta { margin-top: 90px; background: var(--red); color: var(--ivory); }
.cta__inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: center; padding-top: 72px; padding-bottom: 72px; }
.cta h2 { font-size: clamp(30px, 4vw, 46px); max-width: 24ch; color:#F6F2EA!important; padding-bottom:20px; }
.cta__inner > div > p { margin-top: 18px; font-size: 17.5px; line-height: 1.7; color: rgba(246,242,234,.85); max-width: 56ch; }
.cta__actions { display: grid; gap: 14px; }
.cta__actions .btn--gold { font-size: 20px; }
/* responsive ------------------------------------------------- */
@media (max-width: 1020px) {
  .hero__inner, .split, .about, .cta__inner { grid-template-columns: 1fr; gap: 36px; }
  .strip__inner, .cards, .steps, .attorneys, .footer__cols { grid-template-columns: repeat(2, 1fr); }
  .cdl { grid-template-columns: 1fr; }
  .about__copy, .about__office { padding: 32px 28px; }
}
@media (max-width: 700px) {
  .section { padding-top: 60px; }
  .hero__inner { padding-top: 56px; padding-bottom: 52px; }
  .strip__inner, .cards, .steps, .attorneys, .duo, .callout__grid, .footer__cols { grid-template-columns: 1fr; }
  .nav { gap: 10px 16px; font-size: 13.5px; }
  .cta { margin-top: 64px; }
  .cta__inner { padding-top: 52px; padding-bottom: 52px; }
  .faq summary h3 { font-size: 19px; }
}

@media print {
  .header { position: static; }
  .faq details { break-inside: avoid; }
}
.cta__actions {
    padding-top: 30px;
}/* End custom CSS */