:root {
  color-scheme: light;
  --ink: #121715;
  --muted: #626c67;
  --paper: #f5f7f2;
  --panel: #ffffff;
  --line: #dce3da;
  --soft: #f8faf5;
  --green: #075f50;
  --green-strong: #063f36;
  --mint: #eaf5ef;
  --gold: #c9a646;
  --gold-soft: #f7e6a9;
  --obsidian: #0f1412;
  --blue: #2f6178;
  --danger: #b93232;
  --shadow: 0 22px 58px rgba(20, 31, 26, 0.12);
  --shadow-soft: 0 12px 34px rgba(20, 31, 26, 0.08);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    linear-gradient(180deg, #fbfcf8 0%, #f4f7f1 46%, #eef5ef 100%);
  color: var(--ink);
}

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

button {
  cursor: pointer;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0 16px;
}

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

.brand-mark {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(201, 166, 70, 0.36);
  border-radius: 8px;
  background: var(--obsidian);
  box-shadow: 0 10px 24px rgba(15, 20, 18, 0.16);
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.05rem;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 0.8rem;
}

.trust-strip {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.trust-strip span,
.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid rgba(201, 166, 70, 0.22);
  border-radius: 8px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.82);
  color: #4d4016;
  font-size: 0.78rem;
  font-weight: 800;
}

.checkout-shell {
  display: grid;
  grid-template-columns: minmax(340px, 0.95fr) minmax(380px, 1.05fr);
  gap: 20px;
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: 12px 0 34px;
}

.campaign-panel,
.donation-panel {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(220, 227, 218, 0.98);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.campaign-panel {
  overflow: hidden;
  align-self: start;
}

.campaign-visual {
  position: relative;
  min-height: 158px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(7, 95, 80, 0.98), rgba(15, 20, 18, 0.98) 56%, rgba(54, 43, 17, 0.94)),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.035) 0,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px,
      transparent 14px
    );
}

.campaign-visual::before,
.campaign-visual::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.campaign-visual::before {
  inset: 14px;
  border: 1px solid rgba(247, 230, 169, 0.15);
  border-radius: 8px;
}

.campaign-visual::after {
  width: 48%;
  height: 92%;
  right: -13%;
  bottom: -52%;
  border: 1px solid rgba(246, 229, 172, 0.14);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  box-shadow:
    -84px -34px 0 -82px rgba(246, 229, 172, 0.22),
    -150px -58px 0 -146px rgba(246, 229, 172, 0.16);
}

.reflection-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 700px);
  border: 1px solid rgba(247, 230, 169, 0.18);
  border-radius: 8px;
  padding: 14px 16px;
  background:
    linear-gradient(180deg, rgba(255, 253, 246, 0.08), rgba(255, 253, 246, 0.025)),
    rgba(6, 14, 11, 0.28);
  color: #fff8e2;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
}

.verse-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(247, 230, 169, 0.84);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.verse-meta strong {
  flex: 0 0 auto;
  border: 1px solid rgba(247, 230, 169, 0.2);
  border-radius: 8px;
  padding: 4px 8px;
  color: #f7dfa0;
  font-size: 0.74rem;
}

.ayah-arabic {
  margin-top: 8px;
  color: #fff6d4;
  font-family: "Geeza Pro", "Noto Naskh Arabic", "Amiri", serif;
  font-size: 1.34rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: right;
  transition: opacity 900ms ease, transform 900ms ease;
}

.ayah-meaning {
  max-width: 560px;
  margin-top: 7px;
  color: rgba(255, 251, 238, 0.88);
  font-size: 0.88rem;
  line-height: 1.42;
  transition: opacity 900ms ease, transform 900ms ease;
}

.verse-meta strong {
  transition: opacity 900ms ease;
}

.reflection-panel.is-swapping .ayah-arabic,
.reflection-panel.is-swapping .ayah-meaning,
.reflection-panel.is-swapping .verse-meta strong {
  opacity: 0;
}

.reflection-panel.is-swapping .ayah-arabic,
.reflection-panel.is-swapping .ayah-meaning {
  transform: translateY(3px);
}

@media (prefers-reduced-motion: reduce) {
  .ayah-arabic,
  .ayah-meaning,
  .verse-meta strong {
    transition: none;
  }
}

.campaign-copy {
  padding: 22px 24px 10px;
}

.status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.82rem;
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  max-width: 720px;
  font-size: 2.42rem;
  line-height: 1.02;
  letter-spacing: 0;
}

.campaign-copy p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.54;
}

