/* Shared lead-capture treatment for service pages currently being expanded. */

.service-information-page {
  background: var(--abe-paper);
  color: var(--abe-ink);
}

.service-info-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(68px, 9vw, 126px) 0;
  background:
    linear-gradient(90deg, rgba(2, 4, 6, 0.98) 0%, rgba(2, 4, 6, 0.88) 48%, rgba(2, 4, 6, 0.64) 100%),
    var(--service-info-image) center / cover no-repeat,
    #020406;
  color: #fff;
}

.service-info-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.3;
}

.service-info-hero .site-container,
.service-info-form-section .site-container {
  position: relative;
  z-index: 1;
}

.service-info-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.62fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: end;
}

.service-info-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--abe-orange);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.service-info-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.service-info-hero h1 {
  max-width: 740px;
  margin: 0;
  font-family: var(--abe-font-condensed);
  font-size: clamp(2.7rem, 5.1vw, 5.75rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
}

.service-info-hero-copy > p {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.80);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  font-weight: 700;
  line-height: 1.55;
}

.service-info-contact-panel {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 2.6vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(2, 4, 6, 0.78);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.30);
}

.service-info-contact-panel > span {
  color: var(--abe-blue);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.service-info-contact-panel strong {
  font-family: var(--abe-font-condensed);
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: uppercase;
}

.service-info-contact-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.5;
}

.service-info-contact-panel .site-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.service-info-contact-panel .site-btn {
  min-height: 42px;
  padding-inline: 16px;
  font-size: 0.68rem;
}

.service-info-form-section {
  padding: clamp(52px, 7vw, 96px) 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)),
    var(--abe-paper);
}

.service-info-form-shell {
  display: grid;
  grid-template-columns: minmax(250px, 0.58fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}

.service-info-copy-block {
  display: grid;
  gap: 18px;
  align-content: start;
}

.service-info-copy-block h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--abe-ink);
  font-family: var(--abe-font-condensed);
  font-size: clamp(2.2rem, 3.5vw, 4.15rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: uppercase;
}

