.action-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1.8cqw, 18px);
  padding: clamp(14px, 2.7cqw, 28px) clamp(22px, 5.4cqw, 58px) 0;
}

.action-card {
  min-width: 0;
  min-height: clamp(78px, 10.4cqw, 108px);
  display: grid;
  grid-template-columns: clamp(54px, 8.5cqw, 84px) minmax(0, 1fr) clamp(18px, 3cqw, 30px);
  align-items: center;
  gap: clamp(10px, 2.2cqw, 24px);
  padding: clamp(10px, 1.55cqw, 18px) clamp(14px, 3.3cqw, 34px);
  border: 1.5px solid var(--line);
  border-radius: clamp(13px, 2.3cqw, 22px);
  background: linear-gradient(135deg, rgba(22, 22, 21, .86), rgba(3, 3, 3, .9));
  box-shadow: inset 0 0 22px rgba(255,255,255,.025);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.action-card:hover {
  transform: translateY(-2px);
  border-color: var(--gold-light);
  background: linear-gradient(135deg, rgba(32, 31, 29, .94), rgba(8, 8, 8, .96));
}

.action-card:active { transform: scale(.992); }

.action-icon {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
}

.action-icon img,
.chevron {
  width: 100%;
  height: auto;
}

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

.action-copy strong {
  display: block;
  color: #fff;
  font-size: clamp(1rem, 2.85cqw, 1.72rem);
  line-height: 1.06;
  font-weight: 500;
}

.action-copy span {
  display: block;
  margin-top: .2em;
  color: var(--gold);
  font-size: clamp(.82rem, 2.05cqw, 1.28rem);
  font-weight: 700;
  letter-spacing: .08em;
}

.chevron {
  justify-self: end;
}

.taskrabbit-card {
  grid-column: 1 / -1;
  grid-template-columns: clamp(86px, 16cqw, 150px) minmax(0, 1fr) clamp(20px, 3.2cqw, 32px);
}

.taskrabbit-card .action-icon {
  width: min(100%, 140px);
  justify-self: center;
}

.taskrabbit-card .action-copy strong {
  font-size: clamp(1.55rem, 4.2cqw, 2.48rem);
  letter-spacing: .16em;
}

.payments {
  padding: clamp(14px, 2.1cqw, 22px) clamp(22px, 5.4cqw, 58px) 0;
}

.section-title {
  display: grid;
  grid-template-columns: minmax(36px, 1fr) auto minmax(36px, 1fr);
  align-items: center;
  gap: clamp(10px, 1.6cqw, 18px);
  margin-bottom: clamp(8px, 1.4cqw, 16px);
}

.section-title span {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.section-title span:last-child {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.section-title h2 {
  color: var(--gold);
  font-size: clamp(1rem, 2.85cqw, 1.7rem);
  font-weight: 800;
}

.payment-card {
  min-height: clamp(124px, 18.2cqw, 172px);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) auto minmax(0, 1.25fr);
  align-items: center;
  gap: clamp(12px, 3.1cqw, 34px);
  padding: clamp(12px, 2.4cqw, 24px) clamp(16px, 4.2cqw, 42px);
  border: 1.5px solid var(--line);
  border-radius: clamp(14px, 2.5cqw, 25px);
  background: linear-gradient(135deg, rgba(20, 20, 19, .9), rgba(3, 3, 3, .94));
}

.zelle-logo {
  justify-self: center;
  color: var(--purple);
  font-size: clamp(2.6rem, 8.8cqw, 5.2rem);
  line-height: .9;
  font-weight: 900;
}

.zelle-logo sup {
  position: relative;
  top: -.72em;
  font-size: .3em;
}

.qr-wrap {
  width: clamp(92px, 15.4cqw, 150px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding-inline: clamp(12px, 2.6cqw, 26px);
  border-inline: 1px solid rgba(217, 156, 56, .72);
}

.qr {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border: 5px solid #fff;
  background: #fff;
}

.recipient {
  color: #fff;
  font-size: clamp(.98rem, 2.55cqw, 1.55rem);
  line-height: 1.35;
  text-align: center;
}

.text-action {
  display: block;
  width: 100%;
  margin-top: clamp(8px, 1.2cqw, 12px);
  color: var(--purple);
  background: transparent;
  font-size: clamp(.95rem, 2.25cqw, 1.34rem);
  font-weight: 800;
}

.contact-footer {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(14px, 2.2cqw, 22px);
  padding: clamp(20px, 3.2cqw, 34px) clamp(22px, 5.4cqw, 58px) 0;
}

.quick-actions {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(8px, 1.4cqw, 14px);
}

.quick-actions a,
.quick-actions button {
  position: relative;
  min-width: 0;
  min-height: clamp(96px, 14.4cqw, 140px);
  display: grid;
  place-items: center;
  align-content: center;
  gap: clamp(8px, 1.3cqw, 13px);
  padding: clamp(8px, 1.5cqw, 14px);
  border: 1.5px solid var(--line);
  border-radius: clamp(12px, 2.1cqw, 20px);
  color: #fff;
  background: linear-gradient(135deg, rgba(24, 24, 23, .88), rgba(5, 5, 5, .94));
  text-align: center;
}

.quick-actions img {
  width: clamp(30px, 5.8cqw, 54px);
}

.quick-actions span {
  font-size: clamp(.72rem, 1.95cqw, 1.08rem);
  line-height: 1.18;
  font-weight: 600;
}

.quick-actions span::after {
  content: attr(data-tooltip);
}

.contact-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: clamp(50px, 7.2cqw, 68px);
  padding: 0 clamp(12px, 2.8cqw, 28px);
  border: 1.5px solid var(--line);
  border-radius: 999px;
  background: rgba(0,0,0,.32);
}

.contact-row a {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, auto);
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.5cqw, 15px);
  min-height: 44px;
  padding-inline: clamp(6px, 1.7cqw, 18px);
  color: #fff6e9;
  font-size: clamp(.82rem, 2cqw, 1.12rem);
}

