/* Mloupe Send — playful Duolingo-inspired layout, Mloupe blue palette */

.send-body {
  --green: #1d5bb8;
  --green-dark: #004a99;
  --green-deep: #003a7a;
  --green-soft: #e8f0fa;
  --green-mist: #f0f5fb;
  --sky: #1cb0f6;
  --sky-soft: #ddf4ff;
  --gold: #ffc800;
  --coral: #ff4b4b;
  --ink: #1c2430;
  --muted: #5b6572;
  --line: #d5e0ec;
  --card: #ffffff;
  --page: #eef2f6;
  --navy: #004a99;
  --navy-dark: #003a7a;
  --navy-mid: #1a5cb3;
  --navy-soft: #e8f0fa;
  --blue: #1d5bb8;
  --text: var(--ink);

  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 12% 18%, rgba(29, 91, 184, 0.16), transparent 42%),
    radial-gradient(circle at 88% 8%, rgba(28, 176, 246, 0.12), transparent 38%),
    radial-gradient(circle at 70% 78%, rgba(0, 74, 153, 0.08), transparent 40%),
    linear-gradient(180deg, #e8f0fa 0%, #eef2f6 45%, #f5f8fc 100%);
  color: var(--ink);
  font-family: "Nunito", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.send-body .app-topbar,
.send-body .send-topbar {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 2px solid #c5d6ea;
  box-shadow: 0 2px 0 rgba(0, 74, 153, 0.08);
  backdrop-filter: blur(8px);
}

.send-body .top-logo-text strong {
  color: var(--green-dark);
  font-weight: 800;
}

.send-body .top-logo-text em {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78em;
}

.send-body .top-nav a,
.send-body .send-top-nav a {
  color: var(--ink);
  font-weight: 700;
}

.send-body .top-nav a:hover,
.send-body .send-top-nav a:hover,
.send-top-nav a.active {
  color: var(--green-dark);
}

.send-lang-switch {
  display: inline-flex;
  gap: 0.25rem;
  margin-right: 0.65rem;
  border: 2px solid #c5d6ea;
  border-radius: 999px;
  padding: 0.15rem;
  background: #fff;
}
.send-lang-switch .lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 900;
  color: var(--muted);
  text-decoration: none;
}
.send-lang-switch .lang-btn.active {
  background: var(--blue);
  color: #fff;
}
.send-pin-display {
  font-size: 1.45rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.18em;
  text-align: center;
  color: var(--navy-dark) !important;
}

.send-inline { display: inline; margin: 0; }

.send-main {
  width: min(960px, 100%);
  margin: 0 auto;
  padding: 1.75rem 1.25rem 3rem;
  flex: 1;
}

body.pricing-page .send-main,
body.home-send .send-main {
  width: min(1120px, 100%);
}

.send-site-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1.15rem 1.4rem;
  border-top: 2px solid #c5d6ea;
  background: #fff;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.send-site-foot .foot-brand {
  color: var(--ink);
  text-decoration: none;
  gap: 0.45rem;
}

.send-site-foot .foot-brand .logo-mark {
  width: 22px;
  height: 22px;
}

.foot-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.foot-links a {
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: none;
}

.foot-links a:hover { text-decoration: underline; }

.foot-links-sm {
  gap: 0.65rem 0.9rem;
  max-width: 42rem;
}

.foot-links-sm a {
  font-size: 0.72rem;
  font-weight: 650;
  color: var(--muted);
  letter-spacing: 0.01em;
}

.foot-links-sm a:hover {
  color: var(--navy);
}

.send-info {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.5rem 1.4rem 1.75rem;
  max-width: 42rem;
  margin: 0 auto;
}

.send-info h1 {
  margin: 0 0 0.75rem;
  font-size: 1.55rem;
  color: var(--navy-dark);
  font-weight: 800;
}

.send-info-intro {
  margin: 0 0 1.25rem;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 600;
}

