.elementor-2 .elementor-element.elementor-element-1198077{--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-2 .elementor-element.elementor-element-db31f7d{--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-2 .elementor-element.elementor-element-db31f7d:not(.elementor-motion-effects-element-type-background), .elementor-2 .elementor-element.elementor-element-db31f7d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#A5731C;}.elementor-2 .elementor-element.elementor-element-b5aa74b{--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-2 .elementor-element.elementor-element-eeb0ec7{--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-2 .elementor-element.elementor-element-b5aa74b{--width:50%;}.elementor-2 .elementor-element.elementor-element-eeb0ec7{--width:50%;}}/* Start custom CSS for container, class: .elementor-element-1198077 */:root {
  --ink: #0B1220;
  --navy: #10243D;
  --navy-2: #16324F;
  --slate: #2E4A63;
  --steel: #5A7189;
  --muted: #8FA6BE;
  --mist-text: #C9D6E4;
  --line: #D5DDE7;
  --line-soft: #E4EAF1;
  --paper: #F6F8FB;
  --white: #FFFFFF;
  --gold: #C08A2E;
  --gold-light: #E5B45C;
  --gold-pale: #F5E6C8;
  --gold-deep: #9A6A15;
  --crimson: #8E2A2A;
  --green: #1F5B4E;
  --cta-ink: #2A1F07;
  --serif: 'Source Serif 4', Georgia, serif;
  --sans: 'Manrope', system-ui, -apple-system, sans-serif;
  --wrap: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--navy);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
p { text-wrap: pretty; }
img { max-width: 100%; }
a { color: var(--gold-deep); text-decoration: none; }
a:hover { color: var(--gold); text-decoration: underline; }
.wrap { max-width: var(--wrap); margin: 0 auto; }
.eyebrow {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 16px;
}
h1, h2, h3 { font-family: var(--serif)!important; font-weight: 500!important; }
h2 { font-size: 42px!important; line-height: 1.14; letter-spacing: -0.015em; color: var(--ink)!important; margin: 0 0 24px; }
section > .wrap > .lede { max-width: 66ch; }
.prose p { font-size: 17px; line-height: 1.78; color: var(--slate); margin: 0 0 22px; }
.prose p:last-child { margin-bottom: 0; }
.btn-call:hover { background: var(--gold-light); color: var(--ink); text-decoration: none; }
.btn-call .dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 0 3px rgba(31, 91, 78, 0.25);
}