.campaign-copy p.is-collapsible {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.campaign-copy p.is-expanded {
  display: block;
  overflow: visible;
  -webkit-line-clamp: initial;
}

.summary-toggle {
  margin-top: 8px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--green-strong);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: underline;
  cursor: pointer;
}

.progress-block {
  padding: 14px 24px 24px;
}

.progress-head,
.summary-box div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.progress-head {
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 0.9rem;
}

.progress-head strong {
  color: var(--ink);
}

.progress-track {
  height: 10px;
  overflow: hidden;
  border-radius: 8px;
  background: #e5eee9;
}

.progress-track span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #076854, #78a878 58%, var(--gold));
}

.payout-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
  border: 1px solid rgba(7, 95, 80, 0.14);
  border-radius: 8px;
  padding: 11px 12px;
  background: #f4faf6;
  color: #37443e;
  line-height: 1.4;
}

.live-donations {
  margin-top: 15px;
  border: 1px solid rgba(220, 227, 218, 0.98);
  border-radius: 8px;
  padding: 13px;
  background: #fbfcfa;
  box-shadow: var(--shadow-soft);
}

.live-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.live-head h2 {
  font-size: 1.08rem;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  border: 1px solid rgba(7, 95, 80, 0.16);
  border-radius: 8px;
  padding: 5px 9px;
  background: #edf8f2;
  color: var(--green-strong);
  font-size: 0.78rem;
  font-weight: 900;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #18a56f;
  box-shadow: 0 0 0 4px rgba(24, 165, 111, 0.13);
}

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

.donation-item {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(220, 227, 218, 0.92);
  border-radius: 8px;
  padding: 11px 12px;
  background: #ffffff;
}

.donation-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.donation-line strong {
  color: var(--ink);
}

.donation-line time {
  color: var(--muted);
  font-size: 0.78rem;
  white-space: nowrap;
}

.donation-amount {
  color: #6d5517;
  font-weight: 900;
}

.donation-message {
  border-left: 3px solid rgba(201, 166, 70, 0.48);
  padding-left: 10px;
  color: #4b554f;
  font-size: 0.9rem;
  line-height: 1.42;
}

