.wireframe-page--main {
  --gt-navy: #08172d;
  --gt-navy-soft: #102a4d;
  --gt-blue: #2868a7;
  --gt-blue-bright: #6f9ed9;
  --gt-gold: #d0aa52;
  --gt-cloud: #f2f7fb;
  overflow-x: hidden;
  background: #fff;
}

.wireframe-page--main .site-header {
  box-shadow: 0 4px 22px rgba(8, 23, 45, 0.06);
}

.wireframe-page--main .header-inner {
  min-height: 68px;
}

.wireframe-page--main .brand-link {
  flex-basis: 255px;
}

.wireframe-page--main .brand-link img {
  width: 245px;
}

.header-phone-card {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gt-navy);
  text-decoration: none;
}

.header-phone-card__icon {
  width: 38px;
  height: 38px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--gt-blue);
  color: #fff;
  box-shadow: 0 0 0 5px rgba(40, 104, 167, 0.09);
}

.header-phone-card__icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.header-phone-card__copy {
  display: flex;
  flex-direction: column;
  line-height: 1.14;
}

.header-phone-card__copy small {
  color: var(--gt-blue);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.header-phone-card__copy strong {
  margin-top: 3px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.14rem;
}

.header-phone-card__mobile {
  display: none;
}

.wireframe-page--main .header-review-button {
  min-height: 44px;
  padding: 10px 20px;
  font-size: 0.82rem;
}

.wireframe-page--main .main-hero {
  isolation: isolate;
  background:
    radial-gradient(circle at 77% 38%, rgba(111, 158, 217, 0.18), transparent 26%),
    linear-gradient(112deg, #f7fafd 0%, #eef5fa 61%, #e8f1f8 100%);
}

.wireframe-page--main .main-hero::before {
  content: "";
  position: absolute;
  inset: auto auto -170px -110px;
  width: 420px;
  height: 420px;
  border: 68px solid rgba(40, 104, 167, 0.045);
  border-radius: 50%;
}

.wireframe-page--main .wire-hero__inner {
  min-height: 752px;
  grid-template-columns: minmax(0, 1.08fr) minmax(465px, 0.92fr);
  gap: 70px;
  align-items: start;
  padding-block: 46px 54px;
}

.wireframe-page--main .wire-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 655px;
}

.wireframe-page--main .wire-hero h1 {
  max-width: 610px;
  font-size: clamp(3.45rem, 5.25vw, 5rem);
}

.wireframe-page--main .wire-hero__assertion {
  max-width: 610px;
  margin-top: 13px;
  font-size: clamp(1.85rem, 3.1vw, 2.65rem);
}

.wireframe-page--main .wire-hero__lead {
  max-width: 590px;
  margin-top: 18px;
  font-size: 1rem;
  line-height: 1.58;
}

.wireframe-page--main .wire-benefits {
  max-width: 610px;
  margin-top: 19px;
}

.wireframe-page--main .wire-proof-row {
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 19px;
}

.wireframe-page--main .wire-proof-row strong {
  font-size: 0.78rem;
}

.hero-awards {
  width: min(100%, 600px);
  min-height: 86px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 10px 16px;
  border: 1px solid rgba(8, 23, 45, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 30px rgba(8, 23, 45, 0.07);
  backdrop-filter: blur(8px);
}

.hero-awards img {
  width: 100%;
  height: 62px;
  object-fit: contain;
  filter: saturate(0.92);
}

.hero-awards img:nth-child(3) {
  height: 43px;
}

.hero-veteran-mark {
  height: 62px;
  display: grid;
  place-content: center;
  border: 2px solid var(--gt-blue);
  border-radius: 10px;
  color: var(--gt-blue);
  text-align: center;
  line-height: 1;
}

.hero-veteran-mark > span {
  color: var(--gt-gold);
  font-size: 0.8rem;
}

.hero-veteran-mark strong {
  margin-top: 3px;
  font-size: 0.57rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-veteran-mark small {
  margin-top: 3px;
  font-size: 0.47rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-attorney {
  position: absolute;
  z-index: 1;
  bottom: -2px;
  left: 53%;
  width: 600px;
  max-width: none;
  height: auto;
  transform: translateX(-50%);
  filter: drop-shadow(0 20px 30px rgba(8, 23, 45, 0.15));
  pointer-events: none;
  user-select: none;
}

.wireframe-page--main .wire-hero__form {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: 2px;
  scroll-margin-top: 82px;
}

.wireframe-page--main .wire-hero__form .form-card {
  border-top: 6px solid var(--gt-blue);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 24px 58px rgba(8, 23, 45, 0.16);
}

.wireframe-page--main .form-card__header {
  padding: 23px 27px 17px;
}

.wireframe-page--main .form-card__header h2 {
  font-size: 1.7rem;
}

.wireframe-page--main .form-card__body {
  padding: 21px 27px 23px;
}

.wireframe-page--main .hero-field-grid {
  grid-template-areas:
    "case name"
    "phone email"
    "details details";
  gap: 11px 13px;
}

.wireframe-page--main .field--case {
  grid-area: case;
}

.wireframe-page--main .field--name {
  grid-area: name;
}

.wireframe-page--main .field--phone {
  grid-area: phone;
}

.wireframe-page--main .field--email {
  grid-area: email;
}

.wireframe-page--main .field--details {
  grid-area: details;
}

.wireframe-page--main .field label span {
  color: #718095;
  font-weight: 650;
}

.wireframe-page--main .field input,
.wireframe-page--main .field select {
  min-height: 46px;
}

.wireframe-page--main .field textarea {
  min-height: 84px;
}

.select-wrap {
  position: relative;
}

.select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #31465c;
  border-bottom: 2px solid #31465c;
  transform: translateY(-68%) rotate(45deg);
  pointer-events: none;
}

.select-wrap select {
  appearance: none;
  padding-right: 44px;
}

.wireframe-page--main .consent-row {
  margin: 11px 0 9px;
}

.wireframe-page--main .hero-submit {
  min-height: 49px;
}

.wireframe-page--main .authority-item {
  min-height: 118px;
}

.wireframe-page--main .wire-no-fee .container {
  min-height: 92px;
}

.wireframe-page--main .wire-no-fee strong {
  display: flex;
  align-items: center;
  gap: 14px;
}

.fee-zero {
  width: 58px;
  height: 58px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid var(--gt-navy);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.12rem;
  font-weight: 950;
  transform: scale(0.82);
  opacity: 0.65;
}

.wire-no-fee.is-visible .fee-zero {
  animation: fee-zero-pop 620ms cubic-bezier(0.2, 0.9, 0.2, 1) forwards;
}

@keyframes fee-zero-pop {
  65% { transform: scale(1.12); opacity: 1; box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.22); }
  100% { transform: scale(1); opacity: 1; box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

.wireframe-page--main .wire-review-feature {
  padding-top: 72px;
}

.wireframe-page--main .review-card {
  min-height: 270px;
}

.wireframe-page--main .review-card blockquote {
  font-size: 0.92rem;
  line-height: 1.65;
}

.trust-mapper {
  padding: 84px 0 90px;
  background: var(--gt-navy-soft);
  color: #fff;
}

.trust-mapper__head {
  max-width: 820px;
}

.trust-mapper__head .eyebrow {
  color: #76d5c7;
}

.trust-mapper__head h2,
.process-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.25rem, 4vw, 3.65rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.trust-mapper__head > p:last-child {
  max-width: 740px;
  margin: 19px 0 0;
  color: #d1dbe7;
  font-size: 1.03rem;
}

.trust-mapper__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 24px;
  margin-top: 42px;
}

.trust-tabs {
  display: grid;
  align-content: start;
  gap: 10px;
}

.trust-tab {
  position: relative;
  min-height: 66px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 10px;
  padding: 13px 42px 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.91rem;
  font-weight: 850;
  text-align: left;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.trust-tab::after {
  content: "→";
  position: absolute;
  right: 16px;
  color: #9fb5cc;
  font-size: 1rem;
}

.trust-tab > span {
  color: #76d5c7;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.trust-tab:hover {
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateX(3px);
}

.trust-tab.is-active {
  border-color: #fff;
  background: #fff;
  color: var(--gt-navy);
}

.trust-tab.is-active::after {
  color: var(--gt-blue);
}

.trust-tab:focus-visible {
  outline: 3px solid var(--gt-gold);
  outline-offset: 3px;
}

.trust-panels {
  min-height: 370px;
}

.trust-panel {
  min-height: 370px;
  padding: 42px 48px;
  border-radius: 10px;
  background: #fff;
  color: #41536a;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
  animation: trust-panel-in 260ms ease-out;
}

.trust-panel[hidden] {
  display: none;
}

@keyframes trust-panel-in {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: translateY(0); }
}

.trust-panel__kicker {
  margin: 0 0 10px;
  color: var(--gt-blue);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.trust-panel h3 {
  max-width: 650px;
  margin: 0;
  color: var(--gt-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.1vw, 2.7rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.trust-panel > p:not(.trust-panel__kicker) {
  margin: 19px 0 0;
  font-size: 0.98rem;
  line-height: 1.65;
}

.trust-panel ul {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.trust-panel li {
  position: relative;
  padding-left: 24px;
  color: #30465e;
  font-size: 0.88rem;
  font-weight: 730;
}

.trust-panel li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #f06b18;
  font-size: 1.35rem;
  line-height: 0.8;
}

.process-section {
  padding: 88px 0 94px;
  background: linear-gradient(to bottom, #fff 0, #fff 35%, #294c61 35%, #294c61 100%);
}

.process-head {
  max-width: 850px;
  margin: 0 auto 48px;
  text-align: center;
}

.process-head .eyebrow {
  color: var(--gt-blue);
}

.process-head h2 {
  color: var(--gt-navy);
}

.process-head > p:last-child {
  max-width: 720px;
  margin: 18px auto 0;
  color: #53667b;
}

.process-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.process-step {
  position: relative;
  min-width: 0;
  color: #fff;
  text-align: center;
}

.process-step img {
  width: 100%;
  height: 250px;
  aspect-ratio: 1.13 / 1;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 18px 30px rgba(8, 23, 45, 0.16);
}

.process-step:nth-child(1) img {
  object-position: 60% center;
}

.process-step:nth-child(2) img {
  object-position: center;
}

.process-step:nth-child(3) img {
  object-position: 65% center;
}

.process-step:nth-child(4) img {
  object-position: 45% center;
}

.process-step__number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin: -23px auto 0;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--gt-gold);
  color: var(--gt-navy);
  font-size: 1rem;
  font-weight: 950;
}

.process-step__copy {
  padding: 22px 6px 0;
}

.process-step__copy small {
  color: #c8d7e2;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.process-step h3 {
  margin: 7px 0 10px;
  color: #fff;
  font-size: 1.18rem;
  line-height: 1.12;
}

.process-step p {
  margin: 0;
  color: #e1e9ef;
  font-size: 0.82rem;
  line-height: 1.55;
}

.wireframe-page--main .wire-results {
  background: #fff;
}

.wireframe-page--main .wire-result:first-child {
  background: #edf5fb;
}

.wireframe-page--main .wire-attorneys {
  background: #f3f7fb;
}

.wireframe-page--main .attorney-grid {
  margin-top: 40px;
}

.wireframe-page--main .attorney-card {
  overflow: hidden;
  border: 1px solid #d8e2ec;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(8, 23, 45, 0.08);
}

.wireframe-page--main .attorney-card img {
  min-height: 365px;
  object-fit: cover;
}

.wireframe-page--main .attorney-card:first-child img {
  object-position: 58% center;
}

.wireframe-page--main .attorney-card:last-child img {
  object-position: center 18%;
}

.wireframe-page--main .attorney-copy {
  padding: 30px;
}

.wireframe-page--main .attorney-copy h3 {
  margin: 3px 0 15px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 600;
}

.wireframe-page--main .attorney-role {
  margin: 0;
  color: var(--gt-blue);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wireframe-page--main .wire-case-types {
  background: var(--gt-navy);
  color: #fff;
}

.wireframe-page--main .wire-case-types .eyebrow {
  color: #76d5c7;
}

.wireframe-page--main .wire-case-types .section-title {
  color: #fff;
}

.wireframe-page--main .wire-case-types .section-copy {
  max-width: 700px;
  color: #c7d4e1;
}

.wireframe-page--main .wire-case-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wireframe-page--main .wire-case {
  position: relative;
  min-height: 142px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 52px 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.wireframe-page--main .wire-case::after {
  content: "→";
  position: absolute;
  right: 21px;
  color: var(--gt-gold);
  font-size: 1.25rem;
}

.wireframe-page--main .wire-case:hover {
  border-color: var(--gt-gold);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-3px);
}

.wireframe-page--main .wire-case:focus-visible {
  outline: 3px solid var(--gt-gold);
  outline-offset: 3px;
}

.wireframe-page--main .wire-case > span {
  color: #76d5c7;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.wireframe-page--main .wire-case strong {
  margin-top: 7px;
  color: #fff;
  font-size: 1rem;
}

.wireframe-page--main .wire-case small {
  margin-top: 8px;
  color: #aebed0;
  font-size: 0.69rem;
}

.wireframe-page--main .wire-faq {
  background: #fff;
}

.wireframe-page--main .wire-faq .faq-eyebrow,
.wireframe-page--main .wire-faq > .container > .section-title {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.wireframe-page--main .wire-final {
  background:
    linear-gradient(112deg, rgba(8, 23, 45, 0.98), rgba(16, 42, 77, 0.95)),
    url("../img/joe-client-consultation.jpg") center 44% / cover no-repeat;
}

.wireframe-page--main .wire-final .eyebrow {
  margin-bottom: 10px;
  color: var(--gt-gold);
}

.wireframe-page--main .site-footer {
  padding: 34px 0 28px;
}

.footer-compact {
  display: grid;
  grid-template-columns: 1.15fr 1fr auto;
  align-items: center;
  gap: 40px;
}

.footer-brand img {
  width: 220px;
  height: auto;
}

.footer-brand p {
  margin-top: 7px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-phone {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
}

.footer-links {
  display: flex;
  gap: 18px;
  font-size: 0.75rem;
}

.wireframe-page--main .footer-disclaimer {
  margin-top: 22px;
  padding-top: 18px;
}

.wireframe-page--main .mobile-action-bar {
  display: none;
  opacity: 0;
  transform: translateY(130%);
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

@media (max-width: 1120px) {
  .wireframe-page--main .wire-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.9fr);
    gap: 40px;
  }

  .hero-attorney {
    left: 51%;
    width: 540px;
  }

  .hero-awards {
    gap: 7px;
  }
}

@media (max-width: 940px) {
  .wireframe-page--main .wire-hero__inner {
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 24px;
  }

  .wireframe-page--main .wire-benefits {
    grid-template-columns: 1fr;
  }

  .wireframe-page--main .wire-benefits li:nth-child(2),
  .wireframe-page--main .wire-benefits li:nth-child(4) {
    display: none;
  }

  .hero-attorney {
    left: 49%;
    width: 470px;
    opacity: 0.92;
  }

  .trust-mapper__grid {
    grid-template-columns: 1fr;
  }

  .trust-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 24px;
  }

  .process-section {
    background: linear-gradient(to bottom, #fff 0, #fff 24%, #294c61 24%, #294c61 100%);
  }
}

@media (max-width: 720px) {
  .wireframe-page--main {
    padding-bottom: 0;
  }

  .wireframe-page--main.mobile-bar-visible {
    padding-bottom: 80px;
  }

  .wireframe-page--main .header-inner {
    min-height: 62px;
    gap: 10px;
  }

  .wireframe-page--main .brand-link {
    flex-basis: 205px;
  }

  .wireframe-page--main .brand-link img {
    width: 198px;
  }

  .wireframe-page--main .header-action {
    gap: 0;
  }

  .header-phone-card {
    gap: 6px;
  }

  .header-phone-card__icon {
    width: 34px;
    height: 34px;
    box-shadow: 0 0 0 4px rgba(40, 104, 167, 0.08);
  }

  .header-phone-card__copy,
  .header-review-button {
    display: none !important;
  }

  .header-phone-card__mobile {
    display: block;
    color: var(--gt-blue);
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .wireframe-page--main .wire-hero__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-block: 26px 34px;
  }

  .wireframe-page--main .wire-hero__copy {
    max-width: none;
  }

  .wireframe-page--main .wire-hero h1 {
    max-width: 330px;
    font-size: clamp(2.55rem, 12vw, 3.35rem);
  }

  .wireframe-page--main .wire-hero__lead {
    max-width: 100%;
    font-size: 0.91rem;
    line-height: 1.5;
  }

  .wireframe-page--main .wire-proof-row {
    justify-content: center;
    margin-top: 16px;
    text-align: center;
  }

  .wireframe-page--main .wire-proof-recovery {
    display: block;
    color: var(--gt-blue);
    font-size: 0.94rem;
    animation: proof-breathe 1.4s ease-out 1;
  }

  @keyframes proof-breathe {
    45% { transform: scale(1.06); color: var(--gt-navy); }
    100% { transform: scale(1); color: var(--gt-blue); }
  }

  .hero-awards {
    min-height: 72px;
    gap: 5px;
    margin-top: 15px;
    padding: 8px;
  }

  .hero-awards img,
  .hero-veteran-mark {
    height: 48px;
  }

  .hero-awards img:nth-child(3) {
    height: 32px;
  }

  .hero-veteran-mark {
    border-width: 1px;
    border-radius: 7px;
  }

  .hero-veteran-mark > span {
    font-size: 0.62rem;
  }

  .hero-veteran-mark strong {
    font-size: 0.41rem;
  }

  .hero-veteran-mark small {
    font-size: 0.36rem;
  }

  .hero-attorney {
    z-index: 1;
    top: 335px;
    right: -78px;
    bottom: auto;
    left: auto;
    width: 320px;
    opacity: 0.28;
    transform: none;
    filter: none;
  }

  .wireframe-page--main .wire-hero__form {
    z-index: 2;
  }

  .wireframe-page--main .wire-hero__form .form-card {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(2px);
  }

  .wireframe-page--main .form-card__header {
    padding: 16px 18px 13px;
  }

  .wireframe-page--main .form-card__header h2 {
    font-size: 1.35rem;
  }

  .wireframe-page--main .form-card__body {
    padding: 15px 18px 17px;
  }

  .wireframe-page--main .hero-field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "case case"
      "name phone"
      "email email"
      "details details";
    gap: 8px 9px;
  }

  .wireframe-page--main .field input,
  .wireframe-page--main .field select {
    min-height: 43px;
    font-size: 0.88rem;
  }

  .wireframe-page--main .field select {
    font-size: 0.94rem;
  }

  .wireframe-page--main .field textarea {
    min-height: 66px;
  }

  .wireframe-page--main .field-error:empty {
    min-height: 0;
    margin: 0;
  }

  .wireframe-page--main .authority-item {
    min-height: 103px;
  }

  .wireframe-page--main .wire-no-fee .container {
    min-height: 76px;
  }

  .wireframe-page--main .wire-no-fee strong {
    gap: 9px;
    font-size: 1.22rem;
  }

  .fee-zero {
    width: 44px;
    height: 44px;
    font-size: 0.9rem;
  }

  .wireframe-page--main .wire-review-feature {
    padding-top: 48px;
  }

  .wireframe-page--main .review-card {
    min-height: 250px;
  }

  .trust-mapper {
    padding: 64px 0 68px;
  }

  .trust-mapper__head h2,
  .process-head h2 {
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  .trust-mapper__grid {
    margin-top: 30px;
  }

  .trust-tabs {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .trust-tab {
    min-height: 58px;
  }

  .trust-panels,
  .trust-panel {
    min-height: 0;
  }

  .trust-panel {
    padding: 30px 26px;
  }

  .trust-panel h3 {
    font-size: 1.85rem;
  }

  .process-section {
    padding: 68px 0 72px;
    background: var(--gt-navy);
  }

  .process-head {
    margin-bottom: 38px;
    text-align: left;
  }

  .process-head .eyebrow {
    color: #76d5c7;
  }

  .process-head h2 {
    color: #fff;
  }

  .process-head > p:last-child {
    margin-inline: 0;
    color: #c9d5e2;
  }

  .process-timeline {
    position: relative;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .process-timeline::before {
    content: "";
    position: absolute;
    top: 27px;
    bottom: 32px;
    left: 24px;
    width: 2px;
    background: rgba(255, 255, 255, 0.18);
  }

  .process-step {
    min-height: 150px;
    display: grid;
    grid-template-columns: 62px 1fr;
    align-items: start;
    text-align: left;
    opacity: 0.48;
    transform: translateY(8px);
    transition: opacity 380ms ease, transform 380ms ease;
  }

  .process-step.is-active {
    opacity: 1;
    transform: translateY(0);
  }

  .process-step img {
    display: none;
  }

  .process-step__number {
    z-index: 1;
    grid-column: 1;
    grid-row: 1;
    width: 48px;
    height: 48px;
    margin: 0;
    border-color: rgba(255, 255, 255, 0.45);
    background: #263a4c;
    color: #fff;
    transition: background 300ms ease, box-shadow 300ms ease;
  }

  .process-step.is-active .process-step__number {
    border-color: #fff;
    background: var(--gt-gold);
    color: var(--gt-navy);
    box-shadow: 0 0 0 7px rgba(208, 170, 82, 0.12);
  }

  .process-step__copy {
    grid-column: 2;
    grid-row: 1;
    padding: 0 0 30px 12px;
  }

  .process-step h3 {
    margin-top: 5px;
    font-size: 1.45rem;
  }

  .process-step p {
    font-size: 0.87rem;
  }

  .wireframe-page--main .wire-result-list {
    width: 100%;
  }

  .wireframe-page--main .attorney-card img {
    min-height: 0;
    height: 310px;
  }

  .wireframe-page--main .wire-case-grid {
    grid-template-columns: 1fr;
  }

  .wireframe-page--main .wire-case {
    min-height: 104px;
  }

  .footer-compact {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }

  .footer-brand img {
    width: 150px;
  }

  .footer-brand p {
    margin-top: 3px;
    font-size: 0.68rem;
  }

  .footer-contact {
    align-items: center;
  }

  .footer-contact address {
    margin-top: 5px;
    font-size: 0.68rem;
  }

  .footer-phone {
    font-size: 1.05rem;
  }

  .footer-links {
    justify-content: center;
    font-size: 0.7rem;
  }

  .wireframe-page--main .site-footer {
    padding: 22px 0 18px;
  }

  .wireframe-page--main .footer-disclaimer {
    margin-top: 11px;
    padding-top: 10px;
    font-size: 0.58rem;
    line-height: 1.4;
    text-align: center;
  }

  .wireframe-page--main .mobile-action-bar {
    display: grid;
  }

  .wireframe-page--main.mobile-bar-visible .mobile-action-bar {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

@media (max-width: 430px) {
  .wireframe-page--main .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .wireframe-page--main .brand-link {
    flex-basis: 180px;
  }

  .wireframe-page--main .brand-link img {
    width: 175px;
  }

  .header-phone-card__mobile {
    font-size: 0.56rem;
  }

  .wireframe-page--main .wire-hero h1 {
    max-width: 300px;
  }

  .hero-attorney {
    top: 325px;
    right: -92px;
    width: 300px;
  }

  .wireframe-page--main .form-card__header p {
    font-size: 0.58rem;
  }

  .wireframe-page--main .field label {
    font-size: 0.66rem;
  }

  .wireframe-page--main .consent-row {
    font-size: 0.59rem;
  }

  .wireframe-page--main .wire-no-fee strong {
    font-size: 1.05rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wireframe-page--main .wire-proof-recovery,
  .wire-no-fee.is-visible .fee-zero,
  .trust-panel {
    animation: none;
  }

  .process-step {
    opacity: 1;
    transform: none;
  }
}