.send-info-section {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.send-info-section h2 {
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
  color: var(--navy);
  font-weight: 800;
}

.send-info-section p {
  margin: 0 0 0.55rem;
  line-height: 1.55;
  font-weight: 600;
  color: var(--ink);
}

.send-info-section ul {
  margin: 0.35rem 0 0;
  padding-left: 1.2rem;
}

.send-info-section li {
  margin: 0.3rem 0;
  line-height: 1.45;
  font-weight: 600;
}

.send-info-cta {
  margin: 1.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.send-info-cta .btn-outline { margin-top: 0; }

body.send-info-page .send-main {
  width: min(720px, 100%);
}

.send-flash {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.send-flash li { margin-bottom: 0.5rem; }

.send-body .flash,
.send-body .flash-ok {
  background: var(--green-soft);
  color: var(--green-deep);
  border: 2px solid var(--green);
  border-radius: 14px;
  padding: 0.75rem 1rem;
  font-weight: 800;
}

.send-body .flash-error {
  background: #ffe5e5;
  color: #b91c1c;
  border-color: var(--coral);
}

/* Cards */
.send-card {
  background: var(--card);
  border: 2px solid #cfdceb;
  border-radius: 22px;
  padding: 1.45rem 1.4rem 1.5rem;
  margin-bottom: 1.15rem;
  box-shadow: 0 6px 0 rgba(0, 74, 153, 0.1);
}

.send-card.narrow {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.send-card h1,
.send-card h2 {
  margin-top: 0;
  color: var(--ink);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.send-hero {
  padding: 2.5rem 0 1.5rem;
  text-align: left;
}

.send-hero h1 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  color: var(--green-deep);
  font-weight: 900;
}

.send-hero p {
  max-width: 36rem;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.5;
  margin: 0 0 1.1rem;
  font-weight: 600;
}

.send-cta-row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
}

.muted { color: var(--muted); font-weight: 600; }
.err { color: var(--coral); font-weight: 800; }

.trial-pill {
  display: inline-block;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-deep);
  font-size: 0.88rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  border: 2px solid #9bb8d9;
}

.trial-pill.ok { background: var(--green-soft); color: var(--green-deep); }
.trial-pill.warn { background: #ffe5e5; color: #b91c1c; border-color: #ffb4b4; }

/* Forms */
.send-form {
  display: grid;
  gap: 0.95rem;
}

.send-form.grid2 {
  grid-template-columns: 1fr 1fr;
}

.send-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.92rem;
  color: var(--ink);
  font-weight: 800;
}

.send-form input[type="text"],
.send-form input[type="email"],
.send-form input[type="password"],
.send-form input[type="number"],
.send-form input[type="file"],
.send-form input[type="search"] {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 2px solid #c5d6ea;
  border-radius: 16px;
  font: inherit;
  font-weight: 700;
  background: #fff;
  color: var(--ink);
  box-sizing: border-box;
}

.send-form select {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 2px solid #c5d6ea;
  border-radius: 16px;
  font: inherit;
  font-weight: 700;
  background: #fff;
  color: var(--ink);
  box-sizing: border-box;
}

.send-form select:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(29, 91, 184, 0.22);
}

/* Match main mloupe.com (home3) button style */
.send-body .btn,
.send-body a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.55rem 1.1rem;
  border-radius: 4px;
  font-weight: 650;
  font-size: 0.92rem;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.send-body .btn:active,
.send-body a.btn:active {
  transform: translateY(0);
}

.send-body .btn-primary,
.send-body a.btn-primary {
  background: var(--blue);
  color: #fff !important;
  border-color: transparent;
}

.send-body .btn-primary:hover,
.send-body a.btn-primary:hover {
  background: var(--navy-mid, #1a5cb3);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(7, 24, 51, 0.35);
  text-decoration: none;
  color: #fff !important;
}

.send-body .btn[disabled],
.send-body .btn[disabled]:hover,
.send-body a.btn[disabled],
.send-body a.btn[disabled]:hover {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  background: var(--blue);
  color: #fff !important;
}

.send-body .btn.secondary,
.send-body .btn-outline,
.send-body a.btn-outline {
  border: 1px solid var(--blue);
  color: var(--blue) !important;
  background: #fff;
}

.send-body .btn.secondary:hover,
.send-body .btn-outline:hover,
.send-body a.btn-outline:hover {
  background: var(--navy-soft);
  color: var(--navy) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(7, 24, 51, 0.12);
  text-decoration: none;
}

.send-body .btn-lg {
  padding: 0.82rem 1.4rem;
  font-size: 1rem;
  border-radius: 4px;
}

.send-body .linkish {
  background: none;
  border: 0;
  color: var(--blue);
  font: inherit;
  font-weight: 650;
  cursor: pointer;
  text-decoration: underline;
}

.send-table {
  width: 100%;
  border-collapse: collapse;
}

.send-table th,
.send-table td {
  text-align: left;
  padding: 0.65rem 0.4rem;
  border-bottom: 2px solid #e8eef5;
  font-size: 0.95rem;
}

.send-list {
  padding-left: 1.2rem;
  margin: 0;
  font-weight: 700;
  line-height: 1.55;
}

.send-link-box {
  display: grid;
  gap: 0.35rem;
  margin: 0.75rem 0;
}

.send-link-box input {
  width: 100%;
  padding: 0.7rem 0.85rem;
  border-radius: 14px;
  border: 2px solid #c5d6ea;
  font: inherit;
  font-weight: 700;
  box-sizing: border-box;
}

.qa-block {
  padding: 0.95rem 0;
  border-bottom: 2px solid #e8eef5;
}

.qa-block h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  color: var(--green-dark);
  font-weight: 900;
}

.opts {
  margin: 0.3rem 0 0.6rem;
  color: var(--muted);
}

/* Quiz */
.quiz-card {
  border-color: #b7cce3;
  box-shadow: 0 8px 0 rgba(0, 74, 153, 0.12);
}

.quiz-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.85rem;
  color: var(--muted);
  font-weight: 800;
}

