/*
Theme Name: April's Big One
Theme URI:
Author: April
Description: Birthday celebration theme
Version: 1.0
*/

/* Self-hosted fonts */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/caveat-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/caveat-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Josefin Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/josefin-sans-300-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/josefin-sans-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/josefin-sans-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/josefin-sans-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/playfair-display-400-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/playfair-display-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/playfair-display-700-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/playfair-display-700.woff2') format('woff2');
}


    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      /* 70s washed-out palette */
      --cream:         #F4EFE4;
      --cream-dark:    #EDE5D4;
      --parchment:     #E8DFCC;
      --dusty-rose:    #C4917A;
      --dusty-sage:    #8A9E7E;
      --dusty-mauve:   #A08898;
      --dusty-gold:    #BFA070;
      --warm-brown:    #5C3D28;
      --soft-brown:    #7A5A42;
      --light-brown:   #A08060;
      --red:           #B83030;
      --red-deep:      #8C2020;
      --red-muted:     #C85050;
      --charcoal:      #3A2E28;
      --text-main:     #3A2E28;
      --text-soft:     #7A6A58;
      --text-lighter:  #A09080;
      --white:         #FDFAF5;
    }

    html { scroll-behavior: smooth; }

    body {
      background: var(--cream);
      color: var(--text-main);
      font-family: 'Playfair Display', serif;
      font-weight: 400;
      overflow-x: hidden;
    }

    /* subtle grain */
    body::after {
      content: '';
      position: fixed; inset: 0;
      background-image: url("");
      pointer-events: none; z-index: 9999; mix-blend-mode: multiply;
    }

    /* ─────────────────────────────
       HERO
    ───────────────────────────── */
    .hero {
      min-height: 100vh;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 40px 32px 60px;
      overflow: hidden;
    }

    /* Photo layer */
    .hero-photo {
      position: absolute; inset: 0;
      background: center 15% / cover no-repeat;
      filter: sepia(20%) saturate(90%) brightness(0.72);
      z-index: 0;
    }

    /* Cream hero background */
    .hero-photo-fallback {
      position: absolute; inset: 0;
      background: var(--cream);
      z-index: 0;
    }

    /* Overlay */
    .hero-overlay {
      position: absolute; inset: 0; z-index: 2;
      background: linear-gradient(to bottom,
        rgba(244,239,228,0.05) 0%,
        rgba(244,239,228,0.2) 60%,
        rgba(244,239,228,0.4) 100%);
    }

    /* Hero text — dark on cream sticker bg */
    .hero-eyebrow { color: var(--red) !important; }
    .hero h1 { color: var(--charcoal) !important; text-shadow: 0 1px 8px rgba(244,239,228,0.8) !important; }
    .hero h1 em { color: var(--red) !important; }
    .hero-badge { border-color: var(--dusty-rose) !important; box-shadow: 0 0 0 5px rgba(184,48,48,0.08) !important; }
    .hero-badge .num { color: var(--charcoal) !important; }
    .hero-sub { color: var(--text-soft) !important; }
    .ornament-line { background: linear-gradient(to right, transparent, rgba(92,61,40,0.3)) !important; }
    .ornament-line.right { background: linear-gradient(to left, transparent, rgba(92,61,40,0.3)) !important; }
    .ornament-diamond { background: var(--red) !important; }
    .btn-secondary { color: var(--warm-brown) !important; border-color: rgba(92,61,40,0.4) !important; }
    .btn-secondary:hover { color: var(--charcoal) !important; border-color: var(--charcoal) !important; }

    /* Red top bar */
    .hero-deco-top {
      position: absolute; top: 0; left: 0; right: 0; height: 4px;
      background: var(--red);
      z-index: 5;
    }

    /* Art deco corner lines */
    .hero-geo { position: absolute; z-index: 2; pointer-events: none; }
    .hero-geo-tl { top: 30px; left: 30px; width: 90px; height: 90px; border-top: 1px solid rgba(244,239,228,0.3); border-left: 1px solid rgba(244,239,228,0.3); }
    .hero-geo-tr { top: 30px; right: 30px; width: 90px; height: 90px; border-top: 1px solid rgba(244,239,228,0.3); border-right: 1px solid rgba(244,239,228,0.3); }
    .hero-geo-bl { bottom: 30px; left: 30px; width: 90px; height: 90px; border-bottom: 1px solid rgba(244,239,228,0.3); border-left: 1px solid rgba(244,239,228,0.3); }
    .hero-geo-br { bottom: 30px; right: 30px; width: 90px; height: 90px; border-bottom: 1px solid rgba(244,239,228,0.3); border-right: 1px solid rgba(244,239,228,0.3); }

    .hero-content {
      position: relative; z-index: 4;
      display: flex; flex-direction: column; align-items: center;
    }

    .hero-eyebrow {
      font-family: 'Josefin Sans', sans-serif; font-weight: 400;
      font-size: clamp(0.65rem, 1.2vw, 0.8rem);
      letter-spacing: 0.5em; text-transform: uppercase;
      color: rgba(244,239,228,0.75);
      margin-bottom: 22px;
      opacity: 0; animation: fadeUp 1s ease forwards 0.3s;
    }

    .ornament {
      display: flex; align-items: center; gap: 14px;
      margin-bottom: 18px;
      opacity: 0; animation: fadeUp 1s ease forwards 0.5s;
    }
    .ornament-line { width: 55px; height: 1px; background: linear-gradient(to right, transparent, rgba(244,239,228,0.45)); }
    .ornament-line.right { background: linear-gradient(to left, transparent, rgba(244,239,228,0.45)); }
    .ornament-diamond { width: 5px; height: 5px; background: var(--red-muted); transform: rotate(45deg); }

    .hero h1 {
      font-family: 'Playfair Display', serif;
      font-weight: 300;
      font-size: clamp(4.5rem, 14vw, 11rem);
      line-height: 0.88;
      letter-spacing: 0.06em;
      color: var(--cream);
      opacity: 0; animation: fadeUp 1s ease forwards 0.7s;
    }

    .hero h1 em {
      font-style: italic;
      color: var(--red-muted);
      display: block;
      font-size: clamp(3.5rem, 11vw, 8.5rem);
      letter-spacing: 0.1em;
      margin-top: 0.18em;
    }

    .hero-badge {
      width: 96px; height: 96px; border-radius: 50%;
      border: 1px solid rgba(244,239,228,0.4);
      box-shadow: 0 0 0 5px rgba(184,48,48,0.15);
      display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      margin: 26px 0;
      opacity: 0; animation: popIn 0.7s cubic-bezier(0.34,1.56,0.64,1) forwards 1s;
    }
    .hero-badge .num {
      font-family: 'Josefin Sans', sans-serif; font-size: 2rem; font-weight: 600;
      color: var(--cream); line-height: 1;
    }
    .hero-badge .lbl {
      font-size: 0.6rem; font-weight: 300; letter-spacing: 0.3em;
      text-transform: uppercase; color: rgba(244,239,228,0.6); margin-top: 3px;
    }

    .hero-sub {
      font-size: clamp(1rem, 1.8vw, 1.2rem); font-weight: 300; font-style: italic;
      color: rgba(244,239,228,0.82); max-width: 620px;
      line-height: 1.9; letter-spacing: 0.02em; margin-bottom: 40px;
      opacity: 0; animation: fadeUp 1s ease forwards 1.2s;
    }

    .hero-cta {
      display: flex; gap: 16px; flex-wrap: wrap; justify-content: center;
      opacity: 0; animation: fadeUp 1s ease forwards 1.4s;
    }

    /* ─────────────────────────────
       BUTTONS
    ───────────────────────────── */
    .btn {
      display: inline-block; padding: 13px 36px;
      font-family: 'Josefin Sans', sans-serif; font-size: 0.68rem;
      font-weight: 400; letter-spacing: 0.3em; text-transform: uppercase;
      text-decoration: none; cursor: pointer; border: none;
      transition: all 0.3s ease;
    }
    .btn-primary {
      background: var(--red); color: var(--cream);
      border: 1px solid var(--red);
    }
    .btn-primary:hover {
      background: var(--red-deep); border-color: var(--red-deep);
      transform: translateY(-2px); box-shadow: 0 6px 24px rgba(140,32,32,0.3);
    }
    .btn-secondary {
      background: transparent; color: var(--cream);
      border: 1px solid rgba(244,239,228,0.45);
    }
    .btn-secondary:hover {
      border-color: var(--cream); color: var(--cream);
      transform: translateY(-2px);
    }
    .btn-dark {
      background: var(--red); color: var(--cream);
      border: 1px solid var(--red);
    }
    .btn-dark:hover {
      background: var(--red-deep); border-color: var(--red-deep);
      transform: translateY(-2px); box-shadow: 0 6px 24px rgba(140,32,32,0.25);
    }
    .btn-outline-dark {
      background: transparent; color: var(--red);
      border: 1px solid var(--red);
    }
    .btn-outline-dark:hover {
      background: var(--red); color: var(--cream);
      transform: translateY(-2px);
    }

    /* ─────────────────────────────
       TICKER
    ───────────────────────────── */
    .ticker-wrap {
      overflow: hidden; background: var(--warm-brown);
      border-top: 2px solid var(--red);
      padding: 11px 0;
    }
    .ticker { display: flex; white-space: nowrap; animation: ticker 38s linear infinite; }
    .ticker-item {
      font-family: 'Josefin Sans', sans-serif; font-size: 0.6rem;
      letter-spacing: 0.45em; text-transform: uppercase;
      color: rgba(244,239,228,0.7); padding: 0 40px;
    }
    .ticker-item::after { content: '  ◆  '; color: var(--dusty-rose); opacity: 0.7; }
    @keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

    /* ─────────────────────────────
       SECTION BASE
    ───────────────────────────── */
    .section-wrap {
      padding: clamp(65px,10vw,115px) clamp(28px,6vw,90px);
      max-width: 1140px; margin: 0 auto;
    }

    .section-label {
      font-family: 'Josefin Sans', sans-serif; font-weight: 400;
      font-size: 0.62rem; letter-spacing: 0.5em; text-transform: uppercase;
      color: var(--red); display: block; margin-bottom: 14px;
    }

    .section-title {
      font-family: 'Playfair Display', serif; font-weight: 300;
      font-size: clamp(2.6rem, 6vw, 5rem);
      line-height: 1; letter-spacing: 0.03em;
      color: var(--charcoal); margin-bottom: 20px;
    }
    .section-title em { font-style: italic; color: var(--red); }

    .section-body {
      font-size: clamp(1.05rem, 1.6vw, 1.2rem); font-weight: 400;
      line-height: 1.9; max-width: 560px;
      color: var(--text-soft); letter-spacing: 0.01em;
    }

    /* ─────────────────────────────
       HOW IT WORKS
    ───────────────────────────── */
    .how-section { background: var(--cream); }

    .how-grid {
      display: grid; grid-template-columns: repeat(2, 1fr);
      gap: 24px; margin-top: 50px;
    }

    .how-card {
      background: var(--white);
      border: 1px solid var(--parchment);
      border-top: 3px solid var(--dusty-rose);
      padding: 36px 28px 32px;
      transition: box-shadow 0.3s, transform 0.3s;
    }
    .how-card:nth-child(1) { border-top-color: var(--red); }
    .how-card:nth-child(2) { border-top-color: var(--dusty-sage); }
    .how-card:nth-child(3) { border-top-color: var(--dusty-mauve); }
    .how-card:nth-child(4) { border-top-color: var(--dusty-gold); }
    .how-card:hover { box-shadow: 0 8px 32px rgba(58,46,40,0.08); transform: translateY(-3px); }

    .how-number {
      font-family: 'Josefin Sans', sans-serif; font-size: 0.6rem;
      letter-spacing: 0.4em; color: var(--text-lighter);
      display: block; margin-bottom: 16px;
    }
    .how-card h3 {
      font-family: 'Playfair Display', serif;
      font-size: 1.45rem; font-weight: 400;
      color: var(--charcoal); margin-bottom: 10px; letter-spacing: 0.03em;
    }
    .how-card p {
      font-size: 1rem; line-height: 1.8;
      color: var(--text-soft); font-weight: 400;
    }

    /* rule */
    .thin-rule {
      width: 100%; height: 1px; max-width: 1140px; margin: 0 auto;
      background: linear-gradient(to right, transparent, var(--parchment), transparent);
    }

    /* ─────────────────────────────
       GIFTS SECTION
    ───────────────────────────── */
    .gifts-section {
      background: var(--cream-dark);
      width: 100%; padding: clamp(65px,10vw,115px) clamp(28px,6vw,90px);
      position: relative; overflow: hidden;
    }

    /* subtle side ornament */
    .gifts-section::before {
      content: ''; position: absolute;
      top: 40px; left: 40px; width: 80px; height: 80px;
      border-top: 1px solid rgba(92,61,40,0.12);
      border-left: 1px solid rgba(92,61,40,0.12);
      pointer-events: none;
    }
    .gifts-section::after {
      content: ''; position: absolute;
      bottom: 40px; right: 40px; width: 80px; height: 80px;
      border-bottom: 1px solid rgba(92,61,40,0.12);
      border-right: 1px solid rgba(92,61,40,0.12);
      pointer-events: none;
    }

    .gifts-inner { max-width: 1140px; margin: 0 auto; position: relative; z-index: 1; }

    .gifts-tabs {
      display: flex; gap: 0; flex-wrap: wrap;
      margin: 36px 0 40px;
      border: 1px solid var(--parchment);
      display: inline-flex;
    }

    .tab {
      padding: 10px 22px;
      font-family: 'Josefin Sans', sans-serif; font-weight: 400;
      font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase;
      cursor: pointer; background: transparent;
      color: var(--text-lighter);
      border: none;
      border-right: 1px solid var(--parchment);
      transition: all 0.2s;
    }
    .tab:last-child { border-right: none; }
    .tab.active { background: var(--red); color: var(--cream); }
    .tab:not(.active):hover { background: var(--parchment); color: var(--text-soft); }

    .gifts-grid {
      display: grid; grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }

    .gift-card {
      background: var(--white);
      border: 1px solid var(--parchment);
      border-left: 3px solid var(--dusty-rose);
      padding: 22px 20px;
      transition: border-left-color 0.2s, box-shadow 0.2s;
    }
    .gift-card:nth-child(3n+1) { border-left-color: var(--dusty-rose); }
    .gift-card:nth-child(3n+2) { border-left-color: var(--dusty-sage); }
    .gift-card:nth-child(3n+3) { border-left-color: var(--dusty-mauve); }
    .gift-card:hover { box-shadow: 0 4px 18px rgba(58,46,40,0.08); }

    .gift-emoji { font-size: 1.3rem; margin-bottom: 9px; display: block; }
    .gift-card p {
      font-size: 0.98rem; line-height: 1.75;
      color: var(--text-soft); font-weight: 400;
    }

    /* ─────────────────────────────
       CALENDAR SECTION
    ───────────────────────────── */
    .calendar-section {
      background: var(--warm-brown);
      width: 100%; padding: clamp(65px,10vw,115px) clamp(28px,6vw,90px);
      position: relative; overflow: hidden;
    }

    .calendar-section::before {
      content: ''; position: absolute;
      top: 0; left: 0; right: 0; height: 3px;
      background: var(--red);
    }

    .calendar-section .section-label { color: var(--dusty-rose); }
    .calendar-section .section-title { color: var(--cream); }
    .calendar-section .section-title em { color: var(--red-muted); }
    .calendar-section .section-body { color: rgba(244,239,228,0.7); }

    .calendar-inner {
      max-width: 1140px; margin: 0 auto;
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 70px; align-items: center;
    }
    @media (max-width: 740px) { .calendar-inner { grid-template-columns: 1fr; gap: 48px; } }

    .outing-list { list-style: none; margin-top: 30px; }

    .outing-list li {
      display: flex; align-items: center; gap: 14px;
      font-size: 1.05rem; font-weight: 400;
      color: rgba(244,239,228,0.85);
      padding: 12px 0;
      border-bottom: 1px solid rgba(244,239,228,0.1);
      letter-spacing: 0.03em;
    }
    .outing-list li:first-child { border-top: 1px solid rgba(244,239,228,0.1); }

    .outing-list li .icon {
      width: 36px; height: 36px;
      border: 1px solid rgba(244,239,228,0.2);
      display: flex; align-items: center; justify-content: center;
      font-size: 1rem; flex-shrink: 0;
    }

    .outing-note {
      font-family: 'Caveat', cursive;
      font-size: 1.05rem; color: var(--dusty-rose);
      padding-left: 50px; display: block;
      margin-top: -4px; padding-bottom: 10px;
    }

    .calendar-cta-box {
      background: var(--cream);
      padding: 46px 40px; text-align: center;
      border-top: 3px solid var(--red);
      position: relative;
    }

    .calendar-cta-box::after {
      content: ''; position: absolute;
      top: 10px; left: 10px; right: 10px; bottom: 10px;
      border: 1px solid rgba(92,61,40,0.1);
      pointer-events: none;
    }

    .calendar-cta-box .big-emoji { font-size: 2.5rem; display: block; margin-bottom: 18px; }
    .calendar-cta-box h3 {
      font-family: 'Playfair Display', serif;
      font-size: 2rem; font-weight: 300;
      color: var(--charcoal); margin-bottom: 12px; letter-spacing: 0.04em;
    }
    .calendar-cta-box .sub {
      font-size: 1rem; line-height: 1.8;
      color: var(--text-soft); margin-bottom: 28px; font-weight: 400;
    }
    .calendar-cta-box .note {
      margin-top: 14px; font-size: 0.62rem;
      color: var(--text-lighter); letter-spacing: 0.25em;
      text-transform: uppercase; font-family: 'Josefin Sans', sans-serif;
    }

    /* ─────────────────────────────
       REGISTRY
    ───────────────────────────── */
    .registry-section { background: var(--cream); }

    .registry-inner {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 70px; align-items: start;
    }
    @media (max-width: 740px) { .registry-inner { grid-template-columns: 1fr; gap: 48px; } }

    .registry-note {
      font-family: 'Playfair Display', serif;
      font-size: 1.2rem; font-style: italic; font-weight: 300;
      color: var(--text-soft); margin-top: 24px; line-height: 1.85;
      border-left: 2px solid var(--red); padding-left: 18px;
    }

    .reg-card {
      background: var(--white); border: 1px solid var(--parchment);
      padding: 30px 26px; margin-bottom: 18px;
      border-top: 3px solid var(--dusty-sage);
      transition: box-shadow 0.3s;
    }
    .reg-card:nth-child(2) { border-top-color: var(--dusty-mauve); }
    .reg-card:hover { box-shadow: 0 6px 28px rgba(58,46,40,0.08); }

    .reg-card .gift-emoji { font-size: 1.6rem; margin-bottom: 10px; display: block; }
    .reg-card h3 {
      font-family: 'Playfair Display', serif;
      font-size: 1.35rem; font-weight: 400;
      color: var(--charcoal); margin-bottom: 8px; letter-spacing: 0.03em;
    }
    .reg-card p { font-size: 0.98rem; line-height: 1.8; color: var(--text-soft); margin-bottom: 18px; }

    /* ─────────────────────────────
       FOOTER
    ───────────────────────────── */
    footer {
      background: var(--charcoal); color: rgba(244,239,228,0.45);
      text-align: center;
      padding: 56px 24px 44px;
      font-family: 'Josefin Sans', sans-serif;
      font-size: 0.62rem; letter-spacing: 0.45em; text-transform: uppercase;
      position: relative;
    }
    footer::before {
      content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
      background: var(--red);
    }
    .footer-wordmark {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.5rem, 7vw, 5.5rem);
      font-weight: 300; font-style: italic;
      color: rgba(244,239,228,0.06);
      letter-spacing: 0.08em; line-height: 1;
      margin-bottom: 18px; display: block;
    }
    footer .red { color: var(--red-muted); }

    /* ─────────────────────────────
       ANIMATIONS
    ───────────────────────────── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(24px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes popIn {
      from { opacity: 0; transform: scale(0.5) rotate(-12deg); }
      to   { opacity: 1; transform: scale(1) rotate(0deg); }
    }
    .confirm-msg {
      font-family: 'Playfair Display', serif; font-style: italic;
      font-size: 1.2rem; color: var(--charcoal); line-height: 1.7;
    }

    .fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.75s ease, transform 0.75s ease; }
    .fade-in.visible { opacity: 1; transform: translateY(0); }
    .fade-in:nth-child(2) { transition-delay: 0.1s; }
    .fade-in:nth-child(3) { transition-delay: 0.2s; }
    .fade-in:nth-child(4) { transition-delay: 0.3s; }

    /* Bottom-right hero sticker */
    .hero-sticker {
      position: absolute;
      bottom: -18px;
      right: 32px;
      width: 200px;
      z-index: 5;
      transform: rotate(6deg);
      pointer-events: none;
      filter: drop-shadow(3px 5px 12px rgba(0,0,0,0.18));
    }
    .hero-sticker img {
      width: 100%;
      display: block;
    }
    @media (max-width: 600px) {
      .hero-sticker { width: 130px; right: 12px; }
    }

    /* ─────────────────────────────
       PAYMENT PILL BUTTONS
    ───────────────────────────── */
    .payment-links {
      display: flex;
      gap: 16px;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 22px;
    }

    .payment-btn {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 11px 22px;
      border-radius: 100px;
      border: 1.5px solid;
      font-family: 'Josefin Sans', sans-serif;
      font-size: 0.7rem;
      font-weight: 400;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      text-decoration: none;
      white-space: nowrap;
      transition: transform 0.25s ease, filter 0.25s ease, background 0.25s ease;
    }

    .payment-btn i {
      font-size: 1.05rem;
      letter-spacing: 0;   /* override the uppercase letter-spacing on the icon */
    }

    .payment-btn:hover {
      transform: scale(1.04);
      filter: brightness(1.10);
    }

    /* Cash App — bright #00D632 pulled back to a warm muted sage-green */
    .payment-btn.cashapp {
      color: #4A8C5C;
      border-color: #4A8C5C;
      background: rgba(74, 140, 92, 0.07);
    }
    .payment-btn.cashapp:hover {
      background: rgba(74, 140, 92, 0.15);
    }

    /* Venmo — #3D95CE softened to a dusty steel-blue */
    .payment-btn.venmo {
      color: #4B7FA3;
      border-color: #4B7FA3;
      background: rgba(75, 127, 163, 0.07);
    }
    .payment-btn.venmo:hover {
      background: rgba(75, 127, 163, 0.15);
    }
