/* Disabled embedded PDF-export font to avoid mobile glyph corruption. */

:root {
  color-scheme: light;
  --page-bg: #ffffff;
  --surface: #ffffff;
  --surface-muted: #f4f6fa;
  --surface-soft: #f4f6fa;
  --header-text: #111d4f;
  --body-text: #61646d;
  --body-text-strong: #61646d;
  --body-text-soft: #8490a6;
  --body-text-placeholder: #9fa6b5;
  --eyebrow-text: #9599a4;
  --footer-text: #8e96a5;
  --border-soft: #d7dae3;
  --border-muted: #e6e9f0;
  --border-success: #cdead9;
  --link-blue: #2f72d6;
  --pill-blue: #07164f;
  --icon-blue: #07164f;
  --cta-orange: #ff5a1f;
  --cta-orange-active: #f0531b;
  --success-bg: #eff8f3;
  --success-text: #17804a;
  --focus-ring: rgba(47, 114, 214, 0.22);
  --shadow-card: 0 2px 10px rgba(29, 44, 94, 0.08);
}

body[data-brand="MSC"] {
  --header-text: #111d4f;
  --body-text: #61646d;
  --body-text-strong: #61646d;
  --body-text-soft: #8490a6;
  --eyebrow-text: #9599a4;
  --border-success: #cdead9;
  --link-blue: #2f72d6;
  --pill-blue: #07164f;
  --icon-blue: #07164f;
  --cta-orange: #ff5a1f;
  --cta-orange-active: #f0531b;
  --success-bg: #eff8f3;
  --success-text: #17804a;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--page-bg);
}

html {
  scrollbar-gutter: stable;
}

body {
  font-family: "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  color: var(--header-text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.app-shell {
  position: relative;
}

.parameter-panel {
  padding: 16px 8px 0;
}

.parameter-panel-card {
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  background: var(--surface);
  box-shadow: var(--shadow-card);
  padding: 16px 16px 14px;
}

.parameter-panel-disclosure {
  display: block;
}

.parameter-panel-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  list-style: none;
  cursor: pointer;
}

.parameter-panel-summary::-webkit-details-marker {
  display: none;
}

.parameter-panel-summary::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #5776a7;
  border-bottom: 1.5px solid #5776a7;
  transform: rotate(45deg);
  transition: transform 160ms ease;
  flex: 0 0 auto;
}

.parameter-panel-disclosure[open] .parameter-panel-summary::before {
  transform: rotate(-135deg);
}

.parameter-panel-content {
  padding-top: 14px;
}

.parameter-panel-eyebrow {
  margin: 0 0 6px;
  color: var(--eyebrow-text);
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.parameter-panel-summary .parameter-panel-eyebrow {
  margin: 0;
}

.parameter-reset-button {
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--link-blue);
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  appearance: none;
}

.parameter-panel-card h2 {
  margin: 0 0 14px;
  color: var(--header-text);
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.parameter-field {
  display: grid;
  gap: 10px;
}

.parameter-field + .parameter-field {
  margin-top: 14px;
}

.parameter-label-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.parameter-label,
.parameter-summary-line strong {
  color: var(--header-text);
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.parameter-value,
.parameter-helper,
.parameter-summary-line span,
.parameter-destination-list li {
  color: var(--body-text);
}

.parameter-value {
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.parameter-panel select {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  background: var(--surface);
  color: var(--body-text-strong);
  font-size: 12px;
}

.parameter-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.parameter-toggle-button {
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  background: var(--surface-soft);
  color: var(--body-text);
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.parameter-toggle-button.is-active {
  border-color: var(--icon-blue);
  background: var(--icon-blue);
  color: #ffffff;
}

.parameter-helper,
.parameter-destination-list li {
  font-size: 11px;
  line-height: 1.45;
}

.parameter-range {
  width: 100%;
  margin: 0;
  accent-color: var(--link-blue);
}

.parameter-helper {
  margin: 0;
}

.parameter-destination-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.parameter-destination-list li {
  position: relative;
  padding-left: 0;
}

.parameter-destination-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 6px 8px;
  border-radius: 10px;
  transition:
    background-color 140ms ease,
    box-shadow 140ms ease;
}

.parameter-destination-item.is-active {
  background: #eef3ff;
  box-shadow: inset 0 0 0 1px #d7e4ff;
}

.parameter-destination-day {
  color: var(--header-text);
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.parameter-destination-copy {
  display: grid;
  gap: 2px;
}

.parameter-destination-name {
  color: var(--body-text-strong);
  font-size: 11px;
  line-height: 1.35;
}

.parameter-destination-date {
  color: var(--body-text-soft);
  font-size: 10px;
  line-height: 1.3;
}

.parameter-destination-item.is-active .parameter-destination-name,
.parameter-destination-item.is-active .parameter-destination-day {
  color: var(--header-text);
}

button,
input,
textarea,
select {
  font: inherit;
}

a,
button,
[role="button"] {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.page {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  background: var(--page-bg);
}

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: calc(env(safe-area-inset-top, 0px) + 8px) 54px 10px;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #edf1f6;
}

.page-header h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--header-text);
  text-align: center;
}

.menu-button,
.close-button {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--link-blue);
  cursor: pointer;
  transform: translateY(-50%);
}

.menu-button {
  left: 12px;
  right: auto;
}

.menu-button span,
.close-button span {
  display: block;
  font-size: 32px;
  line-height: 0.85;
  font-weight: 400;
}

.page-content {
  padding-top: 56px;
  padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 26px);
}

.scroll-canvas {
  min-height: calc(100vh - 56px);
  min-height: calc(100svh - 56px);
  min-height: calc(100dvh - 56px);
  background: var(--page-bg);
}

.hero-image {
  position: relative;
  margin: 0;
  height: 220px;
  overflow: hidden;
  background: #d8d6d2;
}

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

