:root {
  --paper: #fbf6ea;
  --paper-2: #f4ecd8;
  --ink: #1b2430;
  --ink-soft: #3d4756;
  --ink-mute: #7a7668;
  --amber: #b17a2f;
  --amber-deep: #8a5a1e;
  --teal: #2a5858;
  --line: rgba(27, 36, 48, 0.12);
  --line-soft: rgba(27, 36, 48, 0.06);
  --highlight: #fdf4dc;
  --shadow-sm: 0 1px 2px rgba(27, 36, 48, 0.04), 0 1px 3px rgba(27, 36, 48, 0.06);
  --shadow: 0 4px 12px rgba(27, 36, 48, 0.06), 0 2px 4px rgba(27, 36, 48, 0.04);
  --shadow-lg: 0 20px 40px rgba(27, 36, 48, 0.08), 0 8px 16px rgba(27, 36, 48, 0.05);
  --radius: 14px;
  --radius-lg: 22px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
*:focus-visible {
  outline: 2px solid var(--amber-deep);
  outline-offset: 2px;
}

html { scroll-behavior: smooth; }

body {
  font-family: "EB Garamond", Georgia, serif;
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink);
  background-color: var(--paper);
  background-image:
    radial-gradient(ellipse 800px 400px at 20% 10%, rgba(177, 122, 47, 0.06), transparent),
    radial-gradient(ellipse 600px 500px at 90% 80%, rgba(42, 88, 88, 0.05), transparent),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.42 0 0 0 0 0.36 0 0 0 0 0.22 0 0 0 0.035 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  min-height: 100vh;
}

/* ————— Progress bar ————— */
.progress-bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: transparent;
  z-index: 100;
}
.progress-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--amber), var(--amber-deep));
  width: 0%;
  transition: width 0.4s ease;
}

/* ————— Top nav ————— */
.topnav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 246, 234, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-soft);
}
.topnav-inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  font-family: "Fraunces", serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-mark {
  width: 28px;
  height: 28px;
  display: inline-block;
}
.brand-sub {
  font-family: "EB Garamond", serif;
  font-style: italic;
  color: var(--ink-mute);
  font-size: 15px;
  font-weight: 400;
}
.nav-progress {
  font-family: "Fraunces", serif;
  font-size: 14px;
  color: var(--ink-mute);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}
.nav-progress strong { color: var(--ink); font-weight: 600; }

/* ————— Container ————— */
.container {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ————— Hero / Salawat ————— */
.hero {
  padding: 64px 0 40px;
  text-align: center;
}
.hero-eyebrow {
  font-family: "Fraunces", serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--amber-deep);
  margin-bottom: 14px;
  font-weight: 500;
}
.hero-title {
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(40px, 7vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 12px;
}
.hero-title em {
  font-style: italic;
  color: var(--amber-deep);
}
.hero-sub {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 20px;
  color: var(--ink-soft);
  max-width: 520px;
  margin: 0 auto 48px;
}

/* Featured Salawat panel */
.salawat-panel {
  position: relative;
  margin: 0 auto;
  max-width: 680px;
  padding: 44px 36px 40px;
  background: linear-gradient(180deg, #fff8e8, var(--paper-2));
  border: 1px solid rgba(177, 122, 47, 0.22);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.salawat-panel::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--amber), transparent);
}
.salawat-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 20px;
  color: var(--amber);
}
.salawat-ornament span {
  font-family: "Fraunces", serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--amber-deep);
  font-weight: 500;
}
.ornament-line {
  width: 40px;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}
