.special-offer-page {
  min-width: 0;
  overflow-x: hidden;
  background: #f7faf9;
  color: #17201f;
}

.special-offer-page *,
.special-offer-page *::before,
.special-offer-page *::after {
  box-sizing: border-box;
}

.special-offer-language {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: auto;
}

.special-offer-language button {
  min-width: 2.7rem;
  min-height: 2.4rem;
  border: 1px solid rgba(29, 78, 74, 0.2);
  border-radius: 8px;
  background: #ffffff;
  color: #1d4e4a;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.special-offer-language button[aria-pressed="true"] {
  background: #1d4e4a;
  color: #ffffff;
  border-color: #1d4e4a;
}

.special-offer-shell {
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 32px 0 56px;
  min-width: 0;
}

.special-offer-state {
  display: grid;
  place-items: center;
  min-height: 48vh;
  text-align: center;
}

.special-offer-state--unavailable {
  gap: 0.65rem;
}

.special-offer-state--unavailable img {
  width: 72px;
  height: auto;
  opacity: 0.9;
}

.special-offer-state--unavailable h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
}

.special-offer-state--unavailable p {
  max-width: 620px;
  margin: 0;
  color: #4b5f5c;
  font-size: 1.05rem;
}

.special-offer-layout {
  display: grid;
  gap: 24px;
  min-width: 0;
}

.special-offer-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
  gap: 32px;
  align-items: center;
  min-width: 0;
  padding: clamp(24px, 5vw, 56px);
  border: 1px solid rgba(29, 78, 74, 0.12);
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff 0%, #eef8f5 50%, #fff4dc 100%);
  overflow: hidden;
}

.special-offer-hero__copy {
  min-width: 0;
}

.special-offer-kicker {
  margin: 0 0 0.75rem;
  color: #b15b24;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.special-offer-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.45rem, 6vw, 5rem);
  line-height: 0.98;
  letter-spacing: 0;
  color: #132927;
  overflow-wrap: anywhere;
}

.special-offer-hero__summary {
  max-width: 720px;
  margin: 1.25rem 0 0;
  color: #334743;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  line-height: 1.55;
}

.special-offer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.35rem;
}

.special-offer-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(29, 78, 74, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: #243835;
  font-weight: 700;
}

.special-offer-hero__media {
  display: grid;
  place-items: center;
  min-width: 0;
}

.special-offer-hero__media img {
  width: min(100%, 280px);
  height: auto;
  filter: drop-shadow(0 24px 34px rgba(19, 41, 39, 0.18));
}

.special-offer-section,
.special-offer-entry-placeholder,
.special-offer-activity-placeholder {
  min-width: 0;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid rgba(29, 78, 74, 0.12);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(18, 39, 36, 0.06);
  overflow-wrap: anywhere;
}

.special-offer-section h2,
.special-offer-entry-placeholder h2,
.special-offer-activity-placeholder h2 {
  margin: 0 0 1rem;
  color: #173532;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  line-height: 1.12;
}

.special-offer-rich-text {
  color: #334743;
  font-size: 1rem;
  line-height: 1.72;
}

.special-offer-rich-text > *:first-child {
  margin-top: 0;
}

.special-offer-rich-text > *:last-child {
  margin-bottom: 0;
}

.special-offer-rules section {
  margin: 0 0 1.1rem;
}

.special-offer-rules h3 {
  margin: 0 0 0.45rem;
  color: #183936;
}

.special-offer-rules ul,
.special-offer-rules ol {
  margin: 0.5rem 0 0;
  padding-inline-start: 1.25rem;
}

.special-offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: 16px;
  min-width: 0;
}

.special-offer-prize {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(29, 78, 74, 0.14);
  border-radius: 12px;
  background: #fbfdfc;
}

.special-offer-prize h3 {
  margin: 0 0 0.6rem;
  color: #173532;
  font-size: 1.25rem;
  line-height: 1.2;
}

.special-offer-prize p {
  margin: 0.55rem 0 0;
  color: #405451;
  line-height: 1.58;
}

.special-offer-faq {
  display: grid;
  gap: 12px;
}

.special-offer-faq details {
  min-width: 0;
  border: 1px solid rgba(29, 78, 74, 0.14);
  border-radius: 10px;
  background: #fbfdfc;
}

.special-offer-faq summary {
  padding: 14px 16px;
  color: #173532;
  font-weight: 800;
  cursor: pointer;
  overflow-wrap: anywhere;
}

