/* GlowNow upgrades #531-#545: launch experience assurance and client/provider confidence polish */

.launch-experience-panel,
.booking-after-send-panel,
.account-next-action-command,
.provider-launch-activation,
.beautician-first-fortnight,
.admin-launch-war-room,
.trust-client-control {
  display: grid;
  gap: 16px;
  scroll-margin-top: 112px;
  margin-top: 18px;
  border: 1px solid rgba(219, 76, 140, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 102, 169, 0.12), rgba(232, 196, 108, 0.14)),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(158, 44, 104, 0.1);
  padding: clamp(18px, 3vw, 26px);
}

.launch-experience-head,
.booking-after-send-head,
.account-next-action-head,
.provider-launch-activation-head,
.beautician-first-fortnight-head,
.admin-launch-war-room-head,
.trust-client-control-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
}

.launch-experience-head > i,
.booking-after-send-head > i,
.account-next-action-head > i,
.provider-launch-activation-head > i,
.beautician-first-fortnight-head > i,
.admin-launch-war-room-head > i,
.trust-client-control-head > i {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(219, 76, 140, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: #c23b83;
  padding: 8px;
}

.launch-experience-head h2,
.booking-after-send-head h3,
.account-next-action-head h2,
.provider-launch-activation-head h2,
.beautician-first-fortnight-head h2,
.admin-launch-war-room-head h2,
.trust-client-control-head h2 {
  margin: 0;
  color: #26131f;
  line-height: 1.06;
}

.launch-experience-head p,
.booking-after-send-head p,
.account-next-action-head p,
.provider-launch-activation-head p,
.beautician-first-fortnight-head p,
.admin-launch-war-room-head span,
.trust-client-control-head p {
  max-width: 840px;
  margin: 8px 0 0;
  color: #735064;
  line-height: 1.5;
}

.launch-experience-grid,
.booking-after-send-grid,
.account-next-action-grid,
.provider-launch-activation-grid,
.beautician-first-fortnight-grid,
.admin-launch-war-room-grid,
.trust-client-control-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.beautician-first-fortnight-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.launch-experience-card,
.booking-after-send-card,
.account-next-action-card,
.provider-launch-activation-card,
.beautician-first-fortnight-card,
.admin-launch-war-room-card,
.trust-client-control-card {
  display: grid;
  gap: 8px;
  min-height: 150px;
  align-content: start;
  border: 1px solid rgba(219, 76, 140, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  padding: 15px;
}

.launch-experience-card.is-primary,
.booking-after-send-card.is-primary,
.account-next-action-card.is-primary,
.provider-launch-activation-card.is-primary,
.beautician-first-fortnight-card.is-primary,
.admin-launch-war-room-card.is-primary,
.trust-client-control-card.is-primary {
  border-color: rgba(232, 196, 108, 0.42);
  background: linear-gradient(135deg, rgba(255, 105, 169, 0.14), rgba(232, 196, 108, 0.18));
}

.launch-experience-card span,
.booking-after-send-card span,
.account-next-action-card span,
.provider-launch-activation-card span,
.beautician-first-fortnight-card span,
.admin-launch-war-room-card span,
.trust-client-control-card span {
  width: fit-content;
  border-radius: 999px;
  background: rgba(219, 76, 140, 0.11);
  color: #a23574;
  padding: 4px 9px;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.launch-experience-card h3,
.booking-after-send-card h3,
.account-next-action-card h3,
.provider-launch-activation-card h3,
.beautician-first-fortnight-card h3,
.admin-launch-war-room-card h3,
.trust-client-control-card h3 {
  margin: 0;
  color: #26131f;
  font-size: 1rem;
  line-height: 1.18;
}

.launch-experience-card p,
.booking-after-send-card p,
.account-next-action-card p,
.provider-launch-activation-card p,
.beautician-first-fortnight-card p,
.admin-launch-war-room-card p,
.trust-client-control-card p {
  margin: 0;
  color: #735064;
  font-size: 0.93rem;
  line-height: 1.45;
}

.launch-experience-receipt,
.booking-after-send-note,
.provider-launch-proof-strip,
.admin-launch-war-room-strip,
.account-next-action-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.launch-experience-receipt span,
.provider-launch-proof-strip span,
.admin-launch-war-room-strip span,
.booking-after-send-note,
.account-next-action-actions .launch-soft-button {
  border: 1px solid rgba(219, 76, 140, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #533345;
  padding: 8px 11px;
  font-size: 0.9rem;
  line-height: 1.25;
}

.booking-after-send-note {
  border-radius: 8px;
  justify-content: flex-start;
}

.booking-after-send-note i {
  width: 17px;
  height: 17px;
  color: #c23b83;
}

.account-next-action-actions .launch-soft-button {
  min-height: 40px;
  text-decoration: none;
}

body[data-theme="dark"] .launch-experience-panel,
body[data-theme="dark"] .booking-after-send-panel,
body[data-theme="dark"] .account-next-action-command,
body[data-theme="dark"] .provider-launch-activation,
body[data-theme="dark"] .beautician-first-fortnight,
body[data-theme="dark"] .admin-launch-war-room,
body[data-theme="dark"] .trust-client-control,
.admin-page[data-theme="dark"] .launch-experience-panel,
.admin-page[data-theme="dark"] .booking-after-send-panel,
.admin-page[data-theme="dark"] .account-next-action-command,
.admin-page[data-theme="dark"] .provider-launch-activation,
.admin-page[data-theme="dark"] .beautician-first-fortnight,
.admin-page[data-theme="dark"] .admin-launch-war-room,
.admin-page[data-theme="dark"] .trust-client-control {
  border-color: rgba(255, 127, 181, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 102, 169, 0.12), rgba(232, 196, 108, 0.1)),
    rgba(31, 14, 28, 0.92);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

body[data-theme="dark"] .launch-experience-head h2,
body[data-theme="dark"] .booking-after-send-head h3,
body[data-theme="dark"] .account-next-action-head h2,
body[data-theme="dark"] .provider-launch-activation-head h2,
body[data-theme="dark"] .beautician-first-fortnight-head h2,
body[data-theme="dark"] .admin-launch-war-room-head h2,
body[data-theme="dark"] .trust-client-control-head h2,
body[data-theme="dark"] .launch-experience-card h3,
body[data-theme="dark"] .booking-after-send-card h3,
body[data-theme="dark"] .account-next-action-card h3,
body[data-theme="dark"] .provider-launch-activation-card h3,
body[data-theme="dark"] .beautician-first-fortnight-card h3,
body[data-theme="dark"] .admin-launch-war-room-card h3,
body[data-theme="dark"] .trust-client-control-card h3,
.admin-page[data-theme="dark"] .admin-launch-war-room-head h2,
.admin-page[data-theme="dark"] .admin-launch-war-room-card h3 {
  color: #fff7fb;
}

body[data-theme="dark"] .launch-experience-head p,
body[data-theme="dark"] .booking-after-send-head p,
body[data-theme="dark"] .account-next-action-head p,
body[data-theme="dark"] .provider-launch-activation-head p,
body[data-theme="dark"] .beautician-first-fortnight-head p,
body[data-theme="dark"] .admin-launch-war-room-head span,
body[data-theme="dark"] .trust-client-control-head p,
body[data-theme="dark"] .launch-experience-card p,
body[data-theme="dark"] .booking-after-send-card p,
body[data-theme="dark"] .account-next-action-card p,
body[data-theme="dark"] .provider-launch-activation-card p,
body[data-theme="dark"] .beautician-first-fortnight-card p,
body[data-theme="dark"] .admin-launch-war-room-card p,
body[data-theme="dark"] .trust-client-control-card p,
.admin-page[data-theme="dark"] .admin-launch-war-room-head span,
.admin-page[data-theme="dark"] .admin-launch-war-room-card p {
  color: rgba(255, 246, 250, 0.72);
}

body[data-theme="dark"] .launch-experience-card,
body[data-theme="dark"] .booking-after-send-card,
body[data-theme="dark"] .account-next-action-card,
body[data-theme="dark"] .provider-launch-activation-card,
body[data-theme="dark"] .beautician-first-fortnight-card,
body[data-theme="dark"] .admin-launch-war-room-card,
body[data-theme="dark"] .trust-client-control-card,
.admin-page[data-theme="dark"] .admin-launch-war-room-card {
  border-color: rgba(255, 127, 181, 0.18);
  background: rgba(255, 246, 250, 0.06);
}

body[data-theme="dark"] .launch-experience-receipt span,
body[data-theme="dark"] .provider-launch-proof-strip span,
body[data-theme="dark"] .admin-launch-war-room-strip span,
body[data-theme="dark"] .booking-after-send-note,
body[data-theme="dark"] .account-next-action-actions .launch-soft-button,
.admin-page[data-theme="dark"] .admin-launch-war-room-strip span {
  border-color: rgba(255, 127, 181, 0.18);
  background: rgba(255, 246, 250, 0.07);
  color: #ffd9e8;
}

@media (max-width: 980px) {
  .launch-experience-grid,
  .booking-after-send-grid,
  .account-next-action-grid,
  .provider-launch-activation-grid,
  .beautician-first-fortnight-grid,
  .admin-launch-war-room-grid,
  .trust-client-control-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .launch-experience-panel,
  .booking-after-send-panel,
  .account-next-action-command,
  .provider-launch-activation,
  .beautician-first-fortnight,
  .admin-launch-war-room,
  .trust-client-control {
    gap: 14px;
    border-radius: 8px;
    padding: 17px;
  }

  .launch-experience-head,
  .booking-after-send-head,
  .account-next-action-head,
  .provider-launch-activation-head,
  .beautician-first-fortnight-head,
  .admin-launch-war-room-head,
  .trust-client-control-head,
  .launch-experience-grid,
  .booking-after-send-grid,
  .account-next-action-grid,
  .provider-launch-activation-grid,
  .beautician-first-fortnight-grid,
  .admin-launch-war-room-grid,
  .trust-client-control-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .launch-experience-head > i,
  .booking-after-send-head > i,
  .account-next-action-head > i,
  .provider-launch-activation-head > i,
  .beautician-first-fortnight-head > i,
  .admin-launch-war-room-head > i,
  .trust-client-control-head > i {
    width: 34px;
    height: 34px;
    padding: 7px;
  }

  .launch-experience-card,
  .booking-after-send-card,
  .account-next-action-card,
  .provider-launch-activation-card,
  .beautician-first-fortnight-card,
  .admin-launch-war-room-card,
  .trust-client-control-card {
    min-height: 0;
    padding: 14px;
  }

  .launch-experience-receipt,
  .provider-launch-proof-strip,
  .admin-launch-war-room-strip,
  .account-next-action-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .launch-experience-receipt span,
  .provider-launch-proof-strip span,
  .admin-launch-war-room-strip span,
  .account-next-action-actions .launch-soft-button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
