:root {
  --lp-ink: #171516;
  --lp-charcoal: #242123;
  --lp-charcoal-soft: #302b2d;
  --lp-paper: #f6f4f3;
  --lp-white: #fff;
  --lp-silver: #d5cecc;
  --lp-silver-dark: #8c8385;
  --lp-line: rgba(31, 27, 28, .16);
  --lp-muted: #665f61;
}

.lp-page { background: var(--lp-paper); color: var(--lp-ink); }
.lp-page .container { width: min(1180px, calc(100% - 40px)); }
.lp-header { background: rgba(246, 244, 243, .96); backdrop-filter: blur(14px); }
.lp-header .brand { background: #fff; }
.lp-kicker { margin: 0 0 22px; color: var(--lp-silver); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.lp-kicker-dark { color: #756d6f; }

.lp-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #151314 0%, #292426 75%, #363033 100%); color: #fff; }
.lp-orbit { position: absolute; right: -190px; top: -270px; width: 760px; height: 760px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.lp-orbit::before, .lp-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }
.lp-orbit::before { inset: 95px; }
.lp-orbit::after { inset: 210px; background: radial-gradient(circle, rgba(255,255,255,.08), transparent 66%); }
.lp-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); gap: 80px; align-items: center; min-height: 720px; padding-block: 90px; }
.lp-hero-copy h1 { max-width: 790px; margin: 0; font-size: clamp(3rem, 6vw, 5.65rem); line-height: .97; letter-spacing: -.045em; }
.lp-hero-lead { max-width: 720px; margin: 30px 0 0; color: #d1cbca; font-size: 1.13rem; line-height: 1.75; }
.lp-hero-lead strong { color: #fff; }
.lp-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.lp-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 24px; border: 1px solid transparent; font-size: .88rem; font-weight: 800; letter-spacing: .02em; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.lp-button:hover { transform: translateY(-2px); }
.lp-button-primary { background: #fff; color: var(--lp-ink); }
.lp-button-primary:hover { background: var(--lp-silver); }
.lp-button-ghost { border-color: rgba(255,255,255,.3); color: #fff; }
.lp-button-ghost:hover { border-color: #fff; }
.lp-trust-list { display: flex; flex-wrap: wrap; gap: 14px 28px; margin: 36px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.15); list-style: none; color: #aaa3a4; font-size: .84rem; }
.lp-trust-list li { position: relative; padding-left: 14px; }
.lp-trust-list li::before { content: ""; position: absolute; left: 0; top: .6em; width: 4px; height: 4px; border-radius: 50%; background: var(--lp-silver); }

.lp-hero-panel { position: relative; padding: 34px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.065); box-shadow: 0 35px 90px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
.lp-panel-top { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 40px; color: var(--lp-silver); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.lp-panel-top p { margin: 0; }
.lp-panel-top span { padding: 4px 8px; border: 1px solid rgba(255,255,255,.22); }
.lp-hero-panel h2 { max-width: 330px; margin: 0 0 22px; font-size: 2.15rem; line-height: 1.1; }
.lp-hero-panel > a { display: grid; grid-template-columns: 34px 1fr; gap: 4px 14px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.16); color: #fff; text-decoration: none; }
.lp-hero-panel > a > span { grid-row: 1 / 3; color: #8f8788; font-size: .76rem; }
.lp-hero-panel > a strong { font-family: Georgia, serif; font-size: 1.24rem; font-weight: 500; }
.lp-hero-panel > a small { color: #aaa3a4; font-size: .78rem; }

.lp-regions { padding-block: 52px; border-bottom: 1px solid var(--lp-line); background: #eae6e4; }
.lp-regions-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: center; }
.lp-regions .lp-kicker { margin-bottom: 12px; }
.lp-regions h2 { margin: 0 0 10px; font-size: clamp(1.9rem, 3vw, 2.8rem); }
.lp-regions p:not(.lp-kicker) { margin: 0; color: var(--lp-muted); }
.lp-regions ul { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; margin: 0; padding: 0; list-style: none; }
.lp-regions li { padding: 10px 14px; border: 1px solid rgba(31,27,28,.18); background: rgba(255,255,255,.35); color: #4f494b; font-size: .8rem; font-weight: 700; }

.lp-intro { padding-block: 115px; }
.lp-intro-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 100px; align-items: end; margin-bottom: 68px; }
.lp-section-title h2, .lp-authority-head h2, .lp-faq-title h2, .lp-location h2 { max-width: 760px; margin: 0; font-size: clamp(2.55rem, 5vw, 4.8rem); line-height: 1.03; letter-spacing: -.035em; }
.lp-intro-copy { margin: 0; padding-bottom: 8px; color: var(--lp-muted); font-size: 1.03rem; line-height: 1.8; }
.lp-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--lp-line); border-left: 1px solid var(--lp-line); }
.lp-service { position: relative; min-height: 540px; display: flex; flex-direction: column; padding: 34px; border-right: 1px solid var(--lp-line); border-bottom: 1px solid var(--lp-line); background: rgba(255,255,255,.25); }
.lp-service-featured { background: #ebe7e5; }
.lp-service-number { color: #8a8183; font-size: .76rem; letter-spacing: .12em; }
.lp-service-icon { width: 64px; height: 64px; display: grid; place-items: center; margin: 46px 0 30px; border: 1px solid #9e9597; border-radius: 50%; color: #5e5759; font-size: .75rem; font-weight: 800; letter-spacing: .08em; }
.lp-service h3 { margin: 0 0 18px; font-size: 1.7rem; line-height: 1.15; }
.lp-service > p { margin: 0; color: var(--lp-muted); font-size: .95rem; line-height: 1.65; }
.lp-service ul { margin: 22px 0 30px; padding: 0; list-style: none; }
.lp-service li { padding: 9px 0; border-bottom: 1px solid rgba(31,27,28,.1); color: #4e484a; font-size: .88rem; }
.lp-service > a { margin-top: auto; color: var(--lp-ink); font-size: .88rem; font-weight: 800; text-underline-offset: 5px; }

.lp-qualify { padding-block: 110px; background: var(--lp-charcoal); color: #fff; }
.lp-qualify-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.lp-qualify-copy { position: sticky; top: 120px; align-self: start; }
.lp-qualify-copy h2 { margin: 0 0 24px; font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1; }
.lp-qualify-copy > p:not(.lp-kicker) { max-width: 450px; color: #bbb4b5; line-height: 1.75; }
.lp-text-link { display: inline-block; margin-top: 20px; color: #fff; font-size: .9rem; font-weight: 700; text-underline-offset: 5px; }
.lp-question-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); }
.lp-question-grid article { min-height: 240px; padding: 30px; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.lp-question-grid span { color: #8d8587; font-size: .75rem; }
.lp-question-grid h3 { margin: 48px 0 12px; font-size: 1.4rem; }
.lp-question-grid p { margin: 0; color: #bdb6b7; font-size: .92rem; line-height: 1.65; }

.lp-authority { padding-block: 115px; background: #eae6e4; }
.lp-authority-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: end; margin-bottom: 65px; }
.lp-authority-head > p { margin: 0; color: var(--lp-muted); line-height: 1.8; }
.lp-lawyer-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--lp-line); border-left: 1px solid var(--lp-line); }
.lp-lawyer-grid article { display: flex; gap: 20px; align-items: center; padding: 28px; border-right: 1px solid var(--lp-line); border-bottom: 1px solid var(--lp-line); background: rgba(255,255,255,.26); }
.lp-lawyer-grid article > span { width: 54px; height: 54px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--lp-charcoal); color: #fff; font-family: Georgia, serif; }
.lp-lawyer-grid h3 { margin: 0 0 6px; font-size: 1.2rem; }
.lp-lawyer-grid p { margin: 0; color: #71696b; font-size: .82rem; }
.lp-authority-note { display: flex; gap: 16px; align-items: center; margin-top: 26px; padding: 22px 26px; border: 1px solid var(--lp-line); }
.lp-authority-note > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #8f8688; border-radius: 50%; }
.lp-authority-note p { margin: 0; color: #5f585a; }

.lp-process { padding-block: 110px; background: #171516; color: #fff; }
.lp-process-head { display: grid; grid-template-columns: .45fr 1fr; gap: 40px; align-items: end; margin-bottom: 65px; }
.lp-process-head h2 { max-width: 700px; margin: 0; font-size: clamp(2.8rem, 5vw, 4.8rem); line-height: 1; }
.lp-process-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); list-style: none; }
.lp-process-list li { min-height: 310px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.lp-process-list > li > span { color: #8d8587; font-size: .76rem; }
.lp-process-list div { margin-top: auto; }
.lp-process-list h3 { margin: 0 0 12px; font-size: 1.35rem; }
.lp-process-list p { margin: 0; color: #aaa3a4; font-size: .9rem; line-height: 1.65; }

.lp-faq { padding-block: 115px; }
.lp-faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.lp-faq-title { align-self: start; position: sticky; top: 120px; }
.lp-faq-title h2 { font-size: clamp(2.5rem, 4.3vw, 4.2rem); }
.lp-faq-title > p:last-child { max-width: 430px; color: var(--lp-muted); line-height: 1.7; }
.lp-faq-list { border-top: 1px solid var(--lp-line); }
.lp-faq-list details { border-bottom: 1px solid var(--lp-line); }
.lp-faq-list summary { position: relative; padding: 24px 46px 24px 0; font-family: Georgia, serif; font-size: 1.18rem; line-height: 1.35; cursor: pointer; list-style: none; }
.lp-faq-list summary::-webkit-details-marker { display: none; }
.lp-faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 21px; color: #71696b; font-family: Arial, sans-serif; font-size: 1.45rem; }
.lp-faq-list details[open] summary::after { content: "−"; }
.lp-faq-list details p { max-width: 720px; margin: -5px 0 25px; color: var(--lp-muted); line-height: 1.7; }

.lp-contact { padding-block: 110px; background: linear-gradient(135deg, #262224, #171516); color: #fff; }
.lp-contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 95px; align-items: start; }
.lp-contact-copy h2 { margin: 0 0 24px; font-size: clamp(2.7rem, 4.8vw, 4.6rem); line-height: 1; }
.lp-contact-copy > p:not(.lp-kicker) { max-width: 500px; color: #bbb4b5; line-height: 1.75; }
.lp-contact-card { margin-top: 42px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.lp-contact-card span, .lp-contact-card small { display: block; color: #aaa3a4; font-size: .78rem; }
.lp-contact-card a { display: inline-block; margin: 8px 0; color: #fff; font-family: Georgia, serif; font-size: 1.8rem; }
.lp-form { padding: 38px; background: #f7f5f4; color: var(--lp-ink); box-shadow: 0 35px 80px rgba(0,0,0,.28); }
.lp-form-head { display: flex; justify-content: space-between; gap: 25px; margin-bottom: 28px; padding-bottom: 22px; border-bottom: 1px solid var(--lp-line); }
.lp-form-head span { font-family: Georgia, serif; font-size: 1.45rem; }
.lp-form-head p { max-width: 260px; margin: 0; color: var(--lp-muted); font-size: .75rem; line-height: 1.55; }
.lp-form label { display: grid; gap: 8px; margin-bottom: 18px; color: #4d4749; font-size: .8rem; font-weight: 700; }
.lp-form input, .lp-form select, .lp-form textarea { width: 100%; border: 1px solid #cfc8c6; border-radius: 0; background: #fff; color: var(--lp-ink); font: inherit; font-size: 1rem; }
.lp-form input, .lp-form select { min-height: 50px; padding: 0 14px; }
.lp-form textarea { resize: vertical; min-height: 112px; padding: 13px 14px; }
.lp-form input:focus, .lp-form select:focus, .lp-form textarea:focus { outline: 2px solid #4b4547; outline-offset: 2px; }
.lp-form-row { display: grid; grid-template-columns: 1fr .42fr; gap: 15px; }
.lp-consent { grid-template-columns: 20px 1fr !important; gap: 10px !important; align-items: start; font-weight: 400 !important; line-height: 1.5; }
.lp-consent input { width: 18px; min-height: 18px; margin-top: 2px; }
.lp-submit { width: 100%; border: 0; background: var(--lp-charcoal); color: #fff; }
.lp-submit:hover { background: #000; }
.lp-form-status { min-height: 20px; margin: 12px 0 0; color: #5e5759; font-size: .78rem; text-align: center; }

.lp-location { padding-block: 90px; background: #eae6e4; }
.lp-location-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 90px; align-items: end; }
.lp-location h2 { font-size: clamp(2.7rem, 5vw, 4.6rem); }
.lp-location address { display: grid; gap: 8px; padding: 28px; border-left: 3px solid #70686a; color: #5f585a; font-style: normal; }
.lp-location address strong { margin-bottom: 8px; color: var(--lp-ink); font-family: Georgia, serif; font-size: 1.25rem; }
.lp-footer { background: #111; }

@media (max-width: 980px) {
  .lp-hero-grid, .lp-regions-grid, .lp-intro-grid, .lp-qualify-grid, .lp-authority-head, .lp-faq-grid, .lp-contact-grid, .lp-location-grid { grid-template-columns: 1fr; gap: 55px; }
  .lp-hero-grid { min-height: auto; padding-block: 78px; }
  .lp-hero-copy h1 { max-width: 850px; }
  .lp-hero-panel { max-width: 620px; }
  .lp-intro-grid, .lp-authority-head { margin-bottom: 52px; }
  .lp-service-grid { grid-template-columns: 1fr; }
  .lp-service { min-height: 0; }
  .lp-qualify-copy, .lp-faq-title { position: static; }
  .lp-lawyer-grid { grid-template-columns: 1fr; }
  .lp-process-head { grid-template-columns: 1fr; }
  .lp-process-list { grid-template-columns: repeat(2, 1fr); }
  .lp-contact-copy { max-width: 720px; }
  .lp-regions ul { justify-content: flex-start; }
}

@media (max-width: 650px) {
  .lp-page .container { width: min(100% - 28px, 1180px); }
  .lp-hero-grid { padding-block: 58px 64px; gap: 46px; }
  .lp-hero-copy h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .lp-hero-lead { font-size: 1rem; }
  .lp-actions, .lp-button { width: 100%; }
  .lp-hero-panel { padding: 26px 22px; }
  .lp-regions { padding-block: 42px; }
  .lp-regions-grid { gap: 30px; }
  .lp-intro, .lp-qualify, .lp-authority, .lp-process, .lp-faq, .lp-contact { padding-block: 78px; }
  .lp-service { padding: 28px 24px; }
  .lp-question-grid, .lp-process-list { grid-template-columns: 1fr; }
  .lp-question-grid article { min-height: 210px; }
  .lp-process-list li { min-height: 230px; }
  .lp-lawyer-grid article { padding: 22px 18px; }
  .lp-authority-note { align-items: flex-start; padding: 20px; }
  .lp-form { padding: 25px 20px; }
  .lp-form-head { display: block; }
  .lp-form-head p { margin-top: 10px; }
  .lp-form-row { grid-template-columns: 1fr; gap: 0; }
  .lp-contact-card a { font-size: 1.5rem; }
  .lp-location { padding-block: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  .lp-button { transition: none; }
}
