.lucero-refined-contact {
  --lcp-navy-950: #03111e;
  --lcp-navy-900: #061a2d;
  --lcp-navy-800: #0a2945;
  --lcp-navy-700: #123c60;
  --lcp-ink: #152232;
  --lcp-muted: #5d6976;
  --lcp-cream: #f5f1e9;
  --lcp-paper: #fbfaf7;
  --lcp-white: #fff;
  --lcp-gold: #c9a056;
  --lcp-gold-deep: #ad8140;
  --lcp-gold-soft: #e3c783;
  --lcp-line: rgba(6, 26, 45, .14);
  --lcp-shadow: 0 24px 70px rgba(5, 22, 37, .13);
  --lcp-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --lcp-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --lcp-shell: min(1180px, calc(100% - 48px));
}

.lucero-refined-contact main#main-content {
  margin: 0;
  padding: 0;
  max-width: none;
}

.lcp-page,
.lcp-page * {
  box-sizing: border-box;
}

.lcp-integration-marker {
  display: none !important;
}

.lcp-page {
  margin: 0;
  color: var(--lcp-ink);
  background: var(--lcp-paper);
  font-family: var(--lcp-sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}

.lcp-page img {
  display: block;
  max-width: 100%;
}

.lcp-page a {
  color: inherit;
}

.lcp-page h1,
.lcp-page h2,
.lcp-page h3,
.lcp-page p {
  margin-top: 0;
}

.lcp-page h1,
.lcp-page h2,
.lcp-page h3 {
  color: var(--lcp-navy-950);
  font-family: var(--lcp-serif);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -.026em;
}

.lcp-page h1 {
  max-width: 850px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(49px, 6vw, 82px);
}

.lcp-page h2 {
  margin-bottom: 22px;
  font-size: clamp(38px, 4.5vw, 61px);
}

.lcp-page h3 {
  margin-bottom: 12px;
  font-size: 27px;
}

.lcp-page p {
  margin-bottom: 20px;
}

.lcp-shell {
  width: var(--lcp-shell);
  margin-right: auto;
  margin-left: auto;
}

.lcp-eyebrow {
  margin: 0 0 15px !important;
  color: var(--lcp-gold-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.35;
  text-transform: uppercase;
}

.lcp-hero .lcp-eyebrow,
.lcp-section-dark .lcp-eyebrow,
.lcp-closing .lcp-eyebrow,
.lcp-contact-card-dark .lcp-eyebrow {
  color: var(--lcp-gold-soft);
}

.lcp-lead {
  color: #465565;
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.65;
}

.lcp-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lcp-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.2;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.lcp-button:hover {
  transform: translateY(-2px);
}

.lcp-button-gold {
  color: var(--lcp-navy-950) !important;
  background: var(--lcp-gold);
}

.lcp-button-gold:hover {
  background: #d8b56d;
}

.lcp-button-outline {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .58);
  background: rgba(255, 255, 255, .03);
}

.lcp-button-outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .1);
}

.lcp-button-navy {
  color: #fff !important;
  background: var(--lcp-navy-900);
}

.lcp-button-navy:hover {
  background: var(--lcp-navy-700);
}

.lcp-text-link {
  color: var(--lcp-navy-800) !important;
  font-weight: 800;
  text-decoration-color: rgba(18, 60, 96, .35);
  text-underline-offset: 5px;
}

.lcp-hero {
  position: relative;
  display: flex;
  min-height: 680px;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 17, 30, .98) 0%, rgba(4, 25, 43, .9) 50%, rgba(4, 25, 43, .35) 100%),
    var(--lcp-courthouse) center 45% / cover no-repeat,
    var(--lcp-navy-950);
}

.lcp-hero::after {
  position: absolute;
  right: -150px;
  bottom: -260px;
  width: 610px;
  height: 610px;
  border: 1px solid rgba(201, 160, 86, .27);
  border-radius: 50%;
  content: "";
}

.lcp-hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 184px;
  padding-bottom: 92px;
}

