*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-height: 100dvh;
  font-family: "Onest", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #f3efe6;
  background: radial-gradient(120% 80% at 50% -10%, rgba(255, 176, 32, 0.16), transparent 55%), radial-gradient(90% 60% at 100% 20%, rgba(62, 207, 178, 0.08), transparent 45%), linear-gradient(180deg, #12151c 0%, #0e1014 38%, #0a0c10 100%);
  overflow-x: hidden;
  overflow-x: clip;
  overflow-wrap: anywhere;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid #ffb020;
  outline-offset: 3px;
}

h1,
h2,
h3 {
  font-family: "Unbounded", system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fx {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.noise {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.glow {
  position: absolute;
  z-index: 0;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  filter: blur(64px);
  opacity: 0.35;
  will-change: transform;
}
.glow--amber {
  top: -3rem;
  left: -2rem;
  background: rgba(255, 176, 32, 0.45);
  animation: drift 10s ease-in-out infinite alternate;
}
.glow--teal {
  right: -3rem;
  top: 35vh;
  background: rgba(62, 207, 178, 0.28);
  animation: drift 12s ease-in-out infinite alternate-reverse;
}

.topbar,
main,
.footer,
.toast,
.modal {
  position: relative;
  z-index: 1;
}

main {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

.topbar {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5.5vw, 1.75rem);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: max(1rem, env(safe-area-inset-top));
  padding-bottom: 0.85rem;
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(14, 16, 20, 0.92), rgba(14, 16, 20, 0.72) 70%, transparent);
}
.topbar__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: "Unbounded", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  flex-shrink: 0;
}
.topbar__mark {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 0.2rem;
  background: linear-gradient(135deg, #ffb020, #e08900);
  box-shadow: 0 0 0 3px rgba(255, 176, 32, 0.18);
  animation: pulseMark 2.4s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.topbar__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  max-width: min(11rem, 48vw);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(23, 26, 33, 0.85);
  color: rgba(243, 239, 230, 0.62);
  border-radius: 999px;
  padding: 0.4rem 0.7rem;
  font: 500 0.75rem/1 "Onest", system-ui, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topbar__chip-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #3ecfb2;
  box-shadow: 0 0 0 3px rgba(62, 207, 178, 0.2);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.85rem;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font: 600 0.95rem/1 "Onest", system-ui, sans-serif;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), background 0.2s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn:active {
  transform: scale(0.97);
}
.btn--primary {
  background: linear-gradient(135deg, #ffb020 0%, #e08900 100%);
  color: #1a1200;
  box-shadow: 0 10px 28px rgba(255, 176, 32, 0.28);
}
.btn--ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  color: #f3efe6;
}
.btn--small {
  min-height: 2.2rem;
  padding: 0.45rem 0.85rem;
  font-size: 0.8rem;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  color: #f3efe6;
}
.btn--block {
  width: 100%;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  font: 600 0.68rem/1 "Onest", system-ui, sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.08);
  color: #f3efe6;
}
.badge--hot {
  background: rgba(255, 107, 107, 0.18);
  color: #ffb4b4;
}
.badge--new {
  background: rgba(62, 207, 178, 0.16);
  color: rgb(111.0107883817, 219.1892116183, 197.553526971);
}
.badge--game {
  background: rgba(255, 176, 32, 0.16);
  color: #ffd27a;
}

.section-head {
  width: 100%;
  max-width: 28rem;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5.5vw, 1.75rem);
  box-sizing: border-box;
  margin-bottom: 1.1rem;
}
.section-head h2 {
  font-size: clamp(1.35rem, 5vw, 1.7rem);
  letter-spacing: -0.03em;
  margin-bottom: 0.35rem;
}
.section-head p {
  color: rgba(243, 239, 230, 0.62);
  font-size: 0.95rem;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes drift {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(18px, 24px);
  }
}
@keyframes pulseMark {
  0%, 100% {
    box-shadow: 0 0 0 3px rgba(255, 176, 32, 0.18);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(255, 176, 32, 0.08);
  }
}
@keyframes toastIn {
  from {
    opacity: 0;
    transform: translate(-50%, 12px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.hero {
  width: 100%;
  max-width: 28rem;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5.5vw, 1.75rem);
  box-sizing: border-box;
  position: relative;
  min-height: calc(100dvh - 4.2rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}
.hero__eyebrow {
  position: relative;
  z-index: 1;
  margin-bottom: 0.55rem;
  color: rgba(243, 239, 230, 0.62);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  animation: fadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.1s;
}
.hero__brand {
  position: relative;
  z-index: 1;
  max-width: 100%;
  font-size: clamp(2.6rem, 12vw, 4.2rem);
  letter-spacing: -0.05em;
  line-height: 0.95;
  background: linear-gradient(180deg, #fff8e8 10%, #ffb020 85%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  overflow-wrap: normal;
  word-break: keep-all;
  animation: fadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.18s;
}
.hero__tagline {
  position: relative;
  z-index: 1;
  margin-top: 0.85rem;
  max-width: 100%;
  font-size: clamp(1.05rem, 4.2vw, 1.35rem);
  font-weight: 600;
  animation: fadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.26s;
}
.hero__lead {
  position: relative;
  z-index: 1;
  margin-top: 0.55rem;
  max-width: min(22rem, 100%);
  color: rgba(243, 239, 230, 0.62);
  font-size: 0.98rem;
  animation: fadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.34s;
}
.hero__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
  max-width: 100%;
  animation: fadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.42s;
}

.today {
  padding: 2.5rem 0 1rem;
}
.today .spotlight {
  width: min(100% - clamp(1.25rem, 5.5vw, 1.75rem) * 2, 28rem);
  margin-inline: auto;
  box-sizing: border-box;
  display: block;
  padding: 1.25rem;
  border-radius: 24px;
  background: radial-gradient(120% 100% at 100% 0%, rgba(255, 176, 32, 0.18), transparent 45%), linear-gradient(160deg, #171a21, #1e232d);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  animation: fadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.1s;
}
.today .spotlight__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  flex-wrap: wrap;
}
.today .spotlight__date {
  color: rgba(243, 239, 230, 0.62);
  font-size: 0.78rem;
  flex: 1 1 auto;
  min-width: 0;
  text-align: right;
}
.today .spotlight__title {
  font-size: clamp(1.05rem, 4.5vw, 1.25rem);
  letter-spacing: -0.03em;
  margin-bottom: 0.45rem;
  overflow-wrap: anywhere;
}
.today .spotlight__text {
  color: rgba(243, 239, 230, 0.62);
  font-size: 0.95rem;
  margin-bottom: 1rem;
}
.today .spotlight__link {
  display: inline-flex;
  color: #ffb020;
  font-weight: 600;
  font-size: 0.95rem;
}

.today-grid {
  width: 100%;
  max-width: 28rem;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5.5vw, 1.75rem);
  box-sizing: border-box;
  display: grid;
  gap: 0.75rem;
  margin-top: 0.85rem;
}
.today-grid .today-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  padding: 1rem;
  border-radius: 16px;
  background: rgba(23, 26, 33, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  color: inherit;
  cursor: pointer;
  transition: border-color 0.2s cubic-bezier(0.22, 1, 0.36, 1), transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
  max-width: 100%;
  font: inherit;
  min-width: 0;
}
.today-grid .today-card:active {
  transform: scale(0.985);
}
.today-grid .today-card:hover, .today-grid .today-card:focus-visible {
  border-color: rgba(255, 176, 32, 0.35);
}
.today-grid .today-card__icon {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.9rem;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  background: rgba(255, 255, 255, 0.05);
  flex-shrink: 0;
}
.today-grid .today-card__label {
  display: block;
  margin-bottom: 0.25rem;
}
.today-grid .today-card strong {
  display: block;
  font-family: "Unbounded", system-ui, sans-serif;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.2rem;
  overflow-wrap: anywhere;
}
.today-grid .today-card p {
  color: rgba(243, 239, 230, 0.62);
  font-size: 0.86rem;
  overflow-wrap: anywhere;
}

.categories {
  padding: 2.25rem 0 1rem;
  overflow-x: hidden;
  overflow-x: clip;
  max-width: 100%;
}

.cat-bar {
  width: 100%;
  max-width: 28rem;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5.5vw, 1.75rem);
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0.85rem;
  padding-inline: 0;
}
.cat-bar::before, .cat-bar::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.35rem;
  width: 1.5rem;
  z-index: 2;
  pointer-events: none;
}
.cat-bar::before {
  left: 0;
  background: linear-gradient(90deg, #0e1014, transparent);
}
.cat-bar::after {
  right: 0;
  background: linear-gradient(270deg, #0e1014, transparent);
}

.cat-scroll {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 0.15rem clamp(1.25rem, 5.5vw, 1.75rem) 0.55rem;
  scroll-snap-type: x proximity;
  scroll-padding-inline: clamp(1.25rem, 5.5vw, 1.75rem);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  touch-action: pan-x;
}
.cat-scroll::-webkit-scrollbar {
  display: none;
}

.cat-tab {
  flex: 0 0 auto;
  scroll-snap-align: center;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 2.4rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(23, 26, 33, 0.9);
  color: rgba(243, 239, 230, 0.62);
  font: 600 0.84rem/1 "Onest", system-ui, sans-serif;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s cubic-bezier(0.22, 1, 0.36, 1), color 0.2s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.2s cubic-bezier(0.22, 1, 0.36, 1), transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.cat-tab:active {
  transform: scale(0.97);
}
.cat-tab[aria-selected=true] {
  background: rgba(255, 176, 32, 0.16);
  border-color: rgba(255, 176, 32, 0.5);
  color: #f3efe6;
  box-shadow: 0 0 0 1px rgba(255, 176, 32, 0.12);
}
.cat-tab span[aria-hidden=true] {
  font-size: 0.95rem;
  line-height: 1;
}

.offers {
  width: 100%;
  max-width: 28rem;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5.5vw, 1.75rem);
  box-sizing: border-box;
  display: grid;
  gap: 0.75rem;
}

.offer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0.95rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(160deg, rgba(23, 26, 33, 0.95), rgba(30, 35, 45, 0.7));
  color: inherit;
  text-align: left;
  font: inherit;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.offer:active {
  transform: scale(0.985);
}
.offer:hover, .offer:focus-visible {
  border-color: rgba(62, 207, 178, 0.35);
}
.offer__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.95rem;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  flex-shrink: 0;
}
.offer__body {
  min-width: 0;
  overflow: hidden;
}
.offer__title {
  display: block;
  font-family: "Unbounded", system-ui, sans-serif;
  font-size: 0.98rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.2rem;
  overflow-wrap: anywhere;
}
.offer__desc {
  display: block;
  color: rgba(243, 239, 230, 0.62);
  font-size: 0.84rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.offer__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: 0.45rem;
}
.offer__arrow {
  color: rgba(243, 239, 230, 0.62);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.return {
  padding: 2.5rem 0 1.5rem;
}
.return-list {
  width: 100%;
  max-width: 28rem;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5.5vw, 1.75rem);
  box-sizing: border-box;
  display: grid;
  gap: 0.7rem;
}
.return-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  padding: 1rem;
  border-radius: 16px;
  background: rgba(23, 26, 33, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-width: 0;
}
.return-list__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.85rem;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.05);
  font-size: 1.1rem;
}
.return-list strong {
  display: block;
  font-family: "Unbounded", system-ui, sans-serif;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.15rem;
}
.return-list p {
  color: rgba(243, 239, 230, 0.62);
  font-size: 0.88rem;
}

