@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;650;700&display=swap');

:root {
  color-scheme: dark;
  --page: #090b0a;
  --page-elevated: #0d100f;
  --surface: rgba(19, 23, 21, 0.88);
  --surface-strong: #141816;
  --surface-soft: rgba(255, 255, 255, 0.035);
  --line: rgba(255, 255, 255, 0.085);
  --line-strong: rgba(255, 255, 255, 0.15);
  --text: #f4f7f5;
  --muted: #9ca6a0;
  --subtle: #69736d;
  --accent: #72e6ad;
  --accent-strong: #8cf1bd;
  --accent-ink: #07130d;
  --danger: #ff8f8f;
  --danger-bg: rgba(255, 91, 91, 0.08);
  --danger-line: rgba(255, 120, 120, 0.22);
  --warning: #e9c979;
  --success: #72e6ad;
  --radius-xl: 28px;
  --radius-lg: 18px;
  --radius-md: 14px;
  --shadow-card: 0 32px 100px rgba(0, 0, 0, 0.45), 0 2px 12px rgba(0, 0, 0, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--page);
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--page);
  color: var(--text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

button,
select {
  -webkit-tap-highlight-color: transparent;
}

.page-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% -15%, rgba(104, 234, 169, 0.07), transparent 34%),
    linear-gradient(180deg, #0b0e0c 0%, #080a09 100%);
}

.background-grid {
  position: absolute;
  inset: 0;
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), transparent 84%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), transparent 84%);
}

.background-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(130px);
  opacity: 0.12;
}

.background-glow-a {
  top: 6%;
  right: -260px;
  background: #65e6a6;
}

.background-glow-b {
  bottom: -300px;
  left: -240px;
  background: #5899ff;
  opacity: 0.07;
}

.app-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 56px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 28px 0 24px;
  display: flex;
  flex-direction: column;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(124, 238, 179, 0.2);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(116, 237, 174, 0.16), rgba(116, 237, 174, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.brand-mark svg {
  width: 23px;
  height: 23px;
  stroke: var(--accent);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-copy strong {
  font-size: 0.95rem;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.brand-copy small {
  margin-top: 4px;
  color: var(--subtle);
  font-size: 0.72rem;
}

.language-control {
  position: relative;
  min-width: 142px;
  height: 42px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 38px 0 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  transition: border-color 160ms ease, background 160ms ease;
}

.language-control:hover,
.language-control:focus-within {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.055);
}

.language-control > svg:first-child {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  stroke: var(--muted);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.language-control select {
  width: 100%;
  border: 0;
  outline: 0;
  appearance: none;
  background: transparent;
  color: #dbe2de;
  font-size: 0.8rem;
  cursor: pointer;
}

.language-control option {
  background: #171b19;
  color: var(--text);
}

.select-chevron {
  position: absolute;
  right: 13px;
  width: 14px;
  height: 14px;
  stroke: var(--subtle);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.redeem-layout {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: clamp(56px, 8vw, 112px);
  padding: 64px 0 48px;
}

.intro-panel {
  max-width: 500px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: #aab5af;
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(114, 230, 173, 0.08), 0 0 18px rgba(114, 230, 173, 0.55);
}

.intro-panel h1 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 4.75rem);
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.lead-copy {
  max-width: 460px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.8;
}

.process-list {
  margin-top: 46px;
  border-top: 1px solid var(--line);
}

.process-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.process-number {
  padding-top: 3px;
  color: var(--accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.process-item h2 {
  margin: 0 0 7px;
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.process-item p {
  margin: 0;
  color: var(--subtle);
  font-size: 0.82rem;
  line-height: 1.65;
}

.privacy-note {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 26px;
}

.privacy-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
}

.privacy-icon svg {
  width: 19px;
  height: 19px;
  stroke: #89938d;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.privacy-note > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.privacy-note strong {
  color: #cbd2ce;
  font-size: 0.76rem;
  font-weight: 550;
}

.privacy-note span:not(.privacy-icon) {
  color: var(--subtle);
  font-size: 0.7rem;
}

.redeem-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(155deg, rgba(23, 28, 25, 0.96), rgba(13, 16, 14, 0.95));
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.redeem-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(129, 240, 184, 0.36), transparent);
}

.card-header-area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 31px 32px 27px;
  border-bottom: 1px solid var(--line);
}

.card-kicker,
.modal-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.card-header-area h2 {
  margin: 0;
  font-size: 1.42rem;
  font-weight: 620;
  letter-spacing: -0.035em;
}

.card-header-area p {
  max-width: 340px;
  margin: 10px 0 0;
  color: var(--subtle);
  font-size: 0.78rem;
  line-height: 1.6;
}

.secure-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  padding: 8px 10px;
  border: 1px solid rgba(114, 230, 173, 0.14);
  border-radius: 999px;
  background: rgba(114, 230, 173, 0.055);
  color: #9eeec3;
  font-size: 0.67rem;
  font-weight: 550;
}

.secure-chip svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.form-stack {
  display: flex;
  flex-direction: column;
  gap: 23px;
  padding: 29px 32px 26px;
}

.field-group {
  min-width: 0;
}

.field-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.field-heading label {
  color: #d7ddd9;
  font-size: 0.78rem;
  font-weight: 550;
}

.field-counter,
.format-badge {
  color: var(--subtle);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.65rem;
}

.format-badge {
  padding: 4px 7px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.025);
}

