.elementor-47481 .elementor-element.elementor-element-55deece{--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-47481 .elementor-element.elementor-element-8404d75{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-8404d75 */.toc-hide  #ez-toc-container
{
    display: none;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-55deece */:root {
  --bg:          #100d09;
  --bg-2:        #14100b;
  --surface:     #1b1610;
  --surface-2:   #16120c;
  --gold:        #c69a46;
  --gold-bright: #e0b95f;
  --text:        #ece6d9;
  --heading:     #f2ecdf;
  --muted:       #a49a87;
  --body-muted:  #c8bfab;
  --line:        rgba(198, 154, 70, 0.20);
  --line-soft:   rgba(198, 154, 70, 0.14);
  --serif:       'Libre Caslon Display', Georgia, serif;
  --serif-text:  'Libre Caslon Text', Georgia, serif;
  --sans:        'Public Sans', system-ui, -apple-system, sans-serif;
  --maxw:        1240px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: var(--gold-bright); text-decoration: none; }
a:hover { color: #f0d288; }
img { max-width: 100%; display: block; }
::selection { background: var(--gold); color: var(--bg); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.eyebrow {
  font-size: 13px; letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px;
}
.italic-gold {
  color: var(--gold-bright); font-style: italic; font-family: var(--serif-text);
}
h1, h2 { font-family: var(--serif); letter-spacing: -.01em; color: var(--heading); text-wrap: balance; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  border-radius: 3px; font-weight: 700; font-size: 16px;
  padding: 16px 26px; transition: .18s ease;
}
.btn svg { flex-shrink: 0; }
.btn-gold {
  background: var(--gold)!important; color: var(--bg)!important;
  box-shadow: 0 10px 30px rgba(198, 154, 70, .28)!important;
}
.btn-gold:hover { background: var(--gold-bright); color: var(--bg); transform: translateY(-1px); }
.btn-ghost {
  border: 1px solid rgba(230, 216, 189, .45); color: var(--heading)!important; font-weight: 600;
}
.btn-ghost:hover { border-color: var(--gold-bright); background: rgba(198, 154, 70, .08); color: var(--heading); }
/* ---------- Hero ---------- */
.hero { position: relative; min-height: 640px; display: flex; align-items: center; overflow: hidden; }
.hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 15%; }
.hero__glow  { position: absolute; inset: 0; background: radial-gradient(66% 96% at 72% 42%, rgba(216, 176, 92, .22), transparent 64%); }
.hero__scrim { position: absolute; inset: 0; background: linear-gradient(100deg, #0b0906 0%, rgba(11,9,6,.82) 24%, rgba(11,9,6,.34) 44%, rgba(11,9,6,.04) 62%, rgba(11,9,6,0) 82%); }
.hero__floor { position: absolute; inset: 0; background: linear-gradient(0deg, var(--bg) 0%, rgba(16,13,9,0) 22%); }
.hero .wrap { position: relative; padding-top: 64px; padding-bottom: 64px; width: 100%; }
.hero__content { max-width: 660px; animation: riseIn .7s ease both; }
.badge {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(198, 154, 70, .4); border-radius: 100px;
  padding: 7px 16px; margin-bottom: 28px;
  font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: #e5d8bd;
}
.badge .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 10px var(--gold-bright); }
.hero h1 { font-size: 68px; line-height: 1.02; color: #f6f0e3; }
.hero p.lede { margin-top: 26px; font-size: 19px; line-height: 1.6; color: #d6cdba; max-width: 560px; text-wrap: pretty; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.fineprint { margin-top: 24px; font-size: 13px; color: #9d947f; letter-spacing: .02em; }

/* ---------- Stat strip ---------- */
.stats { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-2); }
.stats .grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 34px 20px; text-align: center; border-left: 1px solid var(--line-soft); }
.stat:first-child { border-left: none; }
.stat .value { font-family: var(--serif); font-size: 40px; color: var(--gold-bright); line-height: 1; }
.stat .label { margin-top: 9px; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }

/* ---------- Section shells ---------- */
.section { padding-top: 96px; padding-bottom: 96px; }
.section--alt { background: var(--bg-2); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }

/* § 01 Why */
.why h2 { font-size: 48px; line-height: 1.06; max-width: 820px; }
.why__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 26px; }
.why__cols p { font-size: 17px; line-height: 1.68; color: var(--body-muted); text-wrap: pretty; }

/* § 02 Fault */
.fault__head { max-width: 760px; }
.fault h2 { font-size: 44px; line-height: 1.06; }
.fault__head p { margin-top: 20px; font-size: 17px; line-height: 1.68; color: var(--body-muted); text-wrap: pretty; }
.jur-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 52px; }
.jur-card {
  background: var(--surface); border: 1px solid var(--line); border-top: 3px solid var(--gold);
  border-radius: 6px; padding: 32px 28px; display: flex; flex-direction: column; gap: 14px;
}
.jur-card .states { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.jur-card .rule { font-family: var(--serif); font-size: 23px; color: var(--heading); line-height: 1.15; }
.jur-card p { font-size: 15px; line-height: 1.6; color: #b8af9b; text-wrap: pretty; }
.takeaway { margin-top: 34px; font-size: 16px; line-height: 1.6; color: var(--muted); max-width: 820px; text-wrap: pretty; }
.takeaway b { color: var(--gold-bright); font-weight: 600; }

/* § 03 Handle */
.handle h2 { font-size: 42px; line-height: 1.08; max-width: 720px; }
.handle__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 44px; }
.handle__item {
  display: flex; gap: 18px; align-items: flex-start; padding: 24px;
  background: var(--surface-2); border: 1px solid var(--line-soft); border-radius: 6px;
}
.handle__item svg { flex-shrink: 0; margin-top: 2px; }
.handle__item span { font-size: 16.5px; line-height: 1.5; color: #d3cab6; }
.handle__note { margin-top: 28px; font-size: 15px; color: #9d947f; text-wrap: pretty; }

/* § 04 Team */
.team h2 { font-size: 42px; line-height: 1.08; max-width: 760px; }
.founder { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; margin-top: 52px; align-items: center; }
.founder__photo { position: relative; border-radius: 6px; overflow: hidden; border: 1px solid rgba(198, 154, 70, .3); }
.founder__photo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 10; }
.founder__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px; background: linear-gradient(0deg, rgba(10,8,5,.92), transparent); }
.founder__cap .n { font-family: var(--serif); font-size: 26px; color: #f6f0e3; }
.founder__cap .r { font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-bright); margin-top: 4px; }
.founder__body p { font-size: 18px; line-height: 1.7; color: var(--body-muted); text-wrap: pretty; }
.founder__body p .hi { color: #e5d8bd; }
.rule { height: 1px; background: var(--line); margin: 26px 0; }
.checks { display: flex; flex-direction: column; gap: 10px; }
.checks div { display: flex; align-items: center; gap: 12px; font-size: 15px; color: #b8af9b; }
.checks .diamond { width: 7px; height: 7px; background: var(--gold); flex-shrink: 0; transform: rotate(45deg); }
.counsel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.counsel-card { background: var(--surface); border: 1px solid rgba(198, 154, 70, .18); border-radius: 6px; overflow: hidden; display: flex; flex-direction: column; }
.counsel-card__photo { position: relative; aspect-ratio: 1 / 1; background: #0f0c08; }
.counsel-card__photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.counsel-card__photo::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 52px; background: linear-gradient(0deg, var(--surface), transparent); }
.counsel-card__body { padding: 22px 26px 26px; display: flex; flex-direction: column; flex: 1; }
.counsel-card .n { font-family: var(--serif); font-size: 22px; color: var(--heading); }
.counsel-card .r { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-top: 6px; }
.counsel-card .bio { margin-top: 16px; font-size: 15px; line-height: 1.6; color: #b8af9b; text-wrap: pretty; flex: 1; }
.counsel-card .divider { height: 1px; background: rgba(198, 154, 70, .18); margin: 20px 0 14px; }
.counsel-card .states { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-bright); font-weight: 600; }

/* § 05 Clock */
.clock {
  border: 1px solid rgba(198, 154, 70, .28); border-radius: 8px;
  background: linear-gradient(135deg, #1a1510, #14100b);
  padding: 56px 52px; display: grid; grid-template-columns: auto 1fr; gap: 44px; align-items: center;
}
.clock svg { flex-shrink: 0; }
.clock h2 { font-size: 34px; line-height: 1.14; }
.clock p { margin-top: 16px; font-size: 16.5px; line-height: 1.66; color: var(--body-muted); text-wrap: pretty; }

/* § 06 Steps */
.steps h2 { font-size: 42px; line-height: 1.08; }
.steps__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 48px; }
.step { position: relative; padding-top: 20px; }
.step .num { font-family: var(--serif); font-size: 56px; color: rgba(198, 154, 70, .32); line-height: 1; }
.step .title { font-family: var(--serif); font-size: 23px; color: var(--heading); margin-top: 6px; }
.step p { margin-top: 12px; font-size: 15.5px; line-height: 1.62; color: #b8af9b; text-wrap: pretty; }

/* FAQ */
.faq { max-width: 920px; }
.faq__head { text-align: center; margin-bottom: 48px; }
.faq__head h2 { font-size: 42px; line-height: 1.08; }
.faq__list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 6px; background: var(--surface-2); overflow: hidden; }
.faq-item__q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 22px 26px; background: none; border: none; cursor: pointer; text-align: left;
  font-size: 18px; font-weight: 600; color: var(--heading); font-family: var(--serif-text);
}
.faq-item__sign {
  flex-shrink: 0; width: 26px; height: 26px; border: 1px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: var(--gold-bright);
  font-size: 18px; line-height: 1; font-family: var(--sans);
}
.faq-item__a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-item[aria-expanded="true"] .faq-item__a { max-height: 320px; }
.faq-item[aria-expanded="true"] .faq-item__sign { }
.faq-item__a p { padding: 0 26px 24px; font-size: 16px; line-height: 1.66; color: #c1b8a3; text-wrap: pretty; }

/* § 07 CTA */
.cta { position: relative; overflow: hidden; background: linear-gradient(135deg, #1c160d 0%, var(--bg) 60%); }
.cta__orb { position: absolute; top: -120px; right: -80px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(198,154,70,.16), transparent 70%); }
.cta .wrap { position: relative; padding-top: 110px; padding-bottom: 110px; text-align: center; }
.cta h2 { font-size: 56px; line-height: 1.04; color: #f6f0e3; max-width: 820px; margin: 0 auto; }
.cta p { margin-top: 22px; font-size: 18px; color: var(--body-muted); max-width: 560px; margin-left: auto; margin-right: auto; }
.cta__phone {
  display: inline-flex; align-items: center; gap: 14px; margin-top: 40px;
  background: var(--gold); color: var(--bg)!important; padding: 20px 40px; border-radius: 4px;
  font-weight: 700; font-size: 24px; font-family: var(--serif); letter-spacing: .01em;
  box-shadow: 0 14px 40px rgba(198, 154, 70, .3);
}
.cta__phone:hover { background: var(--gold-bright); color: var(--bg); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .nav { display: none; }
  .hero h1 { font-size: 52px; }
  .cta h2 { font-size: 44px; }
}
@media (max-width: 820px) {
  .wrap { padding-left: 20px; padding-right: 20px; }
  .section { padding-top: 64px; padding-bottom: 64px; }
  .stats .grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line-soft); }
  .stat:nth-child(odd) { border-left: none; }
  .why__cols, .handle__grid, .jur-grid, .founder, .counsel-grid, .steps__grid { grid-template-columns: 1fr; }
  .clock { grid-template-columns: 1fr; gap: 24px; padding: 36px 28px; }
  .hero h1 { font-size: 40px; }
  .why h2, .fault h2, .handle h2, .team h2, .steps h2, .faq__head h2 { font-size: 32px; }
  .cta h2 { font-size: 34px; }
}
.cta__phone {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 40px;
    background: var(--gold);
    color: var(--bg);
    padding: 20px 40px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 24px;
    font-family: var(--serif);
    letter-spacing: .01em;
    box-shadow: 0 14px 40px rgba(198, 154, 70, .3);
}/* End custom CSS */