.lcp-hero-copy {
  max-width: 770px;
}

.lcp-hero .lcp-lead {
  max-width: 670px;
  margin-bottom: 33px;
  color: rgba(255, 255, 255, .78);
}

.lcp-hero-note {
  display: inline-flex;
  margin-top: 24px !important;
  margin-bottom: 0 !important;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  font-weight: 700;
}

.lcp-hero-note::before {
  width: 34px;
  height: 1px;
  content: "";
  background: var(--lcp-gold);
}

.lcp-confidence {
  position: relative;
  z-index: 4;
  margin-top: -1px;
  color: #fff;
  background: var(--lcp-navy-900);
}

.lcp-confidence-grid {
  display: grid;
  min-height: 112px;
  grid-template-columns: repeat(3, 1fr);
}

.lcp-confidence-grid > div {
  display: flex;
  padding: 25px 30px;
  align-items: center;
  gap: 15px;
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.lcp-confidence-grid > div:last-child {
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.lcp-confidence-grid > div > span {
  flex: 0 0 auto;
  color: var(--lcp-gold-soft);
  font: 500 31px/1 var(--lcp-serif);
}

.lcp-confidence-grid p {
  margin: 0;
}

.lcp-confidence-grid strong,
.lcp-confidence-grid small {
  display: block;
}

.lcp-confidence-grid strong {
  color: #fff;
  font-family: var(--lcp-serif);
  font-size: 21px;
  font-weight: 500;
}

.lcp-confidence-grid small {
  color: rgba(255, 255, 255, .66);
  font-size: 13px;
}

.lcp-section {
  padding: 112px 0;
}

.lcp-section-cream {
  background: var(--lcp-cream);
}

.lcp-section-dark {
  color: #fff;
  background: var(--lcp-navy-950);
}

.lcp-section-dark h2,
.lcp-section-dark h3 {
  color: #fff;
}

.lcp-section-dark .lcp-lead {
  color: rgba(255, 255, 255, .7);
}

.lcp-section-heading {
  display: grid;
  margin-bottom: 48px;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  align-items: end;
  gap: 70px;
}

.lcp-section-heading p:last-child {
  margin-bottom: 5px;
}

#appointment {
  scroll-margin-top: 90px;
}

.lcp-appointment-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr);
  align-items: start;
  gap: clamp(42px, 6vw, 78px);
}

.lcp-form-panel {
  padding: clamp(28px, 4vw, 48px);
  border-top: 4px solid var(--lcp-gold);
  background: #fff;
  box-shadow: var(--lcp-shadow);
}

.lcp-form-panel h2 {
  max-width: 680px;
  margin-bottom: 15px;
}

.lcp-form-intro {
  max-width: 680px;
  margin-bottom: 32px !important;
  color: var(--lcp-muted);
}

.lcp-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.lcp-field-full {
  grid-column: 1 / -1;
}

.lcp-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--lcp-navy-950);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .015em;
}

.lcp-form label span {
  color: #8a641f;
}

.lcp-form input:not([type="hidden"]):not([type="checkbox"]),
.lcp-form select,
.lcp-form textarea {
  width: 100%;
  max-width: none;
  margin: 0;
  border: 1px solid rgba(6, 26, 45, .22);
  border-radius: 2px;
  color: var(--lcp-ink);
  background: #fff;
  box-shadow: none;
  outline: none;
  transition: border-color .16s ease, box-shadow .16s ease;
}

.lcp-form input:not([type="hidden"]):not([type="checkbox"]),
.lcp-form select {
  min-height: 54px;
  padding: 0 15px;
}

.lcp-form textarea {
  min-height: 132px;
  padding: 13px 15px;
  resize: vertical;
}

.lcp-form input:focus,
.lcp-form select:focus,
.lcp-form textarea:focus {
  border-color: var(--lcp-navy-700);
  box-shadow: 0 0 0 3px rgba(18, 60, 96, .1);
}