.input-shell {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.018);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.input-shell:hover {
  border-color: rgba(255, 255, 255, 0.12);
}

.input-shell:focus-within {
  border-color: rgba(114, 230, 173, 0.45);
  background: rgba(0, 0, 0, 0.27);
  box-shadow: 0 0 0 3px rgba(114, 230, 173, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.input-leading {
  position: absolute;
  left: 15px;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.input-leading svg {
  width: 19px;
  height: 19px;
  stroke: #69736d;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.redeem-input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  caret-color: var(--accent);
}

.redeem-input::placeholder {
  color: #4e5852;
}

.code-input {
  height: 52px;
  padding: 0 16px 0 47px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.9rem;
  font-weight: 550;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.textarea-shell {
  align-items: stretch;
}

.token-input {
  min-height: 148px;
  max-height: 280px;
  padding: 15px 16px;
  resize: vertical;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.76rem;
  line-height: 1.65;
  tab-size: 2;
}

.field-hint {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 9px;
  color: var(--subtle);
  font-size: 0.67rem;
  line-height: 1.5;
}

.hint-dot {
  width: 4px;
  height: 4px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #4f5a54;
}

.premium-alert {
  position: relative;
  margin: -3px 0 0;
  padding: 12px 14px 12px 38px;
  border: 1px solid var(--danger-line);
  border-radius: 11px;
  background: var(--danger-bg);
  color: var(--danger);
  font-size: 0.74rem;
  line-height: 1.55;
}

.premium-alert::before {
  content: "!";
  position: absolute;
  left: 14px;
  top: 12px;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.62rem;
  font-weight: 700;
}

.premium-alert.alert-success {
  border-color: rgba(114, 230, 173, 0.2);
  background: rgba(114, 230, 173, 0.07);
  color: var(--success);
}

.premium-alert.alert-warning {
  border-color: rgba(233, 201, 121, 0.2);
  background: rgba(233, 201, 121, 0.07);
  color: var(--warning);
}

.submit-button {
  position: relative;
  width: 100%;
  height: 53px;
  overflow: hidden;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(180deg, var(--accent-strong), var(--accent));
  color: var(--accent-ink);
  box-shadow: 0 12px 30px rgba(93, 224, 157, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  font-size: 0.84rem;
  font-weight: 650;
  cursor: pointer;
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.submit-button:hover:not(:disabled) {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 16px 38px rgba(93, 224, 157, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.submit-button:active:not(:disabled) {
  transform: translateY(0);
}

.submit-button:focus-visible {
  outline: 3px solid rgba(114, 230, 173, 0.22);
  outline-offset: 3px;
}

.submit-button:disabled {
  cursor: not-allowed;
  filter: saturate(0.45);
  opacity: 0.62;
  box-shadow: none;
}

.button-content,
.button-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  transition: opacity 160ms ease, transform 160ms ease;
}

.button-content svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-loading {
  opacity: 0;
  transform: translateY(8px);
}

.submit-button[data-loading="true"] .button-content {
  opacity: 0;
  transform: translateY(-8px);
}

.submit-button[data-loading="true"] .button-loading {
  opacity: 1;
  transform: translateY(0);
}

.button-spinner {
  width: 15px;
  height: 15px;
  border: 1.8px solid rgba(7, 19, 13, 0.25);
  border-top-color: var(--accent-ink);
  border-radius: 50%;
  animation: spin 700ms linear infinite;
}

.status-panel {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  align-items: center;
  min-height: 72px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.022);
  transition: border-color 180ms ease, background 180ms ease;
}

.status-visual {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.18);
}

.status-symbol {
  display: none;
}

.status-symbol svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.status-panel[data-state="idle"] .status-symbol-idle,
.status-panel[data-state="processing"] .status-symbol-processing,
.status-panel[data-state="success"] .status-symbol-success,
.status-panel[data-state="failed"] .status-symbol-failed,
.status-panel[data-state="warning"] .status-symbol-warning {
  display: grid;
  place-items: center;
}

.status-panel[data-state="idle"] .status-symbol-idle {
  color: #6f7973;
}

.status-panel[data-state="processing"] {
  border-color: rgba(114, 230, 173, 0.15);
  background: rgba(114, 230, 173, 0.03);
}

.status-panel[data-state="success"] {
  border-color: rgba(114, 230, 173, 0.2);
  background: rgba(114, 230, 173, 0.045);
}

.status-panel[data-state="failed"] {
  border-color: rgba(255, 128, 128, 0.18);
  background: rgba(255, 100, 100, 0.035);
}

.status-panel[data-state="warning"] {
  border-color: rgba(233, 201, 121, 0.18);
  background: rgba(233, 201, 121, 0.035);
}

.status-panel[data-state="success"] .status-symbol-success,
.status-panel[data-state="processing"] .status-symbol-processing {
  color: var(--success);
}

.status-panel[data-state="failed"] .status-symbol-failed {
  color: var(--danger);
}

.status-panel[data-state="warning"] .status-symbol-warning {
  color: var(--warning);
}

.status-spinner {
  width: 17px;
  height: 17px;
  border: 1.7px solid rgba(114, 230, 173, 0.2);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: spin 760ms linear infinite;
}

.status-content {
  min-width: 0;
}

.status-label {
  margin-bottom: 3px;
  color: var(--subtle);
  font-size: 0.64rem;
  font-weight: 550;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#statusText {
  color: #dce3df;
  font-size: 0.84rem;
  font-weight: 600;
}

.failure-reason,
.success-message {
  margin-top: 4px;
  font-size: 0.7rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.failure-reason {
  color: var(--danger);
}

.success-message {
  color: var(--success);
  font-weight: 550;
}

.card-footnote {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 16px 32px 18px;
  border-top: 1px solid var(--line);
  color: var(--subtle);
  font-size: 0.66rem;
  line-height: 1.5;
}

.card-footnote svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  margin-top: 1px;
  stroke: #68726c;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #4f5953;
  font-size: 0.65rem;
}

.footer-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #4f5953;
}

.modal-backdrop.show {
  opacity: 0.72;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.confirm-modal {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 22px;
  background: #151917;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.62);
}

.confirm-modal::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(124, 239, 181, 0.45), transparent);
}

.confirm-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin: 25px 25px 0;
  border: 1px solid rgba(114, 230, 173, 0.2);
  border-radius: 15px;
  background: rgba(114, 230, 173, 0.07);
}

.confirm-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--accent);
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.confirm-modal .modal-header {
  align-items: flex-start;
  padding: 20px 25px 0;
  border: 0;
}

.confirm-modal .modal-title {
  margin: 0;
  color: var(--text);
  font-size: 1.25rem;
  font-weight: 620;
  letter-spacing: -0.03em;
}

.modal-close {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  margin: -4px -5px 0 0;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #77817b;
  transition: background 150ms ease, color 150ms ease;
}

.modal-close:hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
}

