:root {
  color-scheme: light;
  --ink: #142033;
  --muted: #52627a;
  --surface: #ffffff;
  --soft: #f3f7fb;
  --line: #d5deea;
  --blue: #0b63b5;
  --blue-dark: #0a4b87;
  --blue-soft: #eaf4ff;
  --red: #b42318;
  --red-bg: #fff0ed;
  --orange: #b54708;
  --orange-bg: #fff4e5;
  --green: #137333;
  --green-bg: #edf8ef;
  --shadow-sm: 0 8px 24px rgba(13, 35, 67, 0.08);
  --shadow-md: 0 18px 38px rgba(13, 35, 67, 0.12);
  --focus: #111827;
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;
}

html[lang^="en"] body,
html[lang^="en"] button,
html[lang^="en"] input,
html[lang^="en"] select,
html[lang^="en"] textarea {
  font-family: "Inter", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

html[lang^="en"] .site-header h1,
html[lang^="en"] .page-title,
html[lang^="en"] .welcome-title {
  font-weight: 780;
}

html[lang^="en"] .plain-button,
html[lang^="en"] .primary-button,
html[lang^="en"] .choice-button,
html[lang^="en"] .answer-button,
html[lang^="en"] .helpline-number,
html[lang^="en"] .resource-link-title,
html[lang^="en"] .welcome-support-title,
html[lang^="en"] .welcome-reassure,
html[lang^="en"] .contact-card strong,
html[lang^="en"] .resource-card strong {
  font-weight: 700;
}

html[lang^="en"] .lead,
html[lang^="en"] .language-subtitle,
html[lang^="en"] .language-support,
html[lang^="en"] .resource-link-copy,
html[lang^="en"] .helpline-copy p,
html[lang^="en"] .contact-card p,
html[lang^="en"] .small {
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(158, 210, 255, 0.38) 0, transparent 28%),
    radial-gradient(circle at top left, rgba(221, 214, 254, 0.26) 0, transparent 24%),
    linear-gradient(180deg, #fbfdff 0%, var(--soft) 44%, #edf3f7 100%);
  color: var(--ink);
  font-size: 18px;
  line-height: 1.5;
  overflow-x: hidden;
}

button {
  font: inherit;
}

a {
  color: var(--blue);
  font-weight: 800;
}

a:focus-visible,
button:focus-visible {
  outline: 4px solid var(--focus);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -80px;
  z-index: 30;
  background: #ffffff;
  color: var(--ink);
  padding: 10px 14px;
  border: 2px solid var(--ink);
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(213, 222, 234, 0.9);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 16px rgba(19, 34, 56, 0.06);
}

.site-header h1 {
  margin: 0;
  text-align: center;
  font-size: 0.98rem;
  line-height: 1.2;
  font-weight: 800;
}

.plain-button,
.primary-button,
.choice-button,
.answer-button {
  min-height: 52px;
  border-radius: 8px;
  font-weight: 800;
}

.plain-button {
  border: 2px solid var(--blue);
  background: #ffffff;
  color: var(--blue);
  padding: 8px 12px;
  box-shadow: 0 2px 0 rgba(11, 99, 181, 0.08);
}

main {
  width: min(100%, 820px);
  margin: 0 auto;
  padding: 22px 16px 36px;
}

.language-page {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 24px 0;
  background:
    radial-gradient(circle at top left, rgba(221, 214, 254, 0.55) 0, transparent 32%),
    radial-gradient(circle at bottom right, rgba(237, 233, 254, 0.6) 0, transparent 28%),
    linear-gradient(180deg, #faf9ff 0%, #f5f3ff 100%);
}

.language-shell {
  width: min(100%, 720px);
  margin: 0 auto;
  display: grid;
  gap: 20px;
  padding: 30px 20px 26px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 48px rgba(107, 70, 193, 0.08);
  border: 1px solid #ede9fe;
}

.language-shell,
.language-copy,
.language-grid,
.language-card,
main {
  min-width: 0;
}

.language-globe-icon {
  margin: 0 auto;
  display: grid;
  place-items: center;
  width: 92px;
  height: 74px;
  border-radius: 24px;
  border: 1px solid #ede9fe;
  background: linear-gradient(180deg, rgba(245, 243, 255, 0.9) 0%, rgba(255, 255, 255, 0.98) 100%);
  box-shadow: 0 12px 28px rgba(107, 70, 193, 0.08);
  color: #6b46c1;
  font-size: 3.35rem;
  line-height: 1;
}

.language-copy {
  display: grid;
  gap: 12px;
  text-align: left;
}

.language-title {
  margin: 0;
  color: #1f2937;
  font-size: clamp(1.65rem, 5vw, 2.25rem);
  line-height: 1.08;
  font-weight: 850;
  background: none;
}

.language-subtitle,
.language-footer {
  margin: 0;
  white-space: pre-line;
  background: none;
}

.language-subtitle {
  color: #4b5563;
  font-size: 1.08rem;
  line-height: 1.55;
}

.language-question {
  margin: 0;
  color: #374151;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 600;
  background: none;
}

.language-support {
  margin: 0;
  color: #4b5563;
  font-size: 1.02rem;
  line-height: 1.55;
}

.choose-language {
  margin: 4px 0 0;
  color: #6b46c1;
  font-size: 1rem;
  font-weight: 700;
}

.language-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.language-card {
  width: 100%;
  min-height: 64px;
  border-radius: 18px;
  border: 2px solid #ddd6fe;
  background: #ffffff;
  color: #1f2937;
  padding: 16px 18px;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(107, 70, 193, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.language-card:hover {
  border-color: #6b46c1;
  background: #faf7ff;
  box-shadow: 0 16px 30px rgba(107, 70, 193, 0.12);
  transform: translateY(-1px);
}

.language-footer {
  color: #6b7280;
  font-size: 0.92rem;
  line-height: 1.5;
  text-align: center;
}

.prototype-banner {
  display: grid;
  gap: 10px;
  padding: 16px 18px;
  border: 1px solid #d9ccff;
  border-radius: 18px;
  background: linear-gradient(180deg, #faf7ff 0%, #f6f1ff 100%);
  box-shadow: 0 10px 24px rgba(107, 70, 193, 0.08);
}

.prototype-banner-copy {
  display: grid;
  gap: 8px;
}

.prototype-banner-eyebrow,
.prototype-banner-updated,
.prototype-footer p {
  margin: 0;
}

.prototype-banner-eyebrow {
  color: #6b46c1;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.prototype-banner h2 {
  margin: 0;
  color: #312e81;
  font-size: 1.05rem;
  line-height: 1.3;
  font-weight: 800;
}

.prototype-banner p {
  margin: 0;
  color: #433b63;
  font-size: 0.98rem;
  line-height: 1.55;
}

.prototype-banner-updated {
  color: #6b7280;
  font-size: 0.86rem;
}

.prototype-footer {
  display: grid;
  gap: 4px;
  padding-top: 4px;
  color: #6b7280;
  font-size: 0.88rem;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 640px) {
  body {
    font-size: 17px;
  }

  main {
    width: 100%;
    padding: 16px 12px 28px;
  }

  .language-page {
    min-height: auto;
    padding: 12px;
    align-items: start;
  }

  .language-shell {
    width: 100%;
    max-width: 100%;
    gap: 16px;
    padding: 22px 16px 20px;
    border-radius: 22px;
  }

  .language-globe-icon {
    width: 78px;
    height: 62px;
    border-radius: 20px;
    font-size: 2.7rem;
  }

  .language-copy {
    gap: 10px;
  }

  .language-title {
    font-size: clamp(1.5rem, 8vw, 1.95rem);
    line-height: 1.12;
  }

  .language-subtitle,
  .language-question,
  .language-support {
    font-size: 1rem;
  }

  .choose-language {
    margin-top: 2px;
    font-size: 0.98rem;
  }

  .language-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .language-card {
    width: 100%;
    min-height: 56px;
    padding: 14px 16px;
    font-size: 1.02rem;
  }

  .language-footer {
    font-size: 0.88rem;
  }

  .prototype-banner {
    gap: 8px;
    padding: 14px 14px 15px;
    border-radius: 16px;
  }

  .prototype-banner h2 {
    font-size: 0.98rem;
  }

  .prototype-banner p {
    font-size: 0.93rem;
  }

  .prototype-footer {
    font-size: 0.82rem;
  }

  .welcome-page {
    padding: 12px;
  }

  .welcome-shell {
    gap: 18px;
    padding: 22px 16px 24px;
    border-radius: 24px;
  }

  .welcome-title {
    font-size: clamp(1.72rem, 8vw, 2.2rem);
    line-height: 1.08;
    white-space: normal;
  }

  .welcome-hero-icon {
    width: 78px;
    height: 78px;
    font-size: 2.4rem;
  }

  .welcome-support-card {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .welcome-support-icon {
    width: 64px;
    height: 64px;
    font-size: 2.1rem;
  }

  .emergency-callout {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
  }

  .emergency-callout-icon {
    width: 32px;
    height: 32px;
  }

  .welcome-primary {
    min-height: 58px;
    font-size: 1.08rem;
  }
}

.grid {
  display: grid;
  gap: 14px;
}

.two-col {
  display: grid;
  gap: 12px;
}

.primary-button,
.choice-button,
.answer-button {
  width: 100%;
  border: 0;
  padding: 16px 18px;
  text-align: left;
}

.primary-button {
  background: linear-gradient(135deg, #6b46c1 0%, #7c3aed 100%);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(107, 70, 193, 0.22);
  letter-spacing: 0.01em;
}

.secondary-button {
  width: 100%;
  min-height: 52px;
  border-radius: 18px;
  border: 2px solid #ddd6fe;
  background: #ffffff;
  color: #6b46c1;
  padding: 14px 18px;
  font: inherit;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(107, 70, 193, 0.08);
}

.primary-button:hover,
.primary-button:focus-visible {
  filter: brightness(1.03);
}

.secondary-button:hover,
.secondary-button:focus-visible {
  border-color: #6b46c1;
  background: #faf7ff;
}

.choice-button,
.answer-button {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  color: var(--ink);
  border: 2px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.choice-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.item-emoji {
  width: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.choice-button[aria-pressed="true"],
.answer-button[aria-pressed="true"] {
  border-color: var(--blue-dark);
  box-shadow: inset 0 0 0 2px var(--blue-dark);
  background: linear-gradient(180deg, #f1f8ff 0%, #e8f4ff 100%);
}

.checkmark {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 2px solid var(--muted);
  border-radius: 6px;
  color: transparent;
}

[aria-pressed="true"] .checkmark {
  background: var(--blue-dark);
  border-color: var(--blue-dark);
  color: #ffffff;
}

.panel,
.action-card,
.resource-card,
.contact-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  box-shadow: var(--shadow-sm);
}

.stack {
  display: grid;
  gap: 18px;
}

.intro-card {
  gap: 16px;
  padding: 26px 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.intro-copy {
  display: grid;
  gap: 8px;
  max-width: 42rem;
}

.intro-location {
  color: var(--blue-dark);
  font-weight: 800;
}

.page-title {
  margin: 0;
  font-size: clamp(1.9rem, 8vw, 3rem);
  line-height: 1.06;
  letter-spacing: 0;
  font-weight: 850;
}

.lead {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.55;
}

.emergency-banner {
  border-left: 8px solid var(--red);
  background: var(--red-bg);
  border-radius: 8px;
  padding: 14px 16px;
  font-weight: 900;
}

.notice {
  border: 2px solid var(--orange);
  background: var(--orange-bg);
  border-radius: 8px;
  padding: 14px 16px;
  font-weight: 800;
  box-shadow: var(--shadow-sm);
}

.emergency-callout {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  border: 1px solid #fecaca;
  border-radius: 18px;
  padding: 22px 20px;
  background: linear-gradient(180deg, #fff8f8 0%, #fff1f2 100%);
}

.emergency-callout-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fee2e2;
  color: #b42318;
  font-size: 1.2rem;
  font-weight: 900;
}

.emergency-callout-copy {
  display: grid;
  gap: 8px;
}

.emergency-callout-copy h2,
.emergency-callout-copy p {
  margin: 0;
}

.emergency-callout-copy h2 {
  color: #991b1b;
  font-size: 1.32rem;
  line-height: 1.05;
  font-weight: 850;
}

.emergency-callout-copy p {
  color: #7f1d1d;
  font-size: 1.06rem;
  font-weight: 650;
  line-height: 1.5;
}

.helpline-card,
.quick-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  box-shadow: var(--shadow-sm);
}

.helpline-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  border-color: #ddd6fe;
  background: linear-gradient(180deg, #ffffff 0%, #faf7ff 100%);
}

.helpline-card.compact {
  padding: 14px 16px;
}

.helpline-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f3e8ff;
  color: #6b46c1;
  font-size: 1.6rem;
  font-weight: 900;
}

.helpline-copy {
  display: grid;
  gap: 4px;
}

.helpline-copy p,
.quick-card p {
  margin: 0;
}

.helpline-number {
  color: #6b46c1;
  font-size: 1.35rem;
  font-weight: 900;
  text-decoration: none;
}

.helpline-card.welcome {
  border-radius: 18px;
  padding: 22px 20px;
}

.welcome-page {
  padding: 24px 16px;
}

.welcome-shell {
  gap: 24px;
  width: min(100%, 980px);
  padding: 30px 28px 34px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(107, 70, 193, 0.08);
}

.welcome-copy {
  gap: 8px;
  text-align: center;
  justify-items: center;
  min-width: 0;
}

.welcome-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.04;
  max-width: none;
  white-space: nowrap;
}

.welcome-hero-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 4px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at top, #f5f3ff 0%, #efe8ff 100%);
  color: #6b46c1;
  font-size: 4rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.welcome-copy .language-subtitle {
  max-width: 42rem;
  text-align: center;
  margin-inline: auto;
}

.welcome-copy .language-subtitle:last-of-type {
  color: #6b46c1;
  font-weight: 800;
}

@media (max-width: 720px) {
  .welcome-copy {
    width: 100%;
    gap: 6px;
  }

  .welcome-title {
    max-width: 100%;
    font-size: clamp(1.72rem, 7.8vw, 2.35rem);
    line-height: 1.06;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .welcome-copy .language-subtitle {
    max-width: 24rem;
  }
}

.welcome-support-card {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  align-items: start;
}

.welcome-support-icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at top, #f5f3ff 0%, #efe8ff 100%);
  color: #8b5cf6;
  font-size: 2.5rem;
}

.welcome-support-copy {
  display: grid;
  gap: 10px;
}

.welcome-support-title {
  margin: 0;
  color: #1f2937;
  font-size: 1.12rem;
  line-height: 1.4;
  font-weight: 850;
}

.welcome-reassure {
  display: grid;
  gap: 4px;
  color: #6b46c1;
  font-weight: 700;
}

.welcome-reassure p {
  margin: 0;
}

.welcome-actions {
  display: grid;
  gap: 12px;
}

.welcome-primary {
  min-height: 64px;
  border-radius: 18px;
  justify-items: center;
  text-align: center;
  font-size: 1.2rem;
  position: relative;
}

.welcome-primary::after {
  content: "›";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
}

.welcome-footer {
  color: #6b7280;
  text-align: center;
  line-height: 1.7;
}

.quick-card {
  display: grid;
  gap: 4px;
  border-color: #efd4a2;
  background: linear-gradient(180deg, #fffaf0 0%, #ffffff 100%);
}

.section-header {
  display: grid;
  gap: 8px;
}

.eyebrow {
  margin: 0;
  color: var(--blue-dark);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

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

.progress {
  color: var(--muted);
  font-weight: 800;
}

.question-card {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.question-card h2 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.18;
}

.answer-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.answer-button {
  min-height: 58px;
  grid-template-columns: 1fr;
  text-align: center;
  padding: 12px 8px;
}

.actions {
  position: sticky;
  bottom: 0;
  z-index: 10;
  margin: 20px -14px -32px;
  padding: 12px 14px;
  background: rgba(243, 247, 251, 0.94);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.actions .primary-button:disabled {
  background: #8b98a8;
  cursor: not-allowed;
}

.action-card {
  border-left: 10px solid;
  padding: 22px;
}

.action-card.red {
  border-left-color: var(--red);
  background: var(--red-bg);
}

.action-card.orange {
  border-left-color: var(--orange);
  background: var(--orange-bg);
}

.action-card.green {
  border-left-color: var(--green);
  background: var(--green-bg);
}

.detailed-call-card {
  display: grid;
  gap: 14px;
  padding: 20px 22px;
  border: 1px solid #f0dccd;
  border-left: 1px solid #f0dccd;
  border-radius: 20px;
  background: linear-gradient(180deg, #fffdfb 0%, #fff8f3 100%);
  box-shadow: 0 10px 24px rgba(31, 41, 55, 0.05);
}

.call-card-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
}

.call-card-title h3,
.call-card-row p {
  margin: 0;
}

.call-card-title h3 {
  padding-top: 2px;
  color: #b85b2d;
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1.35;
}

.call-card-mark {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff2e7;
  color: #c46a2e;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}

.call-card-mark.soft {
  background: #f5f3ff;
  color: #8b5cf6;
}

.call-card-mark.warning {
  background: #fff1f2;
  color: #c2414d;
}

.call-card-intro {
  margin: 0;
  color: #46566f;
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.55;
}

.call-card-reassure p {
  color: #56657b;
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.55;
}

.call-card-divider {
  height: 1px;
  background: rgba(184, 91, 45, 0.12);
}

.call-card-warning p {
  color: #56657b;
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.55;
}

.call-card-title h3,
.call-card-warning p strong {
  color: #b85b2d;
}

.action-card h2,
.action-card h3 {
  margin: 0 0 8px;
  line-height: 1.15;
}

.resource-card,
.contact-card {
  display: grid;
  gap: 8px;
}

.resource-group {
  gap: 14px;
}

.resource-links {
  display: grid;
  gap: 12px;
}

.resource-link {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid #dbe6f1;
  border-radius: 14px;
  background: #f9fbff;
  text-decoration: none;
}

.resource-link-title {
  color: var(--blue);
  font-weight: 800;
}

.resource-link-copy {
  color: var(--muted);
  font-weight: 600;
}

.interpreter-card {
  border: 1px solid #7fd0dd;
  background: linear-gradient(180deg, #eaf9fc 0%, #f7feff 100%);
  box-shadow: 0 10px 26px rgba(0, 122, 153, 0.08);
}

.interpreter-card strong {
  color: #006b8f;
}

.interpreter-card p {
  color: #24556a;
}

.resource-card p,
.contact-card p,
.small {
  margin: 0;
  color: var(--muted);
}

.resource-card strong,
.contact-card strong {
  font-size: 1.02rem;
}

ul {
  margin: 8px 0 0;
  padding-left: 1.25rem;
}

li + li {
  margin-top: 8px;
}

[hidden] {
  display: none !important;
}

[dir="rtl"] .primary-button,
[dir="rtl"] .choice-button {
  text-align: right;
}

[dir="rtl"] .language-card {
  text-align: right;
}

[dir="rtl"] .secondary-button {
  text-align: right;
}

[dir="rtl"] .choice-content {
  flex-direction: row-reverse;
}

[dir="rtl"] .emergency-callout {
  grid-template-columns: 1fr auto;
}

[dir="rtl"] .emergency-banner,
[dir="rtl"] .action-card {
  border-left: 1px solid var(--line);
  border-right: 8px solid var(--red);
}

[dir="rtl"] .action-card.orange {
  border-right-color: var(--orange);
}

[dir="rtl"] .action-card.green {
  border-right-color: var(--green);
}

[dir="rtl"] .welcome-footer {
  text-align: right;
}

@media (min-width: 720px) {
  body {
    font-size: 19px;
  }

  main {
    padding: 30px 24px 52px;
  }

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

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

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

  .language-shell {
    padding: 34px 28px 28px;
  }

  .helpline-card {
    grid-template-columns: 56px 1fr;
  }

  .emergency-callout {
    padding: 18px;
  }

  .actions {
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: -52px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