.timer {
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  color: var(--green-dark);
  font-size: 1.35rem;
  background: var(--green-soft);
  border: 2px solid #9bb8d9;
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  min-width: 3.5rem;
  text-align: center;
}

.timer.urgent {
  color: #fff;
  background: var(--coral);
  border-color: #e03535;
}

.q-text {
  font-size: 1.3rem;
  line-height: 1.35;
  color: var(--ink);
  margin: 0 0 1.1rem;
  font-weight: 800;
}

.mcq {
  border: 0;
  padding: 0;
  margin: 0 0 1rem;
  display: grid;
  gap: 0.65rem;
}

.mcq-opt {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  padding: 0.85rem 0.95rem;
  border: 2px solid #c5d6ea;
  border-radius: 16px;
  background: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.12s ease, background 0.12s ease, transform 0.08s ease;
}

.mcq-opt:hover {
  border-color: var(--green);
  background: var(--green-mist);
}

.mcq-opt:has(input:checked) {
  border-color: var(--green-dark);
  background: var(--green-soft);
  box-shadow: 0 3px 0 var(--green-deep);
}

.no-copy {
  -webkit-user-select: none;
  user-select: none;
}

/* Pricing */
.price-section-title {
  margin: 0 0 0.35rem;
  color: var(--navy-dark);
  font-weight: 900;
  font-size: 1.45rem;
}

.price-hero h1 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  color: var(--green-deep);
  font-weight: 900;
}

.price-hero > p {
  color: var(--muted);
  max-width: 36rem;
  margin: 0 auto 1rem;
  font-size: 1.08rem;
  line-height: 1.45;
  font-weight: 600;
}

.price-grid-wrap { margin-bottom: 1.75rem; }

.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.1rem;
}

.price-card {
  position: relative;
  background: #fff;
  border: 2px solid #cfdceb;
  border-radius: 22px;
  padding: 1.45rem 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  box-shadow: 0 6px 0 rgba(0, 74, 153, 0.1);
}

.price-card.is-popular {
  border-color: var(--green);
  box-shadow: 0 8px 0 rgba(0, 74, 153, 0.18);
}

.price-card.is-current {
  outline: 3px solid var(--sky);
  outline-offset: 2px;
}