.payout-icon {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background:
    linear-gradient(#f3f8fb, #f3f8fb) padding-box,
    linear-gradient(135deg, var(--green), var(--gold)) border-box;
  border: 7px solid transparent;
}

.donation-panel {
  align-self: start;
  padding: 22px;
}

.panel-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.eyebrow {
  color: #735b1d;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  margin-top: 2px;
  font-size: 1.52rem;
  letter-spacing: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.amount-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.amount-option {
  min-height: 52px;
  border: 1px solid #d8e0d8;
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font-weight: 900;
  box-shadow: 0 1px 0 rgba(18, 23, 21, 0.04);
}

.amount-option:hover,
.amount-option:focus-visible {
  border-color: var(--green);
  outline: none;
}

.amount-option.is-selected {
  border-color: #075f50;
  background: linear-gradient(180deg, #0a745f, #064a40);
  color: #fff7d7;
  box-shadow: 0 10px 22px rgba(7, 95, 80, 0.18);
}

.tip-box {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  border: 1px solid rgba(201, 166, 70, 0.26);
  border-radius: 8px;
  padding: 14px;
  background:
    linear-gradient(180deg, #fffef9, #f8fbf8);
  box-shadow: var(--shadow-soft);
}

.tip-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.tip-head h3 {
  margin: 2px 0 0;
  font-size: 1.08rem;
  letter-spacing: 0;
}

.tip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.tip-option {
  min-height: 46px;
  border: 1px solid #d8e0d8;
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font-weight: 900;
}

.tip-option:hover,
.tip-option:focus-visible {
  border-color: var(--green);
  outline: none;
}

.tip-option.is-selected {
  border-color: #075f50;
  background: linear-gradient(180deg, #0a745f, #064a40);
  color: #fff7d7;
  box-shadow: 0 10px 22px rgba(7, 95, 80, 0.14);
}

.tip-custom {
  display: flex;
  align-items: center;
  min-height: 46px;
  border: 1px solid #d8e0d8;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}

.tip-custom:focus-within {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(7, 95, 80, 0.1);
}

.tip-custom span {
  display: grid;
  place-items: center;
  width: 32px;
  color: var(--muted);
  font-weight: 900;
}

.tip-custom input {
  min-height: 44px;
  border: 0;
  border-radius: 0;
  padding: 10px 8px 10px 0;
  box-shadow: none;
}

.tip-message {
  margin: 0;
  border-left: 3px solid rgba(201, 166, 70, 0.55);
  padding-left: 11px;
  color: #4f5b54;
  font-size: 0.86rem;
  line-height: 1.48;
}

.field {
  display: grid;
  align-content: start;
  gap: 8px;
  margin-top: 13px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.field-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.field-heading small {
  color: #7a8580;
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.field-heading small.is-near-limit {
  color: #986d13;
}

.field-help {
  margin-top: -2px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #d9e1d8;
  border-radius: 8px;
  padding: 12px 13px;
  background: #fbfcfa;
  color: var(--ink);
  outline: none;
  box-shadow: inset 0 1px 0 rgba(18, 23, 21, 0.02);
}

input::placeholder,
textarea::placeholder {
  color: #9da59f;
  font-weight: 700;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(7, 95, 80, 0.1);
}

textarea {
  min-height: 82px;
  resize: vertical;
  line-height: 1.45;
}

.money-input {
  display: flex;
  align-items: center;
  border: 1px solid #d9e1d8;
  border-radius: 8px;
  background: #fbfcfa;
  overflow: hidden;
}

.money-input > span {
  display: grid;
  place-items: center;
  width: 44px;
  color: var(--muted);
  font-weight: 900;
}

.money-input input {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hint,
.secure-note {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

.divider {
  height: 1px;
  margin: 17px 0;
  background: var(--line);
}

.check-row,
.switch-row,
.mini-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.check-row input,
.switch-row input,
.mini-check input {
  width: 21px;
  height: 21px;
  min-height: 21px;
  margin: 2px 0 0;
  accent-color: var(--green);
}

.check-row strong,
.check-row small,
.switch-row strong,
.switch-row small,
.mini-check strong,
.mini-check small {
  display: block;
}

.check-row small,
.switch-row small,
.mini-check small {
  margin-top: 3px;
  color: var(--muted);
  line-height: 1.38;
}

.check-row a {
  color: var(--green-strong);
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.optional-tag {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  border: 1px solid rgba(7, 95, 80, 0.18);
  border-radius: 999px;
  padding: 2px 8px;
  background: #f8fbf8;
  color: var(--green-strong);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  vertical-align: middle;
}

.message-options {
  display: grid;
  gap: 10px;
  margin-top: 10px;
  border: 1px solid rgba(220, 227, 218, 0.95);
  border-radius: 8px;
  padding: 12px;
  background: #fbfcfa;
}

.mini-check {
  color: var(--ink);
}

.gift-aid-box {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(7, 95, 80, 0.14);
  border-radius: 8px;
  padding: 13px;
  background:
    linear-gradient(180deg, #ffffff, #f6fbf8);
  box-shadow: var(--shadow-soft);
}

.gift-aid-check {
  color: var(--ink);
}

.gift-aid-check small {
  max-width: 560px;
}

.gift-aid-check small strong {
  display: inline;
  color: var(--green-strong);
  white-space: nowrap;
}

.gift-aid-fields,
.identity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.gift-aid-fields {
  margin-top: 8px;
}

.gift-aid-fields > .field,
.gift-aid-fields > .postcode-field {
  align-self: start;
}

.identity-grid.is-gift-aid {
  grid-template-columns: 1fr;
}

.identity-grid.is-gift-aid .field {
  grid-column: 1 / -1;
}

.gift-aid-wide,
.manual-address-fields {
  grid-column: 1 / -1;
}

.postcode-field > label {
  color: var(--muted);
}

.postcode-lookup {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.postcode-lookup button {
  min-height: 50px;
  border: 1px solid #075f50;
  border-radius: 8px;
  padding: 0 14px;
  background: #075f50;
  color: #fff7d7;
  font-weight: 900;
  white-space: nowrap;
}

.postcode-lookup button:hover,
.postcode-lookup button:focus-visible {
  background: #064a40;
  outline: none;
}

.lookup-status {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.lookup-status.is-success {
  color: var(--green-strong);
}

.lookup-status.is-warning {
  color: #7a5b17;
}

.manual-address-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  border: 1px solid rgba(220, 227, 218, 0.95);
  border-radius: 8px;
  padding: 12px;
  background: #fbfcfa;
}

.manual-address-fields .field {
  margin-top: 0;
}

.inline-optional {
  margin-left: 4px;
  color: #8a958f;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.privacy-box,
.summary-box {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #f8fbf8;
}

.privacy-note {
  border-bottom: 1px solid rgba(220, 227, 218, 0.95);
  padding-bottom: 12px;
}

.privacy-note strong,
.privacy-note small {
  display: block;
}

.privacy-note strong {
  color: var(--ink);
}

.privacy-note small {
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.4;
}

.summary-box {
  border-color: rgba(7, 95, 80, 0.16);
  background:
    linear-gradient(180deg, #ffffff, #f8fbf8);
  box-shadow: var(--shadow-soft);
}

.summary-box div {
  color: var(--muted);
  font-size: 0.92rem;
}

.summary-box span small {
  display: block;
  margin-top: 2px;
  color: #7a8580;
  font-size: 0.78rem;
  line-height: 1.3;
}

.summary-box strong {
  color: var(--ink);
  white-space: nowrap;
}

.summary-total {
  border-top: 1px solid rgba(220, 227, 218, 0.98);
  padding-top: 12px;
  font-size: 1rem !important;
}

.summary-total strong {
  color: var(--green-strong);
  font-size: 1.22rem;
}

.text-button {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--blue);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: underline;
}

.terms-row {
  margin-top: 16px;
}

.form-error {
  min-height: 20px;
  margin-top: 10px;
  color: var(--danger);
  font-size: 0.9rem;
  font-weight: 800;
}

.gift-aid-reminder {
  display: grid;
  gap: 4px;
  margin: 8px 0 14px;
  border: 1px solid rgba(201, 166, 70, 0.26);
  border-radius: 8px;
  padding: 12px;
  background: #fffdf4;
  color: #4b432a;
  font-size: 0.86rem;
  line-height: 1.4;
}

.gift-aid-reminder strong {
  color: #1b201d;
}

.gift-aid-reminder span strong {
  color: var(--green-strong);
  white-space: nowrap;
}

.primary-action,
.secondary-action {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  font-weight: 900;
}

.primary-action {
  background: linear-gradient(180deg, #101715, #07100d);
  color: #fff2bd;
  box-shadow: 0 14px 26px rgba(15, 20, 18, 0.22);
}

.primary-action:hover,
.primary-action:focus-visible {
  background: linear-gradient(180deg, #19312a, #08140f);
  outline: none;
}

.secondary-action {
  margin-top: 18px;
  background: var(--obsidian);
  color: var(--gold-soft);
}

.modal {
  width: min(520px, calc(100% - 32px));
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.modal::backdrop {
  background: rgba(23, 33, 31, 0.44);
}

.modal form {
  padding: 22px;
}

.modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.modal p {
  color: var(--muted);
  line-height: 1.55;
}

.fee-breakdown {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.fee-breakdown div {
  border: 1px solid rgba(220, 227, 218, 0.98);
  border-radius: 8px;
  padding: 12px;
  background: #fbfcfa;
}

.fee-breakdown strong,
.fee-breakdown span {
  display: block;
}

.fee-breakdown strong {
  color: var(--ink);
}

.fee-breakdown span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.modal-note {
  margin-top: 14px;
  color: #425049 !important;
}

.icon-button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffefd;
  color: var(--ink);
  font-weight: 900;
}

pre {
  max-height: 240px;
  overflow: auto;
  margin: 16px 0 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #f7faf8;
  color: #26312e;
  font-size: 0.82rem;
}

@media (min-width: 921px) {
  .donation-panel {
    position: sticky;
    top: 18px;
  }
}

@media (max-width: 920px) {
  .checkout-shell {
    grid-template-columns: 1fr;
  }

  .campaign-panel {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
  }

  .campaign-visual {
    min-height: 176px;
    aspect-ratio: auto;
    padding: 16px;
  }

  .progress-block {
    grid-column: 1 / -1;
  }

  .ayah-arabic {
    font-size: 1.22rem;
  }
}

@media (max-width: 680px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .trust-strip {
    justify-content: flex-start;
  }

  .checkout-shell {
    width: min(100% - 20px, 1220px);
    padding-top: 8px;
  }

  .campaign-panel {
    display: block;
  }

  .campaign-visual {
    min-height: 172px;
    padding: 12px;
  }

  .reflection-panel {
    padding: 13px;
  }

  .verse-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .ayah-arabic {
    font-size: 1.06rem;
    line-height: 1.58;
  }

  .ayah-meaning {
    font-size: 0.88rem;
  }

  .campaign-copy,
  .progress-block,
  .donation-panel {
    padding-left: 16px;
    padding-right: 16px;
  }

  h1 {
    font-size: 1.78rem;
    line-height: 1.04;
  }

  .panel-heading {
    display: grid;
  }

  .amount-grid,
  .identity-grid,
  .gift-aid-fields,
  .manual-address-fields {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 420px) {
  .amount-grid,
  .identity-grid,
  .gift-aid-fields,
  .manual-address-fields,
  .postcode-lookup {
    grid-template-columns: 1fr;
  }

  .progress-head,
  .summary-box div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}