.lcp-field-help {
  display: block;
  margin-top: 7px;
  color: var(--lcp-muted);
  font-size: 12px;
  line-height: 1.5;
}

.lcp-protected-upload {
  min-width: 0;
  border: 1px solid rgba(6, 26, 45, .16);
  border-left: 3px solid var(--lcp-gold);
  background: rgba(245, 241, 233, .58);
}

.lcp-protected-upload summary {
  padding: 16px 18px;
  color: var(--lcp-navy-950);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.lcp-protected-upload summary span {
  color: var(--lcp-muted);
  font-size: 12px;
  font-weight: 700;
}

.lcp-protected-upload[open] summary {
  border-bottom: 1px solid rgba(6, 26, 45, .12);
}

.lcp-protected-upload-body {
  padding: 18px;
}

.lcp-form .lcp-protected-upload input[type="file"] {
  min-width: 0;
  min-height: 54px;
  padding: 10px 12px;
  overflow: hidden;
  background: #fff;
}

.lcp-form .lcp-protected-upload input[type="file"]::file-selector-button {
  min-height: 32px;
  margin-right: 12px;
  padding: 7px 12px;
  border: 0;
  border-radius: 2px;
  color: #fff;
  background: var(--lcp-navy-800);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.lcp-form-submit {
  display: flex;
  margin-top: 26px;
  align-items: center;
  gap: 18px;
}

.lcp-form-submit button {
  cursor: pointer;
}

.lcp-contact-method-help {
  margin: -8px 0 2px;
  color: var(--lcp-muted);
  font-size: 12.5px;
  line-height: 1.5;
}

.lcp-court-appointed-note {
  max-width: 720px;
  margin: 20px 0 0;
  padding: 14px 16px;
  border-left: 3px solid var(--lcp-gold-soft);
  color: rgba(255, 255, 255, .84);
  background: rgba(4, 24, 42, .52);
  font-size: 14px;
  line-height: 1.6;
}

.lcp-court-appointed-note strong {
  color: #fff;
}

.lcp-form-legal {
  margin: 21px 0 0 !important;
  padding-top: 20px;
  border-top: 1px solid var(--lcp-line);
  color: var(--lcp-muted);
  font-size: 12px;
  line-height: 1.6;
}

.lcp-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.lcp-notice {
  margin: 0 0 24px;
  padding: 15px 17px;
  border-left: 4px solid #3d7a54;
  color: #163b23;
  background: #edf7ef;
  font-weight: 700;
}

.lcp-notice-error {
  border-color: #a93838;
  color: #651d1d;
  background: #fff0f0;
}

.lcp-contact-card {
  margin-bottom: 22px;
  padding: 31px;
  border: 1px solid var(--lcp-line);
  background: var(--lcp-paper);
}

.lcp-contact-card-dark {
  color: #fff;
  border-color: transparent;
  background: var(--lcp-navy-900);
}

.lcp-contact-card h3 {
  font-size: 30px;
}

.lcp-contact-card-dark h3 {
  color: #fff;
}

.lcp-contact-card p {
  color: var(--lcp-muted);
}

.lcp-contact-card-dark p {
  color: rgba(255, 255, 255, .72);
}

.lcp-phone-display {
  display: inline-block;
  margin: 5px 0 15px;
  color: var(--lcp-gold-soft) !important;
  font: 500 clamp(29px, 3vw, 39px) / 1.1 var(--lcp-serif);
  letter-spacing: -.025em;
  text-decoration: none !important;
}

.lcp-address {
  margin-bottom: 22px !important;
  color: var(--lcp-ink) !important;
  font-weight: 650;
}

.lcp-scope-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 12px;
  list-style: none;
}

.lcp-scope-list li {
  position: relative;
  padding-left: 22px;
  color: #465565;
}

.lcp-scope-list li::before {
  position: absolute;
  top: .68em;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid var(--lcp-gold-deep);
  content: "";
  transform: rotate(45deg);
}

.lcp-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, .14);
}

