.portable-mobile-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #070a0e;
}

.portable-mobile-nav[hidden] {
  display: none;
}

.portable-mobile-nav__inner {
  display: grid;
  gap: 0.5rem;
  max-height: calc(100vh - 122px);
  overflow-y: auto;
  padding: 1.25rem;
}

.portable-mobile-nav a {
  display: flex;
  min-height: 3rem;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.75rem 1rem;
  color: #e2e8f0;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
}

.portable-mobile-nav__primary,
.portable-mobile-nav__call {
  justify-content: center;
  border-color: transparent !important;
  background: #2563eb;
  color: white !important;
}

.portable-mobile-nav__call {
  background: #0891b2;
}

.portable-file-status {
  margin-top: 0.75rem;
  color: #475569;
  font-size: 0.75rem;
  line-height: 1.5;
}

.portable-file-status[data-error="true"] {
  color: #b91c1c;
  font-weight: 700;
}

.portable-thank-you {
  display: grid;
  min-height: 64vh;
  place-items: center;
  background: #071019;
  padding: 6rem 1.5rem;
  color: white;
}

.portable-thank-you__inner {
  width: min(100%, 52rem);
}

.portable-thank-you__eyebrow {
  color: #67e8f9;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.portable-thank-you h1 {
  margin-top: 1.5rem;
  max-width: 48rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 800;
  line-height: 0.95;
}

.portable-thank-you p:not(.portable-thank-you__eyebrow) {
  margin-top: 1.5rem;
  max-width: 42rem;
  color: #cbd5e1;
  line-height: 1.8;
}

.portable-thank-you__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.portable-thank-you__actions a {
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.75rem 1.5rem;
  color: white;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.portable-thank-you__primary {
  border-color: #2563eb !important;
  background: #2563eb;
}

@media (min-width: 1024px) {
  .portable-mobile-nav {
    display: none !important;
  }
}