.special-offer-faq p {
  margin: 0;
  padding: 0 16px 16px;
  color: #405451;
  line-height: 1.6;
}

.special-offer-cta-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  min-width: 0;
}

.special-offer-button,
.special-offer-link-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  max-width: 100%;
  padding: 0.72rem 1rem;
  border-radius: 8px;
  background: #1d4e4a;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.special-offer-button--secondary {
  background: #ffffff;
  border: 1px solid rgba(29, 78, 74, 0.2);
  color: #1d4e4a;
}

.special-offer-link-card[data-primary="true"] .special-offer-link-card__cta {
  background: #b15b24;
}

.special-offer-link-card {
  background: #fbfdfc;
  border: 1px solid rgba(29, 78, 74, 0.14);
  border-radius: 12px;
  display: grid;
  min-width: 0;
  overflow: hidden;
}

.special-offer-link-card__media {
  aspect-ratio: 16 / 9;
  background: rgba(29, 78, 74, 0.08);
  min-width: 0;
  overflow: hidden;
}

.special-offer-link-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.special-offer-link-card__body {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 16px;
}

.special-offer-link-card h3 {
  color: #173532;
  font-size: 1.12rem;
  line-height: 1.25;
  margin: 0;
  overflow-wrap: anywhere;
}

.special-offer-link-card p {
  color: #405451;
  line-height: 1.55;
  margin: 0;
  overflow-wrap: anywhere;
}

.special-offer-link-card__cta {
  justify-self: start;
  margin-top: 2px;
}

[dir="rtl"] .special-offer-link-card__cta {
  justify-self: end;
}

.special-offer-entry-placeholder,
.special-offer-activity-placeholder {
  background: #ffffff;
  color: #17201f;
}

.special-offer-entry-placeholder h2,
.special-offer-entry-placeholder p,
.special-offer-activity-placeholder h2,
.special-offer-activity-placeholder p {
  color: #173532;
}

.special-offer-entry-placeholder p,
.special-offer-activity-placeholder p {
  margin: 0;
  font-size: 1.05rem;
}

.special-offer-entry-form {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.special-offer-form-locked {
  display: grid;
  gap: 0.85rem;
  min-width: 0;
  padding: 1.15rem;
  border: 1px solid rgba(29, 78, 74, 0.18);
  border-radius: 12px;
  background: #f7fbfa;
  color: #173532;
}

.special-offer-form-locked h3,
.special-offer-form-locked p {
  margin: 0;
}

.special-offer-form-locked h3 {
  color: #173532;
  font-size: 1.18rem;
  line-height: 1.25;
}

.special-offer-form-locked .special-offer-button {
  justify-self: start;
}

[dir="rtl"] .special-offer-form-locked .special-offer-button {
  justify-self: end;
}

.special-offer-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  min-width: 0;
}

.special-offer-form-status {
  min-height: 1.35rem;
  color: #526461;
  font-weight: 700;
  line-height: 1.45;
}

.special-offer-form-status:empty {
  display: none;
}

.special-offer-form-status[data-tone="error"],
.special-offer-form-error {
  color: #9d2f24;
}

.special-offer-form-status[data-tone="warning"] {
  color: #995d16;
}

.special-offer-form-error-summary {
  grid-column: 1 / -1;
  display: grid;
  gap: 0.6rem;
  min-width: 0;
  padding: 1rem;
  border: 1px solid rgba(157, 47, 36, 0.28);
  border-radius: 10px;
  background: #fff6f3;
  color: #5a201a;
}

.special-offer-form-error-summary ul {
  margin: 0;
  padding-inline-start: 1.25rem;
}

.special-offer-form-field {
  display: grid;
  align-content: start;
  gap: 0.45rem;
  min-width: 0;
}

.special-offer-form-field--textarea,
.special-offer-form-field--contest_answer,
.special-offer-form-field--checkbox_group,
.special-offer-form-field--consent,
.special-offer-form-field--checkbox,
.special-offer-form-field--custom {
  grid-column: 1 / -1;
}

.special-offer-form-field label,
.special-offer-form-field > span {
  color: #173532;
  font-weight: 800;
  line-height: 1.25;
}

.special-offer-form-required {
  color: #b15b24;
  margin-inline-start: 0.2rem;
}

.special-offer-form-field input,
.special-offer-form-field textarea,
.special-offer-form-field select {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  border: 1px solid rgba(29, 78, 74, 0.22);
  border-radius: 10px;
  background: #fbfdfc;
  color: #17201f;
  font: inherit;
  line-height: 1.35;
  padding: 0.75rem 0.85rem;
}

