.dtp-banner-offer-strip {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin: 0 0 28px;
  padding: 10px 12px 10px 10px;
  border: var(--dtp-banner-offer-strip-border, 1px solid rgba(255, 255, 255, 0.45));
  border-radius: 999px;
  background-color: var(--dtp-banner-offer-strip-bg, rgba(0, 0, 0, 0.36));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  color: #fff;
  gap: 12px;
  backdrop-filter: blur(10px);
}

.dtp-promo-mini {
  display: none;
}

.dtp-banner-offer-media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 48px;
  flex: 0 0 78px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  overflow: hidden;
}

.dtp-banner-offer-media img {
  display: block;
  max-width: 68px;
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.dtp-banner-offer-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.2;
}

.dtp-banner-offer-copy strong {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.dtp-banner-promo-kicker {
  display: block;
  margin-bottom: 3px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.dtp-banner-offer-link,
.dtp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #111 !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}

.dtp-banner-offer-link {
  flex: 0 0 auto;
}

.dtp-banner-offer-link:hover,
.dtp-banner-offer-link:focus,
.dtp-btn:hover,
.dtp-btn:focus {
  color: #111 !important;
  text-decoration: none;
}

.dtp-auto-insert--bottom .dtp-banner-offer-strip {
  margin-top: 24px;
}

.dtp-promo {
  padding: 40px 0;
}

.dtp-promo-inner {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

.dtp-happy-ready-box {
  position: relative;
  min-height: 260px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
}

.dtp-happy-ready-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}

.dtp-promo-box-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 260px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 72px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.dtp-promo-box-wrapper--fallback {
  justify-content: center;
  text-align: center;
}

.dtp-promo-badge {
  flex: 0 0 auto;
}

.dtp-promo-badge img {
  display: block;
  max-width: 300px;
  height: auto;
}

.dtp-promo-text {
  flex: 1 1 auto;
}

.dtp-promo-text h2,
.dtp-promo-text h3,
.dtp-non-promo-text h4,
.dtp-non-promo-text h5 {
  color: #fff;
}

.dtp-promo-text h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 2vw, 34px);
}

.dtp-promo-text h3 {
  margin: 0 0 16px;
  font-size: clamp(18px, 1.5vw, 26px);
}

.dtp-promo-text .dtp-btn,
.dtp-non-promo-text .dtp-btn {
  margin: 6px 8px 0 0;
}

.dtp-off-promo-box {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.dtp-non-promo-text h4 {
  margin: 0 0 8px;
  font-size: clamp(24px, 2vw, 34px);
}

.dtp-non-promo-text h5 {
  margin: 0 0 16px;
  font-size: clamp(18px, 1.5vw, 24px);
}

.dtp-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.dtp-modal[aria-hidden="false"] {
  display: block;
}

body.dtp-modal-open {
  overflow: hidden;
}

.dtp-modal-content {
  position: relative;
  width: min(920px, calc(100% - 32px));
  margin: 8vh auto;
  padding: 26px;
  border: 1px solid #888;
  border-radius: 10px;
  background: #fefefe;
  color: #111;
}

.dtp-promo-modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #777;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.dtp-promo-modal-close:hover,
.dtp-promo-modal-close:focus {
  color: #111;
}

.dtp-promo-modal-grid {
  display: grid;
  grid-template-columns: minmax(220px, 40%) 1fr;
  gap: 26px;
  align-items: center;
}

.dtp-promo-modal-graphic {
  display: flex;
  min-height: 260px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 8px;
  background: #f5f5f5;
}

.dtp-promo-modal-graphic img {
  display: block;
  max-width: 100%;
  max-height: 360px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.dtp-promo-modal-rules h3 {
  margin: 0 0 10px;
}

.dtp-promo-modal-rules h5 {
  margin: 0 0 12px;
  font-size: 1rem;
}

.dtp-mice-type {
  font-size: 0.9rem;
  line-height: 1.45;
}

@media (max-width: 767px) {
  #pacific-home-hero .dtp-banner-offer-strip--desktop {
    display: none !important;
  }

  #pacific-home-hero .dtp-promo-mini {
    position: relative;
    display: flex !important;
    width: 100%;
    max-width: 430px;
    min-height: 76px;
    align-items: center;
    gap: 12px;
    margin: 14px 0 0;
    padding: 12px 14px 12px 12px;
    overflow: hidden;
    border: 1px solid rgba(242, 101, 34, 0.32) !important;
    border-left: 4px solid #f26522 !important;
    border-radius: 14px !important;
    background: linear-gradient(110deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 243, 0.96)) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
    color: #101820 !important;
    text-align: left;
    text-decoration: none !important;
  }

  .dtp-promo-mini::after {
    position: absolute;
    top: 0;
    left: -55%;
    width: 42%;
    height: 100%;
    background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.62), transparent);
    content: "";
    transform: skewX(-16deg);
    animation: dtp-mini-sheen 900ms ease-out 500ms 1 forwards;
  }

  .dtp-promo-mini__icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(242, 101, 34, 0.12);
    color: #d94f0d;
  }

  .dtp-promo-mini__icon svg {
    width: 18px;
    height: 18px;
  }

  .dtp-promo-mini__copy {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 3px;
  }

  .dtp-promo-mini__kicker {
    color: #b9430c;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .dtp-promo-mini__copy strong {
    display: -webkit-box;
    overflow: hidden;
    color: #101820;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.28;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .dtp-promo-mini__arrow {
    flex: 0 0 auto;
    color: #d94f0d;
    font-size: 21px;
    line-height: 1;
    transition: transform 160ms ease;
  }

  a.dtp-promo-mini:hover .dtp-promo-mini__arrow,
  a.dtp-promo-mini:active .dtp-promo-mini__arrow {
    transform: translateX(3px);
  }

  a.dtp-promo-mini:focus-visible {
    outline: 3px solid #1e2f97;
    outline-offset: 3px;
  }

  .dtp-banner-offer-link {
    margin-left: auto;
    white-space: nowrap;
  }

  .dtp-banner-offer-copy strong {
    font-size: 14px;
  }

  .dtp-promo-box-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 24px;
    text-align: center;
  }

  .dtp-promo-badge img {
    max-width: min(300px, 100%);
  }

  .dtp-off-promo-box {
    margin-top: 8px;
  }
}

@keyframes dtp-mini-sheen {
  from {
    left: -55%;
  }

  to {
    left: 120%;
  }
}

@media (max-width: 575px) {
  .dtp-banner-offer-strip {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .dtp-banner-offer-link {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }

  .dtp-modal-content {
    width: calc(100% - 24px);
    padding: 18px;
  }

  .dtp-promo-modal-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .dtp-promo-modal-graphic {
    min-height: 180px;
    padding: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dtp-promo-mini::after {
    animation: none;
  }

  .dtp-promo-mini__arrow {
    transition: none;
  }
}