.footer {
  width: 100%;
  max-width: 28rem;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5.5vw, 1.75rem);
  box-sizing: border-box;
  padding: 2rem 0 max(2rem, env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 1rem;
  text-align: center;
}
.footer__brand {
  font-family: "Unbounded", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 0.35rem;
}
.footer__nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.footer__nav a {
  color: #ffb020;
  font-weight: 600;
  font-size: 0.92rem;
}
.footer__note {
  color: rgba(243, 239, 230, 0.62);
  font-size: 0.88rem;
  margin-bottom: 0.85rem;
}
.footer__copy {
  color: rgba(243, 239, 230, 0.35);
  font-size: 0.78rem;
}

.page {
  padding-bottom: 1rem;
}

.page-hero {
  width: 100%;
  max-width: 28rem;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5.5vw, 1.75rem);
  box-sizing: border-box;
  padding-top: 2.25rem;
  padding-bottom: 1.5rem;
}
.page-hero__eyebrow {
  margin-bottom: 0.55rem;
  color: rgba(243, 239, 230, 0.62);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.page-hero__title {
  font-size: clamp(2rem, 9vw, 2.8rem);
  letter-spacing: -0.04em;
  margin-bottom: 0.7rem;
  background: linear-gradient(180deg, #fff8e8 10%, #ffb020 85%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.page-hero__lead {
  max-width: 22rem;
  color: rgba(243, 239, 230, 0.62);
  font-size: 0.98rem;
}

.contact-card {
  width: min(100% - clamp(1.25rem, 5.5vw, 1.75rem) * 2, 28rem);
  margin-inline: auto;
  box-sizing: border-box;
  display: block;
  margin-top: 0.25rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem 1.35rem;
  border-radius: 24px;
  background: radial-gradient(120% 100% at 100% 0%, rgba(62, 207, 178, 0.12), transparent 45%), linear-gradient(160deg, #171a21, #1e232d);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}
.contact-card__label {
  color: rgba(243, 239, 230, 0.62);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
}
.contact-card__link {
  display: inline-block;
  font-family: "Unbounded", system-ui, sans-serif;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
  color: #f3efe6;
  margin-bottom: 0.65rem;
}
.contact-card__hint {
  color: rgba(243, 239, 230, 0.62);
  font-size: 0.9rem;
  margin-bottom: 1.35rem;
}

a.topbar__chip {
  text-decoration: none;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: max(1.25rem, env(safe-area-inset-bottom));
  transform: translateX(-50%);
  z-index: 40;
  width: max-content;
  max-width: calc(100% - 2rem);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: #22262f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #f3efe6;
  font-size: 0.86rem;
  font-weight: 500;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  animation: toastIn 0.28s cubic-bezier(0.22, 1, 0.36, 1) both;
  text-align: center;
}
.toast[hidden] {
  display: none;
}

.modal {
  border: none;
  padding: 0;
  background: transparent;
  max-width: min(24rem, 100% - 1.5rem);
  width: calc(100% - 1.5rem);
  margin: auto;
}
.modal::backdrop {
  background: rgba(5, 6, 8, 0.72);
  backdrop-filter: blur(6px);
}
.modal__sheet {
  position: relative;
  margin: 0;
  padding: 1.35rem 1.2rem 1.2rem;
  border-radius: 32px;
  background: radial-gradient(100% 80% at 0% 0%, rgba(255, 176, 32, 0.12), transparent 45%), linear-gradient(180deg, #1b1f28, #141820);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  color: #f3efe6;
}
.modal__close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  width: 2.2rem;
  height: 2.2rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #f3efe6;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}
.modal__emoji {
  font-size: 2rem;
  margin-bottom: 0.55rem;
}
.modal__title {
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  margin-bottom: 0.45rem;
  padding-right: 1.5rem;
}
.modal__text {
  color: rgba(243, 239, 230, 0.62);
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .today-grid {
    grid-template-columns: 1fr 1fr;
  }
  .offers {
    grid-template-columns: 1fr 1fr;
  }
  .return-list {
    grid-template-columns: 1fr 1fr;
  }
}