.lcp-steps article {
  min-height: 278px;
  padding: 39px 34px;
  background: var(--lcp-navy-900);
}

.lcp-steps article > span {
  display: block;
  margin-bottom: 38px;
  color: var(--lcp-gold-soft);
  font: 500 36px/1 var(--lcp-serif);
}

.lcp-steps p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .68);
}

.lcp-prepare-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(50px, 8vw, 100px);
}

.lcp-portrait {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--lcp-navy-900);
  box-shadow: var(--lcp-shadow);
}

.lcp-portrait img {
  width: 100%;
  height: clamp(490px, 49vw, 650px);
  object-fit: cover;
  object-position: 53% 25%;
}

.lcp-portrait figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 21px 25px;
  color: #fff;
  background: linear-gradient(transparent, rgba(3, 17, 30, .96));
}

.lcp-portrait figcaption strong,
.lcp-portrait figcaption span {
  display: block;
}

.lcp-portrait figcaption strong {
  font-family: var(--lcp-serif);
  font-size: 24px;
  font-weight: 500;
}

.lcp-portrait figcaption span {
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lcp-checklist {
  display: grid;
  margin: 32px 0;
  padding: 0;
  gap: 0;
  list-style: none;
}

.lcp-checklist li {
  display: grid;
  padding: 18px 0;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 13px;
  border-top: 1px solid var(--lcp-line);
}

.lcp-checklist li:last-child {
  border-bottom: 1px solid var(--lcp-line);
}

.lcp-checklist li > span {
  display: inline-flex;
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--lcp-gold-deep);
  color: var(--lcp-gold-deep);
  font-size: 14px;
  font-weight: 900;
}

.lcp-checklist p {
  margin: 0;
}

.lcp-checklist strong,
.lcp-checklist small {
  display: block;
}

.lcp-checklist strong {
  margin-bottom: 3px;
  color: var(--lcp-navy-950);
}

.lcp-checklist small {
  color: var(--lcp-muted);
  font-size: 14px;
}

.lcp-reviews-heading {
  display: flex;
  margin-bottom: 42px;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
}

.lcp-reviews-heading h2 {
  max-width: 730px;
  margin-bottom: 0;
}

.lcp-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.lcp-review-card {
  margin: 0;
  padding: 31px;
  border: 1px solid var(--lcp-line);
  background: #fff;
}

.lcp-stars {
  margin-bottom: 22px;
  color: var(--lcp-gold-deep);
  letter-spacing: .13em;
}

.lcp-review-card blockquote {
  margin: 0 0 25px;
  color: var(--lcp-navy-950);
  font: 500 23px/1.45 var(--lcp-serif);
}

.lcp-review-card figcaption {
  color: var(--lcp-muted);
  font-size: 13px;
  font-weight: 750;
}

.lcp-live-widget {
  width: 100%;
  min-height: 80px;
}

.lcp-live-widget.lcp-widget-ready {
  min-height: 0;
}

.lcp-widget-fallback[hidden] {
  display: none !important;
}

.lcp-widget-fallback:not([hidden]) {
  display: block;
}

.lcp-review-note {
  max-width: 850px;
  margin: 24px 0 0 !important;
  color: var(--lcp-muted);
  font-size: 12px;
}

.lcp-closing {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 17, 30, .98), rgba(3, 17, 30, .79)),
    var(--lcp-courthouse) center 47% / cover no-repeat,
    var(--lcp-navy-950);
}

.lcp-closing-inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 430px;
  padding: 80px 0;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 60px;
}

.lcp-closing h2 {
  max-width: 720px;
  margin-bottom: 19px;
  color: #fff;
}

.lcp-closing p {
  max-width: 700px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .72);
}

/* Keep the global review-repair plugin from restyling this approved section. */
.lcp-page .lcp-reviews.lapx-lead-reviews {
  position: static;
  margin: 0;
  padding: 112px 0;
  border: 0;
  background: var(--lcp-paper);
}

/*
 * Keep the portrait and checklist beside one another on laptops and desktops.
 * The layout stacks only at the intentional mobile breakpoint below.
 */
