/* Compact desktop layout: the public flow fits in one viewport. */
@media (min-width: 801px) {
  header { height: 96px; padding: 12px 5%; }
  .logos { gap: 24px; }
  .logo-aglh { width: 194px; height: 61px; }
  .logo-yoiners { width: 152px; height: 53px; }
  .logos i { height: 50px; }
  main { padding: 0 28px 18px; }
  h1 { font-size: clamp(43px, 5.2vw, 70px); line-height: .94; }
  .lead { font-size: 17px; line-height: 1.45; margin: 15px 0; }
  .eyebrow { font-size: 10px; margin: 0 0 12px; }
  .hero { gap: 30px; min-height: calc(100vh - 114px); }
  .preview { max-width: min(440px, calc(100vh - 150px)); }
  .chips { gap: 8px; margin: 16px 0; }
  .chip { padding: 9px 12px; font-size: 12px; }
  .chip i { width: 10px; height: 10px; margin-right: 7px; }
  .chip small { margin-left: 17px; font-size: 9px; }
  .button { padding: 13px 23px; font-size: 15px; }
  .button.big { font-size: 17px; padding: 16px 31px; }
  .card, .prize, .person, .panel { padding: 28px; }
  .form-card { margin: 8px auto; }
  .form-card h1 { font-size: 50px; }
  form { gap: 13px; margin-top: 16px; }
  label { font-size: 10px; }
  input, textarea, select { margin-top: 6px; padding: 11px 13px; font-size: 15px; }
  textarea { height: 70px; }
  .error { min-height: 16px; }
  .wheel-layout { grid-template-columns: minmax(0, 650px) 250px; gap: 30px; min-height: calc(100vh - 114px); justify-content: center; }
  .wheel { width: min(650px, calc(100vh - 145px)); justify-self: center; }
  .pointer { top: -23px; border-left-width: 22px; border-right-width: 22px; border-top-width: 50px; }
  .hub { width: 88px; height: 88px; }
  .person { font-size: 16px; margin: 15px 0; }
  .result { margin: 20px auto; }
  .result > p { font-size: 22px; }
  .prize { margin: 18px auto; }
  .prize h2 { font-size: 38px; }
  .prize code { font-size: 20px; }
  .probability-note { margin: 14px 18px 18px; color: var(--gray); font-size: 13px; line-height: 1.45; }
  .no-prize-row { background: rgba(45, 72, 39, .035); }
  .nada-actions { display: flex; align-items: center; gap: 12px; min-width: 190px; white-space: nowrap; }
  .nada-toggle { display: inline-flex; align-items: center; gap: 7px; margin: 0; color: var(--gray); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
  .nada-toggle input { appearance: none; width: 34px; height: 20px; min-width: 34px; margin: 0; padding: 0; border: 1px solid var(--line); border-radius: 999px; background: #d9ded7; cursor: pointer; position: relative; }
  .nada-toggle input::after { content: ''; position: absolute; top: 3px; left: 3px; width: 12px; height: 12px; border-radius: 50%; background: #fff; transition: transform .16s ease; }
  .nada-toggle input:checked { background: var(--green); border-color: var(--green); }
  .nada-toggle input:checked::after { transform: translateX(14px); }
  .email-actions { display: flex; flex-wrap: wrap; gap: 8px; }
}

.logos img { display: block; object-fit: contain; }
.logo-aglh { width: 230px; height: 72px; }
.logo-yoiners { width: 174px; height: 61px; }

@media (max-width: 800px) {
  header { padding: 14px 16px; }
  .logos { gap: 12px; }
  .logo-aglh { width: 126px; height: 42px; }
  .logo-yoiners { width: 103px; height: 37px; }
  .logos i { height: 37px; }
}
