.promotion-detail {
  color: #20314d;
  background: #eef3f7;
}

.promotion-detail-hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #071e42, #1688cc);
}

.promotion-detail-hero.promotion-template-local_teal { background: linear-gradient(135deg, #12333b, #168b89 62%, #78d5cf); }
.promotion-detail-hero.promotion-template-coral_savings { background: linear-gradient(135deg, #071e42 0 50%, #f26649 50% 78%, #f6ab67 78%); }
.promotion-detail-hero.promotion-template-midnight { background: linear-gradient(135deg, #071e42, #17343c); }

.promotion-detail-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.promotion-detail-hero__mark {
  position: absolute;
  right: 8%;
  top: -70px;
  color: rgba(255,255,255,.12);
  font-size: 310px;
  font-weight: 900;
  letter-spacing: -.09em;
}

.promotion-detail-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,30,66,.02) 16%, rgba(7,30,66,.18) 42%, rgba(4,18,42,.96) 100%);
}

.promotion-detail-hero__content {
  position: absolute;
  right: 0;
  bottom: 32px;
  left: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 32px;
}

.promotion-detail-summary {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
}

.promotion-detail-logo {
  display: flex;
  width: 92px;
  height: 76px;
  align-items: center;
  justify-content: center;
  padding: 11px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.82);
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0,0,0,.22);
}

.promotion-detail-logo--white { color: #071e42; background: #fff; }
.promotion-detail-logo--soft { color: #071e42; background: #edf1f5; }
.promotion-detail-logo--navy { color: #fff; background: #071e42; }
.promotion-detail-logo img { width: 100%; height: 100%; object-fit: contain; }
.promotion-detail-logo strong { color: inherit; font-size: 24px; }

.promotion-detail-category {
  margin: 0 0 5px;
  color: #45c5ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.promotion-detail-category i { margin-right: 8px; }
.promotion-detail-summary h1 { margin: 0; color: #fff; font-size: clamp(30px, 3vw, 46px); line-height: 1.12; }
.promotion-detail-business { margin: 8px 0 0; color: rgba(255,255,255,.82); font-size: 16px; }

.promotion-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 14px;
  color: rgba(255,255,255,.9);
  font-size: 13px;
}

.promotion-detail-meta span { display: inline-flex; align-items: center; gap: 7px; }
.promotion-detail-meta i { color: #39bffe; }

.promotion-detail-hero__actions { display: grid; justify-items: end; gap: 16px; }
.promotion-detail-ribbons { display: flex; align-items: center; }
.promotion-detail-ribbons span { padding: 9px 14px; color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.promotion-detail-ribbons span:first-child { background: #f39b17; }
.promotion-detail-ribbons span:last-child { background: #168b61; }

.promotion-detail-action-row { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.promotion-detail-action-row button {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 5px;
  color: #fff;
  background: rgba(7,30,66,.42);
  cursor: pointer;
}
.promotion-detail-action-row button:hover,
.promotion-detail-action-row button:focus-visible { border-color: #39bffe; background: rgba(22,136,204,.55); }
.promotion-detail-action-row button[aria-pressed="true"] { border-color: #ff7182; background: rgba(148,31,57,.7); }
.promotion-detail-action-row small { min-width: 14px; color: inherit; font-size: 11px; }

.promotion-detail-body { padding: 42px 0 70px; }
.promotion-detail-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(300px, .72fr); align-items: start; gap: 28px; }
.promotion-detail-main, .promotion-detail-sidebar { display: grid; gap: 22px; }
.promotion-detail-sidebar { position: sticky; top: 105px; }

.promotion-panel {
  padding: 28px;
  border: 1px solid #dce6ee;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(7,30,66,.07);
}
.promotion-panel h2 { margin: 2px 0 14px; color: #071e42; font-size: 25px; }
.promotion-panel p { color: #617087; line-height: 1.7; }
.promotion-detail-kicker { margin: 0!important; color: #168b89!important; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.promotion-detail-description { color: #314764!important; font-size: 17px; }

.promotion-detail-facts { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin: 23px 0 0; }
.promotion-detail-facts div { padding: 15px; border-radius: 9px; background: #f4f7fa; }
.promotion-detail-facts dt { color: #728198; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.promotion-detail-facts dd { margin: 5px 0 0; color: #071e42; font-weight: 800; line-height: 1.35; }

.promotion-code { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: 0 0 18px; padding: 15px; border: 1px dashed #9cb9cc; border-radius: 9px; background: #f5fafc; }
.promotion-code span { color: #617087; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.promotion-code strong { padding: 5px 9px; color: #071e42; background: #fff; font-size: 18px; letter-spacing: .08em; }
.promotion-code button { margin-left: auto; border: 0; color: #1688cc; background: none; font-weight: 800; cursor: pointer; }

.promotion-primary-button, .promotion-secondary-button, .promotion-link-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 18px;
  border: 0;
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
}
.promotion-primary-button { color: #fff!important; background: #168b89; }
.promotion-primary-button:hover { color: #fff; background: #0e716f; }
.promotion-secondary-button { width: 100%; color: #1688cc!important; border: 1px solid #a9cde3; background: #fff; }
.promotion-link-button { color: #1688cc; border: 1px solid #1688cc; background: #fff; }
.promotion-cta-card__badge { display: inline-flex; margin-bottom: 14px; padding: 7px 11px; border-radius: 999px; color: #8a5710; background: #fff0ce; font-size: 12px; font-weight: 900; }
.promotion-cta-card .promotion-primary-button { width: 100%; }
.promotion-business-card ul { margin: 0 0 18px; padding: 0; list-style: none; }
.promotion-business-card li { display: grid; grid-template-columns: 22px minmax(0,1fr); gap: 10px; padding: 10px 0; border-bottom: 1px solid #edf1f4; color: #617087; }
.promotion-business-card li i { margin-top: 4px; color: #1688cc; }
.promotion-business-card li a { overflow-wrap: anywhere; color: #314764; }

.promotion-alert { display: grid; grid-template-columns: 24px minmax(0,1fr); gap: 10px; margin: 14px 0; padding: 13px 14px; border-radius: 8px; }
.promotion-alert--success { color: #125c39; background: #e5f6ec; }
.promotion-alert--error { color: #8c1717; background: #fde8e8; }
.promotion-alert strong { display: block; }

.promotion-dialog { width: min(620px, calc(100% - 28px)); max-height: calc(100vh - 32px); padding: 0; overflow: auto; border: 0; border-radius: 14px; color: #20314d; background: #fff; box-shadow: 0 25px 75px rgba(7,30,66,.35); }
.promotion-dialog::backdrop { background: rgba(7,30,66,.68); backdrop-filter: blur(3px); }
.promotion-dialog__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 20px 22px 15px; border-bottom: 1px solid #e1e8ee; }
.promotion-dialog__header h2 { margin: 2px 0 0; color: #071e42; }
.promotion-dialog__header > button { width: 38px; height: 38px; border: 0; border-radius: 8px; color: #617087; background: #edf1f5; cursor: pointer; }
.promotion-share-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; padding: 20px 22px; }
.promotion-share-grid button, .promotion-share-grid a { display: flex; min-height: 50px; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid #dce6ee; border-radius: 8px; color: #20314d; background: #f7f9fb; cursor: pointer; }
.promotion-share-grid i { width: 18px; color: #1688cc; text-align: center; }
.promotion-dialog__status { min-height: 21px; margin: -8px 22px 20px; color: #168b61; }
.promotion-report-form { display: grid; gap: 8px; padding: 20px 22px 22px; }
.promotion-report-form label { margin-top: 8px; color: #20314d; font-weight: 800; }
.promotion-report-form label span { color: #728198; font-size: 12px; font-weight: 500; }
.promotion-report-form select, .promotion-report-form textarea, .promotion-report-form input { width: 100%; padding: 11px 12px; border: 1px solid #bdcad5; border-radius: 7px; color: #20314d; background: #fff; }
.promotion-report-form p { margin: 5px 0; color: #617087; font-size: 12px; }
.promotion-honeypot { position: absolute; left: -9999px; }

@media (max-width: 991px) {
  .promotion-detail-hero { min-height: 560px; }
  .promotion-detail-hero__content { grid-template-columns: 1fr; gap: 20px; }
  .promotion-detail-hero__actions { justify-items: start; }
  .promotion-detail-action-row { justify-content: flex-start; }
  .promotion-detail-grid { grid-template-columns: 1fr; }
  .promotion-detail-sidebar { position: static; }
}

@media (max-width: 575px) {
  .promotion-detail-hero { min-height: 650px; }
  .promotion-detail-hero__content { bottom: 22px; }
  .promotion-detail-summary { grid-template-columns: 1fr; gap: 13px; }
  .promotion-detail-logo { width: 76px; height: 62px; }
  .promotion-detail-summary h1 { font-size: 30px; }
  .promotion-detail-meta { flex-direction: column; gap: 8px; }
  .promotion-detail-hero__actions { width: 100%; }
  .promotion-detail-action-row { width: 100%; }
  .promotion-detail-action-row button { flex: 1; justify-content: center; }
  .promotion-detail-body { padding: 22px 0 90px; }
  .promotion-panel { padding: 21px; }
  .promotion-detail-facts { grid-template-columns: 1fr; }
  .promotion-share-grid { grid-template-columns: 1fr; }
}