.special-offer-form-field textarea {
  min-height: 132px;
  resize: vertical;
}

.special-offer-form-field input:focus,
.special-offer-form-field textarea:focus,
.special-offer-form-field select:focus {
  border-color: #1d4e4a;
  box-shadow: 0 0 0 3px rgba(29, 78, 74, 0.12);
  outline: none;
}

.special-offer-form-field--error input,
.special-offer-form-field--error textarea,
.special-offer-form-field--error select,
.special-offer-form-field--error .ce-phone-input__button,
.special-offer-form-field--error .ce-phone-input__local {
  border-color: rgba(157, 47, 36, 0.76);
}

.special-offer-form-help {
  margin: 0;
  color: #526461;
  font-size: 0.93rem;
  line-height: 1.45;
}

.special-offer-form-account-hint {
  color: #1d4e4a;
  font-weight: 700;
}

.special-offer-form-error {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
}

.special-offer-form-options {
  display: grid;
  gap: 0.65rem;
  min-width: 0;
}

.special-offer-form-choice {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  min-width: 0;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(29, 78, 74, 0.14);
  border-radius: 10px;
  background: #fbfdfc;
  color: #263936;
  font-weight: 700;
  line-height: 1.4;
}

.special-offer-form-choice input {
  flex: 0 0 auto;
  width: 1.05rem;
  min-height: 1.05rem;
  margin-top: 0.15rem;
}

.special-offer-form-choice span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.special-offer-form-submit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
  padding-top: 4px;
}

.special-offer-form-submit p {
  flex: 1 1 260px;
  color: #4b5f5c;
}

.special-offer-form-submit .special-offer-button[disabled] {
  cursor: not-allowed;
  opacity: 0.58;
}

.special-offer-form-submit .special-offer-button[aria-busy="true"] {
  cursor: progress;
}

.special-offer-form-success {
  display: grid;
  gap: 0.75rem;
  min-width: 0;
  padding: 1.15rem;
  border: 1px solid rgba(29, 78, 74, 0.18);
  border-radius: 12px;
  background: #f2faf7;
  color: #173532;
}

.special-offer-form-success h2,
.special-offer-form-success p {
  margin: 0;
}

.special-offer-activity-placeholder {
  display: grid;
  gap: 18px;
}

.special-offer-activity-placeholder[hidden] {
  display: none;
}

.special-offer-winner[hidden] {
  display: none;
}

.special-offer-winner-card {
  display: grid;
  gap: 0.75rem;
  min-width: 0;
  padding: 1.15rem;
  border: 1px solid rgba(29, 78, 74, 0.14);
  border-radius: 8px;
  background: #fbfdfc;
  overflow-wrap: anywhere;
}

.special-offer-winner-card h3,
.special-offer-winner-card p {
  margin: 0;
}

.special-offer-winner-card h3 {
  color: #173532;
  line-height: 1.25;
}

.special-offer-activity-placeholder [data-special-offer-activity-body] {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.special-offer-activity-locked,
.special-offer-activity-message,
.special-offer-activity-card,
.special-offer-official-post {
  display: grid;
  gap: 0.85rem;
  min-width: 0;
  padding: 1.15rem;
  border: 1px solid rgba(29, 78, 74, 0.14);
  border-radius: 12px;
  background: #fbfdfc;
  overflow-wrap: anywhere;
}

.special-offer-activity-locked h3,
.special-offer-activity-message h3,
.special-offer-activity-card h3,
.special-offer-official-post h3,
.special-offer-activity-claim h4 {
  margin: 0;
  color: #173532;
  line-height: 1.25;
}

.special-offer-activity-overview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
}

.special-offer-score-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  background: #e9f6f2;
  color: #173532;
}

.special-offer-score-total span {
  font-weight: 800;
}

.special-offer-score-total strong {
  font-size: 2rem;
  line-height: 1;
}

.special-offer-score-breakdown,
.special-offer-activity-facts {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  min-width: 0;
}

.special-offer-score-breakdown div,
.special-offer-activity-facts div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(29, 78, 74, 0.1);
}

.special-offer-score-breakdown dt,
.special-offer-activity-facts dt {
  color: #526461;
  font-weight: 700;
}

.special-offer-score-breakdown dd,
.special-offer-activity-facts dd {
  margin: 0;
  color: #173532;
  font-weight: 800;
  text-align: end;
}