.price-badge {
  position: absolute;
  top: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: #5c4800;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  white-space: nowrap;
  border: 2px solid #e0ad00;
}

.price-badge.current {
  background: var(--sky);
  color: #fff;
  border-color: #1899d6;
}

.price-card h3 {
  margin: 0.35rem 0 0;
  font-size: 1.3rem;
  color: var(--green-deep);
  font-weight: 900;
}

.price-blurb {
  color: var(--muted);
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
}

.price-amount {
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1;
  margin: 0.35rem 0;
  color: var(--ink);
}

.price-amount.sm { font-size: 1.55rem; }

.price-amount span {
  font-size: 0.9rem;
  color: var(--muted);
  font-weight: 700;
  margin-left: 0.15rem;
}

.price-quota {
  color: var(--muted);
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
}

.price-features {
  list-style: none;
  padding: 0;
  margin: 0.35rem 0 1rem;
  flex: 1;
}

.price-features li {
  padding: 0.45rem 0 0.45rem 1.3rem;
  position: relative;
  border-bottom: 2px solid #e8eef5;
  font-size: 0.92rem;
  font-weight: 700;
}

.price-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.4rem;
  color: var(--green-dark);
  font-weight: 900;
}

.price-card .btn { width: 100%; justify-content: center; }

.price-note {
  font-size: 0.8rem;
  color: var(--muted);
  margin: 0.4rem 0 0;
  font-weight: 600;
}

.price-campus {
  background: #fff;
  border: 2px solid #cfdceb;
  border-radius: 22px;
  padding: 1.75rem 1.25rem;
  text-align: center;
  margin-bottom: 1.25rem;
  box-shadow: 0 6px 0 rgba(0, 74, 153, 0.1);
}

.price-campus h2,
.price-compare h2,
.price-faq h2,
.price-cta h2 {
  margin-top: 0;
  color: var(--green-deep);
  font-weight: 900;
}

.price-campus .lead {
  color: var(--muted);
  max-width: 32rem;
  margin: 0 auto 1.35rem;
  font-weight: 600;
}

.campus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 0.85rem;
}

.campus-card {
  background: var(--green-mist);
  border: 2px solid #c5d6ea;
  border-radius: 18px;
  padding: 1rem;
}

.campus-card.is-current {
  outline: 3px solid var(--sky);
}

.campus-card h4 {
  margin: 0 0 0.35rem;
  color: var(--green-deep);
  font-weight: 900;
}

.campus-contact {
  margin: 1.15rem 0 0;
  color: var(--muted);
  font-weight: 600;
}

.table-scroll { overflow-x: auto; }

.compare-table th,
.compare-table td { text-align: center; }

.compare-table th:first-child,
.compare-table td:first-child { text-align: left; }

.price-faq {
  max-width: 40rem;
  margin: 0 auto 1.75rem;
}

.faq-item { margin-bottom: 1.15rem; }

.faq-item h4 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: var(--ink);
  font-weight: 900;
}

.faq-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
  font-weight: 600;
}

.price-cta {
  text-align: center;
  padding: 2.35rem 1.25rem;
  border-radius: 24px;
  background:
    radial-gradient(ellipse 70% 50% at 12% -10%, rgba(255, 200, 0, 0.35), transparent 55%),
    linear-gradient(155deg, #003a7a 0%, #1d5bb8 48%, #1cb0f6 100%);
  color: #fff;
  margin-bottom: 0.5rem;
  border: 3px solid #003a7a;
  box-shadow: 0 8px 0 #003a7a;
}

.price-cta p {
  color: rgba(255, 255, 255, 0.92);
  max-width: 28rem;
  margin: 0 auto 1.15rem;
  font-weight: 700;
}

.price-cta .btn-primary,
.price-cta a.btn-primary {
  background: #fff;
  color: var(--navy-dark) !important;
  border-color: transparent;
}

.price-cta .btn-primary:hover,
.price-cta a.btn-primary:hover {
  background: #f5f8fc;
  color: var(--navy-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(7, 24, 51, 0.28);
  text-decoration: none;
}

.price-cta .btn.secondary,
.price-cta .btn-outline,
.price-cta a.btn-outline {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.45);
}

.price-cta .btn.secondary:hover,
.price-cta .btn-outline:hover,
.price-cta a.btn-outline:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: none;
  text-decoration: none;
}