.service-info-copy-block p {
  max-width: 46ch;
  margin: 0;
  color: #435260;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}

.service-info-copy-block p strong {
  color: var(--abe-ink);
}

.service-info-signoff {
  padding-top: 4px;
  color: var(--abe-ink) !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.service-info-callout {
  display: grid;
  gap: 6px;
  margin-top: 10px;
  padding: 18px;
  border-left: 3px solid var(--abe-orange);
  background: rgba(255, 91, 34, 0.08);
}

.service-info-callout span {
  color: var(--abe-orange);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-info-callout a {
  width: fit-content;
  color: var(--abe-ink);
  font-family: var(--abe-font-condensed);
  font-size: 1.48rem;
  font-weight: 900;
  line-height: 1;
}

.service-info-form-card {
  padding: clamp(22px, 3vw, 42px);
  border: 1px solid var(--abe-paper-line);
  background: #fff;
  box-shadow: 0 20px 52px rgba(11, 15, 20, 0.10);
}

.service-info-form-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--abe-paper-line);
}

.service-info-form-heading span {
  display: block;
  margin-bottom: 6px;
  color: var(--abe-orange);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.service-info-form-heading h2 {
  margin: 0;
  color: var(--abe-ink);
  font-family: var(--abe-font-condensed);
  font-size: clamp(1.85rem, 2.7vw, 2.75rem);
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}

.service-info-form-heading a {
  width: fit-content;
  color: var(--abe-ink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--abe-orange);
}

.service-info-form {
  display: grid;
  gap: 17px;
}

.service-info-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.service-info-form label {
  display: grid;
  gap: 7px;
  color: var(--abe-ink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.service-info-form input,
.service-info-form select,
.service-info-form textarea {
  width: 100%;
  border: 1px solid #b9c0c7;
  border-radius: 0;
  background: #fff;
  color: var(--abe-ink);
  font: inherit;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.service-info-form input,
.service-info-form select {
  min-height: 46px;
  padding: 0 12px;
}

.service-info-form textarea {
  min-height: 126px;
  padding: 12px;
  resize: vertical;
}

.service-info-request-types {
  display: grid;
  gap: 12px;
  margin: 2px 0 0;
  padding: 18px;
  border: 1px solid var(--abe-paper-line);
  background: #f8f5ef;
}

.service-info-request-types legend {
  padding: 0 8px 0 0;
  color: var(--abe-ink);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.service-info-request-types > p {
  margin: 0;
  color: #596571;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.4;
}

.service-info-request-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.service-info-request-option {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid #c9cdd1;
  background: #fff;
  color: var(--abe-ink);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.18;
  cursor: pointer;
}

.service-info-request-option input {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  min-height: 15px;
  margin: 0;
  padding: 0;
  accent-color: var(--abe-orange);
}

.service-info-request-option:hover,
.service-info-request-option:focus-visible {
  border-color: var(--abe-orange);
  background: rgba(255, 91, 34, 0.08);
  color: var(--abe-ink);
  outline: 2px solid rgba(255, 91, 34, 0.22);
  outline-offset: 1px;
}

.service-info-request-option:has(input:checked) {
  border-color: var(--abe-orange);
  background: rgba(255, 91, 34, 0.10);
}

.service-info-form input:focus,
.service-info-form select:focus,
.service-info-form textarea:focus {
  border-color: var(--abe-orange);
  outline: 2px solid rgba(255, 91, 34, 0.20);
  outline-offset: 1px;
}

.service-info-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 2px;
}

.service-info-submit {
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--abe-orange);
  border-radius: 0;
  background: var(--abe-orange);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.service-info-submit:hover,
.service-info-submit:focus-visible {
  border-color: var(--abe-ink);
  background: var(--abe-ink);
  outline: none;
}

.service-info-form-actions .site-btn {
  min-height: 46px;
  padding-inline: 18px;
  color: var(--abe-ink);
  border-color: var(--abe-ink);
}

.service-info-form-actions .site-btn:hover,
.service-info-form-actions .site-btn:focus-visible {
  background: var(--abe-ink);
  color: #fff;
}

.service-info-form-status {
  min-height: 1.4em;
  margin: 0;
  color: #435260;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.45;
}

.service-info-form-note {
  margin: 16px 0 0;
  color: #61707c;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.45;
}

.service-information-page .site-footer {
  margin-top: 0;
}

@media (max-width: 980px) {
  .service-info-hero-grid,
  .service-info-form-shell {
    grid-template-columns: 1fr;
  }

  .service-info-hero h1 {
    max-width: 11ch;
  }

  .service-info-contact-panel {
    max-width: 640px;
  }
}

@media (max-width: 820px) {
  .service-information-page .site-nav {
    height: auto;
    min-height: 0;
  }

  .service-information-page .site-nav-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px 0;
  }

  .service-information-page .site-links,
  .service-information-page .site-actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 18px;
  }

  .service-information-page .site-links {
    order: 3;
  }

  .service-information-page .site-actions {
    order: 2;
  }

  .service-information-page .site-actions .site-btn {
    min-height: 38px;
    padding-inline: 14px;
    font-size: 0.64rem;
  }
}

@media (max-width: 620px) {
  .service-info-hero {
    padding: 58px 0;
  }

  .service-info-hero h1 {
    font-size: clamp(2.35rem, 13vw, 3.5rem);
  }

  .service-info-hero-copy > p {
    font-size: 0.96rem;
  }

  .service-info-form-section {
    padding: 50px 0;
  }

  .service-info-field-grid {
    grid-template-columns: 1fr;
  }

  .service-info-request-options {
    grid-template-columns: 1fr;
  }

  .service-info-form-heading {
    display: grid;
    align-items: start;
  }

  .service-info-form-actions {
    align-items: stretch;
  }

  .service-info-submit,
  .service-info-form-actions .site-btn {
    width: 100%;
  }
}
