:root {
  --navy: #0a1f33;
  --navy-light: #13314f;
  --white: #ffffff;
  --off-white: #f4f5f7;
  --text-dark: #1b1b1b;
  --gold: #b8935f;
}

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

body {
  font-family: -apple-system, "Segoe UI", Arial, sans-serif;
  color: var(--text-dark);
  background: var(--white);
  line-height: 1.5;
}

a { text-decoration: none; color: inherit; }

.site-header {
  background: var(--navy);
  padding: 24px 0 20px;
}
.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  position: relative;
}
.header-top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.logo {
  display: block;
}
.logo-icon {
  height: 132px;
  width: auto;
  display: block;
}
.main-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 14px;
}
.main-nav a { color: var(--off-white); font-size: 0.95rem; opacity: 0.85; }
.main-nav a:hover { opacity: 1; }
.main-nav a.active {
  color: var(--gold);
  opacity: 1;
  font-weight: 600;
}
.nav-divider {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.2);
}
.portal-btn {
  font-size: 0.85rem;
  opacity: 0.9;
}

.hero {
  background: var(--off-white);
  color: var(--navy);
  padding: 80px 24px;
  text-align: center;
}
.hero.hero-alt { background: #f4f5f7; }
.hero:has(> .hero-content) {
  padding: 40px 24px;
}
.hero.hero-plain {
  background: var(--white);
  padding-bottom: 20px;
}
.hero-inner { max-width: 700px; margin: 0 auto; }
.hero h1 { font-size: 2.4rem; margin-bottom: 12px; }
.hero-sub { font-size: 1.2rem; color: var(--gold); font-weight: 600; margin-bottom: 16px; }
.hero-body { font-size: 1.05rem; color: #444; margin-bottom: 28px; }
.hero .hero-subhead { color: var(--gold); font-weight: 600; }

.hero-mark {
  display: block;
  height: 90px;
  width: auto;
  margin: 0 auto 24px;
}

.hero-body { font-size: 1.05rem; color: #444; margin-bottom: 28px; }

.btn-primary {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 4px;
}
.btn-secondary {
  display: inline-block;
  border: 1px solid var(--navy);
  color: var(--navy);
  padding: 12px 28px;
  border-radius: 4px;
  margin-top: 20px;
}

.section-inner { max-width: 1000px; margin: 0 auto; padding: 60px 24px; text-align: center; }
.how-teaser h2, .page-hero h1 { font-size: 1.8rem; margin-bottom: 32px; color: var(--navy); }

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  text-align: left;
  margin-bottom: 32px;
}
.step { padding: 20px; background: var(--off-white); border-radius: 6px; }
.step-num { color: var(--gold); font-weight: 700; font-size: 0.9rem; }
.step h3 { margin: 8px 0; color: var(--navy); }
.step p { font-size: 0.95rem; color: #444; }

.cta-band { background: var(--white); }
.cta-band h2 { color: var(--navy); margin-bottom: 20px; }

.page-hero { padding: 60px 24px; text-align: center; }
.page-hero h1 { margin-bottom: 8px; }
.page-hero .hero-subhead { margin-top: 0; }

.hero-subhead {
  font-size: 1.1rem;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 8px;
}

.site-footer { background: var(--navy); color: var(--off-white); padding: 40px 24px 0; }
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
  padding-bottom: 32px;
}
.footer-brand .logo { color: var(--white); }
.footer-brand .tagline { font-size: 0.85rem; opacity: 0.7; margin-top: 4px; }
.footer-contact p, .footer-links a { font-size: 0.9rem; opacity: 0.85; display: block; margin-bottom: 6px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  text-align: center;
  padding: 16px 0;
  font-size: 0.8rem;
  opacity: 0.6;
}
/* ===== Programs Page ===== */

.programs-section {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  padding: 4rem 2rem;
  background-color: #f4f5f7;
}

.programs-section .edge-up-divider {
  border-top: 1px solid #e0dcd4;
  padding-top: 24px;
  margin-top: 8px;
}

.program-card {
  background-color: #ffffff;
  border: 1px solid #e0dcd4;
  border-radius: 8px;
  padding: 2.5rem;
  max-width: 420px;
  flex: 1 1 380px;
  box-shadow: 0 4px 14px rgba(10, 31, 51, 0.06);
  display: flex;
  flex-direction: column;
}

.program-tier-label {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b8935f;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.program-price {
  font-size: 1.5rem;
  color: #0a1f33;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.program-headline {
  font-size: 1.4rem;
  color: #0a1f33;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.program-body {
  color: #3f3f3f;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.program-includes {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  flex-grow: 1;
}

.program-includes li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  color: #2b2b2b;
  line-height: 1.5;
}

.program-includes li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: #b8935f;
  font-weight: 700;
}

.programs-closing {
  text-align: center;
  padding: 4rem 2rem;
  background-color: #f4f5f7;
  color: #0a1f33;
}

.programs-closing h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #0a1f33;
}