/* Home — minimal send / receive */
body.home-send { background: transparent; }
body.home-minimal .send-main {
  width: min(820px, 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.send-transfer {
  width: 100%;
}

.send-transfer-brand {
  margin: 0 0 1.25rem;
  text-align: center;
  color: var(--navy);
  font-weight: 800;
  letter-spacing: 0.04em;
  font-size: 0.95rem;
}

.send-transfer-solo-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.send-transfer-solo-wrap .send-transfer-solo {
  width: min(26rem, 100%);
  margin: 0;
}

.send-transfer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.send-transfer-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.5rem 1.35rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  min-height: 16rem;
}

.send-transfer-panel h1 {
  margin: 0;
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--navy-dark);
  letter-spacing: -0.02em;
}

.send-transfer-panel .muted {
  margin: 0;
  font-weight: 600;
}

.send-transfer-panel .send-form {
  margin-top: 0.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.send-transfer-panel .btn-lg,
.send-transfer-panel a.btn-lg {
  width: 100%;
  margin-top: auto;
}

.send-pin-input {
  font-size: 1.45rem !important;
  letter-spacing: 0.28em;
  text-align: center;
  font-weight: 800 !important;
  padding: 0.85rem 0.75rem !important;
}

.send-transfer-solo {
  margin: 0 auto;
}

.send-site-foot.is-minimal {
  justify-content: center;
  text-align: center;
}

@media (max-width: 700px) {
  .send-transfer-grid {
    grid-template-columns: 1fr;
  }
  .send-transfer-panel {
    min-height: 0;
  }
}

/* Legacy home band (unused on minimal home) */
.send-home-band {
  background:
    radial-gradient(ellipse 70% 55% at 18% -10%, rgba(255, 200, 0, 0.4), transparent 55%),
    linear-gradient(145deg, #003a7a 0%, #1d5bb8 42%, #1cb0f6 100%);
  color: #fff;
  border-radius: 28px;
  padding: 2.6rem 1.85rem;
  margin-bottom: 1.25rem;
  border: 3px solid #003a7a;
  box-shadow: 0 10px 0 #003a7a;
}

.send-home-band .eyebrow {
  color: #cfe3ff !important;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.send-home-band h1 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.95rem, 4vw, 2.75rem);
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.send-home-band p {
  color: rgba(255, 255, 255, 0.95);
  max-width: 34rem;
  margin: 0 0 1.15rem;
  line-height: 1.5;
  font-weight: 700;
}

.send-home-band .btn-primary,
.send-home-band a.btn-primary {
  background: #fff;
  color: var(--navy-dark) !important;
  border-color: transparent;
}

.send-home-band .btn-primary:hover,
.send-home-band a.btn-primary:hover {
  background: #f5f8fc;
  color: var(--navy-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(7, 24, 51, 0.28);
  text-decoration: none;
}

.send-home-band .btn-outline,
.send-home-band a.btn-outline,
.send-home-band .btn.secondary {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
  margin-top: 0;
}

.send-home-band .btn-outline:hover,
.send-home-band a.btn-outline:hover,
.send-home-band .btn.secondary:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: none;
  text-decoration: none;
}

@media (max-width: 700px) {
  .send-form.grid2 { grid-template-columns: 1fr; }
  .send-top-nav { display: none; }
}

/* ========== Prep modal (must be viewport overlay) ========== */
.send-modal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  z-index: 99999 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  margin: 0 !important;
  box-sizing: border-box;
}

.send-modal[hidden] {
  display: none !important;
  pointer-events: none !important;
}

.send-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 55, 8, 0.55);
  backdrop-filter: blur(4px);
}

.send-modal-card {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  background: #fff;
  border: 3px solid #003a7a;
  border-radius: 28px;
  padding: 1.5rem 1.35rem 1.4rem;
  box-shadow: 0 12px 0 #003a7a, 0 24px 48px rgba(20, 55, 8, 0.28);
  max-height: min(92vh, 680px);
  overflow: auto;
  text-align: center;
  animation: send-pop 0.35s cubic-bezier(0.34, 1.4, 0.64, 1);
}

