@font-face {
  font-family: 'Public Sans';
  src: url('../fonts/PublicSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  src: url('../fonts/PublicSans-Bold.woff2') format('woff2');
  font-weight: 700 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #061b3a;
  --ink-soft: #243955;
  --blue: #0057b8;
  --blue-deep: #00458f;
  --red: #e31937;
  --teal: #007c89;
  --sky: #eef7fb;
  --surface: #ffffff;
  --line: #d7e2ec;
  --wash: #f6f9fc;
  --shadow: 0 18px 45px rgba(6, 27, 58, 0.16);
  --radius: 8px;
  color-scheme: light;
  font-family: 'Public Sans', Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #eef2f6;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  padding-bottom: env(safe-area-inset-bottom);
  color: var(--ink);
  font-family: 'Public Sans', Arial, sans-serif;
  background:
    linear-gradient(135deg, rgba(0, 124, 137, 0.08), rgba(227, 25, 55, 0.05)),
    #eef2f6;
}

a {
  color: var(--blue-deep);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.portal-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.95fr);
  max-width: 1440px;
  min-height: calc(100vh - 48px);
  min-height: calc(100svh - 32px);
  margin: 16px auto;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid rgba(6, 27, 58, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.welcome-panel {
  padding: clamp(16px, 2.8vw, 30px) clamp(28px, 4vw, 48px) clamp(28px, 4vw, 48px);
}

.brand-row,
.operating-for,
.operator-mark,
.metric-list li,
.checkbox-row,
.primary-action,
.secondary-action,
.faq-heading,
.faq-toggle {
  display: flex;
  align-items: center;
}

.brand-row {
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 18px;
}

.header-logo {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  flex: 0 1 100%;
  object-fit: contain;
  object-position: left center;
}

.text-brand {
  display: grid;
  gap: 3px;
  width: 100%;
  padding: 4px 0;
  color: var(--ink);
  line-height: 1.15;
}

.text-brand strong {
  color: var(--ink);
  font-size: clamp(1.45rem, 5vw, 2.1rem);
  font-weight: 800;
}

.text-brand span {
  color: var(--blue-deep);
  font-size: 0.92rem;
  font-weight: 800;
}

.operator-mark {
  display: grid;
  gap: 2px;
  flex: 1 1 auto;
  max-width: 500px;
  min-width: 0;
}

.operator-logo {
  display: block;
  width: min(500px, 100%);
  height: auto;
  max-height: 104px;
  object-fit: contain;
  object-position: left center;
}

.operating-label {
  justify-self: end;
  margin-right: 38px;
  color: var(--blue-deep);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.operating-for {
  align-self: center;
  flex: 0 1 auto;
  justify-content: flex-end;
  transform: none;
}

.operating-for img {
  width: min(210px, 19vw);
  height: 68px;
  object-fit: contain;
  object-position: left center;
}

.intro-copy {
  max-width: 780px;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(2.65rem, 3.15vw, 3.45rem);
  line-height: 1.02;
  letter-spacing: 0;
  white-space: nowrap;
}

.lead {
  margin-bottom: 22px;
  color: var(--blue-deep);
  font-size: clamp(1.28rem, 1.8vw, 1.65rem);
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
}

.intro-copy p:not(.lead),
.document-shell p {
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.7;
}

.alert {
  margin: 22px 0;
  padding: 14px 18px;
  color: #7a1021;
  background: #fff1f3;
  border: 1px solid #f2a7b3;
  border-radius: var(--radius);
}

.alert p {
  margin: 0;
}

.alert p + p {
  margin-top: 6px;
}

.alert.info {
  color: var(--ink-soft);
  background: #eef7fb;
  border-color: #b9d9ea;
}

.alert.blocked,
.alert.error {
  color: #7a1021;
  background: #fff1f3;
  border-color: #f2a7b3;
}

.usage-panel {
  margin: 22px 0;
  padding: 20px 22px;
  color: var(--ink);
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.usage-panel.blocked {
  background: #fff7f8;
  border-color: #f2a7b3;
}

.usage-panel h2 {
  margin-bottom: 12px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.usage-blocked-message {
  margin-bottom: 14px;
  color: #7a1021;
  font-weight: 700;
}

.usage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.usage-grid div {
  min-width: 0;
}

.usage-grid dt {
  margin-bottom: 4px;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.usage-grid dd {
  margin: 0;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
}

.reset-note {
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.45;
}

.blocked-actions {
  margin-top: 18px;
}

.info-block {
  display: grid;
  grid-template-columns: 98px 1fr;
  gap: 26px;
  align-items: start;
  margin-top: 18px;
  padding: 24px 28px;
  background: linear-gradient(180deg, #ffffff, var(--wash));
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.info-block > div {
  min-width: 0;
}

.info-icon,
.faq-icon,
.question-mark {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--blue-deep);
  background: #e8f1fb;
  border-radius: 50%;
}

.info-icon {
  width: 78px;
  height: 78px;
}

.info-icon svg {
  width: 32px;
  height: 32px;
}

.info-icon.muted {
  color: var(--ink);
  background: #eff3f8;
}

.info-block h2,
.faq-panel h2,
.document-shell h2 {
  margin-bottom: 14px;
  font-size: 1.45rem;
  line-height: 1.2;
}

.metric-list,
.check-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  color: #102440;
  font-size: 1.03rem;
  list-style: none;
}

.metric-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
}

.metric-list svg {
  margin-top: 1px;
  color: var(--blue-deep);
}

.check-list li {
  position: relative;
  padding-left: 34px;
  line-height: 1.35;
}

.check-list li::before {
  position: absolute;
  top: 0.05em;
  left: 0;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: #ffffff;
  background: var(--blue);
  border-radius: 50%;
  content: "";
}

.check-list li::after {
  position: absolute;
  top: calc(0.05em + 5px);
  left: 8px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  content: "";
  transform: rotate(45deg);
}

.connect-form {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.checkbox-row {
  align-items: flex-start;
  gap: 12px;
  color: #17263d;
  font-size: 16px;
  line-height: 1.35;
}

.checkbox-row span {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
}

.checkbox-row a {
  font-size: 1em;
  line-height: inherit;
}

.checkbox-row input {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin: 0;
  accent-color: var(--blue);
}

.primary-action,
.secondary-action {
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 18px;
  border: 1px solid var(--blue);
  border-radius: var(--radius);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
}

.primary-action {
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 8px 18px rgba(0, 87, 184, 0.25);
  cursor: pointer;
}

.primary-action:hover,
.primary-action:focus-visible {
  background: var(--blue-deep);
}

.primary-action:disabled {
  color: #d8e6f6;
  background: #6e8fb5;
  border-color: #6e8fb5;
  box-shadow: none;
  cursor: not-allowed;
}

.primary-action.is-loading {
  background: var(--blue-deep);
  border-color: var(--blue-deep);
  cursor: wait;
}

.secondary-action {
  color: var(--blue-deep);
  background: #ffffff;
}

.secondary-action:hover,
.secondary-action:focus-visible {
  background: var(--sky);
}

.fine-print {
  margin: 2px 0 0;
  color: #69798b;
  font-size: 0.92rem;
  line-height: 1.45;
  text-align: center;
}

.returning-note,
.close-note {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.98rem;
  line-height: 1.45;
  text-align: center;
}

.success-summary {
  display: grid;
  gap: 8px;
  margin: 18px 0 8px;
  padding: 18px;
  color: var(--ink);
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-align: left;
}

.success-summary p {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.45;
}

.journey-panel {
  display: grid;
  grid-template-rows: auto auto;
  align-content: start;
  min-height: 100%;
  border-left: 1px solid var(--line);
  background: #f8fafc;
}

.journey-image {
  position: relative;
  width: 100%;
  height: clamp(560px, 68vh, 760px);
  min-height: 0;
  overflow: hidden;
}

.journey-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.journey-image p {
  position: absolute;
  z-index: 1;
  top: 58px;
  left: 42px;
  margin: 0;
  padding-left: 22px;
  color: var(--ink);
  border-left: 3px solid var(--blue-deep);
  font-size: clamp(1.35rem, 2.1vw, 1.9rem);
  line-height: 1.35;
}

.faq-panel {
  margin-top: 0;
  padding: 30px 28px 34px;
  background: var(--surface);
  border-radius: 8px 0 0 0;
}

.faq-heading {
  gap: 18px;
  margin-bottom: 18px;
}

.question-mark {
  width: 48px;
  height: 48px;
  color: #ffffff;
  background: var(--blue);
  font-size: 2rem;
  font-weight: 800;
}

.faq-heading h2 {
  margin: 0;
  font-size: 1.8rem;
}

.faq-item {
  border-top: 1px solid var(--line);
}

.faq-toggle {
  width: 100%;
  gap: 18px;
  padding: 22px 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}

.faq-icon {
  width: 66px;
  height: 66px;
}

.faq-icon svg {
  width: 30px;
  height: 30px;
}

.faq-toggle span:nth-child(2) {
  flex: 1;
  min-width: 0;
}

.faq-toggle strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.faq-toggle small {
  display: block;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.45;
}

.chevron {
  color: var(--blue-deep);
  transition: transform 160ms ease;
}

.faq-toggle[aria-expanded="true"] .chevron {
  transform: rotate(180deg);
}

.faq-answer {
  margin: -8px 0 18px 72px;
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.55;
}

.terms-page {
  display: grid;
  place-items: start center;
  padding: 30px 18px;
}

.document-shell {
  width: min(860px, 100%);
  padding: clamp(26px, 5vw, 52px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.document-shell h1 {
  font-size: clamp(2.1rem, 5vw, 3.3rem);
}

.document-shell section {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.terms-list {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding-left: 1.45rem;
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.65;
}

.terms-list li::marker {
  color: var(--blue-deep);
  font-weight: 800;
}

.nested-list {
  margin-top: 10px;
  margin-bottom: 0;
}

.schedule-list {
  font-weight: 700;
}

.back-link {
  display: inline-flex;
  margin-bottom: 26px;
}

.document-logo {
  width: 100%;
  margin-bottom: 26px;
}

.connected-shell {
  text-align: center;
}

.connected-logo {
  width: 100%;
  object-position: center;
  margin: 0 auto 18px;
}

.inline-action {
  display: inline-flex;
  margin-top: 16px;
}

body.ios-captive {
  padding-bottom: calc(104px + env(safe-area-inset-bottom));
  font-family: Arial, sans-serif;
  background: #ffffff;
}

.ios-captive .portal-shell {
  display: block;
  max-width: none;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.ios-captive .welcome-panel {
  padding: 12px 14px calc(112px + env(safe-area-inset-bottom));
}

.ios-captive .brand-row {
  margin-bottom: 8px;
}

.ios-captive .intro-copy {
  max-width: none;
}

.ios-captive h1 {
  margin-bottom: 8px;
  font-size: clamp(1.55rem, 8vw, 2rem);
  line-height: 1.08;
  white-space: normal;
}

.ios-captive .lead {
  margin-bottom: 10px;
  font-size: 1.02rem;
  line-height: 1.25;
  white-space: normal;
}

.ios-captive .intro-copy p:not(.lead) {
  display: none;
}

.ios-captive .alert,
.ios-captive .usage-panel {
  margin: 10px 0;
  padding: 12px;
}

.ios-captive .usage-grid {
  grid-template-columns: 1fr;
  gap: 8px;
}

.ios-captive .usage-panel h2 {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.ios-captive .usage-grid dt {
  font-size: 0.75rem;
}

.ios-captive .usage-grid dd,
.ios-captive .reset-note {
  font-size: 0.88rem;
}

.ios-captive .info-block {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  margin-top: 10px;
  padding: 12px;
}

.ios-captive .info-block + .info-block {
  display: none;
}

.ios-captive .info-icon {
  width: 40px;
  height: 40px;
}

.ios-captive .info-icon svg {
  width: 20px;
  height: 20px;
}

.ios-captive .info-block h2 {
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.ios-captive .metric-list,
.ios-captive .check-list {
  gap: 8px;
  font-size: 0.9rem;
}

.ios-captive .metric-list li {
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
}

.ios-captive .metric-list svg {
  width: 20px;
  height: 20px;
}

.ios-captive .connect-form {
  gap: 10px;
  margin-top: 14px;
}

.ios-captive .checkbox-row {
  font-size: 14px;
}

.ios-captive .primary-action,
.ios-captive .secondary-action {
  min-height: 50px;
  padding: 12px 14px;
  font-size: 1rem;
}

.ios-captive .secondary-action,
.ios-captive .fine-print {
  display: none;
}

.ios-captive .journey-panel {
  display: none;
}

.ios-captive.terms-page {
  display: block;
  padding: 0 0 calc(104px + env(safe-area-inset-bottom));
  background: #ffffff;
}

.ios-captive .document-shell {
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  padding: 16px 14px calc(104px + env(safe-area-inset-bottom));
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.ios-captive .document-logo,
.ios-captive .connected-logo {
  margin-bottom: 14px;
}

.ios-captive .document-shell h1 {
  font-size: clamp(1.7rem, 8vw, 2.15rem);
}

.ios-captive .back-link {
  margin-bottom: 14px;
}

@media (max-width: 1020px) {
  .portal-shell {
    grid-template-columns: 1fr;
    margin: 0;
    min-height: 100vh;
    border-radius: 0;
  }

  .journey-panel {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .journey-image {
    height: 300px;
  }

  .faq-panel {
    border-radius: 0;
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  .welcome-panel {
    padding: 14px 18px calc(96px + env(safe-area-inset-bottom));
  }

  .brand-row {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
  }

  .operator-mark {
    flex: none;
    width: 100%;
    min-width: 0;
  }

  .operator-logo {
    width: min(300px, 100%);
    max-height: 60px;
  }

  .operating-label {
    justify-self: start;
    margin-right: 0;
    font-size: 0.95rem;
  }

  .operating-for {
    align-self: stretch;
    width: 100%;
    justify-content: flex-end;
    gap: 14px;
    font-size: 0.95rem;
    transform: none;
  }

  .operating-for img {
    width: min(220px, 58vw);
    height: 58px;
  }

  h1 {
    font-size: 2.45rem;
    white-space: normal;
  }

  .lead {
    font-size: 1.35rem;
    white-space: normal;
  }

  .info-block {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 20px;
  }

  .usage-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .info-block h2 {
    margin-bottom: 10px;
  }

  .primary-action,
  .secondary-action {
    min-height: 54px;
    font-size: 1.05rem;
  }

  .connect-form {
    padding-bottom: env(safe-area-inset-bottom);
  }

  .checkbox-row {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .checkbox-row span {
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 400;
  }

  .checkbox-row a {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .journey-image {
    height: auto;
    aspect-ratio: 4 / 5;
    background: #eef2f6;
  }

  .journey-image img {
    object-fit: contain;
    object-position: center top;
  }

  .journey-image p {
    top: 30px;
    left: 24px;
    font-size: 1.35rem;
    text-shadow: 0 1px 4px rgba(255, 255, 255, 0.95), 0 0 10px rgba(255, 255, 255, 0.85);
  }

  .faq-panel {
    padding: 24px 18px 28px;
  }

  .faq-toggle {
    gap: 12px;
  }

  .faq-icon {
    width: 46px;
    height: 46px;
  }

  .faq-icon svg {
    width: 22px;
    height: 22px;
  }

  .faq-answer {
    margin-left: 58px;
  }
}

@media (max-width: 430px) {
  .welcome-panel {
    padding: 12px 14px calc(104px + env(safe-area-inset-bottom));
  }

  .brand-row {
    gap: 10px;
    margin-bottom: 14px;
  }

  .operator-mark {
    width: 100%;
    min-width: 0;
  }

  .operator-logo {
    width: min(270px, 100%);
    max-height: 54px;
  }

  .operating-label {
    font-size: 0.9rem;
  }

  .operating-for {
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 10px;
    font-size: 0.9rem;
  }

  .operating-for img {
    width: min(190px, 54vw);
    height: 50px;
  }

  h1 {
    font-size: 1.85rem;
    line-height: 1.08;
  }

  .lead {
    font-size: 1.12rem;
  }

  .intro-copy p:not(.lead),
  .document-shell p {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .terms-list {
    font-size: 0.95rem;
    line-height: 1.55;
    padding-left: 1.25rem;
  }

  .info-block {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    margin-top: 12px;
    padding: 14px;
  }

  .info-icon {
    width: 40px;
    height: 40px;
  }

  .info-icon svg {
    width: 20px;
    height: 20px;
  }

  .info-block h2 {
    margin-bottom: 8px;
    font-size: 1.25rem;
  }

  .metric-list,
  .check-list {
    gap: 8px;
    font-size: 0.92rem;
    line-height: 1.3;
  }

  .metric-list li {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
  }

  .metric-list svg {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
  }

  .check-list li {
    padding-left: 28px;
  }

  .check-list li::before {
    width: 18px;
    height: 18px;
  }

  .check-list li::after {
    top: calc(0.05em + 4px);
    left: 7px;
    width: 4px;
    height: 8px;
  }

  .checkbox-row {
    align-items: flex-start;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .checkbox-row span {
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 400;
  }

  .checkbox-row a {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .primary-action,
  .secondary-action {
    min-height: 50px;
    padding: 12px 14px;
    font-size: 0.98rem;
  }

  .journey-image {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .journey-image p {
    top: 18px;
    left: 16px;
    padding-left: 14px;
    font-size: 1.05rem;
  }

  .faq-panel {
    padding: 18px 14px 24px;
  }

  .faq-heading {
    gap: 12px;
  }

  .question-mark {
    width: 40px;
    height: 40px;
    font-size: 1.55rem;
  }

  .faq-heading h2 {
    font-size: 1.45rem;
  }

  .faq-toggle {
    gap: 10px;
    padding: 16px 0;
  }

  .faq-icon {
    width: 40px;
    height: 40px;
  }

  .faq-icon svg {
    width: 20px;
    height: 20px;
  }

  .faq-toggle strong {
    font-size: 0.95rem;
  }

  .faq-toggle small,
  .faq-answer {
    font-size: 0.86rem;
  }

  .faq-answer {
    margin-left: 50px;
  }
}

@media (max-width: 360px) {
  .brand-row {
    gap: 10px;
  }

  .operator-logo {
    width: min(240px, 100%);
    max-height: 48px;
  }

  .operating-for img {
    width: min(180px, 64vw);
    height: 48px;
  }

  h1 {
    font-size: 1.65rem;
  }

  .lead {
    font-size: 1.02rem;
  }

  .info-block {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 12px;
  }

  .info-icon {
    width: 36px;
    height: 36px;
  }

  .journey-image {
    height: auto;
    aspect-ratio: 4 / 5;
  }
}

@media (max-width: 720px) and (max-height: 700px) {
  .brand-row {
    margin-bottom: 10px;
  }

  h1 {
    margin-bottom: 8px;
  }

  .lead {
    margin-bottom: 12px;
  }

  .intro-copy p:not(.lead) {
    display: none;
  }

  .info-block,
  .usage-panel,
  .alert {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 12px;
  }

  .connect-form {
    gap: 10px;
    margin-top: 14px;
  }

  .journey-panel {
    display: none;
  }
}

@media (max-width: 720px) {
  .captive-browser .journey-panel {
    display: none;
  }
}