.programs-closing p {
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7;
  color: #444;
}

.closing-card {
  max-width: 480px;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid #e3dfd6;
  border-radius: 10px;
  padding: 28px 32px;
  position: relative;
  overflow: hidden;
}
.closing-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--gold);
}
.closing-eyebrow {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 12px;
}
.closing-card h2 { margin-bottom: 12px; }
.closing-card p { text-align: left; }

@media (max-width: 600px) {
  .programs-section {
    padding: 3rem 1.25rem;
  }
  .program-card {
    padding: 1.75rem;
  }
}
/* ===== How It Works Page ===== */

.how-it-works-section {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 780px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.how-step {
  position: relative;
  padding-left: 4rem;
}

.how-step-number {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #b8935f;
  line-height: 1;
}

.how-step h2 {
  font-size: 1.5rem;
  color: #0a1f33;
  margin-bottom: 0.75rem;
}

.how-step p {
  color: #3f3f3f;
  line-height: 1.7;
}

.how-it-works-closing {
  text-align: center;
  padding: 4rem 2rem;
  background-color: #ffffff;
  color: #0a1f33;
}

.how-it-works-closing h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #0a1f33;
}

.how-it-works-closing p {
  margin-bottom: 1.75rem;
  color: #444;
}

.how-step-callout {
  max-width: 640px;
  margin: 3rem auto 0;
  padding: 28px 32px;
  background: var(--white);
  border: 2px solid var(--gold);
  border-radius: 6px;
  text-align: left;
  box-shadow: 0 2px 12px rgba(10, 31, 51, 0.08);
}