@keyframes send-pop {
  from { transform: scale(0.86) translateY(18px); opacity: 0; }
  to { transform: scale(1) translateY(0); opacity: 1; }
}

.prep-mascot {
  width: 88px;
  height: 88px;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 32%, #fff 0 10%, transparent 11%),
    radial-gradient(circle at 65% 32%, #fff 0 10%, transparent 11%),
    radial-gradient(circle at 50% 58%, #003a7a 0 8%, transparent 9%),
    linear-gradient(160deg, #004a99, #1cb0f6);
  border: 3px solid #003a7a;
  box-shadow: 0 5px 0 #003a7a;
  position: relative;
  animation: send-bounce 1.4s ease-in-out infinite;
}

.prep-mascot::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 10px;
  border: 3px solid #003a7a;
  border-top: 0;
  border-radius: 0 0 16px 16px;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
}

@keyframes send-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.prep-mascot.is-ready {
  background:
    radial-gradient(circle at 35% 32%, #fff 0 10%, transparent 11%),
    radial-gradient(circle at 65% 32%, #fff 0 10%, transparent 11%),
    radial-gradient(circle at 50% 62%, transparent 0 7%, #003a7a 8% 11%, transparent 12%),
    linear-gradient(160deg, #1cb0f6, #004a99);
  animation: none;
}

.prep-mascot.is-ready::after {
  width: 34px;
  height: 16px;
  border-radius: 0 0 20px 20px;
  bottom: 18px;
}

.prep-mascot.is-sad {
  animation: none;
  filter: grayscale(0.2);
  background: linear-gradient(160deg, #ff8a8a, #ff4b4b);
}

.prep-mascot.is-sad::after {
  width: 28px;
  height: 10px;
  border: 3px solid #003a7a;
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
  bottom: 20px;
}

.send-modal-card .eyebrow {
  color: var(--green-dark) !important;
  margin: 0 0 0.35rem !important;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 0.78rem;
}

.send-modal-card h2 {
  margin: 0 0 0.45rem;
  color: var(--ink);
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.send-modal-card > #prep-loading > .muted,
.send-modal-card > #prep-ready > .muted {
  margin: 0 0 1rem;
  font-size: 0.98rem;
}

.send-progress {
  height: 18px;
  background: #e8f0fa;
  border: 2px solid #9bb8d9;
  border-radius: 999px;
  overflow: hidden;
  margin: 0.35rem 0 0.25rem;
}

.send-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #004a99 0%, #1d5bb8 55%, #1cb0f6 100%);
  border-radius: 999px;
  transition: width 0.35s ease;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.12);
}

.send-progress-pct {
  margin: 0.15rem 0 1rem;
  font-weight: 900;
  color: var(--green-dark);
  font-variant-numeric: tabular-nums;
  font-size: 1.75rem;
  line-height: 1;
}

.prep-tips {
  background: var(--green-mist);
  border: 2px solid #b7cce3;
  border-radius: 18px;
  padding: 0.95rem 1rem;
  text-align: left;
}

.prep-tips h3 {
  margin: 0 0 0.55rem;
  font-size: 0.98rem;
  color: var(--green-deep);
  font-weight: 900;
}

.prep-tips ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 700;
}

.prep-tips li { margin-bottom: 0.4rem; }

.prep-ready-list {
  margin: 0 0 1.15rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
  text-align: left;
}

.prep-ready-list li {
  background: var(--sky-soft);
  border: 2px solid #b8e6f8;
  border-radius: 14px;
  padding: 0.65rem 0.85rem;
  font-weight: 800;
  color: var(--ink);
  font-size: 0.95rem;
}

#prep-start-btn,
#prep-close-btn {
  width: 100%;
  justify-content: center;
  margin-top: 0.35rem;
  box-sizing: border-box;
}

#prep-failed .err {
  margin: 0.5rem 0 1rem;
}