/* Hero */
.hero {
  background: var(--ink);
  background-image:
    radial-gradient(1100px 480px at 82% -8%, rgba(192, 138, 46, 0.20), transparent 60%),
    linear-gradient(180deg, var(--ink) 0%, var(--navy) 100%);
  color: var(--white);
  padding: 86px 28px 74px;
}
.hero .wrap { display: grid; grid-template-columns: 1.35fr 0.85fr; gap: 56px; align-items: start; }
.badge {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(229, 180, 92, 0.42);
  background: rgba(192, 138, 46, 0.10);
  color: var(--gold-light);
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 8px 14px; border-radius: 2px; margin-bottom: 26px;
}
.hero h1 { font-size: 64px; line-height: 1.04; margin: 0 0 24px; letter-spacing: -0.02em; }
.hero-lede { font-size: 19px; line-height: 1.62; color: var(--mist-text); margin: 0 0 20px; max-width: 60ch; }
.hero-sub { font-size: 16.5px; line-height: 1.72; color: #9FB4C9; margin: 0 0 34px; max-width: 66ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-actions .note { font-size: 13px; color: var(--muted); }
.btn-primary { background: var(--gold); color: var(--ink); font-size: 16px; font-weight: 700; padding: 17px 30px; border-radius: 3px; }
.btn-primary:hover { background: var(--gold-light); color: var(--ink); text-decoration: none; }
.btn-ghost {
  border: 1px solid rgba(213, 221, 231, 0.35); color: var(--white);
  font-size: 16px; font-weight: 600; padding: 16px 28px; border-radius: 3px;
}
.btn-ghost:hover { border-color: var(--gold-light); color: var(--gold-light); text-decoration: none; }
.penalty-card {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(213, 221, 231, 0.16);
  border-top: 3px solid var(--gold);
  padding: 30px 28px; display: flex; flex-direction: column; gap: 22px;
}
.penalty-card h2 { font-size: 21px!important; color: var(--white)!important; margin: 0; line-height: 1.3; letter-spacing: 0; }
.penalty-list { display: flex; flex-direction: column; gap: 16px; }
.penalty-list > div {
  display: flex; justify-content: space-between; align-items: baseline; gap: 14px;
  padding-bottom: 14px; border-bottom: 1px solid rgba(213, 221, 231, 0.14);
}
.penalty-list > div:last-child { padding-bottom: 0; border-bottom: 0; }
.penalty-list dt, .penalty-list .k { font-size: 14px; color: #9FB4C9; }
.penalty-list .v { font-family: var(--serif); font-size: 22px; color: var(--gold-light); font-weight: 600; }
.penalty-card .fine-print { font-size: 12.5px; line-height: 1.6; color: var(--muted); margin: 0; }

/* Stat band */
.stat-band { background: var(--navy); border-top: 1px solid rgba(229, 180, 92, 0.22); padding: 0 28px; }
.stat-band .wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 26px 24px; border-right: 1px solid rgba(213, 221, 231, 0.12); }
.stat:first-child { padding-left: 0; }
.stat:last-child { border-right: 0; padding-right: 0; }
.stat b { display: block; font-family: var(--serif); font-size: 30px; color: var(--white); font-weight: 600; line-height: 1; }
.stat span { display: block; font-size: 12.5px; color: var(--muted); margin-top: 7px; letter-spacing: 0.04em; }

/* Sections */
.section { padding: 92px 28px; }
.section--paper { background: var(--paper); }
.section--white { background: var(--white); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.section--dark {
  background: var(--ink); background-image: linear-gradient(180deg, var(--ink), var(--navy)); color: var(--white);
}
.section--dark h2 { color: var(--white)!important; }
.section--dark .eyebrow { color: var(--gold-light); }
.section--dark .prose p { color: var(--mist-text); }
.split { display: grid; grid-template-columns: 1fr 0.72fr; gap: 64px; align-items: start; }
.split--speed { grid-template-columns: 0.9fr 1.1fr; gap: 60px; }
.split--about { grid-template-columns: 1.15fr 0.85fr; gap: 60px; }

.card { background: var(--white); border: 1px solid var(--line); padding: 26px; box-shadow: 0 1px 2px rgba(16, 36, 61, 0.04); }
.card--alert { border-left: 3px solid var(--crimson); }
.card--alert .card-label { color: var(--crimson); }
.card-label { font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--steel); margin-bottom: 12px; }
.card p { font-size: 15.5px; line-height: 1.7; color: var(--slate); margin: 0; }
.stack { display: flex; flex-direction: column; gap: 18px; }
.bullets { display: flex; flex-direction: column; gap: 12px; margin: 4px 0 0; padding: 0; list-style: none; }
.bullets li { display: flex; gap: 12px; align-items: baseline; font-size: 15px; color: var(--slate); line-height: 1.55; }
.bullets li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.fine-print { font-size: 13px; line-height: 1.62; color: var(--steel); }

/* Speed */
.speed-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.speed-tile { background: var(--ink); color: var(--white); padding: 24px 22px; border-top: 3px solid var(--gold); }
.speed-tile b { font-family: var(--serif); font-size: 38px; font-weight: 600; line-height: 1; color: var(--gold-light); display: block; }
.speed-tile span { display: block; font-size: 13.5px; color: var(--mist-text); margin-top: 10px; line-height: 1.5; }
.example-row { display: flex; gap: 14px; flex-wrap: wrap; }
.example {
  flex: 1 1 200px; background: var(--paper); border: 1px solid var(--line); padding: 18px 20px;
}
.example b { display: block; font-family: var(--serif); font-size: 19px; color: var(--ink); font-weight: 600; }
.example span { display: block; font-size: 13px; color: var(--steel); margin-top: 6px; }

/* Compare */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.compare > div { background: var(--white); border: 1px solid var(--line); padding: 30px; }
.compare .charged { border-top: 3px solid var(--crimson); }
.compare .charged .card-label { color: var(--crimson); }
.compare .alternative { border-top: 3px solid var(--green); }
.compare .alternative .card-label { color: var(--green); }
.compare h3 { font-size: 26px; color: var(--ink); margin: 0 0 20px; }
.rows { display: flex; flex-direction: column; gap: 13px; margin: 0; }
.rows > div {
  display: flex; justify-content: space-between; gap: 14px;
  font-size: 15px; color: var(--slate); padding-bottom: 11px; border-bottom: 1px solid var(--line-soft);
}
.rows > div:last-child { padding-bottom: 0; border-bottom: 0; }
.rows strong { color: var(--ink); }

/* Process */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(213, 221, 231, 0.14); padding: 26px 22px; }
.step .num { font-family: var(--serif); font-size: 15px; color: var(--gold-light); font-weight: 700; margin-bottom: 14px; }
.step h3 { font-size: 20px; margin: 0 0 10px; line-height: 1.25; color: var(--white); }
.step p { font-size: 14.5px; line-height: 1.65; color: #9FB4C9; margin: 0; }

/* About + office */
.chips { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0; padding: 0; }
.chips li {
  font-size: 13px; font-weight: 600; color: var(--navy);
  background: var(--gold-pale); border: 1px solid var(--gold-light); padding: 8px 14px; border-radius: 2px;
}
.office { background: var(--paper); border: 1px solid var(--line); padding: 32px 30px; }
.office h3 { font-size: 22px; color: var(--ink); margin: 0 0 20px; }
.office address { font-style: normal; font-size: 16px; line-height: 1.7; color: var(--slate); margin-bottom: 20px; }
.office .hours { font-size: 14px; color: var(--steel); margin-bottom: 24px; }
.btn-dark {
  display: block; text-align: center; background: var(--ink); color: var(--white);
  font-size: 16px; font-weight: 700; padding: 16px 22px; border-radius: 3px;
}
.btn-dark:hover { background: var(--navy-2); color: var(--white); text-decoration: none; }

/* Attorneys */
.attorneys { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.attorney {
  background: var(--ink); border: 1px solid var(--line); overflow: hidden;
  display: flex; flex-direction: column;
}
.attorney img { width: 100%; height: auto; display: block; }
.attorney-body { padding: 28px 24px 30px; text-align: center; display: flex; flex-direction: column; gap: 12px; }
.attorney-body h3 { font-size: 24px; color: var(--gold-light); margin: 0; letter-spacing: 0.02em; }
.attorney-body .licensed { font-family: var(--serif); font-size: 16px; color: var(--white); }
.attorney-body .rule { height: 1px; width: 56px; background: rgba(229, 180, 92, 0.30); margin: 4px auto; }
.attorney-body p { font-family: var(--serif); font-size: 15.5px; line-height: 1.6; color: var(--mist-text); margin: 0; }

/* FAQ */
.faq { max-width: 900px; margin: 0 auto; }
.faq-list { display: flex; flex-direction: column; gap: 14px; }
details.faq-item { background: var(--white); border: 1px solid var(--line); padding: 22px 26px; }
details.faq-item summary {
  display: flex; justify-content: space-between; gap: 20px; align-items: baseline;
  cursor: pointer; list-style: none;
}
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item h3 { font-size: 21px; color: var(--ink); margin: 0; line-height: 1.35; }
details.faq-item .sign { color: var(--gold); font-size: 20px; font-weight: 700; line-height: 1; }
details.faq-item[open] .sign { transform: rotate(45deg); }
details.faq-item p { font-size: 16px; line-height: 1.75; color: var(--slate); margin: 16px 0 0; }

/* CTA band */
.cta-band { padding: 76px 28px; background: var(--gold); background-image: linear-gradient(120deg, var(--gold), var(--gold-deep)); }
.cta-band .wrap { display: flex; flex-wrap: wrap; gap: 32px; align-items: center; justify-content: space-between; }
.cta-band h2 { font-size: 36px; line-height: 1.2; margin: 0 0 12px; }
.cta-band p { font-size: 16.5px; line-height: 1.7; color: var(--cta-ink); margin: 0; max-width: 60ch; }
.cta-band .btn-dark { padding: 19px 34px; font-size: 18px; white-space: nowrap; }
/* Floating call */
.float-call {
  position: fixed; right: 24px; bottom: 24px; z-index: 70;
  display: flex; align-items: center; gap: 10px;
  background: var(--ink); color: var(--white); border: 1px solid var(--gold);
  padding: 15px 22px; border-radius: 3px; font-size: 15px; font-weight: 700;
  box-shadow: 0 10px 30px rgba(11, 18, 32, 0.35);
}
.float-call:hover { background: var(--navy-2); color: var(--white); text-decoration: none; }
.float-call .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-light); }

/* Responsive */
@media (max-width: 1080px) {
  .site-nav a:not(.btn-call) { display: none; }
  .hero .wrap, .split, .split--speed, .split--about { grid-template-columns: 1fr; gap: 40px; }
  .steps, .stat-band .wrap { grid-template-columns: repeat(2, 1fr); }
  .stat, .stat:first-child, .stat:last-child { padding: 22px 20px; border-right: 0; border-bottom: 1px solid rgba(213, 221, 231, 0.12); }
  .attorneys { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .hero { padding: 56px 20px 48px; }
  .hero h1 { font-size: 40px; }
  .section, .cta-band { padding: 60px 20px; }
  h2, .cta-band h2 { font-size: 30px; }
  .compare, .speed-grid, .attorneys, .footer-grid, .steps { grid-template-columns: 1fr; }
  .site-header .wrap { padding: 12px 18px; }
  .brand-name span { display: none; }
  .float-call { right: 14px; bottom: 14px; }
}
@media print {
  .site-header, .float-call, .site-nav { position: static; }
  details.faq-item { break-inside: avoid; }
  details.faq-item p { display: block !important; }
}
.cta-band h2 {
    padding-top: 60px;
}/* End custom CSS */