.special-offer-official-posts {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.special-offer-official-posts > h3 {
  margin: 0;
  color: #173532;
}

.special-offer-official-post__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
}

.special-offer-post-order {
  flex: 0 0 auto;
  padding: 0.4rem 0.6rem;
  border-radius: 8px;
  background: rgba(177, 91, 36, 0.12);
  color: #8f461c;
  font-weight: 800;
}

.special-offer-activity-claims {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
}

.special-offer-activity-claim {
  display: grid;
  gap: 0.7rem;
  min-width: 0;
  padding: 0.9rem;
  border: 1px solid rgba(29, 78, 74, 0.12);
  border-radius: 10px;
  background: #ffffff;
}

.special-offer-activity-status {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
  color: #405451;
}

.special-offer-activity-status strong {
  color: #173532;
}

.special-offer-activity-status[data-status="approved"] strong {
  color: #1d6b4f;
}

.special-offer-activity-status[data-status="rejected"] strong,
.special-offer-activity-status[data-status="invalid"] strong {
  color: #9d2f24;
}

.special-offer-claim-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 18px;
}

.special-offer-claim-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(13, 28, 26, 0.48);
}

.special-offer-claim-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  width: min(620px, 100%);
  max-height: min(86vh, 720px);
  overflow: auto;
  padding: clamp(18px, 4vw, 28px);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(13, 28, 26, 0.26);
}

.special-offer-claim-modal__dialog h2 {
  margin: 0;
  color: #173532;
  line-height: 1.15;
}

.special-offer-claim-modal__close {
  position: absolute;
  inset-block-start: 10px;
  inset-inline-end: 10px;
  width: 2.3rem;
  min-height: 2.3rem;
  border: 1px solid rgba(29, 78, 74, 0.18);
  border-radius: 8px;
  background: #ffffff;
  color: #173532;
  cursor: pointer;
}

.special-offer-activity-claim-form {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.special-offer-form-field .ce-phone-input {
  min-width: 0;
}

.special-offer-form-field .ce-phone-input__button,
.special-offer-form-field .ce-phone-input__local {
  min-height: 48px;
  border-radius: 10px;
  border-color: rgba(29, 78, 74, 0.22);
}

.special-offer-form-field .ce-phone-input__panel {
  border-radius: 12px;
}

.special-offer-empty {
  margin: 0;
  color: #667570;
}

.special-offer-page[dir="rtl"] {
  text-align: right;
}

.special-offer-page[dir="rtl"] .special-offer-language {
  margin-left: 0;
  margin-right: auto;
}

.special-offer-page[dir="rtl"] .special-offer-hero,
.special-offer-page[dir="rtl"] .special-offer-section,
.special-offer-page[dir="rtl"] .special-offer-entry-placeholder,
.special-offer-page[dir="rtl"] .special-offer-activity-placeholder {
  direction: rtl;
  text-align: right;
}

.special-offer-page[dir="rtl"] .special-offer-form-choice {
  text-align: right;
}

@media (max-width: 780px) {
  .special-offer-shell {
    width: min(100%, calc(100vw - 24px));
    padding-top: 18px;
  }

  .special-offer-hero {
    grid-template-columns: 1fr;
    gap: 20px;
    border-radius: 14px;
  }

  .special-offer-hero__media {
    order: -1;
  }

  .special-offer-hero__media img {
    width: min(42vw, 160px);
  }

  .special-offer-language {
    width: 100%;
    justify-content: flex-start;
    margin: 0;
    padding: 0 1rem 0.75rem;
  }

  .special-offer-language button {
    flex: 1 1 0;
  }

  .special-offer-cta-list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .special-offer-form-grid {
    grid-template-columns: 1fr;
  }

  .special-offer-activity-overview,
  .special-offer-activity-claims {
    grid-template-columns: 1fr;
  }

  .special-offer-official-post__header,
  .special-offer-score-breakdown div,
  .special-offer-activity-facts div {
    align-items: flex-start;
    flex-direction: column;
  }

  .special-offer-score-breakdown dd,
  .special-offer-activity-facts dd {
    text-align: start;
  }

  .special-offer-form-submit {
    align-items: stretch;
    flex-direction: column;
  }

  .special-offer-form-submit .special-offer-button {
    width: 100%;
  }

  .special-offer-form-field .ce-phone-input {
    align-items: stretch;
    flex-direction: column;
  }

  .special-offer-form-field .ce-phone-input__country {
    flex-basis: auto;
    min-width: 0;
    width: 100%;
  }
}