.hero-promo-pill {
  position: absolute;
  top: 12px;
  left: 14px;
  z-index: 1;
  margin: 0;
  padding: 8px 14px;
  border-radius: 999px;
  max-width: calc(100% - 28px);
  background: var(--pill-blue);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.intro-copy {
  padding: 10px 8px 0;
}

.intro-eyebrow {
  margin: 0 0 6px;
  color: var(--eyebrow-text);
  font-size: 13px;
  line-height: 1.3;
}

.intro-copy h2 {
  margin: 0 0 8px;
  color: var(--header-text);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.intro-paragraph {
  margin: 0;
  color: var(--body-text);
  font-size: 14px;
  line-height: 1.4;
}

.availability-notice {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  padding: 14px 10px;
  border: 1px solid var(--border-success);
  border-radius: 6px;
  background: var(--success-bg);
}

.availability-notice[hidden] {
  display: none !important;
}

.availability-notice.availability-notice-info {
  border-color: var(--border-soft);
  background: var(--surface-muted);
}

.availability-notice p {
  margin: 0;
  color: var(--success-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.availability-notice.availability-notice-info p {
  color: var(--link-blue);
}

.notice-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--success-text);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.availability-notice.availability-notice-info .notice-icon {
  background: var(--link-blue);
}

.intro-bullets {
  margin: 16px 0 0;
  padding: 0 0 0 12px;
  list-style: none;
  display: grid;
  gap: 7px;
}

.intro-bullets li {
  position: relative;
  padding-left: 13px;
  color: var(--body-text-strong);
  font-size: 14px;
  line-height: 1.35;
}

.intro-bullets li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--icon-blue);
}

.generic-coverage-picker {
  margin-top: 18px;
  margin-bottom: 18px;
}

.generic-coverage-title {
  margin: 0 0 8px;
}

.generic-coverage-details {
  margin: 0;
}

.generic-coverage-details[open] {
  z-index: 2;
}

.generic-coverage-summary {
  list-style: none;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

.generic-coverage-summary.account-menu-select-trigger {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

.generic-coverage-summary.account-menu-select-trigger #generic-coverage-selected {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

.generic-coverage-summary::-webkit-details-marker {
  display: none;
}

.generic-coverage-summary::marker {
  content: "";
}

.generic-coverage-summary:focus-visible {
  outline-offset: 3px;
}

.generic-coverage-menu {
  gap: 4px;
}

.generic-coverage-option.is-selected {
  font-weight: 700;
}

.generic-coverage-option.account-menu-select-option {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

.pricing-card {
  margin: 12px 8px 0;
  padding: 14px 20px 0;
  border: 1px solid var(--border-soft);
  border-radius: 6px;
  background: var(--surface);
  box-shadow: var(--shadow-card);
}

.pricing-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin: 0 0 14px;
  padding: 3px 16px;
  border: 1px solid var(--icon-blue);
  border-radius: 999px;
  color: var(--icon-blue);
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pricing-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 14px;
}

.pricing-badges .pricing-badge {
  margin: 0;
}

.pricing-badge-filled {
  border-color: var(--icon-blue);
  background: var(--icon-blue);
  color: #ffffff;
}

.pricing-badge-hidden {
  display: none;
}

.pricing-card h3 {
  margin: 0 0 12px;
  color: var(--header-text);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

.pricing-label {
  margin: 0;
  color: var(--body-text);
  font-size: 11px;
  line-height: 1.25;
}

.pricing-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 14px;
  margin-top: 8px;
}

.pricing-copy {
  min-width: 0;
}

.pricing-amount {
  margin: 0;
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  color: var(--header-text);
  font-size: 30px;
  font-weight: 700;
  font-synthesis: none;
  line-height: 1;
}

.pricing-note {
  margin: 6px 0 0;
  color: var(--body-text);
  font-size: 11px;
  line-height: 1.3;
}

.continue-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 8px;
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  cursor: pointer;
  appearance: none;
  text-decoration: none;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    opacity 160ms ease;
}

.button-block {
  width: 100%;
  min-width: 0;
}

.continue-button {
  width: 100%;
  min-height: 54px;
  border: 1px solid transparent;
  background: var(--cta-orange);
  color: #ffffff;
  box-shadow: none;
}

.continue-button:active {
  background: var(--cta-orange-active);
}

.continue-button.pricing-button {
  width: 124px;
  min-width: 124px;
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.pricing-divider {
  height: 1px;
  margin: 14px 0 0;
  background: var(--border-muted);
}

.pricing-perks {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-perks li {
  position: relative;
  min-height: 28px;
  padding: 13px 0 13px 30px;
  color: var(--body-text);
  font-size: 11px;
  line-height: 1.3;
}

.pricing-perks li + li {
  border-top: 0;
}

.pricing-perks li::before {
  content: "\2713";
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #eef3ff;
  color: var(--link-blue);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

.perk-coverage::before,
.perk-single::before,
.perk-itinerary::before,
.perk-day::before,
.perk-unlimited::before {
  content: "\2713";
}

.inline-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--link-blue);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.inline-link:hover,
.inline-link:focus-visible {
  text-decoration: underline;
}

.pricing-footer {
  margin: 12px 0 0;
  padding: 10px 0 8px;
  border-top: 1px solid var(--border-muted);
  color: var(--body-text);
  font-size: 9px;
  line-height: 1.25;
  font-style: italic;
}

.existing-user-card {
  margin: 12px 8px 0;
  padding: 16px 20px;
  border: 1px solid var(--border-soft);
  border-radius: 6px;
  background: var(--surface);
  box-shadow: var(--shadow-card);
}

.existing-user-eyebrow {
  margin: 0 0 8px;
  color: var(--eyebrow-text);
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.existing-user-card h3 {
  margin: 0;
  color: var(--header-text);
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.existing-user-copy {
  margin: 10px 0 0;
  color: var(--body-text);
  font-size: 11px;
  line-height: 1.45;
}

.existing-user-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 14px;
}

.secondary-button {
  min-width: 118px;
  min-height: 54px;
  border: 1px solid var(--link-blue);
  background: #ffffff;
  color: var(--link-blue);
}

.secondary-button:active {
  border-color: var(--header-text);
  background: var(--surface-soft);
  color: var(--header-text);
}

#buy-now-package-details {
  width: 100%;
  min-width: 0;
  min-height: 34px;
  justify-content: center;
}

.how-it-works {
  margin: 0 8px;
  padding: 18px 0 0;
}

.how-it-works h3,
.before-you-buy h3,
.device-support-title,
.device-browser-header h3 {
  margin: 0 0 14px;
  color: var(--header-text);
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.how-it-works-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 34px;
}

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

.step-marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--icon-blue);
  color: #ffffff;
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.step-title {
  margin: 0 0 8px;
  color: var(--header-text);
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.step-copy {
  margin: 0;
  color: var(--body-text);
  font-size: 10px;
  line-height: 1.45;
}

.device-browser {
  padding: 18px 16px 16px;
}

.device-browser-header {
  display: grid;
  gap: 16px;
}

.device-browser-copy,
.device-support-copy {
  margin: 0;
  color: var(--body-text);
  font-size: 11px;
  line-height: 1.45;
}

.device-readiness-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.device-readiness-list li {
  position: relative;
  padding-left: 23px;
  color: var(--body-text);
  font-size: 10px;
  line-height: 1.45;
}

.device-readiness-list li::before {
  content: "\2713";
  position: absolute;
  top: 0.1em;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #eef3ff;
  color: var(--link-blue);
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
}

.device-search {
  position: relative;
  display: block;
}

.device-search input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid var(--border-muted);
  border-radius: 10px;
  background: var(--surface-muted);
  color: var(--body-text-strong);
  font-size: 11px;
}

.device-search input::placeholder {
  color: var(--body-text-placeholder);
}

.payment-device-check {
  margin: 18px 8px 0;
  padding: 0 14px;
}

.payment-device-check h3 {
  margin: 0 0 14px;
  color: var(--header-text);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

.payment-check-option {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: var(--header-text);
  font-size: 13px;
  line-height: 1.45;
  cursor: pointer;
}

.buy-now-device-check {
  margin-top: 10px;
}

#buy-now-device-attestation {
  min-height: 3.5rem;
}

#buy-now-device-attestation[hidden] {
  display: block;
  visibility: hidden;
  pointer-events: none;
}

.buy-now-device-copy {
  color: var(--body-text);
  font-size: 12px;
  line-height: 1.5;
}

.buy-now-device-copy .inline-link {
  margin-top: 0;
}

.payment-check-option input {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  accent-color: var(--link-blue);
}

.payment-check-option input.is-invalid {
  outline: 2px solid #d93025;
  outline-offset: 2px;
  border-radius: 3px;
}

.payment-check-option span {
  display: block;
  max-width: 28rem;
}

.payment-device-error {
  margin: 12px 0 0;
  padding: 10px 12px;
  border: 1px solid #f1b8b3;
  border-radius: 8px;
  background: #fff1f0;
  color: var(--cta-orange-active);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.continue-button.is-disabled,
.continue-button[aria-disabled="true"],
.secondary-button.is-disabled,
.secondary-button[aria-disabled="true"] {
  opacity: 0.52;
  cursor: not-allowed;
  pointer-events: none;
}

.payment-device-check-link {
  display: inline-block;
  margin-top: 10px;
}

.payment-overlay-device-browser[hidden] {
  display: none;
}

.payment-overlay-device-browser {
  min-height: 18.5rem;
  align-content: start;
  padding-top: 12px;
}

.payment-overlay-device-browser:not([hidden]) {
  display: grid;
}

.payment-device-browser-header {
  margin-bottom: 14px;
}

.payment-device-browser-actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.payment-device-browser-header .device-search {
  margin-top: 0;
}

.payment-overlay-close {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--link-blue);
  cursor: pointer;
}

.payment-overlay-close span {
  display: block;
  font-size: 26px;
  line-height: 0.8;
  font-weight: 400;
}

.payment-device-results-panel {
  margin-top: 14px;
  height: 184px;
  display: grid;
  align-content: start;
  gap: 0;
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}

.payment-device-result {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 14px;
  border: 0;
  border-top: 1px solid #eef2f7;
  border-radius: 0;
  background: #ffffff;
  color: var(--body-text-strong);
  text-align: left;
  cursor: pointer;
}

.payment-device-result[hidden] {
  display: none;
}

.payment-device-result:first-child {
  border-top: 0;
}

.payment-device-result strong {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.payment-device-result::after {
  content: "ESIM READY";
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 4px 10px;
  border: 1px solid #cdead9;
  border-radius: 999px;
  background: #eff8f3;
  color: #17804a;
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}


.device-accordions {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.device-accordion {
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  background: var(--surface);
  overflow: hidden;
}

.device-accordion[hidden] {
  display: none;
}

.device-accordion summary {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 14px;
  list-style: none;
  cursor: pointer;
}

.device-accordion summary::-webkit-details-marker {
  display: none;
}

.device-accordion summary::after {
  content: "";
  margin-left: auto;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #5776a7;
  border-bottom: 1.5px solid #5776a7;
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.device-accordion[open] summary::after {
  transform: rotate(-135deg);
}

.my-esim-accordion summary::after {
  order: -1;
  margin-left: 0;
  margin-right: 12px;
}

.device-maker-copy {
  display: grid;
  gap: 1px;
}

.device-maker-copy strong {
  color: var(--header-text);
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.device-maker-copy small {
  color: var(--body-text-soft);
  font-size: 10px;
  line-height: 1.25;
}

.device-models {
  display: grid;
  border-top: 1px solid var(--border-muted);
}

.device-model {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 14px;
  border-top: 1px solid #eef2f7;
  color: var(--body-text-strong);
  font-size: 14px;
  line-height: 1.35;
}

.device-model::after {
  content: "ESIM READY";
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 4px 10px;
  border: 1px solid #cdead9;
  border-radius: 999px;
  background: #eff8f3;
  color: #17804a;
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.device-model:first-child {
  border-top: 0;
}

.device-model.is-hidden {
  display: none;
}

.inline-link-button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: var(--link-blue);
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.before-you-buy {
  margin: 0 8px;
  padding: 18px 0 0;
}

.resource-links {
  border-radius: 6px;
  background: var(--surface-soft);
  overflow: hidden;
}

.resource-link {
  position: relative;
  display: block;
  padding: 14px 16px 14px 28px;
  color: var(--link-blue);
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.resource-link + .resource-link {
  border-top: 0;
}

.resource-link::before {
  content: "\203a";
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  color: var(--link-blue);
  font-size: 14px;
  font-weight: 700;
}

.device-support {
  margin: 0 8px;
  padding: 18px 0 0;
}

.device-support-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 6px;
}

.continue-button.support-button {
  width: 136px;
  min-width: 136px;
  min-height: 54px;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.site-footer {
  padding: 14px 8px 18px;
  color: var(--footer-text);
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
}

.auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: -2px 0 18px;
  border-bottom: 1px solid var(--border-soft);
}

.auth-tab {
  position: relative;
  padding: 0 12px 12px;
  border: 0;
  background: transparent;
  color: var(--body-text);
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.auth-tab[aria-selected="true"] {
  color: var(--header-text);
}

.auth-tab[aria-selected="true"]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--header-text);
}

.install-instructions-card {
  overflow: hidden;
}

.install-device-fallback-picker {
  margin: -2px 0 18px;
}

.install-device-fallback-label {
  display: block;
  color: var(--header-text);
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.install-device-fallback-search {
  margin-top: 12px;
}

.install-device-fallback-search select {
  width: 100%;
  min-height: 54px;
  padding: 0 44px 0 16px;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  background:
    linear-gradient(45deg, transparent 50%, var(--header-text) 50%) calc(100% - 20px) calc(50% - 2px) / 8px 8px no-repeat,
    linear-gradient(135deg, var(--header-text) 50%, transparent 50%) calc(100% - 14px) calc(50% - 2px) / 8px 8px no-repeat,
    var(--surface);
  color: var(--header-text);
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  appearance: none;
}

.install-device-fallback-search select:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 2px;
}

.install-device-tabs {
  margin: -14px -20px 18px;
}

.install-device-tabs .auth-tab {
  min-height: 56px;
  padding-top: 10px;
  padding-bottom: 14px;
}

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

.install-panel-heading {
  margin: 0;
  font-size: 24px;
  line-height: 1.08;
}

.install-secondary-copy {
  margin: 14px 0 0;
  color: var(--body-text);
  font-size: 14px;
  line-height: 1.6;
}

.install-video-placeholder {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 18px;
  padding: 0;
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  background: #eef3fb;
  overflow: hidden;
  cursor: pointer;
}

.install-video-image {
  display: block;
  width: 100%;
  height: auto;
}

.install-video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.install-video-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: rgba(13, 28, 84, 0.34);
  color: #ffffff;
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.install-video-play-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 14px;
  background: rgba(13, 28, 84, 0.22);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  box-shadow: 0 8px 18px rgba(13, 28, 84, 0.1);
}

.install-video-play-icon {
  position: relative;
  width: 18px;
  height: 20px;
}

.install-video-play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid rgba(255, 255, 255, 0.92);
  transform: translate(-32%, -50%);
}

.install-video-placeholder:focus-visible {
  outline: 3px solid rgba(52, 119, 235, 0.38);
  outline-offset: 3px;
}

.install-magic-button {
  min-width: 0;
  min-height: 54px;
  margin-top: 18px;
  padding: 16px 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  white-space: normal;
}

.install-magic-button[hidden] {
  display: none;
}

.install-magic-button[aria-disabled="true"] {
  pointer-events: none;
}

.install-qr-card {
  margin-top: 18px;
  border-radius: 8px;
  background: var(--surface-soft);
  padding: 20px 16px 18px;
}

.install-qr-image {
  display: block;
  width: min(252px, 100%);
  height: auto;
  background: #ffffff;
  border-radius: 4px;
}

.install-manual-details {
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
}

.install-manual-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  cursor: pointer;
  list-style: none;
}

.install-manual-summary::-webkit-details-marker {
  display: none;
}

.install-manual-summary-label {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.install-manual-summary-label h3 {
  margin: 0;
}

.install-manual-chevron {
  width: 12px;
  height: 12px;
  margin-right: 6px;
  border-right: 2px solid var(--header-text);
  border-bottom: 2px solid var(--header-text);
  transform: rotate(45deg);
  transition: transform 160ms ease;
  flex: 0 0 auto;
}

.install-manual-details[open] .install-manual-chevron {
  transform: rotate(225deg);
  margin-top: 6px;
}

.install-manual-body {
  padding: 0 20px 20px;
}

.install-manual-wifi-note {
  margin-bottom: 0;
}

.install-manual-steps {
  margin: 18px 0 0;
  padding-left: 28px;
  color: var(--header-text);
  font-size: 14px;
  line-height: 1.6;
}

.install-manual-steps li {
  margin-bottom: 14px;
}

.install-manual-step-copy {
  margin: 0;
}

.install-manual-inline-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 12px;
  padding: 14px 16px;
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  background: var(--surface-soft);
}

.install-manual-inline-content {
  min-width: 0;
}

.install-manual-inline-label {
  margin: 0;
  color: var(--header-text);
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.install-manual-inline-value {
  margin: 8px 0 0;
  color: var(--header-text);
  font-size: 14px;
  line-height: 1.4;
  word-break: break-word;
}

.install-manual-copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--border-soft);
  border-radius: 6px;
  background: var(--surface);
  color: var(--header-text);
  flex: 0 0 auto;
  cursor: pointer;
}

.install-manual-copy-button svg {
  display: block;
}

.install-manual-reference-title {
  margin: 18px 0 10px;
  color: var(--header-text);
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.install-manual-values {
  margin-top: 0;
  border-radius: 8px;
  background: var(--surface-soft);
  padding: 0 16px;
}

.install-manual-row[hidden] {
  display: none;
}

.install-manual-section {
  margin-top: 22px;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 12px;
  background: rgba(17, 29, 79, 0.32);
}

.modal-backdrop[hidden] {
  display: none;
}

.modal-card {
  position: relative;
  width: min(100%, 414px);
  max-height: min(82vh, 720px);
  overflow-y: auto;
  padding: 24px 18px 24px;
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  background: var(--surface);
  box-shadow: 0 18px 42px rgba(17, 29, 79, 0.18);
}

.modal-card h2 {
  margin: 0 32px 14px 0;
  color: var(--header-text);
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.modal-copy {
  margin: 0;
  color: var(--body-text);
  font-size: 12px;
  line-height: 1.5;
}

.modal-secondary-copy {
  margin: 16px 0 0;
  color: var(--body-text);
  font-size: 12px;
  line-height: 1.5;
}

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

.modal-list li {
  position: relative;
  padding-left: 24px;
  color: var(--body-text-strong);
  font-size: 12px;
  line-height: 1.4;
}

.modal-list li strong {
  color: var(--header-text);
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: inherit;
  font-weight: 700;
}

.modal-list-long {
  gap: 14px;
}

.modal-list li::before {
  content: "\2713";
  position: absolute;
  top: 0.08em;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #eef3ff;
  color: var(--link-blue);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

.modal-extra-note {
  margin: 16px 0 0;
  color: var(--header-text);
  font-size: 12px;
  line-height: 1.45;
}

.account-menu-card {
  width: min(100%, var(--sticky-sheet-width));
  max-height: calc(100dvh - var(--header-height) - env(safe-area-inset-top, 0px));
  padding: 0 0 6px;
  border-radius: 0;
  overflow: hidden;
}

.account-menu-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.account-menu-profile {
  padding: 16px 24px 10px;
}

.account-menu-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--icon-blue);
  color: #ffffff;
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.account-menu-profile-copy {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.account-menu-profile-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.account-menu-profile-label {
  margin: 0;
  color: var(--header-text);
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.account-menu-preferences {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

#account-menu-modal[data-menu-state="guest"] .account-menu-profile {
  padding-bottom: 0;
}

#account-menu-modal[data-menu-state="guest"] .account-menu-profile-header {
  display: none !important;
}

#account-menu-modal[data-menu-state="auth"] .account-menu-auth-actions {
  display: none !important;
}

.account-menu-auth-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.account-menu-auth-actions .continue-button,
.account-menu-auth-actions .secondary-button {
  width: 100%;
  min-width: 0;
  min-height: 54px;
}

.account-menu-select-group {
  position: relative;
  display: grid;
  gap: 8px;
}

.account-menu-select-label {
  color: var(--header-text);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.account-menu-select-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 10px 42px 10px 14px;
  border: 1.5px solid var(--border-soft);
  border-radius: 14px;
  background:
    linear-gradient(45deg, transparent 50%, var(--header-text) 50%) calc(100% - 20px) calc(50% - 2px) / 7px 7px no-repeat,
    linear-gradient(135deg, var(--header-text) 50%, transparent 50%) calc(100% - 15px) calc(50% - 2px) / 7px 7px no-repeat,
    linear-gradient(180deg, rgba(47, 114, 214, 0.08), rgba(47, 114, 214, 0.02)),
    var(--surface);
  color: var(--header-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
  cursor: pointer;
}

.account-menu-select-trigger:hover,
.account-menu-select-group.is-open .account-menu-select-trigger {
  border-color: var(--link-blue);
}

.account-menu-select-trigger:focus-visible {
  outline: none;
  border-color: var(--link-blue);
  box-shadow:
    0 0 0 3px var(--focus-ring),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.account-menu-select-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 2;
  display: grid;
  padding: 6px;
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: 0 14px 32px rgba(17, 29, 79, 0.14);
}

.account-menu-select-menu[hidden] {
  display: none;
}

.account-menu-select-option {
  width: 100%;
  padding: 11px 12px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--header-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}

.account-menu-select-option:hover,
.account-menu-select-option:focus-visible {
  background: rgba(47, 114, 214, 0.08);
  outline: none;
}

.account-menu-select-option.is-selected {
  background: rgba(47, 114, 214, 0.1);
  color: var(--link-blue);
}

.account-menu-links {
  display: grid;
  margin-top: 10px;
  padding: 4px 24px 12px;
  border-top: 1px solid var(--border-muted);
}

.account-menu-link {
  position: relative;
  width: 100%;
  padding: 20px 36px 20px 0;
  border: 0;
  background: transparent;
  color: var(--header-text);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}

.account-menu-link + .account-menu-link {
  border-top: 1px solid var(--border-muted);
}

.account-menu-link::after {
  content: "\203a";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: var(--header-text);
  font-size: 22px;
  line-height: 1;
}

.modal-extra-note a {
  color: inherit;
  text-decoration: underline;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--link-blue);
  cursor: pointer;
}

.modal-close span {
  display: block;
  font-size: 26px;
  line-height: 0.8;
  font-weight: 400;
}

body.modal-open {
  overflow: hidden;
}

.menu-button:focus-visible,
.close-button:focus-visible,
.continue-button:focus-visible,
.secondary-button:focus-visible,
.device-search input:focus-visible,
.payment-check-option input:focus-visible,
.payment-device-result:focus-visible,
.payment-overlay-close:focus-visible,
.inline-link-button:focus-visible,
.resource-link:focus-visible,
.inline-link:focus-visible,
.modal-close:focus-visible,
.parameter-panel select:focus-visible,
.parameter-range:focus-visible,
.parameter-toggle-button:focus-visible,
.auth-tab:focus-visible,
.account-menu-link:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .parameter-panel {
    width: min(100%, 430px);
    margin: 0 auto;
  }

  .page {
    position: relative;
    width: min(100%, 430px);
    margin: 0 auto;
    box-shadow: 0 0 0 1px #f0f3f8;
  }

  .page-header {
    left: 50%;
    right: auto;
    width: min(100%, 430px);
    transform: translateX(-50%);
  }
}

@media (min-width: 1220px) {
  .parameter-panel {
    position: fixed;
    top: 20px;
    left: max(20px, calc(50% - 215px - 340px - 28px));
    z-index: 10;
    width: 320px;
    margin: 0;
    padding: 0;
  }
}

/* Standalone content experience overrides */

:root {
  --content-max-width: 30rem;
  --embedded-content-max-width: 72rem;
  --page-gutter: clamp(1rem, 3.5vw, 1.5rem);
  --section-gap: clamp(1rem, 3vw, 1.5rem);
  --card-padding-inline: clamp(1rem, 4vw, 1.25rem);
  --card-padding-block: clamp(1rem, 3vw, 1.25rem);
  --header-height: 4rem;
  --sticky-sheet-width: min(100%, var(--content-max-width));
}

body {
  min-height: 100dvh;
  background:
    radial-gradient(circle at top, rgba(47, 114, 214, 0.08), transparent 36%),
    linear-gradient(180deg, #f5f8fc 0%, #eef3f8 100%);
}

html[data-embedded="true"] body,
body[data-embedded="true"] {
  background: var(--page-bg);
}

html[data-render-mode="desktop"] body,
body[data-render-mode="desktop"] {
  padding: 0;
  background: var(--page-bg);
  --sticky-sheet-width: min(calc(100% - (var(--page-gutter) * 2)), var(--embedded-content-max-width));
}

html[data-render-mode="mobile"] body {
  padding: 0;
  background:
    radial-gradient(circle at top, rgba(47, 114, 214, 0.08), transparent 38%),
    linear-gradient(180deg, #f5f8fc 0%, #eef3f8 100%);
  --sticky-sheet-width: min(100%, var(--content-max-width));
}

html[data-render-mode="mobile"] .page {
  width: min(100%, var(--content-max-width));
  min-height: 100%;
  margin: 0 auto;
  border-radius: 0;
  box-shadow: none;
}

html[data-render-mode="mobile"] .page-header {
  width: 100%;
  margin: 0;
  border-radius: 0;
}

html[data-render-mode="desktop"] .page,
body[data-render-mode="desktop"] .page {
  width: 100%;
  max-width: none;
  min-height: 100%;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

html[data-render-mode="desktop"] .page-header,
body[data-render-mode="desktop"] .page-header {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
}

html[data-render-mode="desktop"] .content-state-store,
body[data-render-mode="desktop"] .content-state-store {
  position: fixed;
  top: calc(var(--header-height) + 1rem);
  left: 1rem;
  z-index: 10;
  display: block;
  width: 18rem;
  max-height: calc(100dvh - var(--header-height) - 2rem);
  overflow: auto;
  padding-right: 0.25rem;
}

html[data-render-mode="desktop"] .content-state-store-card,
body[data-render-mode="desktop"] .content-state-store-card {
  padding: 1rem;
  border: 1px solid var(--border-soft);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(17, 29, 79, 0.12);
  backdrop-filter: blur(12px);
}

html[data-render-mode="desktop"] .hero-image,
body[data-render-mode="desktop"] .hero-image {
  width: min(100%, var(--embedded-content-max-width));
  margin: 0 auto;
  aspect-ratio: 21 / 8;
  min-height: 18rem;
}

html[data-render-mode="desktop"] .intro-copy,
html[data-render-mode="desktop"] .how-it-works,
html[data-render-mode="desktop"] .before-you-buy,
html[data-render-mode="desktop"] .device-support,
html[data-render-mode="desktop"] .payment-device-check,
html[data-render-mode="desktop"] .site-footer,
body[data-render-mode="desktop"] .intro-copy,
body[data-render-mode="desktop"] .how-it-works,
body[data-render-mode="desktop"] .before-you-buy,
body[data-render-mode="desktop"] .device-support,
body[data-render-mode="desktop"] .payment-device-check,
body[data-render-mode="desktop"] .site-footer {
  width: min(100%, var(--embedded-content-max-width));
  margin-left: auto;
  margin-right: auto;
}

html[data-render-mode="desktop"] .pricing-card,
html[data-render-mode="desktop"] .existing-user-card,
html[data-render-mode="desktop"] .device-accordion,
body[data-render-mode="desktop"] .pricing-card,
body[data-render-mode="desktop"] .existing-user-card,
body[data-render-mode="desktop"] .device-accordion {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--embedded-content-max-width));
  margin-left: auto;
  margin-right: auto;
}

.content-state-store {
  display: none;
}

.ux-parameter-panel {
  position: relative;
  display: block;
  width: min(100%, 22rem);
  margin: 1.25rem;
}

.ux-parameter-panel .content-state-store-card {
  padding: 1rem;
  border: 1px solid var(--border-soft);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(17, 29, 79, 0.12);
}

.ux-parameter-page {
  background:
    radial-gradient(circle at top, rgba(47, 114, 214, 0.08), transparent 38%),
    linear-gradient(180deg, #f5f8fc 0%, #eef3f8 100%);
}

.ux-parameter-page .page {
  width: 100%;
  min-height: 100dvh;
  margin: 0;
  background: transparent;
  box-shadow: none;
}

.ux-parameter-page .page-content {
  padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 3rem);
}

.ux-parameter-page .ux-parameter-canvas {
  display: grid;
  gap: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 0;
}

.ux-parameter-page .ux-parameter-intro {
  width: min(calc(100% - (var(--page-gutter) * 2)), 42rem);
  margin: 0 auto;
  padding-top: 0;
}

html[data-render-mode="desktop"] body.ux-parameter-page .ux-parameter-panel,
.ux-parameter-page .ux-parameter-panel {
  position: relative;
  top: auto;
  left: auto;
  z-index: auto;
  display: block;
  width: min(calc(100% - (var(--page-gutter) * 2)), 42rem);
  max-height: none;
  margin: 0 auto;
  overflow: visible;
  padding-right: 0;
}

.ux-parameter-page .ux-parameter-panel .content-state-store-card {
  width: 100%;
  padding: 1.5rem;
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(17, 29, 79, 0.1);
  backdrop-filter: none;
}

.ux-parameter-page .content-state-store-title {
  margin-bottom: 0.25rem;
  font-size: 1.375rem;
}

.ux-parameter-page .content-state-store-section {
  gap: 0.625rem;
  margin-top: 1rem;
}

.ux-parameter-page .parameter-panel select {
  min-height: 3.5rem;
  padding: 0 1rem;
  border-width: 2px;
  border-radius: 1rem;
  background: #f8faff;
  color: var(--header-text);
  font-size: 1rem;
  font-weight: 600;
}

.ux-parameter-page .parameter-toggle {
  gap: 0.75rem;
}

.ux-parameter-page .parameter-toggle-button {
  min-height: 3rem;
  border-radius: 999px;
  font-size: 0.875rem;
}

.ux-parameter-page .ux-parameter-tabs {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}

.ux-parameter-page .ux-parameter-divider {
  margin: 0.875rem 0 0;
  border: 0;
  border-top: 1px solid var(--border-muted);
}

.ux-parameter-page .ux-flow-selector {
  gap: 0.625rem;
}

.ux-parameter-page .ux-flow-switch {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: start;
  gap: 0.875rem;
}

.ux-parameter-page .ux-flow-switch-label {
  color: var(--body-text-soft);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
  transition: color 160ms ease;
}

.ux-parameter-page .ux-flow-switch-label.is-active {
  color: var(--header-text);
}

.ux-parameter-page .ux-flow-switch-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ux-parameter-page .ux-flow-switch-track {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 3.75rem;
  height: 2rem;
  padding: 0.1875rem;
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  background: #edf2fb;
  box-shadow: inset 0 1px 2px rgba(17, 29, 79, 0.08);
  cursor: pointer;
  transition:
    background 160ms ease,
    border-color 160ms ease;
}

.ux-parameter-page .ux-flow-switch-thumb {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: var(--icon-blue);
  box-shadow: 0 4px 10px rgba(17, 29, 79, 0.2);
  transform: translateX(0);
  transition: transform 160ms ease;
}

.ux-parameter-page .ux-flow-switch-input:checked + .ux-flow-switch-track .ux-flow-switch-thumb {
  transform: translateX(1.75rem);
}

.ux-parameter-page .ux-flow-switch-input:checked + .ux-flow-switch-track {
  background: var(--success-text);
  border-color: var(--success-text);
}

.ux-parameter-page .ux-flow-switch-input:checked + .ux-flow-switch-track .ux-flow-switch-thumb {
  background: #ffffff;
}

.ux-parameter-page .ux-flow-switch-input:focus-visible + .ux-flow-switch-track {
  outline: 3px solid var(--focus-ring);
  outline-offset: 3px;
}

.ux-parameter-page .ux-parameter-tab-panel[hidden] {
  display: none;
}

.ux-parameter-page .payment-check-option {
  gap: 0.875rem;
  font-size: 0.9375rem;
}

.ux-parameter-page .payment-check-option span {
  max-width: none;
}

.ux-parameter-page .parameter-range {
  margin-top: 0.25rem;
}

.ux-parameter-page .content-state-store-value,
.ux-parameter-page .content-state-store-helper {
  font-size: 0.875rem;
}

.ux-parameter-page .ux-parameter-tab-panel .content-state-store-section:first-child {
  margin-top: 1.125rem;
}

.ux-parameter-page .parameter-panel select:disabled {
  background: #f1f4fa;
  color: var(--body-text-soft);
  cursor: not-allowed;
}

.ux-parameter-page .ux-parameter-link-card {
  display: block;
  width: 100%;
  padding: 1rem 1.125rem;
  border: 2px solid var(--border-soft);
  border-radius: 1rem;
  background: #f8faff;
  color: var(--link-blue);
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.ux-parameter-page .ux-parameter-link-card:hover {
  border-color: #c4d4f4;
}

.ux-parameter-page .ux-parameter-link-card:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 3px;
}

.ux-parameter-page .ux-parameter-label-row,
.ux-parameter-page .ux-parameter-slider-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.ux-parameter-page .ux-parameter-label-row .content-state-store-value {
  color: var(--body-text);
  font-weight: 600;
}

.ux-parameter-page .ux-parameter-slider-meta {
  justify-content: flex-start;
}

.ux-parameter-page .parameter-range:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.ux-parameter-page .ux-parameter-data-gallery {
  display: grid;
  gap: 1rem;
  width: min(calc(100% - (var(--page-gutter) * 2)), 68rem);
  margin: 0 auto;
  padding-bottom: 2rem;
}

.ux-parameter-page .ux-parameter-data-gallery[hidden] {
  display: none;
}

.ux-parameter-page .ux-parameter-data-intro,
.ux-parameter-page .ux-data-card {
  width: 100%;
  padding: 1.5rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(17, 29, 79, 0.08);
}

.ux-parameter-page .ux-parameter-data-intro h2,
.ux-parameter-page .ux-data-card h3 {
  margin: 0;
  color: var(--header-text);
}

.ux-parameter-page .ux-parameter-data-intro h2 {
  font-size: 1.375rem;
  line-height: 1.15;
}

.ux-parameter-page .ux-data-card {
  display: grid;
  gap: 1rem;
}

.ux-parameter-page .ux-data-card-copy {
  display: grid;
  gap: 0.625rem;
}

.ux-parameter-page .ux-data-card h3 {
  font-size: 1.1875rem;
  line-height: 1.2;
}

.ux-parameter-page .ux-data-copy-exec,
.ux-parameter-page .ux-data-copy-tech {
  margin: 0;
  color: var(--body-text);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.ux-parameter-page .ux-data-copy-tech {
  color: var(--body-text-soft);
}

.ux-parameter-page .ux-data-callout {
  display: grid;
  gap: 0.375rem;
  padding: 1rem 1.125rem;
  border: 1px solid rgba(47, 114, 214, 0.18);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(237, 242, 251, 0.96) 0%, rgba(248, 250, 255, 0.96) 100%);
}

.ux-parameter-page .ux-data-callout-value,
.ux-parameter-page .ux-data-callout-copy {
  margin: 0;
}

.ux-parameter-page .ux-data-callout-value {
  color: var(--header-text);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.ux-parameter-page .ux-data-callout-copy {
  color: var(--body-text);
  font-size: 0.875rem;
  line-height: 1.5;
}

.ux-parameter-page .ux-data-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border-soft);
  border-radius: 1rem;
  background: #f8faff;
}

.ux-parameter-page .ux-data-table {
  width: 100%;
  min-width: 42rem;
  border-collapse: collapse;
  color: var(--body-text);
}

.ux-parameter-page .ux-data-table thead {
  background: #edf2fb;
}

.ux-parameter-page .ux-data-table th,
.ux-parameter-page .ux-data-table td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-soft);
  text-align: left;
  vertical-align: top;
  font-size: 0.875rem;
  line-height: 1.45;
}

.ux-parameter-page .ux-data-table thead th {
  color: var(--header-text);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ux-parameter-page .ux-data-table tbody th {
  color: var(--header-text);
  font-weight: 700;
}

.ux-parameter-page .ux-data-table tbody tr:last-child th,
.ux-parameter-page .ux-data-table tbody tr:last-child td {
  border-bottom: 0;
}

.ux-parameter-page .ux-data-table td,
.ux-parameter-page .ux-data-table th {
  overflow-wrap: anywhere;
}

.ux-parameter-page .ux-data-table tbody tr.is-highlighted > th,
.ux-parameter-page .ux-data-table tbody tr.is-highlighted > td {
  background: rgba(47, 114, 214, 0.12);
}

.ux-parameter-page .ux-data-table tbody tr.is-highlighted > th {
  box-shadow: inset 4px 0 0 var(--icon-blue);
}

.content-state-store-card {
  display: grid;
  gap: 1rem;
}

.content-state-store-title {
  margin: 0;
  color: var(--header-text);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.content-state-store-section {
  display: grid;
  gap: 0.5rem;
}

.content-state-store-label {
  margin: 0;
  color: var(--eyebrow-text);
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.content-state-store-value {
  color: var(--header-text);
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
}

.content-state-store-helper {
  margin: 0;
  color: var(--body-text);
  font-size: 0.75rem;
  line-height: 1.45;
}

.page {
  width: min(100%, var(--content-max-width));
  min-height: 100dvh;
  margin: 0 auto;
  background: var(--page-bg);
  box-shadow: none;
}

.page-header {
  position: sticky;
  left: auto;
  right: auto;
  top: 0;
  width: 100%;
  transform: none;
  min-height: var(--header-height);
  padding:
    calc(env(safe-area-inset-top, 0px) + 0.75rem)
    calc(var(--page-gutter) + 2.75rem)
    0.75rem;
  backdrop-filter: blur(18px);
}

.page-header h1 {
  font-size: clamp(1.0625rem, 1rem + 0.4vw, 1.25rem);
  font-weight: 600;
}

.menu-button,
.close-button {
  right: var(--page-gutter);
  width: 2.75rem;
  height: 2.75rem;
}

.menu-button {
  left: var(--page-gutter);
  right: auto;
}

.page-content {
  padding-top: 0;
  padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 2rem);
}

.scroll-canvas {
  min-height: auto;
}

.hero-image {
  height: auto;
  aspect-ratio: 16 / 10;
  min-height: 14rem;
}

.hero-promo-pill {
  top: 1rem;
  left: 1rem;
  padding: 0.625rem 0.875rem;
  font-size: 0.75rem;
}

.intro-copy,
.how-it-works,
.before-you-buy,
.device-support,
.payment-device-check,
.site-footer {
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
}

.intro-copy {
  padding-top: var(--section-gap);
}

.intro-copy h2,
.payment-device-check h3 {
  font-size: clamp(1.6rem, 1.3rem + 1vw, 2rem);
  line-height: 1.15;
}

.intro-eyebrow,
.pricing-label,
.existing-user-eyebrow,
.step-title,
.device-browser-copy,
.device-support-copy,
.modal-copy,
.modal-secondary-copy,
.existing-user-copy {
  font-size: 0.875rem;
}

.intro-paragraph,
.availability-notice p,
.payment-check-option,
.device-model,
.payment-device-result strong,
.modal-list li {
  font-size: 1rem;
  line-height: 1.5;
}

.pricing-card,
.existing-user-card,
.device-accordion {
  margin-left: var(--page-gutter);
  margin-right: var(--page-gutter);
  border-radius: 1rem;
}

.pricing-card,
.existing-user-card {
  margin-top: var(--section-gap);
  padding: var(--card-padding-block) var(--card-padding-inline);
}

.pricing-card h3,
.existing-user-card h3,
.how-it-works h3,
.before-you-buy h3,
.device-support-title,
.device-browser-header h3,
.modal-card h2 {
  font-size: 1.125rem;
  line-height: 1.25;
}

.pricing-summary {
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 1rem;
}

.pricing-amount {
  font-size: clamp(2rem, 1.65rem + 1vw, 2.4rem);
  line-height: 0.95;
}

.continue-button {
  min-height: 3.5rem;
  padding: 0.875rem 1rem;
  white-space: normal;
}

.continue-button.pricing-button,
.continue-button.support-button,
.secondary-button {
  width: 100%;
  min-width: 0;
  min-height: 3.25rem;
  font-size: 0.95rem;
}

.pricing-perks li,
.step-copy,
.device-readiness-list li,
.resource-link,
.inline-link,
.pricing-note {
  font-size: 0.875rem;
  line-height: 1.45;
}

.pricing-footer {
  font-size: 0.75rem;
  line-height: 1.45;
}

.device-search input {
  height: 3.25rem;
  font-size: 1rem;
}

.payment-check-option span {
  max-width: none;
}

.payment-device-results-panel {
  height: auto;
  max-height: min(40dvh, 20rem);
  overflow-y: auto;
}

.help-search {
  margin-top: 1rem;
}

.help-search input {
  font-weight: 600;
}

.help-topics,
.help-question-list {
  display: grid;
  gap: var(--section-gap);
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
}

.help-topics {
  grid-template-columns: repeat(auto-fit, minmax(13.5rem, 1fr));
  padding-top: var(--section-gap);
}

.help-topic-card,
.help-question-card {
  width: 100%;
  border: 1px solid var(--border-soft);
  background: var(--surface);
  box-shadow: var(--shadow-card);
  cursor: pointer;
}

.help-topic-card {
  display: grid;
  justify-items: center;
  gap: 1rem;
  min-height: 12rem;
  padding: 1.5rem;
  border-radius: 1.25rem;
}

.help-topic-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: rgba(47, 114, 214, 0.18);
}

.help-topic-title {
  color: var(--header-text);
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.help-faq-heading {
  padding-bottom: 0.5rem;
}

.help-question-list {
  padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 1.5rem);
}

.help-question-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.25rem;
  border-radius: 1.15rem;
  text-align: left;
}

.help-question-text {
  color: var(--header-text);
  font-family: "MSC PDF DejaVu Sans", "DejaVu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

.help-question-arrow {
  flex: 0 0 auto;
  color: var(--header-text);
  font-size: 1.8rem;
  line-height: 1;
}

.help-article-back {
  margin-top: 0;
}

.help-article-steps {
  margin: 0;
  padding-left: 1.5rem;
  color: var(--header-text);
  font-size: 1rem;
  line-height: 1.6;
}

.help-article-steps li + li {
  margin-top: 0.5rem;
}

.help-article-steps strong {
  font-weight: 700;
}

.support-chat-card {
  padding-bottom: 1.25rem;
}

.support-chat-thread {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.support-chat-message {
  display: grid;
  gap: 0.375rem;
}

.support-chat-message-user {
  justify-items: end;
}

.support-chat-meta {
  margin: 0;
  color: var(--body-text-soft);
  font-size: 0.75rem;
  line-height: 1.35;
}

.support-chat-bubble {
  max-width: min(100%, 18.5rem);
  padding: 0.875rem 1rem;
  border-radius: 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.support-chat-message-agent .support-chat-bubble {
  background: var(--surface-soft);
  color: var(--header-text);
  border-top-left-radius: 0.375rem;
}

.support-chat-message-user .support-chat-bubble {
  background: var(--link-blue);
  color: #ffffff;
  border-top-right-radius: 0.375rem;
}

.support-chat-composer {
  display: grid;
  gap: 0.875rem;
  margin-top: 1.25rem;
}

.auth-tabs {
  margin-bottom: 1rem;
}

.auth-tab,
.account-menu-link,
.account-menu-select-trigger,
.account-menu-select-option {
  font-size: 1rem;
}

.generic-coverage-details .generic-coverage-summary.account-menu-select-trigger,
.generic-coverage-details .generic-coverage-option.account-menu-select-option,
.generic-coverage-details .generic-coverage-summary.account-menu-select-trigger #generic-coverage-selected {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
}

.modal-backdrop {
  align-items: center;
  padding: 1rem;
  background: rgba(17, 29, 79, 0.38);
}

.modal-card {
  width: min(100%, 32rem);
  max-height: min(86dvh, 46rem);
  border-radius: 1.25rem;
  padding: 1.25rem var(--page-gutter);
}

#account-menu-modal {
  align-items: flex-start;
  padding: calc(64px + env(safe-area-inset-top, 0px)) 0 0;
  background: transparent;
}

#account-menu-modal > .account-menu-card {
  width: var(--sticky-sheet-width);
  max-width: var(--sticky-sheet-width);
  max-height: calc(100dvh - var(--header-height) - env(safe-area-inset-top, 0px));
  margin: 0 auto;
  border-radius: 0;
  padding: 0 0 calc(env(safe-area-inset-bottom, 0px) + 2.5rem);
}

body.account-menu-open .page-header {
  background: rgba(255, 255, 255, 0.97);
  border-bottom-color: var(--border-soft);
}

body.account-menu-open .page::after {
  content: "";
  position: fixed;
  top: calc(64px + env(safe-area-inset-top, 0px));
  left: 50%;
  width: min(100%, var(--sticky-sheet-width));
  bottom: 0;
  transform: translateX(-50%);
  background: rgba(17, 29, 79, 0.18);
  pointer-events: none;
  z-index: 35;
}

#buy-now-overlay,
#confirmation-overlay {
  align-items: end;
  padding: 0;
  background: linear-gradient(to top, rgba(245, 248, 252, 0.98), rgba(245, 248, 252, 0));
}