@media (min-width: 781px) {
  .lcp-page .lcp-prepare-grid {
    display: grid !important;
    grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr) !important;
    align-items: start !important;
  }

  .lcp-page .lcp-portrait {
    grid-column: 1 !important;
    align-self: start !important;
    min-width: 0 !important;
  }

  .lcp-page .lcp-prepare-copy {
    grid-column: 2 !important;
    align-self: start !important;
    min-width: 0 !important;
  }
}

@media (max-width: 1120px) {
  .lcp-appointment-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(305px, .75fr);
    gap: 40px;
  }
}

@media (max-width: 980px) {
  .lcp-appointment-grid {
    grid-template-columns: minmax(0, 1.14fr) minmax(290px, .86fr);
    gap: 30px;
  }

  .lcp-form-panel {
    padding: 34px;
  }

  .lcp-form-grid {
    grid-template-columns: 1fr;
  }

  .lcp-field-full {
    grid-column: auto;
  }

  .lcp-prepare-grid {
    grid-template-columns: minmax(340px, .8fr) minmax(0, 1.2fr);
    align-items: start;
    gap: 45px;
  }

  .lcp-portrait img {
    height: 560px;
  }

  .lcp-review-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lcp-review-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 780px) {
  .lucero-refined-contact {
    --lcp-shell: min(100% - 34px, 650px);
  }

  .lcp-page {
    font-size: 16px;
  }

  .lcp-page h1 {
    font-size: clamp(45px, 13vw, 66px);
  }

  .lcp-page h2 {
    font-size: clamp(36px, 10vw, 50px);
  }

  .lcp-section,
  .lcp-page .lcp-reviews.lapx-lead-reviews {
    padding: 78px 0;
  }

  .lcp-hero {
    min-height: 630px;
    background-position: 61% 48%;
  }

  .lcp-hero-inner {
    padding-top: 165px;
    padding-bottom: 76px;
  }

  .lcp-hero .lcp-lead {
    font-size: 18px;
  }

  .lcp-buttons .lcp-button {
    flex: 1 1 210px;
  }

  .lcp-confidence-grid {
    grid-template-columns: 1fr;
  }

  .lcp-confidence-grid > div {
    min-height: 88px;
    padding: 20px 0;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    border-left: 0;
  }

  .lcp-section-heading,
  .lcp-appointment-grid,
  .lcp-prepare-grid,
  .lcp-closing-inner {
    grid-template-columns: 1fr;
  }

  .lcp-section-heading {
    gap: 0;
  }

  .lcp-appointment-grid {
    gap: 28px;
  }

  .lcp-form-panel {
    padding: 29px 22px;
  }

  .lcp-form-submit {
    align-items: stretch;
    flex-direction: column;
  }

  .lcp-form-submit .lcp-button {
    width: 100%;
  }

  .lcp-contact-card {
    padding: 27px 23px;
  }

  .lcp-steps,
  .lcp-review-grid {
    grid-template-columns: 1fr;
  }

  .lcp-review-card:last-child {
    grid-column: auto;
  }

  .lcp-steps article {
    min-height: 0;
    padding: 30px 25px;
  }

  .lcp-steps article > span {
    margin-bottom: 22px;
  }

  .lcp-prepare-grid {
    gap: 42px;
  }

  .lcp-portrait {
    width: min(100%, 520px);
    margin-right: auto;
    margin-left: auto;
  }

  .lcp-portrait img {
    height: min(630px, 128vw);
    min-height: 470px;
  }

  .lcp-reviews-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .lcp-closing-inner {
    min-height: 0;
    gap: 34px;
  }

  .lcp-closing .lcp-buttons {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .lucero-refined-contact {
    --lcp-shell: calc(100% - 28px);
  }

  .lcp-hero-inner {
    padding-top: 150px;
  }

  .lcp-button {
    width: 100%;
  }

  .lcp-phone-display {
    font-size: 30px;
  }
}