.salawat-ar {
  font-family: "Amiri", "Scheherazade New", serif;
  font-size: 30px;
  line-height: 2.1;
  color: var(--ink);
  direction: rtl;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 400;
}
.salawat-tr {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 18px;
  color: var(--ink-soft);
  line-height: 1.7;
  margin-bottom: 18px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.salawat-en {
  font-family: "Fraunces", serif;
  font-size: 17px;
  color: var(--ink);
  line-height: 1.6;
  font-weight: 400;
  max-width: 540px;
  margin: 0 auto;
}

/* ————— Controls ————— */
.controls {
  margin: 56px 0 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}
.control-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.control-label {
  font-family: "Fraunces", serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 500;
  margin-right: 6px;
}
.segmented {
  display: inline-flex;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px;
  gap: 2px;
}
.segmented button {
  font-family: "Fraunces", serif;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 18px;
  border: none;
  background: transparent;
  color: var(--ink-soft);
  cursor: pointer;
  border-radius: 999px;
  transition: all 0.2s ease;
  letter-spacing: 0.01em;
}
.segmented button:hover { color: var(--ink); }
.segmented button.active {
  background: var(--ink);
  color: var(--paper);
  box-shadow: var(--shadow-sm);
}
.toggle-group {
  display: inline-flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}
.toggle-chip {
  font-family: "Fraunces", serif;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 14px;
  background: var(--paper-2);
  border: 1px solid var(--line);
  color: var(--ink-soft);
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.toggle-chip:hover { border-color: var(--ink-soft); }
.toggle-chip.active {
  background: var(--amber);
  color: #fff;
  border-color: var(--amber);
}
.toggle-chip .check {
  width: 10px; height: 10px; display: inline-block;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  transform: scale(0); transition: transform 0.15s ease;
}
.toggle-chip.active .check { transform: scale(1); }

/* ————— Divider ornament ————— */
.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 40px 0 24px;
  color: var(--amber);
  opacity: 0.7;
}
.divider .dot {
  width: 6px; height: 6px;
  background: currentColor;
  border-radius: 50%;
}
.divider .line {
  width: 80px; height: 1px;
  background: currentColor;
  opacity: 0.5;
}

/* ————— Group heading ————— */
.group-heading {
  margin: 56px 0 24px;
  text-align: center;
}
.group-heading:first-child { margin-top: 16px; }
.group-heading .eyebrow {
  font-family: "Fraunces", serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--amber-deep);
  font-weight: 500;
  margin-bottom: 8px;
}
.group-heading .title {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.group-heading .title-ar {
  font-family: "Amiri", serif;
  font-size: 22px;
  color: var(--ink-soft);
  direction: rtl;
  margin-top: 4px;
}
.group-heading .flourish {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
  color: var(--amber);
  opacity: 0.55;
}
.group-heading .flourish .line {
  width: 50px; height: 1px;
  background: currentColor;
}
.group-heading .flourish .dot {
  width: 4px; height: 4px;
  background: currentColor;
  border-radius: 50%;
}

/* ————— Section card (always open) ————— */
.section-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: 20px;
  overflow: hidden;
  transition: opacity 0.4s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.4s ease;
  box-shadow: var(--shadow-sm);
  position: relative;
  scroll-margin-top: 80px;
}
.section-card::before {
  content: "";
  position: absolute;
  left: 0; top: 16px; bottom: 16px;
  width: 3px;
  background: var(--amber);
  border-radius: 0 3px 3px 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.section-card.in-focus::before { opacity: 1; }
.section-card.in-focus {
  border-color: rgba(177, 122, 47, 0.32);
  box-shadow: 0 8px 24px rgba(27, 36, 48, 0.07), 0 2px 6px rgba(27, 36, 48, 0.04);
}
.section-card.completed {
  opacity: 0.58;
  background: linear-gradient(180deg, var(--highlight), #fff);
  border-color: rgba(177, 122, 47, 0.22);
}
.section-card.completed.in-focus {
  opacity: 1;
}

.section-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 26px 14px;
  user-select: none;
}
.section-number {
  font-family: "Fraunces", serif;
  font-size: 13px;
  color: var(--amber-deep);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  min-width: 24px;
  padding-top: 3px;
}
.section-titles { flex: 1; min-width: 0; }
.section-title {
  font-family: "Fraunces", serif;
  font-size: 19px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1.3;
}
.section-title-ar {
  font-family: "Amiri", serif;
  font-size: 18px;
  color: var(--ink-soft);
  direction: rtl;
  margin-top: 2px;
}
.section-meta {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 14px;
  color: var(--ink-mute);
  margin-top: 3px;
  line-height: 1.5;
}
.section-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.check-btn {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: transparent;
  border: 1.5px solid var(--line);
  color: var(--ink-mute);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.check-btn:hover { border-color: var(--amber); transform: scale(1.08); }
.check-btn.checked {
  background: var(--amber);
  border-color: var(--amber);
  color: #fff;
}
.check-btn svg { width: 16px; height: 16px; }

.section-body-inner {
  padding: 6px 28px 24px;
}

/* Next button at bottom of each card */
.next-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-family: "Fraunces", serif;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 18px;
  background: transparent;
  color: var(--ink-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
  letter-spacing: 0.01em;
}
.next-btn:hover {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.next-btn svg { width: 14px; height: 14px; }

/* ————— Floating jump menu ————— */
.jump-fab {
  position: fixed;
  bottom: 24px; right: 24px;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  border: none;
  cursor: pointer;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 60;
  transition: transform 0.2s ease, background 0.2s ease;
}
.jump-fab:hover { transform: scale(1.06); background: var(--amber-deep); }
.jump-fab svg { width: 22px; height: 22px; }

.jump-sheet {
  position: fixed;
  inset: 0;
  background: rgba(27, 36, 48, 0.4);
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 70;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.jump-sheet.open { opacity: 1; pointer-events: auto; }
.jump-sheet-inner {
  background: var(--paper);
  width: 100%;
  max-width: 520px;
  max-height: 75vh;
  border-radius: 20px 20px 0 0;
  transform: translateY(20px);
  transition: transform 0.25s ease;
  overflow-y: auto;
  padding: 28px 0 20px;
}
.jump-sheet.open .jump-sheet-inner { transform: translateY(0); }
@media (min-width: 640px) {
  .jump-sheet { align-items: center; }
  .jump-sheet-inner { border-radius: 20px; max-height: 80vh; }
}
.jump-sheet-title {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: 20px;
  color: var(--ink);
  text-align: center;
  margin-bottom: 18px;
  padding: 0 28px;
}
.jump-group-label {
  font-family: "Fraunces", serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--amber-deep);
  font-weight: 500;
  padding: 16px 28px 8px;
}
.jump-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 28px;
  font-family: "Fraunces", serif;
  font-size: 15px;
  color: var(--ink);
  cursor: pointer;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
  transition: background 0.15s ease;
}
.jump-item:hover { background: var(--paper-2); }
.jump-item .num {
  font-size: 12px;
  color: var(--ink-mute);
  font-variant-numeric: tabular-nums;
  min-width: 20px;
}
.jump-item .check-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--line);
  flex-shrink: 0;
  margin-left: auto;
}
.jump-item.done .check-dot { background: var(--amber); }
.jump-item.current { background: var(--highlight); font-weight: 500; }