#buy-now-overlay > .modal-card,
#confirmation-overlay > .modal-card {
  width: var(--sticky-sheet-width) !important;
  max-width: var(--sticky-sheet-width) !important;
  border-radius: 1.25rem 1.25rem 0 0 !important;
  padding: 1.25rem var(--page-gutter) calc(env(safe-area-inset-bottom, 0px) + 1.25rem);
}

#buy-now-summary-panel {
  display: flex;
  flex-direction: column;
  min-height: 15.75rem;
}

#buy-now-summary-panel[hidden] {
  display: none;
}

#buy-now-summary-panel > .pricing-divider {
  margin-top: auto;
}

.buy-now-cancel-button {
  width: 100%;
  min-width: 0;
  margin-top: 0.75rem;
}

#payment-view > .intro-copy {
  padding-top: 0.625rem !important;
}

#payment-view .availability-notice {
  margin-top: 0;
  gap: 0.5rem;
  padding: 0.875rem 0.75rem;
}

#payment-view .availability-notice p {
  font-size: 0.875rem;
  line-height: 1.35;
}

#payment-view .notice-icon {
  width: 0.9375rem;
  height: 0.9375rem;
  margin-top: 0.125rem;
  font-size: 0.6875rem;
}

#payment-view > .pricing-card {
  margin-top: 0.75rem;
  padding: 1rem 1rem 1rem !important;
}

