#mobile-offer-root {
  display: none;
}

@media (max-width: 700px) {
  body.home > [data-site-header],
  body.home > [data-site-footer],
  body.home #main > :not(#mobile-offer-root) {
    display: none !important;
  }

  body.home {
    background: #0b071e;
  }

  #mobile-offer-root,
  #mobile-offer-root * {
    box-sizing: border-box;
  }

  #mobile-offer-root {
    position: relative;
    z-index: 999;
    display: block;
    width: 100%;
    min-height: 100svh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #f8fafc;
    background: #0b071e;
    font-family: "Montserrat", system-ui, -apple-system, sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  .wm-container {
    position: relative;
    width: 100%;
    min-height: 100svh;
    padding: 0.75rem 0.5rem;
    overflow: hidden;
    background: linear-gradient(160deg, #0b071e 0%, #1a0b2e 50%, #120822 100%);
  }

  .wm-container::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(246, 211, 101, 0.04);
    background:
      radial-gradient(ellipse 90% 55% at 50% -15%, rgba(246, 211, 101, 0.28), transparent 60%),
      radial-gradient(ellipse 70% 40% at 50% 105%, rgba(139, 92, 246, 0.2), transparent 55%);
    font-size: 2rem;
    content: "◆ ✦ ◇ ✦";
    pointer-events: none;
  }

  .wm-background,
  .wm-background::before,
  .wm-background::after {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .wm-background {
    z-index: 0;
    overflow: hidden;
  }

  .wm-background::before {
    background:
      repeating-conic-gradient(from 0deg at 50% 38%, transparent 0deg 12deg, rgba(246, 211, 101, 0.055) 12deg 13.5deg, transparent 13.5deg 24deg),
      radial-gradient(circle at 50% 30%, rgba(246, 211, 101, 0.13), transparent 28%);
    animation: wm-rays 28s linear infinite;
    content: "";
    transform: scale(2.4);
  }

  .wm-background::after {
    background-image:
      radial-gradient(1.5px 1.5px at 8% 14%, rgba(255, 255, 255, 0.95), transparent),
      radial-gradient(1px 1px at 18% 72%, rgba(246, 211, 101, 0.9), transparent),
      radial-gradient(1.5px 1.5px at 32% 28%, rgba(255, 255, 255, 0.8), transparent),
      radial-gradient(1px 1px at 45% 58%, rgba(246, 211, 101, 0.85), transparent),
      radial-gradient(2px 2px at 58% 12%, rgba(255, 255, 255, 0.7), transparent),
      radial-gradient(1px 1px at 67% 82%, rgba(246, 211, 101, 0.75), transparent),
      radial-gradient(1.5px 1.5px at 78% 38%, rgba(255, 255, 255, 0.9), transparent),
      radial-gradient(1px 1px at 88% 64%, rgba(246, 211, 101, 0.8), transparent),
      radial-gradient(1.5px 1.5px at 92% 18%, rgba(255, 255, 255, 0.65), transparent),
      radial-gradient(1px 1px at 5% 48%, rgba(246, 211, 101, 0.7), transparent);
    animation: wm-twinkle 3.5s ease-in-out infinite;
    content: "";
  }

  .wm-orb {
    position: absolute;
    z-index: 0;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    filter: blur(42px);
    animation: wm-orb 10s ease-in-out infinite;
    pointer-events: none;
  }

  .wm-orb.one {
    top: 10%;
    right: -3rem;
    background: rgba(246, 211, 101, 0.22);
  }

  .wm-orb.two {
    bottom: 16%;
    left: -4rem;
    background: rgba(139, 92, 246, 0.24);
    animation-delay: -4s;
  }

  .wm-content-wrapper {
    position: relative;
    z-index: 1;
  }

  .wm-header {
    width: 100%;
    margin-bottom: 0.75rem;
    text-align: center;
  }

  .wm-title {
    margin: 0;
    color: #fff;
    background: linear-gradient(135deg, #fff 0%, #f6d365 100%);
    background-clip: text;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .wm-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem;
    width: 100%;
    margin-bottom: 1.25rem;
  }

  .wm-trust-item {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    border: 1px solid rgba(246, 211, 101, 0.15);
    border-radius: 0.25rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px);
  }

  .wm-trust-icon {
    color: #f6d365;
    font-size: 0.8rem;
  }

  .wm-trust-text {
    color: #e2e8f0;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .wm-card {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: 52% minmax(0, 1fr);
    align-items: center;
    width: 100%;
    min-width: 0;
    margin-bottom: 0.75rem;
    padding: 1.15rem 0.5rem;
    overflow: hidden;
    border: 1px solid rgba(246, 211, 101, 0.35);
    border-radius: 0.75rem;
    background:
      linear-gradient(135deg, rgba(246, 211, 101, 0.14) 0%, transparent 42%),
      linear-gradient(225deg, rgba(139, 92, 246, 0.12) 0%, transparent 48%),
      linear-gradient(180deg, #3a2560 0%, #2d1a4e 45%, #241540 100%);
    box-shadow:
      0 8px 24px rgba(0, 0, 0, 0.35),
      0 0 28px rgba(139, 92, 246, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }

  .wm-card::before,
  .wm-card::after {
    position: absolute;
    z-index: 0;
    content: "";
    pointer-events: none;
  }

  .wm-card::before {
    inset: 0;
    background:
      radial-gradient(ellipse 90% 70% at 15% 0%, rgba(246, 211, 101, 0.22), transparent 58%),
      radial-gradient(ellipse 70% 55% at 95% 100%, rgba(168, 85, 247, 0.18), transparent 52%);
    animation: wm-pulse 5s ease-in-out infinite;
  }

  .wm-card::after {
    top: -60%;
    left: -30%;
    width: 55%;
    height: 220%;
    background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.04) 38%, rgba(246, 211, 101, 0.18) 48%, rgba(255, 255, 255, 0.28) 52%, transparent 70%);
    animation: wm-shimmer 7s ease-in-out infinite;
  }

  .wm-card:first-of-type {
    border-color: rgba(246, 211, 101, 0.55);
    background:
      linear-gradient(135deg, rgba(246, 211, 101, 0.22) 0%, transparent 45%),
      linear-gradient(225deg, rgba(253, 160, 133, 0.14) 0%, transparent 50%),
      linear-gradient(180deg, #453070 0%, #352560 40%, #2a1a4a 100%);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.3), 0 0 40px rgba(246, 211, 101, 0.18);
  }

  .wm-card > * {
    position: relative;
    z-index: 1;
  }

  .wm-badge {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 3;
    padding: 0.2rem 0.6rem;
    border-radius: 0.75rem 0 0.75rem;
    color: #fff;
    background: linear-gradient(135deg, #ff0844 0%, #ffb199 100%);
    box-shadow: 0 2px 8px rgba(255, 8, 68, 0.4);
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .wm-left,
  .wm-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    text-align: center;
  }

  .wm-left {
    padding-right: 0.5rem;
  }

  .wm-right {
    padding-left: 0.5rem;
    border-left: 1px solid rgba(246, 211, 101, 0.2);
    box-shadow: inset 1px 0 12px rgba(246, 211, 101, 0.06);
  }

  .wm-wordmark {
    display: grid;
    place-items: center;
    width: 100%;
    max-width: 130px;
    min-height: 65px;
    margin: 0.5rem 0 0.25rem;
    color: #f6d365;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0.03em;
    text-align: center;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
  }

  .wm-stars {
    margin-bottom: 0.1rem;
    color: #f6d365;
    font-size: 0.75rem;
    line-height: 1;
    text-shadow: 0 0 8px rgba(246, 211, 101, 0.5);
  }

  .wm-score {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1;
  }

  .wm-availability {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin-top: 0.4rem;
    padding: 0.22rem 0.5rem;
    border: 1px solid rgba(34, 197, 94, 0.28);
    border-radius: 9999px;
    color: #86efac;
    background: rgba(34, 197, 94, 0.1);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1;
    text-transform: uppercase;
  }

  .wm-availability::before {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 6px rgba(34, 197, 94, 0.85);
    content: "";
  }

  .wm-bonus-text {
    width: 100%;
    margin: 0 0 0.5rem;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.015em;
    overflow-wrap: break-word;
    text-transform: uppercase;
  }

  .wm-bonus-text strong {
    color: #ffc107;
    font-weight: 900;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  }

  .wm-terms {
    margin: -0.2rem 0 0.45rem;
    color: #cbd5e1;
    font-size: 0.58rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.035em;
    text-transform: uppercase;
  }

  .wm-cta {
    display: block;
    width: 92%;
    margin: 0 auto;
    padding: 0.75rem 0.25rem;
    border-radius: 9999px;
    color: #4a2500;
    background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
    background-size: 200% auto;
    box-shadow: 0 4px 12px rgba(253, 160, 133, 0.4);
    font-size: 0.85rem;
    font-weight: 900;
    line-height: 1.1;
    text-decoration: none;
    text-transform: uppercase;
    animation: wm-shine 3s linear infinite;
  }

  .wm-cta:active {
    transform: scale(0.96);
  }

  .wm-section {
    width: 100%;
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid rgba(246, 211, 101, 0.15);
    border-radius: 0.75rem;
    background: rgba(26, 11, 46, 0.8);
    backdrop-filter: blur(8px);
  }

  .wm-section h2 {
    margin: 0 0 0.75rem;
    color: #f6d365;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.035em;
    text-transform: uppercase;
  }

  .wm-section h3 {
    margin: 0 0 0.25rem;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .wm-section p {
    margin: 0 0 0.75rem;
    color: #cbd5e1;
    font-size: 0.8rem;
    line-height: 1.5;
  }

  .wm-section p:last-child {
    margin-bottom: 0;
  }

  .wm-footer {
    width: 100%;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #94a3b8;
    font-size: 0.7rem;
    text-align: center;
  }

  .wm-footer p {
    margin: 0 0 0.5rem;
  }

  .wm-footer a {
    color: #f6d365;
  }

  .wm-age {
    color: #f8fafc;
    font-size: 1.5rem;
    font-weight: 900;
  }

  @keyframes wm-rays {
    to { transform: scale(2.4) rotate(360deg); }
  }

  @keyframes wm-twinkle {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 0.95; }
  }

  @keyframes wm-orb {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.4; }
    50% { transform: translate(-12px, 20px) scale(1.1); opacity: 0.7; }
  }

  @keyframes wm-pulse {
    0%, 100% { opacity: 0.55; }
    50% { opacity: 1; }
  }

  @keyframes wm-shimmer {
    0% { transform: translateX(-120%) skewX(-16deg); opacity: 0; }
    15%, 85% { opacity: 0.7; }
    100% { transform: translateX(220%) skewX(-16deg); opacity: 0; }
  }

  @keyframes wm-shine {
    from { background-position: -200% center; }
    to { background-position: 200% center; }
  }

  @media (prefers-reduced-motion: reduce) {
    .wm-background::before,
    .wm-background::after,
    .wm-orb,
    .wm-card::before,
    .wm-card::after,
    .wm-cta {
      animation: none;
    }
  }
}