span.how-step-callout-label {
  display: block;
  color: var(--gold);
  font-weight: 700 !important;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.how-step-callout p {
  color: #444;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 600px) {
  .how-it-works-section {
    padding: 3rem 1.25rem;
    gap: 2.25rem;
  }
  .how-step {
    padding-left: 3.25rem;
  }
  .how-step-number {
    font-size: 1.5rem;
  }
}
/* ===== About Page ===== */

.about-section {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 760px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.about-block h2 {
  font-size: 1.6rem;
  color: #0a1f33;
  margin-bottom: 1rem;
}

.about-block p {
  color: #3f3f3f;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.about-closing {
  text-align: center;
  padding: 4rem 2rem;
  background-color: #ffffff;
  color: #0a1f33;
}

.about-closing h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: #0a1f33;
}

@media (max-width: 600px) {
  .about-section {
    padding: 3rem 1.25rem;
    gap: 2.25rem;
  }
}

.faq-disclaimer {
  font-size: 0.85rem;
  color: #666;
  font-style: italic;
  margin-top: 1rem;
}

.about-block h3 {
  color: #0a1f33;
  font-size: 1.05rem;
  margin: 1.25rem 0 0.4rem;
}

.about-block h3:first-of-type {
  margin-top: 0;
}

/* Auth pages: signup, login */
.auth-section {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
  background: var(--off-white);
}

.auth-card {
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 2px 16px rgba(10, 31, 51, 0.08);
  padding: 40px 36px;
  width: 100%;
  max-width: 420px;
}

.auth-title {
  color: var(--navy);
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.auth-subtitle {
  color: var(--text-dark);
  opacity: 0.7;
  font-size: 0.95rem;
  margin-bottom: 28px;
}

.auth-error {
  background: #fdecea;
  color: #b3261e;
  border-radius: 4px;
  padding: 10px 14px;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.auth-success {
  background: #eaf6ec;
  color: #1e6b2f;
  border-radius: 4px;
  padding: 10px 14px;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.auth-form {
  display: flex;
  flex-direction: column;
}

.auth-form label {
  color: var(--navy);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 16px;
}

.auth-form label:first-child { margin-top: 0; }

.auth-form input {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 1rem;
  font-family: inherit;
  color: var(--text-dark);
}

.auth-form input:focus {
  outline: none;
  border-color: var(--gold);
}

.password-field {
  position: relative;
}

.password-field input {
  width: 100%;
  padding-right: 44px;
  box-sizing: border-box;
}

.password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  color: var(--navy);
  opacity: 0.6;
}

.password-toggle:hover {
  opacity: 1;
}

.password-toggle svg {
  width: 20px;
  height: 20px;
}

.auth-submit {
  margin-top: 28px;
  background: var(--gold);
  color: var(--navy);
  border: none;
  border-radius: 4px;
  padding: 13px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

.auth-submit:hover { opacity: 0.9; }

.auth-switch {
  margin-top: 20px;
  text-align: center;
  font-size: 0.9rem;
  color: var(--text-dark);
  opacity: 0.75;
}

.auth-switch a { color: var(--gold); font-weight: 600; }

/* Dashboard */
.dashboard-section { padding: 60px 24px; max-width: 800px; margin: 0 auto; }

.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.dashboard-header h1 { color: var(--navy); font-size: 1.6rem; }
.dashboard-header a { color: var(--gold); font-weight: 600; font-size: 0.9rem; }
.dashboard-header-actions { display: flex; align-items: center; gap: 16px; }

.order-card {
  background: var(--off-white);
  border-radius: 6px;
  padding: 20px 24px;
  margin-bottom: 16px;
}

.order-card h3 { color: var(--navy); margin-bottom: 6px; }
.order-status {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 4px;
  padding: 3px 10px;
  margin-top: 6px;
}

.credit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.dashboard-empty { text-align: center; padding: 60px 24px; }
.dashboard-empty p { margin-bottom: 20px; opacity: 0.75; }
.program-includes + form {
  display: inline-block;
  margin: 0;
}

.program-includes + form button.btn-primary {
  border: none;
  font-family: inherit;
  font-size: inherit;
}
/* Order action button on dashboard */
.order-action {
  display: inline-block;
  margin-top: 12px;
}

/* Upload page */
.upload-section {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
  background: var(--off-white);
}

.upload-card {
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 2px 16px rgba(10, 31, 51, 0.08);
  padding: 40px 36px;
  width: 100%;
  max-width: 480px;
  text-align: center;
}

.upload-title { color: var(--navy); font-size: 1.5rem; margin-bottom: 8px; }
.upload-subtitle { color: var(--text-dark); opacity: 0.75; margin-bottom: 28px; }
.upload-success-body { color: var(--text-dark); opacity: 0.85; margin-bottom: 28px; }

.upload-input {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 0.95rem;
}

.upload-submit {
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: 1rem;
}

.upload-progress-wrap { margin-top: 12px; }
.upload-progress-bar {
  background: var(--off-white);
  border-radius: 6px;
  height: 10px;
  overflow: hidden;
}
.upload-progress-fill {
  background: var(--gold);
  height: 100%;
  width: 0%;
  transition: width 0.2s ease;
}
.upload-progress-text {
  margin-top: 10px;
  font-size: 0.9rem;
  color: var(--navy);
  font-weight: 600;
}

.upload-error {
  color: #b3261e;
  background: #fdecea;
  border-radius: 4px;
  padding: 10px 14px;
  font-size: 0.9rem;
  margin-top: 16px;
}

.upload-back { display: inline-block; margin-top: 8px; }
/* Fix centering on the file input for upload page */
#upload-form-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footage-tab-btn {
  background: var(--white);
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.footage-tab-btn.footage-tab-active {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

.upload-input {
  max-width: 100%;
}
/* Admin order grouping */
.admin-status-group {
  margin-bottom: 40px;
}
.admin-status-group-title {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  color: var(--navy);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--off-white);
}
.admin-group-toggle-arrow {
  font-size: 0.85rem;
  opacity: 0.6;
}
.admin-status-group-empty {
  padding: 16px 0;
  opacity: 0.6;
  font-size: 0.9rem;
}
/* Dashboard completed section toggle */
.dashboard-completed-toggle {
  margin: 32px 0 16px;
}
.dashboard-completed-toggle-btn {
  background: none;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
  padding: 8px 0;
}
/* Call scheduling (Phase 5) */
.schedule-sub {
  color: var(--text-dark);
  opacity: 0.75;
  margin-bottom: 16px;
}
.schedule-confirmed-text {
  color: var(--navy);
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 8px;
}
.schedule-confirmed-sub {
  color: var(--text-dark);
  opacity: 0.75;
  margin-top: 6px;
  font-size: 0.9rem;
}
.order-call-scheduled {
  margin-top: 8px;
  font-size: 0.9rem;
  color: var(--navy);
  font-weight: 600;
}
.order-call-pending {
  margin-top: 8px;
  font-size: 0.9rem;
  color: var(--text-dark);
  opacity: 0.6;
}
/* Action Plan form (Phase 6) */
.action-plan-note {
  color: var(--text-dark);
  opacity: 0.75;
  font-size: 0.9rem;
  margin-bottom: 16px;
}
.action-plan-form {
  display: flex;
  flex-direction: column;
}
.action-plan-form label {
  color: var(--navy);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 16px;
}
.action-plan-form label:first-child { margin-top: 0; }
.action-plan-form textarea {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 0.95rem;
  font-family: inherit;
  color: var(--text-dark);
  resize: vertical;
}
.action-plan-form textarea:focus {
  outline: none;
  border-color: var(--gold);
}
.action-plan-submit {
  margin-top: 20px;
  border: none;
  cursor: pointer;
  width: 100%;
}
/* Buy-another-program section on dashboard */
.quickbuy-section {
  margin-top: 40px;
}
.quickbuy-toggle-btn {
  background: none;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
  padding: 8px 0;
  margin-bottom: 16px;
}
.quickbuy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.quickbuy-card {
  background: var(--off-white);
  border-radius: 6px;
  padding: 20px;
}
.quickbuy-card h3 {
  color: var(--navy);
  font-size: 1.05rem;
  margin-bottom: 4px;
}
.quickbuy-card .quickbuy-price {
  color: var(--gold);
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 14px;
}
.quickbuy-card input[type="email"] {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  font-size: 0.9rem;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.quickbuy-card button {
  width: 100%;
  border: none;
  font-family: inherit;
  font-size: 0.95rem;
}
.footer-brand .logo-icon {
  height: 56px;
}
/* Mobile hamburger nav */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: var(--white);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav-toggle svg {
  width: 26px;
  height: 26px;
}

@media (max-width: 768px) {
  .logo-icon {
    height: 96px;
  }
  .nav-toggle {
    display: block;
  }
  .main-nav {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--navy-light);
    padding: 12px 24px 20px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
    z-index: 20;
    border-top: none;
  }
  .main-nav.is-open {
    display: flex;
  }
  .main-nav a {
    width: 100%;
    padding: 12px 0;
    font-size: 1.05rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .main-nav a:last-child {
    border-bottom: none;
  }
  .nav-divider {
    display: none;
  }
}
/* Programs page — mobile polish */
@media (max-width: 600px) {
  .hero {
    padding: 48px 20px;
  }
  .hero-content h1,
  .hero h1 {
    font-size: 1.7rem;
    line-height: 1.3;
  }
  .hero-subhead,
  .hero-sub {
    font-size: 1rem;
  }
  .program-headline {
    font-size: 1.25rem;
  }
  .program-card > a.btn-primary,
  .program-card form button.btn-primary {
    display: block;
    width: 100%;
    text-align: center;
  }
}
/* Auth pages (signup/login) — mobile polish */
@media (max-width: 600px) {
  .auth-section {
    min-height: auto;
    padding: 32px 16px;
  }
  .auth-card {
    padding: 28px 22px;
  }
  .auth-title {
    font-size: 1.4rem;
  }
  .auth-form input {
    font-size: 16px;
  }
}
/* Dashboard — mobile polish */
@media (max-width: 600px) {
  .dashboard-section {
    padding: 32px 16px;
  }
  .dashboard-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .dashboard-header h1 {
    font-size: 1.35rem;
  }
  .order-card {
    padding: 16px 18px;
  }
  .order-action,
  .order-card .btn-secondary {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  .dashboard-completed-toggle-btn,
  .quickbuy-toggle-btn {
    width: 100%;
    text-align: left;
    padding: 12px 0;
    font-size: 1rem;
  }
  .quickbuy-card button {
    padding: 12px;
  }
}
/* Watch page — mobile polish */
@media (max-width: 600px) {
  .dashboard-section {
    padding: 32px 16px;
  }
  #my-cal-inline {
    height: 480px !important;
  }
  .schedule-confirmed-text {
    font-size: 1rem;
  }
}
/* Upload page — mobile polish */
@media (max-width: 600px) {
  .upload-section {
    min-height: auto;
    padding: 32px 16px;
  }
  .upload-card {
    padding: 28px 22px;
  }
  .upload-title {
    font-size: 1.3rem;
  }
  #client-notes {
    font-size: 16px;
  }
  .upload-input {
    width: 100%;
  }
  .upload-submit {
    padding: 13px;
  }
}
/* Admin pages — mobile polish */
@media (max-width: 600px) {
  .action-plan-form textarea {
    font-size: 16px;
  }
  #download-btn {
    width: 100%;
  }
  .order-card a[href^="/admin/order/"] {
    display: inline-block;
    margin-top: 8px;
    font-weight: 600;
  }
  .admin-status-group-title {
    font-size: 1rem;
  }
}
/* Cancellation confirmation banner */
.dashboard-banner {
  background: #eaf6ec;
  color: #1e6b2e;
  border: 1px solid #b8ddc0;
  border-radius: 6px;
  padding: 14px 44px 14px 18px;
  margin-bottom: 24px;
  font-size: 0.95rem;
  position: relative;
}
.dashboard-banner #cancel-banner-close {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  color: #1e6b2e;
  opacity: 0.7;
  padding: 4px;
}
.dashboard-banner #cancel-banner-close:hover {
  opacity: 1;
}
/* Upload completion retry / warning states */
.upload-progress-warning {
  margin-top: 10px;
  font-size: 0.85rem;
  color: var(--gold);
  font-weight: 600;
}
.upload-retry {
  width: 100%;
  border: none;
  cursor: pointer;
  margin-top: 12px;
}
