/* =============================================================================
 * IEC Platform — Official Launch Screen & Logo Challenge
 * Clean, Spacious, Comfortable White Brand Canvas
 * Campaign: "وجهة كل طموح، تبدأ من هنا."
 * ============================================================================= */

/* --------------------------------------------------------------------------
 * 1. Page Base & Isolation
 * -------------------------------------------------------------------------- */
body.page-launch {
  overflow: hidden !important;
  background: #ffffff !important;
  color: #0d2744 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--font-sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.page-launch .site-header,
body.page-launch .site-footer,
body.page-launch header,
body.page-launch footer,
body.page-launch .drawer,
body.page-launch [data-scroll-sentinel],
body.page-launch .preview-mode-banner {
  display: none !important;
}

body.page-launch main#main {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

[hidden] {
  display: none !important;
}

/* --------------------------------------------------------------------------
 * 2. Fullscreen Clean White Canvas
 * -------------------------------------------------------------------------- */
.launch-cover {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #ffffff;
  background: radial-gradient(circle at 50% 30%, #ffffff 0%, #f7faf8 70%, #edf4f0 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1rem;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}

@media (max-height: 640px) {
  .launch-cover {
    justify-content: flex-start;
  }
}

/* --------------------------------------------------------------------------
 * 3. Central Content Hierarchy
 * -------------------------------------------------------------------------- */
.launch-center-box {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 820px;
  width: 100%;
  min-width: 0;
  margin-inline: auto;
  padding: 1.5rem 0.5rem;
  box-sizing: border-box;
}

/* 1. Official Club Logo */
.launch-logo-wrap {
  margin-bottom: 2rem;
  margin-inline: auto;
  max-width: 100%;
  min-width: 0;
}

.launch-logo {
  height: clamp(65px, 9vw, 115px);
  width: auto;
  max-width: 86vw;
  object-fit: contain;
  filter: drop-shadow(0 4px 16px rgba(13, 39, 68, 0.08));
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
  margin-inline: auto;
}

.launch-logo:hover {
  transform: scale(1.02);
}

/* 2. Campaign Headline */
.launch-headline {
  font-size: clamp(1.25rem, 4.5vw, 2.85rem);
  font-weight: 800;
  line-height: 1.35;
  color: #0d2744; /* Official Club Navy */
  margin: 0 auto 2.25rem;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 10px rgba(13, 39, 68, 0.05);
  max-width: 100%;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

/* 3. Countdown Grid */
.launch-countdown-area {
  width: 100%;
  max-width: 660px;
  min-width: 0;
  margin: 0 auto 2.25rem;
  box-sizing: border-box;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.4rem, 2vw, 1.15rem);
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.countdown-tile {
  background: #ffffff;
  border: 1px solid rgba(13, 39, 68, 0.12);
  border-radius: 1.25rem;
  padding: clamp(0.75rem, 2vw, 1.4rem) clamp(0.35rem, 1.5vw, 0.85rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(13, 39, 68, 0.05), 0 2px 5px rgba(13, 39, 68, 0.02);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  min-width: 0;
  box-sizing: border-box;
}

.countdown-tile:hover {
  transform: translateY(-2px);
  border-color: rgba(5, 150, 105, 0.4);
  box-shadow: 0 12px 30px rgba(13, 39, 68, 0.09);
}

.countdown-num {
  font-family: var(--font-mono, ui-monospace, SFMono-Regular, monospace);
  font-size: clamp(1.45rem, 4vw, 3.5rem);
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  color: #0d2744;
  margin-bottom: 0.4rem;
}

.countdown-tile--seconds .countdown-num {
  color: #059669; /* Club Emerald */
}

.countdown-label {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
}

/* 4. Small, Elegant Quiz CTA: "تحدي الشعار" */
.launch-cta-wrap {
  display: flex;
  justify-content: center;
}

.quiz-cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.65rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #ffffff 0%, #f4fbf7 50%, #e6f7ef 100%);
  border: 1.5px solid rgba(5, 150, 105, 0.35);
  color: #0d2744;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  cursor: pointer;
  box-shadow: 
    0 4px 16px -2px rgba(5, 150, 105, 0.16),
    0 8px 24px -4px rgba(13, 39, 68, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
  overflow: hidden;
}

.quiz-cta-icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(5, 150, 105, 0.12);
  border: 1px solid rgba(5, 150, 105, 0.28);
  font-size: 0.95rem;
  line-height: 1;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s ease;
}

.quiz-cta-text {
  position: relative;
  z-index: 2;
  transition: color 0.25s ease;
}

.quiz-cta-shine {
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.65) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  pointer-events: none;
  animation: ctaShimmer 4.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes ctaShimmer {
  0%, 65% {
    left: -120%;
  }
  100% {
    left: 200%;
  }
}

.quiz-cta-btn:hover {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  border-color: #047857;
  color: #ffffff;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 
    0 10px 28px -4px rgba(5, 150, 105, 0.35),
    0 4px 12px rgba(13, 39, 68, 0.12);
}

.quiz-cta-btn:hover .quiz-cta-icon-badge {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.45);
  transform: rotate(12deg) scale(1.1);
}

.quiz-cta-btn:active {
  transform: translateY(0) scale(0.98);
}

/* --------------------------------------------------------------------------
 * 4. Quiz & Logo Reveal Modal
 * -------------------------------------------------------------------------- */
.quiz-modal {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
}

.quiz-modal.is-open {
  display: flex;
}

.quiz-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(13, 39, 68, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.quiz-modal__window {
  position: relative;
  z-index: 2;
  background: #ffffff;
  border: 1px solid rgba(13, 39, 68, 0.12);
  border-radius: 1.75rem;
  width: 100%;
  max-width: 880px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 2.25rem 2rem;
  color: #0d2744;
  box-shadow: 0 25px 65px rgba(13, 39, 68, 0.2);
  animation: modalPop 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  box-sizing: border-box;
}

@keyframes modalPop {
  from { opacity: 0; transform: scale(0.95) translateY(10px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

.quiz-modal__close {
  position: absolute;
  top: 1.25rem;
  inset-inline-end: 1.25rem;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
}

.quiz-modal__close:hover {
  background: #fee2e2;
  border-color: #ef4444;
  color: #ef4444;
  transform: rotate(90deg);
}

/* Modal Header */
.quiz-modal__header {
  text-align: center;
  margin-bottom: 2rem;
}

.quiz-modal__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.3rem 0.85rem;
  border-radius: 9999px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #059669;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.quiz-modal__title {
  font-size: 1.65rem;
  font-weight: 800;
  color: #0d2744;
  margin: 0 0 0.35rem;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.3;
}

.quiz-modal__subtitle {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0;
}

/* --------------------------------------------------------------------------
 * 5. Quiz Layout: Canvas + Questions Side by Side
 * -------------------------------------------------------------------------- */
.quiz-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 2rem;
  align-items: start;
}

.quiz-canvas-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quiz-canvas-frame {
  width: 100%;
  border-radius: 1.25rem;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 0.75rem;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
}

.quiz-logo-canvas {
  width: 100%;
  height: auto;
  aspect-ratio: 480 / 430;
  display: block;
}

.quiz-progress-text {
  font-size: 0.85rem;
  font-weight: 700;
  color: #059669;
  margin-top: 0.75rem;
  text-align: center;
}

/* Questions Column */
.quiz-questions-col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.quiz-card {
  display: flex;
  gap: 1rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 1.15rem;
  padding: 1.25rem;
  transition: all 0.2s ease;
}

.quiz-card__number {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0d2744;
  color: #ffffff;
  font-weight: 800;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quiz-card__body {
  flex: 1;
}

.quiz-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0d2744;
  margin: 0 0 0.85rem;
  line-height: 1.4;
}

.quiz-options-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}

.quiz-opt {
  padding: 0.65rem 0.5rem;
  border-radius: 0.75rem;
  background: #ffffff;
  border: 1.5px solid #cbd5e1;
  color: #0d2744;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.15s ease;
  user-select: none;
}

.quiz-opt:hover:not(.is-correct) {
  border-color: #059669;
  background: #f0fdf4;
  color: #059669;
  transform: translateY(-1px);
}

.quiz-opt.is-correct {
  background: #059669 !important;
  border-color: #059669 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  cursor: default;
}

.quiz-opt.is-wrong {
  background: #fef2f2 !important;
  border-color: #ef4444 !important;
  color: #ef4444 !important;
  animation: shakeOpt 0.4s ease;
}

@keyframes shakeOpt {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  75% { transform: translateX(4px); }
}

.quiz-feedback {
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 0.6rem;
  padding: 0.35rem 0.65rem;
  border-radius: 0.5rem;
}

.quiz-feedback.is-correct {
  background: #f0fdf4;
  color: #15803d;
  border: 1px solid #bbf7d0;
}

.quiz-feedback.is-wrong {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

/* Completion Banner */
.quiz-success-banner {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border: 1px solid #86efac;
  border-radius: 1.15rem;
  padding: 1.5rem;
  text-align: center;
  animation: modalPop 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.quiz-success-icon {
  font-size: 2.25rem;
  margin-bottom: 0.4rem;
}

.quiz-success-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #14532d;
  margin: 0 0 0.25rem;
}

.quiz-success-sub {
  font-size: 0.9rem;
  color: #166534;
  margin: 0 0 1rem;
}

.btn-quiz-reset {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.4rem;
  border-radius: 9999px;
  background: #059669;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.25);
  transition: all 0.2s ease;
}

.btn-quiz-reset:hover {
  background: #047857;
  transform: translateY(-1px);
}

/* --------------------------------------------------------------------------
 * 6. Multi-Phase Stages & Actions
 * -------------------------------------------------------------------------- */
.stage-section[hidden] {
  display: none !important;
}

.quiz-proceed-box {
  margin-top: 1.25rem;
  padding: 1.25rem;
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border: 1.5px solid #86efac;
  border-radius: 1.15rem;
  text-align: center;
  animation: modalPop 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.quiz-proceed-badge {
  font-size: 0.9rem;
  font-weight: 700;
  color: #15803d;
  margin-bottom: 0.75rem;
}

.btn-proceed-game {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 360px;
  padding: 0.85rem 1.5rem;
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(5, 150, 105, 0.35);
  transition: all 0.22s ease;
}

.btn-proceed-game:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(5, 150, 105, 0.45);
}

/* Stage 2: Mini-Runner Game */
.game-stage-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  animation: modalPop 0.35s ease forwards;
}

.game-stage-hud {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 0.45rem 1.2rem;
  border-radius: 9999px;
  font-size: 0.9rem;
}

.game-hud-label {
  color: #64748b;
  font-weight: 600;
}

.game-hud-counter {
  color: #059669;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  font-size: 1.05rem;
}

.game-canvas-box {
  position: relative;
  width: 100%;
  max-width: 760px;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 2px solid #e2e8f0;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(13, 39, 68, 0.06);
}

.mini-runner-canvas {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 760 / 280;
  touch-action: none;
  cursor: pointer;
}

.game-start-prompt {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.game-start-prompt[hidden] {
  display: none !important;
}

.btn-runner-start {
  padding: 0.85rem 1.8rem;
  background: #0d2744;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(13, 39, 68, 0.25);
  transition: all 0.2s ease;
}

.btn-runner-start:hover {
  background: #059669;
  transform: scale(1.03);
}

.game-touch-hint {
  font-size: 0.82rem;
  color: #64748b;
  text-align: center;
}

/* Stage 3: Exclusive Teaser Card */
.teaser-card-exclusive {
  background: #ffffff;
  border: 2px solid #059669;
  border-radius: 1.5rem;
  padding: 2rem 2.2rem;
  box-shadow: 0 16px 40px rgba(5, 150, 105, 0.12);
  animation: modalPop 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  position: relative;
  overflow: hidden;
}

.teaser-card-exclusive::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: linear-gradient(90deg, #059669 0%, #10b981 50%, #f59e0b 100%);
}

.teaser-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #f1f5f9;
}

.teaser-card__tag {
  background: #f0fdf4;
  color: #059669;
  font-weight: 800;
  font-size: 0.8rem;
  padding: 0.3rem 0.8rem;
  border-radius: 9999px;
  border: 1px solid #bbf7d0;
  letter-spacing: 0.02em;
}

.teaser-card__code {
  font-family: 'JetBrains Mono', monospace, ui-monospace;
  font-size: 0.82rem;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 0.05em;
}

.teaser-card__body {
  text-align: center;
  margin-bottom: 1.75rem;
}

/* Browser Mockup Window for Website Screenshot */
.teaser-browser-mockup {
  border-radius: 1.15rem;
  overflow: hidden;
  border: 1.5px solid rgba(13, 39, 68, 0.14);
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(13, 39, 68, 0.1), 0 2px 6px rgba(0, 0, 0, 0.04);
  margin: 0 auto 1.35rem;
  max-width: 680px;
  width: 100%;
  box-sizing: border-box;
}

.teaser-browser-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.55rem 0.95rem;
  background: #f1f5f9;
  border-bottom: 1px solid #e2e8f0;
}

.teaser-browser-dots {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.teaser-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
}

.teaser-dot--red { background: #ef4444; }
.teaser-dot--yellow { background: #f59e0b; }
.teaser-dot--green { background: #10b981; }

.teaser-browser-url {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.2rem 0.75rem;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 9999px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.74rem;
  color: #475569;
  max-width: 320px;
  direction: ltr;
}

.teaser-browser-lock {
  font-size: 0.7rem;
}

.teaser-browser-pill {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.18rem 0.6rem;
  background: #fef3c7;
  color: #b45309;
  border-radius: 9999px;
  border: 1px solid #fde68a;
  white-space: nowrap;
}

.teaser-browser-screen {
  position: relative;
  background: #f8fafc;
  width: 100%;
  overflow: hidden;
  max-height: 280px;
}

.teaser-browser-img {
  width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: opacity 0.25s ease;
}

.teaser-card__info {
  text-align: center;
  margin-bottom: 0.75rem;
}

.teaser-card__title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #0d2744;
  margin: 0 0 0.45rem;
  line-height: 1.35;
}

.teaser-card__desc {
  font-size: 0.92rem;
  color: #475569;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 600px;
}

.teaser-card__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
}

.btn-teaser-close {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 2.2rem;
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  color: #ffffff;
  border: none;
  border-radius: 9999px;
  font-weight: 800;
  font-size: 0.95rem;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(5, 150, 105, 0.28);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-teaser-close:hover {
  background: linear-gradient(135deg, #047857 0%, #065f46 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(5, 150, 105, 0.38);
}

.btn-teaser-close:active {
  transform: translateY(0);
}

/* --------------------------------------------------------------------------
 * 7. Responsive Breakpoints
 * -------------------------------------------------------------------------- */
@media (max-width: 768px) {
  .quiz-modal {
    padding: 0.5rem 0.25rem;
  }

  .quiz-layout {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .quiz-canvas-col {
    max-width: 260px;
    margin: 0 auto;
  }

  .quiz-modal__window {
    padding: 1.25rem 0.75rem;
    border-radius: 1.25rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .quiz-modal__title {
    font-size: 1.22rem;
    line-height: 1.35;
  }

  .quiz-modal__subtitle {
    font-size: 0.8rem;
    margin-bottom: 0.85rem;
  }

  .teaser-card-exclusive {
    padding: 1.1rem 0.75rem;
    border-radius: 1.2rem;
    box-sizing: border-box;
    width: 100%;
  }

  .teaser-card__header {
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1rem;
    padding-bottom: 0.65rem;
  }

  .teaser-card__title {
    font-size: 1.12rem;
    line-height: 1.4;
    word-break: break-word;
  }

  .teaser-card__desc {
    font-size: 0.86rem;
    line-height: 1.55;
  }

  .teaser-browser-screen {
    max-height: 190px;
  }

  .teaser-browser-img {
    max-height: 190px;
  }

  .teaser-browser-url {
    max-width: 170px;
    font-size: 0.68rem;
    padding: 0.15rem 0.5rem;
  }

  .teaser-browser-pill {
    font-size: 0.64rem;
    padding: 0.15rem 0.45rem;
  }

  .teaser-card__actions {
    flex-direction: column;
    width: 100%;
    gap: 0.6rem;
  }

  .btn-teaser-close {
    width: 100%;
    justify-content: center;
    font-size: 0.85rem;
    padding: 0.65rem 0.85rem;
    box-sizing: border-box;
    text-align: center;
  }

  .launch-center-box {
    width: 100%;
    max-width: 100%;
    padding: 1rem 0.25rem;
    box-sizing: border-box;
  }

  .launch-headline {
    font-size: 1.45rem;
    line-height: 1.35;
    margin-bottom: 1.5rem;
    padding: 0 0.25rem;
  }

  .countdown-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.4rem;
    width: 100%;
    max-width: 100%;
  }

  .countdown-tile {
    padding: 0.75rem 0.2rem;
    border-radius: 0.85rem;
    min-width: 0;
    box-sizing: border-box;
  }

  .countdown-num {
    font-size: 1.35rem;
    margin-bottom: 0.2rem;
  }

  .countdown-label {
    font-size: 0.68rem;
  }
}