.modal-close svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
}

.confirm-modal .modal-body {
  padding: 19px 25px 24px;
  color: #d5dcd8;
  font-size: 0.84rem;
  line-height: 1.65;
}

.confirm-modal .modal-body p {
  margin: 7px 0 0;
  color: var(--subtle);
  font-size: 0.69rem;
}

.confirm-modal .modal-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 25px 25px;
  border: 0;
}

.modal-button {
  height: 43px;
  border-radius: 11px;
  font-size: 0.78rem;
  font-weight: 600;
  transition: border-color 150ms ease, background 150ms ease, transform 150ms ease;
}

.modal-button:active {
  transform: translateY(1px);
}

.modal-button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
  color: #aeb7b2;
}

.modal-button-secondary:hover {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
}

.modal-button-primary {
  border: 1px solid transparent;
  background: var(--accent);
  color: var(--accent-ink);
}

.modal-button-primary:hover {
  background: var(--accent-strong);
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 980px) {
  .app-shell {
    width: min(720px, calc(100% - 42px));
  }

  .redeem-layout {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-top: 58px;
  }

  .intro-panel {
    max-width: none;
  }

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

  .intro-panel h1 {
    max-width: 680px;
    font-size: clamp(3rem, 9vw, 4.5rem);
  }

  .process-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    border: 0;
  }

  .process-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.018);
  }
}

@media (max-width: 640px) {
  .app-shell {
    width: min(100% - 28px, 560px);
    padding-top: 18px;
  }

  .brand-copy small {
    display: none;
  }

  .language-control {
    min-width: 128px;
  }

  .redeem-layout {
    gap: 31px;
    padding: 45px 0 32px;
  }

  .eyebrow {
    margin-bottom: 17px;
  }

  .intro-panel h1 {
    font-size: clamp(2.55rem, 14vw, 3.55rem);
    line-height: 1.02;
  }

  .lead-copy {
    margin-top: 19px;
    font-size: 0.94rem;
    line-height: 1.7;
  }

  .process-list {
    display: none;
  }

  .privacy-note {
    margin-top: 24px;
  }

  .redeem-card {
    border-radius: 22px;
  }

  .card-header-area {
    padding: 25px 22px 22px;
  }

  .card-header-area p {
    max-width: 275px;
  }

  .secure-chip {
    display: none;
  }

  .form-stack {
    gap: 21px;
    padding: 24px 22px 23px;
  }

  .token-input {
    min-height: 137px;
  }

  .card-footnote {
    padding: 15px 22px 17px;
  }

  .page-footer {
    text-align: center;
  }
}

@media (max-width: 380px) {
  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-copy strong {
    font-size: 0.86rem;
  }

  .language-control {
    min-width: 118px;
    height: 39px;
  }

  .card-header-area,
  .form-stack {
    padding-left: 18px;
    padding-right: 18px;
  }

  .card-footnote {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