/* ————— Focus Mode ————— */
.focus-mode {
  position: fixed;
  inset: 0;
  background: var(--paper);
  background-image:
    radial-gradient(ellipse 900px 500px at 20% 10%, rgba(177, 122, 47, 0.08), transparent),
    radial-gradient(ellipse 700px 600px at 80% 90%, rgba(42, 88, 88, 0.06), transparent);
  z-index: 90;
  display: none;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.focus-mode.active {
  display: flex;
  opacity: 1;
}
.focus-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  border-bottom: 1px solid var(--line-soft);
  gap: 16px;
}
.focus-progress-text {
  font-family: "Fraunces", serif;
  font-size: 13px;
  color: var(--ink-mute);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
}
.focus-progress-text strong { color: var(--ink); font-weight: 600; }
.focus-progress-bar {
  flex: 1;
  max-width: 220px;
  height: 2px;
  background: var(--line);
  border-radius: 2px;
  overflow: hidden;
}
.focus-progress-bar-fill {
  height: 100%;
  background: var(--amber);
  transition: width 0.4s ease;
}
.focus-close {
  background: transparent;
  border: none;
  color: var(--ink-soft);
  cursor: pointer;
  padding: 6px;
  display: inline-flex;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.focus-close:hover { background: var(--paper-2); color: var(--ink); }
.focus-close svg { width: 20px; height: 20px; }
.focus-content {
  flex: 1;
  overflow-y: auto;
  padding: 40px 24px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.focus-slide {
  max-width: 640px;
  width: 100%;
  animation: focusFade 0.4s ease;
}
@keyframes focusFade {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
.focus-eyebrow {
  font-family: "Fraunces", serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--amber-deep);
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
}
.focus-title {
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(26px, 4.5vw, 34px);
  line-height: 1.2;
  color: var(--ink);
  text-align: center;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.focus-title-ar {
  font-family: "Amiri", serif;
  font-size: 20px;
  color: var(--ink-soft);
  direction: rtl;
  text-align: center;
  margin-bottom: 10px;
}
.focus-meta {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 15px;
  color: var(--ink-mute);
  text-align: center;
  margin-bottom: 32px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.focus-slide .text-arabic {
  font-size: 28px;
  line-height: 2.2;
  text-align: center;
}
.focus-slide .text-transliteration,
.focus-slide .text-english {
  text-align: center;
}
.focus-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 24px 28px;
  border-top: 1px solid var(--line-soft);
}
.focus-nav-btn {
  font-family: "Fraunces", serif;
  font-size: 14px;
  font-weight: 500;
  padding: 11px 22px;
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.01em;
}
.focus-nav-btn:hover:not(:disabled) {
  border-color: var(--ink);
}
.focus-nav-btn:disabled { opacity: 0.35; cursor: not-allowed; }
.focus-nav-btn.primary {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.focus-nav-btn.primary:hover { background: var(--amber-deep); border-color: var(--amber-deep); }
.focus-nav-btn svg { width: 14px; height: 14px; }

.text-block { margin-bottom: 18px; }
.text-block:last-child { margin-bottom: 0; }
.text-block.hidden { display: none; }

.text-arabic {
  font-family: "Amiri", serif;
  font-size: 26px;
  line-height: 2.2;
  direction: rtl;
  text-align: right;
  color: var(--ink);
  padding: 4px 0;
}
.text-transliteration {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink-soft);
}
.text-english {
  font-family: "Fraunces", serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  font-weight: 400;
}
.text-english-label,
.text-transliteration-label,
.text-arabic-label {
  font-family: "Fraunces", serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}

.repeat-badge {
  display: inline-block;
  font-family: "Fraunces", serif;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 10px;
  background: rgba(177, 122, 47, 0.12);
  color: var(--amber-deep);
  border-radius: 999px;
  margin-left: 8px;
  vertical-align: middle;
}

audio { width: 100%; margin-top: 12px; }
audio::-webkit-media-controls-panel { background: var(--paper-2); }

/* ————— Footer / closing ————— */
.closing {
  margin: 80px 0 60px;
  text-align: center;
  padding: 48px 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.closing-title {
  font-family: "Fraunces", serif;
  font-size: 28px;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 12px;
  font-style: italic;
}
.closing-text {
  font-family: "EB Garamond", serif;
  font-size: 18px;
  color: var(--ink-soft);
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto 24px;
}
.reset-btn {
  font-family: "Fraunces", serif;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 22px;
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
  letter-spacing: 0.02em;
}
.reset-btn:hover {
  background: var(--ink);
  color: var(--paper);
}

.footer-signature {
  text-align: center;
  padding: 30px 24px 50px;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 15px;
  color: var(--ink-mute);
}

/* ————— Utility ————— */
.fade-in { animation: fadeIn 0.5s ease both; }
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.skipped { display: none !important; }

/* ————— Mobile ————— */
@media (max-width: 640px) {
  body { font-size: 17px; }
  .container { padding: 0 18px; }
  .topnav-inner { padding: 12px 18px; }
  .brand { font-size: 19px; }
  .brand-sub { display: none; }
  .hero { padding: 40px 0 28px; }
  .salawat-panel { padding: 32px 22px 28px; border-radius: 16px; }
  .salawat-ar { font-size: 24px; line-height: 2; }
  .salawat-tr { font-size: 16px; }
  .salawat-en { font-size: 16px; }
  .section-header { padding: 18px 20px 12px; gap: 12px; }
  .section-title { font-size: 17px; }
  .section-title-ar { font-size: 16px; }
  .section-body-inner { padding: 4px 22px 22px; }
  .text-arabic { font-size: 22px; line-height: 2; }
  .text-transliteration { font-size: 16px; }
  .text-english { font-size: 16px; }
  .controls { margin: 40px 0 24px; }
  .check-btn { width: 28px; height: 28px; }
  .group-heading { margin: 40px 0 20px; }
  .group-heading .title { font-size: 22px; }
  .group-heading .title-ar { font-size: 19px; }
  .jump-fab { bottom: 16px; right: 16px; width: 48px; height: 48px; }
  .focus-slide .text-arabic { font-size: 24px; line-height: 2.1; }
  .focus-content { padding: 28px 20px; }
  .focus-nav-btn { padding: 10px 16px; font-size: 13px; }
}