#payment-view .auth-tabs {
  margin-bottom: 0.75rem;
}

#payment-view #payment-method-heading {
  margin-bottom: 0.625rem;
}

#payment-view .device-search input {
  height: 3rem;
}

#payment-view #payment-credit-card-fields > .device-search + .device-search,
#payment-view #payment-bill-to-cabin-fields > .device-search,
#payment-view #payment-credit-card-fields > div,
#payment-view #payment-bill-to-cabin-fields > p + .device-search {
  margin-top: 0.625rem !important;
}

#payment-view #payment-credit-card-fields > div {
  gap: 0.625rem !important;
}

.site-footer {
  padding-top: 1.5rem;
  padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 1.5rem);
}

@media (min-width: 28rem) {
  .pricing-summary {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .continue-button.pricing-button {
    width: auto;
    min-width: 8rem;
  }
}

@media (min-width: 48rem) {
  html:not([data-render-mode="mobile"]) body:not([data-embedded="true"]) {
    padding: 1.5rem;
  }

  html:not([data-render-mode="mobile"]) body.ux-parameter-page {
    padding: 0;
  }

  html:not([data-render-mode="mobile"]) .page {
    border-radius: 1.5rem;
    overflow: clip;
    box-shadow: 0 24px 80px rgba(17, 29, 79, 0.12);
  }

  html:not([data-render-mode="mobile"]) body.ux-parameter-page .page {
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
  }

  html:not([data-render-mode="mobile"]) .page-header {
    width: min(100%, var(--content-max-width));
    margin: 0 auto;
    border-radius: 1.5rem 1.5rem 0 0;
  }

  .modal-backdrop {
    align-items: center;
    padding: 1.25rem;
  }

  .modal-card {
    width: min(100%, 32rem);
    border-radius: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #account-menu-modal {
    align-items: flex-start;
    padding: calc(64px + env(safe-area-inset-top, 0px)) 0 0;
  }
}