.contact-row a + a {
  border-left: 1px solid var(--line);
}

.contact-row img {
  width: clamp(22px, 3.6cqw, 34px);
}

.contact-row .email-address {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tap-connect {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  gap: clamp(8px, 1.3cqw, 13px);
  min-height: clamp(64px, 7.4cqw, 92px);
  margin: clamp(8px, 1.5cqw, 16px) calc(clamp(22px, 5.4cqw, 58px) * -1) 0;
  padding-inline: clamp(16px, 4cqw, 40px);
  border-top: 1px solid rgba(255, 225, 154, .55);
  background: linear-gradient(135deg, #b97821, #f2c764 52%, #b97821);
  color: #090704;
  font-size: clamp(.9rem, 2.2cqw, 1.25rem);
  font-weight: 800;
  letter-spacing: .42em;
}

.tap-connect img {
  width: clamp(24px, 4cqw, 38px);
  filter: brightness(0);
}

.toast-region {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 30;
  display: grid;
  gap: 8px;
}

.toast {
  max-width: min(92vw, 360px);
  padding: 12px 14px;
  border: 1px solid var(--gold);
  border-radius: 10px;
  background: #090909;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 25; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.72); }
.modal-panel {
  position: relative;
  width: min(100%, 460px);
  padding: 24px;
  border: 1px solid var(--gold);
  border-radius: 18px;
  background: #090a0c;
}
.modal-close { position: absolute; top: 12px; right: 12px; background: transparent; }
.contact-form { display: grid; gap: 12px; margin-top: 16px; }
.contact-form label { display: grid; gap: 5px; color: var(--muted); }
.contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid rgba(217,156,56,.55);
  border-radius: 10px;
  padding: 10px 12px;
  color: #fff;
  background: #111;
}
.contact-form textarea { min-height: 120px; resize: vertical; }
.submit-button {
  padding: 12px 16px;
  border-radius: 999px;
  color: #111;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  font-weight: 800;
}
