:root {
  --ligp-contact-line: rgba(13, 8, 100, 0.12);
  --ligp-contact-ink: #45414d;
}

* { box-sizing: border-box; }

.header {
  align-items: center;
  background: var(--navy);
  color: #fff;
  display: flex;
  height: 76px;
  position: relative;
  z-index: 10;
}

.header .inner {
  align-items: center;
  display: flex;
  gap: 32px;
  margin: 0 auto;
  width: min(1380px, calc(100% - 48px));
}

.logo { height: 56px; object-fit: contain; object-position: left center; width: 174px; }
.nav { align-items: center; display: flex; font-size: 16px; font-weight: 600; gap: 32px; line-height: 1; margin-left: auto; }
.nav a { color: #fff; text-decoration: none; white-space: nowrap; }
.cta-head { align-items: center; background: #fff; color: var(--navy); display: inline-flex; font-size: 16px; font-weight: 800; height: 46px; justify-content: center; margin-left: 2px; padding: 0 24px; white-space: nowrap; }
.container { margin: 0 auto; width: min(1180px, calc(100% - 56px)); }

.contact-page { background: #fff; color: var(--ligp-contact-ink); font-family: var(--sans); }
.contact-hero { border-bottom: 1px solid var(--ligp-contact-line); }
.contact-hero-inner { padding: 72px 0 78px; }
.contact-page-eyebrow { align-items: center; color: var(--navy); display: flex; font-size: 16px; font-weight: 800; gap: 14px; letter-spacing: .04em; line-height: 1.5; }
.contact-page-eyebrow::before { background: var(--gold); content: ""; flex: 0 0 auto; height: 2px; width: 38px; }
.contact-hero h1 { color: var(--navy); font-family: var(--serif); font-size: clamp(46px, 4.15vw, 60px); font-weight: 600; letter-spacing: -.047em; line-height: 1.45; margin: 24px 0 0; max-width: 1080px; }
.contact-title-line { display: block; white-space: nowrap; }
.contact-title-unit { display: inline-block; white-space: nowrap; }
.contact-title-unit + .contact-title-unit { margin-left: .16em; }
.contact-hero-copy { font-size: 17px; font-weight: 500; line-height: 1.95; margin: 28px 0 0; max-width: 900px; }

.contact-form-section { background: #fffdfc; padding: 62px 0 78px; }
.contact-form-wrap { max-width: 960px; }
.contact-step { align-items: center; display: grid; gap: 14px; grid-template-columns: auto minmax(40px, 1fr) auto minmax(40px, 1fr) auto; margin-bottom: 46px; }
.contact-step-item { align-items: center; color: #9a96a2; display: flex; font-size: 14px; font-weight: 800; gap: 8px; letter-spacing: .03em; white-space: nowrap; }
.contact-step-item span { font-size: 12px; letter-spacing: .08em; }
.contact-step-item.is-current { color: var(--navy); }
.contact-step-line { background: var(--ligp-contact-line); height: 1px; }
.contact-panel { background: #fff; border: 1px solid var(--ligp-contact-line); padding: 46px 52px 50px; }
.contact-form-head { border-bottom: 1px solid var(--ligp-contact-line); padding-bottom: 28px; }
.contact-form-head h2, .contact-complete h2 { color: var(--navy); font-size: 30px; font-weight: 800; letter-spacing: -.03em; line-height: 1.55; margin: 0; }
.contact-form-head p { color: #5c5863; font-size: 15.5px; line-height: 1.8; margin: 10px 0 0; }
.contact-field { border-bottom: 1px solid var(--ligp-contact-line); padding: 26px 0 28px; }
.contact-field label { color: var(--navy); display: block; font-size: 15px; font-weight: 800; }
.required { color: #7b7655; display: inline-block; font-size: 11px; letter-spacing: .04em; margin-left: 8px; }
.contact-field input, .contact-field textarea { background: #fff; border: 1px solid rgba(13, 8, 100, .22); border-radius: 0; color: #282531; display: block; font: inherit; font-size: 16px; line-height: 1.6; margin-top: 12px; outline: 0; padding: 14px 15px; width: 100%; }
.contact-field input:focus, .contact-field textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 2px rgba(13, 8, 100, .08); }
.contact-field textarea { min-height: 180px; resize: vertical; }
.field-help { color: #77737e; font-size: 13.5px; line-height: 1.75; margin: 10px 0 0; }
.contact-notice { background: #f7f6fa; border-left: 3px solid var(--navy); margin-top: 28px; padding: 20px 22px; }
.contact-notice p { color: #504c58; font-size: 14px; line-height: 1.8; margin: 0; }
.contact-notice p + p { margin-top: 6px; }
.contact-notice-title { color: var(--navy) !important; font-weight: 800; }
.contact-check { align-items: flex-start; color: #393541; display: flex; font-size: 15px; font-weight: 600; gap: 12px; line-height: 1.7; margin-top: 22px; }
.contact-check input { accent-color: var(--navy); flex: 0 0 auto; height: 18px; margin-top: 3px; width: 18px; }
.contact-privacy { border-top: 1px solid var(--ligp-contact-line); margin-top: 22px; padding-top: 20px; }
.contact-privacy p { color: #686470; font-size: 13.5px; line-height: 1.75; margin: 0; }
.contact-error { color: #8a2332; font-size: 14px; font-weight: 700; line-height: 1.8; margin: 18px 0 0; }
.ligp-contact-honeypot { height: 1px !important; left: -10000px !important; opacity: 0 !important; position: absolute !important; top: auto !important; width: 1px !important; }
.cf-turnstile { margin-top: 24px; }
.contact-form-actions { align-items: center; display: flex; gap: 16px; justify-content: flex-start; margin-top: 30px; }
.contact-form-actions-split { justify-content: space-between; }
.cta-main { align-items: center; background: var(--navy); border: 0; color: #fff; cursor: pointer; display: inline-flex; font: inherit; font-weight: 800; justify-content: center; min-height: 52px; padding: 0 26px; text-decoration: none; }
.cta-main .cta-arrow { color: var(--gold); margin-left: .65em; }
.secondary-button { background: transparent; border: 0; color: var(--navy); cursor: pointer; font: inherit; font-size: 14px; font-weight: 800; padding: 10px 0; text-decoration: underline; text-underline-offset: 4px; }
.contact-confirm-list { margin: 0; }
.contact-confirm-row { border-bottom: 1px solid var(--ligp-contact-line); display: grid; gap: 24px; grid-template-columns: 150px minmax(0, 1fr); padding: 24px 0; }
.contact-confirm-row dt { color: var(--navy); font-size: 14px; font-weight: 800; }
.contact-confirm-row dd { margin: 0; overflow-wrap: anywhere; white-space: pre-wrap; }
.contact-confirm-notice { background: #f7f6fa; color: var(--navy); font-size: 14px; font-weight: 700; margin-top: 24px; padding: 18px 20px; }
.check-symbol { color: var(--gold); font-size: 18px; margin-right: 8px; }
.contact-complete { min-height: 260px; }
.complete-mark { align-items: center; background: var(--navy); border-radius: 50%; color: #fff; display: inline-flex; font-weight: 800; height: 38px; justify-content: center; margin-bottom: 24px; width: 38px; }
.contact-complete > .contact-complete-copy { font-size: 16px; line-height: 1.9; margin: 20px 0 0; max-width: none; }
.contact-complete-phrase { white-space: nowrap; }
.contact-support-links { background: #fff; padding: 48px 0 76px; }
.contact-support-actions { display: flex; flex-wrap: wrap; gap: 28px; }
.contact-support-actions a { border-bottom: 1px solid rgba(13, 8, 100, .35); color: var(--navy); font-size: 15px; font-weight: 800; padding-bottom: 3px; text-decoration: none; }

.footer { background: var(--navy); color: #fff; padding: 42px 0; }
.footer .row { align-items: center; display: flex; gap: 30px; justify-content: space-between; }
.footer .links { display: flex; flex-wrap: wrap; gap: 18px 30px; }
.footer .links a, .footer .footer-company-info, .footer .footer-legal { color: #fff; }
.footer img { height: auto; width: 135px; }

@media (max-width: 900px) {
  .header { height: 68px; }
  .header .inner { gap: 18px; width: calc(100% - 36px); }
  .header .nav { display: none; }
  .header .nav.is-open { background: var(--navy); display: flex; left: 0; padding: 1.5rem 18px; position: absolute; right: 0; top: 100%; }
  .cta-head { font-size: 14px; margin-left: auto; padding: 0 18px; }
  .logo { width: 148px; }
  .footer .row { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
  .container { width: calc(100% - 36px); }
  .contact-hero-inner { padding: 54px 0 58px; }
  .contact-hero h1 { font-size: 36px; line-height: 1.48; }
  .contact-title-line { white-space: normal; }
  .contact-form-section { padding: 42px 0 56px; }
  .contact-step { gap: 8px; grid-template-columns: auto minmax(14px, 1fr) auto minmax(14px, 1fr) auto; margin-bottom: 28px; }
  .contact-step-item { font-size: 12px; gap: 4px; }
  .contact-panel { padding: 30px 20px 34px; }
  .contact-form-head h2, .contact-complete h2 { font-size: 24px; }
  .contact-confirm-row { gap: 8px; grid-template-columns: 1fr; }
  .contact-form-actions, .contact-form-actions-split { align-items: flex-start; flex-direction: column-reverse; }
  .contact-form-actions .cta-main { width: 100%; }
  .contact-support-links { padding: 34px 0 52px; }
  .contact-support-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
}
